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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active_contracts** | [**Vec<models::JsGetActiveContractsResponse>**]JsGetActiveContractsResponse.md | The collection of active contracts for this page response.  Required: must be non-empty | 
**active_at_offset** | **i64** | The active_at_offset which was specified in the request, or the calculated active_at_offset from the actual ledger end from at the evaluation of the request.  Required | 
**next_page_token** | Option<**String**> | If not present this is the last page. If present, this token must be used to get the next page.  Optional: can be empty | [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)