pub type StorageKeyMap<V> = U256Map<V>;
Type alias for a map with storage keys (U256) as keys.
pub struct StorageKeyMap<V> { /* private fields */ }