construct_instructions_data

Function construct_instructions_data 

Source
pub fn construct_instructions_data(
    instructions: &[BorrowedInstruction<'_>],
) -> Vec<u8> 
Available on non-target_os="atlas" only.
Expand description

Construct the account data for the instructions sysvar.

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