TokenConfig: {
    address: string;
    decimals: number;
    name: string;
    symbol: string;
}

Configuration for a token. (V1)

Property

The symbol of the token.

Property

The name of the token.

Property

The decimal places of the token.

Property

The address of the token.

Type declaration

  • address: string
  • decimals: number
  • name: string
  • symbol: string

Generated using TypeDoc