@allbridge/bridge-core-sdk
    Preparing search index...

    Interface GasFeeOptions

    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 {
        abr?: AmountFormatted;
        adminFeeShareWithExtras?: string;
        native: AmountFormatted;
        stablecoin?: AmountFormatted;
    }

    Hierarchy

    • GasFeeOptionsType
      • GasFeeOptions
    Index

    Properties

    adminFeeShareWithExtras?: string
    stablecoin?: AmountFormatted