pub fn thread_instruction_add(
ctx: Context<'_, '_, '_, '_, ThreadInstructionAdd<'_>>,
instruction: SerializableInstruction
) -> Result<()>
Expand description
Appends a new instruction to the thread’s instruction set.
pub fn thread_instruction_add(
ctx: Context<'_, '_, '_, '_, ThreadInstructionAdd<'_>>,
instruction: SerializableInstruction
) -> Result<()>
Appends a new instruction to the thread’s instruction set.