A fee in a specific token.

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

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.