Expand description
Optimism-specific constants, types, and helpers.
Re-exports§
pub use block::Block;
pub use block::BlockGetter;
pub use cfg::Cfg;
pub use cfg::CfgGetter;
pub use cfg::CreateScheme;
pub use cfg::TransactTo;
pub use errors::ErrorGetter;
pub use journaled_state::JournalStateGetter;
pub use journaled_state::JournalStateGetterDBError;
pub use journaled_state::JournaledState;
pub use transaction::Transaction;
pub use transaction::TransactionGetter;
pub use transaction::TransactionType;
Modules§
Traits§
- Database error marker is needed to implement From conversion for Error type.
- EVM database interface.