Skip to main content
Version: v1.10

ClusterPayload

ClusterPayload = object

Defined in: types.ts:95

Cluster configuration

Extended by​

Properties​

PropertyTypeDescriptionDefined in
namestringThe cluster name.types.ts:97
operatorsClusterOperator[]The cluster nodes operators addresses.types.ts:100
validatorsClusterValidator[]The cluster validators information.types.ts:103
deposit_amounts?string[] | nullThe cluster partial deposits in gwei or 32000000000.types.ts:106
compounding?booleanA withdrawal mechanism with 0x02 withdrawal credentials.types.ts:109
target_gas_limit?numberThe target gas limit where default is 36M.types.ts:112
consensus_protocol?stringThe consensus protocol e.g qbft.types.ts:115