Expand description
axum RPC server implementations Contains the code to launch an Ethereum RPC server.
Modules§
- handler 🔒Contains RPC handlers
Functions§
- Configures an [
axum::Router
] that handlesEthApi
related JSON-RPC calls via HTTP and WS. - Configures a server that handles
EthApi
related JSON-RPC calls via HTTP and WS. - Configures a server that handles
EthApi
related JSON-RPC calls via HTTP and WS. - Launches an ipc server at the given path in a new task
- Launches an ipc server at the given path in a new task.