Interface: IToken
Properties of a token, incl. decimals as in its rounding precision.
Properties
address
• Optional
address: string
Defined in
decimals
• Optional
decimals: number
Number of token decimals. To get "human readable" format, divide the amount by pow(10, decimals)
Defined in
symbol
• Optional
symbol: string