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

    Type Alias MessageArgs

    Message constructor arguments

    type MessageArgs = {
        accountKeys: string[] | PublicKey[];
        header: MessageHeader;
        instructions: CompiledInstruction[];
        recentBlockhash: Blockhash;
    }
    Index
    accountKeys: string[] | PublicKey[]

    All the account keys used by this transaction

    The message header, identifying signed and read-only accountKeys

    instructions: CompiledInstruction[]

    Instructions that will be executed in sequence and committed in one atomic transaction if all succeed.

    recentBlockhash: Blockhash

    The hash of a recent ledger block