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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RawExercisedEvent
- RawThinTransactionEvent
- RawThinLedgerEffectsEvent
- RawThinEvent
- RawTransactionEvent
- RawUpdateEvent
- RawLedgerEffectsEvent
- RawEvent
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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 acsDeltaForParticipant: Boolean
- def acsDeltaForWitnesses: Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def commandId: Option[String]
- Definition Classes
- RawUpdateEvent
- final def commonEventProperties: CommonEventProperties
- Definition Classes
- RawTransactionEvent → RawEvent
- final def commonUpdateProperties: CommonUpdateProperties
- Definition Classes
- RawTransactionEvent → RawUpdateEvent
- val contractId: ContractId
- val deactivatedEventSeqId: Option[Long]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def eventSeqId: Long
- Definition Classes
- RawEvent
- val exerciseActors: Set[String]
- val exerciseArgument: Array[Byte]
- val exerciseArgumentCompression: Option[Int]
- val exerciseChoice: ChoiceName
- val exerciseChoiceInterface: Option[daml.lf.data.Ref.Identifier]
- val exerciseConsuming: Boolean
- val exerciseLastDescendantNodeId: Int
- val exerciseResult: Option[Array[Byte]]
- val exerciseResultCompression: Option[Int]
- final def externalTransactionHash: Option[Array[Byte]]
- Definition Classes
- RawTransactionEvent
- val filteredAdditionalWitnessParties: Set[String]
- val filteredStakeholderParties: Set[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val ledgerEffectiveTime: Timestamp
- Definition Classes
- RawExercisedEvent → RawTransactionEvent
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def nodeId: Int
- Definition Classes
- RawEvent
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def offset: Long
- Definition Classes
- RawEvent
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def recordTime: Timestamp
- Definition Classes
- RawUpdateEvent
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def synchronizerId: String
- Definition Classes
- RawEvent
- val templateId: FullIdentifier
- Definition Classes
- RawExercisedEvent → RawEvent
- final def traceContext: Array[Byte]
- Definition Classes
- RawUpdateEvent
- val transactionProperties: TransactionProperties
- Definition Classes
- RawExercisedEvent → RawTransactionEvent
- final def updateId: String
- Definition Classes
- RawUpdateEvent
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def witnessParties: Set[String]
- Definition Classes
- RawExercisedEvent → RawEvent
- final def workflowId: Option[String]
- Definition Classes
- RawEvent