Function filecoin_proofs_api::seal::seal_pre_commit_phase2[][src]

pub fn seal_pre_commit_phase2<R, S>(
    phase1_output: SealPreCommitPhase1Output,
    cache_path: R,
    out_path: S
) -> Result<SealPreCommitPhase2Output> where
    R: AsRef<Path>,
    S: AsRef<Path>,