c
com.digitalasset.canton.participant.protocol.transfer
TransferOutRequest
Companion object TransferOutRequest
final case class TransferOutRequest(submitterMetadata: TransferSubmitterMetadata, stakeholders: Set[LfPartyId], adminParties: Set[LfPartyId], contractId: LfContractId, templateId: LfTemplateId, sourceDomain: SourceDomainId, sourceProtocolVersion: SourceProtocolVersion, sourceMediator: MediatorRef, targetDomain: TargetDomainId, targetProtocolVersion: TargetProtocolVersion, targetTimeProof: TimeProof, transferCounter: TransferCounterO) extends Product with Serializable
Request to transfer a contract away from a domain.
- adminParties
admin parties of participants that (a) host a stakeholder of the contract and (b) are connected to both source and target domain
- targetTimeProof
a sequenced event that the submitter has recently observed on the target domain. Determines the timestamp of the topology at the target domain.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransferOutRequest
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TransferOutRequest(submitterMetadata: TransferSubmitterMetadata, stakeholders: Set[LfPartyId], adminParties: Set[LfPartyId], contractId: LfContractId, templateId: LfTemplateId, sourceDomain: SourceDomainId, sourceProtocolVersion: SourceProtocolVersion, sourceMediator: MediatorRef, targetDomain: TargetDomainId, targetProtocolVersion: TargetProtocolVersion, targetTimeProof: TimeProof, transferCounter: TransferCounterO)
- adminParties
admin parties of participants that (a) host a stakeholder of the contract and (b) are connected to both source and target domain
- targetTimeProof
a sequenced event that the submitter has recently observed on the target domain. Determines the timestamp of the topology at the target domain.
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
- val adminParties: Set[LfPartyId]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val contractId: LfContractId
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sourceDomain: SourceDomainId
- val sourceMediator: MediatorRef
- val sourceProtocolVersion: SourceProtocolVersion
- val stakeholders: Set[LfPartyId]
- val submitterMetadata: TransferSubmitterMetadata
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val targetDomain: TargetDomainId
- val targetProtocolVersion: TargetProtocolVersion
- val targetTimeProof: TimeProof
- val templateId: LfTemplateId
- def toFullTransferOutTree(hashOps: HashOps, hmacOps: HmacOps, seed: SaltSeed, uuid: UUID): Either[TransferProcessorError, FullTransferOutTree]
- val transferCounter: TransferCounterO
- 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])