Possible Token Supply Types (IWA Compatibility). Indicates how many tokens can have during its lifetime.Documentation Index
Fetch the complete documentation index at: https://hedera-0c6e0218-feat-hip-1313-high-volume-entity-creation.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| 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. |