Compute the count, aggregate size, and aggregate fee of an entry's in‐mempool descendants.
Synopsis
Declared in <txmempool.h>
[[requires_capability(0x7f2e1b5a1798), requires_capability(0x7f2e2721a7a8), requires_capability(0x7f2e421cbeb8), requires_capability(0x7f2e2880ae78), requires_capability(0x7f2e3212e208), requires_capability(0x7f2e347f6898), requires_capability(0x7f2e2b05ad08), requires_capability(0x7f2e2bee23a8)]]
std::tuple<size_t, size_t, CAmount>
CalculateDescendantData(CTxMemPoolEntry const& entry) const;
Return Value
A tuple of descendant count, descendant size, and descendant fees.
Parameters
Name |
Description |
entry |
The entry whose descendant data is computed. |
Created with MrDocs