referrerpolicy=no-referrer-when-downgrade

BlockWeight

Type Alias BlockWeight 

pub type BlockWeight<T>
where T: Config,
= StorageValue<_GeneratedPrefixForStorageBlockWeight<T>, PerDispatchClass<Weight>, ValueQuery>;
Expand description

The current weight for the block.

Storage type is [StorageValue] with value type ConsumedWeight.

Aliased Type§

pub struct BlockWeight<T>(/* private fields */)
where
    T: Config;