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.
Properties
totalBurned
• totalBurned: string
Total number of tokens burned.
Defined in
totalMinted
• totalMinted: string
Total number of tokens minted (including GENESIS).