Module solana_program::instruction [−][src]
Expand description
Defines a composable Instruction type and a memory-efficient CompiledInstruction.
Structs
AccountMeta | Account metadata used to define Instructions |
CompiledInstruction | An instruction to execute a program |
Instruction |
Enums
InstructionError | Reasons the runtime might have rejected an instruction. |
Functions
checked_add |