The lowest level of the CoinsViews cache hierarchy sits in a leveldb database on disk. All unspent coins reside in this store.
Synopsis
Declared in <validation.h>
[[guarded_by(0x7f2e1b986de8), guarded_by(0x7f2e275ffcb8), guarded_by(0x7f2e372f0c98), guarded_by(0x7f2e2b182d28)]]
CCoinsViewDB m_dbview;
Created with MrDocs