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