final case class RawFatCreatedEvent(transactionProperties: TransactionProperties, fatCreatedEventProperties: FatCreatedEventProperties) extends RawAcsDeltaEvent with RawLedgerEffectsEvent with RawTransactionEvent with FatCreatedEvent with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawFatCreatedEvent
  2. FatCreatedEvent
  3. RawTransactionEvent
  4. RawUpdateEvent
  5. RawLedgerEffectsEvent
  6. RawAcsDeltaEvent
  7. RawEvent
  8. Serializable
  9. Product
  10. Equals
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RawFatCreatedEvent(transactionProperties: TransactionProperties, fatCreatedEventProperties: FatCreatedEventProperties)

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 acsDeltaForWitnesses: Boolean
    Definition Classes
    FatCreatedEvent
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def commandId: Option[String]
    Definition Classes
    RawUpdateEvent
  8. final def commonEventProperties: CommonEventProperties
    Definition Classes
    RawTransactionEventRawEvent
  9. final def commonUpdateProperties: CommonUpdateProperties
    Definition Classes
    RawTransactionEventRawUpdateEvent
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def eventSeqId: Long
    Definition Classes
    RawEvent
  12. final def externalTransactionHash: Option[Array[Byte]]
    Definition Classes
    RawTransactionEvent
  13. final def fatContract: FatContract
    Definition Classes
    FatCreatedEvent
  14. val fatCreatedEventProperties: FatCreatedEventProperties
    Definition Classes
    RawFatCreatedEventFatCreatedEvent
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def internalContractId: Long
    Definition Classes
    FatCreatedEvent
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def ledgerEffectiveTime: Timestamp
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def nodeId: Int
    Definition Classes
    RawEvent
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def offset: Long
    Definition Classes
    RawEvent
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. final def recordTime: Timestamp
    Definition Classes
    RawUpdateEvent
  26. final def representativePackageId: daml.lf.data.Ref.PackageId
    Definition Classes
    FatCreatedEvent
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. final def synchronizerId: String
    Definition Classes
    RawEvent
  29. final def templateId: FullIdentifier
    Definition Classes
    FatCreatedEventRawEvent
  30. final def traceContext: Array[Byte]
    Definition Classes
    RawUpdateEvent
  31. val transactionProperties: TransactionProperties
  32. final def updateId: String
    Definition Classes
    RawUpdateEvent
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final val witnessParties: Set[String]
    Definition Classes
    FatCreatedEventRawEvent
  37. final def workflowId: Option[String]
    Definition Classes
    RawEvent

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 FatCreatedEvent

Inherited from RawTransactionEvent

Inherited from RawUpdateEvent

Inherited from RawLedgerEffectsEvent

Inherited from RawAcsDeltaEvent

Inherited from RawEvent

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped