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(0x7f2e1bc17d68), requires_capability(0x7f2e146b60b8), requires_capability(0x7f2e298fb488), requires_capability(0x7f2e360b8be8)]]
Chainstate*
LoadAssumeutxoChainstate();

Return Value

The loaded snapshot chainstate, or nullptr if none was found.

Created with MrDocs