Class
JSONRPCService
A service for sending JSON-RPC requests to a Bitcoin node over HTTP.
class JSONRPCService
Overview
JSONRPCService delegates transport to HTTPTransport and decoding to RPCClient, providing a convenience wrapper for callers that need direct access to the HTTP JSON-RPC layer.
Topics
Initializers
Instance Methods