Package com.daml.ledger.javaapi.data
Class CreateCommand
java.lang.Object
com.daml.ledger.javaapi.data.Command
com.daml.ledger.javaapi.data.CreateCommand
- All Implemented Interfaces:
HasCommands
-
Constructor Summary
ConstructorsConstructorDescriptionCreateCommand(@NonNull Identifier templateId, @NonNull DamlRecord createArguments) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CreateCommandfromProto(com.daml.ledger.api.v2.CommandsOuterClass.CreateCommand create) @NonNull DamlRecord@NonNull IdentifierinthashCode()com.daml.ledger.api.v2.CommandsOuterClass.CreateCommandtoProto()toString()Methods inherited from class com.daml.ledger.javaapi.data.Command
asCreateCommand, asExerciseCommand, commands, fromProtoCommand, toProtoCommand
-
Constructor Details
-
CreateCommand
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getTemplateId
-
getCreateArguments
-
fromProto
public static CreateCommand fromProto(com.daml.ledger.api.v2.CommandsOuterClass.CreateCommand create) -
toProto
public com.daml.ledger.api.v2.CommandsOuterClass.CreateCommand toProto()
-