[#Chainstate-m_coins_views] = xref:Chainstate.adoc[Chainstate]::m_coins_views :relfileprefix: ../ :mrdocs: Manages the UTXO set, which is a reflection of the contents of `m_chain`. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::unique_ptr<CoinsViews> m_coins_views; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#