The estimated fees for a swap.

interface SwapFees {
    gasFee?: TokenFee;
    protocolFee?: TokenFee;
}

Properties

gasFee?: TokenFee

The estimated gas fee for the swap.

protocolFee?: TokenFee

The estimated protocol fee for the swap.