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