CTxMemPool::GetDescendantCount

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

Synopsis

Declared in <txmempool.h>

int64_t
GetDescendantCount(CTxMemPoolEntry const& e) const;

Return Value

The descendant count.

Parameters

NameDescription
eThe mempool entry.