Interface GasEstimateSwapResult

An interface representing the result of a gas estimate for a swap transaction Checkout.gasEstimate. GasEstimateSwapResult

interface GasEstimateSwapResult {
    gasEstimateType: SWAP;
    fees: TokenAmountEstimate;
}

Properties

gasEstimateType: SWAP

The type of gas estimate, which is always "SWAP".

The estimated gas fee for the swap transaction.