wallet::CWalletTx::CWalletTx

Deleted copy constructor; CWalletTx objects must not be copied.

Synopsis

Declared in <wallet/transaction.h>

CWalletTx(CWalletTx const& other) = delete;

Parameters

NameDescription
otherThe object to copy construct from