wallet::WalletBatch::WriteTx

Writes a wallet transaction record.

Synopsis

Declared in <wallet/walletdb.h>

bool
WriteTx(CWalletTx const& wtx);

Return Value

true if the record was written.

Parameters

NameDescription
wtxThe wallet transaction to store.