@aztec/txe 0.0.1-commit.42ee6df9b → 0.0.1-commit.431c48d

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