public static interface CommandSubmissionServiceOuterClass.SubmitRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CommandsOuterClass.Commands |
getCommands()
The commands to be submitted in a single transaction.
|
CommandsOuterClass.CommandsOrBuilder |
getCommandsOrBuilder()
The commands to be submitted in a single transaction.
|
boolean |
hasCommands()
The commands to be submitted in a single transaction.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasCommands()
The commands to be submitted in a single transaction. Required
.com.daml.ledger.api.v1.Commands commands = 1 [json_name = "commands"];
CommandsOuterClass.Commands getCommands()
The commands to be submitted in a single transaction. Required
.com.daml.ledger.api.v1.Commands commands = 1 [json_name = "commands"];
CommandsOuterClass.CommandsOrBuilder getCommandsOrBuilder()
The commands to be submitted in a single transaction. Required
.com.daml.ledger.api.v1.Commands commands = 1 [json_name = "commands"];