Type Alias frame_system::pallet::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 */);