and wondering if there are any documentations about the library.
For example, I don’t quite understand the following methods of class com.daml.daml_lf_dev.DamlLf1:
getInternedStringsList()
getInternedDottedNamesList().
I don’t think there is detailed documentaton around this unfortunately. The best way to understand this is probably to look at the corresponding protobuf from which the Java code is generated.