Helper for getting deduplicated vector of Txids in vin.
Declared in <node/txdownloadman_impl.h>
std::vector<Txid>
GetUniqueParents(CTransaction const& tx);
The deduplicated txids of tx's inputs.
| Name | Description |
|---|---|
| tx | The transaction whose parent txids to collect. |