wallet::WalletDatabase::MakeBatch

Make a DatabaseBatch connected to this database

Synopsis

Declared in <wallet/db.h>

virtual
std::unique_ptr<DatabaseBatch>
MakeBatch() = 0;

Return Value

A new batch connected to this database.