Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

Transaction.scala

Blame
  • Transaction.scala 187 B
    package solution
    
    import scroll.internal.Compartment
    import task.Currency
    
    // TODO: implement the compartment Transaction with its roles here!
    
    class Transaction /* ... */ {
      /* ... */
    }