CTxMemPool::HasDescendants

Returns whether the transaction with the given txid has any in-mempool descendants.

Synopsis

Declared in <txmempool.h>

bool
HasDescendants(Txid const& txid) const;

Return Value

true if the transaction has at least one descendant in the mempool.

Parameters

NameDescription
txidThe txid to check.