CTxMemPool::GetParents

Returns the direct in-mempool parents of the given entry.

Synopsis

Declared in <txmempool.h>

std::vector<CTxMemPoolEntry::CTxMemPoolEntryRef>
GetParents(CTxMemPoolEntry const& entry) const;

Return Value

The parent entries.

Parameters

NameDescription
entryThe mempool entry.