Function filecoin_proofs::validate_cache_for_precommit_phase2

source ยท
pub fn validate_cache_for_precommit_phase2<R, T, Tree: MerkleTreeTrait>(
    cache_path: R,
    replica_path: T,
    seal_precommit_phase1_output: &SealPreCommitPhase1Output<Tree>,
) -> Result<()>
where R: AsRef<Path>, T: AsRef<Path>,