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

    Type Alias MessageCompiledInstruction

    An instruction to execute by a program

    type MessageCompiledInstruction = {
        accountKeyIndexes: number[];
        data: Uint8Array;
        programIdIndex: number;
    }
    Index
    accountKeyIndexes: number[]
    data: Uint8Array
    programIdIndex: number