Hierarchy

Indexable

[name: string]: unknown

Properties

admin: string

The admin of the token.

The settings for the token.

decimals: number

The decimal precision of the token.

initial_balances?: {
    address: string;
    amount: string;
}[]

Initial balances.

name: string

The full name of the token.

prng_seed: string

The PRNG seed for the token.

symbol: string

The market symbol of the token.

Generated using TypeDoc