Interface Exercises<Cmd>
-
- Type Parameters:
Cmd
- The returned type of ledger command.
- All Known Subinterfaces:
Exercises.Archive<Cmd>
- All Known Implementing Classes:
ByKey
,ByKey.ToInterface
,ContractId
,CreateAnd
,CreateAnd.ToInterface
public interface Exercises<Cmd>
Root of all generatedExercises
interfaces for templates and Daml interfaces.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Exercises.Archive<Cmd>
AddsExercises.Archive.exerciseArchive()
to every exercise target.
-