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§
- Append
Leaves ToMerkle Trees - Instruction.
- Deregister
Program - Instruction.
- Initialize
Address Merkle Tree AndQueue - Instruction.
- Initialize
Group Authority - Instruction.
- Initialize
State Merkle Tree AndNullifier Queue - Instruction.
- Insert
Addresses - Instruction.
- Insert
Into Nullifier Queues - Instruction.
- Nullify
Leaves - Instruction.
- Register
Program ToGroup - Instruction.
- Rollover
Address Merkle Tree AndQueue - Instruction.
- Rollover
State Merkle Tree AndNullifier Queue - Instruction.
- Update
Address Merkle Tree - Instruction.
- Update
Group Authority - Instruction.