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