Populate setDescendants with all in‐mempool descendants of the given entry.
Synopsis
Declared in <txmempool.h>
[[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;
Return Value
An iterator to the entry in the mempool.
Parameters
Name |
Description |
entry |
The transaction entry whose descendants are collected. |
setDescendants |
The set that is populated with the descendants. |
Created with MrDocs