Umi — API References - v1.3.0
    Preparing search index...

    Interface TransactionMessage

    Defines the message of a transaction.

    interface TransactionMessage {
        accounts: PublicKey[];
        addressLookupTables: CompiledAddressLookupTable[];
        blockhash: string;
        header: TransactionMessageHeader;
        instructions: CompiledInstruction[];
        version: TransactionVersion;
    }
    Index

    Properties

    accounts: PublicKey[]
    addressLookupTables: CompiledAddressLookupTable[]
    blockhash: string
    instructions: CompiledInstruction[]