Complete documentation page mirrored and translated for learning. Attribution is shown at the bottom of each article.

阅读中文版

referencejavacom-daml-ledger-javaapi-data-codegencontractwithkey

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

DocsMemberIntroducedDeprecatedRemoved
Openequals(Object)3.4.8--
OpenhashCode()3.4.8--
Openkey3.4.8--
OpenkeyJsonEncoder()3.4.8--
OpenkeyToJson()3.4.8--
OpentoString()3.4.8--

Mirrored from Canton Network official documentation (CC-BY-4.0) by CC Privacy Club for learning purposes.