Lists which participant node vetted what packages on which synchronizer. Can be called by any authenticated user.
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.
Ledger API standard JWT token
The package metadata filter the returned vetted packages set must satisfy.
Optional
The topology filter the returned vetted packages set must satisfy.
Optional
Pagination token to determine the specific page to fetch. Using the token
guarantees that VettedPackages on a subsequent page are all greater
(VettedPackages are sorted by synchronizer ID then participant ID) than
the last VettedPackages on a previous page.
The server does not store intermediate results between calls chained by a series of page tokens. As a consequence, if new vetted packages are being added and a page is requested twice using the same token, more packages can be returned on the second call.
Leave unspecified (i.e. as empty string) to fetch the first page.
Optional
Maximum number of VettedPackages results to return in a single page.
If the page_size is unspecified (i.e. left as 0), the server will decide the number of results to be returned.
If the page_size exceeds the maximum supported by the server, an error will be returned.
To obtain the server's maximum consult the PackageService descriptor available in the VersionService.
Optional
All VettedPackages that contain at least one VettedPackage matching
both a PackageMetadataFilter and a TopologyStateFilter.
Sorted by synchronizer_id then participant_id.
Optional: can be empty
Pagination token to retrieve the next page. Empty string if there are no further results.
Optional