DamlEnum
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.
DamlEnum
Base interface of all decoded-to-codegen Daml enums. Its encoded counterpart is DamlEnum, which can be produced with toValue().
DamlEnum - stable
Upstream docs: Open
Signature
public interface DamlEnum<T> extends DefinedDataType<T>
Members
| Docs | Member | Introduced | Deprecated | Removed |
|---|---|---|---|---|
| Open | toValue() | 3.4.8 | - | - |
Mirrored from Canton Network official documentation (CC-BY-4.0) by CC Privacy Club for learning purposes.