A superclass for all codegen-generated Contracts whose templates have a key defined.
Was this page helpful?
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.
public abstract class ContractWithKey<Id,Data,Key> extends Contract<Id,Data>
Was this page helpful?