package submission
Type Members
- final case class AssignCommand(sourceDomainId: SourceDomainId, targetDomainId: TargetDomainId, unassignId: Timestamp) extends Product with Serializable
- final case class SubmitReassignmentRequest(submitter: Party, applicationId: daml.lf.data.Ref.ApplicationId, commandId: daml.lf.data.Ref.CommandId, submissionId: SubmissionId, workflowId: Option[daml.lf.data.Ref.WorkflowId], reassignmentCommand: Either[AssignCommand, UnassignCommand]) extends Product with Serializable
- final case class SubmitRequest(commands: Commands) extends Product with Serializable
- final case class UnassignCommand(sourceDomainId: SourceDomainId, targetDomainId: TargetDomainId, contractId: ContractId) extends Product with Serializable