Module eth

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§

OpEthApi
OP-Reth Eth API implementation.
OpEthApiBuilder
Builds OpEthApi for Optimism.
OpEthApiInner
Container type OpEthApi
OpReceiptBuilder
Builds an [OpTransactionReceipt].
OpReceiptFieldsBuilder
L1 fee and data gas for a non-deposit transaction, or deposit nonce and receipt version for a deposit transaction.

Type Aliases§

EthApiNodeBackend
Adapter for EthApiInner, which holds all the data required to serve core eth_ API.
OpRpcConvert
Converter for OP RPC types.