pub type Storage = FxHashMap<U256, H256>;
Storage mapping from slot key to value.
pub struct Storage { /* private fields */ }