@aztec/aztec.js 0.0.1-commit.96bb3f7 → 0.0.1-commit.a072138

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 (167) hide show
  1. package/dest/account/account.d.ts +25 -40
  2. package/dest/account/account.d.ts.map +1 -1
  3. package/dest/account/account.js +19 -47
  4. package/dest/account/account_contract.d.ts +8 -9
  5. package/dest/account/account_contract.d.ts.map +1 -1
  6. package/dest/account/account_with_secret_key.d.ts +19 -7
  7. package/dest/account/account_with_secret_key.d.ts.map +1 -1
  8. package/dest/account/account_with_secret_key.js +21 -4
  9. package/dest/account/index.d.ts +3 -2
  10. package/dest/account/index.d.ts.map +1 -1
  11. package/dest/account/index.js +2 -0
  12. package/dest/account/signerless_account.d.ts +5 -6
  13. package/dest/account/signerless_account.d.ts.map +1 -1
  14. package/dest/account/signerless_account.js +8 -11
  15. package/dest/api/account.d.ts +2 -4
  16. package/dest/api/account.d.ts.map +1 -1
  17. package/dest/api/account.js +1 -3
  18. package/dest/api/authorization.d.ts +2 -2
  19. package/dest/api/authorization.d.ts.map +1 -1
  20. package/dest/api/authorization.js +1 -1
  21. package/dest/api/contract.d.ts +16 -10
  22. package/dest/api/contract.d.ts.map +1 -1
  23. package/dest/api/contract.js +14 -8
  24. package/dest/api/keys.d.ts +1 -1
  25. package/dest/api/keys.js +1 -1
  26. package/dest/api/node.d.ts +8 -4
  27. package/dest/api/node.d.ts.map +1 -1
  28. package/dest/api/node.js +7 -3
  29. package/dest/api/protocol.d.ts +7 -1
  30. package/dest/api/protocol.d.ts.map +1 -1
  31. package/dest/api/protocol.js +6 -0
  32. package/dest/api/tx.d.ts +2 -2
  33. package/dest/api/tx.d.ts.map +1 -1
  34. package/dest/api/tx.js +1 -1
  35. package/dest/api/wallet.d.ts +3 -2
  36. package/dest/api/wallet.d.ts.map +1 -1
  37. package/dest/api/wallet.js +2 -1
  38. package/dest/authorization/call_authorization_request.d.ts +22 -1
  39. package/dest/authorization/call_authorization_request.d.ts.map +1 -1
  40. package/dest/contract/base_contract_interaction.d.ts +8 -10
  41. package/dest/contract/base_contract_interaction.d.ts.map +1 -1
  42. package/dest/contract/base_contract_interaction.js +5 -17
  43. package/dest/contract/contract_base.d.ts +4 -1
  44. package/dest/contract/contract_base.d.ts.map +1 -1
  45. package/dest/contract/contract_function_interaction.d.ts +1 -1
  46. package/dest/contract/deploy_method.d.ts +63 -16
  47. package/dest/contract/deploy_method.d.ts.map +1 -1
  48. package/dest/contract/deploy_method.js +41 -23
  49. package/dest/contract/interaction_options.d.ts +42 -5
  50. package/dest/contract/interaction_options.d.ts.map +1 -1
  51. package/dest/contract/interaction_options.js +8 -1
  52. package/dest/contract/protocol_contracts/auth-registry.d.ts +27 -0
  53. package/dest/contract/protocol_contracts/auth-registry.d.ts.map +1 -0
  54. package/dest/contract/protocol_contracts/auth-registry.js +558 -0
  55. package/dest/contract/protocol_contracts/contract-class-registry.d.ts +26 -0
  56. package/dest/contract/protocol_contracts/contract-class-registry.d.ts.map +1 -0
  57. package/dest/contract/protocol_contracts/contract-class-registry.js +385 -0
  58. package/dest/contract/protocol_contracts/contract-instance-registry.d.ts +22 -0
  59. package/dest/contract/protocol_contracts/contract-instance-registry.d.ts.map +1 -0
  60. package/dest/contract/protocol_contracts/contract-instance-registry.js +465 -0
  61. package/dest/contract/protocol_contracts/fee-juice.d.ts +21 -0
  62. package/dest/contract/protocol_contracts/fee-juice.d.ts.map +1 -0
  63. package/dest/contract/protocol_contracts/fee-juice.js +426 -0
  64. package/dest/contract/protocol_contracts/multi-call-entrypoint.d.ts +34 -0
  65. package/dest/contract/protocol_contracts/multi-call-entrypoint.d.ts.map +1 -0
  66. package/dest/contract/protocol_contracts/multi-call-entrypoint.js +575 -0
  67. package/dest/contract/protocol_contracts/public-checks.d.ts +26 -0
  68. package/dest/contract/protocol_contracts/public-checks.d.ts.map +1 -0
  69. package/dest/contract/protocol_contracts/public-checks.js +583 -0
  70. package/dest/contract/wait_for_proven.d.ts +2 -2
  71. package/dest/contract/wait_for_proven.d.ts.map +1 -1
  72. package/dest/contract/wait_for_proven.js +1 -1
  73. package/dest/contract/wait_opts.d.ts +16 -0
  74. package/dest/contract/wait_opts.d.ts.map +1 -0
  75. package/dest/contract/wait_opts.js +5 -0
  76. package/dest/deployment/broadcast_function.js +3 -3
  77. package/dest/deployment/publish_class.js +2 -2
  78. package/dest/deployment/publish_instance.d.ts +2 -2
  79. package/dest/deployment/publish_instance.d.ts.map +1 -1
  80. package/dest/deployment/publish_instance.js +3 -3
  81. package/dest/ethereum/portal_manager.d.ts +3 -1
  82. package/dest/ethereum/portal_manager.d.ts.map +1 -1
  83. package/dest/scripts/generate_protocol_contract_types.d.ts +2 -0
  84. package/dest/scripts/generate_protocol_contract_types.d.ts.map +1 -0
  85. package/dest/scripts/generate_protocol_contract_types.js +120 -0
  86. package/dest/utils/authwit.d.ts +8 -6
  87. package/dest/utils/authwit.d.ts.map +1 -1
  88. package/dest/utils/authwit.js +5 -9
  89. package/dest/utils/node.d.ts +12 -1
  90. package/dest/utils/node.d.ts.map +1 -1
  91. package/dest/utils/node.js +46 -0
  92. package/dest/wallet/account_entrypoint_meta_payment_method.d.ts +5 -8
  93. package/dest/wallet/account_entrypoint_meta_payment_method.d.ts.map +1 -1
  94. package/dest/wallet/account_entrypoint_meta_payment_method.js +28 -43
  95. package/dest/wallet/account_manager.d.ts +5 -8
  96. package/dest/wallet/account_manager.d.ts.map +1 -1
  97. package/dest/wallet/account_manager.js +5 -11
  98. package/dest/wallet/capabilities.d.ts +444 -0
  99. package/dest/wallet/capabilities.d.ts.map +1 -0
  100. package/dest/wallet/capabilities.js +3 -0
  101. package/dest/wallet/deploy_account_method.d.ts +34 -6
  102. package/dest/wallet/deploy_account_method.d.ts.map +1 -1
  103. package/dest/wallet/deploy_account_method.js +7 -5
  104. package/dest/wallet/index.d.ts +2 -1
  105. package/dest/wallet/index.d.ts.map +1 -1
  106. package/dest/wallet/index.js +1 -0
  107. package/dest/wallet/wallet.d.ts +1460 -2424
  108. package/dest/wallet/wallet.d.ts.map +1 -1
  109. package/dest/wallet/wallet.js +179 -86
  110. package/package.json +14 -12
  111. package/src/account/account.ts +34 -58
  112. package/src/account/account_contract.ts +6 -7
  113. package/src/account/account_with_secret_key.ts +33 -8
  114. package/src/account/index.ts +2 -1
  115. package/src/account/signerless_account.ts +13 -12
  116. package/src/api/account.ts +9 -3
  117. package/src/api/authorization.ts +1 -0
  118. package/src/api/contract.ts +22 -7
  119. package/src/api/keys.ts +2 -2
  120. package/src/api/node.ts +7 -3
  121. package/src/api/protocol.ts +7 -0
  122. package/src/api/tx.ts +2 -0
  123. package/src/api/wallet.ts +43 -2
  124. package/src/contract/base_contract_interaction.ts +27 -15
  125. package/src/contract/batch_call.ts +2 -2
  126. package/src/contract/deploy_method.ts +122 -29
  127. package/src/contract/interaction_options.ts +49 -4
  128. package/src/contract/protocol_contracts/auth-registry.ts +351 -0
  129. package/src/contract/protocol_contracts/contract-class-registry.ts +241 -0
  130. package/src/contract/protocol_contracts/contract-instance-registry.ts +302 -0
  131. package/src/contract/protocol_contracts/fee-juice.ts +264 -0
  132. package/src/contract/protocol_contracts/multi-call-entrypoint.ts +332 -0
  133. package/src/contract/protocol_contracts/public-checks.ts +316 -0
  134. package/src/contract/wait_for_proven.ts +1 -1
  135. package/src/contract/wait_opts.ts +21 -0
  136. package/src/deployment/broadcast_function.ts +3 -3
  137. package/src/deployment/publish_class.ts +2 -2
  138. package/src/deployment/publish_instance.ts +3 -6
  139. package/src/scripts/generate_protocol_contract_types.ts +150 -0
  140. package/src/utils/authwit.ts +19 -7
  141. package/src/utils/node.ts +62 -0
  142. package/src/wallet/account_entrypoint_meta_payment_method.ts +28 -60
  143. package/src/wallet/account_manager.ts +5 -13
  144. package/src/wallet/capabilities.ts +491 -0
  145. package/src/wallet/deploy_account_method.ts +37 -13
  146. package/src/wallet/index.ts +1 -0
  147. package/src/wallet/wallet.ts +257 -93
  148. package/dest/account/interface.d.ts +0 -19
  149. package/dest/account/interface.d.ts.map +0 -1
  150. package/dest/account/interface.js +0 -5
  151. package/dest/contract/deploy_sent_tx.d.ts +0 -48
  152. package/dest/contract/deploy_sent_tx.d.ts.map +0 -1
  153. package/dest/contract/deploy_sent_tx.js +0 -46
  154. package/dest/contract/protocol_contracts.d.ts +0 -9
  155. package/dest/contract/protocol_contracts.d.ts.map +0 -1
  156. package/dest/contract/protocol_contracts.js +0 -26
  157. package/dest/contract/sent_tx.d.ts +0 -50
  158. package/dest/contract/sent_tx.d.ts.map +0 -1
  159. package/dest/contract/sent_tx.js +0 -90
  160. package/dest/contract/unsafe_contract.d.ts +0 -15
  161. package/dest/contract/unsafe_contract.d.ts.map +0 -1
  162. package/dest/contract/unsafe_contract.js +0 -6
  163. package/src/account/interface.ts +0 -25
  164. package/src/contract/deploy_sent_tx.ts +0 -75
  165. package/src/contract/protocol_contracts.ts +0 -35
  166. package/src/contract/sent_tx.ts +0 -129
  167. package/src/contract/unsafe_contract.ts +0 -19
@@ -0,0 +1,385 @@
1
+ /* Autogenerated file, do not edit! */ /* eslint-disable */ import { ProtocolContractAddress } from '@aztec/protocol-contracts';
2
+ import { FunctionType } from '@aztec/stdlib/abi';
3
+ import { ContractBase } from '../contract_base.js';
4
+ const ContractClassRegistryContractArtifact = {
5
+ name: 'ContractClassRegistry',
6
+ functions: [
7
+ {
8
+ ...{
9
+ functionType: FunctionType.PRIVATE,
10
+ name: 'broadcast_private_function',
11
+ isOnlySelf: false,
12
+ isStatic: false,
13
+ isInitializer: false,
14
+ parameters: [
15
+ {
16
+ name: 'contract_class_id',
17
+ type: {
18
+ kind: 'struct',
19
+ fields: [
20
+ {
21
+ name: 'inner',
22
+ type: {
23
+ kind: 'field'
24
+ }
25
+ }
26
+ ],
27
+ path: 'aztec::protocol_types::contract_class_id::ContractClassId'
28
+ },
29
+ visibility: 'private'
30
+ },
31
+ {
32
+ name: 'artifact_metadata_hash',
33
+ type: {
34
+ kind: 'field'
35
+ },
36
+ visibility: 'private'
37
+ },
38
+ {
39
+ name: 'utility_functions_artifact_tree_root',
40
+ type: {
41
+ kind: 'field'
42
+ },
43
+ visibility: 'private'
44
+ },
45
+ {
46
+ name: 'private_function_tree_sibling_path',
47
+ type: {
48
+ kind: 'array',
49
+ length: 7,
50
+ type: {
51
+ kind: 'field'
52
+ }
53
+ },
54
+ visibility: 'private'
55
+ },
56
+ {
57
+ name: 'private_function_tree_leaf_index',
58
+ type: {
59
+ kind: 'field'
60
+ },
61
+ visibility: 'private'
62
+ },
63
+ {
64
+ name: 'artifact_function_tree_sibling_path',
65
+ type: {
66
+ kind: 'array',
67
+ length: 7,
68
+ type: {
69
+ kind: 'field'
70
+ }
71
+ },
72
+ visibility: 'private'
73
+ },
74
+ {
75
+ name: 'artifact_function_tree_leaf_index',
76
+ type: {
77
+ kind: 'field'
78
+ },
79
+ visibility: 'private'
80
+ },
81
+ {
82
+ name: 'function_data',
83
+ type: {
84
+ kind: 'struct',
85
+ fields: [
86
+ {
87
+ name: 'selector',
88
+ type: {
89
+ kind: 'struct',
90
+ fields: [
91
+ {
92
+ name: 'inner',
93
+ type: {
94
+ kind: 'integer',
95
+ sign: 'unsigned',
96
+ width: 32
97
+ }
98
+ }
99
+ ],
100
+ path: 'aztec::protocol_types::abis::function_selector::FunctionSelector'
101
+ }
102
+ },
103
+ {
104
+ name: 'metadata_hash',
105
+ type: {
106
+ kind: 'field'
107
+ }
108
+ },
109
+ {
110
+ name: 'vk_hash',
111
+ type: {
112
+ kind: 'field'
113
+ }
114
+ }
115
+ ],
116
+ path: 'events::private_function_broadcasted::InnerPrivateFunction'
117
+ },
118
+ visibility: 'private'
119
+ }
120
+ ],
121
+ returnTypes: [],
122
+ errorTypes: {
123
+ '1998584279744703196': {
124
+ error_kind: 'string',
125
+ string: 'attempt to subtract with overflow'
126
+ },
127
+ '14990209321349310352': {
128
+ error_kind: 'string',
129
+ string: 'attempt to add with overflow'
130
+ },
131
+ '15764276373176857197': {
132
+ error_kind: 'string',
133
+ string: 'Stack too deep'
134
+ },
135
+ '16431471497789672479': {
136
+ error_kind: 'string',
137
+ string: 'Index out of bounds'
138
+ },
139
+ '17655676068928457687': {
140
+ error_kind: 'string',
141
+ string: 'Reader did not read all data'
142
+ }
143
+ }
144
+ },
145
+ bytecode: Buffer.from([]),
146
+ debugSymbols: ''
147
+ },
148
+ {
149
+ ...{
150
+ functionType: FunctionType.PRIVATE,
151
+ name: 'broadcast_utility_function',
152
+ isOnlySelf: false,
153
+ isStatic: false,
154
+ isInitializer: false,
155
+ parameters: [
156
+ {
157
+ name: 'contract_class_id',
158
+ type: {
159
+ kind: 'struct',
160
+ fields: [
161
+ {
162
+ name: 'inner',
163
+ type: {
164
+ kind: 'field'
165
+ }
166
+ }
167
+ ],
168
+ path: 'aztec::protocol_types::contract_class_id::ContractClassId'
169
+ },
170
+ visibility: 'private'
171
+ },
172
+ {
173
+ name: 'artifact_metadata_hash',
174
+ type: {
175
+ kind: 'field'
176
+ },
177
+ visibility: 'private'
178
+ },
179
+ {
180
+ name: 'private_functions_artifact_tree_root',
181
+ type: {
182
+ kind: 'field'
183
+ },
184
+ visibility: 'private'
185
+ },
186
+ {
187
+ name: 'artifact_function_tree_sibling_path',
188
+ type: {
189
+ kind: 'array',
190
+ length: 7,
191
+ type: {
192
+ kind: 'field'
193
+ }
194
+ },
195
+ visibility: 'private'
196
+ },
197
+ {
198
+ name: 'artifact_function_tree_leaf_index',
199
+ type: {
200
+ kind: 'field'
201
+ },
202
+ visibility: 'private'
203
+ },
204
+ {
205
+ name: 'function_data',
206
+ type: {
207
+ kind: 'struct',
208
+ fields: [
209
+ {
210
+ name: 'selector',
211
+ type: {
212
+ kind: 'struct',
213
+ fields: [
214
+ {
215
+ name: 'inner',
216
+ type: {
217
+ kind: 'integer',
218
+ sign: 'unsigned',
219
+ width: 32
220
+ }
221
+ }
222
+ ],
223
+ path: 'aztec::protocol_types::abis::function_selector::FunctionSelector'
224
+ }
225
+ },
226
+ {
227
+ name: 'metadata_hash',
228
+ type: {
229
+ kind: 'field'
230
+ }
231
+ }
232
+ ],
233
+ path: 'events::utility_function_broadcasted::InnerUtilityFunction'
234
+ },
235
+ visibility: 'private'
236
+ }
237
+ ],
238
+ returnTypes: [],
239
+ errorTypes: {
240
+ '1998584279744703196': {
241
+ error_kind: 'string',
242
+ string: 'attempt to subtract with overflow'
243
+ },
244
+ '14990209321349310352': {
245
+ error_kind: 'string',
246
+ string: 'attempt to add with overflow'
247
+ },
248
+ '15764276373176857197': {
249
+ error_kind: 'string',
250
+ string: 'Stack too deep'
251
+ },
252
+ '16431471497789672479': {
253
+ error_kind: 'string',
254
+ string: 'Index out of bounds'
255
+ },
256
+ '17655676068928457687': {
257
+ error_kind: 'string',
258
+ string: 'Reader did not read all data'
259
+ }
260
+ }
261
+ },
262
+ bytecode: Buffer.from([]),
263
+ debugSymbols: ''
264
+ },
265
+ {
266
+ ...{
267
+ functionType: FunctionType.PRIVATE,
268
+ name: 'publish',
269
+ isOnlySelf: false,
270
+ isStatic: false,
271
+ isInitializer: false,
272
+ parameters: [
273
+ {
274
+ name: 'artifact_hash',
275
+ type: {
276
+ kind: 'field'
277
+ },
278
+ visibility: 'private'
279
+ },
280
+ {
281
+ name: 'private_functions_root',
282
+ type: {
283
+ kind: 'field'
284
+ },
285
+ visibility: 'private'
286
+ },
287
+ {
288
+ name: 'public_bytecode_commitment',
289
+ type: {
290
+ kind: 'field'
291
+ },
292
+ visibility: 'private'
293
+ }
294
+ ],
295
+ returnTypes: [],
296
+ errorTypes: {
297
+ '361444214588792908': {
298
+ error_kind: 'string',
299
+ string: 'attempt to multiply with overflow'
300
+ },
301
+ '922421554006670918': {
302
+ error_kind: 'string',
303
+ string: 'num_items is greater than MAX_ITEMS'
304
+ },
305
+ '1998584279744703196': {
306
+ error_kind: 'string',
307
+ string: 'attempt to subtract with overflow'
308
+ },
309
+ '10965409165809799877': {
310
+ error_kind: 'string',
311
+ string: 'Given in_len to absorb is larger than the input array len'
312
+ },
313
+ '14990209321349310352': {
314
+ error_kind: 'string',
315
+ string: 'attempt to add with overflow'
316
+ },
317
+ '15669273164684982983': {
318
+ error_kind: 'string',
319
+ string: 'num_permutations is greater than MAX_PERMUTATIONS'
320
+ },
321
+ '15764276373176857197': {
322
+ error_kind: 'string',
323
+ string: 'Stack too deep'
324
+ },
325
+ '16431471497789672479': {
326
+ error_kind: 'string',
327
+ string: 'Index out of bounds'
328
+ },
329
+ '16450579948625159707': {
330
+ error_kind: 'string',
331
+ string: 'Sponge must be in cache_size=1'
332
+ },
333
+ '17655676068928457687': {
334
+ error_kind: 'string',
335
+ string: 'Reader did not read all data'
336
+ }
337
+ }
338
+ },
339
+ bytecode: Buffer.from([]),
340
+ debugSymbols: ''
341
+ },
342
+ {
343
+ ...{
344
+ functionType: FunctionType.PUBLIC,
345
+ name: 'public_dispatch',
346
+ isOnlySelf: false,
347
+ isStatic: false,
348
+ isInitializer: false,
349
+ parameters: [
350
+ {
351
+ name: 'selector',
352
+ type: {
353
+ kind: 'field'
354
+ },
355
+ visibility: 'private'
356
+ }
357
+ ],
358
+ returnTypes: [],
359
+ errorTypes: {
360
+ '1335198680857977525': {
361
+ error_kind: 'string',
362
+ string: 'No public functions'
363
+ }
364
+ }
365
+ },
366
+ bytecode: Buffer.from([]),
367
+ debugSymbols: ''
368
+ }
369
+ ],
370
+ nonDispatchPublicFunctions: [],
371
+ outputs: {
372
+ structs: {},
373
+ globals: {}
374
+ },
375
+ storageLayout: {},
376
+ fileMap: {}
377
+ };
378
+ export class ContractClassRegistryContract extends ContractBase {
379
+ constructor(wallet){
380
+ super(ProtocolContractAddress.ContractClassRegistry, ContractClassRegistryContractArtifact, wallet);
381
+ }
382
+ static at(wallet) {
383
+ return new ContractClassRegistryContract(wallet);
384
+ }
385
+ }
@@ -0,0 +1,22 @@
1
+ import { PublicKeys } from '../../api/keys.js';
2
+ import type { FieldLike, WrappedFieldLike } from '../../utils/abi_types.js';
3
+ import type { Wallet } from '../../wallet/wallet.js';
4
+ import { ContractBase, type ContractMethod } from '../contract_base.js';
5
+ import { ContractFunctionInteraction } from '../contract_function_interaction.js';
6
+ export declare class ContractInstanceRegistryContract extends ContractBase {
7
+ private constructor();
8
+ static at(wallet: Wallet): ContractInstanceRegistryContract;
9
+ methods: {
10
+ /** get_update_delay() */
11
+ get_update_delay: (() => ContractFunctionInteraction) & Pick<ContractMethod, 'selector'>;
12
+ /** public_dispatch(selector: field) */
13
+ public_dispatch: ((selector: FieldLike) => ContractFunctionInteraction) & Pick<ContractMethod, 'selector'>;
14
+ /** publish_for_public_execution(salt: field, contract_class_id: struct, initialization_hash: field, public_keys: struct, universal_deploy: boolean) */
15
+ publish_for_public_execution: ((salt: FieldLike, contract_class_id: WrappedFieldLike, initialization_hash: FieldLike, public_keys: PublicKeys, universal_deploy: boolean) => ContractFunctionInteraction) & Pick<ContractMethod, 'selector'>;
16
+ /** set_update_delay(new_update_delay: integer) */
17
+ set_update_delay: ((new_update_delay: bigint | number) => ContractFunctionInteraction) & Pick<ContractMethod, 'selector'>;
18
+ /** update(new_contract_class_id: struct) */
19
+ update: ((new_contract_class_id: WrappedFieldLike) => ContractFunctionInteraction) & Pick<ContractMethod, 'selector'>;
20
+ };
21
+ }
22
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJhY3QtaW5zdGFuY2UtcmVnaXN0cnkuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9jb250cmFjdC9wcm90b2NvbF9jb250cmFjdHMvY29udHJhY3QtaW5zdGFuY2UtcmVnaXN0cnkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBTUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQy9DLE9BQU8sS0FBSyxFQUdWLFNBQVMsRUFFVCxnQkFBZ0IsRUFDakIsTUFBTSwwQkFBMEIsQ0FBQztBQUNsQyxPQUFPLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsWUFBWSxFQUFFLEtBQUssY0FBYyxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDeEUsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUEyUGxGLHFCQUFhLGdDQUFpQyxTQUFRLFlBQVk7SUFDaEUsT0FBTyxlQUVOO0lBRUQsT0FBYyxFQUFFLENBQUMsTUFBTSxFQUFFLE1BQU0sR0FBRyxnQ0FBZ0MsQ0FFakU7SUFFYyxPQUFPLEVBQUU7UUFDdEIseUJBQXlCO1FBQ3pCLGdCQUFnQixFQUFFLENBQUMsTUFBTSwyQkFBMkIsQ0FBQyxHQUFHLElBQUksQ0FBQyxjQUFjLEVBQUUsVUFBVSxDQUFDLENBQUM7UUFFekYsdUNBQXVDO1FBQ3ZDLGVBQWUsRUFBRSxDQUFDLENBQUMsUUFBUSxFQUFFLFNBQVMsS0FBSywyQkFBMkIsQ0FBQyxHQUFHLElBQUksQ0FBQyxjQUFjLEVBQUUsVUFBVSxDQUFDLENBQUM7UUFFM0csdUpBQXVKO1FBQ3ZKLDRCQUE0QixFQUFFLENBQUMsQ0FDN0IsSUFBSSxFQUFFLFNBQVMsRUFDZixpQkFBaUIsRUFBRSxnQkFBZ0IsRUFDbkMsbUJBQW1CLEVBQUUsU0FBUyxFQUM5QixXQUFXLEVBQUUsVUFBVSxFQUN2QixnQkFBZ0IsRUFBRSxPQUFPLEtBQ3RCLDJCQUEyQixDQUFDLEdBQy9CLElBQUksQ0FBQyxjQUFjLEVBQUUsVUFBVSxDQUFDLENBQUM7UUFFbkMsa0RBQWtEO1FBQ2xELGdCQUFnQixFQUFFLENBQUMsQ0FBQyxnQkFBZ0IsRUFBRSxNQUFNLEdBQUcsTUFBTSxLQUFLLDJCQUEyQixDQUFDLEdBQ3BGLElBQUksQ0FBQyxjQUFjLEVBQUUsVUFBVSxDQUFDLENBQUM7UUFFbkMsNENBQTRDO1FBQzVDLE1BQU0sRUFBRSxDQUFDLENBQUMscUJBQXFCLEVBQUUsZ0JBQWdCLEtBQUssMkJBQTJCLENBQUMsR0FDaEYsSUFBSSxDQUFDLGNBQWMsRUFBRSxVQUFVLENBQUMsQ0FBQztLQUNwQyxDQUFDO0NBQ0gifQ==
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contract-instance-registry.d.ts","sourceRoot":"","sources":["../../../src/contract/protocol_contracts/contract-instance-registry.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,KAAK,EAGV,SAAS,EAET,gBAAgB,EACjB,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACxE,OAAO,EAAE,2BAA2B,EAAE,MAAM,qCAAqC,CAAC;AA2PlF,qBAAa,gCAAiC,SAAQ,YAAY;IAChE,OAAO,eAEN;IAED,OAAc,EAAE,CAAC,MAAM,EAAE,MAAM,GAAG,gCAAgC,CAEjE;IAEc,OAAO,EAAE;QACtB,yBAAyB;QACzB,gBAAgB,EAAE,CAAC,MAAM,2BAA2B,CAAC,GAAG,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;QAEzF,uCAAuC;QACvC,eAAe,EAAE,CAAC,CAAC,QAAQ,EAAE,SAAS,KAAK,2BAA2B,CAAC,GAAG,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;QAE3G,uJAAuJ;QACvJ,4BAA4B,EAAE,CAAC,CAC7B,IAAI,EAAE,SAAS,EACf,iBAAiB,EAAE,gBAAgB,EACnC,mBAAmB,EAAE,SAAS,EAC9B,WAAW,EAAE,UAAU,EACvB,gBAAgB,EAAE,OAAO,KACtB,2BAA2B,CAAC,GAC/B,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;QAEnC,kDAAkD;QAClD,gBAAgB,EAAE,CAAC,CAAC,gBAAgB,EAAE,MAAM,GAAG,MAAM,KAAK,2BAA2B,CAAC,GACpF,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;QAEnC,4CAA4C;QAC5C,MAAM,EAAE,CAAC,CAAC,qBAAqB,EAAE,gBAAgB,KAAK,2BAA2B,CAAC,GAChF,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;KACpC,CAAC;CACH"}