Module eth

Module eth 

Source
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§

OpEthApi
OP-Reth Eth API implementation.
OpEthApiBuilder
Builds OpEthApi for Optimism.
OpEthApiInner
Container type OpEthApi

Type Aliases§

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