Module solana_program::sysvar::instructions
source · Expand description
This account contains the serialized transaction instructions
Structs
- Borrowed version of AccountMeta
- Borrowed version of Instruction
Statics
- The static program ID
Functions
- Confirms that a given pubkey is equivalent to the program ID
- Returns the
Instructionrelative to the currentInstructionin the currently executingTransaction - Returns the program ID
- load_current_indexDeprecatedLoad the current
Instruction’s index in the currently executingTransactionfrom the Instructions Sysvar data - Load the current
Instruction’s index in the currently executingTransaction - load_instruction_atDeprecatedLoad an
Instructionin the currently executingTransactionat the specified index - Load an
Instructionin the currently executingTransactionat the specified index - Store the current
Instruction’s index in the Instructions Sysvar data