Type alias TokenInfo

TokenInfo: {
    dividendWeight: BigInt;
    tokenInfo: string;
    totalSupply: BigInt;
    votingWeight: BigInt;
}

Type declaration

  • dividendWeight: BigInt
  • tokenInfo: string
  • totalSupply: BigInt
  • votingWeight: BigInt

Generated using TypeDoc