Module darkfi::rpc::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.