Packages

o

com.daml.lf

CantonOnly

object CantonOnly

As part of upstream Daml-LF refactoring, previously accessible capabilities have become Canton-private. This enables Daml-LF to limit it's API surface area while still allowing Canton deeper visibility into transaction internals.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CantonOnly
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type LfTransaction = Transaction
  2. type LfVersionedTransaction = VersionedTransaction

Value Members

  1. val DummyTransactionVersion: LfTransactionVersion
  2. val LfTransaction: Transaction.type
  3. val LfVersionedTransaction: VersionedTransaction.type
  4. def asVersionedValue(value: Value, transactionVersion: LfTransactionVersion): VersionedValue
  5. def lfVersionedTransaction(nodes: Map[LfNodeId, LfNode], roots: ImmArray[LfNodeId]): LfVersionedTransaction
  6. def lfVersionedTransaction(version: LfTransactionVersion, nodes: Map[LfNodeId, LfNode], roots: ImmArray[LfNodeId]): LfVersionedTransaction
  7. def lookupTransactionVersion(versionP: String): Either[String, LfTransactionVersion]
  8. def mapNodeId(versionedTransaction: LfVersionedTransaction, f: (LfNodeId) => LfNodeId): VersionedTransaction
  9. def maxTransactionVersion(versions: NonEmpty[Seq[LfTransactionVersion]]): LfTransactionVersion
  10. def newDamlEngine(uniqueContractKeys: Boolean, enableLfDev: Boolean, profileDir: Option[Path] = None): Engine
  11. def setTransactionNodes(tx: LfVersionedTransaction, nodes: Map[LfNodeId, LfNode]): VersionedTransaction
  12. def tryBuildCompiledPackages(darMap: Map[PackageId, Package], enableLfDev: Boolean): PureCompiledPackages
  13. def unwrapVersionedTransaction(versionedTransaction: LfVersionedTransaction): LfTransaction