| 119 | uint64_t GetCountWithDescendants() const { return nCountWithDescendants; } |
| 120 | uint64_t GetSizeWithDescendants() const { return nSizeWithDescendants; } |
| 121 | CAmount GetModFeesWithDescendants() const { return nModFeesWithDescendants; } |
| 122 | |
| 123 | bool GetSpendsCoinbase() const { return spendsCoinbase; } |
| 124 |
no outgoing calls
no test coverage detected