CTxMemPool::GetDescendantCount

Returns the number of in-mempool descendants of the entry at the given iterator (including itself).

Synopsis

Declared in <txmempool.h>

int64_t
GetDescendantCount(txiter it) const;

Return Value

The descendant count.

Parameters

NameDescription
itIterator to the entry.