CCoinsView::HaveCoin

Just check whether a given outpoint is unspent. May populate the cache. Use PeekCoin() to perform a non-caching lookup.

Synopsis

Declared in <coins.h>

virtual
bool
HaveCoin(COutPoint const& outpoint) const = 0;

Return Value

True if the outpoint is unspent.

Parameters

NameDescription
outpointThe outpoint to check.