Primitive types of the DAML language and their serialization.
Comprehensive documentation for @daml/types
can be found
here.
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.
https://github.com/digital-asset/daml.
[Apache-2.0]
Generated using TypeDoc