Advertisement
Guest User

Untitled

a guest
Apr 9th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. HL.tableProxy(hyperledgerProxy, {
  2.     select: "*",
  3.     from: ppQueryBis,
  4.     groupBy: ["username", "course"]
  5.     where: ["username"]
  6. }).subscribe({
  7.     next(currentState) {
  8.         // Calculate average grade of student based on current state
  9.     }
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement