Expand description
Macros for implementing JSON-RPC methods on a client.
Specifically this is methods found under the == Rawtransactions ==
section of the
API docs of Bitcoin Core v0.18
.
All macros require Client
to be in scope.
See or use the define_jsonrpc_minreq_client!
macro to define a Client
.