[#SnapshotCompletionResult] = SnapshotCompletionResult :mrdocs: Outcome of attempting to complete validation of an assumeutxo snapshot. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class SnapshotCompletionResult : int; ---- == Members [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#