[#CVerifyDB] = CVerifyDB :mrdocs: RAII wrapper for VerifyDB: Verify consistency of the block and coin databases == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class CVerifyDB; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:CVerifyDB/2constructor.adoc[`CVerifyDB`] [.small]#[constructor]# | Construct the verifier. | xref:CVerifyDB/2destructor.adoc[`~CVerifyDB`] [.small]#[destructor]# | Destroy the verifier. | xref:CVerifyDB/VerifyDB.adoc[`VerifyDB`] | Verify the consistency of the block and coin databases. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#