Describes available options of paying the gas fee and the amount to pay when using the corresponding method.

For FeePaymentMethod.WITH_NATIVE_CURRENCY value contains the amount in the smallest denomination of the source chain currency

For FeePaymentMethod.WITH_STABLECOIN value contains the amount in the smallest denomination of the source token

interface GasFeeOptions {
    native: AmountFormatted;
    stablecoin?: AmountFormatted;
}

Hierarchy

  • GasFeeOptionsType
    • GasFeeOptions

Properties

Properties

stablecoin?: AmountFormatted