Returns whether a coin exists for an outpoint.

Synopsis

Declared in <txdb.h>

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

Return Value

True if the coin is present.

Parameters

Name

Description

outpoint

The transaction output to check.

Created with MrDocs