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