Determine the number of (non-removed) transactions in the graph. */
| 119 | |
| 120 | /** Determine the number of (non-removed) transactions in the graph. */ |
| 121 | DepGraphIndex GetTransactionCount() const { return graph.TxCount(); } |
| 122 | |
| 123 | /** Get the sum of all fees/sizes in the graph. */ |
| 124 | FeePerWeight SumAll() const |
no test coverage detected