Expand description
Tetcore RPC servers.
Structs§
- RpcMetrics
- Metrics for RPC middleware
- RpcMiddleware
- Middleware for RPC calls
Functions§
- rpc_
handler - Construct rpc
IoHandler
- start_
http - Start HTTP server listening on given address.
- start_
ipc - Start IPC server listening on given path.
- start_
ws - Start WS server listening on given address.
Type Aliases§
- Http
Server - Type alias for http server
- IpcServer
- Type alias for ipc server
- RpcHandler
- The RPC IoHandler containing all requested APIs.
- WsServer
- Type alias for ws server