CTxMemPool::CalculateDescendants

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

Synopsis

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;

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.