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

    A fee in a specific token.

    interface TokenFee {
        amount: bigint;
        token: `0x${string}`;
    }
    Index

    Properties

    Properties

    amount: bigint

    The amount of the fee in atomic units of the token.

    token: `0x${string}`

    The contract address of the token that the fee is paid in.