referrerpolicy=no-referrer-when-downgrade
pub type RequiredHeaderNumberRef<C> = Arc<Mutex<<C as Chain>::BlockNumber>>;
Expand description

Shared updatable reference to the maximal header number that we want to sync from the source.

Aliased Type§

struct RequiredHeaderNumberRef<C> { /* private fields */ }