Withdraw a Deposit
Withdraw ETH deposited in the vault. Only ETH less than or equal to pendingDepositscan 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 DepositWithdrawnevent.
Updated about 1 month ago
