referrerpolicy=no-referrer-when-downgrade

BabeCreateInherentDataProviders

Type Alias BabeCreateInherentDataProviders 

Source
pub type BabeCreateInherentDataProviders<Block> = Arc<dyn CreateInherentDataProviders<Block, (), InherentDataProviders = (InherentDataProvider, InherentDataProvider)>>;
Expand description

Create inherent data providers for BABE with timestamp.

Aliased Type§

pub struct BabeCreateInherentDataProviders<Block> { /* private fields */ }