Interface AmountsAndGasFeeOptions

interface AmountsAndGasFeeOptions {
    amountToBeReceivedFloat: string;
    amountToSendFloat: string;
    gasFeeOptions: GasFeeOptions;
}

Properties

amountToBeReceivedFloat: string

The floating point amount of tokens to be received.

amountToSendFloat: string

The floating point amount of tokens to be sent (not including gas fee).

gasFeeOptions: GasFeeOptions

Available ways to pay the transfer gas fee and gas fee amount.