kyoto-cbf 0.15.1

A Bitcoin light-client according to the BIP-157/BIP-158 specifications
Documentation
1
2
3
4
5
6
7
/// SQL block header storage.
pub mod headers;
/// SQL peer storage.
pub mod peers;

pub(crate) const DEFAULT_CWD: &str = ".";
pub(crate) const DATA_DIR: &str = "light_client_data";