Expand description
An implementation of JSON-RPC over websockets. Feature websocket
must be enabled:
[dependencies]
nimiq-jsonrpc-client = { version = "...", features = ["websocket"] }
Structs§
- Websocket
Client - A websocket JSON-RPC client.
Enums§
- Error
- Error type returned by websocket client.