Claim Validator Withdrawal

Transfer the validator balance from the contract to the beneficiary as indicated in an accepted exit proposal.

Method: claimWithdrawals(beneficiary)

Arguments: beneficiary (address) – The beneficiary's wallet address specified in the exit proposal.

Permissions: Permissionless.

Events: When called, the method results in a ClaimedWithdrawal event.

or

Method: claimWithdrawals(proposalId)

Arguments: proposalId (bytes32) – The exit proposal ID.

Permissions: Permissionless.

Events: When called, the method results in a ClaimedWithdrawal event.