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

Method GetModFeesWithAncestors

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

Source from the content-addressed store, hash-verified

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; }
162
163 const Parents& GetMemPoolParentsConst() const { return m_parents; }

Callers 4

GetModFeeAndSizeMethod · 0.45
GetModFeeAndSizeMethod · 0.45
checkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected