Module client

Module client 

Source
Expand description

Client-side JSON-RPC implementation

Structsยง

RpcChadClient
Highly experimental JSON-RPC client implementation using asynchronous channels, with each new request canceling waiting for the previous one. All requests are executed without a timeout.
RpcClient
JSON-RPC client implementation using asynchronous channels.