Type Alias substrate_relay_helper::parachains::source::RequiredHeaderIdRef
source · 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 */ }