package submission
Type Members
- final case class AssignCommand(sourceSynchronizerId: Source[SynchronizerId], targetSynchronizerId: Target[SynchronizerId], unassignId: Timestamp) extends Product with Serializable
- final case class SubmitReassignmentRequest(submitter: Party, userId: daml.lf.data.Ref.UserId, commandId: daml.lf.data.Ref.CommandId, submissionId: daml.lf.data.Ref.SubmissionId, workflowId: Option[daml.lf.data.Ref.WorkflowId], reassignmentCommands: Seq[Either[AssignCommand, UnassignCommand]]) extends Product with Serializable
- final case class SubmitRequest(commands: Commands) extends Product with Serializable
- final case class UnassignCommand(sourceSynchronizerId: Source[SynchronizerId], targetSynchronizerId: Target[SynchronizerId], contractId: ContractId) extends Product with Serializable