Skip to main content

Module generating

Module generating 

Source
Expand description

Macros for implementing JSON-RPC methods on a client.

Specifically this is methods found under the == Generating == section of the API docs of Bitcoin Core v0.17.

All macros require Client to be in scope.

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