Compute the count, aggregate size, and aggregate fee of an entry's in‐mempool ancestors.

Synopsis

Declared in <txmempool.h>

[[requires_capability(0x7fbc8f6831b8), requires_capability(0x7fbc95d44f18), requires_capability(0x7fbca708abd8), requires_capability(0x7fbc86273478), requires_capability(0x7fbca7897b58), requires_capability(0x7fbc84ab91a8), requires_capability(0x7fbc870f86a8), requires_capability(0x7fbc921dff68)]]
std::tuple<size_t, size_t, CAmount>
CalculateAncestorData(CTxMemPoolEntry const& entry) const;

Return Value

A tuple of ancestor count, ancestor size, and ancestor fees.

Parameters

Name

Description

entry

The entry whose ancestor data is computed.

Created with MrDocs