sui_archival

Function verify_archive_with_local_store

Source
pub async fn verify_archive_with_local_store<S>(
    store: S,
    remote_store_config: ObjectStoreConfig,
    concurrency: usize,
    interactive: bool,
) -> Result<()>
where S: WriteStore + Clone + Send + 'static,