Outcome of disconnecting a block from the UTXO set.
Declared in <validation.h>
enum DisconnectResult;
| Name | Description |
|---|---|
DISCONNECT_OK | All good. |
DISCONNECT_UNCLEAN | Rolled back, but UTXO set was inconsistent with block. |
DISCONNECT_FAILED | Something else went wrong. |