@aztec/stdlib 3.0.0-nightly.20251112 → 3.0.0-nightly.20251113
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/abi.d.ts +8 -8
- package/dest/abi/abi.d.ts.map +1 -1
- package/dest/abi/abi.js +2 -2
- package/dest/abi/contract_artifact.js +3 -3
- package/dest/avm/avm.d.ts +539 -769
- package/dest/avm/avm.d.ts.map +1 -1
- package/dest/avm/avm.js +196 -2
- package/dest/avm/avm_accumulated_data.d.ts +22 -6
- package/dest/avm/avm_accumulated_data.d.ts.map +1 -1
- package/dest/avm/avm_accumulated_data.js +18 -0
- package/dest/avm/avm_circuit_public_inputs.d.ts +35 -27
- package/dest/avm/avm_circuit_public_inputs.d.ts.map +1 -1
- package/dest/avm/avm_circuit_public_inputs.js +9 -0
- package/dest/avm/avm_proving_request.d.ts +134 -290
- package/dest/avm/avm_proving_request.d.ts.map +1 -1
- package/dest/avm/public_data_write.d.ts +10 -2
- package/dest/avm/public_data_write.d.ts.map +1 -1
- package/dest/avm/public_data_write.js +9 -0
- package/dest/avm/revert_code.d.ts +8 -0
- package/dest/avm/revert_code.d.ts.map +1 -1
- package/dest/avm/revert_code.js +16 -0
- package/dest/aztec-address/index.d.ts +9 -0
- package/dest/aztec-address/index.d.ts.map +1 -1
- package/dest/aztec-address/index.js +16 -0
- package/dest/block/l2_block.d.ts +1 -1
- package/dest/block/l2_block_info.d.ts +3 -3
- package/dest/block/proposal/attestations_and_signers.d.ts +1 -1
- package/dest/block/proposal/committee_attestation.d.ts +1 -1
- package/dest/block/published_l2_block.d.ts +2 -2
- package/dest/block/validate_block_result.d.ts +12 -12
- package/dest/contract/contract_deployment_data.d.ts +10 -2
- package/dest/contract/contract_deployment_data.d.ts.map +1 -1
- package/dest/contract/contract_deployment_data.js +12 -0
- package/dest/contract/interfaces/contract_class.d.ts +19 -19
- package/dest/contract/interfaces/contract_instance.d.ts +32 -200
- package/dest/contract/interfaces/contract_instance.d.ts.map +1 -1
- package/dest/database-version/version_manager.d.ts +1 -1
- package/dest/gas/gas.d.ts +8 -0
- package/dest/gas/gas.d.ts.map +1 -1
- package/dest/gas/gas.js +12 -0
- package/dest/gas/gas_fees.d.ts +8 -0
- package/dest/gas/gas_fees.d.ts.map +1 -1
- package/dest/gas/gas_fees.js +12 -0
- package/dest/gas/gas_settings.d.ts +8 -0
- package/dest/gas/gas_settings.d.ts.map +1 -1
- package/dest/gas/gas_settings.js +12 -0
- package/dest/gas/gas_used.d.ts +12 -1
- package/dest/gas/gas_used.d.ts.map +1 -1
- package/dest/gas/gas_used.js +19 -1
- package/dest/interfaces/aztec-node-admin.d.ts +8 -5
- package/dest/interfaces/aztec-node-admin.d.ts.map +1 -1
- package/dest/interfaces/configs.d.ts +5 -0
- package/dest/interfaces/configs.d.ts.map +1 -1
- package/dest/interfaces/configs.js +1 -0
- package/dest/interfaces/proving-job.d.ts +162 -318
- package/dest/interfaces/proving-job.d.ts.map +1 -1
- package/dest/interfaces/slasher.d.ts +3 -3
- package/dest/interfaces/validator.d.ts +12 -4
- package/dest/interfaces/validator.d.ts.map +1 -1
- package/dest/interfaces/validator.js +2 -1
- package/dest/kernel/private_to_avm_accumulated_data.d.ts +20 -4
- package/dest/kernel/private_to_avm_accumulated_data.d.ts.map +1 -1
- package/dest/kernel/private_to_avm_accumulated_data.js +18 -0
- package/dest/kernel/public_call_request.d.ts +17 -1
- package/dest/kernel/public_call_request.d.ts.map +1 -1
- package/dest/kernel/public_call_request.js +18 -0
- package/dest/keys/public_keys.d.ts +20 -84
- package/dest/keys/public_keys.d.ts.map +1 -1
- package/dest/keys/public_keys.js +12 -0
- package/dest/logs/contract_class_log.d.ts +18 -2
- package/dest/logs/contract_class_log.d.ts.map +1 -1
- package/dest/logs/contract_class_log.js +24 -0
- package/dest/logs/debug_log.d.ts +9 -1
- package/dest/logs/debug_log.d.ts.map +1 -1
- package/dest/logs/debug_log.js +13 -0
- package/dest/logs/directional_app_tagging_secret.d.ts +1 -1
- package/dest/logs/pre_tag.d.ts +1 -1
- package/dest/logs/private_log.d.ts +9 -1
- package/dest/logs/private_log.d.ts.map +1 -1
- package/dest/logs/private_log.js +12 -0
- package/dest/logs/public_log.d.ts +8 -0
- package/dest/logs/public_log.d.ts.map +1 -1
- package/dest/logs/public_log.js +9 -0
- package/dest/logs/tx_scoped_l2_log.d.ts +1 -1
- package/dest/messaging/l2_to_l1_message.d.ts +24 -8
- package/dest/messaging/l2_to_l1_message.d.ts.map +1 -1
- package/dest/messaging/l2_to_l1_message.js +18 -0
- package/dest/noir/index.d.ts +1 -1
- package/dest/noir/index.d.ts.map +1 -1
- package/dest/noir/index.js +1 -2
- package/dest/p2p/consensus_payload.d.ts +5 -5
- package/dest/snapshots/types.d.ts +2 -2
- package/dest/trees/append_only_tree_snapshot.d.ts +9 -1
- package/dest/trees/append_only_tree_snapshot.d.ts.map +1 -1
- package/dest/trees/append_only_tree_snapshot.js +9 -0
- package/dest/trees/nullifier_leaf.d.ts +20 -4
- package/dest/trees/nullifier_leaf.d.ts.map +1 -1
- package/dest/trees/nullifier_leaf.js +24 -0
- package/dest/trees/nullifier_membership_witness.d.ts +2 -2
- package/dest/trees/public_data_leaf.d.ts +23 -7
- package/dest/trees/public_data_leaf.d.ts.map +1 -1
- package/dest/trees/public_data_leaf.js +24 -0
- package/dest/trees/public_data_witness.d.ts +3 -3
- package/dest/tx/content_commitment.d.ts +3 -3
- package/dest/tx/execution_payload.d.ts +45 -0
- package/dest/tx/execution_payload.d.ts.map +1 -0
- package/dest/tx/execution_payload.js +40 -0
- package/dest/tx/global_variables.d.ts +8 -0
- package/dest/tx/global_variables.d.ts.map +1 -1
- package/dest/tx/global_variables.js +9 -0
- package/dest/tx/index.d.ts +1 -0
- package/dest/tx/index.d.ts.map +1 -1
- package/dest/tx/index.js +1 -0
- package/dest/tx/partial_state_reference.d.ts +3 -3
- package/dest/tx/profiling.d.ts +3 -3
- package/dest/tx/profiling.d.ts.map +1 -1
- package/dest/tx/profiling.js +5 -4
- package/dest/tx/protocol_contracts.d.ts +8 -0
- package/dest/tx/protocol_contracts.d.ts.map +1 -1
- package/dest/tx/protocol_contracts.js +9 -0
- package/dest/tx/public_call_request_with_calldata.d.ts +8 -0
- package/dest/tx/public_call_request_with_calldata.d.ts.map +1 -1
- package/dest/tx/public_call_request_with_calldata.js +12 -0
- package/dest/tx/simulated_tx.d.ts +28 -148
- package/dest/tx/simulated_tx.d.ts.map +1 -1
- package/dest/tx/state_reference.d.ts +4 -4
- package/dest/tx/tree_snapshots.d.ts +12 -4
- package/dest/tx/tree_snapshots.d.ts.map +1 -1
- package/dest/tx/tree_snapshots.js +9 -0
- package/dest/tx/tx_context.d.ts +2 -2
- package/dest/validators/schemas.d.ts +3 -3
- package/package.json +8 -8
- package/src/abi/abi.ts +4 -4
- package/src/abi/contract_artifact.ts +3 -3
- package/src/avm/avm.ts +350 -3
- package/src/avm/avm_accumulated_data.ts +40 -0
- package/src/avm/avm_circuit_public_inputs.ts +40 -0
- package/src/avm/public_data_write.ts +11 -0
- package/src/avm/revert_code.ts +18 -0
- package/src/aztec-address/index.ts +18 -0
- package/src/contract/contract_deployment_data.ts +17 -0
- package/src/gas/gas.ts +14 -0
- package/src/gas/gas_fees.ts +14 -0
- package/src/gas/gas_settings.ts +19 -0
- package/src/gas/gas_used.ts +22 -1
- package/src/interfaces/configs.ts +3 -0
- package/src/interfaces/validator.ts +4 -0
- package/src/kernel/private_to_avm_accumulated_data.ts +35 -0
- package/src/kernel/public_call_request.ts +27 -0
- package/src/keys/public_keys.ts +19 -0
- package/src/logs/contract_class_log.ts +32 -0
- package/src/logs/debug_log.ts +20 -1
- package/src/logs/private_log.ts +17 -0
- package/src/logs/public_log.ts +14 -0
- package/src/messaging/l2_to_l1_message.ts +25 -0
- package/src/noir/index.ts +1 -2
- package/src/trees/append_only_tree_snapshot.ts +11 -0
- package/src/trees/nullifier_leaf.ts +32 -0
- package/src/trees/public_data_leaf.ts +32 -0
- package/src/tx/execution_payload.ts +60 -0
- package/src/tx/global_variables.ts +20 -0
- package/src/tx/index.ts +1 -0
- package/src/tx/profiling.ts +4 -6
- package/src/tx/protocol_contracts.ts +16 -0
- package/src/tx/public_call_request_with_calldata.ts +17 -0
- package/src/tx/tree_snapshots.ts +16 -0
|
@@ -173,7 +173,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
173
173
|
contractClassLogs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
174
174
|
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
175
175
|
fields: z.ZodEffects<z.ZodObject<{
|
|
176
|
-
fields: z.ZodEffects<z.ZodArray<z.
|
|
176
|
+
fields: z.ZodEffects<z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">, import("@aztec/foundation/schemas").Fr[], string[]>;
|
|
177
177
|
}, "strip", z.ZodTypeAny, {
|
|
178
178
|
fields: import("@aztec/foundation/schemas").Fr[];
|
|
179
179
|
}, {
|
|
@@ -200,7 +200,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
200
200
|
contractAddress?: any;
|
|
201
201
|
}>, "many">;
|
|
202
202
|
privateLogs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
203
|
-
fields: z.ZodArray<z.
|
|
203
|
+
fields: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
204
204
|
emittedLength: z.ZodNumber;
|
|
205
205
|
}, "strict", z.ZodTypeAny, {
|
|
206
206
|
fields: import("@aztec/foundation/schemas").Fr[];
|
|
@@ -244,7 +244,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
244
244
|
contractClassLogs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
245
245
|
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
246
246
|
fields: z.ZodEffects<z.ZodObject<{
|
|
247
|
-
fields: z.ZodEffects<z.ZodArray<z.
|
|
247
|
+
fields: z.ZodEffects<z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">, import("@aztec/foundation/schemas").Fr[], string[]>;
|
|
248
248
|
}, "strip", z.ZodTypeAny, {
|
|
249
249
|
fields: import("@aztec/foundation/schemas").Fr[];
|
|
250
250
|
}, {
|
|
@@ -271,7 +271,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
271
271
|
contractAddress?: any;
|
|
272
272
|
}>, "many">;
|
|
273
273
|
privateLogs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
274
|
-
fields: z.ZodArray<z.
|
|
274
|
+
fields: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
275
275
|
emittedLength: z.ZodNumber;
|
|
276
276
|
}, "strict", z.ZodTypeAny, {
|
|
277
277
|
fields: import("@aztec/foundation/schemas").Fr[];
|
|
@@ -316,8 +316,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
316
316
|
nullifiers: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
317
317
|
l2ToL1Messages: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
318
318
|
message: z.ZodEffects<z.ZodObject<{
|
|
319
|
-
recipient: z.
|
|
320
|
-
content: z.
|
|
319
|
+
recipient: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
320
|
+
content: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
321
321
|
}, "strip", z.ZodTypeAny, {
|
|
322
322
|
content: import("@aztec/foundation/schemas").Fr;
|
|
323
323
|
recipient: import("@aztec/foundation/schemas").EthAddress;
|
|
@@ -365,8 +365,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
365
365
|
nullifiers: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
366
366
|
l2ToL1Messages: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
367
367
|
message: z.ZodEffects<z.ZodObject<{
|
|
368
|
-
recipient: z.
|
|
369
|
-
content: z.
|
|
368
|
+
recipient: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
369
|
+
content: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
370
370
|
}, "strip", z.ZodTypeAny, {
|
|
371
371
|
content: import("@aztec/foundation/schemas").Fr;
|
|
372
372
|
recipient: import("@aztec/foundation/schemas").EthAddress;
|
|
@@ -626,97 +626,25 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
626
626
|
originalContractClassId: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
627
627
|
initializationHash: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
628
628
|
publicKeys: z.ZodEffects<z.ZodObject<{
|
|
629
|
-
masterNullifierPublicKey: z.
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
x: import("@aztec/foundation/schemas").Fr;
|
|
634
|
-
y: import("@aztec/foundation/schemas").Fr;
|
|
635
|
-
}, {
|
|
636
|
-
x: string;
|
|
637
|
-
y: string;
|
|
638
|
-
}>, import("@aztec/foundation/schemas").Point, {
|
|
639
|
-
x: string;
|
|
640
|
-
y: string;
|
|
641
|
-
}>]>;
|
|
642
|
-
masterIncomingViewingPublicKey: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Point, any, string>, z.ZodEffects<z.ZodObject<{
|
|
643
|
-
x: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>;
|
|
644
|
-
y: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>;
|
|
645
|
-
}, "strip", z.ZodTypeAny, {
|
|
646
|
-
x: import("@aztec/foundation/schemas").Fr;
|
|
647
|
-
y: import("@aztec/foundation/schemas").Fr;
|
|
648
|
-
}, {
|
|
649
|
-
x: string;
|
|
650
|
-
y: string;
|
|
651
|
-
}>, import("@aztec/foundation/schemas").Point, {
|
|
652
|
-
x: string;
|
|
653
|
-
y: string;
|
|
654
|
-
}>]>;
|
|
655
|
-
masterOutgoingViewingPublicKey: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Point, any, string>, z.ZodEffects<z.ZodObject<{
|
|
656
|
-
x: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>;
|
|
657
|
-
y: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>;
|
|
658
|
-
}, "strip", z.ZodTypeAny, {
|
|
659
|
-
x: import("@aztec/foundation/schemas").Fr;
|
|
660
|
-
y: import("@aztec/foundation/schemas").Fr;
|
|
661
|
-
}, {
|
|
662
|
-
x: string;
|
|
663
|
-
y: string;
|
|
664
|
-
}>, import("@aztec/foundation/schemas").Point, {
|
|
665
|
-
x: string;
|
|
666
|
-
y: string;
|
|
667
|
-
}>]>;
|
|
668
|
-
masterTaggingPublicKey: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Point, any, string>, z.ZodEffects<z.ZodObject<{
|
|
669
|
-
x: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>;
|
|
670
|
-
y: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>;
|
|
671
|
-
}, "strip", z.ZodTypeAny, {
|
|
672
|
-
x: import("@aztec/foundation/schemas").Fr;
|
|
673
|
-
y: import("@aztec/foundation/schemas").Fr;
|
|
674
|
-
}, {
|
|
675
|
-
x: string;
|
|
676
|
-
y: string;
|
|
677
|
-
}>, import("@aztec/foundation/schemas").Point, {
|
|
678
|
-
x: string;
|
|
679
|
-
y: string;
|
|
680
|
-
}>]>;
|
|
629
|
+
masterNullifierPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
|
|
630
|
+
masterIncomingViewingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
|
|
631
|
+
masterOutgoingViewingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
|
|
632
|
+
masterTaggingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
|
|
681
633
|
}, "strip", z.ZodTypeAny, {
|
|
682
634
|
masterNullifierPublicKey: import("@aztec/foundation/schemas").Point;
|
|
683
635
|
masterIncomingViewingPublicKey: import("@aztec/foundation/schemas").Point;
|
|
684
636
|
masterOutgoingViewingPublicKey: import("@aztec/foundation/schemas").Point;
|
|
685
637
|
masterTaggingPublicKey: import("@aztec/foundation/schemas").Point;
|
|
686
638
|
}, {
|
|
687
|
-
masterNullifierPublicKey: string
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
masterIncomingViewingPublicKey: string | {
|
|
692
|
-
x: string;
|
|
693
|
-
y: string;
|
|
694
|
-
};
|
|
695
|
-
masterOutgoingViewingPublicKey: string | {
|
|
696
|
-
x: string;
|
|
697
|
-
y: string;
|
|
698
|
-
};
|
|
699
|
-
masterTaggingPublicKey: string | {
|
|
700
|
-
x: string;
|
|
701
|
-
y: string;
|
|
702
|
-
};
|
|
639
|
+
masterNullifierPublicKey: string;
|
|
640
|
+
masterIncomingViewingPublicKey: string;
|
|
641
|
+
masterOutgoingViewingPublicKey: string;
|
|
642
|
+
masterTaggingPublicKey: string;
|
|
703
643
|
}>, import("../keys/public_keys.js").PublicKeys, {
|
|
704
|
-
masterNullifierPublicKey: string
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
masterIncomingViewingPublicKey: string | {
|
|
709
|
-
x: string;
|
|
710
|
-
y: string;
|
|
711
|
-
};
|
|
712
|
-
masterOutgoingViewingPublicKey: string | {
|
|
713
|
-
x: string;
|
|
714
|
-
y: string;
|
|
715
|
-
};
|
|
716
|
-
masterTaggingPublicKey: string | {
|
|
717
|
-
x: string;
|
|
718
|
-
y: string;
|
|
719
|
-
};
|
|
644
|
+
masterNullifierPublicKey: string;
|
|
645
|
+
masterIncomingViewingPublicKey: string;
|
|
646
|
+
masterOutgoingViewingPublicKey: string;
|
|
647
|
+
masterTaggingPublicKey: string;
|
|
720
648
|
}>;
|
|
721
649
|
}, "strip", z.ZodTypeAny, {
|
|
722
650
|
salt: import("@aztec/foundation/schemas").Fr;
|
|
@@ -729,22 +657,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
729
657
|
hintKey: number;
|
|
730
658
|
}, {
|
|
731
659
|
publicKeys: {
|
|
732
|
-
masterNullifierPublicKey: string
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
masterIncomingViewingPublicKey: string | {
|
|
737
|
-
x: string;
|
|
738
|
-
y: string;
|
|
739
|
-
};
|
|
740
|
-
masterOutgoingViewingPublicKey: string | {
|
|
741
|
-
x: string;
|
|
742
|
-
y: string;
|
|
743
|
-
};
|
|
744
|
-
masterTaggingPublicKey: string | {
|
|
745
|
-
x: string;
|
|
746
|
-
y: string;
|
|
747
|
-
};
|
|
660
|
+
masterNullifierPublicKey: string;
|
|
661
|
+
masterIncomingViewingPublicKey: string;
|
|
662
|
+
masterOutgoingViewingPublicKey: string;
|
|
663
|
+
masterTaggingPublicKey: string;
|
|
748
664
|
};
|
|
749
665
|
hintKey: number;
|
|
750
666
|
salt?: any;
|
|
@@ -755,22 +671,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
755
671
|
address?: any;
|
|
756
672
|
}>, import("./avm.js").AvmContractInstanceHint, {
|
|
757
673
|
publicKeys: {
|
|
758
|
-
masterNullifierPublicKey: string
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
masterIncomingViewingPublicKey: string | {
|
|
763
|
-
x: string;
|
|
764
|
-
y: string;
|
|
765
|
-
};
|
|
766
|
-
masterOutgoingViewingPublicKey: string | {
|
|
767
|
-
x: string;
|
|
768
|
-
y: string;
|
|
769
|
-
};
|
|
770
|
-
masterTaggingPublicKey: string | {
|
|
771
|
-
x: string;
|
|
772
|
-
y: string;
|
|
773
|
-
};
|
|
674
|
+
masterNullifierPublicKey: string;
|
|
675
|
+
masterIncomingViewingPublicKey: string;
|
|
676
|
+
masterOutgoingViewingPublicKey: string;
|
|
677
|
+
masterTaggingPublicKey: string;
|
|
774
678
|
};
|
|
775
679
|
hintKey: number;
|
|
776
680
|
salt?: any;
|
|
@@ -904,7 +808,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
904
808
|
}>, "many">;
|
|
905
809
|
startingTreeRoots: z.ZodEffects<z.ZodObject<{
|
|
906
810
|
l1ToL2MessageTree: z.ZodEffects<z.ZodObject<{
|
|
907
|
-
root: z.
|
|
811
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
908
812
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
909
813
|
}, "strip", z.ZodTypeAny, {
|
|
910
814
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -917,7 +821,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
917
821
|
nextAvailableLeafIndex: string | number | bigint;
|
|
918
822
|
}>;
|
|
919
823
|
noteHashTree: z.ZodEffects<z.ZodObject<{
|
|
920
|
-
root: z.
|
|
824
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
921
825
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
922
826
|
}, "strip", z.ZodTypeAny, {
|
|
923
827
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -930,7 +834,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
930
834
|
nextAvailableLeafIndex: string | number | bigint;
|
|
931
835
|
}>;
|
|
932
836
|
nullifierTree: z.ZodEffects<z.ZodObject<{
|
|
933
|
-
root: z.
|
|
837
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
934
838
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
935
839
|
}, "strip", z.ZodTypeAny, {
|
|
936
840
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -943,7 +847,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
943
847
|
nextAvailableLeafIndex: string | number | bigint;
|
|
944
848
|
}>;
|
|
945
849
|
publicDataTree: z.ZodEffects<z.ZodObject<{
|
|
946
|
-
root: z.
|
|
850
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
947
851
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
948
852
|
}, "strip", z.ZodTypeAny, {
|
|
949
853
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -997,7 +901,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
997
901
|
}>;
|
|
998
902
|
getSiblingPathHints: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
999
903
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
1000
|
-
root: z.
|
|
904
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1001
905
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1002
906
|
}, "strip", z.ZodTypeAny, {
|
|
1003
907
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -1036,7 +940,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1036
940
|
}>, "many">;
|
|
1037
941
|
getPreviousValueIndexHints: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1038
942
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
1039
|
-
root: z.
|
|
943
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1040
944
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1041
945
|
}, "strip", z.ZodTypeAny, {
|
|
1042
946
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -1079,7 +983,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1079
983
|
}>, "many">;
|
|
1080
984
|
getLeafPreimageHintsPublicDataTree: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1081
985
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
1082
|
-
root: z.
|
|
986
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1083
987
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1084
988
|
}, "strip", z.ZodTypeAny, {
|
|
1085
989
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -1094,7 +998,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1094
998
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1095
999
|
leafPreimage: z.ZodEffects<z.ZodObject<{
|
|
1096
1000
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1097
|
-
nullifier: z.
|
|
1001
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1098
1002
|
}, "strip", z.ZodTypeAny, {
|
|
1099
1003
|
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1100
1004
|
}, {
|
|
@@ -1102,7 +1006,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1102
1006
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1103
1007
|
nullifier: string;
|
|
1104
1008
|
}>;
|
|
1105
|
-
nextKey: z.
|
|
1009
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1106
1010
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1107
1011
|
}, "strip", z.ZodTypeAny, {
|
|
1108
1012
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
@@ -1122,8 +1026,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1122
1026
|
nextIndex: string | number | bigint;
|
|
1123
1027
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1124
1028
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1125
|
-
slot: z.
|
|
1126
|
-
value: z.
|
|
1029
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1030
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1127
1031
|
}, "strip", z.ZodTypeAny, {
|
|
1128
1032
|
value: import("@aztec/foundation/schemas").Fr;
|
|
1129
1033
|
slot: import("@aztec/foundation/schemas").Fr;
|
|
@@ -1134,7 +1038,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1134
1038
|
value: string;
|
|
1135
1039
|
slot: string;
|
|
1136
1040
|
}>;
|
|
1137
|
-
nextKey: z.
|
|
1041
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1138
1042
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1139
1043
|
}, "strip", z.ZodTypeAny, {
|
|
1140
1044
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
@@ -1206,7 +1110,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1206
1110
|
}>, "many">;
|
|
1207
1111
|
getLeafPreimageHintsNullifierTree: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1208
1112
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
1209
|
-
root: z.
|
|
1113
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1210
1114
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1211
1115
|
}, "strip", z.ZodTypeAny, {
|
|
1212
1116
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -1221,7 +1125,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1221
1125
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1222
1126
|
leafPreimage: z.ZodEffects<z.ZodObject<{
|
|
1223
1127
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1224
|
-
nullifier: z.
|
|
1128
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1225
1129
|
}, "strip", z.ZodTypeAny, {
|
|
1226
1130
|
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1227
1131
|
}, {
|
|
@@ -1229,7 +1133,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1229
1133
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1230
1134
|
nullifier: string;
|
|
1231
1135
|
}>;
|
|
1232
|
-
nextKey: z.
|
|
1136
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1233
1137
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1234
1138
|
}, "strip", z.ZodTypeAny, {
|
|
1235
1139
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
@@ -1249,8 +1153,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1249
1153
|
nextIndex: string | number | bigint;
|
|
1250
1154
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1251
1155
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1252
|
-
slot: z.
|
|
1253
|
-
value: z.
|
|
1156
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1157
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1254
1158
|
}, "strip", z.ZodTypeAny, {
|
|
1255
1159
|
value: import("@aztec/foundation/schemas").Fr;
|
|
1256
1160
|
slot: import("@aztec/foundation/schemas").Fr;
|
|
@@ -1261,7 +1165,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1261
1165
|
value: string;
|
|
1262
1166
|
slot: string;
|
|
1263
1167
|
}>;
|
|
1264
|
-
nextKey: z.
|
|
1168
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1265
1169
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1266
1170
|
}, "strip", z.ZodTypeAny, {
|
|
1267
1171
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
@@ -1333,7 +1237,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1333
1237
|
}>, "many">;
|
|
1334
1238
|
getLeafValueHints: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1335
1239
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
1336
|
-
root: z.
|
|
1240
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1337
1241
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1338
1242
|
}, "strip", z.ZodTypeAny, {
|
|
1339
1243
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -1372,7 +1276,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1372
1276
|
}>, "many">;
|
|
1373
1277
|
sequentialInsertHintsPublicDataTree: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1374
1278
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
1375
|
-
root: z.
|
|
1279
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1376
1280
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1377
1281
|
}, "strip", z.ZodTypeAny, {
|
|
1378
1282
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -1385,7 +1289,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1385
1289
|
nextAvailableLeafIndex: string | number | bigint;
|
|
1386
1290
|
}>;
|
|
1387
1291
|
stateAfter: z.ZodEffects<z.ZodObject<{
|
|
1388
|
-
root: z.
|
|
1292
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1389
1293
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1390
1294
|
}, "strip", z.ZodTypeAny, {
|
|
1391
1295
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -1399,7 +1303,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1399
1303
|
}>;
|
|
1400
1304
|
treeId: z.ZodNumber;
|
|
1401
1305
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1402
|
-
nullifier: z.
|
|
1306
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1403
1307
|
}, "strip", z.ZodTypeAny, {
|
|
1404
1308
|
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1405
1309
|
}, {
|
|
@@ -1407,8 +1311,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1407
1311
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1408
1312
|
nullifier: string;
|
|
1409
1313
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1410
|
-
slot: z.
|
|
1411
|
-
value: z.
|
|
1314
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1315
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1412
1316
|
}, "strip", z.ZodTypeAny, {
|
|
1413
1317
|
value: import("@aztec/foundation/schemas").Fr;
|
|
1414
1318
|
slot: import("@aztec/foundation/schemas").Fr;
|
|
@@ -1422,7 +1326,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1422
1326
|
lowLeavesWitnessData: z.ZodObject<{
|
|
1423
1327
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1424
1328
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1425
|
-
nullifier: z.
|
|
1329
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1426
1330
|
}, "strip", z.ZodTypeAny, {
|
|
1427
1331
|
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1428
1332
|
}, {
|
|
@@ -1430,7 +1334,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1430
1334
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1431
1335
|
nullifier: string;
|
|
1432
1336
|
}>;
|
|
1433
|
-
nextKey: z.
|
|
1337
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1434
1338
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1435
1339
|
}, "strip", z.ZodTypeAny, {
|
|
1436
1340
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
@@ -1450,8 +1354,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1450
1354
|
nextIndex: string | number | bigint;
|
|
1451
1355
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1452
1356
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1453
|
-
slot: z.
|
|
1454
|
-
value: z.
|
|
1357
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1358
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1455
1359
|
}, "strip", z.ZodTypeAny, {
|
|
1456
1360
|
value: import("@aztec/foundation/schemas").Fr;
|
|
1457
1361
|
slot: import("@aztec/foundation/schemas").Fr;
|
|
@@ -1462,7 +1366,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1462
1366
|
value: string;
|
|
1463
1367
|
slot: string;
|
|
1464
1368
|
}>;
|
|
1465
|
-
nextKey: z.
|
|
1369
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1466
1370
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1467
1371
|
}, "strip", z.ZodTypeAny, {
|
|
1468
1372
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
@@ -1510,7 +1414,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1510
1414
|
insertionWitnessData: z.ZodObject<{
|
|
1511
1415
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1512
1416
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1513
|
-
nullifier: z.
|
|
1417
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1514
1418
|
}, "strip", z.ZodTypeAny, {
|
|
1515
1419
|
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1516
1420
|
}, {
|
|
@@ -1518,7 +1422,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1518
1422
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1519
1423
|
nullifier: string;
|
|
1520
1424
|
}>;
|
|
1521
|
-
nextKey: z.
|
|
1425
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1522
1426
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1523
1427
|
}, "strip", z.ZodTypeAny, {
|
|
1524
1428
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
@@ -1538,8 +1442,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1538
1442
|
nextIndex: string | number | bigint;
|
|
1539
1443
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1540
1444
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1541
|
-
slot: z.
|
|
1542
|
-
value: z.
|
|
1445
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1446
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1543
1447
|
}, "strip", z.ZodTypeAny, {
|
|
1544
1448
|
value: import("@aztec/foundation/schemas").Fr;
|
|
1545
1449
|
slot: import("@aztec/foundation/schemas").Fr;
|
|
@@ -1550,7 +1454,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1550
1454
|
value: string;
|
|
1551
1455
|
slot: string;
|
|
1552
1456
|
}>;
|
|
1553
|
-
nextKey: z.
|
|
1457
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1554
1458
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1555
1459
|
}, "strip", z.ZodTypeAny, {
|
|
1556
1460
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
@@ -1732,7 +1636,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1732
1636
|
}>, "many">;
|
|
1733
1637
|
sequentialInsertHintsNullifierTree: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1734
1638
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
1735
|
-
root: z.
|
|
1639
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1736
1640
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1737
1641
|
}, "strip", z.ZodTypeAny, {
|
|
1738
1642
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -1745,7 +1649,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1745
1649
|
nextAvailableLeafIndex: string | number | bigint;
|
|
1746
1650
|
}>;
|
|
1747
1651
|
stateAfter: z.ZodEffects<z.ZodObject<{
|
|
1748
|
-
root: z.
|
|
1652
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1749
1653
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1750
1654
|
}, "strip", z.ZodTypeAny, {
|
|
1751
1655
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -1759,7 +1663,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1759
1663
|
}>;
|
|
1760
1664
|
treeId: z.ZodNumber;
|
|
1761
1665
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1762
|
-
nullifier: z.
|
|
1666
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1763
1667
|
}, "strip", z.ZodTypeAny, {
|
|
1764
1668
|
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1765
1669
|
}, {
|
|
@@ -1767,8 +1671,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1767
1671
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1768
1672
|
nullifier: string;
|
|
1769
1673
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1770
|
-
slot: z.
|
|
1771
|
-
value: z.
|
|
1674
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1675
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1772
1676
|
}, "strip", z.ZodTypeAny, {
|
|
1773
1677
|
value: import("@aztec/foundation/schemas").Fr;
|
|
1774
1678
|
slot: import("@aztec/foundation/schemas").Fr;
|
|
@@ -1782,7 +1686,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1782
1686
|
lowLeavesWitnessData: z.ZodObject<{
|
|
1783
1687
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1784
1688
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1785
|
-
nullifier: z.
|
|
1689
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1786
1690
|
}, "strip", z.ZodTypeAny, {
|
|
1787
1691
|
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1788
1692
|
}, {
|
|
@@ -1790,7 +1694,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1790
1694
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1791
1695
|
nullifier: string;
|
|
1792
1696
|
}>;
|
|
1793
|
-
nextKey: z.
|
|
1697
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1794
1698
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1795
1699
|
}, "strip", z.ZodTypeAny, {
|
|
1796
1700
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
@@ -1810,8 +1714,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1810
1714
|
nextIndex: string | number | bigint;
|
|
1811
1715
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1812
1716
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1813
|
-
slot: z.
|
|
1814
|
-
value: z.
|
|
1717
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1718
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1815
1719
|
}, "strip", z.ZodTypeAny, {
|
|
1816
1720
|
value: import("@aztec/foundation/schemas").Fr;
|
|
1817
1721
|
slot: import("@aztec/foundation/schemas").Fr;
|
|
@@ -1822,7 +1726,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1822
1726
|
value: string;
|
|
1823
1727
|
slot: string;
|
|
1824
1728
|
}>;
|
|
1825
|
-
nextKey: z.
|
|
1729
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1826
1730
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1827
1731
|
}, "strip", z.ZodTypeAny, {
|
|
1828
1732
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
@@ -1870,7 +1774,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1870
1774
|
insertionWitnessData: z.ZodObject<{
|
|
1871
1775
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1872
1776
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1873
|
-
nullifier: z.
|
|
1777
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1874
1778
|
}, "strip", z.ZodTypeAny, {
|
|
1875
1779
|
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1876
1780
|
}, {
|
|
@@ -1878,7 +1782,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1878
1782
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1879
1783
|
nullifier: string;
|
|
1880
1784
|
}>;
|
|
1881
|
-
nextKey: z.
|
|
1785
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1882
1786
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1883
1787
|
}, "strip", z.ZodTypeAny, {
|
|
1884
1788
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
@@ -1898,8 +1802,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1898
1802
|
nextIndex: string | number | bigint;
|
|
1899
1803
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1900
1804
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1901
|
-
slot: z.
|
|
1902
|
-
value: z.
|
|
1805
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1806
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1903
1807
|
}, "strip", z.ZodTypeAny, {
|
|
1904
1808
|
value: import("@aztec/foundation/schemas").Fr;
|
|
1905
1809
|
slot: import("@aztec/foundation/schemas").Fr;
|
|
@@ -1910,7 +1814,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1910
1814
|
value: string;
|
|
1911
1815
|
slot: string;
|
|
1912
1816
|
}>;
|
|
1913
|
-
nextKey: z.
|
|
1817
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1914
1818
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1915
1819
|
}, "strip", z.ZodTypeAny, {
|
|
1916
1820
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
@@ -2092,7 +1996,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2092
1996
|
}>, "many">;
|
|
2093
1997
|
appendLeavesHints: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
2094
1998
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
2095
|
-
root: z.
|
|
1999
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2096
2000
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2097
2001
|
}, "strip", z.ZodTypeAny, {
|
|
2098
2002
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -2105,7 +2009,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2105
2009
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2106
2010
|
}>;
|
|
2107
2011
|
stateAfter: z.ZodEffects<z.ZodObject<{
|
|
2108
|
-
root: z.
|
|
2012
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2109
2013
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2110
2014
|
}, "strip", z.ZodTypeAny, {
|
|
2111
2015
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -2195,7 +2099,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2195
2099
|
newCheckpointId: z.ZodNumber;
|
|
2196
2100
|
stateBefore: z.ZodEffects<z.ZodObject<{
|
|
2197
2101
|
l1ToL2MessageTree: z.ZodEffects<z.ZodObject<{
|
|
2198
|
-
root: z.
|
|
2102
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2199
2103
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2200
2104
|
}, "strip", z.ZodTypeAny, {
|
|
2201
2105
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -2208,7 +2112,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2208
2112
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2209
2113
|
}>;
|
|
2210
2114
|
noteHashTree: z.ZodEffects<z.ZodObject<{
|
|
2211
|
-
root: z.
|
|
2115
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2212
2116
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2213
2117
|
}, "strip", z.ZodTypeAny, {
|
|
2214
2118
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -2221,7 +2125,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2221
2125
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2222
2126
|
}>;
|
|
2223
2127
|
nullifierTree: z.ZodEffects<z.ZodObject<{
|
|
2224
|
-
root: z.
|
|
2128
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2225
2129
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2226
2130
|
}, "strip", z.ZodTypeAny, {
|
|
2227
2131
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -2234,7 +2138,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2234
2138
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2235
2139
|
}>;
|
|
2236
2140
|
publicDataTree: z.ZodEffects<z.ZodObject<{
|
|
2237
|
-
root: z.
|
|
2141
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2238
2142
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2239
2143
|
}, "strip", z.ZodTypeAny, {
|
|
2240
2144
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -2288,7 +2192,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2288
2192
|
}>;
|
|
2289
2193
|
stateAfter: z.ZodEffects<z.ZodObject<{
|
|
2290
2194
|
l1ToL2MessageTree: z.ZodEffects<z.ZodObject<{
|
|
2291
|
-
root: z.
|
|
2195
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2292
2196
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2293
2197
|
}, "strip", z.ZodTypeAny, {
|
|
2294
2198
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -2301,7 +2205,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2301
2205
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2302
2206
|
}>;
|
|
2303
2207
|
noteHashTree: z.ZodEffects<z.ZodObject<{
|
|
2304
|
-
root: z.
|
|
2208
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2305
2209
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2306
2210
|
}, "strip", z.ZodTypeAny, {
|
|
2307
2211
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -2314,7 +2218,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2314
2218
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2315
2219
|
}>;
|
|
2316
2220
|
nullifierTree: z.ZodEffects<z.ZodObject<{
|
|
2317
|
-
root: z.
|
|
2221
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2318
2222
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2319
2223
|
}, "strip", z.ZodTypeAny, {
|
|
2320
2224
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -2327,7 +2231,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2327
2231
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2328
2232
|
}>;
|
|
2329
2233
|
publicDataTree: z.ZodEffects<z.ZodObject<{
|
|
2330
|
-
root: z.
|
|
2234
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2331
2235
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2332
2236
|
}, "strip", z.ZodTypeAny, {
|
|
2333
2237
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -2647,22 +2551,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2647
2551
|
};
|
|
2648
2552
|
contractInstances: {
|
|
2649
2553
|
publicKeys: {
|
|
2650
|
-
masterNullifierPublicKey: string
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
masterIncomingViewingPublicKey: string | {
|
|
2655
|
-
x: string;
|
|
2656
|
-
y: string;
|
|
2657
|
-
};
|
|
2658
|
-
masterOutgoingViewingPublicKey: string | {
|
|
2659
|
-
x: string;
|
|
2660
|
-
y: string;
|
|
2661
|
-
};
|
|
2662
|
-
masterTaggingPublicKey: string | {
|
|
2663
|
-
x: string;
|
|
2664
|
-
y: string;
|
|
2665
|
-
};
|
|
2554
|
+
masterNullifierPublicKey: string;
|
|
2555
|
+
masterIncomingViewingPublicKey: string;
|
|
2556
|
+
masterOutgoingViewingPublicKey: string;
|
|
2557
|
+
masterTaggingPublicKey: string;
|
|
2666
2558
|
};
|
|
2667
2559
|
hintKey: number;
|
|
2668
2560
|
salt?: any;
|
|
@@ -3061,22 +2953,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3061
2953
|
};
|
|
3062
2954
|
contractInstances: {
|
|
3063
2955
|
publicKeys: {
|
|
3064
|
-
masterNullifierPublicKey: string
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
masterIncomingViewingPublicKey: string | {
|
|
3069
|
-
x: string;
|
|
3070
|
-
y: string;
|
|
3071
|
-
};
|
|
3072
|
-
masterOutgoingViewingPublicKey: string | {
|
|
3073
|
-
x: string;
|
|
3074
|
-
y: string;
|
|
3075
|
-
};
|
|
3076
|
-
masterTaggingPublicKey: string | {
|
|
3077
|
-
x: string;
|
|
3078
|
-
y: string;
|
|
3079
|
-
};
|
|
2956
|
+
masterNullifierPublicKey: string;
|
|
2957
|
+
masterIncomingViewingPublicKey: string;
|
|
2958
|
+
masterOutgoingViewingPublicKey: string;
|
|
2959
|
+
masterTaggingPublicKey: string;
|
|
3080
2960
|
};
|
|
3081
2961
|
hintKey: number;
|
|
3082
2962
|
salt?: any;
|
|
@@ -3443,7 +3323,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3443
3323
|
}>;
|
|
3444
3324
|
startTreeSnapshots: z.ZodEffects<z.ZodObject<{
|
|
3445
3325
|
l1ToL2MessageTree: z.ZodEffects<z.ZodObject<{
|
|
3446
|
-
root: z.
|
|
3326
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3447
3327
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3448
3328
|
}, "strip", z.ZodTypeAny, {
|
|
3449
3329
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -3456,7 +3336,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3456
3336
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3457
3337
|
}>;
|
|
3458
3338
|
noteHashTree: z.ZodEffects<z.ZodObject<{
|
|
3459
|
-
root: z.
|
|
3339
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3460
3340
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3461
3341
|
}, "strip", z.ZodTypeAny, {
|
|
3462
3342
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -3469,7 +3349,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3469
3349
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3470
3350
|
}>;
|
|
3471
3351
|
nullifierTree: z.ZodEffects<z.ZodObject<{
|
|
3472
|
-
root: z.
|
|
3352
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3473
3353
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3474
3354
|
}, "strip", z.ZodTypeAny, {
|
|
3475
3355
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -3482,7 +3362,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3482
3362
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3483
3363
|
}>;
|
|
3484
3364
|
publicDataTree: z.ZodEffects<z.ZodObject<{
|
|
3485
|
-
root: z.
|
|
3365
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3486
3366
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3487
3367
|
}, "strip", z.ZodTypeAny, {
|
|
3488
3368
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -3654,7 +3534,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3654
3534
|
feePerL2Gas: string | number | bigint;
|
|
3655
3535
|
}>;
|
|
3656
3536
|
feePayer: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3657
|
-
proverId: z.
|
|
3537
|
+
proverId: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3658
3538
|
publicCallRequestArrayLengths: z.ZodEffects<z.ZodObject<{
|
|
3659
3539
|
setupCalls: z.ZodNumber;
|
|
3660
3540
|
appLogicCalls: z.ZodNumber;
|
|
@@ -3676,7 +3556,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3676
3556
|
msgSender: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3677
3557
|
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3678
3558
|
isStaticCall: z.ZodBoolean;
|
|
3679
|
-
calldataHash: z.
|
|
3559
|
+
calldataHash: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3680
3560
|
}, "strip", z.ZodTypeAny, {
|
|
3681
3561
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
3682
3562
|
msgSender: import("../aztec-address/index.js").AztecAddress;
|
|
@@ -3697,7 +3577,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3697
3577
|
msgSender: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3698
3578
|
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3699
3579
|
isStaticCall: z.ZodBoolean;
|
|
3700
|
-
calldataHash: z.
|
|
3580
|
+
calldataHash: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3701
3581
|
}, "strip", z.ZodTypeAny, {
|
|
3702
3582
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
3703
3583
|
msgSender: import("../aztec-address/index.js").AztecAddress;
|
|
@@ -3718,7 +3598,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3718
3598
|
msgSender: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3719
3599
|
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3720
3600
|
isStaticCall: z.ZodBoolean;
|
|
3721
|
-
calldataHash: z.
|
|
3601
|
+
calldataHash: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3722
3602
|
}, "strip", z.ZodTypeAny, {
|
|
3723
3603
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
3724
3604
|
msgSender: import("../aztec-address/index.js").AztecAddress;
|
|
@@ -3770,12 +3650,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3770
3650
|
l2ToL1Msgs: string | number | bigint;
|
|
3771
3651
|
}>;
|
|
3772
3652
|
previousNonRevertibleAccumulatedData: z.ZodEffects<z.ZodObject<{
|
|
3773
|
-
noteHashes: z.ZodArray<z.
|
|
3774
|
-
nullifiers: z.ZodArray<z.
|
|
3653
|
+
noteHashes: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
3654
|
+
nullifiers: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
3775
3655
|
l2ToL1Msgs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
3776
3656
|
message: z.ZodEffects<z.ZodObject<{
|
|
3777
|
-
recipient: z.
|
|
3778
|
-
content: z.
|
|
3657
|
+
recipient: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
3658
|
+
content: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3779
3659
|
}, "strip", z.ZodTypeAny, {
|
|
3780
3660
|
content: import("@aztec/foundation/schemas").Fr;
|
|
3781
3661
|
recipient: import("@aztec/foundation/schemas").EthAddress;
|
|
@@ -3829,12 +3709,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3829
3709
|
}[];
|
|
3830
3710
|
}>;
|
|
3831
3711
|
previousRevertibleAccumulatedData: z.ZodEffects<z.ZodObject<{
|
|
3832
|
-
noteHashes: z.ZodArray<z.
|
|
3833
|
-
nullifiers: z.ZodArray<z.
|
|
3712
|
+
noteHashes: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
3713
|
+
nullifiers: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
3834
3714
|
l2ToL1Msgs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
3835
3715
|
message: z.ZodEffects<z.ZodObject<{
|
|
3836
|
-
recipient: z.
|
|
3837
|
-
content: z.
|
|
3716
|
+
recipient: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
3717
|
+
content: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3838
3718
|
}, "strip", z.ZodTypeAny, {
|
|
3839
3719
|
content: import("@aztec/foundation/schemas").Fr;
|
|
3840
3720
|
recipient: import("@aztec/foundation/schemas").EthAddress;
|
|
@@ -3889,7 +3769,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3889
3769
|
}>;
|
|
3890
3770
|
endTreeSnapshots: z.ZodEffects<z.ZodObject<{
|
|
3891
3771
|
l1ToL2MessageTree: z.ZodEffects<z.ZodObject<{
|
|
3892
|
-
root: z.
|
|
3772
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3893
3773
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3894
3774
|
}, "strip", z.ZodTypeAny, {
|
|
3895
3775
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -3902,7 +3782,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3902
3782
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3903
3783
|
}>;
|
|
3904
3784
|
noteHashTree: z.ZodEffects<z.ZodObject<{
|
|
3905
|
-
root: z.
|
|
3785
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3906
3786
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3907
3787
|
}, "strip", z.ZodTypeAny, {
|
|
3908
3788
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -3915,7 +3795,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3915
3795
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3916
3796
|
}>;
|
|
3917
3797
|
nullifierTree: z.ZodEffects<z.ZodObject<{
|
|
3918
|
-
root: z.
|
|
3798
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3919
3799
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3920
3800
|
}, "strip", z.ZodTypeAny, {
|
|
3921
3801
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -3928,7 +3808,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3928
3808
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3929
3809
|
}>;
|
|
3930
3810
|
publicDataTree: z.ZodEffects<z.ZodObject<{
|
|
3931
|
-
root: z.
|
|
3811
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3932
3812
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3933
3813
|
}, "strip", z.ZodTypeAny, {
|
|
3934
3814
|
root: import("@aztec/foundation/schemas").Fr;
|
|
@@ -4015,12 +3895,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4015
3895
|
publicDataWrites: number;
|
|
4016
3896
|
}>;
|
|
4017
3897
|
accumulatedData: z.ZodEffects<z.ZodObject<{
|
|
4018
|
-
noteHashes: z.ZodArray<z.
|
|
4019
|
-
nullifiers: z.ZodArray<z.
|
|
3898
|
+
noteHashes: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
3899
|
+
nullifiers: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
4020
3900
|
l2ToL1Msgs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
4021
3901
|
message: z.ZodEffects<z.ZodObject<{
|
|
4022
|
-
recipient: z.
|
|
4023
|
-
content: z.
|
|
3902
|
+
recipient: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
3903
|
+
content: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
4024
3904
|
}, "strip", z.ZodTypeAny, {
|
|
4025
3905
|
content: import("@aztec/foundation/schemas").Fr;
|
|
4026
3906
|
recipient: import("@aztec/foundation/schemas").EthAddress;
|
|
@@ -4050,8 +3930,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4050
3930
|
}>, "many">;
|
|
4051
3931
|
publicLogs: import("@aztec/foundation/schemas").ZodFor<import("../logs/public_log.js").FlatPublicLogs>;
|
|
4052
3932
|
publicDataWrites: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
4053
|
-
leafSlot: z.
|
|
4054
|
-
value: z.
|
|
3933
|
+
leafSlot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3934
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
4055
3935
|
}, "strip", z.ZodTypeAny, {
|
|
4056
3936
|
value: import("@aztec/foundation/schemas").Fr;
|
|
4057
3937
|
leafSlot: import("@aztec/foundation/schemas").Fr;
|
|
@@ -4099,7 +3979,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4099
3979
|
}[];
|
|
4100
3980
|
publicLogs?: any;
|
|
4101
3981
|
}>;
|
|
4102
|
-
transactionFee: z.
|
|
3982
|
+
transactionFee: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
4103
3983
|
reverted: z.ZodBoolean;
|
|
4104
3984
|
}, "strip", z.ZodTypeAny, {
|
|
4105
3985
|
globalVariables: import("../tx/global_variables.js").GlobalVariables;
|
|
@@ -4722,22 +4602,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4722
4602
|
};
|
|
4723
4603
|
contractInstances: {
|
|
4724
4604
|
publicKeys: {
|
|
4725
|
-
masterNullifierPublicKey: string
|
|
4726
|
-
|
|
4727
|
-
|
|
4728
|
-
|
|
4729
|
-
masterIncomingViewingPublicKey: string | {
|
|
4730
|
-
x: string;
|
|
4731
|
-
y: string;
|
|
4732
|
-
};
|
|
4733
|
-
masterOutgoingViewingPublicKey: string | {
|
|
4734
|
-
x: string;
|
|
4735
|
-
y: string;
|
|
4736
|
-
};
|
|
4737
|
-
masterTaggingPublicKey: string | {
|
|
4738
|
-
x: string;
|
|
4739
|
-
y: string;
|
|
4740
|
-
};
|
|
4605
|
+
masterNullifierPublicKey: string;
|
|
4606
|
+
masterIncomingViewingPublicKey: string;
|
|
4607
|
+
masterOutgoingViewingPublicKey: string;
|
|
4608
|
+
masterTaggingPublicKey: string;
|
|
4741
4609
|
};
|
|
4742
4610
|
hintKey: number;
|
|
4743
4611
|
salt?: any;
|
|
@@ -5303,22 +5171,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
5303
5171
|
};
|
|
5304
5172
|
contractInstances: {
|
|
5305
5173
|
publicKeys: {
|
|
5306
|
-
masterNullifierPublicKey: string
|
|
5307
|
-
|
|
5308
|
-
|
|
5309
|
-
|
|
5310
|
-
masterIncomingViewingPublicKey: string | {
|
|
5311
|
-
x: string;
|
|
5312
|
-
y: string;
|
|
5313
|
-
};
|
|
5314
|
-
masterOutgoingViewingPublicKey: string | {
|
|
5315
|
-
x: string;
|
|
5316
|
-
y: string;
|
|
5317
|
-
};
|
|
5318
|
-
masterTaggingPublicKey: string | {
|
|
5319
|
-
x: string;
|
|
5320
|
-
y: string;
|
|
5321
|
-
};
|
|
5174
|
+
masterNullifierPublicKey: string;
|
|
5175
|
+
masterIncomingViewingPublicKey: string;
|
|
5176
|
+
masterOutgoingViewingPublicKey: string;
|
|
5177
|
+
masterTaggingPublicKey: string;
|
|
5322
5178
|
};
|
|
5323
5179
|
hintKey: number;
|
|
5324
5180
|
salt?: any;
|
|
@@ -5890,22 +5746,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
5890
5746
|
};
|
|
5891
5747
|
contractInstances: {
|
|
5892
5748
|
publicKeys: {
|
|
5893
|
-
masterNullifierPublicKey: string
|
|
5894
|
-
|
|
5895
|
-
|
|
5896
|
-
|
|
5897
|
-
masterIncomingViewingPublicKey: string | {
|
|
5898
|
-
x: string;
|
|
5899
|
-
y: string;
|
|
5900
|
-
};
|
|
5901
|
-
masterOutgoingViewingPublicKey: string | {
|
|
5902
|
-
x: string;
|
|
5903
|
-
y: string;
|
|
5904
|
-
};
|
|
5905
|
-
masterTaggingPublicKey: string | {
|
|
5906
|
-
x: string;
|
|
5907
|
-
y: string;
|
|
5908
|
-
};
|
|
5749
|
+
masterNullifierPublicKey: string;
|
|
5750
|
+
masterIncomingViewingPublicKey: string;
|
|
5751
|
+
masterOutgoingViewingPublicKey: string;
|
|
5752
|
+
masterTaggingPublicKey: string;
|
|
5909
5753
|
};
|
|
5910
5754
|
hintKey: number;
|
|
5911
5755
|
salt?: any;
|