Crate revm_context

Source
Expand description

Optimism-specific constants, types, and helpers.

Re-exports§

pub use block::BlockEnv;
pub use cfg::CfgEnv;
pub use evm::Evm;
pub use evm::EvmData;
pub use tx::TxEnv;
pub use context::*;
pub use journaled_state::*;

Modules§

block
cfg
context
evm
journaled_state
result
transaction
tx

Enums§

CreateScheme
Create scheme
TransactionType
Transaction types of all Ethereum transaction

Traits§

Block
Trait for retrieving block information required for execution.
Cfg
ContextSetters
ContextTr
Trait that defines the context of the EVM execution.
DBErrorMarker
Database error marker is needed to implement From conversion for Error type.
Database
EVM database interface.
JournalTr
Transaction
Main Transaction trait that abstracts and specifies all transaction currently supported by Ethereum

Type Aliases§

TransactTo
Transaction destination