@aztec/aztec.js 0.0.1-commit.9b94fc1 → 0.0.1-commit.bf2612ae

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 (186) hide show
  1. package/dest/account/account.d.ts +25 -40
  2. package/dest/account/account.d.ts.map +1 -1
  3. package/dest/account/account.js +19 -47
  4. package/dest/account/account_contract.d.ts +9 -10
  5. package/dest/account/account_contract.d.ts.map +1 -1
  6. package/dest/account/account_with_secret_key.d.ts +21 -9
  7. package/dest/account/account_with_secret_key.d.ts.map +1 -1
  8. package/dest/account/account_with_secret_key.js +21 -4
  9. package/dest/account/index.d.ts +4 -3
  10. package/dest/account/index.d.ts.map +1 -1
  11. package/dest/account/index.js +2 -0
  12. package/dest/account/signerless_account.d.ts +6 -7
  13. package/dest/account/signerless_account.d.ts.map +1 -1
  14. package/dest/account/signerless_account.js +8 -11
  15. package/dest/api/account.d.ts +2 -4
  16. package/dest/api/account.d.ts.map +1 -1
  17. package/dest/api/account.js +1 -3
  18. package/dest/api/authorization.d.ts +2 -2
  19. package/dest/api/authorization.d.ts.map +1 -1
  20. package/dest/api/authorization.js +1 -1
  21. package/dest/api/contract.d.ts +16 -10
  22. package/dest/api/contract.d.ts.map +1 -1
  23. package/dest/api/contract.js +14 -8
  24. package/dest/api/fields.d.ts +3 -2
  25. package/dest/api/fields.d.ts.map +1 -1
  26. package/dest/api/fields.js +2 -1
  27. package/dest/api/node.d.ts +8 -4
  28. package/dest/api/node.d.ts.map +1 -1
  29. package/dest/api/node.js +7 -3
  30. package/dest/api/protocol.d.ts +7 -1
  31. package/dest/api/protocol.d.ts.map +1 -1
  32. package/dest/api/protocol.js +6 -0
  33. package/dest/api/tx.d.ts +2 -2
  34. package/dest/api/tx.d.ts.map +1 -1
  35. package/dest/api/tx.js +1 -1
  36. package/dest/api/wallet.d.ts +2 -2
  37. package/dest/api/wallet.d.ts.map +1 -1
  38. package/dest/api/wallet.js +1 -1
  39. package/dest/authorization/call_authorization_request.d.ts +23 -2
  40. package/dest/authorization/call_authorization_request.d.ts.map +1 -1
  41. package/dest/contract/base_contract_interaction.d.ts +8 -10
  42. package/dest/contract/base_contract_interaction.d.ts.map +1 -1
  43. package/dest/contract/base_contract_interaction.js +5 -17
  44. package/dest/contract/batch_call.d.ts +1 -1
  45. package/dest/contract/batch_call.d.ts.map +1 -1
  46. package/dest/contract/batch_call.js +3 -1
  47. package/dest/contract/contract_base.d.ts +4 -1
  48. package/dest/contract/contract_base.d.ts.map +1 -1
  49. package/dest/contract/contract_function_interaction.d.ts +1 -1
  50. package/dest/contract/deploy_method.d.ts +64 -17
  51. package/dest/contract/deploy_method.d.ts.map +1 -1
  52. package/dest/contract/deploy_method.js +42 -24
  53. package/dest/contract/interaction_options.d.ts +42 -5
  54. package/dest/contract/interaction_options.d.ts.map +1 -1
  55. package/dest/contract/interaction_options.js +8 -1
  56. package/dest/contract/protocol_contracts/auth-registry.d.ts +36 -0
  57. package/dest/contract/protocol_contracts/auth-registry.d.ts.map +1 -0
  58. package/dest/contract/protocol_contracts/auth-registry.js +963 -0
  59. package/dest/contract/protocol_contracts/contract-class-registry.d.ts +35 -0
  60. package/dest/contract/protocol_contracts/contract-class-registry.d.ts.map +1 -0
  61. package/dest/contract/protocol_contracts/contract-class-registry.js +784 -0
  62. package/dest/contract/protocol_contracts/contract-instance-registry.d.ts +31 -0
  63. package/dest/contract/protocol_contracts/contract-instance-registry.d.ts.map +1 -0
  64. package/dest/contract/protocol_contracts/contract-instance-registry.js +858 -0
  65. package/dest/contract/protocol_contracts/fee-juice.d.ts +30 -0
  66. package/dest/contract/protocol_contracts/fee-juice.d.ts.map +1 -0
  67. package/dest/contract/protocol_contracts/fee-juice.js +827 -0
  68. package/dest/contract/protocol_contracts/multi-call-entrypoint.d.ts +34 -0
  69. package/dest/contract/protocol_contracts/multi-call-entrypoint.d.ts.map +1 -0
  70. package/dest/contract/protocol_contracts/multi-call-entrypoint.js +563 -0
  71. package/dest/contract/protocol_contracts/public-checks.d.ts +26 -0
  72. package/dest/contract/protocol_contracts/public-checks.d.ts.map +1 -0
  73. package/dest/contract/protocol_contracts/public-checks.js +579 -0
  74. package/dest/contract/wait_for_proven.d.ts +2 -2
  75. package/dest/contract/wait_for_proven.d.ts.map +1 -1
  76. package/dest/contract/wait_for_proven.js +1 -1
  77. package/dest/contract/wait_opts.d.ts +16 -0
  78. package/dest/contract/wait_opts.d.ts.map +1 -0
  79. package/dest/contract/wait_opts.js +5 -0
  80. package/dest/deployment/broadcast_function.js +4 -4
  81. package/dest/deployment/publish_class.js +3 -3
  82. package/dest/deployment/publish_instance.d.ts +2 -2
  83. package/dest/deployment/publish_instance.d.ts.map +1 -1
  84. package/dest/deployment/publish_instance.js +3 -3
  85. package/dest/ethereum/portal_manager.d.ts +9 -6
  86. package/dest/ethereum/portal_manager.d.ts.map +1 -1
  87. package/dest/ethereum/portal_manager.js +17 -18
  88. package/dest/fee/fee_juice_payment_method_with_claim.js +1 -1
  89. package/dest/fee/private_fee_payment_method.js +1 -1
  90. package/dest/fee/public_fee_payment_method.js +1 -1
  91. package/dest/scripts/generate_protocol_contract_types.d.ts +2 -0
  92. package/dest/scripts/generate_protocol_contract_types.d.ts.map +1 -0
  93. package/dest/scripts/generate_protocol_contract_types.js +120 -0
  94. package/dest/utils/abi_types.d.ts +2 -2
  95. package/dest/utils/abi_types.d.ts.map +1 -1
  96. package/dest/utils/authwit.d.ts +9 -7
  97. package/dest/utils/authwit.d.ts.map +1 -1
  98. package/dest/utils/authwit.js +6 -10
  99. package/dest/utils/cross_chain.d.ts +2 -2
  100. package/dest/utils/cross_chain.d.ts.map +1 -1
  101. package/dest/utils/fee_juice.js +1 -1
  102. package/dest/utils/field_compressed_string.js +1 -1
  103. package/dest/utils/node.d.ts +12 -1
  104. package/dest/utils/node.d.ts.map +1 -1
  105. package/dest/utils/node.js +46 -0
  106. package/dest/utils/pub_key.d.ts +2 -2
  107. package/dest/utils/pub_key.d.ts.map +1 -1
  108. package/dest/utils/pub_key.js +1 -1
  109. package/dest/wallet/account_entrypoint_meta_payment_method.d.ts +5 -8
  110. package/dest/wallet/account_entrypoint_meta_payment_method.d.ts.map +1 -1
  111. package/dest/wallet/account_entrypoint_meta_payment_method.js +28 -43
  112. package/dest/wallet/account_manager.d.ts +6 -9
  113. package/dest/wallet/account_manager.d.ts.map +1 -1
  114. package/dest/wallet/account_manager.js +6 -12
  115. package/dest/wallet/deploy_account_method.d.ts +35 -7
  116. package/dest/wallet/deploy_account_method.d.ts.map +1 -1
  117. package/dest/wallet/deploy_account_method.js +8 -6
  118. package/dest/wallet/wallet.d.ts +292 -960
  119. package/dest/wallet/wallet.d.ts.map +1 -1
  120. package/dest/wallet/wallet.js +76 -90
  121. package/package.json +15 -13
  122. package/src/account/account.ts +34 -58
  123. package/src/account/account_contract.ts +7 -8
  124. package/src/account/account_with_secret_key.ts +34 -9
  125. package/src/account/index.ts +3 -2
  126. package/src/account/signerless_account.ts +14 -13
  127. package/src/api/account.ts +9 -3
  128. package/src/api/authorization.ts +1 -0
  129. package/src/api/contract.ts +22 -7
  130. package/src/api/fields.ts +2 -1
  131. package/src/api/node.ts +7 -3
  132. package/src/api/protocol.ts +7 -0
  133. package/src/api/tx.ts +2 -0
  134. package/src/api/wallet.ts +9 -2
  135. package/src/authorization/call_authorization_request.ts +1 -1
  136. package/src/contract/base_contract_interaction.ts +27 -15
  137. package/src/contract/batch_call.ts +4 -2
  138. package/src/contract/deploy_method.ts +123 -30
  139. package/src/contract/interaction_options.ts +49 -4
  140. package/src/contract/protocol_contracts/auth-registry.ts +545 -0
  141. package/src/contract/protocol_contracts/contract-class-registry.ts +433 -0
  142. package/src/contract/protocol_contracts/contract-instance-registry.ts +493 -0
  143. package/src/contract/protocol_contracts/fee-juice.ts +457 -0
  144. package/src/contract/protocol_contracts/multi-call-entrypoint.ts +329 -0
  145. package/src/contract/protocol_contracts/public-checks.ts +315 -0
  146. package/src/contract/wait_for_proven.ts +1 -1
  147. package/src/contract/wait_opts.ts +21 -0
  148. package/src/deployment/broadcast_function.ts +4 -4
  149. package/src/deployment/publish_class.ts +3 -3
  150. package/src/deployment/publish_instance.ts +3 -6
  151. package/src/ethereum/portal_manager.ts +20 -24
  152. package/src/fee/fee_juice_payment_method_with_claim.ts +1 -1
  153. package/src/fee/private_fee_payment_method.ts +1 -1
  154. package/src/fee/public_fee_payment_method.ts +1 -1
  155. package/src/scripts/generate_protocol_contract_types.ts +150 -0
  156. package/src/utils/abi_types.ts +1 -1
  157. package/src/utils/authwit.ts +20 -8
  158. package/src/utils/cross_chain.ts +1 -1
  159. package/src/utils/fee_juice.ts +1 -1
  160. package/src/utils/field_compressed_string.ts +1 -1
  161. package/src/utils/node.ts +62 -0
  162. package/src/utils/pub_key.ts +2 -2
  163. package/src/wallet/account_entrypoint_meta_payment_method.ts +28 -60
  164. package/src/wallet/account_manager.ts +6 -14
  165. package/src/wallet/deploy_account_method.ts +38 -14
  166. package/src/wallet/wallet.ts +192 -93
  167. package/dest/account/interface.d.ts +0 -19
  168. package/dest/account/interface.d.ts.map +0 -1
  169. package/dest/account/interface.js +0 -5
  170. package/dest/contract/deploy_sent_tx.d.ts +0 -48
  171. package/dest/contract/deploy_sent_tx.d.ts.map +0 -1
  172. package/dest/contract/deploy_sent_tx.js +0 -46
  173. package/dest/contract/protocol_contracts.d.ts +0 -9
  174. package/dest/contract/protocol_contracts.d.ts.map +0 -1
  175. package/dest/contract/protocol_contracts.js +0 -26
  176. package/dest/contract/sent_tx.d.ts +0 -51
  177. package/dest/contract/sent_tx.d.ts.map +0 -1
  178. package/dest/contract/sent_tx.js +0 -90
  179. package/dest/contract/unsafe_contract.d.ts +0 -15
  180. package/dest/contract/unsafe_contract.d.ts.map +0 -1
  181. package/dest/contract/unsafe_contract.js +0 -6
  182. package/src/account/interface.ts +0 -25
  183. package/src/contract/deploy_sent_tx.ts +0 -75
  184. package/src/contract/protocol_contracts.ts +0 -35
  185. package/src/contract/sent_tx.ts +0 -130
  186. package/src/contract/unsafe_contract.ts +0 -19
@@ -1,15 +1,16 @@
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 { Capsule, HashedValues, TxHash, TxProfileResult, TxReceipt, TxSimulationResult, UtilitySimulationResult } from '@aztec/stdlib/tx';
10
- import type { ExecutionPayload } from '@aztec/stdlib/tx';
9
+ import { type ApiSchemaFor } from '@aztec/stdlib/schemas';
10
+ import { Capsule, HashedValues, TxHash, TxProfileResult, TxSimulationResult, UtilitySimulationResult } from '@aztec/stdlib/tx';
11
+ import type { ExecutionPayload, InTx } from '@aztec/stdlib/tx';
11
12
  import { z } from 'zod';
12
- import type { FeeEstimationOptions, GasSettingsOption, ProfileInteractionOptions, SendInteractionOptions, SimulateInteractionOptions } from '../contract/interaction_options.js';
13
+ import { type FeeEstimationOptions, type GasSettingsOption, type InteractionWaitOptions, type ProfileInteractionOptions, type SendInteractionOptionsWithoutWait, type SendReturn, type SimulateInteractionOptions } from '../contract/interaction_options.js';
13
14
  import type { CallIntent, IntentInnerHash } from '../utils/authwit.js';
14
15
  /**
15
16
  * A wrapper type that allows any item to be associated with an alias.
@@ -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,37 +45,45 @@ 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
- export type SendOptions = Omit<SendInteractionOptions, 'fee'> & {
51
+ export type SendOptions<W extends InteractionWaitOptions = undefined> = Omit<SendInteractionOptionsWithoutWait, 'fee'> & {
51
52
  /** The fee options */
52
53
  fee?: GasSettingsOption;
54
+ /** Whether to wait for the transaction to be mined */
55
+ wait?: W;
53
56
  };
54
57
  /**
55
- * Helper type that represents all methods that can be batched.
58
+ * Helper type that represents all methods that can be batched (all methods except batch itself).
56
59
  */
57
- export type BatchableMethods = Pick<Wallet, 'registerContract' | 'sendTx' | 'registerSender' | 'simulateUtility' | 'simulateTx'>;
60
+ export type BatchableMethods = Omit<Wallet, 'batch'>;
58
61
  /**
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.
62
+ * A method call with its name and arguments.
61
63
  */
62
- export type BatchedMethod<T extends keyof BatchableMethods> = {
64
+ type BatchedMethodInternal<T extends keyof BatchableMethods> = {
63
65
  /** The method name */
64
66
  name: T;
65
67
  /** The method arguments */
66
68
  args: Parameters<BatchableMethods[T]>;
67
69
  };
70
+ /**
71
+ * Union of all possible batched method calls.
72
+ * This ensures type safety: the `args` must match the specific `name`.
73
+ */
74
+ export type BatchedMethod = {
75
+ [K in keyof BatchableMethods]: BatchedMethodInternal<K>;
76
+ }[keyof BatchableMethods];
68
77
  /**
69
78
  * Helper type to extract the return type of a batched method
70
79
  */
71
- export type BatchedMethodResult<T> = T extends BatchedMethod<infer K> ? Awaited<ReturnType<BatchableMethods[K]>> : never;
80
+ export type BatchedMethodResult<T> = T extends BatchedMethodInternal<infer K> ? Awaited<ReturnType<BatchableMethods[K]>> : never;
72
81
  /**
73
82
  * Wrapper type for batch results that includes the method name for discriminated union deserialization.
74
83
  * Each result is wrapped as \{ name: 'methodName', result: ActualResult \} to allow proper deserialization
75
84
  * when AztecAddress and TxHash would otherwise be ambiguous (both are hex strings).
76
85
  */
77
- export type BatchedMethodResultWrapper<T extends BatchedMethod<keyof BatchableMethods>> = {
86
+ export type BatchedMethodResultWrapper<T extends BatchedMethod> = {
78
87
  /** The method name */
79
88
  name: T['name'];
80
89
  /** The method result */
@@ -83,18 +92,71 @@ export type BatchedMethodResultWrapper<T extends BatchedMethod<keyof BatchableMe
83
92
  /**
84
93
  * Maps a tuple of BatchedMethod to a tuple of their wrapped return types
85
94
  */
86
- export type BatchResults<T extends readonly BatchedMethod<keyof BatchableMethods>[]> = {
95
+ export type BatchResults<T extends readonly BatchedMethod[]> = {
87
96
  [K in keyof T]: BatchedMethodResultWrapper<T[K]>;
88
97
  };
98
+ /**
99
+ * Filter options when querying private events.
100
+ */
101
+ export type PrivateEventFilter = {
102
+ /** The address of the contract that emitted the events. */
103
+ contractAddress: AztecAddress;
104
+ /** Addresses of accounts that are in scope for this filter. */
105
+ scopes: AztecAddress[];
106
+ /** Transaction in which the events were emitted. */
107
+ txHash?: TxHash;
108
+ /** The block number from which to start fetching events (inclusive).
109
+ * Optional. If provided, it must be greater or equal than 1.
110
+ * Defaults to the initial L2 block number (INITIAL_L2_BLOCK_NUM).
111
+ * */
112
+ fromBlock?: BlockNumber;
113
+ /** The block number until which to fetch logs (not inclusive).
114
+ * Optional. If provided, it must be greater than fromBlock.
115
+ * Defaults to the latest known block to PXE + 1.
116
+ */
117
+ toBlock?: BlockNumber;
118
+ };
119
+ /**
120
+ * An ABI decoded private event with associated metadata.
121
+ */
122
+ export type PrivateEvent<T> = {
123
+ /** The ABI decoded event */
124
+ event: T;
125
+ /** Metadata describing event context information such as tx and block */
126
+ metadata: InTx;
127
+ };
128
+ /**
129
+ * Contract metadata including deployment and registration status.
130
+ */
131
+ export type ContractMetadata = {
132
+ /** The contract instance */
133
+ instance?: ContractInstanceWithAddress;
134
+ /** Whether the contract has been initialized (init nullifier exists) */
135
+ isContractInitialized: boolean;
136
+ /** Whether the contract instance is publicly deployed on-chain */
137
+ isContractPublished: boolean;
138
+ /** Whether the contract has been updated to a different class */
139
+ isContractUpdated: boolean;
140
+ /** The updated contract class ID if the contract has been updated */
141
+ updatedContractClassId?: Fr | undefined;
142
+ };
143
+ /**
144
+ * Contract class metadata.
145
+ */
146
+ export type ContractClassMetadata = {
147
+ /** Whether the artifact is registered in the wallet */
148
+ isArtifactRegistered: boolean;
149
+ /** Whether the contract class is publicly registered on-chain */
150
+ isContractClassPubliclyRegistered: boolean;
151
+ };
89
152
  /**
90
153
  * The wallet interface.
91
154
  */
92
155
  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[]>;
156
+ getPrivateEvents<T>(eventMetadata: EventMetadataDefinition, eventFilter: PrivateEventFilter): Promise<PrivateEvent<T>[]>;
96
157
  getChainInfo(): Promise<ChainInfo>;
97
- getTxReceipt(txHash: TxHash): Promise<TxReceipt>;
158
+ getContractMetadata(address: AztecAddress): Promise<ContractMetadata>;
159
+ getContractClassMetadata(id: Fr): Promise<ContractClassMetadata>;
98
160
  registerSender(address: AztecAddress, alias?: string): Promise<AztecAddress>;
99
161
  getAddressBook(): Promise<Aliased<AztecAddress>[]>;
100
162
  getAccounts(): Promise<Aliased<AztecAddress>[]>;
@@ -102,18 +164,18 @@ export type Wallet = {
102
164
  simulateTx(exec: ExecutionPayload, opts: SimulateOptions): Promise<TxSimulationResult>;
103
165
  simulateUtility(call: FunctionCall, authwits?: AuthWitness[]): Promise<UtilitySimulationResult>;
104
166
  profileTx(exec: ExecutionPayload, opts: ProfileOptions): Promise<TxProfileResult>;
105
- sendTx(exec: ExecutionPayload, opts: SendOptions): Promise<TxHash>;
106
- createAuthWit(from: AztecAddress, messageHashOrIntent: Fr | IntentInnerHash | CallIntent): Promise<AuthWitness>;
107
- batch<const T extends readonly BatchedMethod<keyof BatchableMethods>[]>(methods: T): Promise<BatchResults<T>>;
167
+ sendTx<W extends InteractionWaitOptions = undefined>(exec: ExecutionPayload, opts: SendOptions<W>): Promise<SendReturn<W>>;
168
+ createAuthWit(from: AztecAddress, messageHashOrIntent: IntentInnerHash | CallIntent): Promise<AuthWitness>;
169
+ batch<const T extends readonly BatchedMethod[]>(methods: T): Promise<BatchResults<T>>;
108
170
  };
109
171
  export declare const FunctionCallSchema: z.ZodObject<{
110
172
  name: z.ZodString;
111
- to: ZodFor<AztecAddress>;
112
- selector: ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
173
+ to: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
174
+ selector: import("@aztec/stdlib/schemas").ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
113
175
  type: z.ZodNativeEnum<typeof FunctionType>;
114
176
  isStatic: z.ZodBoolean;
115
177
  hideMsgSender: z.ZodBoolean;
116
- args: z.ZodArray<ZodFor<Fr>, "many">;
178
+ args: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<Fr>, "many">;
117
179
  returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
118
180
  }, "strip", z.ZodTypeAny, {
119
181
  name: string;
@@ -137,12 +199,12 @@ export declare const FunctionCallSchema: z.ZodObject<{
137
199
  export declare const ExecutionPayloadSchema: z.ZodObject<{
138
200
  calls: z.ZodArray<z.ZodObject<{
139
201
  name: z.ZodString;
140
- to: ZodFor<AztecAddress>;
141
- selector: ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
202
+ to: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
203
+ selector: import("@aztec/stdlib/schemas").ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
142
204
  type: z.ZodNativeEnum<typeof FunctionType>;
143
205
  isStatic: z.ZodBoolean;
144
206
  hideMsgSender: z.ZodBoolean;
145
- args: z.ZodArray<ZodFor<Fr>, "many">;
207
+ args: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<Fr>, "many">;
146
208
  returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
147
209
  }, "strip", z.ZodTypeAny, {
148
210
  name: string;
@@ -165,8 +227,8 @@ export declare const ExecutionPayloadSchema: z.ZodObject<{
165
227
  }>, "many">;
166
228
  authWitnesses: z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">;
167
229
  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>>;
230
+ extraHashedArgs: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<HashedValues>, "many">;
231
+ feePayer: import("@aztec/foundation/schemas").ZodNullableOptional<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>>;
170
232
  }, "strip", z.ZodTypeAny, {
171
233
  calls: {
172
234
  name: string;
@@ -199,8 +261,8 @@ export declare const ExecutionPayloadSchema: z.ZodObject<{
199
261
  feePayer?: any;
200
262
  }>;
201
263
  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<{
264
+ gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
265
+ gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
204
266
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
205
267
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
206
268
  }, "strip", z.ZodTypeAny, {
@@ -213,7 +275,7 @@ export declare const GasSettingsOptionSchema: z.ZodObject<{
213
275
  daGas: string | number | bigint;
214
276
  l2Gas: string | number | bigint;
215
277
  }>>;
216
- teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
278
+ teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
217
279
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
218
280
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
219
281
  }, "strip", z.ZodTypeAny, {
@@ -226,7 +288,7 @@ export declare const GasSettingsOptionSchema: z.ZodObject<{
226
288
  daGas: string | number | bigint;
227
289
  l2Gas: string | number | bigint;
228
290
  }>>;
229
- maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
291
+ maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
230
292
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
231
293
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
232
294
  }, "strip", z.ZodTypeAny, {
@@ -236,7 +298,7 @@ export declare const GasSettingsOptionSchema: z.ZodObject<{
236
298
  feePerDaGas: string | number | bigint;
237
299
  feePerL2Gas: string | number | bigint;
238
300
  }>>;
239
- maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
301
+ maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
240
302
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
241
303
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
242
304
  }, "strip", z.ZodTypeAny, {
@@ -309,8 +371,8 @@ export declare const GasSettingsOptionSchema: z.ZodObject<{
309
371
  } | undefined;
310
372
  }>;
311
373
  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<{
374
+ gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
375
+ gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
314
376
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
315
377
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
316
378
  }, "strip", z.ZodTypeAny, {
@@ -323,7 +385,7 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
323
385
  daGas: string | number | bigint;
324
386
  l2Gas: string | number | bigint;
325
387
  }>>;
326
- teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
388
+ teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
327
389
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
328
390
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
329
391
  }, "strip", z.ZodTypeAny, {
@@ -336,7 +398,7 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
336
398
  daGas: string | number | bigint;
337
399
  l2Gas: string | number | bigint;
338
400
  }>>;
339
- maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
401
+ maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
340
402
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
341
403
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
342
404
  }, "strip", z.ZodTypeAny, {
@@ -346,7 +408,7 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
346
408
  feePerDaGas: string | number | bigint;
347
409
  feePerL2Gas: string | number | bigint;
348
410
  }>>;
349
- maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
411
+ maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
350
412
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
351
413
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
352
414
  }, "strip", z.ZodTypeAny, {
@@ -386,8 +448,8 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
386
448
  } | undefined;
387
449
  }>>;
388
450
  } & {
389
- estimatedGasPadding: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodNumber>;
390
- estimateGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
451
+ estimatedGasPadding: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
452
+ estimateGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
391
453
  }, "strip", z.ZodTypeAny, {
392
454
  gasSettings?: {
393
455
  gasLimits?: Gas | undefined;
@@ -425,13 +487,29 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
425
487
  estimatedGasPadding?: number | undefined;
426
488
  estimateGas?: boolean | undefined;
427
489
  }>;
490
+ export declare const WaitOptsSchema: z.ZodObject<{
491
+ ignoreDroppedReceiptsFor: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
492
+ timeout: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
493
+ interval: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
494
+ dontThrowOnRevert: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
495
+ }, "strip", z.ZodTypeAny, {
496
+ ignoreDroppedReceiptsFor?: number | undefined;
497
+ timeout?: number | undefined;
498
+ interval?: number | undefined;
499
+ dontThrowOnRevert?: boolean | undefined;
500
+ }, {
501
+ ignoreDroppedReceiptsFor?: number | undefined;
502
+ timeout?: number | undefined;
503
+ interval?: number | undefined;
504
+ dontThrowOnRevert?: boolean | undefined;
505
+ }>;
428
506
  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<{
507
+ from: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
508
+ authWitnesses: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
509
+ capsules: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
510
+ fee: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
511
+ gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
512
+ gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
435
513
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
436
514
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
437
515
  }, "strip", z.ZodTypeAny, {
@@ -444,7 +522,7 @@ export declare const SendOptionsSchema: z.ZodObject<{
444
522
  daGas: string | number | bigint;
445
523
  l2Gas: string | number | bigint;
446
524
  }>>;
447
- teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
525
+ teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
448
526
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
449
527
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
450
528
  }, "strip", z.ZodTypeAny, {
@@ -457,7 +535,7 @@ export declare const SendOptionsSchema: z.ZodObject<{
457
535
  daGas: string | number | bigint;
458
536
  l2Gas: string | number | bigint;
459
537
  }>>;
460
- maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
538
+ maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
461
539
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
462
540
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
463
541
  }, "strip", z.ZodTypeAny, {
@@ -467,7 +545,7 @@ export declare const SendOptionsSchema: z.ZodObject<{
467
545
  feePerDaGas: string | number | bigint;
468
546
  feePerL2Gas: string | number | bigint;
469
547
  }>>;
470
- maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
548
+ maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
471
549
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
472
550
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
473
551
  }, "strip", z.ZodTypeAny, {
@@ -539,6 +617,22 @@ export declare const SendOptionsSchema: z.ZodObject<{
539
617
  } | undefined;
540
618
  } | undefined;
541
619
  }>>;
620
+ wait: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodLiteral<"NO_WAIT">, z.ZodObject<{
621
+ ignoreDroppedReceiptsFor: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
622
+ timeout: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
623
+ interval: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
624
+ dontThrowOnRevert: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
625
+ }, "strip", z.ZodTypeAny, {
626
+ ignoreDroppedReceiptsFor?: number | undefined;
627
+ timeout?: number | undefined;
628
+ interval?: number | undefined;
629
+ dontThrowOnRevert?: boolean | undefined;
630
+ }, {
631
+ ignoreDroppedReceiptsFor?: number | undefined;
632
+ timeout?: number | undefined;
633
+ interval?: number | undefined;
634
+ dontThrowOnRevert?: boolean | undefined;
635
+ }>]>>;
542
636
  }, "strip", z.ZodTypeAny, {
543
637
  from: AztecAddress;
544
638
  authWitnesses?: AuthWitness[] | undefined;
@@ -557,6 +651,12 @@ export declare const SendOptionsSchema: z.ZodObject<{
557
651
  } | undefined;
558
652
  } | undefined;
559
653
  } | undefined;
654
+ wait?: "NO_WAIT" | {
655
+ ignoreDroppedReceiptsFor?: number | undefined;
656
+ timeout?: number | undefined;
657
+ interval?: number | undefined;
658
+ dontThrowOnRevert?: boolean | undefined;
659
+ } | undefined;
560
660
  }, {
561
661
  from?: any;
562
662
  authWitnesses?: string[] | undefined;
@@ -581,14 +681,20 @@ export declare const SendOptionsSchema: z.ZodObject<{
581
681
  } | undefined;
582
682
  } | undefined;
583
683
  } | undefined;
684
+ wait?: "NO_WAIT" | {
685
+ ignoreDroppedReceiptsFor?: number | undefined;
686
+ timeout?: number | undefined;
687
+ interval?: number | undefined;
688
+ dontThrowOnRevert?: boolean | undefined;
689
+ } | undefined;
584
690
  }>;
585
691
  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<{
692
+ from: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
693
+ authWitnesses: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
694
+ capsules: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
695
+ fee: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
696
+ gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
697
+ gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
592
698
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
593
699
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
594
700
  }, "strip", z.ZodTypeAny, {
@@ -601,7 +707,7 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
601
707
  daGas: string | number | bigint;
602
708
  l2Gas: string | number | bigint;
603
709
  }>>;
604
- teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
710
+ teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
605
711
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
606
712
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
607
713
  }, "strip", z.ZodTypeAny, {
@@ -614,7 +720,7 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
614
720
  daGas: string | number | bigint;
615
721
  l2Gas: string | number | bigint;
616
722
  }>>;
617
- maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
723
+ maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
618
724
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
619
725
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
620
726
  }, "strip", z.ZodTypeAny, {
@@ -624,7 +730,7 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
624
730
  feePerDaGas: string | number | bigint;
625
731
  feePerL2Gas: string | number | bigint;
626
732
  }>>;
627
- maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
733
+ maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
628
734
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
629
735
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
630
736
  }, "strip", z.ZodTypeAny, {
@@ -664,8 +770,8 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
664
770
  } | undefined;
665
771
  }>>;
666
772
  } & {
667
- estimatedGasPadding: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodNumber>;
668
- estimateGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
773
+ estimatedGasPadding: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
774
+ estimateGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
669
775
  }, "strip", z.ZodTypeAny, {
670
776
  gasSettings?: {
671
777
  gasLimits?: Gas | undefined;
@@ -703,9 +809,9 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
703
809
  estimatedGasPadding?: number | undefined;
704
810
  estimateGas?: boolean | undefined;
705
811
  }>>;
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>;
812
+ skipTxValidation: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
813
+ skipFeeEnforcement: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
814
+ includeMetadata: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
709
815
  }, "strip", z.ZodTypeAny, {
710
816
  from: AztecAddress;
711
817
  authWitnesses?: AuthWitness[] | undefined;
@@ -760,12 +866,12 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
760
866
  includeMetadata?: boolean | undefined;
761
867
  }>;
762
868
  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<{
869
+ from: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
870
+ authWitnesses: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
871
+ capsules: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
872
+ fee: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
873
+ gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
874
+ gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
769
875
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
770
876
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
771
877
  }, "strip", z.ZodTypeAny, {
@@ -778,7 +884,7 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
778
884
  daGas: string | number | bigint;
779
885
  l2Gas: string | number | bigint;
780
886
  }>>;
781
- teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
887
+ teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
782
888
  daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
783
889
  l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
784
890
  }, "strip", z.ZodTypeAny, {
@@ -791,7 +897,7 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
791
897
  daGas: string | number | bigint;
792
898
  l2Gas: string | number | bigint;
793
899
  }>>;
794
- maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
900
+ maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
795
901
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
796
902
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
797
903
  }, "strip", z.ZodTypeAny, {
@@ -801,7 +907,7 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
801
907
  feePerDaGas: string | number | bigint;
802
908
  feePerL2Gas: string | number | bigint;
803
909
  }>>;
804
- maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
910
+ maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
805
911
  feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
806
912
  feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
807
913
  }, "strip", z.ZodTypeAny, {
@@ -841,8 +947,8 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
841
947
  } | undefined;
842
948
  }>>;
843
949
  } & {
844
- estimatedGasPadding: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodNumber>;
845
- estimateGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
950
+ estimatedGasPadding: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
951
+ estimateGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
846
952
  }, "strip", z.ZodTypeAny, {
847
953
  gasSettings?: {
848
954
  gasLimits?: Gas | undefined;
@@ -880,12 +986,12 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
880
986
  estimatedGasPadding?: number | undefined;
881
987
  estimateGas?: boolean | undefined;
882
988
  }>>;
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>;
989
+ skipTxValidation: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
990
+ skipFeeEnforcement: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
991
+ includeMetadata: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
886
992
  } & {
887
993
  profileMode: z.ZodEnum<["gates", "execution-steps", "full"]>;
888
- skipProofGeneration: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
994
+ skipProofGeneration: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
889
995
  }, "strip", z.ZodTypeAny, {
890
996
  from: AztecAddress;
891
997
  authWitnesses?: AuthWitness[] | undefined;
@@ -943,9 +1049,9 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
943
1049
  profileMode: "execution-steps" | "full" | "gates";
944
1050
  skipProofGeneration?: boolean | undefined;
945
1051
  }>;
946
- export declare const MessageHashOrIntentSchema: z.ZodUnion<[ZodFor<Fr>, z.ZodObject<{
947
- consumer: ZodFor<AztecAddress>;
948
- innerHash: ZodFor<Fr>;
1052
+ export declare const MessageHashOrIntentSchema: z.ZodUnion<[z.ZodObject<{
1053
+ consumer: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
1054
+ innerHash: import("@aztec/stdlib/schemas").ZodFor<Fr>;
949
1055
  }, "strip", z.ZodTypeAny, {
950
1056
  consumer: AztecAddress;
951
1057
  innerHash: Fr;
@@ -953,15 +1059,15 @@ export declare const MessageHashOrIntentSchema: z.ZodUnion<[ZodFor<Fr>, z.ZodObj
953
1059
  consumer?: any;
954
1060
  innerHash?: any;
955
1061
  }>, z.ZodObject<{
956
- caller: ZodFor<AztecAddress>;
1062
+ caller: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
957
1063
  call: z.ZodObject<{
958
1064
  name: z.ZodString;
959
- to: ZodFor<AztecAddress>;
960
- selector: ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
1065
+ to: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
1066
+ selector: import("@aztec/stdlib/schemas").ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
961
1067
  type: z.ZodNativeEnum<typeof FunctionType>;
962
1068
  isStatic: z.ZodBoolean;
963
1069
  hideMsgSender: z.ZodBoolean;
964
- args: z.ZodArray<ZodFor<Fr>, "many">;
1070
+ args: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<Fr>, "many">;
965
1071
  returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
966
1072
  }, "strip", z.ZodTypeAny, {
967
1073
  name: string;
@@ -1007,813 +1113,63 @@ export declare const MessageHashOrIntentSchema: z.ZodUnion<[ZodFor<Fr>, z.ZodObj
1007
1113
  returnTypes: import("@aztec/stdlib/abi").AbiType[];
1008
1114
  };
1009
1115
  }>]>;
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>;
1116
+ export declare const EventMetadataDefinitionSchema: z.ZodObject<{
1117
+ eventSelector: z.ZodType<import("@aztec/stdlib/abi").EventSelector, any, string>;
1118
+ abiType: z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>;
1119
+ fieldNames: z.ZodArray<z.ZodString, "many">;
1438
1120
  }, "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];
1121
+ eventSelector: import("@aztec/stdlib/abi").EventSelector;
1122
+ abiType: import("@aztec/stdlib/abi").AbiType;
1123
+ fieldNames: string[];
1450
1124
  }, {
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>;
1125
+ eventSelector: string;
1126
+ abiType: import("@aztec/stdlib/abi").AbiType;
1127
+ fieldNames: string[];
1128
+ }>;
1129
+ export declare const PrivateEventSchema: z.ZodType<any>;
1130
+ export declare const PrivateEventFilterSchema: z.ZodObject<{
1131
+ contractAddress: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
1132
+ scopes: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, "many">;
1133
+ 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>>;
1134
+ fromBlock: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, BlockNumber, string | number | bigint>>;
1135
+ 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
1136
  }, "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
- }];
1137
+ contractAddress: AztecAddress;
1138
+ scopes: AztecAddress[];
1139
+ txHash?: TxHash | undefined;
1140
+ fromBlock?: BlockNumber | undefined;
1141
+ toBlock?: BlockNumber | undefined;
1745
1142
  }, {
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
- }>]>;
1143
+ contractAddress?: any;
1144
+ scopes: any[];
1145
+ txHash?: string | undefined;
1146
+ fromBlock?: string | number | bigint | undefined;
1147
+ toBlock?: string | number | bigint | undefined;
1148
+ }>;
1793
1149
  export declare const ContractMetadataSchema: z.ZodObject<{
1794
- contractInstance: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
1150
+ instance: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodIntersection<z.ZodObject<{
1795
1151
  version: z.ZodLiteral<1>;
1796
- salt: ZodFor<Fr>;
1797
- deployer: ZodFor<AztecAddress>;
1798
- currentContractClassId: ZodFor<Fr>;
1799
- originalContractClassId: ZodFor<Fr>;
1800
- initializationHash: ZodFor<Fr>;
1152
+ salt: import("@aztec/stdlib/schemas").ZodFor<Fr>;
1153
+ deployer: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
1154
+ currentContractClassId: import("@aztec/stdlib/schemas").ZodFor<Fr>;
1155
+ originalContractClassId: import("@aztec/stdlib/schemas").ZodFor<Fr>;
1156
+ initializationHash: import("@aztec/stdlib/schemas").ZodFor<Fr>;
1801
1157
  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>;
1158
+ masterNullifierPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
1159
+ masterIncomingViewingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
1160
+ masterOutgoingViewingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
1161
+ masterTaggingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
1806
1162
  }, "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;
1163
+ masterNullifierPublicKey: import("@aztec/foundation/schemas").Point;
1164
+ masterIncomingViewingPublicKey: import("@aztec/foundation/schemas").Point;
1165
+ masterOutgoingViewingPublicKey: import("@aztec/foundation/schemas").Point;
1166
+ masterTaggingPublicKey: import("@aztec/foundation/schemas").Point;
1811
1167
  }, {
1812
1168
  masterNullifierPublicKey: string;
1813
1169
  masterIncomingViewingPublicKey: string;
1814
1170
  masterOutgoingViewingPublicKey: string;
1815
1171
  masterTaggingPublicKey: string;
1816
- }>, import("../api/keys.js").PublicKeys, {
1172
+ }>, import("@aztec/stdlib/keys").PublicKeys, {
1817
1173
  masterNullifierPublicKey: string;
1818
1174
  masterIncomingViewingPublicKey: string;
1819
1175
  masterOutgoingViewingPublicKey: string;
@@ -1826,7 +1182,7 @@ export declare const ContractMetadataSchema: z.ZodObject<{
1826
1182
  currentContractClassId: Fr;
1827
1183
  originalContractClassId: Fr;
1828
1184
  initializationHash: Fr;
1829
- publicKeys: import("../api/keys.js").PublicKeys;
1185
+ publicKeys: import("@aztec/stdlib/keys").PublicKeys;
1830
1186
  }, {
1831
1187
  version: 1;
1832
1188
  salt?: any;
@@ -1841,30 +1197,34 @@ export declare const ContractMetadataSchema: z.ZodObject<{
1841
1197
  masterTaggingPublicKey: string;
1842
1198
  };
1843
1199
  }>, z.ZodObject<{
1844
- address: ZodFor<AztecAddress>;
1200
+ address: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
1845
1201
  }, "strip", z.ZodTypeAny, {
1846
1202
  address: AztecAddress;
1847
1203
  }, {
1848
1204
  address?: any;
1849
- }>>, z.ZodUndefined]>;
1205
+ }>>>;
1850
1206
  isContractInitialized: z.ZodBoolean;
1851
1207
  isContractPublished: z.ZodBoolean;
1208
+ isContractUpdated: z.ZodBoolean;
1209
+ updatedContractClassId: import("@aztec/foundation/schemas").ZodNullableOptional<import("@aztec/stdlib/schemas").ZodFor<Fr>>;
1852
1210
  }, "strip", z.ZodTypeAny, {
1853
- contractInstance?: ({
1211
+ instance?: ({
1854
1212
  version: 1;
1855
1213
  salt: Fr;
1856
1214
  deployer: AztecAddress;
1857
1215
  currentContractClassId: Fr;
1858
1216
  originalContractClassId: Fr;
1859
1217
  initializationHash: Fr;
1860
- publicKeys: import("../api/keys.js").PublicKeys;
1218
+ publicKeys: import("@aztec/stdlib/keys").PublicKeys;
1861
1219
  } & {
1862
1220
  address: AztecAddress;
1863
1221
  }) | undefined;
1864
1222
  isContractInitialized: boolean;
1865
1223
  isContractPublished: boolean;
1224
+ isContractUpdated: boolean;
1225
+ updatedContractClassId?: Fr | undefined;
1866
1226
  }, {
1867
- contractInstance?: ({
1227
+ instance?: ({
1868
1228
  version: 1;
1869
1229
  salt?: any;
1870
1230
  deployer?: any;
@@ -1882,84 +1242,56 @@ export declare const ContractMetadataSchema: z.ZodObject<{
1882
1242
  }) | undefined;
1883
1243
  isContractInitialized: boolean;
1884
1244
  isContractPublished: boolean;
1245
+ isContractUpdated: boolean;
1246
+ updatedContractClassId?: any;
1885
1247
  }>;
1886
1248
  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]>;
1249
+ isArtifactRegistered: z.ZodBoolean;
1922
1250
  isContractClassPubliclyRegistered: z.ZodBoolean;
1923
- artifact: z.ZodUnion<[ZodFor<ContractArtifact>, z.ZodUndefined]>;
1924
1251
  }, "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;
1252
+ isArtifactRegistered: boolean;
1935
1253
  isContractClassPubliclyRegistered: boolean;
1936
- artifact?: ContractArtifact | undefined;
1937
1254
  }, {
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;
1255
+ isArtifactRegistered: boolean;
1948
1256
  isContractClassPubliclyRegistered: boolean;
1949
- artifact?: any;
1950
1257
  }>;
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">;
1258
+ declare const BatchedMethodSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObject<{
1259
+ name: z.ZodLiteral<"createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility">;
1260
+ args: z.ZodTuple<any, any>;
1955
1261
  }, "strip", z.ZodTypeAny, {
1956
- eventSelector: import("@aztec/stdlib/abi").EventSelector;
1957
- abiType: import("@aztec/stdlib/abi").AbiType;
1958
- fieldNames: string[];
1262
+ name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility";
1263
+ args: any[];
1959
1264
  }, {
1960
- eventSelector: string;
1961
- abiType: import("@aztec/stdlib/abi").AbiType;
1962
- fieldNames: string[];
1963
- }>;
1265
+ name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility";
1266
+ args: any[];
1267
+ }>, ...z.ZodObject<{
1268
+ name: z.ZodLiteral<"createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility">;
1269
+ args: z.ZodTuple<any, any>;
1270
+ }, "strip", z.ZodTypeAny, {
1271
+ name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility";
1272
+ args: any[];
1273
+ }, {
1274
+ name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility";
1275
+ args: any[];
1276
+ }>[]]>, BatchedResultSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObject<{
1277
+ name: z.ZodLiteral<"createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility">;
1278
+ result: z.ZodTypeAny;
1279
+ }, "strip", z.ZodTypeAny, {
1280
+ name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility";
1281
+ result?: any;
1282
+ }, {
1283
+ name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility";
1284
+ result?: any;
1285
+ }>, ...z.ZodObject<{
1286
+ name: z.ZodLiteral<"createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility">;
1287
+ result: z.ZodTypeAny;
1288
+ }, "strip", z.ZodTypeAny, {
1289
+ name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility";
1290
+ result?: any;
1291
+ }, {
1292
+ name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "sendTx" | "simulateTx" | "simulateUtility";
1293
+ result?: any;
1294
+ }>[]]>;
1295
+ export { BatchedMethodSchema, BatchedResultSchema };
1964
1296
  export declare const WalletSchema: ApiSchemaFor<Wallet>;
1965
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2FsbGV0LmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvd2FsbGV0L3dhbGxldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxTQUFTLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUMvRCxPQUFPLEtBQUssRUFBRSxFQUFFLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNuRCxPQUFPLEVBRUwsS0FBSyxnQkFBZ0IsRUFFckIsS0FBSyx1QkFBdUIsRUFDNUIsS0FBSyxZQUFZLEVBQ2pCLFlBQVksRUFDYixNQUFNLG1CQUFtQixDQUFDO0FBQzNCLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUN6RCxPQUFPLEtBQUssRUFBRSxZQUFZLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUNoRSxPQUFPLEVBQ0wsS0FBSyxxQkFBcUIsRUFFMUIsS0FBSywyQkFBMkIsRUFFaEMsS0FBSyxnQkFBZ0IsRUFDdEIsTUFBTSx3QkFBd0IsQ0FBQztBQUNoQyxPQUFPLEVBQUUsR0FBRyxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDeEMsT0FBTyxFQUFvQixLQUFLLFlBQVksRUFBRSxLQUFLLE1BQU0sRUFBcUIsTUFBTSx1QkFBdUIsQ0FBQztBQUM1RyxPQUFPLEVBQ0wsT0FBTyxFQUNQLFlBQVksRUFDWixNQUFNLEVBQ04sZUFBZSxFQUNmLFNBQVMsRUFDVCxrQkFBa0IsRUFDbEIsdUJBQXVCLEVBQ3hCLE1BQU0sa0JBQWtCLENBQUM7QUFDMUIsT0FBTyxLQUFLLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUV6RCxPQUFPLEVBQUUsQ0FBQyxFQUFFLE1BQU0sS0FBSyxDQUFDO0FBRXhCLE9BQU8sS0FBSyxFQUNWLG9CQUFvQixFQUNwQixpQkFBaUIsRUFDakIseUJBQXlCLEVBQ3pCLHNCQUFzQixFQUN0QiwwQkFBMEIsRUFDM0IsTUFBTSxvQ0FBb0MsQ0FBQztBQUM1QyxP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Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7SUFxQjlCLENBQUM7QUFFSCxlQUFPLE1BQU0sc0JBQXNCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQUlFLENBQUM7QUFFdEMsZUFBTyxNQUFNLDJCQUEyQjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQUlFLENBQUM7QUFFM0MsZUFBTyxNQUFNLDZCQUE2Qjs7Ozs7Ozs7Ozs7O0VBSXhDLENBQUM7QUFFSCxlQUFPLE1BQU0sWUFBWSxFQUFFLFlBQVksQ0FBQyxNQUFNLENBZ0Q3QyxDQUFDIn0=
1297
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2FsbGV0LmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvd2FsbGV0L3dhbGxldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxTQUFTLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUMvRCxPQUFPLEVBQUUsV0FBVyxFQUE2QixNQUFNLGlDQUFpQyxDQUFDO0FBQ3pGLE9BQU8sS0FBSyxFQUFFLEVBQUUsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQ3pELE9BQU8sRUFHTCxLQUFLLGdCQUFnQixFQUVyQixLQUFLLHVCQUF1QixFQUM1QixLQUFLLFlBQVksRUFDakIsWUFBWSxFQUNiLE1BQU0sbUJBQW1CLENBQUM7QUFDM0IsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3pELE9BQU8sS0FBSyxFQUFFLFlBQVksRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxLQUFLLDJCQUEyQixFQUFxQyxNQUFNLHdCQUF3QixDQUFDO0FBQzdHLE9BQU8sRUFBRSxHQUFHLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUN4QyxPQUFPLEVBQW9CLEtBQUssWUFBWSxFQUE2QixNQUFNLHVCQUF1QixDQUFDO0FBQ3ZHLE9BQU8sRUFDTCxPQUFPLEVBQ1AsWUFBWSxFQUNaLE1BQU0sRUFDTixlQUFlLEVBRWYsa0JBQWtCLEVBQ2xCLHVCQUF1QixFQUV4QixNQUFNLGtCQUFrQixDQUFDO0FBQzFCLE9BQU8sS0FBSyxFQUFFLGdCQUFnQixFQUFFLElBQUksRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBRS9ELE9BQU8sRUFBRSxDQUFDLEVBQUUsTUFBTSxLQUFLLENBQUM7QUFFeEIsT0FBTyxFQUNMLEtBQUssb0JBQW9CLEVBQ3pCLEtBQUssaUJBQWlCLEVBQ3RCLEtBQUssc0JBQXNCLEVBRTNCLEtBQUsseUJBQXlCLEVBQzlCLEtBQUssaUNBQWlDLEVBQ3RDLEtBQUssVUFBVSxF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