solana_program::sysvar::instructions

Function construct_instructions_data

source
pub fn construct_instructions_data(
    instructions: &[BorrowedInstruction<'_>],
) -> Vec<u8> 
Expand description

Construct the account data for the instructions sysvar.

This function is used by the runtime and not available to Solana programs.