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