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 */);