Skip to content

Latest commit

 

History

History
55 lines (27 loc) · 894 Bytes

tryorama.areconductorcellsdhtssynced.md

File metadata and controls

55 lines (27 loc) · 894 Bytes

Home > @holochain/tryorama > areConductorCellsDhtsSynced

areConductorCellsDhtsSynced() function

A utility function to compare conductors' integrated DhtOps.

Signature:

areConductorCellsDhtsSynced: (conductorCells: IConductorCell[]) => Promise<boolean>

Parameters

Parameter

Type

Description

conductorCells

IConductorCell[]

Array of ConductorCells

**Returns:**

Promise<boolean>

A promise that is resolved after conductors' Integrated DhtOps match.