Expand description
Macros for implementing JSON-RPC methods on a client.
Requires Client to be in scope.
Specifically this is methods found under the == Network == section of the
API docs of bitcoind v0.17.1.
See, or use the define_jsonrpc_minreq_client! macro to define a Client.