Is there an easy way to extract all the data types (template, record, enum, variant) from a Daml model?
App Development3 posts306 views1 likesLast activity May 2023
GY
gyorgybalazsiOP
May 2023The Outline pane of VSCode uses this information, so there must be a way.
ST
Stephen
May 2023If by “extract” you mean “produce a data structure describing definitions I can use in my own programs”, then this is a quick summary, and some longer discussion here, that might be of use.
GY
gyorgybalazsi
May 2023Thank you, Stephen!