DistributedValidator = object
object
Defined in: types.ts:321arrow-up-right
Required deposit data for validator activation
distributed_public_key
string
The public key of the distributed validator.
types.ts:323arrow-up-right
public_shares
string[]
The public key of the node distributed validator share.
types.ts:326arrow-up-right
deposit_data?
Partial<DepositData>
Partial
DepositData
The deposit data for activating the DV.
types.ts:329arrow-up-right
partial_deposit_data?
Partial<DepositData>[]
The deposit data with partial amounts or full amount for activating the DV.
types.ts:332arrow-up-right
builder_registration?
BuilderRegistration
pre-generated signed validator builder registration to be sent to builder network.
types.ts:335arrow-up-right
Last updated 17 days ago
Was this helpful?