Fetch the coin from base. Used for cache misses in FetchCoin.
Declared in <coins.h>
virtual
std::optional<Coin>
FetchCoinFromBase(COutPoint const& outpoint) const;
The coin if the base view has it unspent, otherwise an empty optional.
| Name | Description |
|---|---|
| outpoint | The outpoint whose coin to fetch from the base view. |