wallet::BerkeleyROBatch::BerkeleyROBatch

Constructors

Synopses

Declared in <wallet/migrate.h>

Copy construction is disabled.

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

Construct a batch that reads from the given database.

explicit
BerkeleyROBatch(BerkeleyRODatabase const& database);
» more...

Parameters

NameDescription
otherThe batch that would be copied from.
databaseThe read-only database this batch reads from.