Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 873 Bytes

tryorama.addallagentstoallconductors.md

File metadata and controls

53 lines (26 loc) · 873 Bytes

Home > @holochain/tryorama > addAllAgentsToAllConductors

addAllAgentsToAllConductors() function

Add all agents of all conductors to each other. Shortcuts peer discovery through a bootstrap server or gossiping.

Signature:

addAllAgentsToAllConductors: (conductors: IConductor[]) => Promise<void>

Parameters

Parameter

Type

Description

conductors

IConductor[]

Conductors to mutually exchange all agents with.

**Returns:**

Promise<void>