solana_transaction_status

Function map_inner_instructions

source
pub fn map_inner_instructions(
    inner_instructions: InnerInstructionsList,
) -> impl Iterator<Item = InnerInstructions>
Expand description

Maps a list of inner instructions from solana_sdk into a list of this crate’s representation of inner instructions (with instruction indices).