[#CTxMemPool-GetParents] = xref:CTxMemPool.adoc[CTxMemPool]::GetParents :relfileprefix: ../ :mrdocs: Returns the direct in‐mempool parents of the given entry. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<CTxMemPoolEntry::CTxMemPoolEntryRef> GetParents(xref:CTxMemPoolEntry.adoc[CTxMemPoolEntry] const& entry) const; ---- == Return Value The parent entries. == Parameters [cols="1,4"] |=== | Name| Description | *entry* | The mempool entry. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#