Expand description
§Rust Client for Bitcoin Core API
This is a client library for the Bitcoin Core JSON-RPC API.
Re-exports§
pub use bitcoincore_rpc_json as json;
pub use json::bitcoin;
pub use jsonrpc_async as jsonrpc;
Structs§
- Client
- Client implements a JSON-RPC client for the Bitcoin Core daemon or compatible APIs.
Enums§
- Auth
- The different authentication methods for the client.
- Error
- The error type for errors produced in this library.
Traits§
Type Aliases§
- Result
- Crate-specific Result type, shorthand for
std::result::Result
with our crate-specific Error type;