halfin 0.5.0

A {regtest} bitcoin node and indexer runner 🏃‍♂️
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// [`BitcoinD`](crate::bitcoind::BitcoinD)'s human-readable name.
#[allow(unused)]
pub(crate) const BITCOIND_NAME: &str = "BitcoinD";

/// [`BitcoinD`](crate::bitcoind::BitcoinD)'s binary name.
#[allow(unused)]
pub(crate) const BITCOIND_BIN_NAME: &str = "bitcoind_v_31_0";

/// `bitcoind` v31.0
#[allow(unused)]
pub(crate) const BITCOIND_VERSION: &str = "31.0";