getNetFlowRate

Function Header

 /**
  * @dev get net flow rate for given account for given token
  * @param token Super token address
  * @param account Account to query
  * @return flowRate The net flow rate of the account
  */
 function getNetFlowRate(ISuperToken token, address account)
     internal view returns (int96 flowRate)

Example Usage

Last updated