CDP SDK TypeScript - v1.31.0
    Preparing search index...

    The estimated fees for a swap.

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

    Properties

    gasFee?: TokenFee

    The estimated gas fee for the swap.

    protocolFee?: TokenFee

    The estimated protocol fee for the swap.