CTxMemPool::CalculateDescendants

Populate setDescendants with all in-mempool descendants of the given entry.

Synopsis

Declared in <txmempool.h>

[[requires_capability(0x7f95135d3068), requires_capability(0x7f9501b12448), requires_capability(0x7f950ec78638), requires_capability(0x7f9525ea8388), requires_capability(0x7f9515097ac8), requires_capability(0x7f950826bd68), requires_capability(0x7f94f856f478), requires_capability(0x7f9513c59668)]]
CTxMemPool::txiter
CalculateDescendants(
    CTxMemPoolEntry const& entry,
    setEntries& setDescendants) const;

Return Value

An iterator to the entry in the mempool.

Parameters

NameDescription
entryThe transaction entry whose descendants are collected.
setDescendantsThe set that is populated with the descendants.