Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.51 KB

File metadata and controls

17 lines (12 loc) · 1.51 KB

ClusterLock

ClusterLock = object

Defined in: types.ts:341

Cluster Details after DKG is complete

Properties

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