pub fn timestamp_with_babe_info<Block: BlockT>(
blocktime_millis: u64
) -> impl BlockBuildingInfoProvider<Block, Option<(InherentData, Digest)>>
Expand description
Provides BlockBuildingInfoProvider
implementation for chains that include timestamp inherent
and use Babe for a block production.
It depends only on the expected block production frequency, i.e. blocktime_millis
.