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