final case class RawExercisedEvent(transactionProperties: TransactionProperties, contractId: ContractId, templateId: FullIdentifier, exerciseConsuming: Boolean, exerciseChoice: ChoiceName, exerciseChoiceInterface: Option[daml.lf.data.Ref.Identifier], exerciseArgument: Array[Byte], exerciseArgumentCompression: Option[Int], exerciseResult: Option[Array[Byte]], exerciseResultCompression: Option[Int], exerciseActors: Set[String], exerciseLastDescendantNodeId: Int, filteredAdditionalWitnessParties: Set[String], filteredStakeholderParties: Set[String], ledgerEffectiveTime: Timestamp, deactivatedEventSeqId: Option[Long], acsDeltaForParticipant: Boolean) extends RawLedgerEffectsEvent with RawTransactionEvent with RawThinLedgerEffectsEvent with RawThinTransactionEvent with Product with Serializable

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

Instance Constructors

  1. new RawExercisedEvent(transactionProperties: TransactionProperties, contractId: ContractId, templateId: FullIdentifier, exerciseConsuming: Boolean, exerciseChoice: ChoiceName, exerciseChoiceInterface: Option[daml.lf.data.Ref.Identifier], exerciseArgument: Array[Byte], exerciseArgumentCompression: Option[Int], exerciseResult: Option[Array[Byte]], exerciseResultCompression: Option[Int], exerciseActors: Set[String], exerciseLastDescendantNodeId: Int, filteredAdditionalWitnessParties: Set[String], filteredStakeholderParties: Set[String], ledgerEffectiveTime: Timestamp, deactivatedEventSeqId: Option[Long], acsDeltaForParticipant: Boolean)

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 acsDeltaForParticipant: Boolean
  5. def acsDeltaForWitnesses: Boolean
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def commandId: Option[String]
    Definition Classes
    RawUpdateEvent
  9. final def commonEventProperties: CommonEventProperties
    Definition Classes
    RawTransactionEventRawEvent
  10. final def commonUpdateProperties: CommonUpdateProperties
    Definition Classes
    RawTransactionEventRawUpdateEvent
  11. val contractId: ContractId
  12. val deactivatedEventSeqId: Option[Long]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def eventSeqId: Long
    Definition Classes
    RawEvent
  15. val exerciseActors: Set[String]
  16. val exerciseArgument: Array[Byte]
  17. val exerciseArgumentCompression: Option[Int]
  18. val exerciseChoice: ChoiceName
  19. val exerciseChoiceInterface: Option[daml.lf.data.Ref.Identifier]
  20. val exerciseConsuming: Boolean
  21. val exerciseLastDescendantNodeId: Int
  22. val exerciseResult: Option[Array[Byte]]
  23. val exerciseResultCompression: Option[Int]
  24. final def externalTransactionHash: Option[Array[Byte]]
    Definition Classes
    RawTransactionEvent
  25. val filteredAdditionalWitnessParties: Set[String]
  26. val filteredStakeholderParties: Set[String]
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val ledgerEffectiveTime: Timestamp
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def nodeId: Int
    Definition Classes
    RawEvent
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def offset: Long
    Definition Classes
    RawEvent
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. final def recordTime: Timestamp
    Definition Classes
    RawUpdateEvent
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. final def synchronizerId: String
    Definition Classes
    RawEvent
  39. val templateId: FullIdentifier
    Definition Classes
    RawExercisedEventRawEvent
  40. final def traceContext: Array[Byte]
    Definition Classes
    RawUpdateEvent
  41. val transactionProperties: TransactionProperties
  42. final def updateId: String
    Definition Classes
    RawUpdateEvent
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. def witnessParties: Set[String]
    Definition Classes
    RawExercisedEventRawEvent
  47. 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 RawThinEvent

Inherited from RawTransactionEvent

Inherited from RawUpdateEvent

Inherited from RawLedgerEffectsEvent

Inherited from RawEvent

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped