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

Name

Description

txid

The txid of the transaction.

tx

The transaction to store.

Created with MrDocs