Module api

Available on crate feature rpc only.
Expand description

Helper traits to wrap generic l1 errors, in network specific error type configured in reth_rpc_eth_api::EthApiTypes.

Traits§

AsEthApiError
Helper trait to access wrapped core error.
FromEthApiError
Helper trait to wrap core EthApiError.
FromEvmError
Helper trait to convert from revm errors.
FromEvmHalt
Helper trait to convert from revm errors.
IntoEthApiError
Helper trait to wrap core EthApiError.