Module tinychain::cluster[][src]

Expand description

Maintains the consistency of the network by coordinating transaction commits.

Structs

Cluster

The data structure responsible for maintaining consensus per-transaction.

ClusterType

The Class of a Cluster.

Constants

REPLICAS

The name of the endpoint which serves a Link to each of this Cluster’s replicas.

Functions

instantiate

Load a cluster from the filesystem, or instantiate a new one.