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 TypeMethodDescriptionbooleanstatic ExerciseByKeyCommandfromProto(com.daml.ledger.api.v2.CommandsOuterClass.ExerciseByKeyCommand command) @NonNull String@NonNull Value@NonNull Value@NonNull IdentifierinthashCode()com.daml.ledger.api.v2.CommandsOuterClass.ExerciseByKeyCommandtoProto()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
-
fromProto
public static ExerciseByKeyCommand fromProto(com.daml.ledger.api.v2.CommandsOuterClass.ExerciseByKeyCommand command) -
toProto
public com.daml.ledger.api.v2.CommandsOuterClass.ExerciseByKeyCommand toProto() -
getTemplateId
-
getContractKey
-
getChoice
-
getChoiceArgument
-
toString
-
equals
-
hashCode
public int hashCode()
-