@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,491 @@
|
|
|
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
|
+
import { Timestamp } from '../../../../../google/protobuf/timestamp.js';
|
|
8
|
+
import { Duration } from '../../../../../google/protobuf/duration.js';
|
|
9
|
+
import { Value } from './value.js';
|
|
10
|
+
import { Record } from './value.js';
|
|
11
|
+
import { Identifier } from './value.js';
|
|
12
|
+
/**
|
|
13
|
+
* A command can either create a new contract or exercise a choice on an existing contract.
|
|
14
|
+
*
|
|
15
|
+
* @generated from protobuf message com.daml.ledger.api.v2.Command
|
|
16
|
+
*/
|
|
17
|
+
export interface Command {
|
|
18
|
+
/**
|
|
19
|
+
* @generated from protobuf oneof: command
|
|
20
|
+
*/
|
|
21
|
+
command: {
|
|
22
|
+
oneofKind: 'create';
|
|
23
|
+
/**
|
|
24
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.CreateCommand create = 1
|
|
25
|
+
*/
|
|
26
|
+
create: CreateCommand;
|
|
27
|
+
} | {
|
|
28
|
+
oneofKind: 'exercise';
|
|
29
|
+
/**
|
|
30
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.ExerciseCommand exercise = 2
|
|
31
|
+
*/
|
|
32
|
+
exercise: ExerciseCommand;
|
|
33
|
+
} | {
|
|
34
|
+
oneofKind: 'exerciseByKey';
|
|
35
|
+
/**
|
|
36
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.ExerciseByKeyCommand exercise_by_key = 4
|
|
37
|
+
*/
|
|
38
|
+
exerciseByKey: ExerciseByKeyCommand;
|
|
39
|
+
} | {
|
|
40
|
+
oneofKind: 'createAndExercise';
|
|
41
|
+
/**
|
|
42
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.CreateAndExerciseCommand create_and_exercise = 3
|
|
43
|
+
*/
|
|
44
|
+
createAndExercise: CreateAndExerciseCommand;
|
|
45
|
+
} | {
|
|
46
|
+
oneofKind: undefined;
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Create a new contract instance based on a template.
|
|
51
|
+
*
|
|
52
|
+
* @generated from protobuf message com.daml.ledger.api.v2.CreateCommand
|
|
53
|
+
*/
|
|
54
|
+
export interface CreateCommand {
|
|
55
|
+
/**
|
|
56
|
+
* The template of contract the client wants to create.
|
|
57
|
+
* Both package-name and package-id reference identifier formats for the template-id are supported.
|
|
58
|
+
* Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4.
|
|
59
|
+
*
|
|
60
|
+
* Required
|
|
61
|
+
*
|
|
62
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.Identifier template_id = 1
|
|
63
|
+
*/
|
|
64
|
+
templateId?: Identifier;
|
|
65
|
+
/**
|
|
66
|
+
* The arguments required for creating a contract from this template.
|
|
67
|
+
* Required
|
|
68
|
+
*
|
|
69
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.Record create_arguments = 2
|
|
70
|
+
*/
|
|
71
|
+
createArguments?: Record;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Exercise a choice on an existing contract.
|
|
75
|
+
*
|
|
76
|
+
* @generated from protobuf message com.daml.ledger.api.v2.ExerciseCommand
|
|
77
|
+
*/
|
|
78
|
+
export interface ExerciseCommand {
|
|
79
|
+
/**
|
|
80
|
+
* The template of contract the client wants to exercise.
|
|
81
|
+
* Both package-name and package-id reference identifier formats for the template-id are supported.
|
|
82
|
+
* Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4.
|
|
83
|
+
*
|
|
84
|
+
* Required
|
|
85
|
+
*
|
|
86
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.Identifier template_id = 1
|
|
87
|
+
*/
|
|
88
|
+
templateId?: Identifier;
|
|
89
|
+
/**
|
|
90
|
+
* The ID of the contract the client wants to exercise upon.
|
|
91
|
+
* Must be a valid LedgerString (as described in ``value.proto``).
|
|
92
|
+
* Required
|
|
93
|
+
*
|
|
94
|
+
* @generated from protobuf field: string contract_id = 2
|
|
95
|
+
*/
|
|
96
|
+
contractId: string;
|
|
97
|
+
/**
|
|
98
|
+
* The name of the choice the client wants to exercise.
|
|
99
|
+
* Must be a valid NameString (as described in ``value.proto``)
|
|
100
|
+
* Required
|
|
101
|
+
*
|
|
102
|
+
* @generated from protobuf field: string choice = 3
|
|
103
|
+
*/
|
|
104
|
+
choice: string;
|
|
105
|
+
/**
|
|
106
|
+
* The argument for this choice.
|
|
107
|
+
* Required
|
|
108
|
+
*
|
|
109
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.Value choice_argument = 4
|
|
110
|
+
*/
|
|
111
|
+
choiceArgument?: Value;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Exercise a choice on an existing contract specified by its key.
|
|
115
|
+
*
|
|
116
|
+
* @generated from protobuf message com.daml.ledger.api.v2.ExerciseByKeyCommand
|
|
117
|
+
*/
|
|
118
|
+
export interface ExerciseByKeyCommand {
|
|
119
|
+
/**
|
|
120
|
+
* The template of contract the client wants to exercise.
|
|
121
|
+
* Both package-name and package-id reference identifier formats for the template-id are supported.
|
|
122
|
+
* Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4.
|
|
123
|
+
*
|
|
124
|
+
* Required
|
|
125
|
+
*
|
|
126
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.Identifier template_id = 1
|
|
127
|
+
*/
|
|
128
|
+
templateId?: Identifier;
|
|
129
|
+
/**
|
|
130
|
+
* The key of the contract the client wants to exercise upon.
|
|
131
|
+
* Required
|
|
132
|
+
*
|
|
133
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.Value contract_key = 2
|
|
134
|
+
*/
|
|
135
|
+
contractKey?: Value;
|
|
136
|
+
/**
|
|
137
|
+
* The name of the choice the client wants to exercise.
|
|
138
|
+
* Must be a valid NameString (as described in ``value.proto``)
|
|
139
|
+
* Required
|
|
140
|
+
*
|
|
141
|
+
* @generated from protobuf field: string choice = 3
|
|
142
|
+
*/
|
|
143
|
+
choice: string;
|
|
144
|
+
/**
|
|
145
|
+
* The argument for this choice.
|
|
146
|
+
* Required
|
|
147
|
+
*
|
|
148
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.Value choice_argument = 4
|
|
149
|
+
*/
|
|
150
|
+
choiceArgument?: Value;
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* Create a contract and exercise a choice on it in the same transaction.
|
|
154
|
+
*
|
|
155
|
+
* @generated from protobuf message com.daml.ledger.api.v2.CreateAndExerciseCommand
|
|
156
|
+
*/
|
|
157
|
+
export interface CreateAndExerciseCommand {
|
|
158
|
+
/**
|
|
159
|
+
* The template of the contract the client wants to create.
|
|
160
|
+
* Both package-name and package-id reference identifier formats for the template-id are supported.
|
|
161
|
+
* Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4.
|
|
162
|
+
*
|
|
163
|
+
* Required
|
|
164
|
+
*
|
|
165
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.Identifier template_id = 1
|
|
166
|
+
*/
|
|
167
|
+
templateId?: Identifier;
|
|
168
|
+
/**
|
|
169
|
+
* The arguments required for creating a contract from this template.
|
|
170
|
+
* Required
|
|
171
|
+
*
|
|
172
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.Record create_arguments = 2
|
|
173
|
+
*/
|
|
174
|
+
createArguments?: Record;
|
|
175
|
+
/**
|
|
176
|
+
* The name of the choice the client wants to exercise.
|
|
177
|
+
* Must be a valid NameString (as described in ``value.proto``).
|
|
178
|
+
* Required
|
|
179
|
+
*
|
|
180
|
+
* @generated from protobuf field: string choice = 3
|
|
181
|
+
*/
|
|
182
|
+
choice: string;
|
|
183
|
+
/**
|
|
184
|
+
* The argument for this choice.
|
|
185
|
+
* Required
|
|
186
|
+
*
|
|
187
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.Value choice_argument = 4
|
|
188
|
+
*/
|
|
189
|
+
choiceArgument?: Value;
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* An additional contract that is used to resolve
|
|
193
|
+
* contract & contract key lookups.
|
|
194
|
+
*
|
|
195
|
+
* @generated from protobuf message com.daml.ledger.api.v2.DisclosedContract
|
|
196
|
+
*/
|
|
197
|
+
export interface DisclosedContract {
|
|
198
|
+
/**
|
|
199
|
+
* The template id of the contract.
|
|
200
|
+
* The identifier uses the package-id reference format.
|
|
201
|
+
*
|
|
202
|
+
* Required
|
|
203
|
+
*
|
|
204
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.Identifier template_id = 1
|
|
205
|
+
*/
|
|
206
|
+
templateId?: Identifier;
|
|
207
|
+
/**
|
|
208
|
+
* The contract id
|
|
209
|
+
* Required
|
|
210
|
+
*
|
|
211
|
+
* @generated from protobuf field: string contract_id = 2
|
|
212
|
+
*/
|
|
213
|
+
contractId: string;
|
|
214
|
+
/**
|
|
215
|
+
* Opaque byte string containing the complete payload required by the Daml engine
|
|
216
|
+
* to reconstruct a contract not known to the receiving participant.
|
|
217
|
+
* Required
|
|
218
|
+
*
|
|
219
|
+
* @generated from protobuf field: bytes created_event_blob = 3
|
|
220
|
+
*/
|
|
221
|
+
createdEventBlob: Uint8Array;
|
|
222
|
+
/**
|
|
223
|
+
* The ID of the synchronizer where the contract is currently assigned
|
|
224
|
+
* Optional
|
|
225
|
+
*
|
|
226
|
+
* @generated from protobuf field: string synchronizer_id = 4
|
|
227
|
+
*/
|
|
228
|
+
synchronizerId: string;
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* A composite command that groups multiple commands together.
|
|
232
|
+
*
|
|
233
|
+
* @generated from protobuf message com.daml.ledger.api.v2.Commands
|
|
234
|
+
*/
|
|
235
|
+
export interface Commands {
|
|
236
|
+
/**
|
|
237
|
+
* Identifier of the on-ledger workflow that this command is a part of.
|
|
238
|
+
* Must be a valid LedgerString (as described in ``value.proto``).
|
|
239
|
+
* Optional
|
|
240
|
+
*
|
|
241
|
+
* @generated from protobuf field: string workflow_id = 1
|
|
242
|
+
*/
|
|
243
|
+
workflowId: string;
|
|
244
|
+
/**
|
|
245
|
+
* Uniquely identifies the participant user that issued the command.
|
|
246
|
+
* Must be a valid UserIdString (as described in ``value.proto``).
|
|
247
|
+
* Required unless authentication is used with a user token.
|
|
248
|
+
* In that case, the token's user-id will be used for the request's user_id.
|
|
249
|
+
*
|
|
250
|
+
* @generated from protobuf field: string user_id = 2
|
|
251
|
+
*/
|
|
252
|
+
userId: string;
|
|
253
|
+
/**
|
|
254
|
+
* Uniquely identifies the command.
|
|
255
|
+
* The triple (user_id, act_as, command_id) constitutes the change ID for the intended ledger change,
|
|
256
|
+
* where act_as is interpreted as a set of party names.
|
|
257
|
+
* The change ID can be used for matching the intended ledger changes with all their completions.
|
|
258
|
+
* Must be a valid LedgerString (as described in ``value.proto``).
|
|
259
|
+
* Required
|
|
260
|
+
*
|
|
261
|
+
* @generated from protobuf field: string command_id = 3
|
|
262
|
+
*/
|
|
263
|
+
commandId: string;
|
|
264
|
+
/**
|
|
265
|
+
* Individual elements of this atomic command. Must be non-empty.
|
|
266
|
+
* Required
|
|
267
|
+
*
|
|
268
|
+
* @generated from protobuf field: repeated com.daml.ledger.api.v2.Command commands = 4
|
|
269
|
+
*/
|
|
270
|
+
commands: Command[];
|
|
271
|
+
/**
|
|
272
|
+
* Specifies the deduplication period for the change ID.
|
|
273
|
+
* If omitted, the participant will assume the configured maximum deduplication time.
|
|
274
|
+
*
|
|
275
|
+
* @generated from protobuf oneof: deduplication_period
|
|
276
|
+
*/
|
|
277
|
+
deduplicationPeriod: {
|
|
278
|
+
oneofKind: 'deduplicationDuration';
|
|
279
|
+
/**
|
|
280
|
+
* Specifies the length of the deduplication period.
|
|
281
|
+
* It is interpreted relative to the local clock at some point during the submission's processing.
|
|
282
|
+
* Must be non-negative. Must not exceed the maximum deduplication time.
|
|
283
|
+
*
|
|
284
|
+
* @generated from protobuf field: google.protobuf.Duration deduplication_duration = 5
|
|
285
|
+
*/
|
|
286
|
+
deduplicationDuration: Duration;
|
|
287
|
+
} | {
|
|
288
|
+
oneofKind: 'deduplicationOffset';
|
|
289
|
+
/**
|
|
290
|
+
* Specifies the start of the deduplication period by a completion stream offset (exclusive).
|
|
291
|
+
* Must be a valid absolute offset (positive integer) or participant begin (zero).
|
|
292
|
+
*
|
|
293
|
+
* @generated from protobuf field: int64 deduplication_offset = 6
|
|
294
|
+
*/
|
|
295
|
+
deduplicationOffset: bigint;
|
|
296
|
+
} | {
|
|
297
|
+
oneofKind: undefined;
|
|
298
|
+
};
|
|
299
|
+
/**
|
|
300
|
+
* Lower bound for the ledger time assigned to the resulting transaction.
|
|
301
|
+
* Note: The ledger time of a transaction is assigned as part of command interpretation.
|
|
302
|
+
* Use this property if you expect that command interpretation will take a considerate amount of time, such that by
|
|
303
|
+
* the time the resulting transaction is sequenced, its assigned ledger time is not valid anymore.
|
|
304
|
+
* Must not be set at the same time as min_ledger_time_rel.
|
|
305
|
+
* Optional
|
|
306
|
+
*
|
|
307
|
+
* @generated from protobuf field: google.protobuf.Timestamp min_ledger_time_abs = 7
|
|
308
|
+
*/
|
|
309
|
+
minLedgerTimeAbs?: Timestamp;
|
|
310
|
+
/**
|
|
311
|
+
* Same as min_ledger_time_abs, but specified as a duration, starting from the time the command is received by the server.
|
|
312
|
+
* Must not be set at the same time as min_ledger_time_abs.
|
|
313
|
+
* Optional
|
|
314
|
+
*
|
|
315
|
+
* @generated from protobuf field: google.protobuf.Duration min_ledger_time_rel = 8
|
|
316
|
+
*/
|
|
317
|
+
minLedgerTimeRel?: Duration;
|
|
318
|
+
/**
|
|
319
|
+
* Set of parties on whose behalf the command should be executed.
|
|
320
|
+
* If ledger API authorization is enabled, then the authorization metadata must authorize the sender of the request
|
|
321
|
+
* to act on behalf of each of the given parties.
|
|
322
|
+
* Each element must be a valid PartyIdString (as described in ``value.proto``).
|
|
323
|
+
* Required, must be non-empty.
|
|
324
|
+
*
|
|
325
|
+
* @generated from protobuf field: repeated string act_as = 9
|
|
326
|
+
*/
|
|
327
|
+
actAs: string[];
|
|
328
|
+
/**
|
|
329
|
+
* Set of parties on whose behalf (in addition to all parties listed in ``act_as``) contracts can be retrieved.
|
|
330
|
+
* This affects Daml operations such as ``fetch``, ``fetchByKey``, ``lookupByKey``, ``exercise``, and ``exerciseByKey``.
|
|
331
|
+
* Note: A participant node of a Daml network can host multiple parties. Each contract present on the participant
|
|
332
|
+
* node is only visible to a subset of these parties. A command can only use contracts that are visible to at least
|
|
333
|
+
* one of the parties in ``act_as`` or ``read_as``. This visibility check is independent from the Daml authorization
|
|
334
|
+
* rules for fetch operations.
|
|
335
|
+
* If ledger API authorization is enabled, then the authorization metadata must authorize the sender of the request
|
|
336
|
+
* to read contract data on behalf of each of the given parties.
|
|
337
|
+
* Optional
|
|
338
|
+
*
|
|
339
|
+
* @generated from protobuf field: repeated string read_as = 10
|
|
340
|
+
*/
|
|
341
|
+
readAs: string[];
|
|
342
|
+
/**
|
|
343
|
+
* A unique identifier to distinguish completions for different submissions with the same change ID.
|
|
344
|
+
* Typically a random UUID. Applications are expected to use a different UUID for each retry of a submission
|
|
345
|
+
* with the same change ID.
|
|
346
|
+
* Must be a valid LedgerString (as described in ``value.proto``).
|
|
347
|
+
*
|
|
348
|
+
* If omitted, the participant or the committer may set a value of their choice.
|
|
349
|
+
* Optional
|
|
350
|
+
*
|
|
351
|
+
* @generated from protobuf field: string submission_id = 11
|
|
352
|
+
*/
|
|
353
|
+
submissionId: string;
|
|
354
|
+
/**
|
|
355
|
+
* Additional contracts used to resolve contract & contract key lookups.
|
|
356
|
+
* Optional
|
|
357
|
+
*
|
|
358
|
+
* @generated from protobuf field: repeated com.daml.ledger.api.v2.DisclosedContract disclosed_contracts = 12
|
|
359
|
+
*/
|
|
360
|
+
disclosedContracts: DisclosedContract[];
|
|
361
|
+
/**
|
|
362
|
+
* Must be a valid synchronizer id
|
|
363
|
+
* Optional
|
|
364
|
+
*
|
|
365
|
+
* @generated from protobuf field: string synchronizer_id = 13
|
|
366
|
+
*/
|
|
367
|
+
synchronizerId: string;
|
|
368
|
+
/**
|
|
369
|
+
* The package-id selection preference of the client for resolving
|
|
370
|
+
* package names and interface instances in command submission and interpretation
|
|
371
|
+
*
|
|
372
|
+
* @generated from protobuf field: repeated string package_id_selection_preference = 14
|
|
373
|
+
*/
|
|
374
|
+
packageIdSelectionPreference: string[];
|
|
375
|
+
/**
|
|
376
|
+
* Fetches the contract keys into the caches to speed up the command processing.
|
|
377
|
+
* Should only contain contract keys that are expected to be resolved during interpretation of the commands.
|
|
378
|
+
* Keys of disclosed contracts do not need prefetching.
|
|
379
|
+
*
|
|
380
|
+
* Optional
|
|
381
|
+
*
|
|
382
|
+
* @generated from protobuf field: repeated com.daml.ledger.api.v2.PrefetchContractKey prefetch_contract_keys = 15
|
|
383
|
+
*/
|
|
384
|
+
prefetchContractKeys: PrefetchContractKey[];
|
|
385
|
+
}
|
|
386
|
+
/**
|
|
387
|
+
* Preload contracts
|
|
388
|
+
*
|
|
389
|
+
* @generated from protobuf message com.daml.ledger.api.v2.PrefetchContractKey
|
|
390
|
+
*/
|
|
391
|
+
export interface PrefetchContractKey {
|
|
392
|
+
/**
|
|
393
|
+
* The template of contract the client wants to prefetch.
|
|
394
|
+
* Both package-name and package-id reference identifier formats for the template-id are supported.
|
|
395
|
+
* Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4.
|
|
396
|
+
*
|
|
397
|
+
* Required
|
|
398
|
+
*
|
|
399
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.Identifier template_id = 1
|
|
400
|
+
*/
|
|
401
|
+
templateId?: Identifier;
|
|
402
|
+
/**
|
|
403
|
+
* The key of the contract the client wants to prefetch.
|
|
404
|
+
* Required
|
|
405
|
+
*
|
|
406
|
+
* @generated from protobuf field: com.daml.ledger.api.v2.Value contract_key = 2
|
|
407
|
+
*/
|
|
408
|
+
contractKey?: Value;
|
|
409
|
+
}
|
|
410
|
+
declare class Command$Type extends MessageType<Command> {
|
|
411
|
+
constructor();
|
|
412
|
+
create(value?: PartialMessage<Command>): Command;
|
|
413
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Command): Command;
|
|
414
|
+
internalBinaryWrite(message: Command, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
415
|
+
}
|
|
416
|
+
/**
|
|
417
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.Command
|
|
418
|
+
*/
|
|
419
|
+
export declare const Command: Command$Type;
|
|
420
|
+
declare class CreateCommand$Type extends MessageType<CreateCommand> {
|
|
421
|
+
constructor();
|
|
422
|
+
create(value?: PartialMessage<CreateCommand>): CreateCommand;
|
|
423
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CreateCommand): CreateCommand;
|
|
424
|
+
internalBinaryWrite(message: CreateCommand, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
425
|
+
}
|
|
426
|
+
/**
|
|
427
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.CreateCommand
|
|
428
|
+
*/
|
|
429
|
+
export declare const CreateCommand: CreateCommand$Type;
|
|
430
|
+
declare class ExerciseCommand$Type extends MessageType<ExerciseCommand> {
|
|
431
|
+
constructor();
|
|
432
|
+
create(value?: PartialMessage<ExerciseCommand>): ExerciseCommand;
|
|
433
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ExerciseCommand): ExerciseCommand;
|
|
434
|
+
internalBinaryWrite(message: ExerciseCommand, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
435
|
+
}
|
|
436
|
+
/**
|
|
437
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.ExerciseCommand
|
|
438
|
+
*/
|
|
439
|
+
export declare const ExerciseCommand: ExerciseCommand$Type;
|
|
440
|
+
declare class ExerciseByKeyCommand$Type extends MessageType<ExerciseByKeyCommand> {
|
|
441
|
+
constructor();
|
|
442
|
+
create(value?: PartialMessage<ExerciseByKeyCommand>): ExerciseByKeyCommand;
|
|
443
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ExerciseByKeyCommand): ExerciseByKeyCommand;
|
|
444
|
+
internalBinaryWrite(message: ExerciseByKeyCommand, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
445
|
+
}
|
|
446
|
+
/**
|
|
447
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.ExerciseByKeyCommand
|
|
448
|
+
*/
|
|
449
|
+
export declare const ExerciseByKeyCommand: ExerciseByKeyCommand$Type;
|
|
450
|
+
declare class CreateAndExerciseCommand$Type extends MessageType<CreateAndExerciseCommand> {
|
|
451
|
+
constructor();
|
|
452
|
+
create(value?: PartialMessage<CreateAndExerciseCommand>): CreateAndExerciseCommand;
|
|
453
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CreateAndExerciseCommand): CreateAndExerciseCommand;
|
|
454
|
+
internalBinaryWrite(message: CreateAndExerciseCommand, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
455
|
+
}
|
|
456
|
+
/**
|
|
457
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.CreateAndExerciseCommand
|
|
458
|
+
*/
|
|
459
|
+
export declare const CreateAndExerciseCommand: CreateAndExerciseCommand$Type;
|
|
460
|
+
declare class DisclosedContract$Type extends MessageType<DisclosedContract> {
|
|
461
|
+
constructor();
|
|
462
|
+
create(value?: PartialMessage<DisclosedContract>): DisclosedContract;
|
|
463
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DisclosedContract): DisclosedContract;
|
|
464
|
+
internalBinaryWrite(message: DisclosedContract, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
465
|
+
}
|
|
466
|
+
/**
|
|
467
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.DisclosedContract
|
|
468
|
+
*/
|
|
469
|
+
export declare const DisclosedContract: DisclosedContract$Type;
|
|
470
|
+
declare class Commands$Type extends MessageType<Commands> {
|
|
471
|
+
constructor();
|
|
472
|
+
create(value?: PartialMessage<Commands>): Commands;
|
|
473
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Commands): Commands;
|
|
474
|
+
internalBinaryWrite(message: Commands, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
475
|
+
}
|
|
476
|
+
/**
|
|
477
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.Commands
|
|
478
|
+
*/
|
|
479
|
+
export declare const Commands: Commands$Type;
|
|
480
|
+
declare class PrefetchContractKey$Type extends MessageType<PrefetchContractKey> {
|
|
481
|
+
constructor();
|
|
482
|
+
create(value?: PartialMessage<PrefetchContractKey>): PrefetchContractKey;
|
|
483
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PrefetchContractKey): PrefetchContractKey;
|
|
484
|
+
internalBinaryWrite(message: PrefetchContractKey, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
485
|
+
}
|
|
486
|
+
/**
|
|
487
|
+
* @generated MessageType for protobuf message com.daml.ledger.api.v2.PrefetchContractKey
|
|
488
|
+
*/
|
|
489
|
+
export declare const PrefetchContractKey: PrefetchContractKey$Type;
|
|
490
|
+
export {};
|
|
491
|
+
//# sourceMappingURL=commands.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../../../../../../src/_proto/com/daml/ledger/api/v2/commands.ts"],"names":[],"mappings":"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"}
|