Retrieve a coin without caching, running the error callbacks on a read failure.
Declared in <coins.h>
virtual
std::optional<Coin>
PeekCoin(COutPoint const& outpoint) const override;
The coin if unspent, otherwise an empty optional.
| Name | Description |
|---|---|
| outpoint | The outpoint to look up. |