[][src]Trait sector_builder::SectorConfig

pub trait SectorConfig: Sync + Send {
    fn max_unsealed_bytes_per_sector(&self) -> UnpaddedBytesAmount;
fn sector_bytes(&self) -> PaddedBytesAmount; }

Required methods

fn max_unsealed_bytes_per_sector(&self) -> UnpaddedBytesAmount

returns the number of user-provided bytes that will fit into a sector managed by this store

fn sector_bytes(&self) -> PaddedBytesAmount

returns the number of bytes in a sealed sector managed by this store

Loading content...

Implementors

Loading content...