@aztec/aztec.js 0.0.1-commit.96bb3f7 → 0.0.1-commit.a072138
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.
- package/dest/account/account.d.ts +25 -40
- package/dest/account/account.d.ts.map +1 -1
- package/dest/account/account.js +19 -47
- package/dest/account/account_contract.d.ts +8 -9
- package/dest/account/account_contract.d.ts.map +1 -1
- package/dest/account/account_with_secret_key.d.ts +19 -7
- package/dest/account/account_with_secret_key.d.ts.map +1 -1
- package/dest/account/account_with_secret_key.js +21 -4
- package/dest/account/index.d.ts +3 -2
- package/dest/account/index.d.ts.map +1 -1
- package/dest/account/index.js +2 -0
- package/dest/account/signerless_account.d.ts +5 -6
- package/dest/account/signerless_account.d.ts.map +1 -1
- package/dest/account/signerless_account.js +8 -11
- package/dest/api/account.d.ts +2 -4
- package/dest/api/account.d.ts.map +1 -1
- package/dest/api/account.js +1 -3
- package/dest/api/authorization.d.ts +2 -2
- package/dest/api/authorization.d.ts.map +1 -1
- package/dest/api/authorization.js +1 -1
- package/dest/api/contract.d.ts +16 -10
- package/dest/api/contract.d.ts.map +1 -1
- package/dest/api/contract.js +14 -8
- package/dest/api/keys.d.ts +1 -1
- package/dest/api/keys.js +1 -1
- package/dest/api/node.d.ts +8 -4
- package/dest/api/node.d.ts.map +1 -1
- package/dest/api/node.js +7 -3
- package/dest/api/protocol.d.ts +7 -1
- package/dest/api/protocol.d.ts.map +1 -1
- package/dest/api/protocol.js +6 -0
- package/dest/api/tx.d.ts +2 -2
- package/dest/api/tx.d.ts.map +1 -1
- package/dest/api/tx.js +1 -1
- package/dest/api/wallet.d.ts +3 -2
- package/dest/api/wallet.d.ts.map +1 -1
- package/dest/api/wallet.js +2 -1
- package/dest/authorization/call_authorization_request.d.ts +22 -1
- package/dest/authorization/call_authorization_request.d.ts.map +1 -1
- package/dest/contract/base_contract_interaction.d.ts +8 -10
- package/dest/contract/base_contract_interaction.d.ts.map +1 -1
- package/dest/contract/base_contract_interaction.js +5 -17
- package/dest/contract/contract_base.d.ts +4 -1
- package/dest/contract/contract_base.d.ts.map +1 -1
- package/dest/contract/contract_function_interaction.d.ts +1 -1
- package/dest/contract/deploy_method.d.ts +63 -16
- package/dest/contract/deploy_method.d.ts.map +1 -1
- package/dest/contract/deploy_method.js +41 -23
- package/dest/contract/interaction_options.d.ts +42 -5
- package/dest/contract/interaction_options.d.ts.map +1 -1
- package/dest/contract/interaction_options.js +8 -1
- package/dest/contract/protocol_contracts/auth-registry.d.ts +27 -0
- package/dest/contract/protocol_contracts/auth-registry.d.ts.map +1 -0
- package/dest/contract/protocol_contracts/auth-registry.js +558 -0
- package/dest/contract/protocol_contracts/contract-class-registry.d.ts +26 -0
- package/dest/contract/protocol_contracts/contract-class-registry.d.ts.map +1 -0
- package/dest/contract/protocol_contracts/contract-class-registry.js +385 -0
- package/dest/contract/protocol_contracts/contract-instance-registry.d.ts +22 -0
- package/dest/contract/protocol_contracts/contract-instance-registry.d.ts.map +1 -0
- package/dest/contract/protocol_contracts/contract-instance-registry.js +465 -0
- package/dest/contract/protocol_contracts/fee-juice.d.ts +21 -0
- package/dest/contract/protocol_contracts/fee-juice.d.ts.map +1 -0
- package/dest/contract/protocol_contracts/fee-juice.js +426 -0
- package/dest/contract/protocol_contracts/multi-call-entrypoint.d.ts +34 -0
- package/dest/contract/protocol_contracts/multi-call-entrypoint.d.ts.map +1 -0
- package/dest/contract/protocol_contracts/multi-call-entrypoint.js +575 -0
- package/dest/contract/protocol_contracts/public-checks.d.ts +26 -0
- package/dest/contract/protocol_contracts/public-checks.d.ts.map +1 -0
- package/dest/contract/protocol_contracts/public-checks.js +583 -0
- package/dest/contract/wait_for_proven.d.ts +2 -2
- package/dest/contract/wait_for_proven.d.ts.map +1 -1
- package/dest/contract/wait_for_proven.js +1 -1
- package/dest/contract/wait_opts.d.ts +16 -0
- package/dest/contract/wait_opts.d.ts.map +1 -0
- package/dest/contract/wait_opts.js +5 -0
- package/dest/deployment/broadcast_function.js +3 -3
- package/dest/deployment/publish_class.js +2 -2
- package/dest/deployment/publish_instance.d.ts +2 -2
- package/dest/deployment/publish_instance.d.ts.map +1 -1
- package/dest/deployment/publish_instance.js +3 -3
- package/dest/ethereum/portal_manager.d.ts +3 -1
- package/dest/ethereum/portal_manager.d.ts.map +1 -1
- package/dest/scripts/generate_protocol_contract_types.d.ts +2 -0
- package/dest/scripts/generate_protocol_contract_types.d.ts.map +1 -0
- package/dest/scripts/generate_protocol_contract_types.js +120 -0
- package/dest/utils/authwit.d.ts +8 -6
- package/dest/utils/authwit.d.ts.map +1 -1
- package/dest/utils/authwit.js +5 -9
- package/dest/utils/node.d.ts +12 -1
- package/dest/utils/node.d.ts.map +1 -1
- package/dest/utils/node.js +46 -0
- package/dest/wallet/account_entrypoint_meta_payment_method.d.ts +5 -8
- package/dest/wallet/account_entrypoint_meta_payment_method.d.ts.map +1 -1
- package/dest/wallet/account_entrypoint_meta_payment_method.js +28 -43
- package/dest/wallet/account_manager.d.ts +5 -8
- package/dest/wallet/account_manager.d.ts.map +1 -1
- package/dest/wallet/account_manager.js +5 -11
- package/dest/wallet/capabilities.d.ts +444 -0
- package/dest/wallet/capabilities.d.ts.map +1 -0
- package/dest/wallet/capabilities.js +3 -0
- package/dest/wallet/deploy_account_method.d.ts +34 -6
- package/dest/wallet/deploy_account_method.d.ts.map +1 -1
- package/dest/wallet/deploy_account_method.js +7 -5
- package/dest/wallet/index.d.ts +2 -1
- package/dest/wallet/index.d.ts.map +1 -1
- package/dest/wallet/index.js +1 -0
- package/dest/wallet/wallet.d.ts +1460 -2424
- package/dest/wallet/wallet.d.ts.map +1 -1
- package/dest/wallet/wallet.js +179 -86
- package/package.json +14 -12
- package/src/account/account.ts +34 -58
- package/src/account/account_contract.ts +6 -7
- package/src/account/account_with_secret_key.ts +33 -8
- package/src/account/index.ts +2 -1
- package/src/account/signerless_account.ts +13 -12
- package/src/api/account.ts +9 -3
- package/src/api/authorization.ts +1 -0
- package/src/api/contract.ts +22 -7
- package/src/api/keys.ts +2 -2
- package/src/api/node.ts +7 -3
- package/src/api/protocol.ts +7 -0
- package/src/api/tx.ts +2 -0
- package/src/api/wallet.ts +43 -2
- package/src/contract/base_contract_interaction.ts +27 -15
- package/src/contract/batch_call.ts +2 -2
- package/src/contract/deploy_method.ts +122 -29
- package/src/contract/interaction_options.ts +49 -4
- package/src/contract/protocol_contracts/auth-registry.ts +351 -0
- package/src/contract/protocol_contracts/contract-class-registry.ts +241 -0
- package/src/contract/protocol_contracts/contract-instance-registry.ts +302 -0
- package/src/contract/protocol_contracts/fee-juice.ts +264 -0
- package/src/contract/protocol_contracts/multi-call-entrypoint.ts +332 -0
- package/src/contract/protocol_contracts/public-checks.ts +316 -0
- package/src/contract/wait_for_proven.ts +1 -1
- package/src/contract/wait_opts.ts +21 -0
- package/src/deployment/broadcast_function.ts +3 -3
- package/src/deployment/publish_class.ts +2 -2
- package/src/deployment/publish_instance.ts +3 -6
- package/src/scripts/generate_protocol_contract_types.ts +150 -0
- package/src/utils/authwit.ts +19 -7
- package/src/utils/node.ts +62 -0
- package/src/wallet/account_entrypoint_meta_payment_method.ts +28 -60
- package/src/wallet/account_manager.ts +5 -13
- package/src/wallet/capabilities.ts +491 -0
- package/src/wallet/deploy_account_method.ts +37 -13
- package/src/wallet/index.ts +1 -0
- package/src/wallet/wallet.ts +257 -93
- package/dest/account/interface.d.ts +0 -19
- package/dest/account/interface.d.ts.map +0 -1
- package/dest/account/interface.js +0 -5
- package/dest/contract/deploy_sent_tx.d.ts +0 -48
- package/dest/contract/deploy_sent_tx.d.ts.map +0 -1
- package/dest/contract/deploy_sent_tx.js +0 -46
- package/dest/contract/protocol_contracts.d.ts +0 -9
- package/dest/contract/protocol_contracts.d.ts.map +0 -1
- package/dest/contract/protocol_contracts.js +0 -26
- package/dest/contract/sent_tx.d.ts +0 -50
- package/dest/contract/sent_tx.d.ts.map +0 -1
- package/dest/contract/sent_tx.js +0 -90
- package/dest/contract/unsafe_contract.d.ts +0 -15
- package/dest/contract/unsafe_contract.d.ts.map +0 -1
- package/dest/contract/unsafe_contract.js +0 -6
- package/src/account/interface.ts +0 -25
- package/src/contract/deploy_sent_tx.ts +0 -75
- package/src/contract/protocol_contracts.ts +0 -35
- package/src/contract/sent_tx.ts +0 -129
- package/src/contract/unsafe_contract.ts +0 -19
package/dest/wallet/wallet.d.ts
CHANGED
|
@@ -4,14 +4,15 @@ import type { Fr } from '@aztec/foundation/curves/bn254';
|
|
|
4
4
|
import { type ContractArtifact, type EventMetadataDefinition, type FunctionCall, FunctionType } from '@aztec/stdlib/abi';
|
|
5
5
|
import { AuthWitness } from '@aztec/stdlib/auth-witness';
|
|
6
6
|
import type { AztecAddress } from '@aztec/stdlib/aztec-address';
|
|
7
|
-
import { type
|
|
7
|
+
import { type ContractInstanceWithAddress } from '@aztec/stdlib/contract';
|
|
8
8
|
import { Gas } from '@aztec/stdlib/gas';
|
|
9
9
|
import { type ApiSchemaFor } from '@aztec/stdlib/schemas';
|
|
10
|
-
import { Capsule, HashedValues, TxHash, TxProfileResult, TxReceipt, TxSimulationResult, UtilitySimulationResult } from '@aztec/stdlib/tx';
|
|
11
10
|
import type { ExecutionPayload, InTx } from '@aztec/stdlib/tx';
|
|
11
|
+
import { Capsule, HashedValues, TxHash, TxProfileResult, TxSimulationResult, UtilitySimulationResult } from '@aztec/stdlib/tx';
|
|
12
12
|
import { z } from 'zod';
|
|
13
|
-
import type
|
|
13
|
+
import { type FeeEstimationOptions, type GasSettingsOption, type InteractionWaitOptions, type ProfileInteractionOptions, type SendInteractionOptionsWithoutWait, type SendReturn, type SimulateInteractionOptions } from '../contract/interaction_options.js';
|
|
14
14
|
import type { CallIntent, IntentInnerHash } from '../utils/authwit.js';
|
|
15
|
+
import type { AppCapabilities, WalletCapabilities } from './capabilities.js';
|
|
15
16
|
/**
|
|
16
17
|
* A wrapper type that allows any item to be associated with an alias.
|
|
17
18
|
*/
|
|
@@ -27,7 +28,7 @@ export type Aliased<T> = {
|
|
|
27
28
|
};
|
|
28
29
|
/**
|
|
29
30
|
* Options for simulating interactions with the wallet. Overrides the fee settings of an interaction with
|
|
30
|
-
* a simplified version that only hints at the wallet
|
|
31
|
+
* a simplified version that only hints at the wallet whether the interaction contains a
|
|
31
32
|
* fee payment method or not
|
|
32
33
|
*/
|
|
33
34
|
export type SimulateOptions = Omit<SimulateInteractionOptions, 'fee'> & {
|
|
@@ -36,7 +37,7 @@ export type SimulateOptions = Omit<SimulateInteractionOptions, 'fee'> & {
|
|
|
36
37
|
};
|
|
37
38
|
/**
|
|
38
39
|
* Options for profiling interactions with the wallet. Overrides the fee settings of an interaction with
|
|
39
|
-
* a simplified version that only hints at the wallet
|
|
40
|
+
* a simplified version that only hints at the wallet whether the interaction contains a
|
|
40
41
|
* fee payment method or not
|
|
41
42
|
*/
|
|
42
43
|
export type ProfileOptions = Omit<ProfileInteractionOptions, 'fee'> & {
|
|
@@ -45,37 +46,45 @@ export type ProfileOptions = Omit<ProfileInteractionOptions, 'fee'> & {
|
|
|
45
46
|
};
|
|
46
47
|
/**
|
|
47
48
|
* Options for sending/proving interactions with the wallet. Overrides the fee settings of an interaction with
|
|
48
|
-
* a simplified version that only hints at the wallet
|
|
49
|
+
* a simplified version that only hints at the wallet whether the interaction contains a
|
|
49
50
|
* fee payment method or not
|
|
50
51
|
*/
|
|
51
|
-
export type SendOptions = Omit<
|
|
52
|
+
export type SendOptions<W extends InteractionWaitOptions = undefined> = Omit<SendInteractionOptionsWithoutWait, 'fee'> & {
|
|
52
53
|
/** The fee options */
|
|
53
54
|
fee?: GasSettingsOption;
|
|
55
|
+
/** Whether to wait for the transaction to be mined */
|
|
56
|
+
wait?: W;
|
|
54
57
|
};
|
|
55
58
|
/**
|
|
56
|
-
* Helper type that represents all methods that can be batched.
|
|
59
|
+
* Helper type that represents all methods that can be batched (all methods except batch itself).
|
|
57
60
|
*/
|
|
58
|
-
export type BatchableMethods =
|
|
61
|
+
export type BatchableMethods = Omit<Wallet, 'batch'>;
|
|
59
62
|
/**
|
|
60
|
-
*
|
|
61
|
-
* This is what the wallet will accept as arguments to the `batch` method.
|
|
63
|
+
* A method call with its name and arguments.
|
|
62
64
|
*/
|
|
63
|
-
|
|
65
|
+
type BatchedMethodInternal<T extends keyof BatchableMethods> = {
|
|
64
66
|
/** The method name */
|
|
65
67
|
name: T;
|
|
66
68
|
/** The method arguments */
|
|
67
69
|
args: Parameters<BatchableMethods[T]>;
|
|
68
70
|
};
|
|
71
|
+
/**
|
|
72
|
+
* Union of all possible batched method calls.
|
|
73
|
+
* This ensures type safety: the `args` must match the specific `name`.
|
|
74
|
+
*/
|
|
75
|
+
export type BatchedMethod = {
|
|
76
|
+
[K in keyof BatchableMethods]: BatchedMethodInternal<K>;
|
|
77
|
+
}[keyof BatchableMethods];
|
|
69
78
|
/**
|
|
70
79
|
* Helper type to extract the return type of a batched method
|
|
71
80
|
*/
|
|
72
|
-
export type BatchedMethodResult<T> = T extends
|
|
81
|
+
export type BatchedMethodResult<T> = T extends BatchedMethodInternal<infer K> ? Awaited<ReturnType<BatchableMethods[K]>> : never;
|
|
73
82
|
/**
|
|
74
83
|
* Wrapper type for batch results that includes the method name for discriminated union deserialization.
|
|
75
84
|
* Each result is wrapped as \{ name: 'methodName', result: ActualResult \} to allow proper deserialization
|
|
76
85
|
* when AztecAddress and TxHash would otherwise be ambiguous (both are hex strings).
|
|
77
86
|
*/
|
|
78
|
-
export type BatchedMethodResultWrapper<T extends BatchedMethod
|
|
87
|
+
export type BatchedMethodResultWrapper<T extends BatchedMethod> = {
|
|
79
88
|
/** The method name */
|
|
80
89
|
name: T['name'];
|
|
81
90
|
/** The method result */
|
|
@@ -84,7 +93,7 @@ export type BatchedMethodResultWrapper<T extends BatchedMethod<keyof BatchableMe
|
|
|
84
93
|
/**
|
|
85
94
|
* Maps a tuple of BatchedMethod to a tuple of their wrapped return types
|
|
86
95
|
*/
|
|
87
|
-
export type BatchResults<T extends readonly BatchedMethod
|
|
96
|
+
export type BatchResults<T extends readonly BatchedMethod[]> = {
|
|
88
97
|
[K in keyof T]: BatchedMethodResultWrapper<T[K]>;
|
|
89
98
|
};
|
|
90
99
|
/**
|
|
@@ -117,15 +126,38 @@ export type PrivateEvent<T> = {
|
|
|
117
126
|
/** Metadata describing event context information such as tx and block */
|
|
118
127
|
metadata: InTx;
|
|
119
128
|
};
|
|
129
|
+
/**
|
|
130
|
+
* Contract metadata including deployment and registration status.
|
|
131
|
+
*/
|
|
132
|
+
export type ContractMetadata = {
|
|
133
|
+
/** The contract instance */
|
|
134
|
+
instance?: ContractInstanceWithAddress;
|
|
135
|
+
/** Whether the contract has been initialized (init nullifier exists) */
|
|
136
|
+
isContractInitialized: boolean;
|
|
137
|
+
/** Whether the contract instance is publicly deployed on-chain */
|
|
138
|
+
isContractPublished: boolean;
|
|
139
|
+
/** Whether the contract has been updated to a different class */
|
|
140
|
+
isContractUpdated: boolean;
|
|
141
|
+
/** The updated contract class ID if the contract has been updated */
|
|
142
|
+
updatedContractClassId?: Fr | undefined;
|
|
143
|
+
};
|
|
144
|
+
/**
|
|
145
|
+
* Contract class metadata.
|
|
146
|
+
*/
|
|
147
|
+
export type ContractClassMetadata = {
|
|
148
|
+
/** Whether the artifact is registered in the wallet */
|
|
149
|
+
isArtifactRegistered: boolean;
|
|
150
|
+
/** Whether the contract class is publicly registered on-chain */
|
|
151
|
+
isContractClassPubliclyRegistered: boolean;
|
|
152
|
+
};
|
|
120
153
|
/**
|
|
121
154
|
* The wallet interface.
|
|
122
155
|
*/
|
|
123
156
|
export type Wallet = {
|
|
124
|
-
getContractClassMetadata(id: Fr, includeArtifact?: boolean): Promise<ContractClassMetadata>;
|
|
125
|
-
getContractMetadata(address: AztecAddress): Promise<ContractMetadata>;
|
|
126
157
|
getPrivateEvents<T>(eventMetadata: EventMetadataDefinition, eventFilter: PrivateEventFilter): Promise<PrivateEvent<T>[]>;
|
|
127
158
|
getChainInfo(): Promise<ChainInfo>;
|
|
128
|
-
|
|
159
|
+
getContractMetadata(address: AztecAddress): Promise<ContractMetadata>;
|
|
160
|
+
getContractClassMetadata(id: Fr): Promise<ContractClassMetadata>;
|
|
129
161
|
registerSender(address: AztecAddress, alias?: string): Promise<AztecAddress>;
|
|
130
162
|
getAddressBook(): Promise<Aliased<AztecAddress>[]>;
|
|
131
163
|
getAccounts(): Promise<Aliased<AztecAddress>[]>;
|
|
@@ -133,9 +165,10 @@ export type Wallet = {
|
|
|
133
165
|
simulateTx(exec: ExecutionPayload, opts: SimulateOptions): Promise<TxSimulationResult>;
|
|
134
166
|
simulateUtility(call: FunctionCall, authwits?: AuthWitness[]): Promise<UtilitySimulationResult>;
|
|
135
167
|
profileTx(exec: ExecutionPayload, opts: ProfileOptions): Promise<TxProfileResult>;
|
|
136
|
-
sendTx(exec: ExecutionPayload, opts: SendOptions): Promise<
|
|
137
|
-
createAuthWit(from: AztecAddress, messageHashOrIntent:
|
|
138
|
-
|
|
168
|
+
sendTx<W extends InteractionWaitOptions = undefined>(exec: ExecutionPayload, opts: SendOptions<W>): Promise<SendReturn<W>>;
|
|
169
|
+
createAuthWit(from: AztecAddress, messageHashOrIntent: IntentInnerHash | CallIntent): Promise<AuthWitness>;
|
|
170
|
+
requestCapabilities(manifest: AppCapabilities): Promise<WalletCapabilities>;
|
|
171
|
+
batch<const T extends readonly BatchedMethod[]>(methods: T): Promise<BatchResults<T>>;
|
|
139
172
|
};
|
|
140
173
|
export declare const FunctionCallSchema: z.ZodObject<{
|
|
141
174
|
name: z.ZodString;
|
|
@@ -197,7 +230,7 @@ export declare const ExecutionPayloadSchema: z.ZodObject<{
|
|
|
197
230
|
authWitnesses: z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">;
|
|
198
231
|
capsules: z.ZodArray<z.ZodType<Capsule, any, string>, "many">;
|
|
199
232
|
extraHashedArgs: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<HashedValues>, "many">;
|
|
200
|
-
feePayer: import("
|
|
233
|
+
feePayer: import("@aztec/foundation/schemas").ZodNullableOptional<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>>;
|
|
201
234
|
}, "strip", z.ZodTypeAny, {
|
|
202
235
|
calls: {
|
|
203
236
|
name: string;
|
|
@@ -230,8 +263,8 @@ export declare const ExecutionPayloadSchema: z.ZodObject<{
|
|
|
230
263
|
feePayer?: any;
|
|
231
264
|
}>;
|
|
232
265
|
export declare const GasSettingsOptionSchema: z.ZodObject<{
|
|
233
|
-
gasSettings: import("
|
|
234
|
-
gasLimits: import("
|
|
266
|
+
gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
267
|
+
gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
|
|
235
268
|
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
236
269
|
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
237
270
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -244,7 +277,7 @@ export declare const GasSettingsOptionSchema: z.ZodObject<{
|
|
|
244
277
|
daGas: string | number | bigint;
|
|
245
278
|
l2Gas: string | number | bigint;
|
|
246
279
|
}>>;
|
|
247
|
-
teardownGasLimits: import("
|
|
280
|
+
teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
|
|
248
281
|
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
249
282
|
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
250
283
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -257,7 +290,7 @@ export declare const GasSettingsOptionSchema: z.ZodObject<{
|
|
|
257
290
|
daGas: string | number | bigint;
|
|
258
291
|
l2Gas: string | number | bigint;
|
|
259
292
|
}>>;
|
|
260
|
-
maxFeePerGas: import("
|
|
293
|
+
maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
261
294
|
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
262
295
|
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
263
296
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -267,7 +300,7 @@ export declare const GasSettingsOptionSchema: z.ZodObject<{
|
|
|
267
300
|
feePerDaGas: string | number | bigint;
|
|
268
301
|
feePerL2Gas: string | number | bigint;
|
|
269
302
|
}>>;
|
|
270
|
-
maxPriorityFeePerGas: import("
|
|
303
|
+
maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
271
304
|
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
272
305
|
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
273
306
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -340,8 +373,8 @@ export declare const GasSettingsOptionSchema: z.ZodObject<{
|
|
|
340
373
|
} | undefined;
|
|
341
374
|
}>;
|
|
342
375
|
export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
|
|
343
|
-
gasSettings: import("
|
|
344
|
-
gasLimits: import("
|
|
376
|
+
gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
377
|
+
gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
|
|
345
378
|
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
346
379
|
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
347
380
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -354,7 +387,7 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
|
|
|
354
387
|
daGas: string | number | bigint;
|
|
355
388
|
l2Gas: string | number | bigint;
|
|
356
389
|
}>>;
|
|
357
|
-
teardownGasLimits: import("
|
|
390
|
+
teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
|
|
358
391
|
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
359
392
|
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
360
393
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -367,7 +400,7 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
|
|
|
367
400
|
daGas: string | number | bigint;
|
|
368
401
|
l2Gas: string | number | bigint;
|
|
369
402
|
}>>;
|
|
370
|
-
maxFeePerGas: import("
|
|
403
|
+
maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
371
404
|
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
372
405
|
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
373
406
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -377,7 +410,7 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
|
|
|
377
410
|
feePerDaGas: string | number | bigint;
|
|
378
411
|
feePerL2Gas: string | number | bigint;
|
|
379
412
|
}>>;
|
|
380
|
-
maxPriorityFeePerGas: import("
|
|
413
|
+
maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
381
414
|
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
382
415
|
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
383
416
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -417,8 +450,8 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
|
|
|
417
450
|
} | undefined;
|
|
418
451
|
}>>;
|
|
419
452
|
} & {
|
|
420
|
-
estimatedGasPadding: import("
|
|
421
|
-
estimateGas: import("
|
|
453
|
+
estimatedGasPadding: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
|
|
454
|
+
estimateGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
422
455
|
}, "strip", z.ZodTypeAny, {
|
|
423
456
|
gasSettings?: {
|
|
424
457
|
gasLimits?: Gas | undefined;
|
|
@@ -456,13 +489,29 @@ export declare const WalletSimulationFeeOptionSchema: z.ZodObject<{
|
|
|
456
489
|
estimatedGasPadding?: number | undefined;
|
|
457
490
|
estimateGas?: boolean | undefined;
|
|
458
491
|
}>;
|
|
492
|
+
export declare const WaitOptsSchema: z.ZodObject<{
|
|
493
|
+
ignoreDroppedReceiptsFor: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
|
|
494
|
+
timeout: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
|
|
495
|
+
interval: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
|
|
496
|
+
dontThrowOnRevert: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
497
|
+
}, "strip", z.ZodTypeAny, {
|
|
498
|
+
ignoreDroppedReceiptsFor?: number | undefined;
|
|
499
|
+
timeout?: number | undefined;
|
|
500
|
+
interval?: number | undefined;
|
|
501
|
+
dontThrowOnRevert?: boolean | undefined;
|
|
502
|
+
}, {
|
|
503
|
+
ignoreDroppedReceiptsFor?: number | undefined;
|
|
504
|
+
timeout?: number | undefined;
|
|
505
|
+
interval?: number | undefined;
|
|
506
|
+
dontThrowOnRevert?: boolean | undefined;
|
|
507
|
+
}>;
|
|
459
508
|
export declare const SendOptionsSchema: z.ZodObject<{
|
|
460
509
|
from: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
|
|
461
|
-
authWitnesses: import("
|
|
462
|
-
capsules: import("
|
|
463
|
-
fee: import("
|
|
464
|
-
gasSettings: import("
|
|
465
|
-
gasLimits: import("
|
|
510
|
+
authWitnesses: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
|
|
511
|
+
capsules: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
|
|
512
|
+
fee: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
513
|
+
gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
514
|
+
gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
|
|
466
515
|
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
467
516
|
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
468
517
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -475,7 +524,7 @@ export declare const SendOptionsSchema: z.ZodObject<{
|
|
|
475
524
|
daGas: string | number | bigint;
|
|
476
525
|
l2Gas: string | number | bigint;
|
|
477
526
|
}>>;
|
|
478
|
-
teardownGasLimits: import("
|
|
527
|
+
teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
|
|
479
528
|
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
480
529
|
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
481
530
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -488,7 +537,7 @@ export declare const SendOptionsSchema: z.ZodObject<{
|
|
|
488
537
|
daGas: string | number | bigint;
|
|
489
538
|
l2Gas: string | number | bigint;
|
|
490
539
|
}>>;
|
|
491
|
-
maxFeePerGas: import("
|
|
540
|
+
maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
492
541
|
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
493
542
|
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
494
543
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -498,7 +547,7 @@ export declare const SendOptionsSchema: z.ZodObject<{
|
|
|
498
547
|
feePerDaGas: string | number | bigint;
|
|
499
548
|
feePerL2Gas: string | number | bigint;
|
|
500
549
|
}>>;
|
|
501
|
-
maxPriorityFeePerGas: import("
|
|
550
|
+
maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
502
551
|
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
503
552
|
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
504
553
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -570,6 +619,22 @@ export declare const SendOptionsSchema: z.ZodObject<{
|
|
|
570
619
|
} | undefined;
|
|
571
620
|
} | undefined;
|
|
572
621
|
}>>;
|
|
622
|
+
wait: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodLiteral<"NO_WAIT">, z.ZodObject<{
|
|
623
|
+
ignoreDroppedReceiptsFor: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
|
|
624
|
+
timeout: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
|
|
625
|
+
interval: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
|
|
626
|
+
dontThrowOnRevert: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
627
|
+
}, "strip", z.ZodTypeAny, {
|
|
628
|
+
ignoreDroppedReceiptsFor?: number | undefined;
|
|
629
|
+
timeout?: number | undefined;
|
|
630
|
+
interval?: number | undefined;
|
|
631
|
+
dontThrowOnRevert?: boolean | undefined;
|
|
632
|
+
}, {
|
|
633
|
+
ignoreDroppedReceiptsFor?: number | undefined;
|
|
634
|
+
timeout?: number | undefined;
|
|
635
|
+
interval?: number | undefined;
|
|
636
|
+
dontThrowOnRevert?: boolean | undefined;
|
|
637
|
+
}>]>>;
|
|
573
638
|
}, "strip", z.ZodTypeAny, {
|
|
574
639
|
from: AztecAddress;
|
|
575
640
|
authWitnesses?: AuthWitness[] | undefined;
|
|
@@ -588,6 +653,12 @@ export declare const SendOptionsSchema: z.ZodObject<{
|
|
|
588
653
|
} | undefined;
|
|
589
654
|
} | undefined;
|
|
590
655
|
} | undefined;
|
|
656
|
+
wait?: "NO_WAIT" | {
|
|
657
|
+
ignoreDroppedReceiptsFor?: number | undefined;
|
|
658
|
+
timeout?: number | undefined;
|
|
659
|
+
interval?: number | undefined;
|
|
660
|
+
dontThrowOnRevert?: boolean | undefined;
|
|
661
|
+
} | undefined;
|
|
591
662
|
}, {
|
|
592
663
|
from?: any;
|
|
593
664
|
authWitnesses?: string[] | undefined;
|
|
@@ -612,14 +683,20 @@ export declare const SendOptionsSchema: z.ZodObject<{
|
|
|
612
683
|
} | undefined;
|
|
613
684
|
} | undefined;
|
|
614
685
|
} | undefined;
|
|
686
|
+
wait?: "NO_WAIT" | {
|
|
687
|
+
ignoreDroppedReceiptsFor?: number | undefined;
|
|
688
|
+
timeout?: number | undefined;
|
|
689
|
+
interval?: number | undefined;
|
|
690
|
+
dontThrowOnRevert?: boolean | undefined;
|
|
691
|
+
} | undefined;
|
|
615
692
|
}>;
|
|
616
693
|
export declare const SimulateOptionsSchema: z.ZodObject<{
|
|
617
694
|
from: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
|
|
618
|
-
authWitnesses: import("
|
|
619
|
-
capsules: import("
|
|
620
|
-
fee: import("
|
|
621
|
-
gasSettings: import("
|
|
622
|
-
gasLimits: import("
|
|
695
|
+
authWitnesses: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
|
|
696
|
+
capsules: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
|
|
697
|
+
fee: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
698
|
+
gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
699
|
+
gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
|
|
623
700
|
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
624
701
|
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
625
702
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -632,7 +709,7 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
|
|
|
632
709
|
daGas: string | number | bigint;
|
|
633
710
|
l2Gas: string | number | bigint;
|
|
634
711
|
}>>;
|
|
635
|
-
teardownGasLimits: import("
|
|
712
|
+
teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
|
|
636
713
|
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
637
714
|
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
638
715
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -645,7 +722,7 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
|
|
|
645
722
|
daGas: string | number | bigint;
|
|
646
723
|
l2Gas: string | number | bigint;
|
|
647
724
|
}>>;
|
|
648
|
-
maxFeePerGas: import("
|
|
725
|
+
maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
649
726
|
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
650
727
|
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
651
728
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -655,7 +732,7 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
|
|
|
655
732
|
feePerDaGas: string | number | bigint;
|
|
656
733
|
feePerL2Gas: string | number | bigint;
|
|
657
734
|
}>>;
|
|
658
|
-
maxPriorityFeePerGas: import("
|
|
735
|
+
maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
659
736
|
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
660
737
|
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
661
738
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -695,8 +772,8 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
|
|
|
695
772
|
} | undefined;
|
|
696
773
|
}>>;
|
|
697
774
|
} & {
|
|
698
|
-
estimatedGasPadding: import("
|
|
699
|
-
estimateGas: import("
|
|
775
|
+
estimatedGasPadding: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
|
|
776
|
+
estimateGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
700
777
|
}, "strip", z.ZodTypeAny, {
|
|
701
778
|
gasSettings?: {
|
|
702
779
|
gasLimits?: Gas | undefined;
|
|
@@ -734,9 +811,9 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
|
|
|
734
811
|
estimatedGasPadding?: number | undefined;
|
|
735
812
|
estimateGas?: boolean | undefined;
|
|
736
813
|
}>>;
|
|
737
|
-
skipTxValidation: import("
|
|
738
|
-
skipFeeEnforcement: import("
|
|
739
|
-
includeMetadata: import("
|
|
814
|
+
skipTxValidation: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
815
|
+
skipFeeEnforcement: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
816
|
+
includeMetadata: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
740
817
|
}, "strip", z.ZodTypeAny, {
|
|
741
818
|
from: AztecAddress;
|
|
742
819
|
authWitnesses?: AuthWitness[] | undefined;
|
|
@@ -792,11 +869,11 @@ export declare const SimulateOptionsSchema: z.ZodObject<{
|
|
|
792
869
|
}>;
|
|
793
870
|
export declare const ProfileOptionsSchema: z.ZodObject<{
|
|
794
871
|
from: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
|
|
795
|
-
authWitnesses: import("
|
|
796
|
-
capsules: import("
|
|
797
|
-
fee: import("
|
|
798
|
-
gasSettings: import("
|
|
799
|
-
gasLimits: import("
|
|
872
|
+
authWitnesses: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
|
|
873
|
+
capsules: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
|
|
874
|
+
fee: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
875
|
+
gasSettings: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
876
|
+
gasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
|
|
800
877
|
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
801
878
|
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
802
879
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -809,7 +886,7 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
|
|
|
809
886
|
daGas: string | number | bigint;
|
|
810
887
|
l2Gas: string | number | bigint;
|
|
811
888
|
}>>;
|
|
812
|
-
teardownGasLimits: import("
|
|
889
|
+
teardownGasLimits: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
|
|
813
890
|
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
814
891
|
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
815
892
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -822,7 +899,7 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
|
|
|
822
899
|
daGas: string | number | bigint;
|
|
823
900
|
l2Gas: string | number | bigint;
|
|
824
901
|
}>>;
|
|
825
|
-
maxFeePerGas: import("
|
|
902
|
+
maxFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
826
903
|
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
827
904
|
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
828
905
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -832,7 +909,7 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
|
|
|
832
909
|
feePerDaGas: string | number | bigint;
|
|
833
910
|
feePerL2Gas: string | number | bigint;
|
|
834
911
|
}>>;
|
|
835
|
-
maxPriorityFeePerGas: import("
|
|
912
|
+
maxPriorityFeePerGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
836
913
|
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
837
914
|
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
838
915
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -872,8 +949,8 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
|
|
|
872
949
|
} | undefined;
|
|
873
950
|
}>>;
|
|
874
951
|
} & {
|
|
875
|
-
estimatedGasPadding: import("
|
|
876
|
-
estimateGas: import("
|
|
952
|
+
estimatedGasPadding: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
|
|
953
|
+
estimateGas: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
877
954
|
}, "strip", z.ZodTypeAny, {
|
|
878
955
|
gasSettings?: {
|
|
879
956
|
gasLimits?: Gas | undefined;
|
|
@@ -911,12 +988,12 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
|
|
|
911
988
|
estimatedGasPadding?: number | undefined;
|
|
912
989
|
estimateGas?: boolean | undefined;
|
|
913
990
|
}>>;
|
|
914
|
-
skipTxValidation: import("
|
|
915
|
-
skipFeeEnforcement: import("
|
|
916
|
-
includeMetadata: import("
|
|
991
|
+
skipTxValidation: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
992
|
+
skipFeeEnforcement: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
993
|
+
includeMetadata: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
917
994
|
} & {
|
|
918
995
|
profileMode: z.ZodEnum<["gates", "execution-steps", "full"]>;
|
|
919
|
-
skipProofGeneration: import("
|
|
996
|
+
skipProofGeneration: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
920
997
|
}, "strip", z.ZodTypeAny, {
|
|
921
998
|
from: AztecAddress;
|
|
922
999
|
authWitnesses?: AuthWitness[] | undefined;
|
|
@@ -974,7 +1051,7 @@ export declare const ProfileOptionsSchema: z.ZodObject<{
|
|
|
974
1051
|
profileMode: "execution-steps" | "full" | "gates";
|
|
975
1052
|
skipProofGeneration?: boolean | undefined;
|
|
976
1053
|
}>;
|
|
977
|
-
export declare const MessageHashOrIntentSchema: z.ZodUnion<[
|
|
1054
|
+
export declare const MessageHashOrIntentSchema: z.ZodUnion<[z.ZodObject<{
|
|
978
1055
|
consumer: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
|
|
979
1056
|
innerHash: import("@aztec/stdlib/schemas").ZodFor<Fr>;
|
|
980
1057
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1038,18 +1115,41 @@ export declare const MessageHashOrIntentSchema: z.ZodUnion<[import("@aztec/stdli
|
|
|
1038
1115
|
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1039
1116
|
};
|
|
1040
1117
|
}>]>;
|
|
1041
|
-
export declare const
|
|
1042
|
-
|
|
1043
|
-
|
|
1118
|
+
export declare const EventMetadataDefinitionSchema: z.ZodObject<{
|
|
1119
|
+
eventSelector: z.ZodType<import("@aztec/stdlib/abi").EventSelector, any, string>;
|
|
1120
|
+
abiType: z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>;
|
|
1121
|
+
fieldNames: z.ZodArray<z.ZodString, "many">;
|
|
1044
1122
|
}, "strip", z.ZodTypeAny, {
|
|
1045
|
-
|
|
1046
|
-
|
|
1123
|
+
eventSelector: import("@aztec/stdlib/abi").EventSelector;
|
|
1124
|
+
abiType: import("@aztec/stdlib/abi").AbiType;
|
|
1125
|
+
fieldNames: string[];
|
|
1047
1126
|
}, {
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1127
|
+
eventSelector: string;
|
|
1128
|
+
abiType: import("@aztec/stdlib/abi").AbiType;
|
|
1129
|
+
fieldNames: string[];
|
|
1130
|
+
}>;
|
|
1131
|
+
export declare const PrivateEventSchema: z.ZodType<any>;
|
|
1132
|
+
export declare const PrivateEventFilterSchema: z.ZodObject<{
|
|
1133
|
+
contractAddress: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
|
|
1134
|
+
scopes: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, "many">;
|
|
1135
|
+
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>>;
|
|
1136
|
+
fromBlock: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, BlockNumber, string | number | bigint>>;
|
|
1137
|
+
toBlock: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, BlockNumber, string | number | bigint>>;
|
|
1138
|
+
}, "strip", z.ZodTypeAny, {
|
|
1139
|
+
contractAddress: AztecAddress;
|
|
1140
|
+
scopes: AztecAddress[];
|
|
1141
|
+
txHash?: TxHash | undefined;
|
|
1142
|
+
fromBlock?: BlockNumber | undefined;
|
|
1143
|
+
toBlock?: BlockNumber | undefined;
|
|
1144
|
+
}, {
|
|
1145
|
+
contractAddress?: any;
|
|
1146
|
+
scopes: any[];
|
|
1147
|
+
txHash?: string | undefined;
|
|
1148
|
+
fromBlock?: string | number | bigint | undefined;
|
|
1149
|
+
toBlock?: string | number | bigint | undefined;
|
|
1150
|
+
}>;
|
|
1151
|
+
export declare const ContractMetadataSchema: z.ZodObject<{
|
|
1152
|
+
instance: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodIntersection<z.ZodObject<{
|
|
1053
1153
|
version: z.ZodLiteral<1>;
|
|
1054
1154
|
salt: import("@aztec/stdlib/schemas").ZodFor<Fr>;
|
|
1055
1155
|
deployer: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
|
|
@@ -1057,21 +1157,21 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1057
1157
|
originalContractClassId: import("@aztec/stdlib/schemas").ZodFor<Fr>;
|
|
1058
1158
|
initializationHash: import("@aztec/stdlib/schemas").ZodFor<Fr>;
|
|
1059
1159
|
publicKeys: z.ZodEffects<z.ZodObject<{
|
|
1060
|
-
masterNullifierPublicKey: z.ZodType<import("
|
|
1061
|
-
masterIncomingViewingPublicKey: z.ZodType<import("
|
|
1062
|
-
masterOutgoingViewingPublicKey: z.ZodType<import("
|
|
1063
|
-
masterTaggingPublicKey: z.ZodType<import("
|
|
1160
|
+
masterNullifierPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
|
|
1161
|
+
masterIncomingViewingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
|
|
1162
|
+
masterOutgoingViewingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
|
|
1163
|
+
masterTaggingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
|
|
1064
1164
|
}, "strip", z.ZodTypeAny, {
|
|
1065
|
-
masterNullifierPublicKey: import("
|
|
1066
|
-
masterIncomingViewingPublicKey: import("
|
|
1067
|
-
masterOutgoingViewingPublicKey: import("
|
|
1068
|
-
masterTaggingPublicKey: import("
|
|
1165
|
+
masterNullifierPublicKey: import("@aztec/foundation/schemas").Point;
|
|
1166
|
+
masterIncomingViewingPublicKey: import("@aztec/foundation/schemas").Point;
|
|
1167
|
+
masterOutgoingViewingPublicKey: import("@aztec/foundation/schemas").Point;
|
|
1168
|
+
masterTaggingPublicKey: import("@aztec/foundation/schemas").Point;
|
|
1069
1169
|
}, {
|
|
1070
1170
|
masterNullifierPublicKey: string;
|
|
1071
1171
|
masterIncomingViewingPublicKey: string;
|
|
1072
1172
|
masterOutgoingViewingPublicKey: string;
|
|
1073
1173
|
masterTaggingPublicKey: string;
|
|
1074
|
-
}>, import("
|
|
1174
|
+
}>, import("@aztec/stdlib/keys").PublicKeys, {
|
|
1075
1175
|
masterNullifierPublicKey: string;
|
|
1076
1176
|
masterIncomingViewingPublicKey: string;
|
|
1077
1177
|
masterOutgoingViewingPublicKey: string;
|
|
@@ -1084,7 +1184,7 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1084
1184
|
currentContractClassId: Fr;
|
|
1085
1185
|
originalContractClassId: Fr;
|
|
1086
1186
|
initializationHash: Fr;
|
|
1087
|
-
publicKeys: import("
|
|
1187
|
+
publicKeys: import("@aztec/stdlib/keys").PublicKeys;
|
|
1088
1188
|
}, {
|
|
1089
1189
|
version: 1;
|
|
1090
1190
|
salt?: any;
|
|
@@ -1104,707 +1204,29 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1104
1204
|
address: AztecAddress;
|
|
1105
1205
|
}, {
|
|
1106
1206
|
address?: any;
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
isOnlySelf: z.ZodBoolean;
|
|
1113
|
-
isStatic: z.ZodBoolean;
|
|
1114
|
-
isInitializer: z.ZodBoolean;
|
|
1115
|
-
parameters: z.ZodArray<z.ZodObject<{
|
|
1116
|
-
name: z.ZodString;
|
|
1117
|
-
type: z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>;
|
|
1118
|
-
visibility: z.ZodEnum<["public", "private", "databus"]>;
|
|
1119
|
-
}, "strip", z.ZodTypeAny, {
|
|
1120
|
-
name: string;
|
|
1121
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
1122
|
-
visibility: "databus" | "private" | "public";
|
|
1123
|
-
}, {
|
|
1124
|
-
name: string;
|
|
1125
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
1126
|
-
visibility: "databus" | "private" | "public";
|
|
1127
|
-
}>, "many">;
|
|
1128
|
-
returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
|
|
1129
|
-
errorTypes: z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
1130
|
-
error_kind: z.ZodLiteral<"string">;
|
|
1131
|
-
string: z.ZodString;
|
|
1132
|
-
}, "strip", z.ZodTypeAny, {
|
|
1133
|
-
error_kind: "string";
|
|
1134
|
-
string: string;
|
|
1135
|
-
}, {
|
|
1136
|
-
error_kind: "string";
|
|
1137
|
-
string: string;
|
|
1138
|
-
}>, z.ZodObject<{
|
|
1139
|
-
error_kind: z.ZodLiteral<"fmtstring">;
|
|
1140
|
-
length: z.ZodNumber;
|
|
1141
|
-
item_types: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
|
|
1142
|
-
}, "strip", z.ZodTypeAny, {
|
|
1143
|
-
error_kind: "fmtstring";
|
|
1144
|
-
length: number;
|
|
1145
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
1146
|
-
}, {
|
|
1147
|
-
error_kind: "fmtstring";
|
|
1148
|
-
length: number;
|
|
1149
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
1150
|
-
}>, z.ZodIntersection<z.ZodObject<{
|
|
1151
|
-
error_kind: z.ZodLiteral<"custom">;
|
|
1152
|
-
}, "strip", z.ZodTypeAny, {
|
|
1153
|
-
error_kind: "custom";
|
|
1154
|
-
}, {
|
|
1155
|
-
error_kind: "custom";
|
|
1156
|
-
}>, z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>>]>>>;
|
|
1157
|
-
}, "strip", z.ZodTypeAny, {
|
|
1158
|
-
name: string;
|
|
1159
|
-
functionType: FunctionType;
|
|
1160
|
-
isOnlySelf: boolean;
|
|
1161
|
-
isStatic: boolean;
|
|
1162
|
-
isInitializer: boolean;
|
|
1163
|
-
parameters: {
|
|
1164
|
-
name: string;
|
|
1165
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
1166
|
-
visibility: "databus" | "private" | "public";
|
|
1167
|
-
}[];
|
|
1168
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1169
|
-
errorTypes: Record<string, {
|
|
1170
|
-
error_kind: "string";
|
|
1171
|
-
string: string;
|
|
1172
|
-
} | {
|
|
1173
|
-
error_kind: "fmtstring";
|
|
1174
|
-
length: number;
|
|
1175
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
1176
|
-
} | ({
|
|
1177
|
-
error_kind: "custom";
|
|
1178
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
1179
|
-
}, {
|
|
1180
|
-
name: string;
|
|
1181
|
-
functionType: FunctionType;
|
|
1182
|
-
isOnlySelf: boolean;
|
|
1183
|
-
isStatic: boolean;
|
|
1184
|
-
isInitializer: boolean;
|
|
1185
|
-
parameters: {
|
|
1186
|
-
name: string;
|
|
1187
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
1188
|
-
visibility: "databus" | "private" | "public";
|
|
1189
|
-
}[];
|
|
1190
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1191
|
-
errorTypes: Record<string, {
|
|
1192
|
-
error_kind: "string";
|
|
1193
|
-
string: string;
|
|
1194
|
-
} | {
|
|
1195
|
-
error_kind: "fmtstring";
|
|
1196
|
-
length: number;
|
|
1197
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
1198
|
-
} | ({
|
|
1199
|
-
error_kind: "custom";
|
|
1200
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
1201
|
-
}>, z.ZodObject<{
|
|
1202
|
-
bytecode: import("@aztec/stdlib/schemas").ZodFor<Buffer<ArrayBufferLike>>;
|
|
1203
|
-
verificationKey: z.ZodOptional<z.ZodString>;
|
|
1204
|
-
debugSymbols: z.ZodString;
|
|
1205
|
-
debug: z.ZodOptional<z.ZodObject<{
|
|
1206
|
-
debugSymbols: z.ZodObject<{
|
|
1207
|
-
location_tree: z.ZodObject<{
|
|
1208
|
-
locations: z.ZodArray<z.ZodObject<{
|
|
1209
|
-
parent: z.ZodNullable<z.ZodNumber>;
|
|
1210
|
-
value: z.ZodObject<{
|
|
1211
|
-
span: z.ZodObject<{
|
|
1212
|
-
start: z.ZodNumber;
|
|
1213
|
-
end: z.ZodNumber;
|
|
1214
|
-
}, "strip", z.ZodTypeAny, {
|
|
1215
|
-
start: number;
|
|
1216
|
-
end: number;
|
|
1217
|
-
}, {
|
|
1218
|
-
start: number;
|
|
1219
|
-
end: number;
|
|
1220
|
-
}>;
|
|
1221
|
-
file: z.ZodNumber;
|
|
1222
|
-
}, "strip", z.ZodTypeAny, {
|
|
1223
|
-
span: {
|
|
1224
|
-
start: number;
|
|
1225
|
-
end: number;
|
|
1226
|
-
};
|
|
1227
|
-
file: number;
|
|
1228
|
-
}, {
|
|
1229
|
-
span: {
|
|
1230
|
-
start: number;
|
|
1231
|
-
end: number;
|
|
1232
|
-
};
|
|
1233
|
-
file: number;
|
|
1234
|
-
}>;
|
|
1235
|
-
}, "strip", z.ZodTypeAny, {
|
|
1236
|
-
parent: number | null;
|
|
1237
|
-
value: {
|
|
1238
|
-
span: {
|
|
1239
|
-
start: number;
|
|
1240
|
-
end: number;
|
|
1241
|
-
};
|
|
1242
|
-
file: number;
|
|
1243
|
-
};
|
|
1244
|
-
}, {
|
|
1245
|
-
parent: number | null;
|
|
1246
|
-
value: {
|
|
1247
|
-
span: {
|
|
1248
|
-
start: number;
|
|
1249
|
-
end: number;
|
|
1250
|
-
};
|
|
1251
|
-
file: number;
|
|
1252
|
-
};
|
|
1253
|
-
}>, "many">;
|
|
1254
|
-
}, "strip", z.ZodTypeAny, {
|
|
1255
|
-
locations: {
|
|
1256
|
-
parent: number | null;
|
|
1257
|
-
value: {
|
|
1258
|
-
span: {
|
|
1259
|
-
start: number;
|
|
1260
|
-
end: number;
|
|
1261
|
-
};
|
|
1262
|
-
file: number;
|
|
1263
|
-
};
|
|
1264
|
-
}[];
|
|
1265
|
-
}, {
|
|
1266
|
-
locations: {
|
|
1267
|
-
parent: number | null;
|
|
1268
|
-
value: {
|
|
1269
|
-
span: {
|
|
1270
|
-
start: number;
|
|
1271
|
-
end: number;
|
|
1272
|
-
};
|
|
1273
|
-
file: number;
|
|
1274
|
-
};
|
|
1275
|
-
}[];
|
|
1276
|
-
}>;
|
|
1277
|
-
acir_locations: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
1278
|
-
brillig_locations: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
1279
|
-
}, "strip", z.ZodTypeAny, {
|
|
1280
|
-
location_tree: {
|
|
1281
|
-
locations: {
|
|
1282
|
-
parent: number | null;
|
|
1283
|
-
value: {
|
|
1284
|
-
span: {
|
|
1285
|
-
start: number;
|
|
1286
|
-
end: number;
|
|
1287
|
-
};
|
|
1288
|
-
file: number;
|
|
1289
|
-
};
|
|
1290
|
-
}[];
|
|
1291
|
-
};
|
|
1292
|
-
acir_locations: Record<string, number>;
|
|
1293
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
1294
|
-
}, {
|
|
1295
|
-
location_tree: {
|
|
1296
|
-
locations: {
|
|
1297
|
-
parent: number | null;
|
|
1298
|
-
value: {
|
|
1299
|
-
span: {
|
|
1300
|
-
start: number;
|
|
1301
|
-
end: number;
|
|
1302
|
-
};
|
|
1303
|
-
file: number;
|
|
1304
|
-
};
|
|
1305
|
-
}[];
|
|
1306
|
-
};
|
|
1307
|
-
acir_locations: Record<string, number>;
|
|
1308
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
1309
|
-
}>;
|
|
1310
|
-
files: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1311
|
-
source: z.ZodString;
|
|
1312
|
-
path: z.ZodString;
|
|
1313
|
-
}, "strip", z.ZodTypeAny, {
|
|
1314
|
-
source: string;
|
|
1315
|
-
path: string;
|
|
1316
|
-
}, {
|
|
1317
|
-
source: string;
|
|
1318
|
-
path: string;
|
|
1319
|
-
}>>;
|
|
1320
|
-
}, "strip", z.ZodTypeAny, {
|
|
1321
|
-
debugSymbols: {
|
|
1322
|
-
location_tree: {
|
|
1323
|
-
locations: {
|
|
1324
|
-
parent: number | null;
|
|
1325
|
-
value: {
|
|
1326
|
-
span: {
|
|
1327
|
-
start: number;
|
|
1328
|
-
end: number;
|
|
1329
|
-
};
|
|
1330
|
-
file: number;
|
|
1331
|
-
};
|
|
1332
|
-
}[];
|
|
1333
|
-
};
|
|
1334
|
-
acir_locations: Record<string, number>;
|
|
1335
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
1336
|
-
};
|
|
1337
|
-
files: Record<string, {
|
|
1338
|
-
source: string;
|
|
1339
|
-
path: string;
|
|
1340
|
-
}>;
|
|
1341
|
-
}, {
|
|
1342
|
-
debugSymbols: {
|
|
1343
|
-
location_tree: {
|
|
1344
|
-
locations: {
|
|
1345
|
-
parent: number | null;
|
|
1346
|
-
value: {
|
|
1347
|
-
span: {
|
|
1348
|
-
start: number;
|
|
1349
|
-
end: number;
|
|
1350
|
-
};
|
|
1351
|
-
file: number;
|
|
1352
|
-
};
|
|
1353
|
-
}[];
|
|
1354
|
-
};
|
|
1355
|
-
acir_locations: Record<string, number>;
|
|
1356
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
1357
|
-
};
|
|
1358
|
-
files: Record<string, {
|
|
1359
|
-
source: string;
|
|
1360
|
-
path: string;
|
|
1361
|
-
}>;
|
|
1362
|
-
}>>;
|
|
1363
|
-
}, "strip", z.ZodTypeAny, {
|
|
1364
|
-
bytecode: Buffer<ArrayBufferLike>;
|
|
1365
|
-
verificationKey?: string | undefined;
|
|
1366
|
-
debugSymbols: string;
|
|
1367
|
-
debug?: {
|
|
1368
|
-
debugSymbols: {
|
|
1369
|
-
location_tree: {
|
|
1370
|
-
locations: {
|
|
1371
|
-
parent: number | null;
|
|
1372
|
-
value: {
|
|
1373
|
-
span: {
|
|
1374
|
-
start: number;
|
|
1375
|
-
end: number;
|
|
1376
|
-
};
|
|
1377
|
-
file: number;
|
|
1378
|
-
};
|
|
1379
|
-
}[];
|
|
1380
|
-
};
|
|
1381
|
-
acir_locations: Record<string, number>;
|
|
1382
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
1383
|
-
};
|
|
1384
|
-
files: Record<string, {
|
|
1385
|
-
source: string;
|
|
1386
|
-
path: string;
|
|
1387
|
-
}>;
|
|
1388
|
-
} | undefined;
|
|
1389
|
-
}, {
|
|
1390
|
-
bytecode?: any;
|
|
1391
|
-
verificationKey?: string | undefined;
|
|
1392
|
-
debugSymbols: string;
|
|
1393
|
-
debug?: {
|
|
1394
|
-
debugSymbols: {
|
|
1395
|
-
location_tree: {
|
|
1396
|
-
locations: {
|
|
1397
|
-
parent: number | null;
|
|
1398
|
-
value: {
|
|
1399
|
-
span: {
|
|
1400
|
-
start: number;
|
|
1401
|
-
end: number;
|
|
1402
|
-
};
|
|
1403
|
-
file: number;
|
|
1404
|
-
};
|
|
1405
|
-
}[];
|
|
1406
|
-
};
|
|
1407
|
-
acir_locations: Record<string, number>;
|
|
1408
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
1409
|
-
};
|
|
1410
|
-
files: Record<string, {
|
|
1411
|
-
source: string;
|
|
1412
|
-
path: string;
|
|
1413
|
-
}>;
|
|
1414
|
-
} | undefined;
|
|
1415
|
-
}>>, "many">;
|
|
1416
|
-
nonDispatchPublicFunctions: z.ZodArray<z.ZodObject<{
|
|
1417
|
-
name: z.ZodString;
|
|
1418
|
-
functionType: z.ZodNativeEnum<typeof FunctionType>;
|
|
1419
|
-
isOnlySelf: z.ZodBoolean;
|
|
1420
|
-
isStatic: z.ZodBoolean;
|
|
1421
|
-
isInitializer: z.ZodBoolean;
|
|
1422
|
-
parameters: z.ZodArray<z.ZodObject<{
|
|
1423
|
-
name: z.ZodString;
|
|
1424
|
-
type: z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>;
|
|
1425
|
-
visibility: z.ZodEnum<["public", "private", "databus"]>;
|
|
1426
|
-
}, "strip", z.ZodTypeAny, {
|
|
1427
|
-
name: string;
|
|
1428
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
1429
|
-
visibility: "databus" | "private" | "public";
|
|
1430
|
-
}, {
|
|
1431
|
-
name: string;
|
|
1432
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
1433
|
-
visibility: "databus" | "private" | "public";
|
|
1434
|
-
}>, "many">;
|
|
1435
|
-
returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
|
|
1436
|
-
errorTypes: z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
1437
|
-
error_kind: z.ZodLiteral<"string">;
|
|
1438
|
-
string: z.ZodString;
|
|
1439
|
-
}, "strip", z.ZodTypeAny, {
|
|
1440
|
-
error_kind: "string";
|
|
1441
|
-
string: string;
|
|
1442
|
-
}, {
|
|
1443
|
-
error_kind: "string";
|
|
1444
|
-
string: string;
|
|
1445
|
-
}>, z.ZodObject<{
|
|
1446
|
-
error_kind: z.ZodLiteral<"fmtstring">;
|
|
1447
|
-
length: z.ZodNumber;
|
|
1448
|
-
item_types: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
|
|
1449
|
-
}, "strip", z.ZodTypeAny, {
|
|
1450
|
-
error_kind: "fmtstring";
|
|
1451
|
-
length: number;
|
|
1452
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
1453
|
-
}, {
|
|
1454
|
-
error_kind: "fmtstring";
|
|
1455
|
-
length: number;
|
|
1456
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
1457
|
-
}>, z.ZodIntersection<z.ZodObject<{
|
|
1458
|
-
error_kind: z.ZodLiteral<"custom">;
|
|
1459
|
-
}, "strip", z.ZodTypeAny, {
|
|
1460
|
-
error_kind: "custom";
|
|
1461
|
-
}, {
|
|
1462
|
-
error_kind: "custom";
|
|
1463
|
-
}>, z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>>]>>>;
|
|
1464
|
-
}, "strip", z.ZodTypeAny, {
|
|
1465
|
-
name: string;
|
|
1466
|
-
functionType: FunctionType;
|
|
1467
|
-
isOnlySelf: boolean;
|
|
1468
|
-
isStatic: boolean;
|
|
1469
|
-
isInitializer: boolean;
|
|
1470
|
-
parameters: {
|
|
1471
|
-
name: string;
|
|
1472
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
1473
|
-
visibility: "databus" | "private" | "public";
|
|
1474
|
-
}[];
|
|
1475
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1476
|
-
errorTypes: Record<string, {
|
|
1477
|
-
error_kind: "string";
|
|
1478
|
-
string: string;
|
|
1479
|
-
} | {
|
|
1480
|
-
error_kind: "fmtstring";
|
|
1481
|
-
length: number;
|
|
1482
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
1483
|
-
} | ({
|
|
1484
|
-
error_kind: "custom";
|
|
1485
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
1486
|
-
}, {
|
|
1487
|
-
name: string;
|
|
1488
|
-
functionType: FunctionType;
|
|
1489
|
-
isOnlySelf: boolean;
|
|
1490
|
-
isStatic: boolean;
|
|
1491
|
-
isInitializer: boolean;
|
|
1492
|
-
parameters: {
|
|
1493
|
-
name: string;
|
|
1494
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
1495
|
-
visibility: "databus" | "private" | "public";
|
|
1496
|
-
}[];
|
|
1497
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1498
|
-
errorTypes: Record<string, {
|
|
1499
|
-
error_kind: "string";
|
|
1500
|
-
string: string;
|
|
1501
|
-
} | {
|
|
1502
|
-
error_kind: "fmtstring";
|
|
1503
|
-
length: number;
|
|
1504
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
1505
|
-
} | ({
|
|
1506
|
-
error_kind: "custom";
|
|
1507
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
1508
|
-
}>, "many">;
|
|
1509
|
-
outputs: z.ZodObject<{
|
|
1510
|
-
structs: z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">>, Record<string, import("@aztec/stdlib/abi").AbiType[]>, Record<string, import("@aztec/stdlib/abi").AbiType[]>>;
|
|
1511
|
-
globals: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiValue, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiValue>, "many">>;
|
|
1512
|
-
}, "strip", z.ZodTypeAny, {
|
|
1513
|
-
structs: Record<string, import("@aztec/stdlib/abi").AbiType[]>;
|
|
1514
|
-
globals: Record<string, import("@aztec/stdlib/abi").AbiValue[]>;
|
|
1515
|
-
}, {
|
|
1516
|
-
structs: Record<string, import("@aztec/stdlib/abi").AbiType[]>;
|
|
1517
|
-
globals: Record<string, import("@aztec/stdlib/abi").AbiValue[]>;
|
|
1518
|
-
}>;
|
|
1519
|
-
storageLayout: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1520
|
-
slot: z.ZodType<Fr, any, string>;
|
|
1521
|
-
}, "strip", z.ZodTypeAny, {
|
|
1522
|
-
slot: Fr;
|
|
1523
|
-
}, {
|
|
1524
|
-
slot: string;
|
|
1525
|
-
}>>;
|
|
1526
|
-
fileMap: z.ZodRecord<z.ZodNumber, z.ZodObject<{
|
|
1527
|
-
source: z.ZodString;
|
|
1528
|
-
path: z.ZodString;
|
|
1529
|
-
}, "strip", z.ZodTypeAny, {
|
|
1530
|
-
source: string;
|
|
1531
|
-
path: string;
|
|
1532
|
-
}, {
|
|
1533
|
-
source: string;
|
|
1534
|
-
path: string;
|
|
1535
|
-
}>>;
|
|
1536
|
-
}, "strip", z.ZodTypeAny, {
|
|
1537
|
-
name: string;
|
|
1538
|
-
functions: ({
|
|
1539
|
-
name: string;
|
|
1540
|
-
functionType: FunctionType;
|
|
1541
|
-
isOnlySelf: boolean;
|
|
1542
|
-
isStatic: boolean;
|
|
1543
|
-
isInitializer: boolean;
|
|
1544
|
-
parameters: {
|
|
1545
|
-
name: string;
|
|
1546
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
1547
|
-
visibility: "databus" | "private" | "public";
|
|
1548
|
-
}[];
|
|
1549
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1550
|
-
errorTypes: Record<string, {
|
|
1551
|
-
error_kind: "string";
|
|
1552
|
-
string: string;
|
|
1553
|
-
} | {
|
|
1554
|
-
error_kind: "fmtstring";
|
|
1555
|
-
length: number;
|
|
1556
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
1557
|
-
} | ({
|
|
1558
|
-
error_kind: "custom";
|
|
1559
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
1560
|
-
} & {
|
|
1561
|
-
bytecode: Buffer<ArrayBufferLike>;
|
|
1562
|
-
verificationKey?: string | undefined;
|
|
1563
|
-
debugSymbols: string;
|
|
1564
|
-
debug?: {
|
|
1565
|
-
debugSymbols: {
|
|
1566
|
-
location_tree: {
|
|
1567
|
-
locations: {
|
|
1568
|
-
parent: number | null;
|
|
1569
|
-
value: {
|
|
1570
|
-
span: {
|
|
1571
|
-
start: number;
|
|
1572
|
-
end: number;
|
|
1573
|
-
};
|
|
1574
|
-
file: number;
|
|
1575
|
-
};
|
|
1576
|
-
}[];
|
|
1577
|
-
};
|
|
1578
|
-
acir_locations: Record<string, number>;
|
|
1579
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
1580
|
-
};
|
|
1581
|
-
files: Record<string, {
|
|
1582
|
-
source: string;
|
|
1583
|
-
path: string;
|
|
1584
|
-
}>;
|
|
1585
|
-
} | undefined;
|
|
1586
|
-
})[];
|
|
1587
|
-
nonDispatchPublicFunctions: {
|
|
1588
|
-
name: string;
|
|
1589
|
-
functionType: FunctionType;
|
|
1590
|
-
isOnlySelf: boolean;
|
|
1591
|
-
isStatic: boolean;
|
|
1592
|
-
isInitializer: boolean;
|
|
1593
|
-
parameters: {
|
|
1594
|
-
name: string;
|
|
1595
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
1596
|
-
visibility: "databus" | "private" | "public";
|
|
1597
|
-
}[];
|
|
1598
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1599
|
-
errorTypes: Record<string, {
|
|
1600
|
-
error_kind: "string";
|
|
1601
|
-
string: string;
|
|
1602
|
-
} | {
|
|
1603
|
-
error_kind: "fmtstring";
|
|
1604
|
-
length: number;
|
|
1605
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
1606
|
-
} | ({
|
|
1607
|
-
error_kind: "custom";
|
|
1608
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
1609
|
-
}[];
|
|
1610
|
-
outputs: {
|
|
1611
|
-
structs: Record<string, import("@aztec/stdlib/abi").AbiType[]>;
|
|
1612
|
-
globals: Record<string, import("@aztec/stdlib/abi").AbiValue[]>;
|
|
1613
|
-
};
|
|
1614
|
-
storageLayout: Record<string, {
|
|
1615
|
-
slot: Fr;
|
|
1616
|
-
}>;
|
|
1617
|
-
fileMap: Record<number, {
|
|
1618
|
-
source: string;
|
|
1619
|
-
path: string;
|
|
1620
|
-
}>;
|
|
1621
|
-
}, {
|
|
1622
|
-
name: string;
|
|
1623
|
-
functions: ({
|
|
1624
|
-
name: string;
|
|
1625
|
-
functionType: FunctionType;
|
|
1626
|
-
isOnlySelf: boolean;
|
|
1627
|
-
isStatic: boolean;
|
|
1628
|
-
isInitializer: boolean;
|
|
1629
|
-
parameters: {
|
|
1630
|
-
name: string;
|
|
1631
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
1632
|
-
visibility: "databus" | "private" | "public";
|
|
1633
|
-
}[];
|
|
1634
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1635
|
-
errorTypes: Record<string, {
|
|
1636
|
-
error_kind: "string";
|
|
1637
|
-
string: string;
|
|
1638
|
-
} | {
|
|
1639
|
-
error_kind: "fmtstring";
|
|
1640
|
-
length: number;
|
|
1641
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
1642
|
-
} | ({
|
|
1643
|
-
error_kind: "custom";
|
|
1644
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
1645
|
-
} & {
|
|
1646
|
-
bytecode?: any;
|
|
1647
|
-
verificationKey?: string | undefined;
|
|
1648
|
-
debugSymbols: string;
|
|
1649
|
-
debug?: {
|
|
1650
|
-
debugSymbols: {
|
|
1651
|
-
location_tree: {
|
|
1652
|
-
locations: {
|
|
1653
|
-
parent: number | null;
|
|
1654
|
-
value: {
|
|
1655
|
-
span: {
|
|
1656
|
-
start: number;
|
|
1657
|
-
end: number;
|
|
1658
|
-
};
|
|
1659
|
-
file: number;
|
|
1660
|
-
};
|
|
1661
|
-
}[];
|
|
1662
|
-
};
|
|
1663
|
-
acir_locations: Record<string, number>;
|
|
1664
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
1665
|
-
};
|
|
1666
|
-
files: Record<string, {
|
|
1667
|
-
source: string;
|
|
1668
|
-
path: string;
|
|
1669
|
-
}>;
|
|
1670
|
-
} | undefined;
|
|
1671
|
-
})[];
|
|
1672
|
-
nonDispatchPublicFunctions: {
|
|
1673
|
-
name: string;
|
|
1674
|
-
functionType: FunctionType;
|
|
1675
|
-
isOnlySelf: boolean;
|
|
1676
|
-
isStatic: boolean;
|
|
1677
|
-
isInitializer: boolean;
|
|
1678
|
-
parameters: {
|
|
1679
|
-
name: string;
|
|
1680
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
1681
|
-
visibility: "databus" | "private" | "public";
|
|
1682
|
-
}[];
|
|
1683
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1684
|
-
errorTypes: Record<string, {
|
|
1685
|
-
error_kind: "string";
|
|
1686
|
-
string: string;
|
|
1687
|
-
} | {
|
|
1688
|
-
error_kind: "fmtstring";
|
|
1689
|
-
length: number;
|
|
1690
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
1691
|
-
} | ({
|
|
1692
|
-
error_kind: "custom";
|
|
1693
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
1694
|
-
}[];
|
|
1695
|
-
outputs: {
|
|
1696
|
-
structs: Record<string, import("@aztec/stdlib/abi").AbiType[]>;
|
|
1697
|
-
globals: Record<string, import("@aztec/stdlib/abi").AbiValue[]>;
|
|
1698
|
-
};
|
|
1699
|
-
storageLayout: Record<string, {
|
|
1700
|
-
slot: string;
|
|
1701
|
-
}>;
|
|
1702
|
-
fileMap: Record<number, {
|
|
1703
|
-
source: string;
|
|
1704
|
-
path: string;
|
|
1705
|
-
}>;
|
|
1706
|
-
}>>, import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<import("@aztec/stdlib/schemas").ZodFor<Fr>>], null>;
|
|
1207
|
+
}>>>;
|
|
1208
|
+
isContractInitialized: z.ZodBoolean;
|
|
1209
|
+
isContractPublished: z.ZodBoolean;
|
|
1210
|
+
isContractUpdated: z.ZodBoolean;
|
|
1211
|
+
updatedContractClassId: import("@aztec/foundation/schemas").ZodNullableOptional<import("@aztec/stdlib/schemas").ZodFor<Fr>>;
|
|
1707
1212
|
}, "strip", z.ZodTypeAny, {
|
|
1708
|
-
|
|
1709
|
-
args: [{
|
|
1213
|
+
instance?: ({
|
|
1710
1214
|
version: 1;
|
|
1711
1215
|
salt: Fr;
|
|
1712
1216
|
deployer: AztecAddress;
|
|
1713
1217
|
currentContractClassId: Fr;
|
|
1714
1218
|
originalContractClassId: Fr;
|
|
1715
1219
|
initializationHash: Fr;
|
|
1716
|
-
publicKeys: import("
|
|
1220
|
+
publicKeys: import("@aztec/stdlib/keys").PublicKeys;
|
|
1717
1221
|
} & {
|
|
1718
1222
|
address: AztecAddress;
|
|
1719
|
-
}
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
isOnlySelf: boolean;
|
|
1725
|
-
isStatic: boolean;
|
|
1726
|
-
isInitializer: boolean;
|
|
1727
|
-
parameters: {
|
|
1728
|
-
name: string;
|
|
1729
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
1730
|
-
visibility: "databus" | "private" | "public";
|
|
1731
|
-
}[];
|
|
1732
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1733
|
-
errorTypes: Record<string, {
|
|
1734
|
-
error_kind: "string";
|
|
1735
|
-
string: string;
|
|
1736
|
-
} | {
|
|
1737
|
-
error_kind: "fmtstring";
|
|
1738
|
-
length: number;
|
|
1739
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
1740
|
-
} | ({
|
|
1741
|
-
error_kind: "custom";
|
|
1742
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
1743
|
-
} & {
|
|
1744
|
-
bytecode: Buffer<ArrayBufferLike>;
|
|
1745
|
-
verificationKey?: string | undefined;
|
|
1746
|
-
debugSymbols: string;
|
|
1747
|
-
debug?: {
|
|
1748
|
-
debugSymbols: {
|
|
1749
|
-
location_tree: {
|
|
1750
|
-
locations: {
|
|
1751
|
-
parent: number | null;
|
|
1752
|
-
value: {
|
|
1753
|
-
span: {
|
|
1754
|
-
start: number;
|
|
1755
|
-
end: number;
|
|
1756
|
-
};
|
|
1757
|
-
file: number;
|
|
1758
|
-
};
|
|
1759
|
-
}[];
|
|
1760
|
-
};
|
|
1761
|
-
acir_locations: Record<string, number>;
|
|
1762
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
1763
|
-
};
|
|
1764
|
-
files: Record<string, {
|
|
1765
|
-
source: string;
|
|
1766
|
-
path: string;
|
|
1767
|
-
}>;
|
|
1768
|
-
} | undefined;
|
|
1769
|
-
})[];
|
|
1770
|
-
nonDispatchPublicFunctions: {
|
|
1771
|
-
name: string;
|
|
1772
|
-
functionType: FunctionType;
|
|
1773
|
-
isOnlySelf: boolean;
|
|
1774
|
-
isStatic: boolean;
|
|
1775
|
-
isInitializer: boolean;
|
|
1776
|
-
parameters: {
|
|
1777
|
-
name: string;
|
|
1778
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
1779
|
-
visibility: "databus" | "private" | "public";
|
|
1780
|
-
}[];
|
|
1781
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1782
|
-
errorTypes: Record<string, {
|
|
1783
|
-
error_kind: "string";
|
|
1784
|
-
string: string;
|
|
1785
|
-
} | {
|
|
1786
|
-
error_kind: "fmtstring";
|
|
1787
|
-
length: number;
|
|
1788
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
1789
|
-
} | ({
|
|
1790
|
-
error_kind: "custom";
|
|
1791
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
1792
|
-
}[];
|
|
1793
|
-
outputs: {
|
|
1794
|
-
structs: Record<string, import("@aztec/stdlib/abi").AbiType[]>;
|
|
1795
|
-
globals: Record<string, import("@aztec/stdlib/abi").AbiValue[]>;
|
|
1796
|
-
};
|
|
1797
|
-
storageLayout: Record<string, {
|
|
1798
|
-
slot: Fr;
|
|
1799
|
-
}>;
|
|
1800
|
-
fileMap: Record<number, {
|
|
1801
|
-
source: string;
|
|
1802
|
-
path: string;
|
|
1803
|
-
}>;
|
|
1804
|
-
} | undefined, Fr | undefined];
|
|
1223
|
+
}) | undefined;
|
|
1224
|
+
isContractInitialized: boolean;
|
|
1225
|
+
isContractPublished: boolean;
|
|
1226
|
+
isContractUpdated: boolean;
|
|
1227
|
+
updatedContractClassId?: Fr | undefined;
|
|
1805
1228
|
}, {
|
|
1806
|
-
|
|
1807
|
-
args: [{
|
|
1229
|
+
instance?: ({
|
|
1808
1230
|
version: 1;
|
|
1809
1231
|
salt?: any;
|
|
1810
1232
|
deployer?: any;
|
|
@@ -1819,1736 +1241,1350 @@ export declare const BatchedMethodSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1819
1241
|
};
|
|
1820
1242
|
} & {
|
|
1821
1243
|
address?: any;
|
|
1244
|
+
}) | undefined;
|
|
1245
|
+
isContractInitialized: boolean;
|
|
1246
|
+
isContractPublished: boolean;
|
|
1247
|
+
isContractUpdated: boolean;
|
|
1248
|
+
updatedContractClassId?: any;
|
|
1249
|
+
}>;
|
|
1250
|
+
export declare const ContractClassMetadataSchema: z.ZodObject<{
|
|
1251
|
+
isArtifactRegistered: z.ZodBoolean;
|
|
1252
|
+
isContractClassPubliclyRegistered: z.ZodBoolean;
|
|
1253
|
+
}, "strip", z.ZodTypeAny, {
|
|
1254
|
+
isArtifactRegistered: boolean;
|
|
1255
|
+
isContractClassPubliclyRegistered: boolean;
|
|
1256
|
+
}, {
|
|
1257
|
+
isArtifactRegistered: boolean;
|
|
1258
|
+
isContractClassPubliclyRegistered: boolean;
|
|
1259
|
+
}>;
|
|
1260
|
+
export declare const ContractFunctionPatternSchema: z.ZodObject<{
|
|
1261
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
1262
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
1263
|
+
}, "strip", z.ZodTypeAny, {
|
|
1264
|
+
contract: "*" | AztecAddress;
|
|
1265
|
+
function: string;
|
|
1266
|
+
}, {
|
|
1267
|
+
contract?: any;
|
|
1268
|
+
function: string;
|
|
1269
|
+
}>;
|
|
1270
|
+
export declare const AccountsCapabilitySchema: z.ZodObject<{
|
|
1271
|
+
type: z.ZodLiteral<"accounts">;
|
|
1272
|
+
canGet: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1273
|
+
canCreateAuthWit: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1274
|
+
}, "strip", z.ZodTypeAny, {
|
|
1275
|
+
type: "accounts";
|
|
1276
|
+
canGet?: boolean | undefined;
|
|
1277
|
+
canCreateAuthWit?: boolean | undefined;
|
|
1278
|
+
}, {
|
|
1279
|
+
type: "accounts";
|
|
1280
|
+
canGet?: boolean | undefined;
|
|
1281
|
+
canCreateAuthWit?: boolean | undefined;
|
|
1282
|
+
}>;
|
|
1283
|
+
export declare const GrantedAccountsCapabilitySchema: z.ZodObject<{
|
|
1284
|
+
type: z.ZodLiteral<"accounts">;
|
|
1285
|
+
canGet: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1286
|
+
canCreateAuthWit: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1287
|
+
} & {
|
|
1288
|
+
accounts: z.ZodArray<z.ZodObject<{
|
|
1289
|
+
alias: z.ZodString;
|
|
1290
|
+
item: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
|
|
1291
|
+
}, "strip", z.ZodTypeAny, {
|
|
1292
|
+
alias: string;
|
|
1293
|
+
item: AztecAddress;
|
|
1822
1294
|
}, {
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
} | undefined, any];
|
|
1908
|
-
}>, z.ZodObject<{
|
|
1909
|
-
name: z.ZodLiteral<"sendTx">;
|
|
1910
|
-
args: z.ZodTuple<[z.ZodObject<{
|
|
1911
|
-
calls: z.ZodArray<z.ZodObject<{
|
|
1912
|
-
name: z.ZodString;
|
|
1913
|
-
to: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
|
|
1914
|
-
selector: import("@aztec/stdlib/schemas").ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
|
|
1915
|
-
type: z.ZodNativeEnum<typeof FunctionType>;
|
|
1916
|
-
isStatic: z.ZodBoolean;
|
|
1917
|
-
hideMsgSender: z.ZodBoolean;
|
|
1918
|
-
args: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<Fr>, "many">;
|
|
1919
|
-
returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
|
|
1295
|
+
alias: string;
|
|
1296
|
+
item?: any;
|
|
1297
|
+
}>, "many">;
|
|
1298
|
+
}, "strip", z.ZodTypeAny, {
|
|
1299
|
+
type: "accounts";
|
|
1300
|
+
canGet?: boolean | undefined;
|
|
1301
|
+
canCreateAuthWit?: boolean | undefined;
|
|
1302
|
+
accounts: {
|
|
1303
|
+
alias: string;
|
|
1304
|
+
item: AztecAddress;
|
|
1305
|
+
}[];
|
|
1306
|
+
}, {
|
|
1307
|
+
type: "accounts";
|
|
1308
|
+
canGet?: boolean | undefined;
|
|
1309
|
+
canCreateAuthWit?: boolean | undefined;
|
|
1310
|
+
accounts: {
|
|
1311
|
+
alias: string;
|
|
1312
|
+
item?: any;
|
|
1313
|
+
}[];
|
|
1314
|
+
}>;
|
|
1315
|
+
export declare const ContractsCapabilitySchema: z.ZodObject<{
|
|
1316
|
+
type: z.ZodLiteral<"contracts">;
|
|
1317
|
+
contracts: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, "many">]>;
|
|
1318
|
+
canRegister: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1319
|
+
canGetMetadata: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1320
|
+
}, "strip", z.ZodTypeAny, {
|
|
1321
|
+
type: "contracts";
|
|
1322
|
+
contracts: "*" | AztecAddress[];
|
|
1323
|
+
canRegister?: boolean | undefined;
|
|
1324
|
+
canGetMetadata?: boolean | undefined;
|
|
1325
|
+
}, {
|
|
1326
|
+
type: "contracts";
|
|
1327
|
+
contracts: "*" | any[];
|
|
1328
|
+
canRegister?: boolean | undefined;
|
|
1329
|
+
canGetMetadata?: boolean | undefined;
|
|
1330
|
+
}>;
|
|
1331
|
+
export declare const GrantedContractsCapabilitySchema: z.ZodObject<{
|
|
1332
|
+
type: z.ZodLiteral<"contracts">;
|
|
1333
|
+
contracts: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, "many">]>;
|
|
1334
|
+
canRegister: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1335
|
+
canGetMetadata: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1336
|
+
}, "strip", z.ZodTypeAny, {
|
|
1337
|
+
type: "contracts";
|
|
1338
|
+
contracts: "*" | AztecAddress[];
|
|
1339
|
+
canRegister?: boolean | undefined;
|
|
1340
|
+
canGetMetadata?: boolean | undefined;
|
|
1341
|
+
}, {
|
|
1342
|
+
type: "contracts";
|
|
1343
|
+
contracts: "*" | any[];
|
|
1344
|
+
canRegister?: boolean | undefined;
|
|
1345
|
+
canGetMetadata?: boolean | undefined;
|
|
1346
|
+
}>;
|
|
1347
|
+
export declare const ContractClassesCapabilitySchema: z.ZodObject<{
|
|
1348
|
+
type: z.ZodLiteral<"contractClasses">;
|
|
1349
|
+
classes: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<Fr>, "many">]>;
|
|
1350
|
+
canGetMetadata: z.ZodBoolean;
|
|
1351
|
+
}, "strip", z.ZodTypeAny, {
|
|
1352
|
+
type: "contractClasses";
|
|
1353
|
+
classes: "*" | Fr[];
|
|
1354
|
+
canGetMetadata: boolean;
|
|
1355
|
+
}, {
|
|
1356
|
+
type: "contractClasses";
|
|
1357
|
+
classes: "*" | any[];
|
|
1358
|
+
canGetMetadata: boolean;
|
|
1359
|
+
}>;
|
|
1360
|
+
export declare const GrantedContractClassesCapabilitySchema: z.ZodObject<{
|
|
1361
|
+
type: z.ZodLiteral<"contractClasses">;
|
|
1362
|
+
classes: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<Fr>, "many">]>;
|
|
1363
|
+
canGetMetadata: z.ZodBoolean;
|
|
1364
|
+
}, "strip", z.ZodTypeAny, {
|
|
1365
|
+
type: "contractClasses";
|
|
1366
|
+
classes: "*" | Fr[];
|
|
1367
|
+
canGetMetadata: boolean;
|
|
1368
|
+
}, {
|
|
1369
|
+
type: "contractClasses";
|
|
1370
|
+
classes: "*" | any[];
|
|
1371
|
+
canGetMetadata: boolean;
|
|
1372
|
+
}>;
|
|
1373
|
+
export declare const SimulationCapabilitySchema: z.ZodObject<{
|
|
1374
|
+
type: z.ZodLiteral<"simulation">;
|
|
1375
|
+
transactions: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
1376
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
1377
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
1378
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
1920
1379
|
}, "strip", z.ZodTypeAny, {
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
selector: import("@aztec/stdlib/abi").FunctionSelector;
|
|
1924
|
-
type: FunctionType;
|
|
1925
|
-
isStatic: boolean;
|
|
1926
|
-
hideMsgSender: boolean;
|
|
1927
|
-
args: Fr[];
|
|
1928
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1380
|
+
contract: "*" | AztecAddress;
|
|
1381
|
+
function: string;
|
|
1929
1382
|
}, {
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
type: FunctionType;
|
|
1934
|
-
isStatic: boolean;
|
|
1935
|
-
hideMsgSender: boolean;
|
|
1936
|
-
args: any[];
|
|
1937
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1938
|
-
}>, "many">;
|
|
1939
|
-
authWitnesses: z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">;
|
|
1940
|
-
capsules: z.ZodArray<z.ZodType<Capsule, any, string>, "many">;
|
|
1941
|
-
extraHashedArgs: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<HashedValues>, "many">;
|
|
1942
|
-
feePayer: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>>;
|
|
1383
|
+
contract?: any;
|
|
1384
|
+
function: string;
|
|
1385
|
+
}>, "many">]>;
|
|
1943
1386
|
}, "strip", z.ZodTypeAny, {
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
selector: import("@aztec/stdlib/abi").FunctionSelector;
|
|
1948
|
-
type: FunctionType;
|
|
1949
|
-
isStatic: boolean;
|
|
1950
|
-
hideMsgSender: boolean;
|
|
1951
|
-
args: Fr[];
|
|
1952
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1387
|
+
scope: "*" | {
|
|
1388
|
+
contract: "*" | AztecAddress;
|
|
1389
|
+
function: string;
|
|
1953
1390
|
}[];
|
|
1954
|
-
authWitnesses: AuthWitness[];
|
|
1955
|
-
capsules: Capsule[];
|
|
1956
|
-
extraHashedArgs: HashedValues[];
|
|
1957
|
-
feePayer?: AztecAddress | undefined;
|
|
1958
1391
|
}, {
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
selector?: any;
|
|
1963
|
-
type: FunctionType;
|
|
1964
|
-
isStatic: boolean;
|
|
1965
|
-
hideMsgSender: boolean;
|
|
1966
|
-
args: any[];
|
|
1967
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1392
|
+
scope: "*" | {
|
|
1393
|
+
contract?: any;
|
|
1394
|
+
function: string;
|
|
1968
1395
|
}[];
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
from: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
|
|
1975
|
-
authWitnesses: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
|
|
1976
|
-
capsules: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
|
|
1977
|
-
fee: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
|
|
1978
|
-
gasSettings: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
|
|
1979
|
-
gasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
|
|
1980
|
-
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1981
|
-
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1982
|
-
}, "strip", z.ZodTypeAny, {
|
|
1983
|
-
daGas: number;
|
|
1984
|
-
l2Gas: number;
|
|
1985
|
-
}, {
|
|
1986
|
-
daGas: string | number | bigint;
|
|
1987
|
-
l2Gas: string | number | bigint;
|
|
1988
|
-
}>, Gas, {
|
|
1989
|
-
daGas: string | number | bigint;
|
|
1990
|
-
l2Gas: string | number | bigint;
|
|
1991
|
-
}>>;
|
|
1992
|
-
teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
|
|
1993
|
-
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1994
|
-
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1995
|
-
}, "strip", z.ZodTypeAny, {
|
|
1996
|
-
daGas: number;
|
|
1997
|
-
l2Gas: number;
|
|
1998
|
-
}, {
|
|
1999
|
-
daGas: string | number | bigint;
|
|
2000
|
-
l2Gas: string | number | bigint;
|
|
2001
|
-
}>, Gas, {
|
|
2002
|
-
daGas: string | number | bigint;
|
|
2003
|
-
l2Gas: string | number | bigint;
|
|
2004
|
-
}>>;
|
|
2005
|
-
maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
|
|
2006
|
-
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
2007
|
-
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
2008
|
-
}, "strip", z.ZodTypeAny, {
|
|
2009
|
-
feePerDaGas: bigint;
|
|
2010
|
-
feePerL2Gas: bigint;
|
|
2011
|
-
}, {
|
|
2012
|
-
feePerDaGas: string | number | bigint;
|
|
2013
|
-
feePerL2Gas: string | number | bigint;
|
|
2014
|
-
}>>;
|
|
2015
|
-
maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
|
|
2016
|
-
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
2017
|
-
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
2018
|
-
}, "strip", z.ZodTypeAny, {
|
|
2019
|
-
feePerDaGas: bigint;
|
|
2020
|
-
feePerL2Gas: bigint;
|
|
2021
|
-
}, {
|
|
2022
|
-
feePerDaGas: string | number | bigint;
|
|
2023
|
-
feePerL2Gas: string | number | bigint;
|
|
2024
|
-
}>>;
|
|
2025
|
-
}, "strip", z.ZodTypeAny, {
|
|
2026
|
-
gasLimits?: Gas | undefined;
|
|
2027
|
-
teardownGasLimits?: Gas | undefined;
|
|
2028
|
-
maxFeePerGas?: {
|
|
2029
|
-
feePerDaGas: bigint;
|
|
2030
|
-
feePerL2Gas: bigint;
|
|
2031
|
-
} | undefined;
|
|
2032
|
-
maxPriorityFeePerGas?: {
|
|
2033
|
-
feePerDaGas: bigint;
|
|
2034
|
-
feePerL2Gas: bigint;
|
|
2035
|
-
} | undefined;
|
|
2036
|
-
}, {
|
|
2037
|
-
gasLimits?: {
|
|
2038
|
-
daGas: string | number | bigint;
|
|
2039
|
-
l2Gas: string | number | bigint;
|
|
2040
|
-
} | undefined;
|
|
2041
|
-
teardownGasLimits?: {
|
|
2042
|
-
daGas: string | number | bigint;
|
|
2043
|
-
l2Gas: string | number | bigint;
|
|
2044
|
-
} | undefined;
|
|
2045
|
-
maxFeePerGas?: {
|
|
2046
|
-
feePerDaGas: string | number | bigint;
|
|
2047
|
-
feePerL2Gas: string | number | bigint;
|
|
2048
|
-
} | undefined;
|
|
2049
|
-
maxPriorityFeePerGas?: {
|
|
2050
|
-
feePerDaGas: string | number | bigint;
|
|
2051
|
-
feePerL2Gas: string | number | bigint;
|
|
2052
|
-
} | undefined;
|
|
2053
|
-
}>>;
|
|
1396
|
+
}>>;
|
|
1397
|
+
utilities: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
1398
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
1399
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
1400
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
2054
1401
|
}, "strip", z.ZodTypeAny, {
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
teardownGasLimits?: Gas | undefined;
|
|
2058
|
-
maxFeePerGas?: {
|
|
2059
|
-
feePerDaGas: bigint;
|
|
2060
|
-
feePerL2Gas: bigint;
|
|
2061
|
-
} | undefined;
|
|
2062
|
-
maxPriorityFeePerGas?: {
|
|
2063
|
-
feePerDaGas: bigint;
|
|
2064
|
-
feePerL2Gas: bigint;
|
|
2065
|
-
} | undefined;
|
|
2066
|
-
} | undefined;
|
|
1402
|
+
contract: "*" | AztecAddress;
|
|
1403
|
+
function: string;
|
|
2067
1404
|
}, {
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
l2Gas: string | number | bigint;
|
|
2072
|
-
} | undefined;
|
|
2073
|
-
teardownGasLimits?: {
|
|
2074
|
-
daGas: string | number | bigint;
|
|
2075
|
-
l2Gas: string | number | bigint;
|
|
2076
|
-
} | undefined;
|
|
2077
|
-
maxFeePerGas?: {
|
|
2078
|
-
feePerDaGas: string | number | bigint;
|
|
2079
|
-
feePerL2Gas: string | number | bigint;
|
|
2080
|
-
} | undefined;
|
|
2081
|
-
maxPriorityFeePerGas?: {
|
|
2082
|
-
feePerDaGas: string | number | bigint;
|
|
2083
|
-
feePerL2Gas: string | number | bigint;
|
|
2084
|
-
} | undefined;
|
|
2085
|
-
} | undefined;
|
|
2086
|
-
}>>;
|
|
1405
|
+
contract?: any;
|
|
1406
|
+
function: string;
|
|
1407
|
+
}>, "many">]>;
|
|
2087
1408
|
}, "strip", z.ZodTypeAny, {
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
fee?: {
|
|
2092
|
-
gasSettings?: {
|
|
2093
|
-
gasLimits?: Gas | undefined;
|
|
2094
|
-
teardownGasLimits?: Gas | undefined;
|
|
2095
|
-
maxFeePerGas?: {
|
|
2096
|
-
feePerDaGas: bigint;
|
|
2097
|
-
feePerL2Gas: bigint;
|
|
2098
|
-
} | undefined;
|
|
2099
|
-
maxPriorityFeePerGas?: {
|
|
2100
|
-
feePerDaGas: bigint;
|
|
2101
|
-
feePerL2Gas: bigint;
|
|
2102
|
-
} | undefined;
|
|
2103
|
-
} | undefined;
|
|
2104
|
-
} | undefined;
|
|
2105
|
-
}, {
|
|
2106
|
-
from?: any;
|
|
2107
|
-
authWitnesses?: string[] | undefined;
|
|
2108
|
-
capsules?: string[] | undefined;
|
|
2109
|
-
fee?: {
|
|
2110
|
-
gasSettings?: {
|
|
2111
|
-
gasLimits?: {
|
|
2112
|
-
daGas: string | number | bigint;
|
|
2113
|
-
l2Gas: string | number | bigint;
|
|
2114
|
-
} | undefined;
|
|
2115
|
-
teardownGasLimits?: {
|
|
2116
|
-
daGas: string | number | bigint;
|
|
2117
|
-
l2Gas: string | number | bigint;
|
|
2118
|
-
} | undefined;
|
|
2119
|
-
maxFeePerGas?: {
|
|
2120
|
-
feePerDaGas: string | number | bigint;
|
|
2121
|
-
feePerL2Gas: string | number | bigint;
|
|
2122
|
-
} | undefined;
|
|
2123
|
-
maxPriorityFeePerGas?: {
|
|
2124
|
-
feePerDaGas: string | number | bigint;
|
|
2125
|
-
feePerL2Gas: string | number | bigint;
|
|
2126
|
-
} | undefined;
|
|
2127
|
-
} | undefined;
|
|
2128
|
-
} | undefined;
|
|
2129
|
-
}>], null>;
|
|
2130
|
-
}, "strip", z.ZodTypeAny, {
|
|
2131
|
-
name: "sendTx";
|
|
2132
|
-
args: [{
|
|
2133
|
-
calls: {
|
|
2134
|
-
name: string;
|
|
2135
|
-
to: AztecAddress;
|
|
2136
|
-
selector: import("@aztec/stdlib/abi").FunctionSelector;
|
|
2137
|
-
type: FunctionType;
|
|
2138
|
-
isStatic: boolean;
|
|
2139
|
-
hideMsgSender: boolean;
|
|
2140
|
-
args: Fr[];
|
|
2141
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1409
|
+
scope: "*" | {
|
|
1410
|
+
contract: "*" | AztecAddress;
|
|
1411
|
+
function: string;
|
|
2142
1412
|
}[];
|
|
2143
|
-
authWitnesses: AuthWitness[];
|
|
2144
|
-
capsules: Capsule[];
|
|
2145
|
-
extraHashedArgs: HashedValues[];
|
|
2146
|
-
feePayer?: AztecAddress | undefined;
|
|
2147
1413
|
}, {
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
fee?: {
|
|
2152
|
-
gasSettings?: {
|
|
2153
|
-
gasLimits?: Gas | undefined;
|
|
2154
|
-
teardownGasLimits?: Gas | undefined;
|
|
2155
|
-
maxFeePerGas?: {
|
|
2156
|
-
feePerDaGas: bigint;
|
|
2157
|
-
feePerL2Gas: bigint;
|
|
2158
|
-
} | undefined;
|
|
2159
|
-
maxPriorityFeePerGas?: {
|
|
2160
|
-
feePerDaGas: bigint;
|
|
2161
|
-
feePerL2Gas: bigint;
|
|
2162
|
-
} | undefined;
|
|
2163
|
-
} | undefined;
|
|
2164
|
-
} | undefined;
|
|
2165
|
-
}];
|
|
2166
|
-
}, {
|
|
2167
|
-
name: "sendTx";
|
|
2168
|
-
args: [{
|
|
2169
|
-
calls: {
|
|
2170
|
-
name: string;
|
|
2171
|
-
to?: any;
|
|
2172
|
-
selector?: any;
|
|
2173
|
-
type: FunctionType;
|
|
2174
|
-
isStatic: boolean;
|
|
2175
|
-
hideMsgSender: boolean;
|
|
2176
|
-
args: any[];
|
|
2177
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1414
|
+
scope: "*" | {
|
|
1415
|
+
contract?: any;
|
|
1416
|
+
function: string;
|
|
2178
1417
|
}[];
|
|
2179
|
-
|
|
2180
|
-
capsules: string[];
|
|
2181
|
-
extraHashedArgs: any[];
|
|
2182
|
-
feePayer?: any;
|
|
2183
|
-
}, {
|
|
2184
|
-
from?: any;
|
|
2185
|
-
authWitnesses?: string[] | undefined;
|
|
2186
|
-
capsules?: string[] | undefined;
|
|
2187
|
-
fee?: {
|
|
2188
|
-
gasSettings?: {
|
|
2189
|
-
gasLimits?: {
|
|
2190
|
-
daGas: string | number | bigint;
|
|
2191
|
-
l2Gas: string | number | bigint;
|
|
2192
|
-
} | undefined;
|
|
2193
|
-
teardownGasLimits?: {
|
|
2194
|
-
daGas: string | number | bigint;
|
|
2195
|
-
l2Gas: string | number | bigint;
|
|
2196
|
-
} | undefined;
|
|
2197
|
-
maxFeePerGas?: {
|
|
2198
|
-
feePerDaGas: string | number | bigint;
|
|
2199
|
-
feePerL2Gas: string | number | bigint;
|
|
2200
|
-
} | undefined;
|
|
2201
|
-
maxPriorityFeePerGas?: {
|
|
2202
|
-
feePerDaGas: string | number | bigint;
|
|
2203
|
-
feePerL2Gas: string | number | bigint;
|
|
2204
|
-
} | undefined;
|
|
2205
|
-
} | undefined;
|
|
2206
|
-
} | undefined;
|
|
2207
|
-
}];
|
|
2208
|
-
}>, z.ZodObject<{
|
|
2209
|
-
name: z.ZodLiteral<"simulateUtility">;
|
|
2210
|
-
args: z.ZodTuple<[z.ZodObject<{
|
|
2211
|
-
name: z.ZodString;
|
|
2212
|
-
to: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
|
|
2213
|
-
selector: import("@aztec/stdlib/schemas").ZodFor<import("@aztec/stdlib/abi").FunctionSelector>;
|
|
2214
|
-
type: z.ZodNativeEnum<typeof FunctionType>;
|
|
2215
|
-
isStatic: z.ZodBoolean;
|
|
2216
|
-
hideMsgSender: z.ZodBoolean;
|
|
2217
|
-
args: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<Fr>, "many">;
|
|
2218
|
-
returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
|
|
2219
|
-
}, "strip", z.ZodTypeAny, {
|
|
2220
|
-
name: string;
|
|
2221
|
-
to: AztecAddress;
|
|
2222
|
-
selector: import("@aztec/stdlib/abi").FunctionSelector;
|
|
2223
|
-
type: FunctionType;
|
|
2224
|
-
isStatic: boolean;
|
|
2225
|
-
hideMsgSender: boolean;
|
|
2226
|
-
args: Fr[];
|
|
2227
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
2228
|
-
}, {
|
|
2229
|
-
name: string;
|
|
2230
|
-
to?: any;
|
|
2231
|
-
selector?: any;
|
|
2232
|
-
type: FunctionType;
|
|
2233
|
-
isStatic: boolean;
|
|
2234
|
-
hideMsgSender: boolean;
|
|
2235
|
-
args: any[];
|
|
2236
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
2237
|
-
}>, import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>], null>;
|
|
1418
|
+
}>>;
|
|
2238
1419
|
}, "strip", z.ZodTypeAny, {
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
1420
|
+
type: "simulation";
|
|
1421
|
+
transactions?: {
|
|
1422
|
+
scope: "*" | {
|
|
1423
|
+
contract: "*" | AztecAddress;
|
|
1424
|
+
function: string;
|
|
1425
|
+
}[];
|
|
1426
|
+
} | undefined;
|
|
1427
|
+
utilities?: {
|
|
1428
|
+
scope: "*" | {
|
|
1429
|
+
contract: "*" | AztecAddress;
|
|
1430
|
+
function: string;
|
|
1431
|
+
}[];
|
|
1432
|
+
} | undefined;
|
|
2250
1433
|
}, {
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
}
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
hideMsgSender: z.ZodBoolean;
|
|
2272
|
-
args: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<Fr>, "many">;
|
|
2273
|
-
returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
|
|
1434
|
+
type: "simulation";
|
|
1435
|
+
transactions?: {
|
|
1436
|
+
scope: "*" | {
|
|
1437
|
+
contract?: any;
|
|
1438
|
+
function: string;
|
|
1439
|
+
}[];
|
|
1440
|
+
} | undefined;
|
|
1441
|
+
utilities?: {
|
|
1442
|
+
scope: "*" | {
|
|
1443
|
+
contract?: any;
|
|
1444
|
+
function: string;
|
|
1445
|
+
}[];
|
|
1446
|
+
} | undefined;
|
|
1447
|
+
}>;
|
|
1448
|
+
export declare const GrantedSimulationCapabilitySchema: z.ZodObject<{
|
|
1449
|
+
type: z.ZodLiteral<"simulation">;
|
|
1450
|
+
transactions: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
1451
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
1452
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
1453
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
2274
1454
|
}, "strip", z.ZodTypeAny, {
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
selector: import("@aztec/stdlib/abi").FunctionSelector;
|
|
2278
|
-
type: FunctionType;
|
|
2279
|
-
isStatic: boolean;
|
|
2280
|
-
hideMsgSender: boolean;
|
|
2281
|
-
args: Fr[];
|
|
2282
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1455
|
+
contract: "*" | AztecAddress;
|
|
1456
|
+
function: string;
|
|
2283
1457
|
}, {
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
type: FunctionType;
|
|
2288
|
-
isStatic: boolean;
|
|
2289
|
-
hideMsgSender: boolean;
|
|
2290
|
-
args: any[];
|
|
2291
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
2292
|
-
}>, "many">;
|
|
2293
|
-
authWitnesses: z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">;
|
|
2294
|
-
capsules: z.ZodArray<z.ZodType<Capsule, any, string>, "many">;
|
|
2295
|
-
extraHashedArgs: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<HashedValues>, "many">;
|
|
2296
|
-
feePayer: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>>;
|
|
1458
|
+
contract?: any;
|
|
1459
|
+
function: string;
|
|
1460
|
+
}>, "many">]>;
|
|
2297
1461
|
}, "strip", z.ZodTypeAny, {
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
selector: import("@aztec/stdlib/abi").FunctionSelector;
|
|
2302
|
-
type: FunctionType;
|
|
2303
|
-
isStatic: boolean;
|
|
2304
|
-
hideMsgSender: boolean;
|
|
2305
|
-
args: Fr[];
|
|
2306
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1462
|
+
scope: "*" | {
|
|
1463
|
+
contract: "*" | AztecAddress;
|
|
1464
|
+
function: string;
|
|
2307
1465
|
}[];
|
|
2308
|
-
authWitnesses: AuthWitness[];
|
|
2309
|
-
capsules: Capsule[];
|
|
2310
|
-
extraHashedArgs: HashedValues[];
|
|
2311
|
-
feePayer?: AztecAddress | undefined;
|
|
2312
1466
|
}, {
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
selector?: any;
|
|
2317
|
-
type: FunctionType;
|
|
2318
|
-
isStatic: boolean;
|
|
2319
|
-
hideMsgSender: boolean;
|
|
2320
|
-
args: any[];
|
|
2321
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
1467
|
+
scope: "*" | {
|
|
1468
|
+
contract?: any;
|
|
1469
|
+
function: string;
|
|
2322
1470
|
}[];
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
from: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
|
|
2329
|
-
authWitnesses: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodArray<z.ZodType<AuthWitness, any, string>, "many">>;
|
|
2330
|
-
capsules: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodArray<z.ZodType<Capsule, any, string>, "many">>;
|
|
2331
|
-
fee: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
|
|
2332
|
-
gasSettings: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
|
|
2333
|
-
gasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
|
|
2334
|
-
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2335
|
-
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2336
|
-
}, "strip", z.ZodTypeAny, {
|
|
2337
|
-
daGas: number;
|
|
2338
|
-
l2Gas: number;
|
|
2339
|
-
}, {
|
|
2340
|
-
daGas: string | number | bigint;
|
|
2341
|
-
l2Gas: string | number | bigint;
|
|
2342
|
-
}>, Gas, {
|
|
2343
|
-
daGas: string | number | bigint;
|
|
2344
|
-
l2Gas: string | number | bigint;
|
|
2345
|
-
}>>;
|
|
2346
|
-
teardownGasLimits: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodObject<{
|
|
2347
|
-
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2348
|
-
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2349
|
-
}, "strip", z.ZodTypeAny, {
|
|
2350
|
-
daGas: number;
|
|
2351
|
-
l2Gas: number;
|
|
2352
|
-
}, {
|
|
2353
|
-
daGas: string | number | bigint;
|
|
2354
|
-
l2Gas: string | number | bigint;
|
|
2355
|
-
}>, Gas, {
|
|
2356
|
-
daGas: string | number | bigint;
|
|
2357
|
-
l2Gas: string | number | bigint;
|
|
2358
|
-
}>>;
|
|
2359
|
-
maxFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
|
|
2360
|
-
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
2361
|
-
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
2362
|
-
}, "strip", z.ZodTypeAny, {
|
|
2363
|
-
feePerDaGas: bigint;
|
|
2364
|
-
feePerL2Gas: bigint;
|
|
2365
|
-
}, {
|
|
2366
|
-
feePerDaGas: string | number | bigint;
|
|
2367
|
-
feePerL2Gas: string | number | bigint;
|
|
2368
|
-
}>>;
|
|
2369
|
-
maxPriorityFeePerGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodObject<{
|
|
2370
|
-
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
2371
|
-
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
2372
|
-
}, "strip", z.ZodTypeAny, {
|
|
2373
|
-
feePerDaGas: bigint;
|
|
2374
|
-
feePerL2Gas: bigint;
|
|
2375
|
-
}, {
|
|
2376
|
-
feePerDaGas: string | number | bigint;
|
|
2377
|
-
feePerL2Gas: string | number | bigint;
|
|
2378
|
-
}>>;
|
|
2379
|
-
}, "strip", z.ZodTypeAny, {
|
|
2380
|
-
gasLimits?: Gas | undefined;
|
|
2381
|
-
teardownGasLimits?: Gas | undefined;
|
|
2382
|
-
maxFeePerGas?: {
|
|
2383
|
-
feePerDaGas: bigint;
|
|
2384
|
-
feePerL2Gas: bigint;
|
|
2385
|
-
} | undefined;
|
|
2386
|
-
maxPriorityFeePerGas?: {
|
|
2387
|
-
feePerDaGas: bigint;
|
|
2388
|
-
feePerL2Gas: bigint;
|
|
2389
|
-
} | undefined;
|
|
2390
|
-
}, {
|
|
2391
|
-
gasLimits?: {
|
|
2392
|
-
daGas: string | number | bigint;
|
|
2393
|
-
l2Gas: string | number | bigint;
|
|
2394
|
-
} | undefined;
|
|
2395
|
-
teardownGasLimits?: {
|
|
2396
|
-
daGas: string | number | bigint;
|
|
2397
|
-
l2Gas: string | number | bigint;
|
|
2398
|
-
} | undefined;
|
|
2399
|
-
maxFeePerGas?: {
|
|
2400
|
-
feePerDaGas: string | number | bigint;
|
|
2401
|
-
feePerL2Gas: string | number | bigint;
|
|
2402
|
-
} | undefined;
|
|
2403
|
-
maxPriorityFeePerGas?: {
|
|
2404
|
-
feePerDaGas: string | number | bigint;
|
|
2405
|
-
feePerL2Gas: string | number | bigint;
|
|
2406
|
-
} | undefined;
|
|
2407
|
-
}>>;
|
|
2408
|
-
} & {
|
|
2409
|
-
estimatedGasPadding: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodNumber>;
|
|
2410
|
-
estimateGas: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
|
|
1471
|
+
}>>;
|
|
1472
|
+
utilities: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
1473
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
1474
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
1475
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
2411
1476
|
}, "strip", z.ZodTypeAny, {
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
teardownGasLimits?: Gas | undefined;
|
|
2415
|
-
maxFeePerGas?: {
|
|
2416
|
-
feePerDaGas: bigint;
|
|
2417
|
-
feePerL2Gas: bigint;
|
|
2418
|
-
} | undefined;
|
|
2419
|
-
maxPriorityFeePerGas?: {
|
|
2420
|
-
feePerDaGas: bigint;
|
|
2421
|
-
feePerL2Gas: bigint;
|
|
2422
|
-
} | undefined;
|
|
2423
|
-
} | undefined;
|
|
2424
|
-
estimatedGasPadding?: number | undefined;
|
|
2425
|
-
estimateGas?: boolean | undefined;
|
|
1477
|
+
contract: "*" | AztecAddress;
|
|
1478
|
+
function: string;
|
|
2426
1479
|
}, {
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
l2Gas: string | number | bigint;
|
|
2431
|
-
} | undefined;
|
|
2432
|
-
teardownGasLimits?: {
|
|
2433
|
-
daGas: string | number | bigint;
|
|
2434
|
-
l2Gas: string | number | bigint;
|
|
2435
|
-
} | undefined;
|
|
2436
|
-
maxFeePerGas?: {
|
|
2437
|
-
feePerDaGas: string | number | bigint;
|
|
2438
|
-
feePerL2Gas: string | number | bigint;
|
|
2439
|
-
} | undefined;
|
|
2440
|
-
maxPriorityFeePerGas?: {
|
|
2441
|
-
feePerDaGas: string | number | bigint;
|
|
2442
|
-
feePerL2Gas: string | number | bigint;
|
|
2443
|
-
} | undefined;
|
|
2444
|
-
} | undefined;
|
|
2445
|
-
estimatedGasPadding?: number | undefined;
|
|
2446
|
-
estimateGas?: boolean | undefined;
|
|
2447
|
-
}>>;
|
|
2448
|
-
skipTxValidation: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
|
|
2449
|
-
skipFeeEnforcement: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
|
|
2450
|
-
includeMetadata: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodBoolean>;
|
|
1480
|
+
contract?: any;
|
|
1481
|
+
function: string;
|
|
1482
|
+
}>, "many">]>;
|
|
2451
1483
|
}, "strip", z.ZodTypeAny, {
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
gasSettings?: {
|
|
2457
|
-
gasLimits?: Gas | undefined;
|
|
2458
|
-
teardownGasLimits?: Gas | undefined;
|
|
2459
|
-
maxFeePerGas?: {
|
|
2460
|
-
feePerDaGas: bigint;
|
|
2461
|
-
feePerL2Gas: bigint;
|
|
2462
|
-
} | undefined;
|
|
2463
|
-
maxPriorityFeePerGas?: {
|
|
2464
|
-
feePerDaGas: bigint;
|
|
2465
|
-
feePerL2Gas: bigint;
|
|
2466
|
-
} | undefined;
|
|
2467
|
-
} | undefined;
|
|
2468
|
-
estimatedGasPadding?: number | undefined;
|
|
2469
|
-
estimateGas?: boolean | undefined;
|
|
2470
|
-
} | undefined;
|
|
2471
|
-
skipTxValidation?: boolean | undefined;
|
|
2472
|
-
skipFeeEnforcement?: boolean | undefined;
|
|
2473
|
-
includeMetadata?: boolean | undefined;
|
|
1484
|
+
scope: "*" | {
|
|
1485
|
+
contract: "*" | AztecAddress;
|
|
1486
|
+
function: string;
|
|
1487
|
+
}[];
|
|
2474
1488
|
}, {
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
gasLimits?: {
|
|
2481
|
-
daGas: string | number | bigint;
|
|
2482
|
-
l2Gas: string | number | bigint;
|
|
2483
|
-
} | undefined;
|
|
2484
|
-
teardownGasLimits?: {
|
|
2485
|
-
daGas: string | number | bigint;
|
|
2486
|
-
l2Gas: string | number | bigint;
|
|
2487
|
-
} | undefined;
|
|
2488
|
-
maxFeePerGas?: {
|
|
2489
|
-
feePerDaGas: string | number | bigint;
|
|
2490
|
-
feePerL2Gas: string | number | bigint;
|
|
2491
|
-
} | undefined;
|
|
2492
|
-
maxPriorityFeePerGas?: {
|
|
2493
|
-
feePerDaGas: string | number | bigint;
|
|
2494
|
-
feePerL2Gas: string | number | bigint;
|
|
2495
|
-
} | undefined;
|
|
2496
|
-
} | undefined;
|
|
2497
|
-
estimatedGasPadding?: number | undefined;
|
|
2498
|
-
estimateGas?: boolean | undefined;
|
|
2499
|
-
} | undefined;
|
|
2500
|
-
skipTxValidation?: boolean | undefined;
|
|
2501
|
-
skipFeeEnforcement?: boolean | undefined;
|
|
2502
|
-
includeMetadata?: boolean | undefined;
|
|
2503
|
-
}>], null>;
|
|
1489
|
+
scope: "*" | {
|
|
1490
|
+
contract?: any;
|
|
1491
|
+
function: string;
|
|
1492
|
+
}[];
|
|
1493
|
+
}>>;
|
|
2504
1494
|
}, "strip", z.ZodTypeAny, {
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
1495
|
+
type: "simulation";
|
|
1496
|
+
transactions?: {
|
|
1497
|
+
scope: "*" | {
|
|
1498
|
+
contract: "*" | AztecAddress;
|
|
1499
|
+
function: string;
|
|
1500
|
+
}[];
|
|
1501
|
+
} | undefined;
|
|
1502
|
+
utilities?: {
|
|
1503
|
+
scope: "*" | {
|
|
1504
|
+
contract: "*" | AztecAddress;
|
|
1505
|
+
function: string;
|
|
2516
1506
|
}[];
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
1507
|
+
} | undefined;
|
|
1508
|
+
}, {
|
|
1509
|
+
type: "simulation";
|
|
1510
|
+
transactions?: {
|
|
1511
|
+
scope: "*" | {
|
|
1512
|
+
contract?: any;
|
|
1513
|
+
function: string;
|
|
1514
|
+
}[];
|
|
1515
|
+
} | undefined;
|
|
1516
|
+
utilities?: {
|
|
1517
|
+
scope: "*" | {
|
|
1518
|
+
contract?: any;
|
|
1519
|
+
function: string;
|
|
1520
|
+
}[];
|
|
1521
|
+
} | undefined;
|
|
1522
|
+
}>;
|
|
1523
|
+
export declare const TransactionCapabilitySchema: z.ZodObject<{
|
|
1524
|
+
type: z.ZodLiteral<"transaction">;
|
|
1525
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
1526
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
1527
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
1528
|
+
}, "strip", z.ZodTypeAny, {
|
|
1529
|
+
contract: "*" | AztecAddress;
|
|
1530
|
+
function: string;
|
|
2521
1531
|
}, {
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
1532
|
+
contract?: any;
|
|
1533
|
+
function: string;
|
|
1534
|
+
}>, "many">]>;
|
|
1535
|
+
}, "strip", z.ZodTypeAny, {
|
|
1536
|
+
type: "transaction";
|
|
1537
|
+
scope: "*" | {
|
|
1538
|
+
contract: "*" | AztecAddress;
|
|
1539
|
+
function: string;
|
|
1540
|
+
}[];
|
|
1541
|
+
}, {
|
|
1542
|
+
type: "transaction";
|
|
1543
|
+
scope: "*" | {
|
|
1544
|
+
contract?: any;
|
|
1545
|
+
function: string;
|
|
1546
|
+
}[];
|
|
1547
|
+
}>;
|
|
1548
|
+
export declare const GrantedTransactionCapabilitySchema: z.ZodObject<{
|
|
1549
|
+
type: z.ZodLiteral<"transaction">;
|
|
1550
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
1551
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
1552
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
1553
|
+
}, "strip", z.ZodTypeAny, {
|
|
1554
|
+
contract: "*" | AztecAddress;
|
|
1555
|
+
function: string;
|
|
1556
|
+
}, {
|
|
1557
|
+
contract?: any;
|
|
1558
|
+
function: string;
|
|
1559
|
+
}>, "many">]>;
|
|
1560
|
+
}, "strip", z.ZodTypeAny, {
|
|
1561
|
+
type: "transaction";
|
|
1562
|
+
scope: "*" | {
|
|
1563
|
+
contract: "*" | AztecAddress;
|
|
1564
|
+
function: string;
|
|
1565
|
+
}[];
|
|
1566
|
+
}, {
|
|
1567
|
+
type: "transaction";
|
|
1568
|
+
scope: "*" | {
|
|
1569
|
+
contract?: any;
|
|
1570
|
+
function: string;
|
|
1571
|
+
}[];
|
|
1572
|
+
}>;
|
|
1573
|
+
export declare const DataCapabilitySchema: z.ZodObject<{
|
|
1574
|
+
type: z.ZodLiteral<"data">;
|
|
1575
|
+
addressBook: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1576
|
+
privateEvents: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
1577
|
+
contracts: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, "many">]>;
|
|
1578
|
+
}, "strip", z.ZodTypeAny, {
|
|
1579
|
+
contracts: "*" | AztecAddress[];
|
|
1580
|
+
}, {
|
|
1581
|
+
contracts: "*" | any[];
|
|
1582
|
+
}>>;
|
|
1583
|
+
}, "strip", z.ZodTypeAny, {
|
|
1584
|
+
type: "data";
|
|
1585
|
+
addressBook?: boolean | undefined;
|
|
1586
|
+
privateEvents?: {
|
|
1587
|
+
contracts: "*" | AztecAddress[];
|
|
1588
|
+
} | undefined;
|
|
1589
|
+
}, {
|
|
1590
|
+
type: "data";
|
|
1591
|
+
addressBook?: boolean | undefined;
|
|
1592
|
+
privateEvents?: {
|
|
1593
|
+
contracts: "*" | any[];
|
|
1594
|
+
} | undefined;
|
|
1595
|
+
}>;
|
|
1596
|
+
export declare const GrantedDataCapabilitySchema: z.ZodObject<{
|
|
1597
|
+
type: z.ZodLiteral<"data">;
|
|
1598
|
+
addressBook: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1599
|
+
privateEvents: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
1600
|
+
contracts: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, "many">]>;
|
|
1601
|
+
}, "strip", z.ZodTypeAny, {
|
|
1602
|
+
contracts: "*" | AztecAddress[];
|
|
1603
|
+
}, {
|
|
1604
|
+
contracts: "*" | any[];
|
|
1605
|
+
}>>;
|
|
1606
|
+
}, "strip", z.ZodTypeAny, {
|
|
1607
|
+
type: "data";
|
|
1608
|
+
addressBook?: boolean | undefined;
|
|
1609
|
+
privateEvents?: {
|
|
1610
|
+
contracts: "*" | AztecAddress[];
|
|
1611
|
+
} | undefined;
|
|
1612
|
+
}, {
|
|
1613
|
+
type: "data";
|
|
1614
|
+
addressBook?: boolean | undefined;
|
|
1615
|
+
privateEvents?: {
|
|
1616
|
+
contracts: "*" | any[];
|
|
1617
|
+
} | undefined;
|
|
1618
|
+
}>;
|
|
1619
|
+
export declare const CapabilitySchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1620
|
+
type: z.ZodLiteral<"accounts">;
|
|
1621
|
+
canGet: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1622
|
+
canCreateAuthWit: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1623
|
+
}, "strip", z.ZodTypeAny, {
|
|
1624
|
+
type: "accounts";
|
|
1625
|
+
canGet?: boolean | undefined;
|
|
1626
|
+
canCreateAuthWit?: boolean | undefined;
|
|
1627
|
+
}, {
|
|
1628
|
+
type: "accounts";
|
|
1629
|
+
canGet?: boolean | undefined;
|
|
1630
|
+
canCreateAuthWit?: boolean | undefined;
|
|
1631
|
+
}>, z.ZodObject<{
|
|
1632
|
+
type: z.ZodLiteral<"contracts">;
|
|
1633
|
+
contracts: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, "many">]>;
|
|
1634
|
+
canRegister: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1635
|
+
canGetMetadata: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1636
|
+
}, "strip", z.ZodTypeAny, {
|
|
1637
|
+
type: "contracts";
|
|
1638
|
+
contracts: "*" | AztecAddress[];
|
|
1639
|
+
canRegister?: boolean | undefined;
|
|
1640
|
+
canGetMetadata?: boolean | undefined;
|
|
1641
|
+
}, {
|
|
1642
|
+
type: "contracts";
|
|
1643
|
+
contracts: "*" | any[];
|
|
1644
|
+
canRegister?: boolean | undefined;
|
|
1645
|
+
canGetMetadata?: boolean | undefined;
|
|
1646
|
+
}>, z.ZodObject<{
|
|
1647
|
+
type: z.ZodLiteral<"contractClasses">;
|
|
1648
|
+
classes: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<Fr>, "many">]>;
|
|
1649
|
+
canGetMetadata: z.ZodBoolean;
|
|
1650
|
+
}, "strip", z.ZodTypeAny, {
|
|
1651
|
+
type: "contractClasses";
|
|
1652
|
+
classes: "*" | Fr[];
|
|
1653
|
+
canGetMetadata: boolean;
|
|
2545
1654
|
}, {
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
1655
|
+
type: "contractClasses";
|
|
1656
|
+
classes: "*" | any[];
|
|
1657
|
+
canGetMetadata: boolean;
|
|
1658
|
+
}>, z.ZodObject<{
|
|
1659
|
+
type: z.ZodLiteral<"simulation">;
|
|
1660
|
+
transactions: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
1661
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
1662
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
1663
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
1664
|
+
}, "strip", z.ZodTypeAny, {
|
|
1665
|
+
contract: "*" | AztecAddress;
|
|
1666
|
+
function: string;
|
|
1667
|
+
}, {
|
|
1668
|
+
contract?: any;
|
|
1669
|
+
function: string;
|
|
1670
|
+
}>, "many">]>;
|
|
1671
|
+
}, "strip", z.ZodTypeAny, {
|
|
1672
|
+
scope: "*" | {
|
|
1673
|
+
contract: "*" | AztecAddress;
|
|
1674
|
+
function: string;
|
|
2557
1675
|
}[];
|
|
2558
|
-
authWitnesses: string[];
|
|
2559
|
-
capsules: string[];
|
|
2560
|
-
extraHashedArgs: any[];
|
|
2561
|
-
feePayer?: any;
|
|
2562
1676
|
}, {
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
teardownGasLimits?: {
|
|
2573
|
-
daGas: string | number | bigint;
|
|
2574
|
-
l2Gas: string | number | bigint;
|
|
2575
|
-
} | undefined;
|
|
2576
|
-
maxFeePerGas?: {
|
|
2577
|
-
feePerDaGas: string | number | bigint;
|
|
2578
|
-
feePerL2Gas: string | number | bigint;
|
|
2579
|
-
} | undefined;
|
|
2580
|
-
maxPriorityFeePerGas?: {
|
|
2581
|
-
feePerDaGas: string | number | bigint;
|
|
2582
|
-
feePerL2Gas: string | number | bigint;
|
|
2583
|
-
} | undefined;
|
|
2584
|
-
} | undefined;
|
|
2585
|
-
estimatedGasPadding?: number | undefined;
|
|
2586
|
-
estimateGas?: boolean | undefined;
|
|
2587
|
-
} | undefined;
|
|
2588
|
-
skipTxValidation?: boolean | undefined;
|
|
2589
|
-
skipFeeEnforcement?: boolean | undefined;
|
|
2590
|
-
includeMetadata?: boolean | undefined;
|
|
2591
|
-
}];
|
|
2592
|
-
}>]>;
|
|
2593
|
-
export declare const ContractMetadataSchema: z.ZodObject<{
|
|
2594
|
-
contractInstance: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
|
|
2595
|
-
version: z.ZodLiteral<1>;
|
|
2596
|
-
salt: import("@aztec/stdlib/schemas").ZodFor<Fr>;
|
|
2597
|
-
deployer: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
|
|
2598
|
-
currentContractClassId: import("@aztec/stdlib/schemas").ZodFor<Fr>;
|
|
2599
|
-
originalContractClassId: import("@aztec/stdlib/schemas").ZodFor<Fr>;
|
|
2600
|
-
initializationHash: import("@aztec/stdlib/schemas").ZodFor<Fr>;
|
|
2601
|
-
publicKeys: z.ZodEffects<z.ZodObject<{
|
|
2602
|
-
masterNullifierPublicKey: z.ZodType<import("../api/fields.js").Point, any, string>;
|
|
2603
|
-
masterIncomingViewingPublicKey: z.ZodType<import("../api/fields.js").Point, any, string>;
|
|
2604
|
-
masterOutgoingViewingPublicKey: z.ZodType<import("../api/fields.js").Point, any, string>;
|
|
2605
|
-
masterTaggingPublicKey: z.ZodType<import("../api/fields.js").Point, any, string>;
|
|
1677
|
+
scope: "*" | {
|
|
1678
|
+
contract?: any;
|
|
1679
|
+
function: string;
|
|
1680
|
+
}[];
|
|
1681
|
+
}>>;
|
|
1682
|
+
utilities: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
1683
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
1684
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
1685
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
2606
1686
|
}, "strip", z.ZodTypeAny, {
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
masterOutgoingViewingPublicKey: import("../api/fields.js").Point;
|
|
2610
|
-
masterTaggingPublicKey: import("../api/fields.js").Point;
|
|
1687
|
+
contract: "*" | AztecAddress;
|
|
1688
|
+
function: string;
|
|
2611
1689
|
}, {
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
masterTaggingPublicKey: string;
|
|
2616
|
-
}>, import("../api/keys.js").PublicKeys, {
|
|
2617
|
-
masterNullifierPublicKey: string;
|
|
2618
|
-
masterIncomingViewingPublicKey: string;
|
|
2619
|
-
masterOutgoingViewingPublicKey: string;
|
|
2620
|
-
masterTaggingPublicKey: string;
|
|
2621
|
-
}>;
|
|
1690
|
+
contract?: any;
|
|
1691
|
+
function: string;
|
|
1692
|
+
}>, "many">]>;
|
|
2622
1693
|
}, "strip", z.ZodTypeAny, {
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
originalContractClassId: Fr;
|
|
2628
|
-
initializationHash: Fr;
|
|
2629
|
-
publicKeys: import("../api/keys.js").PublicKeys;
|
|
1694
|
+
scope: "*" | {
|
|
1695
|
+
contract: "*" | AztecAddress;
|
|
1696
|
+
function: string;
|
|
1697
|
+
}[];
|
|
2630
1698
|
}, {
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
};
|
|
2643
|
-
}
|
|
2644
|
-
|
|
1699
|
+
scope: "*" | {
|
|
1700
|
+
contract?: any;
|
|
1701
|
+
function: string;
|
|
1702
|
+
}[];
|
|
1703
|
+
}>>;
|
|
1704
|
+
}, "strip", z.ZodTypeAny, {
|
|
1705
|
+
type: "simulation";
|
|
1706
|
+
transactions?: {
|
|
1707
|
+
scope: "*" | {
|
|
1708
|
+
contract: "*" | AztecAddress;
|
|
1709
|
+
function: string;
|
|
1710
|
+
}[];
|
|
1711
|
+
} | undefined;
|
|
1712
|
+
utilities?: {
|
|
1713
|
+
scope: "*" | {
|
|
1714
|
+
contract: "*" | AztecAddress;
|
|
1715
|
+
function: string;
|
|
1716
|
+
}[];
|
|
1717
|
+
} | undefined;
|
|
1718
|
+
}, {
|
|
1719
|
+
type: "simulation";
|
|
1720
|
+
transactions?: {
|
|
1721
|
+
scope: "*" | {
|
|
1722
|
+
contract?: any;
|
|
1723
|
+
function: string;
|
|
1724
|
+
}[];
|
|
1725
|
+
} | undefined;
|
|
1726
|
+
utilities?: {
|
|
1727
|
+
scope: "*" | {
|
|
1728
|
+
contract?: any;
|
|
1729
|
+
function: string;
|
|
1730
|
+
}[];
|
|
1731
|
+
} | undefined;
|
|
1732
|
+
}>, z.ZodObject<{
|
|
1733
|
+
type: z.ZodLiteral<"transaction">;
|
|
1734
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
1735
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
1736
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
2645
1737
|
}, "strip", z.ZodTypeAny, {
|
|
2646
|
-
|
|
1738
|
+
contract: "*" | AztecAddress;
|
|
1739
|
+
function: string;
|
|
2647
1740
|
}, {
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
isContractPublished: z.ZodBoolean;
|
|
1741
|
+
contract?: any;
|
|
1742
|
+
function: string;
|
|
1743
|
+
}>, "many">]>;
|
|
2652
1744
|
}, "strip", z.ZodTypeAny, {
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
originalContractClassId: Fr;
|
|
2659
|
-
initializationHash: Fr;
|
|
2660
|
-
publicKeys: import("../api/keys.js").PublicKeys;
|
|
2661
|
-
} & {
|
|
2662
|
-
address: AztecAddress;
|
|
2663
|
-
}) | undefined;
|
|
2664
|
-
isContractInitialized: boolean;
|
|
2665
|
-
isContractPublished: boolean;
|
|
1745
|
+
type: "transaction";
|
|
1746
|
+
scope: "*" | {
|
|
1747
|
+
contract: "*" | AztecAddress;
|
|
1748
|
+
function: string;
|
|
1749
|
+
}[];
|
|
2666
1750
|
}, {
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
1751
|
+
type: "transaction";
|
|
1752
|
+
scope: "*" | {
|
|
1753
|
+
contract?: any;
|
|
1754
|
+
function: string;
|
|
1755
|
+
}[];
|
|
1756
|
+
}>, z.ZodObject<{
|
|
1757
|
+
type: z.ZodLiteral<"data">;
|
|
1758
|
+
addressBook: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1759
|
+
privateEvents: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
1760
|
+
contracts: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, "many">]>;
|
|
1761
|
+
}, "strip", z.ZodTypeAny, {
|
|
1762
|
+
contracts: "*" | AztecAddress[];
|
|
1763
|
+
}, {
|
|
1764
|
+
contracts: "*" | any[];
|
|
1765
|
+
}>>;
|
|
1766
|
+
}, "strip", z.ZodTypeAny, {
|
|
1767
|
+
type: "data";
|
|
1768
|
+
addressBook?: boolean | undefined;
|
|
1769
|
+
privateEvents?: {
|
|
1770
|
+
contracts: "*" | AztecAddress[];
|
|
1771
|
+
} | undefined;
|
|
1772
|
+
}, {
|
|
1773
|
+
type: "data";
|
|
1774
|
+
addressBook?: boolean | undefined;
|
|
1775
|
+
privateEvents?: {
|
|
1776
|
+
contracts: "*" | any[];
|
|
1777
|
+
} | undefined;
|
|
1778
|
+
}>]>;
|
|
1779
|
+
export declare const GrantedCapabilitySchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1780
|
+
type: z.ZodLiteral<"accounts">;
|
|
1781
|
+
canGet: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1782
|
+
canCreateAuthWit: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1783
|
+
} & {
|
|
1784
|
+
accounts: z.ZodArray<z.ZodObject<{
|
|
1785
|
+
alias: z.ZodString;
|
|
1786
|
+
item: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
|
|
1787
|
+
}, "strip", z.ZodTypeAny, {
|
|
1788
|
+
alias: string;
|
|
1789
|
+
item: AztecAddress;
|
|
1790
|
+
}, {
|
|
1791
|
+
alias: string;
|
|
1792
|
+
item?: any;
|
|
1793
|
+
}>, "many">;
|
|
1794
|
+
}, "strip", z.ZodTypeAny, {
|
|
1795
|
+
type: "accounts";
|
|
1796
|
+
canGet?: boolean | undefined;
|
|
1797
|
+
canCreateAuthWit?: boolean | undefined;
|
|
1798
|
+
accounts: {
|
|
1799
|
+
alias: string;
|
|
1800
|
+
item: AztecAddress;
|
|
1801
|
+
}[];
|
|
1802
|
+
}, {
|
|
1803
|
+
type: "accounts";
|
|
1804
|
+
canGet?: boolean | undefined;
|
|
1805
|
+
canCreateAuthWit?: boolean | undefined;
|
|
1806
|
+
accounts: {
|
|
1807
|
+
alias: string;
|
|
1808
|
+
item?: any;
|
|
1809
|
+
}[];
|
|
1810
|
+
}>, z.ZodObject<{
|
|
1811
|
+
type: z.ZodLiteral<"contracts">;
|
|
1812
|
+
contracts: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, "many">]>;
|
|
1813
|
+
canRegister: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1814
|
+
canGetMetadata: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1815
|
+
}, "strip", z.ZodTypeAny, {
|
|
1816
|
+
type: "contracts";
|
|
1817
|
+
contracts: "*" | AztecAddress[];
|
|
1818
|
+
canRegister?: boolean | undefined;
|
|
1819
|
+
canGetMetadata?: boolean | undefined;
|
|
1820
|
+
}, {
|
|
1821
|
+
type: "contracts";
|
|
1822
|
+
contracts: "*" | any[];
|
|
1823
|
+
canRegister?: boolean | undefined;
|
|
1824
|
+
canGetMetadata?: boolean | undefined;
|
|
1825
|
+
}>, z.ZodObject<{
|
|
1826
|
+
type: z.ZodLiteral<"contractClasses">;
|
|
1827
|
+
classes: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<Fr>, "many">]>;
|
|
1828
|
+
canGetMetadata: z.ZodBoolean;
|
|
1829
|
+
}, "strip", z.ZodTypeAny, {
|
|
1830
|
+
type: "contractClasses";
|
|
1831
|
+
classes: "*" | Fr[];
|
|
1832
|
+
canGetMetadata: boolean;
|
|
1833
|
+
}, {
|
|
1834
|
+
type: "contractClasses";
|
|
1835
|
+
classes: "*" | any[];
|
|
1836
|
+
canGetMetadata: boolean;
|
|
1837
|
+
}>, z.ZodObject<{
|
|
1838
|
+
type: z.ZodLiteral<"simulation">;
|
|
1839
|
+
transactions: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
1840
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
1841
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
1842
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
2693
1843
|
}, "strip", z.ZodTypeAny, {
|
|
2694
|
-
|
|
2695
|
-
|
|
1844
|
+
contract: "*" | AztecAddress;
|
|
1845
|
+
function: string;
|
|
2696
1846
|
}, {
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
}>, "many">;
|
|
2700
|
-
packedBytecode: import("@aztec/stdlib/schemas").ZodFor<Buffer<ArrayBufferLike>>;
|
|
2701
|
-
} & {
|
|
2702
|
-
id: z.ZodType<Fr, any, string>;
|
|
1847
|
+
contract?: any;
|
|
1848
|
+
function: string;
|
|
1849
|
+
}>, "many">]>;
|
|
2703
1850
|
}, "strip", z.ZodTypeAny, {
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
selector: import("@aztec/stdlib/abi").FunctionSelector;
|
|
2708
|
-
vkHash: Fr;
|
|
1851
|
+
scope: "*" | {
|
|
1852
|
+
contract: "*" | AztecAddress;
|
|
1853
|
+
function: string;
|
|
2709
1854
|
}[];
|
|
2710
|
-
packedBytecode: Buffer<ArrayBufferLike>;
|
|
2711
|
-
id: Fr;
|
|
2712
1855
|
}, {
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
selector?: any;
|
|
2717
|
-
vkHash: string;
|
|
1856
|
+
scope: "*" | {
|
|
1857
|
+
contract?: any;
|
|
1858
|
+
function: string;
|
|
2718
1859
|
}[];
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
1860
|
+
}>>;
|
|
1861
|
+
utilities: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
1862
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
1863
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
1864
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
1865
|
+
}, "strip", z.ZodTypeAny, {
|
|
1866
|
+
contract: "*" | AztecAddress;
|
|
1867
|
+
function: string;
|
|
1868
|
+
}, {
|
|
1869
|
+
contract?: any;
|
|
1870
|
+
function: string;
|
|
1871
|
+
}>, "many">]>;
|
|
1872
|
+
}, "strip", z.ZodTypeAny, {
|
|
1873
|
+
scope: "*" | {
|
|
1874
|
+
contract: "*" | AztecAddress;
|
|
1875
|
+
function: string;
|
|
1876
|
+
}[];
|
|
1877
|
+
}, {
|
|
1878
|
+
scope: "*" | {
|
|
1879
|
+
contract?: any;
|
|
1880
|
+
function: string;
|
|
1881
|
+
}[];
|
|
1882
|
+
}>>;
|
|
1883
|
+
}, "strip", z.ZodTypeAny, {
|
|
1884
|
+
type: "simulation";
|
|
1885
|
+
transactions?: {
|
|
1886
|
+
scope: "*" | {
|
|
1887
|
+
contract: "*" | AztecAddress;
|
|
1888
|
+
function: string;
|
|
1889
|
+
}[];
|
|
1890
|
+
} | undefined;
|
|
1891
|
+
utilities?: {
|
|
1892
|
+
scope: "*" | {
|
|
1893
|
+
contract: "*" | AztecAddress;
|
|
1894
|
+
function: string;
|
|
1895
|
+
}[];
|
|
1896
|
+
} | undefined;
|
|
1897
|
+
}, {
|
|
1898
|
+
type: "simulation";
|
|
1899
|
+
transactions?: {
|
|
1900
|
+
scope: "*" | {
|
|
1901
|
+
contract?: any;
|
|
1902
|
+
function: string;
|
|
1903
|
+
}[];
|
|
1904
|
+
} | undefined;
|
|
1905
|
+
utilities?: {
|
|
1906
|
+
scope: "*" | {
|
|
1907
|
+
contract?: any;
|
|
1908
|
+
function: string;
|
|
1909
|
+
}[];
|
|
1910
|
+
} | undefined;
|
|
1911
|
+
}>, z.ZodObject<{
|
|
1912
|
+
type: z.ZodLiteral<"transaction">;
|
|
1913
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
1914
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
1915
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
1916
|
+
}, "strip", z.ZodTypeAny, {
|
|
1917
|
+
contract: "*" | AztecAddress;
|
|
1918
|
+
function: string;
|
|
1919
|
+
}, {
|
|
1920
|
+
contract?: any;
|
|
1921
|
+
function: string;
|
|
1922
|
+
}>, "many">]>;
|
|
1923
|
+
}, "strip", z.ZodTypeAny, {
|
|
1924
|
+
type: "transaction";
|
|
1925
|
+
scope: "*" | {
|
|
1926
|
+
contract: "*" | AztecAddress;
|
|
1927
|
+
function: string;
|
|
1928
|
+
}[];
|
|
1929
|
+
}, {
|
|
1930
|
+
type: "transaction";
|
|
1931
|
+
scope: "*" | {
|
|
1932
|
+
contract?: any;
|
|
1933
|
+
function: string;
|
|
1934
|
+
}[];
|
|
1935
|
+
}>, z.ZodObject<{
|
|
1936
|
+
type: z.ZodLiteral<"data">;
|
|
1937
|
+
addressBook: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1938
|
+
privateEvents: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
1939
|
+
contracts: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, "many">]>;
|
|
1940
|
+
}, "strip", z.ZodTypeAny, {
|
|
1941
|
+
contracts: "*" | AztecAddress[];
|
|
1942
|
+
}, {
|
|
1943
|
+
contracts: "*" | any[];
|
|
1944
|
+
}>>;
|
|
1945
|
+
}, "strip", z.ZodTypeAny, {
|
|
1946
|
+
type: "data";
|
|
1947
|
+
addressBook?: boolean | undefined;
|
|
1948
|
+
privateEvents?: {
|
|
1949
|
+
contracts: "*" | AztecAddress[];
|
|
1950
|
+
} | undefined;
|
|
1951
|
+
}, {
|
|
1952
|
+
type: "data";
|
|
1953
|
+
addressBook?: boolean | undefined;
|
|
1954
|
+
privateEvents?: {
|
|
1955
|
+
contracts: "*" | any[];
|
|
1956
|
+
} | undefined;
|
|
1957
|
+
}>]>;
|
|
1958
|
+
export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
1959
|
+
version: z.ZodLiteral<"1.0">;
|
|
1960
|
+
metadata: z.ZodObject<{
|
|
2724
1961
|
name: z.ZodString;
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
1962
|
+
version: z.ZodString;
|
|
1963
|
+
description: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1964
|
+
url: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1965
|
+
icon: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1966
|
+
}, "strip", z.ZodTypeAny, {
|
|
1967
|
+
name: string;
|
|
1968
|
+
version: string;
|
|
1969
|
+
description?: string | undefined;
|
|
1970
|
+
url?: string | undefined;
|
|
1971
|
+
icon?: string | undefined;
|
|
1972
|
+
}, {
|
|
1973
|
+
name: string;
|
|
1974
|
+
version: string;
|
|
1975
|
+
description?: string | undefined;
|
|
1976
|
+
url?: string | undefined;
|
|
1977
|
+
icon?: string | undefined;
|
|
1978
|
+
}>;
|
|
1979
|
+
capabilities: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1980
|
+
type: z.ZodLiteral<"accounts">;
|
|
1981
|
+
canGet: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1982
|
+
canCreateAuthWit: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1983
|
+
}, "strip", z.ZodTypeAny, {
|
|
1984
|
+
type: "accounts";
|
|
1985
|
+
canGet?: boolean | undefined;
|
|
1986
|
+
canCreateAuthWit?: boolean | undefined;
|
|
1987
|
+
}, {
|
|
1988
|
+
type: "accounts";
|
|
1989
|
+
canGet?: boolean | undefined;
|
|
1990
|
+
canCreateAuthWit?: boolean | undefined;
|
|
1991
|
+
}>, z.ZodObject<{
|
|
1992
|
+
type: z.ZodLiteral<"contracts">;
|
|
1993
|
+
contracts: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, "many">]>;
|
|
1994
|
+
canRegister: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1995
|
+
canGetMetadata: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
1996
|
+
}, "strip", z.ZodTypeAny, {
|
|
1997
|
+
type: "contracts";
|
|
1998
|
+
contracts: "*" | AztecAddress[];
|
|
1999
|
+
canRegister?: boolean | undefined;
|
|
2000
|
+
canGetMetadata?: boolean | undefined;
|
|
2001
|
+
}, {
|
|
2002
|
+
type: "contracts";
|
|
2003
|
+
contracts: "*" | any[];
|
|
2004
|
+
canRegister?: boolean | undefined;
|
|
2005
|
+
canGetMetadata?: boolean | undefined;
|
|
2006
|
+
}>, z.ZodObject<{
|
|
2007
|
+
type: z.ZodLiteral<"contractClasses">;
|
|
2008
|
+
classes: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<Fr>, "many">]>;
|
|
2009
|
+
canGetMetadata: z.ZodBoolean;
|
|
2010
|
+
}, "strip", z.ZodTypeAny, {
|
|
2011
|
+
type: "contractClasses";
|
|
2012
|
+
classes: "*" | Fr[];
|
|
2013
|
+
canGetMetadata: boolean;
|
|
2014
|
+
}, {
|
|
2015
|
+
type: "contractClasses";
|
|
2016
|
+
classes: "*" | any[];
|
|
2017
|
+
canGetMetadata: boolean;
|
|
2018
|
+
}>, z.ZodObject<{
|
|
2019
|
+
type: z.ZodLiteral<"simulation">;
|
|
2020
|
+
transactions: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
2021
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
2022
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
2023
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
2768
2024
|
}, "strip", z.ZodTypeAny, {
|
|
2769
|
-
|
|
2025
|
+
contract: "*" | AztecAddress;
|
|
2026
|
+
function: string;
|
|
2770
2027
|
}, {
|
|
2771
|
-
|
|
2772
|
-
|
|
2028
|
+
contract?: any;
|
|
2029
|
+
function: string;
|
|
2030
|
+
}>, "many">]>;
|
|
2773
2031
|
}, "strip", z.ZodTypeAny, {
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
isStatic: boolean;
|
|
2778
|
-
isInitializer: boolean;
|
|
2779
|
-
parameters: {
|
|
2780
|
-
name: string;
|
|
2781
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
2782
|
-
visibility: "databus" | "private" | "public";
|
|
2032
|
+
scope: "*" | {
|
|
2033
|
+
contract: "*" | AztecAddress;
|
|
2034
|
+
function: string;
|
|
2783
2035
|
}[];
|
|
2784
|
-
returnTypes: import("@aztec/stdlib/abi").AbiType[];
|
|
2785
|
-
errorTypes: Record<string, {
|
|
2786
|
-
error_kind: "string";
|
|
2787
|
-
string: string;
|
|
2788
|
-
} | {
|
|
2789
|
-
error_kind: "fmtstring";
|
|
2790
|
-
length: number;
|
|
2791
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
2792
|
-
} | ({
|
|
2793
|
-
error_kind: "custom";
|
|
2794
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
2795
2036
|
}, {
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
isStatic: boolean;
|
|
2800
|
-
isInitializer: boolean;
|
|
2801
|
-
parameters: {
|
|
2802
|
-
name: string;
|
|
2803
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
2804
|
-
visibility: "databus" | "private" | "public";
|
|
2037
|
+
scope: "*" | {
|
|
2038
|
+
contract?: any;
|
|
2039
|
+
function: string;
|
|
2805
2040
|
}[];
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
error_kind: "fmtstring";
|
|
2812
|
-
length: number;
|
|
2813
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
2814
|
-
} | ({
|
|
2815
|
-
error_kind: "custom";
|
|
2816
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
2817
|
-
}>, z.ZodObject<{
|
|
2818
|
-
bytecode: import("@aztec/stdlib/schemas").ZodFor<Buffer<ArrayBufferLike>>;
|
|
2819
|
-
verificationKey: z.ZodOptional<z.ZodString>;
|
|
2820
|
-
debugSymbols: z.ZodString;
|
|
2821
|
-
debug: z.ZodOptional<z.ZodObject<{
|
|
2822
|
-
debugSymbols: z.ZodObject<{
|
|
2823
|
-
location_tree: z.ZodObject<{
|
|
2824
|
-
locations: z.ZodArray<z.ZodObject<{
|
|
2825
|
-
parent: z.ZodNullable<z.ZodNumber>;
|
|
2826
|
-
value: z.ZodObject<{
|
|
2827
|
-
span: z.ZodObject<{
|
|
2828
|
-
start: z.ZodNumber;
|
|
2829
|
-
end: z.ZodNumber;
|
|
2830
|
-
}, "strip", z.ZodTypeAny, {
|
|
2831
|
-
start: number;
|
|
2832
|
-
end: number;
|
|
2833
|
-
}, {
|
|
2834
|
-
start: number;
|
|
2835
|
-
end: number;
|
|
2836
|
-
}>;
|
|
2837
|
-
file: z.ZodNumber;
|
|
2838
|
-
}, "strip", z.ZodTypeAny, {
|
|
2839
|
-
span: {
|
|
2840
|
-
start: number;
|
|
2841
|
-
end: number;
|
|
2842
|
-
};
|
|
2843
|
-
file: number;
|
|
2844
|
-
}, {
|
|
2845
|
-
span: {
|
|
2846
|
-
start: number;
|
|
2847
|
-
end: number;
|
|
2848
|
-
};
|
|
2849
|
-
file: number;
|
|
2850
|
-
}>;
|
|
2851
|
-
}, "strip", z.ZodTypeAny, {
|
|
2852
|
-
parent: number | null;
|
|
2853
|
-
value: {
|
|
2854
|
-
span: {
|
|
2855
|
-
start: number;
|
|
2856
|
-
end: number;
|
|
2857
|
-
};
|
|
2858
|
-
file: number;
|
|
2859
|
-
};
|
|
2860
|
-
}, {
|
|
2861
|
-
parent: number | null;
|
|
2862
|
-
value: {
|
|
2863
|
-
span: {
|
|
2864
|
-
start: number;
|
|
2865
|
-
end: number;
|
|
2866
|
-
};
|
|
2867
|
-
file: number;
|
|
2868
|
-
};
|
|
2869
|
-
}>, "many">;
|
|
2870
|
-
}, "strip", z.ZodTypeAny, {
|
|
2871
|
-
locations: {
|
|
2872
|
-
parent: number | null;
|
|
2873
|
-
value: {
|
|
2874
|
-
span: {
|
|
2875
|
-
start: number;
|
|
2876
|
-
end: number;
|
|
2877
|
-
};
|
|
2878
|
-
file: number;
|
|
2879
|
-
};
|
|
2880
|
-
}[];
|
|
2881
|
-
}, {
|
|
2882
|
-
locations: {
|
|
2883
|
-
parent: number | null;
|
|
2884
|
-
value: {
|
|
2885
|
-
span: {
|
|
2886
|
-
start: number;
|
|
2887
|
-
end: number;
|
|
2888
|
-
};
|
|
2889
|
-
file: number;
|
|
2890
|
-
};
|
|
2891
|
-
}[];
|
|
2892
|
-
}>;
|
|
2893
|
-
acir_locations: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
2894
|
-
brillig_locations: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
2895
|
-
}, "strip", z.ZodTypeAny, {
|
|
2896
|
-
location_tree: {
|
|
2897
|
-
locations: {
|
|
2898
|
-
parent: number | null;
|
|
2899
|
-
value: {
|
|
2900
|
-
span: {
|
|
2901
|
-
start: number;
|
|
2902
|
-
end: number;
|
|
2903
|
-
};
|
|
2904
|
-
file: number;
|
|
2905
|
-
};
|
|
2906
|
-
}[];
|
|
2907
|
-
};
|
|
2908
|
-
acir_locations: Record<string, number>;
|
|
2909
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
2910
|
-
}, {
|
|
2911
|
-
location_tree: {
|
|
2912
|
-
locations: {
|
|
2913
|
-
parent: number | null;
|
|
2914
|
-
value: {
|
|
2915
|
-
span: {
|
|
2916
|
-
start: number;
|
|
2917
|
-
end: number;
|
|
2918
|
-
};
|
|
2919
|
-
file: number;
|
|
2920
|
-
};
|
|
2921
|
-
}[];
|
|
2922
|
-
};
|
|
2923
|
-
acir_locations: Record<string, number>;
|
|
2924
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
2925
|
-
}>;
|
|
2926
|
-
files: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2927
|
-
source: z.ZodString;
|
|
2928
|
-
path: z.ZodString;
|
|
2929
|
-
}, "strip", z.ZodTypeAny, {
|
|
2930
|
-
source: string;
|
|
2931
|
-
path: string;
|
|
2932
|
-
}, {
|
|
2933
|
-
source: string;
|
|
2934
|
-
path: string;
|
|
2935
|
-
}>>;
|
|
2041
|
+
}>>;
|
|
2042
|
+
utilities: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
2043
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
2044
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
2045
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
2936
2046
|
}, "strip", z.ZodTypeAny, {
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
locations: {
|
|
2940
|
-
parent: number | null;
|
|
2941
|
-
value: {
|
|
2942
|
-
span: {
|
|
2943
|
-
start: number;
|
|
2944
|
-
end: number;
|
|
2945
|
-
};
|
|
2946
|
-
file: number;
|
|
2947
|
-
};
|
|
2948
|
-
}[];
|
|
2949
|
-
};
|
|
2950
|
-
acir_locations: Record<string, number>;
|
|
2951
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
2952
|
-
};
|
|
2953
|
-
files: Record<string, {
|
|
2954
|
-
source: string;
|
|
2955
|
-
path: string;
|
|
2956
|
-
}>;
|
|
2047
|
+
contract: "*" | AztecAddress;
|
|
2048
|
+
function: string;
|
|
2957
2049
|
}, {
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
parent: number | null;
|
|
2962
|
-
value: {
|
|
2963
|
-
span: {
|
|
2964
|
-
start: number;
|
|
2965
|
-
end: number;
|
|
2966
|
-
};
|
|
2967
|
-
file: number;
|
|
2968
|
-
};
|
|
2969
|
-
}[];
|
|
2970
|
-
};
|
|
2971
|
-
acir_locations: Record<string, number>;
|
|
2972
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
2973
|
-
};
|
|
2974
|
-
files: Record<string, {
|
|
2975
|
-
source: string;
|
|
2976
|
-
path: string;
|
|
2977
|
-
}>;
|
|
2978
|
-
}>>;
|
|
2050
|
+
contract?: any;
|
|
2051
|
+
function: string;
|
|
2052
|
+
}>, "many">]>;
|
|
2979
2053
|
}, "strip", z.ZodTypeAny, {
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
debugSymbols: {
|
|
2985
|
-
location_tree: {
|
|
2986
|
-
locations: {
|
|
2987
|
-
parent: number | null;
|
|
2988
|
-
value: {
|
|
2989
|
-
span: {
|
|
2990
|
-
start: number;
|
|
2991
|
-
end: number;
|
|
2992
|
-
};
|
|
2993
|
-
file: number;
|
|
2994
|
-
};
|
|
2995
|
-
}[];
|
|
2996
|
-
};
|
|
2997
|
-
acir_locations: Record<string, number>;
|
|
2998
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
2999
|
-
};
|
|
3000
|
-
files: Record<string, {
|
|
3001
|
-
source: string;
|
|
3002
|
-
path: string;
|
|
3003
|
-
}>;
|
|
3004
|
-
} | undefined;
|
|
2054
|
+
scope: "*" | {
|
|
2055
|
+
contract: "*" | AztecAddress;
|
|
2056
|
+
function: string;
|
|
2057
|
+
}[];
|
|
3005
2058
|
}, {
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
debug?: {
|
|
3010
|
-
debugSymbols: {
|
|
3011
|
-
location_tree: {
|
|
3012
|
-
locations: {
|
|
3013
|
-
parent: number | null;
|
|
3014
|
-
value: {
|
|
3015
|
-
span: {
|
|
3016
|
-
start: number;
|
|
3017
|
-
end: number;
|
|
3018
|
-
};
|
|
3019
|
-
file: number;
|
|
3020
|
-
};
|
|
3021
|
-
}[];
|
|
3022
|
-
};
|
|
3023
|
-
acir_locations: Record<string, number>;
|
|
3024
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
3025
|
-
};
|
|
3026
|
-
files: Record<string, {
|
|
3027
|
-
source: string;
|
|
3028
|
-
path: string;
|
|
3029
|
-
}>;
|
|
3030
|
-
} | undefined;
|
|
3031
|
-
}>>, "many">;
|
|
3032
|
-
nonDispatchPublicFunctions: z.ZodArray<z.ZodObject<{
|
|
3033
|
-
name: z.ZodString;
|
|
3034
|
-
functionType: z.ZodNativeEnum<typeof FunctionType>;
|
|
3035
|
-
isOnlySelf: z.ZodBoolean;
|
|
3036
|
-
isStatic: z.ZodBoolean;
|
|
3037
|
-
isInitializer: z.ZodBoolean;
|
|
3038
|
-
parameters: z.ZodArray<z.ZodObject<{
|
|
3039
|
-
name: z.ZodString;
|
|
3040
|
-
type: z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>;
|
|
3041
|
-
visibility: z.ZodEnum<["public", "private", "databus"]>;
|
|
3042
|
-
}, "strip", z.ZodTypeAny, {
|
|
3043
|
-
name: string;
|
|
3044
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
3045
|
-
visibility: "databus" | "private" | "public";
|
|
3046
|
-
}, {
|
|
3047
|
-
name: string;
|
|
3048
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
3049
|
-
visibility: "databus" | "private" | "public";
|
|
3050
|
-
}>, "many">;
|
|
3051
|
-
returnTypes: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
|
|
3052
|
-
errorTypes: z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
3053
|
-
error_kind: z.ZodLiteral<"string">;
|
|
3054
|
-
string: z.ZodString;
|
|
3055
|
-
}, "strip", z.ZodTypeAny, {
|
|
3056
|
-
error_kind: "string";
|
|
3057
|
-
string: string;
|
|
3058
|
-
}, {
|
|
3059
|
-
error_kind: "string";
|
|
3060
|
-
string: string;
|
|
3061
|
-
}>, z.ZodObject<{
|
|
3062
|
-
error_kind: z.ZodLiteral<"fmtstring">;
|
|
3063
|
-
length: z.ZodNumber;
|
|
3064
|
-
item_types: z.ZodArray<z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>, "many">;
|
|
3065
|
-
}, "strip", z.ZodTypeAny, {
|
|
3066
|
-
error_kind: "fmtstring";
|
|
3067
|
-
length: number;
|
|
3068
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
3069
|
-
}, {
|
|
3070
|
-
error_kind: "fmtstring";
|
|
3071
|
-
length: number;
|
|
3072
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
3073
|
-
}>, z.ZodIntersection<z.ZodObject<{
|
|
3074
|
-
error_kind: z.ZodLiteral<"custom">;
|
|
3075
|
-
}, "strip", z.ZodTypeAny, {
|
|
3076
|
-
error_kind: "custom";
|
|
3077
|
-
}, {
|
|
3078
|
-
error_kind: "custom";
|
|
3079
|
-
}>, z.ZodType<import("@aztec/stdlib/abi").AbiType, z.ZodTypeDef, import("@aztec/stdlib/abi").AbiType>>]>>>;
|
|
3080
|
-
}, "strip", z.ZodTypeAny, {
|
|
3081
|
-
name: string;
|
|
3082
|
-
functionType: FunctionType;
|
|
3083
|
-
isOnlySelf: boolean;
|
|
3084
|
-
isStatic: boolean;
|
|
3085
|
-
isInitializer: boolean;
|
|
3086
|
-
parameters: {
|
|
3087
|
-
name: string;
|
|
3088
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
3089
|
-
visibility: "databus" | "private" | "public";
|
|
2059
|
+
scope: "*" | {
|
|
2060
|
+
contract?: any;
|
|
2061
|
+
function: string;
|
|
3090
2062
|
}[];
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
2063
|
+
}>>;
|
|
2064
|
+
}, "strip", z.ZodTypeAny, {
|
|
2065
|
+
type: "simulation";
|
|
2066
|
+
transactions?: {
|
|
2067
|
+
scope: "*" | {
|
|
2068
|
+
contract: "*" | AztecAddress;
|
|
2069
|
+
function: string;
|
|
2070
|
+
}[];
|
|
2071
|
+
} | undefined;
|
|
2072
|
+
utilities?: {
|
|
2073
|
+
scope: "*" | {
|
|
2074
|
+
contract: "*" | AztecAddress;
|
|
2075
|
+
function: string;
|
|
2076
|
+
}[];
|
|
2077
|
+
} | undefined;
|
|
2078
|
+
}, {
|
|
2079
|
+
type: "simulation";
|
|
2080
|
+
transactions?: {
|
|
2081
|
+
scope: "*" | {
|
|
2082
|
+
contract?: any;
|
|
2083
|
+
function: string;
|
|
2084
|
+
}[];
|
|
2085
|
+
} | undefined;
|
|
2086
|
+
utilities?: {
|
|
2087
|
+
scope: "*" | {
|
|
2088
|
+
contract?: any;
|
|
2089
|
+
function: string;
|
|
2090
|
+
}[];
|
|
2091
|
+
} | undefined;
|
|
2092
|
+
}>, z.ZodObject<{
|
|
2093
|
+
type: z.ZodLiteral<"transaction">;
|
|
2094
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
2095
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
2096
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
2097
|
+
}, "strip", z.ZodTypeAny, {
|
|
2098
|
+
contract: "*" | AztecAddress;
|
|
2099
|
+
function: string;
|
|
3102
2100
|
}, {
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
2101
|
+
contract?: any;
|
|
2102
|
+
function: string;
|
|
2103
|
+
}>, "many">]>;
|
|
2104
|
+
}, "strip", z.ZodTypeAny, {
|
|
2105
|
+
type: "transaction";
|
|
2106
|
+
scope: "*" | {
|
|
2107
|
+
contract: "*" | AztecAddress;
|
|
2108
|
+
function: string;
|
|
2109
|
+
}[];
|
|
2110
|
+
}, {
|
|
2111
|
+
type: "transaction";
|
|
2112
|
+
scope: "*" | {
|
|
2113
|
+
contract?: any;
|
|
2114
|
+
function: string;
|
|
2115
|
+
}[];
|
|
2116
|
+
}>, z.ZodObject<{
|
|
2117
|
+
type: z.ZodLiteral<"data">;
|
|
2118
|
+
addressBook: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
2119
|
+
privateEvents: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
2120
|
+
contracts: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, "many">]>;
|
|
2121
|
+
}, "strip", z.ZodTypeAny, {
|
|
2122
|
+
contracts: "*" | AztecAddress[];
|
|
2123
|
+
}, {
|
|
2124
|
+
contracts: "*" | any[];
|
|
2125
|
+
}>>;
|
|
2126
|
+
}, "strip", z.ZodTypeAny, {
|
|
2127
|
+
type: "data";
|
|
2128
|
+
addressBook?: boolean | undefined;
|
|
2129
|
+
privateEvents?: {
|
|
2130
|
+
contracts: "*" | AztecAddress[];
|
|
2131
|
+
} | undefined;
|
|
2132
|
+
}, {
|
|
2133
|
+
type: "data";
|
|
2134
|
+
addressBook?: boolean | undefined;
|
|
2135
|
+
privateEvents?: {
|
|
2136
|
+
contracts: "*" | any[];
|
|
2137
|
+
} | undefined;
|
|
2138
|
+
}>]>, "many">;
|
|
2139
|
+
behavior: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
2140
|
+
mode: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodEnum<["strict", "permissive"]>>;
|
|
2141
|
+
expiration: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
|
|
2142
|
+
}, "strip", z.ZodTypeAny, {
|
|
2143
|
+
mode?: "permissive" | "strict" | undefined;
|
|
2144
|
+
expiration?: number | undefined;
|
|
2145
|
+
}, {
|
|
2146
|
+
mode?: "permissive" | "strict" | undefined;
|
|
2147
|
+
expiration?: number | undefined;
|
|
2148
|
+
}>>;
|
|
2149
|
+
}, "strip", z.ZodTypeAny, {
|
|
2150
|
+
version: "1.0";
|
|
2151
|
+
metadata: {
|
|
2152
|
+
name: string;
|
|
2153
|
+
version: string;
|
|
2154
|
+
description?: string | undefined;
|
|
2155
|
+
url?: string | undefined;
|
|
2156
|
+
icon?: string | undefined;
|
|
2157
|
+
};
|
|
2158
|
+
capabilities: ({
|
|
2159
|
+
type: "accounts";
|
|
2160
|
+
canGet?: boolean | undefined;
|
|
2161
|
+
canCreateAuthWit?: boolean | undefined;
|
|
2162
|
+
} | {
|
|
2163
|
+
type: "contracts";
|
|
2164
|
+
contracts: "*" | AztecAddress[];
|
|
2165
|
+
canRegister?: boolean | undefined;
|
|
2166
|
+
canGetMetadata?: boolean | undefined;
|
|
2167
|
+
} | {
|
|
2168
|
+
type: "contractClasses";
|
|
2169
|
+
classes: "*" | Fr[];
|
|
2170
|
+
canGetMetadata: boolean;
|
|
2171
|
+
} | {
|
|
2172
|
+
type: "simulation";
|
|
2173
|
+
transactions?: {
|
|
2174
|
+
scope: "*" | {
|
|
2175
|
+
contract: "*" | AztecAddress;
|
|
2176
|
+
function: string;
|
|
3112
2177
|
}[];
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
2178
|
+
} | undefined;
|
|
2179
|
+
utilities?: {
|
|
2180
|
+
scope: "*" | {
|
|
2181
|
+
contract: "*" | AztecAddress;
|
|
2182
|
+
function: string;
|
|
2183
|
+
}[];
|
|
2184
|
+
} | undefined;
|
|
2185
|
+
} | {
|
|
2186
|
+
type: "transaction";
|
|
2187
|
+
scope: "*" | {
|
|
2188
|
+
contract: "*" | AztecAddress;
|
|
2189
|
+
function: string;
|
|
2190
|
+
}[];
|
|
2191
|
+
} | {
|
|
2192
|
+
type: "data";
|
|
2193
|
+
addressBook?: boolean | undefined;
|
|
2194
|
+
privateEvents?: {
|
|
2195
|
+
contracts: "*" | AztecAddress[];
|
|
2196
|
+
} | undefined;
|
|
2197
|
+
})[];
|
|
2198
|
+
behavior?: {
|
|
2199
|
+
mode?: "permissive" | "strict" | undefined;
|
|
2200
|
+
expiration?: number | undefined;
|
|
2201
|
+
} | undefined;
|
|
2202
|
+
}, {
|
|
2203
|
+
version: "1.0";
|
|
2204
|
+
metadata: {
|
|
2205
|
+
name: string;
|
|
2206
|
+
version: string;
|
|
2207
|
+
description?: string | undefined;
|
|
2208
|
+
url?: string | undefined;
|
|
2209
|
+
icon?: string | undefined;
|
|
2210
|
+
};
|
|
2211
|
+
capabilities: ({
|
|
2212
|
+
type: "accounts";
|
|
2213
|
+
canGet?: boolean | undefined;
|
|
2214
|
+
canCreateAuthWit?: boolean | undefined;
|
|
2215
|
+
} | {
|
|
2216
|
+
type: "contracts";
|
|
2217
|
+
contracts: "*" | any[];
|
|
2218
|
+
canRegister?: boolean | undefined;
|
|
2219
|
+
canGetMetadata?: boolean | undefined;
|
|
2220
|
+
} | {
|
|
2221
|
+
type: "contractClasses";
|
|
2222
|
+
classes: "*" | any[];
|
|
2223
|
+
canGetMetadata: boolean;
|
|
2224
|
+
} | {
|
|
2225
|
+
type: "simulation";
|
|
2226
|
+
transactions?: {
|
|
2227
|
+
scope: "*" | {
|
|
2228
|
+
contract?: any;
|
|
2229
|
+
function: string;
|
|
2230
|
+
}[];
|
|
2231
|
+
} | undefined;
|
|
2232
|
+
utilities?: {
|
|
2233
|
+
scope: "*" | {
|
|
2234
|
+
contract?: any;
|
|
2235
|
+
function: string;
|
|
2236
|
+
}[];
|
|
2237
|
+
} | undefined;
|
|
2238
|
+
} | {
|
|
2239
|
+
type: "transaction";
|
|
2240
|
+
scope: "*" | {
|
|
2241
|
+
contract?: any;
|
|
2242
|
+
function: string;
|
|
2243
|
+
}[];
|
|
2244
|
+
} | {
|
|
2245
|
+
type: "data";
|
|
2246
|
+
addressBook?: boolean | undefined;
|
|
2247
|
+
privateEvents?: {
|
|
2248
|
+
contracts: "*" | any[];
|
|
2249
|
+
} | undefined;
|
|
2250
|
+
})[];
|
|
2251
|
+
behavior?: {
|
|
2252
|
+
mode?: "permissive" | "strict" | undefined;
|
|
2253
|
+
expiration?: number | undefined;
|
|
2254
|
+
} | undefined;
|
|
2255
|
+
}>;
|
|
2256
|
+
export declare const WalletCapabilitiesSchema: z.ZodObject<{
|
|
2257
|
+
version: z.ZodLiteral<"1.0">;
|
|
2258
|
+
granted: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2259
|
+
type: z.ZodLiteral<"accounts">;
|
|
2260
|
+
canGet: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
2261
|
+
canCreateAuthWit: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
2262
|
+
} & {
|
|
2263
|
+
accounts: z.ZodArray<z.ZodObject<{
|
|
2264
|
+
alias: z.ZodString;
|
|
2265
|
+
item: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
|
|
3128
2266
|
}, "strip", z.ZodTypeAny, {
|
|
3129
|
-
|
|
3130
|
-
|
|
2267
|
+
alias: string;
|
|
2268
|
+
item: AztecAddress;
|
|
3131
2269
|
}, {
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
}>;
|
|
3135
|
-
|
|
3136
|
-
|
|
2270
|
+
alias: string;
|
|
2271
|
+
item?: any;
|
|
2272
|
+
}>, "many">;
|
|
2273
|
+
}, "strip", z.ZodTypeAny, {
|
|
2274
|
+
type: "accounts";
|
|
2275
|
+
canGet?: boolean | undefined;
|
|
2276
|
+
canCreateAuthWit?: boolean | undefined;
|
|
2277
|
+
accounts: {
|
|
2278
|
+
alias: string;
|
|
2279
|
+
item: AztecAddress;
|
|
2280
|
+
}[];
|
|
2281
|
+
}, {
|
|
2282
|
+
type: "accounts";
|
|
2283
|
+
canGet?: boolean | undefined;
|
|
2284
|
+
canCreateAuthWit?: boolean | undefined;
|
|
2285
|
+
accounts: {
|
|
2286
|
+
alias: string;
|
|
2287
|
+
item?: any;
|
|
2288
|
+
}[];
|
|
2289
|
+
}>, z.ZodObject<{
|
|
2290
|
+
type: z.ZodLiteral<"contracts">;
|
|
2291
|
+
contracts: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, "many">]>;
|
|
2292
|
+
canRegister: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
2293
|
+
canGetMetadata: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
2294
|
+
}, "strip", z.ZodTypeAny, {
|
|
2295
|
+
type: "contracts";
|
|
2296
|
+
contracts: "*" | AztecAddress[];
|
|
2297
|
+
canRegister?: boolean | undefined;
|
|
2298
|
+
canGetMetadata?: boolean | undefined;
|
|
2299
|
+
}, {
|
|
2300
|
+
type: "contracts";
|
|
2301
|
+
contracts: "*" | any[];
|
|
2302
|
+
canRegister?: boolean | undefined;
|
|
2303
|
+
canGetMetadata?: boolean | undefined;
|
|
2304
|
+
}>, z.ZodObject<{
|
|
2305
|
+
type: z.ZodLiteral<"contractClasses">;
|
|
2306
|
+
classes: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<Fr>, "many">]>;
|
|
2307
|
+
canGetMetadata: z.ZodBoolean;
|
|
2308
|
+
}, "strip", z.ZodTypeAny, {
|
|
2309
|
+
type: "contractClasses";
|
|
2310
|
+
classes: "*" | Fr[];
|
|
2311
|
+
canGetMetadata: boolean;
|
|
2312
|
+
}, {
|
|
2313
|
+
type: "contractClasses";
|
|
2314
|
+
classes: "*" | any[];
|
|
2315
|
+
canGetMetadata: boolean;
|
|
2316
|
+
}>, z.ZodObject<{
|
|
2317
|
+
type: z.ZodLiteral<"simulation">;
|
|
2318
|
+
transactions: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
2319
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
2320
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
2321
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
2322
|
+
}, "strip", z.ZodTypeAny, {
|
|
2323
|
+
contract: "*" | AztecAddress;
|
|
2324
|
+
function: string;
|
|
2325
|
+
}, {
|
|
2326
|
+
contract?: any;
|
|
2327
|
+
function: string;
|
|
2328
|
+
}>, "many">]>;
|
|
3137
2329
|
}, "strip", z.ZodTypeAny, {
|
|
3138
|
-
|
|
2330
|
+
scope: "*" | {
|
|
2331
|
+
contract: "*" | AztecAddress;
|
|
2332
|
+
function: string;
|
|
2333
|
+
}[];
|
|
3139
2334
|
}, {
|
|
3140
|
-
|
|
2335
|
+
scope: "*" | {
|
|
2336
|
+
contract?: any;
|
|
2337
|
+
function: string;
|
|
2338
|
+
}[];
|
|
3141
2339
|
}>>;
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
2340
|
+
utilities: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
2341
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
2342
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
2343
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
2344
|
+
}, "strip", z.ZodTypeAny, {
|
|
2345
|
+
contract: "*" | AztecAddress;
|
|
2346
|
+
function: string;
|
|
2347
|
+
}, {
|
|
2348
|
+
contract?: any;
|
|
2349
|
+
function: string;
|
|
2350
|
+
}>, "many">]>;
|
|
3145
2351
|
}, "strip", z.ZodTypeAny, {
|
|
3146
|
-
|
|
3147
|
-
|
|
2352
|
+
scope: "*" | {
|
|
2353
|
+
contract: "*" | AztecAddress;
|
|
2354
|
+
function: string;
|
|
2355
|
+
}[];
|
|
3148
2356
|
}, {
|
|
3149
|
-
|
|
3150
|
-
|
|
2357
|
+
scope: "*" | {
|
|
2358
|
+
contract?: any;
|
|
2359
|
+
function: string;
|
|
2360
|
+
}[];
|
|
3151
2361
|
}>>;
|
|
3152
2362
|
}, "strip", z.ZodTypeAny, {
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
isStatic: boolean;
|
|
3159
|
-
isInitializer: boolean;
|
|
3160
|
-
parameters: {
|
|
3161
|
-
name: string;
|
|
3162
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
3163
|
-
visibility: "databus" | "private" | "public";
|
|
2363
|
+
type: "simulation";
|
|
2364
|
+
transactions?: {
|
|
2365
|
+
scope: "*" | {
|
|
2366
|
+
contract: "*" | AztecAddress;
|
|
2367
|
+
function: string;
|
|
3164
2368
|
}[];
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
error_kind: "fmtstring";
|
|
3171
|
-
length: number;
|
|
3172
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
3173
|
-
} | ({
|
|
3174
|
-
error_kind: "custom";
|
|
3175
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
3176
|
-
} & {
|
|
3177
|
-
bytecode: Buffer<ArrayBufferLike>;
|
|
3178
|
-
verificationKey?: string | undefined;
|
|
3179
|
-
debugSymbols: string;
|
|
3180
|
-
debug?: {
|
|
3181
|
-
debugSymbols: {
|
|
3182
|
-
location_tree: {
|
|
3183
|
-
locations: {
|
|
3184
|
-
parent: number | null;
|
|
3185
|
-
value: {
|
|
3186
|
-
span: {
|
|
3187
|
-
start: number;
|
|
3188
|
-
end: number;
|
|
3189
|
-
};
|
|
3190
|
-
file: number;
|
|
3191
|
-
};
|
|
3192
|
-
}[];
|
|
3193
|
-
};
|
|
3194
|
-
acir_locations: Record<string, number>;
|
|
3195
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
3196
|
-
};
|
|
3197
|
-
files: Record<string, {
|
|
3198
|
-
source: string;
|
|
3199
|
-
path: string;
|
|
3200
|
-
}>;
|
|
3201
|
-
} | undefined;
|
|
3202
|
-
})[];
|
|
3203
|
-
nonDispatchPublicFunctions: {
|
|
3204
|
-
name: string;
|
|
3205
|
-
functionType: FunctionType;
|
|
3206
|
-
isOnlySelf: boolean;
|
|
3207
|
-
isStatic: boolean;
|
|
3208
|
-
isInitializer: boolean;
|
|
3209
|
-
parameters: {
|
|
3210
|
-
name: string;
|
|
3211
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
3212
|
-
visibility: "databus" | "private" | "public";
|
|
2369
|
+
} | undefined;
|
|
2370
|
+
utilities?: {
|
|
2371
|
+
scope: "*" | {
|
|
2372
|
+
contract: "*" | AztecAddress;
|
|
2373
|
+
function: string;
|
|
3213
2374
|
}[];
|
|
3214
|
-
|
|
3215
|
-
errorTypes: Record<string, {
|
|
3216
|
-
error_kind: "string";
|
|
3217
|
-
string: string;
|
|
3218
|
-
} | {
|
|
3219
|
-
error_kind: "fmtstring";
|
|
3220
|
-
length: number;
|
|
3221
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
3222
|
-
} | ({
|
|
3223
|
-
error_kind: "custom";
|
|
3224
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
3225
|
-
}[];
|
|
3226
|
-
outputs: {
|
|
3227
|
-
structs: Record<string, import("@aztec/stdlib/abi").AbiType[]>;
|
|
3228
|
-
globals: Record<string, import("@aztec/stdlib/abi").AbiValue[]>;
|
|
3229
|
-
};
|
|
3230
|
-
storageLayout: Record<string, {
|
|
3231
|
-
slot: Fr;
|
|
3232
|
-
}>;
|
|
3233
|
-
fileMap: Record<number, {
|
|
3234
|
-
source: string;
|
|
3235
|
-
path: string;
|
|
3236
|
-
}>;
|
|
2375
|
+
} | undefined;
|
|
3237
2376
|
}, {
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
isStatic: boolean;
|
|
3244
|
-
isInitializer: boolean;
|
|
3245
|
-
parameters: {
|
|
3246
|
-
name: string;
|
|
3247
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
3248
|
-
visibility: "databus" | "private" | "public";
|
|
2377
|
+
type: "simulation";
|
|
2378
|
+
transactions?: {
|
|
2379
|
+
scope: "*" | {
|
|
2380
|
+
contract?: any;
|
|
2381
|
+
function: string;
|
|
3249
2382
|
}[];
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
error_kind: "fmtstring";
|
|
3256
|
-
length: number;
|
|
3257
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
3258
|
-
} | ({
|
|
3259
|
-
error_kind: "custom";
|
|
3260
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
3261
|
-
} & {
|
|
3262
|
-
bytecode?: any;
|
|
3263
|
-
verificationKey?: string | undefined;
|
|
3264
|
-
debugSymbols: string;
|
|
3265
|
-
debug?: {
|
|
3266
|
-
debugSymbols: {
|
|
3267
|
-
location_tree: {
|
|
3268
|
-
locations: {
|
|
3269
|
-
parent: number | null;
|
|
3270
|
-
value: {
|
|
3271
|
-
span: {
|
|
3272
|
-
start: number;
|
|
3273
|
-
end: number;
|
|
3274
|
-
};
|
|
3275
|
-
file: number;
|
|
3276
|
-
};
|
|
3277
|
-
}[];
|
|
3278
|
-
};
|
|
3279
|
-
acir_locations: Record<string, number>;
|
|
3280
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
3281
|
-
};
|
|
3282
|
-
files: Record<string, {
|
|
3283
|
-
source: string;
|
|
3284
|
-
path: string;
|
|
3285
|
-
}>;
|
|
3286
|
-
} | undefined;
|
|
3287
|
-
})[];
|
|
3288
|
-
nonDispatchPublicFunctions: {
|
|
3289
|
-
name: string;
|
|
3290
|
-
functionType: FunctionType;
|
|
3291
|
-
isOnlySelf: boolean;
|
|
3292
|
-
isStatic: boolean;
|
|
3293
|
-
isInitializer: boolean;
|
|
3294
|
-
parameters: {
|
|
3295
|
-
name: string;
|
|
3296
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
3297
|
-
visibility: "databus" | "private" | "public";
|
|
2383
|
+
} | undefined;
|
|
2384
|
+
utilities?: {
|
|
2385
|
+
scope: "*" | {
|
|
2386
|
+
contract?: any;
|
|
2387
|
+
function: string;
|
|
3298
2388
|
}[];
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
2389
|
+
} | undefined;
|
|
2390
|
+
}>, z.ZodObject<{
|
|
2391
|
+
type: z.ZodLiteral<"transaction">;
|
|
2392
|
+
scope: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<z.ZodObject<{
|
|
2393
|
+
contract: z.ZodUnion<[import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, z.ZodLiteral<"*">]>;
|
|
2394
|
+
function: z.ZodUnion<[z.ZodString, z.ZodLiteral<"*">]>;
|
|
2395
|
+
}, "strip", z.ZodTypeAny, {
|
|
2396
|
+
contract: "*" | AztecAddress;
|
|
2397
|
+
function: string;
|
|
2398
|
+
}, {
|
|
2399
|
+
contract?: any;
|
|
2400
|
+
function: string;
|
|
2401
|
+
}>, "many">]>;
|
|
2402
|
+
}, "strip", z.ZodTypeAny, {
|
|
2403
|
+
type: "transaction";
|
|
2404
|
+
scope: "*" | {
|
|
2405
|
+
contract: "*" | AztecAddress;
|
|
2406
|
+
function: string;
|
|
3310
2407
|
}[];
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
slot: string;
|
|
3317
|
-
}>;
|
|
3318
|
-
fileMap: Record<number, {
|
|
3319
|
-
source: string;
|
|
3320
|
-
path: string;
|
|
3321
|
-
}>;
|
|
3322
|
-
}>, z.ZodUndefined]>;
|
|
3323
|
-
}, "strip", z.ZodTypeAny, {
|
|
3324
|
-
contractClass?: {
|
|
3325
|
-
version: 1;
|
|
3326
|
-
artifactHash: Fr;
|
|
3327
|
-
privateFunctions: {
|
|
3328
|
-
selector: import("@aztec/stdlib/abi").FunctionSelector;
|
|
3329
|
-
vkHash: Fr;
|
|
2408
|
+
}, {
|
|
2409
|
+
type: "transaction";
|
|
2410
|
+
scope: "*" | {
|
|
2411
|
+
contract?: any;
|
|
2412
|
+
function: string;
|
|
3330
2413
|
}[];
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
2414
|
+
}>, z.ZodObject<{
|
|
2415
|
+
type: z.ZodLiteral<"data">;
|
|
2416
|
+
addressBook: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodBoolean>;
|
|
2417
|
+
privateEvents: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodObject<{
|
|
2418
|
+
contracts: z.ZodUnion<[z.ZodLiteral<"*">, z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, "many">]>;
|
|
2419
|
+
}, "strip", z.ZodTypeAny, {
|
|
2420
|
+
contracts: "*" | AztecAddress[];
|
|
2421
|
+
}, {
|
|
2422
|
+
contracts: "*" | any[];
|
|
2423
|
+
}>>;
|
|
2424
|
+
}, "strip", z.ZodTypeAny, {
|
|
2425
|
+
type: "data";
|
|
2426
|
+
addressBook?: boolean | undefined;
|
|
2427
|
+
privateEvents?: {
|
|
2428
|
+
contracts: "*" | AztecAddress[];
|
|
2429
|
+
} | undefined;
|
|
2430
|
+
}, {
|
|
2431
|
+
type: "data";
|
|
2432
|
+
addressBook?: boolean | undefined;
|
|
2433
|
+
privateEvents?: {
|
|
2434
|
+
contracts: "*" | any[];
|
|
2435
|
+
} | undefined;
|
|
2436
|
+
}>]>, "many">;
|
|
2437
|
+
wallet: z.ZodObject<{
|
|
2438
|
+
name: z.ZodString;
|
|
2439
|
+
version: z.ZodString;
|
|
2440
|
+
}, "strip", z.ZodTypeAny, {
|
|
2441
|
+
name: string;
|
|
2442
|
+
version: string;
|
|
2443
|
+
}, {
|
|
3336
2444
|
name: string;
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
2445
|
+
version: string;
|
|
2446
|
+
}>;
|
|
2447
|
+
expiresAt: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodNumber>;
|
|
2448
|
+
}, "strip", z.ZodTypeAny, {
|
|
2449
|
+
version: "1.0";
|
|
2450
|
+
granted: ({
|
|
2451
|
+
type: "accounts";
|
|
2452
|
+
canGet?: boolean | undefined;
|
|
2453
|
+
canCreateAuthWit?: boolean | undefined;
|
|
2454
|
+
accounts: {
|
|
2455
|
+
alias: string;
|
|
2456
|
+
item: AztecAddress;
|
|
2457
|
+
}[];
|
|
2458
|
+
} | {
|
|
2459
|
+
type: "contracts";
|
|
2460
|
+
contracts: "*" | AztecAddress[];
|
|
2461
|
+
canRegister?: boolean | undefined;
|
|
2462
|
+
canGetMetadata?: boolean | undefined;
|
|
2463
|
+
} | {
|
|
2464
|
+
type: "contractClasses";
|
|
2465
|
+
classes: "*" | Fr[];
|
|
2466
|
+
canGetMetadata: boolean;
|
|
2467
|
+
} | {
|
|
2468
|
+
type: "simulation";
|
|
2469
|
+
transactions?: {
|
|
2470
|
+
scope: "*" | {
|
|
2471
|
+
contract: "*" | AztecAddress;
|
|
2472
|
+
function: string;
|
|
3347
2473
|
}[];
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
error_kind: "fmtstring";
|
|
3354
|
-
length: number;
|
|
3355
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
3356
|
-
} | ({
|
|
3357
|
-
error_kind: "custom";
|
|
3358
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
3359
|
-
} & {
|
|
3360
|
-
bytecode: Buffer<ArrayBufferLike>;
|
|
3361
|
-
verificationKey?: string | undefined;
|
|
3362
|
-
debugSymbols: string;
|
|
3363
|
-
debug?: {
|
|
3364
|
-
debugSymbols: {
|
|
3365
|
-
location_tree: {
|
|
3366
|
-
locations: {
|
|
3367
|
-
parent: number | null;
|
|
3368
|
-
value: {
|
|
3369
|
-
span: {
|
|
3370
|
-
start: number;
|
|
3371
|
-
end: number;
|
|
3372
|
-
};
|
|
3373
|
-
file: number;
|
|
3374
|
-
};
|
|
3375
|
-
}[];
|
|
3376
|
-
};
|
|
3377
|
-
acir_locations: Record<string, number>;
|
|
3378
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
3379
|
-
};
|
|
3380
|
-
files: Record<string, {
|
|
3381
|
-
source: string;
|
|
3382
|
-
path: string;
|
|
3383
|
-
}>;
|
|
3384
|
-
} | undefined;
|
|
3385
|
-
})[];
|
|
3386
|
-
nonDispatchPublicFunctions: {
|
|
3387
|
-
name: string;
|
|
3388
|
-
functionType: FunctionType;
|
|
3389
|
-
isOnlySelf: boolean;
|
|
3390
|
-
isStatic: boolean;
|
|
3391
|
-
isInitializer: boolean;
|
|
3392
|
-
parameters: {
|
|
3393
|
-
name: string;
|
|
3394
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
3395
|
-
visibility: "databus" | "private" | "public";
|
|
2474
|
+
} | undefined;
|
|
2475
|
+
utilities?: {
|
|
2476
|
+
scope: "*" | {
|
|
2477
|
+
contract: "*" | AztecAddress;
|
|
2478
|
+
function: string;
|
|
3396
2479
|
}[];
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
length: number;
|
|
3404
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
3405
|
-
} | ({
|
|
3406
|
-
error_kind: "custom";
|
|
3407
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
2480
|
+
} | undefined;
|
|
2481
|
+
} | {
|
|
2482
|
+
type: "transaction";
|
|
2483
|
+
scope: "*" | {
|
|
2484
|
+
contract: "*" | AztecAddress;
|
|
2485
|
+
function: string;
|
|
3408
2486
|
}[];
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
2487
|
+
} | {
|
|
2488
|
+
type: "data";
|
|
2489
|
+
addressBook?: boolean | undefined;
|
|
2490
|
+
privateEvents?: {
|
|
2491
|
+
contracts: "*" | AztecAddress[];
|
|
2492
|
+
} | undefined;
|
|
2493
|
+
})[];
|
|
2494
|
+
wallet: {
|
|
2495
|
+
name: string;
|
|
2496
|
+
version: string;
|
|
2497
|
+
};
|
|
2498
|
+
expiresAt?: number | undefined;
|
|
3421
2499
|
}, {
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
2500
|
+
version: "1.0";
|
|
2501
|
+
granted: ({
|
|
2502
|
+
type: "accounts";
|
|
2503
|
+
canGet?: boolean | undefined;
|
|
2504
|
+
canCreateAuthWit?: boolean | undefined;
|
|
2505
|
+
accounts: {
|
|
2506
|
+
alias: string;
|
|
2507
|
+
item?: any;
|
|
3428
2508
|
}[];
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
visibility: "databus" | "private" | "public";
|
|
2509
|
+
} | {
|
|
2510
|
+
type: "contracts";
|
|
2511
|
+
contracts: "*" | any[];
|
|
2512
|
+
canRegister?: boolean | undefined;
|
|
2513
|
+
canGetMetadata?: boolean | undefined;
|
|
2514
|
+
} | {
|
|
2515
|
+
type: "contractClasses";
|
|
2516
|
+
classes: "*" | any[];
|
|
2517
|
+
canGetMetadata: boolean;
|
|
2518
|
+
} | {
|
|
2519
|
+
type: "simulation";
|
|
2520
|
+
transactions?: {
|
|
2521
|
+
scope: "*" | {
|
|
2522
|
+
contract?: any;
|
|
2523
|
+
function: string;
|
|
3445
2524
|
}[];
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
error_kind: "fmtstring";
|
|
3452
|
-
length: number;
|
|
3453
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
3454
|
-
} | ({
|
|
3455
|
-
error_kind: "custom";
|
|
3456
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
3457
|
-
} & {
|
|
3458
|
-
bytecode?: any;
|
|
3459
|
-
verificationKey?: string | undefined;
|
|
3460
|
-
debugSymbols: string;
|
|
3461
|
-
debug?: {
|
|
3462
|
-
debugSymbols: {
|
|
3463
|
-
location_tree: {
|
|
3464
|
-
locations: {
|
|
3465
|
-
parent: number | null;
|
|
3466
|
-
value: {
|
|
3467
|
-
span: {
|
|
3468
|
-
start: number;
|
|
3469
|
-
end: number;
|
|
3470
|
-
};
|
|
3471
|
-
file: number;
|
|
3472
|
-
};
|
|
3473
|
-
}[];
|
|
3474
|
-
};
|
|
3475
|
-
acir_locations: Record<string, number>;
|
|
3476
|
-
brillig_locations: Record<string, Record<string, number>>;
|
|
3477
|
-
};
|
|
3478
|
-
files: Record<string, {
|
|
3479
|
-
source: string;
|
|
3480
|
-
path: string;
|
|
3481
|
-
}>;
|
|
3482
|
-
} | undefined;
|
|
3483
|
-
})[];
|
|
3484
|
-
nonDispatchPublicFunctions: {
|
|
3485
|
-
name: string;
|
|
3486
|
-
functionType: FunctionType;
|
|
3487
|
-
isOnlySelf: boolean;
|
|
3488
|
-
isStatic: boolean;
|
|
3489
|
-
isInitializer: boolean;
|
|
3490
|
-
parameters: {
|
|
3491
|
-
name: string;
|
|
3492
|
-
type: import("@aztec/stdlib/abi").AbiType;
|
|
3493
|
-
visibility: "databus" | "private" | "public";
|
|
2525
|
+
} | undefined;
|
|
2526
|
+
utilities?: {
|
|
2527
|
+
scope: "*" | {
|
|
2528
|
+
contract?: any;
|
|
2529
|
+
function: string;
|
|
3494
2530
|
}[];
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
length: number;
|
|
3502
|
-
item_types: import("@aztec/stdlib/abi").AbiType[];
|
|
3503
|
-
} | ({
|
|
3504
|
-
error_kind: "custom";
|
|
3505
|
-
} & import("@aztec/stdlib/abi").AbiType) | undefined>;
|
|
2531
|
+
} | undefined;
|
|
2532
|
+
} | {
|
|
2533
|
+
type: "transaction";
|
|
2534
|
+
scope: "*" | {
|
|
2535
|
+
contract?: any;
|
|
2536
|
+
function: string;
|
|
3506
2537
|
}[];
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
2538
|
+
} | {
|
|
2539
|
+
type: "data";
|
|
2540
|
+
addressBook?: boolean | undefined;
|
|
2541
|
+
privateEvents?: {
|
|
2542
|
+
contracts: "*" | any[];
|
|
2543
|
+
} | undefined;
|
|
2544
|
+
})[];
|
|
2545
|
+
wallet: {
|
|
2546
|
+
name: string;
|
|
2547
|
+
version: string;
|
|
2548
|
+
};
|
|
2549
|
+
expiresAt?: number | undefined;
|
|
3519
2550
|
}>;
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
fieldNames: z.ZodArray<z.ZodString, "many">;
|
|
2551
|
+
declare const BatchedMethodSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObject<{
|
|
2552
|
+
name: z.ZodLiteral<"createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "requestCapabilities" | "sendTx" | "simulateTx" | "simulateUtility">;
|
|
2553
|
+
args: z.ZodTuple<any, any>;
|
|
3524
2554
|
}, "strip", z.ZodTypeAny, {
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
fieldNames: string[];
|
|
2555
|
+
name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "requestCapabilities" | "sendTx" | "simulateTx" | "simulateUtility";
|
|
2556
|
+
args: any[];
|
|
3528
2557
|
}, {
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
export declare const PrivateEventFilterSchema: z.ZodObject<{
|
|
3535
|
-
contractAddress: import("@aztec/stdlib/schemas").ZodFor<AztecAddress>;
|
|
3536
|
-
scopes: z.ZodArray<import("@aztec/stdlib/schemas").ZodFor<AztecAddress>, "many">;
|
|
3537
|
-
txHash: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, Buffer<ArrayBuffer>, string>, TxHash, string>>;
|
|
3538
|
-
fromBlock: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, BlockNumber, string | number | bigint>>;
|
|
3539
|
-
toBlock: import("../../../foundation/dest/schemas/utils.js").ZodNullableOptional<z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, BlockNumber, string | number | bigint>>;
|
|
2558
|
+
name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "requestCapabilities" | "sendTx" | "simulateTx" | "simulateUtility";
|
|
2559
|
+
args: any[];
|
|
2560
|
+
}>, ...z.ZodObject<{
|
|
2561
|
+
name: z.ZodLiteral<"createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "requestCapabilities" | "sendTx" | "simulateTx" | "simulateUtility">;
|
|
2562
|
+
args: z.ZodTuple<any, any>;
|
|
3540
2563
|
}, "strip", z.ZodTypeAny, {
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
txHash?: TxHash | undefined;
|
|
3544
|
-
fromBlock?: BlockNumber | undefined;
|
|
3545
|
-
toBlock?: BlockNumber | undefined;
|
|
2564
|
+
name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "requestCapabilities" | "sendTx" | "simulateTx" | "simulateUtility";
|
|
2565
|
+
args: any[];
|
|
3546
2566
|
}, {
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
}
|
|
2567
|
+
name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "requestCapabilities" | "sendTx" | "simulateTx" | "simulateUtility";
|
|
2568
|
+
args: any[];
|
|
2569
|
+
}>[]]>, BatchedResultSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObject<{
|
|
2570
|
+
name: z.ZodLiteral<"createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "requestCapabilities" | "sendTx" | "simulateTx" | "simulateUtility">;
|
|
2571
|
+
result: z.ZodTypeAny;
|
|
2572
|
+
}, "strip", z.ZodTypeAny, {
|
|
2573
|
+
name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "requestCapabilities" | "sendTx" | "simulateTx" | "simulateUtility";
|
|
2574
|
+
result?: any;
|
|
2575
|
+
}, {
|
|
2576
|
+
name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "requestCapabilities" | "sendTx" | "simulateTx" | "simulateUtility";
|
|
2577
|
+
result?: any;
|
|
2578
|
+
}>, ...z.ZodObject<{
|
|
2579
|
+
name: z.ZodLiteral<"createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "requestCapabilities" | "sendTx" | "simulateTx" | "simulateUtility">;
|
|
2580
|
+
result: z.ZodTypeAny;
|
|
2581
|
+
}, "strip", z.ZodTypeAny, {
|
|
2582
|
+
name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "requestCapabilities" | "sendTx" | "simulateTx" | "simulateUtility";
|
|
2583
|
+
result?: any;
|
|
2584
|
+
}, {
|
|
2585
|
+
name: "createAuthWit" | "getAccounts" | "getAddressBook" | "getChainInfo" | "getContractClassMetadata" | "getContractMetadata" | "getPrivateEvents" | "profileTx" | "registerContract" | "registerSender" | "requestCapabilities" | "sendTx" | "simulateTx" | "simulateUtility";
|
|
2586
|
+
result?: any;
|
|
2587
|
+
}>[]]>;
|
|
2588
|
+
export { BatchedMethodSchema, BatchedResultSchema };
|
|
3553
2589
|
export declare const WalletSchema: ApiSchemaFor<Wallet>;
|
|
3554
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2FsbGV0LmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvd2FsbGV0L3dhbGxldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxTQUFTLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUMvRCxPQUFPLEVBQUUsV0FBVyxFQUE2QixNQUFNLGlDQUFpQyxDQUFDO0FBQ3pGLE9BQU8sS0FBSyxFQUFFLEVBQUUsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQ3pELE9BQU8sRUFHTCxLQUFLLGdCQUFnQixFQUVyQixLQUFLLHVCQUF1QixFQUM1QixLQUFLLFlBQVksRUFDakIsWUFBWSxFQUNiLE1BQU0sbUJBQW1CLENBQUM7QUFDM0IsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3pELE9BQU8sS0FBSyxFQUFFLFlBQVksRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ2hFLE9BQU8sRUFDTCxLQUFLLHFCQUFxQixFQUUxQixLQUFLLDJCQUEyQixFQUVoQyxLQUFLLGdCQUFnQixFQUN0QixNQUFNLHdCQUF3QixDQUFDO0FBQ2hDLE9BQU8sRUFBRSxHQUFHLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUN4QyxPQUFPLEVBQW9CLEtBQUssWUFBWSxFQUE2QixNQUFNLHVCQUF1QixDQUFDO0FBQ3ZHLE9BQU8sRUFDTCxPQUFPLEVBQ1AsWUFBWSxFQUNaLE1BQU0sRUFDTixlQUFlLEVBQ2YsU0FBUyxFQUNULGtCQUFrQixFQUNsQix1QkFBdUIsRUFFeEIsTUFBTSxrQkFBa0IsQ0FBQztBQUMxQixPQUFPLEtBQUssRUFBRSxnQkFBZ0IsRUFBRSxJQUFJLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUUvRCxPQUFPLEVBQUUsQ0FBQyxFQUFFLE1BQU0sS0FBSyxDQUFDO0FBRXhCLE9BQU8sS0FBSyxFQUNWLG9CQUFvQixFQUNwQixpQkFBaUIsRUFDakIseUJBQXlCLEVBQ3pCLHNCQUFzQixFQUN0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Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztJQXFCOUIsQ0FBQztBQUVILGVBQU8sTUFBTSxzQkFBc0I7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0VBTWxDLENBQUM7QUFFRixlQUFPLE1BQU0sMkJBQTJCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQU12QyxDQUFDO0FBRUYsZUFBTyxNQUFNLDZCQUE2Qjs7Ozs7Ozs7Ozs7O0VBSXhDLENBQUM7QUFFSCxlQUFPLE1BQU0sa0JBQWtCLEVBQUUsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBSzdDLENBQUM7QUFFRixlQUFPLE1BQU0sd0JBQXdCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7RUFNbkMsQ0FBQztBQUVILGVBQU8sTUFBTSxZQUFZLEVBQUUsWUFBWSxDQUFDLE1BQU0sQ0FnRDdDLENBQUMifQ==
|
|
2590
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2FsbGV0LmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvd2FsbGV0L3dhbGxldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxTQUFTLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUMvRCxPQUFPLEVBQUUsV0FBVyxFQUE2QixNQUFNLGlDQUFpQyxDQUFDO0FBQ3pGLE9BQU8sS0FBSyxFQUFFLEVBQUUsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQ3pELE9BQU8sRUFHTCxLQUFLLGdCQUFnQixFQUVyQixLQUFLLHVCQUF1QixFQUM1QixLQUFLLFlBQVksRUFDakIsWUFBWSxFQUNiLE1BQU0sbUJBQW1CLENBQUM7QUFDM0IsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3pELE9BQU8sS0FBSyxFQUFFLFlBQVksRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxLQUFLLDJCQUEyQixFQUFxQyxNQUFNLHdCQUF3QixDQUFDO0FBQzdHLE9BQU8sRUFBRSxHQUFHLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUN4QyxPQUFPLEVBQW9CLEtBQUssWUFBWSxFQUE2QixNQUFNLHVCQUF1QixDQUFDO0FBQ3ZHLE9BQU8sS0FBSyxFQUFFLGdCQUFnQixFQUFFLElBQUksRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQy9ELE9BQU8sRUFDTCxPQUFPLEVBQ1AsWUFBWSxFQUNaLE1BQU0sRUFDTixlQUFlLEVBRWYsa0JBQWtCLEVBQ2xCLHVCQUF1QixFQUV4QixNQUFNLGtCQUFrQixDQUFDO0FBRTFCLE9BQU8sRUFBRSxDQUFDLEVBQUUsTUFBTSxLQUFLLENBQUM7QUFFeEIsT0FBTyxFQUNMLEtBQUssb0JBQW9CLEVBQ3pCLEtBQUssaUJBQWlCLEVBQ3RCLEtBQUssc0JBQXNCLEVBRTNCLEtBQUsseUJBQXlCLEVBQzlCLEtBQUssaUNBQWlDLEVBQ3RDLEtBQUssVUFBVSxF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
|