Skip to main content
Version: next 🚧

DistributedValidator

DistributedValidator = object

Defined in: types.ts:321

Required deposit data for validator activation

Properties​

PropertyTypeDescriptionDefined in
distributed_public_keystringThe public key of the distributed validator.types.ts:323
public_sharesstring[]The public key of the node distributed validator share.types.ts:326
deposit_data?Partial<DepositData>The deposit data for activating the DV.types.ts:329
partial_deposit_data?Partial<DepositData>[]The deposit data with partial amounts or full amount for activating the DV.types.ts:332
builder_registration?BuilderRegistrationpre-generated signed validator builder registration to be sent to builder network.types.ts:335