Skip to main content

StorageKeyMap

Type Alias StorageKeyMap 

Source
pub type StorageKeyMap<V> = U256Map<V>;
Expand description

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

Aliased Typeยง

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