Type Definition pallet_example_basic::pallet::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.