@aztec/stdlib 1.2.0 → 2.0.0-nightly.20250813
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 +0 -67
- package/dest/abi/abi.d.ts.map +1 -1
- package/dest/abi/abi.js +1 -14
- package/dest/abi/authorization_selector.d.ts +52 -0
- package/dest/abi/authorization_selector.d.ts.map +1 -0
- package/dest/abi/authorization_selector.js +70 -0
- package/dest/abi/contract_artifact.d.ts.map +1 -1
- package/dest/abi/contract_artifact.js +0 -40
- package/dest/abi/decoder.d.ts.map +1 -1
- package/dest/abi/decoder.js +3 -6
- package/dest/abi/index.d.ts +1 -0
- package/dest/abi/index.d.ts.map +1 -1
- package/dest/abi/index.js +1 -0
- package/dest/avm/avm.d.ts +278 -412
- package/dest/avm/avm.d.ts.map +1 -1
- package/dest/avm/avm.js +12 -12
- package/dest/avm/avm_proving_request.d.ts +160 -186
- package/dest/avm/avm_proving_request.d.ts.map +1 -1
- package/dest/block/l2_block.d.ts +8 -0
- package/dest/block/l2_block.d.ts.map +1 -1
- package/dest/block/l2_block.js +9 -0
- package/dest/block/l2_block_source.d.ts +446 -2
- package/dest/block/l2_block_source.d.ts.map +1 -1
- package/dest/block/l2_block_source.js +29 -0
- package/dest/block/proposal/committee_attestation.d.ts +3 -1
- package/dest/block/proposal/committee_attestation.d.ts.map +1 -1
- package/dest/block/proposal/committee_attestation.js +3 -0
- package/dest/block/published_l2_block.d.ts +2 -1
- package/dest/block/published_l2_block.d.ts.map +1 -1
- package/dest/block/published_l2_block.js +6 -1
- package/dest/contract/contract_instance.d.ts +3 -3
- package/dest/contract/contract_instance.d.ts.map +1 -1
- package/dest/contract/contract_instance.js +3 -3
- package/dest/contract/interfaces/contract_class.d.ts +2 -2
- package/dest/contract/interfaces/protocol_contract_addresses.d.ts +9 -9
- package/dest/contract/interfaces/protocol_contract_addresses.d.ts.map +1 -1
- package/dest/contract/interfaces/protocol_contract_addresses.js +4 -4
- package/dest/contract/private_function_membership_proof.d.ts +1 -1
- package/dest/contract/private_function_membership_proof.js +1 -1
- package/dest/contract/utility_function_membership_proof.d.ts +1 -1
- package/dest/contract/utility_function_membership_proof.js +1 -1
- package/dest/delayed_public_mutable/delayed_public_mutable_values.d.ts +20 -0
- package/dest/delayed_public_mutable/delayed_public_mutable_values.d.ts.map +1 -0
- package/dest/{shared_mutable/shared_mutable_values.js → delayed_public_mutable/delayed_public_mutable_values.js} +9 -9
- package/dest/{shared_mutable/shared_mutable_values_with_hash.d.ts → delayed_public_mutable/delayed_public_mutable_values_with_hash.d.ts} +6 -6
- package/dest/delayed_public_mutable/delayed_public_mutable_values_with_hash.d.ts.map +1 -0
- package/dest/delayed_public_mutable/delayed_public_mutable_values_with_hash.js +30 -0
- package/dest/delayed_public_mutable/index.d.ts +5 -0
- package/dest/delayed_public_mutable/index.d.ts.map +1 -0
- package/dest/delayed_public_mutable/index.js +4 -0
- package/dest/delayed_public_mutable/scheduled_delay_change.d.ts.map +1 -0
- package/dest/delayed_public_mutable/scheduled_value_change.d.ts.map +1 -0
- package/dest/gas/gas.d.ts +1 -0
- package/dest/gas/gas.d.ts.map +1 -1
- package/dest/gas/gas.js +3 -0
- package/dest/hash/hash.d.ts.map +1 -1
- package/dest/hash/hash.js +1 -4
- package/dest/interfaces/archiver.d.ts.map +1 -1
- package/dest/interfaces/archiver.js +4 -2
- package/dest/interfaces/aztec-node-admin.d.ts +211 -8
- package/dest/interfaces/aztec-node-admin.d.ts.map +1 -1
- package/dest/interfaces/aztec-node-admin.js +9 -3
- package/dest/interfaces/configs.d.ts +27 -0
- package/dest/interfaces/configs.d.ts.map +1 -1
- package/dest/interfaces/configs.js +6 -1
- package/dest/interfaces/get_logs_response.d.ts +1 -1
- package/dest/interfaces/proving-job.d.ts +166 -192
- package/dest/interfaces/proving-job.d.ts.map +1 -1
- package/dest/interfaces/pxe.d.ts +3 -1
- package/dest/interfaces/pxe.d.ts.map +1 -1
- package/dest/interfaces/pxe.js +1 -1
- package/dest/interfaces/server.d.ts +4 -2
- package/dest/interfaces/server.d.ts.map +1 -1
- package/dest/interfaces/server.js +4 -2
- package/dest/interfaces/slasher.d.ts +86 -0
- package/dest/interfaces/slasher.d.ts.map +1 -0
- package/dest/interfaces/slasher.js +23 -0
- package/dest/interfaces/tx_provider.d.ts +24 -0
- package/dest/interfaces/tx_provider.d.ts.map +1 -0
- package/dest/kernel/claimed_length_array.d.ts +34 -0
- package/dest/kernel/claimed_length_array.d.ts.map +1 -0
- package/dest/kernel/claimed_length_array.js +58 -0
- package/dest/kernel/hints/build_note_hash_read_request_hints.d.ts +6 -6
- package/dest/kernel/hints/build_note_hash_read_request_hints.d.ts.map +1 -1
- package/dest/kernel/hints/build_note_hash_read_request_hints.js +18 -20
- package/dest/kernel/hints/build_nullifier_read_request_hints.d.ts +7 -10
- package/dest/kernel/hints/build_nullifier_read_request_hints.d.ts.map +1 -1
- package/dest/kernel/hints/build_nullifier_read_request_hints.js +17 -32
- package/dest/kernel/hints/build_transient_data_hints.d.ts +4 -3
- package/dest/kernel/hints/build_transient_data_hints.d.ts.map +1 -1
- package/dest/kernel/hints/build_transient_data_hints.js +9 -10
- package/dest/kernel/hints/index.d.ts +1 -2
- package/dest/kernel/hints/index.d.ts.map +1 -1
- package/dest/kernel/hints/index.js +1 -2
- package/dest/kernel/hints/note_hash_read_request_hints.d.ts.map +1 -1
- package/dest/kernel/hints/note_hash_read_request_hints.js +4 -4
- package/dest/kernel/hints/nullifier_read_request_hints.d.ts.map +1 -1
- package/dest/kernel/hints/nullifier_read_request_hints.js +4 -4
- package/dest/kernel/hints/private_kernel_reset_hints.d.ts +5 -5
- package/dest/kernel/hints/private_kernel_reset_hints.d.ts.map +1 -1
- package/dest/kernel/hints/private_kernel_reset_hints.js +9 -9
- package/dest/kernel/hints/read_request_hints.d.ts +17 -17
- package/dest/kernel/hints/read_request_hints.d.ts.map +1 -1
- package/dest/kernel/hints/read_request_hints.js +28 -28
- package/dest/kernel/hints/{transient_data_index_hint.d.ts → transient_data_squashing_hint.d.ts} +5 -5
- package/dest/kernel/hints/transient_data_squashing_hint.d.ts.map +1 -0
- package/dest/kernel/hints/{transient_data_index_hint.js → transient_data_squashing_hint.js} +5 -5
- package/dest/kernel/index.d.ts +1 -0
- package/dest/kernel/index.d.ts.map +1 -1
- package/dest/kernel/index.js +1 -0
- package/dest/kernel/private_accumulated_data.d.ts +16 -15
- package/dest/kernel/private_accumulated_data.d.ts.map +1 -1
- package/dest/kernel/private_accumulated_data.js +3 -3
- package/dest/kernel/private_call_data.d.ts +4 -4
- package/dest/kernel/private_call_data.d.ts.map +1 -1
- package/dest/kernel/private_call_data.js +2 -2
- package/dest/kernel/private_circuit_public_inputs.d.ts +26 -25
- package/dest/kernel/private_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_circuit_public_inputs.js +33 -15
- package/dest/kernel/private_kernel_circuit_public_inputs.d.ts +9 -0
- package/dest/kernel/private_kernel_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_circuit_public_inputs.js +8 -4
- 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_private_inputs.js +9 -6
- package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts +11 -4
- package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_tail_circuit_public_inputs.js +20 -18
- package/dest/kernel/private_to_public_kernel_circuit_public_inputs.d.ts +4 -4
- package/dest/kernel/private_to_public_kernel_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_to_public_kernel_circuit_public_inputs.js +9 -10
- package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.d.ts +11 -11
- package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.js +11 -12
- package/dest/kernel/private_validation_requests.d.ts +8 -20
- package/dest/kernel/private_validation_requests.d.ts.map +1 -1
- package/dest/kernel/private_validation_requests.js +9 -21
- package/dest/kernel/utils/order_and_comparison.d.ts +0 -3
- package/dest/kernel/utils/order_and_comparison.d.ts.map +1 -1
- package/dest/kernel/utils/order_and_comparison.js +0 -19
- package/dest/logs/extended_public_log.d.ts +1 -1
- package/dest/logs/shared_secret_derivation.d.ts +1 -1
- package/dest/logs/shared_secret_derivation.js +1 -1
- package/dest/messaging/l2_to_l1_membership.d.ts +4 -1
- package/dest/messaging/l2_to_l1_membership.d.ts.map +1 -1
- package/dest/messaging/l2_to_l1_membership.js +49 -54
- package/dest/messaging/l2_to_l1_message.d.ts +2 -0
- package/dest/messaging/l2_to_l1_message.d.ts.map +1 -1
- package/dest/messaging/l2_to_l1_message.js +7 -0
- package/dest/note/notes_filter.d.ts +5 -2
- package/dest/note/notes_filter.d.ts.map +1 -1
- package/dest/note/notes_filter.js +1 -1
- package/dest/p2p/attestation_utils.d.ts +10 -0
- package/dest/p2p/attestation_utils.d.ts.map +1 -0
- package/dest/p2p/attestation_utils.js +21 -0
- package/dest/p2p/block_attestation.d.ts +3 -4
- package/dest/p2p/block_attestation.d.ts.map +1 -1
- package/dest/p2p/block_attestation.js +3 -4
- package/dest/p2p/block_proposal.d.ts +8 -1
- package/dest/p2p/block_proposal.d.ts.map +1 -1
- package/dest/p2p/block_proposal.js +21 -8
- package/dest/p2p/consensus_payload.d.ts +3 -11
- package/dest/p2p/consensus_payload.d.ts.map +1 -1
- package/dest/p2p/consensus_payload.js +13 -22
- package/dest/p2p/index.d.ts +1 -0
- package/dest/p2p/index.d.ts.map +1 -1
- package/dest/p2p/index.js +1 -0
- package/dest/p2p/topic_type.d.ts.map +1 -1
- package/dest/p2p/topic_type.js +5 -3
- package/dest/rollup/block_root_rollup.d.ts +1 -1
- package/dest/slashing/index.d.ts +51 -0
- package/dest/slashing/index.d.ts.map +1 -0
- package/dest/slashing/index.js +54 -0
- package/dest/stats/stats.d.ts +2 -2
- package/dest/stats/stats.d.ts.map +1 -1
- package/dest/tests/factories.d.ts +0 -2
- package/dest/tests/factories.d.ts.map +1 -1
- package/dest/tests/factories.js +25 -24
- package/dest/tests/mocks.d.ts +2 -0
- package/dest/tests/mocks.d.ts.map +1 -1
- package/dest/tests/mocks.js +31 -22
- package/dest/tx/index.d.ts +0 -1
- package/dest/tx/index.d.ts.map +1 -1
- package/dest/tx/index.js +0 -1
- package/dest/tx/private_execution_result.d.ts +2 -2
- package/dest/tx/private_execution_result.d.ts.map +1 -1
- package/dest/tx/private_execution_result.js +11 -11
- package/dest/tx/processed_tx.d.ts +2 -2
- package/dest/tx/processed_tx.d.ts.map +1 -1
- package/dest/tx/processed_tx.js +4 -4
- package/dest/tx/proven_tx.d.ts +1 -1
- package/dest/tx/proven_tx.d.ts.map +1 -1
- package/dest/tx/proven_tx.js +7 -3
- package/dest/tx/simulated_tx.d.ts +11 -17
- package/dest/tx/simulated_tx.d.ts.map +1 -1
- package/dest/tx/simulated_tx.js +12 -12
- package/dest/tx/tx.d.ts +25 -25
- package/dest/tx/tx.d.ts.map +1 -1
- package/dest/tx/tx.js +60 -48
- package/dest/tx/tx_effect.d.ts +2 -2
- package/dest/tx/tx_effect.d.ts.map +1 -1
- package/dest/tx/tx_effect.js +3 -18
- package/dest/tx/tx_execution_request.js +2 -2
- package/dest/tx/tx_hash.d.ts +7 -0
- package/dest/tx/tx_hash.d.ts.map +1 -1
- package/dest/tx/tx_hash.js +19 -1
- package/dest/tx/tx_request.d.ts +5 -5
- package/dest/tx/tx_request.d.ts.map +1 -1
- package/dest/tx/tx_request.js +7 -7
- package/dest/tx/validator/error_texts.d.ts +1 -0
- package/dest/tx/validator/error_texts.d.ts.map +1 -1
- package/dest/tx/validator/error_texts.js +1 -0
- package/dest/tx/validator/tx_validator.d.ts +6 -4
- package/dest/tx/validator/tx_validator.d.ts.map +1 -1
- package/dest/tx/validator/tx_validator.js +3 -0
- package/dest/versioning/versioning.d.ts.map +1 -1
- package/dest/vks/verification_key.d.ts.map +1 -1
- package/dest/vks/verification_key.js +4 -4
- package/package.json +10 -9
- package/src/abi/abi.ts +0 -38
- package/src/abi/authorization_selector.ts +95 -0
- package/src/abi/contract_artifact.ts +0 -49
- package/src/abi/decoder.ts +3 -6
- package/src/abi/index.ts +1 -0
- package/src/avm/avm.ts +7 -9
- package/src/block/l2_block.ts +18 -0
- package/src/block/l2_block_source.ts +70 -1
- package/src/block/proposal/committee_attestation.ts +5 -1
- package/src/block/published_l2_block.ts +14 -5
- package/src/contract/contract_instance.ts +3 -3
- package/src/contract/interfaces/protocol_contract_addresses.ts +5 -10
- package/src/contract/private_function_membership_proof.ts +1 -1
- package/src/contract/utility_function_membership_proof.ts +1 -1
- package/src/{shared_mutable/shared_mutable_values.ts → delayed_public_mutable/delayed_public_mutable_values.ts} +10 -10
- package/src/delayed_public_mutable/delayed_public_mutable_values_with_hash.ts +38 -0
- package/src/delayed_public_mutable/index.ts +4 -0
- package/src/gas/gas.ts +4 -0
- package/src/hash/hash.ts +1 -4
- package/src/interfaces/archiver.ts +3 -1
- package/src/interfaces/aztec-node-admin.ts +19 -8
- package/src/interfaces/configs.ts +17 -0
- package/src/interfaces/pxe.ts +4 -2
- package/src/interfaces/server.ts +4 -2
- package/src/interfaces/slasher.ts +49 -0
- package/src/interfaces/tx_provider.ts +16 -0
- package/src/kernel/claimed_length_array.ts +104 -0
- package/src/kernel/hints/build_note_hash_read_request_hints.ts +28 -30
- package/src/kernel/hints/build_nullifier_read_request_hints.ts +28 -59
- package/src/kernel/hints/build_transient_data_hints.ts +12 -14
- package/src/kernel/hints/index.ts +1 -2
- package/src/kernel/hints/note_hash_read_request_hints.ts +4 -16
- package/src/kernel/hints/nullifier_read_request_hints.ts +4 -16
- package/src/kernel/hints/private_kernel_reset_hints.ts +7 -7
- package/src/kernel/hints/read_request_hints.ts +22 -22
- package/src/kernel/hints/{transient_data_index_hint.ts → transient_data_squashing_hint.ts} +5 -5
- package/src/kernel/index.ts +1 -0
- package/src/kernel/private_accumulated_data.ts +23 -23
- package/src/kernel/private_call_data.ts +3 -3
- package/src/kernel/private_circuit_public_inputs.ts +92 -68
- package/src/kernel/private_kernel_circuit_public_inputs.ts +9 -1
- package/src/kernel/private_kernel_tail_circuit_private_inputs.ts +13 -4
- package/src/kernel/private_kernel_tail_circuit_public_inputs.ts +20 -20
- package/src/kernel/private_to_public_kernel_circuit_public_inputs.ts +7 -7
- package/src/kernel/private_to_rollup_kernel_circuit_public_inputs.ts +16 -10
- package/src/kernel/private_validation_requests.ts +19 -50
- package/src/kernel/utils/order_and_comparison.ts +0 -25
- package/src/logs/shared_secret_derivation.ts +1 -1
- package/src/messaging/l2_to_l1_membership.ts +76 -85
- package/src/messaging/l2_to_l1_message.ts +9 -0
- package/src/note/notes_filter.ts +6 -3
- package/src/p2p/attestation_utils.ts +35 -0
- package/src/p2p/block_attestation.ts +3 -4
- package/src/p2p/block_proposal.ts +23 -5
- package/src/p2p/consensus_payload.ts +10 -29
- package/src/p2p/index.ts +1 -0
- package/src/p2p/topic_type.ts +3 -1
- package/src/slashing/index.ts +74 -0
- package/src/stats/stats.ts +2 -2
- package/src/tests/factories.ts +37 -27
- package/src/tests/mocks.ts +24 -22
- package/src/tx/index.ts +0 -1
- package/src/tx/private_execution_result.ts +11 -9
- package/src/tx/processed_tx.ts +6 -6
- package/src/tx/proven_tx.ts +7 -8
- package/src/tx/simulated_tx.ts +13 -19
- package/src/tx/tx.ts +70 -57
- package/src/tx/tx_effect.ts +5 -20
- package/src/tx/tx_execution_request.ts +2 -2
- package/src/tx/tx_hash.ts +21 -1
- package/src/tx/tx_request.ts +7 -6
- package/src/tx/validator/error_texts.ts +1 -0
- package/src/tx/validator/tx_validator.ts +5 -0
- package/src/versioning/versioning.ts +0 -3
- package/src/vks/verification_key.ts +4 -7
- package/dest/interfaces/tx-collector.d.ts +0 -15
- package/dest/interfaces/tx-collector.d.ts.map +0 -1
- package/dest/kernel/hints/rollup_validation_requests.d.ts +0 -34
- package/dest/kernel/hints/rollup_validation_requests.d.ts.map +0 -1
- package/dest/kernel/hints/rollup_validation_requests.js +0 -55
- package/dest/kernel/hints/transient_data_index_hint.d.ts.map +0 -1
- package/dest/shared_mutable/index.d.ts +0 -5
- package/dest/shared_mutable/index.d.ts.map +0 -1
- package/dest/shared_mutable/index.js +0 -4
- package/dest/shared_mutable/scheduled_delay_change.d.ts.map +0 -1
- package/dest/shared_mutable/scheduled_value_change.d.ts.map +0 -1
- package/dest/shared_mutable/shared_mutable_values.d.ts +0 -20
- package/dest/shared_mutable/shared_mutable_values.d.ts.map +0 -1
- package/dest/shared_mutable/shared_mutable_values_with_hash.d.ts.map +0 -1
- package/dest/shared_mutable/shared_mutable_values_with_hash.js +0 -30
- package/dest/tx/include_by_timestamp.d.ts +0 -54
- package/dest/tx/include_by_timestamp.d.ts.map +0 -1
- package/dest/tx/include_by_timestamp.js +0 -72
- package/src/interfaces/tx-collector.ts +0 -17
- package/src/kernel/hints/rollup_validation_requests.ts +0 -71
- package/src/shared_mutable/index.ts +0 -4
- package/src/shared_mutable/shared_mutable_values_with_hash.ts +0 -38
- package/src/tx/include_by_timestamp.ts +0 -90
- /package/dest/{shared_mutable → delayed_public_mutable}/scheduled_delay_change.d.ts +0 -0
- /package/dest/{shared_mutable → delayed_public_mutable}/scheduled_delay_change.js +0 -0
- /package/dest/{shared_mutable → delayed_public_mutable}/scheduled_value_change.d.ts +0 -0
- /package/dest/{shared_mutable → delayed_public_mutable}/scheduled_value_change.js +0 -0
- /package/dest/interfaces/{tx-collector.js → tx_provider.js} +0 -0
- /package/src/{shared_mutable → delayed_public_mutable}/scheduled_delay_change.ts +0 -0
- /package/src/{shared_mutable → delayed_public_mutable}/scheduled_value_change.ts +0 -0
|
@@ -36,63 +36,63 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
36
36
|
type: z.ZodLiteral<ProvingRequestType.PUBLIC_VM>;
|
|
37
37
|
inputs: z.ZodEffects<z.ZodObject<{
|
|
38
38
|
hints: z.ZodEffects<z.ZodObject<{
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
51
|
-
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
52
|
-
}, "strip", z.ZodTypeAny, {
|
|
53
|
-
feePerDaGas: bigint;
|
|
54
|
-
feePerL2Gas: bigint;
|
|
55
|
-
}, {
|
|
56
|
-
feePerDaGas: string | number | bigint;
|
|
57
|
-
feePerL2Gas: string | number | bigint;
|
|
58
|
-
}>, import("../gas/gas_fees.js").GasFees, {
|
|
59
|
-
feePerDaGas: string | number | bigint;
|
|
60
|
-
feePerL2Gas: string | number | bigint;
|
|
61
|
-
}>;
|
|
39
|
+
globalVariables: z.ZodEffects<z.ZodObject<{
|
|
40
|
+
chainId: ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
41
|
+
version: ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
42
|
+
blockNumber: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
43
|
+
slotNumber: ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
44
|
+
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
45
|
+
coinbase: ZodFor<import("@aztec/foundation/schemas").EthAddress>;
|
|
46
|
+
feeRecipient: ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
47
|
+
gasFees: z.ZodEffects<z.ZodObject<{
|
|
48
|
+
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
49
|
+
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
62
50
|
}, "strip", z.ZodTypeAny, {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
blockNumber: number;
|
|
66
|
-
slotNumber: import("@aztec/foundation/schemas").Fr;
|
|
67
|
-
timestamp: bigint;
|
|
68
|
-
coinbase: import("@aztec/foundation/schemas").EthAddress;
|
|
69
|
-
feeRecipient: import("../aztec-address/index.js").AztecAddress;
|
|
70
|
-
gasFees: import("../gas/gas_fees.js").GasFees;
|
|
51
|
+
feePerDaGas: bigint;
|
|
52
|
+
feePerL2Gas: bigint;
|
|
71
53
|
}, {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
};
|
|
78
|
-
chainId?: any;
|
|
79
|
-
version?: any;
|
|
80
|
-
slotNumber?: any;
|
|
81
|
-
coinbase?: any;
|
|
82
|
-
feeRecipient?: any;
|
|
83
|
-
}>, import("../tx/global_variables.js").GlobalVariables, {
|
|
84
|
-
blockNumber: string | number | bigint;
|
|
85
|
-
timestamp: string | number | bigint;
|
|
86
|
-
gasFees: {
|
|
87
|
-
feePerDaGas: string | number | bigint;
|
|
88
|
-
feePerL2Gas: string | number | bigint;
|
|
89
|
-
};
|
|
90
|
-
chainId?: any;
|
|
91
|
-
version?: any;
|
|
92
|
-
slotNumber?: any;
|
|
93
|
-
coinbase?: any;
|
|
94
|
-
feeRecipient?: any;
|
|
54
|
+
feePerDaGas: string | number | bigint;
|
|
55
|
+
feePerL2Gas: string | number | bigint;
|
|
56
|
+
}>, import("../gas/gas_fees.js").GasFees, {
|
|
57
|
+
feePerDaGas: string | number | bigint;
|
|
58
|
+
feePerL2Gas: string | number | bigint;
|
|
95
59
|
}>;
|
|
60
|
+
}, "strip", z.ZodTypeAny, {
|
|
61
|
+
chainId: import("@aztec/foundation/schemas").Fr;
|
|
62
|
+
version: import("@aztec/foundation/schemas").Fr;
|
|
63
|
+
blockNumber: number;
|
|
64
|
+
slotNumber: import("@aztec/foundation/schemas").Fr;
|
|
65
|
+
timestamp: bigint;
|
|
66
|
+
coinbase: import("@aztec/foundation/schemas").EthAddress;
|
|
67
|
+
feeRecipient: import("../aztec-address/index.js").AztecAddress;
|
|
68
|
+
gasFees: import("../gas/gas_fees.js").GasFees;
|
|
69
|
+
}, {
|
|
70
|
+
blockNumber: string | number | bigint;
|
|
71
|
+
timestamp: string | number | bigint;
|
|
72
|
+
gasFees: {
|
|
73
|
+
feePerDaGas: string | number | bigint;
|
|
74
|
+
feePerL2Gas: string | number | bigint;
|
|
75
|
+
};
|
|
76
|
+
chainId?: any;
|
|
77
|
+
version?: any;
|
|
78
|
+
slotNumber?: any;
|
|
79
|
+
coinbase?: any;
|
|
80
|
+
feeRecipient?: any;
|
|
81
|
+
}>, import("../tx/global_variables.js").GlobalVariables, {
|
|
82
|
+
blockNumber: string | number | bigint;
|
|
83
|
+
timestamp: string | number | bigint;
|
|
84
|
+
gasFees: {
|
|
85
|
+
feePerDaGas: string | number | bigint;
|
|
86
|
+
feePerL2Gas: string | number | bigint;
|
|
87
|
+
};
|
|
88
|
+
chainId?: any;
|
|
89
|
+
version?: any;
|
|
90
|
+
slotNumber?: any;
|
|
91
|
+
coinbase?: any;
|
|
92
|
+
feeRecipient?: any;
|
|
93
|
+
}>;
|
|
94
|
+
tx: z.ZodEffects<z.ZodObject<{
|
|
95
|
+
hash: z.ZodString;
|
|
96
96
|
gasSettings: z.ZodEffects<z.ZodObject<{
|
|
97
97
|
gasLimits: z.ZodEffects<z.ZodObject<{
|
|
98
98
|
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
@@ -316,7 +316,6 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
316
316
|
feePayer: ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
317
317
|
}, "strip", z.ZodTypeAny, {
|
|
318
318
|
hash: string;
|
|
319
|
-
globalVariables: import("../tx/global_variables.js").GlobalVariables;
|
|
320
319
|
gasSettings: import("../gas/gas_settings.js").GasSettings;
|
|
321
320
|
feePayer: import("../aztec-address/index.js").AztecAddress;
|
|
322
321
|
nonRevertibleAccumulatedData: {
|
|
@@ -336,19 +335,6 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
336
335
|
gasUsedByPrivate: import("../gas/gas.js").Gas;
|
|
337
336
|
}, {
|
|
338
337
|
hash: string;
|
|
339
|
-
globalVariables: {
|
|
340
|
-
blockNumber: string | number | bigint;
|
|
341
|
-
timestamp: string | number | bigint;
|
|
342
|
-
gasFees: {
|
|
343
|
-
feePerDaGas: string | number | bigint;
|
|
344
|
-
feePerL2Gas: string | number | bigint;
|
|
345
|
-
};
|
|
346
|
-
chainId?: any;
|
|
347
|
-
version?: any;
|
|
348
|
-
slotNumber?: any;
|
|
349
|
-
coinbase?: any;
|
|
350
|
-
feeRecipient?: any;
|
|
351
|
-
};
|
|
352
338
|
gasSettings: {
|
|
353
339
|
gasLimits: {
|
|
354
340
|
daGas: string | number | bigint;
|
|
@@ -403,19 +389,6 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
403
389
|
teardownEnqueuedCall?: any;
|
|
404
390
|
}>, import("../avm/avm.js").AvmTxHint, {
|
|
405
391
|
hash: string;
|
|
406
|
-
globalVariables: {
|
|
407
|
-
blockNumber: string | number | bigint;
|
|
408
|
-
timestamp: string | number | bigint;
|
|
409
|
-
gasFees: {
|
|
410
|
-
feePerDaGas: string | number | bigint;
|
|
411
|
-
feePerL2Gas: string | number | bigint;
|
|
412
|
-
};
|
|
413
|
-
chainId?: any;
|
|
414
|
-
version?: any;
|
|
415
|
-
slotNumber?: any;
|
|
416
|
-
coinbase?: any;
|
|
417
|
-
feeRecipient?: any;
|
|
418
|
-
};
|
|
419
392
|
gasSettings: {
|
|
420
393
|
gasLimits: {
|
|
421
394
|
daGas: string | number | bigint;
|
|
@@ -1169,11 +1142,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1169
1142
|
path: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
1170
1143
|
}, "strip", z.ZodTypeAny, {
|
|
1171
1144
|
path: import("@aztec/foundation/schemas").Fr[];
|
|
1172
|
-
index: bigint;
|
|
1173
1145
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1146
|
+
index: bigint;
|
|
1174
1147
|
}, {
|
|
1175
1148
|
path: string[];
|
|
1176
|
-
index: string | number | bigint;
|
|
1177
1149
|
leaf: {
|
|
1178
1150
|
leaf: {
|
|
1179
1151
|
nullifier: string;
|
|
@@ -1188,6 +1160,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1188
1160
|
nextKey: string;
|
|
1189
1161
|
nextIndex: string | number | bigint;
|
|
1190
1162
|
};
|
|
1163
|
+
index: string | number | bigint;
|
|
1191
1164
|
}>;
|
|
1192
1165
|
insertionWitnessData: z.ZodObject<{
|
|
1193
1166
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
@@ -1257,11 +1230,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1257
1230
|
path: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
1258
1231
|
}, "strip", z.ZodTypeAny, {
|
|
1259
1232
|
path: import("@aztec/foundation/schemas").Fr[];
|
|
1260
|
-
index: bigint;
|
|
1261
1233
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1234
|
+
index: bigint;
|
|
1262
1235
|
}, {
|
|
1263
1236
|
path: string[];
|
|
1264
|
-
index: string | number | bigint;
|
|
1265
1237
|
leaf: {
|
|
1266
1238
|
leaf: {
|
|
1267
1239
|
nullifier: string;
|
|
@@ -1276,6 +1248,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1276
1248
|
nextKey: string;
|
|
1277
1249
|
nextIndex: string | number | bigint;
|
|
1278
1250
|
};
|
|
1251
|
+
index: string | number | bigint;
|
|
1279
1252
|
}>;
|
|
1280
1253
|
}, "strip", z.ZodTypeAny, {
|
|
1281
1254
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf | import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
@@ -1284,13 +1257,13 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1284
1257
|
stateAfter: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
1285
1258
|
lowLeavesWitnessData: {
|
|
1286
1259
|
path: import("@aztec/foundation/schemas").Fr[];
|
|
1287
|
-
index: bigint;
|
|
1288
1260
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1261
|
+
index: bigint;
|
|
1289
1262
|
};
|
|
1290
1263
|
insertionWitnessData: {
|
|
1291
1264
|
path: import("@aztec/foundation/schemas").Fr[];
|
|
1292
|
-
index: bigint;
|
|
1293
1265
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1266
|
+
index: bigint;
|
|
1294
1267
|
};
|
|
1295
1268
|
}, {
|
|
1296
1269
|
leaf: {
|
|
@@ -1310,7 +1283,6 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1310
1283
|
};
|
|
1311
1284
|
lowLeavesWitnessData: {
|
|
1312
1285
|
path: string[];
|
|
1313
|
-
index: string | number | bigint;
|
|
1314
1286
|
leaf: {
|
|
1315
1287
|
leaf: {
|
|
1316
1288
|
nullifier: string;
|
|
@@ -1325,10 +1297,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1325
1297
|
nextKey: string;
|
|
1326
1298
|
nextIndex: string | number | bigint;
|
|
1327
1299
|
};
|
|
1300
|
+
index: string | number | bigint;
|
|
1328
1301
|
};
|
|
1329
1302
|
insertionWitnessData: {
|
|
1330
1303
|
path: string[];
|
|
1331
|
-
index: string | number | bigint;
|
|
1332
1304
|
leaf: {
|
|
1333
1305
|
leaf: {
|
|
1334
1306
|
nullifier: string;
|
|
@@ -1343,6 +1315,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1343
1315
|
nextKey: string;
|
|
1344
1316
|
nextIndex: string | number | bigint;
|
|
1345
1317
|
};
|
|
1318
|
+
index: string | number | bigint;
|
|
1346
1319
|
};
|
|
1347
1320
|
}>, {
|
|
1348
1321
|
readonly hintKey: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
@@ -1377,7 +1350,6 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1377
1350
|
};
|
|
1378
1351
|
lowLeavesWitnessData: {
|
|
1379
1352
|
path: string[];
|
|
1380
|
-
index: string | number | bigint;
|
|
1381
1353
|
leaf: {
|
|
1382
1354
|
leaf: {
|
|
1383
1355
|
nullifier: string;
|
|
@@ -1392,10 +1364,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1392
1364
|
nextKey: string;
|
|
1393
1365
|
nextIndex: string | number | bigint;
|
|
1394
1366
|
};
|
|
1367
|
+
index: string | number | bigint;
|
|
1395
1368
|
};
|
|
1396
1369
|
insertionWitnessData: {
|
|
1397
1370
|
path: string[];
|
|
1398
|
-
index: string | number | bigint;
|
|
1399
1371
|
leaf: {
|
|
1400
1372
|
leaf: {
|
|
1401
1373
|
nullifier: string;
|
|
@@ -1410,6 +1382,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1410
1382
|
nextKey: string;
|
|
1411
1383
|
nextIndex: string | number | bigint;
|
|
1412
1384
|
};
|
|
1385
|
+
index: string | number | bigint;
|
|
1413
1386
|
};
|
|
1414
1387
|
}>, "many">;
|
|
1415
1388
|
sequentialInsertHintsNullifierTree: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -1529,11 +1502,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1529
1502
|
path: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
1530
1503
|
}, "strip", z.ZodTypeAny, {
|
|
1531
1504
|
path: import("@aztec/foundation/schemas").Fr[];
|
|
1532
|
-
index: bigint;
|
|
1533
1505
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1506
|
+
index: bigint;
|
|
1534
1507
|
}, {
|
|
1535
1508
|
path: string[];
|
|
1536
|
-
index: string | number | bigint;
|
|
1537
1509
|
leaf: {
|
|
1538
1510
|
leaf: {
|
|
1539
1511
|
nullifier: string;
|
|
@@ -1548,6 +1520,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1548
1520
|
nextKey: string;
|
|
1549
1521
|
nextIndex: string | number | bigint;
|
|
1550
1522
|
};
|
|
1523
|
+
index: string | number | bigint;
|
|
1551
1524
|
}>;
|
|
1552
1525
|
insertionWitnessData: z.ZodObject<{
|
|
1553
1526
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
@@ -1617,11 +1590,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1617
1590
|
path: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
1618
1591
|
}, "strip", z.ZodTypeAny, {
|
|
1619
1592
|
path: import("@aztec/foundation/schemas").Fr[];
|
|
1620
|
-
index: bigint;
|
|
1621
1593
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1594
|
+
index: bigint;
|
|
1622
1595
|
}, {
|
|
1623
1596
|
path: string[];
|
|
1624
|
-
index: string | number | bigint;
|
|
1625
1597
|
leaf: {
|
|
1626
1598
|
leaf: {
|
|
1627
1599
|
nullifier: string;
|
|
@@ -1636,6 +1608,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1636
1608
|
nextKey: string;
|
|
1637
1609
|
nextIndex: string | number | bigint;
|
|
1638
1610
|
};
|
|
1611
|
+
index: string | number | bigint;
|
|
1639
1612
|
}>;
|
|
1640
1613
|
}, "strip", z.ZodTypeAny, {
|
|
1641
1614
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf | import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
@@ -1644,13 +1617,13 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1644
1617
|
stateAfter: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
1645
1618
|
lowLeavesWitnessData: {
|
|
1646
1619
|
path: import("@aztec/foundation/schemas").Fr[];
|
|
1647
|
-
index: bigint;
|
|
1648
1620
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1621
|
+
index: bigint;
|
|
1649
1622
|
};
|
|
1650
1623
|
insertionWitnessData: {
|
|
1651
1624
|
path: import("@aztec/foundation/schemas").Fr[];
|
|
1652
|
-
index: bigint;
|
|
1653
1625
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1626
|
+
index: bigint;
|
|
1654
1627
|
};
|
|
1655
1628
|
}, {
|
|
1656
1629
|
leaf: {
|
|
@@ -1670,7 +1643,6 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1670
1643
|
};
|
|
1671
1644
|
lowLeavesWitnessData: {
|
|
1672
1645
|
path: string[];
|
|
1673
|
-
index: string | number | bigint;
|
|
1674
1646
|
leaf: {
|
|
1675
1647
|
leaf: {
|
|
1676
1648
|
nullifier: string;
|
|
@@ -1685,10 +1657,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1685
1657
|
nextKey: string;
|
|
1686
1658
|
nextIndex: string | number | bigint;
|
|
1687
1659
|
};
|
|
1660
|
+
index: string | number | bigint;
|
|
1688
1661
|
};
|
|
1689
1662
|
insertionWitnessData: {
|
|
1690
1663
|
path: string[];
|
|
1691
|
-
index: string | number | bigint;
|
|
1692
1664
|
leaf: {
|
|
1693
1665
|
leaf: {
|
|
1694
1666
|
nullifier: string;
|
|
@@ -1703,6 +1675,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1703
1675
|
nextKey: string;
|
|
1704
1676
|
nextIndex: string | number | bigint;
|
|
1705
1677
|
};
|
|
1678
|
+
index: string | number | bigint;
|
|
1706
1679
|
};
|
|
1707
1680
|
}>, {
|
|
1708
1681
|
readonly hintKey: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
@@ -1737,7 +1710,6 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1737
1710
|
};
|
|
1738
1711
|
lowLeavesWitnessData: {
|
|
1739
1712
|
path: string[];
|
|
1740
|
-
index: string | number | bigint;
|
|
1741
1713
|
leaf: {
|
|
1742
1714
|
leaf: {
|
|
1743
1715
|
nullifier: string;
|
|
@@ -1752,10 +1724,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1752
1724
|
nextKey: string;
|
|
1753
1725
|
nextIndex: string | number | bigint;
|
|
1754
1726
|
};
|
|
1727
|
+
index: string | number | bigint;
|
|
1755
1728
|
};
|
|
1756
1729
|
insertionWitnessData: {
|
|
1757
1730
|
path: string[];
|
|
1758
|
-
index: string | number | bigint;
|
|
1759
1731
|
leaf: {
|
|
1760
1732
|
leaf: {
|
|
1761
1733
|
nullifier: string;
|
|
@@ -1770,6 +1742,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
1770
1742
|
nextKey: string;
|
|
1771
1743
|
nextIndex: string | number | bigint;
|
|
1772
1744
|
};
|
|
1745
|
+
index: string | number | bigint;
|
|
1773
1746
|
};
|
|
1774
1747
|
}>, "many">;
|
|
1775
1748
|
appendLeavesHints: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -2149,6 +2122,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2149
2122
|
};
|
|
2150
2123
|
}>, "many">;
|
|
2151
2124
|
}, "strip", z.ZodTypeAny, {
|
|
2125
|
+
globalVariables: import("../tx/global_variables.js").GlobalVariables;
|
|
2152
2126
|
tx: import("../avm/avm.js").AvmTxHint;
|
|
2153
2127
|
contractInstances: import("../avm/avm.js").AvmContractInstanceHint[];
|
|
2154
2128
|
contractClasses: import("../avm/avm.js").AvmContractClassHint[];
|
|
@@ -2212,21 +2186,21 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2212
2186
|
}[];
|
|
2213
2187
|
revertCheckpointHints: import("../avm/avm.js").AvmRevertCheckpointHint[];
|
|
2214
2188
|
}, {
|
|
2189
|
+
globalVariables: {
|
|
2190
|
+
blockNumber: string | number | bigint;
|
|
2191
|
+
timestamp: string | number | bigint;
|
|
2192
|
+
gasFees: {
|
|
2193
|
+
feePerDaGas: string | number | bigint;
|
|
2194
|
+
feePerL2Gas: string | number | bigint;
|
|
2195
|
+
};
|
|
2196
|
+
chainId?: any;
|
|
2197
|
+
version?: any;
|
|
2198
|
+
slotNumber?: any;
|
|
2199
|
+
coinbase?: any;
|
|
2200
|
+
feeRecipient?: any;
|
|
2201
|
+
};
|
|
2215
2202
|
tx: {
|
|
2216
2203
|
hash: string;
|
|
2217
|
-
globalVariables: {
|
|
2218
|
-
blockNumber: string | number | bigint;
|
|
2219
|
-
timestamp: string | number | bigint;
|
|
2220
|
-
gasFees: {
|
|
2221
|
-
feePerDaGas: string | number | bigint;
|
|
2222
|
-
feePerL2Gas: string | number | bigint;
|
|
2223
|
-
};
|
|
2224
|
-
chainId?: any;
|
|
2225
|
-
version?: any;
|
|
2226
|
-
slotNumber?: any;
|
|
2227
|
-
coinbase?: any;
|
|
2228
|
-
feeRecipient?: any;
|
|
2229
|
-
};
|
|
2230
2204
|
gasSettings: {
|
|
2231
2205
|
gasLimits: {
|
|
2232
2206
|
daGas: string | number | bigint;
|
|
@@ -2413,7 +2387,6 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2413
2387
|
};
|
|
2414
2388
|
lowLeavesWitnessData: {
|
|
2415
2389
|
path: string[];
|
|
2416
|
-
index: string | number | bigint;
|
|
2417
2390
|
leaf: {
|
|
2418
2391
|
leaf: {
|
|
2419
2392
|
nullifier: string;
|
|
@@ -2428,10 +2401,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2428
2401
|
nextKey: string;
|
|
2429
2402
|
nextIndex: string | number | bigint;
|
|
2430
2403
|
};
|
|
2404
|
+
index: string | number | bigint;
|
|
2431
2405
|
};
|
|
2432
2406
|
insertionWitnessData: {
|
|
2433
2407
|
path: string[];
|
|
2434
|
-
index: string | number | bigint;
|
|
2435
2408
|
leaf: {
|
|
2436
2409
|
leaf: {
|
|
2437
2410
|
nullifier: string;
|
|
@@ -2446,6 +2419,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2446
2419
|
nextKey: string;
|
|
2447
2420
|
nextIndex: string | number | bigint;
|
|
2448
2421
|
};
|
|
2422
|
+
index: string | number | bigint;
|
|
2449
2423
|
};
|
|
2450
2424
|
}[];
|
|
2451
2425
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -2466,7 +2440,6 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2466
2440
|
};
|
|
2467
2441
|
lowLeavesWitnessData: {
|
|
2468
2442
|
path: string[];
|
|
2469
|
-
index: string | number | bigint;
|
|
2470
2443
|
leaf: {
|
|
2471
2444
|
leaf: {
|
|
2472
2445
|
nullifier: string;
|
|
@@ -2481,10 +2454,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2481
2454
|
nextKey: string;
|
|
2482
2455
|
nextIndex: string | number | bigint;
|
|
2483
2456
|
};
|
|
2457
|
+
index: string | number | bigint;
|
|
2484
2458
|
};
|
|
2485
2459
|
insertionWitnessData: {
|
|
2486
2460
|
path: string[];
|
|
2487
|
-
index: string | number | bigint;
|
|
2488
2461
|
leaf: {
|
|
2489
2462
|
leaf: {
|
|
2490
2463
|
nullifier: string;
|
|
@@ -2499,6 +2472,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2499
2472
|
nextKey: string;
|
|
2500
2473
|
nextIndex: string | number | bigint;
|
|
2501
2474
|
};
|
|
2475
|
+
index: string | number | bigint;
|
|
2502
2476
|
};
|
|
2503
2477
|
}[];
|
|
2504
2478
|
appendLeavesHints: {
|
|
@@ -2565,21 +2539,21 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2565
2539
|
};
|
|
2566
2540
|
}[];
|
|
2567
2541
|
}>, import("../avm/avm.js").AvmExecutionHints, {
|
|
2542
|
+
globalVariables: {
|
|
2543
|
+
blockNumber: string | number | bigint;
|
|
2544
|
+
timestamp: string | number | bigint;
|
|
2545
|
+
gasFees: {
|
|
2546
|
+
feePerDaGas: string | number | bigint;
|
|
2547
|
+
feePerL2Gas: string | number | bigint;
|
|
2548
|
+
};
|
|
2549
|
+
chainId?: any;
|
|
2550
|
+
version?: any;
|
|
2551
|
+
slotNumber?: any;
|
|
2552
|
+
coinbase?: any;
|
|
2553
|
+
feeRecipient?: any;
|
|
2554
|
+
};
|
|
2568
2555
|
tx: {
|
|
2569
2556
|
hash: string;
|
|
2570
|
-
globalVariables: {
|
|
2571
|
-
blockNumber: string | number | bigint;
|
|
2572
|
-
timestamp: string | number | bigint;
|
|
2573
|
-
gasFees: {
|
|
2574
|
-
feePerDaGas: string | number | bigint;
|
|
2575
|
-
feePerL2Gas: string | number | bigint;
|
|
2576
|
-
};
|
|
2577
|
-
chainId?: any;
|
|
2578
|
-
version?: any;
|
|
2579
|
-
slotNumber?: any;
|
|
2580
|
-
coinbase?: any;
|
|
2581
|
-
feeRecipient?: any;
|
|
2582
|
-
};
|
|
2583
2557
|
gasSettings: {
|
|
2584
2558
|
gasLimits: {
|
|
2585
2559
|
daGas: string | number | bigint;
|
|
@@ -2766,7 +2740,6 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2766
2740
|
};
|
|
2767
2741
|
lowLeavesWitnessData: {
|
|
2768
2742
|
path: string[];
|
|
2769
|
-
index: string | number | bigint;
|
|
2770
2743
|
leaf: {
|
|
2771
2744
|
leaf: {
|
|
2772
2745
|
nullifier: string;
|
|
@@ -2781,10 +2754,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2781
2754
|
nextKey: string;
|
|
2782
2755
|
nextIndex: string | number | bigint;
|
|
2783
2756
|
};
|
|
2757
|
+
index: string | number | bigint;
|
|
2784
2758
|
};
|
|
2785
2759
|
insertionWitnessData: {
|
|
2786
2760
|
path: string[];
|
|
2787
|
-
index: string | number | bigint;
|
|
2788
2761
|
leaf: {
|
|
2789
2762
|
leaf: {
|
|
2790
2763
|
nullifier: string;
|
|
@@ -2799,6 +2772,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2799
2772
|
nextKey: string;
|
|
2800
2773
|
nextIndex: string | number | bigint;
|
|
2801
2774
|
};
|
|
2775
|
+
index: string | number | bigint;
|
|
2802
2776
|
};
|
|
2803
2777
|
}[];
|
|
2804
2778
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -2819,7 +2793,6 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2819
2793
|
};
|
|
2820
2794
|
lowLeavesWitnessData: {
|
|
2821
2795
|
path: string[];
|
|
2822
|
-
index: string | number | bigint;
|
|
2823
2796
|
leaf: {
|
|
2824
2797
|
leaf: {
|
|
2825
2798
|
nullifier: string;
|
|
@@ -2834,10 +2807,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2834
2807
|
nextKey: string;
|
|
2835
2808
|
nextIndex: string | number | bigint;
|
|
2836
2809
|
};
|
|
2810
|
+
index: string | number | bigint;
|
|
2837
2811
|
};
|
|
2838
2812
|
insertionWitnessData: {
|
|
2839
2813
|
path: string[];
|
|
2840
|
-
index: string | number | bigint;
|
|
2841
2814
|
leaf: {
|
|
2842
2815
|
leaf: {
|
|
2843
2816
|
nullifier: string;
|
|
@@ -2852,6 +2825,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
2852
2825
|
nextKey: string;
|
|
2853
2826
|
nextIndex: string | number | bigint;
|
|
2854
2827
|
};
|
|
2828
|
+
index: string | number | bigint;
|
|
2855
2829
|
};
|
|
2856
2830
|
}[];
|
|
2857
2831
|
appendLeavesHints: {
|
|
@@ -4148,21 +4122,21 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4148
4122
|
feePayer?: any;
|
|
4149
4123
|
};
|
|
4150
4124
|
hints: {
|
|
4125
|
+
globalVariables: {
|
|
4126
|
+
blockNumber: string | number | bigint;
|
|
4127
|
+
timestamp: string | number | bigint;
|
|
4128
|
+
gasFees: {
|
|
4129
|
+
feePerDaGas: string | number | bigint;
|
|
4130
|
+
feePerL2Gas: string | number | bigint;
|
|
4131
|
+
};
|
|
4132
|
+
chainId?: any;
|
|
4133
|
+
version?: any;
|
|
4134
|
+
slotNumber?: any;
|
|
4135
|
+
coinbase?: any;
|
|
4136
|
+
feeRecipient?: any;
|
|
4137
|
+
};
|
|
4151
4138
|
tx: {
|
|
4152
4139
|
hash: string;
|
|
4153
|
-
globalVariables: {
|
|
4154
|
-
blockNumber: string | number | bigint;
|
|
4155
|
-
timestamp: string | number | bigint;
|
|
4156
|
-
gasFees: {
|
|
4157
|
-
feePerDaGas: string | number | bigint;
|
|
4158
|
-
feePerL2Gas: string | number | bigint;
|
|
4159
|
-
};
|
|
4160
|
-
chainId?: any;
|
|
4161
|
-
version?: any;
|
|
4162
|
-
slotNumber?: any;
|
|
4163
|
-
coinbase?: any;
|
|
4164
|
-
feeRecipient?: any;
|
|
4165
|
-
};
|
|
4166
4140
|
gasSettings: {
|
|
4167
4141
|
gasLimits: {
|
|
4168
4142
|
daGas: string | number | bigint;
|
|
@@ -4349,7 +4323,6 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4349
4323
|
};
|
|
4350
4324
|
lowLeavesWitnessData: {
|
|
4351
4325
|
path: string[];
|
|
4352
|
-
index: string | number | bigint;
|
|
4353
4326
|
leaf: {
|
|
4354
4327
|
leaf: {
|
|
4355
4328
|
nullifier: string;
|
|
@@ -4364,10 +4337,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4364
4337
|
nextKey: string;
|
|
4365
4338
|
nextIndex: string | number | bigint;
|
|
4366
4339
|
};
|
|
4340
|
+
index: string | number | bigint;
|
|
4367
4341
|
};
|
|
4368
4342
|
insertionWitnessData: {
|
|
4369
4343
|
path: string[];
|
|
4370
|
-
index: string | number | bigint;
|
|
4371
4344
|
leaf: {
|
|
4372
4345
|
leaf: {
|
|
4373
4346
|
nullifier: string;
|
|
@@ -4382,6 +4355,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4382
4355
|
nextKey: string;
|
|
4383
4356
|
nextIndex: string | number | bigint;
|
|
4384
4357
|
};
|
|
4358
|
+
index: string | number | bigint;
|
|
4385
4359
|
};
|
|
4386
4360
|
}[];
|
|
4387
4361
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -4402,7 +4376,6 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4402
4376
|
};
|
|
4403
4377
|
lowLeavesWitnessData: {
|
|
4404
4378
|
path: string[];
|
|
4405
|
-
index: string | number | bigint;
|
|
4406
4379
|
leaf: {
|
|
4407
4380
|
leaf: {
|
|
4408
4381
|
nullifier: string;
|
|
@@ -4417,10 +4390,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4417
4390
|
nextKey: string;
|
|
4418
4391
|
nextIndex: string | number | bigint;
|
|
4419
4392
|
};
|
|
4393
|
+
index: string | number | bigint;
|
|
4420
4394
|
};
|
|
4421
4395
|
insertionWitnessData: {
|
|
4422
4396
|
path: string[];
|
|
4423
|
-
index: string | number | bigint;
|
|
4424
4397
|
leaf: {
|
|
4425
4398
|
leaf: {
|
|
4426
4399
|
nullifier: string;
|
|
@@ -4435,6 +4408,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4435
4408
|
nextKey: string;
|
|
4436
4409
|
nextIndex: string | number | bigint;
|
|
4437
4410
|
};
|
|
4411
|
+
index: string | number | bigint;
|
|
4438
4412
|
};
|
|
4439
4413
|
}[];
|
|
4440
4414
|
appendLeavesHints: {
|
|
@@ -4665,21 +4639,21 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4665
4639
|
feePayer?: any;
|
|
4666
4640
|
};
|
|
4667
4641
|
hints: {
|
|
4642
|
+
globalVariables: {
|
|
4643
|
+
blockNumber: string | number | bigint;
|
|
4644
|
+
timestamp: string | number | bigint;
|
|
4645
|
+
gasFees: {
|
|
4646
|
+
feePerDaGas: string | number | bigint;
|
|
4647
|
+
feePerL2Gas: string | number | bigint;
|
|
4648
|
+
};
|
|
4649
|
+
chainId?: any;
|
|
4650
|
+
version?: any;
|
|
4651
|
+
slotNumber?: any;
|
|
4652
|
+
coinbase?: any;
|
|
4653
|
+
feeRecipient?: any;
|
|
4654
|
+
};
|
|
4668
4655
|
tx: {
|
|
4669
4656
|
hash: string;
|
|
4670
|
-
globalVariables: {
|
|
4671
|
-
blockNumber: string | number | bigint;
|
|
4672
|
-
timestamp: string | number | bigint;
|
|
4673
|
-
gasFees: {
|
|
4674
|
-
feePerDaGas: string | number | bigint;
|
|
4675
|
-
feePerL2Gas: string | number | bigint;
|
|
4676
|
-
};
|
|
4677
|
-
chainId?: any;
|
|
4678
|
-
version?: any;
|
|
4679
|
-
slotNumber?: any;
|
|
4680
|
-
coinbase?: any;
|
|
4681
|
-
feeRecipient?: any;
|
|
4682
|
-
};
|
|
4683
4657
|
gasSettings: {
|
|
4684
4658
|
gasLimits: {
|
|
4685
4659
|
daGas: string | number | bigint;
|
|
@@ -4866,7 +4840,6 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4866
4840
|
};
|
|
4867
4841
|
lowLeavesWitnessData: {
|
|
4868
4842
|
path: string[];
|
|
4869
|
-
index: string | number | bigint;
|
|
4870
4843
|
leaf: {
|
|
4871
4844
|
leaf: {
|
|
4872
4845
|
nullifier: string;
|
|
@@ -4881,10 +4854,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4881
4854
|
nextKey: string;
|
|
4882
4855
|
nextIndex: string | number | bigint;
|
|
4883
4856
|
};
|
|
4857
|
+
index: string | number | bigint;
|
|
4884
4858
|
};
|
|
4885
4859
|
insertionWitnessData: {
|
|
4886
4860
|
path: string[];
|
|
4887
|
-
index: string | number | bigint;
|
|
4888
4861
|
leaf: {
|
|
4889
4862
|
leaf: {
|
|
4890
4863
|
nullifier: string;
|
|
@@ -4899,6 +4872,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4899
4872
|
nextKey: string;
|
|
4900
4873
|
nextIndex: string | number | bigint;
|
|
4901
4874
|
};
|
|
4875
|
+
index: string | number | bigint;
|
|
4902
4876
|
};
|
|
4903
4877
|
}[];
|
|
4904
4878
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -4919,7 +4893,6 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4919
4893
|
};
|
|
4920
4894
|
lowLeavesWitnessData: {
|
|
4921
4895
|
path: string[];
|
|
4922
|
-
index: string | number | bigint;
|
|
4923
4896
|
leaf: {
|
|
4924
4897
|
leaf: {
|
|
4925
4898
|
nullifier: string;
|
|
@@ -4934,10 +4907,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4934
4907
|
nextKey: string;
|
|
4935
4908
|
nextIndex: string | number | bigint;
|
|
4936
4909
|
};
|
|
4910
|
+
index: string | number | bigint;
|
|
4937
4911
|
};
|
|
4938
4912
|
insertionWitnessData: {
|
|
4939
4913
|
path: string[];
|
|
4940
|
-
index: string | number | bigint;
|
|
4941
4914
|
leaf: {
|
|
4942
4915
|
leaf: {
|
|
4943
4916
|
nullifier: string;
|
|
@@ -4952,6 +4925,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
4952
4925
|
nextKey: string;
|
|
4953
4926
|
nextIndex: string | number | bigint;
|
|
4954
4927
|
};
|
|
4928
|
+
index: string | number | bigint;
|
|
4955
4929
|
};
|
|
4956
4930
|
}[];
|
|
4957
4931
|
appendLeavesHints: {
|
|
@@ -5188,21 +5162,21 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5188
5162
|
feePayer?: any;
|
|
5189
5163
|
};
|
|
5190
5164
|
hints: {
|
|
5165
|
+
globalVariables: {
|
|
5166
|
+
blockNumber: string | number | bigint;
|
|
5167
|
+
timestamp: string | number | bigint;
|
|
5168
|
+
gasFees: {
|
|
5169
|
+
feePerDaGas: string | number | bigint;
|
|
5170
|
+
feePerL2Gas: string | number | bigint;
|
|
5171
|
+
};
|
|
5172
|
+
chainId?: any;
|
|
5173
|
+
version?: any;
|
|
5174
|
+
slotNumber?: any;
|
|
5175
|
+
coinbase?: any;
|
|
5176
|
+
feeRecipient?: any;
|
|
5177
|
+
};
|
|
5191
5178
|
tx: {
|
|
5192
5179
|
hash: string;
|
|
5193
|
-
globalVariables: {
|
|
5194
|
-
blockNumber: string | number | bigint;
|
|
5195
|
-
timestamp: string | number | bigint;
|
|
5196
|
-
gasFees: {
|
|
5197
|
-
feePerDaGas: string | number | bigint;
|
|
5198
|
-
feePerL2Gas: string | number | bigint;
|
|
5199
|
-
};
|
|
5200
|
-
chainId?: any;
|
|
5201
|
-
version?: any;
|
|
5202
|
-
slotNumber?: any;
|
|
5203
|
-
coinbase?: any;
|
|
5204
|
-
feeRecipient?: any;
|
|
5205
|
-
};
|
|
5206
5180
|
gasSettings: {
|
|
5207
5181
|
gasLimits: {
|
|
5208
5182
|
daGas: string | number | bigint;
|
|
@@ -5389,7 +5363,6 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5389
5363
|
};
|
|
5390
5364
|
lowLeavesWitnessData: {
|
|
5391
5365
|
path: string[];
|
|
5392
|
-
index: string | number | bigint;
|
|
5393
5366
|
leaf: {
|
|
5394
5367
|
leaf: {
|
|
5395
5368
|
nullifier: string;
|
|
@@ -5404,10 +5377,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5404
5377
|
nextKey: string;
|
|
5405
5378
|
nextIndex: string | number | bigint;
|
|
5406
5379
|
};
|
|
5380
|
+
index: string | number | bigint;
|
|
5407
5381
|
};
|
|
5408
5382
|
insertionWitnessData: {
|
|
5409
5383
|
path: string[];
|
|
5410
|
-
index: string | number | bigint;
|
|
5411
5384
|
leaf: {
|
|
5412
5385
|
leaf: {
|
|
5413
5386
|
nullifier: string;
|
|
@@ -5422,6 +5395,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5422
5395
|
nextKey: string;
|
|
5423
5396
|
nextIndex: string | number | bigint;
|
|
5424
5397
|
};
|
|
5398
|
+
index: string | number | bigint;
|
|
5425
5399
|
};
|
|
5426
5400
|
}[];
|
|
5427
5401
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -5442,7 +5416,6 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5442
5416
|
};
|
|
5443
5417
|
lowLeavesWitnessData: {
|
|
5444
5418
|
path: string[];
|
|
5445
|
-
index: string | number | bigint;
|
|
5446
5419
|
leaf: {
|
|
5447
5420
|
leaf: {
|
|
5448
5421
|
nullifier: string;
|
|
@@ -5457,10 +5430,10 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5457
5430
|
nextKey: string;
|
|
5458
5431
|
nextIndex: string | number | bigint;
|
|
5459
5432
|
};
|
|
5433
|
+
index: string | number | bigint;
|
|
5460
5434
|
};
|
|
5461
5435
|
insertionWitnessData: {
|
|
5462
5436
|
path: string[];
|
|
5463
|
-
index: string | number | bigint;
|
|
5464
5437
|
leaf: {
|
|
5465
5438
|
leaf: {
|
|
5466
5439
|
nullifier: string;
|
|
@@ -5475,6 +5448,7 @@ export declare const ProvingJobInputs: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5475
5448
|
nextKey: string;
|
|
5476
5449
|
nextIndex: string | number | bigint;
|
|
5477
5450
|
};
|
|
5451
|
+
index: string | number | bigint;
|
|
5478
5452
|
};
|
|
5479
5453
|
}[];
|
|
5480
5454
|
appendLeavesHints: {
|
|
@@ -5751,28 +5725,28 @@ export declare const ProvingJobResult: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
5751
5725
|
result?: any;
|
|
5752
5726
|
}>, z.ZodObject<{
|
|
5753
5727
|
type: z.ZodLiteral<ProvingRequestType.ROOT_ROLLUP>;
|
|
5754
|
-
result: ZodFor<PublicInputsAndRecursiveProof<RootRollupPublicInputs,
|
|
5728
|
+
result: ZodFor<PublicInputsAndRecursiveProof<RootRollupPublicInputs, 457>>;
|
|
5755
5729
|
}, "strip", z.ZodTypeAny, {
|
|
5756
5730
|
type: ProvingRequestType.ROOT_ROLLUP;
|
|
5757
|
-
result: PublicInputsAndRecursiveProof<RootRollupPublicInputs,
|
|
5731
|
+
result: PublicInputsAndRecursiveProof<RootRollupPublicInputs, 457>;
|
|
5758
5732
|
}, {
|
|
5759
5733
|
type: ProvingRequestType.ROOT_ROLLUP;
|
|
5760
5734
|
result?: any;
|
|
5761
5735
|
}>, z.ZodObject<{
|
|
5762
5736
|
type: z.ZodLiteral<ProvingRequestType.BASE_PARITY>;
|
|
5763
|
-
result: ZodFor<PublicInputsAndRecursiveProof<ParityPublicInputs,
|
|
5737
|
+
result: ZodFor<PublicInputsAndRecursiveProof<ParityPublicInputs, 457>>;
|
|
5764
5738
|
}, "strip", z.ZodTypeAny, {
|
|
5765
5739
|
type: ProvingRequestType.BASE_PARITY;
|
|
5766
|
-
result: PublicInputsAndRecursiveProof<ParityPublicInputs,
|
|
5740
|
+
result: PublicInputsAndRecursiveProof<ParityPublicInputs, 457>;
|
|
5767
5741
|
}, {
|
|
5768
5742
|
type: ProvingRequestType.BASE_PARITY;
|
|
5769
5743
|
result?: any;
|
|
5770
5744
|
}>, z.ZodObject<{
|
|
5771
5745
|
type: z.ZodLiteral<ProvingRequestType.ROOT_PARITY>;
|
|
5772
|
-
result: ZodFor<PublicInputsAndRecursiveProof<ParityPublicInputs,
|
|
5746
|
+
result: ZodFor<PublicInputsAndRecursiveProof<ParityPublicInputs, 457>>;
|
|
5773
5747
|
}, "strip", z.ZodTypeAny, {
|
|
5774
5748
|
type: ProvingRequestType.ROOT_PARITY;
|
|
5775
|
-
result: PublicInputsAndRecursiveProof<ParityPublicInputs,
|
|
5749
|
+
result: PublicInputsAndRecursiveProof<ParityPublicInputs, 457>;
|
|
5776
5750
|
}, {
|
|
5777
5751
|
type: ProvingRequestType.ROOT_PARITY;
|
|
5778
5752
|
result?: any;
|