Skip to main content

IValidatorsRegistry

Git Source

Author: Ethereum Foundation

The validators deposit contract common interface

Functions

get_deposit_root

Query the current deposit root hash.

function get_deposit_root() external view returns (bytes32);

Returns

NameTypeDescription
<none>bytes32The deposit root hash.

Events

DepositEvent

A processed deposit event.

event DepositEvent(bytes pubkey, bytes withdrawal_credentials, bytes amount, bytes signature, bytes index);