Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
CVerifyDB Class Reference

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

#include <validation.h>

Collaboration diagram for CVerifyDB:
[legend]

Public Member Functions

 CVerifyDB (kernel::Notifications &notifications)
 
 ~CVerifyDB ()
 
VerifyDBResult VerifyDB (Chainstate &chainstate, const Consensus::Params &consensus_params, CCoinsView &coinsview, int nCheckLevel, int nCheckDepth) EXCLUSIVE_LOCKS_REQUIRED(cs_main)
 

Private Attributes

kernel::Notificationsm_notifications
 

Detailed Description

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

Definition at line 399 of file validation.h.

Constructor & Destructor Documentation

◆ CVerifyDB()

CVerifyDB::CVerifyDB ( kernel::Notifications notifications)
explicit

Definition at line 4509 of file validation.cpp.

Here is the call graph for this function:

◆ ~CVerifyDB()

CVerifyDB::~CVerifyDB ( )

Definition at line 4515 of file validation.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ VerifyDB()

VerifyDBResult CVerifyDB::VerifyDB ( Chainstate chainstate,
const Consensus::Params consensus_params,
CCoinsView coinsview,
int  nCheckLevel,
int  nCheckDepth 
)

Definition at line 4520 of file validation.cpp.

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

Member Data Documentation

◆ m_notifications

kernel::Notifications& CVerifyDB::m_notifications
private

Definition at line 402 of file validation.h.


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