ClusterPayload

ClusterPayload = object

Defined in: types.ts:95

Cluster configuration

Extended by

Properties

Property
Type
Description
Defined in

name

string

The cluster name.

operators

The cluster nodes operators addresses.

validators

The cluster validators information.

deposit_amounts?

string[] | null

The cluster partial deposits in gwei or 32000000000.

compounding?

boolean

A withdrawal mechanism with 0x02 withdrawal credentials.

target_gas_limit?

number

The target gas limit where default is 36M.

consensus_protocol?

string

The consensus protocol e.g qbft.

Last updated

Was this helpful?