pub fn create_distance_inherent_data_provider<B, C, Backend>(
    client: &C,
    parent: B::Hash,
    distance_dir: PathBuf,
    owner_keys: &[Public]
) -> Result<InherentDataProvider<u32>, Error>
where B: BlockT, C: ProvideUncles<B> + StorageProvider<B, Backend>, Backend: Backend<B>, u32: Decode + Encode + PartialEq + TypeInfo,
Expand description

Create a new sp_distance::InherentDataProvider at the given block.