Compute the count, aggregate size, and aggregate fee of an entry's in-mempool descendants.
Declared in <txmempool.h>
[[requires_capability(0x7fbc8f683278), requires_capability(0x7fbc95d44fd8), requires_capability(0x7fbca708ac98), requires_capability(0x7fbc86273538), requires_capability(0x7fbca7897c18), requires_capability(0x7fbc84ab9268), requires_capability(0x7fbc870f8768), requires_capability(0x7fbc921e0028)]]
std::tuple<size_t, size_t, CAmount>
CalculateDescendantData(CTxMemPoolEntry const& entry) const;
A tuple of descendant count, descendant size, and descendant fees.
| Name | Description |
|---|---|
| entry | The entry whose descendant data is computed. |