kaspa-core 0.15.0

Kaspa core
Documentation
1
2
3
4
5
6
7
pub fn version() -> &'static str {
    env!("CARGO_PKG_VERSION")
}

pub fn name() -> &'static str {
    "kaspad"
}