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.
Declared in <validation.h>
[[requires_capability(0x7fbc8fcf98a8), requires_capability(0x7fbc96d92068), requires_capability(0x7fbcaf727ad8), requires_capability(0x7fbc9e23f1b8)]]
Chainstate*
LoadAssumeutxoChainstate();
The loaded snapshot chainstate, or nullptr if none was found.