Deposit Contract Interface
This interface exposes methods to perform validator deposits
Official deposit method to activate a validator on the consensus layer
pubkey
bytes
The 48 bytes long BLS Public key representing the validator
withdrawalCredentials
bytes
The 32 bytes long withdrawal credentials, configures the withdrawal recipient
signature
bytes
The 96 bytes long BLS Signature performed by the pubkey's private key
depositDataRoot
bytes32
The root hash of the whole deposit data structure
Query the current deposit root hash.
_0
bytes32
The deposit root hash.