A token amount on an EVM network.

interface EvmTokenAmount {
    amount: bigint;
    decimals: number;
}

Properties

Properties

amount: bigint

The amount of the token in the smallest indivisible unit of the token.

decimals: number

The number of decimals in the token.