Packages

final case class SubmitterInfo(actAs: List[Party], readAs: List[Party], userId: daml.lf.data.Ref.UserId, commandId: daml.lf.data.Ref.CommandId, deduplicationPeriod: DeduplicationPeriod, submissionId: Option[SubmissionId], externallySignedSubmission: Option[ExternallySignedSubmission]) 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.

userId

an identifier for the user 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 Update.

submissionId

An identifier for the submission that allows an application to correlate completions to its submissions.

externallySignedSubmission

If this is provided then the authorization for all acting parties will be provided by the enclosed signatures.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubmitterInfo
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SubmitterInfo(actAs: List[Party], readAs: List[Party], userId: daml.lf.data.Ref.UserId, commandId: daml.lf.data.Ref.CommandId, deduplicationPeriod: DeduplicationPeriod, submissionId: Option[SubmissionId], externallySignedSubmission: Option[ExternallySignedSubmission])

    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.

    userId

    an identifier for the user 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 Update.

    submissionId

    An identifier for the submission that allows an application to correlate completions to its submissions.

    externallySignedSubmission

    If this is provided then the authorization for all acting parties will be provided by the enclosed signatures.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val actAs: List[Party]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val changeId: ChangeId

    The ID for the ledger change

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. val commandId: daml.lf.data.Ref.CommandId
  9. val deduplicationPeriod: DeduplicationPeriod
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val externallySignedSubmission: Option[ExternallySignedSubmission]
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. def productElementNames: Iterator[String]
    Definition Classes
    Product
  18. val readAs: List[Party]
  19. val submissionId: Option[SubmissionId]
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toCompletionInfo: CompletionInfo
  22. val userId: daml.lf.data.Ref.UserId
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped