ContractWithKey
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.
ContractWithKey
A superclass for all codegen-generated Contracts whose templates have a key defined.
ContractWithKey - stable
Upstream docs: Open
Signature
public abstract class ContractWithKey<Id,Data,Key> extends Contract<Id,Data>
Members
| Docs | Member | Introduced | Deprecated | Removed |
|---|---|---|---|---|
| Open | equals(Object) | 3.4.8 | - | - |
| Open | hashCode() | 3.4.8 | - | - |
| Open | key | 3.4.8 | - | - |
| Open | keyJsonEncoder() | 3.4.8 | - | - |
| Open | keyToJson() | 3.4.8 | - | - |
| Open | toString() | 3.4.8 | - | - |
Mirrored from Canton Network official documentation (CC-BY-4.0) by CC Privacy Club for learning purposes.