Interface TransactionServiceOuterClass.GetTransactionResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TransactionOuterClass.TransactionTree getTransaction()
      .com.daml.ledger.api.v1.TransactionTree transaction = 1 [json_name = "transaction"];
      TransactionOuterClass.TransactionTreeOrBuilder getTransactionOrBuilder()
      .com.daml.ledger.api.v1.TransactionTree transaction = 1 [json_name = "transaction"];
      boolean hasTransaction()
      .com.daml.ledger.api.v1.TransactionTree transaction = 1 [json_name = "transaction"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasTransaction

        boolean hasTransaction()
        .com.daml.ledger.api.v1.TransactionTree transaction = 1 [json_name = "transaction"];
        Returns:
        Whether the transaction field is set.