pub type PlainStorage = HashMap<U256, U256>;
Simple plain storage that does not have previous value. This is used for loading from database, cache and for bundle state.
struct PlainStorage { /* private fields */ }