Interface ExtraGasMaxLimitResponse

Provide extra gas information

Hierarchy

  • ExtraGasMaxLimitResponse

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

Generated using TypeDoc