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

Name

Description

txid

The txid to check.

Created with MrDocs