Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Value Members

  1. object LfEngineToApi

    Translates com.daml.lf.value.Value values to Ledger API values.

    Translates com.daml.lf.value.Value values to Ledger API values.

    All conversion functions are pure and total.

    Most conversion functions have a verbose flag: - If verbose mode is disabled, then all resulting Api values have missing type identifiers and record field names. - If verbose mode is enabled, then type identifiers and record field names are copied from the input Daml-LF values. The caller is responsible for filling in missing type information using com.daml.lf.engine.ValueEnricher, which may involve loading Daml-LF packages.

Ungrouped