Function create_swarm_with_behaviours

Source
pub async fn create_swarm_with_behaviours(
    local_key: Keypair,
    behaviour: NodeBehaviour,
) -> Result<NodeSwarm>