bitcoincore-rpc 0.9.1

RPC client library for the Bitcoin Core JSON-RPC API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
bitcoincore-rpc
===============

Rust client library for the Bitcoin Core daemon's JSON-RPC API.

Separate `bitcoincore-rpc-json` crate with the JSON-enabled data types used 
in the interface of this crate.


## MSRV

The MSRV for this crate used to be 1.24.0, but that has recently been broken
by an external dependency. We have yet to decide on a new MSRV.


# License

All code is licensed using the CC0 license, as per the LICENSE file.