BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
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 ()
 
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 421 of file validation.h.

Constructor & Destructor Documentation

◆ CVerifyDB()

CVerifyDB::CVerifyDB ( )

Definition at line 3883 of file validation.cpp.

Here is the call graph for this function:

◆ ~CVerifyDB()

CVerifyDB::~CVerifyDB ( )

Definition at line 3888 of file validation.cpp.

Member Function Documentation

◆ VerifyDB()

bool CVerifyDB::VerifyDB ( const CChainParams chainparams,
CCoinsView coinsview,
int  nCheckLevel,
int  nCheckDepth 
)

Definition at line 3893 of file validation.cpp.

Here is the call graph for this function:

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