public static interface CommandServiceOuterClass.SubmitAndWaitForTransactionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
TransactionOuterClass.Transaction | 
getTransaction()
 The flat transaction that resulted from the submitted command. 
 | 
TransactionOuterClass.TransactionOrBuilder | 
getTransactionOrBuilder()
 The flat transaction that resulted from the submitted command. 
 | 
boolean | 
hasTransaction()
 The flat transaction that resulted from the submitted command. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTransaction()
The flat transaction that resulted from the submitted command. Required
.com.daml.ledger.api.v1.Transaction transaction = 1[json_name = "transaction"];TransactionOuterClass.Transaction getTransaction()
The flat transaction that resulted from the submitted command. Required
.com.daml.ledger.api.v1.Transaction transaction = 1[json_name = "transaction"];TransactionOuterClass.TransactionOrBuilder getTransactionOrBuilder()
The flat transaction that resulted from the submitted command. Required
.com.daml.ledger.api.v1.Transaction transaction = 1[json_name = "transaction"];