MCPcopy Create free account
hub / github.com/SeismicSystems/summit / BlockSubscription

Class BlockSubscription

syncer/src/actor.rs:178–183  ·  view source on GitHub ↗

A struct that holds multiple subscriptions for a block.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected