Crate simple_map[][src]

Expand description

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.

Re-exports

pub use pallet::*;

Modules