Uses of Class
com.daml.ledger.javaapi.data.ExerciseCommand
-
Packages that use ExerciseCommand Package Description com.daml.ledger.javaapi.data com.daml.ledger.javaapi.data.codegen -
-
Uses of ExerciseCommand in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return ExerciseCommand Modifier and Type Method Description static ExerciseCommand
ExerciseCommand. fromProto(CommandsOuterClass.ExerciseCommand command)
Methods in com.daml.ledger.javaapi.data that return types with arguments of type ExerciseCommand Modifier and Type Method Description java.util.Optional<ExerciseCommand>
Command. asExerciseCommand()
-
Uses of ExerciseCommand in com.daml.ledger.javaapi.data.codegen
Methods in com.daml.ledger.javaapi.data.codegen that return ExerciseCommand Modifier and Type Method Description ExerciseCommand
ContractId. makeExerciseCmd(java.lang.String choice, Value choiceArgument)
-