[#ChainstateManager-LoadAssumeutxoChainstate] = xref:ChainstateManager.adoc[ChainstateManager]::LoadAssumeutxoChainstate :relfileprefix: ../ :mrdocs: When starting up, search the datadir for a chainstate based on a UTXO snapshot that is in the process of being validated and load it if found. Return pointer to the Chainstate if it is loaded. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1bc17d68), requires_capability(0x7f2e146b60b8), requires_capability(0x7f2e298fb488), requires_capability(0x7f2e360b8be8)]] xref:Chainstate.adoc[Chainstate]* LoadAssumeutxoChainstate(); ---- == Return Value The loaded snapshot chainstate, or nullptr if none was found. [.small]#Created with https://www.mrdocs.com[MrDocs]#