wallet::WalletBatch::WriteWtxVariant

Writes a wallet transaction variant record.

Synopsis

Declared in <wallet/walletdb.h>

bool
WriteWtxVariant(
    Txid const& txid,
    CTransactionRef const& tx);

Return Value

true if the record was written.

Parameters

NameDescription
txidThe txid of the transaction.
txThe transaction to store.