This is a Rust RPC client library for calling the Bitcoin Core JSON-RPC API. It provides a layer of abstraction over rust-jsonrpc and makes it easier to talk to the Bitcoin JSON-RPC interface This git ...
Library entry point call: oe4jrpc.p(oRequest,oResponce) . oRequest is input param as JsonObject created from jsonrpc input string of the JSON-RPC protocol. oResponce is output param as JsonObject from ...
I'm frankly surprised by the amount of people coding backends and frontends that communicate through REST. RPC is a nearly transparent mechanism that makes communication between two processes nearly ...