IDepositContract

Deposit Contract Interface

This interface exposes methods to perform validator deposits

Methods

deposit

function deposit(bytes pubkey, bytes withdrawalCredentials, bytes signature, bytes32 depositDataRoot) external payable

Official deposit method to activate a validator on the consensus layer

Parameters

Last updated