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
initialThe initial amount of tokens to be minted
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.
Generated using TypeDoc
These parameters are passed to the token module to initialize the token. The token initialization update will also include the ticker symbol, number of decimals, and a reference to the token module implementation.