Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 581 Bytes

tokensupplytype.md

File metadata and controls

8 lines (6 loc) · 581 Bytes

TokenSupplyType

Possible Token Supply Types (IWA Compatibility). Indicates how many tokens can have during its lifetime.

Enum Name Description
INFINITE Indicates that tokens of that type have an upper bound of Long.MAX_VALUE.
FINITE Indicates that tokens of that type have an upper bound of maxSupply, provided on token creation.