@solana/web3.js
    Preparing search index...

    Type Alias ParsedInnerInstruction

    type ParsedInnerInstruction = {
        index: number;
        instructions: (ParsedInstruction | PartiallyDecodedInstruction)[];
    }
    Index
    index: number