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