Verify a chainstate that has already been loaded.
Declared in <node/chainstate.h>
ChainstateLoadResult
VerifyLoadedChainstate(
ChainstateManager& chainman,
ChainstateLoadOptions const& options);
A status code paired with an optional error string.
| Name | Description |
|---|---|
| chainman | The chainstate manager whose chainstate to verify. |
| options | Options controlling how verification is performed. |