Class CommandSubmissionServiceOuterClass.SubmitRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.daml.ledger.api.v2.CommandSubmissionServiceOuterClass.SubmitRequest
All Implemented Interfaces:
CommandSubmissionServiceOuterClass.SubmitRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
CommandSubmissionServiceOuterClass

public static final class CommandSubmissionServiceOuterClass.SubmitRequest extends com.google.protobuf.GeneratedMessageV3 implements CommandSubmissionServiceOuterClass.SubmitRequestOrBuilder
 The submitted commands will be processed atomically in a single transaction. Moreover, each ``Command`` in ``commands`` will be executed in the order specified by the request.
 
Protobuf type com.daml.ledger.api.v2.SubmitRequest
See Also: