A struct that holds multiple subscriptions for a block.
| 176 | |
| 177 | // ---------- Storage ---------- |
| 178 | // Prunable cache |
| 179 | cache: cache::Manager<E, B, P::Scheme>, |
| 180 | // Finalizations stored by height |
| 181 | finalizations_by_height: FC, |
| 182 | // Finalized blocks stored by height |
| 183 | finalized_blocks: FB, |
| 184 | |
| 185 | // ---------- Metrics ---------- |
| 186 | // Latest height metric |
nothing calls this directly
no outgoing calls
no test coverage detected