solana_sdk::transaction_context

Type Alias InstructionTrace

Source
pub type InstructionTrace = Vec<Vec<InstructionContext>>;
Expand description

List of (stack height, instruction) for each top-level instruction

Aliased Typeยง

struct InstructionTrace { /* private fields */ }