@canton-network/core-ledger-proto 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.client.d.ts +58 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.client.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.client.js +34 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.d.ts +232 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.js +560 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.client.d.ts +144 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.client.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.client.js +85 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.d.ts +291 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.js +663 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/object_meta.d.ts +76 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/object_meta.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/object_meta.js +96 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.client.d.ts +106 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.client.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.client.js +62 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.d.ts +199 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.js +427 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.client.d.ts +56 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.client.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.client.js +35 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.d.ts +81 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.js +135 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.client.d.ts +196 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.client.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.client.js +113 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.d.ts +413 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.js +867 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.client.d.ts +210 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.client.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.client.js +126 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.d.ts +758 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.js +1580 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.client.d.ts +66 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.client.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.client.js +38 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.d.ts +90 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.js +178 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_service.client.d.ts +99 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_service.client.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_service.client.js +61 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_service.d.ts +210 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_service.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_service.js +436 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.client.d.ts +80 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.client.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.client.js +47 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.d.ts +91 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.js +200 -0
- package/dist/_proto/com/daml/ledger/api/v2/commands.d.ts +491 -0
- package/dist/_proto/com/daml/ledger/api/v2/commands.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/commands.js +828 -0
- package/dist/_proto/com/daml/ledger/api/v2/completion.d.ts +149 -0
- package/dist/_proto/com/daml/ledger/api/v2/completion.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/completion.js +196 -0
- package/dist/_proto/com/daml/ledger/api/v2/event.d.ts +495 -0
- package/dist/_proto/com/daml/ledger/api/v2/event.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/event.js +723 -0
- package/dist/_proto/com/daml/ledger/api/v2/event_query_service.client.d.ts +52 -0
- package/dist/_proto/com/daml/ledger/api/v2/event_query_service.client.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/event_query_service.client.js +31 -0
- package/dist/_proto/com/daml/ledger/api/v2/event_query_service.d.ts +150 -0
- package/dist/_proto/com/daml/ledger/api/v2/event_query_service.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/event_query_service.js +291 -0
- package/dist/_proto/com/daml/ledger/api/v2/experimental_features.d.ts +96 -0
- package/dist/_proto/com/daml/ledger/api/v2/experimental_features.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/experimental_features.js +225 -0
- package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_common_data.d.ts +43 -0
- package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_common_data.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_common_data.js +85 -0
- package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.client.d.ts +100 -0
- package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.client.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.client.js +59 -0
- package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.d.ts +877 -0
- package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.js +1768 -0
- package/dist/_proto/com/daml/ledger/api/v2/interactive/transaction/v1/interactive_submission_data.d.ts +259 -0
- package/dist/_proto/com/daml/ledger/api/v2/interactive/transaction/v1/interactive_submission_data.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/interactive/transaction/v1/interactive_submission_data.js +667 -0
- package/dist/_proto/com/daml/ledger/api/v2/offset_checkpoint.d.ts +69 -0
- package/dist/_proto/com/daml/ledger/api/v2/offset_checkpoint.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/offset_checkpoint.js +133 -0
- package/dist/_proto/com/daml/ledger/api/v2/package_reference.d.ts +41 -0
- package/dist/_proto/com/daml/ledger/api/v2/package_reference.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/package_reference.js +84 -0
- package/dist/_proto/com/daml/ledger/api/v2/package_service.client.d.ts +68 -0
- package/dist/_proto/com/daml/ledger/api/v2/package_service.client.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/package_service.client.js +43 -0
- package/dist/_proto/com/daml/ledger/api/v2/package_service.d.ts +181 -0
- package/dist/_proto/com/daml/ledger/api/v2/package_service.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/package_service.js +395 -0
- package/dist/_proto/com/daml/ledger/api/v2/reassignment.d.ts +308 -0
- package/dist/_proto/com/daml/ledger/api/v2/reassignment.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/reassignment.js +521 -0
- package/dist/_proto/com/daml/ledger/api/v2/reassignment_commands.d.ts +193 -0
- package/dist/_proto/com/daml/ledger/api/v2/reassignment_commands.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/reassignment_commands.js +350 -0
- package/dist/_proto/com/daml/ledger/api/v2/state_service.client.d.ts +91 -0
- package/dist/_proto/com/daml/ledger/api/v2/state_service.client.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/state_service.client.js +56 -0
- package/dist/_proto/com/daml/ledger/api/v2/state_service.d.ts +448 -0
- package/dist/_proto/com/daml/ledger/api/v2/state_service.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/state_service.js +874 -0
- package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.client.d.ts +54 -0
- package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.client.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.client.js +34 -0
- package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.d.ts +78 -0
- package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.js +168 -0
- package/dist/_proto/com/daml/ledger/api/v2/topology_transaction.d.ts +211 -0
- package/dist/_proto/com/daml/ledger/api/v2/topology_transaction.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/topology_transaction.js +447 -0
- package/dist/_proto/com/daml/ledger/api/v2/trace_context.d.ts +33 -0
- package/dist/_proto/com/daml/ledger/api/v2/trace_context.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/trace_context.js +69 -0
- package/dist/_proto/com/daml/ledger/api/v2/transaction.d.ts +252 -0
- package/dist/_proto/com/daml/ledger/api/v2/transaction.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/transaction.js +410 -0
- package/dist/_proto/com/daml/ledger/api/v2/transaction_filter.d.ts +453 -0
- package/dist/_proto/com/daml/ledger/api/v2/transaction_filter.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/transaction_filter.js +815 -0
- package/dist/_proto/com/daml/ledger/api/v2/update_service.client.d.ts +199 -0
- package/dist/_proto/com/daml/ledger/api/v2/update_service.client.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/update_service.client.js +121 -0
- package/dist/_proto/com/daml/ledger/api/v2/update_service.d.ts +424 -0
- package/dist/_proto/com/daml/ledger/api/v2/update_service.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/update_service.js +853 -0
- package/dist/_proto/com/daml/ledger/api/v2/value.d.ts +500 -0
- package/dist/_proto/com/daml/ledger/api/v2/value.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/value.js +937 -0
- package/dist/_proto/com/daml/ledger/api/v2/version_service.client.d.ts +40 -0
- package/dist/_proto/com/daml/ledger/api/v2/version_service.client.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/version_service.client.js +25 -0
- package/dist/_proto/com/daml/ledger/api/v2/version_service.d.ts +190 -0
- package/dist/_proto/com/daml/ledger/api/v2/version_service.d.ts.map +1 -0
- package/dist/_proto/com/daml/ledger/api/v2/version_service.js +400 -0
- package/dist/_proto/com/digitalasset/canton/crypto/v30/crypto.d.ts +1028 -0
- package/dist/_proto/com/digitalasset/canton/crypto/v30/crypto.d.ts.map +1 -0
- package/dist/_proto/com/digitalasset/canton/crypto/v30/crypto.js +2110 -0
- package/dist/_proto/com/digitalasset/canton/protocol/v30/sequencing_parameters.d.ts +30 -0
- package/dist/_proto/com/digitalasset/canton/protocol/v30/sequencing_parameters.d.ts.map +1 -0
- package/dist/_proto/com/digitalasset/canton/protocol/v30/sequencing_parameters.js +62 -0
- package/dist/_proto/com/digitalasset/canton/protocol/v30/synchronizer_parameters.d.ts +168 -0
- package/dist/_proto/com/digitalasset/canton/protocol/v30/synchronizer_parameters.d.ts.map +1 -0
- package/dist/_proto/com/digitalasset/canton/protocol/v30/synchronizer_parameters.js +395 -0
- package/dist/_proto/com/digitalasset/canton/protocol/v30/topology.d.ts +1105 -0
- package/dist/_proto/com/digitalasset/canton/protocol/v30/topology.d.ts.map +1 -0
- package/dist/_proto/com/digitalasset/canton/protocol/v30/topology.js +2294 -0
- package/dist/_proto/com/digitalasset/canton/protocol/v30/traffic_control_parameters.d.ts +278 -0
- package/dist/_proto/com/digitalasset/canton/protocol/v30/traffic_control_parameters.d.ts.map +1 -0
- package/dist/_proto/com/digitalasset/canton/protocol/v30/traffic_control_parameters.js +654 -0
- package/dist/_proto/com/digitalasset/canton/topology/admin/v30/common.d.ts +166 -0
- package/dist/_proto/com/digitalasset/canton/topology/admin/v30/common.d.ts.map +1 -0
- package/dist/_proto/com/digitalasset/canton/topology/admin/v30/common.js +379 -0
- package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.client.d.ts +199 -0
- package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.client.d.ts.map +1 -0
- package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.client.js +136 -0
- package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.d.ts +1195 -0
- package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.d.ts.map +1 -0
- package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.js +3342 -0
- package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.client.d.ts +119 -0
- package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.client.d.ts.map +1 -0
- package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.client.js +76 -0
- package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.d.ts +607 -0
- package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.d.ts.map +1 -0
- package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.js +1292 -0
- package/dist/_proto/google/protobuf/any.d.ts +177 -0
- package/dist/_proto/google/protobuf/any.d.ts.map +1 -0
- package/dist/_proto/google/protobuf/any.js +175 -0
- package/dist/_proto/google/protobuf/descriptor.d.ts +1638 -0
- package/dist/_proto/google/protobuf/descriptor.d.ts.map +1 -0
- package/dist/_proto/google/protobuf/descriptor.js +2999 -0
- package/dist/_proto/google/protobuf/duration.d.ts +114 -0
- package/dist/_proto/google/protobuf/duration.d.ts.map +1 -0
- package/dist/_proto/google/protobuf/duration.js +113 -0
- package/dist/_proto/google/protobuf/empty.d.ts +33 -0
- package/dist/_proto/google/protobuf/empty.d.ts.map +1 -0
- package/dist/_proto/google/protobuf/empty.js +41 -0
- package/dist/_proto/google/protobuf/field_mask.d.ts +240 -0
- package/dist/_proto/google/protobuf/field_mask.d.ts.map +1 -0
- package/dist/_proto/google/protobuf/field_mask.js +95 -0
- package/dist/_proto/google/protobuf/struct.d.ts +187 -0
- package/dist/_proto/google/protobuf/struct.d.ts.map +1 -0
- package/dist/_proto/google/protobuf/struct.js +417 -0
- package/dist/_proto/google/protobuf/timestamp.d.ts +159 -0
- package/dist/_proto/google/protobuf/timestamp.d.ts.map +1 -0
- package/dist/_proto/google/protobuf/timestamp.js +157 -0
- package/dist/_proto/google/rpc/code.d.ts +219 -0
- package/dist/_proto/google/rpc/code.d.ts.map +1 -0
- package/dist/_proto/google/rpc/code.js +237 -0
- package/dist/_proto/google/rpc/context/attribute_context.d.ts +594 -0
- package/dist/_proto/google/rpc/context/attribute_context.d.ts.map +1 -0
- package/dist/_proto/google/rpc/context/attribute_context.js +1007 -0
- package/dist/_proto/google/rpc/context/audit_context.d.ts +62 -0
- package/dist/_proto/google/rpc/context/audit_context.d.ts.map +1 -0
- package/dist/_proto/google/rpc/context/audit_context.js +111 -0
- package/dist/_proto/google/rpc/error_details.d.ts +549 -0
- package/dist/_proto/google/rpc/error_details.d.ts.map +1 -0
- package/dist/_proto/google/rpc/error_details.js +918 -0
- package/dist/_proto/google/rpc/status.d.ts +55 -0
- package/dist/_proto/google/rpc/status.d.ts.map +1 -0
- package/dist/_proto/google/rpc/status.js +79 -0
- package/dist/_proto/scalapb/scalapb.d.ts +779 -0
- package/dist/_proto/scalapb/scalapb.d.ts.map +1 -0
- package/dist/_proto/scalapb/scalapb.js +1658 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +12 -0
- package/package.json +29 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import type { RpcTransport } from '@protobuf-ts/runtime-rpc';
|
|
2
|
+
import type { ServiceInfo } from '@protobuf-ts/runtime-rpc';
|
|
3
|
+
import type { GetEventsByContractIdResponse } from './event_query_service.js';
|
|
4
|
+
import type { GetEventsByContractIdRequest } from './event_query_service.js';
|
|
5
|
+
import type { UnaryCall } from '@protobuf-ts/runtime-rpc';
|
|
6
|
+
import type { RpcOptions } from '@protobuf-ts/runtime-rpc';
|
|
7
|
+
/**
|
|
8
|
+
* Query events by contract id.
|
|
9
|
+
*
|
|
10
|
+
* Note that querying by contract key is not (yet) supported, as contract keys
|
|
11
|
+
* are not supported (yet) in multi-synchronizer scenarios.
|
|
12
|
+
*
|
|
13
|
+
* @generated from protobuf service com.daml.ledger.api.v2.EventQueryService
|
|
14
|
+
*/
|
|
15
|
+
export interface IEventQueryServiceClient {
|
|
16
|
+
/**
|
|
17
|
+
* Get the create and the consuming exercise event for the contract with the provided ID.
|
|
18
|
+
* No events will be returned for contracts that have been pruned because they
|
|
19
|
+
* have already been archived before the latest pruning offset.
|
|
20
|
+
* If the contract cannot be found for the request, or all the contract-events are filtered, a CONTRACT_EVENTS_NOT_FOUND error will be raised.
|
|
21
|
+
*
|
|
22
|
+
* @generated from protobuf rpc: GetEventsByContractId
|
|
23
|
+
*/
|
|
24
|
+
getEventsByContractId(input: GetEventsByContractIdRequest, options?: RpcOptions): UnaryCall<GetEventsByContractIdRequest, GetEventsByContractIdResponse>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Query events by contract id.
|
|
28
|
+
*
|
|
29
|
+
* Note that querying by contract key is not (yet) supported, as contract keys
|
|
30
|
+
* are not supported (yet) in multi-synchronizer scenarios.
|
|
31
|
+
*
|
|
32
|
+
* @generated from protobuf service com.daml.ledger.api.v2.EventQueryService
|
|
33
|
+
*/
|
|
34
|
+
export declare class EventQueryServiceClient implements IEventQueryServiceClient, ServiceInfo {
|
|
35
|
+
private readonly _transport;
|
|
36
|
+
typeName: string;
|
|
37
|
+
methods: import("@protobuf-ts/runtime-rpc").MethodInfo<any, any>[];
|
|
38
|
+
options: {
|
|
39
|
+
[extensionName: string]: import("@protobuf-ts/runtime").JsonValue;
|
|
40
|
+
};
|
|
41
|
+
constructor(_transport: RpcTransport);
|
|
42
|
+
/**
|
|
43
|
+
* Get the create and the consuming exercise event for the contract with the provided ID.
|
|
44
|
+
* No events will be returned for contracts that have been pruned because they
|
|
45
|
+
* have already been archived before the latest pruning offset.
|
|
46
|
+
* If the contract cannot be found for the request, or all the contract-events are filtered, a CONTRACT_EVENTS_NOT_FOUND error will be raised.
|
|
47
|
+
*
|
|
48
|
+
* @generated from protobuf rpc: GetEventsByContractId
|
|
49
|
+
*/
|
|
50
|
+
getEventsByContractId(input: GetEventsByContractIdRequest, options?: RpcOptions): UnaryCall<GetEventsByContractIdRequest, GetEventsByContractIdResponse>;
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=event_query_service.client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event_query_service.client.d.ts","sourceRoot":"","sources":["../../../../../../../src/_proto/com/daml/ledger/api/v2/event_query_service.client.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAC5D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAG3D,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,0BAA0B,CAAA;AAC7E,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAA;AAC5E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAA;AACzD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAC1D;;;;;;;GAOG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;;;;OAOG;IACH,qBAAqB,CACjB,KAAK,EAAE,4BAA4B,EACnC,OAAO,CAAC,EAAE,UAAU,GACrB,SAAS,CAAC,4BAA4B,EAAE,6BAA6B,CAAC,CAAA;CAC5E;AACD;;;;;;;GAOG;AACH,qBAAa,uBACT,YAAW,wBAAwB,EAAE,WAAW;IAKpC,OAAO,CAAC,QAAQ,CAAC,UAAU;IAHvC,QAAQ,SAA6B;IACrC,OAAO,4DAA4B;IACnC,OAAO;;MAA4B;gBACN,UAAU,EAAE,YAAY;IACrD;;;;;;;OAOG;IACH,qBAAqB,CACjB,KAAK,EAAE,4BAA4B,EACnC,OAAO,CAAC,EAAE,UAAU,GACrB,SAAS,CAAC,4BAA4B,EAAE,6BAA6B,CAAC;CAQ5E"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { EventQueryService } from './event_query_service.js';
|
|
2
|
+
import { stackIntercept } from '@protobuf-ts/runtime-rpc';
|
|
3
|
+
/**
|
|
4
|
+
* Query events by contract id.
|
|
5
|
+
*
|
|
6
|
+
* Note that querying by contract key is not (yet) supported, as contract keys
|
|
7
|
+
* are not supported (yet) in multi-synchronizer scenarios.
|
|
8
|
+
*
|
|
9
|
+
* @generated from protobuf service com.daml.ledger.api.v2.EventQueryService
|
|
10
|
+
*/
|
|
11
|
+
export class EventQueryServiceClient {
|
|
12
|
+
_transport;
|
|
13
|
+
typeName = EventQueryService.typeName;
|
|
14
|
+
methods = EventQueryService.methods;
|
|
15
|
+
options = EventQueryService.options;
|
|
16
|
+
constructor(_transport) {
|
|
17
|
+
this._transport = _transport;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Get the create and the consuming exercise event for the contract with the provided ID.
|
|
21
|
+
* No events will be returned for contracts that have been pruned because they
|
|
22
|
+
* have already been archived before the latest pruning offset.
|
|
23
|
+
* If the contract cannot be found for the request, or all the contract-events are filtered, a CONTRACT_EVENTS_NOT_FOUND error will be raised.
|
|
24
|
+
*
|
|
25
|
+
* @generated from protobuf rpc: GetEventsByContractId
|
|
26
|
+
*/
|
|
27
|
+
getEventsByContractId(input, options) {
|
|
28
|
+
const method = this.methods[0], opt = this._transport.mergeOptions(options);
|
|
29
|
+
return stackIntercept('unary', this._transport, method, opt, input);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
import { ServiceType } from '@protobuf-ts/runtime-rpc';
|
|
2
|
+
import type { BinaryWriteOptions } from '@protobuf-ts/runtime';
|
|
3
|
+
import type { IBinaryWriter } from '@protobuf-ts/runtime';
|
|
4
|
+
import type { BinaryReadOptions } from '@protobuf-ts/runtime';
|
|
5
|
+
import type { IBinaryReader } from '@protobuf-ts/runtime';
|
|
6
|
+
import type { PartialMessage } from '@protobuf-ts/runtime';
|
|
7
|
+
import { MessageType } from '@protobuf-ts/runtime';
|
|
8
|
+
import { ArchivedEvent } from './event.js';
|
|
9
|
+
import { CreatedEvent } from './event.js';
|
|
10
|
+
import { EventFormat } from './transaction_filter.js';
|
|
11
|
+
/**
|
|
12
|
+
* @generated from protobuf message com.daml.ledger.api.v2.GetEventsByContractIdRequest
|
|
13
|
+
*/
|
|
14
|
+
export interface GetEventsByContractIdRequest {
|
|
15
|
+
/**
|
|
16
|
+
* The contract id being queried.
|
|
17
|
+
* Required
|
|
18
|
+
*
|
|
19
|
+
* @generated from protobuf field: string contract_id = 1
|
|
20
|
+
*/
|
|
21
|
+
contractId: string;
|
|
22
|
+
/**
|
|
23
|
+
* Provided for backwards compatibility, it will be removed in the Canton version 3.4.0.
|
|
24
|
+
* The parties whose events the client expects to see.
|
|
25
|
+
* The events associated with the contract id will only be returned if the requesting parties includes
|
|
26
|
+
* at least one party that is a stakeholder of the event. For a definition of stakeholders see
|
|
27
|
+
* https://docs.daml.com/concepts/ledger-model/ledger-privacy.html#contract-observers-and-stakeholders
|
|
28
|
+
* Optional, if some parties specified, event_format needs to be unset.
|
|
29
|
+
*
|
|
30
|
+
* @generated from protobuf field: repeated string requesting_parties = 2
|
|
31
|
+
*/
|
|
32
|
+
requestingParties: string[];
|
|
33
|
+
/**
|
|
34
|
+
* Format of the events in the result, the presentation will be of TRANSACTION_SHAPE_ACS_DELTA.
|
|
35
|
+
* Optional for backwards compatibility, defaults to an EventFormat where:
|
|
36
|
+
*
|
|
37
|
+
* - filters_by_party is a template-wildcard filter for all requesting_parties
|
|
38
|
+
* - filters_for_any_party is unset
|
|
39
|
+
* - verbose is set
|
|
40
|
+
*
|
|
41
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.EventFormat event_format = 3
|
|
42
|
+
*/
|
|
43
|
+
eventFormat?: EventFormat;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @generated from protobuf message com.daml.ledger.api.v2.GetEventsByContractIdResponse
|
|
47
|
+
*/
|
|
48
|
+
export interface GetEventsByContractIdResponse {
|
|
49
|
+
/**
|
|
50
|
+
* The create event for the contract with the ``contract_id`` given in the request
|
|
51
|
+
* provided it exists and has not yet been pruned.
|
|
52
|
+
* Optional
|
|
53
|
+
*
|
|
54
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.Created created = 1
|
|
55
|
+
*/
|
|
56
|
+
created?: Created;
|
|
57
|
+
/**
|
|
58
|
+
* The archive event for the contract with the ``contract_id`` given in the request
|
|
59
|
+
* provided such an archive event exists and it has not yet been pruned.
|
|
60
|
+
* Optional
|
|
61
|
+
*
|
|
62
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.Archived archived = 2
|
|
63
|
+
*/
|
|
64
|
+
archived?: Archived;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* @generated from protobuf message com.daml.ledger.api.v2.Created
|
|
68
|
+
*/
|
|
69
|
+
export interface Created {
|
|
70
|
+
/**
|
|
71
|
+
* Required
|
|
72
|
+
* The event as it appeared in the context of its original update (i.e. daml transaction or
|
|
73
|
+
* reassignment) on this participant node. You can use its offset and node_id to find the
|
|
74
|
+
* corresponding update and the node within it.
|
|
75
|
+
*
|
|
76
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.CreatedEvent created_event = 1
|
|
77
|
+
*/
|
|
78
|
+
createdEvent?: CreatedEvent;
|
|
79
|
+
/**
|
|
80
|
+
* The synchronizer which sequenced the creation of the contract
|
|
81
|
+
* Required
|
|
82
|
+
*
|
|
83
|
+
* @generated from protobuf field: string synchronizer_id = 2
|
|
84
|
+
*/
|
|
85
|
+
synchronizerId: string;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* @generated from protobuf message com.daml.ledger.api.v2.Archived
|
|
89
|
+
*/
|
|
90
|
+
export interface Archived {
|
|
91
|
+
/**
|
|
92
|
+
* Required
|
|
93
|
+
*
|
|
94
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.ArchivedEvent archived_event = 1
|
|
95
|
+
*/
|
|
96
|
+
archivedEvent?: ArchivedEvent;
|
|
97
|
+
/**
|
|
98
|
+
* Required
|
|
99
|
+
* The synchronizer which sequenced the archival of the contract
|
|
100
|
+
*
|
|
101
|
+
* @generated from protobuf field: string synchronizer_id = 2
|
|
102
|
+
*/
|
|
103
|
+
synchronizerId: string;
|
|
104
|
+
}
|
|
105
|
+
declare class GetEventsByContractIdRequest$Type extends MessageType<GetEventsByContractIdRequest> {
|
|
106
|
+
constructor();
|
|
107
|
+
create(value?: PartialMessage<GetEventsByContractIdRequest>): GetEventsByContractIdRequest;
|
|
108
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GetEventsByContractIdRequest): GetEventsByContractIdRequest;
|
|
109
|
+
internalBinaryWrite(message: GetEventsByContractIdRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.GetEventsByContractIdRequest
|
|
113
|
+
*/
|
|
114
|
+
export declare const GetEventsByContractIdRequest: GetEventsByContractIdRequest$Type;
|
|
115
|
+
declare class GetEventsByContractIdResponse$Type extends MessageType<GetEventsByContractIdResponse> {
|
|
116
|
+
constructor();
|
|
117
|
+
create(value?: PartialMessage<GetEventsByContractIdResponse>): GetEventsByContractIdResponse;
|
|
118
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GetEventsByContractIdResponse): GetEventsByContractIdResponse;
|
|
119
|
+
internalBinaryWrite(message: GetEventsByContractIdResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.GetEventsByContractIdResponse
|
|
123
|
+
*/
|
|
124
|
+
export declare const GetEventsByContractIdResponse: GetEventsByContractIdResponse$Type;
|
|
125
|
+
declare class Created$Type extends MessageType<Created> {
|
|
126
|
+
constructor();
|
|
127
|
+
create(value?: PartialMessage<Created>): Created;
|
|
128
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Created): Created;
|
|
129
|
+
internalBinaryWrite(message: Created, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.Created
|
|
133
|
+
*/
|
|
134
|
+
export declare const Created: Created$Type;
|
|
135
|
+
declare class Archived$Type extends MessageType<Archived> {
|
|
136
|
+
constructor();
|
|
137
|
+
create(value?: PartialMessage<Archived>): Archived;
|
|
138
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Archived): Archived;
|
|
139
|
+
internalBinaryWrite(message: Archived, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.Archived
|
|
143
|
+
*/
|
|
144
|
+
export declare const Archived: Archived$Type;
|
|
145
|
+
/**
|
|
146
|
+
* @generated ServiceType for protobuf service com.daml.ledger.api.v2.EventQueryService
|
|
147
|
+
*/
|
|
148
|
+
export declare const EventQueryService: ServiceType;
|
|
149
|
+
export {};
|
|
150
|
+
//# sourceMappingURL=event_query_service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event_query_service.d.ts","sourceRoot":"","sources":["../../../../../../../src/_proto/com/daml/ledger/api/v2/event_query_service.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AACtD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEzD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAC7D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAE1D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AACrD;;GAEG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;;OAKG;IACH,UAAU,EAAE,MAAM,CAAA;IAClB;;;;;;;;;OASG;IACH,iBAAiB,EAAE,MAAM,EAAE,CAAA;IAC3B;;;;;;;;;OASG;IACH,WAAW,CAAC,EAAE,WAAW,CAAA;CAC5B;AACD;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAA;CACtB;AACD;;GAEG;AACH,MAAM,WAAW,OAAO;IACpB;;;;;;;OAOG;IACH,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B;;;;;OAKG;IACH,cAAc,EAAE,MAAM,CAAA;CACzB;AACD;;GAEG;AACH,MAAM,WAAW,QAAQ;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,aAAa,CAAA;IAC7B;;;;;OAKG;IACH,cAAc,EAAE,MAAM,CAAA;CACzB;AAED,cAAM,iCAAkC,SAAQ,WAAW,CAAC,4BAA4B,CAAC;;IAwBrF,MAAM,CACF,KAAK,CAAC,EAAE,cAAc,CAAC,4BAA4B,CAAC,GACrD,4BAA4B;IAY/B,kBAAkB,CACd,MAAM,EAAE,aAAa,EACrB,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,iBAAiB,EAC1B,MAAM,CAAC,EAAE,4BAA4B,GACtC,4BAA4B;IAuC/B,mBAAmB,CACf,OAAO,EAAE,4BAA4B,EACrC,MAAM,EAAE,aAAa,EACrB,OAAO,EAAE,kBAAkB,GAC5B,aAAa;CAyBnB;AACD;;GAEG;AACH,eAAO,MAAM,4BAA4B,mCACE,CAAA;AAE3C,cAAM,kCAAmC,SAAQ,WAAW,CAAC,6BAA6B,CAAC;;IAOvF,MAAM,CACF,KAAK,CAAC,EAAE,cAAc,CAAC,6BAA6B,CAAC,GACtD,6BAA6B;IAUhC,kBAAkB,CACd,MAAM,EAAE,aAAa,EACrB,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,iBAAiB,EAC1B,MAAM,CAAC,EAAE,6BAA6B,GACvC,6BAA6B;IAyChC,mBAAmB,CACf,OAAO,EAAE,6BAA6B,EACtC,MAAM,EAAE,aAAa,EACrB,OAAO,EAAE,kBAAkB,GAC5B,aAAa;CAwBnB;AACD;;GAEG;AACH,eAAO,MAAM,6BAA6B,oCACE,CAAA;AAE5C,cAAM,YAAa,SAAQ,WAAW,CAAC,OAAO,CAAC;;IAiB3C,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,GAAG,OAAO;IAOhD,kBAAkB,CACd,MAAM,EAAE,aAAa,EACrB,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,iBAAiB,EAC1B,MAAM,CAAC,EAAE,OAAO,GACjB,OAAO;IAoCV,mBAAmB,CACf,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,aAAa,EACrB,OAAO,EAAE,kBAAkB,GAC5B,aAAa;CAsBnB;AACD;;GAEG;AACH,eAAO,MAAM,OAAO,cAAqB,CAAA;AAEzC,cAAM,aAAc,SAAQ,WAAW,CAAC,QAAQ,CAAC;;IAiB7C,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,QAAQ;IAOlD,kBAAkB,CACd,MAAM,EAAE,aAAa,EACrB,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,iBAAiB,EAC1B,MAAM,CAAC,EAAE,QAAQ,GAClB,QAAQ;IAoCX,mBAAmB,CACf,OAAO,EAAE,QAAQ,EACjB,MAAM,EAAE,aAAa,EACrB,OAAO,EAAE,kBAAkB,GAC5B,aAAa;CAsBnB;AACD;;GAEG;AACH,eAAO,MAAM,QAAQ,eAAsB,CAAA;AAC3C;;GAEG;AACH,eAAO,MAAM,iBAAiB,aAU7B,CAAA"}
|
|
@@ -0,0 +1,291 @@
|
|
|
1
|
+
// @generated by protobuf-ts 2.11.1 with parameter generate_dependencies
|
|
2
|
+
// @generated from protobuf file "com/daml/ledger/api/v2/event_query_service.proto" (package "com.daml.ledger.api.v2", syntax proto3)
|
|
3
|
+
// tslint:disable
|
|
4
|
+
//
|
|
5
|
+
// Copyright (c) 2025 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
6
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
7
|
+
//
|
|
8
|
+
import { ServiceType } from '@protobuf-ts/runtime-rpc';
|
|
9
|
+
import { WireType } from '@protobuf-ts/runtime';
|
|
10
|
+
import { UnknownFieldHandler } from '@protobuf-ts/runtime';
|
|
11
|
+
import { reflectionMergePartial } from '@protobuf-ts/runtime';
|
|
12
|
+
import { MessageType } from '@protobuf-ts/runtime';
|
|
13
|
+
import { ArchivedEvent } from './event.js';
|
|
14
|
+
import { CreatedEvent } from './event.js';
|
|
15
|
+
import { EventFormat } from './transaction_filter.js';
|
|
16
|
+
// @generated message type with reflection information, may provide speed optimized methods
|
|
17
|
+
class GetEventsByContractIdRequest$Type extends MessageType {
|
|
18
|
+
constructor() {
|
|
19
|
+
super('com.daml.ledger.api.v2.GetEventsByContractIdRequest', [
|
|
20
|
+
{
|
|
21
|
+
no: 1,
|
|
22
|
+
name: 'contract_id',
|
|
23
|
+
kind: 'scalar',
|
|
24
|
+
T: 9 /*ScalarType.STRING*/,
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
no: 2,
|
|
28
|
+
name: 'requesting_parties',
|
|
29
|
+
kind: 'scalar',
|
|
30
|
+
repeat: 2 /*RepeatType.UNPACKED*/,
|
|
31
|
+
T: 9 /*ScalarType.STRING*/,
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
no: 3,
|
|
35
|
+
name: 'event_format',
|
|
36
|
+
kind: 'message',
|
|
37
|
+
T: () => EventFormat,
|
|
38
|
+
},
|
|
39
|
+
]);
|
|
40
|
+
}
|
|
41
|
+
create(value) {
|
|
42
|
+
const message = globalThis.Object.create(this.messagePrototype);
|
|
43
|
+
message.contractId = '';
|
|
44
|
+
message.requestingParties = [];
|
|
45
|
+
if (value !== undefined)
|
|
46
|
+
reflectionMergePartial(this, message, value);
|
|
47
|
+
return message;
|
|
48
|
+
}
|
|
49
|
+
internalBinaryRead(reader, length, options, target) {
|
|
50
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
51
|
+
while (reader.pos < end) {
|
|
52
|
+
let [fieldNo, wireType] = reader.tag();
|
|
53
|
+
switch (fieldNo) {
|
|
54
|
+
case /* string contract_id */ 1:
|
|
55
|
+
message.contractId = reader.string();
|
|
56
|
+
break;
|
|
57
|
+
case /* repeated string requesting_parties */ 2:
|
|
58
|
+
message.requestingParties.push(reader.string());
|
|
59
|
+
break;
|
|
60
|
+
case /* com.daml.ledger.api.v2.EventFormat event_format */ 3:
|
|
61
|
+
message.eventFormat = EventFormat.internalBinaryRead(reader, reader.uint32(), options, message.eventFormat);
|
|
62
|
+
break;
|
|
63
|
+
default:
|
|
64
|
+
let u = options.readUnknownField;
|
|
65
|
+
if (u === 'throw')
|
|
66
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
67
|
+
let d = reader.skip(wireType);
|
|
68
|
+
if (u !== false)
|
|
69
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
return message;
|
|
73
|
+
}
|
|
74
|
+
internalBinaryWrite(message, writer, options) {
|
|
75
|
+
/* string contract_id = 1; */
|
|
76
|
+
if (message.contractId !== '')
|
|
77
|
+
writer.tag(1, WireType.LengthDelimited).string(message.contractId);
|
|
78
|
+
/* repeated string requesting_parties = 2; */
|
|
79
|
+
for (let i = 0; i < message.requestingParties.length; i++)
|
|
80
|
+
writer
|
|
81
|
+
.tag(2, WireType.LengthDelimited)
|
|
82
|
+
.string(message.requestingParties[i]);
|
|
83
|
+
/* com.daml.ledger.api.v2.EventFormat event_format = 3; */
|
|
84
|
+
if (message.eventFormat)
|
|
85
|
+
EventFormat.internalBinaryWrite(message.eventFormat, writer.tag(3, WireType.LengthDelimited).fork(), options).join();
|
|
86
|
+
let u = options.writeUnknownFields;
|
|
87
|
+
if (u !== false)
|
|
88
|
+
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
|
89
|
+
return writer;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.GetEventsByContractIdRequest
|
|
94
|
+
*/
|
|
95
|
+
export const GetEventsByContractIdRequest = new GetEventsByContractIdRequest$Type();
|
|
96
|
+
// @generated message type with reflection information, may provide speed optimized methods
|
|
97
|
+
class GetEventsByContractIdResponse$Type extends MessageType {
|
|
98
|
+
constructor() {
|
|
99
|
+
super('com.daml.ledger.api.v2.GetEventsByContractIdResponse', [
|
|
100
|
+
{ no: 1, name: 'created', kind: 'message', T: () => Created },
|
|
101
|
+
{ no: 2, name: 'archived', kind: 'message', T: () => Archived },
|
|
102
|
+
]);
|
|
103
|
+
}
|
|
104
|
+
create(value) {
|
|
105
|
+
const message = globalThis.Object.create(this.messagePrototype);
|
|
106
|
+
if (value !== undefined)
|
|
107
|
+
reflectionMergePartial(this, message, value);
|
|
108
|
+
return message;
|
|
109
|
+
}
|
|
110
|
+
internalBinaryRead(reader, length, options, target) {
|
|
111
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
112
|
+
while (reader.pos < end) {
|
|
113
|
+
let [fieldNo, wireType] = reader.tag();
|
|
114
|
+
switch (fieldNo) {
|
|
115
|
+
case /* com.daml.ledger.api.v2.Created created */ 1:
|
|
116
|
+
message.created = Created.internalBinaryRead(reader, reader.uint32(), options, message.created);
|
|
117
|
+
break;
|
|
118
|
+
case /* com.daml.ledger.api.v2.Archived archived */ 2:
|
|
119
|
+
message.archived = Archived.internalBinaryRead(reader, reader.uint32(), options, message.archived);
|
|
120
|
+
break;
|
|
121
|
+
default:
|
|
122
|
+
let u = options.readUnknownField;
|
|
123
|
+
if (u === 'throw')
|
|
124
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
125
|
+
let d = reader.skip(wireType);
|
|
126
|
+
if (u !== false)
|
|
127
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
return message;
|
|
131
|
+
}
|
|
132
|
+
internalBinaryWrite(message, writer, options) {
|
|
133
|
+
/* com.daml.ledger.api.v2.Created created = 1; */
|
|
134
|
+
if (message.created)
|
|
135
|
+
Created.internalBinaryWrite(message.created, writer.tag(1, WireType.LengthDelimited).fork(), options).join();
|
|
136
|
+
/* com.daml.ledger.api.v2.Archived archived = 2; */
|
|
137
|
+
if (message.archived)
|
|
138
|
+
Archived.internalBinaryWrite(message.archived, writer.tag(2, WireType.LengthDelimited).fork(), options).join();
|
|
139
|
+
let u = options.writeUnknownFields;
|
|
140
|
+
if (u !== false)
|
|
141
|
+
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
|
142
|
+
return writer;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.GetEventsByContractIdResponse
|
|
147
|
+
*/
|
|
148
|
+
export const GetEventsByContractIdResponse = new GetEventsByContractIdResponse$Type();
|
|
149
|
+
// @generated message type with reflection information, may provide speed optimized methods
|
|
150
|
+
class Created$Type extends MessageType {
|
|
151
|
+
constructor() {
|
|
152
|
+
super('com.daml.ledger.api.v2.Created', [
|
|
153
|
+
{
|
|
154
|
+
no: 1,
|
|
155
|
+
name: 'created_event',
|
|
156
|
+
kind: 'message',
|
|
157
|
+
T: () => CreatedEvent,
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
no: 2,
|
|
161
|
+
name: 'synchronizer_id',
|
|
162
|
+
kind: 'scalar',
|
|
163
|
+
T: 9 /*ScalarType.STRING*/,
|
|
164
|
+
},
|
|
165
|
+
]);
|
|
166
|
+
}
|
|
167
|
+
create(value) {
|
|
168
|
+
const message = globalThis.Object.create(this.messagePrototype);
|
|
169
|
+
message.synchronizerId = '';
|
|
170
|
+
if (value !== undefined)
|
|
171
|
+
reflectionMergePartial(this, message, value);
|
|
172
|
+
return message;
|
|
173
|
+
}
|
|
174
|
+
internalBinaryRead(reader, length, options, target) {
|
|
175
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
176
|
+
while (reader.pos < end) {
|
|
177
|
+
let [fieldNo, wireType] = reader.tag();
|
|
178
|
+
switch (fieldNo) {
|
|
179
|
+
case /* com.daml.ledger.api.v2.CreatedEvent created_event */ 1:
|
|
180
|
+
message.createdEvent = CreatedEvent.internalBinaryRead(reader, reader.uint32(), options, message.createdEvent);
|
|
181
|
+
break;
|
|
182
|
+
case /* string synchronizer_id */ 2:
|
|
183
|
+
message.synchronizerId = reader.string();
|
|
184
|
+
break;
|
|
185
|
+
default:
|
|
186
|
+
let u = options.readUnknownField;
|
|
187
|
+
if (u === 'throw')
|
|
188
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
189
|
+
let d = reader.skip(wireType);
|
|
190
|
+
if (u !== false)
|
|
191
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
return message;
|
|
195
|
+
}
|
|
196
|
+
internalBinaryWrite(message, writer, options) {
|
|
197
|
+
/* com.daml.ledger.api.v2.CreatedEvent created_event = 1; */
|
|
198
|
+
if (message.createdEvent)
|
|
199
|
+
CreatedEvent.internalBinaryWrite(message.createdEvent, writer.tag(1, WireType.LengthDelimited).fork(), options).join();
|
|
200
|
+
/* string synchronizer_id = 2; */
|
|
201
|
+
if (message.synchronizerId !== '')
|
|
202
|
+
writer
|
|
203
|
+
.tag(2, WireType.LengthDelimited)
|
|
204
|
+
.string(message.synchronizerId);
|
|
205
|
+
let u = options.writeUnknownFields;
|
|
206
|
+
if (u !== false)
|
|
207
|
+
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
|
208
|
+
return writer;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.Created
|
|
213
|
+
*/
|
|
214
|
+
export const Created = new Created$Type();
|
|
215
|
+
// @generated message type with reflection information, may provide speed optimized methods
|
|
216
|
+
class Archived$Type extends MessageType {
|
|
217
|
+
constructor() {
|
|
218
|
+
super('com.daml.ledger.api.v2.Archived', [
|
|
219
|
+
{
|
|
220
|
+
no: 1,
|
|
221
|
+
name: 'archived_event',
|
|
222
|
+
kind: 'message',
|
|
223
|
+
T: () => ArchivedEvent,
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
no: 2,
|
|
227
|
+
name: 'synchronizer_id',
|
|
228
|
+
kind: 'scalar',
|
|
229
|
+
T: 9 /*ScalarType.STRING*/,
|
|
230
|
+
},
|
|
231
|
+
]);
|
|
232
|
+
}
|
|
233
|
+
create(value) {
|
|
234
|
+
const message = globalThis.Object.create(this.messagePrototype);
|
|
235
|
+
message.synchronizerId = '';
|
|
236
|
+
if (value !== undefined)
|
|
237
|
+
reflectionMergePartial(this, message, value);
|
|
238
|
+
return message;
|
|
239
|
+
}
|
|
240
|
+
internalBinaryRead(reader, length, options, target) {
|
|
241
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
242
|
+
while (reader.pos < end) {
|
|
243
|
+
let [fieldNo, wireType] = reader.tag();
|
|
244
|
+
switch (fieldNo) {
|
|
245
|
+
case /* com.daml.ledger.api.v2.ArchivedEvent archived_event */ 1:
|
|
246
|
+
message.archivedEvent = ArchivedEvent.internalBinaryRead(reader, reader.uint32(), options, message.archivedEvent);
|
|
247
|
+
break;
|
|
248
|
+
case /* string synchronizer_id */ 2:
|
|
249
|
+
message.synchronizerId = reader.string();
|
|
250
|
+
break;
|
|
251
|
+
default:
|
|
252
|
+
let u = options.readUnknownField;
|
|
253
|
+
if (u === 'throw')
|
|
254
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
255
|
+
let d = reader.skip(wireType);
|
|
256
|
+
if (u !== false)
|
|
257
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
return message;
|
|
261
|
+
}
|
|
262
|
+
internalBinaryWrite(message, writer, options) {
|
|
263
|
+
/* com.daml.ledger.api.v2.ArchivedEvent archived_event = 1; */
|
|
264
|
+
if (message.archivedEvent)
|
|
265
|
+
ArchivedEvent.internalBinaryWrite(message.archivedEvent, writer.tag(1, WireType.LengthDelimited).fork(), options).join();
|
|
266
|
+
/* string synchronizer_id = 2; */
|
|
267
|
+
if (message.synchronizerId !== '')
|
|
268
|
+
writer
|
|
269
|
+
.tag(2, WireType.LengthDelimited)
|
|
270
|
+
.string(message.synchronizerId);
|
|
271
|
+
let u = options.writeUnknownFields;
|
|
272
|
+
if (u !== false)
|
|
273
|
+
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
|
274
|
+
return writer;
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
/**
|
|
278
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.Archived
|
|
279
|
+
*/
|
|
280
|
+
export const Archived = new Archived$Type();
|
|
281
|
+
/**
|
|
282
|
+
* @generated ServiceType for protobuf service com.daml.ledger.api.v2.EventQueryService
|
|
283
|
+
*/
|
|
284
|
+
export const EventQueryService = new ServiceType('com.daml.ledger.api.v2.EventQueryService', [
|
|
285
|
+
{
|
|
286
|
+
name: 'GetEventsByContractId',
|
|
287
|
+
options: {},
|
|
288
|
+
I: GetEventsByContractIdRequest,
|
|
289
|
+
O: GetEventsByContractIdResponse,
|
|
290
|
+
},
|
|
291
|
+
]);
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import type { BinaryWriteOptions } from '@protobuf-ts/runtime';
|
|
2
|
+
import type { IBinaryWriter } from '@protobuf-ts/runtime';
|
|
3
|
+
import type { BinaryReadOptions } from '@protobuf-ts/runtime';
|
|
4
|
+
import type { IBinaryReader } from '@protobuf-ts/runtime';
|
|
5
|
+
import type { PartialMessage } from '@protobuf-ts/runtime';
|
|
6
|
+
import { MessageType } from '@protobuf-ts/runtime';
|
|
7
|
+
/**
|
|
8
|
+
* See the feature message definitions for descriptions.
|
|
9
|
+
*
|
|
10
|
+
* @generated from protobuf message com.daml.ledger.api.v2.ExperimentalFeatures
|
|
11
|
+
*/
|
|
12
|
+
export interface ExperimentalFeatures {
|
|
13
|
+
/**
|
|
14
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.ExperimentalStaticTime static_time = 1
|
|
15
|
+
*/
|
|
16
|
+
staticTime?: ExperimentalStaticTime;
|
|
17
|
+
/**
|
|
18
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.ExperimentalCommandInspectionService command_inspection_service = 2
|
|
19
|
+
*/
|
|
20
|
+
commandInspectionService?: ExperimentalCommandInspectionService;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Ledger is in the static time mode and exposes a time service.
|
|
24
|
+
*
|
|
25
|
+
* @generated from protobuf message com.daml.ledger.api.v2.ExperimentalStaticTime
|
|
26
|
+
*/
|
|
27
|
+
export interface ExperimentalStaticTime {
|
|
28
|
+
/**
|
|
29
|
+
* @generated from protobuf field: bool supported = 1
|
|
30
|
+
*/
|
|
31
|
+
supported: boolean;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Whether the Ledger API supports command inspection service
|
|
35
|
+
*
|
|
36
|
+
* @generated from protobuf message com.daml.ledger.api.v2.ExperimentalCommandInspectionService
|
|
37
|
+
*/
|
|
38
|
+
export interface ExperimentalCommandInspectionService {
|
|
39
|
+
/**
|
|
40
|
+
* @generated from protobuf field: bool supported = 1
|
|
41
|
+
*/
|
|
42
|
+
supported: boolean;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Whether the Ledger API supports party events
|
|
46
|
+
*
|
|
47
|
+
* @generated from protobuf message com.daml.ledger.api.v2.ExperimentalPartyTopologyEvents
|
|
48
|
+
*/
|
|
49
|
+
export interface ExperimentalPartyTopologyEvents {
|
|
50
|
+
/**
|
|
51
|
+
* @generated from protobuf field: bool supported = 1
|
|
52
|
+
*/
|
|
53
|
+
supported: boolean;
|
|
54
|
+
}
|
|
55
|
+
declare class ExperimentalFeatures$Type extends MessageType<ExperimentalFeatures> {
|
|
56
|
+
constructor();
|
|
57
|
+
create(value?: PartialMessage<ExperimentalFeatures>): ExperimentalFeatures;
|
|
58
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ExperimentalFeatures): ExperimentalFeatures;
|
|
59
|
+
internalBinaryWrite(message: ExperimentalFeatures, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.ExperimentalFeatures
|
|
63
|
+
*/
|
|
64
|
+
export declare const ExperimentalFeatures: ExperimentalFeatures$Type;
|
|
65
|
+
declare class ExperimentalStaticTime$Type extends MessageType<ExperimentalStaticTime> {
|
|
66
|
+
constructor();
|
|
67
|
+
create(value?: PartialMessage<ExperimentalStaticTime>): ExperimentalStaticTime;
|
|
68
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ExperimentalStaticTime): ExperimentalStaticTime;
|
|
69
|
+
internalBinaryWrite(message: ExperimentalStaticTime, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.ExperimentalStaticTime
|
|
73
|
+
*/
|
|
74
|
+
export declare const ExperimentalStaticTime: ExperimentalStaticTime$Type;
|
|
75
|
+
declare class ExperimentalCommandInspectionService$Type extends MessageType<ExperimentalCommandInspectionService> {
|
|
76
|
+
constructor();
|
|
77
|
+
create(value?: PartialMessage<ExperimentalCommandInspectionService>): ExperimentalCommandInspectionService;
|
|
78
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ExperimentalCommandInspectionService): ExperimentalCommandInspectionService;
|
|
79
|
+
internalBinaryWrite(message: ExperimentalCommandInspectionService, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.ExperimentalCommandInspectionService
|
|
83
|
+
*/
|
|
84
|
+
export declare const ExperimentalCommandInspectionService: ExperimentalCommandInspectionService$Type;
|
|
85
|
+
declare class ExperimentalPartyTopologyEvents$Type extends MessageType<ExperimentalPartyTopologyEvents> {
|
|
86
|
+
constructor();
|
|
87
|
+
create(value?: PartialMessage<ExperimentalPartyTopologyEvents>): ExperimentalPartyTopologyEvents;
|
|
88
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ExperimentalPartyTopologyEvents): ExperimentalPartyTopologyEvents;
|
|
89
|
+
internalBinaryWrite(message: ExperimentalPartyTopologyEvents, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.ExperimentalPartyTopologyEvents
|
|
93
|
+
*/
|
|
94
|
+
export declare const ExperimentalPartyTopologyEvents: ExperimentalPartyTopologyEvents$Type;
|
|
95
|
+
export {};
|
|
96
|
+
//# sourceMappingURL=experimental_features.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"experimental_features.d.ts","sourceRoot":"","sources":["../../../../../../../src/_proto/com/daml/ledger/api/v2/experimental_features.ts"],"names":[],"mappings":"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"}
|