Calculate all in‐mempool ancestors of entry (not including the tx itself)
Synopsis
Declared in <txmempool.h>
[[requires_capability(0x7ff37b420728), requires_capability(0x7ff376fd80d8), requires_capability(0x7ff38def72f8), requires_capability(0x7ff3640f8308), requires_capability(0x7ff3920f85f8), requires_capability(0x7ff37f5ca718), requires_capability(0x7ff37d011998), requires_capability(0x7ff374c151a8)]]
setEntries
CalculateMemPoolAncestors(CTxMemPoolEntry const& entry) const;
Return Value
all in‐mempool ancestors
Parameters
Name |
Description |
entry [in] |
CTxMemPoolEntry of which all in‐mempool ancestors are calculated |
Created with MrDocs