ClusterLock =
object
Defined in: types.ts:341
Cluster Details after DKG is complete
| Property | Type | Description | Defined in |
|---|---|---|---|
cluster_definition |
ClusterDefinition |
The cluster definition. | types.ts:343 |
distributed_validators |
DistributedValidator[] |
The cluster distributed validators. | types.ts:346 |
signature_aggregate |
string |
The cluster bls signature aggregate. | types.ts:349 |
lock_hash |
string |
The hash of the cluster lock. | types.ts:352 |
node_signatures? |
string[] |
Node Signature for the lock hash by the node secp256k1 key. | types.ts:355 |