com.daml.ledger.javaapi.data.codegen
ContractWithKey
A superclass for all codegen-generated Contracts whose templates have a key defined.
Java
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A superclass for all codegen-generated Contracts whose templates have a key defined.
com.daml.ledger.javaapi.data.codegen
A superclass for all codegen-generated Contracts whose templates have a key defined.
public abstract class ContractWithKey<Id,Data,Key> extends Contract<Id,Data>