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