[#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(0x7f9513ab42a8), requires_capability(0x7f9502c97318), requires_capability(0x7f9525449048), requires_capability(0x7f95173ff328)]] 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]#