Module instruction

Source
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§

ConfigUpdate
Instruction.
DelegationClaim
Instruction.
DelegationCreate
Instruction.
DelegationDeposit
Instruction.
DelegationWithdraw
Instruction.
DeleteSnapshotJob
Instruction.
DeleteSnapshotProcessEntry
Instruction.
DeleteSnapshotProcessFrame
Instruction.
DeleteSnapshotProcessSnapshot
Instruction.
DistributeFeesJob
Instruction.
DistributeFeesProcessEntry
Instruction.
DistributeFeesProcessFrame
Instruction.
DistributeFeesProcessSnapshot
Instruction.
IncrementEpoch
Instruction.
Initialize
Instruction.
PenaltyClaim
Instruction.
PoolCreate
Instruction.
PoolRotate
Instruction.
PoolUpdate
Instruction.
ProcessUnstakesJob
Instruction.
RegistryNonceHash
Instruction.
RegistryUnlock
Instruction.
StakeDelegationsJob
Instruction.
StakeDelegationsProcessDelegation
Instruction.
StakeDelegationsProcessWorker
Instruction.
TakeSnapshotCreateEntry
Instruction.
TakeSnapshotCreateFrame
Instruction.
TakeSnapshotCreateSnapshot
Instruction.
TakeSnapshotJob
Instruction.
UnstakeCreate
Instruction.
UnstakePreprocess
Instruction.
UnstakeProcess
Instruction.
WorkerClaim
Instruction.
WorkerCreate
Instruction.
WorkerUpdate
Instruction.