Module websocket

Source
Expand description

An implementation of JSON-RPC over websockets. Feature websocket must be enabled:

[dependencies]
nimiq-jsonrpc-client = { version = "...", features = ["websocket"] }

Structs§

WebsocketClient
A websocket JSON-RPC client.

Enums§

Error
Error type returned by websocket client.