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

    Type Alias TransactionInstructionCtorFields

    List of TransactionInstruction object fields that may be initialized at construction

    type TransactionInstructionCtorFields = {
        data?: Buffer;
        keys: AccountMeta[];
        programId: PublicKey;
    }
    Index
    data?: Buffer
    keys: AccountMeta[]
    programId: PublicKey