final case class JsCommands(commands: Seq[Command], commandId: String, actAs: Seq[String], userId: Option[String] = None, readAs: Seq[String] = Seq.empty, workflowId: Option[String] = None, deduplicationPeriod: Option[daml.ledger.api.v2.commands.Commands.DeduplicationPeriod] = None, minLedgerTimeAbs: Option[Timestamp] = None, minLedgerTimeRel: Option[Duration] = None, submissionId: Option[String] = None, disclosedContracts: Seq[daml.ledger.api.v2.commands.DisclosedContract] = Seq.empty, synchronizerId: Option[String] = None, packageIdSelectionPreference: Seq[String] = Seq.empty) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsCommands
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JsCommands(commands: Seq[Command], commandId: String, actAs: Seq[String], userId: Option[String] = None, readAs: Seq[String] = Seq.empty, workflowId: Option[String] = None, deduplicationPeriod: Option[daml.ledger.api.v2.commands.Commands.DeduplicationPeriod] = None, minLedgerTimeAbs: Option[Timestamp] = None, minLedgerTimeRel: Option[Duration] = None, submissionId: Option[String] = None, disclosedContracts: Seq[daml.ledger.api.v2.commands.DisclosedContract] = Seq.empty, synchronizerId: Option[String] = None, packageIdSelectionPreference: Seq[String] = Seq.empty)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val actAs: Seq[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val commandId: String
- val commands: Seq[Command]
- val deduplicationPeriod: Option[daml.ledger.api.v2.commands.Commands.DeduplicationPeriod]
- val disclosedContracts: Seq[daml.ledger.api.v2.commands.DisclosedContract]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val minLedgerTimeAbs: Option[Timestamp]
- val minLedgerTimeRel: Option[Duration]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val packageIdSelectionPreference: Seq[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val readAs: Seq[String]
- val submissionId: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val synchronizerId: Option[String]
- val userId: Option[String]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val workflowId: Option[String]