[][src]Trait sector_builder::ProofsConfig

pub trait ProofsConfig: Sync + Send {
    fn post_config(&self) -> PoStConfig;
fn porep_config(&self) -> PoRepConfig; }

Required methods

fn post_config(&self) -> PoStConfig

returns the configuration used when verifying and generating PoReps

fn porep_config(&self) -> PoRepConfig

returns the configuration used when verifying and generating PoSts

Loading content...

Implementors

Loading content...