2 unstable releases

new 0.5.0 Dec 16, 2024
0.4.0 Nov 14, 2024
0.3.0 Nov 14, 2024

#42 in Magic Beans

Download history 230/week @ 2024-11-11 30/week @ 2024-11-18 118/week @ 2024-11-25 644/week @ 2024-12-02 739/week @ 2024-12-09

1,540 downloads per month
Used in 3 crates (via corepc-client)

CC0 license

395KB
4.5K SLoC

corepc-types

Types returned by the JSON-RPC API of Bitcoin Core.

Minimum Supported Rust Version (MSRV)

This library should always compile with any combination of features on Rust 1.56.1.

Licensing

The code in this project is licensed under the Creative Commons CC0 1.0 Universal license. We use the SPDX license list and SPDX IDs.


lib.rs:

Types returned by the JSON-RPC API of Bitcoin Core.

Each type has rustdocs copied from Core, bugs and all. Additional docs were only added if things really didn't make sense. Only required arguments are documented. To see what optional arguments are available run bitcoin-cli help <method> against the version of Core you are interested in.

Dependencies

~9MB
~130K SLoC