[#Chainstate-CoinsTip] = xref:Chainstate.adoc[Chainstate]::CoinsTip :relfileprefix: ../ :mrdocs: Access the in‐memory cache of the UTXO set. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1ba83f18), requires_capability(0x7f2e14563b68), requires_capability(0x7f2e373bcd18), requires_capability(0x7f2e36e33968)]] xref:CCoinsViewCache.adoc[CCoinsViewCache]& CoinsTip(); ---- == Return Value A reference to the in‐memory cache of the UTXO set. [.small]#Created with https://www.mrdocs.com[MrDocs]#