Expand description
JSON-RPC IPC server implementation
Structs§
- Builder
- Builder to configure and create a JSON-RPC server
- IpcServer
- Ipc Server implementation
- IpcServer
Start Error - Error thrown when server couldn’t be started.
- RpcService
- JSON-RPC service middleware.
- RpcService
Builder - Similar to [
tower::ServiceBuilder
] but doesn’t support any tower middleware implementations. - Settings
- JSON-RPC IPC server settings.
- Tower
Service NoHttp JsonRPSee
service compatible withtower
.