c
com.digitalasset.canton.participant.protocol.reassignment
UnassignmentRequest
Companion object UnassignmentRequest
final case class UnassignmentRequest(submitterMetadata: ReassignmentSubmitterMetadata, reassigningParticipants: Set[ParticipantId], contracts: ContractsReassignmentBatch, sourceSynchronizer: Source[PhysicalSynchronizerId], sourceMediator: MediatorGroupRecipient, targetSynchronizer: Target[PhysicalSynchronizerId], targetTimeProof: TimeProof) extends Product with Serializable
Request to reassign a contract away from a synchronizer.
- reassigningParticipants
The list of reassigning participants
- targetTimeProof
a sequenced event that the submitter has recently observed on the target synchronizer. Determines the timestamp of the topology at the target synchronizer.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnassignmentRequest
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UnassignmentRequest(submitterMetadata: ReassignmentSubmitterMetadata, reassigningParticipants: Set[ParticipantId], contracts: ContractsReassignmentBatch, sourceSynchronizer: Source[PhysicalSynchronizerId], sourceMediator: MediatorGroupRecipient, targetSynchronizer: Target[PhysicalSynchronizerId], targetTimeProof: TimeProof)
- reassigningParticipants
The list of reassigning participants
- targetTimeProof
a sequenced event that the submitter has recently observed on the target synchronizer. Determines the timestamp of the topology at the target synchronizer.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val contracts: ContractsReassignmentBatch
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkReassignmentId(unassignmentTs: CantonTimestamp): ReassignmentId
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val reassigningParticipants: Set[ParticipantId]
- val sourceMediator: MediatorGroupRecipient
- val sourceSynchronizer: Source[PhysicalSynchronizerId]
- val submitterMetadata: ReassignmentSubmitterMetadata
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val targetSynchronizer: Target[PhysicalSynchronizerId]
- val targetTimeProof: TimeProof
- def toFullUnassignmentTree(hashOps: HashOps, hmacOps: HmacOps, seed: SaltSeed, uuid: UUID): FullUnassignmentTree
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])