@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
package/dest/avm/avm.d.ts
CHANGED
|
@@ -708,11 +708,10 @@ declare const AvmSequentialInsertHintPublicDataTree_base: {
|
|
|
708
708
|
path: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
709
709
|
}, "strip", z.ZodTypeAny, {
|
|
710
710
|
path: Fr[];
|
|
711
|
-
index: bigint;
|
|
712
711
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
712
|
+
index: bigint;
|
|
713
713
|
}, {
|
|
714
714
|
path: string[];
|
|
715
|
-
index: string | number | bigint;
|
|
716
715
|
leaf: {
|
|
717
716
|
leaf: {
|
|
718
717
|
nullifier: string;
|
|
@@ -727,6 +726,7 @@ declare const AvmSequentialInsertHintPublicDataTree_base: {
|
|
|
727
726
|
nextKey: string;
|
|
728
727
|
nextIndex: string | number | bigint;
|
|
729
728
|
};
|
|
729
|
+
index: string | number | bigint;
|
|
730
730
|
}>;
|
|
731
731
|
insertionWitnessData: z.ZodObject<{
|
|
732
732
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
@@ -796,11 +796,10 @@ declare const AvmSequentialInsertHintPublicDataTree_base: {
|
|
|
796
796
|
path: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
797
797
|
}, "strip", z.ZodTypeAny, {
|
|
798
798
|
path: Fr[];
|
|
799
|
-
index: bigint;
|
|
800
799
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
800
|
+
index: bigint;
|
|
801
801
|
}, {
|
|
802
802
|
path: string[];
|
|
803
|
-
index: string | number | bigint;
|
|
804
803
|
leaf: {
|
|
805
804
|
leaf: {
|
|
806
805
|
nullifier: string;
|
|
@@ -815,6 +814,7 @@ declare const AvmSequentialInsertHintPublicDataTree_base: {
|
|
|
815
814
|
nextKey: string;
|
|
816
815
|
nextIndex: string | number | bigint;
|
|
817
816
|
};
|
|
817
|
+
index: string | number | bigint;
|
|
818
818
|
}>;
|
|
819
819
|
}, "strip", z.ZodTypeAny, {
|
|
820
820
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf | import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
@@ -823,13 +823,13 @@ declare const AvmSequentialInsertHintPublicDataTree_base: {
|
|
|
823
823
|
stateAfter: AppendOnlyTreeSnapshot;
|
|
824
824
|
lowLeavesWitnessData: {
|
|
825
825
|
path: Fr[];
|
|
826
|
-
index: bigint;
|
|
827
826
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
827
|
+
index: bigint;
|
|
828
828
|
};
|
|
829
829
|
insertionWitnessData: {
|
|
830
830
|
path: Fr[];
|
|
831
|
-
index: bigint;
|
|
832
831
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
832
|
+
index: bigint;
|
|
833
833
|
};
|
|
834
834
|
}, {
|
|
835
835
|
leaf: {
|
|
@@ -849,7 +849,6 @@ declare const AvmSequentialInsertHintPublicDataTree_base: {
|
|
|
849
849
|
};
|
|
850
850
|
lowLeavesWitnessData: {
|
|
851
851
|
path: string[];
|
|
852
|
-
index: string | number | bigint;
|
|
853
852
|
leaf: {
|
|
854
853
|
leaf: {
|
|
855
854
|
nullifier: string;
|
|
@@ -864,10 +863,10 @@ declare const AvmSequentialInsertHintPublicDataTree_base: {
|
|
|
864
863
|
nextKey: string;
|
|
865
864
|
nextIndex: string | number | bigint;
|
|
866
865
|
};
|
|
866
|
+
index: string | number | bigint;
|
|
867
867
|
};
|
|
868
868
|
insertionWitnessData: {
|
|
869
869
|
path: string[];
|
|
870
|
-
index: string | number | bigint;
|
|
871
870
|
leaf: {
|
|
872
871
|
leaf: {
|
|
873
872
|
nullifier: string;
|
|
@@ -882,6 +881,7 @@ declare const AvmSequentialInsertHintPublicDataTree_base: {
|
|
|
882
881
|
nextKey: string;
|
|
883
882
|
nextIndex: string | number | bigint;
|
|
884
883
|
};
|
|
884
|
+
index: string | number | bigint;
|
|
885
885
|
};
|
|
886
886
|
}>, {
|
|
887
887
|
readonly hintKey: AppendOnlyTreeSnapshot;
|
|
@@ -916,7 +916,6 @@ declare const AvmSequentialInsertHintPublicDataTree_base: {
|
|
|
916
916
|
};
|
|
917
917
|
lowLeavesWitnessData: {
|
|
918
918
|
path: string[];
|
|
919
|
-
index: string | number | bigint;
|
|
920
919
|
leaf: {
|
|
921
920
|
leaf: {
|
|
922
921
|
nullifier: string;
|
|
@@ -931,10 +930,10 @@ declare const AvmSequentialInsertHintPublicDataTree_base: {
|
|
|
931
930
|
nextKey: string;
|
|
932
931
|
nextIndex: string | number | bigint;
|
|
933
932
|
};
|
|
933
|
+
index: string | number | bigint;
|
|
934
934
|
};
|
|
935
935
|
insertionWitnessData: {
|
|
936
936
|
path: string[];
|
|
937
|
-
index: string | number | bigint;
|
|
938
937
|
leaf: {
|
|
939
938
|
leaf: {
|
|
940
939
|
nullifier: string;
|
|
@@ -949,6 +948,7 @@ declare const AvmSequentialInsertHintPublicDataTree_base: {
|
|
|
949
948
|
nextKey: string;
|
|
950
949
|
nextIndex: string | number | bigint;
|
|
951
950
|
};
|
|
951
|
+
index: string | number | bigint;
|
|
952
952
|
};
|
|
953
953
|
}>;
|
|
954
954
|
};
|
|
@@ -1096,11 +1096,10 @@ declare const AvmSequentialInsertHintNullifierTree_base: {
|
|
|
1096
1096
|
path: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
1097
1097
|
}, "strip", z.ZodTypeAny, {
|
|
1098
1098
|
path: Fr[];
|
|
1099
|
-
index: bigint;
|
|
1100
1099
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
1100
|
+
index: bigint;
|
|
1101
1101
|
}, {
|
|
1102
1102
|
path: string[];
|
|
1103
|
-
index: string | number | bigint;
|
|
1104
1103
|
leaf: {
|
|
1105
1104
|
leaf: {
|
|
1106
1105
|
nullifier: string;
|
|
@@ -1115,6 +1114,7 @@ declare const AvmSequentialInsertHintNullifierTree_base: {
|
|
|
1115
1114
|
nextKey: string;
|
|
1116
1115
|
nextIndex: string | number | bigint;
|
|
1117
1116
|
};
|
|
1117
|
+
index: string | number | bigint;
|
|
1118
1118
|
}>;
|
|
1119
1119
|
insertionWitnessData: z.ZodObject<{
|
|
1120
1120
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
@@ -1184,11 +1184,10 @@ declare const AvmSequentialInsertHintNullifierTree_base: {
|
|
|
1184
1184
|
path: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
1185
1185
|
}, "strip", z.ZodTypeAny, {
|
|
1186
1186
|
path: Fr[];
|
|
1187
|
-
index: bigint;
|
|
1188
1187
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
1188
|
+
index: bigint;
|
|
1189
1189
|
}, {
|
|
1190
1190
|
path: string[];
|
|
1191
|
-
index: string | number | bigint;
|
|
1192
1191
|
leaf: {
|
|
1193
1192
|
leaf: {
|
|
1194
1193
|
nullifier: string;
|
|
@@ -1203,6 +1202,7 @@ declare const AvmSequentialInsertHintNullifierTree_base: {
|
|
|
1203
1202
|
nextKey: string;
|
|
1204
1203
|
nextIndex: string | number | bigint;
|
|
1205
1204
|
};
|
|
1205
|
+
index: string | number | bigint;
|
|
1206
1206
|
}>;
|
|
1207
1207
|
}, "strip", z.ZodTypeAny, {
|
|
1208
1208
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf | import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
@@ -1211,13 +1211,13 @@ declare const AvmSequentialInsertHintNullifierTree_base: {
|
|
|
1211
1211
|
stateAfter: AppendOnlyTreeSnapshot;
|
|
1212
1212
|
lowLeavesWitnessData: {
|
|
1213
1213
|
path: Fr[];
|
|
1214
|
-
index: bigint;
|
|
1215
1214
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
1215
|
+
index: bigint;
|
|
1216
1216
|
};
|
|
1217
1217
|
insertionWitnessData: {
|
|
1218
1218
|
path: Fr[];
|
|
1219
|
-
index: bigint;
|
|
1220
1219
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
1220
|
+
index: bigint;
|
|
1221
1221
|
};
|
|
1222
1222
|
}, {
|
|
1223
1223
|
leaf: {
|
|
@@ -1237,7 +1237,6 @@ declare const AvmSequentialInsertHintNullifierTree_base: {
|
|
|
1237
1237
|
};
|
|
1238
1238
|
lowLeavesWitnessData: {
|
|
1239
1239
|
path: string[];
|
|
1240
|
-
index: string | number | bigint;
|
|
1241
1240
|
leaf: {
|
|
1242
1241
|
leaf: {
|
|
1243
1242
|
nullifier: string;
|
|
@@ -1252,10 +1251,10 @@ declare const AvmSequentialInsertHintNullifierTree_base: {
|
|
|
1252
1251
|
nextKey: string;
|
|
1253
1252
|
nextIndex: string | number | bigint;
|
|
1254
1253
|
};
|
|
1254
|
+
index: string | number | bigint;
|
|
1255
1255
|
};
|
|
1256
1256
|
insertionWitnessData: {
|
|
1257
1257
|
path: string[];
|
|
1258
|
-
index: string | number | bigint;
|
|
1259
1258
|
leaf: {
|
|
1260
1259
|
leaf: {
|
|
1261
1260
|
nullifier: string;
|
|
@@ -1270,6 +1269,7 @@ declare const AvmSequentialInsertHintNullifierTree_base: {
|
|
|
1270
1269
|
nextKey: string;
|
|
1271
1270
|
nextIndex: string | number | bigint;
|
|
1272
1271
|
};
|
|
1272
|
+
index: string | number | bigint;
|
|
1273
1273
|
};
|
|
1274
1274
|
}>, {
|
|
1275
1275
|
readonly hintKey: AppendOnlyTreeSnapshot;
|
|
@@ -1304,7 +1304,6 @@ declare const AvmSequentialInsertHintNullifierTree_base: {
|
|
|
1304
1304
|
};
|
|
1305
1305
|
lowLeavesWitnessData: {
|
|
1306
1306
|
path: string[];
|
|
1307
|
-
index: string | number | bigint;
|
|
1308
1307
|
leaf: {
|
|
1309
1308
|
leaf: {
|
|
1310
1309
|
nullifier: string;
|
|
@@ -1319,10 +1318,10 @@ declare const AvmSequentialInsertHintNullifierTree_base: {
|
|
|
1319
1318
|
nextKey: string;
|
|
1320
1319
|
nextIndex: string | number | bigint;
|
|
1321
1320
|
};
|
|
1321
|
+
index: string | number | bigint;
|
|
1322
1322
|
};
|
|
1323
1323
|
insertionWitnessData: {
|
|
1324
1324
|
path: string[];
|
|
1325
|
-
index: string | number | bigint;
|
|
1326
1325
|
leaf: {
|
|
1327
1326
|
leaf: {
|
|
1328
1327
|
nullifier: string;
|
|
@@ -1337,6 +1336,7 @@ declare const AvmSequentialInsertHintNullifierTree_base: {
|
|
|
1337
1336
|
nextKey: string;
|
|
1338
1337
|
nextIndex: string | number | bigint;
|
|
1339
1338
|
};
|
|
1339
|
+
index: string | number | bigint;
|
|
1340
1340
|
};
|
|
1341
1341
|
}>;
|
|
1342
1342
|
};
|
|
@@ -1721,7 +1721,6 @@ export declare class AvmRevertCheckpointHint {
|
|
|
1721
1721
|
}
|
|
1722
1722
|
export declare class AvmTxHint {
|
|
1723
1723
|
readonly hash: string;
|
|
1724
|
-
readonly globalVariables: GlobalVariables;
|
|
1725
1724
|
readonly gasSettings: GasSettings;
|
|
1726
1725
|
readonly effectiveGasFees: GasFees;
|
|
1727
1726
|
readonly nonRevertibleAccumulatedData: {
|
|
@@ -1739,7 +1738,7 @@ export declare class AvmTxHint {
|
|
|
1739
1738
|
readonly teardownEnqueuedCall: PublicCallRequestWithCalldata | null;
|
|
1740
1739
|
readonly gasUsedByPrivate: Gas;
|
|
1741
1740
|
readonly feePayer: AztecAddress;
|
|
1742
|
-
constructor(hash: string,
|
|
1741
|
+
constructor(hash: string, gasSettings: GasSettings, effectiveGasFees: GasFees, nonRevertibleAccumulatedData: {
|
|
1743
1742
|
noteHashes: Fr[];
|
|
1744
1743
|
nullifiers: Fr[];
|
|
1745
1744
|
l2ToL1Messages: ScopedL2ToL1Message[];
|
|
@@ -1748,65 +1747,10 @@ export declare class AvmTxHint {
|
|
|
1748
1747
|
nullifiers: Fr[];
|
|
1749
1748
|
l2ToL1Messages: ScopedL2ToL1Message[];
|
|
1750
1749
|
}, setupEnqueuedCalls: PublicCallRequestWithCalldata[], appLogicEnqueuedCalls: PublicCallRequestWithCalldata[], teardownEnqueuedCall: PublicCallRequestWithCalldata | null, gasUsedByPrivate: Gas, feePayer: AztecAddress);
|
|
1751
|
-
static fromTx(tx: Tx):
|
|
1750
|
+
static fromTx(tx: Tx): AvmTxHint;
|
|
1752
1751
|
static empty(): AvmTxHint;
|
|
1753
1752
|
static get schema(): z.ZodEffects<z.ZodObject<{
|
|
1754
1753
|
hash: z.ZodString;
|
|
1755
|
-
globalVariables: z.ZodEffects<z.ZodObject<{
|
|
1756
|
-
chainId: import("@aztec/foundation/schemas").ZodFor<Fr>;
|
|
1757
|
-
version: import("@aztec/foundation/schemas").ZodFor<Fr>;
|
|
1758
|
-
blockNumber: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1759
|
-
slotNumber: import("@aztec/foundation/schemas").ZodFor<Fr>;
|
|
1760
|
-
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1761
|
-
coinbase: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").EthAddress>;
|
|
1762
|
-
feeRecipient: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
1763
|
-
gasFees: z.ZodEffects<z.ZodObject<{
|
|
1764
|
-
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1765
|
-
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1766
|
-
}, "strip", z.ZodTypeAny, {
|
|
1767
|
-
feePerDaGas: bigint;
|
|
1768
|
-
feePerL2Gas: bigint;
|
|
1769
|
-
}, {
|
|
1770
|
-
feePerDaGas: string | number | bigint;
|
|
1771
|
-
feePerL2Gas: string | number | bigint;
|
|
1772
|
-
}>, GasFees, {
|
|
1773
|
-
feePerDaGas: string | number | bigint;
|
|
1774
|
-
feePerL2Gas: string | number | bigint;
|
|
1775
|
-
}>;
|
|
1776
|
-
}, "strip", z.ZodTypeAny, {
|
|
1777
|
-
chainId: Fr;
|
|
1778
|
-
version: Fr;
|
|
1779
|
-
blockNumber: number;
|
|
1780
|
-
slotNumber: Fr;
|
|
1781
|
-
timestamp: bigint;
|
|
1782
|
-
coinbase: import("@aztec/foundation/schemas").EthAddress;
|
|
1783
|
-
feeRecipient: AztecAddress;
|
|
1784
|
-
gasFees: GasFees;
|
|
1785
|
-
}, {
|
|
1786
|
-
blockNumber: string | number | bigint;
|
|
1787
|
-
timestamp: string | number | bigint;
|
|
1788
|
-
gasFees: {
|
|
1789
|
-
feePerDaGas: string | number | bigint;
|
|
1790
|
-
feePerL2Gas: string | number | bigint;
|
|
1791
|
-
};
|
|
1792
|
-
chainId?: any;
|
|
1793
|
-
version?: any;
|
|
1794
|
-
slotNumber?: any;
|
|
1795
|
-
coinbase?: any;
|
|
1796
|
-
feeRecipient?: any;
|
|
1797
|
-
}>, GlobalVariables, {
|
|
1798
|
-
blockNumber: string | number | bigint;
|
|
1799
|
-
timestamp: string | number | bigint;
|
|
1800
|
-
gasFees: {
|
|
1801
|
-
feePerDaGas: string | number | bigint;
|
|
1802
|
-
feePerL2Gas: string | number | bigint;
|
|
1803
|
-
};
|
|
1804
|
-
chainId?: any;
|
|
1805
|
-
version?: any;
|
|
1806
|
-
slotNumber?: any;
|
|
1807
|
-
coinbase?: any;
|
|
1808
|
-
feeRecipient?: any;
|
|
1809
|
-
}>;
|
|
1810
1754
|
gasSettings: z.ZodEffects<z.ZodObject<{
|
|
1811
1755
|
gasLimits: z.ZodEffects<z.ZodObject<{
|
|
1812
1756
|
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
@@ -2030,7 +1974,6 @@ export declare class AvmTxHint {
|
|
|
2030
1974
|
feePayer: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
2031
1975
|
}, "strip", z.ZodTypeAny, {
|
|
2032
1976
|
hash: string;
|
|
2033
|
-
globalVariables: GlobalVariables;
|
|
2034
1977
|
gasSettings: GasSettings;
|
|
2035
1978
|
feePayer: AztecAddress;
|
|
2036
1979
|
nonRevertibleAccumulatedData: {
|
|
@@ -2050,19 +1993,6 @@ export declare class AvmTxHint {
|
|
|
2050
1993
|
gasUsedByPrivate: Gas;
|
|
2051
1994
|
}, {
|
|
2052
1995
|
hash: string;
|
|
2053
|
-
globalVariables: {
|
|
2054
|
-
blockNumber: string | number | bigint;
|
|
2055
|
-
timestamp: string | number | bigint;
|
|
2056
|
-
gasFees: {
|
|
2057
|
-
feePerDaGas: string | number | bigint;
|
|
2058
|
-
feePerL2Gas: string | number | bigint;
|
|
2059
|
-
};
|
|
2060
|
-
chainId?: any;
|
|
2061
|
-
version?: any;
|
|
2062
|
-
slotNumber?: any;
|
|
2063
|
-
coinbase?: any;
|
|
2064
|
-
feeRecipient?: any;
|
|
2065
|
-
};
|
|
2066
1996
|
gasSettings: {
|
|
2067
1997
|
gasLimits: {
|
|
2068
1998
|
daGas: string | number | bigint;
|
|
@@ -2117,19 +2047,6 @@ export declare class AvmTxHint {
|
|
|
2117
2047
|
teardownEnqueuedCall?: any;
|
|
2118
2048
|
}>, AvmTxHint, {
|
|
2119
2049
|
hash: string;
|
|
2120
|
-
globalVariables: {
|
|
2121
|
-
blockNumber: string | number | bigint;
|
|
2122
|
-
timestamp: string | number | bigint;
|
|
2123
|
-
gasFees: {
|
|
2124
|
-
feePerDaGas: string | number | bigint;
|
|
2125
|
-
feePerL2Gas: string | number | bigint;
|
|
2126
|
-
};
|
|
2127
|
-
chainId?: any;
|
|
2128
|
-
version?: any;
|
|
2129
|
-
slotNumber?: any;
|
|
2130
|
-
coinbase?: any;
|
|
2131
|
-
feeRecipient?: any;
|
|
2132
|
-
};
|
|
2133
2050
|
gasSettings: {
|
|
2134
2051
|
gasLimits: {
|
|
2135
2052
|
daGas: string | number | bigint;
|
|
@@ -2185,6 +2102,7 @@ export declare class AvmTxHint {
|
|
|
2185
2102
|
}>;
|
|
2186
2103
|
}
|
|
2187
2104
|
export declare class AvmExecutionHints {
|
|
2105
|
+
readonly globalVariables: GlobalVariables;
|
|
2188
2106
|
tx: AvmTxHint;
|
|
2189
2107
|
readonly contractInstances: AvmContractInstanceHint[];
|
|
2190
2108
|
readonly contractClasses: AvmContractClassHint[];
|
|
@@ -2201,66 +2119,66 @@ export declare class AvmExecutionHints {
|
|
|
2201
2119
|
readonly createCheckpointHints: AvmCreateCheckpointHint[];
|
|
2202
2120
|
readonly commitCheckpointHints: AvmCommitCheckpointHint[];
|
|
2203
2121
|
readonly revertCheckpointHints: AvmRevertCheckpointHint[];
|
|
2204
|
-
constructor(tx: AvmTxHint, contractInstances?: AvmContractInstanceHint[], contractClasses?: AvmContractClassHint[], bytecodeCommitments?: AvmBytecodeCommitmentHint[], startingTreeRoots?: TreeSnapshots, getSiblingPathHints?: AvmGetSiblingPathHint[], getPreviousValueIndexHints?: AvmGetPreviousValueIndexHint[], getLeafPreimageHintsPublicDataTree?: AvmGetLeafPreimageHintPublicDataTree[], getLeafPreimageHintsNullifierTree?: AvmGetLeafPreimageHintNullifierTree[], getLeafValueHints?: AvmGetLeafValueHint[], sequentialInsertHintsPublicDataTree?: AvmSequentialInsertHintPublicDataTree[], sequentialInsertHintsNullifierTree?: AvmSequentialInsertHintNullifierTree[], appendLeavesHints?: AvmAppendLeavesHint[], createCheckpointHints?: AvmCreateCheckpointHint[], commitCheckpointHints?: AvmCommitCheckpointHint[], revertCheckpointHints?: AvmRevertCheckpointHint[]);
|
|
2122
|
+
constructor(globalVariables: GlobalVariables, tx: AvmTxHint, contractInstances?: AvmContractInstanceHint[], contractClasses?: AvmContractClassHint[], bytecodeCommitments?: AvmBytecodeCommitmentHint[], startingTreeRoots?: TreeSnapshots, getSiblingPathHints?: AvmGetSiblingPathHint[], getPreviousValueIndexHints?: AvmGetPreviousValueIndexHint[], getLeafPreimageHintsPublicDataTree?: AvmGetLeafPreimageHintPublicDataTree[], getLeafPreimageHintsNullifierTree?: AvmGetLeafPreimageHintNullifierTree[], getLeafValueHints?: AvmGetLeafValueHint[], sequentialInsertHintsPublicDataTree?: AvmSequentialInsertHintPublicDataTree[], sequentialInsertHintsNullifierTree?: AvmSequentialInsertHintNullifierTree[], appendLeavesHints?: AvmAppendLeavesHint[], createCheckpointHints?: AvmCreateCheckpointHint[], commitCheckpointHints?: AvmCommitCheckpointHint[], revertCheckpointHints?: AvmRevertCheckpointHint[]);
|
|
2205
2123
|
static empty(): AvmExecutionHints;
|
|
2206
2124
|
static get schema(): z.ZodEffects<z.ZodObject<{
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
2219
|
-
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
2220
|
-
}, "strip", z.ZodTypeAny, {
|
|
2221
|
-
feePerDaGas: bigint;
|
|
2222
|
-
feePerL2Gas: bigint;
|
|
2223
|
-
}, {
|
|
2224
|
-
feePerDaGas: string | number | bigint;
|
|
2225
|
-
feePerL2Gas: string | number | bigint;
|
|
2226
|
-
}>, GasFees, {
|
|
2227
|
-
feePerDaGas: string | number | bigint;
|
|
2228
|
-
feePerL2Gas: string | number | bigint;
|
|
2229
|
-
}>;
|
|
2125
|
+
globalVariables: z.ZodEffects<z.ZodObject<{
|
|
2126
|
+
chainId: import("@aztec/foundation/schemas").ZodFor<Fr>;
|
|
2127
|
+
version: import("@aztec/foundation/schemas").ZodFor<Fr>;
|
|
2128
|
+
blockNumber: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2129
|
+
slotNumber: import("@aztec/foundation/schemas").ZodFor<Fr>;
|
|
2130
|
+
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
2131
|
+
coinbase: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").EthAddress>;
|
|
2132
|
+
feeRecipient: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
2133
|
+
gasFees: z.ZodEffects<z.ZodObject<{
|
|
2134
|
+
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
2135
|
+
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
2230
2136
|
}, "strip", z.ZodTypeAny, {
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
blockNumber: number;
|
|
2234
|
-
slotNumber: Fr;
|
|
2235
|
-
timestamp: bigint;
|
|
2236
|
-
coinbase: import("@aztec/foundation/schemas").EthAddress;
|
|
2237
|
-
feeRecipient: AztecAddress;
|
|
2238
|
-
gasFees: GasFees;
|
|
2137
|
+
feePerDaGas: bigint;
|
|
2138
|
+
feePerL2Gas: bigint;
|
|
2239
2139
|
}, {
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
};
|
|
2246
|
-
chainId?: any;
|
|
2247
|
-
version?: any;
|
|
2248
|
-
slotNumber?: any;
|
|
2249
|
-
coinbase?: any;
|
|
2250
|
-
feeRecipient?: any;
|
|
2251
|
-
}>, GlobalVariables, {
|
|
2252
|
-
blockNumber: string | number | bigint;
|
|
2253
|
-
timestamp: string | number | bigint;
|
|
2254
|
-
gasFees: {
|
|
2255
|
-
feePerDaGas: string | number | bigint;
|
|
2256
|
-
feePerL2Gas: string | number | bigint;
|
|
2257
|
-
};
|
|
2258
|
-
chainId?: any;
|
|
2259
|
-
version?: any;
|
|
2260
|
-
slotNumber?: any;
|
|
2261
|
-
coinbase?: any;
|
|
2262
|
-
feeRecipient?: any;
|
|
2140
|
+
feePerDaGas: string | number | bigint;
|
|
2141
|
+
feePerL2Gas: string | number | bigint;
|
|
2142
|
+
}>, GasFees, {
|
|
2143
|
+
feePerDaGas: string | number | bigint;
|
|
2144
|
+
feePerL2Gas: string | number | bigint;
|
|
2263
2145
|
}>;
|
|
2146
|
+
}, "strip", z.ZodTypeAny, {
|
|
2147
|
+
chainId: Fr;
|
|
2148
|
+
version: Fr;
|
|
2149
|
+
blockNumber: number;
|
|
2150
|
+
slotNumber: Fr;
|
|
2151
|
+
timestamp: bigint;
|
|
2152
|
+
coinbase: import("@aztec/foundation/schemas").EthAddress;
|
|
2153
|
+
feeRecipient: AztecAddress;
|
|
2154
|
+
gasFees: GasFees;
|
|
2155
|
+
}, {
|
|
2156
|
+
blockNumber: string | number | bigint;
|
|
2157
|
+
timestamp: string | number | bigint;
|
|
2158
|
+
gasFees: {
|
|
2159
|
+
feePerDaGas: string | number | bigint;
|
|
2160
|
+
feePerL2Gas: string | number | bigint;
|
|
2161
|
+
};
|
|
2162
|
+
chainId?: any;
|
|
2163
|
+
version?: any;
|
|
2164
|
+
slotNumber?: any;
|
|
2165
|
+
coinbase?: any;
|
|
2166
|
+
feeRecipient?: any;
|
|
2167
|
+
}>, GlobalVariables, {
|
|
2168
|
+
blockNumber: string | number | bigint;
|
|
2169
|
+
timestamp: string | number | bigint;
|
|
2170
|
+
gasFees: {
|
|
2171
|
+
feePerDaGas: string | number | bigint;
|
|
2172
|
+
feePerL2Gas: string | number | bigint;
|
|
2173
|
+
};
|
|
2174
|
+
chainId?: any;
|
|
2175
|
+
version?: any;
|
|
2176
|
+
slotNumber?: any;
|
|
2177
|
+
coinbase?: any;
|
|
2178
|
+
feeRecipient?: any;
|
|
2179
|
+
}>;
|
|
2180
|
+
tx: z.ZodEffects<z.ZodObject<{
|
|
2181
|
+
hash: z.ZodString;
|
|
2264
2182
|
gasSettings: z.ZodEffects<z.ZodObject<{
|
|
2265
2183
|
gasLimits: z.ZodEffects<z.ZodObject<{
|
|
2266
2184
|
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
@@ -2484,7 +2402,6 @@ export declare class AvmExecutionHints {
|
|
|
2484
2402
|
feePayer: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
2485
2403
|
}, "strip", z.ZodTypeAny, {
|
|
2486
2404
|
hash: string;
|
|
2487
|
-
globalVariables: GlobalVariables;
|
|
2488
2405
|
gasSettings: GasSettings;
|
|
2489
2406
|
feePayer: AztecAddress;
|
|
2490
2407
|
nonRevertibleAccumulatedData: {
|
|
@@ -2504,19 +2421,6 @@ export declare class AvmExecutionHints {
|
|
|
2504
2421
|
gasUsedByPrivate: Gas;
|
|
2505
2422
|
}, {
|
|
2506
2423
|
hash: string;
|
|
2507
|
-
globalVariables: {
|
|
2508
|
-
blockNumber: string | number | bigint;
|
|
2509
|
-
timestamp: string | number | bigint;
|
|
2510
|
-
gasFees: {
|
|
2511
|
-
feePerDaGas: string | number | bigint;
|
|
2512
|
-
feePerL2Gas: string | number | bigint;
|
|
2513
|
-
};
|
|
2514
|
-
chainId?: any;
|
|
2515
|
-
version?: any;
|
|
2516
|
-
slotNumber?: any;
|
|
2517
|
-
coinbase?: any;
|
|
2518
|
-
feeRecipient?: any;
|
|
2519
|
-
};
|
|
2520
2424
|
gasSettings: {
|
|
2521
2425
|
gasLimits: {
|
|
2522
2426
|
daGas: string | number | bigint;
|
|
@@ -2571,19 +2475,6 @@ export declare class AvmExecutionHints {
|
|
|
2571
2475
|
teardownEnqueuedCall?: any;
|
|
2572
2476
|
}>, AvmTxHint, {
|
|
2573
2477
|
hash: string;
|
|
2574
|
-
globalVariables: {
|
|
2575
|
-
blockNumber: string | number | bigint;
|
|
2576
|
-
timestamp: string | number | bigint;
|
|
2577
|
-
gasFees: {
|
|
2578
|
-
feePerDaGas: string | number | bigint;
|
|
2579
|
-
feePerL2Gas: string | number | bigint;
|
|
2580
|
-
};
|
|
2581
|
-
chainId?: any;
|
|
2582
|
-
version?: any;
|
|
2583
|
-
slotNumber?: any;
|
|
2584
|
-
coinbase?: any;
|
|
2585
|
-
feeRecipient?: any;
|
|
2586
|
-
};
|
|
2587
2478
|
gasSettings: {
|
|
2588
2479
|
gasLimits: {
|
|
2589
2480
|
daGas: string | number | bigint;
|
|
@@ -3337,11 +3228,10 @@ export declare class AvmExecutionHints {
|
|
|
3337
3228
|
path: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
3338
3229
|
}, "strip", z.ZodTypeAny, {
|
|
3339
3230
|
path: Fr[];
|
|
3340
|
-
index: bigint;
|
|
3341
3231
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
3232
|
+
index: bigint;
|
|
3342
3233
|
}, {
|
|
3343
3234
|
path: string[];
|
|
3344
|
-
index: string | number | bigint;
|
|
3345
3235
|
leaf: {
|
|
3346
3236
|
leaf: {
|
|
3347
3237
|
nullifier: string;
|
|
@@ -3356,6 +3246,7 @@ export declare class AvmExecutionHints {
|
|
|
3356
3246
|
nextKey: string;
|
|
3357
3247
|
nextIndex: string | number | bigint;
|
|
3358
3248
|
};
|
|
3249
|
+
index: string | number | bigint;
|
|
3359
3250
|
}>;
|
|
3360
3251
|
insertionWitnessData: z.ZodObject<{
|
|
3361
3252
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
@@ -3425,11 +3316,10 @@ export declare class AvmExecutionHints {
|
|
|
3425
3316
|
path: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
3426
3317
|
}, "strip", z.ZodTypeAny, {
|
|
3427
3318
|
path: Fr[];
|
|
3428
|
-
index: bigint;
|
|
3429
3319
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
3320
|
+
index: bigint;
|
|
3430
3321
|
}, {
|
|
3431
3322
|
path: string[];
|
|
3432
|
-
index: string | number | bigint;
|
|
3433
3323
|
leaf: {
|
|
3434
3324
|
leaf: {
|
|
3435
3325
|
nullifier: string;
|
|
@@ -3444,6 +3334,7 @@ export declare class AvmExecutionHints {
|
|
|
3444
3334
|
nextKey: string;
|
|
3445
3335
|
nextIndex: string | number | bigint;
|
|
3446
3336
|
};
|
|
3337
|
+
index: string | number | bigint;
|
|
3447
3338
|
}>;
|
|
3448
3339
|
}, "strip", z.ZodTypeAny, {
|
|
3449
3340
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf | import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
@@ -3452,13 +3343,13 @@ export declare class AvmExecutionHints {
|
|
|
3452
3343
|
stateAfter: AppendOnlyTreeSnapshot;
|
|
3453
3344
|
lowLeavesWitnessData: {
|
|
3454
3345
|
path: Fr[];
|
|
3455
|
-
index: bigint;
|
|
3456
3346
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
3347
|
+
index: bigint;
|
|
3457
3348
|
};
|
|
3458
3349
|
insertionWitnessData: {
|
|
3459
3350
|
path: Fr[];
|
|
3460
|
-
index: bigint;
|
|
3461
3351
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
3352
|
+
index: bigint;
|
|
3462
3353
|
};
|
|
3463
3354
|
}, {
|
|
3464
3355
|
leaf: {
|
|
@@ -3478,7 +3369,6 @@ export declare class AvmExecutionHints {
|
|
|
3478
3369
|
};
|
|
3479
3370
|
lowLeavesWitnessData: {
|
|
3480
3371
|
path: string[];
|
|
3481
|
-
index: string | number | bigint;
|
|
3482
3372
|
leaf: {
|
|
3483
3373
|
leaf: {
|
|
3484
3374
|
nullifier: string;
|
|
@@ -3493,10 +3383,10 @@ export declare class AvmExecutionHints {
|
|
|
3493
3383
|
nextKey: string;
|
|
3494
3384
|
nextIndex: string | number | bigint;
|
|
3495
3385
|
};
|
|
3386
|
+
index: string | number | bigint;
|
|
3496
3387
|
};
|
|
3497
3388
|
insertionWitnessData: {
|
|
3498
3389
|
path: string[];
|
|
3499
|
-
index: string | number | bigint;
|
|
3500
3390
|
leaf: {
|
|
3501
3391
|
leaf: {
|
|
3502
3392
|
nullifier: string;
|
|
@@ -3511,6 +3401,7 @@ export declare class AvmExecutionHints {
|
|
|
3511
3401
|
nextKey: string;
|
|
3512
3402
|
nextIndex: string | number | bigint;
|
|
3513
3403
|
};
|
|
3404
|
+
index: string | number | bigint;
|
|
3514
3405
|
};
|
|
3515
3406
|
}>, {
|
|
3516
3407
|
readonly hintKey: AppendOnlyTreeSnapshot;
|
|
@@ -3545,7 +3436,6 @@ export declare class AvmExecutionHints {
|
|
|
3545
3436
|
};
|
|
3546
3437
|
lowLeavesWitnessData: {
|
|
3547
3438
|
path: string[];
|
|
3548
|
-
index: string | number | bigint;
|
|
3549
3439
|
leaf: {
|
|
3550
3440
|
leaf: {
|
|
3551
3441
|
nullifier: string;
|
|
@@ -3560,10 +3450,10 @@ export declare class AvmExecutionHints {
|
|
|
3560
3450
|
nextKey: string;
|
|
3561
3451
|
nextIndex: string | number | bigint;
|
|
3562
3452
|
};
|
|
3453
|
+
index: string | number | bigint;
|
|
3563
3454
|
};
|
|
3564
3455
|
insertionWitnessData: {
|
|
3565
3456
|
path: string[];
|
|
3566
|
-
index: string | number | bigint;
|
|
3567
3457
|
leaf: {
|
|
3568
3458
|
leaf: {
|
|
3569
3459
|
nullifier: string;
|
|
@@ -3578,6 +3468,7 @@ export declare class AvmExecutionHints {
|
|
|
3578
3468
|
nextKey: string;
|
|
3579
3469
|
nextIndex: string | number | bigint;
|
|
3580
3470
|
};
|
|
3471
|
+
index: string | number | bigint;
|
|
3581
3472
|
};
|
|
3582
3473
|
}>, "many">;
|
|
3583
3474
|
sequentialInsertHintsNullifierTree: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -3697,11 +3588,10 @@ export declare class AvmExecutionHints {
|
|
|
3697
3588
|
path: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
3698
3589
|
}, "strip", z.ZodTypeAny, {
|
|
3699
3590
|
path: Fr[];
|
|
3700
|
-
index: bigint;
|
|
3701
3591
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
3592
|
+
index: bigint;
|
|
3702
3593
|
}, {
|
|
3703
3594
|
path: string[];
|
|
3704
|
-
index: string | number | bigint;
|
|
3705
3595
|
leaf: {
|
|
3706
3596
|
leaf: {
|
|
3707
3597
|
nullifier: string;
|
|
@@ -3716,6 +3606,7 @@ export declare class AvmExecutionHints {
|
|
|
3716
3606
|
nextKey: string;
|
|
3717
3607
|
nextIndex: string | number | bigint;
|
|
3718
3608
|
};
|
|
3609
|
+
index: string | number | bigint;
|
|
3719
3610
|
}>;
|
|
3720
3611
|
insertionWitnessData: z.ZodObject<{
|
|
3721
3612
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
@@ -3785,11 +3676,10 @@ export declare class AvmExecutionHints {
|
|
|
3785
3676
|
path: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
3786
3677
|
}, "strip", z.ZodTypeAny, {
|
|
3787
3678
|
path: Fr[];
|
|
3788
|
-
index: bigint;
|
|
3789
3679
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
3680
|
+
index: bigint;
|
|
3790
3681
|
}, {
|
|
3791
3682
|
path: string[];
|
|
3792
|
-
index: string | number | bigint;
|
|
3793
3683
|
leaf: {
|
|
3794
3684
|
leaf: {
|
|
3795
3685
|
nullifier: string;
|
|
@@ -3804,6 +3694,7 @@ export declare class AvmExecutionHints {
|
|
|
3804
3694
|
nextKey: string;
|
|
3805
3695
|
nextIndex: string | number | bigint;
|
|
3806
3696
|
};
|
|
3697
|
+
index: string | number | bigint;
|
|
3807
3698
|
}>;
|
|
3808
3699
|
}, "strip", z.ZodTypeAny, {
|
|
3809
3700
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf | import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
@@ -3812,13 +3703,13 @@ export declare class AvmExecutionHints {
|
|
|
3812
3703
|
stateAfter: AppendOnlyTreeSnapshot;
|
|
3813
3704
|
lowLeavesWitnessData: {
|
|
3814
3705
|
path: Fr[];
|
|
3815
|
-
index: bigint;
|
|
3816
3706
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
3707
|
+
index: bigint;
|
|
3817
3708
|
};
|
|
3818
3709
|
insertionWitnessData: {
|
|
3819
3710
|
path: Fr[];
|
|
3820
|
-
index: bigint;
|
|
3821
3711
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
3712
|
+
index: bigint;
|
|
3822
3713
|
};
|
|
3823
3714
|
}, {
|
|
3824
3715
|
leaf: {
|
|
@@ -3838,7 +3729,6 @@ export declare class AvmExecutionHints {
|
|
|
3838
3729
|
};
|
|
3839
3730
|
lowLeavesWitnessData: {
|
|
3840
3731
|
path: string[];
|
|
3841
|
-
index: string | number | bigint;
|
|
3842
3732
|
leaf: {
|
|
3843
3733
|
leaf: {
|
|
3844
3734
|
nullifier: string;
|
|
@@ -3853,10 +3743,10 @@ export declare class AvmExecutionHints {
|
|
|
3853
3743
|
nextKey: string;
|
|
3854
3744
|
nextIndex: string | number | bigint;
|
|
3855
3745
|
};
|
|
3746
|
+
index: string | number | bigint;
|
|
3856
3747
|
};
|
|
3857
3748
|
insertionWitnessData: {
|
|
3858
3749
|
path: string[];
|
|
3859
|
-
index: string | number | bigint;
|
|
3860
3750
|
leaf: {
|
|
3861
3751
|
leaf: {
|
|
3862
3752
|
nullifier: string;
|
|
@@ -3871,6 +3761,7 @@ export declare class AvmExecutionHints {
|
|
|
3871
3761
|
nextKey: string;
|
|
3872
3762
|
nextIndex: string | number | bigint;
|
|
3873
3763
|
};
|
|
3764
|
+
index: string | number | bigint;
|
|
3874
3765
|
};
|
|
3875
3766
|
}>, {
|
|
3876
3767
|
readonly hintKey: AppendOnlyTreeSnapshot;
|
|
@@ -3905,7 +3796,6 @@ export declare class AvmExecutionHints {
|
|
|
3905
3796
|
};
|
|
3906
3797
|
lowLeavesWitnessData: {
|
|
3907
3798
|
path: string[];
|
|
3908
|
-
index: string | number | bigint;
|
|
3909
3799
|
leaf: {
|
|
3910
3800
|
leaf: {
|
|
3911
3801
|
nullifier: string;
|
|
@@ -3920,10 +3810,10 @@ export declare class AvmExecutionHints {
|
|
|
3920
3810
|
nextKey: string;
|
|
3921
3811
|
nextIndex: string | number | bigint;
|
|
3922
3812
|
};
|
|
3813
|
+
index: string | number | bigint;
|
|
3923
3814
|
};
|
|
3924
3815
|
insertionWitnessData: {
|
|
3925
3816
|
path: string[];
|
|
3926
|
-
index: string | number | bigint;
|
|
3927
3817
|
leaf: {
|
|
3928
3818
|
leaf: {
|
|
3929
3819
|
nullifier: string;
|
|
@@ -3938,6 +3828,7 @@ export declare class AvmExecutionHints {
|
|
|
3938
3828
|
nextKey: string;
|
|
3939
3829
|
nextIndex: string | number | bigint;
|
|
3940
3830
|
};
|
|
3831
|
+
index: string | number | bigint;
|
|
3941
3832
|
};
|
|
3942
3833
|
}>, "many">;
|
|
3943
3834
|
appendLeavesHints: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -4309,6 +4200,7 @@ export declare class AvmExecutionHints {
|
|
|
4309
4200
|
};
|
|
4310
4201
|
}>, "many">;
|
|
4311
4202
|
}, "strip", z.ZodTypeAny, {
|
|
4203
|
+
globalVariables: GlobalVariables;
|
|
4312
4204
|
tx: AvmTxHint;
|
|
4313
4205
|
contractInstances: AvmContractInstanceHint[];
|
|
4314
4206
|
contractClasses: AvmContractClassHint[];
|
|
@@ -4364,21 +4256,21 @@ export declare class AvmExecutionHints {
|
|
|
4364
4256
|
commitCheckpointHints: AvmCheckpointActionNoStateChangeHint[];
|
|
4365
4257
|
revertCheckpointHints: AvmRevertCheckpointHint[];
|
|
4366
4258
|
}, {
|
|
4259
|
+
globalVariables: {
|
|
4260
|
+
blockNumber: string | number | bigint;
|
|
4261
|
+
timestamp: string | number | bigint;
|
|
4262
|
+
gasFees: {
|
|
4263
|
+
feePerDaGas: string | number | bigint;
|
|
4264
|
+
feePerL2Gas: string | number | bigint;
|
|
4265
|
+
};
|
|
4266
|
+
chainId?: any;
|
|
4267
|
+
version?: any;
|
|
4268
|
+
slotNumber?: any;
|
|
4269
|
+
coinbase?: any;
|
|
4270
|
+
feeRecipient?: any;
|
|
4271
|
+
};
|
|
4367
4272
|
tx: {
|
|
4368
4273
|
hash: string;
|
|
4369
|
-
globalVariables: {
|
|
4370
|
-
blockNumber: string | number | bigint;
|
|
4371
|
-
timestamp: string | number | bigint;
|
|
4372
|
-
gasFees: {
|
|
4373
|
-
feePerDaGas: string | number | bigint;
|
|
4374
|
-
feePerL2Gas: string | number | bigint;
|
|
4375
|
-
};
|
|
4376
|
-
chainId?: any;
|
|
4377
|
-
version?: any;
|
|
4378
|
-
slotNumber?: any;
|
|
4379
|
-
coinbase?: any;
|
|
4380
|
-
feeRecipient?: any;
|
|
4381
|
-
};
|
|
4382
4274
|
gasSettings: {
|
|
4383
4275
|
gasLimits: {
|
|
4384
4276
|
daGas: string | number | bigint;
|
|
@@ -4565,7 +4457,6 @@ export declare class AvmExecutionHints {
|
|
|
4565
4457
|
};
|
|
4566
4458
|
lowLeavesWitnessData: {
|
|
4567
4459
|
path: string[];
|
|
4568
|
-
index: string | number | bigint;
|
|
4569
4460
|
leaf: {
|
|
4570
4461
|
leaf: {
|
|
4571
4462
|
nullifier: string;
|
|
@@ -4580,10 +4471,10 @@ export declare class AvmExecutionHints {
|
|
|
4580
4471
|
nextKey: string;
|
|
4581
4472
|
nextIndex: string | number | bigint;
|
|
4582
4473
|
};
|
|
4474
|
+
index: string | number | bigint;
|
|
4583
4475
|
};
|
|
4584
4476
|
insertionWitnessData: {
|
|
4585
4477
|
path: string[];
|
|
4586
|
-
index: string | number | bigint;
|
|
4587
4478
|
leaf: {
|
|
4588
4479
|
leaf: {
|
|
4589
4480
|
nullifier: string;
|
|
@@ -4598,6 +4489,7 @@ export declare class AvmExecutionHints {
|
|
|
4598
4489
|
nextKey: string;
|
|
4599
4490
|
nextIndex: string | number | bigint;
|
|
4600
4491
|
};
|
|
4492
|
+
index: string | number | bigint;
|
|
4601
4493
|
};
|
|
4602
4494
|
}[];
|
|
4603
4495
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -4618,7 +4510,6 @@ export declare class AvmExecutionHints {
|
|
|
4618
4510
|
};
|
|
4619
4511
|
lowLeavesWitnessData: {
|
|
4620
4512
|
path: string[];
|
|
4621
|
-
index: string | number | bigint;
|
|
4622
4513
|
leaf: {
|
|
4623
4514
|
leaf: {
|
|
4624
4515
|
nullifier: string;
|
|
@@ -4633,10 +4524,10 @@ export declare class AvmExecutionHints {
|
|
|
4633
4524
|
nextKey: string;
|
|
4634
4525
|
nextIndex: string | number | bigint;
|
|
4635
4526
|
};
|
|
4527
|
+
index: string | number | bigint;
|
|
4636
4528
|
};
|
|
4637
4529
|
insertionWitnessData: {
|
|
4638
4530
|
path: string[];
|
|
4639
|
-
index: string | number | bigint;
|
|
4640
4531
|
leaf: {
|
|
4641
4532
|
leaf: {
|
|
4642
4533
|
nullifier: string;
|
|
@@ -4651,6 +4542,7 @@ export declare class AvmExecutionHints {
|
|
|
4651
4542
|
nextKey: string;
|
|
4652
4543
|
nextIndex: string | number | bigint;
|
|
4653
4544
|
};
|
|
4545
|
+
index: string | number | bigint;
|
|
4654
4546
|
};
|
|
4655
4547
|
}[];
|
|
4656
4548
|
appendLeavesHints: {
|
|
@@ -4715,23 +4607,23 @@ export declare class AvmExecutionHints {
|
|
|
4715
4607
|
nextAvailableLeafIndex: string | number | bigint;
|
|
4716
4608
|
};
|
|
4717
4609
|
};
|
|
4718
|
-
}[];
|
|
4719
|
-
}>, AvmExecutionHints, {
|
|
4610
|
+
}[];
|
|
4611
|
+
}>, AvmExecutionHints, {
|
|
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
|
+
};
|
|
4720
4625
|
tx: {
|
|
4721
4626
|
hash: string;
|
|
4722
|
-
globalVariables: {
|
|
4723
|
-
blockNumber: string | number | bigint;
|
|
4724
|
-
timestamp: string | number | bigint;
|
|
4725
|
-
gasFees: {
|
|
4726
|
-
feePerDaGas: string | number | bigint;
|
|
4727
|
-
feePerL2Gas: string | number | bigint;
|
|
4728
|
-
};
|
|
4729
|
-
chainId?: any;
|
|
4730
|
-
version?: any;
|
|
4731
|
-
slotNumber?: any;
|
|
4732
|
-
coinbase?: any;
|
|
4733
|
-
feeRecipient?: any;
|
|
4734
|
-
};
|
|
4735
4627
|
gasSettings: {
|
|
4736
4628
|
gasLimits: {
|
|
4737
4629
|
daGas: string | number | bigint;
|
|
@@ -4918,7 +4810,6 @@ export declare class AvmExecutionHints {
|
|
|
4918
4810
|
};
|
|
4919
4811
|
lowLeavesWitnessData: {
|
|
4920
4812
|
path: string[];
|
|
4921
|
-
index: string | number | bigint;
|
|
4922
4813
|
leaf: {
|
|
4923
4814
|
leaf: {
|
|
4924
4815
|
nullifier: string;
|
|
@@ -4933,10 +4824,10 @@ export declare class AvmExecutionHints {
|
|
|
4933
4824
|
nextKey: string;
|
|
4934
4825
|
nextIndex: string | number | bigint;
|
|
4935
4826
|
};
|
|
4827
|
+
index: string | number | bigint;
|
|
4936
4828
|
};
|
|
4937
4829
|
insertionWitnessData: {
|
|
4938
4830
|
path: string[];
|
|
4939
|
-
index: string | number | bigint;
|
|
4940
4831
|
leaf: {
|
|
4941
4832
|
leaf: {
|
|
4942
4833
|
nullifier: string;
|
|
@@ -4951,6 +4842,7 @@ export declare class AvmExecutionHints {
|
|
|
4951
4842
|
nextKey: string;
|
|
4952
4843
|
nextIndex: string | number | bigint;
|
|
4953
4844
|
};
|
|
4845
|
+
index: string | number | bigint;
|
|
4954
4846
|
};
|
|
4955
4847
|
}[];
|
|
4956
4848
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -4971,7 +4863,6 @@ export declare class AvmExecutionHints {
|
|
|
4971
4863
|
};
|
|
4972
4864
|
lowLeavesWitnessData: {
|
|
4973
4865
|
path: string[];
|
|
4974
|
-
index: string | number | bigint;
|
|
4975
4866
|
leaf: {
|
|
4976
4867
|
leaf: {
|
|
4977
4868
|
nullifier: string;
|
|
@@ -4986,10 +4877,10 @@ export declare class AvmExecutionHints {
|
|
|
4986
4877
|
nextKey: string;
|
|
4987
4878
|
nextIndex: string | number | bigint;
|
|
4988
4879
|
};
|
|
4880
|
+
index: string | number | bigint;
|
|
4989
4881
|
};
|
|
4990
4882
|
insertionWitnessData: {
|
|
4991
4883
|
path: string[];
|
|
4992
|
-
index: string | number | bigint;
|
|
4993
4884
|
leaf: {
|
|
4994
4885
|
leaf: {
|
|
4995
4886
|
nullifier: string;
|
|
@@ -5004,6 +4895,7 @@ export declare class AvmExecutionHints {
|
|
|
5004
4895
|
nextKey: string;
|
|
5005
4896
|
nextIndex: string | number | bigint;
|
|
5006
4897
|
};
|
|
4898
|
+
index: string | number | bigint;
|
|
5007
4899
|
};
|
|
5008
4900
|
}[];
|
|
5009
4901
|
appendLeavesHints: {
|
|
@@ -5078,63 +4970,63 @@ export declare class AvmCircuitInputs {
|
|
|
5078
4970
|
static empty(): AvmCircuitInputs;
|
|
5079
4971
|
static get schema(): z.ZodEffects<z.ZodObject<{
|
|
5080
4972
|
hints: z.ZodEffects<z.ZodObject<{
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
|
|
5084
|
-
|
|
5085
|
-
|
|
5086
|
-
|
|
5087
|
-
|
|
5088
|
-
|
|
5089
|
-
|
|
5090
|
-
|
|
5091
|
-
|
|
5092
|
-
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
5093
|
-
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
5094
|
-
}, "strip", z.ZodTypeAny, {
|
|
5095
|
-
feePerDaGas: bigint;
|
|
5096
|
-
feePerL2Gas: bigint;
|
|
5097
|
-
}, {
|
|
5098
|
-
feePerDaGas: string | number | bigint;
|
|
5099
|
-
feePerL2Gas: string | number | bigint;
|
|
5100
|
-
}>, GasFees, {
|
|
5101
|
-
feePerDaGas: string | number | bigint;
|
|
5102
|
-
feePerL2Gas: string | number | bigint;
|
|
5103
|
-
}>;
|
|
4973
|
+
globalVariables: z.ZodEffects<z.ZodObject<{
|
|
4974
|
+
chainId: import("@aztec/foundation/schemas").ZodFor<Fr>;
|
|
4975
|
+
version: import("@aztec/foundation/schemas").ZodFor<Fr>;
|
|
4976
|
+
blockNumber: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
4977
|
+
slotNumber: import("@aztec/foundation/schemas").ZodFor<Fr>;
|
|
4978
|
+
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
4979
|
+
coinbase: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").EthAddress>;
|
|
4980
|
+
feeRecipient: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
4981
|
+
gasFees: z.ZodEffects<z.ZodObject<{
|
|
4982
|
+
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
4983
|
+
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
5104
4984
|
}, "strip", z.ZodTypeAny, {
|
|
5105
|
-
|
|
5106
|
-
|
|
5107
|
-
blockNumber: number;
|
|
5108
|
-
slotNumber: Fr;
|
|
5109
|
-
timestamp: bigint;
|
|
5110
|
-
coinbase: import("@aztec/foundation/schemas").EthAddress;
|
|
5111
|
-
feeRecipient: AztecAddress;
|
|
5112
|
-
gasFees: GasFees;
|
|
4985
|
+
feePerDaGas: bigint;
|
|
4986
|
+
feePerL2Gas: bigint;
|
|
5113
4987
|
}, {
|
|
5114
|
-
|
|
5115
|
-
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
|
|
5119
|
-
};
|
|
5120
|
-
chainId?: any;
|
|
5121
|
-
version?: any;
|
|
5122
|
-
slotNumber?: any;
|
|
5123
|
-
coinbase?: any;
|
|
5124
|
-
feeRecipient?: any;
|
|
5125
|
-
}>, GlobalVariables, {
|
|
5126
|
-
blockNumber: string | number | bigint;
|
|
5127
|
-
timestamp: string | number | bigint;
|
|
5128
|
-
gasFees: {
|
|
5129
|
-
feePerDaGas: string | number | bigint;
|
|
5130
|
-
feePerL2Gas: string | number | bigint;
|
|
5131
|
-
};
|
|
5132
|
-
chainId?: any;
|
|
5133
|
-
version?: any;
|
|
5134
|
-
slotNumber?: any;
|
|
5135
|
-
coinbase?: any;
|
|
5136
|
-
feeRecipient?: any;
|
|
4988
|
+
feePerDaGas: string | number | bigint;
|
|
4989
|
+
feePerL2Gas: string | number | bigint;
|
|
4990
|
+
}>, GasFees, {
|
|
4991
|
+
feePerDaGas: string | number | bigint;
|
|
4992
|
+
feePerL2Gas: string | number | bigint;
|
|
5137
4993
|
}>;
|
|
4994
|
+
}, "strip", z.ZodTypeAny, {
|
|
4995
|
+
chainId: Fr;
|
|
4996
|
+
version: Fr;
|
|
4997
|
+
blockNumber: number;
|
|
4998
|
+
slotNumber: Fr;
|
|
4999
|
+
timestamp: bigint;
|
|
5000
|
+
coinbase: import("@aztec/foundation/schemas").EthAddress;
|
|
5001
|
+
feeRecipient: AztecAddress;
|
|
5002
|
+
gasFees: GasFees;
|
|
5003
|
+
}, {
|
|
5004
|
+
blockNumber: string | number | bigint;
|
|
5005
|
+
timestamp: string | number | bigint;
|
|
5006
|
+
gasFees: {
|
|
5007
|
+
feePerDaGas: string | number | bigint;
|
|
5008
|
+
feePerL2Gas: string | number | bigint;
|
|
5009
|
+
};
|
|
5010
|
+
chainId?: any;
|
|
5011
|
+
version?: any;
|
|
5012
|
+
slotNumber?: any;
|
|
5013
|
+
coinbase?: any;
|
|
5014
|
+
feeRecipient?: any;
|
|
5015
|
+
}>, GlobalVariables, {
|
|
5016
|
+
blockNumber: string | number | bigint;
|
|
5017
|
+
timestamp: string | number | bigint;
|
|
5018
|
+
gasFees: {
|
|
5019
|
+
feePerDaGas: string | number | bigint;
|
|
5020
|
+
feePerL2Gas: string | number | bigint;
|
|
5021
|
+
};
|
|
5022
|
+
chainId?: any;
|
|
5023
|
+
version?: any;
|
|
5024
|
+
slotNumber?: any;
|
|
5025
|
+
coinbase?: any;
|
|
5026
|
+
feeRecipient?: any;
|
|
5027
|
+
}>;
|
|
5028
|
+
tx: z.ZodEffects<z.ZodObject<{
|
|
5029
|
+
hash: z.ZodString;
|
|
5138
5030
|
gasSettings: z.ZodEffects<z.ZodObject<{
|
|
5139
5031
|
gasLimits: z.ZodEffects<z.ZodObject<{
|
|
5140
5032
|
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
@@ -5358,7 +5250,6 @@ export declare class AvmCircuitInputs {
|
|
|
5358
5250
|
feePayer: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
|
|
5359
5251
|
}, "strip", z.ZodTypeAny, {
|
|
5360
5252
|
hash: string;
|
|
5361
|
-
globalVariables: GlobalVariables;
|
|
5362
5253
|
gasSettings: GasSettings;
|
|
5363
5254
|
feePayer: AztecAddress;
|
|
5364
5255
|
nonRevertibleAccumulatedData: {
|
|
@@ -5378,19 +5269,6 @@ export declare class AvmCircuitInputs {
|
|
|
5378
5269
|
gasUsedByPrivate: Gas;
|
|
5379
5270
|
}, {
|
|
5380
5271
|
hash: string;
|
|
5381
|
-
globalVariables: {
|
|
5382
|
-
blockNumber: string | number | bigint;
|
|
5383
|
-
timestamp: string | number | bigint;
|
|
5384
|
-
gasFees: {
|
|
5385
|
-
feePerDaGas: string | number | bigint;
|
|
5386
|
-
feePerL2Gas: string | number | bigint;
|
|
5387
|
-
};
|
|
5388
|
-
chainId?: any;
|
|
5389
|
-
version?: any;
|
|
5390
|
-
slotNumber?: any;
|
|
5391
|
-
coinbase?: any;
|
|
5392
|
-
feeRecipient?: any;
|
|
5393
|
-
};
|
|
5394
5272
|
gasSettings: {
|
|
5395
5273
|
gasLimits: {
|
|
5396
5274
|
daGas: string | number | bigint;
|
|
@@ -5445,19 +5323,6 @@ export declare class AvmCircuitInputs {
|
|
|
5445
5323
|
teardownEnqueuedCall?: any;
|
|
5446
5324
|
}>, AvmTxHint, {
|
|
5447
5325
|
hash: string;
|
|
5448
|
-
globalVariables: {
|
|
5449
|
-
blockNumber: string | number | bigint;
|
|
5450
|
-
timestamp: string | number | bigint;
|
|
5451
|
-
gasFees: {
|
|
5452
|
-
feePerDaGas: string | number | bigint;
|
|
5453
|
-
feePerL2Gas: string | number | bigint;
|
|
5454
|
-
};
|
|
5455
|
-
chainId?: any;
|
|
5456
|
-
version?: any;
|
|
5457
|
-
slotNumber?: any;
|
|
5458
|
-
coinbase?: any;
|
|
5459
|
-
feeRecipient?: any;
|
|
5460
|
-
};
|
|
5461
5326
|
gasSettings: {
|
|
5462
5327
|
gasLimits: {
|
|
5463
5328
|
daGas: string | number | bigint;
|
|
@@ -6211,11 +6076,10 @@ export declare class AvmCircuitInputs {
|
|
|
6211
6076
|
path: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
6212
6077
|
}, "strip", z.ZodTypeAny, {
|
|
6213
6078
|
path: Fr[];
|
|
6214
|
-
index: bigint;
|
|
6215
6079
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
6080
|
+
index: bigint;
|
|
6216
6081
|
}, {
|
|
6217
6082
|
path: string[];
|
|
6218
|
-
index: string | number | bigint;
|
|
6219
6083
|
leaf: {
|
|
6220
6084
|
leaf: {
|
|
6221
6085
|
nullifier: string;
|
|
@@ -6230,6 +6094,7 @@ export declare class AvmCircuitInputs {
|
|
|
6230
6094
|
nextKey: string;
|
|
6231
6095
|
nextIndex: string | number | bigint;
|
|
6232
6096
|
};
|
|
6097
|
+
index: string | number | bigint;
|
|
6233
6098
|
}>;
|
|
6234
6099
|
insertionWitnessData: z.ZodObject<{
|
|
6235
6100
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
@@ -6299,11 +6164,10 @@ export declare class AvmCircuitInputs {
|
|
|
6299
6164
|
path: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
6300
6165
|
}, "strip", z.ZodTypeAny, {
|
|
6301
6166
|
path: Fr[];
|
|
6302
|
-
index: bigint;
|
|
6303
6167
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
6168
|
+
index: bigint;
|
|
6304
6169
|
}, {
|
|
6305
6170
|
path: string[];
|
|
6306
|
-
index: string | number | bigint;
|
|
6307
6171
|
leaf: {
|
|
6308
6172
|
leaf: {
|
|
6309
6173
|
nullifier: string;
|
|
@@ -6318,6 +6182,7 @@ export declare class AvmCircuitInputs {
|
|
|
6318
6182
|
nextKey: string;
|
|
6319
6183
|
nextIndex: string | number | bigint;
|
|
6320
6184
|
};
|
|
6185
|
+
index: string | number | bigint;
|
|
6321
6186
|
}>;
|
|
6322
6187
|
}, "strip", z.ZodTypeAny, {
|
|
6323
6188
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf | import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
@@ -6326,13 +6191,13 @@ export declare class AvmCircuitInputs {
|
|
|
6326
6191
|
stateAfter: AppendOnlyTreeSnapshot;
|
|
6327
6192
|
lowLeavesWitnessData: {
|
|
6328
6193
|
path: Fr[];
|
|
6329
|
-
index: bigint;
|
|
6330
6194
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
6195
|
+
index: bigint;
|
|
6331
6196
|
};
|
|
6332
6197
|
insertionWitnessData: {
|
|
6333
6198
|
path: Fr[];
|
|
6334
|
-
index: bigint;
|
|
6335
6199
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
6200
|
+
index: bigint;
|
|
6336
6201
|
};
|
|
6337
6202
|
}, {
|
|
6338
6203
|
leaf: {
|
|
@@ -6352,7 +6217,6 @@ export declare class AvmCircuitInputs {
|
|
|
6352
6217
|
};
|
|
6353
6218
|
lowLeavesWitnessData: {
|
|
6354
6219
|
path: string[];
|
|
6355
|
-
index: string | number | bigint;
|
|
6356
6220
|
leaf: {
|
|
6357
6221
|
leaf: {
|
|
6358
6222
|
nullifier: string;
|
|
@@ -6367,10 +6231,10 @@ export declare class AvmCircuitInputs {
|
|
|
6367
6231
|
nextKey: string;
|
|
6368
6232
|
nextIndex: string | number | bigint;
|
|
6369
6233
|
};
|
|
6234
|
+
index: string | number | bigint;
|
|
6370
6235
|
};
|
|
6371
6236
|
insertionWitnessData: {
|
|
6372
6237
|
path: string[];
|
|
6373
|
-
index: string | number | bigint;
|
|
6374
6238
|
leaf: {
|
|
6375
6239
|
leaf: {
|
|
6376
6240
|
nullifier: string;
|
|
@@ -6385,6 +6249,7 @@ export declare class AvmCircuitInputs {
|
|
|
6385
6249
|
nextKey: string;
|
|
6386
6250
|
nextIndex: string | number | bigint;
|
|
6387
6251
|
};
|
|
6252
|
+
index: string | number | bigint;
|
|
6388
6253
|
};
|
|
6389
6254
|
}>, {
|
|
6390
6255
|
readonly hintKey: AppendOnlyTreeSnapshot;
|
|
@@ -6419,7 +6284,6 @@ export declare class AvmCircuitInputs {
|
|
|
6419
6284
|
};
|
|
6420
6285
|
lowLeavesWitnessData: {
|
|
6421
6286
|
path: string[];
|
|
6422
|
-
index: string | number | bigint;
|
|
6423
6287
|
leaf: {
|
|
6424
6288
|
leaf: {
|
|
6425
6289
|
nullifier: string;
|
|
@@ -6434,10 +6298,10 @@ export declare class AvmCircuitInputs {
|
|
|
6434
6298
|
nextKey: string;
|
|
6435
6299
|
nextIndex: string | number | bigint;
|
|
6436
6300
|
};
|
|
6301
|
+
index: string | number | bigint;
|
|
6437
6302
|
};
|
|
6438
6303
|
insertionWitnessData: {
|
|
6439
6304
|
path: string[];
|
|
6440
|
-
index: string | number | bigint;
|
|
6441
6305
|
leaf: {
|
|
6442
6306
|
leaf: {
|
|
6443
6307
|
nullifier: string;
|
|
@@ -6452,6 +6316,7 @@ export declare class AvmCircuitInputs {
|
|
|
6452
6316
|
nextKey: string;
|
|
6453
6317
|
nextIndex: string | number | bigint;
|
|
6454
6318
|
};
|
|
6319
|
+
index: string | number | bigint;
|
|
6455
6320
|
};
|
|
6456
6321
|
}>, "many">;
|
|
6457
6322
|
sequentialInsertHintsNullifierTree: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -6571,11 +6436,10 @@ export declare class AvmCircuitInputs {
|
|
|
6571
6436
|
path: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
6572
6437
|
}, "strip", z.ZodTypeAny, {
|
|
6573
6438
|
path: Fr[];
|
|
6574
|
-
index: bigint;
|
|
6575
6439
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
6440
|
+
index: bigint;
|
|
6576
6441
|
}, {
|
|
6577
6442
|
path: string[];
|
|
6578
|
-
index: string | number | bigint;
|
|
6579
6443
|
leaf: {
|
|
6580
6444
|
leaf: {
|
|
6581
6445
|
nullifier: string;
|
|
@@ -6590,6 +6454,7 @@ export declare class AvmCircuitInputs {
|
|
|
6590
6454
|
nextKey: string;
|
|
6591
6455
|
nextIndex: string | number | bigint;
|
|
6592
6456
|
};
|
|
6457
|
+
index: string | number | bigint;
|
|
6593
6458
|
}>;
|
|
6594
6459
|
insertionWitnessData: z.ZodObject<{
|
|
6595
6460
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
@@ -6659,11 +6524,10 @@ export declare class AvmCircuitInputs {
|
|
|
6659
6524
|
path: z.ZodArray<z.ZodType<Fr, any, string>, "many">;
|
|
6660
6525
|
}, "strip", z.ZodTypeAny, {
|
|
6661
6526
|
path: Fr[];
|
|
6662
|
-
index: bigint;
|
|
6663
6527
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
6528
|
+
index: bigint;
|
|
6664
6529
|
}, {
|
|
6665
6530
|
path: string[];
|
|
6666
|
-
index: string | number | bigint;
|
|
6667
6531
|
leaf: {
|
|
6668
6532
|
leaf: {
|
|
6669
6533
|
nullifier: string;
|
|
@@ -6678,6 +6542,7 @@ export declare class AvmCircuitInputs {
|
|
|
6678
6542
|
nextKey: string;
|
|
6679
6543
|
nextIndex: string | number | bigint;
|
|
6680
6544
|
};
|
|
6545
|
+
index: string | number | bigint;
|
|
6681
6546
|
}>;
|
|
6682
6547
|
}, "strip", z.ZodTypeAny, {
|
|
6683
6548
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf | import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
@@ -6686,13 +6551,13 @@ export declare class AvmCircuitInputs {
|
|
|
6686
6551
|
stateAfter: AppendOnlyTreeSnapshot;
|
|
6687
6552
|
lowLeavesWitnessData: {
|
|
6688
6553
|
path: Fr[];
|
|
6689
|
-
index: bigint;
|
|
6690
6554
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
6555
|
+
index: bigint;
|
|
6691
6556
|
};
|
|
6692
6557
|
insertionWitnessData: {
|
|
6693
6558
|
path: Fr[];
|
|
6694
|
-
index: bigint;
|
|
6695
6559
|
leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
|
|
6560
|
+
index: bigint;
|
|
6696
6561
|
};
|
|
6697
6562
|
}, {
|
|
6698
6563
|
leaf: {
|
|
@@ -6712,7 +6577,6 @@ export declare class AvmCircuitInputs {
|
|
|
6712
6577
|
};
|
|
6713
6578
|
lowLeavesWitnessData: {
|
|
6714
6579
|
path: string[];
|
|
6715
|
-
index: string | number | bigint;
|
|
6716
6580
|
leaf: {
|
|
6717
6581
|
leaf: {
|
|
6718
6582
|
nullifier: string;
|
|
@@ -6727,10 +6591,10 @@ export declare class AvmCircuitInputs {
|
|
|
6727
6591
|
nextKey: string;
|
|
6728
6592
|
nextIndex: string | number | bigint;
|
|
6729
6593
|
};
|
|
6594
|
+
index: string | number | bigint;
|
|
6730
6595
|
};
|
|
6731
6596
|
insertionWitnessData: {
|
|
6732
6597
|
path: string[];
|
|
6733
|
-
index: string | number | bigint;
|
|
6734
6598
|
leaf: {
|
|
6735
6599
|
leaf: {
|
|
6736
6600
|
nullifier: string;
|
|
@@ -6745,6 +6609,7 @@ export declare class AvmCircuitInputs {
|
|
|
6745
6609
|
nextKey: string;
|
|
6746
6610
|
nextIndex: string | number | bigint;
|
|
6747
6611
|
};
|
|
6612
|
+
index: string | number | bigint;
|
|
6748
6613
|
};
|
|
6749
6614
|
}>, {
|
|
6750
6615
|
readonly hintKey: AppendOnlyTreeSnapshot;
|
|
@@ -6779,7 +6644,6 @@ export declare class AvmCircuitInputs {
|
|
|
6779
6644
|
};
|
|
6780
6645
|
lowLeavesWitnessData: {
|
|
6781
6646
|
path: string[];
|
|
6782
|
-
index: string | number | bigint;
|
|
6783
6647
|
leaf: {
|
|
6784
6648
|
leaf: {
|
|
6785
6649
|
nullifier: string;
|
|
@@ -6794,10 +6658,10 @@ export declare class AvmCircuitInputs {
|
|
|
6794
6658
|
nextKey: string;
|
|
6795
6659
|
nextIndex: string | number | bigint;
|
|
6796
6660
|
};
|
|
6661
|
+
index: string | number | bigint;
|
|
6797
6662
|
};
|
|
6798
6663
|
insertionWitnessData: {
|
|
6799
6664
|
path: string[];
|
|
6800
|
-
index: string | number | bigint;
|
|
6801
6665
|
leaf: {
|
|
6802
6666
|
leaf: {
|
|
6803
6667
|
nullifier: string;
|
|
@@ -6812,6 +6676,7 @@ export declare class AvmCircuitInputs {
|
|
|
6812
6676
|
nextKey: string;
|
|
6813
6677
|
nextIndex: string | number | bigint;
|
|
6814
6678
|
};
|
|
6679
|
+
index: string | number | bigint;
|
|
6815
6680
|
};
|
|
6816
6681
|
}>, "many">;
|
|
6817
6682
|
appendLeavesHints: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -7183,6 +7048,7 @@ export declare class AvmCircuitInputs {
|
|
|
7183
7048
|
};
|
|
7184
7049
|
}>, "many">;
|
|
7185
7050
|
}, "strip", z.ZodTypeAny, {
|
|
7051
|
+
globalVariables: GlobalVariables;
|
|
7186
7052
|
tx: AvmTxHint;
|
|
7187
7053
|
contractInstances: AvmContractInstanceHint[];
|
|
7188
7054
|
contractClasses: AvmContractClassHint[];
|
|
@@ -7238,21 +7104,21 @@ export declare class AvmCircuitInputs {
|
|
|
7238
7104
|
commitCheckpointHints: AvmCheckpointActionNoStateChangeHint[];
|
|
7239
7105
|
revertCheckpointHints: AvmRevertCheckpointHint[];
|
|
7240
7106
|
}, {
|
|
7107
|
+
globalVariables: {
|
|
7108
|
+
blockNumber: string | number | bigint;
|
|
7109
|
+
timestamp: string | number | bigint;
|
|
7110
|
+
gasFees: {
|
|
7111
|
+
feePerDaGas: string | number | bigint;
|
|
7112
|
+
feePerL2Gas: string | number | bigint;
|
|
7113
|
+
};
|
|
7114
|
+
chainId?: any;
|
|
7115
|
+
version?: any;
|
|
7116
|
+
slotNumber?: any;
|
|
7117
|
+
coinbase?: any;
|
|
7118
|
+
feeRecipient?: any;
|
|
7119
|
+
};
|
|
7241
7120
|
tx: {
|
|
7242
7121
|
hash: string;
|
|
7243
|
-
globalVariables: {
|
|
7244
|
-
blockNumber: string | number | bigint;
|
|
7245
|
-
timestamp: string | number | bigint;
|
|
7246
|
-
gasFees: {
|
|
7247
|
-
feePerDaGas: string | number | bigint;
|
|
7248
|
-
feePerL2Gas: string | number | bigint;
|
|
7249
|
-
};
|
|
7250
|
-
chainId?: any;
|
|
7251
|
-
version?: any;
|
|
7252
|
-
slotNumber?: any;
|
|
7253
|
-
coinbase?: any;
|
|
7254
|
-
feeRecipient?: any;
|
|
7255
|
-
};
|
|
7256
7122
|
gasSettings: {
|
|
7257
7123
|
gasLimits: {
|
|
7258
7124
|
daGas: string | number | bigint;
|
|
@@ -7439,7 +7305,6 @@ export declare class AvmCircuitInputs {
|
|
|
7439
7305
|
};
|
|
7440
7306
|
lowLeavesWitnessData: {
|
|
7441
7307
|
path: string[];
|
|
7442
|
-
index: string | number | bigint;
|
|
7443
7308
|
leaf: {
|
|
7444
7309
|
leaf: {
|
|
7445
7310
|
nullifier: string;
|
|
@@ -7454,10 +7319,10 @@ export declare class AvmCircuitInputs {
|
|
|
7454
7319
|
nextKey: string;
|
|
7455
7320
|
nextIndex: string | number | bigint;
|
|
7456
7321
|
};
|
|
7322
|
+
index: string | number | bigint;
|
|
7457
7323
|
};
|
|
7458
7324
|
insertionWitnessData: {
|
|
7459
7325
|
path: string[];
|
|
7460
|
-
index: string | number | bigint;
|
|
7461
7326
|
leaf: {
|
|
7462
7327
|
leaf: {
|
|
7463
7328
|
nullifier: string;
|
|
@@ -7472,6 +7337,7 @@ export declare class AvmCircuitInputs {
|
|
|
7472
7337
|
nextKey: string;
|
|
7473
7338
|
nextIndex: string | number | bigint;
|
|
7474
7339
|
};
|
|
7340
|
+
index: string | number | bigint;
|
|
7475
7341
|
};
|
|
7476
7342
|
}[];
|
|
7477
7343
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -7492,7 +7358,6 @@ export declare class AvmCircuitInputs {
|
|
|
7492
7358
|
};
|
|
7493
7359
|
lowLeavesWitnessData: {
|
|
7494
7360
|
path: string[];
|
|
7495
|
-
index: string | number | bigint;
|
|
7496
7361
|
leaf: {
|
|
7497
7362
|
leaf: {
|
|
7498
7363
|
nullifier: string;
|
|
@@ -7507,10 +7372,10 @@ export declare class AvmCircuitInputs {
|
|
|
7507
7372
|
nextKey: string;
|
|
7508
7373
|
nextIndex: string | number | bigint;
|
|
7509
7374
|
};
|
|
7375
|
+
index: string | number | bigint;
|
|
7510
7376
|
};
|
|
7511
7377
|
insertionWitnessData: {
|
|
7512
7378
|
path: string[];
|
|
7513
|
-
index: string | number | bigint;
|
|
7514
7379
|
leaf: {
|
|
7515
7380
|
leaf: {
|
|
7516
7381
|
nullifier: string;
|
|
@@ -7525,6 +7390,7 @@ export declare class AvmCircuitInputs {
|
|
|
7525
7390
|
nextKey: string;
|
|
7526
7391
|
nextIndex: string | number | bigint;
|
|
7527
7392
|
};
|
|
7393
|
+
index: string | number | bigint;
|
|
7528
7394
|
};
|
|
7529
7395
|
}[];
|
|
7530
7396
|
appendLeavesHints: {
|
|
@@ -7591,21 +7457,21 @@ export declare class AvmCircuitInputs {
|
|
|
7591
7457
|
};
|
|
7592
7458
|
}[];
|
|
7593
7459
|
}>, AvmExecutionHints, {
|
|
7460
|
+
globalVariables: {
|
|
7461
|
+
blockNumber: string | number | bigint;
|
|
7462
|
+
timestamp: string | number | bigint;
|
|
7463
|
+
gasFees: {
|
|
7464
|
+
feePerDaGas: string | number | bigint;
|
|
7465
|
+
feePerL2Gas: string | number | bigint;
|
|
7466
|
+
};
|
|
7467
|
+
chainId?: any;
|
|
7468
|
+
version?: any;
|
|
7469
|
+
slotNumber?: any;
|
|
7470
|
+
coinbase?: any;
|
|
7471
|
+
feeRecipient?: any;
|
|
7472
|
+
};
|
|
7594
7473
|
tx: {
|
|
7595
7474
|
hash: string;
|
|
7596
|
-
globalVariables: {
|
|
7597
|
-
blockNumber: string | number | bigint;
|
|
7598
|
-
timestamp: string | number | bigint;
|
|
7599
|
-
gasFees: {
|
|
7600
|
-
feePerDaGas: string | number | bigint;
|
|
7601
|
-
feePerL2Gas: string | number | bigint;
|
|
7602
|
-
};
|
|
7603
|
-
chainId?: any;
|
|
7604
|
-
version?: any;
|
|
7605
|
-
slotNumber?: any;
|
|
7606
|
-
coinbase?: any;
|
|
7607
|
-
feeRecipient?: any;
|
|
7608
|
-
};
|
|
7609
7475
|
gasSettings: {
|
|
7610
7476
|
gasLimits: {
|
|
7611
7477
|
daGas: string | number | bigint;
|
|
@@ -7792,7 +7658,6 @@ export declare class AvmCircuitInputs {
|
|
|
7792
7658
|
};
|
|
7793
7659
|
lowLeavesWitnessData: {
|
|
7794
7660
|
path: string[];
|
|
7795
|
-
index: string | number | bigint;
|
|
7796
7661
|
leaf: {
|
|
7797
7662
|
leaf: {
|
|
7798
7663
|
nullifier: string;
|
|
@@ -7807,10 +7672,10 @@ export declare class AvmCircuitInputs {
|
|
|
7807
7672
|
nextKey: string;
|
|
7808
7673
|
nextIndex: string | number | bigint;
|
|
7809
7674
|
};
|
|
7675
|
+
index: string | number | bigint;
|
|
7810
7676
|
};
|
|
7811
7677
|
insertionWitnessData: {
|
|
7812
7678
|
path: string[];
|
|
7813
|
-
index: string | number | bigint;
|
|
7814
7679
|
leaf: {
|
|
7815
7680
|
leaf: {
|
|
7816
7681
|
nullifier: string;
|
|
@@ -7825,6 +7690,7 @@ export declare class AvmCircuitInputs {
|
|
|
7825
7690
|
nextKey: string;
|
|
7826
7691
|
nextIndex: string | number | bigint;
|
|
7827
7692
|
};
|
|
7693
|
+
index: string | number | bigint;
|
|
7828
7694
|
};
|
|
7829
7695
|
}[];
|
|
7830
7696
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -7845,7 +7711,6 @@ export declare class AvmCircuitInputs {
|
|
|
7845
7711
|
};
|
|
7846
7712
|
lowLeavesWitnessData: {
|
|
7847
7713
|
path: string[];
|
|
7848
|
-
index: string | number | bigint;
|
|
7849
7714
|
leaf: {
|
|
7850
7715
|
leaf: {
|
|
7851
7716
|
nullifier: string;
|
|
@@ -7860,10 +7725,10 @@ export declare class AvmCircuitInputs {
|
|
|
7860
7725
|
nextKey: string;
|
|
7861
7726
|
nextIndex: string | number | bigint;
|
|
7862
7727
|
};
|
|
7728
|
+
index: string | number | bigint;
|
|
7863
7729
|
};
|
|
7864
7730
|
insertionWitnessData: {
|
|
7865
7731
|
path: string[];
|
|
7866
|
-
index: string | number | bigint;
|
|
7867
7732
|
leaf: {
|
|
7868
7733
|
leaf: {
|
|
7869
7734
|
nullifier: string;
|
|
@@ -7878,6 +7743,7 @@ export declare class AvmCircuitInputs {
|
|
|
7878
7743
|
nextKey: string;
|
|
7879
7744
|
nextIndex: string | number | bigint;
|
|
7880
7745
|
};
|
|
7746
|
+
index: string | number | bigint;
|
|
7881
7747
|
};
|
|
7882
7748
|
}[];
|
|
7883
7749
|
appendLeavesHints: {
|
|
@@ -9174,21 +9040,21 @@ export declare class AvmCircuitInputs {
|
|
|
9174
9040
|
feePayer?: any;
|
|
9175
9041
|
};
|
|
9176
9042
|
hints: {
|
|
9043
|
+
globalVariables: {
|
|
9044
|
+
blockNumber: string | number | bigint;
|
|
9045
|
+
timestamp: string | number | bigint;
|
|
9046
|
+
gasFees: {
|
|
9047
|
+
feePerDaGas: string | number | bigint;
|
|
9048
|
+
feePerL2Gas: string | number | bigint;
|
|
9049
|
+
};
|
|
9050
|
+
chainId?: any;
|
|
9051
|
+
version?: any;
|
|
9052
|
+
slotNumber?: any;
|
|
9053
|
+
coinbase?: any;
|
|
9054
|
+
feeRecipient?: any;
|
|
9055
|
+
};
|
|
9177
9056
|
tx: {
|
|
9178
9057
|
hash: string;
|
|
9179
|
-
globalVariables: {
|
|
9180
|
-
blockNumber: string | number | bigint;
|
|
9181
|
-
timestamp: string | number | bigint;
|
|
9182
|
-
gasFees: {
|
|
9183
|
-
feePerDaGas: string | number | bigint;
|
|
9184
|
-
feePerL2Gas: string | number | bigint;
|
|
9185
|
-
};
|
|
9186
|
-
chainId?: any;
|
|
9187
|
-
version?: any;
|
|
9188
|
-
slotNumber?: any;
|
|
9189
|
-
coinbase?: any;
|
|
9190
|
-
feeRecipient?: any;
|
|
9191
|
-
};
|
|
9192
9058
|
gasSettings: {
|
|
9193
9059
|
gasLimits: {
|
|
9194
9060
|
daGas: string | number | bigint;
|
|
@@ -9375,7 +9241,6 @@ export declare class AvmCircuitInputs {
|
|
|
9375
9241
|
};
|
|
9376
9242
|
lowLeavesWitnessData: {
|
|
9377
9243
|
path: string[];
|
|
9378
|
-
index: string | number | bigint;
|
|
9379
9244
|
leaf: {
|
|
9380
9245
|
leaf: {
|
|
9381
9246
|
nullifier: string;
|
|
@@ -9390,10 +9255,10 @@ export declare class AvmCircuitInputs {
|
|
|
9390
9255
|
nextKey: string;
|
|
9391
9256
|
nextIndex: string | number | bigint;
|
|
9392
9257
|
};
|
|
9258
|
+
index: string | number | bigint;
|
|
9393
9259
|
};
|
|
9394
9260
|
insertionWitnessData: {
|
|
9395
9261
|
path: string[];
|
|
9396
|
-
index: string | number | bigint;
|
|
9397
9262
|
leaf: {
|
|
9398
9263
|
leaf: {
|
|
9399
9264
|
nullifier: string;
|
|
@@ -9408,6 +9273,7 @@ export declare class AvmCircuitInputs {
|
|
|
9408
9273
|
nextKey: string;
|
|
9409
9274
|
nextIndex: string | number | bigint;
|
|
9410
9275
|
};
|
|
9276
|
+
index: string | number | bigint;
|
|
9411
9277
|
};
|
|
9412
9278
|
}[];
|
|
9413
9279
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -9428,7 +9294,6 @@ export declare class AvmCircuitInputs {
|
|
|
9428
9294
|
};
|
|
9429
9295
|
lowLeavesWitnessData: {
|
|
9430
9296
|
path: string[];
|
|
9431
|
-
index: string | number | bigint;
|
|
9432
9297
|
leaf: {
|
|
9433
9298
|
leaf: {
|
|
9434
9299
|
nullifier: string;
|
|
@@ -9443,10 +9308,10 @@ export declare class AvmCircuitInputs {
|
|
|
9443
9308
|
nextKey: string;
|
|
9444
9309
|
nextIndex: string | number | bigint;
|
|
9445
9310
|
};
|
|
9311
|
+
index: string | number | bigint;
|
|
9446
9312
|
};
|
|
9447
9313
|
insertionWitnessData: {
|
|
9448
9314
|
path: string[];
|
|
9449
|
-
index: string | number | bigint;
|
|
9450
9315
|
leaf: {
|
|
9451
9316
|
leaf: {
|
|
9452
9317
|
nullifier: string;
|
|
@@ -9461,6 +9326,7 @@ export declare class AvmCircuitInputs {
|
|
|
9461
9326
|
nextKey: string;
|
|
9462
9327
|
nextIndex: string | number | bigint;
|
|
9463
9328
|
};
|
|
9329
|
+
index: string | number | bigint;
|
|
9464
9330
|
};
|
|
9465
9331
|
}[];
|
|
9466
9332
|
appendLeavesHints: {
|
|
@@ -9691,21 +9557,21 @@ export declare class AvmCircuitInputs {
|
|
|
9691
9557
|
feePayer?: any;
|
|
9692
9558
|
};
|
|
9693
9559
|
hints: {
|
|
9560
|
+
globalVariables: {
|
|
9561
|
+
blockNumber: string | number | bigint;
|
|
9562
|
+
timestamp: string | number | bigint;
|
|
9563
|
+
gasFees: {
|
|
9564
|
+
feePerDaGas: string | number | bigint;
|
|
9565
|
+
feePerL2Gas: string | number | bigint;
|
|
9566
|
+
};
|
|
9567
|
+
chainId?: any;
|
|
9568
|
+
version?: any;
|
|
9569
|
+
slotNumber?: any;
|
|
9570
|
+
coinbase?: any;
|
|
9571
|
+
feeRecipient?: any;
|
|
9572
|
+
};
|
|
9694
9573
|
tx: {
|
|
9695
9574
|
hash: string;
|
|
9696
|
-
globalVariables: {
|
|
9697
|
-
blockNumber: string | number | bigint;
|
|
9698
|
-
timestamp: string | number | bigint;
|
|
9699
|
-
gasFees: {
|
|
9700
|
-
feePerDaGas: string | number | bigint;
|
|
9701
|
-
feePerL2Gas: string | number | bigint;
|
|
9702
|
-
};
|
|
9703
|
-
chainId?: any;
|
|
9704
|
-
version?: any;
|
|
9705
|
-
slotNumber?: any;
|
|
9706
|
-
coinbase?: any;
|
|
9707
|
-
feeRecipient?: any;
|
|
9708
|
-
};
|
|
9709
9575
|
gasSettings: {
|
|
9710
9576
|
gasLimits: {
|
|
9711
9577
|
daGas: string | number | bigint;
|
|
@@ -9892,7 +9758,6 @@ export declare class AvmCircuitInputs {
|
|
|
9892
9758
|
};
|
|
9893
9759
|
lowLeavesWitnessData: {
|
|
9894
9760
|
path: string[];
|
|
9895
|
-
index: string | number | bigint;
|
|
9896
9761
|
leaf: {
|
|
9897
9762
|
leaf: {
|
|
9898
9763
|
nullifier: string;
|
|
@@ -9907,10 +9772,10 @@ export declare class AvmCircuitInputs {
|
|
|
9907
9772
|
nextKey: string;
|
|
9908
9773
|
nextIndex: string | number | bigint;
|
|
9909
9774
|
};
|
|
9775
|
+
index: string | number | bigint;
|
|
9910
9776
|
};
|
|
9911
9777
|
insertionWitnessData: {
|
|
9912
9778
|
path: string[];
|
|
9913
|
-
index: string | number | bigint;
|
|
9914
9779
|
leaf: {
|
|
9915
9780
|
leaf: {
|
|
9916
9781
|
nullifier: string;
|
|
@@ -9925,6 +9790,7 @@ export declare class AvmCircuitInputs {
|
|
|
9925
9790
|
nextKey: string;
|
|
9926
9791
|
nextIndex: string | number | bigint;
|
|
9927
9792
|
};
|
|
9793
|
+
index: string | number | bigint;
|
|
9928
9794
|
};
|
|
9929
9795
|
}[];
|
|
9930
9796
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -9945,7 +9811,6 @@ export declare class AvmCircuitInputs {
|
|
|
9945
9811
|
};
|
|
9946
9812
|
lowLeavesWitnessData: {
|
|
9947
9813
|
path: string[];
|
|
9948
|
-
index: string | number | bigint;
|
|
9949
9814
|
leaf: {
|
|
9950
9815
|
leaf: {
|
|
9951
9816
|
nullifier: string;
|
|
@@ -9960,10 +9825,10 @@ export declare class AvmCircuitInputs {
|
|
|
9960
9825
|
nextKey: string;
|
|
9961
9826
|
nextIndex: string | number | bigint;
|
|
9962
9827
|
};
|
|
9828
|
+
index: string | number | bigint;
|
|
9963
9829
|
};
|
|
9964
9830
|
insertionWitnessData: {
|
|
9965
9831
|
path: string[];
|
|
9966
|
-
index: string | number | bigint;
|
|
9967
9832
|
leaf: {
|
|
9968
9833
|
leaf: {
|
|
9969
9834
|
nullifier: string;
|
|
@@ -9978,6 +9843,7 @@ export declare class AvmCircuitInputs {
|
|
|
9978
9843
|
nextKey: string;
|
|
9979
9844
|
nextIndex: string | number | bigint;
|
|
9980
9845
|
};
|
|
9846
|
+
index: string | number | bigint;
|
|
9981
9847
|
};
|
|
9982
9848
|
}[];
|
|
9983
9849
|
appendLeavesHints: {
|