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.