@aztec/txe 0.0.1-commit.a89ec08 → 0.0.1-commit.aa0c64f

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 (168) hide show
  1. package/dest/AuthRegistry-QVGDDH5X.js +3 -0
  2. package/dest/AuthRegistry-QVGDDH5X.js.map +7 -0
  3. package/dest/ContractClassRegistry-VWR3F42P.js +3 -0
  4. package/dest/ContractClassRegistry-VWR3F42P.js.map +7 -0
  5. package/dest/ContractInstanceRegistry-FHIWE33X.js +3 -0
  6. package/dest/ContractInstanceRegistry-FHIWE33X.js.map +7 -0
  7. package/dest/FeeJuice-SAOWVGG7.js +3 -0
  8. package/dest/FeeJuice-SAOWVGG7.js.map +7 -0
  9. package/dest/HandshakeRegistry-GY5CPEPS.js +3 -0
  10. package/dest/HandshakeRegistry-GY5CPEPS.js.map +7 -0
  11. package/dest/MultiCallEntrypoint-QG5H33ZZ.js +3 -0
  12. package/dest/MultiCallEntrypoint-QG5H33ZZ.js.map +7 -0
  13. package/dest/SchnorrAccount-NME3E45O.js +3 -0
  14. package/dest/SchnorrAccount-NME3E45O.js.map +7 -0
  15. package/dest/SchnorrInitializerlessAccount-WTGXU6SW.js +3 -0
  16. package/dest/SchnorrInitializerlessAccount-WTGXU6SW.js.map +7 -0
  17. package/dest/bin/check_txe_oracle_version.d.ts +2 -0
  18. package/dest/bin/check_txe_oracle_version.d.ts.map +1 -0
  19. package/dest/bin/check_txe_oracle_version.js +53 -0
  20. package/dest/bin/index.js +3 -30
  21. package/dest/bin/index.js.map +7 -0
  22. package/dest/bin/oracle_test_server.d.ts +3 -0
  23. package/dest/bin/oracle_test_server.d.ts.map +1 -0
  24. package/dest/bin/oracle_test_server.js +41 -0
  25. package/dest/chunk-2XE2OXLY.js +260 -0
  26. package/dest/chunk-2XE2OXLY.js.map +7 -0
  27. package/dest/chunk-32UHX7YY.js +3 -0
  28. package/dest/chunk-32UHX7YY.js.map +7 -0
  29. package/dest/chunk-543AD4I4.js +304 -0
  30. package/dest/chunk-543AD4I4.js.map +7 -0
  31. package/dest/constants.d.ts +5 -1
  32. package/dest/constants.d.ts.map +1 -1
  33. package/dest/constants.js +9 -1
  34. package/dest/dispatcher_pool.d.ts +67 -0
  35. package/dest/dispatcher_pool.d.ts.map +1 -0
  36. package/dest/dispatcher_pool.js +286 -0
  37. package/dest/index.d.ts +51 -7
  38. package/dest/index.d.ts.map +1 -1
  39. package/dest/index.js +72 -190
  40. package/dest/metafile.json +38759 -0
  41. package/dest/msgpackr_fr_extension.d.ts +2 -0
  42. package/dest/msgpackr_fr_extension.d.ts.map +1 -0
  43. package/dest/msgpackr_fr_extension.js +21 -0
  44. package/dest/oracle/interfaces.d.ts +47 -9
  45. package/dest/oracle/interfaces.d.ts.map +1 -1
  46. package/dest/oracle/tagging_secret_strategy.d.ts +12 -0
  47. package/dest/oracle/tagging_secret_strategy.d.ts.map +1 -0
  48. package/dest/oracle/tagging_secret_strategy.js +12 -0
  49. package/dest/oracle/test-resolver/default_fixtures.d.ts +16 -0
  50. package/dest/oracle/test-resolver/default_fixtures.d.ts.map +1 -0
  51. package/dest/oracle/test-resolver/default_fixtures.js +200 -0
  52. package/dest/oracle/test-resolver/index.d.ts +9 -0
  53. package/dest/oracle/test-resolver/index.d.ts.map +1 -0
  54. package/dest/oracle/test-resolver/index.js +32 -0
  55. package/dest/oracle/test-resolver/resolver.d.ts +48 -0
  56. package/dest/oracle/test-resolver/resolver.d.ts.map +1 -0
  57. package/dest/oracle/test-resolver/resolver.js +181 -0
  58. package/dest/oracle/txe_oracle_public_context.d.ts +26 -2
  59. package/dest/oracle/txe_oracle_public_context.d.ts.map +1 -1
  60. package/dest/oracle/txe_oracle_public_context.js +49 -1
  61. package/dest/oracle/txe_oracle_registry.d.ts +172 -0
  62. package/dest/oracle/txe_oracle_registry.d.ts.map +1 -0
  63. package/dest/oracle/txe_oracle_registry.js +767 -0
  64. package/dest/oracle/txe_oracle_top_level_context.d.ts +52 -17
  65. package/dest/oracle/txe_oracle_top_level_context.d.ts.map +1 -1
  66. package/dest/oracle/txe_oracle_top_level_context.js +542 -299
  67. package/dest/oracle/txe_oracle_version.d.ts +17 -0
  68. package/dest/oracle/txe_oracle_version.d.ts.map +1 -0
  69. package/dest/oracle/txe_oracle_version.js +14 -0
  70. package/dest/oracle/txe_private_execution_oracle.d.ts +17 -0
  71. package/dest/oracle/txe_private_execution_oracle.d.ts.map +1 -0
  72. package/dest/oracle/txe_private_execution_oracle.js +15 -0
  73. package/dest/rpc_server.d.ts +14 -0
  74. package/dest/rpc_server.d.ts.map +1 -0
  75. package/dest/rpc_server.js +78 -0
  76. package/dest/rpc_translator.d.ts +115 -266
  77. package/dest/rpc_translator.d.ts.map +1 -1
  78. package/dest/rpc_translator.js +785 -731
  79. package/dest/server.bundle.js +3 -0
  80. package/dest/server.bundle.js.map +7 -0
  81. package/dest/state_machine/archiver.d.ts +4 -3
  82. package/dest/state_machine/archiver.d.ts.map +1 -1
  83. package/dest/state_machine/archiver.js +24 -14
  84. package/dest/state_machine/dummy_p2p_client.d.ts +16 -7
  85. package/dest/state_machine/dummy_p2p_client.d.ts.map +1 -1
  86. package/dest/state_machine/dummy_p2p_client.js +25 -4
  87. package/dest/state_machine/global_variable_builder.d.ts +10 -6
  88. package/dest/state_machine/global_variable_builder.d.ts.map +1 -1
  89. package/dest/state_machine/global_variable_builder.js +8 -5
  90. package/dest/state_machine/index.d.ts +11 -7
  91. package/dest/state_machine/index.d.ts.map +1 -1
  92. package/dest/state_machine/index.js +50 -14
  93. package/dest/state_machine/mock_epoch_cache.d.ts +16 -3
  94. package/dest/state_machine/mock_epoch_cache.d.ts.map +1 -1
  95. package/dest/state_machine/mock_epoch_cache.js +29 -2
  96. package/dest/state_machine/synchronizer.d.ts +10 -2
  97. package/dest/state_machine/synchronizer.d.ts.map +1 -1
  98. package/dest/state_machine/synchronizer.js +19 -6
  99. package/dest/txe_session.d.ts +90 -20
  100. package/dest/txe_session.d.ts.map +1 -1
  101. package/dest/txe_session.js +316 -66
  102. package/dest/utils/block_creation.d.ts +2 -2
  103. package/dest/utils/block_creation.d.ts.map +1 -1
  104. package/dest/utils/block_creation.js +2 -2
  105. package/dest/utils/encoding.d.ts +192 -0
  106. package/dest/utils/encoding.d.ts.map +1 -0
  107. package/dest/{util → utils}/encoding.js +7 -2
  108. package/dest/{util → utils}/expected_failure_error.d.ts +1 -1
  109. package/dest/utils/expected_failure_error.d.ts.map +1 -0
  110. package/dest/utils/tx_effect_creation.d.ts +1 -1
  111. package/dest/utils/tx_effect_creation.d.ts.map +1 -1
  112. package/dest/utils/tx_effect_creation.js +0 -1
  113. package/dest/{util → utils}/txe_account_store.d.ts +1 -1
  114. package/dest/utils/txe_account_store.d.ts.map +1 -0
  115. package/dest/utils/txe_artifact_resolver.d.ts +37 -0
  116. package/dest/utils/txe_artifact_resolver.d.ts.map +1 -0
  117. package/dest/utils/txe_artifact_resolver.js +161 -0
  118. package/dest/utils/txe_public_contract_data_source.d.ts +20 -0
  119. package/dest/utils/txe_public_contract_data_source.d.ts.map +1 -0
  120. package/dest/{util → utils}/txe_public_contract_data_source.js +8 -7
  121. package/dest/worker.bundle.js +3 -0
  122. package/dest/worker.bundle.js.map +7 -0
  123. package/dest/worker.d.ts +2 -0
  124. package/dest/worker.d.ts.map +1 -0
  125. package/dest/worker.js +92 -0
  126. package/package.json +38 -21
  127. package/src/bin/check_txe_oracle_version.ts +67 -0
  128. package/src/bin/index.ts +11 -2
  129. package/src/bin/oracle_test_server.ts +51 -0
  130. package/src/constants.ts +11 -1
  131. package/src/dispatcher_pool.ts +317 -0
  132. package/src/index.ts +99 -227
  133. package/src/msgpackr_fr_extension.ts +23 -0
  134. package/src/oracle/interfaces.ts +47 -8
  135. package/src/oracle/tagging_secret_strategy.ts +25 -0
  136. package/src/oracle/test-resolver/default_fixtures.ts +271 -0
  137. package/src/oracle/test-resolver/index.ts +44 -0
  138. package/src/oracle/test-resolver/resolver.ts +245 -0
  139. package/src/oracle/txe_oracle_public_context.ts +62 -0
  140. package/src/oracle/txe_oracle_registry.ts +556 -0
  141. package/src/oracle/txe_oracle_top_level_context.ts +344 -114
  142. package/src/oracle/txe_oracle_version.ts +17 -0
  143. package/src/oracle/txe_private_execution_oracle.ts +30 -0
  144. package/src/rpc_server.ts +87 -0
  145. package/src/rpc_translator.ts +867 -1020
  146. package/src/state_machine/archiver.ts +37 -16
  147. package/src/state_machine/dummy_p2p_client.ts +44 -11
  148. package/src/state_machine/global_variable_builder.ts +12 -11
  149. package/src/state_machine/index.ts +62 -31
  150. package/src/state_machine/mock_epoch_cache.ts +38 -3
  151. package/src/state_machine/synchronizer.ts +27 -6
  152. package/src/txe_session.ts +548 -79
  153. package/src/utils/block_creation.ts +2 -1
  154. package/src/{util → utils}/encoding.ts +8 -2
  155. package/src/utils/tx_effect_creation.ts +0 -2
  156. package/src/utils/txe_artifact_resolver.ts +217 -0
  157. package/src/{util → utils}/txe_public_contract_data_source.ts +6 -6
  158. package/src/worker.ts +98 -0
  159. package/dest/util/encoding.d.ts +0 -719
  160. package/dest/util/encoding.d.ts.map +0 -1
  161. package/dest/util/expected_failure_error.d.ts.map +0 -1
  162. package/dest/util/txe_account_store.d.ts.map +0 -1
  163. package/dest/util/txe_public_contract_data_source.d.ts +0 -20
  164. package/dest/util/txe_public_contract_data_source.d.ts.map +0 -1
  165. /package/dest/{util → utils}/expected_failure_error.js +0 -0
  166. /package/dest/{util → utils}/txe_account_store.js +0 -0
  167. /package/src/{util → utils}/expected_failure_error.ts +0 -0
  168. /package/src/{util → utils}/txe_account_store.ts +0 -0
@@ -1,719 +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.ZodType<import("@aztec/stdlib/abi").DebugFileMap, z.ZodTypeDef, import("@aztec/stdlib/abi").DebugFileMap>;
262
- }, "strip", z.ZodTypeAny, {
263
- debugSymbols: {
264
- location_tree: {
265
- locations: {
266
- parent: number | null;
267
- value: {
268
- span: {
269
- start: number;
270
- end: number;
271
- };
272
- file: number;
273
- };
274
- }[];
275
- };
276
- acir_locations: Record<string, number>;
277
- brillig_locations: Record<string, Record<string, number>>;
278
- };
279
- files: import("@aztec/stdlib/abi").DebugFileMap;
280
- }, {
281
- debugSymbols: {
282
- location_tree: {
283
- locations: {
284
- parent: number | null;
285
- value: {
286
- span: {
287
- start: number;
288
- end: number;
289
- };
290
- file: number;
291
- };
292
- }[];
293
- };
294
- acir_locations: Record<string, number>;
295
- brillig_locations: Record<string, Record<string, number>>;
296
- };
297
- files: import("@aztec/stdlib/abi").DebugFileMap;
298
- }>>;
299
- }, "strip", z.ZodTypeAny, {
300
- bytecode: Buffer<ArrayBufferLike>;
301
- verificationKey?: string | undefined;
302
- debugSymbols: string;
303
- debug?: {
304
- debugSymbols: {
305
- location_tree: {
306
- locations: {
307
- parent: number | null;
308
- value: {
309
- span: {
310
- start: number;
311
- end: number;
312
- };
313
- file: number;
314
- };
315
- }[];
316
- };
317
- acir_locations: Record<string, number>;
318
- brillig_locations: Record<string, Record<string, number>>;
319
- };
320
- files: import("@aztec/stdlib/abi").DebugFileMap;
321
- } | undefined;
322
- }, {
323
- bytecode?: any;
324
- verificationKey?: string | undefined;
325
- debugSymbols: string;
326
- debug?: {
327
- debugSymbols: {
328
- location_tree: {
329
- locations: {
330
- parent: number | null;
331
- value: {
332
- span: {
333
- start: number;
334
- end: number;
335
- };
336
- file: number;
337
- };
338
- }[];
339
- };
340
- acir_locations: Record<string, number>;
341
- brillig_locations: Record<string, Record<string, number>>;
342
- };
343
- files: import("@aztec/stdlib/abi").DebugFileMap;
344
- } | undefined;
345
- }>>, "many">;
346
- nonDispatchPublicFunctions: z.ZodArray<z.ZodObject<{
347
- name: z.ZodString;
348
- functionType: z.ZodNativeEnum<typeof import("@aztec/stdlib/abi").FunctionType>;
349
- isOnlySelf: z.ZodBoolean;
350
- isStatic: z.ZodBoolean;
351
- isInitializer: z.ZodBoolean;
352
- parameters: z.ZodArray<z.ZodObject<{
353
- name: z.ZodString;
354
- type: z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>;
355
- visibility: z.ZodEnum<["public", "private", "databus"]>;
356
- }, "strip", z.ZodTypeAny, {
357
- name: string;
358
- type: import("@aztec/stdlib/abi").AbiType;
359
- visibility: "databus" | "private" | "public";
360
- }, {
361
- name: string;
362
- type: import("@aztec/stdlib/abi").AbiType;
363
- visibility: "databus" | "private" | "public";
364
- }>, "many">;
365
- returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
366
- errorTypes: z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodUnion<[z.ZodObject<{
367
- error_kind: z.ZodLiteral<"string">;
368
- string: z.ZodString;
369
- }, "strip", z.ZodTypeAny, {
370
- error_kind: "string";
371
- string: string;
372
- }, {
373
- error_kind: "string";
374
- string: string;
375
- }>, z.ZodObject<{
376
- error_kind: z.ZodLiteral<"fmtstring">;
377
- length: z.ZodNumber;
378
- item_types: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
379
- }, "strip", z.ZodTypeAny, {
380
- error_kind: "fmtstring";
381
- length: number;
382
- item_types: import("@aztec/stdlib/abi").AbiType[];
383
- }, {
384
- error_kind: "fmtstring";
385
- length: number;
386
- item_types: import("@aztec/stdlib/abi").AbiType[];
387
- }>, z.ZodIntersection<z.ZodObject<{
388
- error_kind: z.ZodLiteral<"custom">;
389
- }, "strip", z.ZodTypeAny, {
390
- error_kind: "custom";
391
- }, {
392
- error_kind: "custom";
393
- }>, z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>>]>>>;
394
- }, "strip", z.ZodTypeAny, {
395
- name: string;
396
- functionType: import("@aztec/stdlib/abi").FunctionType;
397
- isOnlySelf: boolean;
398
- isStatic: boolean;
399
- isInitializer: boolean;
400
- parameters: {
401
- name: string;
402
- type: import("@aztec/stdlib/abi").AbiType;
403
- visibility: "databus" | "private" | "public";
404
- }[];
405
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
406
- errorTypes: Record<string, {
407
- error_kind: "string";
408
- string: string;
409
- } | {
410
- error_kind: "fmtstring";
411
- length: number;
412
- item_types: import("@aztec/stdlib/abi").AbiType[];
413
- } | ({
414
- error_kind: "custom";
415
- } & import("@aztec/stdlib/abi").AbiType) | undefined>;
416
- }, {
417
- name: string;
418
- functionType: import("@aztec/stdlib/abi").FunctionType;
419
- isOnlySelf: boolean;
420
- isStatic: boolean;
421
- isInitializer: boolean;
422
- parameters: {
423
- name: string;
424
- type: import("@aztec/stdlib/abi").AbiType;
425
- visibility: "databus" | "private" | "public";
426
- }[];
427
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
428
- errorTypes: Record<string, {
429
- error_kind: "string";
430
- string: string;
431
- } | {
432
- error_kind: "fmtstring";
433
- length: number;
434
- item_types: import("@aztec/stdlib/abi").AbiType[];
435
- } | ({
436
- error_kind: "custom";
437
- } & import("@aztec/stdlib/abi").AbiType) | undefined>;
438
- }>, "many">;
439
- outputs: z.ZodObject<{
440
- 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[]>>;
441
- globals: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiValue, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiValue>, "many">>;
442
- }, "strip", z.ZodTypeAny, {
443
- structs: Record<string, import("@aztec/stdlib/abi").AbiType[]>;
444
- globals: Record<string, import("@aztec/stdlib/abi").AbiValue[]>;
445
- }, {
446
- structs: Record<string, import("@aztec/stdlib/abi").AbiType[]>;
447
- globals: Record<string, import("@aztec/stdlib/abi").AbiValue[]>;
448
- }>;
449
- storageLayout: z.ZodRecord<z.ZodString, z.ZodObject<{
450
- slot: z.ZodType<Fr, any, string>;
451
- }, "strip", z.ZodTypeAny, {
452
- slot: Fr;
453
- }, {
454
- slot: string;
455
- }>>;
456
- fileMap: z.ZodEffects<z.ZodRecord<z.ZodNumber, z.ZodObject<{
457
- source: z.ZodString;
458
- path: z.ZodString;
459
- function_locations: z.ZodArray<z.ZodObject<{
460
- start: z.ZodNumber;
461
- name: z.ZodString;
462
- }, "strip", z.ZodTypeAny, {
463
- start: number;
464
- name: string;
465
- }, {
466
- start: number;
467
- name: string;
468
- }>, "many">;
469
- }, "strip", z.ZodTypeAny, {
470
- source: string;
471
- path: string;
472
- function_locations: {
473
- start: number;
474
- name: string;
475
- }[];
476
- }, {
477
- source: string;
478
- path: string;
479
- function_locations: {
480
- start: number;
481
- name: string;
482
- }[];
483
- }>>, Record<number, {
484
- source: string;
485
- path: string;
486
- function_locations: {
487
- start: number;
488
- name: string;
489
- }[];
490
- }>, unknown>;
491
- }, "strip", z.ZodTypeAny, {
492
- name: string;
493
- functions: ({
494
- name: string;
495
- functionType: import("@aztec/stdlib/abi").FunctionType;
496
- isOnlySelf: boolean;
497
- isStatic: boolean;
498
- isInitializer: boolean;
499
- parameters: {
500
- name: string;
501
- type: import("@aztec/stdlib/abi").AbiType;
502
- visibility: "databus" | "private" | "public";
503
- }[];
504
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
505
- errorTypes: Record<string, {
506
- error_kind: "string";
507
- string: string;
508
- } | {
509
- error_kind: "fmtstring";
510
- length: number;
511
- item_types: import("@aztec/stdlib/abi").AbiType[];
512
- } | ({
513
- error_kind: "custom";
514
- } & import("@aztec/stdlib/abi").AbiType) | undefined>;
515
- } & {
516
- bytecode: Buffer<ArrayBufferLike>;
517
- verificationKey?: string | undefined;
518
- debugSymbols: string;
519
- debug?: {
520
- debugSymbols: {
521
- location_tree: {
522
- locations: {
523
- parent: number | null;
524
- value: {
525
- span: {
526
- start: number;
527
- end: number;
528
- };
529
- file: number;
530
- };
531
- }[];
532
- };
533
- acir_locations: Record<string, number>;
534
- brillig_locations: Record<string, Record<string, number>>;
535
- };
536
- files: import("@aztec/stdlib/abi").DebugFileMap;
537
- } | undefined;
538
- })[];
539
- nonDispatchPublicFunctions: {
540
- name: string;
541
- functionType: import("@aztec/stdlib/abi").FunctionType;
542
- isOnlySelf: boolean;
543
- isStatic: boolean;
544
- isInitializer: boolean;
545
- parameters: {
546
- name: string;
547
- type: import("@aztec/stdlib/abi").AbiType;
548
- visibility: "databus" | "private" | "public";
549
- }[];
550
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
551
- errorTypes: Record<string, {
552
- error_kind: "string";
553
- string: string;
554
- } | {
555
- error_kind: "fmtstring";
556
- length: number;
557
- item_types: import("@aztec/stdlib/abi").AbiType[];
558
- } | ({
559
- error_kind: "custom";
560
- } & import("@aztec/stdlib/abi").AbiType) | undefined>;
561
- }[];
562
- outputs: {
563
- structs: Record<string, import("@aztec/stdlib/abi").AbiType[]>;
564
- globals: Record<string, import("@aztec/stdlib/abi").AbiValue[]>;
565
- };
566
- storageLayout: Record<string, {
567
- slot: Fr;
568
- }>;
569
- fileMap: Record<number, {
570
- source: string;
571
- path: string;
572
- function_locations: {
573
- start: number;
574
- name: string;
575
- }[];
576
- }>;
577
- }, {
578
- name: string;
579
- functions: ({
580
- name: string;
581
- functionType: import("@aztec/stdlib/abi").FunctionType;
582
- isOnlySelf: boolean;
583
- isStatic: boolean;
584
- isInitializer: boolean;
585
- parameters: {
586
- name: string;
587
- type: import("@aztec/stdlib/abi").AbiType;
588
- visibility: "databus" | "private" | "public";
589
- }[];
590
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
591
- errorTypes: Record<string, {
592
- error_kind: "string";
593
- string: string;
594
- } | {
595
- error_kind: "fmtstring";
596
- length: number;
597
- item_types: import("@aztec/stdlib/abi").AbiType[];
598
- } | ({
599
- error_kind: "custom";
600
- } & import("@aztec/stdlib/abi").AbiType) | undefined>;
601
- } & {
602
- bytecode?: any;
603
- verificationKey?: string | undefined;
604
- debugSymbols: string;
605
- debug?: {
606
- debugSymbols: {
607
- location_tree: {
608
- locations: {
609
- parent: number | null;
610
- value: {
611
- span: {
612
- start: number;
613
- end: number;
614
- };
615
- file: number;
616
- };
617
- }[];
618
- };
619
- acir_locations: Record<string, number>;
620
- brillig_locations: Record<string, Record<string, number>>;
621
- };
622
- files: import("@aztec/stdlib/abi").DebugFileMap;
623
- } | undefined;
624
- })[];
625
- nonDispatchPublicFunctions: {
626
- name: string;
627
- functionType: import("@aztec/stdlib/abi").FunctionType;
628
- isOnlySelf: boolean;
629
- isStatic: boolean;
630
- isInitializer: boolean;
631
- parameters: {
632
- name: string;
633
- type: import("@aztec/stdlib/abi").AbiType;
634
- visibility: "databus" | "private" | "public";
635
- }[];
636
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
637
- errorTypes: Record<string, {
638
- error_kind: "string";
639
- string: string;
640
- } | {
641
- error_kind: "fmtstring";
642
- length: number;
643
- item_types: import("@aztec/stdlib/abi").AbiType[];
644
- } | ({
645
- error_kind: "custom";
646
- } & import("@aztec/stdlib/abi").AbiType) | undefined>;
647
- }[];
648
- outputs: {
649
- structs: Record<string, import("@aztec/stdlib/abi").AbiType[]>;
650
- globals: Record<string, import("@aztec/stdlib/abi").AbiValue[]>;
651
- };
652
- storageLayout: Record<string, {
653
- slot: string;
654
- }>;
655
- fileMap?: unknown;
656
- }>, z.ZodIntersection<z.ZodObject<{
657
- version: z.ZodLiteral<1>;
658
- salt: import("@aztec/foundation/schemas").ZodFor<Fr>;
659
- deployer: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
660
- currentContractClassId: import("@aztec/foundation/schemas").ZodFor<Fr>;
661
- originalContractClassId: import("@aztec/foundation/schemas").ZodFor<Fr>;
662
- initializationHash: import("@aztec/foundation/schemas").ZodFor<Fr>;
663
- publicKeys: z.ZodEffects<z.ZodObject<{
664
- masterNullifierPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
665
- masterIncomingViewingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
666
- masterOutgoingViewingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
667
- masterTaggingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
668
- }, "strip", z.ZodTypeAny, {
669
- masterNullifierPublicKey: import("@aztec/foundation/schemas").Point;
670
- masterIncomingViewingPublicKey: import("@aztec/foundation/schemas").Point;
671
- masterOutgoingViewingPublicKey: import("@aztec/foundation/schemas").Point;
672
- masterTaggingPublicKey: import("@aztec/foundation/schemas").Point;
673
- }, {
674
- masterNullifierPublicKey: string;
675
- masterIncomingViewingPublicKey: string;
676
- masterOutgoingViewingPublicKey: string;
677
- masterTaggingPublicKey: string;
678
- }>, import("@aztec/stdlib/keys").PublicKeys, {
679
- masterNullifierPublicKey: string;
680
- masterIncomingViewingPublicKey: string;
681
- masterOutgoingViewingPublicKey: string;
682
- masterTaggingPublicKey: string;
683
- }>;
684
- }, "strip", z.ZodTypeAny, {
685
- version: 1;
686
- salt: Fr;
687
- deployer: AztecAddress;
688
- currentContractClassId: Fr;
689
- originalContractClassId: Fr;
690
- initializationHash: Fr;
691
- publicKeys: import("@aztec/stdlib/keys").PublicKeys;
692
- }, {
693
- version: 1;
694
- salt?: any;
695
- deployer?: any;
696
- currentContractClassId?: any;
697
- originalContractClassId?: any;
698
- initializationHash?: any;
699
- publicKeys: {
700
- masterNullifierPublicKey: string;
701
- masterIncomingViewingPublicKey: string;
702
- masterOutgoingViewingPublicKey: string;
703
- masterTaggingPublicKey: string;
704
- };
705
- }>, z.ZodObject<{
706
- address: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
707
- }, "strip", z.ZodTypeAny, {
708
- address: AztecAddress;
709
- }, {
710
- address?: any;
711
- }>>]>, "many">;
712
- export declare const ForeignCallResultSchema: z.ZodObject<{
713
- values: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, "many">;
714
- }, "strip", z.ZodTypeAny, {
715
- values: (string | string[])[];
716
- }, {
717
- values: (string | string[])[];
718
- }>;
719
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW5jb2RpbmcuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy91dGlsL2VuY29kaW5nLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxFQUFFLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNwRCxPQUFPLEtBQUssRUFBRSxVQUFVLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUVoRSxPQUFPLEVBQUUsS0FBSyxnQkFBZ0IsRUFBMEIsTUFBTSxtQkFBbUIsQ0FBQztBQUNsRixPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDM0QsT0FBTyxFQUFFLEtBQUssMkJBQTJCLEVBQXFDLE1BQU0sd0JBQXdCLENBQUM7QUFFN0csT0FBTyxFQUFFLENBQUMsRUFBRSxNQUFNLEtBQUssQ0FBQztBQUV4QixNQUFNLE1BQU0saUJBQWlCLEdBQUcsTUFBTSxDQUFDO0FBRXZDLE1BQU0sTUFBTSxnQkFBZ0IsR0FBRyxNQUFNLEVBQUUsQ0FBQztBQUV4QyxNQUFNLE1BQU0sZUFBZSxHQUFHLENBQUMsaUJBQWlCLEdBQUcsZ0JBQWdCLEdBQUcsZ0JBQWdCLEdBQUcsMkJBQTJCLENBQUMsRUFBRSxDQUFDO0FBRXhILE1BQU0sTUFBTSxpQkFBaUIsR0FBRztJQUM5QixNQUFNLEVBQUUsQ0FBQyxpQkFBaUIsR0FBRyxnQkFBZ0IsQ0FBQyxFQUFFLENBQUM7Q0FDbEQsQ0FBQztBQUVGLHdCQUFnQixVQUFVLENBQUMsR0FBRyxFQUFFLGlCQUFpQixNQUVoRDtBQUVELHdCQUFnQixpQkFBaUIsQ0FBQyxHQUFHLEVBQUUsaUJBQWlCLGdCQUV2RDtBQUVELHdCQUFnQixTQUFTLENBQUMsR0FBRyxFQUFFLGdCQUFnQixRQUU5QztBQUVEOzs7O0dBSUc7QUFDSCx3QkFBZ0IsYUFBYSxDQUFDLEdBQUcsRUFBRSxnQkFBZ0IsRUFBRSxXQUFXLEVBQUUsTUFBTSxHQUFHLE1BQU0sQ0FNaEY7QUFFRDs7Ozs7Ozs7R0FRRztBQUNILHdCQUFnQixrQkFBa0IsQ0FBQyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxFQUFFLGlCQUFpQixFQUFFLFdBQVcsRUFBRSxNQUFNLEdBQUcsTUFBTSxDQU9wSDtBQUlELHdCQUFnQixRQUFRLENBQ3RCLEtBQUssRUFBRSxZQUFZLEdBQUcsVUFBVSxHQUFHLEVBQUUsR0FBRyxNQUFNLEdBQUcsT0FBTyxHQUFHLE1BQU0sR0FBRyxNQUFNLEdBQ3pFLGlCQUFpQixDQVluQjtBQUVELHdCQUFnQixPQUFPLENBQUMsSUFBSSxFQUFFLEVBQUUsRUFBRSxHQUFHLGdCQUFnQixDQUVwRDtBQUVELHdCQUFnQixlQUFlLENBQUMsS0FBSyxFQUFFLEVBQUUsR0FBRyxFQUFFLEVBQUUscUJBRS9DO0FBRUQsd0JBQWdCLGVBQWUsQ0FBQyxNQUFNLEVBQUUsTUFBTSxHQUFHLGdCQUFnQixDQUVoRTtBQUVEOzs7Ozs7O0dBT0c7QUFDSCx3QkFBZ0IsaUJBQWlCLENBQy9CLFdBQVcsRUFBRSxnQkFBZ0IsRUFDN0IsTUFBTSxFQUFFLE1BQU0sR0FDYixDQUFDLGdCQUFnQixFQUFFLGlCQUFpQixDQUFDLENBWXZDO0FBRUQ7Ozs7OztHQU1HO0FBQ0gsd0JBQWdCLGlDQUFpQyxDQUMvQyxXQUFXLEVBQUUsZ0JBQWdCLEVBQUUsRUFDL0IsTUFBTSxFQUFFLE1BQU0sRUFDZCxpQkFBaUIsRUFBRSxNQUFNLEdBQ3hCLENBQUMsZ0JBQWdCLEVBQUUsaUJBQWlCLENBQUMsQ0FxQnZDO0FBRUQsd0JBQWdCLG1CQUFtQixDQUFDLEdBQUcsRUFBRSxDQUFDLGlCQUFpQixHQUFHLGdCQUFnQixDQUFDLEVBQUU7O0VBRWhGO0FBRUQsZUFBTyxNQUFNLHVCQUF1QixhQUFhLENBQUM7QUFFbEQsZUFBTyxNQUFNLHNCQUFzQixpQ0FBc0IsQ0FBQztBQUUxRCxlQUFPLE1BQU0scUJBQXFCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztjQUVqQyxDQUFDO0FBRUYsZUFBTyxNQUFNLHVCQUF1Qjs7Ozs7O0VBRWxDLENBQUMifQ==