ethos-bitcoind 30.2.11

Generated client for ethos-bitcoind.
Documentation
1
2
3
4
5
6
7
8
9
//! Bitcoin Core test node client
//!
//! This module provides a test client for Bitcoin Core that works with any NodeManager
//! implementation via dependency injection.
pub mod client;
pub mod params;

// re-export common clients
pub use client::BitcoinTestClient;