Skip to content
CCPEDIAby Unity Nodes
Documentation/Canton Network Docs/Ledger APIJava BindingsPackagescom.daml.ledger.javaapi.data.codegenView on Canton Network Docs

DamlRecord

Back to package

com.daml.ledger.javaapi.data.codegen

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().

Java

Signature

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

Members

MemberLifecycleUpstream docs
DamlRecord()-Open
toValue()-Open