@aztec/stdlib 4.0.0-nightly.20260114 → 4.0.0-nightly.20260115
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/abi/function_call.d.ts +9 -1
- package/dest/abi/function_call.d.ts.map +1 -1
- package/dest/auth_witness/auth_witness.d.ts +2 -1
- package/dest/auth_witness/auth_witness.d.ts.map +1 -1
- package/dest/avm/avm.d.ts +62 -62
- package/dest/avm/avm_accumulated_data.d.ts +30 -3
- package/dest/avm/avm_accumulated_data.d.ts.map +1 -1
- package/dest/avm/avm_circuit_public_inputs.d.ts +9 -9
- package/dest/avm/avm_proving_request.d.ts +299 -299
- package/dest/avm/contract_storage_read.d.ts +13 -1
- package/dest/avm/contract_storage_read.d.ts.map +1 -1
- package/dest/avm/contract_storage_update_request.d.ts +13 -1
- package/dest/avm/contract_storage_update_request.d.ts.map +1 -1
- package/dest/avm/public_call_stack_item_compressed.d.ts +3 -1
- package/dest/avm/public_call_stack_item_compressed.d.ts.map +1 -1
- package/dest/avm/public_data_read.d.ts +10 -1
- package/dest/avm/public_data_read.d.ts.map +1 -1
- package/dest/avm/public_data_update_request.d.ts +10 -1
- package/dest/avm/public_data_update_request.d.ts.map +1 -1
- package/dest/avm/public_data_write.d.ts +7 -1
- package/dest/avm/public_data_write.d.ts.map +1 -1
- package/dest/avm/public_inner_call_request.d.ts +4 -1
- package/dest/avm/public_inner_call_request.d.ts.map +1 -1
- package/dest/avm/revert_code.d.ts +4 -4
- package/dest/avm/revert_code.d.ts.map +1 -1
- package/dest/block/checkpointed_l2_block.d.ts +12 -12
- package/dest/block/l2_block.d.ts +8 -4
- package/dest/block/l2_block.d.ts.map +1 -1
- package/dest/block/l2_block.js +3 -2
- package/dest/block/l2_block_header.d.ts +9 -1
- package/dest/block/l2_block_header.d.ts.map +1 -1
- package/dest/block/l2_block_new.d.ts +9 -4
- package/dest/block/l2_block_new.d.ts.map +1 -1
- package/dest/block/l2_block_new.js +2 -2
- package/dest/checkpoint/checkpoint.d.ts +8 -4
- package/dest/checkpoint/checkpoint.d.ts.map +1 -1
- package/dest/checkpoint/published_checkpoint.d.ts +4 -4
- package/dest/contract/complete_address.d.ts +4 -1
- package/dest/contract/complete_address.d.ts.map +1 -1
- package/dest/contract/contract_deployment_data.d.ts +5 -5
- package/dest/contract/interfaces/contract_instance.d.ts +16 -16
- package/dest/database-version/version_manager.d.ts +4 -2
- package/dest/database-version/version_manager.d.ts.map +1 -1
- package/dest/errors/proving_error.d.ts +2 -2
- package/dest/errors/proving_error.d.ts.map +1 -1
- package/dest/interfaces/aztec-node-admin.d.ts +22 -22
- package/dest/interfaces/configs.d.ts +6 -6
- package/dest/interfaces/get_logs_response.d.ts +1 -1
- package/dest/interfaces/proving-job.d.ts +14 -14
- package/dest/kernel/hints/key_validation_hint.d.ts +2 -1
- package/dest/kernel/hints/key_validation_hint.d.ts.map +1 -1
- package/dest/kernel/hints/key_validation_request.d.ts +2 -1
- package/dest/kernel/hints/key_validation_request.d.ts.map +1 -1
- package/dest/kernel/hints/key_validation_request_and_generator.d.ts +6 -1
- package/dest/kernel/hints/key_validation_request_and_generator.d.ts.map +1 -1
- package/dest/kernel/hints/private_kernel_reset_hints.d.ts +13 -1
- package/dest/kernel/hints/private_kernel_reset_hints.d.ts.map +1 -1
- package/dest/kernel/hints/read_request.d.ts +7 -1
- package/dest/kernel/hints/read_request.d.ts.map +1 -1
- package/dest/kernel/hints/read_request_hints.d.ts +7 -1
- package/dest/kernel/hints/read_request_hints.d.ts.map +1 -1
- package/dest/kernel/private_accumulated_data.d.ts +23 -1
- package/dest/kernel/private_accumulated_data.d.ts.map +1 -1
- package/dest/kernel/private_call_data.d.ts +25 -1
- package/dest/kernel/private_call_data.d.ts.map +1 -1
- package/dest/kernel/private_call_request.d.ts +16 -1
- package/dest/kernel/private_call_request.d.ts.map +1 -1
- package/dest/kernel/private_circuit_public_inputs.d.ts +74 -1
- package/dest/kernel/private_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_circuit_public_inputs.d.ts +31 -1
- package/dest/kernel/private_kernel_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_data.d.ts +7 -1
- package/dest/kernel/private_kernel_data.d.ts.map +1 -1
- package/dest/kernel/private_kernel_init_circuit_private_inputs.d.ts +22 -1
- package/dest/kernel/private_kernel_init_circuit_private_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_inner_circuit_private_inputs.d.ts +7 -1
- package/dest/kernel/private_kernel_inner_circuit_private_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_reset_circuit_private_inputs.d.ts +4 -1
- package/dest/kernel/private_kernel_reset_circuit_private_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_tail_circuit_private_inputs.d.ts +10 -1
- package/dest/kernel/private_kernel_tail_circuit_private_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts +23 -1
- package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_to_avm_accumulated_data.d.ts +2 -2
- package/dest/kernel/private_to_rollup_accumulated_data.d.ts +17 -1
- package/dest/kernel/private_to_rollup_accumulated_data.d.ts.map +1 -1
- package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.d.ts +16 -1
- package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_validation_requests.d.ts +10 -1
- package/dest/kernel/private_validation_requests.d.ts.map +1 -1
- package/dest/kernel/public_call_request.d.ts +22 -1
- package/dest/kernel/public_call_request.d.ts.map +1 -1
- package/dest/kernel/utils/optional_number.d.ts +7 -1
- package/dest/kernel/utils/optional_number.d.ts.map +1 -1
- package/dest/keys/public_keys.d.ts +5 -1
- package/dest/keys/public_keys.d.ts.map +1 -1
- package/dest/logs/extended_contract_class_log.d.ts +3 -1
- package/dest/logs/extended_contract_class_log.d.ts.map +1 -1
- package/dest/logs/extended_public_log.d.ts +5 -3
- package/dest/logs/extended_public_log.d.ts.map +1 -1
- package/dest/logs/log_id.d.ts +5 -1
- package/dest/logs/log_id.d.ts.map +1 -1
- package/dest/messaging/inbox_leaf.d.ts +3 -1
- package/dest/messaging/inbox_leaf.d.ts.map +1 -1
- package/dest/messaging/l1_actor.d.ts +7 -1
- package/dest/messaging/l1_actor.d.ts.map +1 -1
- package/dest/messaging/l1_to_l2_message.d.ts +6 -1
- package/dest/messaging/l1_to_l2_message.d.ts.map +1 -1
- package/dest/messaging/l2_actor.d.ts +7 -1
- package/dest/messaging/l2_actor.d.ts.map +1 -1
- package/dest/note/note_dao.d.ts +29 -1
- package/dest/note/note_dao.d.ts.map +1 -1
- package/dest/p2p/block_proposal.d.ts +8 -1
- package/dest/p2p/block_proposal.d.ts.map +1 -1
- package/dest/p2p/checkpoint_attestation.d.ts +4 -1
- package/dest/p2p/checkpoint_attestation.d.ts.map +1 -1
- package/dest/p2p/checkpoint_proposal.d.ts +5 -1
- package/dest/p2p/checkpoint_proposal.d.ts.map +1 -1
- package/dest/p2p/consensus_payload.d.ts +3 -1
- package/dest/p2p/consensus_payload.d.ts.map +1 -1
- package/dest/p2p/signed_txs.d.ts +3 -1
- package/dest/p2p/signed_txs.d.ts.map +1 -1
- package/dest/p2p/topic_type.js +2 -1
- package/dest/parity/parity_base_private_inputs.d.ts +3 -1
- package/dest/parity/parity_base_private_inputs.d.ts.map +1 -1
- package/dest/parity/parity_public_inputs.d.ts +4 -1
- package/dest/parity/parity_public_inputs.d.ts.map +1 -1
- package/dest/parity/parity_root_private_inputs.d.ts +2 -1
- package/dest/parity/parity_root_private_inputs.d.ts.map +1 -1
- package/dest/proofs/chonk_proof.d.ts +1 -1
- package/dest/proofs/chonk_proof.d.ts.map +1 -1
- package/dest/proofs/chonk_proof.js +9 -4
- package/dest/proofs/proof.d.ts +4 -1
- package/dest/proofs/proof.d.ts.map +1 -1
- package/dest/proofs/recursive_proof.d.ts +10 -1
- package/dest/proofs/recursive_proof.d.ts.map +1 -1
- package/dest/rollup/base_rollup_hints.d.ts +34 -1
- package/dest/rollup/base_rollup_hints.d.ts.map +1 -1
- package/dest/rollup/block_constant_data.d.ts +12 -1
- package/dest/rollup/block_constant_data.d.ts.map +1 -1
- package/dest/rollup/block_merge_rollup_private_inputs.d.ts +4 -1
- package/dest/rollup/block_merge_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/block_rollup_public_inputs.d.ts +42 -1
- package/dest/rollup/block_rollup_public_inputs.d.ts.map +1 -1
- package/dest/rollup/block_root_rollup_private_inputs.d.ts +64 -1
- package/dest/rollup/block_root_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/checkpoint_constant_data.d.ts +10 -1
- package/dest/rollup/checkpoint_constant_data.d.ts.map +1 -1
- package/dest/rollup/checkpoint_header.d.ts +18 -1
- package/dest/rollup/checkpoint_header.d.ts.map +1 -1
- package/dest/rollup/checkpoint_merge_rollup_private_inputs.d.ts +4 -1
- package/dest/rollup/checkpoint_merge_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/checkpoint_rollup_public_inputs.d.ts +31 -1
- package/dest/rollup/checkpoint_rollup_public_inputs.d.ts.map +1 -1
- package/dest/rollup/checkpoint_root_rollup_private_inputs.d.ts +31 -1
- package/dest/rollup/checkpoint_root_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/epoch_constant_data.d.ts +16 -1
- package/dest/rollup/epoch_constant_data.d.ts.map +1 -1
- package/dest/rollup/root_rollup_private_inputs.d.ts +6 -1
- package/dest/rollup/root_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/root_rollup_public_inputs.d.ts +8 -1
- package/dest/rollup/root_rollup_public_inputs.d.ts.map +1 -1
- package/dest/rollup/tree_snapshot_diff_hints.d.ts +24 -1
- package/dest/rollup/tree_snapshot_diff_hints.d.ts.map +1 -1
- package/dest/rollup/tx_merge_rollup_private_inputs.d.ts +4 -1
- package/dest/rollup/tx_merge_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/tx_rollup_public_inputs.d.ts +29 -1
- package/dest/rollup/tx_rollup_public_inputs.d.ts.map +1 -1
- package/dest/schemas/schemas.d.ts +1 -1
- package/dest/trees/append_only_tree_snapshot.d.ts +13 -1
- package/dest/trees/append_only_tree_snapshot.d.ts.map +1 -1
- package/dest/trees/nullifier_leaf.d.ts +13 -1
- package/dest/trees/nullifier_leaf.d.ts.map +1 -1
- package/dest/trees/nullifier_membership_witness.d.ts +10 -1
- package/dest/trees/nullifier_membership_witness.d.ts.map +1 -1
- package/dest/trees/public_data_leaf.d.ts +16 -1
- package/dest/trees/public_data_leaf.d.ts.map +1 -1
- package/dest/trees/public_data_witness.d.ts +11 -1
- package/dest/trees/public_data_witness.d.ts.map +1 -1
- package/dest/tx/block_header.d.ts +10 -1
- package/dest/tx/block_header.d.ts.map +1 -1
- package/dest/tx/call_context.d.ts +13 -1
- package/dest/tx/call_context.d.ts.map +1 -1
- package/dest/tx/capsule.d.ts +4 -1
- package/dest/tx/capsule.d.ts.map +1 -1
- package/dest/tx/execution_payload.d.ts +9 -1
- package/dest/tx/execution_payload.d.ts.map +1 -1
- package/dest/tx/function_data.d.ts +4 -2
- package/dest/tx/function_data.d.ts.map +1 -1
- package/dest/tx/global_variables.d.ts +9 -1
- package/dest/tx/global_variables.d.ts.map +1 -1
- package/dest/tx/hashed_values.d.ts +7 -1
- package/dest/tx/hashed_values.d.ts.map +1 -1
- package/dest/tx/in_tx.d.ts +1 -1
- package/dest/tx/partial_state_reference.d.ts +4 -1
- package/dest/tx/partial_state_reference.d.ts.map +1 -1
- package/dest/tx/private_execution_result.d.ts +22 -1
- package/dest/tx/private_execution_result.d.ts.map +1 -1
- package/dest/tx/private_tx_constant_data.d.ts +16 -1
- package/dest/tx/private_tx_constant_data.d.ts.map +1 -1
- package/dest/tx/protocol_contracts.d.ts +1 -1
- package/dest/tx/public_call_request_with_calldata.d.ts +7 -1
- package/dest/tx/public_call_request_with_calldata.d.ts.map +1 -1
- package/dest/tx/state_reference.d.ts +3 -1
- package/dest/tx/state_reference.d.ts.map +1 -1
- package/dest/tx/tx.d.ts +23 -1
- package/dest/tx/tx.d.ts.map +1 -1
- package/dest/tx/tx_context.d.ts +2 -1
- package/dest/tx/tx_context.d.ts.map +1 -1
- package/dest/tx/tx_effect.d.ts +32 -1
- package/dest/tx/tx_effect.d.ts.map +1 -1
- package/dest/tx/tx_execution_request.d.ts +30 -1
- package/dest/tx/tx_execution_request.d.ts.map +1 -1
- package/dest/tx/tx_hash.d.ts +2 -1
- package/dest/tx/tx_hash.d.ts.map +1 -1
- package/dest/tx/tx_receipt.d.ts +7 -1
- package/dest/tx/tx_receipt.d.ts.map +1 -1
- package/dest/tx/tx_request.d.ts +6 -1
- package/dest/tx/tx_request.d.ts.map +1 -1
- package/dest/types/shared.d.ts +4 -1
- package/dest/types/shared.d.ts.map +1 -1
- package/dest/validators/schemas.d.ts +8 -8
- package/dest/vks/verification_key.d.ts +22 -1
- package/dest/vks/verification_key.d.ts.map +1 -1
- package/dest/vks/vk_data.d.ts +7 -1
- package/dest/vks/vk_data.d.ts.map +1 -1
- package/package.json +10 -10
- package/src/block/l2_block.ts +3 -2
- package/src/block/l2_block_new.ts +8 -2
- package/src/p2p/topic_type.ts +1 -1
- package/src/proofs/chonk_proof.ts +9 -5
|
@@ -7,13 +7,13 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
7
7
|
inputs: z.ZodEffects<z.ZodObject<{
|
|
8
8
|
hints: z.ZodEffects<z.ZodObject<{
|
|
9
9
|
globalVariables: z.ZodEffects<z.ZodObject<{
|
|
10
|
-
chainId: import("
|
|
11
|
-
version: import("
|
|
12
|
-
blockNumber: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("
|
|
13
|
-
slotNumber: import("
|
|
10
|
+
chainId: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
11
|
+
version: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
12
|
+
blockNumber: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/branded-types").BlockNumber, string | number | bigint>;
|
|
13
|
+
slotNumber: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").SlotNumber>;
|
|
14
14
|
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
15
|
-
coinbase: import("
|
|
16
|
-
feeRecipient: import("
|
|
15
|
+
coinbase: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/eth-address").EthAddress>;
|
|
16
|
+
feeRecipient: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
17
17
|
gasFees: z.ZodEffects<z.ZodObject<{
|
|
18
18
|
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
19
19
|
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
@@ -28,8 +28,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
28
28
|
feePerL2Gas: string | number | bigint;
|
|
29
29
|
}>;
|
|
30
30
|
}, "strip", z.ZodTypeAny, {
|
|
31
|
-
chainId: import("
|
|
32
|
-
version: import("
|
|
31
|
+
chainId: import("@aztec/foundation/schemas").Fr;
|
|
32
|
+
version: import("@aztec/foundation/schemas").Fr;
|
|
33
33
|
blockNumber: number & {
|
|
34
34
|
_branding: "BlockNumber";
|
|
35
35
|
};
|
|
@@ -37,7 +37,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
37
37
|
_branding: "SlotNumber";
|
|
38
38
|
};
|
|
39
39
|
timestamp: bigint;
|
|
40
|
-
coinbase: import("
|
|
40
|
+
coinbase: import("@aztec/foundation/eth-address").EthAddress;
|
|
41
41
|
feeRecipient: import("../aztec-address/index.js").AztecAddress;
|
|
42
42
|
gasFees: import("../gas/gas_fees.js").GasFees;
|
|
43
43
|
}, {
|
|
@@ -175,11 +175,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
175
175
|
}>;
|
|
176
176
|
nonRevertibleContractDeploymentData: z.ZodEffects<z.ZodObject<{
|
|
177
177
|
contractClassLogs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
178
|
-
contractAddress: import("
|
|
178
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
179
179
|
fields: z.ZodEffects<z.ZodObject<{
|
|
180
|
-
fields: z.ZodEffects<z.ZodArray<z.ZodType<import("
|
|
180
|
+
fields: z.ZodEffects<z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">, import("@aztec/foundation/schemas").Fr[], string[]>;
|
|
181
181
|
}, "strip", z.ZodTypeAny, {
|
|
182
|
-
fields: import("
|
|
182
|
+
fields: import("@aztec/foundation/schemas").Fr[];
|
|
183
183
|
}, {
|
|
184
184
|
fields: string[];
|
|
185
185
|
}>, import("../logs/contract_class_log.js").ContractClassLogFields, {
|
|
@@ -204,10 +204,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
204
204
|
emittedLength: number;
|
|
205
205
|
}>, "many">;
|
|
206
206
|
privateLogs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
207
|
-
fields: z.ZodArray<z.ZodType<import("
|
|
207
|
+
fields: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
208
208
|
emittedLength: z.ZodNumber;
|
|
209
209
|
}, "strict", z.ZodTypeAny, {
|
|
210
|
-
fields: import("
|
|
210
|
+
fields: import("@aztec/foundation/schemas").Fr[];
|
|
211
211
|
emittedLength: number;
|
|
212
212
|
}, {
|
|
213
213
|
fields: string[];
|
|
@@ -246,11 +246,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
246
246
|
}>;
|
|
247
247
|
revertibleContractDeploymentData: z.ZodEffects<z.ZodObject<{
|
|
248
248
|
contractClassLogs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
249
|
-
contractAddress: import("
|
|
249
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
250
250
|
fields: z.ZodEffects<z.ZodObject<{
|
|
251
|
-
fields: z.ZodEffects<z.ZodArray<z.ZodType<import("
|
|
251
|
+
fields: z.ZodEffects<z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">, import("@aztec/foundation/schemas").Fr[], string[]>;
|
|
252
252
|
}, "strip", z.ZodTypeAny, {
|
|
253
|
-
fields: import("
|
|
253
|
+
fields: import("@aztec/foundation/schemas").Fr[];
|
|
254
254
|
}, {
|
|
255
255
|
fields: string[];
|
|
256
256
|
}>, import("../logs/contract_class_log.js").ContractClassLogFields, {
|
|
@@ -275,10 +275,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
275
275
|
emittedLength: number;
|
|
276
276
|
}>, "many">;
|
|
277
277
|
privateLogs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
278
|
-
fields: z.ZodArray<z.ZodType<import("
|
|
278
|
+
fields: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
279
279
|
emittedLength: z.ZodNumber;
|
|
280
280
|
}, "strict", z.ZodTypeAny, {
|
|
281
|
-
fields: import("
|
|
281
|
+
fields: import("@aztec/foundation/schemas").Fr[];
|
|
282
282
|
emittedLength: number;
|
|
283
283
|
}, {
|
|
284
284
|
fields: string[];
|
|
@@ -316,15 +316,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
316
316
|
}[];
|
|
317
317
|
}>;
|
|
318
318
|
nonRevertibleAccumulatedData: z.ZodObject<{
|
|
319
|
-
noteHashes: z.ZodArray<import("
|
|
320
|
-
nullifiers: z.ZodArray<import("
|
|
319
|
+
noteHashes: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
320
|
+
nullifiers: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
321
321
|
l2ToL1Messages: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
322
322
|
message: z.ZodEffects<z.ZodObject<{
|
|
323
|
-
recipient: z.ZodType<import("
|
|
324
|
-
content: z.ZodType<import("
|
|
323
|
+
recipient: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
|
|
324
|
+
content: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
325
325
|
}, "strip", z.ZodTypeAny, {
|
|
326
|
-
recipient: import("
|
|
327
|
-
content: import("
|
|
326
|
+
recipient: import("@aztec/foundation/eth-address").EthAddress;
|
|
327
|
+
content: import("@aztec/foundation/schemas").Fr;
|
|
328
328
|
}, {
|
|
329
329
|
recipient: string;
|
|
330
330
|
content: string;
|
|
@@ -332,7 +332,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
332
332
|
recipient: string;
|
|
333
333
|
content: string;
|
|
334
334
|
}>;
|
|
335
|
-
contractAddress: import("
|
|
335
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
336
336
|
}, "strip", z.ZodTypeAny, {
|
|
337
337
|
message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
|
|
338
338
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
@@ -350,8 +350,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
350
350
|
contractAddress?: any;
|
|
351
351
|
}>, "many">;
|
|
352
352
|
}, "strip", z.ZodTypeAny, {
|
|
353
|
-
noteHashes: import("
|
|
354
|
-
nullifiers: import("
|
|
353
|
+
noteHashes: import("@aztec/foundation/schemas").Fr[];
|
|
354
|
+
nullifiers: import("@aztec/foundation/schemas").Fr[];
|
|
355
355
|
l2ToL1Messages: import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message[];
|
|
356
356
|
}, {
|
|
357
357
|
noteHashes: any[];
|
|
@@ -365,15 +365,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
365
365
|
}[];
|
|
366
366
|
}>;
|
|
367
367
|
revertibleAccumulatedData: z.ZodObject<{
|
|
368
|
-
noteHashes: z.ZodArray<import("
|
|
369
|
-
nullifiers: z.ZodArray<import("
|
|
368
|
+
noteHashes: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
369
|
+
nullifiers: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
370
370
|
l2ToL1Messages: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
371
371
|
message: z.ZodEffects<z.ZodObject<{
|
|
372
|
-
recipient: z.ZodType<import("
|
|
373
|
-
content: z.ZodType<import("
|
|
372
|
+
recipient: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
|
|
373
|
+
content: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
374
374
|
}, "strip", z.ZodTypeAny, {
|
|
375
|
-
recipient: import("
|
|
376
|
-
content: import("
|
|
375
|
+
recipient: import("@aztec/foundation/eth-address").EthAddress;
|
|
376
|
+
content: import("@aztec/foundation/schemas").Fr;
|
|
377
377
|
}, {
|
|
378
378
|
recipient: string;
|
|
379
379
|
content: string;
|
|
@@ -381,7 +381,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
381
381
|
recipient: string;
|
|
382
382
|
content: string;
|
|
383
383
|
}>;
|
|
384
|
-
contractAddress: import("
|
|
384
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
385
385
|
}, "strip", z.ZodTypeAny, {
|
|
386
386
|
message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
|
|
387
387
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
@@ -399,8 +399,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
399
399
|
contractAddress?: any;
|
|
400
400
|
}>, "many">;
|
|
401
401
|
}, "strip", z.ZodTypeAny, {
|
|
402
|
-
noteHashes: import("
|
|
403
|
-
nullifiers: import("
|
|
402
|
+
noteHashes: import("@aztec/foundation/schemas").Fr[];
|
|
403
|
+
nullifiers: import("@aztec/foundation/schemas").Fr[];
|
|
404
404
|
l2ToL1Messages: import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message[];
|
|
405
405
|
}, {
|
|
406
406
|
noteHashes: any[];
|
|
@@ -413,9 +413,9 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
413
413
|
contractAddress?: any;
|
|
414
414
|
}[];
|
|
415
415
|
}>;
|
|
416
|
-
setupEnqueuedCalls: z.ZodArray<import("
|
|
417
|
-
appLogicEnqueuedCalls: z.ZodArray<import("
|
|
418
|
-
teardownEnqueuedCall: z.ZodNullable<import("
|
|
416
|
+
setupEnqueuedCalls: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("../tx/public_call_request_with_calldata.js").PublicCallRequestWithCalldata>, "many">;
|
|
417
|
+
appLogicEnqueuedCalls: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("../tx/public_call_request_with_calldata.js").PublicCallRequestWithCalldata>, "many">;
|
|
418
|
+
teardownEnqueuedCall: z.ZodNullable<import("@aztec/foundation/schemas").ZodFor<import("../tx/public_call_request_with_calldata.js").PublicCallRequestWithCalldata>>;
|
|
419
419
|
gasUsedByPrivate: z.ZodEffects<z.ZodObject<{
|
|
420
420
|
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
421
421
|
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
@@ -429,7 +429,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
429
429
|
daGas: string | number | bigint;
|
|
430
430
|
l2Gas: string | number | bigint;
|
|
431
431
|
}>;
|
|
432
|
-
feePayer: import("
|
|
432
|
+
feePayer: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
433
433
|
}, "strip", z.ZodTypeAny, {
|
|
434
434
|
hash: string;
|
|
435
435
|
gasSettings: import("../gas/gas_settings.js").GasSettings;
|
|
@@ -437,13 +437,13 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
437
437
|
nonRevertibleContractDeploymentData: import("../contract/contract_deployment_data.js").ContractDeploymentData;
|
|
438
438
|
revertibleContractDeploymentData: import("../contract/contract_deployment_data.js").ContractDeploymentData;
|
|
439
439
|
nonRevertibleAccumulatedData: {
|
|
440
|
-
noteHashes: import("
|
|
441
|
-
nullifiers: import("
|
|
440
|
+
noteHashes: import("@aztec/foundation/schemas").Fr[];
|
|
441
|
+
nullifiers: import("@aztec/foundation/schemas").Fr[];
|
|
442
442
|
l2ToL1Messages: import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message[];
|
|
443
443
|
};
|
|
444
444
|
revertibleAccumulatedData: {
|
|
445
|
-
noteHashes: import("
|
|
446
|
-
nullifiers: import("
|
|
445
|
+
noteHashes: import("@aztec/foundation/schemas").Fr[];
|
|
446
|
+
nullifiers: import("@aztec/foundation/schemas").Fr[];
|
|
447
447
|
l2ToL1Messages: import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message[];
|
|
448
448
|
};
|
|
449
449
|
setupEnqueuedCalls: import("../tx/public_call_request_with_calldata.js").PublicCallRequestWithCalldata[];
|
|
@@ -613,7 +613,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
613
613
|
feePayer?: any;
|
|
614
614
|
}>;
|
|
615
615
|
protocolContracts: z.ZodEffects<z.ZodObject<{
|
|
616
|
-
derivedAddresses: z.ZodArray<import("
|
|
616
|
+
derivedAddresses: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>, "many">;
|
|
617
617
|
}, "strip", z.ZodTypeAny, {
|
|
618
618
|
derivedAddresses: import("../aztec-address/index.js").AztecAddress[];
|
|
619
619
|
}, {
|
|
@@ -623,22 +623,22 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
623
623
|
}>;
|
|
624
624
|
contractInstances: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
625
625
|
hintKey: z.ZodNumber;
|
|
626
|
-
address: import("
|
|
627
|
-
salt: import("
|
|
628
|
-
deployer: import("
|
|
629
|
-
currentContractClassId: import("
|
|
630
|
-
originalContractClassId: import("
|
|
631
|
-
initializationHash: import("
|
|
626
|
+
address: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
627
|
+
salt: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
628
|
+
deployer: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
629
|
+
currentContractClassId: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
630
|
+
originalContractClassId: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
631
|
+
initializationHash: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
632
632
|
publicKeys: z.ZodEffects<z.ZodObject<{
|
|
633
|
-
masterNullifierPublicKey: z.ZodType<import("
|
|
634
|
-
masterIncomingViewingPublicKey: z.ZodType<import("
|
|
635
|
-
masterOutgoingViewingPublicKey: z.ZodType<import("
|
|
636
|
-
masterTaggingPublicKey: z.ZodType<import("
|
|
633
|
+
masterNullifierPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
|
|
634
|
+
masterIncomingViewingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
|
|
635
|
+
masterOutgoingViewingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
|
|
636
|
+
masterTaggingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
|
|
637
637
|
}, "strip", z.ZodTypeAny, {
|
|
638
|
-
masterNullifierPublicKey: import("
|
|
639
|
-
masterIncomingViewingPublicKey: import("
|
|
640
|
-
masterOutgoingViewingPublicKey: import("
|
|
641
|
-
masterTaggingPublicKey: import("
|
|
638
|
+
masterNullifierPublicKey: import("@aztec/foundation/schemas").Point;
|
|
639
|
+
masterIncomingViewingPublicKey: import("@aztec/foundation/schemas").Point;
|
|
640
|
+
masterOutgoingViewingPublicKey: import("@aztec/foundation/schemas").Point;
|
|
641
|
+
masterTaggingPublicKey: import("@aztec/foundation/schemas").Point;
|
|
642
642
|
}, {
|
|
643
643
|
masterNullifierPublicKey: string;
|
|
644
644
|
masterIncomingViewingPublicKey: string;
|
|
@@ -653,11 +653,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
653
653
|
}, "strip", z.ZodTypeAny, {
|
|
654
654
|
hintKey: number;
|
|
655
655
|
address: import("../aztec-address/index.js").AztecAddress;
|
|
656
|
-
salt: import("
|
|
656
|
+
salt: import("@aztec/foundation/schemas").Fr;
|
|
657
657
|
deployer: import("../aztec-address/index.js").AztecAddress;
|
|
658
|
-
currentContractClassId: import("
|
|
659
|
-
originalContractClassId: import("
|
|
660
|
-
initializationHash: import("
|
|
658
|
+
currentContractClassId: import("@aztec/foundation/schemas").Fr;
|
|
659
|
+
originalContractClassId: import("@aztec/foundation/schemas").Fr;
|
|
660
|
+
initializationHash: import("@aztec/foundation/schemas").Fr;
|
|
661
661
|
publicKeys: import("../keys/public_keys.js").PublicKeys;
|
|
662
662
|
}, {
|
|
663
663
|
hintKey: number;
|
|
@@ -690,15 +690,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
690
690
|
}>, "many">;
|
|
691
691
|
contractClasses: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
692
692
|
hintKey: z.ZodNumber;
|
|
693
|
-
classId: import("
|
|
694
|
-
artifactHash: import("
|
|
695
|
-
privateFunctionsRoot: import("
|
|
696
|
-
packedBytecode: import("
|
|
693
|
+
classId: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
694
|
+
artifactHash: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
695
|
+
privateFunctionsRoot: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
696
|
+
packedBytecode: import("@aztec/foundation/schemas").ZodFor<Buffer<ArrayBufferLike>>;
|
|
697
697
|
}, "strip", z.ZodTypeAny, {
|
|
698
698
|
hintKey: number;
|
|
699
|
-
classId: import("
|
|
700
|
-
artifactHash: import("
|
|
701
|
-
privateFunctionsRoot: import("
|
|
699
|
+
classId: import("@aztec/foundation/schemas").Fr;
|
|
700
|
+
artifactHash: import("@aztec/foundation/schemas").Fr;
|
|
701
|
+
privateFunctionsRoot: import("@aztec/foundation/schemas").Fr;
|
|
702
702
|
packedBytecode: Buffer<ArrayBufferLike>;
|
|
703
703
|
}, {
|
|
704
704
|
hintKey: number;
|
|
@@ -715,12 +715,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
715
715
|
}>, "many">;
|
|
716
716
|
bytecodeCommitments: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
717
717
|
hintKey: z.ZodNumber;
|
|
718
|
-
classId: import("
|
|
719
|
-
commitment: import("
|
|
718
|
+
classId: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
719
|
+
commitment: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
720
720
|
}, "strip", z.ZodTypeAny, {
|
|
721
721
|
hintKey: number;
|
|
722
|
-
classId: import("
|
|
723
|
-
commitment: import("
|
|
722
|
+
classId: import("@aztec/foundation/schemas").Fr;
|
|
723
|
+
commitment: import("@aztec/foundation/schemas").Fr;
|
|
724
724
|
}, {
|
|
725
725
|
hintKey: number;
|
|
726
726
|
classId?: any;
|
|
@@ -731,12 +731,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
731
731
|
commitment?: any;
|
|
732
732
|
}>, "many">;
|
|
733
733
|
debugFunctionNames: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
734
|
-
address: import("
|
|
735
|
-
selector: import("
|
|
734
|
+
address: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
735
|
+
selector: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
736
736
|
name: z.ZodString;
|
|
737
737
|
}, "strip", z.ZodTypeAny, {
|
|
738
738
|
address: import("../aztec-address/index.js").AztecAddress;
|
|
739
|
-
selector: import("
|
|
739
|
+
selector: import("@aztec/foundation/schemas").Fr;
|
|
740
740
|
name: string;
|
|
741
741
|
}, {
|
|
742
742
|
address?: any;
|
|
@@ -812,10 +812,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
812
812
|
}>, "many">;
|
|
813
813
|
startingTreeRoots: z.ZodEffects<z.ZodObject<{
|
|
814
814
|
l1ToL2MessageTree: z.ZodEffects<z.ZodObject<{
|
|
815
|
-
root: z.ZodType<import("
|
|
815
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
816
816
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
817
817
|
}, "strip", z.ZodTypeAny, {
|
|
818
|
-
root: import("
|
|
818
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
819
819
|
nextAvailableLeafIndex: number;
|
|
820
820
|
}, {
|
|
821
821
|
root: string;
|
|
@@ -825,10 +825,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
825
825
|
nextAvailableLeafIndex: string | number | bigint;
|
|
826
826
|
}>;
|
|
827
827
|
noteHashTree: z.ZodEffects<z.ZodObject<{
|
|
828
|
-
root: z.ZodType<import("
|
|
828
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
829
829
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
830
830
|
}, "strip", z.ZodTypeAny, {
|
|
831
|
-
root: import("
|
|
831
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
832
832
|
nextAvailableLeafIndex: number;
|
|
833
833
|
}, {
|
|
834
834
|
root: string;
|
|
@@ -838,10 +838,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
838
838
|
nextAvailableLeafIndex: string | number | bigint;
|
|
839
839
|
}>;
|
|
840
840
|
nullifierTree: z.ZodEffects<z.ZodObject<{
|
|
841
|
-
root: z.ZodType<import("
|
|
841
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
842
842
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
843
843
|
}, "strip", z.ZodTypeAny, {
|
|
844
|
-
root: import("
|
|
844
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
845
845
|
nextAvailableLeafIndex: number;
|
|
846
846
|
}, {
|
|
847
847
|
root: string;
|
|
@@ -851,10 +851,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
851
851
|
nextAvailableLeafIndex: string | number | bigint;
|
|
852
852
|
}>;
|
|
853
853
|
publicDataTree: z.ZodEffects<z.ZodObject<{
|
|
854
|
-
root: z.ZodType<import("
|
|
854
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
855
855
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
856
856
|
}, "strip", z.ZodTypeAny, {
|
|
857
|
-
root: import("
|
|
857
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
858
858
|
nextAvailableLeafIndex: number;
|
|
859
859
|
}, {
|
|
860
860
|
root: string;
|
|
@@ -905,10 +905,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
905
905
|
}>;
|
|
906
906
|
getSiblingPathHints: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
907
907
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
908
|
-
root: z.ZodType<import("
|
|
908
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
909
909
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
910
910
|
}, "strip", z.ZodTypeAny, {
|
|
911
|
-
root: import("
|
|
911
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
912
912
|
nextAvailableLeafIndex: number;
|
|
913
913
|
}, {
|
|
914
914
|
root: string;
|
|
@@ -919,12 +919,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
919
919
|
}>;
|
|
920
920
|
treeId: z.ZodNumber;
|
|
921
921
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
922
|
-
path: z.ZodArray<import("
|
|
922
|
+
path: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
923
923
|
}, "strip", z.ZodTypeAny, {
|
|
924
924
|
hintKey: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
925
925
|
treeId: number;
|
|
926
926
|
index: bigint;
|
|
927
|
-
path: import("
|
|
927
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
928
928
|
}, {
|
|
929
929
|
hintKey: {
|
|
930
930
|
root: string;
|
|
@@ -944,10 +944,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
944
944
|
}>, "many">;
|
|
945
945
|
getPreviousValueIndexHints: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
946
946
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
947
|
-
root: z.ZodType<import("
|
|
947
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
948
948
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
949
949
|
}, "strip", z.ZodTypeAny, {
|
|
950
|
-
root: import("
|
|
950
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
951
951
|
nextAvailableLeafIndex: number;
|
|
952
952
|
}, {
|
|
953
953
|
root: string;
|
|
@@ -957,13 +957,13 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
957
957
|
nextAvailableLeafIndex: string | number | bigint;
|
|
958
958
|
}>;
|
|
959
959
|
treeId: z.ZodNumber;
|
|
960
|
-
value: import("
|
|
960
|
+
value: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
961
961
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
962
962
|
alreadyPresent: z.ZodBoolean;
|
|
963
963
|
}, "strip", z.ZodTypeAny, {
|
|
964
964
|
hintKey: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
965
965
|
treeId: number;
|
|
966
|
-
value: import("
|
|
966
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
967
967
|
index: bigint;
|
|
968
968
|
alreadyPresent: boolean;
|
|
969
969
|
}, {
|
|
@@ -987,10 +987,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
987
987
|
}>, "many">;
|
|
988
988
|
getLeafPreimageHintsPublicDataTree: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
989
989
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
990
|
-
root: z.ZodType<import("
|
|
990
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
991
991
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
992
992
|
}, "strip", z.ZodTypeAny, {
|
|
993
|
-
root: import("
|
|
993
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
994
994
|
nextAvailableLeafIndex: number;
|
|
995
995
|
}, {
|
|
996
996
|
root: string;
|
|
@@ -1002,19 +1002,19 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1002
1002
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1003
1003
|
leafPreimage: z.ZodEffects<z.ZodObject<{
|
|
1004
1004
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1005
|
-
nullifier: z.ZodType<import("
|
|
1005
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1006
1006
|
}, "strip", z.ZodTypeAny, {
|
|
1007
|
-
nullifier: import("
|
|
1007
|
+
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1008
1008
|
}, {
|
|
1009
1009
|
nullifier: string;
|
|
1010
1010
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1011
1011
|
nullifier: string;
|
|
1012
1012
|
}>;
|
|
1013
|
-
nextKey: z.ZodType<import("
|
|
1013
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1014
1014
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1015
1015
|
}, "strip", z.ZodTypeAny, {
|
|
1016
1016
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
1017
|
-
nextKey: import("
|
|
1017
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1018
1018
|
nextIndex: bigint;
|
|
1019
1019
|
}, {
|
|
1020
1020
|
leaf: {
|
|
@@ -1030,11 +1030,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1030
1030
|
nextIndex: string | number | bigint;
|
|
1031
1031
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1032
1032
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1033
|
-
slot: z.ZodType<import("
|
|
1034
|
-
value: z.ZodType<import("
|
|
1033
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1034
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1035
1035
|
}, "strip", z.ZodTypeAny, {
|
|
1036
|
-
slot: import("
|
|
1037
|
-
value: import("
|
|
1036
|
+
slot: import("@aztec/foundation/schemas").Fr;
|
|
1037
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1038
1038
|
}, {
|
|
1039
1039
|
slot: string;
|
|
1040
1040
|
value: string;
|
|
@@ -1042,11 +1042,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1042
1042
|
slot: string;
|
|
1043
1043
|
value: string;
|
|
1044
1044
|
}>;
|
|
1045
|
-
nextKey: z.ZodType<import("
|
|
1045
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1046
1046
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1047
1047
|
}, "strip", z.ZodTypeAny, {
|
|
1048
1048
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
1049
|
-
nextKey: import("
|
|
1049
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1050
1050
|
nextIndex: bigint;
|
|
1051
1051
|
}, {
|
|
1052
1052
|
leaf: {
|
|
@@ -1114,10 +1114,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1114
1114
|
}>, "many">;
|
|
1115
1115
|
getLeafPreimageHintsNullifierTree: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1116
1116
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
1117
|
-
root: z.ZodType<import("
|
|
1117
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1118
1118
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1119
1119
|
}, "strip", z.ZodTypeAny, {
|
|
1120
|
-
root: import("
|
|
1120
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
1121
1121
|
nextAvailableLeafIndex: number;
|
|
1122
1122
|
}, {
|
|
1123
1123
|
root: string;
|
|
@@ -1129,19 +1129,19 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1129
1129
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1130
1130
|
leafPreimage: z.ZodEffects<z.ZodObject<{
|
|
1131
1131
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1132
|
-
nullifier: z.ZodType<import("
|
|
1132
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1133
1133
|
}, "strip", z.ZodTypeAny, {
|
|
1134
|
-
nullifier: import("
|
|
1134
|
+
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1135
1135
|
}, {
|
|
1136
1136
|
nullifier: string;
|
|
1137
1137
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1138
1138
|
nullifier: string;
|
|
1139
1139
|
}>;
|
|
1140
|
-
nextKey: z.ZodType<import("
|
|
1140
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1141
1141
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1142
1142
|
}, "strip", z.ZodTypeAny, {
|
|
1143
1143
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
1144
|
-
nextKey: import("
|
|
1144
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1145
1145
|
nextIndex: bigint;
|
|
1146
1146
|
}, {
|
|
1147
1147
|
leaf: {
|
|
@@ -1157,11 +1157,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1157
1157
|
nextIndex: string | number | bigint;
|
|
1158
1158
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1159
1159
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1160
|
-
slot: z.ZodType<import("
|
|
1161
|
-
value: z.ZodType<import("
|
|
1160
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1161
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1162
1162
|
}, "strip", z.ZodTypeAny, {
|
|
1163
|
-
slot: import("
|
|
1164
|
-
value: import("
|
|
1163
|
+
slot: import("@aztec/foundation/schemas").Fr;
|
|
1164
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1165
1165
|
}, {
|
|
1166
1166
|
slot: string;
|
|
1167
1167
|
value: string;
|
|
@@ -1169,11 +1169,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1169
1169
|
slot: string;
|
|
1170
1170
|
value: string;
|
|
1171
1171
|
}>;
|
|
1172
|
-
nextKey: z.ZodType<import("
|
|
1172
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1173
1173
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1174
1174
|
}, "strip", z.ZodTypeAny, {
|
|
1175
1175
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
1176
|
-
nextKey: import("
|
|
1176
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1177
1177
|
nextIndex: bigint;
|
|
1178
1178
|
}, {
|
|
1179
1179
|
leaf: {
|
|
@@ -1241,10 +1241,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1241
1241
|
}>, "many">;
|
|
1242
1242
|
getLeafValueHints: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1243
1243
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
1244
|
-
root: z.ZodType<import("
|
|
1244
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1245
1245
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1246
1246
|
}, "strip", z.ZodTypeAny, {
|
|
1247
|
-
root: import("
|
|
1247
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
1248
1248
|
nextAvailableLeafIndex: number;
|
|
1249
1249
|
}, {
|
|
1250
1250
|
root: string;
|
|
@@ -1255,12 +1255,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1255
1255
|
}>;
|
|
1256
1256
|
treeId: z.ZodNumber;
|
|
1257
1257
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1258
|
-
value: import("
|
|
1258
|
+
value: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
1259
1259
|
}, "strip", z.ZodTypeAny, {
|
|
1260
1260
|
hintKey: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
1261
1261
|
treeId: number;
|
|
1262
1262
|
index: bigint;
|
|
1263
|
-
value: import("
|
|
1263
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1264
1264
|
}, {
|
|
1265
1265
|
hintKey: {
|
|
1266
1266
|
root: string;
|
|
@@ -1280,10 +1280,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1280
1280
|
}>, "many">;
|
|
1281
1281
|
sequentialInsertHintsPublicDataTree: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1282
1282
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
1283
|
-
root: z.ZodType<import("
|
|
1283
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1284
1284
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1285
1285
|
}, "strip", z.ZodTypeAny, {
|
|
1286
|
-
root: import("
|
|
1286
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
1287
1287
|
nextAvailableLeafIndex: number;
|
|
1288
1288
|
}, {
|
|
1289
1289
|
root: string;
|
|
@@ -1293,10 +1293,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1293
1293
|
nextAvailableLeafIndex: string | number | bigint;
|
|
1294
1294
|
}>;
|
|
1295
1295
|
stateAfter: z.ZodEffects<z.ZodObject<{
|
|
1296
|
-
root: z.ZodType<import("
|
|
1296
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1297
1297
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1298
1298
|
}, "strip", z.ZodTypeAny, {
|
|
1299
|
-
root: import("
|
|
1299
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
1300
1300
|
nextAvailableLeafIndex: number;
|
|
1301
1301
|
}, {
|
|
1302
1302
|
root: string;
|
|
@@ -1307,19 +1307,19 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1307
1307
|
}>;
|
|
1308
1308
|
treeId: z.ZodNumber;
|
|
1309
1309
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1310
|
-
nullifier: z.ZodType<import("
|
|
1310
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1311
1311
|
}, "strip", z.ZodTypeAny, {
|
|
1312
|
-
nullifier: import("
|
|
1312
|
+
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1313
1313
|
}, {
|
|
1314
1314
|
nullifier: string;
|
|
1315
1315
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1316
1316
|
nullifier: string;
|
|
1317
1317
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1318
|
-
slot: z.ZodType<import("
|
|
1319
|
-
value: z.ZodType<import("
|
|
1318
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1319
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1320
1320
|
}, "strip", z.ZodTypeAny, {
|
|
1321
|
-
slot: import("
|
|
1322
|
-
value: import("
|
|
1321
|
+
slot: import("@aztec/foundation/schemas").Fr;
|
|
1322
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1323
1323
|
}, {
|
|
1324
1324
|
slot: string;
|
|
1325
1325
|
value: string;
|
|
@@ -1330,19 +1330,19 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1330
1330
|
lowLeavesWitnessData: z.ZodObject<{
|
|
1331
1331
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1332
1332
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1333
|
-
nullifier: z.ZodType<import("
|
|
1333
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1334
1334
|
}, "strip", z.ZodTypeAny, {
|
|
1335
|
-
nullifier: import("
|
|
1335
|
+
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1336
1336
|
}, {
|
|
1337
1337
|
nullifier: string;
|
|
1338
1338
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1339
1339
|
nullifier: string;
|
|
1340
1340
|
}>;
|
|
1341
|
-
nextKey: z.ZodType<import("
|
|
1341
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1342
1342
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1343
1343
|
}, "strip", z.ZodTypeAny, {
|
|
1344
1344
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
1345
|
-
nextKey: import("
|
|
1345
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1346
1346
|
nextIndex: bigint;
|
|
1347
1347
|
}, {
|
|
1348
1348
|
leaf: {
|
|
@@ -1358,11 +1358,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1358
1358
|
nextIndex: string | number | bigint;
|
|
1359
1359
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1360
1360
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1361
|
-
slot: z.ZodType<import("
|
|
1362
|
-
value: z.ZodType<import("
|
|
1361
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1362
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1363
1363
|
}, "strip", z.ZodTypeAny, {
|
|
1364
|
-
slot: import("
|
|
1365
|
-
value: import("
|
|
1364
|
+
slot: import("@aztec/foundation/schemas").Fr;
|
|
1365
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1366
1366
|
}, {
|
|
1367
1367
|
slot: string;
|
|
1368
1368
|
value: string;
|
|
@@ -1370,11 +1370,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1370
1370
|
slot: string;
|
|
1371
1371
|
value: string;
|
|
1372
1372
|
}>;
|
|
1373
|
-
nextKey: z.ZodType<import("
|
|
1373
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1374
1374
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1375
1375
|
}, "strip", z.ZodTypeAny, {
|
|
1376
1376
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
1377
|
-
nextKey: import("
|
|
1377
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1378
1378
|
nextIndex: bigint;
|
|
1379
1379
|
}, {
|
|
1380
1380
|
leaf: {
|
|
@@ -1392,11 +1392,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1392
1392
|
nextIndex: string | number | bigint;
|
|
1393
1393
|
}>;
|
|
1394
1394
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1395
|
-
path: z.ZodArray<import("
|
|
1395
|
+
path: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
1396
1396
|
}, "strip", z.ZodTypeAny, {
|
|
1397
1397
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1398
1398
|
index: bigint;
|
|
1399
|
-
path: import("
|
|
1399
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1400
1400
|
}, {
|
|
1401
1401
|
leaf: {
|
|
1402
1402
|
leaf: {
|
|
@@ -1418,19 +1418,19 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1418
1418
|
insertionWitnessData: z.ZodObject<{
|
|
1419
1419
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1420
1420
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1421
|
-
nullifier: z.ZodType<import("
|
|
1421
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1422
1422
|
}, "strip", z.ZodTypeAny, {
|
|
1423
|
-
nullifier: import("
|
|
1423
|
+
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1424
1424
|
}, {
|
|
1425
1425
|
nullifier: string;
|
|
1426
1426
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1427
1427
|
nullifier: string;
|
|
1428
1428
|
}>;
|
|
1429
|
-
nextKey: z.ZodType<import("
|
|
1429
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1430
1430
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1431
1431
|
}, "strip", z.ZodTypeAny, {
|
|
1432
1432
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
1433
|
-
nextKey: import("
|
|
1433
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1434
1434
|
nextIndex: bigint;
|
|
1435
1435
|
}, {
|
|
1436
1436
|
leaf: {
|
|
@@ -1446,11 +1446,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1446
1446
|
nextIndex: string | number | bigint;
|
|
1447
1447
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1448
1448
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1449
|
-
slot: z.ZodType<import("
|
|
1450
|
-
value: z.ZodType<import("
|
|
1449
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1450
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1451
1451
|
}, "strip", z.ZodTypeAny, {
|
|
1452
|
-
slot: import("
|
|
1453
|
-
value: import("
|
|
1452
|
+
slot: import("@aztec/foundation/schemas").Fr;
|
|
1453
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1454
1454
|
}, {
|
|
1455
1455
|
slot: string;
|
|
1456
1456
|
value: string;
|
|
@@ -1458,11 +1458,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1458
1458
|
slot: string;
|
|
1459
1459
|
value: string;
|
|
1460
1460
|
}>;
|
|
1461
|
-
nextKey: z.ZodType<import("
|
|
1461
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1462
1462
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1463
1463
|
}, "strip", z.ZodTypeAny, {
|
|
1464
1464
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
1465
|
-
nextKey: import("
|
|
1465
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1466
1466
|
nextIndex: bigint;
|
|
1467
1467
|
}, {
|
|
1468
1468
|
leaf: {
|
|
@@ -1480,11 +1480,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1480
1480
|
nextIndex: string | number | bigint;
|
|
1481
1481
|
}>;
|
|
1482
1482
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1483
|
-
path: z.ZodArray<import("
|
|
1483
|
+
path: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
1484
1484
|
}, "strip", z.ZodTypeAny, {
|
|
1485
1485
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1486
1486
|
index: bigint;
|
|
1487
|
-
path: import("
|
|
1487
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1488
1488
|
}, {
|
|
1489
1489
|
leaf: {
|
|
1490
1490
|
leaf: {
|
|
@@ -1511,12 +1511,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1511
1511
|
lowLeavesWitnessData: {
|
|
1512
1512
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1513
1513
|
index: bigint;
|
|
1514
|
-
path: import("
|
|
1514
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1515
1515
|
};
|
|
1516
1516
|
insertionWitnessData: {
|
|
1517
1517
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1518
1518
|
index: bigint;
|
|
1519
|
-
path: import("
|
|
1519
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1520
1520
|
};
|
|
1521
1521
|
}, {
|
|
1522
1522
|
hintKey: {
|
|
@@ -1578,12 +1578,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1578
1578
|
readonly lowLeavesWitnessData: {
|
|
1579
1579
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1580
1580
|
index: bigint;
|
|
1581
|
-
path: import("
|
|
1581
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1582
1582
|
};
|
|
1583
1583
|
readonly insertionWitnessData: {
|
|
1584
1584
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1585
1585
|
index: bigint;
|
|
1586
|
-
path: import("
|
|
1586
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1587
1587
|
};
|
|
1588
1588
|
}, {
|
|
1589
1589
|
hintKey: {
|
|
@@ -1640,10 +1640,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1640
1640
|
}>, "many">;
|
|
1641
1641
|
sequentialInsertHintsNullifierTree: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1642
1642
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
1643
|
-
root: z.ZodType<import("
|
|
1643
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1644
1644
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1645
1645
|
}, "strip", z.ZodTypeAny, {
|
|
1646
|
-
root: import("
|
|
1646
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
1647
1647
|
nextAvailableLeafIndex: number;
|
|
1648
1648
|
}, {
|
|
1649
1649
|
root: string;
|
|
@@ -1653,10 +1653,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1653
1653
|
nextAvailableLeafIndex: string | number | bigint;
|
|
1654
1654
|
}>;
|
|
1655
1655
|
stateAfter: z.ZodEffects<z.ZodObject<{
|
|
1656
|
-
root: z.ZodType<import("
|
|
1656
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1657
1657
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1658
1658
|
}, "strip", z.ZodTypeAny, {
|
|
1659
|
-
root: import("
|
|
1659
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
1660
1660
|
nextAvailableLeafIndex: number;
|
|
1661
1661
|
}, {
|
|
1662
1662
|
root: string;
|
|
@@ -1667,19 +1667,19 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1667
1667
|
}>;
|
|
1668
1668
|
treeId: z.ZodNumber;
|
|
1669
1669
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1670
|
-
nullifier: z.ZodType<import("
|
|
1670
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1671
1671
|
}, "strip", z.ZodTypeAny, {
|
|
1672
|
-
nullifier: import("
|
|
1672
|
+
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1673
1673
|
}, {
|
|
1674
1674
|
nullifier: string;
|
|
1675
1675
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1676
1676
|
nullifier: string;
|
|
1677
1677
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1678
|
-
slot: z.ZodType<import("
|
|
1679
|
-
value: z.ZodType<import("
|
|
1678
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1679
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1680
1680
|
}, "strip", z.ZodTypeAny, {
|
|
1681
|
-
slot: import("
|
|
1682
|
-
value: import("
|
|
1681
|
+
slot: import("@aztec/foundation/schemas").Fr;
|
|
1682
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1683
1683
|
}, {
|
|
1684
1684
|
slot: string;
|
|
1685
1685
|
value: string;
|
|
@@ -1690,19 +1690,19 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1690
1690
|
lowLeavesWitnessData: z.ZodObject<{
|
|
1691
1691
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1692
1692
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1693
|
-
nullifier: z.ZodType<import("
|
|
1693
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1694
1694
|
}, "strip", z.ZodTypeAny, {
|
|
1695
|
-
nullifier: import("
|
|
1695
|
+
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1696
1696
|
}, {
|
|
1697
1697
|
nullifier: string;
|
|
1698
1698
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1699
1699
|
nullifier: string;
|
|
1700
1700
|
}>;
|
|
1701
|
-
nextKey: z.ZodType<import("
|
|
1701
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1702
1702
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1703
1703
|
}, "strip", z.ZodTypeAny, {
|
|
1704
1704
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
1705
|
-
nextKey: import("
|
|
1705
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1706
1706
|
nextIndex: bigint;
|
|
1707
1707
|
}, {
|
|
1708
1708
|
leaf: {
|
|
@@ -1718,11 +1718,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1718
1718
|
nextIndex: string | number | bigint;
|
|
1719
1719
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1720
1720
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1721
|
-
slot: z.ZodType<import("
|
|
1722
|
-
value: z.ZodType<import("
|
|
1721
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1722
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1723
1723
|
}, "strip", z.ZodTypeAny, {
|
|
1724
|
-
slot: import("
|
|
1725
|
-
value: import("
|
|
1724
|
+
slot: import("@aztec/foundation/schemas").Fr;
|
|
1725
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1726
1726
|
}, {
|
|
1727
1727
|
slot: string;
|
|
1728
1728
|
value: string;
|
|
@@ -1730,11 +1730,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1730
1730
|
slot: string;
|
|
1731
1731
|
value: string;
|
|
1732
1732
|
}>;
|
|
1733
|
-
nextKey: z.ZodType<import("
|
|
1733
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1734
1734
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1735
1735
|
}, "strip", z.ZodTypeAny, {
|
|
1736
1736
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
1737
|
-
nextKey: import("
|
|
1737
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1738
1738
|
nextIndex: bigint;
|
|
1739
1739
|
}, {
|
|
1740
1740
|
leaf: {
|
|
@@ -1752,11 +1752,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1752
1752
|
nextIndex: string | number | bigint;
|
|
1753
1753
|
}>;
|
|
1754
1754
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1755
|
-
path: z.ZodArray<import("
|
|
1755
|
+
path: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
1756
1756
|
}, "strip", z.ZodTypeAny, {
|
|
1757
1757
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1758
1758
|
index: bigint;
|
|
1759
|
-
path: import("
|
|
1759
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1760
1760
|
}, {
|
|
1761
1761
|
leaf: {
|
|
1762
1762
|
leaf: {
|
|
@@ -1778,19 +1778,19 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1778
1778
|
insertionWitnessData: z.ZodObject<{
|
|
1779
1779
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1780
1780
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1781
|
-
nullifier: z.ZodType<import("
|
|
1781
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1782
1782
|
}, "strip", z.ZodTypeAny, {
|
|
1783
|
-
nullifier: import("
|
|
1783
|
+
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1784
1784
|
}, {
|
|
1785
1785
|
nullifier: string;
|
|
1786
1786
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1787
1787
|
nullifier: string;
|
|
1788
1788
|
}>;
|
|
1789
|
-
nextKey: z.ZodType<import("
|
|
1789
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1790
1790
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1791
1791
|
}, "strip", z.ZodTypeAny, {
|
|
1792
1792
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
1793
|
-
nextKey: import("
|
|
1793
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1794
1794
|
nextIndex: bigint;
|
|
1795
1795
|
}, {
|
|
1796
1796
|
leaf: {
|
|
@@ -1806,11 +1806,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1806
1806
|
nextIndex: string | number | bigint;
|
|
1807
1807
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1808
1808
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1809
|
-
slot: z.ZodType<import("
|
|
1810
|
-
value: z.ZodType<import("
|
|
1809
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1810
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1811
1811
|
}, "strip", z.ZodTypeAny, {
|
|
1812
|
-
slot: import("
|
|
1813
|
-
value: import("
|
|
1812
|
+
slot: import("@aztec/foundation/schemas").Fr;
|
|
1813
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1814
1814
|
}, {
|
|
1815
1815
|
slot: string;
|
|
1816
1816
|
value: string;
|
|
@@ -1818,11 +1818,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1818
1818
|
slot: string;
|
|
1819
1819
|
value: string;
|
|
1820
1820
|
}>;
|
|
1821
|
-
nextKey: z.ZodType<import("
|
|
1821
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1822
1822
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1823
1823
|
}, "strip", z.ZodTypeAny, {
|
|
1824
1824
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
1825
|
-
nextKey: import("
|
|
1825
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1826
1826
|
nextIndex: bigint;
|
|
1827
1827
|
}, {
|
|
1828
1828
|
leaf: {
|
|
@@ -1840,11 +1840,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1840
1840
|
nextIndex: string | number | bigint;
|
|
1841
1841
|
}>;
|
|
1842
1842
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1843
|
-
path: z.ZodArray<import("
|
|
1843
|
+
path: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
1844
1844
|
}, "strip", z.ZodTypeAny, {
|
|
1845
1845
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1846
1846
|
index: bigint;
|
|
1847
|
-
path: import("
|
|
1847
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1848
1848
|
}, {
|
|
1849
1849
|
leaf: {
|
|
1850
1850
|
leaf: {
|
|
@@ -1871,12 +1871,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1871
1871
|
lowLeavesWitnessData: {
|
|
1872
1872
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1873
1873
|
index: bigint;
|
|
1874
|
-
path: import("
|
|
1874
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1875
1875
|
};
|
|
1876
1876
|
insertionWitnessData: {
|
|
1877
1877
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1878
1878
|
index: bigint;
|
|
1879
|
-
path: import("
|
|
1879
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1880
1880
|
};
|
|
1881
1881
|
}, {
|
|
1882
1882
|
hintKey: {
|
|
@@ -1938,12 +1938,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1938
1938
|
readonly lowLeavesWitnessData: {
|
|
1939
1939
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1940
1940
|
index: bigint;
|
|
1941
|
-
path: import("
|
|
1941
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1942
1942
|
};
|
|
1943
1943
|
readonly insertionWitnessData: {
|
|
1944
1944
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1945
1945
|
index: bigint;
|
|
1946
|
-
path: import("
|
|
1946
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1947
1947
|
};
|
|
1948
1948
|
}, {
|
|
1949
1949
|
hintKey: {
|
|
@@ -2000,10 +2000,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2000
2000
|
}>, "many">;
|
|
2001
2001
|
appendLeavesHints: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
2002
2002
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
2003
|
-
root: z.ZodType<import("
|
|
2003
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2004
2004
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2005
2005
|
}, "strip", z.ZodTypeAny, {
|
|
2006
|
-
root: import("
|
|
2006
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2007
2007
|
nextAvailableLeafIndex: number;
|
|
2008
2008
|
}, {
|
|
2009
2009
|
root: string;
|
|
@@ -2013,10 +2013,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2013
2013
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2014
2014
|
}>;
|
|
2015
2015
|
stateAfter: z.ZodEffects<z.ZodObject<{
|
|
2016
|
-
root: z.ZodType<import("
|
|
2016
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2017
2017
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2018
2018
|
}, "strip", z.ZodTypeAny, {
|
|
2019
|
-
root: import("
|
|
2019
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2020
2020
|
nextAvailableLeafIndex: number;
|
|
2021
2021
|
}, {
|
|
2022
2022
|
root: string;
|
|
@@ -2026,12 +2026,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2026
2026
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2027
2027
|
}>;
|
|
2028
2028
|
treeId: z.ZodNumber;
|
|
2029
|
-
leaves: z.ZodArray<import("
|
|
2029
|
+
leaves: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
2030
2030
|
}, "strip", z.ZodTypeAny, {
|
|
2031
2031
|
hintKey: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
2032
2032
|
stateAfter: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
2033
2033
|
treeId: number;
|
|
2034
|
-
leaves: import("
|
|
2034
|
+
leaves: import("@aztec/foundation/schemas").Fr[];
|
|
2035
2035
|
}, {
|
|
2036
2036
|
hintKey: {
|
|
2037
2037
|
root: string;
|
|
@@ -2103,10 +2103,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2103
2103
|
newCheckpointId: z.ZodNumber;
|
|
2104
2104
|
stateBefore: z.ZodEffects<z.ZodObject<{
|
|
2105
2105
|
l1ToL2MessageTree: z.ZodEffects<z.ZodObject<{
|
|
2106
|
-
root: z.ZodType<import("
|
|
2106
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2107
2107
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2108
2108
|
}, "strip", z.ZodTypeAny, {
|
|
2109
|
-
root: import("
|
|
2109
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2110
2110
|
nextAvailableLeafIndex: number;
|
|
2111
2111
|
}, {
|
|
2112
2112
|
root: string;
|
|
@@ -2116,10 +2116,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2116
2116
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2117
2117
|
}>;
|
|
2118
2118
|
noteHashTree: z.ZodEffects<z.ZodObject<{
|
|
2119
|
-
root: z.ZodType<import("
|
|
2119
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2120
2120
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2121
2121
|
}, "strip", z.ZodTypeAny, {
|
|
2122
|
-
root: import("
|
|
2122
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2123
2123
|
nextAvailableLeafIndex: number;
|
|
2124
2124
|
}, {
|
|
2125
2125
|
root: string;
|
|
@@ -2129,10 +2129,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2129
2129
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2130
2130
|
}>;
|
|
2131
2131
|
nullifierTree: z.ZodEffects<z.ZodObject<{
|
|
2132
|
-
root: z.ZodType<import("
|
|
2132
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2133
2133
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2134
2134
|
}, "strip", z.ZodTypeAny, {
|
|
2135
|
-
root: import("
|
|
2135
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2136
2136
|
nextAvailableLeafIndex: number;
|
|
2137
2137
|
}, {
|
|
2138
2138
|
root: string;
|
|
@@ -2142,10 +2142,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2142
2142
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2143
2143
|
}>;
|
|
2144
2144
|
publicDataTree: z.ZodEffects<z.ZodObject<{
|
|
2145
|
-
root: z.ZodType<import("
|
|
2145
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2146
2146
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2147
2147
|
}, "strip", z.ZodTypeAny, {
|
|
2148
|
-
root: import("
|
|
2148
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2149
2149
|
nextAvailableLeafIndex: number;
|
|
2150
2150
|
}, {
|
|
2151
2151
|
root: string;
|
|
@@ -2196,10 +2196,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2196
2196
|
}>;
|
|
2197
2197
|
stateAfter: z.ZodEffects<z.ZodObject<{
|
|
2198
2198
|
l1ToL2MessageTree: z.ZodEffects<z.ZodObject<{
|
|
2199
|
-
root: z.ZodType<import("
|
|
2199
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2200
2200
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2201
2201
|
}, "strip", z.ZodTypeAny, {
|
|
2202
|
-
root: import("
|
|
2202
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2203
2203
|
nextAvailableLeafIndex: number;
|
|
2204
2204
|
}, {
|
|
2205
2205
|
root: string;
|
|
@@ -2209,10 +2209,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2209
2209
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2210
2210
|
}>;
|
|
2211
2211
|
noteHashTree: z.ZodEffects<z.ZodObject<{
|
|
2212
|
-
root: z.ZodType<import("
|
|
2212
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2213
2213
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2214
2214
|
}, "strip", z.ZodTypeAny, {
|
|
2215
|
-
root: import("
|
|
2215
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2216
2216
|
nextAvailableLeafIndex: number;
|
|
2217
2217
|
}, {
|
|
2218
2218
|
root: string;
|
|
@@ -2222,10 +2222,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2222
2222
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2223
2223
|
}>;
|
|
2224
2224
|
nullifierTree: z.ZodEffects<z.ZodObject<{
|
|
2225
|
-
root: z.ZodType<import("
|
|
2225
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2226
2226
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2227
2227
|
}, "strip", z.ZodTypeAny, {
|
|
2228
|
-
root: import("
|
|
2228
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2229
2229
|
nextAvailableLeafIndex: number;
|
|
2230
2230
|
}, {
|
|
2231
2231
|
root: string;
|
|
@@ -2235,10 +2235,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2235
2235
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2236
2236
|
}>;
|
|
2237
2237
|
publicDataTree: z.ZodEffects<z.ZodObject<{
|
|
2238
|
-
root: z.ZodType<import("
|
|
2238
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2239
2239
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2240
2240
|
}, "strip", z.ZodTypeAny, {
|
|
2241
|
-
root: import("
|
|
2241
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2242
2242
|
nextAvailableLeafIndex: number;
|
|
2243
2243
|
}, {
|
|
2244
2244
|
root: string;
|
|
@@ -2419,12 +2419,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2419
2419
|
readonly lowLeavesWitnessData: {
|
|
2420
2420
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
2421
2421
|
index: bigint;
|
|
2422
|
-
path: import("
|
|
2422
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
2423
2423
|
};
|
|
2424
2424
|
readonly insertionWitnessData: {
|
|
2425
2425
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
2426
2426
|
index: bigint;
|
|
2427
|
-
path: import("
|
|
2427
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
2428
2428
|
};
|
|
2429
2429
|
}[];
|
|
2430
2430
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -2435,12 +2435,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2435
2435
|
readonly lowLeavesWitnessData: {
|
|
2436
2436
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
2437
2437
|
index: bigint;
|
|
2438
|
-
path: import("
|
|
2438
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
2439
2439
|
};
|
|
2440
2440
|
readonly insertionWitnessData: {
|
|
2441
2441
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
2442
2442
|
index: bigint;
|
|
2443
|
-
path: import("
|
|
2443
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
2444
2444
|
};
|
|
2445
2445
|
}[];
|
|
2446
2446
|
appendLeavesHints: import("./avm.js").AvmAppendLeavesHint[];
|
|
@@ -3262,13 +3262,13 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3262
3262
|
}>;
|
|
3263
3263
|
publicInputs: z.ZodEffects<z.ZodObject<{
|
|
3264
3264
|
globalVariables: z.ZodEffects<z.ZodObject<{
|
|
3265
|
-
chainId: import("
|
|
3266
|
-
version: import("
|
|
3267
|
-
blockNumber: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("
|
|
3268
|
-
slotNumber: import("
|
|
3265
|
+
chainId: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
3266
|
+
version: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
3267
|
+
blockNumber: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/branded-types").BlockNumber, string | number | bigint>;
|
|
3268
|
+
slotNumber: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").SlotNumber>;
|
|
3269
3269
|
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
3270
|
-
coinbase: import("
|
|
3271
|
-
feeRecipient: import("
|
|
3270
|
+
coinbase: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/eth-address").EthAddress>;
|
|
3271
|
+
feeRecipient: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3272
3272
|
gasFees: z.ZodEffects<z.ZodObject<{
|
|
3273
3273
|
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
3274
3274
|
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
@@ -3283,8 +3283,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3283
3283
|
feePerL2Gas: string | number | bigint;
|
|
3284
3284
|
}>;
|
|
3285
3285
|
}, "strip", z.ZodTypeAny, {
|
|
3286
|
-
chainId: import("
|
|
3287
|
-
version: import("
|
|
3286
|
+
chainId: import("@aztec/foundation/schemas").Fr;
|
|
3287
|
+
version: import("@aztec/foundation/schemas").Fr;
|
|
3288
3288
|
blockNumber: number & {
|
|
3289
3289
|
_branding: "BlockNumber";
|
|
3290
3290
|
};
|
|
@@ -3292,7 +3292,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3292
3292
|
_branding: "SlotNumber";
|
|
3293
3293
|
};
|
|
3294
3294
|
timestamp: bigint;
|
|
3295
|
-
coinbase: import("
|
|
3295
|
+
coinbase: import("@aztec/foundation/eth-address").EthAddress;
|
|
3296
3296
|
feeRecipient: import("../aztec-address/index.js").AztecAddress;
|
|
3297
3297
|
gasFees: import("../gas/gas_fees.js").GasFees;
|
|
3298
3298
|
}, {
|
|
@@ -3321,7 +3321,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3321
3321
|
};
|
|
3322
3322
|
}>;
|
|
3323
3323
|
protocolContracts: z.ZodEffects<z.ZodObject<{
|
|
3324
|
-
derivedAddresses: z.ZodArray<import("
|
|
3324
|
+
derivedAddresses: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>, "many">;
|
|
3325
3325
|
}, "strip", z.ZodTypeAny, {
|
|
3326
3326
|
derivedAddresses: import("../aztec-address/index.js").AztecAddress[];
|
|
3327
3327
|
}, {
|
|
@@ -3331,10 +3331,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3331
3331
|
}>;
|
|
3332
3332
|
startTreeSnapshots: z.ZodEffects<z.ZodObject<{
|
|
3333
3333
|
l1ToL2MessageTree: z.ZodEffects<z.ZodObject<{
|
|
3334
|
-
root: z.ZodType<import("
|
|
3334
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3335
3335
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3336
3336
|
}, "strip", z.ZodTypeAny, {
|
|
3337
|
-
root: import("
|
|
3337
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
3338
3338
|
nextAvailableLeafIndex: number;
|
|
3339
3339
|
}, {
|
|
3340
3340
|
root: string;
|
|
@@ -3344,10 +3344,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3344
3344
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3345
3345
|
}>;
|
|
3346
3346
|
noteHashTree: z.ZodEffects<z.ZodObject<{
|
|
3347
|
-
root: z.ZodType<import("
|
|
3347
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3348
3348
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3349
3349
|
}, "strip", z.ZodTypeAny, {
|
|
3350
|
-
root: import("
|
|
3350
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
3351
3351
|
nextAvailableLeafIndex: number;
|
|
3352
3352
|
}, {
|
|
3353
3353
|
root: string;
|
|
@@ -3357,10 +3357,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3357
3357
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3358
3358
|
}>;
|
|
3359
3359
|
nullifierTree: z.ZodEffects<z.ZodObject<{
|
|
3360
|
-
root: z.ZodType<import("
|
|
3360
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3361
3361
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3362
3362
|
}, "strip", z.ZodTypeAny, {
|
|
3363
|
-
root: import("
|
|
3363
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
3364
3364
|
nextAvailableLeafIndex: number;
|
|
3365
3365
|
}, {
|
|
3366
3366
|
root: string;
|
|
@@ -3370,10 +3370,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3370
3370
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3371
3371
|
}>;
|
|
3372
3372
|
publicDataTree: z.ZodEffects<z.ZodObject<{
|
|
3373
|
-
root: z.ZodType<import("
|
|
3373
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3374
3374
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3375
3375
|
}, "strip", z.ZodTypeAny, {
|
|
3376
|
-
root: import("
|
|
3376
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
3377
3377
|
nextAvailableLeafIndex: number;
|
|
3378
3378
|
}, {
|
|
3379
3379
|
root: string;
|
|
@@ -3541,8 +3541,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3541
3541
|
feePerDaGas: string | number | bigint;
|
|
3542
3542
|
feePerL2Gas: string | number | bigint;
|
|
3543
3543
|
}>;
|
|
3544
|
-
feePayer: import("
|
|
3545
|
-
proverId: z.ZodType<import("
|
|
3544
|
+
feePayer: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3545
|
+
proverId: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3546
3546
|
publicCallRequestArrayLengths: z.ZodEffects<z.ZodObject<{
|
|
3547
3547
|
setupCalls: z.ZodNumber;
|
|
3548
3548
|
appLogicCalls: z.ZodNumber;
|
|
@@ -3561,15 +3561,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3561
3561
|
teardownCall: boolean;
|
|
3562
3562
|
}>;
|
|
3563
3563
|
publicSetupCallRequests: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
3564
|
-
msgSender: import("
|
|
3565
|
-
contractAddress: import("
|
|
3564
|
+
msgSender: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3565
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3566
3566
|
isStaticCall: z.ZodBoolean;
|
|
3567
|
-
calldataHash: z.ZodType<import("
|
|
3567
|
+
calldataHash: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3568
3568
|
}, "strip", z.ZodTypeAny, {
|
|
3569
3569
|
msgSender: import("../aztec-address/index.js").AztecAddress;
|
|
3570
3570
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
3571
3571
|
isStaticCall: boolean;
|
|
3572
|
-
calldataHash: import("
|
|
3572
|
+
calldataHash: import("@aztec/foundation/schemas").Fr;
|
|
3573
3573
|
}, {
|
|
3574
3574
|
msgSender?: any;
|
|
3575
3575
|
contractAddress?: any;
|
|
@@ -3582,15 +3582,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3582
3582
|
calldataHash: string;
|
|
3583
3583
|
}>, "many">;
|
|
3584
3584
|
publicAppLogicCallRequests: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
3585
|
-
msgSender: import("
|
|
3586
|
-
contractAddress: import("
|
|
3585
|
+
msgSender: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3586
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3587
3587
|
isStaticCall: z.ZodBoolean;
|
|
3588
|
-
calldataHash: z.ZodType<import("
|
|
3588
|
+
calldataHash: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3589
3589
|
}, "strip", z.ZodTypeAny, {
|
|
3590
3590
|
msgSender: import("../aztec-address/index.js").AztecAddress;
|
|
3591
3591
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
3592
3592
|
isStaticCall: boolean;
|
|
3593
|
-
calldataHash: import("
|
|
3593
|
+
calldataHash: import("@aztec/foundation/schemas").Fr;
|
|
3594
3594
|
}, {
|
|
3595
3595
|
msgSender?: any;
|
|
3596
3596
|
contractAddress?: any;
|
|
@@ -3603,15 +3603,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3603
3603
|
calldataHash: string;
|
|
3604
3604
|
}>, "many">;
|
|
3605
3605
|
publicTeardownCallRequest: z.ZodEffects<z.ZodObject<{
|
|
3606
|
-
msgSender: import("
|
|
3607
|
-
contractAddress: import("
|
|
3606
|
+
msgSender: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3607
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3608
3608
|
isStaticCall: z.ZodBoolean;
|
|
3609
|
-
calldataHash: z.ZodType<import("
|
|
3609
|
+
calldataHash: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3610
3610
|
}, "strip", z.ZodTypeAny, {
|
|
3611
3611
|
msgSender: import("../aztec-address/index.js").AztecAddress;
|
|
3612
3612
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
3613
3613
|
isStaticCall: boolean;
|
|
3614
|
-
calldataHash: import("
|
|
3614
|
+
calldataHash: import("@aztec/foundation/schemas").Fr;
|
|
3615
3615
|
}, {
|
|
3616
3616
|
msgSender?: any;
|
|
3617
3617
|
contractAddress?: any;
|
|
@@ -3658,15 +3658,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3658
3658
|
l2ToL1Msgs: string | number | bigint;
|
|
3659
3659
|
}>;
|
|
3660
3660
|
previousNonRevertibleAccumulatedData: z.ZodEffects<z.ZodObject<{
|
|
3661
|
-
noteHashes: z.ZodArray<z.ZodType<import("
|
|
3662
|
-
nullifiers: z.ZodArray<z.ZodType<import("
|
|
3661
|
+
noteHashes: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
3662
|
+
nullifiers: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
3663
3663
|
l2ToL1Msgs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
3664
3664
|
message: z.ZodEffects<z.ZodObject<{
|
|
3665
|
-
recipient: z.ZodType<import("
|
|
3666
|
-
content: z.ZodType<import("
|
|
3665
|
+
recipient: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
|
|
3666
|
+
content: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3667
3667
|
}, "strip", z.ZodTypeAny, {
|
|
3668
|
-
recipient: import("
|
|
3669
|
-
content: import("
|
|
3668
|
+
recipient: import("@aztec/foundation/eth-address").EthAddress;
|
|
3669
|
+
content: import("@aztec/foundation/schemas").Fr;
|
|
3670
3670
|
}, {
|
|
3671
3671
|
recipient: string;
|
|
3672
3672
|
content: string;
|
|
@@ -3674,7 +3674,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3674
3674
|
recipient: string;
|
|
3675
3675
|
content: string;
|
|
3676
3676
|
}>;
|
|
3677
|
-
contractAddress: import("
|
|
3677
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3678
3678
|
}, "strip", z.ZodTypeAny, {
|
|
3679
3679
|
message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
|
|
3680
3680
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
@@ -3692,8 +3692,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3692
3692
|
contractAddress?: any;
|
|
3693
3693
|
}>, "many">;
|
|
3694
3694
|
}, "strip", z.ZodTypeAny, {
|
|
3695
|
-
noteHashes: import("
|
|
3696
|
-
nullifiers: import("
|
|
3695
|
+
noteHashes: import("@aztec/foundation/schemas").Fr[];
|
|
3696
|
+
nullifiers: import("@aztec/foundation/schemas").Fr[];
|
|
3697
3697
|
l2ToL1Msgs: import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message[];
|
|
3698
3698
|
}, {
|
|
3699
3699
|
noteHashes: string[];
|
|
@@ -3717,15 +3717,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3717
3717
|
}[];
|
|
3718
3718
|
}>;
|
|
3719
3719
|
previousRevertibleAccumulatedData: z.ZodEffects<z.ZodObject<{
|
|
3720
|
-
noteHashes: z.ZodArray<z.ZodType<import("
|
|
3721
|
-
nullifiers: z.ZodArray<z.ZodType<import("
|
|
3720
|
+
noteHashes: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
3721
|
+
nullifiers: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
3722
3722
|
l2ToL1Msgs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
3723
3723
|
message: z.ZodEffects<z.ZodObject<{
|
|
3724
|
-
recipient: z.ZodType<import("
|
|
3725
|
-
content: z.ZodType<import("
|
|
3724
|
+
recipient: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
|
|
3725
|
+
content: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3726
3726
|
}, "strip", z.ZodTypeAny, {
|
|
3727
|
-
recipient: import("
|
|
3728
|
-
content: import("
|
|
3727
|
+
recipient: import("@aztec/foundation/eth-address").EthAddress;
|
|
3728
|
+
content: import("@aztec/foundation/schemas").Fr;
|
|
3729
3729
|
}, {
|
|
3730
3730
|
recipient: string;
|
|
3731
3731
|
content: string;
|
|
@@ -3733,7 +3733,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3733
3733
|
recipient: string;
|
|
3734
3734
|
content: string;
|
|
3735
3735
|
}>;
|
|
3736
|
-
contractAddress: import("
|
|
3736
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3737
3737
|
}, "strip", z.ZodTypeAny, {
|
|
3738
3738
|
message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
|
|
3739
3739
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
@@ -3751,8 +3751,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3751
3751
|
contractAddress?: any;
|
|
3752
3752
|
}>, "many">;
|
|
3753
3753
|
}, "strip", z.ZodTypeAny, {
|
|
3754
|
-
noteHashes: import("
|
|
3755
|
-
nullifiers: import("
|
|
3754
|
+
noteHashes: import("@aztec/foundation/schemas").Fr[];
|
|
3755
|
+
nullifiers: import("@aztec/foundation/schemas").Fr[];
|
|
3756
3756
|
l2ToL1Msgs: import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message[];
|
|
3757
3757
|
}, {
|
|
3758
3758
|
noteHashes: string[];
|
|
@@ -3777,10 +3777,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3777
3777
|
}>;
|
|
3778
3778
|
endTreeSnapshots: z.ZodEffects<z.ZodObject<{
|
|
3779
3779
|
l1ToL2MessageTree: z.ZodEffects<z.ZodObject<{
|
|
3780
|
-
root: z.ZodType<import("
|
|
3780
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3781
3781
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3782
3782
|
}, "strip", z.ZodTypeAny, {
|
|
3783
|
-
root: import("
|
|
3783
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
3784
3784
|
nextAvailableLeafIndex: number;
|
|
3785
3785
|
}, {
|
|
3786
3786
|
root: string;
|
|
@@ -3790,10 +3790,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3790
3790
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3791
3791
|
}>;
|
|
3792
3792
|
noteHashTree: z.ZodEffects<z.ZodObject<{
|
|
3793
|
-
root: z.ZodType<import("
|
|
3793
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3794
3794
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3795
3795
|
}, "strip", z.ZodTypeAny, {
|
|
3796
|
-
root: import("
|
|
3796
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
3797
3797
|
nextAvailableLeafIndex: number;
|
|
3798
3798
|
}, {
|
|
3799
3799
|
root: string;
|
|
@@ -3803,10 +3803,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3803
3803
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3804
3804
|
}>;
|
|
3805
3805
|
nullifierTree: z.ZodEffects<z.ZodObject<{
|
|
3806
|
-
root: z.ZodType<import("
|
|
3806
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3807
3807
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3808
3808
|
}, "strip", z.ZodTypeAny, {
|
|
3809
|
-
root: import("
|
|
3809
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
3810
3810
|
nextAvailableLeafIndex: number;
|
|
3811
3811
|
}, {
|
|
3812
3812
|
root: string;
|
|
@@ -3816,10 +3816,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3816
3816
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3817
3817
|
}>;
|
|
3818
3818
|
publicDataTree: z.ZodEffects<z.ZodObject<{
|
|
3819
|
-
root: z.ZodType<import("
|
|
3819
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3820
3820
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3821
3821
|
}, "strip", z.ZodTypeAny, {
|
|
3822
|
-
root: import("
|
|
3822
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
3823
3823
|
nextAvailableLeafIndex: number;
|
|
3824
3824
|
}, {
|
|
3825
3825
|
root: string;
|
|
@@ -3903,15 +3903,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3903
3903
|
publicDataWrites: number;
|
|
3904
3904
|
}>;
|
|
3905
3905
|
accumulatedData: z.ZodEffects<z.ZodObject<{
|
|
3906
|
-
noteHashes: z.ZodArray<z.ZodType<import("
|
|
3907
|
-
nullifiers: z.ZodArray<z.ZodType<import("
|
|
3906
|
+
noteHashes: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
3907
|
+
nullifiers: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
3908
3908
|
l2ToL1Msgs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
3909
3909
|
message: z.ZodEffects<z.ZodObject<{
|
|
3910
|
-
recipient: z.ZodType<import("
|
|
3911
|
-
content: z.ZodType<import("
|
|
3910
|
+
recipient: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
|
|
3911
|
+
content: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3912
3912
|
}, "strip", z.ZodTypeAny, {
|
|
3913
|
-
recipient: import("
|
|
3914
|
-
content: import("
|
|
3913
|
+
recipient: import("@aztec/foundation/eth-address").EthAddress;
|
|
3914
|
+
content: import("@aztec/foundation/schemas").Fr;
|
|
3915
3915
|
}, {
|
|
3916
3916
|
recipient: string;
|
|
3917
3917
|
content: string;
|
|
@@ -3919,7 +3919,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3919
3919
|
recipient: string;
|
|
3920
3920
|
content: string;
|
|
3921
3921
|
}>;
|
|
3922
|
-
contractAddress: import("
|
|
3922
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3923
3923
|
}, "strip", z.ZodTypeAny, {
|
|
3924
3924
|
message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
|
|
3925
3925
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
@@ -3936,13 +3936,13 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3936
3936
|
};
|
|
3937
3937
|
contractAddress?: any;
|
|
3938
3938
|
}>, "many">;
|
|
3939
|
-
publicLogs: import("
|
|
3939
|
+
publicLogs: import("@aztec/foundation/schemas").ZodFor<import("../logs/public_log.js").FlatPublicLogs>;
|
|
3940
3940
|
publicDataWrites: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
3941
|
-
leafSlot: z.ZodType<import("
|
|
3942
|
-
value: z.ZodType<import("
|
|
3941
|
+
leafSlot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3942
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3943
3943
|
}, "strip", z.ZodTypeAny, {
|
|
3944
|
-
leafSlot: import("
|
|
3945
|
-
value: import("
|
|
3944
|
+
leafSlot: import("@aztec/foundation/schemas").Fr;
|
|
3945
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
3946
3946
|
}, {
|
|
3947
3947
|
leafSlot: string;
|
|
3948
3948
|
value: string;
|
|
@@ -3951,8 +3951,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3951
3951
|
value: string;
|
|
3952
3952
|
}>, "many">;
|
|
3953
3953
|
}, "strip", z.ZodTypeAny, {
|
|
3954
|
-
noteHashes: import("
|
|
3955
|
-
nullifiers: import("
|
|
3954
|
+
noteHashes: import("@aztec/foundation/schemas").Fr[];
|
|
3955
|
+
nullifiers: import("@aztec/foundation/schemas").Fr[];
|
|
3956
3956
|
l2ToL1Msgs: import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message[];
|
|
3957
3957
|
publicLogs: import("../logs/public_log.js").FlatPublicLogs;
|
|
3958
3958
|
publicDataWrites: import("./public_data_write.js").PublicDataWrite[];
|
|
@@ -3987,7 +3987,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3987
3987
|
value: string;
|
|
3988
3988
|
}[];
|
|
3989
3989
|
}>;
|
|
3990
|
-
transactionFee: z.ZodType<import("
|
|
3990
|
+
transactionFee: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3991
3991
|
reverted: z.ZodBoolean;
|
|
3992
3992
|
}, "strip", z.ZodTypeAny, {
|
|
3993
3993
|
globalVariables: import("../tx/global_variables.js").GlobalVariables;
|
|
@@ -3997,7 +3997,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3997
3997
|
gasSettings: import("../gas/gas_settings.js").GasSettings;
|
|
3998
3998
|
effectiveGasFees: import("../gas/gas_fees.js").GasFees;
|
|
3999
3999
|
feePayer: import("../aztec-address/index.js").AztecAddress;
|
|
4000
|
-
proverId: import("
|
|
4000
|
+
proverId: import("@aztec/foundation/schemas").Fr;
|
|
4001
4001
|
publicCallRequestArrayLengths: import("../kernel/public_call_request.js").PublicCallRequestArrayLengths;
|
|
4002
4002
|
publicSetupCallRequests: import("../kernel/public_call_request.js").PublicCallRequest[];
|
|
4003
4003
|
publicAppLogicCallRequests: import("../kernel/public_call_request.js").PublicCallRequest[];
|
|
@@ -4010,7 +4010,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4010
4010
|
endGasUsed: import("../gas/gas.js").Gas;
|
|
4011
4011
|
accumulatedDataArrayLengths: import("./avm_accumulated_data.js").AvmAccumulatedDataArrayLengths;
|
|
4012
4012
|
accumulatedData: import("./avm_accumulated_data.js").AvmAccumulatedData;
|
|
4013
|
-
transactionFee: import("
|
|
4013
|
+
transactionFee: import("@aztec/foundation/schemas").Fr;
|
|
4014
4014
|
reverted: boolean;
|
|
4015
4015
|
}, {
|
|
4016
4016
|
globalVariables: {
|