Expand description
Bitcoin Core RPC client library.
This crate provides a Rust client for interacting with Bitcoin Core’s JSON-RPC interface. It supports multiple authentication methods and provides a type-safe interface for making RPC calls to a Bitcoin Core daemon.
Re-exports§
pub use jsonrpc;pub use corepc_types;
Structs§
- Client
- Bitcoin Core JSON-RPC Client.
Enums§
- Auth
- Client authentication methods for the Bitcoin Core JSON-RPC server
- Error
- Errors that can occur when using the Bitcoin RPC client.
Type Aliases§
- Result
- Result type alias for the RPC client.