DepositData
DepositData =
object
Defined in: types.ts:301
Required deposit data for validator activation
Properties​
| Property | Type | Description | Defined in |
|---|---|---|---|
pubkey | string | The public key of the distributed validator. | types.ts:303 |
withdrawal_credentials | string | The 0x01 withdrawal address of the DV. | types.ts:306 |
amount | string | 32 ethers. | types.ts:309 |
deposit_data_root | string | A checksum for DepositData fields . | types.ts:312 |
signature | string | BLS signature of the deposit message. | types.ts:315 |