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