Expand description
An Anchor generated module containing the program’s set of
instructions, where each method handler in the #[program]
mod is
associated with a struct defining the input arguments to the
method. These should be used directly, when one wants to serialize
Anchor instruction data, for example, when speciying
instructions on a client.
Structs§
- Batch
Append - Instruction.
- Batch
Nullify - Instruction.
- Batch
Update Address Tree - Instruction.
- Deregister
Program - Instruction.
- Initialize
Address Merkle Tree AndQueue - Instruction.
- Initialize
Batched Address Merkle Tree - Instruction.
- Initialize
Batched State Merkle Tree - Instruction.
- Initialize
Group Authority - Instruction.
- Initialize
State Merkle Tree AndNullifier Queue - Instruction.
- Insert
Into Queues - Instruction.
- Migrate
State - Instruction.
- Nullify
Leaves - Instruction.
- Register
Program ToGroup - Instruction.
- Resize
Registered Program Pda - Instruction.
- Rollover
Address Merkle Tree AndQueue - Instruction.
- Rollover
Batched Address Merkle Tree - Instruction.
- Rollover
Batched State Merkle Tree - Instruction.
- Rollover
State Merkle Tree AndNullifier Queue - Instruction.
- Update
Address Merkle Tree - Instruction.
- Update
Group Authority - Instruction.