CTxMemPool::GetAncestorCount

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

NameDescription
eThe mempool entry.