// SPDX-License-Identifier: CC0-1.0
//! Support for connecting to Bitcoin Core via JSON-RPC.
/// Re-export the `rust-bitcoin` crate.
pubexterncrate bitcoin;/// Re-export the `corepc-types` crate.
pubexterncrate types;#[cfg(feature ="client-sync")]#[macro_use]pubmodclient_sync;