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.
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.
All code is licensed using the CC0 license, as per the LICENSE file.