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
Accounts Close - Instruction.
- Batch
AddTransaction - Instruction.
- Batch
Create - Instruction.
- Batch
Execute Transaction - Instruction.
- Config
Transaction Accounts Close - Instruction.
- Config
Transaction Create - Instruction.
- Config
Transaction Execute - Instruction.
- Multisig
AddMember - Instruction.
- Multisig
AddSpending Limit - Instruction.
- Multisig
Change Threshold - Instruction.
- Multisig
Create - Instruction.
- Multisig
Create V2 - Instruction.
- Multisig
Remove Member - Instruction.
- Multisig
Remove Spending Limit - Instruction.
- Multisig
SetConfig Authority - Instruction.
- Multisig
SetRent Collector - Instruction.
- Multisig
SetTime Lock - Instruction.
- Program
Config Init - Instruction.
- Program
Config SetAuthority - Instruction.
- Program
Config SetMultisig Creation Fee - Instruction.
- Program
Config SetTreasury - Instruction.
- Proposal
Activate - Instruction.
- Proposal
Approve - Instruction.
- Proposal
Cancel - Instruction.
- Proposal
Create - Instruction.
- Proposal
Reject - Instruction.
- Spending
Limit Use - Instruction.
- Vault
Batch Transaction Account Close - Instruction.
- Vault
Transaction Accounts Close - Instruction.
- Vault
Transaction Create - Instruction.
- Vault
Transaction Execute - Instruction.