GetDescendantCount overloads

Synopses

Declared in <txmempool.h>

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

int64_t
GetDescendantCount(txiter it) const;

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

int64_t
GetDescendantCount(CTxMemPoolEntry const& e) const;

Return Value

The descendant count.

Parameters

Name

Description

it

Iterator to the entry.

e

The mempool entry.

Created with MrDocs