Type Definition solana_runtime::bank::InnerInstructions
source[−]pub type InnerInstructions = Vec<CompiledInstruction>;
Expand description
An ordered list of instructions that were invoked during a transaction instruction
pub type InnerInstructions = Vec<CompiledInstruction>;
An ordered list of instructions that were invoked during a transaction instruction