referrerpolicy=no-referrer-when-downgrade

BlockWeight

Type Alias BlockWeight 

Source
pub type BlockWeight<T: Config> = StorageValue<_GeneratedPrefixForStorageBlockWeight<T>, ConsumedWeight, ValueQuery>;
Expand description

The current weight for the block.

Storage type is [StorageValue] with value type ConsumedWeight.

Aliased Type§

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