Accept Exit Proposal
Accepts an existing exit proposal, causing the exit of the validators in the exit proposal. Only the beneficiary in the exit proposal can withdraw the validator balance from the staking vault.
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 16 days ago