Type Alias solana_runtime::bank::InnerInstructionsList
source · 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 */ }