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>Expand description
Create a new sp_distance::InherentDataProvider at the given block.