Interface GasEstimateBridgeToL2Result

An interface representing the result of a gas estimate for a bridge to L2 transaction Checkout.gasEstimate. GasEstimateBridgeToL2Result

interface GasEstimateBridgeToL2Result {
    gasEstimateType: BRIDGE_TO_L2;
    fees: BridgeFeeResponse;
    token?: TokenInfo;
}

Properties

gasEstimateType: BRIDGE_TO_L2

The type of gas estimate.

fees: BridgeFeeResponse

The estimated fees for the transaction.

token?: TokenInfo

The gas token information.