Module eth
Expand description
OP-Reth eth_
endpoint implementation.
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
- OpReceipt
Builder - Builds an [
OpTransactionReceipt
]. - OpReceipt
Fields Builder - L1 fee and data gas for a non-deposit transaction, or deposit nonce and receipt version for a deposit transaction.
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.