BlockSize

Type Alias BlockSize 

Source
pub type BlockSize<T: Config> = StorageValue<_GeneratedPrefixForStorageBlockSize<T>, u32>;
Expand description

Total size (in bytes) of the current block.

Tracks the size of the header and all extrinsics.

Storage type is StorageValue with value type u32.

Aliased Typeยง

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