Struct filecoin_proofs_api::seal::SealPreCommitPhase2Output [−][src]
pub struct SealPreCommitPhase2Output {
pub registered_proof: RegisteredSealProof,
pub comm_r: Commitment,
pub comm_d: Commitment,
}Expand description
The output of seal_pre_commit_phase2.
Fields
registered_proof: RegisteredSealProofcomm_r: Commitmentcomm_d: CommitmentTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SealPreCommitPhase2Output
impl Send for SealPreCommitPhase2Output
impl Sync for SealPreCommitPhase2Output
impl Unpin for SealPreCommitPhase2Output
impl UnwindSafe for SealPreCommitPhase2Output
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self