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

Name

Description

wtx

The wallet transaction to store.

Created with MrDocs