Function: stakeGsForAccount(address _account, uint256 _amount)
Allows the handler to stake gs on behalf of account.
Inputs
_accountControl: Fully controlled by the handler.
Constraints: None.
Impact:
gsis staked on behalf of_account.
_amountControl: Fully controlled by the handler.
Constraints: None.
Impact:
gsis staked on behalf of_account.
Branches and code coverage (including function calls)
Intended branches
Staked on behalf of the handler for account.
Calls
IRewardTracker.stakeForAccountwithgstracker.Calls
IRewardTracker.stakeForAccountwithbonustracker.Calls
IRewardTracker.stakeForAccountwithfeetracker.Assumes all other necessary checks are performed in
IRewardTracker.stakeForAccount.
Negative behavior
Should not be callable by anyone other than the handler.