Expand description
Helper macros for working with the Daml GRPC Ledger API
Provides a daml_value! macro to simplify the construction of DamlValue
literals and a daml_path! macro to simplify the extraction of data from existing
DamlRecord & DamlValue literals.
Macrosยง
- daml_
path - Construct a Daml data extractor function from a path expression.
- daml_
value - Construct a Daml value.