Re-exports§
pub use components::BlockHash;
pub use components::BlockHashRef;
pub use components::DatabaseComponentError;
pub use components::DatabaseComponents;
pub use components::State;
pub use components::StateRef;
Modules§
- components
- Database that is split on State and BlockHash traits.
Structs§
- Wrap
Database Ref - Wraps a
DatabaseRef
to provide aDatabase
implementation.
Traits§
- Database
- EVM database interface.
- Database
Commit - EVM database commit interface.
- Database
Ref - EVM database interface.