elementsd 0.11.0

Utility to run a liquidregtest elements process, useful in integration testing environment
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "22_1_1")]
pub const VERSION: &str = "22.1.1";

#[cfg(all(feature = "0_21_0", not(feature = "22_1_1")))]
pub const VERSION: &str = "elements-0.21.0";

#[cfg(all(feature = "0_18_1_12", not(feature = "0_21_0")))]
pub const VERSION: &str = "0.18.1.12";

#[cfg(not(feature = "0_18_1_12"))]
pub const VERSION: &str = "N/A";