Function sc_consensus_uncles::create_uncles_inherent_data_provider [−][src]
pub fn create_uncles_inherent_data_provider<B, C>(
client: &C,
parent: B::Hash
) -> Result<InherentDataProvider<B::Header>, Error> where
B: BlockT,
C: ProvideUncles<B>,
Expand description
Create a new sp_authorship::InherentDataProvider
at the given block.