node::TxDownloadManagerImpl::GetUniqueParents

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

NameDescription
txThe transaction whose parent txids to collect.