Interface TransactionServiceOuterClass.GetLatestPrunedOffsetsResponseOrBuilder

    • Method Detail

      • hasParticipantPrunedUpToInclusive

        boolean hasParticipantPrunedUpToInclusive()
         The offset up to which the ledger has been pruned, disregarding the state of all divulged contracts pruning.
         
        .com.daml.ledger.api.v1.LedgerOffset participant_pruned_up_to_inclusive = 1 [json_name = "participantPrunedUpToInclusive"];
        Returns:
        Whether the participantPrunedUpToInclusive field is set.
      • getParticipantPrunedUpToInclusive

        LedgerOffsetOuterClass.LedgerOffset getParticipantPrunedUpToInclusive()
         The offset up to which the ledger has been pruned, disregarding the state of all divulged contracts pruning.
         
        .com.daml.ledger.api.v1.LedgerOffset participant_pruned_up_to_inclusive = 1 [json_name = "participantPrunedUpToInclusive"];
        Returns:
        The participantPrunedUpToInclusive.
      • getParticipantPrunedUpToInclusiveOrBuilder

        LedgerOffsetOuterClass.LedgerOffsetOrBuilder getParticipantPrunedUpToInclusiveOrBuilder()
         The offset up to which the ledger has been pruned, disregarding the state of all divulged contracts pruning.
         
        .com.daml.ledger.api.v1.LedgerOffset participant_pruned_up_to_inclusive = 1 [json_name = "participantPrunedUpToInclusive"];
      • hasAllDivulgedContractsPrunedUpToInclusive

        boolean hasAllDivulgedContractsPrunedUpToInclusive()
         The offset up to which all divulged events have been pruned on the ledger. It can be at or before the
         ``participant_pruned_up_to_inclusive`` offset.
         For more details about all divulged events pruning,
         see ``PruneRequest.prune_all_divulged_contracts`` in ``participant_pruning_service.proto``.
         
        .com.daml.ledger.api.v1.LedgerOffset all_divulged_contracts_pruned_up_to_inclusive = 2 [json_name = "allDivulgedContractsPrunedUpToInclusive"];
        Returns:
        Whether the allDivulgedContractsPrunedUpToInclusive field is set.
      • getAllDivulgedContractsPrunedUpToInclusive

        LedgerOffsetOuterClass.LedgerOffset getAllDivulgedContractsPrunedUpToInclusive()
         The offset up to which all divulged events have been pruned on the ledger. It can be at or before the
         ``participant_pruned_up_to_inclusive`` offset.
         For more details about all divulged events pruning,
         see ``PruneRequest.prune_all_divulged_contracts`` in ``participant_pruning_service.proto``.
         
        .com.daml.ledger.api.v1.LedgerOffset all_divulged_contracts_pruned_up_to_inclusive = 2 [json_name = "allDivulgedContractsPrunedUpToInclusive"];
        Returns:
        The allDivulgedContractsPrunedUpToInclusive.
      • getAllDivulgedContractsPrunedUpToInclusiveOrBuilder

        LedgerOffsetOuterClass.LedgerOffsetOrBuilder getAllDivulgedContractsPrunedUpToInclusiveOrBuilder()
         The offset up to which all divulged events have been pruned on the ledger. It can be at or before the
         ``participant_pruned_up_to_inclusive`` offset.
         For more details about all divulged events pruning,
         see ``PruneRequest.prune_all_divulged_contracts`` in ``participant_pruning_service.proto``.
         
        .com.daml.ledger.api.v1.LedgerOffset all_divulged_contracts_pruned_up_to_inclusive = 2 [json_name = "allDivulgedContractsPrunedUpToInclusive"];