Uses of Interface
com.daml.ledger.api.v1.CommandsOuterClass.ExerciseByKeyCommandOrBuilder
-
Packages that use CommandsOuterClass.ExerciseByKeyCommandOrBuilder Package Description com.daml.ledger.api.v1 -
-
Uses of CommandsOuterClass.ExerciseByKeyCommandOrBuilder in com.daml.ledger.api.v1
Classes in com.daml.ledger.api.v1 that implement CommandsOuterClass.ExerciseByKeyCommandOrBuilder Modifier and Type Class Description static class
CommandsOuterClass.ExerciseByKeyCommand
Exercise a choice on an existing contract specified by its key.static class
CommandsOuterClass.ExerciseByKeyCommand.Builder
Exercise a choice on an existing contract specified by its key.Methods in com.daml.ledger.api.v1 that return CommandsOuterClass.ExerciseByKeyCommandOrBuilder Modifier and Type Method Description CommandsOuterClass.ExerciseByKeyCommandOrBuilder
CommandsOuterClass.Command.Builder. getExerciseByKeyOrBuilder()
.com.daml.ledger.api.v1.ExerciseByKeyCommand exerciseByKey = 4 [json_name = "exerciseByKey"];
CommandsOuterClass.ExerciseByKeyCommandOrBuilder
CommandsOuterClass.Command. getExerciseByKeyOrBuilder()
.com.daml.ledger.api.v1.ExerciseByKeyCommand exerciseByKey = 4 [json_name = "exerciseByKey"];
CommandsOuterClass.ExerciseByKeyCommandOrBuilder
CommandsOuterClass.CommandOrBuilder. getExerciseByKeyOrBuilder()
.com.daml.ledger.api.v1.ExerciseByKeyCommand exerciseByKey = 4 [json_name = "exerciseByKey"];
-