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