Interface TokenMinimal

TokenMinimal

The TokenMinimal interface represents minimal data for a token in a blockchain.

Hierarchy

Properties

Properties

address: string

The address of the token contract on the blockchain.

decimals: number

The number of decimal places the token can be divided into.

symbol: string

The symbol used to represent the token.

Generated using TypeDoc