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
Name |
Description |
entry |
The mempool entry. |
Created with MrDocs