@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,1105 @@
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 { Signature } from '../../crypto/v30/crypto.js';
8
+ import { DynamicSequencingParameters } from './sequencing_parameters.js';
9
+ import { DynamicSynchronizerParameters } from './synchronizer_parameters.js';
10
+ import { Timestamp } from '../../../../../google/protobuf/timestamp.js';
11
+ import { ParticipantSynchronizerLimits } from './synchronizer_parameters.js';
12
+ import { PublicKey } from '../../crypto/v30/crypto.js';
13
+ import { SigningPublicKey } from '../../crypto/v30/crypto.js';
14
+ /**
15
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.Enums
16
+ */
17
+ export interface Enums {
18
+ }
19
+ /**
20
+ * @generated from protobuf enum com.digitalasset.canton.protocol.v30.Enums.TopologyChangeOp
21
+ */
22
+ export declare enum Enums_TopologyChangeOp {
23
+ /**
24
+ * @generated from protobuf enum value: TOPOLOGY_CHANGE_OP_UNSPECIFIED = 0;
25
+ */
26
+ UNSPECIFIED = 0,
27
+ /**
28
+ * Adds a new or replaces an existing mapping
29
+ *
30
+ * @generated from protobuf enum value: TOPOLOGY_CHANGE_OP_ADD_REPLACE = 1;
31
+ */
32
+ ADD_REPLACE = 1,
33
+ /**
34
+ * Remove an existing mapping
35
+ *
36
+ * @generated from protobuf enum value: TOPOLOGY_CHANGE_OP_REMOVE = 2;
37
+ */
38
+ REMOVE = 2
39
+ }
40
+ /**
41
+ * enum indicating the participant permission level
42
+ * Regardless of the ParticipantPermission level, all participants can submit a reassignment.
43
+ *
44
+ * @generated from protobuf enum com.digitalasset.canton.protocol.v30.Enums.ParticipantPermission
45
+ */
46
+ export declare enum Enums_ParticipantPermission {
47
+ /**
48
+ * @generated from protobuf enum value: PARTICIPANT_PERMISSION_UNSPECIFIED = 0;
49
+ */
50
+ UNSPECIFIED = 0,
51
+ /**
52
+ * participant is active, can submit transactions and reassignments
53
+ *
54
+ * @generated from protobuf enum value: PARTICIPANT_PERMISSION_SUBMISSION = 1;
55
+ */
56
+ SUBMISSION = 1,
57
+ /**
58
+ * participant is passive, can only confirm transactions and submit reassignments
59
+ *
60
+ * @generated from protobuf enum value: PARTICIPANT_PERMISSION_CONFIRMATION = 2;
61
+ */
62
+ CONFIRMATION = 2,
63
+ /**
64
+ * participant is passive, can only observe transactions and submit reassignments
65
+ *
66
+ * @generated from protobuf enum value: PARTICIPANT_PERMISSION_OBSERVATION = 3;
67
+ */
68
+ OBSERVATION = 3
69
+ }
70
+ /**
71
+ * @generated from protobuf enum com.digitalasset.canton.protocol.v30.Enums.TopologyMappingCode
72
+ */
73
+ export declare enum Enums_TopologyMappingCode {
74
+ /**
75
+ * @generated from protobuf enum value: TOPOLOGY_MAPPING_CODE_UNSPECIFIED = 0;
76
+ */
77
+ UNSPECIFIED = 0,
78
+ /**
79
+ * @generated from protobuf enum value: TOPOLOGY_MAPPING_CODE_NAMESPACE_DELEGATION = 1;
80
+ */
81
+ NAMESPACE_DELEGATION = 1,
82
+ /**
83
+ * @generated from protobuf enum value: TOPOLOGY_MAPPING_CODE_DECENTRALIZED_NAMESPACE_DEFINITION = 3;
84
+ */
85
+ DECENTRALIZED_NAMESPACE_DEFINITION = 3,
86
+ /**
87
+ * @generated from protobuf enum value: TOPOLOGY_MAPPING_CODE_OWNER_TO_KEY_MAPPING = 4;
88
+ */
89
+ OWNER_TO_KEY_MAPPING = 4,
90
+ /**
91
+ * @generated from protobuf enum value: TOPOLOGY_MAPPING_CODE_SYNCHRONIZER_TRUST_CERTIFICATE = 5;
92
+ */
93
+ SYNCHRONIZER_TRUST_CERTIFICATE = 5,
94
+ /**
95
+ * @generated from protobuf enum value: TOPOLOGY_MAPPING_CODE_PARTICIPANT_PERMISSION = 6;
96
+ */
97
+ PARTICIPANT_PERMISSION = 6,
98
+ /**
99
+ * @generated from protobuf enum value: TOPOLOGY_MAPPING_CODE_PARTY_HOSTING_LIMITS = 7;
100
+ */
101
+ PARTY_HOSTING_LIMITS = 7,
102
+ /**
103
+ * @generated from protobuf enum value: TOPOLOGY_MAPPING_CODE_VETTED_PACKAGES = 8;
104
+ */
105
+ VETTED_PACKAGES = 8,
106
+ /**
107
+ * @generated from protobuf enum value: TOPOLOGY_MAPPING_CODE_PARTY_TO_PARTICIPANT = 9;
108
+ */
109
+ PARTY_TO_PARTICIPANT = 9,
110
+ /**
111
+ * @generated from protobuf enum value: TOPOLOGY_MAPPING_CODE_SYNCHRONIZER_PARAMETERS_STATE = 11;
112
+ */
113
+ SYNCHRONIZER_PARAMETERS_STATE = 11,
114
+ /**
115
+ * @generated from protobuf enum value: TOPOLOGY_MAPPING_CODE_MEDIATOR_SYNCHRONIZER_STATE = 12;
116
+ */
117
+ MEDIATOR_SYNCHRONIZER_STATE = 12,
118
+ /**
119
+ * @generated from protobuf enum value: TOPOLOGY_MAPPING_CODE_SEQUENCER_SYNCHRONIZER_STATE = 13;
120
+ */
121
+ SEQUENCER_SYNCHRONIZER_STATE = 13,
122
+ /**
123
+ * @generated from protobuf enum value: TOPOLOGY_MAPPING_CODE_PURGE_TOPOLOGY_TXS = 15;
124
+ */
125
+ PURGE_TOPOLOGY_TXS = 15,
126
+ /**
127
+ * @generated from protobuf enum value: TOPOLOGY_MAPPING_CODE_SEQUENCING_DYNAMIC_PARAMETERS_STATE = 17;
128
+ */
129
+ SEQUENCING_DYNAMIC_PARAMETERS_STATE = 17,
130
+ /**
131
+ * @generated from protobuf enum value: TOPOLOGY_MAPPING_CODE_PARTY_TO_KEY_MAPPING = 18;
132
+ */
133
+ PARTY_TO_KEY_MAPPING = 18
134
+ }
135
+ /**
136
+ * [start NamespaceDelegation definition]
137
+ * namespace delegation (equivalent to X509v3 CA root or intermediate CAs)
138
+ * if is_root_delegation==false, the target key may sign all mappings requiring a signature
139
+ * for the namespace except other NamespaceDelegation mappings.
140
+ * authorization: a namespace delegation is either signed by the root key, or is signed by
141
+ * a key for which there exists a series of properly authorized namespace delegations
142
+ * that are ultimately signed by the root key
143
+ * UNIQUE(namespace, target_key)
144
+ *
145
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.NamespaceDelegation
146
+ */
147
+ export interface NamespaceDelegation {
148
+ /**
149
+ * fingerprint of the root key defining the namespace
150
+ *
151
+ * @generated from protobuf field: string namespace = 1
152
+ */
153
+ namespace: string;
154
+ /**
155
+ * target key of getting full rights on the namespace (if target == namespace, it's a root CA)
156
+ *
157
+ * @generated from protobuf field: com.digitalasset.canton.crypto.v30.SigningPublicKey target_key = 2
158
+ */
159
+ targetKey?: SigningPublicKey;
160
+ /**
161
+ * flag indicating whether the given delegation is a root delegation or not
162
+ * a root delegation is also allowed to issue other NamespaceDelegations.
163
+ *
164
+ * @deprecated
165
+ * @generated from protobuf field: bool is_root_delegation = 3 [deprecated = true]
166
+ */
167
+ isRootDelegation: boolean;
168
+ /**
169
+ * restricts target_key to only sign transactions with the specified mapping types.
170
+ * for backwards compatibility, only the following combinations are valid:
171
+ * * is_root_delegation = true, restriction = empty: the key can sign all mappings
172
+ * * is_root_delegation = false, restriction = empty: the key can sign all mappings but namespace delegations
173
+ * * is_root_delegation = false, restriction = non-empty: the key can only sign the mappings according the restriction that is set
174
+ *
175
+ * @generated from protobuf oneof: restriction
176
+ */
177
+ restriction: {
178
+ oneofKind: 'canSignAllMappings';
179
+ /**
180
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.NamespaceDelegation.CanSignAllMappings can_sign_all_mappings = 4
181
+ */
182
+ canSignAllMappings: NamespaceDelegation_CanSignAllMappings;
183
+ } | {
184
+ oneofKind: 'canSignAllButNamespaceDelegations';
185
+ /**
186
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.NamespaceDelegation.CanSignAllButNamespaceDelegations can_sign_all_but_namespace_delegations = 5
187
+ */
188
+ canSignAllButNamespaceDelegations: NamespaceDelegation_CanSignAllButNamespaceDelegations;
189
+ } | {
190
+ oneofKind: 'canSignSpecificMapings';
191
+ /**
192
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.NamespaceDelegation.CanSignSpecificMappings can_sign_specific_mapings = 6
193
+ */
194
+ canSignSpecificMapings: NamespaceDelegation_CanSignSpecificMappings;
195
+ } | {
196
+ oneofKind: undefined;
197
+ };
198
+ }
199
+ /**
200
+ * the key can sign all currently known mappings and all mappings that will be added in future releases
201
+ *
202
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.NamespaceDelegation.CanSignAllMappings
203
+ */
204
+ export interface NamespaceDelegation_CanSignAllMappings {
205
+ }
206
+ /**
207
+ * the key can sign all currently known mappings and all mappings that will be added in future releases, except for
208
+ * namespace delegations
209
+ *
210
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.NamespaceDelegation.CanSignAllButNamespaceDelegations
211
+ */
212
+ export interface NamespaceDelegation_CanSignAllButNamespaceDelegations {
213
+ }
214
+ /**
215
+ * the key can only sign the explicitly specified mappings
216
+ *
217
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.NamespaceDelegation.CanSignSpecificMappings
218
+ */
219
+ export interface NamespaceDelegation_CanSignSpecificMappings {
220
+ /**
221
+ * @generated from protobuf field: repeated com.digitalasset.canton.protocol.v30.Enums.TopologyMappingCode mappings = 1
222
+ */
223
+ mappings: Enums_TopologyMappingCode[];
224
+ }
225
+ /**
226
+ * a decentralized namespace definition that creates a new namespace supported by the
227
+ * the original owners
228
+ * authorization: the decentralized namespace definition with serial = 1 must be authorized by all the
229
+ * owners of the namespace that form the decentralized namespace.
230
+ * for definitions with serial > 1, we need the authorization of #threshold owners plus
231
+ * all new owners
232
+ *
233
+ * any further transaction within the decentralized namespace other than decentralized namespace definitions needs
234
+ * #threshold signatures of the owners
235
+ *
236
+ * UNIQUE(decentralized_namespace)
237
+ *
238
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.DecentralizedNamespaceDefinition
239
+ */
240
+ export interface DecentralizedNamespaceDefinition {
241
+ /**
242
+ * name of the decentralized namespace, computed from the hash of its initial owners
243
+ *
244
+ * @generated from protobuf field: string decentralized_namespace = 1
245
+ */
246
+ decentralizedNamespace: string;
247
+ /**
248
+ * the threshold required for any subsequent update signing
249
+ *
250
+ * @generated from protobuf field: int32 threshold = 2
251
+ */
252
+ threshold: number;
253
+ /**
254
+ * the namespaces of the owners
255
+ *
256
+ * @generated from protobuf field: repeated string owners = 3
257
+ */
258
+ owners: string[];
259
+ }
260
+ /**
261
+ * mapping a member (participant, mediator, sequencer) to a key
262
+ * authorization: whoever controls the member uid
263
+ * UNIQUE(member)
264
+ *
265
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.OwnerToKeyMapping
266
+ */
267
+ export interface OwnerToKeyMapping {
268
+ /**
269
+ * the sequencing process member
270
+ *
271
+ * @generated from protobuf field: string member = 1
272
+ */
273
+ member: string;
274
+ /**
275
+ * the designated keys
276
+ *
277
+ * @generated from protobuf field: repeated com.digitalasset.canton.crypto.v30.PublicKey public_keys = 2
278
+ */
279
+ publicKeys: PublicKey[];
280
+ }
281
+ /**
282
+ * mapping a party to a key
283
+ * authorization: whoever controls the party uid
284
+ * UNIQUE(party)
285
+ *
286
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.PartyToKeyMapping
287
+ */
288
+ export interface PartyToKeyMapping {
289
+ /**
290
+ * the party
291
+ *
292
+ * @generated from protobuf field: string party = 1
293
+ */
294
+ party: string;
295
+ /**
296
+ * the authorization threshold
297
+ *
298
+ * @generated from protobuf field: uint32 threshold = 3
299
+ */
300
+ threshold: number;
301
+ /**
302
+ * the designated signing keys
303
+ *
304
+ * @generated from protobuf field: repeated com.digitalasset.canton.crypto.v30.SigningPublicKey signing_keys = 4
305
+ */
306
+ signingKeys: SigningPublicKey[];
307
+ }
308
+ /**
309
+ * the trust certificate issued by the participant confirming that the participant
310
+ * wishes to be present on the given synchronizer
311
+ * authorization: whoever controls the participant uid
312
+ * UNIQUE(participant,synchronizer_id)
313
+ *
314
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.SynchronizerTrustCertificate
315
+ */
316
+ export interface SynchronizerTrustCertificate {
317
+ /**
318
+ * the uid of the participant
319
+ *
320
+ * @generated from protobuf field: string participant_uid = 1
321
+ */
322
+ participantUid: string;
323
+ /**
324
+ * the uid of the synchronizer that the participant trusts
325
+ *
326
+ * @generated from protobuf field: string synchronizer_id = 2
327
+ */
328
+ synchronizerId: string;
329
+ }
330
+ /**
331
+ * the optional trust certificate of the synchronizer towards the participant
332
+ * authorization: whoever controls the synchronizer id
333
+ * UNIQUE(synchronizer_id,participant)
334
+ *
335
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.ParticipantSynchronizerPermission
336
+ */
337
+ export interface ParticipantSynchronizerPermission {
338
+ /**
339
+ * @generated from protobuf field: string synchronizer_id = 1
340
+ */
341
+ synchronizerId: string;
342
+ /**
343
+ * @generated from protobuf field: string participant_uid = 2
344
+ */
345
+ participantUid: string;
346
+ /**
347
+ * the permission level of the participant on this synchronizer (usually submission)
348
+ *
349
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.Enums.ParticipantPermission permission = 3
350
+ */
351
+ permission: Enums_ParticipantPermission;
352
+ /**
353
+ * optional individual limits for this participant
354
+ *
355
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.ParticipantSynchronizerLimits limits = 4
356
+ */
357
+ limits?: ParticipantSynchronizerLimits;
358
+ /**
359
+ * optional earliest time when participant can log in (again)
360
+ * used to temporarily disable participants
361
+ * In microseconds of UTC time since Unix epoch
362
+ *
363
+ * @generated from protobuf field: optional int64 login_after = 5
364
+ */
365
+ loginAfter?: bigint;
366
+ }
367
+ /**
368
+ * the optional hosting limits for a party on a given synchronizer
369
+ * these limits can be used to limit the number of participants that can host a given party
370
+ * authorization: whoever controls the synchronizer id
371
+ * UNIQUE(synchronizer_id,party)
372
+ *
373
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.PartyHostingLimits
374
+ */
375
+ export interface PartyHostingLimits {
376
+ /**
377
+ * @generated from protobuf field: string synchronizer_id = 1
378
+ */
379
+ synchronizerId: string;
380
+ /**
381
+ * @generated from protobuf field: string party = 2
382
+ */
383
+ party: string;
384
+ }
385
+ /**
386
+ * list of packages supported by this participant
387
+ * authorization: whoever controls the participant uid
388
+ * UNIQUE(participant)
389
+ *
390
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.VettedPackages
391
+ */
392
+ export interface VettedPackages {
393
+ /**
394
+ * the participant vetting the packages
395
+ *
396
+ * @generated from protobuf field: string participant_uid = 1
397
+ */
398
+ participantUid: string;
399
+ /**
400
+ * DEPRECATED: no longer used, but kept for backwards compatibility.
401
+ * the hashes of the vetted packages.
402
+ * package hashes may only be listed in one of the two fields: package_ids or packages.
403
+ * a package listed in package_ids is equivalent to a package listed in packages with unbounded validity.
404
+ *
405
+ * @deprecated
406
+ * @generated from protobuf field: repeated string package_ids = 2 [deprecated = true]
407
+ */
408
+ packageIds: string[];
409
+ /**
410
+ * the hashes of vetted packages with a validity period.
411
+ * only one entry per package_id is permitted.
412
+ *
413
+ * @generated from protobuf field: repeated com.digitalasset.canton.protocol.v30.VettedPackages.VettedPackage packages = 4
414
+ */
415
+ packages: VettedPackages_VettedPackage[];
416
+ }
417
+ /**
418
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.VettedPackages.VettedPackage
419
+ */
420
+ export interface VettedPackages_VettedPackage {
421
+ /**
422
+ * the hash of the vetted package
423
+ *
424
+ * @generated from protobuf field: string package_id = 1
425
+ */
426
+ packageId: string;
427
+ /**
428
+ * optional earliest ledger effective time (exclusive) as of which the package is considered valid.
429
+ * must be less than or equal to valid_until if both are present.
430
+ *
431
+ * @generated from protobuf field: google.protobuf.Timestamp valid_from = 2
432
+ */
433
+ validFrom?: Timestamp;
434
+ /**
435
+ * optional latest ledger effective time (inclusive) until which the package is considered valid.
436
+ * must be greater than or equal to valid_from if both are present.
437
+ *
438
+ * @generated from protobuf field: google.protobuf.Timestamp valid_until = 3
439
+ */
440
+ validUntil?: Timestamp;
441
+ }
442
+ /**
443
+ * mapping that maps a party to a participant
444
+ * authorization: whoever controls the party and all the owners of the participants that
445
+ * were not already present in the tx with serial = n - 1
446
+ * exception:
447
+ * - a participant can disassociate itself with the party unilaterally as long there will be
448
+ * enough participants to reach "threshold" during confirmation. The disassociating participant
449
+ * must lower the threshold by one, if otherwise the number of hosting participants would go
450
+ * below the threshold.
451
+ * UNIQUE(party)
452
+ *
453
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.PartyToParticipant
454
+ */
455
+ export interface PartyToParticipant {
456
+ /**
457
+ * the party that is to be represented by the participants
458
+ *
459
+ * @generated from protobuf field: string party = 1
460
+ */
461
+ party: string;
462
+ /**
463
+ * the signatory threshold required by the participants to be able to act on behalf of the party.
464
+ * a mapping with threshold > 1 is considered a definition of a consortium party
465
+ *
466
+ * @generated from protobuf field: uint32 threshold = 2
467
+ */
468
+ threshold: number;
469
+ /**
470
+ * which participants will host the party.
471
+ * if threshold > 1, must be Confirmation or Observation
472
+ *
473
+ * @generated from protobuf field: repeated com.digitalasset.canton.protocol.v30.PartyToParticipant.HostingParticipant participants = 3
474
+ */
475
+ participants: PartyToParticipant_HostingParticipant[];
476
+ }
477
+ /**
478
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.PartyToParticipant.HostingParticipant
479
+ */
480
+ export interface PartyToParticipant_HostingParticipant {
481
+ /**
482
+ * the target participant that the party should be mapped to
483
+ *
484
+ * @generated from protobuf field: string participant_uid = 1
485
+ */
486
+ participantUid: string;
487
+ /**
488
+ * permission of the participant for this particular party (the actual
489
+ * will be min of ParticipantSynchronizerPermission.ParticipantPermission and this setting)
490
+ *
491
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.Enums.ParticipantPermission permission = 2
492
+ */
493
+ permission: Enums_ParticipantPermission;
494
+ }
495
+ /**
496
+ * which dynamic synchronizer parameters are supposed to be used on the given synchronizer
497
+ * authorization: whoever controls the synchronizer
498
+ * UNIQUE(synchronizer_id)
499
+ *
500
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.SynchronizerParametersState
501
+ */
502
+ export interface SynchronizerParametersState {
503
+ /**
504
+ * synchronizer affected by the new synchronizer parameters
505
+ *
506
+ * @generated from protobuf field: string synchronizer_id = 1
507
+ */
508
+ synchronizerId: string;
509
+ /**
510
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.DynamicSynchronizerParameters synchronizer_parameters = 2
511
+ */
512
+ synchronizerParameters?: DynamicSynchronizerParameters;
513
+ }
514
+ /**
515
+ * which sequencing dynamic parameters are supposed to be used on the given synchronizer; defaults are used when not set
516
+ * authorization: whoever controls the synchronizer
517
+ * UNIQUE(synchronizer_id)
518
+ *
519
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.DynamicSequencingParametersState
520
+ */
521
+ export interface DynamicSequencingParametersState {
522
+ /**
523
+ * synchronizer affected by the new synchronizer parameters
524
+ *
525
+ * @generated from protobuf field: string synchronizer_id = 1
526
+ */
527
+ synchronizerId: string;
528
+ /**
529
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.DynamicSequencingParameters sequencing_parameters = 2
530
+ */
531
+ sequencingParameters?: DynamicSequencingParameters;
532
+ }
533
+ /**
534
+ * which mediators and mediator groups are active on the given synchronizer
535
+ * authorization: whoever controls the synchronizer
536
+ * UNIQUE(synchronizer_id, group)
537
+ *
538
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.MediatorSynchronizerState
539
+ */
540
+ export interface MediatorSynchronizerState {
541
+ /**
542
+ * the synchronizer id of the mediator group
543
+ *
544
+ * @generated from protobuf field: string synchronizer_id = 1
545
+ */
546
+ synchronizerId: string;
547
+ /**
548
+ * the group-id used for sharding multiple mediator groups
549
+ *
550
+ * @generated from protobuf field: uint32 group = 2
551
+ */
552
+ group: number;
553
+ /**
554
+ * the signature threshold required to reach consensus among the mediators
555
+ *
556
+ * @generated from protobuf field: uint32 threshold = 3
557
+ */
558
+ threshold: number;
559
+ /**
560
+ * the list of active mediators (uid) within the group
561
+ *
562
+ * @generated from protobuf field: repeated string active = 4
563
+ */
564
+ active: string[];
565
+ /**
566
+ * the list of observing mediators (uid) within the group (read messages but don't respond)
567
+ *
568
+ * @generated from protobuf field: repeated string observers = 5
569
+ */
570
+ observers: string[];
571
+ }
572
+ /**
573
+ * which sequencers are active on the given synchronizer
574
+ * authorization: whoever controls the synchronizer
575
+ * UNIQUE(synchronizer_id)
576
+ *
577
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.SequencerSynchronizerState
578
+ */
579
+ export interface SequencerSynchronizerState {
580
+ /**
581
+ * the synchronizer id of the sequencer group
582
+ *
583
+ * @generated from protobuf field: string synchronizer_id = 1
584
+ */
585
+ synchronizerId: string;
586
+ /**
587
+ * The system can tolerate up to min(threshold - 1, (activeWithSigningKey.size - 1)/3) malicious active sequencers,
588
+ * where activeWithSigningKey is the set of sequencers from active that have an active OwnerToKeyMapping with a signing key.
589
+ * In order to make the system resilient against f malicious active sequencers, you need to:
590
+ * (1) configure threshold := f + 1,
591
+ * (2) possibly add active sequencers such that f <= (activeWithSigningKey.size - 1)/3.
592
+ * (3) possibly register signing keys for active sequencers,
593
+ *
594
+ * @generated from protobuf field: uint32 threshold = 2
595
+ */
596
+ threshold: number;
597
+ /**
598
+ * the list of active sequencers
599
+ * If a sequencer without an active signing key is added to this set, it has no effect on the topology state.
600
+ *
601
+ * @generated from protobuf field: repeated string active = 3
602
+ */
603
+ active: string[];
604
+ /**
605
+ * the list of observing sequencers (uid) within the group (read messages but don't respond)
606
+ *
607
+ * @generated from protobuf field: repeated string observers = 4
608
+ */
609
+ observers: string[];
610
+ }
611
+ /**
612
+ * explicitly invalidate topology transactions for good
613
+ * this can be used by the synchronizer to offboard participants forcefully or to
614
+ * remove stray topology transactions
615
+ * authorization: whoever controls the synchronizer
616
+ * UNIQUE(synchronizer_id)
617
+ *
618
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.PurgeTopologyTransaction
619
+ */
620
+ export interface PurgeTopologyTransaction {
621
+ /**
622
+ * the synchronizer id
623
+ *
624
+ * @generated from protobuf field: string synchronizer_id = 1
625
+ */
626
+ synchronizerId: string;
627
+ /**
628
+ * the list of mappings to remove from this synchronizer
629
+ *
630
+ * @generated from protobuf field: repeated com.digitalasset.canton.protocol.v30.TopologyMapping mappings = 2
631
+ */
632
+ mappings: TopologyMapping[];
633
+ }
634
+ /**
635
+ * [docs-entry-start: topology mapping]
636
+ *
637
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.TopologyMapping
638
+ */
639
+ export interface TopologyMapping {
640
+ /**
641
+ * @generated from protobuf oneof: mapping
642
+ */
643
+ mapping: {
644
+ oneofKind: 'namespaceDelegation';
645
+ /**
646
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.NamespaceDelegation namespace_delegation = 1
647
+ */
648
+ namespaceDelegation: NamespaceDelegation;
649
+ } | {
650
+ oneofKind: 'decentralizedNamespaceDefinition';
651
+ /**
652
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.DecentralizedNamespaceDefinition decentralized_namespace_definition = 3
653
+ */
654
+ decentralizedNamespaceDefinition: DecentralizedNamespaceDefinition;
655
+ } | {
656
+ oneofKind: 'ownerToKeyMapping';
657
+ /**
658
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.OwnerToKeyMapping owner_to_key_mapping = 4
659
+ */
660
+ ownerToKeyMapping: OwnerToKeyMapping;
661
+ } | {
662
+ oneofKind: 'synchronizerTrustCertificate';
663
+ /**
664
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.SynchronizerTrustCertificate synchronizer_trust_certificate = 5
665
+ */
666
+ synchronizerTrustCertificate: SynchronizerTrustCertificate;
667
+ } | {
668
+ oneofKind: 'participantPermission';
669
+ /**
670
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.ParticipantSynchronizerPermission participant_permission = 6
671
+ */
672
+ participantPermission: ParticipantSynchronizerPermission;
673
+ } | {
674
+ oneofKind: 'partyHostingLimits';
675
+ /**
676
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.PartyHostingLimits party_hosting_limits = 7
677
+ */
678
+ partyHostingLimits: PartyHostingLimits;
679
+ } | {
680
+ oneofKind: 'vettedPackages';
681
+ /**
682
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.VettedPackages vetted_packages = 8
683
+ */
684
+ vettedPackages: VettedPackages;
685
+ } | {
686
+ oneofKind: 'partyToParticipant';
687
+ /**
688
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.PartyToParticipant party_to_participant = 9
689
+ */
690
+ partyToParticipant: PartyToParticipant;
691
+ } | {
692
+ oneofKind: 'synchronizerParametersState';
693
+ /**
694
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.SynchronizerParametersState synchronizer_parameters_state = 11
695
+ */
696
+ synchronizerParametersState: SynchronizerParametersState;
697
+ } | {
698
+ oneofKind: 'mediatorSynchronizerState';
699
+ /**
700
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.MediatorSynchronizerState mediator_synchronizer_state = 12
701
+ */
702
+ mediatorSynchronizerState: MediatorSynchronizerState;
703
+ } | {
704
+ oneofKind: 'sequencerSynchronizerState';
705
+ /**
706
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.SequencerSynchronizerState sequencer_synchronizer_state = 13
707
+ */
708
+ sequencerSynchronizerState: SequencerSynchronizerState;
709
+ } | {
710
+ oneofKind: 'purgeTopologyTxs';
711
+ /**
712
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.PurgeTopologyTransaction purge_topology_txs = 14
713
+ */
714
+ purgeTopologyTxs: PurgeTopologyTransaction;
715
+ } | {
716
+ oneofKind: 'sequencingDynamicParametersState';
717
+ /**
718
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.DynamicSequencingParametersState sequencing_dynamic_parameters_state = 15
719
+ */
720
+ sequencingDynamicParametersState: DynamicSequencingParametersState;
721
+ } | {
722
+ oneofKind: 'partyToKeyMapping';
723
+ /**
724
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.PartyToKeyMapping party_to_key_mapping = 16
725
+ */
726
+ partyToKeyMapping: PartyToKeyMapping;
727
+ } | {
728
+ oneofKind: undefined;
729
+ };
730
+ }
731
+ /**
732
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.TopologyTransaction
733
+ */
734
+ export interface TopologyTransaction {
735
+ /**
736
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.Enums.TopologyChangeOp operation = 1
737
+ */
738
+ operation: Enums_TopologyChangeOp;
739
+ /**
740
+ * Serial identifier of this transaction used to prevent replay attacks.
741
+ * A topology transaction is replacing the existing transaction with serial - 1
742
+ * that has the same unique key.
743
+ *
744
+ * @generated from protobuf field: uint32 serial = 2
745
+ */
746
+ serial: number;
747
+ /**
748
+ * the element of this topology transaction
749
+ *
750
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.TopologyMapping mapping = 3
751
+ */
752
+ mapping?: TopologyMapping;
753
+ }
754
+ /**
755
+ * Used in SignedTopologyTransaction to bundle together multiple transaction hashes
756
+ * Allows submitters to only sign a single combined hash to authorize multiple transactions at once
757
+ * The combined hash is computed from the transaction hashes
758
+ *
759
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.MultiTransactionSignatures
760
+ */
761
+ export interface MultiTransactionSignatures {
762
+ /**
763
+ * List of topology transaction hashes.
764
+ * Required
765
+ *
766
+ * @generated from protobuf field: repeated bytes transaction_hashes = 1
767
+ */
768
+ transactionHashes: Uint8Array[];
769
+ /**
770
+ * Signatures on the combined hash computed over the transaction_hashes
771
+ * MUST contain at least one
772
+ *
773
+ * @generated from protobuf field: repeated com.digitalasset.canton.crypto.v30.Signature signatures = 2
774
+ */
775
+ signatures: Signature[];
776
+ }
777
+ /**
778
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.SignedTopologyTransaction
779
+ */
780
+ export interface SignedTopologyTransaction {
781
+ /**
782
+ * serialized topology transaction (protobuf bytestring)
783
+ *
784
+ * @generated from protobuf field: bytes transaction = 1
785
+ */
786
+ transaction: Uint8Array;
787
+ /**
788
+ * multiple signatures
789
+ * Either this field OR the multi_transaction_signatures field MUST contain at least one signature
790
+ *
791
+ * @generated from protobuf field: repeated com.digitalasset.canton.crypto.v30.Signature signatures = 2
792
+ */
793
+ signatures: Signature[];
794
+ /**
795
+ * if true, this transaction is just a proposal. this means that every signature is valid,
796
+ * but the signatures are insufficient to properly authorize the transaction.
797
+ * proposals are distributed via the topology channel too. proposals will be pruned automatically
798
+ * when the nodes are pruned
799
+ * TODO(#14045) implement pruning
800
+ *
801
+ * @generated from protobuf field: bool proposal = 3
802
+ */
803
+ proposal: boolean;
804
+ /**
805
+ * If set, the transaction may be authorized by signing a hash computed from multiple transaction hashes
806
+ * This allows to effectively authorize multiple transactions with a single signature.
807
+ * Each item MUST contain the hash of this transaction
808
+ * Optional
809
+ *
810
+ * @generated from protobuf field: repeated com.digitalasset.canton.protocol.v30.MultiTransactionSignatures multi_transaction_signatures = 4
811
+ */
812
+ multiTransactionSignatures: MultiTransactionSignatures[];
813
+ }
814
+ /**
815
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.SignedTopologyTransactions
816
+ */
817
+ export interface SignedTopologyTransactions {
818
+ /**
819
+ * serialized signed topology transaction (protobuf bytestring)
820
+ *
821
+ * @generated from protobuf field: repeated bytes signed_transaction = 1
822
+ */
823
+ signedTransaction: Uint8Array[];
824
+ }
825
+ /**
826
+ * * Accepted topology transaction
827
+ *
828
+ * A member sends topology transactions to the topology transaction broadcast address.
829
+ * The transactions are validated by all members individually against their respective synchronizer store,
830
+ * including the member the submitted the broadcast.
831
+ *
832
+ * @generated from protobuf message com.digitalasset.canton.protocol.v30.TopologyTransactionsBroadcast
833
+ */
834
+ export interface TopologyTransactionsBroadcast {
835
+ /**
836
+ * @generated from protobuf field: string synchronizer_id = 1
837
+ */
838
+ synchronizerId: string;
839
+ /**
840
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.SignedTopologyTransactions signed_transactions = 2
841
+ */
842
+ signedTransactions?: SignedTopologyTransactions;
843
+ }
844
+ declare class Enums$Type extends MessageType<Enums> {
845
+ constructor();
846
+ create(value?: PartialMessage<Enums>): Enums;
847
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Enums): Enums;
848
+ internalBinaryWrite(message: Enums, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
849
+ }
850
+ /**
851
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.Enums
852
+ */
853
+ export declare const Enums: Enums$Type;
854
+ declare class NamespaceDelegation$Type extends MessageType<NamespaceDelegation> {
855
+ constructor();
856
+ create(value?: PartialMessage<NamespaceDelegation>): NamespaceDelegation;
857
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: NamespaceDelegation): NamespaceDelegation;
858
+ internalBinaryWrite(message: NamespaceDelegation, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
859
+ }
860
+ /**
861
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.NamespaceDelegation
862
+ */
863
+ export declare const NamespaceDelegation: NamespaceDelegation$Type;
864
+ declare class NamespaceDelegation_CanSignAllMappings$Type extends MessageType<NamespaceDelegation_CanSignAllMappings> {
865
+ constructor();
866
+ create(value?: PartialMessage<NamespaceDelegation_CanSignAllMappings>): NamespaceDelegation_CanSignAllMappings;
867
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: NamespaceDelegation_CanSignAllMappings): NamespaceDelegation_CanSignAllMappings;
868
+ internalBinaryWrite(message: NamespaceDelegation_CanSignAllMappings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
869
+ }
870
+ /**
871
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.NamespaceDelegation.CanSignAllMappings
872
+ */
873
+ export declare const NamespaceDelegation_CanSignAllMappings: NamespaceDelegation_CanSignAllMappings$Type;
874
+ declare class NamespaceDelegation_CanSignAllButNamespaceDelegations$Type extends MessageType<NamespaceDelegation_CanSignAllButNamespaceDelegations> {
875
+ constructor();
876
+ create(value?: PartialMessage<NamespaceDelegation_CanSignAllButNamespaceDelegations>): NamespaceDelegation_CanSignAllButNamespaceDelegations;
877
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: NamespaceDelegation_CanSignAllButNamespaceDelegations): NamespaceDelegation_CanSignAllButNamespaceDelegations;
878
+ internalBinaryWrite(message: NamespaceDelegation_CanSignAllButNamespaceDelegations, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
879
+ }
880
+ /**
881
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.NamespaceDelegation.CanSignAllButNamespaceDelegations
882
+ */
883
+ export declare const NamespaceDelegation_CanSignAllButNamespaceDelegations: NamespaceDelegation_CanSignAllButNamespaceDelegations$Type;
884
+ declare class NamespaceDelegation_CanSignSpecificMappings$Type extends MessageType<NamespaceDelegation_CanSignSpecificMappings> {
885
+ constructor();
886
+ create(value?: PartialMessage<NamespaceDelegation_CanSignSpecificMappings>): NamespaceDelegation_CanSignSpecificMappings;
887
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: NamespaceDelegation_CanSignSpecificMappings): NamespaceDelegation_CanSignSpecificMappings;
888
+ internalBinaryWrite(message: NamespaceDelegation_CanSignSpecificMappings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
889
+ }
890
+ /**
891
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.NamespaceDelegation.CanSignSpecificMappings
892
+ */
893
+ export declare const NamespaceDelegation_CanSignSpecificMappings: NamespaceDelegation_CanSignSpecificMappings$Type;
894
+ declare class DecentralizedNamespaceDefinition$Type extends MessageType<DecentralizedNamespaceDefinition> {
895
+ constructor();
896
+ create(value?: PartialMessage<DecentralizedNamespaceDefinition>): DecentralizedNamespaceDefinition;
897
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DecentralizedNamespaceDefinition): DecentralizedNamespaceDefinition;
898
+ internalBinaryWrite(message: DecentralizedNamespaceDefinition, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
899
+ }
900
+ /**
901
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.DecentralizedNamespaceDefinition
902
+ */
903
+ export declare const DecentralizedNamespaceDefinition: DecentralizedNamespaceDefinition$Type;
904
+ declare class OwnerToKeyMapping$Type extends MessageType<OwnerToKeyMapping> {
905
+ constructor();
906
+ create(value?: PartialMessage<OwnerToKeyMapping>): OwnerToKeyMapping;
907
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: OwnerToKeyMapping): OwnerToKeyMapping;
908
+ internalBinaryWrite(message: OwnerToKeyMapping, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
909
+ }
910
+ /**
911
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.OwnerToKeyMapping
912
+ */
913
+ export declare const OwnerToKeyMapping: OwnerToKeyMapping$Type;
914
+ declare class PartyToKeyMapping$Type extends MessageType<PartyToKeyMapping> {
915
+ constructor();
916
+ create(value?: PartialMessage<PartyToKeyMapping>): PartyToKeyMapping;
917
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PartyToKeyMapping): PartyToKeyMapping;
918
+ internalBinaryWrite(message: PartyToKeyMapping, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
919
+ }
920
+ /**
921
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.PartyToKeyMapping
922
+ */
923
+ export declare const PartyToKeyMapping: PartyToKeyMapping$Type;
924
+ declare class SynchronizerTrustCertificate$Type extends MessageType<SynchronizerTrustCertificate> {
925
+ constructor();
926
+ create(value?: PartialMessage<SynchronizerTrustCertificate>): SynchronizerTrustCertificate;
927
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SynchronizerTrustCertificate): SynchronizerTrustCertificate;
928
+ internalBinaryWrite(message: SynchronizerTrustCertificate, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
929
+ }
930
+ /**
931
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.SynchronizerTrustCertificate
932
+ */
933
+ export declare const SynchronizerTrustCertificate: SynchronizerTrustCertificate$Type;
934
+ declare class ParticipantSynchronizerPermission$Type extends MessageType<ParticipantSynchronizerPermission> {
935
+ constructor();
936
+ create(value?: PartialMessage<ParticipantSynchronizerPermission>): ParticipantSynchronizerPermission;
937
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ParticipantSynchronizerPermission): ParticipantSynchronizerPermission;
938
+ internalBinaryWrite(message: ParticipantSynchronizerPermission, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
939
+ }
940
+ /**
941
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.ParticipantSynchronizerPermission
942
+ */
943
+ export declare const ParticipantSynchronizerPermission: ParticipantSynchronizerPermission$Type;
944
+ declare class PartyHostingLimits$Type extends MessageType<PartyHostingLimits> {
945
+ constructor();
946
+ create(value?: PartialMessage<PartyHostingLimits>): PartyHostingLimits;
947
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PartyHostingLimits): PartyHostingLimits;
948
+ internalBinaryWrite(message: PartyHostingLimits, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
949
+ }
950
+ /**
951
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.PartyHostingLimits
952
+ */
953
+ export declare const PartyHostingLimits: PartyHostingLimits$Type;
954
+ declare class VettedPackages$Type extends MessageType<VettedPackages> {
955
+ constructor();
956
+ create(value?: PartialMessage<VettedPackages>): VettedPackages;
957
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: VettedPackages): VettedPackages;
958
+ internalBinaryWrite(message: VettedPackages, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
959
+ }
960
+ /**
961
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.VettedPackages
962
+ */
963
+ export declare const VettedPackages: VettedPackages$Type;
964
+ declare class VettedPackages_VettedPackage$Type extends MessageType<VettedPackages_VettedPackage> {
965
+ constructor();
966
+ create(value?: PartialMessage<VettedPackages_VettedPackage>): VettedPackages_VettedPackage;
967
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: VettedPackages_VettedPackage): VettedPackages_VettedPackage;
968
+ internalBinaryWrite(message: VettedPackages_VettedPackage, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
969
+ }
970
+ /**
971
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.VettedPackages.VettedPackage
972
+ */
973
+ export declare const VettedPackages_VettedPackage: VettedPackages_VettedPackage$Type;
974
+ declare class PartyToParticipant$Type extends MessageType<PartyToParticipant> {
975
+ constructor();
976
+ create(value?: PartialMessage<PartyToParticipant>): PartyToParticipant;
977
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PartyToParticipant): PartyToParticipant;
978
+ internalBinaryWrite(message: PartyToParticipant, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
979
+ }
980
+ /**
981
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.PartyToParticipant
982
+ */
983
+ export declare const PartyToParticipant: PartyToParticipant$Type;
984
+ declare class PartyToParticipant_HostingParticipant$Type extends MessageType<PartyToParticipant_HostingParticipant> {
985
+ constructor();
986
+ create(value?: PartialMessage<PartyToParticipant_HostingParticipant>): PartyToParticipant_HostingParticipant;
987
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PartyToParticipant_HostingParticipant): PartyToParticipant_HostingParticipant;
988
+ internalBinaryWrite(message: PartyToParticipant_HostingParticipant, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
989
+ }
990
+ /**
991
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.PartyToParticipant.HostingParticipant
992
+ */
993
+ export declare const PartyToParticipant_HostingParticipant: PartyToParticipant_HostingParticipant$Type;
994
+ declare class SynchronizerParametersState$Type extends MessageType<SynchronizerParametersState> {
995
+ constructor();
996
+ create(value?: PartialMessage<SynchronizerParametersState>): SynchronizerParametersState;
997
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SynchronizerParametersState): SynchronizerParametersState;
998
+ internalBinaryWrite(message: SynchronizerParametersState, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
999
+ }
1000
+ /**
1001
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.SynchronizerParametersState
1002
+ */
1003
+ export declare const SynchronizerParametersState: SynchronizerParametersState$Type;
1004
+ declare class DynamicSequencingParametersState$Type extends MessageType<DynamicSequencingParametersState> {
1005
+ constructor();
1006
+ create(value?: PartialMessage<DynamicSequencingParametersState>): DynamicSequencingParametersState;
1007
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DynamicSequencingParametersState): DynamicSequencingParametersState;
1008
+ internalBinaryWrite(message: DynamicSequencingParametersState, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1009
+ }
1010
+ /**
1011
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.DynamicSequencingParametersState
1012
+ */
1013
+ export declare const DynamicSequencingParametersState: DynamicSequencingParametersState$Type;
1014
+ declare class MediatorSynchronizerState$Type extends MessageType<MediatorSynchronizerState> {
1015
+ constructor();
1016
+ create(value?: PartialMessage<MediatorSynchronizerState>): MediatorSynchronizerState;
1017
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: MediatorSynchronizerState): MediatorSynchronizerState;
1018
+ internalBinaryWrite(message: MediatorSynchronizerState, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1019
+ }
1020
+ /**
1021
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.MediatorSynchronizerState
1022
+ */
1023
+ export declare const MediatorSynchronizerState: MediatorSynchronizerState$Type;
1024
+ declare class SequencerSynchronizerState$Type extends MessageType<SequencerSynchronizerState> {
1025
+ constructor();
1026
+ create(value?: PartialMessage<SequencerSynchronizerState>): SequencerSynchronizerState;
1027
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SequencerSynchronizerState): SequencerSynchronizerState;
1028
+ internalBinaryWrite(message: SequencerSynchronizerState, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1029
+ }
1030
+ /**
1031
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.SequencerSynchronizerState
1032
+ */
1033
+ export declare const SequencerSynchronizerState: SequencerSynchronizerState$Type;
1034
+ declare class PurgeTopologyTransaction$Type extends MessageType<PurgeTopologyTransaction> {
1035
+ constructor();
1036
+ create(value?: PartialMessage<PurgeTopologyTransaction>): PurgeTopologyTransaction;
1037
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PurgeTopologyTransaction): PurgeTopologyTransaction;
1038
+ internalBinaryWrite(message: PurgeTopologyTransaction, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1039
+ }
1040
+ /**
1041
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.PurgeTopologyTransaction
1042
+ */
1043
+ export declare const PurgeTopologyTransaction: PurgeTopologyTransaction$Type;
1044
+ declare class TopologyMapping$Type extends MessageType<TopologyMapping> {
1045
+ constructor();
1046
+ create(value?: PartialMessage<TopologyMapping>): TopologyMapping;
1047
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: TopologyMapping): TopologyMapping;
1048
+ internalBinaryWrite(message: TopologyMapping, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1049
+ }
1050
+ /**
1051
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.TopologyMapping
1052
+ */
1053
+ export declare const TopologyMapping: TopologyMapping$Type;
1054
+ declare class TopologyTransaction$Type extends MessageType<TopologyTransaction> {
1055
+ constructor();
1056
+ create(value?: PartialMessage<TopologyTransaction>): TopologyTransaction;
1057
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: TopologyTransaction): TopologyTransaction;
1058
+ internalBinaryWrite(message: TopologyTransaction, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1059
+ }
1060
+ /**
1061
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.TopologyTransaction
1062
+ */
1063
+ export declare const TopologyTransaction: TopologyTransaction$Type;
1064
+ declare class MultiTransactionSignatures$Type extends MessageType<MultiTransactionSignatures> {
1065
+ constructor();
1066
+ create(value?: PartialMessage<MultiTransactionSignatures>): MultiTransactionSignatures;
1067
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: MultiTransactionSignatures): MultiTransactionSignatures;
1068
+ internalBinaryWrite(message: MultiTransactionSignatures, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1069
+ }
1070
+ /**
1071
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.MultiTransactionSignatures
1072
+ */
1073
+ export declare const MultiTransactionSignatures: MultiTransactionSignatures$Type;
1074
+ declare class SignedTopologyTransaction$Type extends MessageType<SignedTopologyTransaction> {
1075
+ constructor();
1076
+ create(value?: PartialMessage<SignedTopologyTransaction>): SignedTopologyTransaction;
1077
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SignedTopologyTransaction): SignedTopologyTransaction;
1078
+ internalBinaryWrite(message: SignedTopologyTransaction, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1079
+ }
1080
+ /**
1081
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.SignedTopologyTransaction
1082
+ */
1083
+ export declare const SignedTopologyTransaction: SignedTopologyTransaction$Type;
1084
+ declare class SignedTopologyTransactions$Type extends MessageType<SignedTopologyTransactions> {
1085
+ constructor();
1086
+ create(value?: PartialMessage<SignedTopologyTransactions>): SignedTopologyTransactions;
1087
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SignedTopologyTransactions): SignedTopologyTransactions;
1088
+ internalBinaryWrite(message: SignedTopologyTransactions, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1089
+ }
1090
+ /**
1091
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.SignedTopologyTransactions
1092
+ */
1093
+ export declare const SignedTopologyTransactions: SignedTopologyTransactions$Type;
1094
+ declare class TopologyTransactionsBroadcast$Type extends MessageType<TopologyTransactionsBroadcast> {
1095
+ constructor();
1096
+ create(value?: PartialMessage<TopologyTransactionsBroadcast>): TopologyTransactionsBroadcast;
1097
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: TopologyTransactionsBroadcast): TopologyTransactionsBroadcast;
1098
+ internalBinaryWrite(message: TopologyTransactionsBroadcast, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1099
+ }
1100
+ /**
1101
+ * @generated MessageType for protobuf message com.digitalasset.canton.protocol.v30.TopologyTransactionsBroadcast
1102
+ */
1103
+ export declare const TopologyTransactionsBroadcast: TopologyTransactionsBroadcast$Type;
1104
+ export {};
1105
+ //# sourceMappingURL=topology.d.ts.map