Function solana_sdk::sysvar::instructions::construct_instructions_data
source · pub fn construct_instructions_data(
instructions: &[BorrowedInstruction<'_>]
) -> Vec<u8, Global> ⓘ
Expand description
Construct the account data for the instructions sysvar.
This function is used by the runtime and not available to Solana programs.