pub type CountedMap<T> = CountedStorageMap<_GeneratedPrefixForStorageCountedMap<T>, Blake2_128Concat, u8, u16>;
Expand description

Storage type is [CountedStorageMap] with key type u8 and value type u16.

Aliased Type§

struct CountedMap<T>(/* private fields */);