Interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder

    • Method Detail

      • getTemplateIdsList

        java.util.List<ValueOuterClass.Identifier> getTemplateIdsList()
         A collection of templates for which the payload will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` needs to be valid: corresponding template should be defined in one of
         the available packages at the time of the query.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds"];
      • getTemplateIds

        ValueOuterClass.Identifier getTemplateIds​(int index)
         A collection of templates for which the payload will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` needs to be valid: corresponding template should be defined in one of
         the available packages at the time of the query.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds"];
      • getTemplateIdsCount

        int getTemplateIdsCount()
         A collection of templates for which the payload will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` needs to be valid: corresponding template should be defined in one of
         the available packages at the time of the query.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds"];
      • getTemplateIdsOrBuilderList

        java.util.List<? extends ValueOuterClass.IdentifierOrBuilder> getTemplateIdsOrBuilderList()
         A collection of templates for which the payload will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` needs to be valid: corresponding template should be defined in one of
         the available packages at the time of the query.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds"];
      • getTemplateIdsOrBuilder

        ValueOuterClass.IdentifierOrBuilder getTemplateIdsOrBuilder​(int index)
         A collection of templates for which the payload will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` needs to be valid: corresponding template should be defined in one of
         the available packages at the time of the query.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds"];
      • getInterfaceFiltersList

        java.util.List<TransactionFilterOuterClass.InterfaceFilter> getInterfaceFiltersList()
         Include an ``InterfaceView`` for every ``InterfaceFilter`` matching a contract.
         The ``InterfaceFilter``s MUST use unique ``interface_id``s.
         All ``interface_id`` needs to be valid: corresponding interface should be defined in one of
         the available packages at the time of the query.
         Optional
         
        repeated .com.daml.ledger.api.v1.InterfaceFilter interface_filters = 2 [json_name = "interfaceFilters"];
      • getInterfaceFilters

        TransactionFilterOuterClass.InterfaceFilter getInterfaceFilters​(int index)
         Include an ``InterfaceView`` for every ``InterfaceFilter`` matching a contract.
         The ``InterfaceFilter``s MUST use unique ``interface_id``s.
         All ``interface_id`` needs to be valid: corresponding interface should be defined in one of
         the available packages at the time of the query.
         Optional
         
        repeated .com.daml.ledger.api.v1.InterfaceFilter interface_filters = 2 [json_name = "interfaceFilters"];
      • getInterfaceFiltersCount

        int getInterfaceFiltersCount()
         Include an ``InterfaceView`` for every ``InterfaceFilter`` matching a contract.
         The ``InterfaceFilter``s MUST use unique ``interface_id``s.
         All ``interface_id`` needs to be valid: corresponding interface should be defined in one of
         the available packages at the time of the query.
         Optional
         
        repeated .com.daml.ledger.api.v1.InterfaceFilter interface_filters = 2 [json_name = "interfaceFilters"];
      • getInterfaceFiltersOrBuilderList

        java.util.List<? extends TransactionFilterOuterClass.InterfaceFilterOrBuilder> getInterfaceFiltersOrBuilderList()
         Include an ``InterfaceView`` for every ``InterfaceFilter`` matching a contract.
         The ``InterfaceFilter``s MUST use unique ``interface_id``s.
         All ``interface_id`` needs to be valid: corresponding interface should be defined in one of
         the available packages at the time of the query.
         Optional
         
        repeated .com.daml.ledger.api.v1.InterfaceFilter interface_filters = 2 [json_name = "interfaceFilters"];
      • getInterfaceFiltersOrBuilder

        TransactionFilterOuterClass.InterfaceFilterOrBuilder getInterfaceFiltersOrBuilder​(int index)
         Include an ``InterfaceView`` for every ``InterfaceFilter`` matching a contract.
         The ``InterfaceFilter``s MUST use unique ``interface_id``s.
         All ``interface_id`` needs to be valid: corresponding interface should be defined in one of
         the available packages at the time of the query.
         Optional
         
        repeated .com.daml.ledger.api.v1.InterfaceFilter interface_filters = 2 [json_name = "interfaceFilters"];