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

Method GetModFeesWithAncestors

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

Source from the content-addressed store, hash-verified

125 uint64_t GetCountWithAncestors() const { return nCountWithAncestors; }
126 uint64_t GetSizeWithAncestors() const { return nSizeWithAncestors; }
127 CAmount GetModFeesWithAncestors() const { return nModFeesWithAncestors; }
128 int64_t GetSigOpCostWithAncestors() const { return nSigOpCostWithAncestors; }
129
130 mutable size_t vTxHashesIdx; //!< Index in mempool's vTxHashes

Callers 4

GetModFeeAndSizeMethod · 0.45
addPackageTxsMethod · 0.45
checkMethod · 0.45
blockchain.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected