Function: claim()
Allows msg.sender to claim all rewards.
Branches and code coverage (including function calls)
Intended branches
Allows
msg.senderto claim all rewards.All underlying claim functions are called (
feeTracker,rewardTracker,loanRewardTracker,vester, andloanVester).Assumes all other relevant checks are performed in each
claimForAccountfunction.The
bonusTrackeris not called.