validate_with_blockstore

Function validate_with_blockstore 

Source
async fn validate_with_blockstore<BlockstoreT>(
    root: Tipset,
    store: Arc<BlockstoreT>,
    check_links: u32,
    check_network: Option<NetworkChain>,
    check_stateroots: u32,
) -> Result<()>
where BlockstoreT: PersistentStore + Send + Sync + 'static,