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

Name

Description

e

The mempool entry.

Created with MrDocs