[#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(0x7ff37b901b68), requires_capability(0x7ff375c48778), requires_capability(0x7ff37e0535e8), requires_capability(0x7ff375934548)]] 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]#