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

    Interface ExtraGasMaxLimitResponse

    Provide extra gas information

    interface ExtraGasMaxLimitResponse {
        abrExchangeRate?: string;
        destinationChain: {
            gasAmountMax: ExtraGasMaxLimit;
            swap: AmountFormatted;
            transfer: AmountFormatted;
        };
        exchangeRate: string;
        extraGasMax: ExtraGasMaxLimits;
        sourceNativeTokenPrice: string;
    }
    Index

    Properties

    abrExchangeRate?: string

    Exchange rate

    destinationChain: {
        gasAmountMax: ExtraGasMaxLimit;
        swap: AmountFormatted;
        transfer: AmountFormatted;
    }

    Information due to destination chain

    Type Declaration

    exchangeRate: string

    Exchange rate

    extraGasMax: ExtraGasMaxLimits
    sourceNativeTokenPrice: string

    Source native token price