How To add Timestamp in DAML contract

Overview By default, there isn’t a timestamp field in DAML contract. If you observe the return of a fetch query, there isn’t a field represents timestamp. This article will help you create timestamp for your contract so you can have field like this: The getTime function DAML has a convenient function called getTime that returns … Read more