Expand description
A JSON-RPC client for testing against Bitcoin Core v0.17.1
.
We ignore option arguments unless they effect the shape of the returned JSON data.
Modules§
- blockchain
- Macros for implementing JSON-RPC methods on a client.
- control
- Macros for implementing JSON-RPC methods on a client.
- generating
- Macros for implementing JSON-RPC methods on a client.
- network
- Macros for implementing JSON-RPC methods on a client.
- raw_
transactions - Macros for implementing JSON-RPC methods on a client.
- wallet
- Macros for implementing JSON-RPC methods on a client.
Structs§
- Client
- Client implements a JSON-RPC client for the Bitcoin Core daemon or compatible APIs.
Enums§
- Address
Type - Argument to the
Client::get_new_address_with_type
function.