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
Name |
Description |
tx |
Transaction whose inputs to check. |
Created with MrDocs