Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CVerifyDB Class Reference

RAII wrapper for VerifyDB: Verify consistency of the block and coin databases. More...

#include <validation.h>

Public Member Functions

 CVerifyDB ()
 
 ~CVerifyDB ()
 
bool VerifyDB (const CChainParams &chainparams, CCoinsView *coinsview, int nCheckLevel, int nCheckDepth)
 

Detailed Description

RAII wrapper for VerifyDB: Verify consistency of the block and coin databases.

Definition at line 426 of file validation.h.

Constructor & Destructor Documentation

◆ CVerifyDB()

CVerifyDB::CVerifyDB ( )

Definition at line 4243 of file validation.cpp.

References _(), CClientUIInterface::ShowProgress, and uiInterface.

◆ ~CVerifyDB()

CVerifyDB::~CVerifyDB ( )

Definition at line 4248 of file validation.cpp.

References CClientUIInterface::ShowProgress, and uiInterface.

Member Function Documentation

◆ VerifyDB()


The documentation for this class was generated from the following files:
Released under the MIT license