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

Method GetSizeWithDescendants

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

Source from the content-addressed store, hash-verified

150
151 uint64_t GetCountWithDescendants() const { return nCountWithDescendants; }
152 uint64_t GetSizeWithDescendants() const { return nSizeWithDescendants; }
153 CAmount GetModFeesWithDescendants() const { return nModFeesWithDescendants; }
154
155 bool GetSpendsCoinbase() const { return spendsCoinbase; }

Callers 6

GetModFeeAndSizeMethod · 0.80
checkMethod · 0.80
TrimToSizeMethod · 0.80
PreChecksMethod · 0.80
blockchain.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected