Function is_canon

Source
pub fn is_canon<B, C>(client: &C, target_hash: B::Hash) -> bool
where B: BlockT, C: HeaderBackend<B> + 'static,