Packages

c

com.daml.ledger.api.domain.Event

ExercisedEvent

final case class ExercisedEvent(eventId: EventId, contractId: ContractId, templateId: Identifier, choice: ChoiceName, choiceArgument: Value, actingParties: Set[Party], consuming: Boolean, children: List[EventId], witnessParties: Set[Party], exerciseResult: Option[Value]) extends Event with CreateOrExerciseEvent with Product with Serializable

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

Instance Constructors

  1. new ExercisedEvent(eventId: EventId, contractId: ContractId, templateId: Identifier, choice: ChoiceName, choiceArgument: Value, actingParties: Set[Party], consuming: Boolean, children: List[EventId], witnessParties: Set[Party], exerciseResult: Option[Value])

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 actingParties: Set[Party]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val children: List[EventId]
    Definition Classes
    ExercisedEventEvent
  7. val choice: ChoiceName
  8. val choiceArgument: Value
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. val consuming: Boolean
  11. val contractId: ContractId
    Definition Classes
    ExercisedEventEvent
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. val eventId: EventId
    Definition Classes
    ExercisedEventEvent
  14. val exerciseResult: Option[Value]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. val templateId: Identifier
    Definition Classes
    ExercisedEventEvent
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. val witnessParties: Set[Party]
    Definition Classes
    ExercisedEventEvent

Deprecated Value Members

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

Inherited from CreateOrExerciseEvent

Inherited from Event

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped