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§
- Reth
RpcModule - Represents RPC modules that are supported by reth
- RpcModule
Selection - Describes the modules that should be installed.
Traits§
- ToRpc
Result - Helper trait to easily convert various
Result
types into [RpcResult
]