Interface Exercises<Cmd>
-
- Type Parameters:
Cmd
- The returned type of ledger command.
- 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cmd
makeExerciseCmd(java.lang.String choice, Value choiceArgument)
-