Type Alias filecoin_proofs::types::PartitionProof

source ·
pub type PartitionProof<Tree> = PartitionProof<Tree>;

Aliased Type§

struct PartitionProof<Tree> {
    pub comm_c: PoseidonDomain,
    pub apex_leafs: Vec<Sha256Domain>,
    pub challenge_proofs: Vec<ChallengeProof<Tree>>,
}

Fields§

§comm_c: PoseidonDomain§apex_leafs: Vec<Sha256Domain>§challenge_proofs: Vec<ChallengeProof<Tree>>