Module rpc

Source
Available on crate feature rpc-client only.
Expand description

Simple RPC client implementation which implements BlockSource against a Bitcoin Core RPC endpoint.

Structsยง

RpcClient
A simple RPC client for calling methods using HTTP POST.
RpcError
An error returned by the RPC server.