@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,1195 @@
1
+ import { ServiceType } from '@protobuf-ts/runtime-rpc';
2
+ import type { BinaryWriteOptions } from '@protobuf-ts/runtime';
3
+ import type { IBinaryWriter } from '@protobuf-ts/runtime';
4
+ import type { BinaryReadOptions } from '@protobuf-ts/runtime';
5
+ import type { IBinaryReader } from '@protobuf-ts/runtime';
6
+ import type { PartialMessage } from '@protobuf-ts/runtime';
7
+ import { MessageType } from '@protobuf-ts/runtime';
8
+ import { TopologyTransactions } from './common.js';
9
+ import { PurgeTopologyTransaction } from '../../../protocol/v30/topology.js';
10
+ import { SequencerSynchronizerState } from '../../../protocol/v30/topology.js';
11
+ import { MediatorSynchronizerState } from '../../../protocol/v30/topology.js';
12
+ import { DynamicSynchronizerParameters } from '../../../protocol/v30/synchronizer_parameters.js';
13
+ import { PartyToParticipant } from '../../../protocol/v30/topology.js';
14
+ import { VettedPackages } from '../../../protocol/v30/topology.js';
15
+ import { PartyHostingLimits } from '../../../protocol/v30/topology.js';
16
+ import { ParticipantSynchronizerPermission } from '../../../protocol/v30/topology.js';
17
+ import { SynchronizerTrustCertificate } from '../../../protocol/v30/topology.js';
18
+ import { PartyToKeyMapping } from '../../../protocol/v30/topology.js';
19
+ import { OwnerToKeyMapping } from '../../../protocol/v30/topology.js';
20
+ import { DecentralizedNamespaceDefinition } from '../../../protocol/v30/topology.js';
21
+ import { NamespaceDelegation } from '../../../protocol/v30/topology.js';
22
+ import { Empty } from '../../../../../../google/protobuf/empty.js';
23
+ import { Timestamp } from '../../../../../../google/protobuf/timestamp.js';
24
+ import { Enums_TopologyChangeOp } from '../../../protocol/v30/topology.js';
25
+ import { StoreId } from './common.js';
26
+ /**
27
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.BaseQuery
28
+ */
29
+ export interface BaseQuery {
30
+ /**
31
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.StoreId store = 1
32
+ */
33
+ store?: StoreId;
34
+ /**
35
+ * whether to query only for proposals instead of approved topology mappings
36
+ *
37
+ * @generated from protobuf field: bool proposals = 2
38
+ */
39
+ proposals: boolean;
40
+ /**
41
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.Enums.TopologyChangeOp operation = 3
42
+ */
43
+ operation: Enums_TopologyChangeOp;
44
+ /**
45
+ * @generated from protobuf oneof: time_query
46
+ */
47
+ timeQuery: {
48
+ oneofKind: 'snapshot';
49
+ /**
50
+ * @generated from protobuf field: google.protobuf.Timestamp snapshot = 5
51
+ */
52
+ snapshot: Timestamp;
53
+ } | {
54
+ oneofKind: 'headState';
55
+ /**
56
+ * @generated from protobuf field: google.protobuf.Empty head_state = 6
57
+ */
58
+ headState: Empty;
59
+ } | {
60
+ oneofKind: 'range';
61
+ /**
62
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseQuery.TimeRange range = 7
63
+ */
64
+ range: BaseQuery_TimeRange;
65
+ } | {
66
+ oneofKind: undefined;
67
+ };
68
+ /**
69
+ * @generated from protobuf field: string filter_signed_key = 8
70
+ */
71
+ filterSignedKey: string;
72
+ /**
73
+ * @generated from protobuf field: optional int32 protocol_version = 9
74
+ */
75
+ protocolVersion?: number;
76
+ }
77
+ /**
78
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.BaseQuery.TimeRange
79
+ */
80
+ export interface BaseQuery_TimeRange {
81
+ /**
82
+ * @generated from protobuf field: google.protobuf.Timestamp from = 1
83
+ */
84
+ from?: Timestamp;
85
+ /**
86
+ * @generated from protobuf field: google.protobuf.Timestamp until = 2
87
+ */
88
+ until?: Timestamp;
89
+ }
90
+ /**
91
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.BaseResult
92
+ */
93
+ export interface BaseResult {
94
+ /**
95
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.StoreId store = 1
96
+ */
97
+ store?: StoreId;
98
+ /**
99
+ * @generated from protobuf field: google.protobuf.Timestamp sequenced = 2
100
+ */
101
+ sequenced?: Timestamp;
102
+ /**
103
+ * @generated from protobuf field: google.protobuf.Timestamp valid_from = 3
104
+ */
105
+ validFrom?: Timestamp;
106
+ /**
107
+ * @generated from protobuf field: google.protobuf.Timestamp valid_until = 4
108
+ */
109
+ validUntil?: Timestamp;
110
+ /**
111
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.Enums.TopologyChangeOp operation = 5
112
+ */
113
+ operation: Enums_TopologyChangeOp;
114
+ /**
115
+ * @generated from protobuf field: bytes transaction_hash = 6
116
+ */
117
+ transactionHash: Uint8Array;
118
+ /**
119
+ * @generated from protobuf field: int32 serial = 7
120
+ */
121
+ serial: number;
122
+ /**
123
+ * @generated from protobuf field: repeated string signed_by_fingerprints = 8
124
+ */
125
+ signedByFingerprints: string[];
126
+ }
127
+ /**
128
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListNamespaceDelegationRequest
129
+ */
130
+ export interface ListNamespaceDelegationRequest {
131
+ /**
132
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseQuery base_query = 1
133
+ */
134
+ baseQuery?: BaseQuery;
135
+ /**
136
+ * @generated from protobuf field: string filter_namespace = 2
137
+ */
138
+ filterNamespace: string;
139
+ /**
140
+ * @generated from protobuf field: string filter_target_key_fingerprint = 3
141
+ */
142
+ filterTargetKeyFingerprint: string;
143
+ }
144
+ /**
145
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListNamespaceDelegationResponse
146
+ */
147
+ export interface ListNamespaceDelegationResponse {
148
+ /**
149
+ * @generated from protobuf field: repeated com.digitalasset.canton.topology.admin.v30.ListNamespaceDelegationResponse.Result results = 1
150
+ */
151
+ results: ListNamespaceDelegationResponse_Result[];
152
+ }
153
+ /**
154
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListNamespaceDelegationResponse.Result
155
+ */
156
+ export interface ListNamespaceDelegationResponse_Result {
157
+ /**
158
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseResult context = 1
159
+ */
160
+ context?: BaseResult;
161
+ /**
162
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.NamespaceDelegation item = 2
163
+ */
164
+ item?: NamespaceDelegation;
165
+ }
166
+ /**
167
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListDecentralizedNamespaceDefinitionRequest
168
+ */
169
+ export interface ListDecentralizedNamespaceDefinitionRequest {
170
+ /**
171
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseQuery base_query = 1
172
+ */
173
+ baseQuery?: BaseQuery;
174
+ /**
175
+ * @generated from protobuf field: string filter_namespace = 2
176
+ */
177
+ filterNamespace: string;
178
+ }
179
+ /**
180
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListDecentralizedNamespaceDefinitionResponse
181
+ */
182
+ export interface ListDecentralizedNamespaceDefinitionResponse {
183
+ /**
184
+ * @generated from protobuf field: repeated com.digitalasset.canton.topology.admin.v30.ListDecentralizedNamespaceDefinitionResponse.Result results = 1
185
+ */
186
+ results: ListDecentralizedNamespaceDefinitionResponse_Result[];
187
+ }
188
+ /**
189
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListDecentralizedNamespaceDefinitionResponse.Result
190
+ */
191
+ export interface ListDecentralizedNamespaceDefinitionResponse_Result {
192
+ /**
193
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseResult context = 1
194
+ */
195
+ context?: BaseResult;
196
+ /**
197
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.DecentralizedNamespaceDefinition item = 2
198
+ */
199
+ item?: DecentralizedNamespaceDefinition;
200
+ }
201
+ /**
202
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListOwnerToKeyMappingRequest
203
+ */
204
+ export interface ListOwnerToKeyMappingRequest {
205
+ /**
206
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseQuery base_query = 1
207
+ */
208
+ baseQuery?: BaseQuery;
209
+ /**
210
+ * @generated from protobuf field: string filter_key_owner_type = 2
211
+ */
212
+ filterKeyOwnerType: string;
213
+ /**
214
+ * @generated from protobuf field: string filter_key_owner_uid = 3
215
+ */
216
+ filterKeyOwnerUid: string;
217
+ }
218
+ /**
219
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListOwnerToKeyMappingResponse
220
+ */
221
+ export interface ListOwnerToKeyMappingResponse {
222
+ /**
223
+ * @generated from protobuf field: repeated com.digitalasset.canton.topology.admin.v30.ListOwnerToKeyMappingResponse.Result results = 1
224
+ */
225
+ results: ListOwnerToKeyMappingResponse_Result[];
226
+ }
227
+ /**
228
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListOwnerToKeyMappingResponse.Result
229
+ */
230
+ export interface ListOwnerToKeyMappingResponse_Result {
231
+ /**
232
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseResult context = 1
233
+ */
234
+ context?: BaseResult;
235
+ /**
236
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.OwnerToKeyMapping item = 2
237
+ */
238
+ item?: OwnerToKeyMapping;
239
+ }
240
+ /**
241
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyToKeyMappingRequest
242
+ */
243
+ export interface ListPartyToKeyMappingRequest {
244
+ /**
245
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseQuery base_query = 1
246
+ */
247
+ baseQuery?: BaseQuery;
248
+ /**
249
+ * @generated from protobuf field: string filter_party = 2
250
+ */
251
+ filterParty: string;
252
+ }
253
+ /**
254
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyToKeyMappingResponse
255
+ */
256
+ export interface ListPartyToKeyMappingResponse {
257
+ /**
258
+ * @generated from protobuf field: repeated com.digitalasset.canton.topology.admin.v30.ListPartyToKeyMappingResponse.Result results = 1
259
+ */
260
+ results: ListPartyToKeyMappingResponse_Result[];
261
+ }
262
+ /**
263
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyToKeyMappingResponse.Result
264
+ */
265
+ export interface ListPartyToKeyMappingResponse_Result {
266
+ /**
267
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseResult context = 1
268
+ */
269
+ context?: BaseResult;
270
+ /**
271
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.PartyToKeyMapping item = 2
272
+ */
273
+ item?: PartyToKeyMapping;
274
+ }
275
+ /**
276
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListSynchronizerTrustCertificateRequest
277
+ */
278
+ export interface ListSynchronizerTrustCertificateRequest {
279
+ /**
280
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseQuery base_query = 1
281
+ */
282
+ baseQuery?: BaseQuery;
283
+ /**
284
+ * @generated from protobuf field: string filter_uid = 2
285
+ */
286
+ filterUid: string;
287
+ }
288
+ /**
289
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListSynchronizerTrustCertificateResponse
290
+ */
291
+ export interface ListSynchronizerTrustCertificateResponse {
292
+ /**
293
+ * @generated from protobuf field: repeated com.digitalasset.canton.topology.admin.v30.ListSynchronizerTrustCertificateResponse.Result results = 1
294
+ */
295
+ results: ListSynchronizerTrustCertificateResponse_Result[];
296
+ }
297
+ /**
298
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListSynchronizerTrustCertificateResponse.Result
299
+ */
300
+ export interface ListSynchronizerTrustCertificateResponse_Result {
301
+ /**
302
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseResult context = 1
303
+ */
304
+ context?: BaseResult;
305
+ /**
306
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.SynchronizerTrustCertificate item = 2
307
+ */
308
+ item?: SynchronizerTrustCertificate;
309
+ }
310
+ /**
311
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListParticipantSynchronizerPermissionRequest
312
+ */
313
+ export interface ListParticipantSynchronizerPermissionRequest {
314
+ /**
315
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseQuery base_query = 1
316
+ */
317
+ baseQuery?: BaseQuery;
318
+ /**
319
+ * @generated from protobuf field: string filter_uid = 2
320
+ */
321
+ filterUid: string;
322
+ }
323
+ /**
324
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListParticipantSynchronizerPermissionResponse
325
+ */
326
+ export interface ListParticipantSynchronizerPermissionResponse {
327
+ /**
328
+ * @generated from protobuf field: repeated com.digitalasset.canton.topology.admin.v30.ListParticipantSynchronizerPermissionResponse.Result results = 1
329
+ */
330
+ results: ListParticipantSynchronizerPermissionResponse_Result[];
331
+ }
332
+ /**
333
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListParticipantSynchronizerPermissionResponse.Result
334
+ */
335
+ export interface ListParticipantSynchronizerPermissionResponse_Result {
336
+ /**
337
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseResult context = 1
338
+ */
339
+ context?: BaseResult;
340
+ /**
341
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.ParticipantSynchronizerPermission item = 2
342
+ */
343
+ item?: ParticipantSynchronizerPermission;
344
+ }
345
+ /**
346
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyHostingLimitsRequest
347
+ */
348
+ export interface ListPartyHostingLimitsRequest {
349
+ /**
350
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseQuery base_query = 1
351
+ */
352
+ baseQuery?: BaseQuery;
353
+ /**
354
+ * @generated from protobuf field: string filter_uid = 2
355
+ */
356
+ filterUid: string;
357
+ }
358
+ /**
359
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyHostingLimitsResponse
360
+ */
361
+ export interface ListPartyHostingLimitsResponse {
362
+ /**
363
+ * @generated from protobuf field: repeated com.digitalasset.canton.topology.admin.v30.ListPartyHostingLimitsResponse.Result results = 1
364
+ */
365
+ results: ListPartyHostingLimitsResponse_Result[];
366
+ }
367
+ /**
368
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyHostingLimitsResponse.Result
369
+ */
370
+ export interface ListPartyHostingLimitsResponse_Result {
371
+ /**
372
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseResult context = 1
373
+ */
374
+ context?: BaseResult;
375
+ /**
376
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.PartyHostingLimits item = 2
377
+ */
378
+ item?: PartyHostingLimits;
379
+ }
380
+ /**
381
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListVettedPackagesRequest
382
+ */
383
+ export interface ListVettedPackagesRequest {
384
+ /**
385
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseQuery base_query = 1
386
+ */
387
+ baseQuery?: BaseQuery;
388
+ /**
389
+ * @generated from protobuf field: string filter_participant = 2
390
+ */
391
+ filterParticipant: string;
392
+ }
393
+ /**
394
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListVettedPackagesResponse
395
+ */
396
+ export interface ListVettedPackagesResponse {
397
+ /**
398
+ * @generated from protobuf field: repeated com.digitalasset.canton.topology.admin.v30.ListVettedPackagesResponse.Result results = 1
399
+ */
400
+ results: ListVettedPackagesResponse_Result[];
401
+ }
402
+ /**
403
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListVettedPackagesResponse.Result
404
+ */
405
+ export interface ListVettedPackagesResponse_Result {
406
+ /**
407
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseResult context = 1
408
+ */
409
+ context?: BaseResult;
410
+ /**
411
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.VettedPackages item = 2
412
+ */
413
+ item?: VettedPackages;
414
+ }
415
+ /**
416
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyToParticipantRequest
417
+ */
418
+ export interface ListPartyToParticipantRequest {
419
+ /**
420
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseQuery base_query = 1
421
+ */
422
+ baseQuery?: BaseQuery;
423
+ /**
424
+ * @generated from protobuf field: string filter_party = 2
425
+ */
426
+ filterParty: string;
427
+ /**
428
+ * @generated from protobuf field: string filter_participant = 3
429
+ */
430
+ filterParticipant: string;
431
+ }
432
+ /**
433
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyToParticipantResponse
434
+ */
435
+ export interface ListPartyToParticipantResponse {
436
+ /**
437
+ * @generated from protobuf field: repeated com.digitalasset.canton.topology.admin.v30.ListPartyToParticipantResponse.Result results = 2
438
+ */
439
+ results: ListPartyToParticipantResponse_Result[];
440
+ }
441
+ /**
442
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyToParticipantResponse.Result
443
+ */
444
+ export interface ListPartyToParticipantResponse_Result {
445
+ /**
446
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseResult context = 1
447
+ */
448
+ context?: BaseResult;
449
+ /**
450
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.PartyToParticipant item = 2
451
+ */
452
+ item?: PartyToParticipant;
453
+ }
454
+ /**
455
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListSynchronizerParametersStateRequest
456
+ */
457
+ export interface ListSynchronizerParametersStateRequest {
458
+ /**
459
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseQuery base_query = 1
460
+ */
461
+ baseQuery?: BaseQuery;
462
+ /**
463
+ * @generated from protobuf field: string filter_synchronizer_id = 2
464
+ */
465
+ filterSynchronizerId: string;
466
+ }
467
+ /**
468
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListSynchronizerParametersStateResponse
469
+ */
470
+ export interface ListSynchronizerParametersStateResponse {
471
+ /**
472
+ * @generated from protobuf field: repeated com.digitalasset.canton.topology.admin.v30.ListSynchronizerParametersStateResponse.Result results = 1
473
+ */
474
+ results: ListSynchronizerParametersStateResponse_Result[];
475
+ }
476
+ /**
477
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListSynchronizerParametersStateResponse.Result
478
+ */
479
+ export interface ListSynchronizerParametersStateResponse_Result {
480
+ /**
481
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseResult context = 1
482
+ */
483
+ context?: BaseResult;
484
+ /**
485
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.DynamicSynchronizerParameters item = 2
486
+ */
487
+ item?: DynamicSynchronizerParameters;
488
+ }
489
+ /**
490
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListMediatorSynchronizerStateRequest
491
+ */
492
+ export interface ListMediatorSynchronizerStateRequest {
493
+ /**
494
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseQuery base_query = 1
495
+ */
496
+ baseQuery?: BaseQuery;
497
+ /**
498
+ * @generated from protobuf field: string filter_synchronizer_id = 2
499
+ */
500
+ filterSynchronizerId: string;
501
+ }
502
+ /**
503
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListMediatorSynchronizerStateResponse
504
+ */
505
+ export interface ListMediatorSynchronizerStateResponse {
506
+ /**
507
+ * @generated from protobuf field: repeated com.digitalasset.canton.topology.admin.v30.ListMediatorSynchronizerStateResponse.Result results = 1
508
+ */
509
+ results: ListMediatorSynchronizerStateResponse_Result[];
510
+ }
511
+ /**
512
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListMediatorSynchronizerStateResponse.Result
513
+ */
514
+ export interface ListMediatorSynchronizerStateResponse_Result {
515
+ /**
516
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseResult context = 1
517
+ */
518
+ context?: BaseResult;
519
+ /**
520
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.MediatorSynchronizerState item = 2
521
+ */
522
+ item?: MediatorSynchronizerState;
523
+ }
524
+ /**
525
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListSequencerSynchronizerStateRequest
526
+ */
527
+ export interface ListSequencerSynchronizerStateRequest {
528
+ /**
529
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseQuery base_query = 1
530
+ */
531
+ baseQuery?: BaseQuery;
532
+ /**
533
+ * @generated from protobuf field: string filter_synchronizer_id = 2
534
+ */
535
+ filterSynchronizerId: string;
536
+ }
537
+ /**
538
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListSequencerSynchronizerStateResponse
539
+ */
540
+ export interface ListSequencerSynchronizerStateResponse {
541
+ /**
542
+ * @generated from protobuf field: repeated com.digitalasset.canton.topology.admin.v30.ListSequencerSynchronizerStateResponse.Result results = 1
543
+ */
544
+ results: ListSequencerSynchronizerStateResponse_Result[];
545
+ }
546
+ /**
547
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListSequencerSynchronizerStateResponse.Result
548
+ */
549
+ export interface ListSequencerSynchronizerStateResponse_Result {
550
+ /**
551
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseResult context = 1
552
+ */
553
+ context?: BaseResult;
554
+ /**
555
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.SequencerSynchronizerState item = 2
556
+ */
557
+ item?: SequencerSynchronizerState;
558
+ }
559
+ /**
560
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListPurgeTopologyTransactionRequest
561
+ */
562
+ export interface ListPurgeTopologyTransactionRequest {
563
+ /**
564
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseQuery base_query = 1
565
+ */
566
+ baseQuery?: BaseQuery;
567
+ /**
568
+ * @generated from protobuf field: string filter_synchronizer_id = 2
569
+ */
570
+ filterSynchronizerId: string;
571
+ }
572
+ /**
573
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListPurgeTopologyTransactionResponse
574
+ */
575
+ export interface ListPurgeTopologyTransactionResponse {
576
+ /**
577
+ * @generated from protobuf field: repeated com.digitalasset.canton.topology.admin.v30.ListPurgeTopologyTransactionResponse.Result results = 1
578
+ */
579
+ results: ListPurgeTopologyTransactionResponse_Result[];
580
+ }
581
+ /**
582
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListPurgeTopologyTransactionResponse.Result
583
+ */
584
+ export interface ListPurgeTopologyTransactionResponse_Result {
585
+ /**
586
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseResult context = 1
587
+ */
588
+ context?: BaseResult;
589
+ /**
590
+ * @generated from protobuf field: com.digitalasset.canton.protocol.v30.PurgeTopologyTransaction item = 2
591
+ */
592
+ item?: PurgeTopologyTransaction;
593
+ }
594
+ /**
595
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListAvailableStoresRequest
596
+ */
597
+ export interface ListAvailableStoresRequest {
598
+ }
599
+ /**
600
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListAvailableStoresResponse
601
+ */
602
+ export interface ListAvailableStoresResponse {
603
+ /**
604
+ * @generated from protobuf field: repeated com.digitalasset.canton.topology.admin.v30.StoreId store_ids = 1
605
+ */
606
+ storeIds: StoreId[];
607
+ }
608
+ /**
609
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListAllRequest
610
+ */
611
+ export interface ListAllRequest {
612
+ /**
613
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseQuery base_query = 1
614
+ */
615
+ baseQuery?: BaseQuery;
616
+ /**
617
+ * * The list of topology mappings to exclude from the result.
618
+ *
619
+ * @generated from protobuf field: repeated string exclude_mappings = 2
620
+ */
621
+ excludeMappings: string[];
622
+ /**
623
+ * @generated from protobuf field: string filter_namespace = 3
624
+ */
625
+ filterNamespace: string;
626
+ }
627
+ /**
628
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ExportTopologySnapshotRequest
629
+ */
630
+ export interface ExportTopologySnapshotRequest {
631
+ /**
632
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.BaseQuery base_query = 1
633
+ */
634
+ baseQuery?: BaseQuery;
635
+ /**
636
+ * @generated from protobuf field: repeated string exclude_mappings = 2
637
+ */
638
+ excludeMappings: string[];
639
+ /**
640
+ * @generated from protobuf field: string filter_namespace = 3
641
+ */
642
+ filterNamespace: string;
643
+ }
644
+ /**
645
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ListAllResponse
646
+ */
647
+ export interface ListAllResponse {
648
+ /**
649
+ * @generated from protobuf field: com.digitalasset.canton.topology.admin.v30.TopologyTransactions result = 1
650
+ */
651
+ result?: TopologyTransactions;
652
+ }
653
+ /**
654
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.ExportTopologySnapshotResponse
655
+ */
656
+ export interface ExportTopologySnapshotResponse {
657
+ /**
658
+ * @generated from protobuf field: bytes chunk = 1
659
+ */
660
+ chunk: Uint8Array;
661
+ }
662
+ /**
663
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.GenesisStateRequest
664
+ */
665
+ export interface GenesisStateRequest {
666
+ /**
667
+ * Must be specified if the genesis state is requested from a participant node.
668
+ *
669
+ * @generated from protobuf field: optional com.digitalasset.canton.topology.admin.v30.StoreId synchronizer_store = 1
670
+ */
671
+ synchronizerStore?: StoreId;
672
+ /**
673
+ * Optional - the effective time used to fetch the topology transactions. If not provided the effective time of the last topology transaction is used.
674
+ *
675
+ * @generated from protobuf field: google.protobuf.Timestamp timestamp = 2
676
+ */
677
+ timestamp?: Timestamp;
678
+ }
679
+ /**
680
+ * @generated from protobuf message com.digitalasset.canton.topology.admin.v30.GenesisStateResponse
681
+ */
682
+ export interface GenesisStateResponse {
683
+ /**
684
+ * versioned stored topology transactions
685
+ *
686
+ * @generated from protobuf field: bytes chunk = 1
687
+ */
688
+ chunk: Uint8Array;
689
+ }
690
+ declare class BaseQuery$Type extends MessageType<BaseQuery> {
691
+ constructor();
692
+ create(value?: PartialMessage<BaseQuery>): BaseQuery;
693
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: BaseQuery): BaseQuery;
694
+ internalBinaryWrite(message: BaseQuery, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
695
+ }
696
+ /**
697
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.BaseQuery
698
+ */
699
+ export declare const BaseQuery: BaseQuery$Type;
700
+ declare class BaseQuery_TimeRange$Type extends MessageType<BaseQuery_TimeRange> {
701
+ constructor();
702
+ create(value?: PartialMessage<BaseQuery_TimeRange>): BaseQuery_TimeRange;
703
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: BaseQuery_TimeRange): BaseQuery_TimeRange;
704
+ internalBinaryWrite(message: BaseQuery_TimeRange, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
705
+ }
706
+ /**
707
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.BaseQuery.TimeRange
708
+ */
709
+ export declare const BaseQuery_TimeRange: BaseQuery_TimeRange$Type;
710
+ declare class BaseResult$Type extends MessageType<BaseResult> {
711
+ constructor();
712
+ create(value?: PartialMessage<BaseResult>): BaseResult;
713
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: BaseResult): BaseResult;
714
+ internalBinaryWrite(message: BaseResult, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
715
+ }
716
+ /**
717
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.BaseResult
718
+ */
719
+ export declare const BaseResult: BaseResult$Type;
720
+ declare class ListNamespaceDelegationRequest$Type extends MessageType<ListNamespaceDelegationRequest> {
721
+ constructor();
722
+ create(value?: PartialMessage<ListNamespaceDelegationRequest>): ListNamespaceDelegationRequest;
723
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListNamespaceDelegationRequest): ListNamespaceDelegationRequest;
724
+ internalBinaryWrite(message: ListNamespaceDelegationRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
725
+ }
726
+ /**
727
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListNamespaceDelegationRequest
728
+ */
729
+ export declare const ListNamespaceDelegationRequest: ListNamespaceDelegationRequest$Type;
730
+ declare class ListNamespaceDelegationResponse$Type extends MessageType<ListNamespaceDelegationResponse> {
731
+ constructor();
732
+ create(value?: PartialMessage<ListNamespaceDelegationResponse>): ListNamespaceDelegationResponse;
733
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListNamespaceDelegationResponse): ListNamespaceDelegationResponse;
734
+ internalBinaryWrite(message: ListNamespaceDelegationResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
735
+ }
736
+ /**
737
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListNamespaceDelegationResponse
738
+ */
739
+ export declare const ListNamespaceDelegationResponse: ListNamespaceDelegationResponse$Type;
740
+ declare class ListNamespaceDelegationResponse_Result$Type extends MessageType<ListNamespaceDelegationResponse_Result> {
741
+ constructor();
742
+ create(value?: PartialMessage<ListNamespaceDelegationResponse_Result>): ListNamespaceDelegationResponse_Result;
743
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListNamespaceDelegationResponse_Result): ListNamespaceDelegationResponse_Result;
744
+ internalBinaryWrite(message: ListNamespaceDelegationResponse_Result, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
745
+ }
746
+ /**
747
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListNamespaceDelegationResponse.Result
748
+ */
749
+ export declare const ListNamespaceDelegationResponse_Result: ListNamespaceDelegationResponse_Result$Type;
750
+ declare class ListDecentralizedNamespaceDefinitionRequest$Type extends MessageType<ListDecentralizedNamespaceDefinitionRequest> {
751
+ constructor();
752
+ create(value?: PartialMessage<ListDecentralizedNamespaceDefinitionRequest>): ListDecentralizedNamespaceDefinitionRequest;
753
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListDecentralizedNamespaceDefinitionRequest): ListDecentralizedNamespaceDefinitionRequest;
754
+ internalBinaryWrite(message: ListDecentralizedNamespaceDefinitionRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
755
+ }
756
+ /**
757
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListDecentralizedNamespaceDefinitionRequest
758
+ */
759
+ export declare const ListDecentralizedNamespaceDefinitionRequest: ListDecentralizedNamespaceDefinitionRequest$Type;
760
+ declare class ListDecentralizedNamespaceDefinitionResponse$Type extends MessageType<ListDecentralizedNamespaceDefinitionResponse> {
761
+ constructor();
762
+ create(value?: PartialMessage<ListDecentralizedNamespaceDefinitionResponse>): ListDecentralizedNamespaceDefinitionResponse;
763
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListDecentralizedNamespaceDefinitionResponse): ListDecentralizedNamespaceDefinitionResponse;
764
+ internalBinaryWrite(message: ListDecentralizedNamespaceDefinitionResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
765
+ }
766
+ /**
767
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListDecentralizedNamespaceDefinitionResponse
768
+ */
769
+ export declare const ListDecentralizedNamespaceDefinitionResponse: ListDecentralizedNamespaceDefinitionResponse$Type;
770
+ declare class ListDecentralizedNamespaceDefinitionResponse_Result$Type extends MessageType<ListDecentralizedNamespaceDefinitionResponse_Result> {
771
+ constructor();
772
+ create(value?: PartialMessage<ListDecentralizedNamespaceDefinitionResponse_Result>): ListDecentralizedNamespaceDefinitionResponse_Result;
773
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListDecentralizedNamespaceDefinitionResponse_Result): ListDecentralizedNamespaceDefinitionResponse_Result;
774
+ internalBinaryWrite(message: ListDecentralizedNamespaceDefinitionResponse_Result, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
775
+ }
776
+ /**
777
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListDecentralizedNamespaceDefinitionResponse.Result
778
+ */
779
+ export declare const ListDecentralizedNamespaceDefinitionResponse_Result: ListDecentralizedNamespaceDefinitionResponse_Result$Type;
780
+ declare class ListOwnerToKeyMappingRequest$Type extends MessageType<ListOwnerToKeyMappingRequest> {
781
+ constructor();
782
+ create(value?: PartialMessage<ListOwnerToKeyMappingRequest>): ListOwnerToKeyMappingRequest;
783
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListOwnerToKeyMappingRequest): ListOwnerToKeyMappingRequest;
784
+ internalBinaryWrite(message: ListOwnerToKeyMappingRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
785
+ }
786
+ /**
787
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListOwnerToKeyMappingRequest
788
+ */
789
+ export declare const ListOwnerToKeyMappingRequest: ListOwnerToKeyMappingRequest$Type;
790
+ declare class ListOwnerToKeyMappingResponse$Type extends MessageType<ListOwnerToKeyMappingResponse> {
791
+ constructor();
792
+ create(value?: PartialMessage<ListOwnerToKeyMappingResponse>): ListOwnerToKeyMappingResponse;
793
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListOwnerToKeyMappingResponse): ListOwnerToKeyMappingResponse;
794
+ internalBinaryWrite(message: ListOwnerToKeyMappingResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
795
+ }
796
+ /**
797
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListOwnerToKeyMappingResponse
798
+ */
799
+ export declare const ListOwnerToKeyMappingResponse: ListOwnerToKeyMappingResponse$Type;
800
+ declare class ListOwnerToKeyMappingResponse_Result$Type extends MessageType<ListOwnerToKeyMappingResponse_Result> {
801
+ constructor();
802
+ create(value?: PartialMessage<ListOwnerToKeyMappingResponse_Result>): ListOwnerToKeyMappingResponse_Result;
803
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListOwnerToKeyMappingResponse_Result): ListOwnerToKeyMappingResponse_Result;
804
+ internalBinaryWrite(message: ListOwnerToKeyMappingResponse_Result, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
805
+ }
806
+ /**
807
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListOwnerToKeyMappingResponse.Result
808
+ */
809
+ export declare const ListOwnerToKeyMappingResponse_Result: ListOwnerToKeyMappingResponse_Result$Type;
810
+ declare class ListPartyToKeyMappingRequest$Type extends MessageType<ListPartyToKeyMappingRequest> {
811
+ constructor();
812
+ create(value?: PartialMessage<ListPartyToKeyMappingRequest>): ListPartyToKeyMappingRequest;
813
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListPartyToKeyMappingRequest): ListPartyToKeyMappingRequest;
814
+ internalBinaryWrite(message: ListPartyToKeyMappingRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
815
+ }
816
+ /**
817
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyToKeyMappingRequest
818
+ */
819
+ export declare const ListPartyToKeyMappingRequest: ListPartyToKeyMappingRequest$Type;
820
+ declare class ListPartyToKeyMappingResponse$Type extends MessageType<ListPartyToKeyMappingResponse> {
821
+ constructor();
822
+ create(value?: PartialMessage<ListPartyToKeyMappingResponse>): ListPartyToKeyMappingResponse;
823
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListPartyToKeyMappingResponse): ListPartyToKeyMappingResponse;
824
+ internalBinaryWrite(message: ListPartyToKeyMappingResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
825
+ }
826
+ /**
827
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyToKeyMappingResponse
828
+ */
829
+ export declare const ListPartyToKeyMappingResponse: ListPartyToKeyMappingResponse$Type;
830
+ declare class ListPartyToKeyMappingResponse_Result$Type extends MessageType<ListPartyToKeyMappingResponse_Result> {
831
+ constructor();
832
+ create(value?: PartialMessage<ListPartyToKeyMappingResponse_Result>): ListPartyToKeyMappingResponse_Result;
833
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListPartyToKeyMappingResponse_Result): ListPartyToKeyMappingResponse_Result;
834
+ internalBinaryWrite(message: ListPartyToKeyMappingResponse_Result, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
835
+ }
836
+ /**
837
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyToKeyMappingResponse.Result
838
+ */
839
+ export declare const ListPartyToKeyMappingResponse_Result: ListPartyToKeyMappingResponse_Result$Type;
840
+ declare class ListSynchronizerTrustCertificateRequest$Type extends MessageType<ListSynchronizerTrustCertificateRequest> {
841
+ constructor();
842
+ create(value?: PartialMessage<ListSynchronizerTrustCertificateRequest>): ListSynchronizerTrustCertificateRequest;
843
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListSynchronizerTrustCertificateRequest): ListSynchronizerTrustCertificateRequest;
844
+ internalBinaryWrite(message: ListSynchronizerTrustCertificateRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
845
+ }
846
+ /**
847
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListSynchronizerTrustCertificateRequest
848
+ */
849
+ export declare const ListSynchronizerTrustCertificateRequest: ListSynchronizerTrustCertificateRequest$Type;
850
+ declare class ListSynchronizerTrustCertificateResponse$Type extends MessageType<ListSynchronizerTrustCertificateResponse> {
851
+ constructor();
852
+ create(value?: PartialMessage<ListSynchronizerTrustCertificateResponse>): ListSynchronizerTrustCertificateResponse;
853
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListSynchronizerTrustCertificateResponse): ListSynchronizerTrustCertificateResponse;
854
+ internalBinaryWrite(message: ListSynchronizerTrustCertificateResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
855
+ }
856
+ /**
857
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListSynchronizerTrustCertificateResponse
858
+ */
859
+ export declare const ListSynchronizerTrustCertificateResponse: ListSynchronizerTrustCertificateResponse$Type;
860
+ declare class ListSynchronizerTrustCertificateResponse_Result$Type extends MessageType<ListSynchronizerTrustCertificateResponse_Result> {
861
+ constructor();
862
+ create(value?: PartialMessage<ListSynchronizerTrustCertificateResponse_Result>): ListSynchronizerTrustCertificateResponse_Result;
863
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListSynchronizerTrustCertificateResponse_Result): ListSynchronizerTrustCertificateResponse_Result;
864
+ internalBinaryWrite(message: ListSynchronizerTrustCertificateResponse_Result, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
865
+ }
866
+ /**
867
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListSynchronizerTrustCertificateResponse.Result
868
+ */
869
+ export declare const ListSynchronizerTrustCertificateResponse_Result: ListSynchronizerTrustCertificateResponse_Result$Type;
870
+ declare class ListParticipantSynchronizerPermissionRequest$Type extends MessageType<ListParticipantSynchronizerPermissionRequest> {
871
+ constructor();
872
+ create(value?: PartialMessage<ListParticipantSynchronizerPermissionRequest>): ListParticipantSynchronizerPermissionRequest;
873
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListParticipantSynchronizerPermissionRequest): ListParticipantSynchronizerPermissionRequest;
874
+ internalBinaryWrite(message: ListParticipantSynchronizerPermissionRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
875
+ }
876
+ /**
877
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListParticipantSynchronizerPermissionRequest
878
+ */
879
+ export declare const ListParticipantSynchronizerPermissionRequest: ListParticipantSynchronizerPermissionRequest$Type;
880
+ declare class ListParticipantSynchronizerPermissionResponse$Type extends MessageType<ListParticipantSynchronizerPermissionResponse> {
881
+ constructor();
882
+ create(value?: PartialMessage<ListParticipantSynchronizerPermissionResponse>): ListParticipantSynchronizerPermissionResponse;
883
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListParticipantSynchronizerPermissionResponse): ListParticipantSynchronizerPermissionResponse;
884
+ internalBinaryWrite(message: ListParticipantSynchronizerPermissionResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
885
+ }
886
+ /**
887
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListParticipantSynchronizerPermissionResponse
888
+ */
889
+ export declare const ListParticipantSynchronizerPermissionResponse: ListParticipantSynchronizerPermissionResponse$Type;
890
+ declare class ListParticipantSynchronizerPermissionResponse_Result$Type extends MessageType<ListParticipantSynchronizerPermissionResponse_Result> {
891
+ constructor();
892
+ create(value?: PartialMessage<ListParticipantSynchronizerPermissionResponse_Result>): ListParticipantSynchronizerPermissionResponse_Result;
893
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListParticipantSynchronizerPermissionResponse_Result): ListParticipantSynchronizerPermissionResponse_Result;
894
+ internalBinaryWrite(message: ListParticipantSynchronizerPermissionResponse_Result, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
895
+ }
896
+ /**
897
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListParticipantSynchronizerPermissionResponse.Result
898
+ */
899
+ export declare const ListParticipantSynchronizerPermissionResponse_Result: ListParticipantSynchronizerPermissionResponse_Result$Type;
900
+ declare class ListPartyHostingLimitsRequest$Type extends MessageType<ListPartyHostingLimitsRequest> {
901
+ constructor();
902
+ create(value?: PartialMessage<ListPartyHostingLimitsRequest>): ListPartyHostingLimitsRequest;
903
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListPartyHostingLimitsRequest): ListPartyHostingLimitsRequest;
904
+ internalBinaryWrite(message: ListPartyHostingLimitsRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
905
+ }
906
+ /**
907
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyHostingLimitsRequest
908
+ */
909
+ export declare const ListPartyHostingLimitsRequest: ListPartyHostingLimitsRequest$Type;
910
+ declare class ListPartyHostingLimitsResponse$Type extends MessageType<ListPartyHostingLimitsResponse> {
911
+ constructor();
912
+ create(value?: PartialMessage<ListPartyHostingLimitsResponse>): ListPartyHostingLimitsResponse;
913
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListPartyHostingLimitsResponse): ListPartyHostingLimitsResponse;
914
+ internalBinaryWrite(message: ListPartyHostingLimitsResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
915
+ }
916
+ /**
917
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyHostingLimitsResponse
918
+ */
919
+ export declare const ListPartyHostingLimitsResponse: ListPartyHostingLimitsResponse$Type;
920
+ declare class ListPartyHostingLimitsResponse_Result$Type extends MessageType<ListPartyHostingLimitsResponse_Result> {
921
+ constructor();
922
+ create(value?: PartialMessage<ListPartyHostingLimitsResponse_Result>): ListPartyHostingLimitsResponse_Result;
923
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListPartyHostingLimitsResponse_Result): ListPartyHostingLimitsResponse_Result;
924
+ internalBinaryWrite(message: ListPartyHostingLimitsResponse_Result, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
925
+ }
926
+ /**
927
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyHostingLimitsResponse.Result
928
+ */
929
+ export declare const ListPartyHostingLimitsResponse_Result: ListPartyHostingLimitsResponse_Result$Type;
930
+ declare class ListVettedPackagesRequest$Type extends MessageType<ListVettedPackagesRequest> {
931
+ constructor();
932
+ create(value?: PartialMessage<ListVettedPackagesRequest>): ListVettedPackagesRequest;
933
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListVettedPackagesRequest): ListVettedPackagesRequest;
934
+ internalBinaryWrite(message: ListVettedPackagesRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
935
+ }
936
+ /**
937
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListVettedPackagesRequest
938
+ */
939
+ export declare const ListVettedPackagesRequest: ListVettedPackagesRequest$Type;
940
+ declare class ListVettedPackagesResponse$Type extends MessageType<ListVettedPackagesResponse> {
941
+ constructor();
942
+ create(value?: PartialMessage<ListVettedPackagesResponse>): ListVettedPackagesResponse;
943
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListVettedPackagesResponse): ListVettedPackagesResponse;
944
+ internalBinaryWrite(message: ListVettedPackagesResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
945
+ }
946
+ /**
947
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListVettedPackagesResponse
948
+ */
949
+ export declare const ListVettedPackagesResponse: ListVettedPackagesResponse$Type;
950
+ declare class ListVettedPackagesResponse_Result$Type extends MessageType<ListVettedPackagesResponse_Result> {
951
+ constructor();
952
+ create(value?: PartialMessage<ListVettedPackagesResponse_Result>): ListVettedPackagesResponse_Result;
953
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListVettedPackagesResponse_Result): ListVettedPackagesResponse_Result;
954
+ internalBinaryWrite(message: ListVettedPackagesResponse_Result, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
955
+ }
956
+ /**
957
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListVettedPackagesResponse.Result
958
+ */
959
+ export declare const ListVettedPackagesResponse_Result: ListVettedPackagesResponse_Result$Type;
960
+ declare class ListPartyToParticipantRequest$Type extends MessageType<ListPartyToParticipantRequest> {
961
+ constructor();
962
+ create(value?: PartialMessage<ListPartyToParticipantRequest>): ListPartyToParticipantRequest;
963
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListPartyToParticipantRequest): ListPartyToParticipantRequest;
964
+ internalBinaryWrite(message: ListPartyToParticipantRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
965
+ }
966
+ /**
967
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyToParticipantRequest
968
+ */
969
+ export declare const ListPartyToParticipantRequest: ListPartyToParticipantRequest$Type;
970
+ declare class ListPartyToParticipantResponse$Type extends MessageType<ListPartyToParticipantResponse> {
971
+ constructor();
972
+ create(value?: PartialMessage<ListPartyToParticipantResponse>): ListPartyToParticipantResponse;
973
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListPartyToParticipantResponse): ListPartyToParticipantResponse;
974
+ internalBinaryWrite(message: ListPartyToParticipantResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
975
+ }
976
+ /**
977
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyToParticipantResponse
978
+ */
979
+ export declare const ListPartyToParticipantResponse: ListPartyToParticipantResponse$Type;
980
+ declare class ListPartyToParticipantResponse_Result$Type extends MessageType<ListPartyToParticipantResponse_Result> {
981
+ constructor();
982
+ create(value?: PartialMessage<ListPartyToParticipantResponse_Result>): ListPartyToParticipantResponse_Result;
983
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListPartyToParticipantResponse_Result): ListPartyToParticipantResponse_Result;
984
+ internalBinaryWrite(message: ListPartyToParticipantResponse_Result, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
985
+ }
986
+ /**
987
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListPartyToParticipantResponse.Result
988
+ */
989
+ export declare const ListPartyToParticipantResponse_Result: ListPartyToParticipantResponse_Result$Type;
990
+ declare class ListSynchronizerParametersStateRequest$Type extends MessageType<ListSynchronizerParametersStateRequest> {
991
+ constructor();
992
+ create(value?: PartialMessage<ListSynchronizerParametersStateRequest>): ListSynchronizerParametersStateRequest;
993
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListSynchronizerParametersStateRequest): ListSynchronizerParametersStateRequest;
994
+ internalBinaryWrite(message: ListSynchronizerParametersStateRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
995
+ }
996
+ /**
997
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListSynchronizerParametersStateRequest
998
+ */
999
+ export declare const ListSynchronizerParametersStateRequest: ListSynchronizerParametersStateRequest$Type;
1000
+ declare class ListSynchronizerParametersStateResponse$Type extends MessageType<ListSynchronizerParametersStateResponse> {
1001
+ constructor();
1002
+ create(value?: PartialMessage<ListSynchronizerParametersStateResponse>): ListSynchronizerParametersStateResponse;
1003
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListSynchronizerParametersStateResponse): ListSynchronizerParametersStateResponse;
1004
+ internalBinaryWrite(message: ListSynchronizerParametersStateResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1005
+ }
1006
+ /**
1007
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListSynchronizerParametersStateResponse
1008
+ */
1009
+ export declare const ListSynchronizerParametersStateResponse: ListSynchronizerParametersStateResponse$Type;
1010
+ declare class ListSynchronizerParametersStateResponse_Result$Type extends MessageType<ListSynchronizerParametersStateResponse_Result> {
1011
+ constructor();
1012
+ create(value?: PartialMessage<ListSynchronizerParametersStateResponse_Result>): ListSynchronizerParametersStateResponse_Result;
1013
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListSynchronizerParametersStateResponse_Result): ListSynchronizerParametersStateResponse_Result;
1014
+ internalBinaryWrite(message: ListSynchronizerParametersStateResponse_Result, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1015
+ }
1016
+ /**
1017
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListSynchronizerParametersStateResponse.Result
1018
+ */
1019
+ export declare const ListSynchronizerParametersStateResponse_Result: ListSynchronizerParametersStateResponse_Result$Type;
1020
+ declare class ListMediatorSynchronizerStateRequest$Type extends MessageType<ListMediatorSynchronizerStateRequest> {
1021
+ constructor();
1022
+ create(value?: PartialMessage<ListMediatorSynchronizerStateRequest>): ListMediatorSynchronizerStateRequest;
1023
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListMediatorSynchronizerStateRequest): ListMediatorSynchronizerStateRequest;
1024
+ internalBinaryWrite(message: ListMediatorSynchronizerStateRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1025
+ }
1026
+ /**
1027
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListMediatorSynchronizerStateRequest
1028
+ */
1029
+ export declare const ListMediatorSynchronizerStateRequest: ListMediatorSynchronizerStateRequest$Type;
1030
+ declare class ListMediatorSynchronizerStateResponse$Type extends MessageType<ListMediatorSynchronizerStateResponse> {
1031
+ constructor();
1032
+ create(value?: PartialMessage<ListMediatorSynchronizerStateResponse>): ListMediatorSynchronizerStateResponse;
1033
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListMediatorSynchronizerStateResponse): ListMediatorSynchronizerStateResponse;
1034
+ internalBinaryWrite(message: ListMediatorSynchronizerStateResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1035
+ }
1036
+ /**
1037
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListMediatorSynchronizerStateResponse
1038
+ */
1039
+ export declare const ListMediatorSynchronizerStateResponse: ListMediatorSynchronizerStateResponse$Type;
1040
+ declare class ListMediatorSynchronizerStateResponse_Result$Type extends MessageType<ListMediatorSynchronizerStateResponse_Result> {
1041
+ constructor();
1042
+ create(value?: PartialMessage<ListMediatorSynchronizerStateResponse_Result>): ListMediatorSynchronizerStateResponse_Result;
1043
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListMediatorSynchronizerStateResponse_Result): ListMediatorSynchronizerStateResponse_Result;
1044
+ internalBinaryWrite(message: ListMediatorSynchronizerStateResponse_Result, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1045
+ }
1046
+ /**
1047
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListMediatorSynchronizerStateResponse.Result
1048
+ */
1049
+ export declare const ListMediatorSynchronizerStateResponse_Result: ListMediatorSynchronizerStateResponse_Result$Type;
1050
+ declare class ListSequencerSynchronizerStateRequest$Type extends MessageType<ListSequencerSynchronizerStateRequest> {
1051
+ constructor();
1052
+ create(value?: PartialMessage<ListSequencerSynchronizerStateRequest>): ListSequencerSynchronizerStateRequest;
1053
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListSequencerSynchronizerStateRequest): ListSequencerSynchronizerStateRequest;
1054
+ internalBinaryWrite(message: ListSequencerSynchronizerStateRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1055
+ }
1056
+ /**
1057
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListSequencerSynchronizerStateRequest
1058
+ */
1059
+ export declare const ListSequencerSynchronizerStateRequest: ListSequencerSynchronizerStateRequest$Type;
1060
+ declare class ListSequencerSynchronizerStateResponse$Type extends MessageType<ListSequencerSynchronizerStateResponse> {
1061
+ constructor();
1062
+ create(value?: PartialMessage<ListSequencerSynchronizerStateResponse>): ListSequencerSynchronizerStateResponse;
1063
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListSequencerSynchronizerStateResponse): ListSequencerSynchronizerStateResponse;
1064
+ internalBinaryWrite(message: ListSequencerSynchronizerStateResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1065
+ }
1066
+ /**
1067
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListSequencerSynchronizerStateResponse
1068
+ */
1069
+ export declare const ListSequencerSynchronizerStateResponse: ListSequencerSynchronizerStateResponse$Type;
1070
+ declare class ListSequencerSynchronizerStateResponse_Result$Type extends MessageType<ListSequencerSynchronizerStateResponse_Result> {
1071
+ constructor();
1072
+ create(value?: PartialMessage<ListSequencerSynchronizerStateResponse_Result>): ListSequencerSynchronizerStateResponse_Result;
1073
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListSequencerSynchronizerStateResponse_Result): ListSequencerSynchronizerStateResponse_Result;
1074
+ internalBinaryWrite(message: ListSequencerSynchronizerStateResponse_Result, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1075
+ }
1076
+ /**
1077
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListSequencerSynchronizerStateResponse.Result
1078
+ */
1079
+ export declare const ListSequencerSynchronizerStateResponse_Result: ListSequencerSynchronizerStateResponse_Result$Type;
1080
+ declare class ListPurgeTopologyTransactionRequest$Type extends MessageType<ListPurgeTopologyTransactionRequest> {
1081
+ constructor();
1082
+ create(value?: PartialMessage<ListPurgeTopologyTransactionRequest>): ListPurgeTopologyTransactionRequest;
1083
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListPurgeTopologyTransactionRequest): ListPurgeTopologyTransactionRequest;
1084
+ internalBinaryWrite(message: ListPurgeTopologyTransactionRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1085
+ }
1086
+ /**
1087
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListPurgeTopologyTransactionRequest
1088
+ */
1089
+ export declare const ListPurgeTopologyTransactionRequest: ListPurgeTopologyTransactionRequest$Type;
1090
+ declare class ListPurgeTopologyTransactionResponse$Type extends MessageType<ListPurgeTopologyTransactionResponse> {
1091
+ constructor();
1092
+ create(value?: PartialMessage<ListPurgeTopologyTransactionResponse>): ListPurgeTopologyTransactionResponse;
1093
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListPurgeTopologyTransactionResponse): ListPurgeTopologyTransactionResponse;
1094
+ internalBinaryWrite(message: ListPurgeTopologyTransactionResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1095
+ }
1096
+ /**
1097
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListPurgeTopologyTransactionResponse
1098
+ */
1099
+ export declare const ListPurgeTopologyTransactionResponse: ListPurgeTopologyTransactionResponse$Type;
1100
+ declare class ListPurgeTopologyTransactionResponse_Result$Type extends MessageType<ListPurgeTopologyTransactionResponse_Result> {
1101
+ constructor();
1102
+ create(value?: PartialMessage<ListPurgeTopologyTransactionResponse_Result>): ListPurgeTopologyTransactionResponse_Result;
1103
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListPurgeTopologyTransactionResponse_Result): ListPurgeTopologyTransactionResponse_Result;
1104
+ internalBinaryWrite(message: ListPurgeTopologyTransactionResponse_Result, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1105
+ }
1106
+ /**
1107
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListPurgeTopologyTransactionResponse.Result
1108
+ */
1109
+ export declare const ListPurgeTopologyTransactionResponse_Result: ListPurgeTopologyTransactionResponse_Result$Type;
1110
+ declare class ListAvailableStoresRequest$Type extends MessageType<ListAvailableStoresRequest> {
1111
+ constructor();
1112
+ create(value?: PartialMessage<ListAvailableStoresRequest>): ListAvailableStoresRequest;
1113
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListAvailableStoresRequest): ListAvailableStoresRequest;
1114
+ internalBinaryWrite(message: ListAvailableStoresRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1115
+ }
1116
+ /**
1117
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListAvailableStoresRequest
1118
+ */
1119
+ export declare const ListAvailableStoresRequest: ListAvailableStoresRequest$Type;
1120
+ declare class ListAvailableStoresResponse$Type extends MessageType<ListAvailableStoresResponse> {
1121
+ constructor();
1122
+ create(value?: PartialMessage<ListAvailableStoresResponse>): ListAvailableStoresResponse;
1123
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListAvailableStoresResponse): ListAvailableStoresResponse;
1124
+ internalBinaryWrite(message: ListAvailableStoresResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1125
+ }
1126
+ /**
1127
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListAvailableStoresResponse
1128
+ */
1129
+ export declare const ListAvailableStoresResponse: ListAvailableStoresResponse$Type;
1130
+ declare class ListAllRequest$Type extends MessageType<ListAllRequest> {
1131
+ constructor();
1132
+ create(value?: PartialMessage<ListAllRequest>): ListAllRequest;
1133
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListAllRequest): ListAllRequest;
1134
+ internalBinaryWrite(message: ListAllRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1135
+ }
1136
+ /**
1137
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListAllRequest
1138
+ */
1139
+ export declare const ListAllRequest: ListAllRequest$Type;
1140
+ declare class ExportTopologySnapshotRequest$Type extends MessageType<ExportTopologySnapshotRequest> {
1141
+ constructor();
1142
+ create(value?: PartialMessage<ExportTopologySnapshotRequest>): ExportTopologySnapshotRequest;
1143
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ExportTopologySnapshotRequest): ExportTopologySnapshotRequest;
1144
+ internalBinaryWrite(message: ExportTopologySnapshotRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1145
+ }
1146
+ /**
1147
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ExportTopologySnapshotRequest
1148
+ */
1149
+ export declare const ExportTopologySnapshotRequest: ExportTopologySnapshotRequest$Type;
1150
+ declare class ListAllResponse$Type extends MessageType<ListAllResponse> {
1151
+ constructor();
1152
+ create(value?: PartialMessage<ListAllResponse>): ListAllResponse;
1153
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ListAllResponse): ListAllResponse;
1154
+ internalBinaryWrite(message: ListAllResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1155
+ }
1156
+ /**
1157
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ListAllResponse
1158
+ */
1159
+ export declare const ListAllResponse: ListAllResponse$Type;
1160
+ declare class ExportTopologySnapshotResponse$Type extends MessageType<ExportTopologySnapshotResponse> {
1161
+ constructor();
1162
+ create(value?: PartialMessage<ExportTopologySnapshotResponse>): ExportTopologySnapshotResponse;
1163
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ExportTopologySnapshotResponse): ExportTopologySnapshotResponse;
1164
+ internalBinaryWrite(message: ExportTopologySnapshotResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1165
+ }
1166
+ /**
1167
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.ExportTopologySnapshotResponse
1168
+ */
1169
+ export declare const ExportTopologySnapshotResponse: ExportTopologySnapshotResponse$Type;
1170
+ declare class GenesisStateRequest$Type extends MessageType<GenesisStateRequest> {
1171
+ constructor();
1172
+ create(value?: PartialMessage<GenesisStateRequest>): GenesisStateRequest;
1173
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GenesisStateRequest): GenesisStateRequest;
1174
+ internalBinaryWrite(message: GenesisStateRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1175
+ }
1176
+ /**
1177
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.GenesisStateRequest
1178
+ */
1179
+ export declare const GenesisStateRequest: GenesisStateRequest$Type;
1180
+ declare class GenesisStateResponse$Type extends MessageType<GenesisStateResponse> {
1181
+ constructor();
1182
+ create(value?: PartialMessage<GenesisStateResponse>): GenesisStateResponse;
1183
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GenesisStateResponse): GenesisStateResponse;
1184
+ internalBinaryWrite(message: GenesisStateResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
1185
+ }
1186
+ /**
1187
+ * @generated MessageType for protobuf message com.digitalasset.canton.topology.admin.v30.GenesisStateResponse
1188
+ */
1189
+ export declare const GenesisStateResponse: GenesisStateResponse$Type;
1190
+ /**
1191
+ * @generated ServiceType for protobuf service com.digitalasset.canton.topology.admin.v30.TopologyManagerReadService
1192
+ */
1193
+ export declare const TopologyManagerReadService: ServiceType;
1194
+ export {};
1195
+ //# sourceMappingURL=topology_manager_read_service.d.ts.map