Forward the non‐caching lookup to the backing view.

Synopsis

Declared in <coins.h>

virtual
std::optional<Coin>
PeekCoin(COutPoint const& outpoint) const override;

Return Value

The coin if unspent, otherwise an empty optional.

Parameters

Name

Description

outpoint

The outpoint to look up.

Created with MrDocs