Uses of Interface
com.daml.ledger.javaapi.data.codegen.ContractCompanion.WithKey.NewContract
-
Packages that use ContractCompanion.WithKey.NewContract Package Description com.daml.ledger.javaapi.data.codegen -
-
Uses of ContractCompanion.WithKey.NewContract in com.daml.ledger.javaapi.data.codegen
Constructors in com.daml.ledger.javaapi.data.codegen with parameters of type ContractCompanion.WithKey.NewContract Constructor Description WithKey(java.lang.String templateClassName, Identifier templateId, java.util.function.Function<java.lang.String,Id> newContractId, java.util.function.Function<DamlRecord,Data> fromValue, ContractCompanion.WithKey.NewContract<Ct,Id,Data,Key> newContract, java.util.function.Function<Value,Key> keyFromValue)
-