Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TokenStats

Stats about a token.

totalMinted and totalBurned don't fit in a 64-bit integer, therefore we use a string with the decimal representation.

Hierarchy

  • TokenStats

Index

Properties

totalBurned: string

Total number of tokens burned.

totalMinted: string

Total number of tokens minted (including GENESIS).

Generated using TypeDoc