canton-api-client 3.6.0-0.1.0

Canton Ledger API rust client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# DisclosedContract

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**template_id** | Option<**String**> | The template id of the contract. The identifier uses the package-id reference format.  If provided, used to validate the template id of the contract serialized in the created_event_blob.  Optional | [optional]
**contract_id** | Option<**String**> | The contract id  If provided, used to validate the contract id of the contract serialized in the created_event_blob.  Optional | [optional]
**created_event_blob** | **String** | Opaque byte string containing the complete payload required by the Daml engine to reconstruct a contract not known to the receiving participant.  Required: must be non-empty | 
**synchronizer_id** | Option<**String**> | The ID of the synchronizer where the contract is currently assigned  Optional | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)