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
Name |
Description |
it |
Iterator to the entry. |
Created with MrDocs