Optional allowWhether the token supports an allow list
Optional burnable?: booleanWhether the token is burnable
Optional denyWhether the token supports an deny list
Optional governanceThe governance account for the token.
Optional metadata?: TypeA URL pointing to the metadata of the token.
Optional mintable?: booleanWhether the token is mintable
Optional name?: stringThe name of the token.
Optional paused?: booleanWhether the token operations are paused or not.
Generated using TypeDoc
The Token Module state represents global state information that is maintained by the Token Module, and is returned as part of a
GetTokenInfoquery. It does not include state that is managed by the Token Kernel, such as the token identifier, global supply and governance account. It also does not (typically) include account-specific state, which is returned as part ofGetAccountInfoinstead.The "name" and "metadata" fields are required. Other fields are optional, and can be omitted if the module implementation does not support them. The structure supports additional fields for future extensibility. Non-standard fields (i.e. any fields that are not defined by a standard, and are specific to the module implementation) may be included, and their tags should be prefixed with an underscore ("_") to distinguish them as such.