Type Alias pallet_example_kitchensink::pallet::Quux
source · pub type Quux<T> = StorageNMap<_GeneratedPrefixForStorageQuux<T>, (NMapKey<Blake2_128Concat, u8>, NMapKey<Blake2_128Concat, u16>, NMapKey<Blake2_128Concat, u32>), u64, OptionQuery, GetDefault, GetDefault>;
Expand description
Same as StorageDoubleMap
, but with arbitrary number of keys.
Storage type is [StorageNMap
] with keys type (u8, u16, u32) and value type u64.
Aliased Type§
struct Quux<T>(/* private fields */);