A token amount on an EVM network.

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

Properties

Properties

amount: bigint

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

decimals: bigint

The number of decimals in the token.