package transfer
- Alphabetic
- Public
- Protected
Type Members
- final case class IncompleteTransferData extends Product with Serializable
Stores the data for a transfer that is incomplete, i.e., for which only the transfer-in or the transfer-out was emitted on the multi-domain event log.
Stores the data for a transfer that is incomplete, i.e., for which only the transfer-in or the transfer-out was emitted on the multi-domain event log.
If IncompleteTransferData.TransferEventGlobalOffset is a IncompleteTransferData.TransferOutEventGlobalOffset, it means that the transfer-out event was emitted before or at
queryOffset
and that transfer-in event was not yet emitted or at an offset greater thanqueryOffset
. The same holds symmetrically for a IncompleteTransferData.TransferInEventGlobalOffset. - class TransferCoordination extends NamedLogging
- final case class TransferData(sourceProtocolVersion: SourceProtocolVersion, transferOutTimestamp: CantonTimestamp, transferOutRequestCounter: RequestCounter, transferOutRequest: FullTransferOutTree, transferOutDecisionTime: CantonTimestamp, contract: SerializableContract, creatingTransactionId: TransactionId, transferOutResult: Option[DeliveredTransferOutResult], transferGlobalOffset: Option[TransferGlobalOffset]) extends Product with Serializable
Stores the data for a transfer that needs to be passed from the source domain to the target domain.
- class TransferInProcessor extends ProtocolProcessor[SubmissionParam, SubmissionResult, TransferInViewType, TransferInResult, TransferProcessorError]
- class TransferOutProcessingSteps extends TransferProcessingSteps[SubmissionParam, SubmissionResult, TransferOutViewType, TransferOutResult, PendingTransferOut] with NamedLogging
- class TransferOutProcessor extends ProtocolProcessor[SubmissionParam, SubmissionResult, TransferOutViewType, TransferOutResult, TransferProcessorError]
- trait TransferOutProcessorError extends TransferProcessorError
- 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.
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.
- trait TransferProcessingSteps[SubmissionParam, SubmissionResult, RequestViewType <: TransferViewType, Result <: SignedProtocolMessageContent, PendingTransferType <: PendingTransfer] extends ProcessingSteps[SubmissionParam, SubmissionResult, RequestViewType, Result, TransferProcessorError] with NamedLogging
- trait TransferSubmissionHandle extends AnyRef
Value Members
- object IncompleteTransferData extends Serializable
- object TransferCoordination
- object TransferData extends Serializable
- object TransferInProcessingSteps
- object TransferInValidation
- object TransferOutProcessingSteps
- object TransferOutProcessorError extends Serializable
- object TransferOutRequest extends Serializable
- object TransferOutValidationNonTransferringParticipant extends Serializable
- object TransferProcessingSteps