Populate setDescendants with all in-mempool descendants of the given entry.
Declared in <txmempool.h>
[[requires_capability(0x7ff37b420968), requires_capability(0x7ff376fd8318), requires_capability(0x7ff38def7538), requires_capability(0x7ff3640f8548), requires_capability(0x7ff3920f8838), requires_capability(0x7ff37f5ca958), requires_capability(0x7ff37d011bd8), requires_capability(0x7ff374c153e8)]]
CTxMemPool::txiter
CalculateDescendants(
CTxMemPoolEntry const& entry,
setEntries& setDescendants) const;
An iterator to the entry in the mempool.
| Name | Description |
|---|---|
| entry | The transaction entry whose descendants are collected. |
| setDescendants | The set that is populated with the descendants. |