wallet::BerkeleyRODatabase::BerkeleyRODatabase

Create DB handle

Synopsis

Declared in <wallet/migrate.h>

BerkeleyRODatabase(
    fs::path const& filepath,
    bool open = true);

Parameters

NameDescription
filepathPath to the BerkeleyDB file to read.
openWhether to open and read the file immediately.