solana_runtime::bank

Type Alias 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 */ }