Skip to main content

StorageKeyMap

Type Alias StorageKeyMap 

Source
pub type StorageKeyMap<V> = HashMap<Uint<256, 4>, V, FbBuildHasher<32>>;
Expand description

Type alias for a map with storage keys (U256) as keys.

Aliased Typeยง

pub struct StorageKeyMap<V> { /* private fields */ }