Packages

package submission

Type Members

  1. final case class AssignCommand(sourceSynchronizerId: Source[SynchronizerId], targetSynchronizerId: Target[SynchronizerId], unassignId: Timestamp) extends Product with Serializable
  2. 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
  3. final case class SubmitRequest(commands: Commands) extends Product with Serializable
  4. final case class UnassignCommand(sourceSynchronizerId: Source[SynchronizerId], targetSynchronizerId: Target[SynchronizerId], contractId: ContractId) extends Product with Serializable

Ungrouped