CCoinsViewBacked::HaveCoin

Forward the unspent check to the backing view.

Synopsis

Declared in <coins.h>

virtual
bool
HaveCoin(COutPoint const& outpoint) const override;

Return Value

True if the outpoint is unspent.

Parameters

NameDescription
outpointThe outpoint to check.