Withdraw
WITHDRAW SYSTEM : You can withdraw in two ways
ā¢ You can withdraw stake + rewards for that stake in one go
1. If coolDown == 0
user can call withdraw
and immediately withdraw
2. if coolDown > 0
user needs to first initiate withdraw request calling makeWithdrawRequest
After coolDown period has passed user will initiate withdraw
ā¢ You can only withdraw earned rewards for all stakes by user calling
Last updated