Type alias GasEstimateTokenConfig

GasEstimateTokenConfig: {
    [key: string]: {
        bridgeToL2Addresses?: GasEstimateBridgeToL2TokenConfig;
        swapAddresses?: GasEstimateSwapTokenConfig;
    };
}

A type representing the required information to estimate gas for a transaction.

Type declaration

  • [key: string]: {
        bridgeToL2Addresses?: GasEstimateBridgeToL2TokenConfig;
        swapAddresses?: GasEstimateSwapTokenConfig;
    }
    • Optional bridgeToL2Addresses?: GasEstimateBridgeToL2TokenConfig

      The type representing the addresses for a bridge to layer 2 gas estimate.

    • Optional swapAddresses?: GasEstimateSwapTokenConfig

      The type representing the addresses for a swap gas estimate

Generated using TypeDoc