Complete documentation page mirrored and translated for learning. Attribution is shown at the bottom of each article.

阅读中文版

referencejavacom-daml-ledger-javaapi-data-codegendamlrecord

DamlRecord

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt Use this file to discover all available pages before exploring further.

DamlRecord

Base class of all decoded-to-codegen Daml records with no type parameters. This category includes all Template payloads, all interface views, and [by convention albeit not by rule] all choice arguments. Its encoded counterpart is DamlRecord, which can be produced with toValue().

DamlRecord - stable

Upstream docs: Open

Signature

public abstract class DamlRecord<T> extends Object implements DefinedDataType<T>

Members

DocsMemberIntroducedDeprecatedRemoved
OpenDamlRecord()3.4.8--
OpentoValue()3.4.8--

Mirrored from Canton Network official documentation (CC-BY-4.0) by CC Privacy Club for learning purposes.