Crate daml_macro

Source
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ยง

  • Construct a Daml data extractor function from a path expression.
  • Construct a Daml value.