Forward the lookup to the backing view.
Declared in <coins.h>
<coins.h>
virtual std::optional<Coin> GetCoin(COutPoint const& outpoint) const override;
The coin if unspent, otherwise an empty optional.