Expand description
Optimism-specific constants, types, and helpers.
Re-exports§
pub use block::Block;
pub use cfg::Cfg;
pub use cfg::CreateScheme;
pub use cfg::TransactTo;
pub use context::ContextTr;
pub use journaled_state::Journal;
pub use transaction::Transaction;
pub use transaction::TransactionType;
Modules§
Traits§
- DBError
Marker - Database error marker is needed to implement From conversion for Error type.
- Database
- EVM database interface.