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
# GetPreferredPackagesRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**package_vetting_requirements** | [**Vec<models::PackageVettingRequirement>**]PackageVettingRequirement.md | The package-name vetting requirements for which the preferred packages should be resolved.  Generally it is enough to provide the requirements for the intended command's root package-names. Additional package-name requirements can be provided when additional Daml transaction informees need to use package dependencies of the command's root packages.  Required: must be non-empty | 
**synchronizer_id** | Option<**String**> | The synchronizer whose vetting state should be used for resolving this query. If not specified, the vetting states of all synchronizers to which the participant is connected are used.  Optional | [optional]
**vetting_valid_at** | Option<**String**> | The timestamp at which the package vetting validity should be computed on the latest topology snapshot as seen by the participant. If not provided, the participant's current clock time is used.  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)