Class Choice<Tpl,ArgType,ResType>
- java.lang.Object
-
- com.daml.ledger.javaapi.data.codegen.Choice<Tpl,ArgType,ResType>
-
- Type Parameters:
Tpl
- The generated template class or marker interface for a Daml interfaceArgType
- The choice's argument typeResType
- The result from exercising the choice
public final class Choice<Tpl,ArgType,ResType> extends java.lang.Object
This represents a Daml choice that can be exercised onContractId
s of typeContractId<Tpl>
.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
name
The choice name *
-