Package com.daml.ledger.api.v1
Class CommandsOuterClass
- java.lang.Object
-
- com.daml.ledger.api.v1.CommandsOuterClass
-
public final class CommandsOuterClass extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CommandsOuterClass.Command
A command can either create a new contract or exercise a choice on an existing contract.static interface
CommandsOuterClass.CommandOrBuilder
static class
CommandsOuterClass.Commands
A composite command that groups multiple commands together.static interface
CommandsOuterClass.CommandsOrBuilder
static class
CommandsOuterClass.CreateAndExerciseCommand
Create a contract and exercise a choice on it in the same transaction.static interface
CommandsOuterClass.CreateAndExerciseCommandOrBuilder
static class
CommandsOuterClass.CreateCommand
Create a new contract instance based on a template.static interface
CommandsOuterClass.CreateCommandOrBuilder
static class
CommandsOuterClass.ExerciseByKeyCommand
Exercise a choice on an existing contract specified by its key.static interface
CommandsOuterClass.ExerciseByKeyCommandOrBuilder
static class
CommandsOuterClass.ExerciseCommand
Exercise a choice on an existing contract.static interface
CommandsOuterClass.ExerciseCommandOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor()
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-