ClusterPayload
ClusterPayload =
object
Defined in: types.ts:95
Cluster configuration
Extended by​
Properties​
| Property | Type | Description | Defined in |
|---|---|---|---|
name | string | The cluster name. | types.ts:97 |
operators | ClusterOperator[] | The cluster nodes operators addresses. | types.ts:100 |
validators | ClusterValidator[] | The cluster validators information. | types.ts:103 |
deposit_amounts? | string[] | 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? | string | The consensus protocol e.g qbft. | types.ts:115 |