CCoinsViewErrorCatcher [constructor] | Construct the error catcher wrapping a backing view. |
AddReadErrCallback | Register a callback to run when a LevelDB read error occurs. |
BatchWrite [virtual] | Forward the bulk write to the backing view. |
EstimateSize [virtual] | Forward the size estimate to the backing view. |
GetBestBlock [virtual] | Forward the best-block query to the backing view. |
GetCoin [virtual] | Retrieve a coin, running the error callbacks on a read failure. |
GetHeadBlocks [virtual] | Forward the head-blocks query to the backing view. |
HaveCoin [virtual] | Check whether an outpoint is unspent, running the error callbacks on a read failure. |
PeekCoin [virtual] | Retrieve a coin without caching, running the error callbacks on a read failure. |
SetBackend | Replace the backing view. |