Token: {
    name: string;
    original_symbol: string;
    owner: string;
    symbol: string;
    total_supply: string;
}

Token

Type declaration

  • name: string

    token name, e.g. Binance Chain

  • original_symbol: string

    token symbol, e.g. BTC

  • owner: string

    Address which issue the token

  • symbol: string

    unique token trade symbol, e.g. BTC-000

  • total_supply: string

    total token supply in decimal form, e.g. 1.00000000

Generated using TypeDoc