Function switchboard_solana::program_id::sysvar::instructions::load_instruction_at
pub fn load_instruction_at(
index: usize,
data: &[u8]
) -> Result<Instruction, SanitizeError>👎Deprecated since 1.8.0: Unsafe because the sysvar accounts address is not checked, please use
load_instruction_at_checked insteadExpand description
Load an Instruction in the currently executing Transaction at the
specified index.
data is the instructions sysvar account data.