Function: withdrawEsGs()
Allows msg.sender
to withdraw esGs
.
Branches and code coverage (including function calls)
Intended branches
Allows
msg.sender
to withdrawesGs
throughIVester.withdrawForAccount
.Assumes all other relevant checks are performed in
IVester.withdrawForAccount
.