@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,453 @@
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 { Identifier } from './value.js';
8
+ /**
9
+ * The union of a set of template filters, interface filters, or a wildcard.
10
+ *
11
+ * @generated from protobuf message com.daml.ledger.api.v2.Filters
12
+ */
13
+ export interface Filters {
14
+ /**
15
+ * Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
16
+ * template or wildcard filter means additional events that will match the query.
17
+ * The impact of include_interface_view and include_created_event_blob fields in the filters will
18
+ * also be accumulated.
19
+ * At least one cumulative filter MUST be specified.
20
+ * A template or an interface SHOULD NOT appear twice in the accumulative field.
21
+ * A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
22
+ * Optional
23
+ *
24
+ * @generated from protobuf field: repeated com.daml.ledger.api.v2.CumulativeFilter cumulative = 1
25
+ */
26
+ cumulative: CumulativeFilter[];
27
+ }
28
+ /**
29
+ * A filter that matches all contracts that are either an instance of one of
30
+ * the ``template_filters`` or that match one of the ``interface_filters``.
31
+ *
32
+ * @generated from protobuf message com.daml.ledger.api.v2.CumulativeFilter
33
+ */
34
+ export interface CumulativeFilter {
35
+ /**
36
+ * @generated from protobuf oneof: identifier_filter
37
+ */
38
+ identifierFilter: {
39
+ oneofKind: 'wildcardFilter';
40
+ /**
41
+ * A wildcard filter that matches all templates
42
+ * Optional
43
+ *
44
+ * @generated from protobuf field: com.daml.ledger.api.v2.WildcardFilter wildcard_filter = 1
45
+ */
46
+ wildcardFilter: WildcardFilter;
47
+ } | {
48
+ oneofKind: 'interfaceFilter';
49
+ /**
50
+ * Include an ``InterfaceView`` for every ``InterfaceFilter`` matching a contract.
51
+ * The ``InterfaceFilter`` instances MUST each use a unique ``interface_id``.
52
+ * Optional
53
+ *
54
+ * @generated from protobuf field: com.daml.ledger.api.v2.InterfaceFilter interface_filter = 2
55
+ */
56
+ interfaceFilter: InterfaceFilter;
57
+ } | {
58
+ oneofKind: 'templateFilter';
59
+ /**
60
+ * A template for which the data will be included in the
61
+ * ``create_arguments`` of a matching ``CreatedEvent``.
62
+ * If a contract is simultaneously selected by a template filter and one or more interface filters,
63
+ * the corresponding ``include_created_event_blob`` are consolidated using an OR operation.
64
+ * Optional
65
+ *
66
+ * @generated from protobuf field: com.daml.ledger.api.v2.TemplateFilter template_filter = 3
67
+ */
68
+ templateFilter: TemplateFilter;
69
+ } | {
70
+ oneofKind: undefined;
71
+ };
72
+ }
73
+ /**
74
+ * This filter matches all templates.
75
+ *
76
+ * @generated from protobuf message com.daml.ledger.api.v2.WildcardFilter
77
+ */
78
+ export interface WildcardFilter {
79
+ /**
80
+ * Whether to include a ``created_event_blob`` in the returned ``CreatedEvent``.
81
+ * Use this to access the contract create event payload in your API client
82
+ * for submitting it as a disclosed contract with future commands.
83
+ * Optional
84
+ *
85
+ * @generated from protobuf field: bool include_created_event_blob = 1
86
+ */
87
+ includeCreatedEventBlob: boolean;
88
+ }
89
+ /**
90
+ * This filter matches contracts that implement a specific interface.
91
+ *
92
+ * @generated from protobuf message com.daml.ledger.api.v2.InterfaceFilter
93
+ */
94
+ export interface InterfaceFilter {
95
+ /**
96
+ * The interface that a matching contract must implement.
97
+ * The ``interface_id`` needs to be valid: corresponding interface should be defined in
98
+ * one of the available packages at the time of the query.
99
+ * Both package-name and package-id reference formats for the identifier are supported.
100
+ * Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4.
101
+ *
102
+ * Required
103
+ *
104
+ * @generated from protobuf field: com.daml.ledger.api.v2.Identifier interface_id = 1
105
+ */
106
+ interfaceId?: Identifier;
107
+ /**
108
+ * Whether to include the interface view on the contract in the returned ``CreatedEvent``.
109
+ * Use this to access contract data in a uniform manner in your API client.
110
+ * Optional
111
+ *
112
+ * @generated from protobuf field: bool include_interface_view = 2
113
+ */
114
+ includeInterfaceView: boolean;
115
+ /**
116
+ * Whether to include a ``created_event_blob`` in the returned ``CreatedEvent``.
117
+ * Use this to access the contract create event payload in your API client
118
+ * for submitting it as a disclosed contract with future commands.
119
+ * Optional
120
+ *
121
+ * @generated from protobuf field: bool include_created_event_blob = 3
122
+ */
123
+ includeCreatedEventBlob: boolean;
124
+ }
125
+ /**
126
+ * This filter matches contracts of a specific template.
127
+ *
128
+ * @generated from protobuf message com.daml.ledger.api.v2.TemplateFilter
129
+ */
130
+ export interface TemplateFilter {
131
+ /**
132
+ * A template for which the payload should be included in the response.
133
+ * The ``template_id`` needs to be valid: corresponding template should be defined in
134
+ * one of the available packages at the time of the query.
135
+ * Both package-name and package-id reference formats for the identifier are supported.
136
+ * Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4.
137
+ *
138
+ * Required
139
+ *
140
+ * @generated from protobuf field: com.daml.ledger.api.v2.Identifier template_id = 1
141
+ */
142
+ templateId?: Identifier;
143
+ /**
144
+ * Whether to include a ``created_event_blob`` in the returned ``CreatedEvent``.
145
+ * Use this to access the contract event payload in your API client
146
+ * for submitting it as a disclosed contract with future commands.
147
+ * Optional
148
+ *
149
+ * @generated from protobuf field: bool include_created_event_blob = 2
150
+ */
151
+ includeCreatedEventBlob: boolean;
152
+ }
153
+ /**
154
+ * Provided for backwards compatibility, it will be removed in the Canton version 3.4.0.
155
+ * Used both for filtering create and archive events as well as for filtering transaction trees.
156
+ *
157
+ * @generated from protobuf message com.daml.ledger.api.v2.TransactionFilter
158
+ */
159
+ export interface TransactionFilter {
160
+ /**
161
+ * Each key must be a valid PartyIdString (as described in ``value.proto``).
162
+ * The interpretation of the filter depends on the transaction-shape being filtered:
163
+ *
164
+ * 1. For **transaction trees** (used in GetUpdateTreesResponse for backwards compatibility) all party keys used as
165
+ * wildcard filters, and all subtrees whose root has one of the listed parties as an informee are returned.
166
+ * If there are ``CumulativeFilter``s, those will control returned ``CreatedEvent`` fields where applicable, but will
167
+ * not be used for template/interface filtering.
168
+ * 2. For **ledger-effects** create and exercise events are returned, for which the witnesses include at least one of
169
+ * the listed parties and match the per-party filter.
170
+ * 3. For **transaction and active-contract-set streams** create and archive events are returned for all contracts whose
171
+ * stakeholders include at least one of the listed parties and match the per-party filter.
172
+ *
173
+ * Required
174
+ *
175
+ * @generated from protobuf field: map<string, com.daml.ledger.api.v2.Filters> filters_by_party = 1
176
+ */
177
+ filtersByParty: {
178
+ [key: string]: Filters;
179
+ };
180
+ /**
181
+ * Wildcard filters that apply to all the parties existing on the participant. The interpretation of the filters is the same
182
+ * with the per-party filter as described above.
183
+ *
184
+ * @generated from protobuf field: com.daml.ledger.api.v2.Filters filters_for_any_party = 2
185
+ */
186
+ filtersForAnyParty?: Filters;
187
+ }
188
+ /**
189
+ * A format for events which defines both which events should be included
190
+ * and what data should be computed and included for them.
191
+ *
192
+ * Note that some of the filtering behavior depends on the `TransactionShape`,
193
+ * which is expected to be specified alongside usages of `EventFormat`.
194
+ *
195
+ * @generated from protobuf message com.daml.ledger.api.v2.EventFormat
196
+ */
197
+ export interface EventFormat {
198
+ /**
199
+ * Each key must be a valid PartyIdString (as described in ``value.proto``).
200
+ * The interpretation of the filter depends on the transaction-shape being filtered:
201
+ *
202
+ * 1. For **ledger-effects** create and exercise events are returned, for which the witnesses include at least one of
203
+ * the listed parties and match the per-party filter.
204
+ * 2. For **transaction and active-contract-set streams** create and archive events are returned for all contracts whose
205
+ * stakeholders include at least one of the listed parties and match the per-party filter.
206
+ *
207
+ * Optional
208
+ *
209
+ * @generated from protobuf field: map<string, com.daml.ledger.api.v2.Filters> filters_by_party = 1
210
+ */
211
+ filtersByParty: {
212
+ [key: string]: Filters;
213
+ };
214
+ /**
215
+ * Wildcard filters that apply to all the parties existing on the participant. The interpretation of the filters is the same
216
+ * with the per-party filter as described above.
217
+ * Optional
218
+ *
219
+ * @generated from protobuf field: com.daml.ledger.api.v2.Filters filters_for_any_party = 2
220
+ */
221
+ filtersForAnyParty?: Filters;
222
+ /**
223
+ * If enabled, values served over the API will contain more information than strictly necessary to interpret the data.
224
+ * In particular, setting the verbose flag to true triggers the ledger to include labels for record fields.
225
+ * Optional
226
+ *
227
+ * @generated from protobuf field: bool verbose = 3
228
+ */
229
+ verbose: boolean;
230
+ }
231
+ /**
232
+ * A format that specifies what events to include in Daml transactions
233
+ * and what data to compute and include for them.
234
+ *
235
+ * @generated from protobuf message com.daml.ledger.api.v2.TransactionFormat
236
+ */
237
+ export interface TransactionFormat {
238
+ /**
239
+ * Required
240
+ *
241
+ * @generated from protobuf field: com.daml.ledger.api.v2.EventFormat event_format = 1
242
+ */
243
+ eventFormat?: EventFormat;
244
+ /**
245
+ * What transaction shape to use for interpreting the filters of the event format.
246
+ * Required
247
+ *
248
+ * @generated from protobuf field: com.daml.ledger.api.v2.TransactionShape transaction_shape = 2
249
+ */
250
+ transactionShape: TransactionShape;
251
+ }
252
+ /**
253
+ * A format specifying which topology transactions to include and how to render them.
254
+ *
255
+ * @generated from protobuf message com.daml.ledger.api.v2.TopologyFormat
256
+ */
257
+ export interface TopologyFormat {
258
+ /**
259
+ * Include participant authorization topology events in streams.
260
+ * Optional, if unset no participant authorization topology events are emitted in the stream.
261
+ *
262
+ * @generated from protobuf field: com.daml.ledger.api.v2.ParticipantAuthorizationTopologyFormat include_participant_authorization_events = 1
263
+ */
264
+ includeParticipantAuthorizationEvents?: ParticipantAuthorizationTopologyFormat;
265
+ }
266
+ /**
267
+ * A format specifying which participant authorization topology transactions to include and how to render them.
268
+ *
269
+ * @generated from protobuf message com.daml.ledger.api.v2.ParticipantAuthorizationTopologyFormat
270
+ */
271
+ export interface ParticipantAuthorizationTopologyFormat {
272
+ /**
273
+ * List of parties for which the topology transactions should be sent.
274
+ * Empty means: for all parties.
275
+ *
276
+ * @generated from protobuf field: repeated string parties = 1
277
+ */
278
+ parties: string[];
279
+ }
280
+ /**
281
+ * A format specifying what updates to include and how to render them.
282
+ *
283
+ * @generated from protobuf message com.daml.ledger.api.v2.UpdateFormat
284
+ */
285
+ export interface UpdateFormat {
286
+ /**
287
+ * Include Daml transactions in streams.
288
+ * Optional, if unset, no transactions are emitted in the stream.
289
+ *
290
+ * @generated from protobuf field: com.daml.ledger.api.v2.TransactionFormat include_transactions = 1
291
+ */
292
+ includeTransactions?: TransactionFormat;
293
+ /**
294
+ * Include (un)assignments in the stream.
295
+ * The events in the result take the shape TRANSACTION_SHAPE_ACS_DELTA.
296
+ * Optional, if unset, no (un)assignments are emitted in the stream.
297
+ *
298
+ * @generated from protobuf field: com.daml.ledger.api.v2.EventFormat include_reassignments = 2
299
+ */
300
+ includeReassignments?: EventFormat;
301
+ /**
302
+ * Include topology events in streams.
303
+ * Optional, if unset no topology events are emitted in the stream.
304
+ *
305
+ * @generated from protobuf field: com.daml.ledger.api.v2.TopologyFormat include_topology_events = 3
306
+ */
307
+ includeTopologyEvents?: TopologyFormat;
308
+ }
309
+ /**
310
+ * Event shape for Transactions.
311
+ * Shapes are exclusive and only one of them can be defined in queries.
312
+ *
313
+ * @generated from protobuf enum com.daml.ledger.api.v2.TransactionShape
314
+ */
315
+ export declare enum TransactionShape {
316
+ /**
317
+ * Following official proto3 convention, not intended for actual use.
318
+ *
319
+ * @generated from protobuf enum value: TRANSACTION_SHAPE_UNSPECIFIED = 0;
320
+ */
321
+ UNSPECIFIED = 0,
322
+ /**
323
+ * Transaction shape that is sufficient to maintain an accurate ACS view.
324
+ * The field witness_parties in events are populated as stakeholders, transaction filter will apply accordingly.
325
+ * This translates to create and archive events.
326
+ *
327
+ * @generated from protobuf enum value: TRANSACTION_SHAPE_ACS_DELTA = 1;
328
+ */
329
+ ACS_DELTA = 1,
330
+ /**
331
+ * Transaction shape that allows maintaining an ACS and also conveys detailed information about
332
+ * all exercises.
333
+ * The field witness_parties in events are populated as cumulative informees, transaction filter will apply accordingly.
334
+ * This translates to create, consuming exercise and non-consuming exercise.
335
+ *
336
+ * @generated from protobuf enum value: TRANSACTION_SHAPE_LEDGER_EFFECTS = 2;
337
+ */
338
+ LEDGER_EFFECTS = 2
339
+ }
340
+ declare class Filters$Type extends MessageType<Filters> {
341
+ constructor();
342
+ create(value?: PartialMessage<Filters>): Filters;
343
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Filters): Filters;
344
+ internalBinaryWrite(message: Filters, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
345
+ }
346
+ /**
347
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.Filters
348
+ */
349
+ export declare const Filters: Filters$Type;
350
+ declare class CumulativeFilter$Type extends MessageType<CumulativeFilter> {
351
+ constructor();
352
+ create(value?: PartialMessage<CumulativeFilter>): CumulativeFilter;
353
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CumulativeFilter): CumulativeFilter;
354
+ internalBinaryWrite(message: CumulativeFilter, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
355
+ }
356
+ /**
357
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.CumulativeFilter
358
+ */
359
+ export declare const CumulativeFilter: CumulativeFilter$Type;
360
+ declare class WildcardFilter$Type extends MessageType<WildcardFilter> {
361
+ constructor();
362
+ create(value?: PartialMessage<WildcardFilter>): WildcardFilter;
363
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: WildcardFilter): WildcardFilter;
364
+ internalBinaryWrite(message: WildcardFilter, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
365
+ }
366
+ /**
367
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.WildcardFilter
368
+ */
369
+ export declare const WildcardFilter: WildcardFilter$Type;
370
+ declare class InterfaceFilter$Type extends MessageType<InterfaceFilter> {
371
+ constructor();
372
+ create(value?: PartialMessage<InterfaceFilter>): InterfaceFilter;
373
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: InterfaceFilter): InterfaceFilter;
374
+ internalBinaryWrite(message: InterfaceFilter, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
375
+ }
376
+ /**
377
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.InterfaceFilter
378
+ */
379
+ export declare const InterfaceFilter: InterfaceFilter$Type;
380
+ declare class TemplateFilter$Type extends MessageType<TemplateFilter> {
381
+ constructor();
382
+ create(value?: PartialMessage<TemplateFilter>): TemplateFilter;
383
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: TemplateFilter): TemplateFilter;
384
+ internalBinaryWrite(message: TemplateFilter, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
385
+ }
386
+ /**
387
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.TemplateFilter
388
+ */
389
+ export declare const TemplateFilter: TemplateFilter$Type;
390
+ declare class TransactionFilter$Type extends MessageType<TransactionFilter> {
391
+ constructor();
392
+ create(value?: PartialMessage<TransactionFilter>): TransactionFilter;
393
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: TransactionFilter): TransactionFilter;
394
+ private binaryReadMap1;
395
+ internalBinaryWrite(message: TransactionFilter, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
396
+ }
397
+ /**
398
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.TransactionFilter
399
+ */
400
+ export declare const TransactionFilter: TransactionFilter$Type;
401
+ declare class EventFormat$Type extends MessageType<EventFormat> {
402
+ constructor();
403
+ create(value?: PartialMessage<EventFormat>): EventFormat;
404
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: EventFormat): EventFormat;
405
+ private binaryReadMap1;
406
+ internalBinaryWrite(message: EventFormat, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
407
+ }
408
+ /**
409
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.EventFormat
410
+ */
411
+ export declare const EventFormat: EventFormat$Type;
412
+ declare class TransactionFormat$Type extends MessageType<TransactionFormat> {
413
+ constructor();
414
+ create(value?: PartialMessage<TransactionFormat>): TransactionFormat;
415
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: TransactionFormat): TransactionFormat;
416
+ internalBinaryWrite(message: TransactionFormat, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
417
+ }
418
+ /**
419
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.TransactionFormat
420
+ */
421
+ export declare const TransactionFormat: TransactionFormat$Type;
422
+ declare class TopologyFormat$Type extends MessageType<TopologyFormat> {
423
+ constructor();
424
+ create(value?: PartialMessage<TopologyFormat>): TopologyFormat;
425
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: TopologyFormat): TopologyFormat;
426
+ internalBinaryWrite(message: TopologyFormat, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
427
+ }
428
+ /**
429
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.TopologyFormat
430
+ */
431
+ export declare const TopologyFormat: TopologyFormat$Type;
432
+ declare class ParticipantAuthorizationTopologyFormat$Type extends MessageType<ParticipantAuthorizationTopologyFormat> {
433
+ constructor();
434
+ create(value?: PartialMessage<ParticipantAuthorizationTopologyFormat>): ParticipantAuthorizationTopologyFormat;
435
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ParticipantAuthorizationTopologyFormat): ParticipantAuthorizationTopologyFormat;
436
+ internalBinaryWrite(message: ParticipantAuthorizationTopologyFormat, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
437
+ }
438
+ /**
439
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.ParticipantAuthorizationTopologyFormat
440
+ */
441
+ export declare const ParticipantAuthorizationTopologyFormat: ParticipantAuthorizationTopologyFormat$Type;
442
+ declare class UpdateFormat$Type extends MessageType<UpdateFormat> {
443
+ constructor();
444
+ create(value?: PartialMessage<UpdateFormat>): UpdateFormat;
445
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: UpdateFormat): UpdateFormat;
446
+ internalBinaryWrite(message: UpdateFormat, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
447
+ }
448
+ /**
449
+ * @generated MessageType for protobuf message com.daml.ledger.api.v2.UpdateFormat
450
+ */
451
+ export declare const UpdateFormat: UpdateFormat$Type;
452
+ export {};
453
+ //# sourceMappingURL=transaction_filter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transaction_filter.d.ts","sourceRoot":"","sources":["../../../../../../../src/_proto/com/daml/ledger/api/v2/transaction_filter.ts"],"names":[],"mappings":"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"}