com.daml.ledger.participant.state.v2.Update
PublicPackageUpload
Companion object PublicPackageUpload
final case class PublicPackageUpload(archives: List[Archive], sourceDescription: Option[String], recordTime: Timestamp, submissionId: Option[SubmissionId]) extends Update with Product with Serializable
Signal that a set of new packages has been uploaded.
- archives
The new packages that have been accepted.
- sourceDescription
Description of the upload, if provided by the submitter.
- recordTime
The ledger-provided timestamp at which the package upload was committed.
- submissionId
The submission id of the upload. Unset if this participant was not the submitter.
- Alphabetic
- By Inheritance
- PublicPackageUpload
- Update
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PublicPackageUpload(archives: List[Archive], sourceDescription: Option[String], recordTime: Timestamp, submissionId: Option[SubmissionId])
- archives
The new packages that have been accepted.
- sourceDescription
Description of the upload, if provided by the submitter.
- recordTime
The ledger-provided timestamp at which the package upload was committed.
- submissionId
The submission id of the upload. Unset if this participant was not the submitter.
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 archives: List[Archive]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def description: String
Short human-readable one-line description summarizing the state updates content.
Short human-readable one-line description summarizing the state updates content.
- Definition Classes
- PublicPackageUpload → Update
- 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
- 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 recordTime: Timestamp
The record time at which the state change was committed.
The record time at which the state change was committed.
- Definition Classes
- PublicPackageUpload → Update
- val sourceDescription: Option[String]
- val submissionId: Option[SubmissionId]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated