Compute the count, aggregate size, and aggregate fee of an entry's in‐mempool ancestors.
Synopsis
Declared in <txmempool.h>
[[requires_capability(0x7f95135d17a8), requires_capability(0x7f9501b10b88), requires_capability(0x7f950ec76d78), requires_capability(0x7f9525ea6ac8), requires_capability(0x7f9515096208), requires_capability(0x7f950826a4a8), requires_capability(0x7f94f856dbb8), requires_capability(0x7f9513c57da8)]]
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