referrerpolicy=no-referrer-when-downgrade

Type Alias kitchensink_runtime::GluttonConfig

source ·
pub type GluttonConfig = GenesisConfig<Runtime>;

Aliased Type§

struct GluttonConfig {
    pub compute: FixedU64,
    pub storage: FixedU64,
    pub trash_data_count: u32,
    pub block_length: FixedU64,
    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.

§block_length: FixedU64

The block length limit.

§_config: PhantomData<Runtime>

The required configuration field.