| 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 |
no outgoing calls
no test coverage detected