Crate daml_macro

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

daml_path
Construct a Daml data extractor function from a path expression.
daml_value
Construct a Daml value.