Skip to main content

Type Alias: Token

type Token: object;

The structure representing a custom currency.

Type declaration

amount

amount: bigint;

id

id: Address;

Export

Defined

@nilfoundation/niljs/src/types/Token.ts:9