Package com.daml.ledger.javaapi.data
Class ExerciseCommand
java.lang.Object
com.daml.ledger.javaapi.data.Command
com.daml.ledger.javaapi.data.ExerciseCommand
- All Implemented Interfaces:
HasCommands
-
Constructor Summary
ConstructorsConstructorDescriptionExerciseCommand
(@NonNull Identifier templateId, @NonNull String contractId, @NonNull String choice, @NonNull Value choiceArgument) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static ExerciseCommand
@NonNull String
@NonNull Value
@NonNull String
@NonNull Identifier
int
hashCode()
toProto()
toString()
Methods inherited from class com.daml.ledger.javaapi.data.Command
asCreateCommand, asExerciseCommand, commands, fromProtoCommand, toProtoCommand
-
Constructor Details
-
ExerciseCommand
public ExerciseCommand(@NonNull Identifier templateId, @NonNull String contractId, @NonNull String choice, @NonNull Value choiceArgument)
-
-
Method Details