@daml/types
Primitive types of the Daml language and their serialization.
Documentation
Comprehensive documentation for @daml/types can be found
here.
Description
This library contains TypeScript types corresponding to primitive Daml data types, such as
Template, ContractId, Int, Text etc. as well as their encoders and decoders to interact with
the JSON API of a Daml ledger.
For creating a Daml distributed application, you'll most likely want to use the
@daml/react and
@daml/ledger packages.
Source
https://github.com/digital-asset/daml.
License
[Apache-2.0]