@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.
Files changed (218) hide show
  1. package/README.md +1 -0
  2. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.client.d.ts +58 -0
  3. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.client.d.ts.map +1 -0
  4. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.client.js +34 -0
  5. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.d.ts +232 -0
  6. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.d.ts.map +1 -0
  7. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.js +560 -0
  8. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.client.d.ts +144 -0
  9. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.client.d.ts.map +1 -0
  10. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.client.js +85 -0
  11. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.d.ts +291 -0
  12. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.d.ts.map +1 -0
  13. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.js +663 -0
  14. package/dist/_proto/com/daml/ledger/api/v2/admin/object_meta.d.ts +76 -0
  15. package/dist/_proto/com/daml/ledger/api/v2/admin/object_meta.d.ts.map +1 -0
  16. package/dist/_proto/com/daml/ledger/api/v2/admin/object_meta.js +96 -0
  17. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.client.d.ts +106 -0
  18. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.client.d.ts.map +1 -0
  19. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.client.js +62 -0
  20. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.d.ts +199 -0
  21. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.d.ts.map +1 -0
  22. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.js +427 -0
  23. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.client.d.ts +56 -0
  24. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.client.d.ts.map +1 -0
  25. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.client.js +35 -0
  26. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.d.ts +81 -0
  27. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.d.ts.map +1 -0
  28. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.js +135 -0
  29. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.client.d.ts +196 -0
  30. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.client.d.ts.map +1 -0
  31. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.client.js +113 -0
  32. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.d.ts +413 -0
  33. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.d.ts.map +1 -0
  34. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.js +867 -0
  35. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.client.d.ts +210 -0
  36. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.client.d.ts.map +1 -0
  37. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.client.js +126 -0
  38. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.d.ts +758 -0
  39. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.d.ts.map +1 -0
  40. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.js +1580 -0
  41. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.client.d.ts +66 -0
  42. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.client.d.ts.map +1 -0
  43. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.client.js +38 -0
  44. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.d.ts +90 -0
  45. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.d.ts.map +1 -0
  46. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.js +178 -0
  47. package/dist/_proto/com/daml/ledger/api/v2/command_service.client.d.ts +99 -0
  48. package/dist/_proto/com/daml/ledger/api/v2/command_service.client.d.ts.map +1 -0
  49. package/dist/_proto/com/daml/ledger/api/v2/command_service.client.js +61 -0
  50. package/dist/_proto/com/daml/ledger/api/v2/command_service.d.ts +210 -0
  51. package/dist/_proto/com/daml/ledger/api/v2/command_service.d.ts.map +1 -0
  52. package/dist/_proto/com/daml/ledger/api/v2/command_service.js +436 -0
  53. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.client.d.ts +80 -0
  54. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.client.d.ts.map +1 -0
  55. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.client.js +47 -0
  56. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.d.ts +91 -0
  57. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.d.ts.map +1 -0
  58. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.js +200 -0
  59. package/dist/_proto/com/daml/ledger/api/v2/commands.d.ts +491 -0
  60. package/dist/_proto/com/daml/ledger/api/v2/commands.d.ts.map +1 -0
  61. package/dist/_proto/com/daml/ledger/api/v2/commands.js +828 -0
  62. package/dist/_proto/com/daml/ledger/api/v2/completion.d.ts +149 -0
  63. package/dist/_proto/com/daml/ledger/api/v2/completion.d.ts.map +1 -0
  64. package/dist/_proto/com/daml/ledger/api/v2/completion.js +196 -0
  65. package/dist/_proto/com/daml/ledger/api/v2/event.d.ts +495 -0
  66. package/dist/_proto/com/daml/ledger/api/v2/event.d.ts.map +1 -0
  67. package/dist/_proto/com/daml/ledger/api/v2/event.js +723 -0
  68. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.client.d.ts +52 -0
  69. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.client.d.ts.map +1 -0
  70. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.client.js +31 -0
  71. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.d.ts +150 -0
  72. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.d.ts.map +1 -0
  73. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.js +291 -0
  74. package/dist/_proto/com/daml/ledger/api/v2/experimental_features.d.ts +96 -0
  75. package/dist/_proto/com/daml/ledger/api/v2/experimental_features.d.ts.map +1 -0
  76. package/dist/_proto/com/daml/ledger/api/v2/experimental_features.js +225 -0
  77. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_common_data.d.ts +43 -0
  78. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_common_data.d.ts.map +1 -0
  79. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_common_data.js +85 -0
  80. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.client.d.ts +100 -0
  81. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.client.d.ts.map +1 -0
  82. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.client.js +59 -0
  83. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.d.ts +877 -0
  84. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.d.ts.map +1 -0
  85. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.js +1768 -0
  86. package/dist/_proto/com/daml/ledger/api/v2/interactive/transaction/v1/interactive_submission_data.d.ts +259 -0
  87. package/dist/_proto/com/daml/ledger/api/v2/interactive/transaction/v1/interactive_submission_data.d.ts.map +1 -0
  88. package/dist/_proto/com/daml/ledger/api/v2/interactive/transaction/v1/interactive_submission_data.js +667 -0
  89. package/dist/_proto/com/daml/ledger/api/v2/offset_checkpoint.d.ts +69 -0
  90. package/dist/_proto/com/daml/ledger/api/v2/offset_checkpoint.d.ts.map +1 -0
  91. package/dist/_proto/com/daml/ledger/api/v2/offset_checkpoint.js +133 -0
  92. package/dist/_proto/com/daml/ledger/api/v2/package_reference.d.ts +41 -0
  93. package/dist/_proto/com/daml/ledger/api/v2/package_reference.d.ts.map +1 -0
  94. package/dist/_proto/com/daml/ledger/api/v2/package_reference.js +84 -0
  95. package/dist/_proto/com/daml/ledger/api/v2/package_service.client.d.ts +68 -0
  96. package/dist/_proto/com/daml/ledger/api/v2/package_service.client.d.ts.map +1 -0
  97. package/dist/_proto/com/daml/ledger/api/v2/package_service.client.js +43 -0
  98. package/dist/_proto/com/daml/ledger/api/v2/package_service.d.ts +181 -0
  99. package/dist/_proto/com/daml/ledger/api/v2/package_service.d.ts.map +1 -0
  100. package/dist/_proto/com/daml/ledger/api/v2/package_service.js +395 -0
  101. package/dist/_proto/com/daml/ledger/api/v2/reassignment.d.ts +308 -0
  102. package/dist/_proto/com/daml/ledger/api/v2/reassignment.d.ts.map +1 -0
  103. package/dist/_proto/com/daml/ledger/api/v2/reassignment.js +521 -0
  104. package/dist/_proto/com/daml/ledger/api/v2/reassignment_commands.d.ts +193 -0
  105. package/dist/_proto/com/daml/ledger/api/v2/reassignment_commands.d.ts.map +1 -0
  106. package/dist/_proto/com/daml/ledger/api/v2/reassignment_commands.js +350 -0
  107. package/dist/_proto/com/daml/ledger/api/v2/state_service.client.d.ts +91 -0
  108. package/dist/_proto/com/daml/ledger/api/v2/state_service.client.d.ts.map +1 -0
  109. package/dist/_proto/com/daml/ledger/api/v2/state_service.client.js +56 -0
  110. package/dist/_proto/com/daml/ledger/api/v2/state_service.d.ts +448 -0
  111. package/dist/_proto/com/daml/ledger/api/v2/state_service.d.ts.map +1 -0
  112. package/dist/_proto/com/daml/ledger/api/v2/state_service.js +874 -0
  113. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.client.d.ts +54 -0
  114. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.client.d.ts.map +1 -0
  115. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.client.js +34 -0
  116. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.d.ts +78 -0
  117. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.d.ts.map +1 -0
  118. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.js +168 -0
  119. package/dist/_proto/com/daml/ledger/api/v2/topology_transaction.d.ts +211 -0
  120. package/dist/_proto/com/daml/ledger/api/v2/topology_transaction.d.ts.map +1 -0
  121. package/dist/_proto/com/daml/ledger/api/v2/topology_transaction.js +447 -0
  122. package/dist/_proto/com/daml/ledger/api/v2/trace_context.d.ts +33 -0
  123. package/dist/_proto/com/daml/ledger/api/v2/trace_context.d.ts.map +1 -0
  124. package/dist/_proto/com/daml/ledger/api/v2/trace_context.js +69 -0
  125. package/dist/_proto/com/daml/ledger/api/v2/transaction.d.ts +252 -0
  126. package/dist/_proto/com/daml/ledger/api/v2/transaction.d.ts.map +1 -0
  127. package/dist/_proto/com/daml/ledger/api/v2/transaction.js +410 -0
  128. package/dist/_proto/com/daml/ledger/api/v2/transaction_filter.d.ts +453 -0
  129. package/dist/_proto/com/daml/ledger/api/v2/transaction_filter.d.ts.map +1 -0
  130. package/dist/_proto/com/daml/ledger/api/v2/transaction_filter.js +815 -0
  131. package/dist/_proto/com/daml/ledger/api/v2/update_service.client.d.ts +199 -0
  132. package/dist/_proto/com/daml/ledger/api/v2/update_service.client.d.ts.map +1 -0
  133. package/dist/_proto/com/daml/ledger/api/v2/update_service.client.js +121 -0
  134. package/dist/_proto/com/daml/ledger/api/v2/update_service.d.ts +424 -0
  135. package/dist/_proto/com/daml/ledger/api/v2/update_service.d.ts.map +1 -0
  136. package/dist/_proto/com/daml/ledger/api/v2/update_service.js +853 -0
  137. package/dist/_proto/com/daml/ledger/api/v2/value.d.ts +500 -0
  138. package/dist/_proto/com/daml/ledger/api/v2/value.d.ts.map +1 -0
  139. package/dist/_proto/com/daml/ledger/api/v2/value.js +937 -0
  140. package/dist/_proto/com/daml/ledger/api/v2/version_service.client.d.ts +40 -0
  141. package/dist/_proto/com/daml/ledger/api/v2/version_service.client.d.ts.map +1 -0
  142. package/dist/_proto/com/daml/ledger/api/v2/version_service.client.js +25 -0
  143. package/dist/_proto/com/daml/ledger/api/v2/version_service.d.ts +190 -0
  144. package/dist/_proto/com/daml/ledger/api/v2/version_service.d.ts.map +1 -0
  145. package/dist/_proto/com/daml/ledger/api/v2/version_service.js +400 -0
  146. package/dist/_proto/com/digitalasset/canton/crypto/v30/crypto.d.ts +1028 -0
  147. package/dist/_proto/com/digitalasset/canton/crypto/v30/crypto.d.ts.map +1 -0
  148. package/dist/_proto/com/digitalasset/canton/crypto/v30/crypto.js +2110 -0
  149. package/dist/_proto/com/digitalasset/canton/protocol/v30/sequencing_parameters.d.ts +30 -0
  150. package/dist/_proto/com/digitalasset/canton/protocol/v30/sequencing_parameters.d.ts.map +1 -0
  151. package/dist/_proto/com/digitalasset/canton/protocol/v30/sequencing_parameters.js +62 -0
  152. package/dist/_proto/com/digitalasset/canton/protocol/v30/synchronizer_parameters.d.ts +168 -0
  153. package/dist/_proto/com/digitalasset/canton/protocol/v30/synchronizer_parameters.d.ts.map +1 -0
  154. package/dist/_proto/com/digitalasset/canton/protocol/v30/synchronizer_parameters.js +395 -0
  155. package/dist/_proto/com/digitalasset/canton/protocol/v30/topology.d.ts +1105 -0
  156. package/dist/_proto/com/digitalasset/canton/protocol/v30/topology.d.ts.map +1 -0
  157. package/dist/_proto/com/digitalasset/canton/protocol/v30/topology.js +2294 -0
  158. package/dist/_proto/com/digitalasset/canton/protocol/v30/traffic_control_parameters.d.ts +278 -0
  159. package/dist/_proto/com/digitalasset/canton/protocol/v30/traffic_control_parameters.d.ts.map +1 -0
  160. package/dist/_proto/com/digitalasset/canton/protocol/v30/traffic_control_parameters.js +654 -0
  161. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/common.d.ts +166 -0
  162. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/common.d.ts.map +1 -0
  163. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/common.js +379 -0
  164. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.client.d.ts +199 -0
  165. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.client.d.ts.map +1 -0
  166. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.client.js +136 -0
  167. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.d.ts +1195 -0
  168. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.d.ts.map +1 -0
  169. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.js +3342 -0
  170. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.client.d.ts +119 -0
  171. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.client.d.ts.map +1 -0
  172. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.client.js +76 -0
  173. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.d.ts +607 -0
  174. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.d.ts.map +1 -0
  175. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.js +1292 -0
  176. package/dist/_proto/google/protobuf/any.d.ts +177 -0
  177. package/dist/_proto/google/protobuf/any.d.ts.map +1 -0
  178. package/dist/_proto/google/protobuf/any.js +175 -0
  179. package/dist/_proto/google/protobuf/descriptor.d.ts +1638 -0
  180. package/dist/_proto/google/protobuf/descriptor.d.ts.map +1 -0
  181. package/dist/_proto/google/protobuf/descriptor.js +2999 -0
  182. package/dist/_proto/google/protobuf/duration.d.ts +114 -0
  183. package/dist/_proto/google/protobuf/duration.d.ts.map +1 -0
  184. package/dist/_proto/google/protobuf/duration.js +113 -0
  185. package/dist/_proto/google/protobuf/empty.d.ts +33 -0
  186. package/dist/_proto/google/protobuf/empty.d.ts.map +1 -0
  187. package/dist/_proto/google/protobuf/empty.js +41 -0
  188. package/dist/_proto/google/protobuf/field_mask.d.ts +240 -0
  189. package/dist/_proto/google/protobuf/field_mask.d.ts.map +1 -0
  190. package/dist/_proto/google/protobuf/field_mask.js +95 -0
  191. package/dist/_proto/google/protobuf/struct.d.ts +187 -0
  192. package/dist/_proto/google/protobuf/struct.d.ts.map +1 -0
  193. package/dist/_proto/google/protobuf/struct.js +417 -0
  194. package/dist/_proto/google/protobuf/timestamp.d.ts +159 -0
  195. package/dist/_proto/google/protobuf/timestamp.d.ts.map +1 -0
  196. package/dist/_proto/google/protobuf/timestamp.js +157 -0
  197. package/dist/_proto/google/rpc/code.d.ts +219 -0
  198. package/dist/_proto/google/rpc/code.d.ts.map +1 -0
  199. package/dist/_proto/google/rpc/code.js +237 -0
  200. package/dist/_proto/google/rpc/context/attribute_context.d.ts +594 -0
  201. package/dist/_proto/google/rpc/context/attribute_context.d.ts.map +1 -0
  202. package/dist/_proto/google/rpc/context/attribute_context.js +1007 -0
  203. package/dist/_proto/google/rpc/context/audit_context.d.ts +62 -0
  204. package/dist/_proto/google/rpc/context/audit_context.d.ts.map +1 -0
  205. package/dist/_proto/google/rpc/context/audit_context.js +111 -0
  206. package/dist/_proto/google/rpc/error_details.d.ts +549 -0
  207. package/dist/_proto/google/rpc/error_details.d.ts.map +1 -0
  208. package/dist/_proto/google/rpc/error_details.js +918 -0
  209. package/dist/_proto/google/rpc/status.d.ts +55 -0
  210. package/dist/_proto/google/rpc/status.d.ts.map +1 -0
  211. package/dist/_proto/google/rpc/status.js +79 -0
  212. package/dist/_proto/scalapb/scalapb.d.ts +779 -0
  213. package/dist/_proto/scalapb/scalapb.d.ts.map +1 -0
  214. package/dist/_proto/scalapb/scalapb.js +1658 -0
  215. package/dist/index.d.ts +13 -0
  216. package/dist/index.d.ts.map +1 -0
  217. package/dist/index.js +12 -0
  218. package/package.json +29 -0
@@ -0,0 +1,495 @@
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 { Status } from '../../../../../google/rpc/status.js';
8
+ import { Timestamp } from '../../../../../google/protobuf/timestamp.js';
9
+ import { Record } from './value.js';
10
+ import { Value } from './value.js';
11
+ import { Identifier } from './value.js';
12
+ /**
13
+ * Events in transactions can have two primary shapes:
14
+ *
15
+ * - ACS delta: events can be CreatedEvent or ArchivedEvent
16
+ * - ledger effects: events can be CreatedEvent or ExercisedEvent
17
+ *
18
+ * In the update service the events are restricted to the events
19
+ * visible for the parties specified in the transaction filter. Each
20
+ * event message type below contains a ``witness_parties`` field which
21
+ * indicates the subset of the requested parties that can see the event
22
+ * in question.
23
+ *
24
+ * @generated from protobuf message com.daml.ledger.api.v2.Event
25
+ */
26
+ export interface Event {
27
+ /**
28
+ * @generated from protobuf oneof: event
29
+ */
30
+ event: {
31
+ oneofKind: 'created';
32
+ /**
33
+ * The event as it appeared in the context of its original daml transaction on this participant node.
34
+ * In particular, the offset, node_id pair of the daml transaction are preserved.
35
+ *
36
+ * @generated from protobuf field: com.daml.ledger.api.v2.CreatedEvent created = 1
37
+ */
38
+ created: CreatedEvent;
39
+ } | {
40
+ oneofKind: 'archived';
41
+ /**
42
+ * @generated from protobuf field: com.daml.ledger.api.v2.ArchivedEvent archived = 2
43
+ */
44
+ archived: ArchivedEvent;
45
+ } | {
46
+ oneofKind: 'exercised';
47
+ /**
48
+ * @generated from protobuf field: com.daml.ledger.api.v2.ExercisedEvent exercised = 3
49
+ */
50
+ exercised: ExercisedEvent;
51
+ } | {
52
+ oneofKind: undefined;
53
+ };
54
+ }
55
+ /**
56
+ * Records that a contract has been created, and choices may now be exercised on it.
57
+ *
58
+ * @generated from protobuf message com.daml.ledger.api.v2.CreatedEvent
59
+ */
60
+ export interface CreatedEvent {
61
+ /**
62
+ * The offset of origin, which has contextual meaning, please see description at messages that include a CreatedEvent.
63
+ * Offsets are managed by the participant nodes.
64
+ * Transactions can thus NOT be assumed to have the same offsets on different participant nodes.
65
+ * Required, it is a valid absolute offset (positive integer)
66
+ *
67
+ * @generated from protobuf field: int64 offset = 1
68
+ */
69
+ offset: bigint;
70
+ /**
71
+ * The position of this event in the originating transaction or reassignment.
72
+ * The origin has contextual meaning, please see description at messages that include a CreatedEvent.
73
+ * Node IDs are not necessarily equal across participants,
74
+ * as these may see different projections/parts of transactions.
75
+ * Required, must be valid node ID (non-negative integer)
76
+ *
77
+ * @generated from protobuf field: int32 node_id = 2
78
+ */
79
+ nodeId: number;
80
+ /**
81
+ * The ID of the created contract.
82
+ * Must be a valid LedgerString (as described in ``value.proto``).
83
+ * Required
84
+ *
85
+ * @generated from protobuf field: string contract_id = 3
86
+ */
87
+ contractId: string;
88
+ /**
89
+ * The template of the created contract.
90
+ * The identifier uses the package-id reference format.
91
+ *
92
+ * Required
93
+ *
94
+ * @generated from protobuf field: com.daml.ledger.api.v2.Identifier template_id = 4
95
+ */
96
+ templateId?: Identifier;
97
+ /**
98
+ * The key of the created contract.
99
+ * This will be set if and only if ``create_arguments`` is set and ``template_id`` defines a contract key.
100
+ * Optional
101
+ *
102
+ * @generated from protobuf field: com.daml.ledger.api.v2.Value contract_key = 5
103
+ */
104
+ contractKey?: Value;
105
+ /**
106
+ * The arguments that have been used to create the contract.
107
+ * Set either:
108
+ *
109
+ * - if there was a party, which is in the ``witness_parties`` of this event,
110
+ * and for which a ``CumulativeFilter`` exists with the ``template_id`` of this event
111
+ * among the ``template_filters``,
112
+ * - or if there was a party, which is in the ``witness_parties`` of this event,
113
+ * and for which a wildcard filter exists (``Filters`` with a ``CumulativeFilter`` of ``WildcardFilter``).
114
+ *
115
+ * Optional
116
+ *
117
+ * @generated from protobuf field: com.daml.ledger.api.v2.Record create_arguments = 6
118
+ */
119
+ createArguments?: Record;
120
+ /**
121
+ * Opaque representation of contract create event payload intended for forwarding
122
+ * to an API server as a contract disclosed as part of a command
123
+ * submission.
124
+ * Optional
125
+ *
126
+ * @generated from protobuf field: bytes created_event_blob = 7
127
+ */
128
+ createdEventBlob: Uint8Array;
129
+ /**
130
+ * Interface views specified in the transaction filter.
131
+ * Includes an ``InterfaceView`` for each interface for which there is a ``InterfaceFilter`` with
132
+ *
133
+ * - its party in the ``witness_parties`` of this event,
134
+ * - and which is implemented by the template of this event,
135
+ * - and which has ``include_interface_view`` set.
136
+ *
137
+ * Optional
138
+ *
139
+ * @generated from protobuf field: repeated com.daml.ledger.api.v2.InterfaceView interface_views = 8
140
+ */
141
+ interfaceViews: InterfaceView[];
142
+ /**
143
+ * The parties that are notified of this event. When a ``CreatedEvent``
144
+ * is returned as part of a transaction tree or ledger-effects transaction, this will include all
145
+ * the parties specified in the ``TransactionFilter`` that are informees
146
+ * of the event. If served as part of a ACS delta transaction those will
147
+ * be limited to all parties specified in the ``TransactionFilter`` that
148
+ * are stakeholders of the contract (i.e. either signatories or observers).
149
+ * If the ``CreatedEvent`` is returned as part of an AssignedEvent,
150
+ * ActiveContract or IncompleteUnassigned (so the event is related to
151
+ * an assignment or unassignment): this will include all parties of the
152
+ * ``TransactionFilter`` that are stakeholders of the contract.
153
+ *
154
+ * The behavior of reading create events visible to parties not hosted
155
+ * on the participant node serving the Ledger API is undefined. Concretely,
156
+ * there is neither a guarantee that the participant node will serve all their
157
+ * create events on the ACS stream, nor is there a guarantee that matching archive
158
+ * events are delivered for such create events.
159
+ *
160
+ * For most clients this is not a problem, as they only read events for parties
161
+ * that are hosted on the participant node. If you need to read events
162
+ * for parties that may not be hosted at all times on the participant node,
163
+ * subscribe to the ``TopologyEvent``s for that party by setting a corresponding
164
+ * ``UpdateFormat``. Using these events, query the ACS as-of an offset where the
165
+ * party is hosted on the participant node, and ignore create events at offsets
166
+ * where the party is not hosted on the participant node.
167
+ * Required
168
+ *
169
+ * @generated from protobuf field: repeated string witness_parties = 9
170
+ */
171
+ witnessParties: string[];
172
+ /**
173
+ * The signatories for this contract as specified by the template.
174
+ * Required
175
+ *
176
+ * @generated from protobuf field: repeated string signatories = 10
177
+ */
178
+ signatories: string[];
179
+ /**
180
+ * The observers for this contract as specified explicitly by the template or implicitly as choice controllers.
181
+ * This field never contains parties that are signatories.
182
+ * Required
183
+ *
184
+ * @generated from protobuf field: repeated string observers = 11
185
+ */
186
+ observers: string[];
187
+ /**
188
+ * Ledger effective time of the transaction that created the contract.
189
+ * Required
190
+ *
191
+ * @generated from protobuf field: google.protobuf.Timestamp created_at = 12
192
+ */
193
+ createdAt?: Timestamp;
194
+ /**
195
+ * The package name of the created contract.
196
+ * Required
197
+ *
198
+ * @generated from protobuf field: string package_name = 13
199
+ */
200
+ packageName: string;
201
+ }
202
+ /**
203
+ * View of a create event matched by an interface filter.
204
+ *
205
+ * @generated from protobuf message com.daml.ledger.api.v2.InterfaceView
206
+ */
207
+ export interface InterfaceView {
208
+ /**
209
+ * The interface implemented by the matched event.
210
+ * The identifier uses the package-id reference format.
211
+ *
212
+ * Required
213
+ *
214
+ * @generated from protobuf field: com.daml.ledger.api.v2.Identifier interface_id = 1
215
+ */
216
+ interfaceId?: Identifier;
217
+ /**
218
+ * Whether the view was successfully computed, and if not,
219
+ * the reason for the error. The error is reported using the same rules
220
+ * for error codes and messages as the errors returned for API requests.
221
+ * Required
222
+ *
223
+ * @generated from protobuf field: google.rpc.Status view_status = 2
224
+ */
225
+ viewStatus?: Status;
226
+ /**
227
+ * The value of the interface's view method on this event.
228
+ * Set if it was requested in the ``InterfaceFilter`` and it could be
229
+ * sucessfully computed.
230
+ * Optional
231
+ *
232
+ * @generated from protobuf field: com.daml.ledger.api.v2.Record view_value = 3
233
+ */
234
+ viewValue?: Record;
235
+ }
236
+ /**
237
+ * Records that a contract has been archived, and choices may no longer be exercised on it.
238
+ *
239
+ * @generated from protobuf message com.daml.ledger.api.v2.ArchivedEvent
240
+ */
241
+ export interface ArchivedEvent {
242
+ /**
243
+ * The offset of origin.
244
+ * Offsets are managed by the participant nodes.
245
+ * Transactions can thus NOT be assumed to have the same offsets on different participant nodes.
246
+ * Required, it is a valid absolute offset (positive integer)
247
+ *
248
+ * @generated from protobuf field: int64 offset = 1
249
+ */
250
+ offset: bigint;
251
+ /**
252
+ * The position of this event in the originating transaction or reassignment.
253
+ * Node IDs are not necessarily equal across participants,
254
+ * as these may see different projections/parts of transactions.
255
+ * Required, must be valid node ID (non-negative integer)
256
+ *
257
+ * @generated from protobuf field: int32 node_id = 2
258
+ */
259
+ nodeId: number;
260
+ /**
261
+ * The ID of the archived contract.
262
+ * Must be a valid LedgerString (as described in ``value.proto``).
263
+ * Required
264
+ *
265
+ * @generated from protobuf field: string contract_id = 3
266
+ */
267
+ contractId: string;
268
+ /**
269
+ * The template of the archived contract.
270
+ * The identifier uses the package-id reference format.
271
+ *
272
+ * Required
273
+ *
274
+ * @generated from protobuf field: com.daml.ledger.api.v2.Identifier template_id = 4
275
+ */
276
+ templateId?: Identifier;
277
+ /**
278
+ * The parties that are notified of this event. For an ``ArchivedEvent``,
279
+ * these are the intersection of the stakeholders of the contract in
280
+ * question and the parties specified in the ``TransactionFilter``. The
281
+ * stakeholders are the union of the signatories and the observers of
282
+ * the contract.
283
+ * Each one of its elements must be a valid PartyIdString (as described
284
+ * in ``value.proto``).
285
+ * Required
286
+ *
287
+ * @generated from protobuf field: repeated string witness_parties = 5
288
+ */
289
+ witnessParties: string[];
290
+ /**
291
+ * The package name of the contract.
292
+ * Required
293
+ *
294
+ * @generated from protobuf field: string package_name = 6
295
+ */
296
+ packageName: string;
297
+ /**
298
+ * The interfaces implemented by the target template that have been
299
+ * matched from the interface filter query.
300
+ * Populated only in case interface filters with include_interface_view set.
301
+ *
302
+ * If defined, the identifier uses the package-id reference format.
303
+ *
304
+ * Optional
305
+ *
306
+ * @generated from protobuf field: repeated com.daml.ledger.api.v2.Identifier implemented_interfaces = 7
307
+ */
308
+ implementedInterfaces: Identifier[];
309
+ }
310
+ /**
311
+ * Records that a choice has been exercised on a target contract.
312
+ *
313
+ * @generated from protobuf message com.daml.ledger.api.v2.ExercisedEvent
314
+ */
315
+ export interface ExercisedEvent {
316
+ /**
317
+ * The offset of origin.
318
+ * Offsets are managed by the participant nodes.
319
+ * Transactions can thus NOT be assumed to have the same offsets on different participant nodes.
320
+ * Required, it is a valid absolute offset (positive integer)
321
+ *
322
+ * @generated from protobuf field: int64 offset = 1
323
+ */
324
+ offset: bigint;
325
+ /**
326
+ * The position of this event in the originating transaction or reassignment.
327
+ * Node IDs are not necessarily equal across participants,
328
+ * as these may see different projections/parts of transactions.
329
+ * Required, must be valid node ID (non-negative integer)
330
+ *
331
+ * @generated from protobuf field: int32 node_id = 2
332
+ */
333
+ nodeId: number;
334
+ /**
335
+ * The ID of the target contract.
336
+ * Must be a valid LedgerString (as described in ``value.proto``).
337
+ * Required
338
+ *
339
+ * @generated from protobuf field: string contract_id = 3
340
+ */
341
+ contractId: string;
342
+ /**
343
+ * The template of the target contract.
344
+ * The identifier uses the package-id reference format.
345
+ *
346
+ * Required
347
+ *
348
+ * @generated from protobuf field: com.daml.ledger.api.v2.Identifier template_id = 4
349
+ */
350
+ templateId?: Identifier;
351
+ /**
352
+ * The interface where the choice is defined, if inherited.
353
+ * If defined, the identifier uses the package-id reference format.
354
+ *
355
+ * Optional
356
+ *
357
+ * @generated from protobuf field: com.daml.ledger.api.v2.Identifier interface_id = 5
358
+ */
359
+ interfaceId?: Identifier;
360
+ /**
361
+ * The choice that was exercised on the target contract.
362
+ * Must be a valid NameString (as described in ``value.proto``).
363
+ * Required
364
+ *
365
+ * @generated from protobuf field: string choice = 6
366
+ */
367
+ choice: string;
368
+ /**
369
+ * The argument of the exercised choice.
370
+ * Required
371
+ *
372
+ * @generated from protobuf field: com.daml.ledger.api.v2.Value choice_argument = 7
373
+ */
374
+ choiceArgument?: Value;
375
+ /**
376
+ * The parties that exercised the choice.
377
+ * Each element must be a valid PartyIdString (as described in ``value.proto``).
378
+ * Required
379
+ *
380
+ * @generated from protobuf field: repeated string acting_parties = 8
381
+ */
382
+ actingParties: string[];
383
+ /**
384
+ * If true, the target contract may no longer be exercised.
385
+ * Required
386
+ *
387
+ * @generated from protobuf field: bool consuming = 9
388
+ */
389
+ consuming: boolean;
390
+ /**
391
+ * The parties that are notified of this event. The witnesses of an exercise
392
+ * node will depend on whether the exercise was consuming or not.
393
+ * If consuming, the witnesses are the union of the stakeholders and
394
+ * the actors.
395
+ * If not consuming, the witnesses are the union of the signatories and
396
+ * the actors. Note that the actors might not necessarily be observers
397
+ * and thus signatories. This is the case when the controllers of a
398
+ * choice are specified using "flexible controllers", using the
399
+ * ``choice ... controller`` syntax, and said controllers are not
400
+ * explicitly marked as observers.
401
+ * Each element must be a valid PartyIdString (as described in ``value.proto``).
402
+ * Required
403
+ *
404
+ * @generated from protobuf field: repeated string witness_parties = 10
405
+ */
406
+ witnessParties: string[];
407
+ /**
408
+ * Specifies the upper boundary of the node ids of the events in the same transaction that appeared as a result of
409
+ * this ``ExercisedEvent``. This allows unambiguous identification of all the members of the subtree rooted at this
410
+ * node. A full subtree can be constructed when all descendant nodes are present in the stream. If nodes are heavily
411
+ * filtered, it is only possible to determine if a node is in a consequent subtree or not.
412
+ * Required
413
+ *
414
+ * @generated from protobuf field: int32 last_descendant_node_id = 11
415
+ */
416
+ lastDescendantNodeId: number;
417
+ /**
418
+ * The result of exercising the choice.
419
+ * Required
420
+ *
421
+ * @generated from protobuf field: com.daml.ledger.api.v2.Value exercise_result = 12
422
+ */
423
+ exerciseResult?: Value;
424
+ /**
425
+ * The package name of the contract.
426
+ * Required
427
+ *
428
+ * @generated from protobuf field: string package_name = 13
429
+ */
430
+ packageName: string;
431
+ /**
432
+ * If the event is consuming, the interfaces implemented by the target template that have been
433
+ * matched from the interface filter query.
434
+ * Populated only in case interface filters with include_interface_view set.
435
+ *
436
+ * The identifier uses the package-id reference format.
437
+ *
438
+ * Optional
439
+ *
440
+ * @generated from protobuf field: repeated com.daml.ledger.api.v2.Identifier implemented_interfaces = 14
441
+ */
442
+ implementedInterfaces: Identifier[];
443
+ }
444
+ declare class Event$Type extends MessageType<Event> {
445
+ constructor();
446
+ create(value?: PartialMessage<Event>): Event;
447
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Event): Event;
448
+ internalBinaryWrite(message: Event, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
449
+ }
450
+ /**
451
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.Event
452
+ */
453
+ export declare const Event: Event$Type;
454
+ declare class CreatedEvent$Type extends MessageType<CreatedEvent> {
455
+ constructor();
456
+ create(value?: PartialMessage<CreatedEvent>): CreatedEvent;
457
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CreatedEvent): CreatedEvent;
458
+ internalBinaryWrite(message: CreatedEvent, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
459
+ }
460
+ /**
461
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.CreatedEvent
462
+ */
463
+ export declare const CreatedEvent: CreatedEvent$Type;
464
+ declare class InterfaceView$Type extends MessageType<InterfaceView> {
465
+ constructor();
466
+ create(value?: PartialMessage<InterfaceView>): InterfaceView;
467
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: InterfaceView): InterfaceView;
468
+ internalBinaryWrite(message: InterfaceView, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
469
+ }
470
+ /**
471
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.InterfaceView
472
+ */
473
+ export declare const InterfaceView: InterfaceView$Type;
474
+ declare class ArchivedEvent$Type extends MessageType<ArchivedEvent> {
475
+ constructor();
476
+ create(value?: PartialMessage<ArchivedEvent>): ArchivedEvent;
477
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ArchivedEvent): ArchivedEvent;
478
+ internalBinaryWrite(message: ArchivedEvent, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
479
+ }
480
+ /**
481
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.ArchivedEvent
482
+ */
483
+ export declare const ArchivedEvent: ArchivedEvent$Type;
484
+ declare class ExercisedEvent$Type extends MessageType<ExercisedEvent> {
485
+ constructor();
486
+ create(value?: PartialMessage<ExercisedEvent>): ExercisedEvent;
487
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ExercisedEvent): ExercisedEvent;
488
+ internalBinaryWrite(message: ExercisedEvent, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
489
+ }
490
+ /**
491
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.ExercisedEvent
492
+ */
493
+ export declare const ExercisedEvent: ExercisedEvent$Type;
494
+ export {};
495
+ //# sourceMappingURL=event.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event.d.ts","sourceRoot":"","sources":["../../../../../../../src/_proto/com/daml/ledger/api/v2/event.ts"],"names":[],"mappings":"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"}