wallet::WalletBatch::WalletBatch

Constructors

Synopses

Declared in <wallet/walletdb.h>

Wallet batches are non-copyable.

WalletBatch(WalletBatch const& other) = delete;
» more...

Constructs a batch that operates on the given wallet database.

explicit
WalletBatch(WalletDatabase& database);
» more...

Parameters

NameDescription
otherThe batch that would be copied from.
databaseThe wallet database to modify.