MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetCountWithDescendants

Method GetCountWithDescendants

src/txmempool.h:151–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 void UpdateLockPoints(const LockPoints& lp);
150
151 uint64_t GetCountWithDescendants() const { return nCountWithDescendants; }
152 uint64_t GetSizeWithDescendants() const { return nSizeWithDescendants; }
153 CAmount GetModFeesWithDescendants() const { return nModFeesWithDescendants; }
154

Callers 5

GetEntriesForConflictsFunction · 0.80
blockchain.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected