Remove the chainstate and all on-disk artifacts. Used when reindex{-chainstate} is called during snapshot use.
Declared in <validation.h>
[[nodiscard, requires_capability(0x7fbc8fcf9b18), requires_capability(0x7fbc96d922d8), requires_capability(0x7fbcaf727d48), requires_capability(0x7fbc9e23f428)]]
bool
DeleteChainstate(Chainstate& chainstate);
true if the chainstate and its artifacts were deleted successfully.
The return value should not be discarded.
| Name | Description |
|---|---|
| chainstate | The chainstate to remove and delete from disk. |