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

    Type Alias CompiledInnerInstruction

    type CompiledInnerInstruction = {
        index: number;
        instructions: CompiledInstruction[];
    }
    Index
    index: number
    instructions: CompiledInstruction[]