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

Name

Description

entry

The mempool entry.

Created with MrDocs