Outcome of attempting to complete validation of an assumeutxo snapshot.
Declared in <validation.h>
enum class SnapshotCompletionResult : int;
| Name | Description |
|---|---|
SUCCESS | The snapshot was validated successfully. |
SKIPPED | Snapshot validation was skipped (e.g. no snapshot in use). |
MISSING_CHAINPARAMS | Expected assumeutxo configuration data was not found for the base block height. |
STATS_FAILED | Failed to generate UTXO statistics for the validated chainstate. |
HASH_MISMATCH | The validated chainstate's UTXO set hash did not match the expected assumeutxo hash. |