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