Interface: ITokenState

January 17, 2020 · View on GitHub

@daostack/client › Globals › ITokenState

Interface: ITokenState

Hierarchy

  • ITokenState

Index

Properties

  • address
  • name
  • owner
  • symbol
  • totalSupply

Properties

address

• address: Address

Defined in token.ts:11


name

• name: string

Defined in token.ts:12


owner

• owner: Address

Defined in token.ts:13


symbol

• symbol: string

Defined in token.ts:14


totalSupply

• totalSupply: BN

Defined in token.ts:15

Contents

  1. 1Hierarchy
  2. 2Index
  3. 2.1Properties
  4. 3Properties
  5. 3.1address
  6. 3.2name
  7. 3.3owner
  8. 3.4symbol
  9. 3.5totalSupply