fedimint_core/net/
mod.rs

1
2
3
4
pub mod api_announcement;
pub mod peers;

pub const STANDARD_FEDIMINT_P2P_PORT: u16 = 8173;