Documentation/Canton Network Docs/Ledger APIJava BindingsPackagescom.daml.ledger.javaapi.data.codegenView on Canton Network Docs ↗
Variant
com.daml.ledger.javaapi.data.codegen
Variant
Base class of all decoded-to-codegen Daml variants with no type parameters. Its encoded counterpart is Variant, which can be produced with toValue().
Java
Signature
public abstract class Variant<T> extends Object implements DefinedDataType<T>