Module holochain::conductor::conductor[][src]

Expand description

A Conductor is a dynamically changing group of Cells.

A Conductor can be managed:

In normal use cases, a single Holochain user runs a single Conductor in a single process. However, there’s no reason we can’t have multiple Conductors in a single process, simulating multiple users in a testing environment.

Structs

A Conductor is a group of Cells

A configurable Builder for Conductor and sometimes ConductorHandle

Enums

The status of an installed Cell, which captures different phases of its lifecycle

Functions

Dump the integration json state.

Type Definitions

Declarative filter for CellStatus