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::ContextSetters;
- pub use context::ContextTr;
- pub use journaled_state::JournalTr;
- pub use transaction::Transaction;
- pub use transaction::TransactionType;
Modules§
Traits§
- DBErrorMarker 
- Database error marker is needed to implement From conversion for Error type.
- Database
- EVM database interface.