pub fn init_libp2p_network(
swarm: Swarm<ChatBehaviour>,
local_peer_id: PeerId,
options: &NodeOptions,
bootstrap_peer_ids: Vec<PeerId>,
) -> Libp2pNetworkExpand description
Shared post-build initialisation for a Libp2pNetwork.
pub fn init_libp2p_network(
swarm: Swarm<ChatBehaviour>,
local_peer_id: PeerId,
options: &NodeOptions,
bootstrap_peer_ids: Vec<PeerId>,
) -> Libp2pNetworkShared post-build initialisation for a Libp2pNetwork.