pub type SharedParachainSproofInherentProvider<T> = Arc<Mutex<ParachainSproofInherentProvider<T>>>;Expand description
A thread safe parachain sproof inherent provider
Aliased Typeยง
pub struct SharedParachainSproofInherentProvider<T> { /* private fields */ }