Skip to main content

Interface: IToken

Properties of a token, incl. decimals as in its rounding precision.

Properties

address

Optional address: string

Defined in

typing/index.ts:15


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:18


symbol

Optional symbol: string

Defined in

typing/index.ts:16