final case class SubmitterInfo(actAs: List[Party], readAs: List[Party], applicationId: daml.lf.data.Ref.ApplicationId, commandId: daml.lf.data.Ref.CommandId, deduplicationPeriod: DeduplicationPeriod, submissionId: Option[SubmissionId], ledgerConfiguration: Configuration) extends Product with Serializable
Collects context information for a submission.
Note that this is used for party-originating changes only. They are usually issued via the Ledger API.
- actAs
the non-empty set of parties that submitted the change.
- readAs
the parties on whose behalf (in addition to all parties listed in actAs) contracts can be retrieved.
- applicationId
an identifier for the Daml application that submitted the command. This is used for monitoring, command deduplication, and to allow Daml applications subscribe to their own submissions only.
- commandId
a submitter-provided identifier to identify an intended ledger change within all the submissions by the same parties and application.
- deduplicationPeriod
The deduplication period for the command submission. Used for the deduplication guarantee described in the ReadService.stateUpdates.
- submissionId
An identifier for the submission that allows an application to correlate completions to its submissions.
- ledgerConfiguration
The ledger configuration used during interpretation.
- Alphabetic
- By Inheritance
- SubmitterInfo
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SubmitterInfo(actAs: List[Party], readAs: List[Party], applicationId: daml.lf.data.Ref.ApplicationId, commandId: daml.lf.data.Ref.CommandId, deduplicationPeriod: DeduplicationPeriod, submissionId: Option[SubmissionId], ledgerConfiguration: Configuration)
- actAs
the non-empty set of parties that submitted the change.
- readAs
the parties on whose behalf (in addition to all parties listed in actAs) contracts can be retrieved.
- applicationId
an identifier for the Daml application that submitted the command. This is used for monitoring, command deduplication, and to allow Daml applications subscribe to their own submissions only.
- commandId
a submitter-provided identifier to identify an intended ledger change within all the submissions by the same parties and application.
- deduplicationPeriod
The deduplication period for the command submission. Used for the deduplication guarantee described in the ReadService.stateUpdates.
- submissionId
An identifier for the submission that allows an application to correlate completions to its submissions.
- ledgerConfiguration
The ledger configuration used during interpretation.
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: List[Party]
- val applicationId: daml.lf.data.Ref.ApplicationId
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val changeId: ChangeId
The ID for the ledger change
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val commandId: daml.lf.data.Ref.CommandId
- val deduplicationPeriod: DeduplicationPeriod
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val ledgerConfiguration: Configuration
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val readAs: List[Party]
- val submissionId: Option[SubmissionId]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toCompletionInfo(statistics: Option[TransactionNodeStatistics] = None): CompletionInfo
- 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])