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
Instruction
relative to the currentInstruction
in the currently executingTransaction
- Returns the program ID
- load_current_indexDeprecatedLoad the current
Instruction
’s index in the currently executingTransaction
from the Instructions Sysvar data - Load the current
Instruction
’s index in the currently executingTransaction
- load_instruction_atDeprecatedLoad an
Instruction
in the currently executingTransaction
at the specified index - Load an
Instruction
in the currently executingTransaction
at the specified index - Store the current
Instruction
’s index in the Instructions Sysvar data