final class LfValueTranslation extends LfValueSerialization with NamedLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LfValueTranslation
  2. NamedLogging
  3. LfValueSerialization
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LfValueTranslation(metrics: LedgerApiServerMetrics, engineO: Option[Engine], loadPackage: (PackageId, LoggingContextWithTrace) => Future[Option[Archive]], loggerFactory: NamedLoggerFactory)

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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def deserializeRawExercised(eventProjectionProperties: EventProjectionProperties, rawExercisedEvent: RawExercisedEvent)(implicit ec: ExecutionContext, loggingContext: LoggingContextWithTrace): Future[ExercisedEvent]
  7. def engine: Engine
  8. def enricher: LfEnricher
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def implementedInterfaces(eventProjectionProperties: EventProjectionProperties, witnessParties: Set[String], templateId: FullIdentifier): Seq[daml.ledger.api.v2.value.Identifier]
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  17. val loggerFactory: NamedLoggerFactory
    Definition Classes
    LfValueTranslationNamedLogging
  18. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def serialize(exercise: Exercise): (Array[Byte], Option[Array[Byte]], Option[Array[Byte]])

    Returns (choice argument, exercise result, contract key)

    Returns (choice argument, exercise result, contract key)

    Definition Classes
    LfValueTranslationLfValueSerialization
  24. def serialize(create: Create): (Array[Byte], Option[Array[Byte]])

    Returns (contract argument, contract key)

    Returns (contract argument, contract key)

    Definition Classes
    LfValueTranslationLfValueSerialization
  25. def serialize(contractId: ContractId, contractArgument: VersionedValue): Array[Byte]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toApiCreatedEvent(eventProjectionProperties: EventProjectionProperties, fatContractInstance: FatContractInstance, offset: Long, nodeId: Int, representativePackageId: PackageId, witnesses: Set[String], acsDelta: Boolean)(implicit ec: ExecutionContext, loggingContext: LoggingContextWithTrace): Future[CreatedEvent]
  28. def toApiValue(value: Value, verbose: Boolean, attribute: => String, enrich: (Value) => Future[daml.lf.value.Value])(implicit ec: ExecutionContext): Future[daml.ledger.api.v2.value.Value]
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

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 NamedLogging

Inherited from LfValueSerialization

Inherited from AnyRef

Inherited from Any

Ungrouped