Writes a wallet transaction variant record.
Declared in <wallet/walletdb.h>
bool
WriteWtxVariant(
Txid const& txid,
CTransactionRef const& tx);
true if the record was written.
| Name | Description |
|---|---|
| txid | The txid of the transaction. |
| tx | The transaction to store. |