object DAMLe
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DAMLe
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type CreateNodeEnricher = (LfNodeCreate) => (TraceContext) => EitherT[FutureUnlessShutdown, ReinterpretationError, LfNodeCreate]
- final case class EngineAborted(reason: String) extends ReinterpretationError with Product with Serializable
- final case class EngineError(cause: Error) extends ReinterpretationError with Product with Serializable
- trait HasReinterpret extends AnyRef
- type PackageResolver = (PackageId) => (TraceContext) => FutureUnlessShutdown[Option[Package]]
Resolves packages by com.digitalasset.daml.lf.data.Ref.PackageId.
Resolves packages by com.digitalasset.daml.lf.data.Ref.PackageId. The returned packages must have been validated so that com.digitalasset.daml.lf.engine.Engine can skip validation.
- final case class ReInterpretationResult(transaction: LfVersionedTransaction, metadata: TransactionMetadata, keyResolver: LfKeyResolver, usedPackages: Set[PackageId], timeBoundaries: LedgerTimeBoundaries) extends Product with Serializable
- sealed trait ReinterpretationError extends PrettyPrinting
- type TransactionEnricher = (LfVersionedTransaction) => (TraceContext) => EitherT[FutureUnlessShutdown, ReinterpretationError, LfVersionedTransaction]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newEngine(enableLfDev: Boolean, enableLfBeta: Boolean, enableStackTraces: Boolean, profileDir: Option[Path] = None, iterationsBetweenInterruptions: Long = 10000, paranoidMode: Boolean): Engine
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def packageResolver(packageService: PackageService): (PackageId) => (TraceContext) => FutureUnlessShutdown[Option[Package]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])