DepositData = object
object
Defined in: types.ts:301
Required deposit data for validator activation
pubkey
string
The public key of the distributed validator.
types.ts:303
withdrawal_credentials
The 0x01 withdrawal address of the DV.
types.ts:306
amount
32 ethers.
types.ts:309
deposit_data_root
A checksum for DepositData fields .
types.ts:312
signature
BLS signature of the deposit message.
types.ts:315
Last updated 5 months ago
Was this helpful?