Available on crate feature
optimism
only.Expand description
OP-Reth eth_
endpoint implementation.
Re-exports§
pub use receipt::OpReceiptBuilder;
pub use receipt::OpReceiptFieldsBuilder;
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
.
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.