referrerpolicy=no-referrer-when-downgrade

BlockSize

Type Alias BlockSize 

pub type BlockSize<T>
where 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>(/* private fields */)
where
    T: Config;