Returns the coin for an outpoint without caching the result.
Declared in <txdb.h>
virtual
std::optional<Coin>
PeekCoin(COutPoint const& outpoint) const override;
The coin if found, or std::nullopt otherwise.
| Name | Description |
|---|---|
| outpoint | The transaction output to look up. |