[#CTxMemPool-HasDescendants] = xref:CTxMemPool.adoc[CTxMemPool]::HasDescendants :relfileprefix: ../ :mrdocs: Returns whether the transaction with the given txid has any in‐mempool descendants. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool HasDescendants(xref:Txid.adoc[Txid] const& txid) const; ---- == Return Value true if the transaction has at least one descendant in the mempool. == Parameters [cols="1,4"] |=== | Name| Description | *txid* | The txid to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#