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>
[[requires_capability(0x7f9513c480c8), requires_capability(0x7f9502de9868), requires_capability(0x7f950b21c038), requires_capability(0x7f9514bf6028)]]
Chainstate*
LoadAssumeutxoChainstate();
Return Value
The loaded snapshot chainstate, or nullptr if none was found.
Created with MrDocs