darkfi::rpc

Module client

Source
Expand description

Client-side JSON-RPC implementation

Structsยง

  • 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.
  • JSON-RPC client implementation using asynchronous channels.