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]) @IntrinsicCandidate() @native()
  6. def deserializeRaw(eventProjectionProperties: EventProjectionProperties, rawCreatedEvent: RawCreatedEvent)(implicit ec: ExecutionContext, loggingContext: LoggingContextWithTrace): Future[CreatedEvent]
  7. def deserializeRaw(eventProjectionProperties: EventProjectionProperties, rawArchivedEvent: RawArchivedEvent): ArchivedEvent
  8. def deserializeRaw(eventProjectionProperties: EventProjectionProperties, rawExercisedEvent: RawExercisedEvent)(implicit ec: ExecutionContext, loggingContext: LoggingContextWithTrace): Future[ExercisedEvent]
  9. def engine: Engine
  10. def enrichContract(contract: FatContractInstance)(implicit ec: ExecutionContext, loggingContext: LoggingContextWithTrace): Future[FatContractInstance]
  11. def enrichVersionedTransaction(versionedTransaction: VersionedTransaction)(implicit ec: ExecutionContext, loggingContext: LoggingContextWithTrace): Future[VersionedTransaction]
  12. def enricher: Enricher
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def implementedInterfaces(eventProjectionProperties: EventProjectionProperties, witnessParties: Set[String], templateId: daml.lf.data.Ref.Identifier): Seq[daml.ledger.api.v2.value.Identifier]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  21. val loggerFactory: NamedLoggerFactory
    Definition Classes
    LfValueTranslationNamedLogging
  22. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. 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
  28. def serialize(create: Create): (Array[Byte], Option[Array[Byte]])

    Returns (contract argument, contract key)

    Returns (contract argument, contract key)

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

    (Since version 9)

Inherited from NamedLogging

Inherited from LfValueSerialization

Inherited from AnyRef

Inherited from Any

Ungrouped