Access the error‐catching wrapper around the UTXO set view.
Synopsis
Declared in <validation.h>
[[requires_capability(0x7ff37b901d08), requires_capability(0x7ff375c48918), requires_capability(0x7ff37e053788), requires_capability(0x7ff3759346e8)]]
CCoinsViewErrorCatcher&
CoinsErrorCatcher();
Return Value
A reference to a wrapped view of the in‐memory UTXO set that handles disk read errors gracefully.
Created with MrDocs