iota_sdk.types.token_scheme
TokenScheme Objects
@dataclass
class TokenScheme()
Base class of a token scheme.
SimpleTokenScheme Objects
@dataclass
class SimpleTokenScheme(TokenScheme)
A simple token scheme.
Attributes:
mintedTokens- The number of tokens that were minted.meltedTokens- The number of tokens that were melted.maximumSupply- The maximum supply of the token.type- The type code of the token scheme.