Interface ExperimentalFeaturesOuterClass.CommandDeduplicationFeaturesOrBuilder

    • Method Detail

      • hasDeduplicationPeriodSupport

        boolean hasDeduplicationPeriodSupport()
        .com.daml.ledger.api.v1.CommandDeduplicationPeriodSupport deduplication_period_support = 1 [json_name = "deduplicationPeriodSupport"];
        Returns:
        Whether the deduplicationPeriodSupport field is set.
      • getDeduplicationTypeValue

        int getDeduplicationTypeValue()
        .com.daml.ledger.api.v1.CommandDeduplicationType deduplication_type = 2 [json_name = "deduplicationType"];
        Returns:
        The enum numeric value on the wire for deduplicationType.
      • getMaxDeduplicationDurationEnforced

        boolean getMaxDeduplicationDurationEnforced()
         The ledger will reject any requests which specify a deduplication period which exceeds the specified max deduplication duration.
         This is also enforced for ledgers that convert deduplication periods specified as offsets to durations.
         
        bool max_deduplication_duration_enforced = 3 [json_name = "maxDeduplicationDurationEnforced"];
        Returns:
        The maxDeduplicationDurationEnforced.