Helius SDK - v2.2.2
    Preparing search index...

    Type Alias CreateTxMessageInput

    CreateTxMessageInput: Readonly<
        {
            feePayer: Address
            | TransactionSigner<string>;
            instructions: readonly Instruction<string, readonly any[]>[];
            lifetime?: BlockhashLifetime;
            version: TransactionVersion;
        },
    >

    Input for building a raw transaction message.