Crate tempo_revm

Crate tempo_revm 

Source
Expand description

Tempo revm specific implementations.

Re-exportsยง

pub use error::TempoHaltReason;
pub use error::TempoInvalidTransaction;
pub use evm::TempoEvm;

Modulesยง

block ๐Ÿ”’
common ๐Ÿ”’
error
Tempo-specific transaction validation errors.
evm
exec
handler
Tempo EVM Handler implementation.
instructions ๐Ÿ”’
tx ๐Ÿ”’

Structsยง

TempoBatchCallEnv
Tempo transaction environment for AA features.
TempoBlockEnv
Tempo block environment.
TempoTxEnv
Tempo transaction environment.

Traitsยง

IntoAddress
Trait for converting types into Address values.
TempoStateAccess
Helper trait to perform Tempo-specific operations on top of different state providers.
TempoTx
Helper trait to abstract over different representations of Tempo transactions.