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

Method GetSizeWithAncestors

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

Source from the content-addressed store, hash-verified

156
157 uint64_t GetCountWithAncestors() const { return nCountWithAncestors; }
158 uint64_t GetSizeWithAncestors() const { return nSizeWithAncestors; }
159 uint64_t GetDiscountSizeWithAncestors() const { return discountSizeWithAncestors; }
160 CAmount GetModFeesWithAncestors() const { return nModFeesWithAncestors; }
161 int64_t GetSigOpCostWithAncestors() const { return nSigOpCostWithAncestors; }

Callers 4

GetModFeeAndSizeMethod · 0.45
UpdateForDescendantsMethod · 0.45
checkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected