Check if we already have an orphan transaction (by wtxid only)
Synopsis
Declared in <node/txorphanage.h>
virtual
bool
HaveTx(Wtxid const& wtxid) const = 0;
Return Value
True if the orphan is stored, false otherwise.
Parameters
Name |
Description |
wtxid |
Witness txid to look up. |
Created with MrDocs