@aztec/stdlib 5.0.0-nightly.20260504 → 5.0.0-nightly.20260512

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 (139) hide show
  1. package/dest/abi/abi.d.ts +18 -1
  2. package/dest/abi/abi.d.ts.map +1 -1
  3. package/dest/abi/abi.js +25 -10
  4. package/dest/abi/contract_artifact.d.ts +1 -1
  5. package/dest/abi/contract_artifact.d.ts.map +1 -1
  6. package/dest/abi/contract_artifact.js +14 -7
  7. package/dest/avm/avm.d.ts +4 -4
  8. package/dest/avm/avm_circuit_public_inputs.d.ts +1 -1
  9. package/dest/avm/avm_proving_request.d.ts +2 -2
  10. package/dest/aztec-address/index.d.ts +3 -1
  11. package/dest/aztec-address/index.d.ts.map +1 -1
  12. package/dest/aztec-address/index.js +2 -0
  13. package/dest/block/block_data.d.ts +1 -290
  14. package/dest/block/block_data.d.ts.map +1 -1
  15. package/dest/block/block_data.js +0 -14
  16. package/dest/block/block_parameter.d.ts +31 -25
  17. package/dest/block/block_parameter.d.ts.map +1 -1
  18. package/dest/block/block_parameter.js +31 -14
  19. package/dest/block/in_block.d.ts +4 -4
  20. package/dest/block/index.d.ts +1 -2
  21. package/dest/block/index.d.ts.map +1 -1
  22. package/dest/block/index.js +0 -1
  23. package/dest/block/l2_block_info.d.ts +1 -1
  24. package/dest/block/l2_block_source.d.ts +66 -117
  25. package/dest/block/l2_block_source.d.ts.map +1 -1
  26. package/dest/block/l2_block_source.js +29 -1
  27. package/dest/block/l2_block_stream/l2_block_stream.d.ts +2 -2
  28. package/dest/block/l2_block_stream/l2_block_stream.d.ts.map +1 -1
  29. package/dest/block/l2_block_stream/l2_block_stream.js +36 -15
  30. package/dest/block/l2_block_stream/l2_tips_memory_store.d.ts +3 -1
  31. package/dest/block/l2_block_stream/l2_tips_memory_store.d.ts.map +1 -1
  32. package/dest/block/l2_block_stream/l2_tips_memory_store.js +3 -0
  33. package/dest/block/l2_block_stream/l2_tips_store_base.d.ts +4 -1
  34. package/dest/block/l2_block_stream/l2_tips_store_base.d.ts.map +1 -1
  35. package/dest/block/l2_block_stream/l2_tips_store_base.js +9 -4
  36. package/dest/block/test/l2_tips_store_test_suite.js +1 -1
  37. package/dest/checkpoint/checkpoint_data.d.ts +2 -2
  38. package/dest/hash/hash.d.ts +1 -1
  39. package/dest/hash/hash.d.ts.map +1 -1
  40. package/dest/hash/hash.js +2 -2
  41. package/dest/interfaces/archiver.d.ts +2 -2
  42. package/dest/interfaces/archiver.d.ts.map +1 -1
  43. package/dest/interfaces/archiver.js +8 -27
  44. package/dest/interfaces/aztec-node.d.ts +7 -5
  45. package/dest/interfaces/aztec-node.d.ts.map +1 -1
  46. package/dest/interfaces/aztec-node.js +3 -4
  47. package/dest/interfaces/block_response.d.ts +1 -1
  48. package/dest/interfaces/chain_tips.d.ts +5 -5
  49. package/dest/interfaces/checkpoint_parameter.d.ts +5 -5
  50. package/dest/interfaces/checkpoint_parameter.d.ts.map +1 -1
  51. package/dest/interfaces/checkpoint_parameter.js +5 -5
  52. package/dest/interfaces/checkpoint_response.d.ts +2 -2
  53. package/dest/interfaces/client.d.ts +2 -1
  54. package/dest/interfaces/client.d.ts.map +1 -1
  55. package/dest/interfaces/client.js +1 -0
  56. package/dest/interfaces/get_logs_response.d.ts +1 -1
  57. package/dest/interfaces/p2p.d.ts +8 -5
  58. package/dest/interfaces/p2p.d.ts.map +1 -1
  59. package/dest/interfaces/p2p.js +1 -1
  60. package/dest/interfaces/proving-job.d.ts +2 -2
  61. package/dest/interfaces/public_storage_override.d.ts +30 -0
  62. package/dest/interfaces/public_storage_override.d.ts.map +1 -0
  63. package/dest/interfaces/public_storage_override.js +7 -0
  64. package/dest/logs/extended_public_log.d.ts +1 -1
  65. package/dest/logs/log_id.d.ts +1 -1
  66. package/dest/logs/tx_scoped_l2_log.d.ts +1 -1
  67. package/dest/noir/index.d.ts +3 -1
  68. package/dest/noir/index.d.ts.map +1 -1
  69. package/dest/p2p/block_proposal.d.ts +12 -3
  70. package/dest/p2p/block_proposal.d.ts.map +1 -1
  71. package/dest/p2p/block_proposal.js +14 -1
  72. package/dest/p2p/checkpoint_attestation.d.ts +8 -4
  73. package/dest/p2p/checkpoint_attestation.d.ts.map +1 -1
  74. package/dest/p2p/checkpoint_attestation.js +9 -3
  75. package/dest/p2p/checkpoint_proposal.d.ts +16 -3
  76. package/dest/p2p/checkpoint_proposal.d.ts.map +1 -1
  77. package/dest/p2p/checkpoint_proposal.js +17 -2
  78. package/dest/p2p/consensus_payload.d.ts +6 -1
  79. package/dest/p2p/consensus_payload.d.ts.map +1 -1
  80. package/dest/p2p/consensus_payload.js +7 -0
  81. package/dest/tests/mocks.d.ts +2 -5
  82. package/dest/tests/mocks.d.ts.map +1 -1
  83. package/dest/tests/mocks.js +3 -24
  84. package/dest/tx/global_variables.d.ts +1 -1
  85. package/dest/tx/in_tx.d.ts +1 -1
  86. package/dest/tx/indexed_tx_effect.d.ts +1 -1
  87. package/dest/tx/proven_tx.d.ts +3 -1
  88. package/dest/tx/proven_tx.d.ts.map +1 -1
  89. package/dest/tx/proven_tx.js +6 -0
  90. package/dest/tx/simulated_tx.d.ts +35 -1142
  91. package/dest/tx/simulated_tx.d.ts.map +1 -1
  92. package/dest/tx/simulated_tx.js +12 -10
  93. package/dest/update-checker/dev_version.d.ts +3 -0
  94. package/dest/update-checker/dev_version.d.ts.map +1 -0
  95. package/dest/update-checker/dev_version.js +1 -0
  96. package/dest/update-checker/index.d.ts +2 -1
  97. package/dest/update-checker/index.d.ts.map +1 -1
  98. package/dest/update-checker/index.js +1 -0
  99. package/dest/update-checker/package_version.d.ts +6 -3
  100. package/dest/update-checker/package_version.d.ts.map +1 -1
  101. package/dest/update-checker/package_version.js +8 -19
  102. package/dest/world-state/genesis_data.d.ts +3 -1
  103. package/dest/world-state/genesis_data.d.ts.map +1 -1
  104. package/dest/world-state/genesis_data.js +3 -0
  105. package/package.json +10 -9
  106. package/src/abi/abi.ts +47 -14
  107. package/src/abi/contract_artifact.ts +11 -6
  108. package/src/aztec-address/index.ts +4 -0
  109. package/src/block/block_data.ts +0 -17
  110. package/src/block/block_parameter.ts +47 -12
  111. package/src/block/index.ts +0 -1
  112. package/src/block/l2_block_source.ts +73 -127
  113. package/src/block/l2_block_stream/l2_block_stream.ts +34 -26
  114. package/src/block/l2_block_stream/l2_tips_memory_store.ts +5 -0
  115. package/src/block/l2_block_stream/l2_tips_store_base.ts +7 -4
  116. package/src/block/test/l2_tips_store_test_suite.ts +1 -1
  117. package/src/hash/hash.ts +2 -2
  118. package/src/interfaces/archiver.ts +8 -33
  119. package/src/interfaces/aztec-node.ts +15 -5
  120. package/src/interfaces/checkpoint_parameter.ts +3 -3
  121. package/src/interfaces/client.ts +1 -0
  122. package/src/interfaces/p2p.ts +14 -5
  123. package/src/interfaces/public_storage_override.ts +26 -0
  124. package/src/noir/index.ts +2 -0
  125. package/src/p2p/block_proposal.ts +17 -2
  126. package/src/p2p/checkpoint_attestation.ts +11 -6
  127. package/src/p2p/checkpoint_proposal.ts +21 -3
  128. package/src/p2p/consensus_payload.ts +9 -0
  129. package/src/tests/mocks.ts +3 -31
  130. package/src/tx/proven_tx.ts +6 -0
  131. package/src/tx/simulated_tx.ts +18 -21
  132. package/src/update-checker/dev_version.ts +2 -0
  133. package/src/update-checker/index.ts +1 -0
  134. package/src/update-checker/package_version.ts +10 -23
  135. package/src/world-state/genesis_data.ts +12 -0
  136. package/dest/block/checkpointed_l2_block.d.ts +0 -150
  137. package/dest/block/checkpointed_l2_block.d.ts.map +0 -1
  138. package/dest/block/checkpointed_l2_block.js +0 -46
  139. package/src/block/checkpointed_l2_block.ts +0 -70
@@ -1,9 +1,9 @@
1
1
  import { type ZodFor } from '@aztec/foundation/schemas';
2
2
  import type { FieldsOf } from '@aztec/foundation/types';
3
3
  import { z } from 'zod';
4
- import { type ContractArtifact } from '../abi/abi.js';
5
4
  import { type ContractInstanceWithAddress } from '../contract/interfaces/contract_instance.js';
6
5
  import type { GasUsed } from '../gas/gas_used.js';
6
+ import { type PublicStorageOverride } from '../interfaces/public_storage_override.js';
7
7
  import { PrivateKernelTailCircuitPublicInputs } from '../kernel/private_kernel_tail_circuit_public_inputs.js';
8
8
  import type { OffchainEffect } from './offchain_effect.js';
9
9
  import { PrivateExecutionResult } from './private_execution_result.js';
@@ -12,12 +12,28 @@ import { NestedProcessReturnValues, PublicSimulationOutput } from './public_simu
12
12
  import { Tx } from './tx.js';
13
13
  export type ContractOverrides = Record<string, {
14
14
  instance: ContractInstanceWithAddress;
15
- artifact: ContractArtifact;
16
15
  }>;
17
16
  export declare class SimulationOverrides {
17
+ publicStorage?: PublicStorageOverride[];
18
18
  contracts?: ContractOverrides;
19
- constructor(contracts?: ContractOverrides);
19
+ constructor(args?: {
20
+ publicStorage?: PublicStorageOverride[];
21
+ contracts?: ContractOverrides;
22
+ });
20
23
  static get schema(): z.ZodEffects<z.ZodObject<{
24
+ publicStorage: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodObject<{
25
+ contract: ZodFor<import("../aztec-address/index.js").AztecAddress>;
26
+ slot: ZodFor<import("@aztec/foundation/schemas").Fr>;
27
+ value: ZodFor<import("@aztec/foundation/schemas").Fr>;
28
+ }, "strip", z.ZodTypeAny, {
29
+ contract: import("../aztec-address/index.js").AztecAddress;
30
+ slot: import("@aztec/foundation/schemas").Fr;
31
+ value: import("@aztec/foundation/schemas").Fr;
32
+ }, {
33
+ contract?: any;
34
+ slot?: any;
35
+ value?: any;
36
+ }>, "many">>;
21
37
  contracts: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
22
38
  instance: z.ZodIntersection<z.ZodObject<{
23
39
  version: z.ZodLiteral<1>;
@@ -75,674 +91,6 @@ export declare class SimulationOverrides {
75
91
  }, {
76
92
  address?: any;
77
93
  }>>;
78
- artifact: z.ZodObject<{
79
- name: z.ZodString;
80
- functions: z.ZodArray<z.ZodIntersection<z.ZodObject<{
81
- name: z.ZodString;
82
- functionType: z.ZodNativeEnum<typeof import("../abi/abi.js").FunctionType>;
83
- isOnlySelf: z.ZodBoolean;
84
- isStatic: z.ZodBoolean;
85
- isInitializer: z.ZodBoolean;
86
- parameters: z.ZodArray<z.ZodObject<{
87
- name: z.ZodString;
88
- type: z.ZodType<import("../abi/abi.js").AbiType, z.ZodTypeDef, import("../abi/abi.js").AbiType>;
89
- visibility: z.ZodEnum<["public", "private", "databus"]>;
90
- }, "strip", z.ZodTypeAny, {
91
- name: string;
92
- type: import("../abi/abi.js").AbiType;
93
- visibility: "databus" | "private" | "public";
94
- }, {
95
- name: string;
96
- type: import("../abi/abi.js").AbiType;
97
- visibility: "databus" | "private" | "public";
98
- }>, "many">;
99
- returnTypes: z.ZodArray<z.ZodType<import("../abi/abi.js").AbiType, z.ZodTypeDef, import("../abi/abi.js").AbiType>, "many">;
100
- errorTypes: z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodUnion<[z.ZodObject<{
101
- error_kind: z.ZodLiteral<"string">;
102
- string: z.ZodString;
103
- }, "strip", z.ZodTypeAny, {
104
- error_kind: "string";
105
- string: string;
106
- }, {
107
- error_kind: "string";
108
- string: string;
109
- }>, z.ZodObject<{
110
- error_kind: z.ZodLiteral<"fmtstring">;
111
- length: z.ZodNumber;
112
- item_types: z.ZodArray<z.ZodType<import("../abi/abi.js").AbiType, z.ZodTypeDef, import("../abi/abi.js").AbiType>, "many">;
113
- }, "strip", z.ZodTypeAny, {
114
- error_kind: "fmtstring";
115
- length: number;
116
- item_types: import("../abi/abi.js").AbiType[];
117
- }, {
118
- error_kind: "fmtstring";
119
- length: number;
120
- item_types: import("../abi/abi.js").AbiType[];
121
- }>, z.ZodIntersection<z.ZodObject<{
122
- error_kind: z.ZodLiteral<"custom">;
123
- }, "strip", z.ZodTypeAny, {
124
- error_kind: "custom";
125
- }, {
126
- error_kind: "custom";
127
- }>, z.ZodType<import("../abi/abi.js").AbiType, z.ZodTypeDef, import("../abi/abi.js").AbiType>>]>>>;
128
- }, "strip", z.ZodTypeAny, {
129
- name: string;
130
- functionType: import("../abi/abi.js").FunctionType;
131
- isOnlySelf: boolean;
132
- isStatic: boolean;
133
- isInitializer: boolean;
134
- parameters: {
135
- name: string;
136
- type: import("../abi/abi.js").AbiType;
137
- visibility: "databus" | "private" | "public";
138
- }[];
139
- returnTypes: import("../abi/abi.js").AbiType[];
140
- errorTypes: Record<string, {
141
- error_kind: "string";
142
- string: string;
143
- } | {
144
- error_kind: "fmtstring";
145
- length: number;
146
- item_types: import("../abi/abi.js").AbiType[];
147
- } | ({
148
- error_kind: "custom";
149
- } & import("../abi/abi.js").AbiType) | undefined>;
150
- }, {
151
- name: string;
152
- functionType: import("../abi/abi.js").FunctionType;
153
- isOnlySelf: boolean;
154
- isStatic: boolean;
155
- isInitializer: boolean;
156
- parameters: {
157
- name: string;
158
- type: import("../abi/abi.js").AbiType;
159
- visibility: "databus" | "private" | "public";
160
- }[];
161
- returnTypes: import("../abi/abi.js").AbiType[];
162
- errorTypes: Record<string, {
163
- error_kind: "string";
164
- string: string;
165
- } | {
166
- error_kind: "fmtstring";
167
- length: number;
168
- item_types: import("../abi/abi.js").AbiType[];
169
- } | ({
170
- error_kind: "custom";
171
- } & import("../abi/abi.js").AbiType) | undefined>;
172
- }>, z.ZodObject<{
173
- bytecode: ZodFor<Buffer<ArrayBufferLike>>;
174
- verificationKey: z.ZodOptional<z.ZodString>;
175
- debugSymbols: z.ZodString;
176
- debug: z.ZodOptional<z.ZodObject<{
177
- debugSymbols: z.ZodObject<{
178
- location_tree: z.ZodObject<{
179
- locations: z.ZodArray<z.ZodObject<{
180
- parent: z.ZodNullable<z.ZodNumber>;
181
- value: z.ZodObject<{
182
- span: z.ZodObject<{
183
- start: z.ZodNumber;
184
- end: z.ZodNumber;
185
- }, "strip", z.ZodTypeAny, {
186
- start: number;
187
- end: number;
188
- }, {
189
- start: number;
190
- end: number;
191
- }>;
192
- file: z.ZodNumber;
193
- }, "strip", z.ZodTypeAny, {
194
- span: {
195
- start: number;
196
- end: number;
197
- };
198
- file: number;
199
- }, {
200
- span: {
201
- start: number;
202
- end: number;
203
- };
204
- file: number;
205
- }>;
206
- }, "strip", z.ZodTypeAny, {
207
- parent: number | null;
208
- value: {
209
- span: {
210
- start: number;
211
- end: number;
212
- };
213
- file: number;
214
- };
215
- }, {
216
- parent: number | null;
217
- value: {
218
- span: {
219
- start: number;
220
- end: number;
221
- };
222
- file: number;
223
- };
224
- }>, "many">;
225
- }, "strip", z.ZodTypeAny, {
226
- locations: {
227
- parent: number | null;
228
- value: {
229
- span: {
230
- start: number;
231
- end: number;
232
- };
233
- file: number;
234
- };
235
- }[];
236
- }, {
237
- locations: {
238
- parent: number | null;
239
- value: {
240
- span: {
241
- start: number;
242
- end: number;
243
- };
244
- file: number;
245
- };
246
- }[];
247
- }>;
248
- acir_locations: z.ZodRecord<z.ZodString, z.ZodNumber>;
249
- brillig_locations: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodNumber>>;
250
- }, "strip", z.ZodTypeAny, {
251
- location_tree: {
252
- locations: {
253
- parent: number | null;
254
- value: {
255
- span: {
256
- start: number;
257
- end: number;
258
- };
259
- file: number;
260
- };
261
- }[];
262
- };
263
- acir_locations: Record<string, number>;
264
- brillig_locations: Record<string, Record<string, number>>;
265
- }, {
266
- location_tree: {
267
- locations: {
268
- parent: number | null;
269
- value: {
270
- span: {
271
- start: number;
272
- end: number;
273
- };
274
- file: number;
275
- };
276
- }[];
277
- };
278
- acir_locations: Record<string, number>;
279
- brillig_locations: Record<string, Record<string, number>>;
280
- }>;
281
- files: z.ZodRecord<z.ZodString, z.ZodObject<{
282
- source: z.ZodString;
283
- path: z.ZodString;
284
- function_locations: z.ZodArray<z.ZodObject<{
285
- start: z.ZodNumber;
286
- name: z.ZodString;
287
- }, "strip", z.ZodTypeAny, {
288
- start: number;
289
- name: string;
290
- }, {
291
- start: number;
292
- name: string;
293
- }>, "many">;
294
- }, "strip", z.ZodTypeAny, {
295
- source: string;
296
- path: string;
297
- function_locations: {
298
- start: number;
299
- name: string;
300
- }[];
301
- }, {
302
- source: string;
303
- path: string;
304
- function_locations: {
305
- start: number;
306
- name: string;
307
- }[];
308
- }>>;
309
- }, "strip", z.ZodTypeAny, {
310
- debugSymbols: {
311
- location_tree: {
312
- locations: {
313
- parent: number | null;
314
- value: {
315
- span: {
316
- start: number;
317
- end: number;
318
- };
319
- file: number;
320
- };
321
- }[];
322
- };
323
- acir_locations: Record<string, number>;
324
- brillig_locations: Record<string, Record<string, number>>;
325
- };
326
- files: Record<string, {
327
- source: string;
328
- path: string;
329
- function_locations: {
330
- start: number;
331
- name: string;
332
- }[];
333
- }>;
334
- }, {
335
- debugSymbols: {
336
- location_tree: {
337
- locations: {
338
- parent: number | null;
339
- value: {
340
- span: {
341
- start: number;
342
- end: number;
343
- };
344
- file: number;
345
- };
346
- }[];
347
- };
348
- acir_locations: Record<string, number>;
349
- brillig_locations: Record<string, Record<string, number>>;
350
- };
351
- files: Record<string, {
352
- source: string;
353
- path: string;
354
- function_locations: {
355
- start: number;
356
- name: string;
357
- }[];
358
- }>;
359
- }>>;
360
- }, "strip", z.ZodTypeAny, {
361
- bytecode: Buffer<ArrayBufferLike>;
362
- verificationKey?: string | undefined;
363
- debugSymbols: string;
364
- debug?: {
365
- debugSymbols: {
366
- location_tree: {
367
- locations: {
368
- parent: number | null;
369
- value: {
370
- span: {
371
- start: number;
372
- end: number;
373
- };
374
- file: number;
375
- };
376
- }[];
377
- };
378
- acir_locations: Record<string, number>;
379
- brillig_locations: Record<string, Record<string, number>>;
380
- };
381
- files: Record<string, {
382
- source: string;
383
- path: string;
384
- function_locations: {
385
- start: number;
386
- name: string;
387
- }[];
388
- }>;
389
- } | undefined;
390
- }, {
391
- bytecode?: any;
392
- verificationKey?: string | undefined;
393
- debugSymbols: string;
394
- debug?: {
395
- debugSymbols: {
396
- location_tree: {
397
- locations: {
398
- parent: number | null;
399
- value: {
400
- span: {
401
- start: number;
402
- end: number;
403
- };
404
- file: number;
405
- };
406
- }[];
407
- };
408
- acir_locations: Record<string, number>;
409
- brillig_locations: Record<string, Record<string, number>>;
410
- };
411
- files: Record<string, {
412
- source: string;
413
- path: string;
414
- function_locations: {
415
- start: number;
416
- name: string;
417
- }[];
418
- }>;
419
- } | undefined;
420
- }>>, "many">;
421
- nonDispatchPublicFunctions: z.ZodArray<z.ZodObject<{
422
- name: z.ZodString;
423
- functionType: z.ZodNativeEnum<typeof import("../abi/abi.js").FunctionType>;
424
- isOnlySelf: z.ZodBoolean;
425
- isStatic: z.ZodBoolean;
426
- isInitializer: z.ZodBoolean;
427
- parameters: z.ZodArray<z.ZodObject<{
428
- name: z.ZodString;
429
- type: z.ZodType<import("../abi/abi.js").AbiType, z.ZodTypeDef, import("../abi/abi.js").AbiType>;
430
- visibility: z.ZodEnum<["public", "private", "databus"]>;
431
- }, "strip", z.ZodTypeAny, {
432
- name: string;
433
- type: import("../abi/abi.js").AbiType;
434
- visibility: "databus" | "private" | "public";
435
- }, {
436
- name: string;
437
- type: import("../abi/abi.js").AbiType;
438
- visibility: "databus" | "private" | "public";
439
- }>, "many">;
440
- returnTypes: z.ZodArray<z.ZodType<import("../abi/abi.js").AbiType, z.ZodTypeDef, import("../abi/abi.js").AbiType>, "many">;
441
- errorTypes: z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodUnion<[z.ZodObject<{
442
- error_kind: z.ZodLiteral<"string">;
443
- string: z.ZodString;
444
- }, "strip", z.ZodTypeAny, {
445
- error_kind: "string";
446
- string: string;
447
- }, {
448
- error_kind: "string";
449
- string: string;
450
- }>, z.ZodObject<{
451
- error_kind: z.ZodLiteral<"fmtstring">;
452
- length: z.ZodNumber;
453
- item_types: z.ZodArray<z.ZodType<import("../abi/abi.js").AbiType, z.ZodTypeDef, import("../abi/abi.js").AbiType>, "many">;
454
- }, "strip", z.ZodTypeAny, {
455
- error_kind: "fmtstring";
456
- length: number;
457
- item_types: import("../abi/abi.js").AbiType[];
458
- }, {
459
- error_kind: "fmtstring";
460
- length: number;
461
- item_types: import("../abi/abi.js").AbiType[];
462
- }>, z.ZodIntersection<z.ZodObject<{
463
- error_kind: z.ZodLiteral<"custom">;
464
- }, "strip", z.ZodTypeAny, {
465
- error_kind: "custom";
466
- }, {
467
- error_kind: "custom";
468
- }>, z.ZodType<import("../abi/abi.js").AbiType, z.ZodTypeDef, import("../abi/abi.js").AbiType>>]>>>;
469
- }, "strip", z.ZodTypeAny, {
470
- name: string;
471
- functionType: import("../abi/abi.js").FunctionType;
472
- isOnlySelf: boolean;
473
- isStatic: boolean;
474
- isInitializer: boolean;
475
- parameters: {
476
- name: string;
477
- type: import("../abi/abi.js").AbiType;
478
- visibility: "databus" | "private" | "public";
479
- }[];
480
- returnTypes: import("../abi/abi.js").AbiType[];
481
- errorTypes: Record<string, {
482
- error_kind: "string";
483
- string: string;
484
- } | {
485
- error_kind: "fmtstring";
486
- length: number;
487
- item_types: import("../abi/abi.js").AbiType[];
488
- } | ({
489
- error_kind: "custom";
490
- } & import("../abi/abi.js").AbiType) | undefined>;
491
- }, {
492
- name: string;
493
- functionType: import("../abi/abi.js").FunctionType;
494
- isOnlySelf: boolean;
495
- isStatic: boolean;
496
- isInitializer: boolean;
497
- parameters: {
498
- name: string;
499
- type: import("../abi/abi.js").AbiType;
500
- visibility: "databus" | "private" | "public";
501
- }[];
502
- returnTypes: import("../abi/abi.js").AbiType[];
503
- errorTypes: Record<string, {
504
- error_kind: "string";
505
- string: string;
506
- } | {
507
- error_kind: "fmtstring";
508
- length: number;
509
- item_types: import("../abi/abi.js").AbiType[];
510
- } | ({
511
- error_kind: "custom";
512
- } & import("../abi/abi.js").AbiType) | undefined>;
513
- }>, "many">;
514
- outputs: z.ZodObject<{
515
- structs: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("../abi/abi.js").AbiType, z.ZodTypeDef, import("../abi/abi.js").AbiType>, "many">>, Record<string, import("../abi/abi.js").AbiType[]>, Record<string, import("../abi/abi.js").AbiType[]>>;
516
- globals: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("../abi/abi.js").AbiValue, z.ZodTypeDef, import("../abi/abi.js").AbiValue>, "many">>;
517
- }, "strip", z.ZodTypeAny, {
518
- structs: Record<string, import("../abi/abi.js").AbiType[]>;
519
- globals: Record<string, import("../abi/abi.js").AbiValue[]>;
520
- }, {
521
- structs: Record<string, import("../abi/abi.js").AbiType[]>;
522
- globals: Record<string, import("../abi/abi.js").AbiValue[]>;
523
- }>;
524
- storageLayout: z.ZodRecord<z.ZodString, z.ZodObject<{
525
- slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
526
- }, "strip", z.ZodTypeAny, {
527
- slot: import("@aztec/foundation/schemas").Fr;
528
- }, {
529
- slot: string;
530
- }>>;
531
- fileMap: z.ZodRecord<z.ZodNumber, z.ZodObject<{
532
- source: z.ZodString;
533
- path: z.ZodString;
534
- function_locations: z.ZodArray<z.ZodObject<{
535
- start: z.ZodNumber;
536
- name: z.ZodString;
537
- }, "strip", z.ZodTypeAny, {
538
- start: number;
539
- name: string;
540
- }, {
541
- start: number;
542
- name: string;
543
- }>, "many">;
544
- }, "strip", z.ZodTypeAny, {
545
- source: string;
546
- path: string;
547
- function_locations: {
548
- start: number;
549
- name: string;
550
- }[];
551
- }, {
552
- source: string;
553
- path: string;
554
- function_locations: {
555
- start: number;
556
- name: string;
557
- }[];
558
- }>>;
559
- }, "strip", z.ZodTypeAny, {
560
- name: string;
561
- functions: ({
562
- name: string;
563
- functionType: import("../abi/abi.js").FunctionType;
564
- isOnlySelf: boolean;
565
- isStatic: boolean;
566
- isInitializer: boolean;
567
- parameters: {
568
- name: string;
569
- type: import("../abi/abi.js").AbiType;
570
- visibility: "databus" | "private" | "public";
571
- }[];
572
- returnTypes: import("../abi/abi.js").AbiType[];
573
- errorTypes: Record<string, {
574
- error_kind: "string";
575
- string: string;
576
- } | {
577
- error_kind: "fmtstring";
578
- length: number;
579
- item_types: import("../abi/abi.js").AbiType[];
580
- } | ({
581
- error_kind: "custom";
582
- } & import("../abi/abi.js").AbiType) | undefined>;
583
- } & {
584
- bytecode: Buffer<ArrayBufferLike>;
585
- verificationKey?: string | undefined;
586
- debugSymbols: string;
587
- debug?: {
588
- debugSymbols: {
589
- location_tree: {
590
- locations: {
591
- parent: number | null;
592
- value: {
593
- span: {
594
- start: number;
595
- end: number;
596
- };
597
- file: number;
598
- };
599
- }[];
600
- };
601
- acir_locations: Record<string, number>;
602
- brillig_locations: Record<string, Record<string, number>>;
603
- };
604
- files: Record<string, {
605
- source: string;
606
- path: string;
607
- function_locations: {
608
- start: number;
609
- name: string;
610
- }[];
611
- }>;
612
- } | undefined;
613
- })[];
614
- nonDispatchPublicFunctions: {
615
- name: string;
616
- functionType: import("../abi/abi.js").FunctionType;
617
- isOnlySelf: boolean;
618
- isStatic: boolean;
619
- isInitializer: boolean;
620
- parameters: {
621
- name: string;
622
- type: import("../abi/abi.js").AbiType;
623
- visibility: "databus" | "private" | "public";
624
- }[];
625
- returnTypes: import("../abi/abi.js").AbiType[];
626
- errorTypes: Record<string, {
627
- error_kind: "string";
628
- string: string;
629
- } | {
630
- error_kind: "fmtstring";
631
- length: number;
632
- item_types: import("../abi/abi.js").AbiType[];
633
- } | ({
634
- error_kind: "custom";
635
- } & import("../abi/abi.js").AbiType) | undefined>;
636
- }[];
637
- outputs: {
638
- structs: Record<string, import("../abi/abi.js").AbiType[]>;
639
- globals: Record<string, import("../abi/abi.js").AbiValue[]>;
640
- };
641
- storageLayout: Record<string, {
642
- slot: import("@aztec/foundation/schemas").Fr;
643
- }>;
644
- fileMap: Record<number, {
645
- source: string;
646
- path: string;
647
- function_locations: {
648
- start: number;
649
- name: string;
650
- }[];
651
- }>;
652
- }, {
653
- name: string;
654
- functions: ({
655
- name: string;
656
- functionType: import("../abi/abi.js").FunctionType;
657
- isOnlySelf: boolean;
658
- isStatic: boolean;
659
- isInitializer: boolean;
660
- parameters: {
661
- name: string;
662
- type: import("../abi/abi.js").AbiType;
663
- visibility: "databus" | "private" | "public";
664
- }[];
665
- returnTypes: import("../abi/abi.js").AbiType[];
666
- errorTypes: Record<string, {
667
- error_kind: "string";
668
- string: string;
669
- } | {
670
- error_kind: "fmtstring";
671
- length: number;
672
- item_types: import("../abi/abi.js").AbiType[];
673
- } | ({
674
- error_kind: "custom";
675
- } & import("../abi/abi.js").AbiType) | undefined>;
676
- } & {
677
- bytecode?: any;
678
- verificationKey?: string | undefined;
679
- debugSymbols: string;
680
- debug?: {
681
- debugSymbols: {
682
- location_tree: {
683
- locations: {
684
- parent: number | null;
685
- value: {
686
- span: {
687
- start: number;
688
- end: number;
689
- };
690
- file: number;
691
- };
692
- }[];
693
- };
694
- acir_locations: Record<string, number>;
695
- brillig_locations: Record<string, Record<string, number>>;
696
- };
697
- files: Record<string, {
698
- source: string;
699
- path: string;
700
- function_locations: {
701
- start: number;
702
- name: string;
703
- }[];
704
- }>;
705
- } | undefined;
706
- })[];
707
- nonDispatchPublicFunctions: {
708
- name: string;
709
- functionType: import("../abi/abi.js").FunctionType;
710
- isOnlySelf: boolean;
711
- isStatic: boolean;
712
- isInitializer: boolean;
713
- parameters: {
714
- name: string;
715
- type: import("../abi/abi.js").AbiType;
716
- visibility: "databus" | "private" | "public";
717
- }[];
718
- returnTypes: import("../abi/abi.js").AbiType[];
719
- errorTypes: Record<string, {
720
- error_kind: "string";
721
- string: string;
722
- } | {
723
- error_kind: "fmtstring";
724
- length: number;
725
- item_types: import("../abi/abi.js").AbiType[];
726
- } | ({
727
- error_kind: "custom";
728
- } & import("../abi/abi.js").AbiType) | undefined>;
729
- }[];
730
- outputs: {
731
- structs: Record<string, import("../abi/abi.js").AbiType[]>;
732
- globals: Record<string, import("../abi/abi.js").AbiValue[]>;
733
- };
734
- storageLayout: Record<string, {
735
- slot: string;
736
- }>;
737
- fileMap: Record<number, {
738
- source: string;
739
- path: string;
740
- function_locations: {
741
- start: number;
742
- name: string;
743
- }[];
744
- }>;
745
- }>;
746
94
  }, "strip", z.ZodTypeAny, {
747
95
  instance: {
748
96
  version: 1;
@@ -755,100 +103,6 @@ export declare class SimulationOverrides {
755
103
  } & {
756
104
  address: import("../aztec-address/index.js").AztecAddress;
757
105
  };
758
- artifact: {
759
- name: string;
760
- functions: ({
761
- name: string;
762
- functionType: import("../abi/abi.js").FunctionType;
763
- isOnlySelf: boolean;
764
- isStatic: boolean;
765
- isInitializer: boolean;
766
- parameters: {
767
- name: string;
768
- type: import("../abi/abi.js").AbiType;
769
- visibility: "databus" | "private" | "public";
770
- }[];
771
- returnTypes: import("../abi/abi.js").AbiType[];
772
- errorTypes: Record<string, {
773
- error_kind: "string";
774
- string: string;
775
- } | {
776
- error_kind: "fmtstring";
777
- length: number;
778
- item_types: import("../abi/abi.js").AbiType[];
779
- } | ({
780
- error_kind: "custom";
781
- } & import("../abi/abi.js").AbiType) | undefined>;
782
- } & {
783
- bytecode: Buffer<ArrayBufferLike>;
784
- verificationKey?: string | undefined;
785
- debugSymbols: string;
786
- debug?: {
787
- debugSymbols: {
788
- location_tree: {
789
- locations: {
790
- parent: number | null;
791
- value: {
792
- span: {
793
- start: number;
794
- end: number;
795
- };
796
- file: number;
797
- };
798
- }[];
799
- };
800
- acir_locations: Record<string, number>;
801
- brillig_locations: Record<string, Record<string, number>>;
802
- };
803
- files: Record<string, {
804
- source: string;
805
- path: string;
806
- function_locations: {
807
- start: number;
808
- name: string;
809
- }[];
810
- }>;
811
- } | undefined;
812
- })[];
813
- nonDispatchPublicFunctions: {
814
- name: string;
815
- functionType: import("../abi/abi.js").FunctionType;
816
- isOnlySelf: boolean;
817
- isStatic: boolean;
818
- isInitializer: boolean;
819
- parameters: {
820
- name: string;
821
- type: import("../abi/abi.js").AbiType;
822
- visibility: "databus" | "private" | "public";
823
- }[];
824
- returnTypes: import("../abi/abi.js").AbiType[];
825
- errorTypes: Record<string, {
826
- error_kind: "string";
827
- string: string;
828
- } | {
829
- error_kind: "fmtstring";
830
- length: number;
831
- item_types: import("../abi/abi.js").AbiType[];
832
- } | ({
833
- error_kind: "custom";
834
- } & import("../abi/abi.js").AbiType) | undefined>;
835
- }[];
836
- outputs: {
837
- structs: Record<string, import("../abi/abi.js").AbiType[]>;
838
- globals: Record<string, import("../abi/abi.js").AbiValue[]>;
839
- };
840
- storageLayout: Record<string, {
841
- slot: import("@aztec/foundation/schemas").Fr;
842
- }>;
843
- fileMap: Record<number, {
844
- source: string;
845
- path: string;
846
- function_locations: {
847
- start: number;
848
- name: string;
849
- }[];
850
- }>;
851
- };
852
106
  }, {
853
107
  instance: {
854
108
  version: 1;
@@ -866,102 +120,13 @@ export declare class SimulationOverrides {
866
120
  } & {
867
121
  address?: any;
868
122
  };
869
- artifact: {
870
- name: string;
871
- functions: ({
872
- name: string;
873
- functionType: import("../abi/abi.js").FunctionType;
874
- isOnlySelf: boolean;
875
- isStatic: boolean;
876
- isInitializer: boolean;
877
- parameters: {
878
- name: string;
879
- type: import("../abi/abi.js").AbiType;
880
- visibility: "databus" | "private" | "public";
881
- }[];
882
- returnTypes: import("../abi/abi.js").AbiType[];
883
- errorTypes: Record<string, {
884
- error_kind: "string";
885
- string: string;
886
- } | {
887
- error_kind: "fmtstring";
888
- length: number;
889
- item_types: import("../abi/abi.js").AbiType[];
890
- } | ({
891
- error_kind: "custom";
892
- } & import("../abi/abi.js").AbiType) | undefined>;
893
- } & {
894
- bytecode?: any;
895
- verificationKey?: string | undefined;
896
- debugSymbols: string;
897
- debug?: {
898
- debugSymbols: {
899
- location_tree: {
900
- locations: {
901
- parent: number | null;
902
- value: {
903
- span: {
904
- start: number;
905
- end: number;
906
- };
907
- file: number;
908
- };
909
- }[];
910
- };
911
- acir_locations: Record<string, number>;
912
- brillig_locations: Record<string, Record<string, number>>;
913
- };
914
- files: Record<string, {
915
- source: string;
916
- path: string;
917
- function_locations: {
918
- start: number;
919
- name: string;
920
- }[];
921
- }>;
922
- } | undefined;
923
- })[];
924
- nonDispatchPublicFunctions: {
925
- name: string;
926
- functionType: import("../abi/abi.js").FunctionType;
927
- isOnlySelf: boolean;
928
- isStatic: boolean;
929
- isInitializer: boolean;
930
- parameters: {
931
- name: string;
932
- type: import("../abi/abi.js").AbiType;
933
- visibility: "databus" | "private" | "public";
934
- }[];
935
- returnTypes: import("../abi/abi.js").AbiType[];
936
- errorTypes: Record<string, {
937
- error_kind: "string";
938
- string: string;
939
- } | {
940
- error_kind: "fmtstring";
941
- length: number;
942
- item_types: import("../abi/abi.js").AbiType[];
943
- } | ({
944
- error_kind: "custom";
945
- } & import("../abi/abi.js").AbiType) | undefined>;
946
- }[];
947
- outputs: {
948
- structs: Record<string, import("../abi/abi.js").AbiType[]>;
949
- globals: Record<string, import("../abi/abi.js").AbiValue[]>;
950
- };
951
- storageLayout: Record<string, {
952
- slot: string;
953
- }>;
954
- fileMap: Record<number, {
955
- source: string;
956
- path: string;
957
- function_locations: {
958
- start: number;
959
- name: string;
960
- }[];
961
- }>;
962
- };
963
123
  }>>>;
964
124
  }, "strip", z.ZodTypeAny, {
125
+ publicStorage?: {
126
+ contract: import("../aztec-address/index.js").AztecAddress;
127
+ slot: import("@aztec/foundation/schemas").Fr;
128
+ value: import("@aztec/foundation/schemas").Fr;
129
+ }[] | undefined;
965
130
  contracts?: Record<string, {
966
131
  instance: {
967
132
  version: 1;
@@ -974,102 +139,13 @@ export declare class SimulationOverrides {
974
139
  } & {
975
140
  address: import("../aztec-address/index.js").AztecAddress;
976
141
  };
977
- artifact: {
978
- name: string;
979
- functions: ({
980
- name: string;
981
- functionType: import("../abi/abi.js").FunctionType;
982
- isOnlySelf: boolean;
983
- isStatic: boolean;
984
- isInitializer: boolean;
985
- parameters: {
986
- name: string;
987
- type: import("../abi/abi.js").AbiType;
988
- visibility: "databus" | "private" | "public";
989
- }[];
990
- returnTypes: import("../abi/abi.js").AbiType[];
991
- errorTypes: Record<string, {
992
- error_kind: "string";
993
- string: string;
994
- } | {
995
- error_kind: "fmtstring";
996
- length: number;
997
- item_types: import("../abi/abi.js").AbiType[];
998
- } | ({
999
- error_kind: "custom";
1000
- } & import("../abi/abi.js").AbiType) | undefined>;
1001
- } & {
1002
- bytecode: Buffer<ArrayBufferLike>;
1003
- verificationKey?: string | undefined;
1004
- debugSymbols: string;
1005
- debug?: {
1006
- debugSymbols: {
1007
- location_tree: {
1008
- locations: {
1009
- parent: number | null;
1010
- value: {
1011
- span: {
1012
- start: number;
1013
- end: number;
1014
- };
1015
- file: number;
1016
- };
1017
- }[];
1018
- };
1019
- acir_locations: Record<string, number>;
1020
- brillig_locations: Record<string, Record<string, number>>;
1021
- };
1022
- files: Record<string, {
1023
- source: string;
1024
- path: string;
1025
- function_locations: {
1026
- start: number;
1027
- name: string;
1028
- }[];
1029
- }>;
1030
- } | undefined;
1031
- })[];
1032
- nonDispatchPublicFunctions: {
1033
- name: string;
1034
- functionType: import("../abi/abi.js").FunctionType;
1035
- isOnlySelf: boolean;
1036
- isStatic: boolean;
1037
- isInitializer: boolean;
1038
- parameters: {
1039
- name: string;
1040
- type: import("../abi/abi.js").AbiType;
1041
- visibility: "databus" | "private" | "public";
1042
- }[];
1043
- returnTypes: import("../abi/abi.js").AbiType[];
1044
- errorTypes: Record<string, {
1045
- error_kind: "string";
1046
- string: string;
1047
- } | {
1048
- error_kind: "fmtstring";
1049
- length: number;
1050
- item_types: import("../abi/abi.js").AbiType[];
1051
- } | ({
1052
- error_kind: "custom";
1053
- } & import("../abi/abi.js").AbiType) | undefined>;
1054
- }[];
1055
- outputs: {
1056
- structs: Record<string, import("../abi/abi.js").AbiType[]>;
1057
- globals: Record<string, import("../abi/abi.js").AbiValue[]>;
1058
- };
1059
- storageLayout: Record<string, {
1060
- slot: import("@aztec/foundation/schemas").Fr;
1061
- }>;
1062
- fileMap: Record<number, {
1063
- source: string;
1064
- path: string;
1065
- function_locations: {
1066
- start: number;
1067
- name: string;
1068
- }[];
1069
- }>;
1070
- };
1071
142
  }> | undefined;
1072
143
  }, {
144
+ publicStorage?: {
145
+ contract?: any;
146
+ slot?: any;
147
+ value?: any;
148
+ }[] | undefined;
1073
149
  contracts?: Record<string, {
1074
150
  instance: {
1075
151
  version: 1;
@@ -1087,102 +163,13 @@ export declare class SimulationOverrides {
1087
163
  } & {
1088
164
  address?: any;
1089
165
  };
1090
- artifact: {
1091
- name: string;
1092
- functions: ({
1093
- name: string;
1094
- functionType: import("../abi/abi.js").FunctionType;
1095
- isOnlySelf: boolean;
1096
- isStatic: boolean;
1097
- isInitializer: boolean;
1098
- parameters: {
1099
- name: string;
1100
- type: import("../abi/abi.js").AbiType;
1101
- visibility: "databus" | "private" | "public";
1102
- }[];
1103
- returnTypes: import("../abi/abi.js").AbiType[];
1104
- errorTypes: Record<string, {
1105
- error_kind: "string";
1106
- string: string;
1107
- } | {
1108
- error_kind: "fmtstring";
1109
- length: number;
1110
- item_types: import("../abi/abi.js").AbiType[];
1111
- } | ({
1112
- error_kind: "custom";
1113
- } & import("../abi/abi.js").AbiType) | undefined>;
1114
- } & {
1115
- bytecode?: any;
1116
- verificationKey?: string | undefined;
1117
- debugSymbols: string;
1118
- debug?: {
1119
- debugSymbols: {
1120
- location_tree: {
1121
- locations: {
1122
- parent: number | null;
1123
- value: {
1124
- span: {
1125
- start: number;
1126
- end: number;
1127
- };
1128
- file: number;
1129
- };
1130
- }[];
1131
- };
1132
- acir_locations: Record<string, number>;
1133
- brillig_locations: Record<string, Record<string, number>>;
1134
- };
1135
- files: Record<string, {
1136
- source: string;
1137
- path: string;
1138
- function_locations: {
1139
- start: number;
1140
- name: string;
1141
- }[];
1142
- }>;
1143
- } | undefined;
1144
- })[];
1145
- nonDispatchPublicFunctions: {
1146
- name: string;
1147
- functionType: import("../abi/abi.js").FunctionType;
1148
- isOnlySelf: boolean;
1149
- isStatic: boolean;
1150
- isInitializer: boolean;
1151
- parameters: {
1152
- name: string;
1153
- type: import("../abi/abi.js").AbiType;
1154
- visibility: "databus" | "private" | "public";
1155
- }[];
1156
- returnTypes: import("../abi/abi.js").AbiType[];
1157
- errorTypes: Record<string, {
1158
- error_kind: "string";
1159
- string: string;
1160
- } | {
1161
- error_kind: "fmtstring";
1162
- length: number;
1163
- item_types: import("../abi/abi.js").AbiType[];
1164
- } | ({
1165
- error_kind: "custom";
1166
- } & import("../abi/abi.js").AbiType) | undefined>;
1167
- }[];
1168
- outputs: {
1169
- structs: Record<string, import("../abi/abi.js").AbiType[]>;
1170
- globals: Record<string, import("../abi/abi.js").AbiValue[]>;
1171
- };
1172
- storageLayout: Record<string, {
1173
- slot: string;
1174
- }>;
1175
- fileMap: Record<number, {
1176
- source: string;
1177
- path: string;
1178
- function_locations: {
1179
- start: number;
1180
- name: string;
1181
- }[];
1182
- }>;
1183
- };
1184
166
  }> | undefined;
1185
167
  }>, SimulationOverrides, {
168
+ publicStorage?: {
169
+ contract?: any;
170
+ slot?: any;
171
+ value?: any;
172
+ }[] | undefined;
1186
173
  contracts?: Record<string, {
1187
174
  instance: {
1188
175
  version: 1;
@@ -1200,100 +187,6 @@ export declare class SimulationOverrides {
1200
187
  } & {
1201
188
  address?: any;
1202
189
  };
1203
- artifact: {
1204
- name: string;
1205
- functions: ({
1206
- name: string;
1207
- functionType: import("../abi/abi.js").FunctionType;
1208
- isOnlySelf: boolean;
1209
- isStatic: boolean;
1210
- isInitializer: boolean;
1211
- parameters: {
1212
- name: string;
1213
- type: import("../abi/abi.js").AbiType;
1214
- visibility: "databus" | "private" | "public";
1215
- }[];
1216
- returnTypes: import("../abi/abi.js").AbiType[];
1217
- errorTypes: Record<string, {
1218
- error_kind: "string";
1219
- string: string;
1220
- } | {
1221
- error_kind: "fmtstring";
1222
- length: number;
1223
- item_types: import("../abi/abi.js").AbiType[];
1224
- } | ({
1225
- error_kind: "custom";
1226
- } & import("../abi/abi.js").AbiType) | undefined>;
1227
- } & {
1228
- bytecode?: any;
1229
- verificationKey?: string | undefined;
1230
- debugSymbols: string;
1231
- debug?: {
1232
- debugSymbols: {
1233
- location_tree: {
1234
- locations: {
1235
- parent: number | null;
1236
- value: {
1237
- span: {
1238
- start: number;
1239
- end: number;
1240
- };
1241
- file: number;
1242
- };
1243
- }[];
1244
- };
1245
- acir_locations: Record<string, number>;
1246
- brillig_locations: Record<string, Record<string, number>>;
1247
- };
1248
- files: Record<string, {
1249
- source: string;
1250
- path: string;
1251
- function_locations: {
1252
- start: number;
1253
- name: string;
1254
- }[];
1255
- }>;
1256
- } | undefined;
1257
- })[];
1258
- nonDispatchPublicFunctions: {
1259
- name: string;
1260
- functionType: import("../abi/abi.js").FunctionType;
1261
- isOnlySelf: boolean;
1262
- isStatic: boolean;
1263
- isInitializer: boolean;
1264
- parameters: {
1265
- name: string;
1266
- type: import("../abi/abi.js").AbiType;
1267
- visibility: "databus" | "private" | "public";
1268
- }[];
1269
- returnTypes: import("../abi/abi.js").AbiType[];
1270
- errorTypes: Record<string, {
1271
- error_kind: "string";
1272
- string: string;
1273
- } | {
1274
- error_kind: "fmtstring";
1275
- length: number;
1276
- item_types: import("../abi/abi.js").AbiType[];
1277
- } | ({
1278
- error_kind: "custom";
1279
- } & import("../abi/abi.js").AbiType) | undefined>;
1280
- }[];
1281
- outputs: {
1282
- structs: Record<string, import("../abi/abi.js").AbiType[]>;
1283
- globals: Record<string, import("../abi/abi.js").AbiValue[]>;
1284
- };
1285
- storageLayout: Record<string, {
1286
- slot: string;
1287
- }>;
1288
- fileMap: Record<number, {
1289
- source: string;
1290
- path: string;
1291
- function_locations: {
1292
- start: number;
1293
- name: string;
1294
- }[];
1295
- }>;
1296
- };
1297
190
  }> | undefined;
1298
191
  }>;
1299
192
  }
@@ -1328,4 +221,4 @@ export declare class TxSimulationResult {
1328
221
  * @returns
1329
222
  */
1330
223
  export declare function accumulatePrivateReturnValues(executionResult: PrivateExecutionResult): NestedProcessReturnValues;
1331
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2ltdWxhdGVkX3R4LmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvdHgvc2ltdWxhdGVkX3R4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxLQUFLLE1BQU0sRUFBWSxNQUFNLDJCQUEyQixDQUFDO0FBQ2xFLE9BQU8sS0FBSyxFQUFFLFFBQVEsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBRXhELE9BQU8sRUFBRSxDQUFDLEVBQUUsTUFBTSxLQUFLLENBQUM7QUFFeEIsT0FBTyxFQUFFLEtBQUssZ0JBQWdCLEVBQTBCLE1BQU0sZUFBZSxDQUFDO0FBQzlFLE9BQU8sRUFDTCxLQUFLLDJCQUEyQixFQUVqQyxNQUFNLDZDQUE2QyxDQUFDO0FBRXJELE9BQU8sS0FBSyxFQUFFLE9BQU8sRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ2xELE9BQU8sRUFBRSxvQ0FBb0MsRUFBRSxNQUFNLHdEQUF3RCxDQUFDO0FBRTlHLE9BQU8sS0FBSyxFQUFFLGNBQWMsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQzNELE9BQU8sRUFFTCxzQkFBc0IsRUFHdkIsTUFBTSwrQkFBK0IsQ0FBQztBQUN2QyxPQUFPLEVBQUUsS0FBSyxlQUFlLEVBQXlCLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0UsT0FBTyxFQUFFLHlCQUF5QixFQUFFLHNCQUFzQixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDbEcsT0FBTyxFQUFFLEVBQUUsRUFBRSxNQUFNLFNBQVMsQ0FBQztBQU83QixNQUFNLE1BQU0saUJBQWlCLEdBQUcsTUFBTSxDQUNwQyxNQUFNLEVBQ047SUFBRSxRQUFRLEVBQUUsMkJBQTJCLENBQUM7SUFBQyxRQUFRLEVBQUUsZ0JBQWdCLENBQUE7Q0FBRSxDQUN0RSxDQUFDO0FBTUYscUJBQWEsbUJBQW1CO0lBQ3ZCLFNBQVMsQ0FBQyxFQUFFLGlCQUFpQixDQUFDO0lBRXJDLFlBQVksU0FBUyxHQUFFLGlCQUFzQixFQUU1QztJQUVELE1BQU0sS0FBSyxNQUFNOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7T0FhaEI7Q0FDRjtBQUVELHFCQUFhLHVCQUF1QjtJQUV6QixzQkFBc0IsRUFBRSxzQkFBc0I7SUFDOUMsWUFBWSxFQUFFLG9DQUFvQztJQUYzRCxZQUNTLHNCQUFzQixFQUFFLHNCQUFzQixFQUM5QyxZQUFZLEVBQUUsb0NBQW9DLEVBQ3ZEO0lBRUosc0JBQXNCLDhCQUVyQjtJQUVLLGFBQWEsSUFBSSxPQUFPLENBQUMsRUFBRSxDQUFDLENBU2pDO0NBQ0Y7QUFFRCxxQkFBYSxrQkFBa0I7SUFFcEIsc0JBQXNCLEVBQUUsc0JBQXNCO0lBQzlDLFlBQVksRUFBRSxvQ0FBb0M7SUFDbEQsWUFBWSxDQUFDO0lBQ2IsS0FBSyxDQUFDO0lBSmYsWUFDUyxzQkFBc0IsRUFBRSxzQkFBc0IsRUFDOUMsWUFBWSxFQUFFLG9DQUFvQyxFQUNsRCxZQUFZLENBQUMsb0NBQXdCLEVBQ3JDLEtBQUssQ0FBQyw2QkFBaUIsRUFDNUI7SUFFSixpRUFBaUU7SUFDakUsSUFBSSxlQUFlLElBQUksY0FBYyxFQUFFLENBRXRDO0lBRUQsSUFBSSxPQUFPLElBQUksT0FBTyxDQVNyQjtJQUVELE1BQU0sS0FBSyxNQUFNLElBQUksTUFBTSxDQUFDLGtCQUFrQixDQUFDLENBUzlDO0lBRUQsTUFBTSxDQUFDLElBQUksQ0FBQyxNQUFNLEVBQUUsSUFBSSxDQUFDLFFBQVEsQ0FBQyxrQkFBa0IsQ0FBQyxFQUFFLFNBQVMsR0FBRyxpQkFBaUIsQ0FBQyxzQkFPcEY7SUFFRCxNQUFNLENBQUMsMENBQTBDLENBQy9DLHVCQUF1QixFQUFFLHVCQUF1QixFQUNoRCxZQUFZLENBQUMsRUFBRSxzQkFBc0IsRUFDckMsS0FBSyxDQUFDLEVBQUUsZUFBZSxzQkFReEI7SUFFRCxPQUFhLE1BQU0sZ0NBTWxCO0lBRUQsc0JBQXNCLDhCQUVyQjtJQUVELGFBQWEsSUFBSSxPQUFPLENBQUMsRUFBRSxDQUFDLENBRTNCO0lBRUQscUJBQXFCLGdDQUVwQjtDQUNGO0FBRUQ7Ozs7O0dBS0c7QUFDSCx3QkFBZ0IsNkJBQTZCLENBQUMsZUFBZSxFQUFFLHNCQUFzQixHQUFHLHlCQUF5QixDQVdoSCJ9
224
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2ltdWxhdGVkX3R4LmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvdHgvc2ltdWxhdGVkX3R4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxLQUFLLE1BQU0sRUFBWSxNQUFNLDJCQUEyQixDQUFDO0FBQ2xFLE9BQU8sS0FBSyxFQUFFLFFBQVEsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBRXhELE9BQU8sRUFBRSxDQUFDLEVBQUUsTUFBTSxLQUFLLENBQUM7QUFFeEIsT0FBTyxFQUNMLEtBQUssMkJBQTJCLEVBRWpDLE1BQU0sNkNBQTZDLENBQUM7QUFFckQsT0FBTyxLQUFLLEVBQUUsT0FBTyxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDbEQsT0FBTyxFQUFFLEtBQUsscUJBQXFCLEVBQStCLE1BQU0sMENBQTBDLENBQUM7QUFDbkgsT0FBTyxFQUFFLG9DQUFvQyxFQUFFLE1BQU0sd0RBQXdELENBQUM7QUFFOUcsT0FBTyxLQUFLLEVBQUUsY0FBYyxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDM0QsT0FBTyxFQUVMLHNCQUFzQixFQUd2QixNQUFNLCtCQUErQixDQUFDO0FBQ3ZDLE9BQU8sRUFBRSxLQUFLLGVBQWUsRUFBeUIsTUFBTSxnQkFBZ0IsQ0FBQztBQUM3RSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNsRyxPQUFPLEVBQUUsRUFBRSxFQUFFLE1BQU0sU0FBUyxDQUFDO0FBUzdCLE1BQU0sTUFBTSxpQkFBaUIsR0FBRyxNQUFNLENBQUMsTUFBTSxFQUErQjtJQUFFLFFBQVEsRUFBRSwyQkFBMkIsQ0FBQTtDQUFFLENBQUMsQ0FBQztBQVF2SCxxQkFBYSxtQkFBbUI7SUFDdkIsYUFBYSxDQUFDLEVBQUUscUJBQXFCLEVBQUUsQ0FBQztJQUN4QyxTQUFTLENBQUMsRUFBRSxpQkFBaUIsQ0FBQztJQUVyQyxZQUFZLElBQUksR0FBRTtRQUFFLGFBQWEsQ0FBQyxFQUFFLHFCQUFxQixFQUFFLENBQUM7UUFBQyxTQUFTLENBQUMsRUFBRSxpQkFBaUIsQ0FBQTtLQUFPLEVBR2hHO0lBRUQsTUFBTSxLQUFLLE1BQU07Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztPQU9oQjtDQUNGO0FBRUQscUJBQWEsdUJBQXVCO0lBRXpCLHNCQUFzQixFQUFFLHNCQUFzQjtJQUM5QyxZQUFZLEVBQUUsb0NBQW9DO0lBRjNELFlBQ1Msc0JBQXNCLEVBQUUsc0JBQXNCLEVBQzlDLFlBQVksRUFBRSxvQ0FBb0MsRUFDdkQ7SUFFSixzQkFBc0IsOEJBRXJCO0lBRUssYUFBYSxJQUFJLE9BQU8sQ0FBQyxFQUFFLENBQUMsQ0FTakM7Q0FDRjtBQUVELHFCQUFhLGtCQUFrQjtJQUVwQixzQkFBc0IsRUFBRSxzQkFBc0I7SUFDOUMsWUFBWSxFQUFFLG9DQUFvQztJQUNsRCxZQUFZLENBQUM7SUFDYixLQUFLLENBQUM7SUFKZixZQUNTLHNCQUFzQixFQUFFLHNCQUFzQixFQUM5QyxZQUFZLEVBQUUsb0NBQW9DLEVBQ2xELFlBQVksQ0FBQyxvQ0FBd0IsRUFDckMsS0FBSyxDQUFDLDZCQUFpQixFQUM1QjtJQUVKLGlFQUFpRTtJQUNqRSxJQUFJLGVBQWUsSUFBSSxjQUFjLEVBQUUsQ0FFdEM7SUFFRCxJQUFJLE9BQU8sSUFBSSxPQUFPLENBU3JCO0lBRUQsTUFBTSxLQUFLLE1BQU0sSUFBSSxNQUFNLENBQUMsa0JBQWtCLENBQUMsQ0FTOUM7SUFFRCxNQUFNLENBQUMsSUFBSSxDQUFDLE1BQU0sRUFBRSxJQUFJLENBQUMsUUFBUSxDQUFDLGtCQUFrQixDQUFDLEVBQUUsU0FBUyxHQUFHLGlCQUFpQixDQUFDLHNCQU9wRjtJQUVELE1BQU0sQ0FBQywwQ0FBMEMsQ0FDL0MsdUJBQXVCLEVBQUUsdUJBQXVCLEVBQ2hELFlBQVksQ0FBQyxFQUFFLHNCQUFzQixFQUNyQyxLQUFLLENBQUMsRUFBRSxlQUFlLHNCQVF4QjtJQUVELE9BQWEsTUFBTSxnQ0FNbEI7SUFFRCxzQkFBc0IsOEJBRXJCO0lBRUQsYUFBYSxJQUFJLE9BQU8sQ0FBQyxFQUFFLENBQUMsQ0FFM0I7SUFFRCxxQkFBcUIsZ0NBRXBCO0NBQ0Y7QUFFRDs7Ozs7R0FLRztBQUNILHdCQUFnQiw2QkFBNkIsQ0FBQyxlQUFlLEVBQUUsc0JBQXNCLEdBQUcseUJBQXlCLENBV2hIIn0=