tslint needs to _chill_

This commit is contained in:
Michael Zhu
2019-11-05 17:42:40 -08:00
parent 120d554a6b
commit c2919bcdb0
7 changed files with 31 additions and 10 deletions

View File

@@ -6,6 +6,11 @@ import { TxData } from 'ethereum-types';
import { DeploymentManager } from '../utils/deployment_manager';
import { FunctionAssertion } from '../utils/function_assertions';
/**
* Returns a FunctionAssertion for `unstake` which assumes valid input is provided. The
* FunctionAssertion checks that the staker and zrxVault's balances of ZRX increase and decrease,
* respectively, by the input amount.
*/
export function validUnstakeAssertion(
deployment: DeploymentManager,
balanceStore: BlockchainBalanceStore,