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

    Type Alias CompiledInstruction

    An instruction to execute by a program

    type CompiledInstruction = {
        accounts: number[];
        data: string;
        programIdIndex: number;
    }
    Index
    accounts: number[]
    data: string
    programIdIndex: number