[#CoinsViews-m_dbview] = xref:CoinsViews.adoc[CoinsViews]::m_dbview :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7f2e1b986de8), guarded_by(0x7f2e275ffcb8), guarded_by(0x7f2e372f0c98), guarded_by(0x7f2e2b182d28)]] xref:CCoinsViewDB.adoc[CCoinsViewDB] m_dbview; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#