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