ClusterDefintion
Cluster Definition
Extends
Properties
| Property | Type | Description | Inherited from | 
|---|---|---|---|
config_hash | string | The cluster configuration hash. | - | 
creator | ClusterCreator | 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. | ClusterPayload.name | 
num_validators | number | The number of distributed validators in the cluster. | - | 
operators | ClusterOperator[] | The cluster nodes operators addresses. | ClusterPayload.operators | 
threshold | number | The distributed validator threshold. | - | 
timestamp | string | The cluster creation timestamp. | - | 
uuid | string | The cluster uuid. | - | 
validators | ClusterValidator[] | The clusters validators information. | ClusterPayload.validators | 
version | string | The cluster configuration version. | - |