use crateCompiledInstruction;
/// An ordered list of compiled instructions that were invoked during a
/// transaction instruction
pub type InnerInstructions = ;
/// A list of compiled instructions that were invoked during each instruction of
/// a transaction
pub type InnerInstructionsList = ;