pub type BabeCreateInherentDataProviders<Block> = Arc<dyn CreateInherentDataProviders<Block, (), InherentDataProviders = (InherentDataProvider, InherentDataProvider)>>;
Expand description
Create inherent data providers for BABE with timestamp.
Aliased Type§
struct BabeCreateInherentDataProviders<Block> { /* private fields */ }