Interface ClusterDefintion

Cluster Definition

Hierarchy

Properties

config_hash: string

The cluster configuration hash.

The creator of the cluster.

definition_hash?: string

The hash of the cluster definition.

dkg_algorithm: string

The cluster dkg algorithm.

fork_version: string

The cluster fork version.

name: string

The cluster name.

num_validators: number

The number of distributed validators in the cluster.

operators: ClusterOperator[]

The cluster nodes operators addresses.

threshold: number

The distributed validator threshold.

timestamp: string

The cluster creation timestamp.

uuid: string

The cluster uuid.

validators: ClusterValidator[]

The clusters validators information.

version: string

The cluster configuration version.

Generated using TypeDoc