Expand description
OP-Reth eth_
endpoint implementation.
Re-exports§
pub use receipt::OpReceiptBuilder;
pub use receipt::OpReceiptFieldsBuilder;
Modules§
- ext
- Eth API extension.
- receipt
- Loads and formats OP receipt RPC response.
- transaction
- Loads and formats OP transaction RPC response.
Structs§
- OpEth
Api - OP-Reth
Eth
API implementation. - OpEth
ApiBuilder - Builds
OpEthApi
for Optimism. - OpEth
ApiInner - Container type
OpEthApi
Type Aliases§
- EthApi
Node Backend - Adapter for
EthApiInner
, which holds all the data required to serve coreeth_
API. - OpRpc
Convert - Converter for OP RPC types.