referrerpolicy=no-referrer-when-downgrade
frame_system::pallet

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§

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