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: Metrics, 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() @HotSpotIntrinsicCandidate()
  6. def deserialize(raw: Exercised, verbose: Boolean)(implicit ec: ExecutionContext, loggingContext: LoggingContextWithTrace): Future[ExercisedEvent]
  7. def deserialize[E](raw: Created[E], eventProjectionProperties: EventProjectionProperties)(implicit ec: ExecutionContext, loggingContext: LoggingContextWithTrace): Future[CreatedEvent]
  8. def deserializeEvent(createArgument: VersionedValue, createKey: Option[VersionedValue], templateId: Identifier, witnesses: Set[String], eventProjectionProperties: EventProjectionProperties)(implicit ec: ExecutionContext, loggingContext: LoggingContextWithTrace): Future[ApiContractData]
  9. def deserializeRaw(createdEvent: RawCreatedEvent, createArgument: Array[Byte], createArgumentCompression: Algorithm, createKeyValue: Option[Array[Byte]], createKeyValueCompression: Algorithm, templateId: Identifier, witnesses: Set[String], eventProjectionProperties: EventProjectionProperties)(implicit ec: ExecutionContext, loggingContext: LoggingContextWithTrace): Future[ApiContractData]
  10. def engine: Engine
  11. def enricher: ValueEnricher
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  19. val loggerFactory: NamedLoggerFactory
    Definition Classes
    LfValueTranslationNamedLogging
  20. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def serialize(eventId: EventId, 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
  26. def serialize(create: Create): (Array[Byte], Option[Array[Byte]])

    Returns (contract argument, contract key)

    Returns (contract argument, contract key)

    Definition Classes
    LfValueTranslationLfValueSerialization
  27. def serialize(contractId: ContractId, contractArgument: VersionedValue): Array[Byte]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toApiContractData(value: Value, key: Option[VersionedValue], templateId: Identifier, witnesses: Set[String], eventProjectionProperties: EventProjectionProperties, fatContractInstance: => Option[Either[String, FatContractInstance]])(implicit ec: ExecutionContext, loggingContext: LoggingContextWithTrace): Future[ApiContractData]
  30. def toApiValue(value: Value, verbose: Boolean, attribute: => String, enrich: (Value) => Result[daml.lf.value.Value])(implicit ec: ExecutionContext, loggingContext: LoggingContextWithTrace): Future[daml.ledger.api.v1.value.Value]
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from NamedLogging

Inherited from LfValueSerialization

Inherited from AnyRef

Inherited from Any

Ungrouped