Bitcoin ABC  0.29.2
P2P Digital Currency
Public Member Functions | List of all members
CVerifyDB Class Reference

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

#include <validation.h>

Public Member Functions

 CVerifyDB ()
 
 ~CVerifyDB ()
 
VerifyDBResult VerifyDB (Chainstate &chainstate, CCoinsView &coinsview, int nCheckLevel, int nCheckDepth) EXCLUSIVE_LOCKS_REQUIRED(cs_main)
 

Detailed Description

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

Definition at line 554 of file validation.h.

Constructor & Destructor Documentation

◆ CVerifyDB()

CVerifyDB::CVerifyDB ( )

Definition at line 4622 of file validation.cpp.

Here is the call graph for this function:

◆ ~CVerifyDB()

CVerifyDB::~CVerifyDB ( )

Definition at line 4626 of file validation.cpp.

Member Function Documentation

◆ VerifyDB()

VerifyDBResult CVerifyDB::VerifyDB ( Chainstate chainstate,
CCoinsView coinsview,
int  nCheckLevel,
int  nCheckDepth 
)

Definition at line 4630 of file validation.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: