pub fn create_native_transfer<N>(
to: Address,
amount: U256,
) -> N::TransactionRequestwhere
N: Network,
Expand description
Creates a transaction that transfers the given amount
of native tokens to the
given destination.
pub fn create_native_transfer<N>(
to: Address,
amount: U256,
) -> N::TransactionRequestwhere
N: Network,
Creates a transaction that transfers the given amount
of native tokens to the
given destination.