Interface ExtraGasMaxLimitResponse

Provide extra gas information

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

Properties

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

Information due to destination chain

Type declaration

exchangeRate: string

Exchange rate

extraGasMax: ExtraGasMaxLimits
sourceNativeTokenPrice: string

Source native token price