Access the error‐catching wrapper around the UTXO set view.
Synopsis
Declared in <validation.h>
[[requires_capability(0x7fbc8fb65d28), requires_capability(0x7fbc96bfe398), requires_capability(0x7fbcaf5d57a8), requires_capability(0x7fbc9e0dbf78)]]
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