Returns the number of in‐mempool ancestors of the given entry (including itself).
Synopsis
Declared in <txmempool.h>
int64_t
GetAncestorCount(CTxMemPoolEntry const& e) const;
Return Value
The ancestor count.
Parameters
Name |
Description |
e |
The mempool entry. |
Created with MrDocs