CCoinsViewDB::CCoinsViewDB

Constructs the view, opening the coin database with the given parameters.

Synopsis

Declared in <txdb.h>

explicit
CCoinsViewDB(
    DBParams db_params,
    CoinsViewOptions options);

Parameters

NameDescription
db_paramsParameters used to open the underlying database.
optionsUser-controlled performance and debug options.