halfin 0.5.0

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

/// [`UtreexoD`](crate::utreexod::UtreexoD)'s binary name.
#[allow(unused)]
pub(crate) const UTREEXOD_BIN_NAME: &str = "utreexod_v_0_6_0";

/// `utreexod` v0.6.0
#[allow(unused)]
pub(crate) const UTREEXOD_VERSION: &str = "0.6.0";