Expand description
Instruction types
Structs§
- Emit
- Instruction data for Emit
- Initialize
- Initialization instruction data
- Remove
Key - Remove key instruction data
- Update
Authority - Update authority instruction data
- Update
Field - Update field instruction data
Enums§
- Token
Metadata Instruction - All instructions that must be implemented in the token-metadata interface
Functions§
- emit
- Creates an
Emit
instruction - initialize
- Creates an
Initialize
instruction - remove_
key - Creates a
RemoveKey
instruction - update_
authority - Creates an
UpdateAuthority
instruction - update_
field - Creates an
UpdateField
instruction