pub type SomeMap<T: Config> = StorageMap<_GeneratedPrefixForStorageSomeMap<T>, Twox64Concat, u32, u32, OptionQuery>;Expand description
Storage type is StorageMap with key type u32 and value type u32.
Aliased Typeยง
pub struct SomeMap<T: Config>(/* private fields */);