Interface TransactionFilterOuterClass.TemplateFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getIncludeCreatedEventBlob()
      Whether to include a ``created_event_blob`` in the returned ``CreatedEvent``.
      ValueOuterClass.Identifier getTemplateId()
      A template for which the payload should be included in the response.
      ValueOuterClass.IdentifierOrBuilder getTemplateIdOrBuilder()
      A template for which the payload should be included in the response.
      boolean hasTemplateId()
      A template for which the payload should be included in the response.
      • 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

      • hasTemplateId

        boolean hasTemplateId()
         A template for which the payload should be included in the response.
         The ``template_id`` needs to be valid: corresponding template should be defined in
         one of the available packages at the time of the query.
         Required
         
        .com.daml.ledger.api.v1.Identifier template_id = 1 [json_name = "templateId"];
        Returns:
        Whether the templateId field is set.
      • getTemplateId

        ValueOuterClass.Identifier getTemplateId()
         A template for which the payload should be included in the response.
         The ``template_id`` needs to be valid: corresponding template should be defined in
         one of the available packages at the time of the query.
         Required
         
        .com.daml.ledger.api.v1.Identifier template_id = 1 [json_name = "templateId"];
        Returns:
        The templateId.
      • getTemplateIdOrBuilder

        ValueOuterClass.IdentifierOrBuilder getTemplateIdOrBuilder()
         A template for which the payload should be included in the response.
         The ``template_id`` needs to be valid: corresponding template should be defined in
         one of the available packages at the time of the query.
         Required
         
        .com.daml.ledger.api.v1.Identifier template_id = 1 [json_name = "templateId"];
      • getIncludeCreatedEventBlob

        boolean getIncludeCreatedEventBlob()
         Whether to include a ``created_event_blob`` in the returned ``CreatedEvent``.
         Use this to access the contract event payload in your API client
         for submitting it as a disclosed contract with future commands.
         Optional
         
        bool include_created_event_blob = 2 [json_name = "includeCreatedEventBlob"];
        Returns:
        The includeCreatedEventBlob.