pub type InnerInstructions = Vec<CompiledInstruction>;Expand description
An ordered list of instructions that were invoked during a transaction instruction
Aliased Typeยง
pub struct InnerInstructions { /* private fields */ }pub type InnerInstructions = Vec<CompiledInstruction>;An ordered list of instructions that were invoked during a transaction instruction
pub struct InnerInstructions { /* private fields */ }