DistributedValidator: object
object
Required deposit data for validator activation
distributed_public_key
string
The public key of the distributed validator.
types.ts:215
public_shares
string[]
The public key of the node distributed validator share.
types.ts:218
deposit_data?
deposit_data
Partial<DepositData>
Partial
DepositData
The deposit data for activating the DV.
types.ts:221
partial_deposit_data?
partial_deposit_data
Partial<DepositData>[]
The deposit data with partial amounts or full amount for activating the DV.
types.ts:224
builder_registration?
builder_registration
BuilderRegistration
pre-generated signed validator builder registration to be sent to builder network.
types.ts:227
types.ts:213
Last updated 10 months ago
Was this helpful?