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§
- Account
State - State of an account in the database.
Type Aliases§
- InMemoryDB
- A Database implementation that stores all state changes in memory.