DistributedValidator
DistributedValidator:
Object
Required deposit data for validator activation
Type declaration
| Member | Type | Description | 
|---|---|---|
distributed_public_key | string | The public key of the distributed validator. | 
public_shares | string[] | The public key of the node distributed validator share. | 
deposit_data | Partial< DepositData > | The required deposit data for activating the DV. | 
builder_registration | BuilderRegistration | pre-generated signed validator builder registration to be sent to builder network. | 
Source
types.ts:176