revm_
optimism
1.0.0-alpha.1
IsTx
Error
Required Methods
is_tx_error
Implementations on Foreign Types
EVMError<DB, TX>
Implementors
In revm_
optimism::
handler
revm_optimism
::
handler
Trait
IsTxError
Copy item path
Source
pub trait IsTxError { // Required method fn
is_tx_error
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_tx_error
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl<DB, TX>
IsTxError
for
EVMError
<DB, TX>
Source
§
fn
is_tx_error
(&self) ->
bool
Implementors
§