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