referrerpolicy=no-referrer-when-downgrade

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§

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