Module solana_program::sysvar::instructions [−][src]
Expand description
This account contains the serialized transaction instructions
Structs
| Instructions |
Statics
| ID | The static program ID |
Functions
| check_id | Confirms that a given pubkey is equivalent to the program ID |
| id | Returns the program ID |
| load_current_index | Load the current instruction’s index from the Instructions Sysvar data |
| load_instruction_at | Load an instruction at the specified index |
| store_current_index | Store the current instruction’s index in the Instructions Sysvar data |