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§
struct BlockWeight<T: Config>(/* private fields */);