Expand description
Bootstrap [axum] RPC servers.
Modulesยง
- config ๐
- error ๐Error variants used to unify different connection streams
- handler ๐
- ipc
ipc
IPC handling - pubsub ๐
- ws ๐
Structsยง
- Contains additional context and tracks subscriptions
- Additional server options.
Traitsยง
- The general purpose trait for handling RPC requests and subscriptions
- Helper trait that is used to execute ethereum rpc calls
Functionsยง
- Configures an [
axum::Router
] that handles JSON-RPC calls via HTTP. - Configures an [
axum::Router
] that handles JSON-RPC calls via both HTTP and WS. - router_
inner ๐