package util
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait TimeProvider extends AnyRef
Value Members
- object DurationConversion
- object LfEngineToApi
Translates com.digitalasset.daml.lf.value.Value values to Ledger API values.
Translates com.digitalasset.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.digitalasset.daml.lf.engine.Enricher, which may involve loading Daml-LF packages.
- object TimeProvider
- object TimestampConversion
- object TransactionTreeOps
- Annotations
- @nowarn()