solana_sdk::inner_instruction

Type Alias InnerInstructions

source
pub type InnerInstructions = Vec<InnerInstruction>;
Expand description

An ordered list of compiled instructions that were invoked during a transaction instruction

Aliased Typeยง

struct InnerInstructions { /* private fields */ }