Type Alias filecoin_proofs_api::VanillaProof

source ·
pub type VanillaProof<Tree> = Proof<<Tree as MerkleTreeTrait>::Proof>;

Aliased Type§

struct VanillaProof<Tree> {
    pub sectors: Vec<SectorProof<<Tree as MerkleTreeTrait>::Proof>>,
}

Fields§

§sectors: Vec<SectorProof<<Tree as MerkleTreeTrait>::Proof>>