@aztec/aztec.js 3.0.0-nightly.20251127 → 3.0.0-nightly.20251201.2

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 (96) hide show
  1. package/dest/account/account.d.ts +1 -1
  2. package/dest/account/account.d.ts.map +1 -1
  3. package/dest/account/account_contract.d.ts +1 -1
  4. package/dest/account/account_with_secret_key.d.ts +1 -2
  5. package/dest/account/account_with_secret_key.d.ts.map +1 -1
  6. package/dest/account/index.d.ts +1 -1
  7. package/dest/account/interface.d.ts +1 -1
  8. package/dest/account/signerless_account.d.ts +1 -1
  9. package/dest/account/signerless_account.d.ts.map +1 -1
  10. package/dest/api/abi.d.ts +1 -1
  11. package/dest/api/account.d.ts +1 -1
  12. package/dest/api/addresses.d.ts +1 -1
  13. package/dest/api/authorization.d.ts +1 -1
  14. package/dest/api/block.d.ts +1 -1
  15. package/dest/api/contract.d.ts +1 -1
  16. package/dest/api/crypto.d.ts +1 -1
  17. package/dest/api/deployment.d.ts +1 -1
  18. package/dest/api/eth_address.d.ts +1 -1
  19. package/dest/api/ethereum.d.ts +1 -1
  20. package/dest/api/events.d.ts +1 -1
  21. package/dest/api/fee.d.ts +1 -1
  22. package/dest/api/fee_testing.d.ts +1 -1
  23. package/dest/api/fields.d.ts +1 -1
  24. package/dest/api/keys.d.ts +1 -1
  25. package/dest/api/log.d.ts +1 -1
  26. package/dest/api/messaging.d.ts +1 -1
  27. package/dest/api/node.d.ts +1 -1
  28. package/dest/api/note.d.ts +1 -1
  29. package/dest/api/protocol.d.ts +1 -1
  30. package/dest/api/trees.d.ts +1 -1
  31. package/dest/api/tx.d.ts +1 -1
  32. package/dest/api/utils.d.ts +1 -1
  33. package/dest/api/wallet.d.ts +1 -1
  34. package/dest/authorization/call_authorization_request.d.ts +1 -22
  35. package/dest/authorization/call_authorization_request.d.ts.map +1 -1
  36. package/dest/contract/base_contract_interaction.d.ts +1 -1
  37. package/dest/contract/base_contract_interaction.d.ts.map +1 -1
  38. package/dest/contract/batch_call.d.ts +1 -1
  39. package/dest/contract/batch_call.d.ts.map +1 -1
  40. package/dest/contract/checker.d.ts +1 -1
  41. package/dest/contract/contract.d.ts +1 -1
  42. package/dest/contract/contract.d.ts.map +1 -1
  43. package/dest/contract/contract_base.d.ts +1 -4
  44. package/dest/contract/contract_base.d.ts.map +1 -1
  45. package/dest/contract/contract_function_interaction.d.ts +3 -3
  46. package/dest/contract/contract_function_interaction.d.ts.map +1 -1
  47. package/dest/contract/deploy_method.d.ts +2 -2
  48. package/dest/contract/deploy_method.d.ts.map +1 -1
  49. package/dest/contract/deploy_sent_tx.d.ts +1 -1
  50. package/dest/contract/deploy_sent_tx.d.ts.map +1 -1
  51. package/dest/contract/get_gas_limits.d.ts +1 -1
  52. package/dest/contract/interaction_options.d.ts +1 -1
  53. package/dest/contract/protocol_contracts.d.ts +1 -1
  54. package/dest/contract/sent_tx.d.ts +1 -1
  55. package/dest/contract/sent_tx.d.ts.map +1 -1
  56. package/dest/contract/sent_tx.js +1 -1
  57. package/dest/contract/unsafe_contract.d.ts +1 -1
  58. package/dest/contract/unsafe_contract.d.ts.map +1 -1
  59. package/dest/contract/wait_for_proven.d.ts +1 -1
  60. package/dest/deployment/broadcast_function.d.ts +1 -1
  61. package/dest/deployment/contract_deployer.d.ts +1 -1
  62. package/dest/deployment/contract_deployer.d.ts.map +1 -1
  63. package/dest/deployment/publish_class.d.ts +1 -1
  64. package/dest/deployment/publish_instance.d.ts +1 -1
  65. package/dest/ethereum/portal_manager.d.ts +1 -3
  66. package/dest/ethereum/portal_manager.d.ts.map +1 -1
  67. package/dest/fee/fee_juice_payment_method_with_claim.d.ts +1 -1
  68. package/dest/fee/fee_juice_payment_method_with_claim.d.ts.map +1 -1
  69. package/dest/fee/fee_payment_method.d.ts +1 -1
  70. package/dest/fee/private_fee_payment_method.d.ts +1 -1
  71. package/dest/fee/private_fee_payment_method.d.ts.map +1 -1
  72. package/dest/fee/public_fee_payment_method.d.ts +1 -1
  73. package/dest/fee/public_fee_payment_method.d.ts.map +1 -1
  74. package/dest/fee/sponsored_fee_payment.d.ts +1 -1
  75. package/dest/fee/sponsored_fee_payment.d.ts.map +1 -1
  76. package/dest/utils/abi_types.d.ts +1 -1
  77. package/dest/utils/authwit.d.ts +3 -3
  78. package/dest/utils/authwit.d.ts.map +1 -1
  79. package/dest/utils/cross_chain.d.ts +1 -1
  80. package/dest/utils/fee_juice.d.ts +1 -1
  81. package/dest/utils/field_compressed_string.d.ts +1 -1
  82. package/dest/utils/field_compressed_string.d.ts.map +1 -1
  83. package/dest/utils/node.d.ts +2 -2
  84. package/dest/utils/node.d.ts.map +1 -1
  85. package/dest/utils/pub_key.d.ts +1 -1
  86. package/dest/wallet/account_entrypoint_meta_payment_method.d.ts +1 -1
  87. package/dest/wallet/account_entrypoint_meta_payment_method.d.ts.map +1 -1
  88. package/dest/wallet/account_manager.d.ts +1 -4
  89. package/dest/wallet/account_manager.d.ts.map +1 -1
  90. package/dest/wallet/deploy_account_method.d.ts +1 -1
  91. package/dest/wallet/deploy_account_method.d.ts.map +1 -1
  92. package/dest/wallet/index.d.ts +1 -1
  93. package/dest/wallet/wallet.d.ts +239 -239
  94. package/dest/wallet/wallet.d.ts.map +1 -1
  95. package/package.json +12 -11
  96. package/src/contract/sent_tx.ts +1 -1
@@ -117,22 +117,22 @@ export declare const FunctionCallSchema: z.ZodObject<{
117
117
  returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
118
118
  }, "strip", z.ZodTypeAny, {
119
119
  name: string;
120
- args: Fr[];
121
120
  to: AztecAddress;
122
121
  selector: import("@aztec/stdlib/abi").FunctionSelector;
123
122
  type: FunctionType;
124
123
  isStatic: boolean;
125
124
  hideMsgSender: boolean;
125
+ args: Fr[];
126
126
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
127
127
  }, {
128
128
  name: string;
129
- args: any[];
129
+ to?: any;
130
+ selector?: any;
130
131
  type: FunctionType;
131
132
  isStatic: boolean;
132
133
  hideMsgSender: boolean;
134
+ args: any[];
133
135
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
134
- to?: any;
135
- selector?: any;
136
136
  }>;
137
137
  export declare const ExecutionPayloadSchema: z.ZodObject<{
138
138
  calls: z.ZodArray<z.ZodObject<{
@@ -146,61 +146,61 @@ export declare const ExecutionPayloadSchema: z.ZodObject<{
146
146
  returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
147
147
  }, "strip", z.ZodTypeAny, {
148
148
  name: string;
149
- args: Fr[];
150
149
  to: AztecAddress;
151
150
  selector: import("@aztec/stdlib/abi").FunctionSelector;
152
151
  type: FunctionType;
153
152
  isStatic: boolean;
154
153
  hideMsgSender: boolean;
154
+ args: Fr[];
155
155
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
156
156
  }, {
157
157
  name: string;
158
- args: any[];
158
+ to?: any;
159
+ selector?: any;
159
160
  type: FunctionType;
160
161
  isStatic: boolean;
161
162
  hideMsgSender: boolean;
163
+ args: any[];
162
164
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
163
- to?: any;
164
- selector?: any;
165
165
  }>, "many">;
166
166
  authWitnesses: z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">;
167
167
  capsules: z.ZodArray<z.ZodType<Capsule, any, string>, "many">;
168
168
  extraHashedArgs: z.ZodArray<ZodFor<HashedValues>, "many">;
169
- feePayer: import("@aztec/foundation/schemas").ZodNullableOptional<ZodFor<AztecAddress>>;
169
+ feePayer: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<ZodFor<AztecAddress>>;
170
170
  }, "strip", z.ZodTypeAny, {
171
- authWitnesses: AuthWitness[];
172
- capsules: Capsule[];
173
171
  calls: {
174
172
  name: string;
175
- args: Fr[];
176
173
  to: AztecAddress;
177
174
  selector: import("@aztec/stdlib/abi").FunctionSelector;
178
175
  type: FunctionType;
179
176
  isStatic: boolean;
180
177
  hideMsgSender: boolean;
178
+ args: Fr[];
181
179
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
182
180
  }[];
181
+ authWitnesses: AuthWitness[];
182
+ capsules: Capsule[];
183
183
  extraHashedArgs: HashedValues[];
184
184
  feePayer?: AztecAddress | undefined;
185
185
  }, {
186
- authWitnesses: string[];
187
- capsules: string[];
188
186
  calls: {
189
187
  name: string;
190
- args: any[];
188
+ to?: any;
189
+ selector?: any;
191
190
  type: FunctionType;
192
191
  isStatic: boolean;
193
192
  hideMsgSender: boolean;
193
+ args: any[];
194
194
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
195
- to?: any;
196
- selector?: any;
197
195
  }[];
196
+ authWitnesses: string[];
197
+ capsules: string[];
198
198
  extraHashedArgs: any[];
199
199
  feePayer?: any;
200
200
  }>;
201
201
  export declare const GasSettingsOptionSchema: z.ZodObject<{
202
- gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
203
- gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
202
+ gasSettings: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
203
+ gasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
204
204
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
205
205
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
206
206
  }, "strip", z.ZodTypeAny, {
@@ -213,7 +213,7 @@ export declare const GasSettingsOptionSchema: z.ZodObject<{
213
213
  daGas: string | number | bigint;
214
214
  l2Gas: string | number | bigint;
215
215
  }>>;
216
- teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
216
+ teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
217
217
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
218
218
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
219
219
  }, "strip", z.ZodTypeAny, {
@@ -226,7 +226,7 @@ export declare const GasSettingsOptionSchema: z.ZodObject<{
226
226
  daGas: string | number | bigint;
227
227
  l2Gas: string | number | bigint;
228
228
  }>>;
229
- maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
229
+ maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
230
230
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
231
231
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
232
232
  }, "strip", z.ZodTypeAny, {
@@ -236,7 +236,7 @@ export declare const GasSettingsOptionSchema: z.ZodObject<{
236
236
  feePerDaGas: string | number | bigint;
237
237
  feePerL2Gas: string | number | bigint;
238
238
  }>>;
239
- maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
239
+ maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
240
240
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
241
241
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
242
242
  }, "strip", z.ZodTypeAny, {
@@ -309,8 +309,8 @@ export declare const GasSettingsOptionSchema: z.ZodObject<{
309
309
  } | undefined;
310
310
  }>;
311
311
  export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
312
- gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
313
- gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
312
+ gasSettings: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
313
+ gasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
314
314
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
315
315
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
316
316
  }, "strip", z.ZodTypeAny, {
@@ -323,7 +323,7 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
323
323
  daGas: string | number | bigint;
324
324
  l2Gas: string | number | bigint;
325
325
  }>>;
326
- teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
326
+ teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
327
327
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
328
328
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
329
329
  }, "strip", z.ZodTypeAny, {
@@ -336,7 +336,7 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
336
336
  daGas: string | number | bigint;
337
337
  l2Gas: string | number | bigint;
338
338
  }>>;
339
- maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
339
+ maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
340
340
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
341
341
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
342
342
  }, "strip", z.ZodTypeAny, {
@@ -346,7 +346,7 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
346
346
  feePerDaGas: string | number | bigint;
347
347
  feePerL2Gas: string | number | bigint;
348
348
  }>>;
349
- maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
349
+ maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
350
350
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
351
351
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
352
352
  }, "strip", z.ZodTypeAny, {
@@ -386,8 +386,8 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
386
386
  } | undefined;
387
387
  }>>;
388
388
  } & {
389
- estimatedGasPadding: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
390
- estimateGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
389
+ estimatedGasPadding: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodNumber>;
390
+ estimateGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
391
391
  }, "strip", z.ZodTypeAny, {
392
392
  gasSettings?: {
393
393
  gasLimits?: Gas | undefined;
@@ -401,8 +401,8 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
401
401
  feePerL2Gas: bigint;
402
402
  } | undefined;
403
403
  } | undefined;
404
- estimateGas?: boolean | undefined;
405
404
  estimatedGasPadding?: number | undefined;
405
+ estimateGas?: boolean | undefined;
406
406
  }, {
407
407
  gasSettings?: {
408
408
  gasLimits?: {
@@ -422,16 +422,16 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
422
422
  feePerL2Gas: string | number | bigint;
423
423
  } | undefined;
424
424
  } | undefined;
425
- estimateGas?: boolean | undefined;
426
425
  estimatedGasPadding?: number | undefined;
426
+ estimateGas?: boolean | undefined;
427
427
  }>;
428
428
  export declare const SendOptionsSchema: z.ZodObject<{
429
429
  from: ZodFor<AztecAddress>;
430
- authWitnesses: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
431
- capsules: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
432
- fee: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
433
- gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
434
- gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
430
+ authWitnesses: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
431
+ capsules: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
432
+ fee: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
433
+ gasSettings: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
434
+ gasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
435
435
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
436
436
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
437
437
  }, "strip", z.ZodTypeAny, {
@@ -444,7 +444,7 @@ export declare const SendOptionsSchema: z.ZodObject<{
444
444
  daGas: string | number | bigint;
445
445
  l2Gas: string | number | bigint;
446
446
  }>>;
447
- teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
447
+ teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
448
448
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
449
449
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
450
450
  }, "strip", z.ZodTypeAny, {
@@ -457,7 +457,7 @@ export declare const SendOptionsSchema: z.ZodObject<{
457
457
  daGas: string | number | bigint;
458
458
  l2Gas: string | number | bigint;
459
459
  }>>;
460
- maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
460
+ maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
461
461
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
462
462
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
463
463
  }, "strip", z.ZodTypeAny, {
@@ -467,7 +467,7 @@ export declare const SendOptionsSchema: z.ZodObject<{
467
467
  feePerDaGas: string | number | bigint;
468
468
  feePerL2Gas: string | number | bigint;
469
469
  }>>;
470
- maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
470
+ maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
471
471
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
472
472
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
473
473
  }, "strip", z.ZodTypeAny, {
@@ -541,6 +541,8 @@ export declare const SendOptionsSchema: z.ZodObject<{
541
541
  }>>;
542
542
  }, "strip", z.ZodTypeAny, {
543
543
  from: AztecAddress;
544
+ authWitnesses?: AuthWitness[] | undefined;
545
+ capsules?: Capsule[] | undefined;
544
546
  fee?: {
545
547
  gasSettings?: {
546
548
  gasLimits?: Gas | undefined;
@@ -555,9 +557,10 @@ export declare const SendOptionsSchema: z.ZodObject<{
555
557
  } | undefined;
556
558
  } | undefined;
557
559
  } | undefined;
558
- authWitnesses?: AuthWitness[] | undefined;
559
- capsules?: Capsule[] | undefined;
560
560
  }, {
561
+ from?: any;
562
+ authWitnesses?: string[] | undefined;
563
+ capsules?: string[] | undefined;
561
564
  fee?: {
562
565
  gasSettings?: {
563
566
  gasLimits?: {
@@ -578,17 +581,14 @@ export declare const SendOptionsSchema: z.ZodObject<{
578
581
  } | undefined;
579
582
  } | undefined;
580
583
  } | undefined;
581
- authWitnesses?: string[] | undefined;
582
- capsules?: string[] | undefined;
583
- from?: any;
584
584
  }>;
585
585
  export declare const SimulateOptionsSchema: z.ZodObject<{
586
586
  from: ZodFor<AztecAddress>;
587
- authWitnesses: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
588
- capsules: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
589
- fee: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
590
- gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
591
- gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
587
+ authWitnesses: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
588
+ capsules: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
589
+ fee: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
590
+ gasSettings: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
591
+ gasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
592
592
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
593
593
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
594
594
  }, "strip", z.ZodTypeAny, {
@@ -601,7 +601,7 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
601
601
  daGas: string | number | bigint;
602
602
  l2Gas: string | number | bigint;
603
603
  }>>;
604
- teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
604
+ teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
605
605
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
606
606
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
607
607
  }, "strip", z.ZodTypeAny, {
@@ -614,7 +614,7 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
614
614
  daGas: string | number | bigint;
615
615
  l2Gas: string | number | bigint;
616
616
  }>>;
617
- maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
617
+ maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
618
618
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
619
619
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
620
620
  }, "strip", z.ZodTypeAny, {
@@ -624,7 +624,7 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
624
624
  feePerDaGas: string | number | bigint;
625
625
  feePerL2Gas: string | number | bigint;
626
626
  }>>;
627
- maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
627
+ maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
628
628
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
629
629
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
630
630
  }, "strip", z.ZodTypeAny, {
@@ -664,8 +664,8 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
664
664
  } | undefined;
665
665
  }>>;
666
666
  } & {
667
- estimatedGasPadding: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
668
- estimateGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
667
+ estimatedGasPadding: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodNumber>;
668
+ estimateGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
669
669
  }, "strip", z.ZodTypeAny, {
670
670
  gasSettings?: {
671
671
  gasLimits?: Gas | undefined;
@@ -679,8 +679,8 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
679
679
  feePerL2Gas: bigint;
680
680
  } | undefined;
681
681
  } | undefined;
682
- estimateGas?: boolean | undefined;
683
682
  estimatedGasPadding?: number | undefined;
683
+ estimateGas?: boolean | undefined;
684
684
  }, {
685
685
  gasSettings?: {
686
686
  gasLimits?: {
@@ -700,14 +700,16 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
700
700
  feePerL2Gas: string | number | bigint;
701
701
  } | undefined;
702
702
  } | undefined;
703
- estimateGas?: boolean | undefined;
704
703
  estimatedGasPadding?: number | undefined;
704
+ estimateGas?: boolean | undefined;
705
705
  }>>;
706
- skipTxValidation: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
707
- skipFeeEnforcement: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
708
- includeMetadata: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
706
+ skipTxValidation: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
707
+ skipFeeEnforcement: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
708
+ includeMetadata: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
709
709
  }, "strip", z.ZodTypeAny, {
710
710
  from: AztecAddress;
711
+ authWitnesses?: AuthWitness[] | undefined;
712
+ capsules?: Capsule[] | undefined;
711
713
  fee?: {
712
714
  gasSettings?: {
713
715
  gasLimits?: Gas | undefined;
@@ -721,15 +723,16 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
721
723
  feePerL2Gas: bigint;
722
724
  } | undefined;
723
725
  } | undefined;
724
- estimateGas?: boolean | undefined;
725
726
  estimatedGasPadding?: number | undefined;
727
+ estimateGas?: boolean | undefined;
726
728
  } | undefined;
727
- authWitnesses?: AuthWitness[] | undefined;
728
- capsules?: Capsule[] | undefined;
729
729
  skipTxValidation?: boolean | undefined;
730
730
  skipFeeEnforcement?: boolean | undefined;
731
731
  includeMetadata?: boolean | undefined;
732
732
  }, {
733
+ from?: any;
734
+ authWitnesses?: string[] | undefined;
735
+ capsules?: string[] | undefined;
733
736
  fee?: {
734
737
  gasSettings?: {
735
738
  gasLimits?: {
@@ -749,23 +752,20 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
749
752
  feePerL2Gas: string | number | bigint;
750
753
  } | undefined;
751
754
  } | undefined;
752
- estimateGas?: boolean | undefined;
753
755
  estimatedGasPadding?: number | undefined;
756
+ estimateGas?: boolean | undefined;
754
757
  } | undefined;
755
- authWitnesses?: string[] | undefined;
756
- capsules?: string[] | undefined;
757
- from?: any;
758
758
  skipTxValidation?: boolean | undefined;
759
759
  skipFeeEnforcement?: boolean | undefined;
760
760
  includeMetadata?: boolean | undefined;
761
761
  }>;
762
762
  export declare const ProfileOptionsSchema: z.ZodObject<{
763
763
  from: ZodFor<AztecAddress>;
764
- authWitnesses: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
765
- capsules: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
766
- fee: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
767
- gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
768
- gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
764
+ authWitnesses: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
765
+ capsules: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
766
+ fee: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
767
+ gasSettings: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
768
+ gasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
769
769
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
770
770
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
771
771
  }, "strip", z.ZodTypeAny, {
@@ -778,7 +778,7 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
778
778
  daGas: string | number | bigint;
779
779
  l2Gas: string | number | bigint;
780
780
  }>>;
781
- teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
781
+ teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
782
782
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
783
783
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
784
784
  }, "strip", z.ZodTypeAny, {
@@ -791,7 +791,7 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
791
791
  daGas: string | number | bigint;
792
792
  l2Gas: string | number | bigint;
793
793
  }>>;
794
- maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
794
+ maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
795
795
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
796
796
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
797
797
  }, "strip", z.ZodTypeAny, {
@@ -801,7 +801,7 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
801
801
  feePerDaGas: string | number | bigint;
802
802
  feePerL2Gas: string | number | bigint;
803
803
  }>>;
804
- maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
804
+ maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
805
805
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
806
806
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
807
807
  }, "strip", z.ZodTypeAny, {
@@ -841,8 +841,8 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
841
841
  } | undefined;
842
842
  }>>;
843
843
  } & {
844
- estimatedGasPadding: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
845
- estimateGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
844
+ estimatedGasPadding: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodNumber>;
845
+ estimateGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
846
846
  }, "strip", z.ZodTypeAny, {
847
847
  gasSettings?: {
848
848
  gasLimits?: Gas | undefined;
@@ -856,8 +856,8 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
856
856
  feePerL2Gas: bigint;
857
857
  } | undefined;
858
858
  } | undefined;
859
- estimateGas?: boolean | undefined;
860
859
  estimatedGasPadding?: number | undefined;
860
+ estimateGas?: boolean | undefined;
861
861
  }, {
862
862
  gasSettings?: {
863
863
  gasLimits?: {
@@ -877,18 +877,19 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
877
877
  feePerL2Gas: string | number | bigint;
878
878
  } | undefined;
879
879
  } | undefined;
880
- estimateGas?: boolean | undefined;
881
880
  estimatedGasPadding?: number | undefined;
881
+ estimateGas?: boolean | undefined;
882
882
  }>>;
883
- skipTxValidation: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
884
- skipFeeEnforcement: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
885
- includeMetadata: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
883
+ skipTxValidation: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
884
+ skipFeeEnforcement: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
885
+ includeMetadata: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
886
886
  } & {
887
887
  profileMode: z.ZodEnum<["gates", "execution-steps", "full"]>;
888
- skipProofGeneration: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
888
+ skipProofGeneration: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
889
889
  }, "strip", z.ZodTypeAny, {
890
890
  from: AztecAddress;
891
- profileMode: "gates" | "execution-steps" | "full";
891
+ authWitnesses?: AuthWitness[] | undefined;
892
+ capsules?: Capsule[] | undefined;
892
893
  fee?: {
893
894
  gasSettings?: {
894
895
  gasLimits?: Gas | undefined;
@@ -902,17 +903,18 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
902
903
  feePerL2Gas: bigint;
903
904
  } | undefined;
904
905
  } | undefined;
905
- estimateGas?: boolean | undefined;
906
906
  estimatedGasPadding?: number | undefined;
907
+ estimateGas?: boolean | undefined;
907
908
  } | undefined;
908
- authWitnesses?: AuthWitness[] | undefined;
909
- capsules?: Capsule[] | undefined;
910
909
  skipTxValidation?: boolean | undefined;
911
910
  skipFeeEnforcement?: boolean | undefined;
912
911
  includeMetadata?: boolean | undefined;
912
+ profileMode: "execution-steps" | "full" | "gates";
913
913
  skipProofGeneration?: boolean | undefined;
914
914
  }, {
915
- profileMode: "gates" | "execution-steps" | "full";
915
+ from?: any;
916
+ authWitnesses?: string[] | undefined;
917
+ capsules?: string[] | undefined;
916
918
  fee?: {
917
919
  gasSettings?: {
918
920
  gasLimits?: {
@@ -932,15 +934,13 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
932
934
  feePerL2Gas: string | number | bigint;
933
935
  } | undefined;
934
936
  } | undefined;
935
- estimateGas?: boolean | undefined;
936
937
  estimatedGasPadding?: number | undefined;
938
+ estimateGas?: boolean | undefined;
937
939
  } | undefined;
938
- authWitnesses?: string[] | undefined;
939
- capsules?: string[] | undefined;
940
- from?: any;
941
940
  skipTxValidation?: boolean | undefined;
942
941
  skipFeeEnforcement?: boolean | undefined;
943
942
  includeMetadata?: boolean | undefined;
943
+ profileMode: "execution-steps" | "full" | "gates";
944
944
  skipProofGeneration?: boolean | undefined;
945
945
  }>;
946
946
  export declare const MessageHashOrIntentSchema: z.ZodUnion<[ZodFor<Fr>, z.ZodObject<{
@@ -965,51 +965,51 @@ export declare const MessageHashOrIntentSchema: z.ZodUnion<[ZodFor<Fr>, z.ZodObj
965
965
  returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
966
966
  }, "strip", z.ZodTypeAny, {
967
967
  name: string;
968
- args: Fr[];
969
968
  to: AztecAddress;
970
969
  selector: import("@aztec/stdlib/abi").FunctionSelector;
971
970
  type: FunctionType;
972
971
  isStatic: boolean;
973
972
  hideMsgSender: boolean;
973
+ args: Fr[];
974
974
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
975
975
  }, {
976
976
  name: string;
977
- args: any[];
977
+ to?: any;
978
+ selector?: any;
978
979
  type: FunctionType;
979
980
  isStatic: boolean;
980
981
  hideMsgSender: boolean;
982
+ args: any[];
981
983
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
982
- to?: any;
983
- selector?: any;
984
984
  }>;
985
985
  }, "strip", z.ZodTypeAny, {
986
986
  caller: AztecAddress;
987
987
  call: {
988
988
  name: string;
989
- args: Fr[];
990
989
  to: AztecAddress;
991
990
  selector: import("@aztec/stdlib/abi").FunctionSelector;
992
991
  type: FunctionType;
993
992
  isStatic: boolean;
994
993
  hideMsgSender: boolean;
994
+ args: Fr[];
995
995
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
996
996
  };
997
997
  }, {
998
+ caller?: any;
998
999
  call: {
999
1000
  name: string;
1000
- args: any[];
1001
+ to?: any;
1002
+ selector?: any;
1001
1003
  type: FunctionType;
1002
1004
  isStatic: boolean;
1003
1005
  hideMsgSender: boolean;
1006
+ args: any[];
1004
1007
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1005
- to?: any;
1006
- selector?: any;
1007
1008
  };
1008
- caller?: any;
1009
1009
  }>]>;
1010
1010
  export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1011
1011
  name: z.ZodLiteral<"registerSender">;
1012
- args: z.ZodTuple<[ZodFor<AztecAddress>, import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>], null>;
1012
+ args: z.ZodTuple<[ZodFor<AztecAddress>, import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodString>], null>;
1013
1013
  }, "strip", z.ZodTypeAny, {
1014
1014
  name: "registerSender";
1015
1015
  args: [AztecAddress, string | undefined];
@@ -1040,7 +1040,7 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1040
1040
  masterIncomingViewingPublicKey: string;
1041
1041
  masterOutgoingViewingPublicKey: string;
1042
1042
  masterTaggingPublicKey: string;
1043
- }>, import("@aztec/stdlib/keys").PublicKeys, {
1043
+ }>, import("../api/keys.js").PublicKeys, {
1044
1044
  masterNullifierPublicKey: string;
1045
1045
  masterIncomingViewingPublicKey: string;
1046
1046
  masterOutgoingViewingPublicKey: string;
@@ -1053,27 +1053,27 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1053
1053
  currentContractClassId: Fr;
1054
1054
  originalContractClassId: Fr;
1055
1055
  initializationHash: Fr;
1056
- publicKeys: import("@aztec/stdlib/keys").PublicKeys;
1056
+ publicKeys: import("../api/keys.js").PublicKeys;
1057
1057
  }, {
1058
1058
  version: 1;
1059
+ salt?: any;
1060
+ deployer?: any;
1061
+ currentContractClassId?: any;
1062
+ originalContractClassId?: any;
1063
+ initializationHash?: any;
1059
1064
  publicKeys: {
1060
1065
  masterNullifierPublicKey: string;
1061
1066
  masterIncomingViewingPublicKey: string;
1062
1067
  masterOutgoingViewingPublicKey: string;
1063
1068
  masterTaggingPublicKey: string;
1064
1069
  };
1065
- salt?: any;
1066
- deployer?: any;
1067
- currentContractClassId?: any;
1068
- originalContractClassId?: any;
1069
- initializationHash?: any;
1070
1070
  }>, z.ZodObject<{
1071
1071
  address: ZodFor<AztecAddress>;
1072
1072
  }, "strip", z.ZodTypeAny, {
1073
1073
  address: AztecAddress;
1074
1074
  }, {
1075
1075
  address?: any;
1076
- }>>, import("@aztec/foundation/schemas").ZodNullableOptional<ZodFor<ContractArtifact>>, import("@aztec/foundation/schemas").ZodNullableOptional<ZodFor<Fr>>], null>;
1076
+ }>>, import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<ZodFor<ContractArtifact>>, import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<ZodFor<Fr>>], null>;
1077
1077
  }, "strip", z.ZodTypeAny, {
1078
1078
  name: "registerContract";
1079
1079
  args: [{
@@ -1083,7 +1083,7 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1083
1083
  currentContractClassId: Fr;
1084
1084
  originalContractClassId: Fr;
1085
1085
  initializationHash: Fr;
1086
- publicKeys: import("@aztec/stdlib/keys").PublicKeys;
1086
+ publicKeys: import("../api/keys.js").PublicKeys;
1087
1087
  } & {
1088
1088
  address: AztecAddress;
1089
1089
  }, ContractArtifact | undefined, Fr | undefined];
@@ -1091,17 +1091,17 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1091
1091
  name: "registerContract";
1092
1092
  args: [{
1093
1093
  version: 1;
1094
+ salt?: any;
1095
+ deployer?: any;
1096
+ currentContractClassId?: any;
1097
+ originalContractClassId?: any;
1098
+ initializationHash?: any;
1094
1099
  publicKeys: {
1095
1100
  masterNullifierPublicKey: string;
1096
1101
  masterIncomingViewingPublicKey: string;
1097
1102
  masterOutgoingViewingPublicKey: string;
1098
1103
  masterTaggingPublicKey: string;
1099
1104
  };
1100
- salt?: any;
1101
- deployer?: any;
1102
- currentContractClassId?: any;
1103
- originalContractClassId?: any;
1104
- initializationHash?: any;
1105
1105
  } & {
1106
1106
  address?: any;
1107
1107
  }, any, any];
@@ -1119,64 +1119,64 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1119
1119
  returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
1120
1120
  }, "strip", z.ZodTypeAny, {
1121
1121
  name: string;
1122
- args: Fr[];
1123
1122
  to: AztecAddress;
1124
1123
  selector: import("@aztec/stdlib/abi").FunctionSelector;
1125
1124
  type: FunctionType;
1126
1125
  isStatic: boolean;
1127
1126
  hideMsgSender: boolean;
1127
+ args: Fr[];
1128
1128
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1129
1129
  }, {
1130
1130
  name: string;
1131
- args: any[];
1131
+ to?: any;
1132
+ selector?: any;
1132
1133
  type: FunctionType;
1133
1134
  isStatic: boolean;
1134
1135
  hideMsgSender: boolean;
1136
+ args: any[];
1135
1137
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1136
- to?: any;
1137
- selector?: any;
1138
1138
  }>, "many">;
1139
1139
  authWitnesses: z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">;
1140
1140
  capsules: z.ZodArray<z.ZodType<Capsule, any, string>, "many">;
1141
1141
  extraHashedArgs: z.ZodArray<ZodFor<HashedValues>, "many">;
1142
- feePayer: import("@aztec/foundation/schemas").ZodNullableOptional<ZodFor<AztecAddress>>;
1142
+ feePayer: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<ZodFor<AztecAddress>>;
1143
1143
  }, "strip", z.ZodTypeAny, {
1144
- authWitnesses: AuthWitness[];
1145
- capsules: Capsule[];
1146
1144
  calls: {
1147
1145
  name: string;
1148
- args: Fr[];
1149
1146
  to: AztecAddress;
1150
1147
  selector: import("@aztec/stdlib/abi").FunctionSelector;
1151
1148
  type: FunctionType;
1152
1149
  isStatic: boolean;
1153
1150
  hideMsgSender: boolean;
1151
+ args: Fr[];
1154
1152
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1155
1153
  }[];
1154
+ authWitnesses: AuthWitness[];
1155
+ capsules: Capsule[];
1156
1156
  extraHashedArgs: HashedValues[];
1157
1157
  feePayer?: AztecAddress | undefined;
1158
1158
  }, {
1159
- authWitnesses: string[];
1160
- capsules: string[];
1161
1159
  calls: {
1162
1160
  name: string;
1163
- args: any[];
1161
+ to?: any;
1162
+ selector?: any;
1164
1163
  type: FunctionType;
1165
1164
  isStatic: boolean;
1166
1165
  hideMsgSender: boolean;
1166
+ args: any[];
1167
1167
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1168
- to?: any;
1169
- selector?: any;
1170
1168
  }[];
1169
+ authWitnesses: string[];
1170
+ capsules: string[];
1171
1171
  extraHashedArgs: any[];
1172
1172
  feePayer?: any;
1173
1173
  }>, z.ZodObject<{
1174
1174
  from: ZodFor<AztecAddress>;
1175
- authWitnesses: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
1176
- capsules: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
1177
- fee: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
1178
- gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
1179
- gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
1175
+ authWitnesses: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
1176
+ capsules: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
1177
+ fee: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
1178
+ gasSettings: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
1179
+ gasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
1180
1180
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
1181
1181
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
1182
1182
  }, "strip", z.ZodTypeAny, {
@@ -1189,7 +1189,7 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1189
1189
  daGas: string | number | bigint;
1190
1190
  l2Gas: string | number | bigint;
1191
1191
  }>>;
1192
- teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
1192
+ teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
1193
1193
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
1194
1194
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
1195
1195
  }, "strip", z.ZodTypeAny, {
@@ -1202,7 +1202,7 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1202
1202
  daGas: string | number | bigint;
1203
1203
  l2Gas: string | number | bigint;
1204
1204
  }>>;
1205
- maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
1205
+ maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
1206
1206
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
1207
1207
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
1208
1208
  }, "strip", z.ZodTypeAny, {
@@ -1212,7 +1212,7 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1212
1212
  feePerDaGas: string | number | bigint;
1213
1213
  feePerL2Gas: string | number | bigint;
1214
1214
  }>>;
1215
- maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
1215
+ maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
1216
1216
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
1217
1217
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
1218
1218
  }, "strip", z.ZodTypeAny, {
@@ -1286,6 +1286,8 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1286
1286
  }>>;
1287
1287
  }, "strip", z.ZodTypeAny, {
1288
1288
  from: AztecAddress;
1289
+ authWitnesses?: AuthWitness[] | undefined;
1290
+ capsules?: Capsule[] | undefined;
1289
1291
  fee?: {
1290
1292
  gasSettings?: {
1291
1293
  gasLimits?: Gas | undefined;
@@ -1300,9 +1302,10 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1300
1302
  } | undefined;
1301
1303
  } | undefined;
1302
1304
  } | undefined;
1303
- authWitnesses?: AuthWitness[] | undefined;
1304
- capsules?: Capsule[] | undefined;
1305
1305
  }, {
1306
+ from?: any;
1307
+ authWitnesses?: string[] | undefined;
1308
+ capsules?: string[] | undefined;
1306
1309
  fee?: {
1307
1310
  gasSettings?: {
1308
1311
  gasLimits?: {
@@ -1323,29 +1326,28 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1323
1326
  } | undefined;
1324
1327
  } | undefined;
1325
1328
  } | undefined;
1326
- authWitnesses?: string[] | undefined;
1327
- capsules?: string[] | undefined;
1328
- from?: any;
1329
1329
  }>], null>;
1330
1330
  }, "strip", z.ZodTypeAny, {
1331
1331
  name: "sendTx";
1332
1332
  args: [{
1333
- authWitnesses: AuthWitness[];
1334
- capsules: Capsule[];
1335
1333
  calls: {
1336
1334
  name: string;
1337
- args: Fr[];
1338
1335
  to: AztecAddress;
1339
1336
  selector: import("@aztec/stdlib/abi").FunctionSelector;
1340
1337
  type: FunctionType;
1341
1338
  isStatic: boolean;
1342
1339
  hideMsgSender: boolean;
1340
+ args: Fr[];
1343
1341
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1344
1342
  }[];
1343
+ authWitnesses: AuthWitness[];
1344
+ capsules: Capsule[];
1345
1345
  extraHashedArgs: HashedValues[];
1346
1346
  feePayer?: AztecAddress | undefined;
1347
1347
  }, {
1348
1348
  from: AztecAddress;
1349
+ authWitnesses?: AuthWitness[] | undefined;
1350
+ capsules?: Capsule[] | undefined;
1349
1351
  fee?: {
1350
1352
  gasSettings?: {
1351
1353
  gasLimits?: Gas | undefined;
@@ -1360,27 +1362,28 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1360
1362
  } | undefined;
1361
1363
  } | undefined;
1362
1364
  } | undefined;
1363
- authWitnesses?: AuthWitness[] | undefined;
1364
- capsules?: Capsule[] | undefined;
1365
1365
  }];
1366
1366
  }, {
1367
1367
  name: "sendTx";
1368
1368
  args: [{
1369
- authWitnesses: string[];
1370
- capsules: string[];
1371
1369
  calls: {
1372
1370
  name: string;
1373
- args: any[];
1371
+ to?: any;
1372
+ selector?: any;
1374
1373
  type: FunctionType;
1375
1374
  isStatic: boolean;
1376
1375
  hideMsgSender: boolean;
1376
+ args: any[];
1377
1377
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1378
- to?: any;
1379
- selector?: any;
1380
1378
  }[];
1379
+ authWitnesses: string[];
1380
+ capsules: string[];
1381
1381
  extraHashedArgs: any[];
1382
1382
  feePayer?: any;
1383
1383
  }, {
1384
+ from?: any;
1385
+ authWitnesses?: string[] | undefined;
1386
+ capsules?: string[] | undefined;
1384
1387
  fee?: {
1385
1388
  gasSettings?: {
1386
1389
  gasLimits?: {
@@ -1401,9 +1404,6 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1401
1404
  } | undefined;
1402
1405
  } | undefined;
1403
1406
  } | undefined;
1404
- authWitnesses?: string[] | undefined;
1405
- capsules?: string[] | undefined;
1406
- from?: any;
1407
1407
  }];
1408
1408
  }>, z.ZodObject<{
1409
1409
  name: z.ZodLiteral<"simulateUtility">;
@@ -1418,46 +1418,46 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1418
1418
  returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
1419
1419
  }, "strip", z.ZodTypeAny, {
1420
1420
  name: string;
1421
- args: Fr[];
1422
1421
  to: AztecAddress;
1423
1422
  selector: import("@aztec/stdlib/abi").FunctionSelector;
1424
1423
  type: FunctionType;
1425
1424
  isStatic: boolean;
1426
1425
  hideMsgSender: boolean;
1426
+ args: Fr[];
1427
1427
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1428
1428
  }, {
1429
1429
  name: string;
1430
- args: any[];
1430
+ to?: any;
1431
+ selector?: any;
1431
1432
  type: FunctionType;
1432
1433
  isStatic: boolean;
1433
1434
  hideMsgSender: boolean;
1435
+ args: any[];
1434
1436
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1435
- to?: any;
1436
- selector?: any;
1437
- }>, import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>], null>;
1437
+ }>, import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>], null>;
1438
1438
  }, "strip", z.ZodTypeAny, {
1439
1439
  name: "simulateUtility";
1440
1440
  args: [{
1441
1441
  name: string;
1442
- args: Fr[];
1443
1442
  to: AztecAddress;
1444
1443
  selector: import("@aztec/stdlib/abi").FunctionSelector;
1445
1444
  type: FunctionType;
1446
1445
  isStatic: boolean;
1447
1446
  hideMsgSender: boolean;
1447
+ args: Fr[];
1448
1448
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1449
1449
  }, AuthWitness[] | undefined];
1450
1450
  }, {
1451
1451
  name: "simulateUtility";
1452
1452
  args: [{
1453
1453
  name: string;
1454
- args: any[];
1454
+ to?: any;
1455
+ selector?: any;
1455
1456
  type: FunctionType;
1456
1457
  isStatic: boolean;
1457
1458
  hideMsgSender: boolean;
1459
+ args: any[];
1458
1460
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1459
- to?: any;
1460
- selector?: any;
1461
1461
  }, string[] | undefined];
1462
1462
  }>, z.ZodObject<{
1463
1463
  name: z.ZodLiteral<"simulateTx">;
@@ -1473,64 +1473,64 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1473
1473
  returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
1474
1474
  }, "strip", z.ZodTypeAny, {
1475
1475
  name: string;
1476
- args: Fr[];
1477
1476
  to: AztecAddress;
1478
1477
  selector: import("@aztec/stdlib/abi").FunctionSelector;
1479
1478
  type: FunctionType;
1480
1479
  isStatic: boolean;
1481
1480
  hideMsgSender: boolean;
1481
+ args: Fr[];
1482
1482
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1483
1483
  }, {
1484
1484
  name: string;
1485
- args: any[];
1485
+ to?: any;
1486
+ selector?: any;
1486
1487
  type: FunctionType;
1487
1488
  isStatic: boolean;
1488
1489
  hideMsgSender: boolean;
1490
+ args: any[];
1489
1491
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1490
- to?: any;
1491
- selector?: any;
1492
1492
  }>, "many">;
1493
1493
  authWitnesses: z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">;
1494
1494
  capsules: z.ZodArray<z.ZodType<Capsule, any, string>, "many">;
1495
1495
  extraHashedArgs: z.ZodArray<ZodFor<HashedValues>, "many">;
1496
- feePayer: import("@aztec/foundation/schemas").ZodNullableOptional<ZodFor<AztecAddress>>;
1496
+ feePayer: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<ZodFor<AztecAddress>>;
1497
1497
  }, "strip", z.ZodTypeAny, {
1498
- authWitnesses: AuthWitness[];
1499
- capsules: Capsule[];
1500
1498
  calls: {
1501
1499
  name: string;
1502
- args: Fr[];
1503
1500
  to: AztecAddress;
1504
1501
  selector: import("@aztec/stdlib/abi").FunctionSelector;
1505
1502
  type: FunctionType;
1506
1503
  isStatic: boolean;
1507
1504
  hideMsgSender: boolean;
1505
+ args: Fr[];
1508
1506
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1509
1507
  }[];
1508
+ authWitnesses: AuthWitness[];
1509
+ capsules: Capsule[];
1510
1510
  extraHashedArgs: HashedValues[];
1511
1511
  feePayer?: AztecAddress | undefined;
1512
1512
  }, {
1513
- authWitnesses: string[];
1514
- capsules: string[];
1515
1513
  calls: {
1516
1514
  name: string;
1517
- args: any[];
1515
+ to?: any;
1516
+ selector?: any;
1518
1517
  type: FunctionType;
1519
1518
  isStatic: boolean;
1520
1519
  hideMsgSender: boolean;
1520
+ args: any[];
1521
1521
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1522
- to?: any;
1523
- selector?: any;
1524
1522
  }[];
1523
+ authWitnesses: string[];
1524
+ capsules: string[];
1525
1525
  extraHashedArgs: any[];
1526
1526
  feePayer?: any;
1527
1527
  }>, z.ZodObject<{
1528
1528
  from: ZodFor<AztecAddress>;
1529
- authWitnesses: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
1530
- capsules: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
1531
- fee: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
1532
- gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
1533
- gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
1529
+ authWitnesses: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
1530
+ capsules: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
1531
+ fee: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
1532
+ gasSettings: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
1533
+ gasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
1534
1534
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
1535
1535
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
1536
1536
  }, "strip", z.ZodTypeAny, {
@@ -1543,7 +1543,7 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1543
1543
  daGas: string | number | bigint;
1544
1544
  l2Gas: string | number | bigint;
1545
1545
  }>>;
1546
- teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
1546
+ teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
1547
1547
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
1548
1548
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
1549
1549
  }, "strip", z.ZodTypeAny, {
@@ -1556,7 +1556,7 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1556
1556
  daGas: string | number | bigint;
1557
1557
  l2Gas: string | number | bigint;
1558
1558
  }>>;
1559
- maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
1559
+ maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
1560
1560
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
1561
1561
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
1562
1562
  }, "strip", z.ZodTypeAny, {
@@ -1566,7 +1566,7 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1566
1566
  feePerDaGas: string | number | bigint;
1567
1567
  feePerL2Gas: string | number | bigint;
1568
1568
  }>>;
1569
- maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
1569
+ maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
1570
1570
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
1571
1571
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
1572
1572
  }, "strip", z.ZodTypeAny, {
@@ -1606,8 +1606,8 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1606
1606
  } | undefined;
1607
1607
  }>>;
1608
1608
  } & {
1609
- estimatedGasPadding: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
1610
- estimateGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
1609
+ estimatedGasPadding: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodNumber>;
1610
+ estimateGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
1611
1611
  }, "strip", z.ZodTypeAny, {
1612
1612
  gasSettings?: {
1613
1613
  gasLimits?: Gas | undefined;
@@ -1621,8 +1621,8 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1621
1621
  feePerL2Gas: bigint;
1622
1622
  } | undefined;
1623
1623
  } | undefined;
1624
- estimateGas?: boolean | undefined;
1625
1624
  estimatedGasPadding?: number | undefined;
1625
+ estimateGas?: boolean | undefined;
1626
1626
  }, {
1627
1627
  gasSettings?: {
1628
1628
  gasLimits?: {
@@ -1642,14 +1642,16 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1642
1642
  feePerL2Gas: string | number | bigint;
1643
1643
  } | undefined;
1644
1644
  } | undefined;
1645
- estimateGas?: boolean | undefined;
1646
1645
  estimatedGasPadding?: number | undefined;
1646
+ estimateGas?: boolean | undefined;
1647
1647
  }>>;
1648
- skipTxValidation: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
1649
- skipFeeEnforcement: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
1650
- includeMetadata: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
1648
+ skipTxValidation: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
1649
+ skipFeeEnforcement: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
1650
+ includeMetadata: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
1651
1651
  }, "strip", z.ZodTypeAny, {
1652
1652
  from: AztecAddress;
1653
+ authWitnesses?: AuthWitness[] | undefined;
1654
+ capsules?: Capsule[] | undefined;
1653
1655
  fee?: {
1654
1656
  gasSettings?: {
1655
1657
  gasLimits?: Gas | undefined;
@@ -1663,15 +1665,16 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1663
1665
  feePerL2Gas: bigint;
1664
1666
  } | undefined;
1665
1667
  } | undefined;
1666
- estimateGas?: boolean | undefined;
1667
1668
  estimatedGasPadding?: number | undefined;
1669
+ estimateGas?: boolean | undefined;
1668
1670
  } | undefined;
1669
- authWitnesses?: AuthWitness[] | undefined;
1670
- capsules?: Capsule[] | undefined;
1671
1671
  skipTxValidation?: boolean | undefined;
1672
1672
  skipFeeEnforcement?: boolean | undefined;
1673
1673
  includeMetadata?: boolean | undefined;
1674
1674
  }, {
1675
+ from?: any;
1676
+ authWitnesses?: string[] | undefined;
1677
+ capsules?: string[] | undefined;
1675
1678
  fee?: {
1676
1679
  gasSettings?: {
1677
1680
  gasLimits?: {
@@ -1691,12 +1694,9 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1691
1694
  feePerL2Gas: string | number | bigint;
1692
1695
  } | undefined;
1693
1696
  } | undefined;
1694
- estimateGas?: boolean | undefined;
1695
1697
  estimatedGasPadding?: number | undefined;
1698
+ estimateGas?: boolean | undefined;
1696
1699
  } | undefined;
1697
- authWitnesses?: string[] | undefined;
1698
- capsules?: string[] | undefined;
1699
- from?: any;
1700
1700
  skipTxValidation?: boolean | undefined;
1701
1701
  skipFeeEnforcement?: boolean | undefined;
1702
1702
  includeMetadata?: boolean | undefined;
@@ -1704,22 +1704,24 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1704
1704
  }, "strip", z.ZodTypeAny, {
1705
1705
  name: "simulateTx";
1706
1706
  args: [{
1707
- authWitnesses: AuthWitness[];
1708
- capsules: Capsule[];
1709
1707
  calls: {
1710
1708
  name: string;
1711
- args: Fr[];
1712
1709
  to: AztecAddress;
1713
1710
  selector: import("@aztec/stdlib/abi").FunctionSelector;
1714
1711
  type: FunctionType;
1715
1712
  isStatic: boolean;
1716
1713
  hideMsgSender: boolean;
1714
+ args: Fr[];
1717
1715
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1718
1716
  }[];
1717
+ authWitnesses: AuthWitness[];
1718
+ capsules: Capsule[];
1719
1719
  extraHashedArgs: HashedValues[];
1720
1720
  feePayer?: AztecAddress | undefined;
1721
1721
  }, {
1722
1722
  from: AztecAddress;
1723
+ authWitnesses?: AuthWitness[] | undefined;
1724
+ capsules?: Capsule[] | undefined;
1723
1725
  fee?: {
1724
1726
  gasSettings?: {
1725
1727
  gasLimits?: Gas | undefined;
@@ -1733,11 +1735,9 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1733
1735
  feePerL2Gas: bigint;
1734
1736
  } | undefined;
1735
1737
  } | undefined;
1736
- estimateGas?: boolean | undefined;
1737
1738
  estimatedGasPadding?: number | undefined;
1739
+ estimateGas?: boolean | undefined;
1738
1740
  } | undefined;
1739
- authWitnesses?: AuthWitness[] | undefined;
1740
- capsules?: Capsule[] | undefined;
1741
1741
  skipTxValidation?: boolean | undefined;
1742
1742
  skipFeeEnforcement?: boolean | undefined;
1743
1743
  includeMetadata?: boolean | undefined;
@@ -1745,21 +1745,24 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1745
1745
  }, {
1746
1746
  name: "simulateTx";
1747
1747
  args: [{
1748
- authWitnesses: string[];
1749
- capsules: string[];
1750
1748
  calls: {
1751
1749
  name: string;
1752
- args: any[];
1750
+ to?: any;
1751
+ selector?: any;
1753
1752
  type: FunctionType;
1754
1753
  isStatic: boolean;
1755
1754
  hideMsgSender: boolean;
1755
+ args: any[];
1756
1756
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1757
- to?: any;
1758
- selector?: any;
1759
1757
  }[];
1758
+ authWitnesses: string[];
1759
+ capsules: string[];
1760
1760
  extraHashedArgs: any[];
1761
1761
  feePayer?: any;
1762
1762
  }, {
1763
+ from?: any;
1764
+ authWitnesses?: string[] | undefined;
1765
+ capsules?: string[] | undefined;
1763
1766
  fee?: {
1764
1767
  gasSettings?: {
1765
1768
  gasLimits?: {
@@ -1779,12 +1782,9 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1779
1782
  feePerL2Gas: string | number | bigint;
1780
1783
  } | undefined;
1781
1784
  } | undefined;
1782
- estimateGas?: boolean | undefined;
1783
1785
  estimatedGasPadding?: number | undefined;
1786
+ estimateGas?: boolean | undefined;
1784
1787
  } | undefined;
1785
- authWitnesses?: string[] | undefined;
1786
- capsules?: string[] | undefined;
1787
- from?: any;
1788
1788
  skipTxValidation?: boolean | undefined;
1789
1789
  skipFeeEnforcement?: boolean | undefined;
1790
1790
  includeMetadata?: boolean | undefined;
@@ -1813,7 +1813,7 @@ export declare const ContractMetadataSchema: z.ZodObject<{
1813
1813
  masterIncomingViewingPublicKey: string;
1814
1814
  masterOutgoingViewingPublicKey: string;
1815
1815
  masterTaggingPublicKey: string;
1816
- }>, import("@aztec/stdlib/keys").PublicKeys, {
1816
+ }>, import("../api/keys.js").PublicKeys, {
1817
1817
  masterNullifierPublicKey: string;
1818
1818
  masterIncomingViewingPublicKey: string;
1819
1819
  masterOutgoingViewingPublicKey: string;
@@ -1826,20 +1826,20 @@ export declare const ContractMetadataSchema: z.ZodObject<{
1826
1826
  currentContractClassId: Fr;
1827
1827
  originalContractClassId: Fr;
1828
1828
  initializationHash: Fr;
1829
- publicKeys: import("@aztec/stdlib/keys").PublicKeys;
1829
+ publicKeys: import("../api/keys.js").PublicKeys;
1830
1830
  }, {
1831
1831
  version: 1;
1832
+ salt?: any;
1833
+ deployer?: any;
1834
+ currentContractClassId?: any;
1835
+ originalContractClassId?: any;
1836
+ initializationHash?: any;
1832
1837
  publicKeys: {
1833
1838
  masterNullifierPublicKey: string;
1834
1839
  masterIncomingViewingPublicKey: string;
1835
1840
  masterOutgoingViewingPublicKey: string;
1836
1841
  masterTaggingPublicKey: string;
1837
1842
  };
1838
- salt?: any;
1839
- deployer?: any;
1840
- currentContractClassId?: any;
1841
- originalContractClassId?: any;
1842
- initializationHash?: any;
1843
1843
  }>, z.ZodObject<{
1844
1844
  address: ZodFor<AztecAddress>;
1845
1845
  }, "strip", z.ZodTypeAny, {
@@ -1850,8 +1850,6 @@ export declare const ContractMetadataSchema: z.ZodObject<{
1850
1850
  isContractInitialized: z.ZodBoolean;
1851
1851
  isContractPublished: z.ZodBoolean;
1852
1852
  }, "strip", z.ZodTypeAny, {
1853
- isContractInitialized: boolean;
1854
- isContractPublished: boolean;
1855
1853
  contractInstance?: ({
1856
1854
  version: 1;
1857
1855
  salt: Fr;
@@ -1859,29 +1857,31 @@ export declare const ContractMetadataSchema: z.ZodObject<{
1859
1857
  currentContractClassId: Fr;
1860
1858
  originalContractClassId: Fr;
1861
1859
  initializationHash: Fr;
1862
- publicKeys: import("@aztec/stdlib/keys").PublicKeys;
1860
+ publicKeys: import("../api/keys.js").PublicKeys;
1863
1861
  } & {
1864
1862
  address: AztecAddress;
1865
1863
  }) | undefined;
1866
- }, {
1867
1864
  isContractInitialized: boolean;
1868
1865
  isContractPublished: boolean;
1866
+ }, {
1869
1867
  contractInstance?: ({
1870
1868
  version: 1;
1869
+ salt?: any;
1870
+ deployer?: any;
1871
+ currentContractClassId?: any;
1872
+ originalContractClassId?: any;
1873
+ initializationHash?: any;
1871
1874
  publicKeys: {
1872
1875
  masterNullifierPublicKey: string;
1873
1876
  masterIncomingViewingPublicKey: string;
1874
1877
  masterOutgoingViewingPublicKey: string;
1875
1878
  masterTaggingPublicKey: string;
1876
1879
  };
1877
- salt?: any;
1878
- deployer?: any;
1879
- currentContractClassId?: any;
1880
- originalContractClassId?: any;
1881
- initializationHash?: any;
1882
1880
  } & {
1883
1881
  address?: any;
1884
1882
  }) | undefined;
1883
+ isContractInitialized: boolean;
1884
+ isContractPublished: boolean;
1885
1885
  }>;
1886
1886
  export declare const ContractClassMetadataSchema: z.ZodObject<{
1887
1887
  contractClass: z.ZodUnion<[z.ZodObject<{
@@ -1894,8 +1894,8 @@ export declare const ContractClassMetadataSchema: z.ZodObject<{
1894
1894
  selector: import("@aztec/stdlib/abi").FunctionSelector;
1895
1895
  vkHash: Fr;
1896
1896
  }, {
1897
- vkHash: string;
1898
1897
  selector?: any;
1898
+ vkHash: string;
1899
1899
  }>, "many">;
1900
1900
  packedBytecode: ZodFor<Buffer<ArrayBufferLike>>;
1901
1901
  } & {
@@ -1913,17 +1913,15 @@ export declare const ContractClassMetadataSchema: z.ZodObject<{
1913
1913
  version: 1;
1914
1914
  artifactHash: string;
1915
1915
  privateFunctions: {
1916
- vkHash: string;
1917
1916
  selector?: any;
1917
+ vkHash: string;
1918
1918
  }[];
1919
- id: string;
1920
1919
  packedBytecode?: any;
1920
+ id: string;
1921
1921
  }>, z.ZodUndefined]>;
1922
1922
  isContractClassPubliclyRegistered: z.ZodBoolean;
1923
1923
  artifact: z.ZodUnion<[ZodFor<ContractArtifact>, z.ZodUndefined]>;
1924
1924
  }, "strip", z.ZodTypeAny, {
1925
- isContractClassPubliclyRegistered: boolean;
1926
- artifact?: ContractArtifact | undefined;
1927
1925
  contractClass?: {
1928
1926
  version: 1;
1929
1927
  artifactHash: Fr;
@@ -1934,19 +1932,21 @@ export declare const ContractClassMetadataSchema: z.ZodObject<{
1934
1932
  packedBytecode: Buffer<ArrayBufferLike>;
1935
1933
  id: Fr;
1936
1934
  } | undefined;
1937
- }, {
1938
1935
  isContractClassPubliclyRegistered: boolean;
1939
- artifact?: any;
1936
+ artifact?: ContractArtifact | undefined;
1937
+ }, {
1940
1938
  contractClass?: {
1941
1939
  version: 1;
1942
1940
  artifactHash: string;
1943
1941
  privateFunctions: {
1944
- vkHash: string;
1945
1942
  selector?: any;
1943
+ vkHash: string;
1946
1944
  }[];
1947
- id: string;
1948
1945
  packedBytecode?: any;
1946
+ id: string;
1949
1947
  } | undefined;
1948
+ isContractClassPubliclyRegistered: boolean;
1949
+ artifact?: any;
1950
1950
  }>;
1951
1951
  export declare const EventMetadataDefinitionSchema: z.ZodObject<{
1952
1952
  eventSelector: z.ZodType<import("@aztec/stdlib/abi").EventSelector, any, string>;
@@ -1962,4 +1962,4 @@ export declare const EventMetadataDefinitionSchema: z.ZodObject<{
1962
1962
  fieldNames: string[];
1963
1963
  }>;
1964
1964
  export declare const WalletSchema: ApiSchemaFor<Wallet>;
1965
- //# sourceMappingURL=wallet.d.ts.map
1965
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2FsbGV0LmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvd2FsbGV0L3dhbGxldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxTQUFTLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUMvRCxPQUFPLEtBQUssRUFBRSxFQUFFLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNuRCxPQUFPLEVBRUwsS0FBSyxnQkFBZ0IsRUFFckIsS0FBSyx1QkFBdUIsRUFDNUIsS0FBSyxZQUFZLEVBQ2pCLFlBQVksRUFDYixNQUFNLG1CQUFtQixDQUFDO0FBQzNCLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUN6RCxPQUFPLEtBQUssRUFBRSxZQUFZLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUNoRSxPQUFPLEVBQ0wsS0FBSyxxQkFBcUIsRUFFMUIsS0FBSywyQkFBMkIsRUFFaEMsS0FBSyxnQkFBZ0IsRUFDdEIsTUFBTSx3QkFBd0IsQ0FBQztBQUNoQyxPQUFPLEVBQUUsR0FBRyxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDeEMsT0FBTyxFQUFvQixLQUFLLFlBQVksRUFBRSxLQUFLLE1BQU0sRUFBcUIsTUFBTSx1QkFBdUIsQ0FBQztBQUM1RyxPQUFPLEVBQ0wsT0FBTyxFQUNQLFlBQVksRUFDWixNQUFNLEVBQ04sZUFBZSxFQUNmLFNBQVMsRUFDVCxrQkFBa0IsRUFDbEIsdUJBQXVCLEVBQ3hCLE1BQU0sa0JBQWtCLENBQUM7QUFDMUIsT0FBTyxLQUFLLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUV6RCxPQUFPLEVBQUUsQ0FBQyxFQUFFLE1BQU0sS0FBSyxDQUFDO0FBRXhCLE9BQU8sS0FBSyxFQUNWLG9CQUFvQixFQUNwQixpQkFBaUIsRUFDakIseUJBQXlCLEVBQ3pCLHNCQUFzQixFQUN0QiwwQkFBMEIsRUFDM0IsTUFBTSxvQ0FBb0MsQ0FBQztBQUM1QyxP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Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7SUFxQjlCLENBQUM7QUFFSCxlQUFPLE1BQU0sc0JBQXNCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQUlFLENBQUM7QUFFdEMsZUFBTyxNQUFNLDJCQUEyQjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQUlFLENBQUM7QUFFM0MsZUFBTyxNQUFNLDZCQUE2Qjs7Ozs7Ozs7Ozs7O0VBSXhDLENBQUM7QUFFSCxlQUFPLE1BQU0sWUFBWSxFQUFFLFlBQVksQ0FBQyxNQUFNLENBZ0Q3QyxDQUFDIn0=