CCoinsViewCache::HaveInputs

Check whether all prevouts of the transaction are present in the UTXO set represented by this view

Synopsis

Declared in <coins.h>

bool
HaveInputs(CTransaction const& tx) const;

Return Value

True if every input prevout is unspent in this view.

Parameters

NameDescription
txTransaction whose inputs to check.