ClusterPayload = object
object
Defined in: types.ts:95
Cluster configuration
ClusterDefinition
name
string
The cluster name.
types.ts:97
operators
ClusterOperator[]
ClusterOperator
The cluster nodes operators addresses.
types.ts:100
validators
ClusterValidator[]
ClusterValidator
The cluster validators information.
types.ts:103
deposit_amounts?
string[] | null
null
The cluster partial deposits in gwei or 32000000000.
types.ts:106
compounding?
boolean
A withdrawal mechanism with 0x02 withdrawal credentials.
types.ts:109
target_gas_limit?
number
The target gas limit where default is 36M.
types.ts:112
consensus_protocol?
The consensus protocol e.g qbft.
types.ts:115
Last updated 5 months ago
Was this helpful?