Type Alias pallet_transaction_storage::pallet::ChunkCount
source · pub type ChunkCount<T: Config> = StorageMap<_GeneratedPrefixForStorageChunkCount<T>, Blake2_128Concat, BlockNumberFor<T>, u32, ValueQuery>;
Expand description
Count indexed chunks for each block.
Storage type is [StorageMap
] with key type BlockNumberFor < T >
and value type u32
.
Aliased Type§
struct ChunkCount<T: Config>(/* private fields */);