Packages

final class Created extends Raw.Created[daml.ledger.api.v1.transaction.TreeEvent] with TreeEvent

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Created
  2. TreeEvent
  3. Created
  4. Raw
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Created(raw: CreatedEvent, createArgument: Array[Byte], createArgumentCompression: Algorithm, createKeyValue: Option[Array[Byte]], createKeyMaintainers: Array[String], createKeyValueCompression: Algorithm, driverMetadata: Option[Array[Byte]])

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 applyDeserialization(lfValueTranslation: LfValueTranslation, eventProjectionProperties: EventProjectionProperties)(implicit ec: ExecutionContext, loggingContext: LoggingContextWithTrace): Future[daml.ledger.api.v1.transaction.TreeEvent]

    Fill the blanks left in the raw event by running the deserialization on contained values.

    Fill the blanks left in the raw event by running the deserialization on contained values.

    lfValueTranslation

    The delegate in charge of applying deserialization

    eventProjectionProperties

    The properties of how contract arguments and interface views for the event are projected and merged

    Definition Classes
    CreatedRaw
  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() @IntrinsicCandidate()
  7. val createArgument: Array[Byte]
    Definition Classes
    Created
  8. val createArgumentCompression: Algorithm
    Definition Classes
    Created
  9. val createKeyMaintainers: Array[String]
    Definition Classes
    Created
  10. val createKeyValue: Option[Array[Byte]]
    Definition Classes
    Created
  11. val createKeyValueCompression: Algorithm
    Definition Classes
    Created
  12. def deserializeCreateEvent(lfValueTranslation: LfValueTranslation, eventProjectionProperties: EventProjectionProperties)(implicit ec: ExecutionContext, loggingContext: LoggingContextWithTrace): Future[CreatedEvent]
    Definition Classes
    Created
  13. val driverMetadata: Option[Array[Byte]]
    Definition Classes
    Created
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. val partial: CreatedEvent
    Definition Classes
    Created
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. def witnesses: Seq[String]
    Definition Classes
    CreatedRaw
  29. def wrapInEvent(event: CreatedEvent): daml.ledger.api.v1.transaction.TreeEvent
    Attributes
    protected
    Definition Classes
    CreatedCreated

Deprecated Value Members

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

Inherited from TreeEvent

Inherited from AnyRef

Inherited from Any

Ungrouped