Select Git revision
Transaction.scala
-
Max Leuthäuser authoredMax Leuthäuser authored
Transaction.scala 187 B
package solution
import scroll.internal.Compartment
import task.Currency
// TODO: implement the compartment Transaction with its roles here!
class Transaction /* ... */ {
/* ... */
}