Packages

package submission

Type Members

  1. final case class AssignCommand(sourceDomainId: SourceDomainId, targetDomainId: TargetDomainId, unassignId: Timestamp) extends Product with Serializable
  2. 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
  3. final case class SubmitRequest(commands: Commands) extends Product with Serializable
  4. final case class UnassignCommand(sourceDomainId: SourceDomainId, targetDomainId: TargetDomainId, contractId: ContractId) extends Product with Serializable

Ungrouped