[#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(0x7f95139b7178), guarded_by(0x7f9501ef61f8), guarded_by(0x7f952537cfc8), guarded_by(0x7f95150ff518)]] xref:CCoinsViewDB.adoc[CCoinsViewDB] m_dbview; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#