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

    Type Alias MessageV1Args

    Message constructor arguments

    Index
    compiledInstructions: MessageCompiledInstruction[]

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

    The message header, identifying signed and read-only accountKeys

    recentBlockhash: Blockhash

    The hash of a recent ledger block

    staticAccountKeys: PublicKey[]

    The static account keys used by this transaction

    transactionConfig?: TransactionConfig | null

    The compute budget configuration of this transaction