c
com.digitalasset.canton.participant.protocol.reassignment
UnassignmentRequest
Companion object UnassignmentRequest
final case class UnassignmentRequest(submitterMetadata: ReassignmentSubmitterMetadata, reassigningParticipants: Set[ParticipantId], contract: SerializableContract, sourceSynchronizer: Source[SynchronizerId], sourceProtocolVersion: Source[ProtocolVersion], sourceMediator: MediatorGroupRecipient, targetSynchronizer: Target[SynchronizerId], targetProtocolVersion: Target[ProtocolVersion], targetTimeProof: TimeProof, reassignmentCounter: ReassignmentCounter) 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.
- reassignmentCounter
The new reassignment counter (incremented value compared to the one in the ACS).
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], contract: SerializableContract, sourceSynchronizer: Source[SynchronizerId], sourceProtocolVersion: Source[ProtocolVersion], sourceMediator: MediatorGroupRecipient, targetSynchronizer: Target[SynchronizerId], targetProtocolVersion: Target[ProtocolVersion], targetTimeProof: TimeProof, reassignmentCounter: ReassignmentCounter)
- 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.
- reassignmentCounter
The new reassignment counter (incremented value compared to the one in the ACS).
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 contract: SerializableContract
- 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
- 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 reassignmentCounter: ReassignmentCounter
- val sourceMediator: MediatorGroupRecipient
- val sourceProtocolVersion: Source[ProtocolVersion]
- val sourceSynchronizer: Source[SynchronizerId]
- val submitterMetadata: ReassignmentSubmitterMetadata
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val targetProtocolVersion: Target[ProtocolVersion]
- val targetSynchronizer: Target[SynchronizerId]
- 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]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])