CTxMemPool::GetChildren

Returns the direct in-mempool children of the given entry.

Synopsis

Declared in <txmempool.h>

std::vector<CTxMemPoolEntry::CTxMemPoolEntryRef>
GetChildren(CTxMemPoolEntry const& entry) const;

Return Value

The child entries.

Parameters

NameDescription
entryThe mempool entry.