Expand description
Interfaces and types for the frc53 NFT standard
Structs§
- Approve
ForAll Params - Approve
Params - Burn
From Params - IsApproved
ForAll Params - List
Account Operators Params - List
Account Operators Return - List
Operator Tokens Params - List
Operator Tokens Return - List
Owned Tokens Params - List
Owned Tokens Return - List
Token Operators Params - List
Token Operators Return - List
Tokens Params - List
Tokens Return - Mint
Intermediate - Intermediate data used by mint_return to construct the return data.
- Mint
Return - Return value after a successful mint.
- Revoke
ForAll Params - Revoke
Params - Transfer
From Params - Transfer
Intermediate - Intermediate data used by
NFT::transfer_returnto construct the return data. - Transfer
Params - Transfer
Return
Traits§
- FRC53NFT
- A trait to be implemented by FRC-0053 compliant actors.
Type Aliases§
- ActorID
Set - Multiple actor IDs are represented as a BitField encoded with RLE+ the index of each set bit corresponds to a ActorID.
- TokenID
- Token
Set - Multiple token IDs are represented as a BitField encoded with RLE+ the index of each set bit corresponds to a TokenID.