Packages

object Update extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Update
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait CommandRejected extends SynchronizerIndexUpdate

    Signal that a command submitted via SyncService was rejected.

  2. final case class CommitRepair()(implicit traceContext: TraceContext) extends Update with Product with Serializable
  3. final case class EmptyAcsPublicationRequired(synchronizerId: SynchronizerId, recordTime: CantonTimestamp)(implicit traceContext: TraceContext) extends FloatingUpdate with Product with Serializable
  4. final case class PartyAddedToParticipant(party: Party, participantId: ParticipantId, recordTime: CantonTimestamp, submissionId: Option[SubmissionId], persisted: Promise[Unit] = Promise())(implicit traceContext: TraceContext) extends ParticipantUpdate with Product with Serializable

    Signal that a party is hosted at a participant.

    Signal that a party is hosted at a participant.

    Repeated PartyAddedToParticipant updates are interpreted in the order of their offsets as follows:

    • set-union semantics for participantId; i.e., parties can only be added to, but not removed from a participant The recordTime and submissionId are always metadata for their specific PartyAddedToParticipant update.
    party

    The party identifier.

    participantId

    The participant that this party was added to.

    recordTime

    The ledger-provided timestamp at which the party was allocated.

    submissionId

    The submissionId of the command which requested party to be added.

  5. trait ReassignmentAccepted extends SynchronizerIndexUpdate
  6. final case class RepairReassignmentAccepted(workflowId: Option[daml.lf.data.Ref.WorkflowId], updateId: UpdateId, reassignmentInfo: ReassignmentInfo, reassignment: Reassignment, repairCounter: RepairCounter, recordTime: CantonTimestamp)(implicit traceContext: TraceContext) extends ReassignmentAccepted with RepairUpdate with Product with Serializable
  7. final case class RepairTransactionAccepted(transactionMeta: TransactionMeta, transaction: CommittedTransaction, updateId: UpdateId, contractMetadata: Map[ContractId, Bytes], synchronizerId: SynchronizerId, repairCounter: RepairCounter, recordTime: CantonTimestamp)(implicit traceContext: TraceContext) extends TransactionAccepted with RepairUpdate with Product with Serializable
  8. final case class SequencedCommandRejected(completionInfo: CompletionInfo, reasonTemplate: RejectionReasonTemplate, synchronizerId: SynchronizerId, recordTime: CantonTimestamp)(implicit traceContext: TraceContext) extends CommandRejected with SequencedUpdate with Product with Serializable
  9. final case class SequencedReassignmentAccepted(optCompletionInfo: Option[CompletionInfo], workflowId: Option[daml.lf.data.Ref.WorkflowId], updateId: UpdateId, reassignmentInfo: ReassignmentInfo, reassignment: Reassignment, recordTime: CantonTimestamp, commitSetO: Option[LapiCommitSet] = None)(implicit traceContext: TraceContext) extends ReassignmentAccepted with SequencedUpdate with CommitSetUpdate with Product with Serializable
  10. final case class SequencedTransactionAccepted(completionInfoO: Option[CompletionInfo], transactionMeta: TransactionMeta, transaction: CommittedTransaction, updateId: UpdateId, contractMetadata: Map[ContractId, Bytes], synchronizerId: SynchronizerId, recordTime: CantonTimestamp, commitSetO: Option[LapiCommitSet] = None)(implicit traceContext: TraceContext) extends TransactionAccepted with SequencedUpdate with CommitSetUpdate with Product with Serializable
  11. final case class SequencerIndexMoved(synchronizerId: SynchronizerId, recordTime: CantonTimestamp)(implicit traceContext: TraceContext) extends SequencedUpdate with Product with Serializable
  12. final case class TopologyTransactionEffective(updateId: TransactionId, events: Set[TopologyEvent], synchronizerId: SynchronizerId, effectiveTime: CantonTimestamp)(implicit traceContext: TraceContext) extends FloatingUpdate with Product with Serializable
  13. trait TransactionAccepted extends SynchronizerIndexUpdate

    Signal the acceptance of a transaction.

  14. final case class UnSequencedCommandRejected(completionInfo: CompletionInfo, reasonTemplate: RejectionReasonTemplate, synchronizerId: SynchronizerId, recordTime: CantonTimestamp, messageUuid: UUID)(implicit traceContext: TraceContext) extends CommandRejected with FloatingUpdate with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val Update to LoggingValue: ToLoggingValue[Update]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def noOpSeed: LfHash

    Produces a constant dummy transaction seed for transactions in which we cannot expose a seed.

    Produces a constant dummy transaction seed for transactions in which we cannot expose a seed. Essentially all of them. TransactionMeta.submissionSeed can no longer be set to None starting with Daml 1.3

  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. object CommandRejected extends Serializable
  22. object EmptyAcsPublicationRequired extends Serializable
  23. object PartyAddedToParticipant extends Serializable
  24. object ReassignmentAccepted extends Serializable
  25. object SequencerIndexMoved extends Serializable
  26. object TopologyTransactionEffective extends Serializable
  27. object TransactionAccepted extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped