![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
RAII wrapper for VerifyDB: Verify consistency of the block and coin databases. More...
#include <validation.h>
Public Member Functions | |
| CVerifyDB () | |
| CVerifyDB (kernel::Notifications ¬ifications) | |
| ~CVerifyDB () | |
| VerifyDBResult | VerifyDB (Chainstate &chainstate, CCoinsView &coinsview, int nCheckLevel, int nCheckDepth) EXCLUSIVE_LOCKS_REQUIRED(cs_main) |
Private Attributes | |
| kernel::Notifications & | m_notifications |
RAII wrapper for VerifyDB: Verify consistency of the block and coin databases.
Definition at line 655 of file validation.h.
| CVerifyDB::CVerifyDB | ( | ) |
|
explicit |
| CVerifyDB::~CVerifyDB | ( | ) |
| VerifyDBResult CVerifyDB::VerifyDB | ( | Chainstate & | chainstate, |
| CCoinsView & | coinsview, | ||
| int | nCheckLevel, | ||
| int | nCheckDepth | ||
| ) |
Definition at line 5272 of file validation.cpp.
|
private |
Definition at line 657 of file validation.h.