Module server_types

Source
Expand description

Re-exported from reth_rpc_server_types.

Modules§

constants
Common RPC constants.
eth
Re-exported from reth_rpc_eth_types.
result
Additional helpers for converting errors.

Macros§

impl_to_rpc_result
A macro that implements the ToRpcResult for a specific error type

Enums§

RethRpcModule
Represents RPC modules that are supported by reth
RpcModuleSelection
Describes the modules that should be installed.

Traits§

ToRpcResult
Helper trait to easily convert various Result types into [RpcResult]