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

Synopsis

Declared in <txdb.h>

explicit
CCoinsViewDB(
    DBParams db_params,
    CoinsViewOptions options);

Parameters

Name

Description

db_params

Parameters used to open the underlying database.

options

User‐controlled performance and debug options.

Created with MrDocs