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
15
16
# JsAssignedEvent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**source** | **String** | The ID of the source synchronizer. Must be a valid synchronizer id.  Required | 
**target** | **String** | The ID of the target synchronizer. Must be a valid synchronizer id.  Required | 
**reassignment_id** | **String** | The ID from the unassigned event. For correlation capabilities. Must be a valid LedgerString (as described in ``value.proto``).  Required | 
**submitter** | Option<**String**> | Party on whose behalf the assign command was executed. Empty if the assignment happened offline via the repair service. Must be a valid PartyIdString (as described in ``value.proto``).  Optional | [optional]
**reassignment_counter** | **i64** | Each corresponding assigned and unassigned event has the same reassignment_counter. This strictly increases with each unassign command for the same contract. Creation of the contract corresponds to reassignment_counter equals zero.  Required | 
**created_event** | [**models::CreatedEvent**]CreatedEvent.md |  | 

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