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

阅读中文版

referencejavacom-daml-ledger-javaapi-datacontractfilter

ContractFilter

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.

ContractFilter

This class contains utilities to decode a CreatedEvent and create an UpdateFormat, a TransactionFormat or a EventFormat by provided parties. It can only be instantiated with a subtype of ContractCompanion

ContractFilter - stable

Upstream docs: Open

Signature

public final class ContractFilter<Ct> extends Object

Members

DocsMemberIntroducedDeprecatedRemoved
OpeneventFormat(Optional<Set<String>>)3.4.8--
Openof(ContractCompanion<Ct, ?, ?>)3.4.8--
Openof(InterfaceCompanion<?, Cid, View>)3.4.8--
OpentoContract(CreatedEvent)3.4.8--
OpentransactionFormat(Optional<Set<String>>)3.4.8--
OpenupdateFormat(Optional<Set<String>>)3.4.8--
OpenwithIncludeCreatedEventBlob(boolean)3.4.8--
OpenwithTransactionShape(TransactionShape)3.4.8--
OpenwithVerbose(boolean)3.4.8--

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