@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
|
@@ -6,63 +6,63 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
6
6
|
type: z.ZodLiteral<ProvingRequestType.PUBLIC_VM>;
|
|
7
7
|
inputs: z.ZodEffects<z.ZodObject<{
|
|
8
8
|
hints: z.ZodEffects<z.ZodObject<{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
21
|
-
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
22
|
-
}, "strip", z.ZodTypeAny, {
|
|
23
|
-
feePerDaGas: bigint;
|
|
24
|
-
feePerL2Gas: bigint;
|
|
25
|
-
}, {
|
|
26
|
-
feePerDaGas: string | number | bigint;
|
|
27
|
-
feePerL2Gas: string | number | bigint;
|
|
28
|
-
}>, import("../gas/gas_fees.js").GasFees, {
|
|
29
|
-
feePerDaGas: string | number | bigint;
|
|
30
|
-
feePerL2Gas: string | number | bigint;
|
|
31
|
-
}>;
|
|
9
|
+
globalVariables: z.ZodEffects<z.ZodObject<{
|
|
10
|
+
chainId: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
11
|
+
version: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
12
|
+
blockNumber: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
13
|
+
slotNumber: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
14
|
+
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
15
|
+
coinbase: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").EthAddress>;
|
|
16
|
+
feeRecipient: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
17
|
+
gasFees: z.ZodEffects<z.ZodObject<{
|
|
18
|
+
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
19
|
+
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
32
20
|
}, "strip", z.ZodTypeAny, {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
blockNumber: number;
|
|
36
|
-
slotNumber: import("@aztec/foundation/schemas").Fr;
|
|
37
|
-
timestamp: bigint;
|
|
38
|
-
coinbase: import("@aztec/foundation/schemas").EthAddress;
|
|
39
|
-
feeRecipient: import("../aztec-address/index.js").AztecAddress;
|
|
40
|
-
gasFees: import("../gas/gas_fees.js").GasFees;
|
|
21
|
+
feePerDaGas: bigint;
|
|
22
|
+
feePerL2Gas: bigint;
|
|
41
23
|
}, {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
};
|
|
48
|
-
chainId?: any;
|
|
49
|
-
version?: any;
|
|
50
|
-
slotNumber?: any;
|
|
51
|
-
coinbase?: any;
|
|
52
|
-
feeRecipient?: any;
|
|
53
|
-
}>, import("../tx/global_variables.js").GlobalVariables, {
|
|
54
|
-
blockNumber: string | number | bigint;
|
|
55
|
-
timestamp: string | number | bigint;
|
|
56
|
-
gasFees: {
|
|
57
|
-
feePerDaGas: string | number | bigint;
|
|
58
|
-
feePerL2Gas: string | number | bigint;
|
|
59
|
-
};
|
|
60
|
-
chainId?: any;
|
|
61
|
-
version?: any;
|
|
62
|
-
slotNumber?: any;
|
|
63
|
-
coinbase?: any;
|
|
64
|
-
feeRecipient?: any;
|
|
24
|
+
feePerDaGas: string | number | bigint;
|
|
25
|
+
feePerL2Gas: string | number | bigint;
|
|
26
|
+
}>, import("../gas/gas_fees.js").GasFees, {
|
|
27
|
+
feePerDaGas: string | number | bigint;
|
|
28
|
+
feePerL2Gas: string | number | bigint;
|
|
65
29
|
}>;
|
|
30
|
+
}, "strip", z.ZodTypeAny, {
|
|
31
|
+
chainId: import("@aztec/foundation/schemas").Fr;
|
|
32
|
+
version: import("@aztec/foundation/schemas").Fr;
|
|
33
|
+
blockNumber: number;
|
|
34
|
+
slotNumber: import("@aztec/foundation/schemas").Fr;
|
|
35
|
+
timestamp: bigint;
|
|
36
|
+
coinbase: import("@aztec/foundation/schemas").EthAddress;
|
|
37
|
+
feeRecipient: import("../aztec-address/index.js").AztecAddress;
|
|
38
|
+
gasFees: import("../gas/gas_fees.js").GasFees;
|
|
39
|
+
}, {
|
|
40
|
+
blockNumber: string | number | bigint;
|
|
41
|
+
timestamp: string | number | bigint;
|
|
42
|
+
gasFees: {
|
|
43
|
+
feePerDaGas: string | number | bigint;
|
|
44
|
+
feePerL2Gas: string | number | bigint;
|
|
45
|
+
};
|
|
46
|
+
chainId?: any;
|
|
47
|
+
version?: any;
|
|
48
|
+
slotNumber?: any;
|
|
49
|
+
coinbase?: any;
|
|
50
|
+
feeRecipient?: any;
|
|
51
|
+
}>, import("../tx/global_variables.js").GlobalVariables, {
|
|
52
|
+
blockNumber: string | number | bigint;
|
|
53
|
+
timestamp: string | number | bigint;
|
|
54
|
+
gasFees: {
|
|
55
|
+
feePerDaGas: string | number | bigint;
|
|
56
|
+
feePerL2Gas: string | number | bigint;
|
|
57
|
+
};
|
|
58
|
+
chainId?: any;
|
|
59
|
+
version?: any;
|
|
60
|
+
slotNumber?: any;
|
|
61
|
+
coinbase?: any;
|
|
62
|
+
feeRecipient?: any;
|
|
63
|
+
}>;
|
|
64
|
+
tx: z.ZodEffects<z.ZodObject<{
|
|
65
|
+
hash: z.ZodString;
|
|
66
66
|
gasSettings: z.ZodEffects<z.ZodObject<{
|
|
67
67
|
gasLimits: z.ZodEffects<z.ZodObject<{
|
|
68
68
|
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
@@ -286,7 +286,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
286
286
|
feePayer: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
287
287
|
}, "strip", z.ZodTypeAny, {
|
|
288
288
|
hash: string;
|
|
289
|
-
globalVariables: import("../tx/global_variables.js").GlobalVariables;
|
|
290
289
|
gasSettings: import("../gas/gas_settings.js").GasSettings;
|
|
291
290
|
feePayer: import("../aztec-address/index.js").AztecAddress;
|
|
292
291
|
nonRevertibleAccumulatedData: {
|
|
@@ -306,19 +305,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
306
305
|
gasUsedByPrivate: import("../gas/gas.js").Gas;
|
|
307
306
|
}, {
|
|
308
307
|
hash: string;
|
|
309
|
-
globalVariables: {
|
|
310
|
-
blockNumber: string | number | bigint;
|
|
311
|
-
timestamp: string | number | bigint;
|
|
312
|
-
gasFees: {
|
|
313
|
-
feePerDaGas: string | number | bigint;
|
|
314
|
-
feePerL2Gas: string | number | bigint;
|
|
315
|
-
};
|
|
316
|
-
chainId?: any;
|
|
317
|
-
version?: any;
|
|
318
|
-
slotNumber?: any;
|
|
319
|
-
coinbase?: any;
|
|
320
|
-
feeRecipient?: any;
|
|
321
|
-
};
|
|
322
308
|
gasSettings: {
|
|
323
309
|
gasLimits: {
|
|
324
310
|
daGas: string | number | bigint;
|
|
@@ -373,19 +359,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
373
359
|
teardownEnqueuedCall?: any;
|
|
374
360
|
}>, import("./avm.js").AvmTxHint, {
|
|
375
361
|
hash: string;
|
|
376
|
-
globalVariables: {
|
|
377
|
-
blockNumber: string | number | bigint;
|
|
378
|
-
timestamp: string | number | bigint;
|
|
379
|
-
gasFees: {
|
|
380
|
-
feePerDaGas: string | number | bigint;
|
|
381
|
-
feePerL2Gas: string | number | bigint;
|
|
382
|
-
};
|
|
383
|
-
chainId?: any;
|
|
384
|
-
version?: any;
|
|
385
|
-
slotNumber?: any;
|
|
386
|
-
coinbase?: any;
|
|
387
|
-
feeRecipient?: any;
|
|
388
|
-
};
|
|
389
362
|
gasSettings: {
|
|
390
363
|
gasLimits: {
|
|
391
364
|
daGas: string | number | bigint;
|
|
@@ -1139,11 +1112,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1139
1112
|
path: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
1140
1113
|
}, "strip", z.ZodTypeAny, {
|
|
1141
1114
|
path: import("@aztec/foundation/schemas").Fr[];
|
|
1142
|
-
index: bigint;
|
|
1143
1115
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1116
|
+
index: bigint;
|
|
1144
1117
|
}, {
|
|
1145
1118
|
path: string[];
|
|
1146
|
-
index: string | number | bigint;
|
|
1147
1119
|
leaf: {
|
|
1148
1120
|
leaf: {
|
|
1149
1121
|
nullifier: string;
|
|
@@ -1158,6 +1130,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1158
1130
|
nextKey: string;
|
|
1159
1131
|
nextIndex: string | number | bigint;
|
|
1160
1132
|
};
|
|
1133
|
+
index: string | number | bigint;
|
|
1161
1134
|
}>;
|
|
1162
1135
|
insertionWitnessData: z.ZodObject<{
|
|
1163
1136
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
@@ -1227,11 +1200,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1227
1200
|
path: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
1228
1201
|
}, "strip", z.ZodTypeAny, {
|
|
1229
1202
|
path: import("@aztec/foundation/schemas").Fr[];
|
|
1230
|
-
index: bigint;
|
|
1231
1203
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1204
|
+
index: bigint;
|
|
1232
1205
|
}, {
|
|
1233
1206
|
path: string[];
|
|
1234
|
-
index: string | number | bigint;
|
|
1235
1207
|
leaf: {
|
|
1236
1208
|
leaf: {
|
|
1237
1209
|
nullifier: string;
|
|
@@ -1246,6 +1218,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1246
1218
|
nextKey: string;
|
|
1247
1219
|
nextIndex: string | number | bigint;
|
|
1248
1220
|
};
|
|
1221
|
+
index: string | number | bigint;
|
|
1249
1222
|
}>;
|
|
1250
1223
|
}, "strip", z.ZodTypeAny, {
|
|
1251
1224
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf | import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
@@ -1254,13 +1227,13 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1254
1227
|
stateAfter: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
1255
1228
|
lowLeavesWitnessData: {
|
|
1256
1229
|
path: import("@aztec/foundation/schemas").Fr[];
|
|
1257
|
-
index: bigint;
|
|
1258
1230
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1231
|
+
index: bigint;
|
|
1259
1232
|
};
|
|
1260
1233
|
insertionWitnessData: {
|
|
1261
1234
|
path: import("@aztec/foundation/schemas").Fr[];
|
|
1262
|
-
index: bigint;
|
|
1263
1235
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1236
|
+
index: bigint;
|
|
1264
1237
|
};
|
|
1265
1238
|
}, {
|
|
1266
1239
|
leaf: {
|
|
@@ -1280,7 +1253,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1280
1253
|
};
|
|
1281
1254
|
lowLeavesWitnessData: {
|
|
1282
1255
|
path: string[];
|
|
1283
|
-
index: string | number | bigint;
|
|
1284
1256
|
leaf: {
|
|
1285
1257
|
leaf: {
|
|
1286
1258
|
nullifier: string;
|
|
@@ -1295,10 +1267,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1295
1267
|
nextKey: string;
|
|
1296
1268
|
nextIndex: string | number | bigint;
|
|
1297
1269
|
};
|
|
1270
|
+
index: string | number | bigint;
|
|
1298
1271
|
};
|
|
1299
1272
|
insertionWitnessData: {
|
|
1300
1273
|
path: string[];
|
|
1301
|
-
index: string | number | bigint;
|
|
1302
1274
|
leaf: {
|
|
1303
1275
|
leaf: {
|
|
1304
1276
|
nullifier: string;
|
|
@@ -1313,6 +1285,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1313
1285
|
nextKey: string;
|
|
1314
1286
|
nextIndex: string | number | bigint;
|
|
1315
1287
|
};
|
|
1288
|
+
index: string | number | bigint;
|
|
1316
1289
|
};
|
|
1317
1290
|
}>, {
|
|
1318
1291
|
readonly hintKey: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
@@ -1347,7 +1320,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1347
1320
|
};
|
|
1348
1321
|
lowLeavesWitnessData: {
|
|
1349
1322
|
path: string[];
|
|
1350
|
-
index: string | number | bigint;
|
|
1351
1323
|
leaf: {
|
|
1352
1324
|
leaf: {
|
|
1353
1325
|
nullifier: string;
|
|
@@ -1362,10 +1334,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1362
1334
|
nextKey: string;
|
|
1363
1335
|
nextIndex: string | number | bigint;
|
|
1364
1336
|
};
|
|
1337
|
+
index: string | number | bigint;
|
|
1365
1338
|
};
|
|
1366
1339
|
insertionWitnessData: {
|
|
1367
1340
|
path: string[];
|
|
1368
|
-
index: string | number | bigint;
|
|
1369
1341
|
leaf: {
|
|
1370
1342
|
leaf: {
|
|
1371
1343
|
nullifier: string;
|
|
@@ -1380,6 +1352,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1380
1352
|
nextKey: string;
|
|
1381
1353
|
nextIndex: string | number | bigint;
|
|
1382
1354
|
};
|
|
1355
|
+
index: string | number | bigint;
|
|
1383
1356
|
};
|
|
1384
1357
|
}>, "many">;
|
|
1385
1358
|
sequentialInsertHintsNullifierTree: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -1499,11 +1472,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1499
1472
|
path: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
1500
1473
|
}, "strip", z.ZodTypeAny, {
|
|
1501
1474
|
path: import("@aztec/foundation/schemas").Fr[];
|
|
1502
|
-
index: bigint;
|
|
1503
1475
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1476
|
+
index: bigint;
|
|
1504
1477
|
}, {
|
|
1505
1478
|
path: string[];
|
|
1506
|
-
index: string | number | bigint;
|
|
1507
1479
|
leaf: {
|
|
1508
1480
|
leaf: {
|
|
1509
1481
|
nullifier: string;
|
|
@@ -1518,6 +1490,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1518
1490
|
nextKey: string;
|
|
1519
1491
|
nextIndex: string | number | bigint;
|
|
1520
1492
|
};
|
|
1493
|
+
index: string | number | bigint;
|
|
1521
1494
|
}>;
|
|
1522
1495
|
insertionWitnessData: z.ZodObject<{
|
|
1523
1496
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
@@ -1587,11 +1560,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1587
1560
|
path: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
1588
1561
|
}, "strip", z.ZodTypeAny, {
|
|
1589
1562
|
path: import("@aztec/foundation/schemas").Fr[];
|
|
1590
|
-
index: bigint;
|
|
1591
1563
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1564
|
+
index: bigint;
|
|
1592
1565
|
}, {
|
|
1593
1566
|
path: string[];
|
|
1594
|
-
index: string | number | bigint;
|
|
1595
1567
|
leaf: {
|
|
1596
1568
|
leaf: {
|
|
1597
1569
|
nullifier: string;
|
|
@@ -1606,6 +1578,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1606
1578
|
nextKey: string;
|
|
1607
1579
|
nextIndex: string | number | bigint;
|
|
1608
1580
|
};
|
|
1581
|
+
index: string | number | bigint;
|
|
1609
1582
|
}>;
|
|
1610
1583
|
}, "strip", z.ZodTypeAny, {
|
|
1611
1584
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf | import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
@@ -1614,13 +1587,13 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1614
1587
|
stateAfter: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
1615
1588
|
lowLeavesWitnessData: {
|
|
1616
1589
|
path: import("@aztec/foundation/schemas").Fr[];
|
|
1617
|
-
index: bigint;
|
|
1618
1590
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1591
|
+
index: bigint;
|
|
1619
1592
|
};
|
|
1620
1593
|
insertionWitnessData: {
|
|
1621
1594
|
path: import("@aztec/foundation/schemas").Fr[];
|
|
1622
|
-
index: bigint;
|
|
1623
1595
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1596
|
+
index: bigint;
|
|
1624
1597
|
};
|
|
1625
1598
|
}, {
|
|
1626
1599
|
leaf: {
|
|
@@ -1640,7 +1613,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1640
1613
|
};
|
|
1641
1614
|
lowLeavesWitnessData: {
|
|
1642
1615
|
path: string[];
|
|
1643
|
-
index: string | number | bigint;
|
|
1644
1616
|
leaf: {
|
|
1645
1617
|
leaf: {
|
|
1646
1618
|
nullifier: string;
|
|
@@ -1655,10 +1627,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1655
1627
|
nextKey: string;
|
|
1656
1628
|
nextIndex: string | number | bigint;
|
|
1657
1629
|
};
|
|
1630
|
+
index: string | number | bigint;
|
|
1658
1631
|
};
|
|
1659
1632
|
insertionWitnessData: {
|
|
1660
1633
|
path: string[];
|
|
1661
|
-
index: string | number | bigint;
|
|
1662
1634
|
leaf: {
|
|
1663
1635
|
leaf: {
|
|
1664
1636
|
nullifier: string;
|
|
@@ -1673,6 +1645,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1673
1645
|
nextKey: string;
|
|
1674
1646
|
nextIndex: string | number | bigint;
|
|
1675
1647
|
};
|
|
1648
|
+
index: string | number | bigint;
|
|
1676
1649
|
};
|
|
1677
1650
|
}>, {
|
|
1678
1651
|
readonly hintKey: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
@@ -1707,7 +1680,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1707
1680
|
};
|
|
1708
1681
|
lowLeavesWitnessData: {
|
|
1709
1682
|
path: string[];
|
|
1710
|
-
index: string | number | bigint;
|
|
1711
1683
|
leaf: {
|
|
1712
1684
|
leaf: {
|
|
1713
1685
|
nullifier: string;
|
|
@@ -1722,10 +1694,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1722
1694
|
nextKey: string;
|
|
1723
1695
|
nextIndex: string | number | bigint;
|
|
1724
1696
|
};
|
|
1697
|
+
index: string | number | bigint;
|
|
1725
1698
|
};
|
|
1726
1699
|
insertionWitnessData: {
|
|
1727
1700
|
path: string[];
|
|
1728
|
-
index: string | number | bigint;
|
|
1729
1701
|
leaf: {
|
|
1730
1702
|
leaf: {
|
|
1731
1703
|
nullifier: string;
|
|
@@ -1740,6 +1712,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1740
1712
|
nextKey: string;
|
|
1741
1713
|
nextIndex: string | number | bigint;
|
|
1742
1714
|
};
|
|
1715
|
+
index: string | number | bigint;
|
|
1743
1716
|
};
|
|
1744
1717
|
}>, "many">;
|
|
1745
1718
|
appendLeavesHints: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -2119,6 +2092,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2119
2092
|
};
|
|
2120
2093
|
}>, "many">;
|
|
2121
2094
|
}, "strip", z.ZodTypeAny, {
|
|
2095
|
+
globalVariables: import("../tx/global_variables.js").GlobalVariables;
|
|
2122
2096
|
tx: import("./avm.js").AvmTxHint;
|
|
2123
2097
|
contractInstances: import("./avm.js").AvmContractInstanceHint[];
|
|
2124
2098
|
contractClasses: import("./avm.js").AvmContractClassHint[];
|
|
@@ -2182,21 +2156,21 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2182
2156
|
}[];
|
|
2183
2157
|
revertCheckpointHints: import("./avm.js").AvmRevertCheckpointHint[];
|
|
2184
2158
|
}, {
|
|
2159
|
+
globalVariables: {
|
|
2160
|
+
blockNumber: string | number | bigint;
|
|
2161
|
+
timestamp: string | number | bigint;
|
|
2162
|
+
gasFees: {
|
|
2163
|
+
feePerDaGas: string | number | bigint;
|
|
2164
|
+
feePerL2Gas: string | number | bigint;
|
|
2165
|
+
};
|
|
2166
|
+
chainId?: any;
|
|
2167
|
+
version?: any;
|
|
2168
|
+
slotNumber?: any;
|
|
2169
|
+
coinbase?: any;
|
|
2170
|
+
feeRecipient?: any;
|
|
2171
|
+
};
|
|
2185
2172
|
tx: {
|
|
2186
2173
|
hash: string;
|
|
2187
|
-
globalVariables: {
|
|
2188
|
-
blockNumber: string | number | bigint;
|
|
2189
|
-
timestamp: string | number | bigint;
|
|
2190
|
-
gasFees: {
|
|
2191
|
-
feePerDaGas: string | number | bigint;
|
|
2192
|
-
feePerL2Gas: string | number | bigint;
|
|
2193
|
-
};
|
|
2194
|
-
chainId?: any;
|
|
2195
|
-
version?: any;
|
|
2196
|
-
slotNumber?: any;
|
|
2197
|
-
coinbase?: any;
|
|
2198
|
-
feeRecipient?: any;
|
|
2199
|
-
};
|
|
2200
2174
|
gasSettings: {
|
|
2201
2175
|
gasLimits: {
|
|
2202
2176
|
daGas: string | number | bigint;
|
|
@@ -2383,7 +2357,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2383
2357
|
};
|
|
2384
2358
|
lowLeavesWitnessData: {
|
|
2385
2359
|
path: string[];
|
|
2386
|
-
index: string | number | bigint;
|
|
2387
2360
|
leaf: {
|
|
2388
2361
|
leaf: {
|
|
2389
2362
|
nullifier: string;
|
|
@@ -2398,10 +2371,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2398
2371
|
nextKey: string;
|
|
2399
2372
|
nextIndex: string | number | bigint;
|
|
2400
2373
|
};
|
|
2374
|
+
index: string | number | bigint;
|
|
2401
2375
|
};
|
|
2402
2376
|
insertionWitnessData: {
|
|
2403
2377
|
path: string[];
|
|
2404
|
-
index: string | number | bigint;
|
|
2405
2378
|
leaf: {
|
|
2406
2379
|
leaf: {
|
|
2407
2380
|
nullifier: string;
|
|
@@ -2416,6 +2389,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2416
2389
|
nextKey: string;
|
|
2417
2390
|
nextIndex: string | number | bigint;
|
|
2418
2391
|
};
|
|
2392
|
+
index: string | number | bigint;
|
|
2419
2393
|
};
|
|
2420
2394
|
}[];
|
|
2421
2395
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -2436,7 +2410,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2436
2410
|
};
|
|
2437
2411
|
lowLeavesWitnessData: {
|
|
2438
2412
|
path: string[];
|
|
2439
|
-
index: string | number | bigint;
|
|
2440
2413
|
leaf: {
|
|
2441
2414
|
leaf: {
|
|
2442
2415
|
nullifier: string;
|
|
@@ -2451,10 +2424,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2451
2424
|
nextKey: string;
|
|
2452
2425
|
nextIndex: string | number | bigint;
|
|
2453
2426
|
};
|
|
2427
|
+
index: string | number | bigint;
|
|
2454
2428
|
};
|
|
2455
2429
|
insertionWitnessData: {
|
|
2456
2430
|
path: string[];
|
|
2457
|
-
index: string | number | bigint;
|
|
2458
2431
|
leaf: {
|
|
2459
2432
|
leaf: {
|
|
2460
2433
|
nullifier: string;
|
|
@@ -2469,6 +2442,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2469
2442
|
nextKey: string;
|
|
2470
2443
|
nextIndex: string | number | bigint;
|
|
2471
2444
|
};
|
|
2445
|
+
index: string | number | bigint;
|
|
2472
2446
|
};
|
|
2473
2447
|
}[];
|
|
2474
2448
|
appendLeavesHints: {
|
|
@@ -2535,21 +2509,21 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2535
2509
|
};
|
|
2536
2510
|
}[];
|
|
2537
2511
|
}>, import("./avm.js").AvmExecutionHints, {
|
|
2512
|
+
globalVariables: {
|
|
2513
|
+
blockNumber: string | number | bigint;
|
|
2514
|
+
timestamp: string | number | bigint;
|
|
2515
|
+
gasFees: {
|
|
2516
|
+
feePerDaGas: string | number | bigint;
|
|
2517
|
+
feePerL2Gas: string | number | bigint;
|
|
2518
|
+
};
|
|
2519
|
+
chainId?: any;
|
|
2520
|
+
version?: any;
|
|
2521
|
+
slotNumber?: any;
|
|
2522
|
+
coinbase?: any;
|
|
2523
|
+
feeRecipient?: any;
|
|
2524
|
+
};
|
|
2538
2525
|
tx: {
|
|
2539
2526
|
hash: string;
|
|
2540
|
-
globalVariables: {
|
|
2541
|
-
blockNumber: string | number | bigint;
|
|
2542
|
-
timestamp: string | number | bigint;
|
|
2543
|
-
gasFees: {
|
|
2544
|
-
feePerDaGas: string | number | bigint;
|
|
2545
|
-
feePerL2Gas: string | number | bigint;
|
|
2546
|
-
};
|
|
2547
|
-
chainId?: any;
|
|
2548
|
-
version?: any;
|
|
2549
|
-
slotNumber?: any;
|
|
2550
|
-
coinbase?: any;
|
|
2551
|
-
feeRecipient?: any;
|
|
2552
|
-
};
|
|
2553
2527
|
gasSettings: {
|
|
2554
2528
|
gasLimits: {
|
|
2555
2529
|
daGas: string | number | bigint;
|
|
@@ -2736,7 +2710,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2736
2710
|
};
|
|
2737
2711
|
lowLeavesWitnessData: {
|
|
2738
2712
|
path: string[];
|
|
2739
|
-
index: string | number | bigint;
|
|
2740
2713
|
leaf: {
|
|
2741
2714
|
leaf: {
|
|
2742
2715
|
nullifier: string;
|
|
@@ -2751,10 +2724,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2751
2724
|
nextKey: string;
|
|
2752
2725
|
nextIndex: string | number | bigint;
|
|
2753
2726
|
};
|
|
2727
|
+
index: string | number | bigint;
|
|
2754
2728
|
};
|
|
2755
2729
|
insertionWitnessData: {
|
|
2756
2730
|
path: string[];
|
|
2757
|
-
index: string | number | bigint;
|
|
2758
2731
|
leaf: {
|
|
2759
2732
|
leaf: {
|
|
2760
2733
|
nullifier: string;
|
|
@@ -2769,6 +2742,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2769
2742
|
nextKey: string;
|
|
2770
2743
|
nextIndex: string | number | bigint;
|
|
2771
2744
|
};
|
|
2745
|
+
index: string | number | bigint;
|
|
2772
2746
|
};
|
|
2773
2747
|
}[];
|
|
2774
2748
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -2789,7 +2763,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2789
2763
|
};
|
|
2790
2764
|
lowLeavesWitnessData: {
|
|
2791
2765
|
path: string[];
|
|
2792
|
-
index: string | number | bigint;
|
|
2793
2766
|
leaf: {
|
|
2794
2767
|
leaf: {
|
|
2795
2768
|
nullifier: string;
|
|
@@ -2804,10 +2777,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2804
2777
|
nextKey: string;
|
|
2805
2778
|
nextIndex: string | number | bigint;
|
|
2806
2779
|
};
|
|
2780
|
+
index: string | number | bigint;
|
|
2807
2781
|
};
|
|
2808
2782
|
insertionWitnessData: {
|
|
2809
2783
|
path: string[];
|
|
2810
|
-
index: string | number | bigint;
|
|
2811
2784
|
leaf: {
|
|
2812
2785
|
leaf: {
|
|
2813
2786
|
nullifier: string;
|
|
@@ -2822,6 +2795,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2822
2795
|
nextKey: string;
|
|
2823
2796
|
nextIndex: string | number | bigint;
|
|
2824
2797
|
};
|
|
2798
|
+
index: string | number | bigint;
|
|
2825
2799
|
};
|
|
2826
2800
|
}[];
|
|
2827
2801
|
appendLeavesHints: {
|
|
@@ -4118,21 +4092,21 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4118
4092
|
feePayer?: any;
|
|
4119
4093
|
};
|
|
4120
4094
|
hints: {
|
|
4095
|
+
globalVariables: {
|
|
4096
|
+
blockNumber: string | number | bigint;
|
|
4097
|
+
timestamp: string | number | bigint;
|
|
4098
|
+
gasFees: {
|
|
4099
|
+
feePerDaGas: string | number | bigint;
|
|
4100
|
+
feePerL2Gas: string | number | bigint;
|
|
4101
|
+
};
|
|
4102
|
+
chainId?: any;
|
|
4103
|
+
version?: any;
|
|
4104
|
+
slotNumber?: any;
|
|
4105
|
+
coinbase?: any;
|
|
4106
|
+
feeRecipient?: any;
|
|
4107
|
+
};
|
|
4121
4108
|
tx: {
|
|
4122
4109
|
hash: string;
|
|
4123
|
-
globalVariables: {
|
|
4124
|
-
blockNumber: string | number | bigint;
|
|
4125
|
-
timestamp: string | number | bigint;
|
|
4126
|
-
gasFees: {
|
|
4127
|
-
feePerDaGas: string | number | bigint;
|
|
4128
|
-
feePerL2Gas: string | number | bigint;
|
|
4129
|
-
};
|
|
4130
|
-
chainId?: any;
|
|
4131
|
-
version?: any;
|
|
4132
|
-
slotNumber?: any;
|
|
4133
|
-
coinbase?: any;
|
|
4134
|
-
feeRecipient?: any;
|
|
4135
|
-
};
|
|
4136
4110
|
gasSettings: {
|
|
4137
4111
|
gasLimits: {
|
|
4138
4112
|
daGas: string | number | bigint;
|
|
@@ -4319,7 +4293,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4319
4293
|
};
|
|
4320
4294
|
lowLeavesWitnessData: {
|
|
4321
4295
|
path: string[];
|
|
4322
|
-
index: string | number | bigint;
|
|
4323
4296
|
leaf: {
|
|
4324
4297
|
leaf: {
|
|
4325
4298
|
nullifier: string;
|
|
@@ -4334,10 +4307,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4334
4307
|
nextKey: string;
|
|
4335
4308
|
nextIndex: string | number | bigint;
|
|
4336
4309
|
};
|
|
4310
|
+
index: string | number | bigint;
|
|
4337
4311
|
};
|
|
4338
4312
|
insertionWitnessData: {
|
|
4339
4313
|
path: string[];
|
|
4340
|
-
index: string | number | bigint;
|
|
4341
4314
|
leaf: {
|
|
4342
4315
|
leaf: {
|
|
4343
4316
|
nullifier: string;
|
|
@@ -4352,6 +4325,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4352
4325
|
nextKey: string;
|
|
4353
4326
|
nextIndex: string | number | bigint;
|
|
4354
4327
|
};
|
|
4328
|
+
index: string | number | bigint;
|
|
4355
4329
|
};
|
|
4356
4330
|
}[];
|
|
4357
4331
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -4372,7 +4346,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4372
4346
|
};
|
|
4373
4347
|
lowLeavesWitnessData: {
|
|
4374
4348
|
path: string[];
|
|
4375
|
-
index: string | number | bigint;
|
|
4376
4349
|
leaf: {
|
|
4377
4350
|
leaf: {
|
|
4378
4351
|
nullifier: string;
|
|
@@ -4387,10 +4360,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4387
4360
|
nextKey: string;
|
|
4388
4361
|
nextIndex: string | number | bigint;
|
|
4389
4362
|
};
|
|
4363
|
+
index: string | number | bigint;
|
|
4390
4364
|
};
|
|
4391
4365
|
insertionWitnessData: {
|
|
4392
4366
|
path: string[];
|
|
4393
|
-
index: string | number | bigint;
|
|
4394
4367
|
leaf: {
|
|
4395
4368
|
leaf: {
|
|
4396
4369
|
nullifier: string;
|
|
@@ -4405,6 +4378,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4405
4378
|
nextKey: string;
|
|
4406
4379
|
nextIndex: string | number | bigint;
|
|
4407
4380
|
};
|
|
4381
|
+
index: string | number | bigint;
|
|
4408
4382
|
};
|
|
4409
4383
|
}[];
|
|
4410
4384
|
appendLeavesHints: {
|
|
@@ -4635,21 +4609,21 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4635
4609
|
feePayer?: any;
|
|
4636
4610
|
};
|
|
4637
4611
|
hints: {
|
|
4612
|
+
globalVariables: {
|
|
4613
|
+
blockNumber: string | number | bigint;
|
|
4614
|
+
timestamp: string | number | bigint;
|
|
4615
|
+
gasFees: {
|
|
4616
|
+
feePerDaGas: string | number | bigint;
|
|
4617
|
+
feePerL2Gas: string | number | bigint;
|
|
4618
|
+
};
|
|
4619
|
+
chainId?: any;
|
|
4620
|
+
version?: any;
|
|
4621
|
+
slotNumber?: any;
|
|
4622
|
+
coinbase?: any;
|
|
4623
|
+
feeRecipient?: any;
|
|
4624
|
+
};
|
|
4638
4625
|
tx: {
|
|
4639
4626
|
hash: string;
|
|
4640
|
-
globalVariables: {
|
|
4641
|
-
blockNumber: string | number | bigint;
|
|
4642
|
-
timestamp: string | number | bigint;
|
|
4643
|
-
gasFees: {
|
|
4644
|
-
feePerDaGas: string | number | bigint;
|
|
4645
|
-
feePerL2Gas: string | number | bigint;
|
|
4646
|
-
};
|
|
4647
|
-
chainId?: any;
|
|
4648
|
-
version?: any;
|
|
4649
|
-
slotNumber?: any;
|
|
4650
|
-
coinbase?: any;
|
|
4651
|
-
feeRecipient?: any;
|
|
4652
|
-
};
|
|
4653
4627
|
gasSettings: {
|
|
4654
4628
|
gasLimits: {
|
|
4655
4629
|
daGas: string | number | bigint;
|
|
@@ -4836,7 +4810,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4836
4810
|
};
|
|
4837
4811
|
lowLeavesWitnessData: {
|
|
4838
4812
|
path: string[];
|
|
4839
|
-
index: string | number | bigint;
|
|
4840
4813
|
leaf: {
|
|
4841
4814
|
leaf: {
|
|
4842
4815
|
nullifier: string;
|
|
@@ -4851,10 +4824,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4851
4824
|
nextKey: string;
|
|
4852
4825
|
nextIndex: string | number | bigint;
|
|
4853
4826
|
};
|
|
4827
|
+
index: string | number | bigint;
|
|
4854
4828
|
};
|
|
4855
4829
|
insertionWitnessData: {
|
|
4856
4830
|
path: string[];
|
|
4857
|
-
index: string | number | bigint;
|
|
4858
4831
|
leaf: {
|
|
4859
4832
|
leaf: {
|
|
4860
4833
|
nullifier: string;
|
|
@@ -4869,6 +4842,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4869
4842
|
nextKey: string;
|
|
4870
4843
|
nextIndex: string | number | bigint;
|
|
4871
4844
|
};
|
|
4845
|
+
index: string | number | bigint;
|
|
4872
4846
|
};
|
|
4873
4847
|
}[];
|
|
4874
4848
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -4889,7 +4863,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4889
4863
|
};
|
|
4890
4864
|
lowLeavesWitnessData: {
|
|
4891
4865
|
path: string[];
|
|
4892
|
-
index: string | number | bigint;
|
|
4893
4866
|
leaf: {
|
|
4894
4867
|
leaf: {
|
|
4895
4868
|
nullifier: string;
|
|
@@ -4904,10 +4877,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4904
4877
|
nextKey: string;
|
|
4905
4878
|
nextIndex: string | number | bigint;
|
|
4906
4879
|
};
|
|
4880
|
+
index: string | number | bigint;
|
|
4907
4881
|
};
|
|
4908
4882
|
insertionWitnessData: {
|
|
4909
4883
|
path: string[];
|
|
4910
|
-
index: string | number | bigint;
|
|
4911
4884
|
leaf: {
|
|
4912
4885
|
leaf: {
|
|
4913
4886
|
nullifier: string;
|
|
@@ -4922,6 +4895,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4922
4895
|
nextKey: string;
|
|
4923
4896
|
nextIndex: string | number | bigint;
|
|
4924
4897
|
};
|
|
4898
|
+
index: string | number | bigint;
|
|
4925
4899
|
};
|
|
4926
4900
|
}[];
|
|
4927
4901
|
appendLeavesHints: {
|
|
@@ -5158,21 +5132,21 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
5158
5132
|
feePayer?: any;
|
|
5159
5133
|
};
|
|
5160
5134
|
hints: {
|
|
5135
|
+
globalVariables: {
|
|
5136
|
+
blockNumber: string | number | bigint;
|
|
5137
|
+
timestamp: string | number | bigint;
|
|
5138
|
+
gasFees: {
|
|
5139
|
+
feePerDaGas: string | number | bigint;
|
|
5140
|
+
feePerL2Gas: string | number | bigint;
|
|
5141
|
+
};
|
|
5142
|
+
chainId?: any;
|
|
5143
|
+
version?: any;
|
|
5144
|
+
slotNumber?: any;
|
|
5145
|
+
coinbase?: any;
|
|
5146
|
+
feeRecipient?: any;
|
|
5147
|
+
};
|
|
5161
5148
|
tx: {
|
|
5162
5149
|
hash: string;
|
|
5163
|
-
globalVariables: {
|
|
5164
|
-
blockNumber: string | number | bigint;
|
|
5165
|
-
timestamp: string | number | bigint;
|
|
5166
|
-
gasFees: {
|
|
5167
|
-
feePerDaGas: string | number | bigint;
|
|
5168
|
-
feePerL2Gas: string | number | bigint;
|
|
5169
|
-
};
|
|
5170
|
-
chainId?: any;
|
|
5171
|
-
version?: any;
|
|
5172
|
-
slotNumber?: any;
|
|
5173
|
-
coinbase?: any;
|
|
5174
|
-
feeRecipient?: any;
|
|
5175
|
-
};
|
|
5176
5150
|
gasSettings: {
|
|
5177
5151
|
gasLimits: {
|
|
5178
5152
|
daGas: string | number | bigint;
|
|
@@ -5359,7 +5333,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
5359
5333
|
};
|
|
5360
5334
|
lowLeavesWitnessData: {
|
|
5361
5335
|
path: string[];
|
|
5362
|
-
index: string | number | bigint;
|
|
5363
5336
|
leaf: {
|
|
5364
5337
|
leaf: {
|
|
5365
5338
|
nullifier: string;
|
|
@@ -5374,10 +5347,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
5374
5347
|
nextKey: string;
|
|
5375
5348
|
nextIndex: string | number | bigint;
|
|
5376
5349
|
};
|
|
5350
|
+
index: string | number | bigint;
|
|
5377
5351
|
};
|
|
5378
5352
|
insertionWitnessData: {
|
|
5379
5353
|
path: string[];
|
|
5380
|
-
index: string | number | bigint;
|
|
5381
5354
|
leaf: {
|
|
5382
5355
|
leaf: {
|
|
5383
5356
|
nullifier: string;
|
|
@@ -5392,6 +5365,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
5392
5365
|
nextKey: string;
|
|
5393
5366
|
nextIndex: string | number | bigint;
|
|
5394
5367
|
};
|
|
5368
|
+
index: string | number | bigint;
|
|
5395
5369
|
};
|
|
5396
5370
|
}[];
|
|
5397
5371
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -5412,7 +5386,6 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
5412
5386
|
};
|
|
5413
5387
|
lowLeavesWitnessData: {
|
|
5414
5388
|
path: string[];
|
|
5415
|
-
index: string | number | bigint;
|
|
5416
5389
|
leaf: {
|
|
5417
5390
|
leaf: {
|
|
5418
5391
|
nullifier: string;
|
|
@@ -5427,10 +5400,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
5427
5400
|
nextKey: string;
|
|
5428
5401
|
nextIndex: string | number | bigint;
|
|
5429
5402
|
};
|
|
5403
|
+
index: string | number | bigint;
|
|
5430
5404
|
};
|
|
5431
5405
|
insertionWitnessData: {
|
|
5432
5406
|
path: string[];
|
|
5433
|
-
index: string | number | bigint;
|
|
5434
5407
|
leaf: {
|
|
5435
5408
|
leaf: {
|
|
5436
5409
|
nullifier: string;
|
|
@@ -5445,6 +5418,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
5445
5418
|
nextKey: string;
|
|
5446
5419
|
nextIndex: string | number | bigint;
|
|
5447
5420
|
};
|
|
5421
|
+
index: string | number | bigint;
|
|
5448
5422
|
};
|
|
5449
5423
|
}[];
|
|
5450
5424
|
appendLeavesHints: {
|