Module control

Source
Expand description

Macros for implementing JSON-RPC methods on a client.

Specifically this is methods found under the == Control == section of the API docs of bitcoind v0.17.1.

All macros require Client to be in scope.

See or use the define_jsonrpc_minreq_client! macro to define a Client.