pub async fn check_block<B, IQ, C>(
    client: Arc<C>,
    import_queue: IQ,
    block_id: BlockId<B>
) -> Result<(), Error>
where C: BlockBackend<B> + HeaderBackend<B> + Send + Sync + 'static, B: BlockT + for<'de> Deserialize<'de>, IQ: ImportQueue<B> + 'static,
Expand description

Re-validate known block.