blvm-node 0.1.2

Bitcoin Commons BLVM: Minimal Bitcoin node implementation using blvm-protocol and blvm-consensus
1
2
3
4
5
6
7
8
9
10
11
12
//! Message handlers for NetworkManager.
//!
//! Extracted from network_manager.rs to reduce file size and improve maintainability.

pub mod addr;
pub mod ban_list;
pub mod bip157;
pub mod module;
pub mod package_relay;
pub mod payment;
#[cfg(feature = "utxo-commitments")]
pub mod utxo_commitments;