wallet::WalletBatch::WalletBatch

Constructs a batch that operates on the given wallet database.

Synopsis

Declared in <wallet/walletdb.h>

explicit
WalletBatch(WalletDatabase& database);

Parameters

NameDescription
databaseThe wallet database to modify.