CCoinsViewErrorCatcher::HaveCoin

Check whether an outpoint is unspent, running the error callbacks on a read failure.

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.