Packages

final case class CreatedEvent(eventOffset: Offset, transactionId: String, nodeIndex: Int, eventSequentialId: Long, eventId: EventId, contractId: ContractId, ledgerEffectiveTime: Timestamp, templateId: Identifier, packageName: Option[PackageName], commandId: String, workflowId: String, contractKey: Option[VersionedValue], treeEventWitnesses: Set[daml.lf.data.Ref.Party], flatEventWitnesses: Set[daml.lf.data.Ref.Party], submitters: Set[daml.lf.data.Ref.Party], createArgument: VersionedValue, createSignatories: Set[daml.lf.data.Ref.Party], createObservers: Set[daml.lf.data.Ref.Party], createAgreementText: Option[String], createKeyHash: Option[daml.lf.crypto.Hash], createKey: Option[GlobalKey], createKeyMaintainers: Option[Set[daml.lf.data.Ref.Party]], driverMetadata: Option[Bytes]) extends Event with Product with Serializable

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

Instance Constructors

  1. new CreatedEvent(eventOffset: Offset, transactionId: String, nodeIndex: Int, eventSequentialId: Long, eventId: EventId, contractId: ContractId, ledgerEffectiveTime: Timestamp, templateId: Identifier, packageName: Option[PackageName], commandId: String, workflowId: String, contractKey: Option[VersionedValue], treeEventWitnesses: Set[daml.lf.data.Ref.Party], flatEventWitnesses: Set[daml.lf.data.Ref.Party], submitters: Set[daml.lf.data.Ref.Party], createArgument: VersionedValue, createSignatories: Set[daml.lf.data.Ref.Party], createObservers: Set[daml.lf.data.Ref.Party], createAgreementText: Option[String], createKeyHash: Option[daml.lf.crypto.Hash], createKey: Option[GlobalKey], createKeyMaintainers: Option[Set[daml.lf.data.Ref.Party]], driverMetadata: Option[Bytes])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. val commandId: String
    Definition Classes
    CreatedEventEvent
  7. val contractId: ContractId
    Definition Classes
    CreatedEventEvent
  8. val contractKey: Option[VersionedValue]
  9. val createAgreementText: Option[String]
  10. val createArgument: VersionedValue
  11. val createKey: Option[GlobalKey]
  12. val createKeyHash: Option[daml.lf.crypto.Hash]
  13. val createKeyMaintainers: Option[Set[daml.lf.data.Ref.Party]]
  14. val createObservers: Set[daml.lf.data.Ref.Party]
  15. val createSignatories: Set[daml.lf.data.Ref.Party]
  16. val driverMetadata: Option[Bytes]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. val eventId: EventId
    Definition Classes
    CreatedEventEvent
  19. val eventOffset: Offset
    Definition Classes
    CreatedEventEvent
  20. val eventSequentialId: Long
    Definition Classes
    CreatedEventEvent
  21. val flatEventWitnesses: Set[daml.lf.data.Ref.Party]
    Definition Classes
    CreatedEventEvent
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val ledgerEffectiveTime: Timestamp
    Definition Classes
    CreatedEventEvent
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. val nodeIndex: Int
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. val packageName: Option[PackageName]
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. val submitters: Set[daml.lf.data.Ref.Party]
    Definition Classes
    CreatedEventEvent
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. val templateId: Identifier
    Definition Classes
    CreatedEventEvent
  34. val transactionId: String
    Definition Classes
    CreatedEventEvent
  35. val treeEventWitnesses: Set[daml.lf.data.Ref.Party]
    Definition Classes
    CreatedEventEvent
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. val workflowId: String
    Definition Classes
    CreatedEventEvent

Deprecated Value Members

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

Inherited from Event

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped