Function fc_rpc::frontier_backend_client::is_canon

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