Type alias MessageV0Args

MessageV0Args: {
    addressTableLookups: MessageAddressTableLookup[];
    compiledInstructions: MessageCompiledInstruction[];
    header: MessageHeader;
    recentBlockhash: Blockhash;
    staticAccountKeys: PublicKey[];
}

Message constructor arguments

Type declaration

  • addressTableLookups: MessageAddressTableLookup[]

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

  • compiledInstructions: MessageCompiledInstruction[]

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

  • header: MessageHeader

    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

Generated using TypeDoc