| 150 | |
| 151 | uint64_t GetCountWithDescendants() const { return nCountWithDescendants; } |
| 152 | uint64_t GetSizeWithDescendants() const { return nSizeWithDescendants; } |
| 153 | CAmount GetModFeesWithDescendants() const { return nModFeesWithDescendants; } |
| 154 | |
| 155 | bool GetSpendsCoinbase() const { return spendsCoinbase; } |
no outgoing calls
no test coverage detected