Module db

Source

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§

WrapDatabaseRef
Wraps a DatabaseRef to provide a Database implementation.

Traits§

Database
EVM database interface.
DatabaseCommit
EVM database commit interface.
DatabaseRef
EVM database interface.