@aztec/stdlib 0.0.1-commit.fce3e4f → 0.0.1-commit.ff7989d6c
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 +603 -5
- package/dest/abi/abi.d.ts.map +1 -1
- package/dest/abi/abi.js +7 -7
- package/dest/abi/authorization_selector.d.ts +2 -2
- package/dest/abi/authorization_selector.d.ts.map +1 -1
- package/dest/abi/authorization_selector.js +2 -1
- package/dest/abi/buffer.d.ts +2 -2
- package/dest/abi/buffer.d.ts.map +1 -1
- package/dest/abi/buffer.js +1 -1
- package/dest/abi/contract_artifact.d.ts +2 -2
- package/dest/abi/contract_artifact.d.ts.map +1 -1
- package/dest/abi/contract_artifact.js +1 -1
- package/dest/abi/decoder.d.ts +2 -2
- package/dest/abi/decoder.d.ts.map +1 -1
- package/dest/abi/encoder.d.ts +2 -2
- package/dest/abi/encoder.d.ts.map +1 -1
- package/dest/abi/encoder.js +1 -1
- package/dest/abi/event_selector.d.ts +2 -2
- package/dest/abi/event_selector.d.ts.map +1 -1
- package/dest/abi/event_selector.js +2 -1
- package/dest/abi/function_call.d.ts +48 -10
- package/dest/abi/function_call.d.ts.map +1 -1
- package/dest/abi/function_call.js +20 -3
- package/dest/abi/function_selector.d.ts +3 -2
- package/dest/abi/function_selector.d.ts.map +1 -1
- package/dest/abi/function_selector.js +9 -1
- package/dest/abi/note_selector.d.ts +2 -2
- package/dest/abi/note_selector.d.ts.map +1 -1
- package/dest/abi/note_selector.js +2 -2
- package/dest/abi/selector.d.ts +2 -2
- package/dest/abi/selector.d.ts.map +1 -1
- package/dest/abi/selector.js +4 -2
- package/dest/abi/utils.d.ts +7 -1
- package/dest/abi/utils.d.ts.map +1 -1
- package/dest/abi/utils.js +7 -0
- package/dest/auth_witness/auth_witness.d.ts +3 -2
- package/dest/auth_witness/auth_witness.d.ts.map +1 -1
- package/dest/auth_witness/auth_witness.js +5 -5
- package/dest/avm/avm.d.ts +598 -386
- package/dest/avm/avm.d.ts.map +1 -1
- package/dest/avm/avm.js +238 -22
- package/dest/avm/avm_accumulated_data.d.ts +31 -4
- package/dest/avm/avm_accumulated_data.d.ts.map +1 -1
- package/dest/avm/avm_accumulated_data.js +6 -3
- package/dest/avm/avm_circuit_public_inputs.d.ts +14 -12
- package/dest/avm/avm_circuit_public_inputs.d.ts.map +1 -1
- package/dest/avm/avm_circuit_public_inputs.js +4 -2
- package/dest/avm/avm_proving_request.d.ts +306 -302
- package/dest/avm/avm_proving_request.d.ts.map +1 -1
- package/dest/avm/contract_storage_read.d.ts +14 -2
- package/dest/avm/contract_storage_read.d.ts.map +1 -1
- package/dest/avm/contract_storage_read.js +1 -1
- package/dest/avm/contract_storage_update_request.d.ts +14 -2
- package/dest/avm/contract_storage_update_request.d.ts.map +1 -1
- package/dest/avm/contract_storage_update_request.js +1 -1
- package/dest/avm/message_pack.d.ts +1 -1
- package/dest/avm/message_pack.d.ts.map +1 -1
- package/dest/avm/message_pack.js +2 -1
- package/dest/avm/public_call_stack_item_compressed.d.ts +4 -2
- package/dest/avm/public_call_stack_item_compressed.d.ts.map +1 -1
- package/dest/avm/public_call_stack_item_compressed.js +1 -1
- package/dest/avm/public_data_read.d.ts +11 -2
- package/dest/avm/public_data_read.d.ts.map +1 -1
- package/dest/avm/public_data_read.js +1 -1
- package/dest/avm/public_data_update_request.d.ts +11 -2
- package/dest/avm/public_data_update_request.d.ts.map +1 -1
- package/dest/avm/public_data_update_request.js +4 -2
- package/dest/avm/public_data_write.d.ts +8 -2
- package/dest/avm/public_data_write.d.ts.map +1 -1
- package/dest/avm/public_data_write.js +1 -1
- package/dest/avm/public_inner_call_request.d.ts +5 -2
- package/dest/avm/public_inner_call_request.d.ts.map +1 -1
- package/dest/avm/public_inner_call_request.js +3 -1
- package/dest/avm/revert_code.d.ts +5 -5
- package/dest/avm/revert_code.d.ts.map +1 -1
- package/dest/avm/revert_code.js +4 -2
- package/dest/aztec-address/index.d.ts +3 -2
- package/dest/aztec-address/index.d.ts.map +1 -1
- package/dest/aztec-address/index.js +5 -2
- package/dest/block/attestation_info.d.ts +5 -5
- package/dest/block/attestation_info.d.ts.map +1 -1
- package/dest/block/attestation_info.js +5 -5
- package/dest/block/block_data.d.ts +52 -0
- package/dest/block/block_data.d.ts.map +1 -0
- package/dest/block/block_data.js +12 -0
- package/dest/block/block_hash.d.ts +19 -15
- package/dest/block/block_hash.d.ts.map +1 -1
- package/dest/block/block_hash.js +23 -21
- package/dest/block/block_parameter.d.ts +6 -0
- package/dest/block/block_parameter.d.ts.map +1 -0
- package/dest/block/block_parameter.js +8 -0
- package/dest/block/body.d.ts +1 -1
- package/dest/block/body.d.ts.map +1 -1
- package/dest/block/body.js +5 -2
- package/dest/block/checkpointed_l2_block.d.ts +150 -0
- package/dest/block/checkpointed_l2_block.d.ts.map +1 -0
- package/dest/block/checkpointed_l2_block.js +46 -0
- package/dest/block/in_block.d.ts +34 -15
- package/dest/block/in_block.d.ts.map +1 -1
- package/dest/block/in_block.js +21 -12
- package/dest/block/index.d.ts +4 -5
- package/dest/block/index.d.ts.map +1 -1
- package/dest/block/index.js +3 -4
- package/dest/block/l2_block.d.ts +59 -59
- package/dest/block/l2_block.d.ts.map +1 -1
- package/dest/block/l2_block.js +69 -110
- package/dest/block/l2_block_info.d.ts +16 -11
- package/dest/block/l2_block_info.d.ts.map +1 -1
- package/dest/block/l2_block_info.js +8 -7
- package/dest/block/l2_block_source.d.ts +390 -151
- package/dest/block/l2_block_source.d.ts.map +1 -1
- package/dest/block/l2_block_source.js +29 -16
- package/dest/block/l2_block_stream/index.d.ts +2 -1
- package/dest/block/l2_block_stream/index.d.ts.map +1 -1
- package/dest/block/l2_block_stream/index.js +1 -0
- package/dest/block/l2_block_stream/interfaces.d.ts +15 -5
- package/dest/block/l2_block_stream/interfaces.d.ts.map +1 -1
- package/dest/block/l2_block_stream/l2_block_stream.d.ts +13 -3
- package/dest/block/l2_block_stream/l2_block_stream.d.ts.map +1 -1
- package/dest/block/l2_block_stream/l2_block_stream.js +116 -32
- package/dest/block/l2_block_stream/l2_tips_memory_store.d.ts +24 -15
- package/dest/block/l2_block_stream/l2_tips_memory_store.d.ts.map +1 -1
- package/dest/block/l2_block_stream/l2_tips_memory_store.js +55 -59
- package/dest/block/l2_block_stream/l2_tips_store_base.d.ts +49 -0
- package/dest/block/l2_block_stream/l2_tips_store_base.d.ts.map +1 -0
- package/dest/block/l2_block_stream/l2_tips_store_base.js +179 -0
- package/dest/block/proposal/attestations_and_signers.d.ts +2 -2
- package/dest/block/proposal/attestations_and_signers.d.ts.map +1 -1
- package/dest/block/proposal/committee_attestation.d.ts +2 -2
- package/dest/block/proposal/committee_attestation.d.ts.map +1 -1
- package/dest/block/test/l2_tips_store_test_suite.d.ts +1 -1
- package/dest/block/test/l2_tips_store_test_suite.d.ts.map +1 -1
- package/dest/block/test/l2_tips_store_test_suite.js +482 -43
- package/dest/block/validate_block_result.d.ts +24 -24
- package/dest/block/validate_block_result.d.ts.map +1 -1
- package/dest/block/validate_block_result.js +18 -17
- package/dest/checkpoint/checkpoint.d.ts +74 -18
- package/dest/checkpoint/checkpoint.d.ts.map +1 -1
- package/dest/checkpoint/checkpoint.js +78 -16
- package/dest/checkpoint/checkpoint_data.d.ts +120 -0
- package/dest/checkpoint/checkpoint_data.d.ts.map +1 -0
- package/dest/checkpoint/checkpoint_data.js +26 -0
- package/dest/checkpoint/checkpoint_info.d.ts +38 -0
- package/dest/checkpoint/checkpoint_info.d.ts.map +1 -0
- package/dest/checkpoint/checkpoint_info.js +34 -0
- package/dest/checkpoint/index.d.ts +3 -1
- package/dest/checkpoint/index.d.ts.map +1 -1
- package/dest/checkpoint/index.js +2 -0
- package/dest/checkpoint/published_checkpoint.d.ts +58 -15
- package/dest/checkpoint/published_checkpoint.d.ts.map +1 -1
- package/dest/checkpoint/published_checkpoint.js +16 -6
- package/dest/config/index.d.ts +2 -1
- package/dest/config/index.d.ts.map +1 -1
- package/dest/config/index.js +1 -0
- package/dest/config/node-rpc-config.js +1 -1
- package/dest/config/sequencer-config.d.ts +10 -0
- package/dest/config/sequencer-config.d.ts.map +1 -0
- package/dest/config/sequencer-config.js +18 -0
- package/dest/contract/artifact_hash.d.ts +2 -2
- package/dest/contract/artifact_hash.d.ts.map +1 -1
- package/dest/contract/artifact_hash.js +2 -2
- package/dest/contract/complete_address.d.ts +5 -2
- package/dest/contract/complete_address.d.ts.map +1 -1
- package/dest/contract/complete_address.js +1 -1
- package/dest/contract/contract_address.d.ts +2 -2
- package/dest/contract/contract_address.d.ts.map +1 -1
- package/dest/contract/contract_address.js +6 -6
- package/dest/contract/contract_class.d.ts +3 -4
- package/dest/contract/contract_class.d.ts.map +1 -1
- package/dest/contract/contract_class.js +1 -1
- package/dest/contract/contract_class_id.d.ts +3 -3
- package/dest/contract/contract_class_id.d.ts.map +1 -1
- package/dest/contract/contract_class_id.js +8 -7
- package/dest/contract/contract_deployment_data.d.ts +5 -5
- package/dest/contract/contract_instance.d.ts +2 -2
- package/dest/contract/contract_instance.d.ts.map +1 -1
- package/dest/contract/contract_instance.js +1 -1
- package/dest/contract/contract_instance_update.d.ts +2 -2
- package/dest/contract/contract_instance_update.d.ts.map +1 -1
- package/dest/contract/contract_instance_update.js +1 -1
- package/dest/contract/deployment_info.d.ts +2 -2
- package/dest/contract/deployment_info.d.ts.map +1 -1
- package/dest/contract/index.d.ts +1 -3
- package/dest/contract/index.d.ts.map +1 -1
- package/dest/contract/index.js +0 -2
- package/dest/contract/interfaces/contract_class.d.ts +19 -14
- package/dest/contract/interfaces/contract_class.d.ts.map +1 -1
- package/dest/contract/interfaces/contract_class.js +35 -18
- package/dest/contract/interfaces/contract_data_source.d.ts +4 -3
- package/dest/contract/interfaces/contract_data_source.d.ts.map +1 -1
- package/dest/contract/interfaces/contract_instance.d.ts +40 -31
- package/dest/contract/interfaces/contract_instance.d.ts.map +1 -1
- package/dest/contract/interfaces/contract_instance.js +30 -5
- package/dest/contract/interfaces/contract_instance_update.d.ts +7 -8
- package/dest/contract/interfaces/contract_instance_update.d.ts.map +1 -1
- package/dest/contract/interfaces/contract_instance_update.js +5 -5
- package/dest/contract/interfaces/node-info.d.ts +3 -1
- package/dest/contract/interfaces/node-info.d.ts.map +1 -1
- package/dest/contract/interfaces/node-info.js +2 -1
- package/dest/contract/partial_address.d.ts +2 -2
- package/dest/contract/partial_address.d.ts.map +1 -1
- package/dest/contract/private_function.d.ts +2 -2
- package/dest/contract/private_function.d.ts.map +1 -1
- package/dest/contract/private_function.js +5 -5
- package/dest/contract/private_function_membership_proof.d.ts +1 -1
- package/dest/contract/private_function_membership_proof.js +3 -3
- package/dest/contract/utility_function_membership_proof.js +1 -1
- package/dest/database-version/database_version.d.ts +58 -0
- package/dest/database-version/database_version.d.ts.map +1 -0
- package/dest/database-version/database_version.js +69 -0
- package/dest/database-version/version_manager.d.ts +3 -49
- package/dest/database-version/version_manager.d.ts.map +1 -1
- package/dest/database-version/version_manager.js +1 -64
- package/dest/delayed_public_mutable/delayed_public_mutable_values.d.ts +3 -3
- package/dest/delayed_public_mutable/delayed_public_mutable_values.d.ts.map +1 -1
- package/dest/delayed_public_mutable/delayed_public_mutable_values.js +9 -12
- package/dest/delayed_public_mutable/delayed_public_mutable_values_with_hash.d.ts +2 -2
- package/dest/delayed_public_mutable/delayed_public_mutable_values_with_hash.d.ts.map +1 -1
- package/dest/delayed_public_mutable/delayed_public_mutable_values_with_hash.js +1 -1
- package/dest/delayed_public_mutable/scheduled_value_change.d.ts +2 -2
- package/dest/delayed_public_mutable/scheduled_value_change.d.ts.map +1 -1
- package/dest/delayed_public_mutable/scheduled_value_change.js +1 -1
- package/dest/deserialization/index.d.ts +11 -0
- package/dest/deserialization/index.d.ts.map +1 -0
- package/dest/deserialization/index.js +10 -0
- package/dest/epoch-helpers/index.d.ts +7 -1
- package/dest/epoch-helpers/index.d.ts.map +1 -1
- package/dest/epoch-helpers/index.js +12 -6
- package/dest/errors/proving_error.d.ts +2 -2
- package/dest/errors/proving_error.d.ts.map +1 -1
- package/dest/errors/simulation_error.d.ts +2 -2
- package/dest/errors/simulation_error.d.ts.map +1 -1
- package/dest/fees/transaction_fee.d.ts +2 -2
- package/dest/fees/transaction_fee.d.ts.map +1 -1
- package/dest/file-store/local.d.ts +3 -3
- package/dest/file-store/local.d.ts.map +1 -1
- package/dest/file-store/local.js +13 -4
- package/dest/file-store/s3.d.ts +1 -1
- package/dest/file-store/s3.d.ts.map +1 -1
- package/dest/file-store/s3.js +11 -3
- package/dest/gas/gas.d.ts +2 -2
- package/dest/gas/gas.d.ts.map +1 -1
- package/dest/gas/gas.js +4 -2
- package/dest/gas/gas_fees.d.ts +2 -2
- package/dest/gas/gas_fees.d.ts.map +1 -1
- package/dest/gas/gas_fees.js +3 -1
- package/dest/gas/gas_settings.d.ts +2 -2
- package/dest/gas/gas_settings.d.ts.map +1 -1
- package/dest/gas/gas_settings.js +1 -1
- package/dest/ha-signing/config.d.ts +101 -0
- package/dest/ha-signing/config.d.ts.map +1 -0
- package/dest/ha-signing/config.js +92 -0
- package/dest/ha-signing/index.d.ts +3 -0
- package/dest/ha-signing/index.d.ts.map +1 -0
- package/dest/ha-signing/index.js +2 -0
- package/dest/ha-signing/types.d.ts +85 -0
- package/dest/ha-signing/types.d.ts.map +1 -0
- package/dest/ha-signing/types.js +32 -0
- package/dest/hash/hash.d.ts +3 -10
- package/dest/hash/hash.d.ts.map +1 -1
- package/dest/hash/hash.js +17 -22
- package/dest/hash/map_slot.d.ts +2 -2
- package/dest/hash/map_slot.d.ts.map +1 -1
- package/dest/hash/map_slot.js +4 -3
- package/dest/interfaces/allowed_element.d.ts +8 -9
- package/dest/interfaces/allowed_element.d.ts.map +1 -1
- package/dest/interfaces/allowed_element.js +3 -3
- package/dest/interfaces/api_limit.d.ts +3 -1
- package/dest/interfaces/api_limit.d.ts.map +1 -1
- package/dest/interfaces/api_limit.js +2 -0
- package/dest/interfaces/archiver.d.ts +12 -7
- package/dest/interfaces/archiver.d.ts.map +1 -1
- package/dest/interfaces/archiver.js +40 -21
- package/dest/interfaces/aztec-node-admin.d.ts +140 -42
- package/dest/interfaces/aztec-node-admin.d.ts.map +1 -1
- package/dest/interfaces/aztec-node-admin.js +15 -7
- package/dest/interfaces/aztec-node.d.ts +90 -95
- package/dest/interfaces/aztec-node.d.ts.map +1 -1
- package/dest/interfaces/aztec-node.js +32 -33
- package/dest/interfaces/block-builder.d.ts +24 -14
- package/dest/interfaces/block-builder.d.ts.map +1 -1
- package/dest/interfaces/block-builder.js +16 -1
- package/dest/interfaces/configs.d.ts +71 -27
- package/dest/interfaces/configs.d.ts.map +1 -1
- package/dest/interfaces/configs.js +15 -6
- package/dest/interfaces/epoch-prover.d.ts +5 -5
- package/dest/interfaces/epoch-prover.d.ts.map +1 -1
- package/dest/interfaces/get_logs_response.d.ts +30 -6
- package/dest/interfaces/get_logs_response.d.ts.map +1 -1
- package/dest/interfaces/get_logs_response.js +5 -4
- package/dest/interfaces/l2_logs_source.d.ts +21 -15
- package/dest/interfaces/l2_logs_source.d.ts.map +1 -1
- package/dest/interfaces/merkle_tree_operations.d.ts +5 -4
- package/dest/interfaces/merkle_tree_operations.d.ts.map +1 -1
- package/dest/interfaces/p2p.d.ts +7 -9
- package/dest/interfaces/p2p.d.ts.map +1 -1
- package/dest/interfaces/p2p.js +3 -4
- package/dest/interfaces/prover-broker.d.ts +16 -1
- package/dest/interfaces/prover-broker.d.ts.map +1 -1
- package/dest/interfaces/prover-broker.js +4 -1
- package/dest/interfaces/prover-client.d.ts +19 -3
- package/dest/interfaces/prover-client.d.ts.map +1 -1
- package/dest/interfaces/prover-client.js +16 -4
- package/dest/interfaces/proving-job.d.ts +60 -56
- package/dest/interfaces/proving-job.d.ts.map +1 -1
- package/dest/interfaces/proving-job.js +1 -7
- package/dest/interfaces/public_state_source.d.ts +2 -2
- package/dest/interfaces/public_state_source.d.ts.map +1 -1
- package/dest/interfaces/server_circuit_prover.d.ts +4 -3
- package/dest/interfaces/server_circuit_prover.d.ts.map +1 -1
- package/dest/interfaces/slasher.d.ts +9 -1
- package/dest/interfaces/slasher.d.ts.map +1 -1
- package/dest/interfaces/slasher.js +5 -3
- package/dest/interfaces/validator.d.ts +162 -27
- package/dest/interfaces/validator.d.ts.map +1 -1
- package/dest/interfaces/validator.js +12 -7
- package/dest/interfaces/world_state.d.ts +23 -31
- package/dest/interfaces/world_state.d.ts.map +1 -1
- package/dest/interfaces/world_state.js +4 -3
- package/dest/kernel/claimed_length_array.d.ts +2 -2
- package/dest/kernel/claimed_length_array.d.ts.map +1 -1
- package/dest/kernel/claimed_length_array.js +3 -1
- package/dest/kernel/hints/build_note_hash_read_request_hints.d.ts +6 -5
- 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 +19 -10
- package/dest/kernel/hints/build_nullifier_read_request_hints.d.ts +4 -4
- package/dest/kernel/hints/build_nullifier_read_request_hints.d.ts.map +1 -1
- package/dest/kernel/hints/build_nullifier_read_request_hints.js +16 -8
- package/dest/kernel/hints/find_private_kernel_reset_dimensions.d.ts +1 -1
- package/dest/kernel/hints/find_private_kernel_reset_dimensions.d.ts.map +1 -1
- package/dest/kernel/hints/find_private_kernel_reset_dimensions.js +1 -3
- package/dest/kernel/hints/index.d.ts +2 -2
- package/dest/kernel/hints/index.js +2 -2
- package/dest/kernel/hints/key_validation_hint.d.ts +3 -2
- package/dest/kernel/hints/key_validation_hint.d.ts.map +1 -1
- package/dest/kernel/hints/key_validation_hint.js +1 -1
- package/dest/kernel/hints/key_validation_request.d.ts +5 -3
- package/dest/kernel/hints/key_validation_request.d.ts.map +1 -1
- package/dest/kernel/hints/key_validation_request.js +2 -1
- package/dest/kernel/hints/key_validation_request_and_separator.d.ts +24 -0
- package/dest/kernel/hints/key_validation_request_and_separator.d.ts.map +1 -0
- package/dest/kernel/hints/{key_validation_request_and_generator.js → key_validation_request_and_separator.js} +13 -16
- package/dest/kernel/hints/note_hash_read_request_hints.d.ts +2 -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 +1 -1
- package/dest/kernel/hints/private_kernel_reset_hints.d.ts +13 -1
- package/dest/kernel/hints/private_kernel_reset_hints.d.ts.map +1 -1
- package/dest/kernel/hints/read_request.d.ts +8 -2
- package/dest/kernel/hints/read_request.d.ts.map +1 -1
- package/dest/kernel/hints/read_request.js +1 -1
- package/dest/kernel/hints/read_request_hints.d.ts +7 -1
- package/dest/kernel/hints/read_request_hints.d.ts.map +1 -1
- package/dest/kernel/hints/{scoped_key_validation_request_and_generator.d.ts → scoped_key_validation_request_and_separator.d.ts} +9 -9
- package/dest/kernel/hints/{scoped_key_validation_request_and_generator.d.ts.map → scoped_key_validation_request_and_separator.d.ts.map} +1 -1
- package/dest/kernel/hints/{scoped_key_validation_request_and_generator.js → scoped_key_validation_request_and_separator.js} +6 -6
- package/dest/kernel/hints/scoped_value_cache.d.ts +2 -2
- package/dest/kernel/hints/scoped_value_cache.d.ts.map +1 -1
- package/dest/kernel/hints/transient_data_squashing_hint.d.ts +2 -2
- package/dest/kernel/hints/transient_data_squashing_hint.d.ts.map +1 -1
- package/dest/kernel/hints/transient_data_squashing_hint.js +4 -2
- package/dest/kernel/hints/tree_leaf_read_request.d.ts +2 -2
- package/dest/kernel/hints/tree_leaf_read_request.d.ts.map +1 -1
- package/dest/kernel/hints/tree_leaf_read_request.js +1 -1
- package/dest/kernel/log_hash.d.ts +2 -2
- package/dest/kernel/log_hash.d.ts.map +1 -1
- package/dest/kernel/log_hash.js +4 -2
- package/dest/kernel/note_hash.d.ts +2 -2
- package/dest/kernel/note_hash.d.ts.map +1 -1
- package/dest/kernel/note_hash.js +1 -1
- package/dest/kernel/nullifier.d.ts +2 -2
- package/dest/kernel/nullifier.d.ts.map +1 -1
- package/dest/kernel/nullifier.js +1 -1
- package/dest/kernel/padded_side_effects.d.ts +2 -2
- package/dest/kernel/padded_side_effects.d.ts.map +1 -1
- package/dest/kernel/padded_side_effects.js +1 -1
- package/dest/kernel/private_accumulated_data.d.ts +23 -1
- package/dest/kernel/private_accumulated_data.d.ts.map +1 -1
- package/dest/kernel/private_call_data.d.ts +26 -2
- package/dest/kernel/private_call_data.d.ts.map +1 -1
- package/dest/kernel/private_call_data.js +1 -1
- package/dest/kernel/private_call_request.d.ts +17 -2
- package/dest/kernel/private_call_request.d.ts.map +1 -1
- package/dest/kernel/private_call_request.js +1 -1
- package/dest/kernel/private_circuit_public_inputs.d.ts +127 -54
- package/dest/kernel/private_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_circuit_public_inputs.js +72 -72
- package/dest/kernel/private_context_inputs.d.ts +2 -2
- package/dest/kernel/private_context_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_circuit_public_inputs.d.ts +34 -4
- package/dest/kernel/private_kernel_circuit_public_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_circuit_public_inputs.js +5 -5
- package/dest/kernel/private_kernel_data.d.ts +7 -1
- package/dest/kernel/private_kernel_data.d.ts.map +1 -1
- package/dest/kernel/private_kernel_init_circuit_private_inputs.d.ts +23 -2
- package/dest/kernel/private_kernel_init_circuit_private_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_init_circuit_private_inputs.js +1 -1
- package/dest/kernel/private_kernel_inner_circuit_private_inputs.d.ts +7 -1
- package/dest/kernel/private_kernel_inner_circuit_private_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_reset_circuit_private_inputs.d.ts +4 -1
- package/dest/kernel/private_kernel_reset_circuit_private_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_tail_circuit_private_inputs.d.ts +12 -3
- package/dest/kernel/private_kernel_tail_circuit_private_inputs.d.ts.map +1 -1
- package/dest/kernel/private_kernel_tail_circuit_private_inputs.js +4 -4
- package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts +26 -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 +8 -8
- package/dest/kernel/private_log_data.d.ts +2 -2
- package/dest/kernel/private_log_data.d.ts.map +1 -1
- package/dest/kernel/private_log_data.js +5 -2
- package/dest/kernel/private_to_avm_accumulated_data.d.ts +4 -4
- package/dest/kernel/private_to_avm_accumulated_data.d.ts.map +1 -1
- package/dest/kernel/private_to_avm_accumulated_data.js +6 -3
- package/dest/kernel/private_to_public_accumulated_data.d.ts +2 -2
- package/dest/kernel/private_to_public_accumulated_data.d.ts.map +1 -1
- package/dest/kernel/private_to_public_accumulated_data.js +4 -2
- package/dest/kernel/private_to_public_accumulated_data_builder.d.ts +2 -2
- package/dest/kernel/private_to_public_accumulated_data_builder.d.ts.map +1 -1
- package/dest/kernel/private_to_public_accumulated_data_builder.js +1 -1
- 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 +8 -8
- package/dest/kernel/private_to_rollup_accumulated_data.d.ts +18 -2
- package/dest/kernel/private_to_rollup_accumulated_data.d.ts.map +1 -1
- package/dest/kernel/private_to_rollup_accumulated_data.js +4 -2
- package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.d.ts +19 -4
- 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 +8 -8
- package/dest/kernel/private_validation_requests.d.ts +13 -4
- package/dest/kernel/private_validation_requests.d.ts.map +1 -1
- package/dest/kernel/private_validation_requests.js +12 -10
- package/dest/kernel/public_call_request.d.ts +23 -2
- package/dest/kernel/public_call_request.d.ts.map +1 -1
- package/dest/kernel/public_call_request.js +6 -3
- package/dest/kernel/utils/optional_number.d.ts +8 -2
- package/dest/kernel/utils/optional_number.d.ts.map +1 -1
- package/dest/keys/derivation.d.ts +7 -6
- package/dest/keys/derivation.d.ts.map +1 -1
- package/dest/keys/derivation.js +20 -17
- package/dest/keys/key_types.d.ts +3 -3
- package/dest/keys/key_types.d.ts.map +1 -1
- package/dest/keys/public_key.d.ts +2 -2
- package/dest/keys/public_key.d.ts.map +1 -1
- package/dest/keys/public_keys.d.ts +7 -2
- package/dest/keys/public_keys.d.ts.map +1 -1
- package/dest/keys/public_keys.js +5 -4
- package/dest/keys/utils.d.ts +1 -1
- package/dest/keys/utils.d.ts.map +1 -1
- package/dest/keys/utils.js +8 -4
- package/dest/l1-contracts/slash_factory.d.ts +3 -2
- package/dest/l1-contracts/slash_factory.d.ts.map +1 -1
- package/dest/l1-contracts/slash_factory.js +2 -1
- package/dest/logs/contract_class_log.d.ts +2 -2
- package/dest/logs/contract_class_log.d.ts.map +1 -1
- package/dest/logs/contract_class_log.js +5 -3
- package/dest/logs/debug_log.d.ts +2 -2
- package/dest/logs/debug_log.d.ts.map +1 -1
- package/dest/logs/debug_log.js +1 -1
- package/dest/logs/directional_app_tagging_secret.d.ts +2 -2
- package/dest/logs/directional_app_tagging_secret.d.ts.map +1 -1
- package/dest/logs/directional_app_tagging_secret.js +3 -2
- package/dest/logs/extended_contract_class_log.d.ts +3 -1
- package/dest/logs/extended_contract_class_log.d.ts.map +1 -1
- package/dest/logs/extended_public_log.d.ts +20 -4
- package/dest/logs/extended_public_log.d.ts.map +1 -1
- package/dest/logs/index.d.ts +3 -2
- package/dest/logs/index.d.ts.map +1 -1
- package/dest/logs/index.js +2 -1
- package/dest/logs/log_id.d.ts +29 -11
- package/dest/logs/log_id.d.ts.map +1 -1
- package/dest/logs/log_id.js +27 -16
- package/dest/logs/message_context.d.ts +2 -2
- package/dest/logs/message_context.d.ts.map +1 -1
- package/dest/logs/message_context.js +1 -1
- package/dest/logs/pending_tagged_log.d.ts +2 -2
- package/dest/logs/pending_tagged_log.d.ts.map +1 -1
- package/dest/logs/pending_tagged_log.js +1 -1
- package/dest/logs/private_log.d.ts +3 -3
- package/dest/logs/private_log.d.ts.map +1 -1
- package/dest/logs/private_log.js +6 -3
- package/dest/logs/public_log.d.ts +3 -2
- package/dest/logs/public_log.d.ts.map +1 -1
- package/dest/logs/public_log.js +7 -2
- package/dest/logs/shared_secret_derivation.d.ts +2 -2
- package/dest/logs/shared_secret_derivation.d.ts.map +1 -1
- package/dest/logs/shared_secret_derivation.js +1 -1
- package/dest/logs/siloed_tag.d.ts +23 -0
- package/dest/logs/siloed_tag.d.ts.map +1 -0
- package/dest/logs/siloed_tag.js +27 -0
- package/dest/logs/tag.d.ts +21 -0
- package/dest/logs/tag.d.ts.map +1 -0
- package/dest/logs/tag.js +30 -0
- package/dest/logs/tx_scoped_l2_log.d.ts +32 -38
- package/dest/logs/tx_scoped_l2_log.d.ts.map +1 -1
- package/dest/logs/tx_scoped_l2_log.js +40 -45
- package/dest/messaging/in_hash.d.ts +5 -3
- package/dest/messaging/in_hash.d.ts.map +1 -1
- package/dest/messaging/in_hash.js +4 -2
- package/dest/messaging/inbox_leaf.d.ts +10 -7
- package/dest/messaging/inbox_leaf.d.ts.map +1 -1
- package/dest/messaging/inbox_leaf.js +10 -9
- package/dest/messaging/l1_actor.d.ts +8 -2
- package/dest/messaging/l1_actor.d.ts.map +1 -1
- package/dest/messaging/l1_actor.js +2 -2
- package/dest/messaging/l1_to_l2_message.d.ts +7 -2
- package/dest/messaging/l1_to_l2_message.d.ts.map +1 -1
- package/dest/messaging/l1_to_l2_message.js +2 -2
- package/dest/messaging/l1_to_l2_message_source.d.ts +6 -10
- package/dest/messaging/l1_to_l2_message_source.d.ts.map +1 -1
- package/dest/messaging/l2_actor.d.ts +8 -2
- package/dest/messaging/l2_actor.d.ts.map +1 -1
- package/dest/messaging/l2_actor.js +2 -2
- package/dest/messaging/l2_to_l1_membership.d.ts +89 -6
- package/dest/messaging/l2_to_l1_membership.d.ts.map +1 -1
- package/dest/messaging/l2_to_l1_membership.js +161 -43
- package/dest/messaging/l2_to_l1_message.d.ts +3 -2
- package/dest/messaging/l2_to_l1_message.d.ts.map +1 -1
- package/dest/messaging/l2_to_l1_message.js +4 -1
- package/dest/messaging/out_hash.d.ts +42 -4
- package/dest/messaging/out_hash.d.ts.map +1 -1
- package/dest/messaging/out_hash.js +55 -20
- package/dest/note/index.d.ts +1 -2
- package/dest/note/index.d.ts.map +1 -1
- package/dest/note/index.js +0 -1
- package/dest/note/note.d.ts +2 -2
- package/dest/note/note.d.ts.map +1 -1
- package/dest/note/note.js +5 -2
- package/dest/note/note_dao.d.ts +48 -9
- package/dest/note/note_dao.d.ts.map +1 -1
- package/dest/note/note_dao.js +29 -15
- package/dest/p2p/attestation_utils.d.ts +3 -3
- package/dest/p2p/attestation_utils.d.ts.map +1 -1
- package/dest/p2p/attestation_utils.js +1 -1
- package/dest/p2p/block_proposal.d.ts +103 -24
- package/dest/p2p/block_proposal.d.ts.map +1 -1
- package/dest/p2p/block_proposal.js +140 -40
- package/dest/p2p/checkpoint_attestation.d.ts +82 -0
- package/dest/p2p/checkpoint_attestation.d.ts.map +1 -0
- package/dest/p2p/{block_attestation.js → checkpoint_attestation.js} +24 -20
- package/dest/p2p/checkpoint_proposal.d.ts +179 -0
- package/dest/p2p/checkpoint_proposal.d.ts.map +1 -0
- package/dest/p2p/checkpoint_proposal.js +243 -0
- package/dest/p2p/consensus_payload.d.ts +21 -12
- package/dest/p2p/consensus_payload.d.ts.map +1 -1
- package/dest/p2p/consensus_payload.js +25 -20
- package/dest/p2p/constants.d.ts +5 -0
- package/dest/p2p/constants.d.ts.map +1 -0
- package/dest/p2p/constants.js +3 -0
- package/dest/p2p/gossipable.d.ts +4 -3
- package/dest/p2p/gossipable.d.ts.map +1 -1
- package/dest/p2p/gossipable.js +16 -5
- package/dest/p2p/index.d.ts +5 -2
- package/dest/p2p/index.d.ts.map +1 -1
- package/dest/p2p/index.js +4 -1
- package/dest/p2p/message_validator.d.ts +18 -3
- package/dest/p2p/message_validator.d.ts.map +1 -1
- package/dest/p2p/message_validator.js +2 -1
- package/dest/p2p/signature_utils.d.ts +5 -3
- package/dest/p2p/signature_utils.d.ts.map +1 -1
- package/dest/p2p/signature_utils.js +5 -2
- package/dest/p2p/signed_txs.d.ts +42 -0
- package/dest/p2p/signed_txs.d.ts.map +1 -0
- package/dest/p2p/signed_txs.js +75 -0
- package/dest/p2p/topic_type.d.ts +3 -2
- package/dest/p2p/topic_type.d.ts.map +1 -1
- package/dest/p2p/topic_type.js +10 -3
- package/dest/parity/parity_base_private_inputs.d.ts +4 -2
- package/dest/parity/parity_base_private_inputs.d.ts.map +1 -1
- package/dest/parity/parity_base_private_inputs.js +1 -1
- package/dest/parity/parity_public_inputs.d.ts +5 -2
- package/dest/parity/parity_public_inputs.d.ts.map +1 -1
- package/dest/parity/parity_public_inputs.js +1 -1
- package/dest/parity/parity_root_private_inputs.d.ts +2 -1
- package/dest/parity/parity_root_private_inputs.d.ts.map +1 -1
- package/dest/proofs/chonk_proof.d.ts +2 -2
- package/dest/proofs/chonk_proof.d.ts.map +1 -1
- package/dest/proofs/chonk_proof.js +11 -6
- package/dest/proofs/proof.d.ts +5 -2
- package/dest/proofs/proof.d.ts.map +1 -1
- package/dest/proofs/proof.js +1 -1
- package/dest/proofs/proof_data.d.ts +13 -1
- package/dest/proofs/proof_data.d.ts.map +1 -1
- package/dest/proofs/proof_data.js +17 -0
- package/dest/proofs/recursive_proof.d.ts +11 -2
- package/dest/proofs/recursive_proof.d.ts.map +1 -1
- package/dest/proofs/recursive_proof.js +1 -1
- package/dest/rollup/avm_proof_data.d.ts +3 -5
- package/dest/rollup/avm_proof_data.d.ts.map +1 -1
- package/dest/rollup/avm_proof_data.js +1 -9
- package/dest/rollup/base_rollup_hints.d.ts +35 -2
- package/dest/rollup/base_rollup_hints.d.ts.map +1 -1
- package/dest/rollup/base_rollup_hints.js +1 -1
- package/dest/rollup/block_constant_data.d.ts +13 -2
- package/dest/rollup/block_constant_data.d.ts.map +1 -1
- package/dest/rollup/block_constant_data.js +1 -1
- package/dest/rollup/block_headers_hash.d.ts +2 -2
- package/dest/rollup/block_headers_hash.d.ts.map +1 -1
- package/dest/rollup/block_headers_hash.js +2 -2
- package/dest/rollup/block_merge_rollup_private_inputs.d.ts +4 -1
- package/dest/rollup/block_merge_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/block_rollup_public_inputs.d.ts +48 -12
- package/dest/rollup/block_rollup_public_inputs.d.ts.map +1 -1
- package/dest/rollup/block_rollup_public_inputs.js +9 -13
- package/dest/rollup/block_root_rollup_private_inputs.d.ts +65 -2
- package/dest/rollup/block_root_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/block_root_rollup_private_inputs.js +1 -1
- package/dest/rollup/checkpoint_constant_data.d.ts +12 -2
- package/dest/rollup/checkpoint_constant_data.d.ts.map +1 -1
- package/dest/rollup/checkpoint_constant_data.js +5 -2
- package/dest/rollup/checkpoint_header.d.ts +47 -13
- package/dest/rollup/checkpoint_header.d.ts.map +1 -1
- package/dest/rollup/checkpoint_header.js +55 -22
- package/dest/rollup/checkpoint_merge_rollup_private_inputs.d.ts +4 -1
- package/dest/rollup/checkpoint_merge_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/checkpoint_rollup_public_inputs.d.ts +47 -7
- package/dest/rollup/checkpoint_rollup_public_inputs.d.ts.map +1 -1
- package/dest/rollup/checkpoint_rollup_public_inputs.js +12 -4
- package/dest/rollup/checkpoint_root_rollup_private_inputs.d.ts +46 -4
- package/dest/rollup/checkpoint_root_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/checkpoint_root_rollup_private_inputs.js +15 -3
- package/dest/rollup/epoch_constant_data.d.ts +17 -2
- package/dest/rollup/epoch_constant_data.d.ts.map +1 -1
- package/dest/rollup/epoch_constant_data.js +1 -1
- package/dest/rollup/public_chonk_verifier_private_inputs.d.ts +2 -2
- package/dest/rollup/public_chonk_verifier_private_inputs.d.ts.map +1 -1
- package/dest/rollup/public_chonk_verifier_private_inputs.js +1 -1
- package/dest/rollup/public_chonk_verifier_public_inputs.d.ts +2 -2
- package/dest/rollup/public_chonk_verifier_public_inputs.d.ts.map +1 -1
- package/dest/rollup/public_chonk_verifier_public_inputs.js +1 -1
- package/dest/rollup/public_tx_base_rollup_private_inputs.d.ts +1 -1
- package/dest/rollup/public_tx_base_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/public_tx_base_rollup_private_inputs.js +2 -2
- package/dest/rollup/root_rollup_private_inputs.d.ts +6 -1
- package/dest/rollup/root_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/root_rollup_public_inputs.d.ts +22 -7
- package/dest/rollup/root_rollup_public_inputs.d.ts.map +1 -1
- package/dest/rollup/root_rollup_public_inputs.js +11 -5
- package/dest/rollup/tree_snapshot_diff_hints.d.ts +25 -2
- package/dest/rollup/tree_snapshot_diff_hints.d.ts.map +1 -1
- package/dest/rollup/tree_snapshot_diff_hints.js +1 -1
- package/dest/rollup/tx_merge_rollup_private_inputs.d.ts +4 -1
- package/dest/rollup/tx_merge_rollup_private_inputs.d.ts.map +1 -1
- package/dest/rollup/tx_rollup_public_inputs.d.ts +30 -2
- package/dest/rollup/tx_rollup_public_inputs.d.ts.map +1 -1
- package/dest/rollup/tx_rollup_public_inputs.js +1 -1
- package/dest/schemas/schemas.d.ts +7 -4
- package/dest/schemas/schemas.d.ts.map +1 -1
- package/dest/schemas/schemas.js +2 -1
- package/dest/slashing/empire.d.ts +1 -1
- package/dest/slashing/empire.d.ts.map +1 -1
- package/dest/slashing/empire.js +2 -0
- package/dest/slashing/helpers.d.ts +2 -2
- package/dest/slashing/helpers.d.ts.map +1 -1
- package/dest/slashing/helpers.js +6 -0
- package/dest/slashing/tally.d.ts +2 -1
- package/dest/slashing/tally.d.ts.map +1 -1
- package/dest/slashing/tally.js +6 -2
- package/dest/slashing/types.d.ts +10 -7
- package/dest/slashing/types.d.ts.map +1 -1
- package/dest/slashing/types.js +18 -6
- package/dest/snapshots/types.d.ts +1 -1
- package/dest/snapshots/types.d.ts.map +1 -1
- package/dest/snapshots/types.js +5 -5
- package/dest/stats/stats.d.ts +10 -8
- package/dest/stats/stats.d.ts.map +1 -1
- package/dest/tests/factories.d.ts +42 -12
- package/dest/tests/factories.d.ts.map +1 -1
- package/dest/tests/factories.js +110 -43
- package/dest/tests/jest.js +1 -1
- package/dest/tests/mocks.d.ts +90 -19
- package/dest/tests/mocks.d.ts.map +1 -1
- package/dest/tests/mocks.js +192 -62
- package/dest/timetable/index.d.ts +37 -0
- package/dest/timetable/index.d.ts.map +1 -0
- package/dest/timetable/index.js +39 -0
- package/dest/trees/append_only_tree_snapshot.d.ts +14 -2
- package/dest/trees/append_only_tree_snapshot.d.ts.map +1 -1
- package/dest/trees/append_only_tree_snapshot.js +4 -2
- package/dest/trees/database_public_state_source.d.ts +2 -2
- package/dest/trees/database_public_state_source.d.ts.map +1 -1
- package/dest/trees/database_public_state_source.js +1 -1
- package/dest/trees/nullifier_leaf.d.ts +14 -2
- package/dest/trees/nullifier_leaf.d.ts.map +1 -1
- package/dest/trees/nullifier_leaf.js +1 -1
- package/dest/trees/nullifier_membership_witness.d.ts +11 -2
- package/dest/trees/nullifier_membership_witness.d.ts.map +1 -1
- package/dest/trees/nullifier_membership_witness.js +1 -1
- package/dest/trees/public_data_leaf.d.ts +18 -2
- package/dest/trees/public_data_leaf.d.ts.map +1 -1
- package/dest/trees/public_data_leaf.js +8 -7
- package/dest/trees/public_data_witness.d.ts +12 -2
- package/dest/trees/public_data_witness.d.ts.map +1 -1
- package/dest/trees/public_data_witness.js +1 -1
- package/dest/tx/block_header.d.ts +25 -12
- package/dest/tx/block_header.d.ts.map +1 -1
- package/dest/tx/block_header.js +16 -5
- package/dest/tx/call_context.d.ts +14 -2
- package/dest/tx/call_context.d.ts.map +1 -1
- package/dest/tx/call_context.js +3 -1
- package/dest/tx/capsule.d.ts +5 -2
- package/dest/tx/capsule.d.ts.map +1 -1
- package/dest/tx/capsule.js +1 -1
- package/dest/tx/execution_payload.d.ts +9 -1
- package/dest/tx/execution_payload.d.ts.map +1 -1
- package/dest/tx/function_data.d.ts +5 -3
- package/dest/tx/function_data.d.ts.map +1 -1
- package/dest/tx/function_data.js +1 -1
- package/dest/tx/global_variable_builder.d.ts +5 -3
- package/dest/tx/global_variable_builder.d.ts.map +1 -1
- package/dest/tx/global_variables.d.ts +27 -12
- package/dest/tx/global_variables.d.ts.map +1 -1
- package/dest/tx/global_variables.js +11 -9
- package/dest/tx/hashed_values.d.ts +8 -2
- package/dest/tx/hashed_values.d.ts.map +1 -1
- package/dest/tx/hashed_values.js +1 -1
- package/dest/tx/in_tx.d.ts +26 -0
- package/dest/tx/in_tx.d.ts.map +1 -0
- package/dest/tx/in_tx.js +14 -0
- package/dest/tx/index.d.ts +2 -2
- package/dest/tx/index.d.ts.map +1 -1
- package/dest/tx/index.js +1 -1
- package/dest/tx/indexed_tx_effect.d.ts +14 -10
- package/dest/tx/indexed_tx_effect.d.ts.map +1 -1
- package/dest/tx/indexed_tx_effect.js +8 -6
- package/dest/tx/offchain_effect.d.ts +2 -2
- package/dest/tx/offchain_effect.d.ts.map +1 -1
- package/dest/tx/offchain_effect.js +1 -1
- package/dest/tx/partial_state_reference.d.ts +5 -2
- package/dest/tx/partial_state_reference.d.ts.map +1 -1
- package/dest/tx/private_execution_result.d.ts +27 -10
- package/dest/tx/private_execution_result.d.ts.map +1 -1
- package/dest/tx/private_execution_result.js +6 -23
- package/dest/tx/private_tx_constant_data.d.ts +17 -2
- package/dest/tx/private_tx_constant_data.d.ts.map +1 -1
- package/dest/tx/private_tx_constant_data.js +1 -1
- package/dest/tx/processed_tx.d.ts +5 -4
- package/dest/tx/processed_tx.d.ts.map +1 -1
- package/dest/tx/processed_tx.js +8 -7
- package/dest/tx/profiling.d.ts +153 -30
- package/dest/tx/profiling.d.ts.map +1 -1
- package/dest/tx/profiling.js +48 -11
- package/dest/tx/protocol_contracts.d.ts +3 -3
- package/dest/tx/protocol_contracts.d.ts.map +1 -1
- package/dest/tx/protocol_contracts.js +3 -3
- package/dest/tx/public_call_request_with_calldata.d.ts +8 -2
- package/dest/tx/public_call_request_with_calldata.d.ts.map +1 -1
- package/dest/tx/public_call_request_with_calldata.js +4 -2
- package/dest/tx/public_simulation_output.d.ts +5 -3
- package/dest/tx/public_simulation_output.d.ts.map +1 -1
- package/dest/tx/public_simulation_output.js +8 -4
- package/dest/tx/simulated_tx.d.ts +1031 -7
- package/dest/tx/simulated_tx.d.ts.map +1 -1
- package/dest/tx/state_reference.d.ts +4 -2
- package/dest/tx/state_reference.d.ts.map +1 -1
- package/dest/tx/state_reference.js +3 -1
- package/dest/tx/tree_snapshots.d.ts +2 -2
- package/dest/tx/tree_snapshots.d.ts.map +1 -1
- package/dest/tx/tree_snapshots.js +3 -1
- package/dest/tx/tx.d.ts +35 -5
- package/dest/tx/tx.d.ts.map +1 -1
- package/dest/tx/tx.js +20 -7
- package/dest/tx/tx_constant_data.d.ts +2 -2
- package/dest/tx/tx_constant_data.d.ts.map +1 -1
- package/dest/tx/tx_constant_data.js +1 -1
- package/dest/tx/tx_context.d.ts +3 -2
- package/dest/tx/tx_context.d.ts.map +1 -1
- package/dest/tx/tx_context.js +1 -1
- package/dest/tx/tx_effect.d.ts +33 -7
- package/dest/tx/tx_effect.d.ts.map +1 -1
- package/dest/tx/tx_effect.js +8 -11
- package/dest/tx/tx_execution_request.d.ts +31 -2
- package/dest/tx/tx_execution_request.d.ts.map +1 -1
- package/dest/tx/tx_execution_request.js +7 -3
- package/dest/tx/tx_hash.d.ts +3 -2
- package/dest/tx/tx_hash.d.ts.map +1 -1
- package/dest/tx/tx_hash.js +1 -1
- package/dest/tx/tx_receipt.d.ts +50 -15
- package/dest/tx/tx_receipt.d.ts.map +1 -1
- package/dest/tx/tx_receipt.js +48 -16
- package/dest/tx/tx_request.d.ts +7 -2
- package/dest/tx/tx_request.d.ts.map +1 -1
- package/dest/tx/tx_request.js +4 -4
- package/dest/tx/validator/empty_validator.d.ts +2 -2
- package/dest/tx/validator/empty_validator.d.ts.map +1 -1
- package/dest/tx/validator/error_texts.d.ts +3 -2
- package/dest/tx/validator/error_texts.d.ts.map +1 -1
- package/dest/tx/validator/error_texts.js +3 -1
- package/dest/tx/validator/tx_validator.d.ts +2 -5
- package/dest/tx/validator/tx_validator.d.ts.map +1 -1
- package/dest/tx/validator/tx_validator.js +4 -4
- package/dest/types/shared.d.ts +4 -1
- package/dest/types/shared.d.ts.map +1 -1
- package/dest/update-checker/update-checker.d.ts +2 -2
- package/dest/update-checker/update-checker.d.ts.map +1 -1
- package/dest/update-checker/update-checker.js +1 -1
- package/dest/validators/errors.d.ts +2 -2
- package/dest/validators/errors.d.ts.map +1 -1
- package/dest/validators/schemas.d.ts +38 -38
- package/dest/validators/schemas.d.ts.map +1 -1
- package/dest/validators/schemas.js +17 -16
- package/dest/validators/types.d.ts +3 -3
- package/dest/validators/types.d.ts.map +1 -1
- package/dest/versioning/versioning.d.ts +2 -2
- package/dest/versioning/versioning.d.ts.map +1 -1
- package/dest/vks/verification_key.d.ts +23 -2
- package/dest/vks/verification_key.d.ts.map +1 -1
- package/dest/vks/verification_key.js +1 -1
- package/dest/vks/vk_data.d.ts +8 -2
- package/dest/vks/vk_data.d.ts.map +1 -1
- package/dest/vks/vk_data.js +1 -1
- package/dest/zkpassport/index.d.ts +4 -5
- package/dest/zkpassport/index.d.ts.map +1 -1
- package/dest/zkpassport/index.js +11 -11
- package/package.json +33 -14
- package/src/abi/abi.ts +40 -34
- package/src/abi/authorization_selector.ts +3 -2
- package/src/abi/buffer.ts +1 -1
- package/src/abi/contract_artifact.ts +10 -10
- package/src/abi/decoder.ts +1 -1
- package/src/abi/encoder.ts +1 -1
- package/src/abi/event_selector.ts +3 -2
- package/src/abi/function_call.ts +26 -4
- package/src/abi/function_selector.ts +11 -2
- package/src/abi/note_selector.ts +2 -2
- package/src/abi/selector.ts +1 -1
- package/src/abi/utils.ts +17 -0
- package/src/auth_witness/auth_witness.ts +5 -5
- package/src/avm/avm.ts +338 -20
- package/src/avm/avm_accumulated_data.ts +1 -1
- package/src/avm/avm_circuit_public_inputs.ts +1 -1
- package/src/avm/contract_storage_read.ts +1 -1
- package/src/avm/contract_storage_update_request.ts +1 -1
- package/src/avm/message_pack.ts +2 -1
- package/src/avm/public_call_stack_item_compressed.ts +1 -1
- package/src/avm/public_data_read.ts +1 -1
- package/src/avm/public_data_update_request.ts +1 -1
- package/src/avm/public_data_write.ts +1 -1
- package/src/avm/public_inner_call_request.ts +1 -1
- package/src/avm/revert_code.ts +1 -1
- package/src/aztec-address/index.ts +2 -1
- package/src/block/attestation_info.ts +10 -7
- package/src/block/block_data.ts +26 -0
- package/src/block/block_hash.ts +27 -26
- package/src/block/block_parameter.ts +10 -0
- package/src/block/body.ts +2 -1
- package/src/block/checkpointed_l2_block.ts +70 -0
- package/src/block/in_block.ts +28 -15
- package/src/block/index.ts +3 -4
- package/src/block/l2_block.ts +107 -141
- package/src/block/l2_block_info.ts +11 -10
- package/src/block/l2_block_source.ts +218 -71
- package/src/block/l2_block_stream/index.ts +1 -0
- package/src/block/l2_block_stream/interfaces.ts +15 -4
- package/src/block/l2_block_stream/l2_block_stream.ts +142 -37
- package/src/block/l2_block_stream/l2_tips_memory_store.ts +63 -54
- package/src/block/l2_block_stream/l2_tips_store_base.ts +226 -0
- package/src/block/proposal/attestations_and_signers.ts +1 -1
- package/src/block/proposal/committee_attestation.ts +1 -1
- package/src/block/test/l2_tips_store_test_suite.ts +486 -36
- package/src/block/validate_block_result.ts +40 -35
- package/src/checkpoint/checkpoint.ts +115 -27
- package/src/checkpoint/checkpoint_data.ts +51 -0
- package/src/checkpoint/checkpoint_info.ts +52 -0
- package/src/checkpoint/index.ts +2 -0
- package/src/checkpoint/published_checkpoint.ts +26 -9
- package/src/config/index.ts +1 -0
- package/src/config/node-rpc-config.ts +1 -1
- package/src/config/sequencer-config.ts +29 -0
- package/src/contract/artifact_hash.ts +2 -2
- package/src/contract/complete_address.ts +1 -1
- package/src/contract/contract_address.ts +6 -6
- package/src/contract/contract_class.ts +5 -5
- package/src/contract/contract_class_id.ts +8 -7
- package/src/contract/contract_instance.ts +1 -1
- package/src/contract/contract_instance_update.ts +1 -1
- package/src/contract/deployment_info.ts +1 -1
- package/src/contract/index.ts +0 -2
- package/src/contract/interfaces/contract_class.ts +78 -47
- package/src/contract/interfaces/contract_data_source.ts +3 -2
- package/src/contract/interfaces/contract_instance.ts +48 -16
- package/src/contract/interfaces/contract_instance_update.ts +12 -10
- package/src/contract/interfaces/node-info.ts +3 -0
- package/src/contract/partial_address.ts +1 -1
- package/src/contract/private_function.ts +5 -5
- package/src/contract/private_function_membership_proof.ts +3 -3
- package/src/contract/utility_function_membership_proof.ts +1 -1
- package/src/database-version/database_version.ts +87 -0
- package/src/database-version/version_manager.ts +1 -77
- package/src/delayed_public_mutable/delayed_public_mutable_values.ts +11 -12
- package/src/delayed_public_mutable/delayed_public_mutable_values_with_hash.ts +1 -1
- package/src/delayed_public_mutable/scheduled_value_change.ts +1 -1
- package/src/deserialization/index.ts +21 -0
- package/src/epoch-helpers/index.ts +24 -10
- package/src/errors/simulation_error.ts +1 -1
- package/src/fees/transaction_fee.ts +1 -1
- package/src/file-store/local.ts +15 -5
- package/src/file-store/s3.ts +12 -3
- package/src/gas/gas.ts +1 -1
- package/src/gas/gas_fees.ts +1 -1
- package/src/gas/gas_settings.ts +1 -1
- package/src/ha-signing/config.ts +149 -0
- package/src/ha-signing/index.ts +18 -0
- package/src/ha-signing/types.ts +112 -0
- package/src/hash/hash.ts +15 -21
- package/src/hash/map_slot.ts +4 -3
- package/src/interfaces/allowed_element.ts +10 -8
- package/src/interfaces/api_limit.ts +2 -0
- package/src/interfaces/archiver.ts +54 -29
- package/src/interfaces/aztec-node-admin.ts +33 -6
- package/src/interfaces/aztec-node.ts +159 -174
- package/src/interfaces/block-builder.ts +52 -23
- package/src/interfaces/configs.ts +78 -33
- package/src/interfaces/epoch-prover.ts +4 -4
- package/src/interfaces/get_logs_response.ts +13 -9
- package/src/interfaces/l2_logs_source.ts +24 -14
- package/src/interfaces/merkle_tree_operations.ts +7 -3
- package/src/interfaces/p2p.ts +8 -12
- package/src/interfaces/prover-broker.ts +22 -0
- package/src/interfaces/prover-client.ts +35 -10
- package/src/interfaces/proving-job.ts +2 -11
- package/src/interfaces/public_state_source.ts +1 -1
- package/src/interfaces/server_circuit_prover.ts +3 -3
- package/src/interfaces/slasher.ts +28 -22
- package/src/interfaces/validator.ts +94 -32
- package/src/interfaces/world_state.ts +26 -18
- package/src/kernel/claimed_length_array.ts +1 -1
- package/src/kernel/hints/build_note_hash_read_request_hints.ts +20 -12
- package/src/kernel/hints/build_nullifier_read_request_hints.ts +18 -15
- package/src/kernel/hints/find_private_kernel_reset_dimensions.ts +2 -4
- package/src/kernel/hints/index.ts +2 -2
- package/src/kernel/hints/key_validation_hint.ts +1 -1
- package/src/kernel/hints/key_validation_request.ts +2 -1
- package/src/kernel/hints/key_validation_request_and_separator.ts +49 -0
- package/src/kernel/hints/note_hash_read_request_hints.ts +1 -1
- package/src/kernel/hints/read_request.ts +1 -1
- package/src/kernel/hints/{scoped_key_validation_request_and_generator.ts → scoped_key_validation_request_and_separator.ts} +11 -11
- package/src/kernel/hints/scoped_value_cache.ts +1 -1
- package/src/kernel/hints/transient_data_squashing_hint.ts +1 -1
- package/src/kernel/hints/tree_leaf_read_request.ts +1 -1
- package/src/kernel/log_hash.ts +1 -1
- package/src/kernel/note_hash.ts +1 -1
- package/src/kernel/nullifier.ts +1 -1
- package/src/kernel/padded_side_effects.ts +1 -1
- package/src/kernel/private_call_data.ts +1 -1
- package/src/kernel/private_call_request.ts +1 -1
- package/src/kernel/private_circuit_public_inputs.ts +100 -100
- package/src/kernel/private_context_inputs.ts +1 -1
- package/src/kernel/private_kernel_circuit_public_inputs.ts +3 -3
- package/src/kernel/private_kernel_init_circuit_private_inputs.ts +1 -1
- package/src/kernel/private_kernel_tail_circuit_private_inputs.ts +2 -2
- package/src/kernel/private_kernel_tail_circuit_public_inputs.ts +6 -6
- package/src/kernel/private_log_data.ts +1 -1
- package/src/kernel/private_to_avm_accumulated_data.ts +1 -1
- package/src/kernel/private_to_public_accumulated_data.ts +1 -1
- package/src/kernel/private_to_public_accumulated_data_builder.ts +1 -1
- package/src/kernel/private_to_public_kernel_circuit_public_inputs.ts +7 -7
- package/src/kernel/private_to_rollup_accumulated_data.ts +1 -1
- package/src/kernel/private_to_rollup_kernel_circuit_public_inputs.ts +7 -7
- package/src/kernel/private_validation_requests.ts +8 -8
- package/src/kernel/public_call_request.ts +1 -1
- package/src/kernel/utils/optional_number.ts +1 -1
- package/src/keys/derivation.ts +20 -17
- package/src/keys/key_types.ts +6 -2
- package/src/keys/public_key.ts +1 -1
- package/src/keys/public_keys.ts +5 -4
- package/src/keys/utils.ts +8 -4
- package/src/l1-contracts/slash_factory.ts +4 -1
- package/src/logs/contract_class_log.ts +2 -2
- package/src/logs/debug_log.ts +1 -1
- package/src/logs/directional_app_tagging_secret.ts +4 -2
- package/src/logs/index.ts +2 -1
- package/src/logs/log_id.ts +32 -17
- package/src/logs/message_context.ts +1 -1
- package/src/logs/pending_tagged_log.ts +1 -1
- package/src/logs/private_log.ts +3 -2
- package/src/logs/public_log.ts +8 -1
- package/src/logs/shared_secret_derivation.ts +2 -2
- package/src/logs/siloed_tag.ts +44 -0
- package/src/logs/tag.ts +42 -0
- package/src/logs/tx_scoped_l2_log.ts +48 -45
- package/src/messaging/in_hash.ts +4 -2
- package/src/messaging/inbox_leaf.ts +11 -10
- package/src/messaging/l1_actor.ts +2 -2
- package/src/messaging/l1_to_l2_message.ts +3 -2
- package/src/messaging/l1_to_l2_message_source.ts +5 -10
- package/src/messaging/l2_actor.ts +2 -2
- package/src/messaging/l2_to_l1_membership.ts +179 -52
- package/src/messaging/l2_to_l1_message.ts +5 -1
- package/src/messaging/out_hash.ts +63 -22
- package/src/note/index.ts +0 -1
- package/src/note/note.ts +5 -2
- package/src/note/note_dao.ts +51 -15
- package/src/p2p/attestation_utils.ts +3 -3
- package/src/p2p/block_proposal.ts +214 -48
- package/src/p2p/{block_attestation.ts → checkpoint_attestation.ts} +38 -26
- package/src/p2p/checkpoint_proposal.ts +387 -0
- package/src/p2p/consensus_payload.ts +30 -19
- package/src/p2p/constants.ts +6 -0
- package/src/p2p/gossipable.ts +14 -4
- package/src/p2p/index.ts +4 -1
- package/src/p2p/message_validator.ts +14 -2
- package/src/p2p/signature_utils.ts +5 -2
- package/src/p2p/signed_txs.ts +88 -0
- package/src/p2p/topic_type.ts +4 -3
- package/src/parity/parity_base_private_inputs.ts +1 -1
- package/src/parity/parity_public_inputs.ts +1 -1
- package/src/proofs/chonk_proof.ts +11 -7
- package/src/proofs/proof.ts +1 -1
- package/src/proofs/proof_data.ts +24 -0
- package/src/proofs/recursive_proof.ts +1 -1
- package/src/rollup/avm_proof_data.ts +2 -9
- package/src/rollup/base_rollup_hints.ts +1 -1
- package/src/rollup/block_constant_data.ts +1 -1
- package/src/rollup/block_headers_hash.ts +2 -2
- package/src/rollup/block_rollup_public_inputs.ts +6 -12
- package/src/rollup/block_root_rollup_private_inputs.ts +1 -1
- package/src/rollup/checkpoint_constant_data.ts +2 -1
- package/src/rollup/checkpoint_header.ts +69 -20
- package/src/rollup/checkpoint_rollup_public_inputs.ts +18 -6
- package/src/rollup/checkpoint_root_rollup_private_inputs.ts +16 -2
- package/src/rollup/epoch_constant_data.ts +1 -1
- package/src/rollup/public_chonk_verifier_private_inputs.ts +1 -1
- package/src/rollup/public_chonk_verifier_public_inputs.ts +1 -1
- package/src/rollup/public_tx_base_rollup_private_inputs.ts +2 -2
- package/src/rollup/root_rollup_public_inputs.ts +17 -8
- package/src/rollup/tree_snapshot_diff_hints.ts +1 -1
- package/src/rollup/tx_rollup_public_inputs.ts +1 -1
- package/src/schemas/schemas.ts +6 -1
- package/src/slashing/empire.ts +3 -1
- package/src/slashing/helpers.ts +8 -0
- package/src/slashing/tally.ts +8 -2
- package/src/slashing/types.ts +38 -20
- package/src/snapshots/types.ts +33 -29
- package/src/stats/stats.ts +10 -7
- package/src/tests/factories.ts +143 -61
- package/src/tests/jest.ts +1 -1
- package/src/tests/mocks.ts +295 -86
- package/src/timetable/index.ts +66 -0
- package/src/trees/append_only_tree_snapshot.ts +1 -1
- package/src/trees/database_public_state_source.ts +1 -1
- package/src/trees/nullifier_leaf.ts +1 -1
- package/src/trees/nullifier_membership_witness.ts +1 -1
- package/src/trees/public_data_leaf.ts +12 -6
- package/src/trees/public_data_witness.ts +1 -1
- package/src/tx/block_header.ts +27 -13
- package/src/tx/call_context.ts +1 -1
- package/src/tx/capsule.ts +1 -1
- package/src/tx/function_data.ts +1 -1
- package/src/tx/global_variable_builder.ts +9 -2
- package/src/tx/global_variables.ts +16 -10
- package/src/tx/hashed_values.ts +1 -1
- package/src/tx/in_tx.ts +24 -0
- package/src/tx/index.ts +1 -1
- package/src/tx/indexed_tx_effect.ts +9 -7
- package/src/tx/offchain_effect.ts +1 -1
- package/src/tx/partial_state_reference.ts +1 -1
- package/src/tx/private_execution_result.ts +6 -21
- package/src/tx/private_tx_constant_data.ts +1 -1
- package/src/tx/processed_tx.ts +19 -16
- package/src/tx/profiling.ts +52 -10
- package/src/tx/protocol_contracts.ts +4 -4
- package/src/tx/public_call_request_with_calldata.ts +1 -1
- package/src/tx/public_simulation_output.ts +5 -1
- package/src/tx/state_reference.ts +1 -1
- package/src/tx/tree_snapshots.ts +1 -1
- package/src/tx/tx.ts +22 -13
- package/src/tx/tx_constant_data.ts +1 -1
- package/src/tx/tx_context.ts +1 -1
- package/src/tx/tx_effect.ts +5 -12
- package/src/tx/tx_execution_request.ts +3 -1
- package/src/tx/tx_hash.ts +1 -1
- package/src/tx/tx_receipt.ts +78 -20
- package/src/tx/tx_request.ts +4 -4
- package/src/tx/validator/empty_validator.ts +1 -1
- package/src/tx/validator/error_texts.ts +4 -1
- package/src/tx/validator/tx_validator.ts +9 -7
- package/src/update-checker/update-checker.ts +2 -1
- package/src/validators/errors.ts +1 -1
- package/src/validators/schemas.ts +61 -48
- package/src/validators/types.ts +5 -4
- package/src/versioning/versioning.ts +1 -1
- package/src/vks/verification_key.ts +1 -1
- package/src/vks/vk_data.ts +1 -1
- package/src/zkpassport/index.ts +13 -14
- package/dest/block/l2_block_code_to_purge.d.ts +0 -12
- package/dest/block/l2_block_code_to_purge.d.ts.map +0 -1
- package/dest/block/l2_block_code_to_purge.js +0 -61
- package/dest/block/l2_block_header.d.ts +0 -98
- package/dest/block/l2_block_header.d.ts.map +0 -1
- package/dest/block/l2_block_header.js +0 -153
- package/dest/block/l2_block_new.d.ts +0 -108
- package/dest/block/l2_block_new.d.ts.map +0 -1
- package/dest/block/l2_block_new.js +0 -135
- package/dest/block/l2_block_number.d.ts +0 -5
- package/dest/block/l2_block_number.d.ts.map +0 -1
- package/dest/block/l2_block_number.js +0 -6
- package/dest/block/published_l2_block.d.ts +0 -130
- package/dest/block/published_l2_block.d.ts.map +0 -1
- package/dest/block/published_l2_block.js +0 -48
- package/dest/contract/contract_class_metadata.d.ts +0 -8
- package/dest/contract/contract_class_metadata.d.ts.map +0 -1
- package/dest/contract/contract_class_metadata.js +0 -1
- package/dest/contract/contract_metadata.d.ts +0 -7
- package/dest/contract/contract_metadata.d.ts.map +0 -1
- package/dest/contract/contract_metadata.js +0 -1
- package/dest/database-version/index.d.ts +0 -2
- package/dest/database-version/index.d.ts.map +0 -1
- package/dest/database-version/index.js +0 -1
- package/dest/kernel/hints/key_validation_request_and_generator.d.ts +0 -25
- package/dest/kernel/hints/key_validation_request_and_generator.d.ts.map +0 -1
- package/dest/logs/log_with_tx_data.d.ts +0 -19
- package/dest/logs/log_with_tx_data.d.ts.map +0 -1
- package/dest/logs/log_with_tx_data.js +0 -49
- package/dest/note/notes_filter.d.ts +0 -25
- package/dest/note/notes_filter.d.ts.map +0 -1
- package/dest/note/notes_filter.js +0 -10
- package/dest/p2p/block_attestation.d.ts +0 -80
- package/dest/p2p/block_attestation.d.ts.map +0 -1
- package/dest/tx/content_commitment.d.ts +0 -48
- package/dest/tx/content_commitment.d.ts.map +0 -1
- package/dest/tx/content_commitment.js +0 -82
- package/src/block/l2_block_code_to_purge.ts +0 -88
- package/src/block/l2_block_header.ts +0 -246
- package/src/block/l2_block_new.ts +0 -171
- package/src/block/l2_block_number.ts +0 -8
- package/src/block/published_l2_block.ts +0 -65
- package/src/contract/contract_class_metadata.ts +0 -8
- package/src/contract/contract_metadata.ts +0 -7
- package/src/database-version/index.ts +0 -1
- package/src/kernel/hints/key_validation_request_and_generator.ts +0 -52
- package/src/logs/log_with_tx_data.ts +0 -46
- package/src/note/notes_filter.ts +0 -35
- package/src/tx/content_commitment.ts +0 -104
|
@@ -7,13 +7,13 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
7
7
|
inputs: z.ZodEffects<z.ZodObject<{
|
|
8
8
|
hints: z.ZodEffects<z.ZodObject<{
|
|
9
9
|
globalVariables: z.ZodEffects<z.ZodObject<{
|
|
10
|
-
chainId: import("
|
|
11
|
-
version: import("
|
|
12
|
-
blockNumber: z.ZodPipeline<z.ZodUnion<[z.
|
|
13
|
-
slotNumber: import("
|
|
10
|
+
chainId: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
11
|
+
version: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
12
|
+
blockNumber: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/branded-types").BlockNumber, string | number | bigint>;
|
|
13
|
+
slotNumber: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").SlotNumber>;
|
|
14
14
|
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
15
|
-
coinbase: import("
|
|
16
|
-
feeRecipient: import("
|
|
15
|
+
coinbase: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/eth-address").EthAddress>;
|
|
16
|
+
feeRecipient: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
17
17
|
gasFees: z.ZodEffects<z.ZodObject<{
|
|
18
18
|
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
19
19
|
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
@@ -28,14 +28,16 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
28
28
|
feePerL2Gas: string | number | bigint;
|
|
29
29
|
}>;
|
|
30
30
|
}, "strip", z.ZodTypeAny, {
|
|
31
|
-
chainId: import("
|
|
32
|
-
version: import("
|
|
33
|
-
blockNumber: number
|
|
31
|
+
chainId: import("@aztec/foundation/schemas").Fr;
|
|
32
|
+
version: import("@aztec/foundation/schemas").Fr;
|
|
33
|
+
blockNumber: number & {
|
|
34
|
+
_branding: "BlockNumber";
|
|
35
|
+
};
|
|
34
36
|
slotNumber: number & {
|
|
35
37
|
_branding: "SlotNumber";
|
|
36
38
|
};
|
|
37
39
|
timestamp: bigint;
|
|
38
|
-
coinbase: import("
|
|
40
|
+
coinbase: import("@aztec/foundation/eth-address").EthAddress;
|
|
39
41
|
feeRecipient: import("../aztec-address/index.js").AztecAddress;
|
|
40
42
|
gasFees: import("../gas/gas_fees.js").GasFees;
|
|
41
43
|
}, {
|
|
@@ -173,11 +175,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
173
175
|
}>;
|
|
174
176
|
nonRevertibleContractDeploymentData: z.ZodEffects<z.ZodObject<{
|
|
175
177
|
contractClassLogs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
176
|
-
contractAddress: import("
|
|
178
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
177
179
|
fields: z.ZodEffects<z.ZodObject<{
|
|
178
|
-
fields: z.ZodEffects<z.ZodArray<z.ZodType<import("
|
|
180
|
+
fields: z.ZodEffects<z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">, import("@aztec/foundation/schemas").Fr[], string[]>;
|
|
179
181
|
}, "strip", z.ZodTypeAny, {
|
|
180
|
-
fields: import("
|
|
182
|
+
fields: import("@aztec/foundation/schemas").Fr[];
|
|
181
183
|
}, {
|
|
182
184
|
fields: string[];
|
|
183
185
|
}>, import("../logs/contract_class_log.js").ContractClassLogFields, {
|
|
@@ -202,10 +204,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
202
204
|
emittedLength: number;
|
|
203
205
|
}>, "many">;
|
|
204
206
|
privateLogs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
205
|
-
fields: z.ZodArray<z.ZodType<import("
|
|
207
|
+
fields: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
206
208
|
emittedLength: z.ZodNumber;
|
|
207
209
|
}, "strict", z.ZodTypeAny, {
|
|
208
|
-
fields: import("
|
|
210
|
+
fields: import("@aztec/foundation/schemas").Fr[];
|
|
209
211
|
emittedLength: number;
|
|
210
212
|
}, {
|
|
211
213
|
fields: string[];
|
|
@@ -244,11 +246,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
244
246
|
}>;
|
|
245
247
|
revertibleContractDeploymentData: z.ZodEffects<z.ZodObject<{
|
|
246
248
|
contractClassLogs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
247
|
-
contractAddress: import("
|
|
249
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
248
250
|
fields: z.ZodEffects<z.ZodObject<{
|
|
249
|
-
fields: z.ZodEffects<z.ZodArray<z.ZodType<import("
|
|
251
|
+
fields: z.ZodEffects<z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">, import("@aztec/foundation/schemas").Fr[], string[]>;
|
|
250
252
|
}, "strip", z.ZodTypeAny, {
|
|
251
|
-
fields: import("
|
|
253
|
+
fields: import("@aztec/foundation/schemas").Fr[];
|
|
252
254
|
}, {
|
|
253
255
|
fields: string[];
|
|
254
256
|
}>, import("../logs/contract_class_log.js").ContractClassLogFields, {
|
|
@@ -273,10 +275,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
273
275
|
emittedLength: number;
|
|
274
276
|
}>, "many">;
|
|
275
277
|
privateLogs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
276
|
-
fields: z.ZodArray<z.ZodType<import("
|
|
278
|
+
fields: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
277
279
|
emittedLength: z.ZodNumber;
|
|
278
280
|
}, "strict", z.ZodTypeAny, {
|
|
279
|
-
fields: import("
|
|
281
|
+
fields: import("@aztec/foundation/schemas").Fr[];
|
|
280
282
|
emittedLength: number;
|
|
281
283
|
}, {
|
|
282
284
|
fields: string[];
|
|
@@ -314,15 +316,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
314
316
|
}[];
|
|
315
317
|
}>;
|
|
316
318
|
nonRevertibleAccumulatedData: z.ZodObject<{
|
|
317
|
-
noteHashes: z.ZodArray<import("
|
|
318
|
-
nullifiers: z.ZodArray<import("
|
|
319
|
+
noteHashes: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
320
|
+
nullifiers: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
319
321
|
l2ToL1Messages: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
320
322
|
message: z.ZodEffects<z.ZodObject<{
|
|
321
|
-
recipient: z.ZodType<import("
|
|
322
|
-
content: z.ZodType<import("
|
|
323
|
+
recipient: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
|
|
324
|
+
content: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
323
325
|
}, "strip", z.ZodTypeAny, {
|
|
324
|
-
recipient: import("
|
|
325
|
-
content: import("
|
|
326
|
+
recipient: import("@aztec/foundation/eth-address").EthAddress;
|
|
327
|
+
content: import("@aztec/foundation/schemas").Fr;
|
|
326
328
|
}, {
|
|
327
329
|
recipient: string;
|
|
328
330
|
content: string;
|
|
@@ -330,7 +332,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
330
332
|
recipient: string;
|
|
331
333
|
content: string;
|
|
332
334
|
}>;
|
|
333
|
-
contractAddress: import("
|
|
335
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
334
336
|
}, "strip", z.ZodTypeAny, {
|
|
335
337
|
message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
|
|
336
338
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
@@ -348,8 +350,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
348
350
|
contractAddress?: any;
|
|
349
351
|
}>, "many">;
|
|
350
352
|
}, "strip", z.ZodTypeAny, {
|
|
351
|
-
noteHashes: import("
|
|
352
|
-
nullifiers: import("
|
|
353
|
+
noteHashes: import("@aztec/foundation/schemas").Fr[];
|
|
354
|
+
nullifiers: import("@aztec/foundation/schemas").Fr[];
|
|
353
355
|
l2ToL1Messages: import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message[];
|
|
354
356
|
}, {
|
|
355
357
|
noteHashes: any[];
|
|
@@ -363,15 +365,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
363
365
|
}[];
|
|
364
366
|
}>;
|
|
365
367
|
revertibleAccumulatedData: z.ZodObject<{
|
|
366
|
-
noteHashes: z.ZodArray<import("
|
|
367
|
-
nullifiers: z.ZodArray<import("
|
|
368
|
+
noteHashes: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
369
|
+
nullifiers: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
368
370
|
l2ToL1Messages: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
369
371
|
message: z.ZodEffects<z.ZodObject<{
|
|
370
|
-
recipient: z.ZodType<import("
|
|
371
|
-
content: z.ZodType<import("
|
|
372
|
+
recipient: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
|
|
373
|
+
content: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
372
374
|
}, "strip", z.ZodTypeAny, {
|
|
373
|
-
recipient: import("
|
|
374
|
-
content: import("
|
|
375
|
+
recipient: import("@aztec/foundation/eth-address").EthAddress;
|
|
376
|
+
content: import("@aztec/foundation/schemas").Fr;
|
|
375
377
|
}, {
|
|
376
378
|
recipient: string;
|
|
377
379
|
content: string;
|
|
@@ -379,7 +381,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
379
381
|
recipient: string;
|
|
380
382
|
content: string;
|
|
381
383
|
}>;
|
|
382
|
-
contractAddress: import("
|
|
384
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
383
385
|
}, "strip", z.ZodTypeAny, {
|
|
384
386
|
message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
|
|
385
387
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
@@ -397,8 +399,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
397
399
|
contractAddress?: any;
|
|
398
400
|
}>, "many">;
|
|
399
401
|
}, "strip", z.ZodTypeAny, {
|
|
400
|
-
noteHashes: import("
|
|
401
|
-
nullifiers: import("
|
|
402
|
+
noteHashes: import("@aztec/foundation/schemas").Fr[];
|
|
403
|
+
nullifiers: import("@aztec/foundation/schemas").Fr[];
|
|
402
404
|
l2ToL1Messages: import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message[];
|
|
403
405
|
}, {
|
|
404
406
|
noteHashes: any[];
|
|
@@ -411,9 +413,9 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
411
413
|
contractAddress?: any;
|
|
412
414
|
}[];
|
|
413
415
|
}>;
|
|
414
|
-
setupEnqueuedCalls: z.ZodArray<import("
|
|
415
|
-
appLogicEnqueuedCalls: z.ZodArray<import("
|
|
416
|
-
teardownEnqueuedCall: z.ZodNullable<import("
|
|
416
|
+
setupEnqueuedCalls: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("../tx/public_call_request_with_calldata.js").PublicCallRequestWithCalldata>, "many">;
|
|
417
|
+
appLogicEnqueuedCalls: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("../tx/public_call_request_with_calldata.js").PublicCallRequestWithCalldata>, "many">;
|
|
418
|
+
teardownEnqueuedCall: z.ZodNullable<import("@aztec/foundation/schemas").ZodFor<import("../tx/public_call_request_with_calldata.js").PublicCallRequestWithCalldata>>;
|
|
417
419
|
gasUsedByPrivate: z.ZodEffects<z.ZodObject<{
|
|
418
420
|
daGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
419
421
|
l2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
@@ -427,7 +429,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
427
429
|
daGas: string | number | bigint;
|
|
428
430
|
l2Gas: string | number | bigint;
|
|
429
431
|
}>;
|
|
430
|
-
feePayer: import("
|
|
432
|
+
feePayer: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
431
433
|
}, "strip", z.ZodTypeAny, {
|
|
432
434
|
hash: string;
|
|
433
435
|
gasSettings: import("../gas/gas_settings.js").GasSettings;
|
|
@@ -435,13 +437,13 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
435
437
|
nonRevertibleContractDeploymentData: import("../contract/contract_deployment_data.js").ContractDeploymentData;
|
|
436
438
|
revertibleContractDeploymentData: import("../contract/contract_deployment_data.js").ContractDeploymentData;
|
|
437
439
|
nonRevertibleAccumulatedData: {
|
|
438
|
-
noteHashes: import("
|
|
439
|
-
nullifiers: import("
|
|
440
|
+
noteHashes: import("@aztec/foundation/schemas").Fr[];
|
|
441
|
+
nullifiers: import("@aztec/foundation/schemas").Fr[];
|
|
440
442
|
l2ToL1Messages: import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message[];
|
|
441
443
|
};
|
|
442
444
|
revertibleAccumulatedData: {
|
|
443
|
-
noteHashes: import("
|
|
444
|
-
nullifiers: import("
|
|
445
|
+
noteHashes: import("@aztec/foundation/schemas").Fr[];
|
|
446
|
+
nullifiers: import("@aztec/foundation/schemas").Fr[];
|
|
445
447
|
l2ToL1Messages: import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message[];
|
|
446
448
|
};
|
|
447
449
|
setupEnqueuedCalls: import("../tx/public_call_request_with_calldata.js").PublicCallRequestWithCalldata[];
|
|
@@ -611,7 +613,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
611
613
|
feePayer?: any;
|
|
612
614
|
}>;
|
|
613
615
|
protocolContracts: z.ZodEffects<z.ZodObject<{
|
|
614
|
-
derivedAddresses: z.ZodArray<import("
|
|
616
|
+
derivedAddresses: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>, "many">;
|
|
615
617
|
}, "strip", z.ZodTypeAny, {
|
|
616
618
|
derivedAddresses: import("../aztec-address/index.js").AztecAddress[];
|
|
617
619
|
}, {
|
|
@@ -621,22 +623,22 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
621
623
|
}>;
|
|
622
624
|
contractInstances: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
623
625
|
hintKey: z.ZodNumber;
|
|
624
|
-
address: import("
|
|
625
|
-
salt: import("
|
|
626
|
-
deployer: import("
|
|
627
|
-
currentContractClassId: import("
|
|
628
|
-
originalContractClassId: import("
|
|
629
|
-
initializationHash: import("
|
|
626
|
+
address: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
627
|
+
salt: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
628
|
+
deployer: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
629
|
+
currentContractClassId: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
630
|
+
originalContractClassId: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
631
|
+
initializationHash: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
630
632
|
publicKeys: z.ZodEffects<z.ZodObject<{
|
|
631
|
-
masterNullifierPublicKey: z.ZodType<import("
|
|
632
|
-
masterIncomingViewingPublicKey: z.ZodType<import("
|
|
633
|
-
masterOutgoingViewingPublicKey: z.ZodType<import("
|
|
634
|
-
masterTaggingPublicKey: z.ZodType<import("
|
|
633
|
+
masterNullifierPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
|
|
634
|
+
masterIncomingViewingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
|
|
635
|
+
masterOutgoingViewingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
|
|
636
|
+
masterTaggingPublicKey: z.ZodType<import("@aztec/foundation/schemas").Point, any, string>;
|
|
635
637
|
}, "strip", z.ZodTypeAny, {
|
|
636
|
-
masterNullifierPublicKey: import("
|
|
637
|
-
masterIncomingViewingPublicKey: import("
|
|
638
|
-
masterOutgoingViewingPublicKey: import("
|
|
639
|
-
masterTaggingPublicKey: import("
|
|
638
|
+
masterNullifierPublicKey: import("@aztec/foundation/schemas").Point;
|
|
639
|
+
masterIncomingViewingPublicKey: import("@aztec/foundation/schemas").Point;
|
|
640
|
+
masterOutgoingViewingPublicKey: import("@aztec/foundation/schemas").Point;
|
|
641
|
+
masterTaggingPublicKey: import("@aztec/foundation/schemas").Point;
|
|
640
642
|
}, {
|
|
641
643
|
masterNullifierPublicKey: string;
|
|
642
644
|
masterIncomingViewingPublicKey: string;
|
|
@@ -651,11 +653,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
651
653
|
}, "strip", z.ZodTypeAny, {
|
|
652
654
|
hintKey: number;
|
|
653
655
|
address: import("../aztec-address/index.js").AztecAddress;
|
|
654
|
-
salt: import("
|
|
656
|
+
salt: import("@aztec/foundation/schemas").Fr;
|
|
655
657
|
deployer: import("../aztec-address/index.js").AztecAddress;
|
|
656
|
-
currentContractClassId: import("
|
|
657
|
-
originalContractClassId: import("
|
|
658
|
-
initializationHash: import("
|
|
658
|
+
currentContractClassId: import("@aztec/foundation/schemas").Fr;
|
|
659
|
+
originalContractClassId: import("@aztec/foundation/schemas").Fr;
|
|
660
|
+
initializationHash: import("@aztec/foundation/schemas").Fr;
|
|
659
661
|
publicKeys: import("../keys/public_keys.js").PublicKeys;
|
|
660
662
|
}, {
|
|
661
663
|
hintKey: number;
|
|
@@ -688,15 +690,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
688
690
|
}>, "many">;
|
|
689
691
|
contractClasses: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
690
692
|
hintKey: z.ZodNumber;
|
|
691
|
-
classId: import("
|
|
692
|
-
artifactHash: import("
|
|
693
|
-
privateFunctionsRoot: import("
|
|
694
|
-
packedBytecode: import("
|
|
693
|
+
classId: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
694
|
+
artifactHash: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
695
|
+
privateFunctionsRoot: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
696
|
+
packedBytecode: import("@aztec/foundation/schemas").ZodFor<Buffer<ArrayBufferLike>>;
|
|
695
697
|
}, "strip", z.ZodTypeAny, {
|
|
696
698
|
hintKey: number;
|
|
697
|
-
classId: import("
|
|
698
|
-
artifactHash: import("
|
|
699
|
-
privateFunctionsRoot: import("
|
|
699
|
+
classId: import("@aztec/foundation/schemas").Fr;
|
|
700
|
+
artifactHash: import("@aztec/foundation/schemas").Fr;
|
|
701
|
+
privateFunctionsRoot: import("@aztec/foundation/schemas").Fr;
|
|
700
702
|
packedBytecode: Buffer<ArrayBufferLike>;
|
|
701
703
|
}, {
|
|
702
704
|
hintKey: number;
|
|
@@ -713,12 +715,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
713
715
|
}>, "many">;
|
|
714
716
|
bytecodeCommitments: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
715
717
|
hintKey: z.ZodNumber;
|
|
716
|
-
classId: import("
|
|
717
|
-
commitment: import("
|
|
718
|
+
classId: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
719
|
+
commitment: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
718
720
|
}, "strip", z.ZodTypeAny, {
|
|
719
721
|
hintKey: number;
|
|
720
|
-
classId: import("
|
|
721
|
-
commitment: import("
|
|
722
|
+
classId: import("@aztec/foundation/schemas").Fr;
|
|
723
|
+
commitment: import("@aztec/foundation/schemas").Fr;
|
|
722
724
|
}, {
|
|
723
725
|
hintKey: number;
|
|
724
726
|
classId?: any;
|
|
@@ -729,12 +731,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
729
731
|
commitment?: any;
|
|
730
732
|
}>, "many">;
|
|
731
733
|
debugFunctionNames: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
732
|
-
address: import("
|
|
733
|
-
selector: import("
|
|
734
|
+
address: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
735
|
+
selector: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
734
736
|
name: z.ZodString;
|
|
735
737
|
}, "strip", z.ZodTypeAny, {
|
|
736
738
|
address: import("../aztec-address/index.js").AztecAddress;
|
|
737
|
-
selector: import("
|
|
739
|
+
selector: import("@aztec/foundation/schemas").Fr;
|
|
738
740
|
name: string;
|
|
739
741
|
}, {
|
|
740
742
|
address?: any;
|
|
@@ -810,10 +812,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
810
812
|
}>, "many">;
|
|
811
813
|
startingTreeRoots: z.ZodEffects<z.ZodObject<{
|
|
812
814
|
l1ToL2MessageTree: z.ZodEffects<z.ZodObject<{
|
|
813
|
-
root: z.ZodType<import("
|
|
815
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
814
816
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
815
817
|
}, "strip", z.ZodTypeAny, {
|
|
816
|
-
root: import("
|
|
818
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
817
819
|
nextAvailableLeafIndex: number;
|
|
818
820
|
}, {
|
|
819
821
|
root: string;
|
|
@@ -823,10 +825,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
823
825
|
nextAvailableLeafIndex: string | number | bigint;
|
|
824
826
|
}>;
|
|
825
827
|
noteHashTree: z.ZodEffects<z.ZodObject<{
|
|
826
|
-
root: z.ZodType<import("
|
|
828
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
827
829
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
828
830
|
}, "strip", z.ZodTypeAny, {
|
|
829
|
-
root: import("
|
|
831
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
830
832
|
nextAvailableLeafIndex: number;
|
|
831
833
|
}, {
|
|
832
834
|
root: string;
|
|
@@ -836,10 +838,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
836
838
|
nextAvailableLeafIndex: string | number | bigint;
|
|
837
839
|
}>;
|
|
838
840
|
nullifierTree: z.ZodEffects<z.ZodObject<{
|
|
839
|
-
root: z.ZodType<import("
|
|
841
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
840
842
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
841
843
|
}, "strip", z.ZodTypeAny, {
|
|
842
|
-
root: import("
|
|
844
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
843
845
|
nextAvailableLeafIndex: number;
|
|
844
846
|
}, {
|
|
845
847
|
root: string;
|
|
@@ -849,10 +851,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
849
851
|
nextAvailableLeafIndex: string | number | bigint;
|
|
850
852
|
}>;
|
|
851
853
|
publicDataTree: z.ZodEffects<z.ZodObject<{
|
|
852
|
-
root: z.ZodType<import("
|
|
854
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
853
855
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
854
856
|
}, "strip", z.ZodTypeAny, {
|
|
855
|
-
root: import("
|
|
857
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
856
858
|
nextAvailableLeafIndex: number;
|
|
857
859
|
}, {
|
|
858
860
|
root: string;
|
|
@@ -903,10 +905,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
903
905
|
}>;
|
|
904
906
|
getSiblingPathHints: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
905
907
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
906
|
-
root: z.ZodType<import("
|
|
908
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
907
909
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
908
910
|
}, "strip", z.ZodTypeAny, {
|
|
909
|
-
root: import("
|
|
911
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
910
912
|
nextAvailableLeafIndex: number;
|
|
911
913
|
}, {
|
|
912
914
|
root: string;
|
|
@@ -917,12 +919,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
917
919
|
}>;
|
|
918
920
|
treeId: z.ZodNumber;
|
|
919
921
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
920
|
-
path: z.ZodArray<import("
|
|
922
|
+
path: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
921
923
|
}, "strip", z.ZodTypeAny, {
|
|
922
924
|
hintKey: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
923
925
|
treeId: number;
|
|
924
926
|
index: bigint;
|
|
925
|
-
path: import("
|
|
927
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
926
928
|
}, {
|
|
927
929
|
hintKey: {
|
|
928
930
|
root: string;
|
|
@@ -942,10 +944,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
942
944
|
}>, "many">;
|
|
943
945
|
getPreviousValueIndexHints: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
944
946
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
945
|
-
root: z.ZodType<import("
|
|
947
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
946
948
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
947
949
|
}, "strip", z.ZodTypeAny, {
|
|
948
|
-
root: import("
|
|
950
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
949
951
|
nextAvailableLeafIndex: number;
|
|
950
952
|
}, {
|
|
951
953
|
root: string;
|
|
@@ -955,13 +957,13 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
955
957
|
nextAvailableLeafIndex: string | number | bigint;
|
|
956
958
|
}>;
|
|
957
959
|
treeId: z.ZodNumber;
|
|
958
|
-
value: import("
|
|
960
|
+
value: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
959
961
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
960
962
|
alreadyPresent: z.ZodBoolean;
|
|
961
963
|
}, "strip", z.ZodTypeAny, {
|
|
962
964
|
hintKey: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
963
965
|
treeId: number;
|
|
964
|
-
value: import("
|
|
966
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
965
967
|
index: bigint;
|
|
966
968
|
alreadyPresent: boolean;
|
|
967
969
|
}, {
|
|
@@ -985,10 +987,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
985
987
|
}>, "many">;
|
|
986
988
|
getLeafPreimageHintsPublicDataTree: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
987
989
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
988
|
-
root: z.ZodType<import("
|
|
990
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
989
991
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
990
992
|
}, "strip", z.ZodTypeAny, {
|
|
991
|
-
root: import("
|
|
993
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
992
994
|
nextAvailableLeafIndex: number;
|
|
993
995
|
}, {
|
|
994
996
|
root: string;
|
|
@@ -1000,19 +1002,19 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1000
1002
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1001
1003
|
leafPreimage: z.ZodEffects<z.ZodObject<{
|
|
1002
1004
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1003
|
-
nullifier: z.ZodType<import("
|
|
1005
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1004
1006
|
}, "strip", z.ZodTypeAny, {
|
|
1005
|
-
nullifier: import("
|
|
1007
|
+
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1006
1008
|
}, {
|
|
1007
1009
|
nullifier: string;
|
|
1008
1010
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1009
1011
|
nullifier: string;
|
|
1010
1012
|
}>;
|
|
1011
|
-
nextKey: z.ZodType<import("
|
|
1013
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1012
1014
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1013
1015
|
}, "strip", z.ZodTypeAny, {
|
|
1014
1016
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
1015
|
-
nextKey: import("
|
|
1017
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1016
1018
|
nextIndex: bigint;
|
|
1017
1019
|
}, {
|
|
1018
1020
|
leaf: {
|
|
@@ -1028,11 +1030,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1028
1030
|
nextIndex: string | number | bigint;
|
|
1029
1031
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1030
1032
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1031
|
-
slot: z.ZodType<import("
|
|
1032
|
-
value: z.ZodType<import("
|
|
1033
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1034
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1033
1035
|
}, "strip", z.ZodTypeAny, {
|
|
1034
|
-
slot: import("
|
|
1035
|
-
value: import("
|
|
1036
|
+
slot: import("@aztec/foundation/schemas").Fr;
|
|
1037
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1036
1038
|
}, {
|
|
1037
1039
|
slot: string;
|
|
1038
1040
|
value: string;
|
|
@@ -1040,11 +1042,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1040
1042
|
slot: string;
|
|
1041
1043
|
value: string;
|
|
1042
1044
|
}>;
|
|
1043
|
-
nextKey: z.ZodType<import("
|
|
1045
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1044
1046
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1045
1047
|
}, "strip", z.ZodTypeAny, {
|
|
1046
1048
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
1047
|
-
nextKey: import("
|
|
1049
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1048
1050
|
nextIndex: bigint;
|
|
1049
1051
|
}, {
|
|
1050
1052
|
leaf: {
|
|
@@ -1112,10 +1114,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1112
1114
|
}>, "many">;
|
|
1113
1115
|
getLeafPreimageHintsNullifierTree: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1114
1116
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
1115
|
-
root: z.ZodType<import("
|
|
1117
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1116
1118
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1117
1119
|
}, "strip", z.ZodTypeAny, {
|
|
1118
|
-
root: import("
|
|
1120
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
1119
1121
|
nextAvailableLeafIndex: number;
|
|
1120
1122
|
}, {
|
|
1121
1123
|
root: string;
|
|
@@ -1127,19 +1129,19 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1127
1129
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1128
1130
|
leafPreimage: z.ZodEffects<z.ZodObject<{
|
|
1129
1131
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1130
|
-
nullifier: z.ZodType<import("
|
|
1132
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1131
1133
|
}, "strip", z.ZodTypeAny, {
|
|
1132
|
-
nullifier: import("
|
|
1134
|
+
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1133
1135
|
}, {
|
|
1134
1136
|
nullifier: string;
|
|
1135
1137
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1136
1138
|
nullifier: string;
|
|
1137
1139
|
}>;
|
|
1138
|
-
nextKey: z.ZodType<import("
|
|
1140
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1139
1141
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1140
1142
|
}, "strip", z.ZodTypeAny, {
|
|
1141
1143
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
1142
|
-
nextKey: import("
|
|
1144
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1143
1145
|
nextIndex: bigint;
|
|
1144
1146
|
}, {
|
|
1145
1147
|
leaf: {
|
|
@@ -1155,11 +1157,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1155
1157
|
nextIndex: string | number | bigint;
|
|
1156
1158
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1157
1159
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1158
|
-
slot: z.ZodType<import("
|
|
1159
|
-
value: z.ZodType<import("
|
|
1160
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1161
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1160
1162
|
}, "strip", z.ZodTypeAny, {
|
|
1161
|
-
slot: import("
|
|
1162
|
-
value: import("
|
|
1163
|
+
slot: import("@aztec/foundation/schemas").Fr;
|
|
1164
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1163
1165
|
}, {
|
|
1164
1166
|
slot: string;
|
|
1165
1167
|
value: string;
|
|
@@ -1167,11 +1169,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1167
1169
|
slot: string;
|
|
1168
1170
|
value: string;
|
|
1169
1171
|
}>;
|
|
1170
|
-
nextKey: z.ZodType<import("
|
|
1172
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1171
1173
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1172
1174
|
}, "strip", z.ZodTypeAny, {
|
|
1173
1175
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
1174
|
-
nextKey: import("
|
|
1176
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1175
1177
|
nextIndex: bigint;
|
|
1176
1178
|
}, {
|
|
1177
1179
|
leaf: {
|
|
@@ -1239,10 +1241,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1239
1241
|
}>, "many">;
|
|
1240
1242
|
getLeafValueHints: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1241
1243
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
1242
|
-
root: z.ZodType<import("
|
|
1244
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1243
1245
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1244
1246
|
}, "strip", z.ZodTypeAny, {
|
|
1245
|
-
root: import("
|
|
1247
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
1246
1248
|
nextAvailableLeafIndex: number;
|
|
1247
1249
|
}, {
|
|
1248
1250
|
root: string;
|
|
@@ -1253,12 +1255,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1253
1255
|
}>;
|
|
1254
1256
|
treeId: z.ZodNumber;
|
|
1255
1257
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1256
|
-
value: import("
|
|
1258
|
+
value: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
1257
1259
|
}, "strip", z.ZodTypeAny, {
|
|
1258
1260
|
hintKey: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
1259
1261
|
treeId: number;
|
|
1260
1262
|
index: bigint;
|
|
1261
|
-
value: import("
|
|
1263
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1262
1264
|
}, {
|
|
1263
1265
|
hintKey: {
|
|
1264
1266
|
root: string;
|
|
@@ -1278,10 +1280,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1278
1280
|
}>, "many">;
|
|
1279
1281
|
sequentialInsertHintsPublicDataTree: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1280
1282
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
1281
|
-
root: z.ZodType<import("
|
|
1283
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1282
1284
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1283
1285
|
}, "strip", z.ZodTypeAny, {
|
|
1284
|
-
root: import("
|
|
1286
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
1285
1287
|
nextAvailableLeafIndex: number;
|
|
1286
1288
|
}, {
|
|
1287
1289
|
root: string;
|
|
@@ -1291,10 +1293,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1291
1293
|
nextAvailableLeafIndex: string | number | bigint;
|
|
1292
1294
|
}>;
|
|
1293
1295
|
stateAfter: z.ZodEffects<z.ZodObject<{
|
|
1294
|
-
root: z.ZodType<import("
|
|
1296
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1295
1297
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1296
1298
|
}, "strip", z.ZodTypeAny, {
|
|
1297
|
-
root: import("
|
|
1299
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
1298
1300
|
nextAvailableLeafIndex: number;
|
|
1299
1301
|
}, {
|
|
1300
1302
|
root: string;
|
|
@@ -1305,19 +1307,19 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1305
1307
|
}>;
|
|
1306
1308
|
treeId: z.ZodNumber;
|
|
1307
1309
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1308
|
-
nullifier: z.ZodType<import("
|
|
1310
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1309
1311
|
}, "strip", z.ZodTypeAny, {
|
|
1310
|
-
nullifier: import("
|
|
1312
|
+
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1311
1313
|
}, {
|
|
1312
1314
|
nullifier: string;
|
|
1313
1315
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1314
1316
|
nullifier: string;
|
|
1315
1317
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1316
|
-
slot: z.ZodType<import("
|
|
1317
|
-
value: z.ZodType<import("
|
|
1318
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1319
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1318
1320
|
}, "strip", z.ZodTypeAny, {
|
|
1319
|
-
slot: import("
|
|
1320
|
-
value: import("
|
|
1321
|
+
slot: import("@aztec/foundation/schemas").Fr;
|
|
1322
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1321
1323
|
}, {
|
|
1322
1324
|
slot: string;
|
|
1323
1325
|
value: string;
|
|
@@ -1328,19 +1330,19 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1328
1330
|
lowLeavesWitnessData: z.ZodObject<{
|
|
1329
1331
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1330
1332
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1331
|
-
nullifier: z.ZodType<import("
|
|
1333
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1332
1334
|
}, "strip", z.ZodTypeAny, {
|
|
1333
|
-
nullifier: import("
|
|
1335
|
+
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1334
1336
|
}, {
|
|
1335
1337
|
nullifier: string;
|
|
1336
1338
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1337
1339
|
nullifier: string;
|
|
1338
1340
|
}>;
|
|
1339
|
-
nextKey: z.ZodType<import("
|
|
1341
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1340
1342
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1341
1343
|
}, "strip", z.ZodTypeAny, {
|
|
1342
1344
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
1343
|
-
nextKey: import("
|
|
1345
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1344
1346
|
nextIndex: bigint;
|
|
1345
1347
|
}, {
|
|
1346
1348
|
leaf: {
|
|
@@ -1356,11 +1358,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1356
1358
|
nextIndex: string | number | bigint;
|
|
1357
1359
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1358
1360
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1359
|
-
slot: z.ZodType<import("
|
|
1360
|
-
value: z.ZodType<import("
|
|
1361
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1362
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1361
1363
|
}, "strip", z.ZodTypeAny, {
|
|
1362
|
-
slot: import("
|
|
1363
|
-
value: import("
|
|
1364
|
+
slot: import("@aztec/foundation/schemas").Fr;
|
|
1365
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1364
1366
|
}, {
|
|
1365
1367
|
slot: string;
|
|
1366
1368
|
value: string;
|
|
@@ -1368,11 +1370,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1368
1370
|
slot: string;
|
|
1369
1371
|
value: string;
|
|
1370
1372
|
}>;
|
|
1371
|
-
nextKey: z.ZodType<import("
|
|
1373
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1372
1374
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1373
1375
|
}, "strip", z.ZodTypeAny, {
|
|
1374
1376
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
1375
|
-
nextKey: import("
|
|
1377
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1376
1378
|
nextIndex: bigint;
|
|
1377
1379
|
}, {
|
|
1378
1380
|
leaf: {
|
|
@@ -1390,11 +1392,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1390
1392
|
nextIndex: string | number | bigint;
|
|
1391
1393
|
}>;
|
|
1392
1394
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1393
|
-
path: z.ZodArray<import("
|
|
1395
|
+
path: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
1394
1396
|
}, "strip", z.ZodTypeAny, {
|
|
1395
1397
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1396
1398
|
index: bigint;
|
|
1397
|
-
path: import("
|
|
1399
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1398
1400
|
}, {
|
|
1399
1401
|
leaf: {
|
|
1400
1402
|
leaf: {
|
|
@@ -1416,19 +1418,19 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1416
1418
|
insertionWitnessData: z.ZodObject<{
|
|
1417
1419
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1418
1420
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1419
|
-
nullifier: z.ZodType<import("
|
|
1421
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1420
1422
|
}, "strip", z.ZodTypeAny, {
|
|
1421
|
-
nullifier: import("
|
|
1423
|
+
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1422
1424
|
}, {
|
|
1423
1425
|
nullifier: string;
|
|
1424
1426
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1425
1427
|
nullifier: string;
|
|
1426
1428
|
}>;
|
|
1427
|
-
nextKey: z.ZodType<import("
|
|
1429
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1428
1430
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1429
1431
|
}, "strip", z.ZodTypeAny, {
|
|
1430
1432
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
1431
|
-
nextKey: import("
|
|
1433
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1432
1434
|
nextIndex: bigint;
|
|
1433
1435
|
}, {
|
|
1434
1436
|
leaf: {
|
|
@@ -1444,11 +1446,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1444
1446
|
nextIndex: string | number | bigint;
|
|
1445
1447
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1446
1448
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1447
|
-
slot: z.ZodType<import("
|
|
1448
|
-
value: z.ZodType<import("
|
|
1449
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1450
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1449
1451
|
}, "strip", z.ZodTypeAny, {
|
|
1450
|
-
slot: import("
|
|
1451
|
-
value: import("
|
|
1452
|
+
slot: import("@aztec/foundation/schemas").Fr;
|
|
1453
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1452
1454
|
}, {
|
|
1453
1455
|
slot: string;
|
|
1454
1456
|
value: string;
|
|
@@ -1456,11 +1458,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1456
1458
|
slot: string;
|
|
1457
1459
|
value: string;
|
|
1458
1460
|
}>;
|
|
1459
|
-
nextKey: z.ZodType<import("
|
|
1461
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1460
1462
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1461
1463
|
}, "strip", z.ZodTypeAny, {
|
|
1462
1464
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
1463
|
-
nextKey: import("
|
|
1465
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1464
1466
|
nextIndex: bigint;
|
|
1465
1467
|
}, {
|
|
1466
1468
|
leaf: {
|
|
@@ -1478,11 +1480,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1478
1480
|
nextIndex: string | number | bigint;
|
|
1479
1481
|
}>;
|
|
1480
1482
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1481
|
-
path: z.ZodArray<import("
|
|
1483
|
+
path: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
1482
1484
|
}, "strip", z.ZodTypeAny, {
|
|
1483
1485
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1484
1486
|
index: bigint;
|
|
1485
|
-
path: import("
|
|
1487
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1486
1488
|
}, {
|
|
1487
1489
|
leaf: {
|
|
1488
1490
|
leaf: {
|
|
@@ -1509,12 +1511,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1509
1511
|
lowLeavesWitnessData: {
|
|
1510
1512
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1511
1513
|
index: bigint;
|
|
1512
|
-
path: import("
|
|
1514
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1513
1515
|
};
|
|
1514
1516
|
insertionWitnessData: {
|
|
1515
1517
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1516
1518
|
index: bigint;
|
|
1517
|
-
path: import("
|
|
1519
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1518
1520
|
};
|
|
1519
1521
|
}, {
|
|
1520
1522
|
hintKey: {
|
|
@@ -1576,12 +1578,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1576
1578
|
readonly lowLeavesWitnessData: {
|
|
1577
1579
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1578
1580
|
index: bigint;
|
|
1579
|
-
path: import("
|
|
1581
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1580
1582
|
};
|
|
1581
1583
|
readonly insertionWitnessData: {
|
|
1582
1584
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1583
1585
|
index: bigint;
|
|
1584
|
-
path: import("
|
|
1586
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1585
1587
|
};
|
|
1586
1588
|
}, {
|
|
1587
1589
|
hintKey: {
|
|
@@ -1638,10 +1640,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1638
1640
|
}>, "many">;
|
|
1639
1641
|
sequentialInsertHintsNullifierTree: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1640
1642
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
1641
|
-
root: z.ZodType<import("
|
|
1643
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1642
1644
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1643
1645
|
}, "strip", z.ZodTypeAny, {
|
|
1644
|
-
root: import("
|
|
1646
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
1645
1647
|
nextAvailableLeafIndex: number;
|
|
1646
1648
|
}, {
|
|
1647
1649
|
root: string;
|
|
@@ -1651,10 +1653,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1651
1653
|
nextAvailableLeafIndex: string | number | bigint;
|
|
1652
1654
|
}>;
|
|
1653
1655
|
stateAfter: z.ZodEffects<z.ZodObject<{
|
|
1654
|
-
root: z.ZodType<import("
|
|
1656
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1655
1657
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
1656
1658
|
}, "strip", z.ZodTypeAny, {
|
|
1657
|
-
root: import("
|
|
1659
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
1658
1660
|
nextAvailableLeafIndex: number;
|
|
1659
1661
|
}, {
|
|
1660
1662
|
root: string;
|
|
@@ -1665,19 +1667,19 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1665
1667
|
}>;
|
|
1666
1668
|
treeId: z.ZodNumber;
|
|
1667
1669
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1668
|
-
nullifier: z.ZodType<import("
|
|
1670
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1669
1671
|
}, "strip", z.ZodTypeAny, {
|
|
1670
|
-
nullifier: import("
|
|
1672
|
+
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1671
1673
|
}, {
|
|
1672
1674
|
nullifier: string;
|
|
1673
1675
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1674
1676
|
nullifier: string;
|
|
1675
1677
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1676
|
-
slot: z.ZodType<import("
|
|
1677
|
-
value: z.ZodType<import("
|
|
1678
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1679
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1678
1680
|
}, "strip", z.ZodTypeAny, {
|
|
1679
|
-
slot: import("
|
|
1680
|
-
value: import("
|
|
1681
|
+
slot: import("@aztec/foundation/schemas").Fr;
|
|
1682
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1681
1683
|
}, {
|
|
1682
1684
|
slot: string;
|
|
1683
1685
|
value: string;
|
|
@@ -1688,19 +1690,19 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1688
1690
|
lowLeavesWitnessData: z.ZodObject<{
|
|
1689
1691
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1690
1692
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1691
|
-
nullifier: z.ZodType<import("
|
|
1693
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1692
1694
|
}, "strip", z.ZodTypeAny, {
|
|
1693
|
-
nullifier: import("
|
|
1695
|
+
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1694
1696
|
}, {
|
|
1695
1697
|
nullifier: string;
|
|
1696
1698
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1697
1699
|
nullifier: string;
|
|
1698
1700
|
}>;
|
|
1699
|
-
nextKey: z.ZodType<import("
|
|
1701
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1700
1702
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1701
1703
|
}, "strip", z.ZodTypeAny, {
|
|
1702
1704
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
1703
|
-
nextKey: import("
|
|
1705
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1704
1706
|
nextIndex: bigint;
|
|
1705
1707
|
}, {
|
|
1706
1708
|
leaf: {
|
|
@@ -1716,11 +1718,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1716
1718
|
nextIndex: string | number | bigint;
|
|
1717
1719
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1718
1720
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1719
|
-
slot: z.ZodType<import("
|
|
1720
|
-
value: z.ZodType<import("
|
|
1721
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1722
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1721
1723
|
}, "strip", z.ZodTypeAny, {
|
|
1722
|
-
slot: import("
|
|
1723
|
-
value: import("
|
|
1724
|
+
slot: import("@aztec/foundation/schemas").Fr;
|
|
1725
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1724
1726
|
}, {
|
|
1725
1727
|
slot: string;
|
|
1726
1728
|
value: string;
|
|
@@ -1728,11 +1730,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1728
1730
|
slot: string;
|
|
1729
1731
|
value: string;
|
|
1730
1732
|
}>;
|
|
1731
|
-
nextKey: z.ZodType<import("
|
|
1733
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1732
1734
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1733
1735
|
}, "strip", z.ZodTypeAny, {
|
|
1734
1736
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
1735
|
-
nextKey: import("
|
|
1737
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1736
1738
|
nextIndex: bigint;
|
|
1737
1739
|
}, {
|
|
1738
1740
|
leaf: {
|
|
@@ -1750,11 +1752,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1750
1752
|
nextIndex: string | number | bigint;
|
|
1751
1753
|
}>;
|
|
1752
1754
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1753
|
-
path: z.ZodArray<import("
|
|
1755
|
+
path: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
1754
1756
|
}, "strip", z.ZodTypeAny, {
|
|
1755
1757
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1756
1758
|
index: bigint;
|
|
1757
|
-
path: import("
|
|
1759
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1758
1760
|
}, {
|
|
1759
1761
|
leaf: {
|
|
1760
1762
|
leaf: {
|
|
@@ -1776,19 +1778,19 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1776
1778
|
insertionWitnessData: z.ZodObject<{
|
|
1777
1779
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1778
1780
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1779
|
-
nullifier: z.ZodType<import("
|
|
1781
|
+
nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1780
1782
|
}, "strip", z.ZodTypeAny, {
|
|
1781
|
-
nullifier: import("
|
|
1783
|
+
nullifier: import("@aztec/foundation/schemas").Fr;
|
|
1782
1784
|
}, {
|
|
1783
1785
|
nullifier: string;
|
|
1784
1786
|
}>, import("../trees/nullifier_leaf.js").NullifierLeaf, {
|
|
1785
1787
|
nullifier: string;
|
|
1786
1788
|
}>;
|
|
1787
|
-
nextKey: z.ZodType<import("
|
|
1789
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1788
1790
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1789
1791
|
}, "strip", z.ZodTypeAny, {
|
|
1790
1792
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeaf;
|
|
1791
|
-
nextKey: import("
|
|
1793
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1792
1794
|
nextIndex: bigint;
|
|
1793
1795
|
}, {
|
|
1794
1796
|
leaf: {
|
|
@@ -1804,11 +1806,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1804
1806
|
nextIndex: string | number | bigint;
|
|
1805
1807
|
}> | z.ZodEffects<z.ZodObject<{
|
|
1806
1808
|
leaf: z.ZodEffects<z.ZodObject<{
|
|
1807
|
-
slot: z.ZodType<import("
|
|
1808
|
-
value: z.ZodType<import("
|
|
1809
|
+
slot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1810
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1809
1811
|
}, "strip", z.ZodTypeAny, {
|
|
1810
|
-
slot: import("
|
|
1811
|
-
value: import("
|
|
1812
|
+
slot: import("@aztec/foundation/schemas").Fr;
|
|
1813
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
1812
1814
|
}, {
|
|
1813
1815
|
slot: string;
|
|
1814
1816
|
value: string;
|
|
@@ -1816,11 +1818,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1816
1818
|
slot: string;
|
|
1817
1819
|
value: string;
|
|
1818
1820
|
}>;
|
|
1819
|
-
nextKey: z.ZodType<import("
|
|
1821
|
+
nextKey: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
1820
1822
|
nextIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1821
1823
|
}, "strip", z.ZodTypeAny, {
|
|
1822
1824
|
leaf: import("../trees/public_data_leaf.js").PublicDataTreeLeaf;
|
|
1823
|
-
nextKey: import("
|
|
1825
|
+
nextKey: import("@aztec/foundation/schemas").Fr;
|
|
1824
1826
|
nextIndex: bigint;
|
|
1825
1827
|
}, {
|
|
1826
1828
|
leaf: {
|
|
@@ -1838,11 +1840,11 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1838
1840
|
nextIndex: string | number | bigint;
|
|
1839
1841
|
}>;
|
|
1840
1842
|
index: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
1841
|
-
path: z.ZodArray<import("
|
|
1843
|
+
path: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
1842
1844
|
}, "strip", z.ZodTypeAny, {
|
|
1843
1845
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1844
1846
|
index: bigint;
|
|
1845
|
-
path: import("
|
|
1847
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1846
1848
|
}, {
|
|
1847
1849
|
leaf: {
|
|
1848
1850
|
leaf: {
|
|
@@ -1869,12 +1871,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1869
1871
|
lowLeavesWitnessData: {
|
|
1870
1872
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1871
1873
|
index: bigint;
|
|
1872
|
-
path: import("
|
|
1874
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1873
1875
|
};
|
|
1874
1876
|
insertionWitnessData: {
|
|
1875
1877
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1876
1878
|
index: bigint;
|
|
1877
|
-
path: import("
|
|
1879
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1878
1880
|
};
|
|
1879
1881
|
}, {
|
|
1880
1882
|
hintKey: {
|
|
@@ -1936,12 +1938,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1936
1938
|
readonly lowLeavesWitnessData: {
|
|
1937
1939
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1938
1940
|
index: bigint;
|
|
1939
|
-
path: import("
|
|
1941
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1940
1942
|
};
|
|
1941
1943
|
readonly insertionWitnessData: {
|
|
1942
1944
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
1943
1945
|
index: bigint;
|
|
1944
|
-
path: import("
|
|
1946
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
1945
1947
|
};
|
|
1946
1948
|
}, {
|
|
1947
1949
|
hintKey: {
|
|
@@ -1998,10 +2000,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
1998
2000
|
}>, "many">;
|
|
1999
2001
|
appendLeavesHints: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
2000
2002
|
hintKey: z.ZodEffects<z.ZodObject<{
|
|
2001
|
-
root: z.ZodType<import("
|
|
2003
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2002
2004
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2003
2005
|
}, "strip", z.ZodTypeAny, {
|
|
2004
|
-
root: import("
|
|
2006
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2005
2007
|
nextAvailableLeafIndex: number;
|
|
2006
2008
|
}, {
|
|
2007
2009
|
root: string;
|
|
@@ -2011,10 +2013,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2011
2013
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2012
2014
|
}>;
|
|
2013
2015
|
stateAfter: z.ZodEffects<z.ZodObject<{
|
|
2014
|
-
root: z.ZodType<import("
|
|
2016
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2015
2017
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2016
2018
|
}, "strip", z.ZodTypeAny, {
|
|
2017
|
-
root: import("
|
|
2019
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2018
2020
|
nextAvailableLeafIndex: number;
|
|
2019
2021
|
}, {
|
|
2020
2022
|
root: string;
|
|
@@ -2024,12 +2026,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2024
2026
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2025
2027
|
}>;
|
|
2026
2028
|
treeId: z.ZodNumber;
|
|
2027
|
-
leaves: z.ZodArray<import("
|
|
2029
|
+
leaves: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>, "many">;
|
|
2028
2030
|
}, "strip", z.ZodTypeAny, {
|
|
2029
2031
|
hintKey: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
2030
2032
|
stateAfter: import("../trees/append_only_tree_snapshot.js").AppendOnlyTreeSnapshot;
|
|
2031
2033
|
treeId: number;
|
|
2032
|
-
leaves: import("
|
|
2034
|
+
leaves: import("@aztec/foundation/schemas").Fr[];
|
|
2033
2035
|
}, {
|
|
2034
2036
|
hintKey: {
|
|
2035
2037
|
root: string;
|
|
@@ -2101,10 +2103,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2101
2103
|
newCheckpointId: z.ZodNumber;
|
|
2102
2104
|
stateBefore: z.ZodEffects<z.ZodObject<{
|
|
2103
2105
|
l1ToL2MessageTree: z.ZodEffects<z.ZodObject<{
|
|
2104
|
-
root: z.ZodType<import("
|
|
2106
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2105
2107
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2106
2108
|
}, "strip", z.ZodTypeAny, {
|
|
2107
|
-
root: import("
|
|
2109
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2108
2110
|
nextAvailableLeafIndex: number;
|
|
2109
2111
|
}, {
|
|
2110
2112
|
root: string;
|
|
@@ -2114,10 +2116,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2114
2116
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2115
2117
|
}>;
|
|
2116
2118
|
noteHashTree: z.ZodEffects<z.ZodObject<{
|
|
2117
|
-
root: z.ZodType<import("
|
|
2119
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2118
2120
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2119
2121
|
}, "strip", z.ZodTypeAny, {
|
|
2120
|
-
root: import("
|
|
2122
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2121
2123
|
nextAvailableLeafIndex: number;
|
|
2122
2124
|
}, {
|
|
2123
2125
|
root: string;
|
|
@@ -2127,10 +2129,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2127
2129
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2128
2130
|
}>;
|
|
2129
2131
|
nullifierTree: z.ZodEffects<z.ZodObject<{
|
|
2130
|
-
root: z.ZodType<import("
|
|
2132
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2131
2133
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2132
2134
|
}, "strip", z.ZodTypeAny, {
|
|
2133
|
-
root: import("
|
|
2135
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2134
2136
|
nextAvailableLeafIndex: number;
|
|
2135
2137
|
}, {
|
|
2136
2138
|
root: string;
|
|
@@ -2140,10 +2142,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2140
2142
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2141
2143
|
}>;
|
|
2142
2144
|
publicDataTree: z.ZodEffects<z.ZodObject<{
|
|
2143
|
-
root: z.ZodType<import("
|
|
2145
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2144
2146
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2145
2147
|
}, "strip", z.ZodTypeAny, {
|
|
2146
|
-
root: import("
|
|
2148
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2147
2149
|
nextAvailableLeafIndex: number;
|
|
2148
2150
|
}, {
|
|
2149
2151
|
root: string;
|
|
@@ -2194,10 +2196,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2194
2196
|
}>;
|
|
2195
2197
|
stateAfter: z.ZodEffects<z.ZodObject<{
|
|
2196
2198
|
l1ToL2MessageTree: z.ZodEffects<z.ZodObject<{
|
|
2197
|
-
root: z.ZodType<import("
|
|
2199
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2198
2200
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2199
2201
|
}, "strip", z.ZodTypeAny, {
|
|
2200
|
-
root: import("
|
|
2202
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2201
2203
|
nextAvailableLeafIndex: number;
|
|
2202
2204
|
}, {
|
|
2203
2205
|
root: string;
|
|
@@ -2207,10 +2209,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2207
2209
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2208
2210
|
}>;
|
|
2209
2211
|
noteHashTree: z.ZodEffects<z.ZodObject<{
|
|
2210
|
-
root: z.ZodType<import("
|
|
2212
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2211
2213
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2212
2214
|
}, "strip", z.ZodTypeAny, {
|
|
2213
|
-
root: import("
|
|
2215
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2214
2216
|
nextAvailableLeafIndex: number;
|
|
2215
2217
|
}, {
|
|
2216
2218
|
root: string;
|
|
@@ -2220,10 +2222,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2220
2222
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2221
2223
|
}>;
|
|
2222
2224
|
nullifierTree: z.ZodEffects<z.ZodObject<{
|
|
2223
|
-
root: z.ZodType<import("
|
|
2225
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2224
2226
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2225
2227
|
}, "strip", z.ZodTypeAny, {
|
|
2226
|
-
root: import("
|
|
2228
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2227
2229
|
nextAvailableLeafIndex: number;
|
|
2228
2230
|
}, {
|
|
2229
2231
|
root: string;
|
|
@@ -2233,10 +2235,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2233
2235
|
nextAvailableLeafIndex: string | number | bigint;
|
|
2234
2236
|
}>;
|
|
2235
2237
|
publicDataTree: z.ZodEffects<z.ZodObject<{
|
|
2236
|
-
root: z.ZodType<import("
|
|
2238
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
2237
2239
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
2238
2240
|
}, "strip", z.ZodTypeAny, {
|
|
2239
|
-
root: import("
|
|
2241
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
2240
2242
|
nextAvailableLeafIndex: number;
|
|
2241
2243
|
}, {
|
|
2242
2244
|
root: string;
|
|
@@ -2417,12 +2419,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2417
2419
|
readonly lowLeavesWitnessData: {
|
|
2418
2420
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
2419
2421
|
index: bigint;
|
|
2420
|
-
path: import("
|
|
2422
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
2421
2423
|
};
|
|
2422
2424
|
readonly insertionWitnessData: {
|
|
2423
2425
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
2424
2426
|
index: bigint;
|
|
2425
|
-
path: import("
|
|
2427
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
2426
2428
|
};
|
|
2427
2429
|
}[];
|
|
2428
2430
|
sequentialInsertHintsNullifierTree: {
|
|
@@ -2433,12 +2435,12 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
2433
2435
|
readonly lowLeavesWitnessData: {
|
|
2434
2436
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
2435
2437
|
index: bigint;
|
|
2436
|
-
path: import("
|
|
2438
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
2437
2439
|
};
|
|
2438
2440
|
readonly insertionWitnessData: {
|
|
2439
2441
|
leaf: import("../trees/nullifier_leaf.js").NullifierLeafPreimage | import("../trees/public_data_leaf.js").PublicDataTreeLeafPreimage;
|
|
2440
2442
|
index: bigint;
|
|
2441
|
-
path: import("
|
|
2443
|
+
path: import("@aztec/foundation/schemas").Fr[];
|
|
2442
2444
|
};
|
|
2443
2445
|
}[];
|
|
2444
2446
|
appendLeavesHints: import("./avm.js").AvmAppendLeavesHint[];
|
|
@@ -3260,13 +3262,13 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3260
3262
|
}>;
|
|
3261
3263
|
publicInputs: z.ZodEffects<z.ZodObject<{
|
|
3262
3264
|
globalVariables: z.ZodEffects<z.ZodObject<{
|
|
3263
|
-
chainId: import("
|
|
3264
|
-
version: import("
|
|
3265
|
-
blockNumber: z.ZodPipeline<z.ZodUnion<[z.
|
|
3266
|
-
slotNumber: import("
|
|
3265
|
+
chainId: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
3266
|
+
version: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").Fr>;
|
|
3267
|
+
blockNumber: z.ZodEffects<z.ZodPipeline<z.ZodUnion<[z.ZodNumber, z.ZodBigInt, z.ZodString]>, z.ZodNumber>, import("@aztec/foundation/branded-types").BlockNumber, string | number | bigint>;
|
|
3268
|
+
slotNumber: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/schemas").SlotNumber>;
|
|
3267
3269
|
timestamp: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
3268
|
-
coinbase: import("
|
|
3269
|
-
feeRecipient: import("
|
|
3270
|
+
coinbase: import("@aztec/foundation/schemas").ZodFor<import("@aztec/foundation/eth-address").EthAddress>;
|
|
3271
|
+
feeRecipient: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3270
3272
|
gasFees: z.ZodEffects<z.ZodObject<{
|
|
3271
3273
|
feePerDaGas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
3272
3274
|
feePerL2Gas: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodBigInt>;
|
|
@@ -3281,14 +3283,16 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3281
3283
|
feePerL2Gas: string | number | bigint;
|
|
3282
3284
|
}>;
|
|
3283
3285
|
}, "strip", z.ZodTypeAny, {
|
|
3284
|
-
chainId: import("
|
|
3285
|
-
version: import("
|
|
3286
|
-
blockNumber: number
|
|
3286
|
+
chainId: import("@aztec/foundation/schemas").Fr;
|
|
3287
|
+
version: import("@aztec/foundation/schemas").Fr;
|
|
3288
|
+
blockNumber: number & {
|
|
3289
|
+
_branding: "BlockNumber";
|
|
3290
|
+
};
|
|
3287
3291
|
slotNumber: number & {
|
|
3288
3292
|
_branding: "SlotNumber";
|
|
3289
3293
|
};
|
|
3290
3294
|
timestamp: bigint;
|
|
3291
|
-
coinbase: import("
|
|
3295
|
+
coinbase: import("@aztec/foundation/eth-address").EthAddress;
|
|
3292
3296
|
feeRecipient: import("../aztec-address/index.js").AztecAddress;
|
|
3293
3297
|
gasFees: import("../gas/gas_fees.js").GasFees;
|
|
3294
3298
|
}, {
|
|
@@ -3317,7 +3321,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3317
3321
|
};
|
|
3318
3322
|
}>;
|
|
3319
3323
|
protocolContracts: z.ZodEffects<z.ZodObject<{
|
|
3320
|
-
derivedAddresses: z.ZodArray<import("
|
|
3324
|
+
derivedAddresses: z.ZodArray<import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>, "many">;
|
|
3321
3325
|
}, "strip", z.ZodTypeAny, {
|
|
3322
3326
|
derivedAddresses: import("../aztec-address/index.js").AztecAddress[];
|
|
3323
3327
|
}, {
|
|
@@ -3327,10 +3331,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3327
3331
|
}>;
|
|
3328
3332
|
startTreeSnapshots: z.ZodEffects<z.ZodObject<{
|
|
3329
3333
|
l1ToL2MessageTree: z.ZodEffects<z.ZodObject<{
|
|
3330
|
-
root: z.ZodType<import("
|
|
3334
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3331
3335
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3332
3336
|
}, "strip", z.ZodTypeAny, {
|
|
3333
|
-
root: import("
|
|
3337
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
3334
3338
|
nextAvailableLeafIndex: number;
|
|
3335
3339
|
}, {
|
|
3336
3340
|
root: string;
|
|
@@ -3340,10 +3344,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3340
3344
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3341
3345
|
}>;
|
|
3342
3346
|
noteHashTree: z.ZodEffects<z.ZodObject<{
|
|
3343
|
-
root: z.ZodType<import("
|
|
3347
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3344
3348
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3345
3349
|
}, "strip", z.ZodTypeAny, {
|
|
3346
|
-
root: import("
|
|
3350
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
3347
3351
|
nextAvailableLeafIndex: number;
|
|
3348
3352
|
}, {
|
|
3349
3353
|
root: string;
|
|
@@ -3353,10 +3357,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3353
3357
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3354
3358
|
}>;
|
|
3355
3359
|
nullifierTree: z.ZodEffects<z.ZodObject<{
|
|
3356
|
-
root: z.ZodType<import("
|
|
3360
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3357
3361
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3358
3362
|
}, "strip", z.ZodTypeAny, {
|
|
3359
|
-
root: import("
|
|
3363
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
3360
3364
|
nextAvailableLeafIndex: number;
|
|
3361
3365
|
}, {
|
|
3362
3366
|
root: string;
|
|
@@ -3366,10 +3370,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3366
3370
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3367
3371
|
}>;
|
|
3368
3372
|
publicDataTree: z.ZodEffects<z.ZodObject<{
|
|
3369
|
-
root: z.ZodType<import("
|
|
3373
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3370
3374
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3371
3375
|
}, "strip", z.ZodTypeAny, {
|
|
3372
|
-
root: import("
|
|
3376
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
3373
3377
|
nextAvailableLeafIndex: number;
|
|
3374
3378
|
}, {
|
|
3375
3379
|
root: string;
|
|
@@ -3537,8 +3541,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3537
3541
|
feePerDaGas: string | number | bigint;
|
|
3538
3542
|
feePerL2Gas: string | number | bigint;
|
|
3539
3543
|
}>;
|
|
3540
|
-
feePayer: import("
|
|
3541
|
-
proverId: z.ZodType<import("
|
|
3544
|
+
feePayer: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3545
|
+
proverId: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3542
3546
|
publicCallRequestArrayLengths: z.ZodEffects<z.ZodObject<{
|
|
3543
3547
|
setupCalls: z.ZodNumber;
|
|
3544
3548
|
appLogicCalls: z.ZodNumber;
|
|
@@ -3557,15 +3561,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3557
3561
|
teardownCall: boolean;
|
|
3558
3562
|
}>;
|
|
3559
3563
|
publicSetupCallRequests: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
3560
|
-
msgSender: import("
|
|
3561
|
-
contractAddress: import("
|
|
3564
|
+
msgSender: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3565
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3562
3566
|
isStaticCall: z.ZodBoolean;
|
|
3563
|
-
calldataHash: z.ZodType<import("
|
|
3567
|
+
calldataHash: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3564
3568
|
}, "strip", z.ZodTypeAny, {
|
|
3565
3569
|
msgSender: import("../aztec-address/index.js").AztecAddress;
|
|
3566
3570
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
3567
3571
|
isStaticCall: boolean;
|
|
3568
|
-
calldataHash: import("
|
|
3572
|
+
calldataHash: import("@aztec/foundation/schemas").Fr;
|
|
3569
3573
|
}, {
|
|
3570
3574
|
msgSender?: any;
|
|
3571
3575
|
contractAddress?: any;
|
|
@@ -3578,15 +3582,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3578
3582
|
calldataHash: string;
|
|
3579
3583
|
}>, "many">;
|
|
3580
3584
|
publicAppLogicCallRequests: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
3581
|
-
msgSender: import("
|
|
3582
|
-
contractAddress: import("
|
|
3585
|
+
msgSender: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3586
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3583
3587
|
isStaticCall: z.ZodBoolean;
|
|
3584
|
-
calldataHash: z.ZodType<import("
|
|
3588
|
+
calldataHash: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3585
3589
|
}, "strip", z.ZodTypeAny, {
|
|
3586
3590
|
msgSender: import("../aztec-address/index.js").AztecAddress;
|
|
3587
3591
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
3588
3592
|
isStaticCall: boolean;
|
|
3589
|
-
calldataHash: import("
|
|
3593
|
+
calldataHash: import("@aztec/foundation/schemas").Fr;
|
|
3590
3594
|
}, {
|
|
3591
3595
|
msgSender?: any;
|
|
3592
3596
|
contractAddress?: any;
|
|
@@ -3599,15 +3603,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3599
3603
|
calldataHash: string;
|
|
3600
3604
|
}>, "many">;
|
|
3601
3605
|
publicTeardownCallRequest: z.ZodEffects<z.ZodObject<{
|
|
3602
|
-
msgSender: import("
|
|
3603
|
-
contractAddress: import("
|
|
3606
|
+
msgSender: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3607
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3604
3608
|
isStaticCall: z.ZodBoolean;
|
|
3605
|
-
calldataHash: z.ZodType<import("
|
|
3609
|
+
calldataHash: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3606
3610
|
}, "strip", z.ZodTypeAny, {
|
|
3607
3611
|
msgSender: import("../aztec-address/index.js").AztecAddress;
|
|
3608
3612
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
3609
3613
|
isStaticCall: boolean;
|
|
3610
|
-
calldataHash: import("
|
|
3614
|
+
calldataHash: import("@aztec/foundation/schemas").Fr;
|
|
3611
3615
|
}, {
|
|
3612
3616
|
msgSender?: any;
|
|
3613
3617
|
contractAddress?: any;
|
|
@@ -3654,15 +3658,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3654
3658
|
l2ToL1Msgs: string | number | bigint;
|
|
3655
3659
|
}>;
|
|
3656
3660
|
previousNonRevertibleAccumulatedData: z.ZodEffects<z.ZodObject<{
|
|
3657
|
-
noteHashes: z.ZodArray<z.ZodType<import("
|
|
3658
|
-
nullifiers: z.ZodArray<z.ZodType<import("
|
|
3661
|
+
noteHashes: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
3662
|
+
nullifiers: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
3659
3663
|
l2ToL1Msgs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
3660
3664
|
message: z.ZodEffects<z.ZodObject<{
|
|
3661
|
-
recipient: z.ZodType<import("
|
|
3662
|
-
content: z.ZodType<import("
|
|
3665
|
+
recipient: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
|
|
3666
|
+
content: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3663
3667
|
}, "strip", z.ZodTypeAny, {
|
|
3664
|
-
recipient: import("
|
|
3665
|
-
content: import("
|
|
3668
|
+
recipient: import("@aztec/foundation/eth-address").EthAddress;
|
|
3669
|
+
content: import("@aztec/foundation/schemas").Fr;
|
|
3666
3670
|
}, {
|
|
3667
3671
|
recipient: string;
|
|
3668
3672
|
content: string;
|
|
@@ -3670,7 +3674,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3670
3674
|
recipient: string;
|
|
3671
3675
|
content: string;
|
|
3672
3676
|
}>;
|
|
3673
|
-
contractAddress: import("
|
|
3677
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3674
3678
|
}, "strip", z.ZodTypeAny, {
|
|
3675
3679
|
message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
|
|
3676
3680
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
@@ -3688,8 +3692,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3688
3692
|
contractAddress?: any;
|
|
3689
3693
|
}>, "many">;
|
|
3690
3694
|
}, "strip", z.ZodTypeAny, {
|
|
3691
|
-
noteHashes: import("
|
|
3692
|
-
nullifiers: import("
|
|
3695
|
+
noteHashes: import("@aztec/foundation/schemas").Fr[];
|
|
3696
|
+
nullifiers: import("@aztec/foundation/schemas").Fr[];
|
|
3693
3697
|
l2ToL1Msgs: import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message[];
|
|
3694
3698
|
}, {
|
|
3695
3699
|
noteHashes: string[];
|
|
@@ -3713,15 +3717,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3713
3717
|
}[];
|
|
3714
3718
|
}>;
|
|
3715
3719
|
previousRevertibleAccumulatedData: z.ZodEffects<z.ZodObject<{
|
|
3716
|
-
noteHashes: z.ZodArray<z.ZodType<import("
|
|
3717
|
-
nullifiers: z.ZodArray<z.ZodType<import("
|
|
3720
|
+
noteHashes: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
3721
|
+
nullifiers: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
3718
3722
|
l2ToL1Msgs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
3719
3723
|
message: z.ZodEffects<z.ZodObject<{
|
|
3720
|
-
recipient: z.ZodType<import("
|
|
3721
|
-
content: z.ZodType<import("
|
|
3724
|
+
recipient: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
|
|
3725
|
+
content: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3722
3726
|
}, "strip", z.ZodTypeAny, {
|
|
3723
|
-
recipient: import("
|
|
3724
|
-
content: import("
|
|
3727
|
+
recipient: import("@aztec/foundation/eth-address").EthAddress;
|
|
3728
|
+
content: import("@aztec/foundation/schemas").Fr;
|
|
3725
3729
|
}, {
|
|
3726
3730
|
recipient: string;
|
|
3727
3731
|
content: string;
|
|
@@ -3729,7 +3733,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3729
3733
|
recipient: string;
|
|
3730
3734
|
content: string;
|
|
3731
3735
|
}>;
|
|
3732
|
-
contractAddress: import("
|
|
3736
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3733
3737
|
}, "strip", z.ZodTypeAny, {
|
|
3734
3738
|
message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
|
|
3735
3739
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
@@ -3747,8 +3751,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3747
3751
|
contractAddress?: any;
|
|
3748
3752
|
}>, "many">;
|
|
3749
3753
|
}, "strip", z.ZodTypeAny, {
|
|
3750
|
-
noteHashes: import("
|
|
3751
|
-
nullifiers: import("
|
|
3754
|
+
noteHashes: import("@aztec/foundation/schemas").Fr[];
|
|
3755
|
+
nullifiers: import("@aztec/foundation/schemas").Fr[];
|
|
3752
3756
|
l2ToL1Msgs: import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message[];
|
|
3753
3757
|
}, {
|
|
3754
3758
|
noteHashes: string[];
|
|
@@ -3773,10 +3777,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3773
3777
|
}>;
|
|
3774
3778
|
endTreeSnapshots: z.ZodEffects<z.ZodObject<{
|
|
3775
3779
|
l1ToL2MessageTree: z.ZodEffects<z.ZodObject<{
|
|
3776
|
-
root: z.ZodType<import("
|
|
3780
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3777
3781
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3778
3782
|
}, "strip", z.ZodTypeAny, {
|
|
3779
|
-
root: import("
|
|
3783
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
3780
3784
|
nextAvailableLeafIndex: number;
|
|
3781
3785
|
}, {
|
|
3782
3786
|
root: string;
|
|
@@ -3786,10 +3790,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3786
3790
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3787
3791
|
}>;
|
|
3788
3792
|
noteHashTree: z.ZodEffects<z.ZodObject<{
|
|
3789
|
-
root: z.ZodType<import("
|
|
3793
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3790
3794
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3791
3795
|
}, "strip", z.ZodTypeAny, {
|
|
3792
|
-
root: import("
|
|
3796
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
3793
3797
|
nextAvailableLeafIndex: number;
|
|
3794
3798
|
}, {
|
|
3795
3799
|
root: string;
|
|
@@ -3799,10 +3803,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3799
3803
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3800
3804
|
}>;
|
|
3801
3805
|
nullifierTree: z.ZodEffects<z.ZodObject<{
|
|
3802
|
-
root: z.ZodType<import("
|
|
3806
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3803
3807
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3804
3808
|
}, "strip", z.ZodTypeAny, {
|
|
3805
|
-
root: import("
|
|
3809
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
3806
3810
|
nextAvailableLeafIndex: number;
|
|
3807
3811
|
}, {
|
|
3808
3812
|
root: string;
|
|
@@ -3812,10 +3816,10 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3812
3816
|
nextAvailableLeafIndex: string | number | bigint;
|
|
3813
3817
|
}>;
|
|
3814
3818
|
publicDataTree: z.ZodEffects<z.ZodObject<{
|
|
3815
|
-
root: z.ZodType<import("
|
|
3819
|
+
root: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3816
3820
|
nextAvailableLeafIndex: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
|
|
3817
3821
|
}, "strip", z.ZodTypeAny, {
|
|
3818
|
-
root: import("
|
|
3822
|
+
root: import("@aztec/foundation/schemas").Fr;
|
|
3819
3823
|
nextAvailableLeafIndex: number;
|
|
3820
3824
|
}, {
|
|
3821
3825
|
root: string;
|
|
@@ -3899,15 +3903,15 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3899
3903
|
publicDataWrites: number;
|
|
3900
3904
|
}>;
|
|
3901
3905
|
accumulatedData: z.ZodEffects<z.ZodObject<{
|
|
3902
|
-
noteHashes: z.ZodArray<z.ZodType<import("
|
|
3903
|
-
nullifiers: z.ZodArray<z.ZodType<import("
|
|
3906
|
+
noteHashes: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
3907
|
+
nullifiers: z.ZodArray<z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, "many">;
|
|
3904
3908
|
l2ToL1Msgs: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
3905
3909
|
message: z.ZodEffects<z.ZodObject<{
|
|
3906
|
-
recipient: z.ZodType<import("
|
|
3907
|
-
content: z.ZodType<import("
|
|
3910
|
+
recipient: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
|
|
3911
|
+
content: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3908
3912
|
}, "strip", z.ZodTypeAny, {
|
|
3909
|
-
recipient: import("
|
|
3910
|
-
content: import("
|
|
3913
|
+
recipient: import("@aztec/foundation/eth-address").EthAddress;
|
|
3914
|
+
content: import("@aztec/foundation/schemas").Fr;
|
|
3911
3915
|
}, {
|
|
3912
3916
|
recipient: string;
|
|
3913
3917
|
content: string;
|
|
@@ -3915,7 +3919,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3915
3919
|
recipient: string;
|
|
3916
3920
|
content: string;
|
|
3917
3921
|
}>;
|
|
3918
|
-
contractAddress: import("
|
|
3922
|
+
contractAddress: import("@aztec/foundation/schemas").ZodFor<import("../aztec-address/index.js").AztecAddress>;
|
|
3919
3923
|
}, "strip", z.ZodTypeAny, {
|
|
3920
3924
|
message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
|
|
3921
3925
|
contractAddress: import("../aztec-address/index.js").AztecAddress;
|
|
@@ -3932,13 +3936,13 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3932
3936
|
};
|
|
3933
3937
|
contractAddress?: any;
|
|
3934
3938
|
}>, "many">;
|
|
3935
|
-
publicLogs: import("
|
|
3939
|
+
publicLogs: import("@aztec/foundation/schemas").ZodFor<import("../logs/public_log.js").FlatPublicLogs>;
|
|
3936
3940
|
publicDataWrites: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
3937
|
-
leafSlot: z.ZodType<import("
|
|
3938
|
-
value: z.ZodType<import("
|
|
3941
|
+
leafSlot: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3942
|
+
value: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3939
3943
|
}, "strip", z.ZodTypeAny, {
|
|
3940
|
-
leafSlot: import("
|
|
3941
|
-
value: import("
|
|
3944
|
+
leafSlot: import("@aztec/foundation/schemas").Fr;
|
|
3945
|
+
value: import("@aztec/foundation/schemas").Fr;
|
|
3942
3946
|
}, {
|
|
3943
3947
|
leafSlot: string;
|
|
3944
3948
|
value: string;
|
|
@@ -3947,8 +3951,8 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3947
3951
|
value: string;
|
|
3948
3952
|
}>, "many">;
|
|
3949
3953
|
}, "strip", z.ZodTypeAny, {
|
|
3950
|
-
noteHashes: import("
|
|
3951
|
-
nullifiers: import("
|
|
3954
|
+
noteHashes: import("@aztec/foundation/schemas").Fr[];
|
|
3955
|
+
nullifiers: import("@aztec/foundation/schemas").Fr[];
|
|
3952
3956
|
l2ToL1Msgs: import("../messaging/l2_to_l1_message.js").ScopedL2ToL1Message[];
|
|
3953
3957
|
publicLogs: import("../logs/public_log.js").FlatPublicLogs;
|
|
3954
3958
|
publicDataWrites: import("./public_data_write.js").PublicDataWrite[];
|
|
@@ -3983,7 +3987,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3983
3987
|
value: string;
|
|
3984
3988
|
}[];
|
|
3985
3989
|
}>;
|
|
3986
|
-
transactionFee: z.ZodType<import("
|
|
3990
|
+
transactionFee: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
|
|
3987
3991
|
reverted: z.ZodBoolean;
|
|
3988
3992
|
}, "strip", z.ZodTypeAny, {
|
|
3989
3993
|
globalVariables: import("../tx/global_variables.js").GlobalVariables;
|
|
@@ -3993,7 +3997,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
3993
3997
|
gasSettings: import("../gas/gas_settings.js").GasSettings;
|
|
3994
3998
|
effectiveGasFees: import("../gas/gas_fees.js").GasFees;
|
|
3995
3999
|
feePayer: import("../aztec-address/index.js").AztecAddress;
|
|
3996
|
-
proverId: import("
|
|
4000
|
+
proverId: import("@aztec/foundation/schemas").Fr;
|
|
3997
4001
|
publicCallRequestArrayLengths: import("../kernel/public_call_request.js").PublicCallRequestArrayLengths;
|
|
3998
4002
|
publicSetupCallRequests: import("../kernel/public_call_request.js").PublicCallRequest[];
|
|
3999
4003
|
publicAppLogicCallRequests: import("../kernel/public_call_request.js").PublicCallRequest[];
|
|
@@ -4006,7 +4010,7 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
4006
4010
|
endGasUsed: import("../gas/gas.js").Gas;
|
|
4007
4011
|
accumulatedDataArrayLengths: import("./avm_accumulated_data.js").AvmAccumulatedDataArrayLengths;
|
|
4008
4012
|
accumulatedData: import("./avm_accumulated_data.js").AvmAccumulatedData;
|
|
4009
|
-
transactionFee: import("
|
|
4013
|
+
transactionFee: import("@aztec/foundation/schemas").Fr;
|
|
4010
4014
|
reverted: boolean;
|
|
4011
4015
|
}, {
|
|
4012
4016
|
globalVariables: {
|
|
@@ -6055,4 +6059,4 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
|
|
|
6055
6059
|
};
|
|
6056
6060
|
};
|
|
6057
6061
|
}>;
|
|
6058
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
6062
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXZtX3Byb3ZpbmdfcmVxdWVzdC5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2F2bS9hdm1fcHJvdmluZ19yZXF1ZXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxDQUFDLEVBQUUsTUFBTSxLQUFLLENBQUM7QUFFeEIsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDdkUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sVUFBVSxDQUFDO0FBRTVDLE1BQU0sTUFBTSxpQkFBaUIsR0FBRyxDQUFDLENBQUMsS0FBSyxDQUFDLE9BQU8sdUJBQXVCLENBQUMsQ0FBQztBQUV4RSxlQUFPLE1BQU0sdUJBQXVCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQUdsQyxDQUFDIn0=
|