Expand description

A “Cell” represents a DNA/AgentId pair - a space where one dna/agent can track its source chain and service network requests / responses.

Structs

The unique identifier for a Cell. Cells are uniquely determined by this pair - this pair is necessary and sufficient to refer to a cell in a conductor
Identifier of a clone cell, composed of the DNA’s role name and the index of the clone, starting at 0.

Enums

Errors during conversion from RoleName to CloneId.

Constants

Delimiter in a clone id that separates the base cell’s role id from the clone index.