ClusterDefinition
Defined in: types.ts:121
Cluster definition data needed for dkg
Extends
Properties
Property
Type
Description
Overrides
Inherited from
Defined in
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
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?

