Package com.daml.ledger.javaapi.data
Class Command
java.lang.Object
com.daml.ledger.javaapi.data.Command
- All Implemented Interfaces:
HasCommands
- Direct Known Subclasses:
CreateAndExerciseCommand
,CreateCommand
,ExerciseByKeyCommand
,ExerciseCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Optional<CreateCommand>
final Optional<ExerciseCommand>
commands()
static Command
-
Constructor Details
-
Command
public Command()
-
-
Method Details
-
commands
- Specified by:
commands
in interfaceHasCommands
-
fromProtoCommand
-
toProtoCommand
-
asCreateCommand
-
asExerciseCommand
-