Function create_native_transfer

Source
pub fn create_native_transfer<N>(
    to: Address,
    amount: U256,
) -> N::TransactionRequest
where N: Network,
Expand description

Creates a transaction that transfers the given amount of native tokens to the given destination.