interface Snip20BaseConfig {
    decimals: number;
    name: string;
    symbol: string;
}

Hierarchy (view full)

Properties

Properties

decimals: number

The decimal precision of the token.

name: string

The full name of the token.

symbol: string

The market symbol of the token.

Generated using TypeDoc