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
| Docs | Member | Introduced | Deprecated | Removed |
|---|---|---|---|---|
| Open | eventFormat(Optional<Set<String>>) | 3.4.8 | - | - |
| Open | of(ContractCompanion<Ct, ?, ?>) | 3.4.8 | - | - |
| Open | of(InterfaceCompanion<?, Cid, View>) | 3.4.8 | - | - |
| Open | toContract(CreatedEvent) | 3.4.8 | - | - |
| Open | transactionFormat(Optional<Set<String>>) | 3.4.8 | - | - |
| Open | updateFormat(Optional<Set<String>>) | 3.4.8 | - | - |
| Open | withIncludeCreatedEventBlob(boolean) | 3.4.8 | - | - |
| Open | withTransactionShape(TransactionShape) | 3.4.8 | - | - |
| Open | withVerbose(boolean) | 3.4.8 | - | - |
Mirrored from Canton Network official documentation (CC-BY-4.0) by CC Privacy Club for learning purposes.