Returns whether the transaction with the given txid has any in-mempool descendants.
Declared in <txmempool.h>
<txmempool.h>
bool HasDescendants(Txid const& txid) const;
true if the transaction has at least one descendant in the mempool.