Type Alias revm::db::states::plain_account::PlainStorage

source ·
pub type PlainStorage = HashMap<U256, U256>;
Expand description

Simple plain storage that does not have previous value. This is used for loading from database, cache and for bundle state.

Aliased Type§

struct PlainStorage { /* private fields */ }