CalculateDescendants overloads
Declared in <txmempool.h>
Populate setDescendants with all in-mempool descendants of given transaction. Assumes that setDescendants includes all in-mempool descendants of anything already in it.
[[requires_capability(0x7fbc8f6849b8), requires_capability(0x7fbc95d46718), requires_capability(0x7fbca708c3d8), requires_capability(0x7fbc86274c78), requires_capability(0x7fbca7899358), requires_capability(0x7fbc84aba9a8), requires_capability(0x7fbc870f9ea8), requires_capability(0x7fbc921e1768)]]
void
CalculateDescendants(
txiter it,
setEntries& setDescendants) const;
» more...
Populate setDescendants with all in-mempool descendants of the given entry.
[[requires_capability(0x7fbc8f684a78), requires_capability(0x7fbc95d467d8), requires_capability(0x7fbca708c498), requires_capability(0x7fbc86274d38), requires_capability(0x7fbca7899418), requires_capability(0x7fbc84abaa68), requires_capability(0x7fbc870f9f68), requires_capability(0x7fbc921e1828)]]
CTxMemPool::txiter
CalculateDescendants(
CTxMemPoolEntry const& entry,
setEntries& setDescendants) const;
» more...
An iterator to the entry in the mempool.
| Name | Description |
|---|---|
| it | Iterator to the transaction whose descendants are collected. |
| setDescendants | The set that is populated with the descendants. |
| entry | The transaction entry whose descendants are collected. |