| 158 | CAmount GetModFeesWithDescendants() const { return nModFeesWithDescendants; } |
| 159 | |
| 160 | bool GetSpendsCoinbase() const { return spendsCoinbase; } |
| 161 | |
| 162 | uint64_t GetCountWithAncestors() const { return nCountWithAncestors; } |
| 163 | uint64_t GetSizeWithAncestors() const { return nSizeWithAncestors; } |