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.
Created with MrDocs
Make a DatabaseBatch connected to this database
Declared in <wallet/db.h>
virtual
std::unique_ptr<DatabaseBatch>
MakeBatch() = 0;
A new batch connected to this database.
Created with MrDocs