Retrieve a coin without populating this cache.
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. |