simple-map 0.0.1

A pallet that demonstrates Substrate's storage maps
simple-map-0.0.1 doesn't have any documentation.

A pallet to demonstrate usage of a simple storage map

Storage maps map a key type to a value type. The hasher used to hash the key can be customized. This pallet uses the blake2_128_concat hasher. This is a good default hasher.