ClusterDefinition

Defined in: types.ts:121

Cluster definition data needed for dkg

Extends

Properties

Property
Type
Description
Overrides
Inherited from
Defined in

name

string

The cluster name.

-

ClusterPayload.name

operators

The cluster nodes operators addresses.

-

ClusterPayload.operators

validators

The cluster validators information.

-

ClusterPayload.validators

deposit_amounts?

string[] | null

The cluster partial deposits in gwei or 32000000000.

-

ClusterPayload.deposit_amounts

creator

The creator of the cluster.

-

-

version

string

The cluster configuration version.

-

-

dkg_algorithm

string

The cluster dkg algorithm.

-

-

fork_version

string

The cluster fork version.

-

-

uuid

string

The cluster uuid.

-

-

timestamp

string

The cluster creation timestamp.

-

-

config_hash

string

The cluster configuration hash.

-

-

threshold

number

The distributed validator threshold.

-

-

num_validators

number

The number of distributed validators in the cluster.

-

-

definition_hash?

string

The hash of the cluster definition.

-

-

consensus_protocol?

string

The consensus protocol e.g qbft.

ClusterPayload.consensus_protocol

-

target_gas_limit?

number

The target gas limit where default is 36M.

ClusterPayload.target_gas_limit

-

compounding?

boolean

A withdrawal mechanism with 0x02 withdrawal credentials.

ClusterPayload.compounding

-

Last updated

Was this helpful?