canton-api-client 3.4.12-0.1.0

Canton Ledger API rust client
Documentation
# JsTransactionTree

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**update_id** | **String** | Assigned by the server. Useful for correlating logs. Must be a valid LedgerString (as described in ``value.proto``). Required | 
**command_id** | Option<**String**> | The ID of the command which resulted in this transaction. Missing for everyone except the submitting party. Must be a valid LedgerString (as described in ``value.proto``). Optional | [optional]
**workflow_id** | Option<**String**> | The workflow ID used in command submission. Only set if the ``workflow_id`` for the command was set. Must be a valid LedgerString (as described in ``value.proto``). Optional | [optional]
**effective_at** | **String** | Ledger effective time. Required | 
**offset** | **i64** | The absolute offset. The details of this field are described in ``community/ledger-api/README.md``. Required, it is a valid absolute offset (positive integer). | 
**events_by_id** | [**std::collections::HashMap<String, models::TreeEvent>**]TreeEvent.md |  | 
**synchronizer_id** | **String** | A valid synchronizer id. Identifies the synchronizer that synchronized the transaction. Required | 
**trace_context** | Option<[**models::TraceContext**]TraceContext.md> |  | [optional]
**record_time** | **String** | The time at which the transaction was recorded. The record time refers to the synchronizer which synchronized the transaction. Required | 

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