Module types

Module types 

Source
Expand description

Interfaces and types for the frc53 NFT standard

Structs§

ApproveForAllParams
ApproveParams
BurnFromParams
IsApprovedForAllParams
ListAccountOperatorsParams
ListAccountOperatorsReturn
ListOperatorTokensParams
ListOperatorTokensReturn
ListOwnedTokensParams
ListOwnedTokensReturn
ListTokenOperatorsParams
ListTokenOperatorsReturn
ListTokensParams
ListTokensReturn
MintIntermediate
Intermediate data used by mint_return to construct the return data.
MintReturn
Return value after a successful mint.
RevokeForAllParams
RevokeParams
TransferFromParams
TransferIntermediate
Intermediate data used by NFT::transfer_return to construct the return data.
TransferParams
TransferReturn

Traits§

FRC53NFT
A trait to be implemented by FRC-0053 compliant actors.

Type Aliases§

ActorIDSet
Multiple actor IDs are represented as a BitField encoded with RLE+ the index of each set bit corresponds to a ActorID.
TokenID
TokenSet
Multiple token IDs are represented as a BitField encoded with RLE+ the index of each set bit corresponds to a TokenID.