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


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


symbol

Optional symbol: string

'DAI' | 'USDT' | 'USDC' | 'ETH' | string

Defined in

typing/index.ts:18