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).