referrerpolicy=no-referrer-when-downgrade
pub type RequiredHeaderIdRef<C> = Arc<Mutex<AvailableHeader<HeaderIdOf<C>>>>;
Expand description

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

Aliased Type§

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