@aztec/txe 0.0.1-commit.b2a5d0dd1 → 0.0.1-commit.b3d3157a

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 (144) hide show
  1. package/dest/ContractClassRegistry-PII7Q556.js +3 -0
  2. package/dest/ContractClassRegistry-PII7Q556.js.map +7 -0
  3. package/dest/ContractInstanceRegistry-3MHLGFNZ.js +3 -0
  4. package/dest/ContractInstanceRegistry-3MHLGFNZ.js.map +7 -0
  5. package/dest/FeeJuice-TQV5AQK7.js +3 -0
  6. package/dest/FeeJuice-TQV5AQK7.js.map +7 -0
  7. package/dest/MultiCallEntrypoint-SBJUIJY7.js +3 -0
  8. package/dest/MultiCallEntrypoint-SBJUIJY7.js.map +7 -0
  9. package/dest/SchnorrAccount-MQXPIZ44.js +3 -0
  10. package/dest/SchnorrAccount-MQXPIZ44.js.map +7 -0
  11. package/dest/bin/check_txe_oracle_version.d.ts +2 -0
  12. package/dest/bin/check_txe_oracle_version.d.ts.map +1 -0
  13. package/dest/bin/check_txe_oracle_version.js +61 -0
  14. package/dest/bin/index.js +3 -30
  15. package/dest/bin/index.js.map +7 -0
  16. package/dest/bin/oracle_test_server.d.ts +3 -0
  17. package/dest/bin/oracle_test_server.d.ts.map +1 -0
  18. package/dest/bin/oracle_test_server.js +41 -0
  19. package/dest/chunk-2FGZE6YL.js +265 -0
  20. package/dest/chunk-2FGZE6YL.js.map +7 -0
  21. package/dest/chunk-6HRVNWJU.js +304 -0
  22. package/dest/chunk-6HRVNWJU.js.map +7 -0
  23. package/dest/chunk-BJVAAXNA.js +3 -0
  24. package/dest/chunk-BJVAAXNA.js.map +7 -0
  25. package/dest/constants.d.ts +5 -1
  26. package/dest/constants.d.ts.map +1 -1
  27. package/dest/constants.js +8 -0
  28. package/dest/dispatcher_pool.d.ts +67 -0
  29. package/dest/dispatcher_pool.d.ts.map +1 -0
  30. package/dest/dispatcher_pool.js +284 -0
  31. package/dest/index.d.ts +185 -7
  32. package/dest/index.d.ts.map +1 -1
  33. package/dest/index.js +70 -190
  34. package/dest/metafile.json +38642 -0
  35. package/dest/msgpackr_fr_extension.d.ts +2 -0
  36. package/dest/msgpackr_fr_extension.d.ts.map +1 -0
  37. package/dest/msgpackr_fr_extension.js +21 -0
  38. package/dest/oracle/interfaces.d.ts +33 -8
  39. package/dest/oracle/interfaces.d.ts.map +1 -1
  40. package/dest/oracle/test-resolver/fixtures.d.ts +43 -0
  41. package/dest/oracle/test-resolver/fixtures.d.ts.map +1 -0
  42. package/dest/oracle/test-resolver/fixtures.js +39 -0
  43. package/dest/oracle/test-resolver/index.d.ts +9 -0
  44. package/dest/oracle/test-resolver/index.d.ts.map +1 -0
  45. package/dest/oracle/test-resolver/index.js +33 -0
  46. package/dest/oracle/test-resolver/resolver.d.ts +34 -0
  47. package/dest/oracle/test-resolver/resolver.d.ts.map +1 -0
  48. package/dest/oracle/test-resolver/resolver.js +114 -0
  49. package/dest/oracle/txe_oracle_public_context.d.ts +26 -2
  50. package/dest/oracle/txe_oracle_public_context.d.ts.map +1 -1
  51. package/dest/oracle/txe_oracle_public_context.js +43 -1
  52. package/dest/oracle/txe_oracle_registry.d.ts +147 -0
  53. package/dest/oracle/txe_oracle_registry.d.ts.map +1 -0
  54. package/dest/oracle/txe_oracle_registry.js +562 -0
  55. package/dest/oracle/txe_oracle_top_level_context.d.ts +27 -13
  56. package/dest/oracle/txe_oracle_top_level_context.d.ts.map +1 -1
  57. package/dest/oracle/txe_oracle_top_level_context.js +129 -52
  58. package/dest/oracle/txe_oracle_version.d.ts +17 -0
  59. package/dest/oracle/txe_oracle_version.d.ts.map +1 -0
  60. package/dest/oracle/txe_oracle_version.js +14 -0
  61. package/dest/oracle/txe_private_execution_oracle.d.ts +17 -0
  62. package/dest/oracle/txe_private_execution_oracle.d.ts.map +1 -0
  63. package/dest/oracle/txe_private_execution_oracle.js +15 -0
  64. package/dest/rpc_server.d.ts +14 -0
  65. package/dest/rpc_server.d.ts.map +1 -0
  66. package/dest/rpc_server.js +78 -0
  67. package/dest/rpc_translator.d.ts +96 -266
  68. package/dest/rpc_translator.d.ts.map +1 -1
  69. package/dest/rpc_translator.js +699 -730
  70. package/dest/server.bundle.js +3 -0
  71. package/dest/server.bundle.js.map +7 -0
  72. package/dest/state_machine/archiver.d.ts +4 -3
  73. package/dest/state_machine/archiver.d.ts.map +1 -1
  74. package/dest/state_machine/archiver.js +24 -14
  75. package/dest/state_machine/dummy_p2p_client.d.ts +11 -6
  76. package/dest/state_machine/dummy_p2p_client.d.ts.map +1 -1
  77. package/dest/state_machine/dummy_p2p_client.js +11 -2
  78. package/dest/state_machine/index.d.ts +4 -2
  79. package/dest/state_machine/index.d.ts.map +1 -1
  80. package/dest/state_machine/index.js +16 -2
  81. package/dest/state_machine/mock_epoch_cache.d.ts +1 -3
  82. package/dest/state_machine/mock_epoch_cache.d.ts.map +1 -1
  83. package/dest/state_machine/mock_epoch_cache.js +0 -6
  84. package/dest/state_machine/synchronizer.js +1 -1
  85. package/dest/txe_session.d.ts +75 -14
  86. package/dest/txe_session.d.ts.map +1 -1
  87. package/dest/txe_session.js +164 -38
  88. package/dest/utils/encoding.d.ts +191 -0
  89. package/dest/utils/encoding.d.ts.map +1 -0
  90. package/dest/{util → utils}/encoding.js +3 -2
  91. package/dest/{util → utils}/expected_failure_error.d.ts +1 -1
  92. package/dest/utils/expected_failure_error.d.ts.map +1 -0
  93. package/dest/{util → utils}/txe_account_store.d.ts +1 -1
  94. package/dest/utils/txe_account_store.d.ts.map +1 -0
  95. package/dest/utils/txe_artifact_resolver.d.ts +37 -0
  96. package/dest/utils/txe_artifact_resolver.d.ts.map +1 -0
  97. package/dest/utils/txe_artifact_resolver.js +161 -0
  98. package/dest/utils/txe_public_contract_data_source.d.ts +20 -0
  99. package/dest/utils/txe_public_contract_data_source.d.ts.map +1 -0
  100. package/dest/worker.bundle.js +3 -0
  101. package/dest/worker.bundle.js.map +7 -0
  102. package/dest/worker.d.ts +2 -0
  103. package/dest/worker.d.ts.map +1 -0
  104. package/dest/worker.js +92 -0
  105. package/package.json +38 -21
  106. package/src/bin/check_txe_oracle_version.ts +70 -0
  107. package/src/bin/index.ts +11 -2
  108. package/src/bin/oracle_test_server.ts +51 -0
  109. package/src/constants.ts +10 -0
  110. package/src/dispatcher_pool.ts +316 -0
  111. package/src/index.ts +97 -227
  112. package/src/msgpackr_fr_extension.ts +23 -0
  113. package/src/oracle/interfaces.ts +29 -7
  114. package/src/oracle/test-resolver/fixtures.ts +84 -0
  115. package/src/oracle/test-resolver/index.ts +45 -0
  116. package/src/oracle/test-resolver/resolver.ts +165 -0
  117. package/src/oracle/txe_oracle_public_context.ts +60 -0
  118. package/src/oracle/txe_oracle_registry.ts +401 -0
  119. package/src/oracle/txe_oracle_top_level_context.ts +157 -62
  120. package/src/oracle/txe_oracle_version.ts +17 -0
  121. package/src/oracle/txe_private_execution_oracle.ts +30 -0
  122. package/src/rpc_server.ts +87 -0
  123. package/src/rpc_translator.ts +774 -1043
  124. package/src/state_machine/archiver.ts +37 -16
  125. package/src/state_machine/dummy_p2p_client.ts +25 -9
  126. package/src/state_machine/index.ts +17 -4
  127. package/src/state_machine/mock_epoch_cache.ts +0 -8
  128. package/src/state_machine/synchronizer.ts +1 -1
  129. package/src/txe_session.ts +269 -39
  130. package/src/{util → utils}/encoding.ts +3 -2
  131. package/src/utils/txe_artifact_resolver.ts +217 -0
  132. package/src/worker.ts +98 -0
  133. package/dest/util/encoding.d.ts +0 -790
  134. package/dest/util/encoding.d.ts.map +0 -1
  135. package/dest/util/expected_failure_error.d.ts.map +0 -1
  136. package/dest/util/txe_account_store.d.ts.map +0 -1
  137. package/dest/util/txe_public_contract_data_source.d.ts +0 -20
  138. package/dest/util/txe_public_contract_data_source.d.ts.map +0 -1
  139. /package/dest/{util → utils}/expected_failure_error.js +0 -0
  140. /package/dest/{util → utils}/txe_account_store.js +0 -0
  141. /package/dest/{util → utils}/txe_public_contract_data_source.js +0 -0
  142. /package/src/{util → utils}/expected_failure_error.ts +0 -0
  143. /package/src/{util → utils}/txe_account_store.ts +0 -0
  144. /package/src/{util → utils}/txe_public_contract_data_source.ts +0 -0
@@ -1,790 +0,0 @@
1
- import { Fr } from '@aztec/foundation/curves/bn254';
2
- import type { EthAddress } from '@aztec/foundation/eth-address';
3
- import { type ContractArtifact } from '@aztec/stdlib/abi';
4
- import { AztecAddress } from '@aztec/stdlib/aztec-address';
5
- import { BlockHash } from '@aztec/stdlib/block';
6
- import { type ContractInstanceWithAddress } from '@aztec/stdlib/contract';
7
- import { z } from 'zod';
8
- export type ForeignCallSingle = string;
9
- export type ForeignCallArray = string[];
10
- export type ForeignCallArgs = (ForeignCallSingle | ForeignCallArray | ContractArtifact | ContractInstanceWithAddress)[];
11
- export type ForeignCallResult = {
12
- values: (ForeignCallSingle | ForeignCallArray)[];
13
- };
14
- export declare function fromSingle(obj: ForeignCallSingle): Fr;
15
- export declare function addressFromSingle(obj: ForeignCallSingle): AztecAddress;
16
- export declare function blockHashFromSingle(obj: ForeignCallSingle): BlockHash;
17
- export declare function fromArray(obj: ForeignCallArray): Fr[];
18
- /**
19
- * Converts an array of Noir unsigned integers to a single tightly-packed buffer.
20
- * @param uintBitSize If it's an array of Noir u8's, put `8`, etc.
21
- * @returns A buffer where each byte is correctly represented as a single byte in the buffer.
22
- */
23
- export declare function fromUintArray(obj: ForeignCallArray, uintBitSize: number): Buffer;
24
- /**
25
- * Converts a Noir BoundedVec of unsigned integers into a Buffer. Note that BoundedVecs are structs, and therefore
26
- * translated as two separate ForeignCallArray and ForeignCallSingle values (an array and a single field).
27
- *
28
- * @param storage The array with the BoundedVec's storage (i.e. BoundedVec::storage())
29
- * @param length The length of the BoundedVec (i.e. BoundedVec::len())
30
- * @param uintBitSize If it's an array of Noir u8's, put `8`, etc.
31
- * @returns A buffer containing the unsigned integers tightly packed
32
- */
33
- export declare function fromUintBoundedVec(storage: ForeignCallArray, length: ForeignCallSingle, uintBitSize: number): Buffer;
34
- export declare function toSingle(value: AztecAddress | EthAddress | Fr | Buffer | boolean | number | bigint): ForeignCallSingle;
35
- export declare function toArray(objs: Fr[]): ForeignCallArray;
36
- export declare function toSingleOrArray(value: Fr | Fr[]): string | string[];
37
- export declare function bufferToU8Array(buffer: Buffer): ForeignCallArray;
38
- /**
39
- * Converts a ForeignCallArray into a tuple which represents a nr BoundedVec.
40
- * If the input array is shorter than the maxLen, it pads the result with zeros,
41
- * so that nr can correctly coerce this result into a BoundedVec.
42
- * @param bVecStorage - The array underlying the BoundedVec.
43
- * @param maxLen - the max length of the BoundedVec.
44
- * @returns a tuple representing a BoundedVec.
45
- */
46
- export declare function arrayToBoundedVec(bVecStorage: ForeignCallArray, maxLen: number): [ForeignCallArray, ForeignCallSingle];
47
- /**
48
- * Converts an array of arrays representing Noir BoundedVec of nested arrays into its Noir serialized form.
49
- * @param bVecStorage - The array underlying the BoundedVec.
50
- * @param maxLen - The max length of the BoundedVec (max num of the nested arrays in the BoundedVec).
51
- * @param nestedArrayLength - The length of the nested arrays (each nested array has to have the same length).
52
- * @returns Serialized BoundedVec following Noir intrinsic serialization.
53
- */
54
- export declare function arrayOfArraysToBoundedVecOfArrays(bVecStorage: ForeignCallArray[], maxLen: number, nestedArrayLength: number): [ForeignCallArray, ForeignCallSingle];
55
- export declare function toForeignCallResult(obj: (ForeignCallSingle | ForeignCallArray)[]): {
56
- values: (string | ForeignCallArray)[];
57
- };
58
- export declare const ForeignCallSingleSchema: z.ZodString;
59
- export declare const ForeignCallArraySchema: z.ZodArray<z.ZodString, "many">;
60
- export declare const ForeignCallArgsSchema: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">, z.ZodObject<{
61
- name: z.ZodString;
62
- functions: z.ZodArray<z.ZodIntersection<z.ZodObject<{
63
- name: z.ZodString;
64
- functionType: z.ZodNativeEnum<typeof import("@aztec/stdlib/abi").FunctionType>;
65
- isOnlySelf: z.ZodBoolean;
66
- isStatic: z.ZodBoolean;
67
- isInitializer: z.ZodBoolean;
68
- parameters: z.ZodArray<z.ZodObject<{
69
- name: z.ZodString;
70
- type: z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>;
71
- visibility: z.ZodEnum<["public", "private", "databus"]>;
72
- }, "strip", z.ZodTypeAny, {
73
- name: string;
74
- type: import("@aztec/stdlib/abi").AbiType;
75
- visibility: "databus" | "private" | "public";
76
- }, {
77
- name: string;
78
- type: import("@aztec/stdlib/abi").AbiType;
79
- visibility: "databus" | "private" | "public";
80
- }>, "many">;
81
- returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
82
- errorTypes: z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodUnion<[z.ZodObject<{
83
- error_kind: z.ZodLiteral<"string">;
84
- string: z.ZodString;
85
- }, "strip", z.ZodTypeAny, {
86
- error_kind: "string";
87
- string: string;
88
- }, {
89
- error_kind: "string";
90
- string: string;
91
- }>, z.ZodObject<{
92
- error_kind: z.ZodLiteral<"fmtstring">;
93
- length: z.ZodNumber;
94
- item_types: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
95
- }, "strip", z.ZodTypeAny, {
96
- error_kind: "fmtstring";
97
- length: number;
98
- item_types: import("@aztec/stdlib/abi").AbiType[];
99
- }, {
100
- error_kind: "fmtstring";
101
- length: number;
102
- item_types: import("@aztec/stdlib/abi").AbiType[];
103
- }>, z.ZodIntersection<z.ZodObject<{
104
- error_kind: z.ZodLiteral<"custom">;
105
- }, "strip", z.ZodTypeAny, {
106
- error_kind: "custom";
107
- }, {
108
- error_kind: "custom";
109
- }>, z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>>]>>>;
110
- }, "strip", z.ZodTypeAny, {
111
- name: string;
112
- functionType: import("@aztec/stdlib/abi").FunctionType;
113
- isOnlySelf: boolean;
114
- isStatic: boolean;
115
- isInitializer: boolean;
116
- parameters: {
117
- name: string;
118
- type: import("@aztec/stdlib/abi").AbiType;
119
- visibility: "databus" | "private" | "public";
120
- }[];
121
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
122
- errorTypes: Record<string, {
123
- error_kind: "string";
124
- string: string;
125
- } | {
126
- error_kind: "fmtstring";
127
- length: number;
128
- item_types: import("@aztec/stdlib/abi").AbiType[];
129
- } | ({
130
- error_kind: "custom";
131
- } & import("@aztec/stdlib/abi").AbiType) | undefined>;
132
- }, {
133
- name: string;
134
- functionType: import("@aztec/stdlib/abi").FunctionType;
135
- isOnlySelf: boolean;
136
- isStatic: boolean;
137
- isInitializer: boolean;
138
- parameters: {
139
- name: string;
140
- type: import("@aztec/stdlib/abi").AbiType;
141
- visibility: "databus" | "private" | "public";
142
- }[];
143
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
144
- errorTypes: Record<string, {
145
- error_kind: "string";
146
- string: string;
147
- } | {
148
- error_kind: "fmtstring";
149
- length: number;
150
- item_types: import("@aztec/stdlib/abi").AbiType[];
151
- } | ({
152
- error_kind: "custom";
153
- } & import("@aztec/stdlib/abi").AbiType) | undefined>;
154
- }>, z.ZodObject<{
155
- bytecode: import("@aztec/foundation/schemas").ZodFor<Buffer<ArrayBufferLike>>;
156
- verificationKey: z.ZodOptional<z.ZodString>;
157
- debugSymbols: z.ZodString;
158
- debug: z.ZodOptional<z.ZodObject<{
159
- debugSymbols: z.ZodObject<{
160
- location_tree: z.ZodObject<{
161
- locations: z.ZodArray<z.ZodObject<{
162
- parent: z.ZodNullable<z.ZodNumber>;
163
- value: z.ZodObject<{
164
- span: z.ZodObject<{
165
- start: z.ZodNumber;
166
- end: z.ZodNumber;
167
- }, "strip", z.ZodTypeAny, {
168
- start: number;
169
- end: number;
170
- }, {
171
- start: number;
172
- end: number;
173
- }>;
174
- file: z.ZodNumber;
175
- }, "strip", z.ZodTypeAny, {
176
- span: {
177
- start: number;
178
- end: number;
179
- };
180
- file: number;
181
- }, {
182
- span: {
183
- start: number;
184
- end: number;
185
- };
186
- file: number;
187
- }>;
188
- }, "strip", z.ZodTypeAny, {
189
- parent: number | null;
190
- value: {
191
- span: {
192
- start: number;
193
- end: number;
194
- };
195
- file: number;
196
- };
197
- }, {
198
- parent: number | null;
199
- value: {
200
- span: {
201
- start: number;
202
- end: number;
203
- };
204
- file: number;
205
- };
206
- }>, "many">;
207
- }, "strip", z.ZodTypeAny, {
208
- locations: {
209
- parent: number | null;
210
- value: {
211
- span: {
212
- start: number;
213
- end: number;
214
- };
215
- file: number;
216
- };
217
- }[];
218
- }, {
219
- locations: {
220
- parent: number | null;
221
- value: {
222
- span: {
223
- start: number;
224
- end: number;
225
- };
226
- file: number;
227
- };
228
- }[];
229
- }>;
230
- acir_locations: z.ZodRecord<z.ZodString, z.ZodNumber>;
231
- brillig_locations: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodNumber>>;
232
- }, "strip", z.ZodTypeAny, {
233
- location_tree: {
234
- locations: {
235
- parent: number | null;
236
- value: {
237
- span: {
238
- start: number;
239
- end: number;
240
- };
241
- file: number;
242
- };
243
- }[];
244
- };
245
- acir_locations: Record<string, number>;
246
- brillig_locations: Record<string, Record<string, number>>;
247
- }, {
248
- location_tree: {
249
- locations: {
250
- parent: number | null;
251
- value: {
252
- span: {
253
- start: number;
254
- end: number;
255
- };
256
- file: number;
257
- };
258
- }[];
259
- };
260
- acir_locations: Record<string, number>;
261
- brillig_locations: Record<string, Record<string, number>>;
262
- }>;
263
- files: z.ZodRecord<z.ZodString, z.ZodObject<{
264
- source: z.ZodString;
265
- path: z.ZodString;
266
- function_locations: z.ZodArray<z.ZodObject<{
267
- start: z.ZodNumber;
268
- name: z.ZodString;
269
- }, "strip", z.ZodTypeAny, {
270
- start: number;
271
- name: string;
272
- }, {
273
- start: number;
274
- name: string;
275
- }>, "many">;
276
- }, "strip", z.ZodTypeAny, {
277
- source: string;
278
- path: string;
279
- function_locations: {
280
- start: number;
281
- name: string;
282
- }[];
283
- }, {
284
- source: string;
285
- path: string;
286
- function_locations: {
287
- start: number;
288
- name: string;
289
- }[];
290
- }>>;
291
- }, "strip", z.ZodTypeAny, {
292
- debugSymbols: {
293
- location_tree: {
294
- locations: {
295
- parent: number | null;
296
- value: {
297
- span: {
298
- start: number;
299
- end: number;
300
- };
301
- file: number;
302
- };
303
- }[];
304
- };
305
- acir_locations: Record<string, number>;
306
- brillig_locations: Record<string, Record<string, number>>;
307
- };
308
- files: Record<string, {
309
- source: string;
310
- path: string;
311
- function_locations: {
312
- start: number;
313
- name: string;
314
- }[];
315
- }>;
316
- }, {
317
- debugSymbols: {
318
- location_tree: {
319
- locations: {
320
- parent: number | null;
321
- value: {
322
- span: {
323
- start: number;
324
- end: number;
325
- };
326
- file: number;
327
- };
328
- }[];
329
- };
330
- acir_locations: Record<string, number>;
331
- brillig_locations: Record<string, Record<string, number>>;
332
- };
333
- files: Record<string, {
334
- source: string;
335
- path: string;
336
- function_locations: {
337
- start: number;
338
- name: string;
339
- }[];
340
- }>;
341
- }>>;
342
- }, "strip", z.ZodTypeAny, {
343
- bytecode: Buffer<ArrayBufferLike>;
344
- verificationKey?: string | undefined;
345
- debugSymbols: string;
346
- debug?: {
347
- debugSymbols: {
348
- location_tree: {
349
- locations: {
350
- parent: number | null;
351
- value: {
352
- span: {
353
- start: number;
354
- end: number;
355
- };
356
- file: number;
357
- };
358
- }[];
359
- };
360
- acir_locations: Record<string, number>;
361
- brillig_locations: Record<string, Record<string, number>>;
362
- };
363
- files: Record<string, {
364
- source: string;
365
- path: string;
366
- function_locations: {
367
- start: number;
368
- name: string;
369
- }[];
370
- }>;
371
- } | undefined;
372
- }, {
373
- bytecode?: any;
374
- verificationKey?: string | undefined;
375
- debugSymbols: string;
376
- debug?: {
377
- debugSymbols: {
378
- location_tree: {
379
- locations: {
380
- parent: number | null;
381
- value: {
382
- span: {
383
- start: number;
384
- end: number;
385
- };
386
- file: number;
387
- };
388
- }[];
389
- };
390
- acir_locations: Record<string, number>;
391
- brillig_locations: Record<string, Record<string, number>>;
392
- };
393
- files: Record<string, {
394
- source: string;
395
- path: string;
396
- function_locations: {
397
- start: number;
398
- name: string;
399
- }[];
400
- }>;
401
- } | undefined;
402
- }>>, "many">;
403
- nonDispatchPublicFunctions: z.ZodArray<z.ZodObject<{
404
- name: z.ZodString;
405
- functionType: z.ZodNativeEnum<typeof import("@aztec/stdlib/abi").FunctionType>;
406
- isOnlySelf: z.ZodBoolean;
407
- isStatic: z.ZodBoolean;
408
- isInitializer: z.ZodBoolean;
409
- parameters: z.ZodArray<z.ZodObject<{
410
- name: z.ZodString;
411
- type: z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>;
412
- visibility: z.ZodEnum<["public", "private", "databus"]>;
413
- }, "strip", z.ZodTypeAny, {
414
- name: string;
415
- type: import("@aztec/stdlib/abi").AbiType;
416
- visibility: "databus" | "private" | "public";
417
- }, {
418
- name: string;
419
- type: import("@aztec/stdlib/abi").AbiType;
420
- visibility: "databus" | "private" | "public";
421
- }>, "many">;
422
- returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
423
- errorTypes: z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodUnion<[z.ZodObject<{
424
- error_kind: z.ZodLiteral<"string">;
425
- string: z.ZodString;
426
- }, "strip", z.ZodTypeAny, {
427
- error_kind: "string";
428
- string: string;
429
- }, {
430
- error_kind: "string";
431
- string: string;
432
- }>, z.ZodObject<{
433
- error_kind: z.ZodLiteral<"fmtstring">;
434
- length: z.ZodNumber;
435
- item_types: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
436
- }, "strip", z.ZodTypeAny, {
437
- error_kind: "fmtstring";
438
- length: number;
439
- item_types: import("@aztec/stdlib/abi").AbiType[];
440
- }, {
441
- error_kind: "fmtstring";
442
- length: number;
443
- item_types: import("@aztec/stdlib/abi").AbiType[];
444
- }>, z.ZodIntersection<z.ZodObject<{
445
- error_kind: z.ZodLiteral<"custom">;
446
- }, "strip", z.ZodTypeAny, {
447
- error_kind: "custom";
448
- }, {
449
- error_kind: "custom";
450
- }>, z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>>]>>>;
451
- }, "strip", z.ZodTypeAny, {
452
- name: string;
453
- functionType: import("@aztec/stdlib/abi").FunctionType;
454
- isOnlySelf: boolean;
455
- isStatic: boolean;
456
- isInitializer: boolean;
457
- parameters: {
458
- name: string;
459
- type: import("@aztec/stdlib/abi").AbiType;
460
- visibility: "databus" | "private" | "public";
461
- }[];
462
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
463
- errorTypes: Record<string, {
464
- error_kind: "string";
465
- string: string;
466
- } | {
467
- error_kind: "fmtstring";
468
- length: number;
469
- item_types: import("@aztec/stdlib/abi").AbiType[];
470
- } | ({
471
- error_kind: "custom";
472
- } & import("@aztec/stdlib/abi").AbiType) | undefined>;
473
- }, {
474
- name: string;
475
- functionType: import("@aztec/stdlib/abi").FunctionType;
476
- isOnlySelf: boolean;
477
- isStatic: boolean;
478
- isInitializer: boolean;
479
- parameters: {
480
- name: string;
481
- type: import("@aztec/stdlib/abi").AbiType;
482
- visibility: "databus" | "private" | "public";
483
- }[];
484
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
485
- errorTypes: Record<string, {
486
- error_kind: "string";
487
- string: string;
488
- } | {
489
- error_kind: "fmtstring";
490
- length: number;
491
- item_types: import("@aztec/stdlib/abi").AbiType[];
492
- } | ({
493
- error_kind: "custom";
494
- } & import("@aztec/stdlib/abi").AbiType) | undefined>;
495
- }>, "many">;
496
- outputs: z.ZodObject<{
497
- structs: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">>, Record<string, import("@aztec/stdlib/abi").AbiType[]>, Record<string, import("@aztec/stdlib/abi").AbiType[]>>;
498
- globals: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiValue, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiValue>, "many">>;
499
- }, "strip", z.ZodTypeAny, {
500
- structs: Record<string, import("@aztec/stdlib/abi").AbiType[]>;
501
- globals: Record<string, import("@aztec/stdlib/abi").AbiValue[]>;
502
- }, {
503
- structs: Record<string, import("@aztec/stdlib/abi").AbiType[]>;
504
- globals: Record<string, import("@aztec/stdlib/abi").AbiValue[]>;
505
- }>;
506
- storageLayout: z.ZodRecord<z.ZodString, z.ZodObject<{
507
- slot: z.ZodType<Fr, any, string>;
508
- }, "strip", z.ZodTypeAny, {
509
- slot: Fr;
510
- }, {
511
- slot: string;
512
- }>>;
513
- fileMap: z.ZodRecord<z.ZodNumber, z.ZodObject<{
514
- source: z.ZodString;
515
- path: z.ZodString;
516
- function_locations: z.ZodArray<z.ZodObject<{
517
- start: z.ZodNumber;
518
- name: z.ZodString;
519
- }, "strip", z.ZodTypeAny, {
520
- start: number;
521
- name: string;
522
- }, {
523
- start: number;
524
- name: string;
525
- }>, "many">;
526
- }, "strip", z.ZodTypeAny, {
527
- source: string;
528
- path: string;
529
- function_locations: {
530
- start: number;
531
- name: string;
532
- }[];
533
- }, {
534
- source: string;
535
- path: string;
536
- function_locations: {
537
- start: number;
538
- name: string;
539
- }[];
540
- }>>;
541
- }, "strip", z.ZodTypeAny, {
542
- name: string;
543
- functions: ({
544
- name: string;
545
- functionType: import("@aztec/stdlib/abi").FunctionType;
546
- isOnlySelf: boolean;
547
- isStatic: boolean;
548
- isInitializer: boolean;
549
- parameters: {
550
- name: string;
551
- type: import("@aztec/stdlib/abi").AbiType;
552
- visibility: "databus" | "private" | "public";
553
- }[];
554
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
555
- errorTypes: Record<string, {
556
- error_kind: "string";
557
- string: string;
558
- } | {
559
- error_kind: "fmtstring";
560
- length: number;
561
- item_types: import("@aztec/stdlib/abi").AbiType[];
562
- } | ({
563
- error_kind: "custom";
564
- } & import("@aztec/stdlib/abi").AbiType) | undefined>;
565
- } & {
566
- bytecode: Buffer<ArrayBufferLike>;
567
- verificationKey?: string | undefined;
568
- debugSymbols: string;
569
- debug?: {
570
- debugSymbols: {
571
- location_tree: {
572
- locations: {
573
- parent: number | null;
574
- value: {
575
- span: {
576
- start: number;
577
- end: number;
578
- };
579
- file: number;
580
- };
581
- }[];
582
- };
583
- acir_locations: Record<string, number>;
584
- brillig_locations: Record<string, Record<string, number>>;
585
- };
586
- files: Record<string, {
587
- source: string;
588
- path: string;
589
- function_locations: {
590
- start: number;
591
- name: string;
592
- }[];
593
- }>;
594
- } | undefined;
595
- })[];
596
- nonDispatchPublicFunctions: {
597
- name: string;
598
- functionType: import("@aztec/stdlib/abi").FunctionType;
599
- isOnlySelf: boolean;
600
- isStatic: boolean;
601
- isInitializer: boolean;
602
- parameters: {
603
- name: string;
604
- type: import("@aztec/stdlib/abi").AbiType;
605
- visibility: "databus" | "private" | "public";
606
- }[];
607
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
608
- errorTypes: Record<string, {
609
- error_kind: "string";
610
- string: string;
611
- } | {
612
- error_kind: "fmtstring";
613
- length: number;
614
- item_types: import("@aztec/stdlib/abi").AbiType[];
615
- } | ({
616
- error_kind: "custom";
617
- } & import("@aztec/stdlib/abi").AbiType) | undefined>;
618
- }[];
619
- outputs: {
620
- structs: Record<string, import("@aztec/stdlib/abi").AbiType[]>;
621
- globals: Record<string, import("@aztec/stdlib/abi").AbiValue[]>;
622
- };
623
- storageLayout: Record<string, {
624
- slot: Fr;
625
- }>;
626
- fileMap: Record<number, {
627
- source: string;
628
- path: string;
629
- function_locations: {
630
- start: number;
631
- name: string;
632
- }[];
633
- }>;
634
- }, {
635
- name: string;
636
- functions: ({
637
- name: string;
638
- functionType: import("@aztec/stdlib/abi").FunctionType;
639
- isOnlySelf: boolean;
640
- isStatic: boolean;
641
- isInitializer: boolean;
642
- parameters: {
643
- name: string;
644
- type: import("@aztec/stdlib/abi").AbiType;
645
- visibility: "databus" | "private" | "public";
646
- }[];
647
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
648
- errorTypes: Record<string, {
649
- error_kind: "string";
650
- string: string;
651
- } | {
652
- error_kind: "fmtstring";
653
- length: number;
654
- item_types: import("@aztec/stdlib/abi").AbiType[];
655
- } | ({
656
- error_kind: "custom";
657
- } & import("@aztec/stdlib/abi").AbiType) | undefined>;
658
- } & {
659
- bytecode?: any;
660
- verificationKey?: string | undefined;
661
- debugSymbols: string;
662
- debug?: {
663
- debugSymbols: {
664
- location_tree: {
665
- locations: {
666
- parent: number | null;
667
- value: {
668
- span: {
669
- start: number;
670
- end: number;
671
- };
672
- file: number;
673
- };
674
- }[];
675
- };
676
- acir_locations: Record<string, number>;
677
- brillig_locations: Record<string, Record<string, number>>;
678
- };
679
- files: Record<string, {
680
- source: string;
681
- path: string;
682
- function_locations: {
683
- start: number;
684
- name: string;
685
- }[];
686
- }>;
687
- } | undefined;
688
- })[];
689
- nonDispatchPublicFunctions: {
690
- name: string;
691
- functionType: import("@aztec/stdlib/abi").FunctionType;
692
- isOnlySelf: boolean;
693
- isStatic: boolean;
694
- isInitializer: boolean;
695
- parameters: {
696
- name: string;
697
- type: import("@aztec/stdlib/abi").AbiType;
698
- visibility: "databus" | "private" | "public";
699
- }[];
700
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
701
- errorTypes: Record<string, {
702
- error_kind: "string";
703
- string: string;
704
- } | {
705
- error_kind: "fmtstring";
706
- length: number;
707
- item_types: import("@aztec/stdlib/abi").AbiType[];
708
- } | ({
709
- error_kind: "custom";
710
- } & import("@aztec/stdlib/abi").AbiType) | undefined>;
711
- }[];
712
- outputs: {
713
- structs: Record<string, import("@aztec/stdlib/abi").AbiType[]>;
714
- globals: Record<string, import("@aztec/stdlib/abi").AbiValue[]>;
715
- };
716
- storageLayout: Record<string, {
717
- slot: string;
718
- }>;
719
- fileMap: Record<number, {
720
- source: string;
721
- path: string;
722
- function_locations: {
723
- start: number;
724
- name: string;
725
- }[];
726
- }>;
727
- }>, z.ZodIntersection<z.ZodObject<{
728
- version: z.ZodLiteral<1>;
729
- salt: import("@aztec/foundation/schemas").ZodFor<Fr>;
730
- deployer: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
731
- currentContractClassId: import("@aztec/foundation/schemas").ZodFor<Fr>;
732
- originalContractClassId: import("@aztec/foundation/schemas").ZodFor<Fr>;
733
- initializationHash: import("@aztec/foundation/schemas").ZodFor<Fr>;
734
- publicKeys: z.ZodEffects<z.ZodObject<{
735
- masterNullifierPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
736
- masterIncomingViewingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
737
- masterOutgoingViewingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
738
- masterTaggingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
739
- }, "strip", z.ZodTypeAny, {
740
- masterNullifierPublicKey: import("@aztec/foundation/schemas").Point;
741
- masterIncomingViewingPublicKey: import("@aztec/foundation/schemas").Point;
742
- masterOutgoingViewingPublicKey: import("@aztec/foundation/schemas").Point;
743
- masterTaggingPublicKey: import("@aztec/foundation/schemas").Point;
744
- }, {
745
- masterNullifierPublicKey: string;
746
- masterIncomingViewingPublicKey: string;
747
- masterOutgoingViewingPublicKey: string;
748
- masterTaggingPublicKey: string;
749
- }>, import("@aztec/stdlib/keys").PublicKeys, {
750
- masterNullifierPublicKey: string;
751
- masterIncomingViewingPublicKey: string;
752
- masterOutgoingViewingPublicKey: string;
753
- masterTaggingPublicKey: string;
754
- }>;
755
- }, "strip", z.ZodTypeAny, {
756
- version: 1;
757
- salt: Fr;
758
- deployer: AztecAddress;
759
- currentContractClassId: Fr;
760
- originalContractClassId: Fr;
761
- initializationHash: Fr;
762
- publicKeys: import("@aztec/stdlib/keys").PublicKeys;
763
- }, {
764
- version: 1;
765
- salt?: any;
766
- deployer?: any;
767
- currentContractClassId?: any;
768
- originalContractClassId?: any;
769
- initializationHash?: any;
770
- publicKeys: {
771
- masterNullifierPublicKey: string;
772
- masterIncomingViewingPublicKey: string;
773
- masterOutgoingViewingPublicKey: string;
774
- masterTaggingPublicKey: string;
775
- };
776
- }>, z.ZodObject<{
777
- address: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
778
- }, "strip", z.ZodTypeAny, {
779
- address: AztecAddress;
780
- }, {
781
- address?: any;
782
- }>>]>, "many">;
783
- export declare const ForeignCallResultSchema: z.ZodObject<{
784
- values: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, "many">;
785
- }, "strip", z.ZodTypeAny, {
786
- values: (string | string[])[];
787
- }, {
788
- values: (string | string[])[];
789
- }>;
790
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW5jb2RpbmcuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy91dGlsL2VuY29kaW5nLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxFQUFFLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNwRCxPQUFPLEtBQUssRUFBRSxVQUFVLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUVoRSxPQUFPLEVBQUUsS0FBSyxnQkFBZ0IsRUFBMEIsTUFBTSxtQkFBbUIsQ0FBQztBQUNsRixPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDM0QsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ2hELE9BQU8sRUFBRSxLQUFLLDJCQUEyQixFQUFxQyxNQUFNLHdCQUF3QixDQUFDO0FBRTdHLE9BQU8sRUFBRSxDQUFDLEVBQUUsTUFBTSxLQUFLLENBQUM7QUFFeEIsTUFBTSxNQUFNLGlCQUFpQixHQUFHLE1BQU0sQ0FBQztBQUV2QyxNQUFNLE1BQU0sZ0JBQWdCLEdBQUcsTUFBTSxFQUFFLENBQUM7QUFFeEMsTUFBTSxNQUFNLGVBQWUsR0FBRyxDQUFDLGlCQUFpQixHQUFHLGdCQUFnQixHQUFHLGdCQUFnQixHQUFHLDJCQUEyQixDQUFDLEVBQUUsQ0FBQztBQUV4SCxNQUFNLE1BQU0saUJBQWlCLEdBQUc7SUFDOUIsTUFBTSxFQUFFLENBQUMsaUJBQWlCLEdBQUcsZ0JBQWdCLENBQUMsRUFBRSxDQUFDO0NBQ2xELENBQUM7QUFFRix3QkFBZ0IsVUFBVSxDQUFDLEdBQUcsRUFBRSxpQkFBaUIsTUFFaEQ7QUFFRCx3QkFBZ0IsaUJBQWlCLENBQUMsR0FBRyxFQUFFLGlCQUFpQixnQkFFdkQ7QUFFRCx3QkFBZ0IsbUJBQW1CLENBQUMsR0FBRyxFQUFFLGlCQUFpQixhQUV6RDtBQUVELHdCQUFnQixTQUFTLENBQUMsR0FBRyxFQUFFLGdCQUFnQixRQUU5QztBQUVEOzs7O0dBSUc7QUFDSCx3QkFBZ0IsYUFBYSxDQUFDLEdBQUcsRUFBRSxnQkFBZ0IsRUFBRSxXQUFXLEVBQUUsTUFBTSxHQUFHLE1BQU0sQ0FNaEY7QUFFRDs7Ozs7Ozs7R0FRRztBQUNILHdCQUFnQixrQkFBa0IsQ0FBQyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxFQUFFLGlCQUFpQixFQUFFLFdBQVcsRUFBRSxNQUFNLEdBQUcsTUFBTSxDQU9wSDtBQUlELHdCQUFnQixRQUFRLENBQ3RCLEtBQUssRUFBRSxZQUFZLEdBQUcsVUFBVSxHQUFHLEVBQUUsR0FBRyxNQUFNLEdBQUcsT0FBTyxHQUFHLE1BQU0sR0FBRyxNQUFNLEdBQ3pFLGlCQUFpQixDQVluQjtBQUVELHdCQUFnQixPQUFPLENBQUMsSUFBSSxFQUFFLEVBQUUsRUFBRSxHQUFHLGdCQUFnQixDQUVwRDtBQUVELHdCQUFnQixlQUFlLENBQUMsS0FBSyxFQUFFLEVBQUUsR0FBRyxFQUFFLEVBQUUscUJBRS9DO0FBRUQsd0JBQWdCLGVBQWUsQ0FBQyxNQUFNLEVBQUUsTUFBTSxHQUFHLGdCQUFnQixDQUVoRTtBQUVEOzs7Ozs7O0dBT0c7QUFDSCx3QkFBZ0IsaUJBQWlCLENBQy9CLFdBQVcsRUFBRSxnQkFBZ0IsRUFDN0IsTUFBTSxFQUFFLE1BQU0sR0FDYixDQUFDLGdCQUFnQixFQUFFLGlCQUFpQixDQUFDLENBWXZDO0FBRUQ7Ozs7OztHQU1HO0FBQ0gsd0JBQWdCLGlDQUFpQyxDQUMvQyxXQUFXLEVBQUUsZ0JBQWdCLEVBQUUsRUFDL0IsTUFBTSxFQUFFLE1BQU0sRUFDZCxpQkFBaUIsRUFBRSxNQUFNLEdBQ3hCLENBQUMsZ0JBQWdCLEVBQUUsaUJBQWlCLENBQUMsQ0FxQnZDO0FBRUQsd0JBQWdCLG1CQUFtQixDQUFDLEdBQUcsRUFBRSxDQUFDLGlCQUFpQixHQUFHLGdCQUFnQixDQUFDLEVBQUU7O0VBRWhGO0FBRUQsZUFBTyxNQUFNLHVCQUF1QixhQUFhLENBQUM7QUFFbEQsZUFBTyxNQUFNLHNCQUFzQixpQ0FBc0IsQ0FBQztBQUUxRCxlQUFPLE1BQU0scUJBQXFCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztjQUVqQyxDQUFDO0FBRUYsZUFBTyxNQUFNLHVCQUF1Qjs7Ozs7O0VBRWxDLENBQUMifQ==