Module plt
Source - token_event
- Nested message and enum types in
TokenEvent. - token_holder
- Nested message and enum types in
TokenHolder.
- CBor
- A Cbor encoded bytestring
- CreatePlt
- Update payload for creating a new protocol-level token
- TokenAccountState
- Token state at the account level
- TokenAmount
- PLT amount representation. The actual amount is computed as
value * 10^(-decimals). - TokenCreationDetails
- Details about the creation of a protocol-level token.
- TokenEffect
- Token events originating from token transactions.
- TokenEvent
- Token event originating from token transactions.
- TokenHolder
- A token holder is an entity that can hold tokens. Currently, this is limited
to accounts, but in the future it may be extended to other entities.
- TokenId
- The unique symbol and identifier of a protocol level token.
- TokenModuleEvent
- Single token event originating from a token module as part of a token
transaction.
- TokenModuleRef
- A token module reference. This is always 32 bytes long.
- TokenModuleRejectReason
- Details provided by the token module in the event of rejecting a transaction.
- TokenState
- Token state at the block level
- TokenSupplyUpdateEvent
- An event emitted when the token supply is updated, i.e. by minting/burning
tokens to/from the balance of the
target. - TokenTransferEvent
- An event emitted when a transfer of tokens from
from to to is performed.