Type Alias distance_oracle::runtime::system::storage::types::block_weight::BlockWeight
source · 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