Modules§
Structs§
- AppState
- This is the state we will pass to axum so that we can extract it in handlers.
- CorsOpt
- GasOpt
- Hybrid
Client - A mixed HTTP and WebSocket client. Uses HTTP to perform all the JSON-RPC requests except the ones which require subscription, which go through a WebSocket client.
- Hybrid
Client Driver
Functions§
- listen
- Start listening to JSON-RPC requests.