Struct filecoin_proofs_api::seal::SealPreCommitPhase1Output [−][src]
pub struct SealPreCommitPhase1Output {
pub registered_proof: RegisteredSealProof,
pub labels: Labels,
pub config: StoreConfig,
pub comm_d: Commitment,
}Expand description
The output of seal_pre_commit_phase1.
Fields
registered_proof: RegisteredSealProoflabels: Labelsconfig: StoreConfigcomm_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 SealPreCommitPhase1Output
impl Send for SealPreCommitPhase1Output
impl Sync for SealPreCommitPhase1Output
impl Unpin for SealPreCommitPhase1Output
impl UnwindSafe for SealPreCommitPhase1Output
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self