Crate jsonrpsee_ws_server[][src]

Expand description

jsonrpsee-ws-server

jsonrpsee-ws-server is a JSON RPC WebSocket server library that’s is built for async/await.

Re-exports

pub use jsonrpsee_types as types;

Structs

Sets of JSON-RPC methods can be organized into a “module“s that are in turn registered on the server or, alternatively, merged with other modules to construct a cohesive API. RpcModule wraps an additional context argument that can be used to access data during call execution.

Represents a single subscription.

A WebSocket JSON RPC server.

Builder to configure and create a JSON-RPC Websocket server

Handle that is able to stop the running server.