Module zaino_fetch::jsonrpc::connector

source ·
Expand description

JsonRPC client implementation.

TODO: - Add option for http connector. - Refactor JsonRpcConnectorError into concrete error types and implement fmt::display [https://github.com/zingolabs/zaino/issues/67].

Structs§

Functions§

  • Tries to connect to zebrad/zcashd using IPv4 and IPv6 and returns the correct uri type, exits program with error message if connection cannot be established.