AllExtrinsicsLen

Type Alias AllExtrinsicsLen 

Source
pub type AllExtrinsicsLen<T: Config> = StorageValue<_GeneratedPrefixForStorageAllExtrinsicsLen<T>, u32>;
Expand description

Total length (in bytes) for all extrinsics put together, for the current block.

Storage type is StorageValue with value type u32.

Aliased Typeยง

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