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(0x7ff37ba95858), requires_capability(0x7ff375ddc1e8), requires_capability(0x7ff37e1a5ab8), requires_capability(0x7ff375a97928)]]
Chainstate*
LoadAssumeutxoChainstate();
Return Value
The loaded snapshot chainstate, or nullptr if none was found.
Created with MrDocs