pub type GluttonConfig = GenesisConfig<Runtime>;

Aliased Type§

struct GluttonConfig {
    pub compute: FixedU64,
    pub storage: FixedU64,
    pub trash_data_count: u32,
    pub _config: PhantomData<Runtime>,
}

Fields§

§compute: FixedU64

The compute limit.

§storage: FixedU64

The storage limit.

§trash_data_count: u32

The amount of trash data for wasting proof size.

§_config: PhantomData<Runtime>

The required configuration field.