MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetModFeesWithDescendants

Method GetModFeesWithDescendants

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

Source from the content-addressed store, hash-verified

119 uint64_t GetCountWithDescendants() const { return nCountWithDescendants; }
120 uint64_t GetSizeWithDescendants() const { return nSizeWithDescendants; }
121 CAmount GetModFeesWithDescendants() const { return nModFeesWithDescendants; }
122
123 bool GetSpendsCoinbase() const { return spendsCoinbase; }
124

Callers 3

GetModFeeAndSizeMethod · 0.80
TrimToSizeMethod · 0.80
blockchain.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected