Expand description
Instruction types
Structs§
- Initialize
Group - Instruction data for initializing a new
Group
- Initialize
Member - Instruction data for initializing a new
Member
of aGroup
- Update
Group Authority - Instruction data for updating the authority of a
Group
- Update
Group MaxSize - Instruction data for updating the max size of a
Group
Enums§
- Token
Group Instruction - All instructions that must be implemented in the SPL Token Group Interface
Functions§
- initialize_
group - Creates a
InitializeGroup
instruction - initialize_
member - Creates a
InitializeMember
instruction - update_
group_ authority - Creates a
UpdateGroupAuthority
instruction - update_
group_ max_ size - Creates a
UpdateGroupMaxSize
instruction