Type Alias solana_runtime::bank::InnerInstructions
source · pub type InnerInstructions = Vec<CompiledInstruction>;
Expand description
An ordered list of compiled instructions that were invoked during a transaction instruction
Aliased Type§
struct InnerInstructions { /* private fields */ }