Type Definition evm_adapters::sputnik::MemCache[−][src]

pub type MemCache = BTreeMap<H160, MemoryAccount>;
Expand description

A basic in memory cache (address -> Account)