Expand description
Bitcoin Core RPC client library.
The top-level Client is transport-agnostic (sans-io): callers supply
the transport at each call site via a send_fn closure.
For a batteries-included HTTP client backed by the bitreq transport,
enable the bitreq feature and use bitreq::Client.
Re-exports§
pub use jsonrpc;pub use corepc_types;
Modules§
Structs§
- Client
- Bitcoin Core JSON-RPC client (sans-io).