@aztec/aztec.js 0.0.1-commit.d3ec352c → 0.0.1-commit.f295ac2

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/account/account.d.ts +4 -4
  2. package/dest/account/account.d.ts.map +1 -1
  3. package/dest/account/account.js +1 -1
  4. package/dest/account/account_contract.d.ts +3 -3
  5. package/dest/account/account_contract.d.ts.map +1 -1
  6. package/dest/account/account_with_secret_key.d.ts +4 -3
  7. package/dest/account/account_with_secret_key.d.ts.map +1 -1
  8. package/dest/account/index.d.ts +2 -2
  9. package/dest/account/index.d.ts.map +1 -1
  10. package/dest/account/interface.d.ts +2 -2
  11. package/dest/account/interface.d.ts.map +1 -1
  12. package/dest/account/signerless_account.d.ts +2 -2
  13. package/dest/account/signerless_account.d.ts.map +1 -1
  14. package/dest/api/block.d.ts +2 -2
  15. package/dest/api/block.d.ts.map +1 -1
  16. package/dest/api/block.js +1 -1
  17. package/dest/api/fields.d.ts +3 -2
  18. package/dest/api/fields.d.ts.map +1 -1
  19. package/dest/api/fields.js +2 -1
  20. package/dest/api/protocol.d.ts +7 -1
  21. package/dest/api/protocol.d.ts.map +1 -1
  22. package/dest/api/protocol.js +6 -0
  23. package/dest/api/wallet.d.ts +2 -2
  24. package/dest/api/wallet.d.ts.map +1 -1
  25. package/dest/api/wallet.js +1 -1
  26. package/dest/authorization/call_authorization_request.d.ts +23 -2
  27. package/dest/authorization/call_authorization_request.d.ts.map +1 -1
  28. package/dest/contract/batch_call.d.ts +1 -1
  29. package/dest/contract/batch_call.d.ts.map +1 -1
  30. package/dest/contract/batch_call.js +3 -1
  31. package/dest/contract/contract_base.d.ts +4 -1
  32. package/dest/contract/contract_base.d.ts.map +1 -1
  33. package/dest/contract/contract_function_interaction.d.ts +1 -1
  34. package/dest/contract/deploy_method.d.ts +2 -2
  35. package/dest/contract/deploy_method.d.ts.map +1 -1
  36. package/dest/contract/deploy_method.js +6 -5
  37. package/dest/contract/protocol_contracts/auth-registry.d.ts +36 -0
  38. package/dest/contract/protocol_contracts/auth-registry.d.ts.map +1 -0
  39. package/dest/contract/protocol_contracts/auth-registry.js +928 -0
  40. package/dest/contract/protocol_contracts/contract-class-registry.d.ts +35 -0
  41. package/dest/contract/protocol_contracts/contract-class-registry.d.ts.map +1 -0
  42. package/dest/contract/protocol_contracts/contract-class-registry.js +797 -0
  43. package/dest/contract/protocol_contracts/contract-instance-registry.d.ts +31 -0
  44. package/dest/contract/protocol_contracts/contract-instance-registry.d.ts.map +1 -0
  45. package/dest/contract/protocol_contracts/contract-instance-registry.js +867 -0
  46. package/dest/contract/protocol_contracts/fee-juice.d.ts +30 -0
  47. package/dest/contract/protocol_contracts/fee-juice.d.ts.map +1 -0
  48. package/dest/contract/protocol_contracts/fee-juice.js +824 -0
  49. package/dest/contract/protocol_contracts/multi-call-entrypoint.d.ts +34 -0
  50. package/dest/contract/protocol_contracts/multi-call-entrypoint.d.ts.map +1 -0
  51. package/dest/contract/protocol_contracts/multi-call-entrypoint.js +576 -0
  52. package/dest/contract/protocol_contracts/public-checks.d.ts +26 -0
  53. package/dest/contract/protocol_contracts/public-checks.d.ts.map +1 -0
  54. package/dest/contract/protocol_contracts/public-checks.js +592 -0
  55. package/dest/contract/sent_tx.d.ts +2 -3
  56. package/dest/contract/sent_tx.d.ts.map +1 -1
  57. package/dest/contract/wait_for_proven.d.ts +2 -2
  58. package/dest/contract/wait_for_proven.d.ts.map +1 -1
  59. package/dest/deployment/broadcast_function.js +4 -4
  60. package/dest/deployment/publish_class.js +3 -3
  61. package/dest/deployment/publish_instance.d.ts +2 -2
  62. package/dest/deployment/publish_instance.d.ts.map +1 -1
  63. package/dest/deployment/publish_instance.js +3 -3
  64. package/dest/ethereum/portal_manager.d.ts +9 -6
  65. package/dest/ethereum/portal_manager.d.ts.map +1 -1
  66. package/dest/ethereum/portal_manager.js +17 -18
  67. package/dest/fee/fee_juice_payment_method_with_claim.js +1 -1
  68. package/dest/fee/private_fee_payment_method.js +1 -1
  69. package/dest/fee/public_fee_payment_method.js +1 -1
  70. package/dest/scripts/generate_protocol_contract_types.d.ts +2 -0
  71. package/dest/scripts/generate_protocol_contract_types.d.ts.map +1 -0
  72. package/dest/scripts/generate_protocol_contract_types.js +120 -0
  73. package/dest/utils/abi_types.d.ts +2 -2
  74. package/dest/utils/abi_types.d.ts.map +1 -1
  75. package/dest/utils/authwit.d.ts +2 -2
  76. package/dest/utils/authwit.d.ts.map +1 -1
  77. package/dest/utils/authwit.js +1 -1
  78. package/dest/utils/cross_chain.d.ts +2 -2
  79. package/dest/utils/cross_chain.d.ts.map +1 -1
  80. package/dest/utils/fee_juice.js +1 -1
  81. package/dest/utils/field_compressed_string.js +1 -1
  82. package/dest/utils/pub_key.d.ts +2 -2
  83. package/dest/utils/pub_key.d.ts.map +1 -1
  84. package/dest/utils/pub_key.js +1 -1
  85. package/dest/wallet/account_manager.d.ts +6 -3
  86. package/dest/wallet/account_manager.d.ts.map +1 -1
  87. package/dest/wallet/account_manager.js +1 -1
  88. package/dest/wallet/deploy_account_method.d.ts +2 -2
  89. package/dest/wallet/deploy_account_method.d.ts.map +1 -1
  90. package/dest/wallet/deploy_account_method.js +1 -1
  91. package/dest/wallet/wallet.d.ts +241 -954
  92. package/dest/wallet/wallet.d.ts.map +1 -1
  93. package/dest/wallet/wallet.js +61 -87
  94. package/package.json +14 -12
  95. package/src/account/account.ts +1 -1
  96. package/src/account/account_contract.ts +1 -1
  97. package/src/account/account_with_secret_key.ts +1 -1
  98. package/src/account/index.ts +1 -1
  99. package/src/account/interface.ts +1 -1
  100. package/src/account/signerless_account.ts +1 -1
  101. package/src/api/block.ts +1 -1
  102. package/src/api/fields.ts +2 -1
  103. package/src/api/protocol.ts +7 -0
  104. package/src/api/wallet.ts +4 -2
  105. package/src/authorization/call_authorization_request.ts +1 -1
  106. package/src/contract/batch_call.ts +4 -2
  107. package/src/contract/deploy_method.ts +8 -7
  108. package/src/contract/protocol_contracts/auth-registry.ts +542 -0
  109. package/src/contract/protocol_contracts/contract-class-registry.ts +442 -0
  110. package/src/contract/protocol_contracts/contract-instance-registry.ts +501 -0
  111. package/src/contract/protocol_contracts/fee-juice.ts +462 -0
  112. package/src/contract/protocol_contracts/multi-call-entrypoint.ts +338 -0
  113. package/src/contract/protocol_contracts/public-checks.ts +324 -0
  114. package/src/contract/sent_tx.ts +1 -2
  115. package/src/deployment/broadcast_function.ts +4 -4
  116. package/src/deployment/publish_class.ts +3 -3
  117. package/src/deployment/publish_instance.ts +3 -6
  118. package/src/ethereum/portal_manager.ts +20 -24
  119. package/src/fee/fee_juice_payment_method_with_claim.ts +1 -1
  120. package/src/fee/private_fee_payment_method.ts +1 -1
  121. package/src/fee/public_fee_payment_method.ts +1 -1
  122. package/src/scripts/generate_protocol_contract_types.ts +150 -0
  123. package/src/utils/abi_types.ts +1 -1
  124. package/src/utils/authwit.ts +1 -1
  125. package/src/utils/cross_chain.ts +1 -1
  126. package/src/utils/fee_juice.ts +1 -1
  127. package/src/utils/field_compressed_string.ts +1 -1
  128. package/src/utils/pub_key.ts +2 -2
  129. package/src/wallet/account_manager.ts +1 -1
  130. package/src/wallet/deploy_account_method.ts +1 -1
  131. package/src/wallet/wallet.ts +161 -81
  132. package/dest/contract/protocol_contracts.d.ts +0 -9
  133. package/dest/contract/protocol_contracts.d.ts.map +0 -1
  134. package/dest/contract/protocol_contracts.js +0 -26
  135. package/dest/contract/unsafe_contract.d.ts +0 -15
  136. package/dest/contract/unsafe_contract.d.ts.map +0 -1
  137. package/dest/contract/unsafe_contract.js +0 -6
  138. package/src/contract/protocol_contracts.ts +0 -35
  139. package/src/contract/unsafe_contract.ts +0 -19
@@ -1,13 +1,14 @@
1
1
  import type { ChainInfo } from '@aztec/entrypoints/interfaces';
2
- import type { Fr } from '@aztec/foundation/fields';
2
+ import { BlockNumber } from '@aztec/foundation/branded-types';
3
+ import type { Fr } from '@aztec/foundation/curves/bn254';
3
4
  import { type ContractArtifact, type EventMetadataDefinition, type FunctionCall, FunctionType } from '@aztec/stdlib/abi';
4
5
  import { AuthWitness } from '@aztec/stdlib/auth-witness';
5
6
  import type { AztecAddress } from '@aztec/stdlib/aztec-address';
6
- import { type ContractClassMetadata, type ContractInstanceWithAddress, type ContractMetadata } from '@aztec/stdlib/contract';
7
+ import { type ContractInstanceWithAddress } from '@aztec/stdlib/contract';
7
8
  import { Gas } from '@aztec/stdlib/gas';
8
- import { type ApiSchemaFor, type ZodFor } from '@aztec/stdlib/schemas';
9
+ import { type ApiSchemaFor } from '@aztec/stdlib/schemas';
9
10
  import { Capsule, HashedValues, TxHash, TxProfileResult, TxReceipt, TxSimulationResult, UtilitySimulationResult } from '@aztec/stdlib/tx';
10
- import type { ExecutionPayload } from '@aztec/stdlib/tx';
11
+ import type { ExecutionPayload, InTx } from '@aztec/stdlib/tx';
11
12
  import { z } from 'zod';
12
13
  import type { FeeEstimationOptions, GasSettingsOption, ProfileInteractionOptions, SendInteractionOptions, SimulateInteractionOptions } from '../contract/interaction_options.js';
13
14
  import type { CallIntent, IntentInnerHash } from '../utils/authwit.js';
@@ -26,7 +27,7 @@ export type Aliased<T> = {
26
27
  };
27
28
  /**
28
29
  * Options for simulating interactions with the wallet. Overrides the fee settings of an interaction with
29
- * a simplified version that only hints at the wallet wether the interaction contains a
30
+ * a simplified version that only hints at the wallet whether the interaction contains a
30
31
  * fee payment method or not
31
32
  */
32
33
  export type SimulateOptions = Omit<SimulateInteractionOptions, 'fee'> & {
@@ -35,7 +36,7 @@ export type SimulateOptions = Omit<SimulateInteractionOptions, 'fee'> & {
35
36
  };
36
37
  /**
37
38
  * Options for profiling interactions with the wallet. Overrides the fee settings of an interaction with
38
- * a simplified version that only hints at the wallet wether the interaction contains a
39
+ * a simplified version that only hints at the wallet whether the interaction contains a
39
40
  * fee payment method or not
40
41
  */
41
42
  export type ProfileOptions = Omit<ProfileInteractionOptions, 'fee'> & {
@@ -44,7 +45,7 @@ export type ProfileOptions = Omit<ProfileInteractionOptions, 'fee'> & {
44
45
  };
45
46
  /**
46
47
  * Options for sending/proving interactions with the wallet. Overrides the fee settings of an interaction with
47
- * a simplified version that only hints at the wallet wether the interaction contains a
48
+ * a simplified version that only hints at the wallet whether the interaction contains a
48
49
  * fee payment method or not
49
50
  */
50
51
  export type SendOptions = Omit<SendInteractionOptions, 'fee'> & {
@@ -52,29 +53,35 @@ export type SendOptions = Omit<SendInteractionOptions, 'fee'> & {
52
53
  fee?: GasSettingsOption;
53
54
  };
54
55
  /**
55
- * Helper type that represents all methods that can be batched.
56
+ * Helper type that represents all methods that can be batched (all methods except batch itself).
56
57
  */
57
- export type BatchableMethods = Pick<Wallet, 'registerContract' | 'sendTx' | 'registerSender' | 'simulateUtility' | 'simulateTx'>;
58
+ export type BatchableMethods = Omit<Wallet, 'batch'>;
58
59
  /**
59
- * From the batchable methods, we create a type that represents a method call with its name and arguments.
60
- * This is what the wallet will accept as arguments to the `batch` method.
60
+ * A method call with its name and arguments.
61
61
  */
62
- export type BatchedMethod<T extends keyof BatchableMethods> = {
62
+ type BatchedMethodInternal<T extends keyof BatchableMethods> = {
63
63
  /** The method name */
64
64
  name: T;
65
65
  /** The method arguments */
66
66
  args: Parameters<BatchableMethods[T]>;
67
67
  };
68
+ /**
69
+ * Union of all possible batched method calls.
70
+ * This ensures type safety: the `args` must match the specific `name`.
71
+ */
72
+ export type BatchedMethod = {
73
+ [K in keyof BatchableMethods]: BatchedMethodInternal<K>;
74
+ }[keyof BatchableMethods];
68
75
  /**
69
76
  * Helper type to extract the return type of a batched method
70
77
  */
71
- export type BatchedMethodResult<T> = T extends BatchedMethod<infer K> ? Awaited<ReturnType<BatchableMethods[K]>> : never;
78
+ export type BatchedMethodResult<T> = T extends BatchedMethodInternal<infer K> ? Awaited<ReturnType<BatchableMethods[K]>> : never;
72
79
  /**
73
80
  * Wrapper type for batch results that includes the method name for discriminated union deserialization.
74
81
  * Each result is wrapped as \{ name: 'methodName', result: ActualResult \} to allow proper deserialization
75
82
  * when AztecAddress and TxHash would otherwise be ambiguous (both are hex strings).
76
83
  */
77
- export type BatchedMethodResultWrapper<T extends BatchedMethod<keyof BatchableMethods>> = {
84
+ export type BatchedMethodResultWrapper<T extends BatchedMethod> = {
78
85
  /** The method name */
79
86
  name: T['name'];
80
87
  /** The method result */
@@ -83,18 +90,72 @@ export type BatchedMethodResultWrapper<T extends BatchedMethod<keyof BatchableMe
83
90
  /**
84
91
  * Maps a tuple of BatchedMethod to a tuple of their wrapped return types
85
92
  */
86
- export type BatchResults<T extends readonly BatchedMethod<keyof BatchableMethods>[]> = {
93
+ export type BatchResults<T extends readonly BatchedMethod[]> = {
87
94
  [K in keyof T]: BatchedMethodResultWrapper<T[K]>;
88
95
  };
96
+ /**
97
+ * Filter options when querying private events.
98
+ */
99
+ export type PrivateEventFilter = {
100
+ /** The address of the contract that emitted the events. */
101
+ contractAddress: AztecAddress;
102
+ /** Addresses of accounts that are in scope for this filter. */
103
+ scopes: AztecAddress[];
104
+ /** Transaction in which the events were emitted. */
105
+ txHash?: TxHash;
106
+ /** The block number from which to start fetching events (inclusive).
107
+ * Optional. If provided, it must be greater or equal than 1.
108
+ * Defaults to the initial L2 block number (INITIAL_L2_BLOCK_NUM).
109
+ * */
110
+ fromBlock?: BlockNumber;
111
+ /** The block number until which to fetch logs (not inclusive).
112
+ * Optional. If provided, it must be greater than fromBlock.
113
+ * Defaults to the latest known block to PXE + 1.
114
+ */
115
+ toBlock?: BlockNumber;
116
+ };
117
+ /**
118
+ * An ABI decoded private event with associated metadata.
119
+ */
120
+ export type PrivateEvent<T> = {
121
+ /** The ABI decoded event */
122
+ event: T;
123
+ /** Metadata describing event context information such as tx and block */
124
+ metadata: InTx;
125
+ };
126
+ /**
127
+ * Contract metadata including deployment and registration status.
128
+ */
129
+ export type ContractMetadata = {
130
+ /** The contract instance */
131
+ instance?: ContractInstanceWithAddress;
132
+ /** Whether the contract has been initialized (init nullifier exists) */
133
+ isContractInitialized: boolean;
134
+ /** Whether the contract instance is publicly deployed on-chain */
135
+ isContractPublished: boolean;
136
+ /** Whether the contract has been updated to a different class */
137
+ isContractUpdated: boolean;
138
+ /** The updated contract class ID if the contract has been updated */
139
+ updatedContractClassId?: Fr | undefined;
140
+ };
141
+ /**
142
+ * Contract class metadata.
143
+ */
144
+ export type ContractClassMetadata = {
145
+ /** Whether the artifact is registered in the wallet */
146
+ isArtifactRegistered: boolean;
147
+ /** Whether the contract class is publicly registered on-chain */
148
+ isContractClassPubliclyRegistered: boolean;
149
+ };
89
150
  /**
90
151
  * The wallet interface.
91
152
  */
92
153
  export type Wallet = {
93
- getContractClassMetadata(id: Fr, includeArtifact?: boolean): Promise<ContractClassMetadata>;
94
- getContractMetadata(address: AztecAddress): Promise<ContractMetadata>;
95
- getPrivateEvents<T>(contractAddress: AztecAddress, eventMetadata: EventMetadataDefinition, from: number, numBlocks: number, recipients: AztecAddress[]): Promise<T[]>;
154
+ getPrivateEvents<T>(eventMetadata: EventMetadataDefinition, eventFilter: PrivateEventFilter): Promise<PrivateEvent<T>[]>;
96
155
  getChainInfo(): Promise<ChainInfo>;
97
156
  getTxReceipt(txHash: TxHash): Promise<TxReceipt>;
157
+ getContractMetadata(address: AztecAddress): Promise<ContractMetadata>;
158
+ getContractClassMetadata(id: Fr): Promise<ContractClassMetadata>;
98
159
  registerSender(address: AztecAddress, alias?: string): Promise<AztecAddress>;
99
160
  getAddressBook(): Promise<Aliased<AztecAddress>[]>;
100
161
  getAccounts(): Promise<Aliased<AztecAddress>[]>;
@@ -104,16 +165,16 @@ export type Wallet = {
104
165
  profileTx(exec: ExecutionPayload, opts: ProfileOptions): Promise<TxProfileResult>;
105
166
  sendTx(exec: ExecutionPayload, opts: SendOptions): Promise<TxHash>;
106
167
  createAuthWit(from: AztecAddress, messageHashOrIntent: Fr | IntentInnerHash | CallIntent): Promise<AuthWitness>;
107
- batch<const T extends readonly BatchedMethod<keyof BatchableMethods>[]>(methods: T): Promise<BatchResults<T>>;
168
+ batch<const T extends readonly BatchedMethod[]>(methods: T): Promise<BatchResults<T>>;
108
169
  };
109
170
  export declare const FunctionCallSchema: z.ZodObject<{
110
171
  name: z.ZodString;
111
- to: ZodFor<AztecAddress>;
112
- selector: ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
172
+ to: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
173
+ selector: import("@aztec/stdlib/schemas").ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
113
174
  type: z.ZodNativeEnum<typeof FunctionType>;
114
175
  isStatic: z.ZodBoolean;
115
176
  hideMsgSender: z.ZodBoolean;
116
- args: z.ZodArray<ZodFor<Fr>, "many">;
177
+ args: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<Fr>, "many">;
117
178
  returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
118
179
  }, "strip", z.ZodTypeAny, {
119
180
  name: string;
@@ -137,12 +198,12 @@ export declare const FunctionCallSchema: z.ZodObject<{
137
198
  export declare const ExecutionPayloadSchema: z.ZodObject<{
138
199
  calls: z.ZodArray<z.ZodObject<{
139
200
  name: z.ZodString;
140
- to: ZodFor<AztecAddress>;
141
- selector: ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
201
+ to: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
202
+ selector: import("@aztec/stdlib/schemas").ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
142
203
  type: z.ZodNativeEnum<typeof FunctionType>;
143
204
  isStatic: z.ZodBoolean;
144
205
  hideMsgSender: z.ZodBoolean;
145
- args: z.ZodArray<ZodFor<Fr>, "many">;
206
+ args: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<Fr>, "many">;
146
207
  returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
147
208
  }, "strip", z.ZodTypeAny, {
148
209
  name: string;
@@ -165,8 +226,8 @@ export declare const ExecutionPayloadSchema: z.ZodObject<{
165
226
  }>, "many">;
166
227
  authWitnesses: z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">;
167
228
  capsules: z.ZodArray<z.ZodType<Capsule, any, string>, "many">;
168
- extraHashedArgs: z.ZodArray<ZodFor<HashedValues>, "many">;
169
- feePayer: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<ZodFor<AztecAddress>>;
229
+ extraHashedArgs: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<HashedValues>, "many">;
230
+ feePayer: import("@aztec/foundation/schemas").ZodNullableOptional<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>>;
170
231
  }, "strip", z.ZodTypeAny, {
171
232
  calls: {
172
233
  name: string;
@@ -199,8 +260,8 @@ export declare const ExecutionPayloadSchema: z.ZodObject<{
199
260
  feePayer?: any;
200
261
  }>;
201
262
  export declare const GasSettingsOptionSchema: 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<{
263
+ gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
264
+ gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
204
265
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
205
266
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
206
267
  }, "strip", z.ZodTypeAny, {
@@ -213,7 +274,7 @@ export declare const GasSettingsOptionSchema: z.ZodObject<{
213
274
  daGas: string | number | bigint;
214
275
  l2Gas: string | number | bigint;
215
276
  }>>;
216
- teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
277
+ teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
217
278
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
218
279
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
219
280
  }, "strip", z.ZodTypeAny, {
@@ -226,7 +287,7 @@ export declare const GasSettingsOptionSchema: z.ZodObject<{
226
287
  daGas: string | number | bigint;
227
288
  l2Gas: string | number | bigint;
228
289
  }>>;
229
- maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
290
+ maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
230
291
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
231
292
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
232
293
  }, "strip", z.ZodTypeAny, {
@@ -236,7 +297,7 @@ export declare const GasSettingsOptionSchema: z.ZodObject<{
236
297
  feePerDaGas: string | number | bigint;
237
298
  feePerL2Gas: string | number | bigint;
238
299
  }>>;
239
- maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
300
+ maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
240
301
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
241
302
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
242
303
  }, "strip", z.ZodTypeAny, {
@@ -309,8 +370,8 @@ export declare const GasSettingsOptionSchema: z.ZodObject<{
309
370
  } | undefined;
310
371
  }>;
311
372
  export declare const WalletSimulationFeeOptionSchema: 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<{
373
+ gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
374
+ gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
314
375
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
315
376
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
316
377
  }, "strip", z.ZodTypeAny, {
@@ -323,7 +384,7 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
323
384
  daGas: string | number | bigint;
324
385
  l2Gas: string | number | bigint;
325
386
  }>>;
326
- teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
387
+ teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
327
388
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
328
389
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
329
390
  }, "strip", z.ZodTypeAny, {
@@ -336,7 +397,7 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
336
397
  daGas: string | number | bigint;
337
398
  l2Gas: string | number | bigint;
338
399
  }>>;
339
- maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
400
+ maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
340
401
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
341
402
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
342
403
  }, "strip", z.ZodTypeAny, {
@@ -346,7 +407,7 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
346
407
  feePerDaGas: string | number | bigint;
347
408
  feePerL2Gas: string | number | bigint;
348
409
  }>>;
349
- maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
410
+ maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
350
411
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
351
412
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
352
413
  }, "strip", z.ZodTypeAny, {
@@ -386,8 +447,8 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
386
447
  } | undefined;
387
448
  }>>;
388
449
  } & {
389
- estimatedGasPadding: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodNumber>;
390
- estimateGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
450
+ estimatedGasPadding: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
451
+ estimateGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
391
452
  }, "strip", z.ZodTypeAny, {
392
453
  gasSettings?: {
393
454
  gasLimits?: Gas | undefined;
@@ -426,12 +487,12 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
426
487
  estimateGas?: boolean | undefined;
427
488
  }>;
428
489
  export declare const SendOptionsSchema: z.ZodObject<{
429
- from: ZodFor<AztecAddress>;
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<{
490
+ from: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
491
+ authWitnesses: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
492
+ capsules: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
493
+ fee: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
494
+ gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
495
+ gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
435
496
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
436
497
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
437
498
  }, "strip", z.ZodTypeAny, {
@@ -444,7 +505,7 @@ export declare const SendOptionsSchema: z.ZodObject<{
444
505
  daGas: string | number | bigint;
445
506
  l2Gas: string | number | bigint;
446
507
  }>>;
447
- teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
508
+ teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
448
509
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
449
510
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
450
511
  }, "strip", z.ZodTypeAny, {
@@ -457,7 +518,7 @@ export declare const SendOptionsSchema: z.ZodObject<{
457
518
  daGas: string | number | bigint;
458
519
  l2Gas: string | number | bigint;
459
520
  }>>;
460
- maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
521
+ maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
461
522
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
462
523
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
463
524
  }, "strip", z.ZodTypeAny, {
@@ -467,7 +528,7 @@ export declare const SendOptionsSchema: z.ZodObject<{
467
528
  feePerDaGas: string | number | bigint;
468
529
  feePerL2Gas: string | number | bigint;
469
530
  }>>;
470
- maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
531
+ maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
471
532
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
472
533
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
473
534
  }, "strip", z.ZodTypeAny, {
@@ -583,12 +644,12 @@ export declare const SendOptionsSchema: z.ZodObject<{
583
644
  } | undefined;
584
645
  }>;
585
646
  export declare const SimulateOptionsSchema: z.ZodObject<{
586
- from: ZodFor<AztecAddress>;
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<{
647
+ from: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
648
+ authWitnesses: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
649
+ capsules: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
650
+ fee: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
651
+ gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
652
+ gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
592
653
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
593
654
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
594
655
  }, "strip", z.ZodTypeAny, {
@@ -601,7 +662,7 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
601
662
  daGas: string | number | bigint;
602
663
  l2Gas: string | number | bigint;
603
664
  }>>;
604
- teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
665
+ teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
605
666
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
606
667
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
607
668
  }, "strip", z.ZodTypeAny, {
@@ -614,7 +675,7 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
614
675
  daGas: string | number | bigint;
615
676
  l2Gas: string | number | bigint;
616
677
  }>>;
617
- maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
678
+ maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
618
679
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
619
680
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
620
681
  }, "strip", z.ZodTypeAny, {
@@ -624,7 +685,7 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
624
685
  feePerDaGas: string | number | bigint;
625
686
  feePerL2Gas: string | number | bigint;
626
687
  }>>;
627
- maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
688
+ maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
628
689
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
629
690
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
630
691
  }, "strip", z.ZodTypeAny, {
@@ -664,8 +725,8 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
664
725
  } | undefined;
665
726
  }>>;
666
727
  } & {
667
- estimatedGasPadding: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodNumber>;
668
- estimateGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
728
+ estimatedGasPadding: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
729
+ estimateGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
669
730
  }, "strip", z.ZodTypeAny, {
670
731
  gasSettings?: {
671
732
  gasLimits?: Gas | undefined;
@@ -703,9 +764,9 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
703
764
  estimatedGasPadding?: number | undefined;
704
765
  estimateGas?: boolean | undefined;
705
766
  }>>;
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>;
767
+ skipTxValidation: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
768
+ skipFeeEnforcement: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
769
+ includeMetadata: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
709
770
  }, "strip", z.ZodTypeAny, {
710
771
  from: AztecAddress;
711
772
  authWitnesses?: AuthWitness[] | undefined;
@@ -760,12 +821,12 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
760
821
  includeMetadata?: boolean | undefined;
761
822
  }>;
762
823
  export declare const ProfileOptionsSchema: z.ZodObject<{
763
- from: ZodFor<AztecAddress>;
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<{
824
+ from: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
825
+ authWitnesses: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
826
+ capsules: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
827
+ fee: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
828
+ gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
829
+ gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
769
830
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
770
831
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
771
832
  }, "strip", z.ZodTypeAny, {
@@ -778,7 +839,7 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
778
839
  daGas: string | number | bigint;
779
840
  l2Gas: string | number | bigint;
780
841
  }>>;
781
- teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
842
+ teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
782
843
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
783
844
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
784
845
  }, "strip", z.ZodTypeAny, {
@@ -791,7 +852,7 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
791
852
  daGas: string | number | bigint;
792
853
  l2Gas: string | number | bigint;
793
854
  }>>;
794
- maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
855
+ maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
795
856
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
796
857
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
797
858
  }, "strip", z.ZodTypeAny, {
@@ -801,7 +862,7 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
801
862
  feePerDaGas: string | number | bigint;
802
863
  feePerL2Gas: string | number | bigint;
803
864
  }>>;
804
- maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
865
+ maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
805
866
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
806
867
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
807
868
  }, "strip", z.ZodTypeAny, {
@@ -841,8 +902,8 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
841
902
  } | undefined;
842
903
  }>>;
843
904
  } & {
844
- estimatedGasPadding: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodNumber>;
845
- estimateGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
905
+ estimatedGasPadding: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
906
+ estimateGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
846
907
  }, "strip", z.ZodTypeAny, {
847
908
  gasSettings?: {
848
909
  gasLimits?: Gas | undefined;
@@ -880,12 +941,12 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
880
941
  estimatedGasPadding?: number | undefined;
881
942
  estimateGas?: boolean | undefined;
882
943
  }>>;
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>;
944
+ skipTxValidation: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
945
+ skipFeeEnforcement: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
946
+ includeMetadata: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
886
947
  } & {
887
948
  profileMode: z.ZodEnum<["gates", "execution-steps", "full"]>;
888
- skipProofGeneration: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
949
+ skipProofGeneration: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
889
950
  }, "strip", z.ZodTypeAny, {
890
951
  from: AztecAddress;
891
952
  authWitnesses?: AuthWitness[] | undefined;
@@ -943,9 +1004,9 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
943
1004
  profileMode: "execution-steps" | "full" | "gates";
944
1005
  skipProofGeneration?: boolean | undefined;
945
1006
  }>;
946
- export declare const MessageHashOrIntentSchema: z.ZodUnion<[ZodFor<Fr>, z.ZodObject<{
947
- consumer: ZodFor<AztecAddress>;
948
- innerHash: ZodFor<Fr>;
1007
+ export declare const MessageHashOrIntentSchema: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<Fr>, z.ZodObject<{
1008
+ consumer: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
1009
+ innerHash: import("@aztec/stdlib/schemas").ZodFor<Fr>;
949
1010
  }, "strip", z.ZodTypeAny, {
950
1011
  consumer: AztecAddress;
951
1012
  innerHash: Fr;
@@ -953,15 +1014,15 @@ export declare const MessageHashOrIntentSchema: z.ZodUnion<[ZodFor<Fr>, z.ZodObj
953
1014
  consumer?: any;
954
1015
  innerHash?: any;
955
1016
  }>, z.ZodObject<{
956
- caller: ZodFor<AztecAddress>;
1017
+ caller: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
957
1018
  call: z.ZodObject<{
958
1019
  name: z.ZodString;
959
- to: ZodFor<AztecAddress>;
960
- selector: ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
1020
+ to: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
1021
+ selector: import("@aztec/stdlib/schemas").ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
961
1022
  type: z.ZodNativeEnum<typeof FunctionType>;
962
1023
  isStatic: z.ZodBoolean;
963
1024
  hideMsgSender: z.ZodBoolean;
964
- args: z.ZodArray<ZodFor<Fr>, "many">;
1025
+ args: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<Fr>, "many">;
965
1026
  returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
966
1027
  }, "strip", z.ZodTypeAny, {
967
1028
  name: string;
@@ -1007,813 +1068,63 @@ export declare const MessageHashOrIntentSchema: z.ZodUnion<[ZodFor<Fr>, z.ZodObj
1007
1068
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1008
1069
  };
1009
1070
  }>]>;
1010
- export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
1011
- name: z.ZodLiteral<"registerSender">;
1012
- args: z.ZodTuple<[ZodFor<AztecAddress>, import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodString>], null>;
1013
- }, "strip", z.ZodTypeAny, {
1014
- name: "registerSender";
1015
- args: [AztecAddress, string | undefined];
1016
- }, {
1017
- name: "registerSender";
1018
- args: [any, string | undefined];
1019
- }>, z.ZodObject<{
1020
- name: z.ZodLiteral<"registerContract">;
1021
- args: z.ZodTuple<[z.ZodIntersection<z.ZodObject<{
1022
- version: z.ZodLiteral<1>;
1023
- salt: ZodFor<Fr>;
1024
- deployer: ZodFor<AztecAddress>;
1025
- currentContractClassId: ZodFor<Fr>;
1026
- originalContractClassId: ZodFor<Fr>;
1027
- initializationHash: ZodFor<Fr>;
1028
- publicKeys: z.ZodEffects<z.ZodObject<{
1029
- masterNullifierPublicKey: z.ZodType<import("@aztec/foundation/fields").Point, any, string>;
1030
- masterIncomingViewingPublicKey: z.ZodType<import("@aztec/foundation/fields").Point, any, string>;
1031
- masterOutgoingViewingPublicKey: z.ZodType<import("@aztec/foundation/fields").Point, any, string>;
1032
- masterTaggingPublicKey: z.ZodType<import("@aztec/foundation/fields").Point, any, string>;
1033
- }, "strip", z.ZodTypeAny, {
1034
- masterNullifierPublicKey: import("@aztec/foundation/fields").Point;
1035
- masterIncomingViewingPublicKey: import("@aztec/foundation/fields").Point;
1036
- masterOutgoingViewingPublicKey: import("@aztec/foundation/fields").Point;
1037
- masterTaggingPublicKey: import("@aztec/foundation/fields").Point;
1038
- }, {
1039
- masterNullifierPublicKey: string;
1040
- masterIncomingViewingPublicKey: string;
1041
- masterOutgoingViewingPublicKey: string;
1042
- masterTaggingPublicKey: string;
1043
- }>, import("../api/keys.js").PublicKeys, {
1044
- masterNullifierPublicKey: string;
1045
- masterIncomingViewingPublicKey: string;
1046
- masterOutgoingViewingPublicKey: string;
1047
- masterTaggingPublicKey: string;
1048
- }>;
1049
- }, "strip", z.ZodTypeAny, {
1050
- version: 1;
1051
- salt: Fr;
1052
- deployer: AztecAddress;
1053
- currentContractClassId: Fr;
1054
- originalContractClassId: Fr;
1055
- initializationHash: Fr;
1056
- publicKeys: import("../api/keys.js").PublicKeys;
1057
- }, {
1058
- version: 1;
1059
- salt?: any;
1060
- deployer?: any;
1061
- currentContractClassId?: any;
1062
- originalContractClassId?: any;
1063
- initializationHash?: any;
1064
- publicKeys: {
1065
- masterNullifierPublicKey: string;
1066
- masterIncomingViewingPublicKey: string;
1067
- masterOutgoingViewingPublicKey: string;
1068
- masterTaggingPublicKey: string;
1069
- };
1070
- }>, z.ZodObject<{
1071
- address: ZodFor<AztecAddress>;
1072
- }, "strip", z.ZodTypeAny, {
1073
- address: AztecAddress;
1074
- }, {
1075
- address?: any;
1076
- }>>, import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<ZodFor<ContractArtifact>>, import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<ZodFor<Fr>>], null>;
1077
- }, "strip", z.ZodTypeAny, {
1078
- name: "registerContract";
1079
- args: [{
1080
- version: 1;
1081
- salt: Fr;
1082
- deployer: AztecAddress;
1083
- currentContractClassId: Fr;
1084
- originalContractClassId: Fr;
1085
- initializationHash: Fr;
1086
- publicKeys: import("../api/keys.js").PublicKeys;
1087
- } & {
1088
- address: AztecAddress;
1089
- }, ContractArtifact | undefined, Fr | undefined];
1090
- }, {
1091
- name: "registerContract";
1092
- args: [{
1093
- version: 1;
1094
- salt?: any;
1095
- deployer?: any;
1096
- currentContractClassId?: any;
1097
- originalContractClassId?: any;
1098
- initializationHash?: any;
1099
- publicKeys: {
1100
- masterNullifierPublicKey: string;
1101
- masterIncomingViewingPublicKey: string;
1102
- masterOutgoingViewingPublicKey: string;
1103
- masterTaggingPublicKey: string;
1104
- };
1105
- } & {
1106
- address?: any;
1107
- }, any, any];
1108
- }>, z.ZodObject<{
1109
- name: z.ZodLiteral<"sendTx">;
1110
- args: z.ZodTuple<[z.ZodObject<{
1111
- calls: z.ZodArray<z.ZodObject<{
1112
- name: z.ZodString;
1113
- to: ZodFor<AztecAddress>;
1114
- selector: ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
1115
- type: z.ZodNativeEnum<typeof FunctionType>;
1116
- isStatic: z.ZodBoolean;
1117
- hideMsgSender: z.ZodBoolean;
1118
- args: z.ZodArray<ZodFor<Fr>, "many">;
1119
- returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
1120
- }, "strip", z.ZodTypeAny, {
1121
- name: string;
1122
- to: AztecAddress;
1123
- selector: import("@aztec/stdlib/abi").FunctionSelector;
1124
- type: FunctionType;
1125
- isStatic: boolean;
1126
- hideMsgSender: boolean;
1127
- args: Fr[];
1128
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
1129
- }, {
1130
- name: string;
1131
- to?: any;
1132
- selector?: any;
1133
- type: FunctionType;
1134
- isStatic: boolean;
1135
- hideMsgSender: boolean;
1136
- args: any[];
1137
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
1138
- }>, "many">;
1139
- authWitnesses: z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">;
1140
- capsules: z.ZodArray<z.ZodType<Capsule, any, string>, "many">;
1141
- extraHashedArgs: z.ZodArray<ZodFor<HashedValues>, "many">;
1142
- feePayer: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<ZodFor<AztecAddress>>;
1143
- }, "strip", z.ZodTypeAny, {
1144
- calls: {
1145
- name: string;
1146
- to: AztecAddress;
1147
- selector: import("@aztec/stdlib/abi").FunctionSelector;
1148
- type: FunctionType;
1149
- isStatic: boolean;
1150
- hideMsgSender: boolean;
1151
- args: Fr[];
1152
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
1153
- }[];
1154
- authWitnesses: AuthWitness[];
1155
- capsules: Capsule[];
1156
- extraHashedArgs: HashedValues[];
1157
- feePayer?: AztecAddress | undefined;
1158
- }, {
1159
- calls: {
1160
- name: string;
1161
- to?: any;
1162
- selector?: any;
1163
- type: FunctionType;
1164
- isStatic: boolean;
1165
- hideMsgSender: boolean;
1166
- args: any[];
1167
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
1168
- }[];
1169
- authWitnesses: string[];
1170
- capsules: string[];
1171
- extraHashedArgs: any[];
1172
- feePayer?: any;
1173
- }>, z.ZodObject<{
1174
- from: ZodFor<AztecAddress>;
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
- daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
1181
- l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
1182
- }, "strip", z.ZodTypeAny, {
1183
- daGas: number;
1184
- l2Gas: number;
1185
- }, {
1186
- daGas: string | number | bigint;
1187
- l2Gas: string | number | bigint;
1188
- }>, Gas, {
1189
- daGas: string | number | bigint;
1190
- l2Gas: string | number | bigint;
1191
- }>>;
1192
- teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
1193
- daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
1194
- l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
1195
- }, "strip", z.ZodTypeAny, {
1196
- daGas: number;
1197
- l2Gas: number;
1198
- }, {
1199
- daGas: string | number | bigint;
1200
- l2Gas: string | number | bigint;
1201
- }>, Gas, {
1202
- daGas: string | number | bigint;
1203
- l2Gas: string | number | bigint;
1204
- }>>;
1205
- maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
1206
- feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
1207
- feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
1208
- }, "strip", z.ZodTypeAny, {
1209
- feePerDaGas: bigint;
1210
- feePerL2Gas: bigint;
1211
- }, {
1212
- feePerDaGas: string | number | bigint;
1213
- feePerL2Gas: string | number | bigint;
1214
- }>>;
1215
- maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
1216
- feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
1217
- feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
1218
- }, "strip", z.ZodTypeAny, {
1219
- feePerDaGas: bigint;
1220
- feePerL2Gas: bigint;
1221
- }, {
1222
- feePerDaGas: string | number | bigint;
1223
- feePerL2Gas: string | number | bigint;
1224
- }>>;
1225
- }, "strip", z.ZodTypeAny, {
1226
- gasLimits?: Gas | undefined;
1227
- teardownGasLimits?: Gas | undefined;
1228
- maxFeePerGas?: {
1229
- feePerDaGas: bigint;
1230
- feePerL2Gas: bigint;
1231
- } | undefined;
1232
- maxPriorityFeePerGas?: {
1233
- feePerDaGas: bigint;
1234
- feePerL2Gas: bigint;
1235
- } | undefined;
1236
- }, {
1237
- gasLimits?: {
1238
- daGas: string | number | bigint;
1239
- l2Gas: string | number | bigint;
1240
- } | undefined;
1241
- teardownGasLimits?: {
1242
- daGas: string | number | bigint;
1243
- l2Gas: string | number | bigint;
1244
- } | undefined;
1245
- maxFeePerGas?: {
1246
- feePerDaGas: string | number | bigint;
1247
- feePerL2Gas: string | number | bigint;
1248
- } | undefined;
1249
- maxPriorityFeePerGas?: {
1250
- feePerDaGas: string | number | bigint;
1251
- feePerL2Gas: string | number | bigint;
1252
- } | undefined;
1253
- }>>;
1254
- }, "strip", z.ZodTypeAny, {
1255
- gasSettings?: {
1256
- gasLimits?: Gas | undefined;
1257
- teardownGasLimits?: Gas | undefined;
1258
- maxFeePerGas?: {
1259
- feePerDaGas: bigint;
1260
- feePerL2Gas: bigint;
1261
- } | undefined;
1262
- maxPriorityFeePerGas?: {
1263
- feePerDaGas: bigint;
1264
- feePerL2Gas: bigint;
1265
- } | undefined;
1266
- } | undefined;
1267
- }, {
1268
- gasSettings?: {
1269
- gasLimits?: {
1270
- daGas: string | number | bigint;
1271
- l2Gas: string | number | bigint;
1272
- } | undefined;
1273
- teardownGasLimits?: {
1274
- daGas: string | number | bigint;
1275
- l2Gas: string | number | bigint;
1276
- } | undefined;
1277
- maxFeePerGas?: {
1278
- feePerDaGas: string | number | bigint;
1279
- feePerL2Gas: string | number | bigint;
1280
- } | undefined;
1281
- maxPriorityFeePerGas?: {
1282
- feePerDaGas: string | number | bigint;
1283
- feePerL2Gas: string | number | bigint;
1284
- } | undefined;
1285
- } | undefined;
1286
- }>>;
1287
- }, "strip", z.ZodTypeAny, {
1288
- from: AztecAddress;
1289
- authWitnesses?: AuthWitness[] | undefined;
1290
- capsules?: Capsule[] | undefined;
1291
- fee?: {
1292
- gasSettings?: {
1293
- gasLimits?: Gas | undefined;
1294
- teardownGasLimits?: Gas | undefined;
1295
- maxFeePerGas?: {
1296
- feePerDaGas: bigint;
1297
- feePerL2Gas: bigint;
1298
- } | undefined;
1299
- maxPriorityFeePerGas?: {
1300
- feePerDaGas: bigint;
1301
- feePerL2Gas: bigint;
1302
- } | undefined;
1303
- } | undefined;
1304
- } | undefined;
1305
- }, {
1306
- from?: any;
1307
- authWitnesses?: string[] | undefined;
1308
- capsules?: string[] | undefined;
1309
- fee?: {
1310
- gasSettings?: {
1311
- gasLimits?: {
1312
- daGas: string | number | bigint;
1313
- l2Gas: string | number | bigint;
1314
- } | undefined;
1315
- teardownGasLimits?: {
1316
- daGas: string | number | bigint;
1317
- l2Gas: string | number | bigint;
1318
- } | undefined;
1319
- maxFeePerGas?: {
1320
- feePerDaGas: string | number | bigint;
1321
- feePerL2Gas: string | number | bigint;
1322
- } | undefined;
1323
- maxPriorityFeePerGas?: {
1324
- feePerDaGas: string | number | bigint;
1325
- feePerL2Gas: string | number | bigint;
1326
- } | undefined;
1327
- } | undefined;
1328
- } | undefined;
1329
- }>], null>;
1330
- }, "strip", z.ZodTypeAny, {
1331
- name: "sendTx";
1332
- args: [{
1333
- calls: {
1334
- name: string;
1335
- to: AztecAddress;
1336
- selector: import("@aztec/stdlib/abi").FunctionSelector;
1337
- type: FunctionType;
1338
- isStatic: boolean;
1339
- hideMsgSender: boolean;
1340
- args: Fr[];
1341
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
1342
- }[];
1343
- authWitnesses: AuthWitness[];
1344
- capsules: Capsule[];
1345
- extraHashedArgs: HashedValues[];
1346
- feePayer?: AztecAddress | undefined;
1347
- }, {
1348
- from: AztecAddress;
1349
- authWitnesses?: AuthWitness[] | undefined;
1350
- capsules?: Capsule[] | undefined;
1351
- fee?: {
1352
- gasSettings?: {
1353
- gasLimits?: Gas | undefined;
1354
- teardownGasLimits?: Gas | undefined;
1355
- maxFeePerGas?: {
1356
- feePerDaGas: bigint;
1357
- feePerL2Gas: bigint;
1358
- } | undefined;
1359
- maxPriorityFeePerGas?: {
1360
- feePerDaGas: bigint;
1361
- feePerL2Gas: bigint;
1362
- } | undefined;
1363
- } | undefined;
1364
- } | undefined;
1365
- }];
1366
- }, {
1367
- name: "sendTx";
1368
- args: [{
1369
- calls: {
1370
- name: string;
1371
- to?: any;
1372
- selector?: any;
1373
- type: FunctionType;
1374
- isStatic: boolean;
1375
- hideMsgSender: boolean;
1376
- args: any[];
1377
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
1378
- }[];
1379
- authWitnesses: string[];
1380
- capsules: string[];
1381
- extraHashedArgs: any[];
1382
- feePayer?: any;
1383
- }, {
1384
- from?: any;
1385
- authWitnesses?: string[] | undefined;
1386
- capsules?: string[] | undefined;
1387
- fee?: {
1388
- gasSettings?: {
1389
- gasLimits?: {
1390
- daGas: string | number | bigint;
1391
- l2Gas: string | number | bigint;
1392
- } | undefined;
1393
- teardownGasLimits?: {
1394
- daGas: string | number | bigint;
1395
- l2Gas: string | number | bigint;
1396
- } | undefined;
1397
- maxFeePerGas?: {
1398
- feePerDaGas: string | number | bigint;
1399
- feePerL2Gas: string | number | bigint;
1400
- } | undefined;
1401
- maxPriorityFeePerGas?: {
1402
- feePerDaGas: string | number | bigint;
1403
- feePerL2Gas: string | number | bigint;
1404
- } | undefined;
1405
- } | undefined;
1406
- } | undefined;
1407
- }];
1408
- }>, z.ZodObject<{
1409
- name: z.ZodLiteral<"simulateUtility">;
1410
- args: z.ZodTuple<[z.ZodObject<{
1411
- name: z.ZodString;
1412
- to: ZodFor<AztecAddress>;
1413
- selector: ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
1414
- type: z.ZodNativeEnum<typeof FunctionType>;
1415
- isStatic: z.ZodBoolean;
1416
- hideMsgSender: z.ZodBoolean;
1417
- args: z.ZodArray<ZodFor<Fr>, "many">;
1418
- returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
1419
- }, "strip", z.ZodTypeAny, {
1420
- name: string;
1421
- to: AztecAddress;
1422
- selector: import("@aztec/stdlib/abi").FunctionSelector;
1423
- type: FunctionType;
1424
- isStatic: boolean;
1425
- hideMsgSender: boolean;
1426
- args: Fr[];
1427
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
1428
- }, {
1429
- name: string;
1430
- to?: any;
1431
- selector?: any;
1432
- type: FunctionType;
1433
- isStatic: boolean;
1434
- hideMsgSender: boolean;
1435
- args: any[];
1436
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
1437
- }>, import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>], null>;
1071
+ export declare const EventMetadataDefinitionSchema: z.ZodObject<{
1072
+ eventSelector: z.ZodType<import("@aztec/stdlib/abi").EventSelector, any, string>;
1073
+ abiType: z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>;
1074
+ fieldNames: z.ZodArray<z.ZodString, "many">;
1438
1075
  }, "strip", z.ZodTypeAny, {
1439
- name: "simulateUtility";
1440
- args: [{
1441
- name: string;
1442
- to: AztecAddress;
1443
- selector: import("@aztec/stdlib/abi").FunctionSelector;
1444
- type: FunctionType;
1445
- isStatic: boolean;
1446
- hideMsgSender: boolean;
1447
- args: Fr[];
1448
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
1449
- }, AuthWitness[] | undefined];
1076
+ eventSelector: import("@aztec/stdlib/abi").EventSelector;
1077
+ abiType: import("@aztec/stdlib/abi").AbiType;
1078
+ fieldNames: string[];
1450
1079
  }, {
1451
- name: "simulateUtility";
1452
- args: [{
1453
- name: string;
1454
- to?: any;
1455
- selector?: any;
1456
- type: FunctionType;
1457
- isStatic: boolean;
1458
- hideMsgSender: boolean;
1459
- args: any[];
1460
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
1461
- }, string[] | undefined];
1462
- }>, z.ZodObject<{
1463
- name: z.ZodLiteral<"simulateTx">;
1464
- args: z.ZodTuple<[z.ZodObject<{
1465
- calls: z.ZodArray<z.ZodObject<{
1466
- name: z.ZodString;
1467
- to: ZodFor<AztecAddress>;
1468
- selector: ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
1469
- type: z.ZodNativeEnum<typeof FunctionType>;
1470
- isStatic: z.ZodBoolean;
1471
- hideMsgSender: z.ZodBoolean;
1472
- args: z.ZodArray<ZodFor<Fr>, "many">;
1473
- returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
1474
- }, "strip", z.ZodTypeAny, {
1475
- name: string;
1476
- to: AztecAddress;
1477
- selector: import("@aztec/stdlib/abi").FunctionSelector;
1478
- type: FunctionType;
1479
- isStatic: boolean;
1480
- hideMsgSender: boolean;
1481
- args: Fr[];
1482
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
1483
- }, {
1484
- name: string;
1485
- to?: any;
1486
- selector?: any;
1487
- type: FunctionType;
1488
- isStatic: boolean;
1489
- hideMsgSender: boolean;
1490
- args: any[];
1491
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
1492
- }>, "many">;
1493
- authWitnesses: z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">;
1494
- capsules: z.ZodArray<z.ZodType<Capsule, any, string>, "many">;
1495
- extraHashedArgs: z.ZodArray<ZodFor<HashedValues>, "many">;
1496
- feePayer: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<ZodFor<AztecAddress>>;
1497
- }, "strip", z.ZodTypeAny, {
1498
- calls: {
1499
- name: string;
1500
- to: AztecAddress;
1501
- selector: import("@aztec/stdlib/abi").FunctionSelector;
1502
- type: FunctionType;
1503
- isStatic: boolean;
1504
- hideMsgSender: boolean;
1505
- args: Fr[];
1506
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
1507
- }[];
1508
- authWitnesses: AuthWitness[];
1509
- capsules: Capsule[];
1510
- extraHashedArgs: HashedValues[];
1511
- feePayer?: AztecAddress | undefined;
1512
- }, {
1513
- calls: {
1514
- name: string;
1515
- to?: any;
1516
- selector?: any;
1517
- type: FunctionType;
1518
- isStatic: boolean;
1519
- hideMsgSender: boolean;
1520
- args: any[];
1521
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
1522
- }[];
1523
- authWitnesses: string[];
1524
- capsules: string[];
1525
- extraHashedArgs: any[];
1526
- feePayer?: any;
1527
- }>, z.ZodObject<{
1528
- from: ZodFor<AztecAddress>;
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
- daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
1535
- l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
1536
- }, "strip", z.ZodTypeAny, {
1537
- daGas: number;
1538
- l2Gas: number;
1539
- }, {
1540
- daGas: string | number | bigint;
1541
- l2Gas: string | number | bigint;
1542
- }>, Gas, {
1543
- daGas: string | number | bigint;
1544
- l2Gas: string | number | bigint;
1545
- }>>;
1546
- teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
1547
- daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
1548
- l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
1549
- }, "strip", z.ZodTypeAny, {
1550
- daGas: number;
1551
- l2Gas: number;
1552
- }, {
1553
- daGas: string | number | bigint;
1554
- l2Gas: string | number | bigint;
1555
- }>, Gas, {
1556
- daGas: string | number | bigint;
1557
- l2Gas: string | number | bigint;
1558
- }>>;
1559
- maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
1560
- feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
1561
- feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
1562
- }, "strip", z.ZodTypeAny, {
1563
- feePerDaGas: bigint;
1564
- feePerL2Gas: bigint;
1565
- }, {
1566
- feePerDaGas: string | number | bigint;
1567
- feePerL2Gas: string | number | bigint;
1568
- }>>;
1569
- maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
1570
- feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
1571
- feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
1572
- }, "strip", z.ZodTypeAny, {
1573
- feePerDaGas: bigint;
1574
- feePerL2Gas: bigint;
1575
- }, {
1576
- feePerDaGas: string | number | bigint;
1577
- feePerL2Gas: string | number | bigint;
1578
- }>>;
1579
- }, "strip", z.ZodTypeAny, {
1580
- gasLimits?: Gas | undefined;
1581
- teardownGasLimits?: Gas | undefined;
1582
- maxFeePerGas?: {
1583
- feePerDaGas: bigint;
1584
- feePerL2Gas: bigint;
1585
- } | undefined;
1586
- maxPriorityFeePerGas?: {
1587
- feePerDaGas: bigint;
1588
- feePerL2Gas: bigint;
1589
- } | undefined;
1590
- }, {
1591
- gasLimits?: {
1592
- daGas: string | number | bigint;
1593
- l2Gas: string | number | bigint;
1594
- } | undefined;
1595
- teardownGasLimits?: {
1596
- daGas: string | number | bigint;
1597
- l2Gas: string | number | bigint;
1598
- } | undefined;
1599
- maxFeePerGas?: {
1600
- feePerDaGas: string | number | bigint;
1601
- feePerL2Gas: string | number | bigint;
1602
- } | undefined;
1603
- maxPriorityFeePerGas?: {
1604
- feePerDaGas: string | number | bigint;
1605
- feePerL2Gas: string | number | bigint;
1606
- } | undefined;
1607
- }>>;
1608
- } & {
1609
- estimatedGasPadding: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodNumber>;
1610
- estimateGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
1611
- }, "strip", z.ZodTypeAny, {
1612
- gasSettings?: {
1613
- gasLimits?: Gas | undefined;
1614
- teardownGasLimits?: Gas | undefined;
1615
- maxFeePerGas?: {
1616
- feePerDaGas: bigint;
1617
- feePerL2Gas: bigint;
1618
- } | undefined;
1619
- maxPriorityFeePerGas?: {
1620
- feePerDaGas: bigint;
1621
- feePerL2Gas: bigint;
1622
- } | undefined;
1623
- } | undefined;
1624
- estimatedGasPadding?: number | undefined;
1625
- estimateGas?: boolean | undefined;
1626
- }, {
1627
- gasSettings?: {
1628
- gasLimits?: {
1629
- daGas: string | number | bigint;
1630
- l2Gas: string | number | bigint;
1631
- } | undefined;
1632
- teardownGasLimits?: {
1633
- daGas: string | number | bigint;
1634
- l2Gas: string | number | bigint;
1635
- } | undefined;
1636
- maxFeePerGas?: {
1637
- feePerDaGas: string | number | bigint;
1638
- feePerL2Gas: string | number | bigint;
1639
- } | undefined;
1640
- maxPriorityFeePerGas?: {
1641
- feePerDaGas: string | number | bigint;
1642
- feePerL2Gas: string | number | bigint;
1643
- } | undefined;
1644
- } | undefined;
1645
- estimatedGasPadding?: number | undefined;
1646
- estimateGas?: boolean | undefined;
1647
- }>>;
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
- }, "strip", z.ZodTypeAny, {
1652
- from: AztecAddress;
1653
- authWitnesses?: AuthWitness[] | undefined;
1654
- capsules?: Capsule[] | undefined;
1655
- fee?: {
1656
- gasSettings?: {
1657
- gasLimits?: Gas | undefined;
1658
- teardownGasLimits?: Gas | undefined;
1659
- maxFeePerGas?: {
1660
- feePerDaGas: bigint;
1661
- feePerL2Gas: bigint;
1662
- } | undefined;
1663
- maxPriorityFeePerGas?: {
1664
- feePerDaGas: bigint;
1665
- feePerL2Gas: bigint;
1666
- } | undefined;
1667
- } | undefined;
1668
- estimatedGasPadding?: number | undefined;
1669
- estimateGas?: boolean | undefined;
1670
- } | undefined;
1671
- skipTxValidation?: boolean | undefined;
1672
- skipFeeEnforcement?: boolean | undefined;
1673
- includeMetadata?: boolean | undefined;
1674
- }, {
1675
- from?: any;
1676
- authWitnesses?: string[] | undefined;
1677
- capsules?: string[] | undefined;
1678
- fee?: {
1679
- gasSettings?: {
1680
- gasLimits?: {
1681
- daGas: string | number | bigint;
1682
- l2Gas: string | number | bigint;
1683
- } | undefined;
1684
- teardownGasLimits?: {
1685
- daGas: string | number | bigint;
1686
- l2Gas: string | number | bigint;
1687
- } | undefined;
1688
- maxFeePerGas?: {
1689
- feePerDaGas: string | number | bigint;
1690
- feePerL2Gas: string | number | bigint;
1691
- } | undefined;
1692
- maxPriorityFeePerGas?: {
1693
- feePerDaGas: string | number | bigint;
1694
- feePerL2Gas: string | number | bigint;
1695
- } | undefined;
1696
- } | undefined;
1697
- estimatedGasPadding?: number | undefined;
1698
- estimateGas?: boolean | undefined;
1699
- } | undefined;
1700
- skipTxValidation?: boolean | undefined;
1701
- skipFeeEnforcement?: boolean | undefined;
1702
- includeMetadata?: boolean | undefined;
1703
- }>], null>;
1080
+ eventSelector: string;
1081
+ abiType: import("@aztec/stdlib/abi").AbiType;
1082
+ fieldNames: string[];
1083
+ }>;
1084
+ export declare const PrivateEventSchema: z.ZodType<any>;
1085
+ export declare const PrivateEventFilterSchema: z.ZodObject<{
1086
+ contractAddress: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
1087
+ scopes: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, "many">;
1088
+ txHash: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, Buffer<ArrayBuffer>, string>, TxHash, string>>;
1089
+ fromBlock: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, BlockNumber, string | number | bigint>>;
1090
+ toBlock: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, BlockNumber, string | number | bigint>>;
1704
1091
  }, "strip", z.ZodTypeAny, {
1705
- name: "simulateTx";
1706
- args: [{
1707
- calls: {
1708
- name: string;
1709
- to: AztecAddress;
1710
- selector: import("@aztec/stdlib/abi").FunctionSelector;
1711
- type: FunctionType;
1712
- isStatic: boolean;
1713
- hideMsgSender: boolean;
1714
- args: Fr[];
1715
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
1716
- }[];
1717
- authWitnesses: AuthWitness[];
1718
- capsules: Capsule[];
1719
- extraHashedArgs: HashedValues[];
1720
- feePayer?: AztecAddress | undefined;
1721
- }, {
1722
- from: AztecAddress;
1723
- authWitnesses?: AuthWitness[] | undefined;
1724
- capsules?: Capsule[] | undefined;
1725
- fee?: {
1726
- gasSettings?: {
1727
- gasLimits?: Gas | undefined;
1728
- teardownGasLimits?: Gas | undefined;
1729
- maxFeePerGas?: {
1730
- feePerDaGas: bigint;
1731
- feePerL2Gas: bigint;
1732
- } | undefined;
1733
- maxPriorityFeePerGas?: {
1734
- feePerDaGas: bigint;
1735
- feePerL2Gas: bigint;
1736
- } | undefined;
1737
- } | undefined;
1738
- estimatedGasPadding?: number | undefined;
1739
- estimateGas?: boolean | undefined;
1740
- } | undefined;
1741
- skipTxValidation?: boolean | undefined;
1742
- skipFeeEnforcement?: boolean | undefined;
1743
- includeMetadata?: boolean | undefined;
1744
- }];
1092
+ contractAddress: AztecAddress;
1093
+ scopes: AztecAddress[];
1094
+ txHash?: TxHash | undefined;
1095
+ fromBlock?: BlockNumber | undefined;
1096
+ toBlock?: BlockNumber | undefined;
1745
1097
  }, {
1746
- name: "simulateTx";
1747
- args: [{
1748
- calls: {
1749
- name: string;
1750
- to?: any;
1751
- selector?: any;
1752
- type: FunctionType;
1753
- isStatic: boolean;
1754
- hideMsgSender: boolean;
1755
- args: any[];
1756
- returnTypes: import("@aztec/stdlib/abi").AbiType[];
1757
- }[];
1758
- authWitnesses: string[];
1759
- capsules: string[];
1760
- extraHashedArgs: any[];
1761
- feePayer?: any;
1762
- }, {
1763
- from?: any;
1764
- authWitnesses?: string[] | undefined;
1765
- capsules?: string[] | undefined;
1766
- fee?: {
1767
- gasSettings?: {
1768
- gasLimits?: {
1769
- daGas: string | number | bigint;
1770
- l2Gas: string | number | bigint;
1771
- } | undefined;
1772
- teardownGasLimits?: {
1773
- daGas: string | number | bigint;
1774
- l2Gas: string | number | bigint;
1775
- } | undefined;
1776
- maxFeePerGas?: {
1777
- feePerDaGas: string | number | bigint;
1778
- feePerL2Gas: string | number | bigint;
1779
- } | undefined;
1780
- maxPriorityFeePerGas?: {
1781
- feePerDaGas: string | number | bigint;
1782
- feePerL2Gas: string | number | bigint;
1783
- } | undefined;
1784
- } | undefined;
1785
- estimatedGasPadding?: number | undefined;
1786
- estimateGas?: boolean | undefined;
1787
- } | undefined;
1788
- skipTxValidation?: boolean | undefined;
1789
- skipFeeEnforcement?: boolean | undefined;
1790
- includeMetadata?: boolean | undefined;
1791
- }];
1792
- }>]>;
1098
+ contractAddress?: any;
1099
+ scopes: any[];
1100
+ txHash?: string | undefined;
1101
+ fromBlock?: string | number | bigint | undefined;
1102
+ toBlock?: string | number | bigint | undefined;
1103
+ }>;
1793
1104
  export declare const ContractMetadataSchema: z.ZodObject<{
1794
- contractInstance: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
1105
+ instance: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodIntersection<z.ZodObject<{
1795
1106
  version: z.ZodLiteral<1>;
1796
- salt: ZodFor<Fr>;
1797
- deployer: ZodFor<AztecAddress>;
1798
- currentContractClassId: ZodFor<Fr>;
1799
- originalContractClassId: ZodFor<Fr>;
1800
- initializationHash: ZodFor<Fr>;
1107
+ salt: import("@aztec/stdlib/schemas").ZodFor<Fr>;
1108
+ deployer: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
1109
+ currentContractClassId: import("@aztec/stdlib/schemas").ZodFor<Fr>;
1110
+ originalContractClassId: import("@aztec/stdlib/schemas").ZodFor<Fr>;
1111
+ initializationHash: import("@aztec/stdlib/schemas").ZodFor<Fr>;
1801
1112
  publicKeys: z.ZodEffects<z.ZodObject<{
1802
- masterNullifierPublicKey: z.ZodType<import("@aztec/foundation/fields").Point, any, string>;
1803
- masterIncomingViewingPublicKey: z.ZodType<import("@aztec/foundation/fields").Point, any, string>;
1804
- masterOutgoingViewingPublicKey: z.ZodType<import("@aztec/foundation/fields").Point, any, string>;
1805
- masterTaggingPublicKey: z.ZodType<import("@aztec/foundation/fields").Point, any, string>;
1113
+ masterNullifierPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
1114
+ masterIncomingViewingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
1115
+ masterOutgoingViewingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
1116
+ masterTaggingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
1806
1117
  }, "strip", z.ZodTypeAny, {
1807
- masterNullifierPublicKey: import("@aztec/foundation/fields").Point;
1808
- masterIncomingViewingPublicKey: import("@aztec/foundation/fields").Point;
1809
- masterOutgoingViewingPublicKey: import("@aztec/foundation/fields").Point;
1810
- masterTaggingPublicKey: import("@aztec/foundation/fields").Point;
1118
+ masterNullifierPublicKey: import("@aztec/foundation/schemas").Point;
1119
+ masterIncomingViewingPublicKey: import("@aztec/foundation/schemas").Point;
1120
+ masterOutgoingViewingPublicKey: import("@aztec/foundation/schemas").Point;
1121
+ masterTaggingPublicKey: import("@aztec/foundation/schemas").Point;
1811
1122
  }, {
1812
1123
  masterNullifierPublicKey: string;
1813
1124
  masterIncomingViewingPublicKey: string;
1814
1125
  masterOutgoingViewingPublicKey: string;
1815
1126
  masterTaggingPublicKey: string;
1816
- }>, import("../api/keys.js").PublicKeys, {
1127
+ }>, import("@aztec/stdlib/keys").PublicKeys, {
1817
1128
  masterNullifierPublicKey: string;
1818
1129
  masterIncomingViewingPublicKey: string;
1819
1130
  masterOutgoingViewingPublicKey: string;
@@ -1826,7 +1137,7 @@ export declare const ContractMetadataSchema: z.ZodObject<{
1826
1137
  currentContractClassId: Fr;
1827
1138
  originalContractClassId: Fr;
1828
1139
  initializationHash: Fr;
1829
- publicKeys: import("../api/keys.js").PublicKeys;
1140
+ publicKeys: import("@aztec/stdlib/keys").PublicKeys;
1830
1141
  }, {
1831
1142
  version: 1;
1832
1143
  salt?: any;
@@ -1841,30 +1152,34 @@ export declare const ContractMetadataSchema: z.ZodObject<{
1841
1152
  masterTaggingPublicKey: string;
1842
1153
  };
1843
1154
  }>, z.ZodObject<{
1844
- address: ZodFor<AztecAddress>;
1155
+ address: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
1845
1156
  }, "strip", z.ZodTypeAny, {
1846
1157
  address: AztecAddress;
1847
1158
  }, {
1848
1159
  address?: any;
1849
- }>>, z.ZodUndefined]>;
1160
+ }>>>;
1850
1161
  isContractInitialized: z.ZodBoolean;
1851
1162
  isContractPublished: z.ZodBoolean;
1163
+ isContractUpdated: z.ZodBoolean;
1164
+ updatedContractClassId: import("@aztec/foundation/schemas").ZodNullableOptional<import("@aztec/stdlib/schemas").ZodFor<Fr>>;
1852
1165
  }, "strip", z.ZodTypeAny, {
1853
- contractInstance?: ({
1166
+ instance?: ({
1854
1167
  version: 1;
1855
1168
  salt: Fr;
1856
1169
  deployer: AztecAddress;
1857
1170
  currentContractClassId: Fr;
1858
1171
  originalContractClassId: Fr;
1859
1172
  initializationHash: Fr;
1860
- publicKeys: import("../api/keys.js").PublicKeys;
1173
+ publicKeys: import("@aztec/stdlib/keys").PublicKeys;
1861
1174
  } & {
1862
1175
  address: AztecAddress;
1863
1176
  }) | undefined;
1864
1177
  isContractInitialized: boolean;
1865
1178
  isContractPublished: boolean;
1179
+ isContractUpdated: boolean;
1180
+ updatedContractClassId?: Fr | undefined;
1866
1181
  }, {
1867
- contractInstance?: ({
1182
+ instance?: ({
1868
1183
  version: 1;
1869
1184
  salt?: any;
1870
1185
  deployer?: any;
@@ -1882,84 +1197,56 @@ export declare const ContractMetadataSchema: z.ZodObject<{
1882
1197
  }) | undefined;
1883
1198
  isContractInitialized: boolean;
1884
1199
  isContractPublished: boolean;
1200
+ isContractUpdated: boolean;
1201
+ updatedContractClassId?: any;
1885
1202
  }>;
1886
1203
  export declare const ContractClassMetadataSchema: z.ZodObject<{
1887
- contractClass: z.ZodUnion<[z.ZodObject<{
1888
- version: z.ZodLiteral<1>;
1889
- artifactHash: z.ZodType<Fr, any, string>;
1890
- privateFunctions: z.ZodArray<z.ZodObject<{
1891
- selector: ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
1892
- vkHash: z.ZodType<Fr, any, string>;
1893
- }, "strip", z.ZodTypeAny, {
1894
- selector: import("@aztec/stdlib/abi").FunctionSelector;
1895
- vkHash: Fr;
1896
- }, {
1897
- selector?: any;
1898
- vkHash: string;
1899
- }>, "many">;
1900
- packedBytecode: ZodFor<Buffer<ArrayBufferLike>>;
1901
- } & {
1902
- id: z.ZodType<Fr, any, string>;
1903
- }, "strip", z.ZodTypeAny, {
1904
- version: 1;
1905
- artifactHash: Fr;
1906
- privateFunctions: {
1907
- selector: import("@aztec/stdlib/abi").FunctionSelector;
1908
- vkHash: Fr;
1909
- }[];
1910
- packedBytecode: Buffer<ArrayBufferLike>;
1911
- id: Fr;
1912
- }, {
1913
- version: 1;
1914
- artifactHash: string;
1915
- privateFunctions: {
1916
- selector?: any;
1917
- vkHash: string;
1918
- }[];
1919
- packedBytecode?: any;
1920
- id: string;
1921
- }>, z.ZodUndefined]>;
1204
+ isArtifactRegistered: z.ZodBoolean;
1922
1205
  isContractClassPubliclyRegistered: z.ZodBoolean;
1923
- artifact: z.ZodUnion<[ZodFor<ContractArtifact>, z.ZodUndefined]>;
1924
1206
  }, "strip", z.ZodTypeAny, {
1925
- contractClass?: {
1926
- version: 1;
1927
- artifactHash: Fr;
1928
- privateFunctions: {
1929
- selector: import("@aztec/stdlib/abi").FunctionSelector;
1930
- vkHash: Fr;
1931
- }[];
1932
- packedBytecode: Buffer<ArrayBufferLike>;
1933
- id: Fr;
1934
- } | undefined;
1207
+ isArtifactRegistered: boolean;
1935
1208
  isContractClassPubliclyRegistered: boolean;
1936
- artifact?: ContractArtifact | undefined;
1937
1209
  }, {
1938
- contractClass?: {
1939
- version: 1;
1940
- artifactHash: string;
1941
- privateFunctions: {
1942
- selector?: any;
1943
- vkHash: string;
1944
- }[];
1945
- packedBytecode?: any;
1946
- id: string;
1947
- } | undefined;
1210
+ isArtifactRegistered: boolean;
1948
1211
  isContractClassPubliclyRegistered: boolean;
1949
- artifact?: any;
1950
1212
  }>;
1951
- export declare const EventMetadataDefinitionSchema: z.ZodObject<{
1952
- eventSelector: z.ZodType<import("@aztec/stdlib/abi").EventSelector, any, string>;
1953
- abiType: z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>;
1954
- fieldNames: z.ZodArray<z.ZodString, "many">;
1213
+ declare const BatchedMethodSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObject<{
1214
+ name: z.ZodLiteral<"createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "getTxReceipt" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility">;
1215
+ args: z.ZodTuple<any, any>;
1955
1216
  }, "strip", z.ZodTypeAny, {
1956
- eventSelector: import("@aztec/stdlib/abi").EventSelector;
1957
- abiType: import("@aztec/stdlib/abi").AbiType;
1958
- fieldNames: string[];
1217
+ name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "getTxReceipt" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility";
1218
+ args: any[];
1959
1219
  }, {
1960
- eventSelector: string;
1961
- abiType: import("@aztec/stdlib/abi").AbiType;
1962
- fieldNames: string[];
1963
- }>;
1220
+ name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "getTxReceipt" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility";
1221
+ args: any[];
1222
+ }>, ...z.ZodObject<{
1223
+ name: z.ZodLiteral<"createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "getTxReceipt" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility">;
1224
+ args: z.ZodTuple<any, any>;
1225
+ }, "strip", z.ZodTypeAny, {
1226
+ name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "getTxReceipt" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility";
1227
+ args: any[];
1228
+ }, {
1229
+ name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "getTxReceipt" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility";
1230
+ args: any[];
1231
+ }>[]]>, BatchedResultSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObject<{
1232
+ name: z.ZodLiteral<"createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "getTxReceipt" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility">;
1233
+ result: z.ZodTypeAny;
1234
+ }, "strip", z.ZodTypeAny, {
1235
+ name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "getTxReceipt" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility";
1236
+ result?: any;
1237
+ }, {
1238
+ name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "getTxReceipt" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility";
1239
+ result?: any;
1240
+ }>, ...z.ZodObject<{
1241
+ name: z.ZodLiteral<"createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "getTxReceipt" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility">;
1242
+ result: z.ZodTypeAny;
1243
+ }, "strip", z.ZodTypeAny, {
1244
+ name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "getTxReceipt" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility";
1245
+ result?: any;
1246
+ }, {
1247
+ name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "getTxReceipt" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility";
1248
+ result?: any;
1249
+ }>[]]>;
1250
+ export { BatchedMethodSchema, BatchedResultSchema };
1964
1251
  export declare const WalletSchema: ApiSchemaFor<Wallet>;
1965
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2FsbGV0LmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvd2FsbGV0L3dhbGxldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxTQUFTLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUMvRCxPQUFPLEtBQUssRUFBRSxFQUFFLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNuRCxPQUFPLEVBRUwsS0FBSyxnQkFBZ0IsRUFFckIsS0FBSyx1QkFBdUIsRUFDNUIsS0FBSyxZQUFZLEVBQ2pCLFlBQVksRUFDYixNQUFNLG1CQUFtQixDQUFDO0FBQzNCLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUN6RCxPQUFPLEtBQUssRUFBRSxZQUFZLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUNoRSxPQUFPLEVBQ0wsS0FBSyxxQkFBcUIsRUFFMUIsS0FBSywyQkFBMkIsRUFFaEMsS0FBSyxnQkFBZ0IsRUFDdEIsTUFBTSx3QkFBd0IsQ0FBQztBQUNoQyxPQUFPLEVBQUUsR0FBRyxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDeEMsT0FBTyxFQUFvQixLQUFLLFlBQVksRUFBRSxLQUFLLE1BQU0sRUFBcUIsTUFBTSx1QkFBdUIsQ0FBQztBQUM1RyxPQUFPLEVBQ0wsT0FBTyxFQUNQLFlBQVksRUFDWixNQUFNLEVBQ04sZUFBZSxFQUNmLFNBQVMsRUFDVCxrQkFBa0IsRUFDbEIsdUJBQXVCLEVBQ3hCLE1BQU0sa0JBQWtCLENBQUM7QUFDMUIsT0FBTyxLQUFLLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUV6RCxPQUFPLEVBQUUsQ0FBQyxFQUFFLE1BQU0sS0FBSyxDQUFDO0FBRXhCLE9BQU8sS0FBSyxFQUNWLG9CQUFvQixFQUNwQixpQkFBaUIsRUFDakIseUJBQXlCLEVBQ3pCLHNCQUFzQixFQUN0QiwwQkFBMEIsRUFDM0IsTUFBTSxvQ0FBb0MsQ0FBQztBQUM1QyxP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Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7SUFxQjlCLENBQUM7QUFFSCxlQUFPLE1BQU0sc0JBQXNCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQUlFLENBQUM7QUFFdEMsZUFBTyxNQUFNLDJCQUEyQjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQUlFLENBQUM7QUFFM0MsZUFBTyxNQUFNLDZCQUE2Qjs7Ozs7Ozs7Ozs7O0VBSXhDLENBQUM7QUFFSCxlQUFPLE1BQU0sWUFBWSxFQUFFLFlBQVksQ0FBQyxNQUFNLENBZ0Q3QyxDQUFDIn0=
1252
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2FsbGV0LmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvd2FsbGV0L3dhbGxldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxTQUFTLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUMvRCxPQUFPLEVBQUUsV0FBVyxFQUE2QixNQUFNLGlDQUFpQyxDQUFDO0FBQ3pGLE9BQU8sS0FBSyxFQUFFLEVBQUUsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQ3pELE9BQU8sRUFHTCxLQUFLLGdCQUFnQixFQUVyQixLQUFLLHVCQUF1QixFQUM1QixLQUFLLFlBQVksRUFDakIsWUFBWSxFQUNiLE1BQU0sbUJBQW1CLENBQUM7QUFDM0IsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3pELE9BQU8sS0FBSyxFQUFFLFlBQVksRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxLQUFLLDJCQUEyQixFQUFxQyxNQUFNLHdCQUF3QixDQUFDO0FBQzdHLE9BQU8sRUFBRSxHQUFHLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUN4QyxPQUFPLEVBQW9CLEtBQUssWUFBWSxFQUE2QixNQUFNLHVCQUF1QixDQUFDO0FBQ3ZHLE9BQU8sRUFDTCxPQUFPLEVBQ1AsWUFBWSxFQUNaLE1BQU0sRUFDTixlQUFlLEVBQ2YsU0FBUyxFQUNULGtCQUFrQixFQUNsQix1QkFBdUIsRUFFeEIsTUFBTSxrQkFBa0IsQ0FBQztBQUMxQixPQUFPLEtBQUssRUFBRSxnQkFBZ0IsRUFBRSxJQUFJLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUUvRCxPQUFPLEVBQUUsQ0FBQyxFQUFFLE1BQU0sS0FBSyxDQUFDO0FBRXhCLE9BQU8sS0FBSyxFQUNWLG9CQUFvQixFQUNwQixpQkFBaUIsRUFDakIseUJBQXlCLEVBQ3pCLHNCQUFzQixFQUN0QiwwQkFBMEIsRUFDM0IsTUFBTSxvQ0FBb0MsQ0FBQztBQUM1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N0IsQ0FBQztBQUVILGVBQU8sTUFBTSxzQkFBc0I7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQU1qQyxDQUFDO0FBRUgsZUFBTyxNQUFNLHVCQUF1Qjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQVNsQyxDQUFDO0FBRUgsZUFBTyxNQUFNLCtCQUErQjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7RUFHMUMsQ0FBQztBQUVILGVBQU8sTUFBTSxpQkFBaUI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQUs1QixDQUFDO0FBRUgsZUFBTyxNQUFNLHFCQUFxQjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7RUFRaEMsQ0FBQztBQUVILGVBQU8sTUFBTSxvQkFBb0I7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQUcvQixDQUFDO0FBRUgsZUFBTyxNQUFNLHlCQUF5Qjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0lBT3BDLENBQUM7QUFFSCxlQUFPLE1BQU0sNkJBQTZCOzs7Ozs7Ozs7Ozs7RUFJeEMsQ0FBQztBQUVILGVBQU8sTUFBTSxrQkFBa0IsRUFBRSxDQUFDLENBQUMsT0FBTyxDQUFDLEdBQUcsQ0FLN0MsQ0FBQztBQUVGLGVBQU8sTUFBTSx3QkFBd0I7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQU1uQyxDQUFDO0FBRUgsZUFBTyxNQUFNLHNCQUFzQjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7RUFNakMsQ0FBQztBQUVILGVBQU8sTUFBTSwyQkFBMkI7Ozs7Ozs7OztFQUd0QyxDQUFDO0FBeUVILFFBQUEsTUFBZSxtQkFBbUI7Ozs7Ozs7Ozs7Ozs7Ozs7OztRQUFVLG1CQUFtQjs7Ozs7Ozs7Ozs7Ozs7Ozs7O01BQTRDLENBQUM7QUFFNUcsT0FBTyxFQUFFLG1CQUFtQixFQUFFLG1CQUFtQixFQUFFLENBQUM7QUFFcEQsZUFBTyxNQUFNLFlBQVksRUFBRSxZQUFZLENBQUMsTUFBTSxDQUk3QyxDQUFDIn0=