Module in_memory_db

Source
Expand description

In-memory database implementations.

Structs§

BenchmarkDB
Custom benchmarking DB that only has account info for the zero address.
Cache
A cache used in CacheDB. Its kept separate so it can be used independently.
CacheDB
A Database implementation that stores all state changes in memory.
DbAccount
Database account representation.

Enums§

AccountState
State of an account in the database.

Type Aliases§

InMemoryDB
A Database implementation that stores all state changes in memory.