pub fn load_current_index_checked(
instruction_sysvar_account_info: &AccountInfo<'_>,
) -> Result<u16, ProgramError>
Expand description
Load the current Instruction
’s index in the currently executing
Transaction
pub fn load_current_index_checked(
instruction_sysvar_account_info: &AccountInfo<'_>,
) -> Result<u16, ProgramError>
Load the current Instruction
’s index in the currently executing
Transaction