Withdraw a Deposit
Withdraw ETH deposited in the vault. Only ETH less than or equal to pendingDeposits
can be withdrawn via this method.
Method: withdrawDeposit(amount)
Arguments: msg.value
(uint256) – Amount of ETH to withdraw (denominated in wei).
Permissions: DEPOSITOR_ROLE
Events: when called, the method emits a DepositWithdrawn
event.
Updated 4 days ago