// SPDX-License-Identifier: MIT OR Apache-2.0
//! 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.
pub use ;
pub use ;
pub use jsonrpc;
// Re-export corepc_types
pub use corepc_types;