referrerpolicy=no-referrer-when-downgrade

CountedMap

Type Alias CountedMap 

Source
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§

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