Module eth
Available on crate feature
optimism
only.Expand description
OP-Reth eth_
endpoint implementation.
Modules§
- Loads and formats OP receipt RPC response.
- Loads and formats OP transaction RPC response.
Structs§
- OP-Reth
Eth
API implementation. - A type that knows how to build a
OpEthApi
. - Builds an [
OpTransactionReceipt
]. - L1 fee and data gas for a non-deposit transaction, or deposit nonce and receipt version for a deposit transaction.
Traits§
- A helper trait with requirements for [
RpcNodeCore
] to be used inOpEthApi
.
Type Aliases§
- Adapter for
EthApiInner
, which holds all the data required to serve coreeth_
API.