pub type BlockWeight = PerDispatchClass<Weight>;

Aliased Type§

struct BlockWeight {
    pub normal: Weight,
    pub operational: Weight,
    pub mandatory: Weight,
}

Fields§

§normal: Weight§operational: Weight§mandatory: Weight