CCoinsViewCache::HaveCoin

Check whether an outpoint is unspent, possibly populating this cache.

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.