Accept Exit Proposal
Initiate a validator exit proposal which, if accepted results in the full withdrawal of a set of validators. Only the beneficiary in the exit proposal can withdraw the validator balance.
Method: acceptExit(proposalId)
Arguments: proposalId
(bytes32) – Unique identifier of the exit proposal.
Permissions: DEPOSITOR_ROLE
Events: when called, the method emits a ProposalAccepted
event.
Updated 4 days ago