Type Alias commonware_p2p::Bootstrapper
source ยท pub type Bootstrapper = (PublicKey, SocketAddr);Expand description
Known peer and its accompanying address that will be dialed on startup.
pub type Bootstrapper = (PublicKey, SocketAddr);Known peer and its accompanying address that will be dialed on startup.