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

Name

Description

outpoint

The outpoint to check.

Created with MrDocs