@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.
Files changed (1132) hide show
  1. package/dest/abi/abi.d.ts +603 -5
  2. package/dest/abi/abi.d.ts.map +1 -1
  3. package/dest/abi/abi.js +7 -7
  4. package/dest/abi/authorization_selector.d.ts +2 -2
  5. package/dest/abi/authorization_selector.d.ts.map +1 -1
  6. package/dest/abi/authorization_selector.js +2 -1
  7. package/dest/abi/buffer.d.ts +2 -2
  8. package/dest/abi/buffer.d.ts.map +1 -1
  9. package/dest/abi/buffer.js +1 -1
  10. package/dest/abi/contract_artifact.d.ts +2 -2
  11. package/dest/abi/contract_artifact.d.ts.map +1 -1
  12. package/dest/abi/contract_artifact.js +1 -1
  13. package/dest/abi/decoder.d.ts +2 -2
  14. package/dest/abi/decoder.d.ts.map +1 -1
  15. package/dest/abi/encoder.d.ts +2 -2
  16. package/dest/abi/encoder.d.ts.map +1 -1
  17. package/dest/abi/encoder.js +1 -1
  18. package/dest/abi/event_selector.d.ts +2 -2
  19. package/dest/abi/event_selector.d.ts.map +1 -1
  20. package/dest/abi/event_selector.js +2 -1
  21. package/dest/abi/function_call.d.ts +48 -10
  22. package/dest/abi/function_call.d.ts.map +1 -1
  23. package/dest/abi/function_call.js +20 -3
  24. package/dest/abi/function_selector.d.ts +3 -2
  25. package/dest/abi/function_selector.d.ts.map +1 -1
  26. package/dest/abi/function_selector.js +9 -1
  27. package/dest/abi/note_selector.d.ts +2 -2
  28. package/dest/abi/note_selector.d.ts.map +1 -1
  29. package/dest/abi/note_selector.js +2 -2
  30. package/dest/abi/selector.d.ts +2 -2
  31. package/dest/abi/selector.d.ts.map +1 -1
  32. package/dest/abi/selector.js +4 -2
  33. package/dest/abi/utils.d.ts +7 -1
  34. package/dest/abi/utils.d.ts.map +1 -1
  35. package/dest/abi/utils.js +7 -0
  36. package/dest/auth_witness/auth_witness.d.ts +3 -2
  37. package/dest/auth_witness/auth_witness.d.ts.map +1 -1
  38. package/dest/auth_witness/auth_witness.js +5 -5
  39. package/dest/avm/avm.d.ts +598 -386
  40. package/dest/avm/avm.d.ts.map +1 -1
  41. package/dest/avm/avm.js +238 -22
  42. package/dest/avm/avm_accumulated_data.d.ts +31 -4
  43. package/dest/avm/avm_accumulated_data.d.ts.map +1 -1
  44. package/dest/avm/avm_accumulated_data.js +6 -3
  45. package/dest/avm/avm_circuit_public_inputs.d.ts +14 -12
  46. package/dest/avm/avm_circuit_public_inputs.d.ts.map +1 -1
  47. package/dest/avm/avm_circuit_public_inputs.js +4 -2
  48. package/dest/avm/avm_proving_request.d.ts +306 -302
  49. package/dest/avm/avm_proving_request.d.ts.map +1 -1
  50. package/dest/avm/contract_storage_read.d.ts +14 -2
  51. package/dest/avm/contract_storage_read.d.ts.map +1 -1
  52. package/dest/avm/contract_storage_read.js +1 -1
  53. package/dest/avm/contract_storage_update_request.d.ts +14 -2
  54. package/dest/avm/contract_storage_update_request.d.ts.map +1 -1
  55. package/dest/avm/contract_storage_update_request.js +1 -1
  56. package/dest/avm/message_pack.d.ts +1 -1
  57. package/dest/avm/message_pack.d.ts.map +1 -1
  58. package/dest/avm/message_pack.js +2 -1
  59. package/dest/avm/public_call_stack_item_compressed.d.ts +4 -2
  60. package/dest/avm/public_call_stack_item_compressed.d.ts.map +1 -1
  61. package/dest/avm/public_call_stack_item_compressed.js +1 -1
  62. package/dest/avm/public_data_read.d.ts +11 -2
  63. package/dest/avm/public_data_read.d.ts.map +1 -1
  64. package/dest/avm/public_data_read.js +1 -1
  65. package/dest/avm/public_data_update_request.d.ts +11 -2
  66. package/dest/avm/public_data_update_request.d.ts.map +1 -1
  67. package/dest/avm/public_data_update_request.js +4 -2
  68. package/dest/avm/public_data_write.d.ts +8 -2
  69. package/dest/avm/public_data_write.d.ts.map +1 -1
  70. package/dest/avm/public_data_write.js +1 -1
  71. package/dest/avm/public_inner_call_request.d.ts +5 -2
  72. package/dest/avm/public_inner_call_request.d.ts.map +1 -1
  73. package/dest/avm/public_inner_call_request.js +3 -1
  74. package/dest/avm/revert_code.d.ts +5 -5
  75. package/dest/avm/revert_code.d.ts.map +1 -1
  76. package/dest/avm/revert_code.js +4 -2
  77. package/dest/aztec-address/index.d.ts +3 -2
  78. package/dest/aztec-address/index.d.ts.map +1 -1
  79. package/dest/aztec-address/index.js +5 -2
  80. package/dest/block/attestation_info.d.ts +5 -5
  81. package/dest/block/attestation_info.d.ts.map +1 -1
  82. package/dest/block/attestation_info.js +5 -5
  83. package/dest/block/block_data.d.ts +52 -0
  84. package/dest/block/block_data.d.ts.map +1 -0
  85. package/dest/block/block_data.js +12 -0
  86. package/dest/block/block_hash.d.ts +19 -15
  87. package/dest/block/block_hash.d.ts.map +1 -1
  88. package/dest/block/block_hash.js +23 -21
  89. package/dest/block/block_parameter.d.ts +6 -0
  90. package/dest/block/block_parameter.d.ts.map +1 -0
  91. package/dest/block/block_parameter.js +8 -0
  92. package/dest/block/body.d.ts +1 -1
  93. package/dest/block/body.d.ts.map +1 -1
  94. package/dest/block/body.js +5 -2
  95. package/dest/block/checkpointed_l2_block.d.ts +150 -0
  96. package/dest/block/checkpointed_l2_block.d.ts.map +1 -0
  97. package/dest/block/checkpointed_l2_block.js +46 -0
  98. package/dest/block/in_block.d.ts +34 -15
  99. package/dest/block/in_block.d.ts.map +1 -1
  100. package/dest/block/in_block.js +21 -12
  101. package/dest/block/index.d.ts +4 -5
  102. package/dest/block/index.d.ts.map +1 -1
  103. package/dest/block/index.js +3 -4
  104. package/dest/block/l2_block.d.ts +59 -59
  105. package/dest/block/l2_block.d.ts.map +1 -1
  106. package/dest/block/l2_block.js +69 -110
  107. package/dest/block/l2_block_info.d.ts +16 -11
  108. package/dest/block/l2_block_info.d.ts.map +1 -1
  109. package/dest/block/l2_block_info.js +8 -7
  110. package/dest/block/l2_block_source.d.ts +390 -151
  111. package/dest/block/l2_block_source.d.ts.map +1 -1
  112. package/dest/block/l2_block_source.js +29 -16
  113. package/dest/block/l2_block_stream/index.d.ts +2 -1
  114. package/dest/block/l2_block_stream/index.d.ts.map +1 -1
  115. package/dest/block/l2_block_stream/index.js +1 -0
  116. package/dest/block/l2_block_stream/interfaces.d.ts +15 -5
  117. package/dest/block/l2_block_stream/interfaces.d.ts.map +1 -1
  118. package/dest/block/l2_block_stream/l2_block_stream.d.ts +13 -3
  119. package/dest/block/l2_block_stream/l2_block_stream.d.ts.map +1 -1
  120. package/dest/block/l2_block_stream/l2_block_stream.js +116 -32
  121. package/dest/block/l2_block_stream/l2_tips_memory_store.d.ts +24 -15
  122. package/dest/block/l2_block_stream/l2_tips_memory_store.d.ts.map +1 -1
  123. package/dest/block/l2_block_stream/l2_tips_memory_store.js +55 -59
  124. package/dest/block/l2_block_stream/l2_tips_store_base.d.ts +49 -0
  125. package/dest/block/l2_block_stream/l2_tips_store_base.d.ts.map +1 -0
  126. package/dest/block/l2_block_stream/l2_tips_store_base.js +179 -0
  127. package/dest/block/proposal/attestations_and_signers.d.ts +2 -2
  128. package/dest/block/proposal/attestations_and_signers.d.ts.map +1 -1
  129. package/dest/block/proposal/committee_attestation.d.ts +2 -2
  130. package/dest/block/proposal/committee_attestation.d.ts.map +1 -1
  131. package/dest/block/test/l2_tips_store_test_suite.d.ts +1 -1
  132. package/dest/block/test/l2_tips_store_test_suite.d.ts.map +1 -1
  133. package/dest/block/test/l2_tips_store_test_suite.js +482 -43
  134. package/dest/block/validate_block_result.d.ts +24 -24
  135. package/dest/block/validate_block_result.d.ts.map +1 -1
  136. package/dest/block/validate_block_result.js +18 -17
  137. package/dest/checkpoint/checkpoint.d.ts +74 -18
  138. package/dest/checkpoint/checkpoint.d.ts.map +1 -1
  139. package/dest/checkpoint/checkpoint.js +78 -16
  140. package/dest/checkpoint/checkpoint_data.d.ts +120 -0
  141. package/dest/checkpoint/checkpoint_data.d.ts.map +1 -0
  142. package/dest/checkpoint/checkpoint_data.js +26 -0
  143. package/dest/checkpoint/checkpoint_info.d.ts +38 -0
  144. package/dest/checkpoint/checkpoint_info.d.ts.map +1 -0
  145. package/dest/checkpoint/checkpoint_info.js +34 -0
  146. package/dest/checkpoint/index.d.ts +3 -1
  147. package/dest/checkpoint/index.d.ts.map +1 -1
  148. package/dest/checkpoint/index.js +2 -0
  149. package/dest/checkpoint/published_checkpoint.d.ts +58 -15
  150. package/dest/checkpoint/published_checkpoint.d.ts.map +1 -1
  151. package/dest/checkpoint/published_checkpoint.js +16 -6
  152. package/dest/config/index.d.ts +2 -1
  153. package/dest/config/index.d.ts.map +1 -1
  154. package/dest/config/index.js +1 -0
  155. package/dest/config/node-rpc-config.js +1 -1
  156. package/dest/config/sequencer-config.d.ts +10 -0
  157. package/dest/config/sequencer-config.d.ts.map +1 -0
  158. package/dest/config/sequencer-config.js +18 -0
  159. package/dest/contract/artifact_hash.d.ts +2 -2
  160. package/dest/contract/artifact_hash.d.ts.map +1 -1
  161. package/dest/contract/artifact_hash.js +2 -2
  162. package/dest/contract/complete_address.d.ts +5 -2
  163. package/dest/contract/complete_address.d.ts.map +1 -1
  164. package/dest/contract/complete_address.js +1 -1
  165. package/dest/contract/contract_address.d.ts +2 -2
  166. package/dest/contract/contract_address.d.ts.map +1 -1
  167. package/dest/contract/contract_address.js +6 -6
  168. package/dest/contract/contract_class.d.ts +3 -4
  169. package/dest/contract/contract_class.d.ts.map +1 -1
  170. package/dest/contract/contract_class.js +1 -1
  171. package/dest/contract/contract_class_id.d.ts +3 -3
  172. package/dest/contract/contract_class_id.d.ts.map +1 -1
  173. package/dest/contract/contract_class_id.js +8 -7
  174. package/dest/contract/contract_deployment_data.d.ts +5 -5
  175. package/dest/contract/contract_instance.d.ts +2 -2
  176. package/dest/contract/contract_instance.d.ts.map +1 -1
  177. package/dest/contract/contract_instance.js +1 -1
  178. package/dest/contract/contract_instance_update.d.ts +2 -2
  179. package/dest/contract/contract_instance_update.d.ts.map +1 -1
  180. package/dest/contract/contract_instance_update.js +1 -1
  181. package/dest/contract/deployment_info.d.ts +2 -2
  182. package/dest/contract/deployment_info.d.ts.map +1 -1
  183. package/dest/contract/index.d.ts +1 -3
  184. package/dest/contract/index.d.ts.map +1 -1
  185. package/dest/contract/index.js +0 -2
  186. package/dest/contract/interfaces/contract_class.d.ts +19 -14
  187. package/dest/contract/interfaces/contract_class.d.ts.map +1 -1
  188. package/dest/contract/interfaces/contract_class.js +35 -18
  189. package/dest/contract/interfaces/contract_data_source.d.ts +4 -3
  190. package/dest/contract/interfaces/contract_data_source.d.ts.map +1 -1
  191. package/dest/contract/interfaces/contract_instance.d.ts +40 -31
  192. package/dest/contract/interfaces/contract_instance.d.ts.map +1 -1
  193. package/dest/contract/interfaces/contract_instance.js +30 -5
  194. package/dest/contract/interfaces/contract_instance_update.d.ts +7 -8
  195. package/dest/contract/interfaces/contract_instance_update.d.ts.map +1 -1
  196. package/dest/contract/interfaces/contract_instance_update.js +5 -5
  197. package/dest/contract/interfaces/node-info.d.ts +3 -1
  198. package/dest/contract/interfaces/node-info.d.ts.map +1 -1
  199. package/dest/contract/interfaces/node-info.js +2 -1
  200. package/dest/contract/partial_address.d.ts +2 -2
  201. package/dest/contract/partial_address.d.ts.map +1 -1
  202. package/dest/contract/private_function.d.ts +2 -2
  203. package/dest/contract/private_function.d.ts.map +1 -1
  204. package/dest/contract/private_function.js +5 -5
  205. package/dest/contract/private_function_membership_proof.d.ts +1 -1
  206. package/dest/contract/private_function_membership_proof.js +3 -3
  207. package/dest/contract/utility_function_membership_proof.js +1 -1
  208. package/dest/database-version/database_version.d.ts +58 -0
  209. package/dest/database-version/database_version.d.ts.map +1 -0
  210. package/dest/database-version/database_version.js +69 -0
  211. package/dest/database-version/version_manager.d.ts +3 -49
  212. package/dest/database-version/version_manager.d.ts.map +1 -1
  213. package/dest/database-version/version_manager.js +1 -64
  214. package/dest/delayed_public_mutable/delayed_public_mutable_values.d.ts +3 -3
  215. package/dest/delayed_public_mutable/delayed_public_mutable_values.d.ts.map +1 -1
  216. package/dest/delayed_public_mutable/delayed_public_mutable_values.js +9 -12
  217. package/dest/delayed_public_mutable/delayed_public_mutable_values_with_hash.d.ts +2 -2
  218. package/dest/delayed_public_mutable/delayed_public_mutable_values_with_hash.d.ts.map +1 -1
  219. package/dest/delayed_public_mutable/delayed_public_mutable_values_with_hash.js +1 -1
  220. package/dest/delayed_public_mutable/scheduled_value_change.d.ts +2 -2
  221. package/dest/delayed_public_mutable/scheduled_value_change.d.ts.map +1 -1
  222. package/dest/delayed_public_mutable/scheduled_value_change.js +1 -1
  223. package/dest/deserialization/index.d.ts +11 -0
  224. package/dest/deserialization/index.d.ts.map +1 -0
  225. package/dest/deserialization/index.js +10 -0
  226. package/dest/epoch-helpers/index.d.ts +7 -1
  227. package/dest/epoch-helpers/index.d.ts.map +1 -1
  228. package/dest/epoch-helpers/index.js +12 -6
  229. package/dest/errors/proving_error.d.ts +2 -2
  230. package/dest/errors/proving_error.d.ts.map +1 -1
  231. package/dest/errors/simulation_error.d.ts +2 -2
  232. package/dest/errors/simulation_error.d.ts.map +1 -1
  233. package/dest/fees/transaction_fee.d.ts +2 -2
  234. package/dest/fees/transaction_fee.d.ts.map +1 -1
  235. package/dest/file-store/local.d.ts +3 -3
  236. package/dest/file-store/local.d.ts.map +1 -1
  237. package/dest/file-store/local.js +13 -4
  238. package/dest/file-store/s3.d.ts +1 -1
  239. package/dest/file-store/s3.d.ts.map +1 -1
  240. package/dest/file-store/s3.js +11 -3
  241. package/dest/gas/gas.d.ts +2 -2
  242. package/dest/gas/gas.d.ts.map +1 -1
  243. package/dest/gas/gas.js +4 -2
  244. package/dest/gas/gas_fees.d.ts +2 -2
  245. package/dest/gas/gas_fees.d.ts.map +1 -1
  246. package/dest/gas/gas_fees.js +3 -1
  247. package/dest/gas/gas_settings.d.ts +2 -2
  248. package/dest/gas/gas_settings.d.ts.map +1 -1
  249. package/dest/gas/gas_settings.js +1 -1
  250. package/dest/ha-signing/config.d.ts +101 -0
  251. package/dest/ha-signing/config.d.ts.map +1 -0
  252. package/dest/ha-signing/config.js +92 -0
  253. package/dest/ha-signing/index.d.ts +3 -0
  254. package/dest/ha-signing/index.d.ts.map +1 -0
  255. package/dest/ha-signing/index.js +2 -0
  256. package/dest/ha-signing/types.d.ts +85 -0
  257. package/dest/ha-signing/types.d.ts.map +1 -0
  258. package/dest/ha-signing/types.js +32 -0
  259. package/dest/hash/hash.d.ts +3 -10
  260. package/dest/hash/hash.d.ts.map +1 -1
  261. package/dest/hash/hash.js +17 -22
  262. package/dest/hash/map_slot.d.ts +2 -2
  263. package/dest/hash/map_slot.d.ts.map +1 -1
  264. package/dest/hash/map_slot.js +4 -3
  265. package/dest/interfaces/allowed_element.d.ts +8 -9
  266. package/dest/interfaces/allowed_element.d.ts.map +1 -1
  267. package/dest/interfaces/allowed_element.js +3 -3
  268. package/dest/interfaces/api_limit.d.ts +3 -1
  269. package/dest/interfaces/api_limit.d.ts.map +1 -1
  270. package/dest/interfaces/api_limit.js +2 -0
  271. package/dest/interfaces/archiver.d.ts +12 -7
  272. package/dest/interfaces/archiver.d.ts.map +1 -1
  273. package/dest/interfaces/archiver.js +40 -21
  274. package/dest/interfaces/aztec-node-admin.d.ts +140 -42
  275. package/dest/interfaces/aztec-node-admin.d.ts.map +1 -1
  276. package/dest/interfaces/aztec-node-admin.js +15 -7
  277. package/dest/interfaces/aztec-node.d.ts +90 -95
  278. package/dest/interfaces/aztec-node.d.ts.map +1 -1
  279. package/dest/interfaces/aztec-node.js +32 -33
  280. package/dest/interfaces/block-builder.d.ts +24 -14
  281. package/dest/interfaces/block-builder.d.ts.map +1 -1
  282. package/dest/interfaces/block-builder.js +16 -1
  283. package/dest/interfaces/configs.d.ts +71 -27
  284. package/dest/interfaces/configs.d.ts.map +1 -1
  285. package/dest/interfaces/configs.js +15 -6
  286. package/dest/interfaces/epoch-prover.d.ts +5 -5
  287. package/dest/interfaces/epoch-prover.d.ts.map +1 -1
  288. package/dest/interfaces/get_logs_response.d.ts +30 -6
  289. package/dest/interfaces/get_logs_response.d.ts.map +1 -1
  290. package/dest/interfaces/get_logs_response.js +5 -4
  291. package/dest/interfaces/l2_logs_source.d.ts +21 -15
  292. package/dest/interfaces/l2_logs_source.d.ts.map +1 -1
  293. package/dest/interfaces/merkle_tree_operations.d.ts +5 -4
  294. package/dest/interfaces/merkle_tree_operations.d.ts.map +1 -1
  295. package/dest/interfaces/p2p.d.ts +7 -9
  296. package/dest/interfaces/p2p.d.ts.map +1 -1
  297. package/dest/interfaces/p2p.js +3 -4
  298. package/dest/interfaces/prover-broker.d.ts +16 -1
  299. package/dest/interfaces/prover-broker.d.ts.map +1 -1
  300. package/dest/interfaces/prover-broker.js +4 -1
  301. package/dest/interfaces/prover-client.d.ts +19 -3
  302. package/dest/interfaces/prover-client.d.ts.map +1 -1
  303. package/dest/interfaces/prover-client.js +16 -4
  304. package/dest/interfaces/proving-job.d.ts +60 -56
  305. package/dest/interfaces/proving-job.d.ts.map +1 -1
  306. package/dest/interfaces/proving-job.js +1 -7
  307. package/dest/interfaces/public_state_source.d.ts +2 -2
  308. package/dest/interfaces/public_state_source.d.ts.map +1 -1
  309. package/dest/interfaces/server_circuit_prover.d.ts +4 -3
  310. package/dest/interfaces/server_circuit_prover.d.ts.map +1 -1
  311. package/dest/interfaces/slasher.d.ts +9 -1
  312. package/dest/interfaces/slasher.d.ts.map +1 -1
  313. package/dest/interfaces/slasher.js +5 -3
  314. package/dest/interfaces/validator.d.ts +162 -27
  315. package/dest/interfaces/validator.d.ts.map +1 -1
  316. package/dest/interfaces/validator.js +12 -7
  317. package/dest/interfaces/world_state.d.ts +23 -31
  318. package/dest/interfaces/world_state.d.ts.map +1 -1
  319. package/dest/interfaces/world_state.js +4 -3
  320. package/dest/kernel/claimed_length_array.d.ts +2 -2
  321. package/dest/kernel/claimed_length_array.d.ts.map +1 -1
  322. package/dest/kernel/claimed_length_array.js +3 -1
  323. package/dest/kernel/hints/build_note_hash_read_request_hints.d.ts +6 -5
  324. package/dest/kernel/hints/build_note_hash_read_request_hints.d.ts.map +1 -1
  325. package/dest/kernel/hints/build_note_hash_read_request_hints.js +19 -10
  326. package/dest/kernel/hints/build_nullifier_read_request_hints.d.ts +4 -4
  327. package/dest/kernel/hints/build_nullifier_read_request_hints.d.ts.map +1 -1
  328. package/dest/kernel/hints/build_nullifier_read_request_hints.js +16 -8
  329. package/dest/kernel/hints/find_private_kernel_reset_dimensions.d.ts +1 -1
  330. package/dest/kernel/hints/find_private_kernel_reset_dimensions.d.ts.map +1 -1
  331. package/dest/kernel/hints/find_private_kernel_reset_dimensions.js +1 -3
  332. package/dest/kernel/hints/index.d.ts +2 -2
  333. package/dest/kernel/hints/index.js +2 -2
  334. package/dest/kernel/hints/key_validation_hint.d.ts +3 -2
  335. package/dest/kernel/hints/key_validation_hint.d.ts.map +1 -1
  336. package/dest/kernel/hints/key_validation_hint.js +1 -1
  337. package/dest/kernel/hints/key_validation_request.d.ts +5 -3
  338. package/dest/kernel/hints/key_validation_request.d.ts.map +1 -1
  339. package/dest/kernel/hints/key_validation_request.js +2 -1
  340. package/dest/kernel/hints/key_validation_request_and_separator.d.ts +24 -0
  341. package/dest/kernel/hints/key_validation_request_and_separator.d.ts.map +1 -0
  342. package/dest/kernel/hints/{key_validation_request_and_generator.js → key_validation_request_and_separator.js} +13 -16
  343. package/dest/kernel/hints/note_hash_read_request_hints.d.ts +2 -2
  344. package/dest/kernel/hints/note_hash_read_request_hints.d.ts.map +1 -1
  345. package/dest/kernel/hints/note_hash_read_request_hints.js +1 -1
  346. package/dest/kernel/hints/private_kernel_reset_hints.d.ts +13 -1
  347. package/dest/kernel/hints/private_kernel_reset_hints.d.ts.map +1 -1
  348. package/dest/kernel/hints/read_request.d.ts +8 -2
  349. package/dest/kernel/hints/read_request.d.ts.map +1 -1
  350. package/dest/kernel/hints/read_request.js +1 -1
  351. package/dest/kernel/hints/read_request_hints.d.ts +7 -1
  352. package/dest/kernel/hints/read_request_hints.d.ts.map +1 -1
  353. package/dest/kernel/hints/{scoped_key_validation_request_and_generator.d.ts → scoped_key_validation_request_and_separator.d.ts} +9 -9
  354. package/dest/kernel/hints/{scoped_key_validation_request_and_generator.d.ts.map → scoped_key_validation_request_and_separator.d.ts.map} +1 -1
  355. package/dest/kernel/hints/{scoped_key_validation_request_and_generator.js → scoped_key_validation_request_and_separator.js} +6 -6
  356. package/dest/kernel/hints/scoped_value_cache.d.ts +2 -2
  357. package/dest/kernel/hints/scoped_value_cache.d.ts.map +1 -1
  358. package/dest/kernel/hints/transient_data_squashing_hint.d.ts +2 -2
  359. package/dest/kernel/hints/transient_data_squashing_hint.d.ts.map +1 -1
  360. package/dest/kernel/hints/transient_data_squashing_hint.js +4 -2
  361. package/dest/kernel/hints/tree_leaf_read_request.d.ts +2 -2
  362. package/dest/kernel/hints/tree_leaf_read_request.d.ts.map +1 -1
  363. package/dest/kernel/hints/tree_leaf_read_request.js +1 -1
  364. package/dest/kernel/log_hash.d.ts +2 -2
  365. package/dest/kernel/log_hash.d.ts.map +1 -1
  366. package/dest/kernel/log_hash.js +4 -2
  367. package/dest/kernel/note_hash.d.ts +2 -2
  368. package/dest/kernel/note_hash.d.ts.map +1 -1
  369. package/dest/kernel/note_hash.js +1 -1
  370. package/dest/kernel/nullifier.d.ts +2 -2
  371. package/dest/kernel/nullifier.d.ts.map +1 -1
  372. package/dest/kernel/nullifier.js +1 -1
  373. package/dest/kernel/padded_side_effects.d.ts +2 -2
  374. package/dest/kernel/padded_side_effects.d.ts.map +1 -1
  375. package/dest/kernel/padded_side_effects.js +1 -1
  376. package/dest/kernel/private_accumulated_data.d.ts +23 -1
  377. package/dest/kernel/private_accumulated_data.d.ts.map +1 -1
  378. package/dest/kernel/private_call_data.d.ts +26 -2
  379. package/dest/kernel/private_call_data.d.ts.map +1 -1
  380. package/dest/kernel/private_call_data.js +1 -1
  381. package/dest/kernel/private_call_request.d.ts +17 -2
  382. package/dest/kernel/private_call_request.d.ts.map +1 -1
  383. package/dest/kernel/private_call_request.js +1 -1
  384. package/dest/kernel/private_circuit_public_inputs.d.ts +127 -54
  385. package/dest/kernel/private_circuit_public_inputs.d.ts.map +1 -1
  386. package/dest/kernel/private_circuit_public_inputs.js +72 -72
  387. package/dest/kernel/private_context_inputs.d.ts +2 -2
  388. package/dest/kernel/private_context_inputs.d.ts.map +1 -1
  389. package/dest/kernel/private_kernel_circuit_public_inputs.d.ts +34 -4
  390. package/dest/kernel/private_kernel_circuit_public_inputs.d.ts.map +1 -1
  391. package/dest/kernel/private_kernel_circuit_public_inputs.js +5 -5
  392. package/dest/kernel/private_kernel_data.d.ts +7 -1
  393. package/dest/kernel/private_kernel_data.d.ts.map +1 -1
  394. package/dest/kernel/private_kernel_init_circuit_private_inputs.d.ts +23 -2
  395. package/dest/kernel/private_kernel_init_circuit_private_inputs.d.ts.map +1 -1
  396. package/dest/kernel/private_kernel_init_circuit_private_inputs.js +1 -1
  397. package/dest/kernel/private_kernel_inner_circuit_private_inputs.d.ts +7 -1
  398. package/dest/kernel/private_kernel_inner_circuit_private_inputs.d.ts.map +1 -1
  399. package/dest/kernel/private_kernel_reset_circuit_private_inputs.d.ts +4 -1
  400. package/dest/kernel/private_kernel_reset_circuit_private_inputs.d.ts.map +1 -1
  401. package/dest/kernel/private_kernel_tail_circuit_private_inputs.d.ts +12 -3
  402. package/dest/kernel/private_kernel_tail_circuit_private_inputs.d.ts.map +1 -1
  403. package/dest/kernel/private_kernel_tail_circuit_private_inputs.js +4 -4
  404. package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts +26 -4
  405. package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts.map +1 -1
  406. package/dest/kernel/private_kernel_tail_circuit_public_inputs.js +8 -8
  407. package/dest/kernel/private_log_data.d.ts +2 -2
  408. package/dest/kernel/private_log_data.d.ts.map +1 -1
  409. package/dest/kernel/private_log_data.js +5 -2
  410. package/dest/kernel/private_to_avm_accumulated_data.d.ts +4 -4
  411. package/dest/kernel/private_to_avm_accumulated_data.d.ts.map +1 -1
  412. package/dest/kernel/private_to_avm_accumulated_data.js +6 -3
  413. package/dest/kernel/private_to_public_accumulated_data.d.ts +2 -2
  414. package/dest/kernel/private_to_public_accumulated_data.d.ts.map +1 -1
  415. package/dest/kernel/private_to_public_accumulated_data.js +4 -2
  416. package/dest/kernel/private_to_public_accumulated_data_builder.d.ts +2 -2
  417. package/dest/kernel/private_to_public_accumulated_data_builder.d.ts.map +1 -1
  418. package/dest/kernel/private_to_public_accumulated_data_builder.js +1 -1
  419. package/dest/kernel/private_to_public_kernel_circuit_public_inputs.d.ts +4 -4
  420. package/dest/kernel/private_to_public_kernel_circuit_public_inputs.d.ts.map +1 -1
  421. package/dest/kernel/private_to_public_kernel_circuit_public_inputs.js +8 -8
  422. package/dest/kernel/private_to_rollup_accumulated_data.d.ts +18 -2
  423. package/dest/kernel/private_to_rollup_accumulated_data.d.ts.map +1 -1
  424. package/dest/kernel/private_to_rollup_accumulated_data.js +4 -2
  425. package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.d.ts +19 -4
  426. package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.d.ts.map +1 -1
  427. package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.js +8 -8
  428. package/dest/kernel/private_validation_requests.d.ts +13 -4
  429. package/dest/kernel/private_validation_requests.d.ts.map +1 -1
  430. package/dest/kernel/private_validation_requests.js +12 -10
  431. package/dest/kernel/public_call_request.d.ts +23 -2
  432. package/dest/kernel/public_call_request.d.ts.map +1 -1
  433. package/dest/kernel/public_call_request.js +6 -3
  434. package/dest/kernel/utils/optional_number.d.ts +8 -2
  435. package/dest/kernel/utils/optional_number.d.ts.map +1 -1
  436. package/dest/keys/derivation.d.ts +7 -6
  437. package/dest/keys/derivation.d.ts.map +1 -1
  438. package/dest/keys/derivation.js +20 -17
  439. package/dest/keys/key_types.d.ts +3 -3
  440. package/dest/keys/key_types.d.ts.map +1 -1
  441. package/dest/keys/public_key.d.ts +2 -2
  442. package/dest/keys/public_key.d.ts.map +1 -1
  443. package/dest/keys/public_keys.d.ts +7 -2
  444. package/dest/keys/public_keys.d.ts.map +1 -1
  445. package/dest/keys/public_keys.js +5 -4
  446. package/dest/keys/utils.d.ts +1 -1
  447. package/dest/keys/utils.d.ts.map +1 -1
  448. package/dest/keys/utils.js +8 -4
  449. package/dest/l1-contracts/slash_factory.d.ts +3 -2
  450. package/dest/l1-contracts/slash_factory.d.ts.map +1 -1
  451. package/dest/l1-contracts/slash_factory.js +2 -1
  452. package/dest/logs/contract_class_log.d.ts +2 -2
  453. package/dest/logs/contract_class_log.d.ts.map +1 -1
  454. package/dest/logs/contract_class_log.js +5 -3
  455. package/dest/logs/debug_log.d.ts +2 -2
  456. package/dest/logs/debug_log.d.ts.map +1 -1
  457. package/dest/logs/debug_log.js +1 -1
  458. package/dest/logs/directional_app_tagging_secret.d.ts +2 -2
  459. package/dest/logs/directional_app_tagging_secret.d.ts.map +1 -1
  460. package/dest/logs/directional_app_tagging_secret.js +3 -2
  461. package/dest/logs/extended_contract_class_log.d.ts +3 -1
  462. package/dest/logs/extended_contract_class_log.d.ts.map +1 -1
  463. package/dest/logs/extended_public_log.d.ts +20 -4
  464. package/dest/logs/extended_public_log.d.ts.map +1 -1
  465. package/dest/logs/index.d.ts +3 -2
  466. package/dest/logs/index.d.ts.map +1 -1
  467. package/dest/logs/index.js +2 -1
  468. package/dest/logs/log_id.d.ts +29 -11
  469. package/dest/logs/log_id.d.ts.map +1 -1
  470. package/dest/logs/log_id.js +27 -16
  471. package/dest/logs/message_context.d.ts +2 -2
  472. package/dest/logs/message_context.d.ts.map +1 -1
  473. package/dest/logs/message_context.js +1 -1
  474. package/dest/logs/pending_tagged_log.d.ts +2 -2
  475. package/dest/logs/pending_tagged_log.d.ts.map +1 -1
  476. package/dest/logs/pending_tagged_log.js +1 -1
  477. package/dest/logs/private_log.d.ts +3 -3
  478. package/dest/logs/private_log.d.ts.map +1 -1
  479. package/dest/logs/private_log.js +6 -3
  480. package/dest/logs/public_log.d.ts +3 -2
  481. package/dest/logs/public_log.d.ts.map +1 -1
  482. package/dest/logs/public_log.js +7 -2
  483. package/dest/logs/shared_secret_derivation.d.ts +2 -2
  484. package/dest/logs/shared_secret_derivation.d.ts.map +1 -1
  485. package/dest/logs/shared_secret_derivation.js +1 -1
  486. package/dest/logs/siloed_tag.d.ts +23 -0
  487. package/dest/logs/siloed_tag.d.ts.map +1 -0
  488. package/dest/logs/siloed_tag.js +27 -0
  489. package/dest/logs/tag.d.ts +21 -0
  490. package/dest/logs/tag.d.ts.map +1 -0
  491. package/dest/logs/tag.js +30 -0
  492. package/dest/logs/tx_scoped_l2_log.d.ts +32 -38
  493. package/dest/logs/tx_scoped_l2_log.d.ts.map +1 -1
  494. package/dest/logs/tx_scoped_l2_log.js +40 -45
  495. package/dest/messaging/in_hash.d.ts +5 -3
  496. package/dest/messaging/in_hash.d.ts.map +1 -1
  497. package/dest/messaging/in_hash.js +4 -2
  498. package/dest/messaging/inbox_leaf.d.ts +10 -7
  499. package/dest/messaging/inbox_leaf.d.ts.map +1 -1
  500. package/dest/messaging/inbox_leaf.js +10 -9
  501. package/dest/messaging/l1_actor.d.ts +8 -2
  502. package/dest/messaging/l1_actor.d.ts.map +1 -1
  503. package/dest/messaging/l1_actor.js +2 -2
  504. package/dest/messaging/l1_to_l2_message.d.ts +7 -2
  505. package/dest/messaging/l1_to_l2_message.d.ts.map +1 -1
  506. package/dest/messaging/l1_to_l2_message.js +2 -2
  507. package/dest/messaging/l1_to_l2_message_source.d.ts +6 -10
  508. package/dest/messaging/l1_to_l2_message_source.d.ts.map +1 -1
  509. package/dest/messaging/l2_actor.d.ts +8 -2
  510. package/dest/messaging/l2_actor.d.ts.map +1 -1
  511. package/dest/messaging/l2_actor.js +2 -2
  512. package/dest/messaging/l2_to_l1_membership.d.ts +89 -6
  513. package/dest/messaging/l2_to_l1_membership.d.ts.map +1 -1
  514. package/dest/messaging/l2_to_l1_membership.js +161 -43
  515. package/dest/messaging/l2_to_l1_message.d.ts +3 -2
  516. package/dest/messaging/l2_to_l1_message.d.ts.map +1 -1
  517. package/dest/messaging/l2_to_l1_message.js +4 -1
  518. package/dest/messaging/out_hash.d.ts +42 -4
  519. package/dest/messaging/out_hash.d.ts.map +1 -1
  520. package/dest/messaging/out_hash.js +55 -20
  521. package/dest/note/index.d.ts +1 -2
  522. package/dest/note/index.d.ts.map +1 -1
  523. package/dest/note/index.js +0 -1
  524. package/dest/note/note.d.ts +2 -2
  525. package/dest/note/note.d.ts.map +1 -1
  526. package/dest/note/note.js +5 -2
  527. package/dest/note/note_dao.d.ts +48 -9
  528. package/dest/note/note_dao.d.ts.map +1 -1
  529. package/dest/note/note_dao.js +29 -15
  530. package/dest/p2p/attestation_utils.d.ts +3 -3
  531. package/dest/p2p/attestation_utils.d.ts.map +1 -1
  532. package/dest/p2p/attestation_utils.js +1 -1
  533. package/dest/p2p/block_proposal.d.ts +103 -24
  534. package/dest/p2p/block_proposal.d.ts.map +1 -1
  535. package/dest/p2p/block_proposal.js +140 -40
  536. package/dest/p2p/checkpoint_attestation.d.ts +82 -0
  537. package/dest/p2p/checkpoint_attestation.d.ts.map +1 -0
  538. package/dest/p2p/{block_attestation.js → checkpoint_attestation.js} +24 -20
  539. package/dest/p2p/checkpoint_proposal.d.ts +179 -0
  540. package/dest/p2p/checkpoint_proposal.d.ts.map +1 -0
  541. package/dest/p2p/checkpoint_proposal.js +243 -0
  542. package/dest/p2p/consensus_payload.d.ts +21 -12
  543. package/dest/p2p/consensus_payload.d.ts.map +1 -1
  544. package/dest/p2p/consensus_payload.js +25 -20
  545. package/dest/p2p/constants.d.ts +5 -0
  546. package/dest/p2p/constants.d.ts.map +1 -0
  547. package/dest/p2p/constants.js +3 -0
  548. package/dest/p2p/gossipable.d.ts +4 -3
  549. package/dest/p2p/gossipable.d.ts.map +1 -1
  550. package/dest/p2p/gossipable.js +16 -5
  551. package/dest/p2p/index.d.ts +5 -2
  552. package/dest/p2p/index.d.ts.map +1 -1
  553. package/dest/p2p/index.js +4 -1
  554. package/dest/p2p/message_validator.d.ts +18 -3
  555. package/dest/p2p/message_validator.d.ts.map +1 -1
  556. package/dest/p2p/message_validator.js +2 -1
  557. package/dest/p2p/signature_utils.d.ts +5 -3
  558. package/dest/p2p/signature_utils.d.ts.map +1 -1
  559. package/dest/p2p/signature_utils.js +5 -2
  560. package/dest/p2p/signed_txs.d.ts +42 -0
  561. package/dest/p2p/signed_txs.d.ts.map +1 -0
  562. package/dest/p2p/signed_txs.js +75 -0
  563. package/dest/p2p/topic_type.d.ts +3 -2
  564. package/dest/p2p/topic_type.d.ts.map +1 -1
  565. package/dest/p2p/topic_type.js +10 -3
  566. package/dest/parity/parity_base_private_inputs.d.ts +4 -2
  567. package/dest/parity/parity_base_private_inputs.d.ts.map +1 -1
  568. package/dest/parity/parity_base_private_inputs.js +1 -1
  569. package/dest/parity/parity_public_inputs.d.ts +5 -2
  570. package/dest/parity/parity_public_inputs.d.ts.map +1 -1
  571. package/dest/parity/parity_public_inputs.js +1 -1
  572. package/dest/parity/parity_root_private_inputs.d.ts +2 -1
  573. package/dest/parity/parity_root_private_inputs.d.ts.map +1 -1
  574. package/dest/proofs/chonk_proof.d.ts +2 -2
  575. package/dest/proofs/chonk_proof.d.ts.map +1 -1
  576. package/dest/proofs/chonk_proof.js +11 -6
  577. package/dest/proofs/proof.d.ts +5 -2
  578. package/dest/proofs/proof.d.ts.map +1 -1
  579. package/dest/proofs/proof.js +1 -1
  580. package/dest/proofs/proof_data.d.ts +13 -1
  581. package/dest/proofs/proof_data.d.ts.map +1 -1
  582. package/dest/proofs/proof_data.js +17 -0
  583. package/dest/proofs/recursive_proof.d.ts +11 -2
  584. package/dest/proofs/recursive_proof.d.ts.map +1 -1
  585. package/dest/proofs/recursive_proof.js +1 -1
  586. package/dest/rollup/avm_proof_data.d.ts +3 -5
  587. package/dest/rollup/avm_proof_data.d.ts.map +1 -1
  588. package/dest/rollup/avm_proof_data.js +1 -9
  589. package/dest/rollup/base_rollup_hints.d.ts +35 -2
  590. package/dest/rollup/base_rollup_hints.d.ts.map +1 -1
  591. package/dest/rollup/base_rollup_hints.js +1 -1
  592. package/dest/rollup/block_constant_data.d.ts +13 -2
  593. package/dest/rollup/block_constant_data.d.ts.map +1 -1
  594. package/dest/rollup/block_constant_data.js +1 -1
  595. package/dest/rollup/block_headers_hash.d.ts +2 -2
  596. package/dest/rollup/block_headers_hash.d.ts.map +1 -1
  597. package/dest/rollup/block_headers_hash.js +2 -2
  598. package/dest/rollup/block_merge_rollup_private_inputs.d.ts +4 -1
  599. package/dest/rollup/block_merge_rollup_private_inputs.d.ts.map +1 -1
  600. package/dest/rollup/block_rollup_public_inputs.d.ts +48 -12
  601. package/dest/rollup/block_rollup_public_inputs.d.ts.map +1 -1
  602. package/dest/rollup/block_rollup_public_inputs.js +9 -13
  603. package/dest/rollup/block_root_rollup_private_inputs.d.ts +65 -2
  604. package/dest/rollup/block_root_rollup_private_inputs.d.ts.map +1 -1
  605. package/dest/rollup/block_root_rollup_private_inputs.js +1 -1
  606. package/dest/rollup/checkpoint_constant_data.d.ts +12 -2
  607. package/dest/rollup/checkpoint_constant_data.d.ts.map +1 -1
  608. package/dest/rollup/checkpoint_constant_data.js +5 -2
  609. package/dest/rollup/checkpoint_header.d.ts +47 -13
  610. package/dest/rollup/checkpoint_header.d.ts.map +1 -1
  611. package/dest/rollup/checkpoint_header.js +55 -22
  612. package/dest/rollup/checkpoint_merge_rollup_private_inputs.d.ts +4 -1
  613. package/dest/rollup/checkpoint_merge_rollup_private_inputs.d.ts.map +1 -1
  614. package/dest/rollup/checkpoint_rollup_public_inputs.d.ts +47 -7
  615. package/dest/rollup/checkpoint_rollup_public_inputs.d.ts.map +1 -1
  616. package/dest/rollup/checkpoint_rollup_public_inputs.js +12 -4
  617. package/dest/rollup/checkpoint_root_rollup_private_inputs.d.ts +46 -4
  618. package/dest/rollup/checkpoint_root_rollup_private_inputs.d.ts.map +1 -1
  619. package/dest/rollup/checkpoint_root_rollup_private_inputs.js +15 -3
  620. package/dest/rollup/epoch_constant_data.d.ts +17 -2
  621. package/dest/rollup/epoch_constant_data.d.ts.map +1 -1
  622. package/dest/rollup/epoch_constant_data.js +1 -1
  623. package/dest/rollup/public_chonk_verifier_private_inputs.d.ts +2 -2
  624. package/dest/rollup/public_chonk_verifier_private_inputs.d.ts.map +1 -1
  625. package/dest/rollup/public_chonk_verifier_private_inputs.js +1 -1
  626. package/dest/rollup/public_chonk_verifier_public_inputs.d.ts +2 -2
  627. package/dest/rollup/public_chonk_verifier_public_inputs.d.ts.map +1 -1
  628. package/dest/rollup/public_chonk_verifier_public_inputs.js +1 -1
  629. package/dest/rollup/public_tx_base_rollup_private_inputs.d.ts +1 -1
  630. package/dest/rollup/public_tx_base_rollup_private_inputs.d.ts.map +1 -1
  631. package/dest/rollup/public_tx_base_rollup_private_inputs.js +2 -2
  632. package/dest/rollup/root_rollup_private_inputs.d.ts +6 -1
  633. package/dest/rollup/root_rollup_private_inputs.d.ts.map +1 -1
  634. package/dest/rollup/root_rollup_public_inputs.d.ts +22 -7
  635. package/dest/rollup/root_rollup_public_inputs.d.ts.map +1 -1
  636. package/dest/rollup/root_rollup_public_inputs.js +11 -5
  637. package/dest/rollup/tree_snapshot_diff_hints.d.ts +25 -2
  638. package/dest/rollup/tree_snapshot_diff_hints.d.ts.map +1 -1
  639. package/dest/rollup/tree_snapshot_diff_hints.js +1 -1
  640. package/dest/rollup/tx_merge_rollup_private_inputs.d.ts +4 -1
  641. package/dest/rollup/tx_merge_rollup_private_inputs.d.ts.map +1 -1
  642. package/dest/rollup/tx_rollup_public_inputs.d.ts +30 -2
  643. package/dest/rollup/tx_rollup_public_inputs.d.ts.map +1 -1
  644. package/dest/rollup/tx_rollup_public_inputs.js +1 -1
  645. package/dest/schemas/schemas.d.ts +7 -4
  646. package/dest/schemas/schemas.d.ts.map +1 -1
  647. package/dest/schemas/schemas.js +2 -1
  648. package/dest/slashing/empire.d.ts +1 -1
  649. package/dest/slashing/empire.d.ts.map +1 -1
  650. package/dest/slashing/empire.js +2 -0
  651. package/dest/slashing/helpers.d.ts +2 -2
  652. package/dest/slashing/helpers.d.ts.map +1 -1
  653. package/dest/slashing/helpers.js +6 -0
  654. package/dest/slashing/tally.d.ts +2 -1
  655. package/dest/slashing/tally.d.ts.map +1 -1
  656. package/dest/slashing/tally.js +6 -2
  657. package/dest/slashing/types.d.ts +10 -7
  658. package/dest/slashing/types.d.ts.map +1 -1
  659. package/dest/slashing/types.js +18 -6
  660. package/dest/snapshots/types.d.ts +1 -1
  661. package/dest/snapshots/types.d.ts.map +1 -1
  662. package/dest/snapshots/types.js +5 -5
  663. package/dest/stats/stats.d.ts +10 -8
  664. package/dest/stats/stats.d.ts.map +1 -1
  665. package/dest/tests/factories.d.ts +42 -12
  666. package/dest/tests/factories.d.ts.map +1 -1
  667. package/dest/tests/factories.js +110 -43
  668. package/dest/tests/jest.js +1 -1
  669. package/dest/tests/mocks.d.ts +90 -19
  670. package/dest/tests/mocks.d.ts.map +1 -1
  671. package/dest/tests/mocks.js +192 -62
  672. package/dest/timetable/index.d.ts +37 -0
  673. package/dest/timetable/index.d.ts.map +1 -0
  674. package/dest/timetable/index.js +39 -0
  675. package/dest/trees/append_only_tree_snapshot.d.ts +14 -2
  676. package/dest/trees/append_only_tree_snapshot.d.ts.map +1 -1
  677. package/dest/trees/append_only_tree_snapshot.js +4 -2
  678. package/dest/trees/database_public_state_source.d.ts +2 -2
  679. package/dest/trees/database_public_state_source.d.ts.map +1 -1
  680. package/dest/trees/database_public_state_source.js +1 -1
  681. package/dest/trees/nullifier_leaf.d.ts +14 -2
  682. package/dest/trees/nullifier_leaf.d.ts.map +1 -1
  683. package/dest/trees/nullifier_leaf.js +1 -1
  684. package/dest/trees/nullifier_membership_witness.d.ts +11 -2
  685. package/dest/trees/nullifier_membership_witness.d.ts.map +1 -1
  686. package/dest/trees/nullifier_membership_witness.js +1 -1
  687. package/dest/trees/public_data_leaf.d.ts +18 -2
  688. package/dest/trees/public_data_leaf.d.ts.map +1 -1
  689. package/dest/trees/public_data_leaf.js +8 -7
  690. package/dest/trees/public_data_witness.d.ts +12 -2
  691. package/dest/trees/public_data_witness.d.ts.map +1 -1
  692. package/dest/trees/public_data_witness.js +1 -1
  693. package/dest/tx/block_header.d.ts +25 -12
  694. package/dest/tx/block_header.d.ts.map +1 -1
  695. package/dest/tx/block_header.js +16 -5
  696. package/dest/tx/call_context.d.ts +14 -2
  697. package/dest/tx/call_context.d.ts.map +1 -1
  698. package/dest/tx/call_context.js +3 -1
  699. package/dest/tx/capsule.d.ts +5 -2
  700. package/dest/tx/capsule.d.ts.map +1 -1
  701. package/dest/tx/capsule.js +1 -1
  702. package/dest/tx/execution_payload.d.ts +9 -1
  703. package/dest/tx/execution_payload.d.ts.map +1 -1
  704. package/dest/tx/function_data.d.ts +5 -3
  705. package/dest/tx/function_data.d.ts.map +1 -1
  706. package/dest/tx/function_data.js +1 -1
  707. package/dest/tx/global_variable_builder.d.ts +5 -3
  708. package/dest/tx/global_variable_builder.d.ts.map +1 -1
  709. package/dest/tx/global_variables.d.ts +27 -12
  710. package/dest/tx/global_variables.d.ts.map +1 -1
  711. package/dest/tx/global_variables.js +11 -9
  712. package/dest/tx/hashed_values.d.ts +8 -2
  713. package/dest/tx/hashed_values.d.ts.map +1 -1
  714. package/dest/tx/hashed_values.js +1 -1
  715. package/dest/tx/in_tx.d.ts +26 -0
  716. package/dest/tx/in_tx.d.ts.map +1 -0
  717. package/dest/tx/in_tx.js +14 -0
  718. package/dest/tx/index.d.ts +2 -2
  719. package/dest/tx/index.d.ts.map +1 -1
  720. package/dest/tx/index.js +1 -1
  721. package/dest/tx/indexed_tx_effect.d.ts +14 -10
  722. package/dest/tx/indexed_tx_effect.d.ts.map +1 -1
  723. package/dest/tx/indexed_tx_effect.js +8 -6
  724. package/dest/tx/offchain_effect.d.ts +2 -2
  725. package/dest/tx/offchain_effect.d.ts.map +1 -1
  726. package/dest/tx/offchain_effect.js +1 -1
  727. package/dest/tx/partial_state_reference.d.ts +5 -2
  728. package/dest/tx/partial_state_reference.d.ts.map +1 -1
  729. package/dest/tx/private_execution_result.d.ts +27 -10
  730. package/dest/tx/private_execution_result.d.ts.map +1 -1
  731. package/dest/tx/private_execution_result.js +6 -23
  732. package/dest/tx/private_tx_constant_data.d.ts +17 -2
  733. package/dest/tx/private_tx_constant_data.d.ts.map +1 -1
  734. package/dest/tx/private_tx_constant_data.js +1 -1
  735. package/dest/tx/processed_tx.d.ts +5 -4
  736. package/dest/tx/processed_tx.d.ts.map +1 -1
  737. package/dest/tx/processed_tx.js +8 -7
  738. package/dest/tx/profiling.d.ts +153 -30
  739. package/dest/tx/profiling.d.ts.map +1 -1
  740. package/dest/tx/profiling.js +48 -11
  741. package/dest/tx/protocol_contracts.d.ts +3 -3
  742. package/dest/tx/protocol_contracts.d.ts.map +1 -1
  743. package/dest/tx/protocol_contracts.js +3 -3
  744. package/dest/tx/public_call_request_with_calldata.d.ts +8 -2
  745. package/dest/tx/public_call_request_with_calldata.d.ts.map +1 -1
  746. package/dest/tx/public_call_request_with_calldata.js +4 -2
  747. package/dest/tx/public_simulation_output.d.ts +5 -3
  748. package/dest/tx/public_simulation_output.d.ts.map +1 -1
  749. package/dest/tx/public_simulation_output.js +8 -4
  750. package/dest/tx/simulated_tx.d.ts +1031 -7
  751. package/dest/tx/simulated_tx.d.ts.map +1 -1
  752. package/dest/tx/state_reference.d.ts +4 -2
  753. package/dest/tx/state_reference.d.ts.map +1 -1
  754. package/dest/tx/state_reference.js +3 -1
  755. package/dest/tx/tree_snapshots.d.ts +2 -2
  756. package/dest/tx/tree_snapshots.d.ts.map +1 -1
  757. package/dest/tx/tree_snapshots.js +3 -1
  758. package/dest/tx/tx.d.ts +35 -5
  759. package/dest/tx/tx.d.ts.map +1 -1
  760. package/dest/tx/tx.js +20 -7
  761. package/dest/tx/tx_constant_data.d.ts +2 -2
  762. package/dest/tx/tx_constant_data.d.ts.map +1 -1
  763. package/dest/tx/tx_constant_data.js +1 -1
  764. package/dest/tx/tx_context.d.ts +3 -2
  765. package/dest/tx/tx_context.d.ts.map +1 -1
  766. package/dest/tx/tx_context.js +1 -1
  767. package/dest/tx/tx_effect.d.ts +33 -7
  768. package/dest/tx/tx_effect.d.ts.map +1 -1
  769. package/dest/tx/tx_effect.js +8 -11
  770. package/dest/tx/tx_execution_request.d.ts +31 -2
  771. package/dest/tx/tx_execution_request.d.ts.map +1 -1
  772. package/dest/tx/tx_execution_request.js +7 -3
  773. package/dest/tx/tx_hash.d.ts +3 -2
  774. package/dest/tx/tx_hash.d.ts.map +1 -1
  775. package/dest/tx/tx_hash.js +1 -1
  776. package/dest/tx/tx_receipt.d.ts +50 -15
  777. package/dest/tx/tx_receipt.d.ts.map +1 -1
  778. package/dest/tx/tx_receipt.js +48 -16
  779. package/dest/tx/tx_request.d.ts +7 -2
  780. package/dest/tx/tx_request.d.ts.map +1 -1
  781. package/dest/tx/tx_request.js +4 -4
  782. package/dest/tx/validator/empty_validator.d.ts +2 -2
  783. package/dest/tx/validator/empty_validator.d.ts.map +1 -1
  784. package/dest/tx/validator/error_texts.d.ts +3 -2
  785. package/dest/tx/validator/error_texts.d.ts.map +1 -1
  786. package/dest/tx/validator/error_texts.js +3 -1
  787. package/dest/tx/validator/tx_validator.d.ts +2 -5
  788. package/dest/tx/validator/tx_validator.d.ts.map +1 -1
  789. package/dest/tx/validator/tx_validator.js +4 -4
  790. package/dest/types/shared.d.ts +4 -1
  791. package/dest/types/shared.d.ts.map +1 -1
  792. package/dest/update-checker/update-checker.d.ts +2 -2
  793. package/dest/update-checker/update-checker.d.ts.map +1 -1
  794. package/dest/update-checker/update-checker.js +1 -1
  795. package/dest/validators/errors.d.ts +2 -2
  796. package/dest/validators/errors.d.ts.map +1 -1
  797. package/dest/validators/schemas.d.ts +38 -38
  798. package/dest/validators/schemas.d.ts.map +1 -1
  799. package/dest/validators/schemas.js +17 -16
  800. package/dest/validators/types.d.ts +3 -3
  801. package/dest/validators/types.d.ts.map +1 -1
  802. package/dest/versioning/versioning.d.ts +2 -2
  803. package/dest/versioning/versioning.d.ts.map +1 -1
  804. package/dest/vks/verification_key.d.ts +23 -2
  805. package/dest/vks/verification_key.d.ts.map +1 -1
  806. package/dest/vks/verification_key.js +1 -1
  807. package/dest/vks/vk_data.d.ts +8 -2
  808. package/dest/vks/vk_data.d.ts.map +1 -1
  809. package/dest/vks/vk_data.js +1 -1
  810. package/dest/zkpassport/index.d.ts +4 -5
  811. package/dest/zkpassport/index.d.ts.map +1 -1
  812. package/dest/zkpassport/index.js +11 -11
  813. package/package.json +33 -14
  814. package/src/abi/abi.ts +40 -34
  815. package/src/abi/authorization_selector.ts +3 -2
  816. package/src/abi/buffer.ts +1 -1
  817. package/src/abi/contract_artifact.ts +10 -10
  818. package/src/abi/decoder.ts +1 -1
  819. package/src/abi/encoder.ts +1 -1
  820. package/src/abi/event_selector.ts +3 -2
  821. package/src/abi/function_call.ts +26 -4
  822. package/src/abi/function_selector.ts +11 -2
  823. package/src/abi/note_selector.ts +2 -2
  824. package/src/abi/selector.ts +1 -1
  825. package/src/abi/utils.ts +17 -0
  826. package/src/auth_witness/auth_witness.ts +5 -5
  827. package/src/avm/avm.ts +338 -20
  828. package/src/avm/avm_accumulated_data.ts +1 -1
  829. package/src/avm/avm_circuit_public_inputs.ts +1 -1
  830. package/src/avm/contract_storage_read.ts +1 -1
  831. package/src/avm/contract_storage_update_request.ts +1 -1
  832. package/src/avm/message_pack.ts +2 -1
  833. package/src/avm/public_call_stack_item_compressed.ts +1 -1
  834. package/src/avm/public_data_read.ts +1 -1
  835. package/src/avm/public_data_update_request.ts +1 -1
  836. package/src/avm/public_data_write.ts +1 -1
  837. package/src/avm/public_inner_call_request.ts +1 -1
  838. package/src/avm/revert_code.ts +1 -1
  839. package/src/aztec-address/index.ts +2 -1
  840. package/src/block/attestation_info.ts +10 -7
  841. package/src/block/block_data.ts +26 -0
  842. package/src/block/block_hash.ts +27 -26
  843. package/src/block/block_parameter.ts +10 -0
  844. package/src/block/body.ts +2 -1
  845. package/src/block/checkpointed_l2_block.ts +70 -0
  846. package/src/block/in_block.ts +28 -15
  847. package/src/block/index.ts +3 -4
  848. package/src/block/l2_block.ts +107 -141
  849. package/src/block/l2_block_info.ts +11 -10
  850. package/src/block/l2_block_source.ts +218 -71
  851. package/src/block/l2_block_stream/index.ts +1 -0
  852. package/src/block/l2_block_stream/interfaces.ts +15 -4
  853. package/src/block/l2_block_stream/l2_block_stream.ts +142 -37
  854. package/src/block/l2_block_stream/l2_tips_memory_store.ts +63 -54
  855. package/src/block/l2_block_stream/l2_tips_store_base.ts +226 -0
  856. package/src/block/proposal/attestations_and_signers.ts +1 -1
  857. package/src/block/proposal/committee_attestation.ts +1 -1
  858. package/src/block/test/l2_tips_store_test_suite.ts +486 -36
  859. package/src/block/validate_block_result.ts +40 -35
  860. package/src/checkpoint/checkpoint.ts +115 -27
  861. package/src/checkpoint/checkpoint_data.ts +51 -0
  862. package/src/checkpoint/checkpoint_info.ts +52 -0
  863. package/src/checkpoint/index.ts +2 -0
  864. package/src/checkpoint/published_checkpoint.ts +26 -9
  865. package/src/config/index.ts +1 -0
  866. package/src/config/node-rpc-config.ts +1 -1
  867. package/src/config/sequencer-config.ts +29 -0
  868. package/src/contract/artifact_hash.ts +2 -2
  869. package/src/contract/complete_address.ts +1 -1
  870. package/src/contract/contract_address.ts +6 -6
  871. package/src/contract/contract_class.ts +5 -5
  872. package/src/contract/contract_class_id.ts +8 -7
  873. package/src/contract/contract_instance.ts +1 -1
  874. package/src/contract/contract_instance_update.ts +1 -1
  875. package/src/contract/deployment_info.ts +1 -1
  876. package/src/contract/index.ts +0 -2
  877. package/src/contract/interfaces/contract_class.ts +78 -47
  878. package/src/contract/interfaces/contract_data_source.ts +3 -2
  879. package/src/contract/interfaces/contract_instance.ts +48 -16
  880. package/src/contract/interfaces/contract_instance_update.ts +12 -10
  881. package/src/contract/interfaces/node-info.ts +3 -0
  882. package/src/contract/partial_address.ts +1 -1
  883. package/src/contract/private_function.ts +5 -5
  884. package/src/contract/private_function_membership_proof.ts +3 -3
  885. package/src/contract/utility_function_membership_proof.ts +1 -1
  886. package/src/database-version/database_version.ts +87 -0
  887. package/src/database-version/version_manager.ts +1 -77
  888. package/src/delayed_public_mutable/delayed_public_mutable_values.ts +11 -12
  889. package/src/delayed_public_mutable/delayed_public_mutable_values_with_hash.ts +1 -1
  890. package/src/delayed_public_mutable/scheduled_value_change.ts +1 -1
  891. package/src/deserialization/index.ts +21 -0
  892. package/src/epoch-helpers/index.ts +24 -10
  893. package/src/errors/simulation_error.ts +1 -1
  894. package/src/fees/transaction_fee.ts +1 -1
  895. package/src/file-store/local.ts +15 -5
  896. package/src/file-store/s3.ts +12 -3
  897. package/src/gas/gas.ts +1 -1
  898. package/src/gas/gas_fees.ts +1 -1
  899. package/src/gas/gas_settings.ts +1 -1
  900. package/src/ha-signing/config.ts +149 -0
  901. package/src/ha-signing/index.ts +18 -0
  902. package/src/ha-signing/types.ts +112 -0
  903. package/src/hash/hash.ts +15 -21
  904. package/src/hash/map_slot.ts +4 -3
  905. package/src/interfaces/allowed_element.ts +10 -8
  906. package/src/interfaces/api_limit.ts +2 -0
  907. package/src/interfaces/archiver.ts +54 -29
  908. package/src/interfaces/aztec-node-admin.ts +33 -6
  909. package/src/interfaces/aztec-node.ts +159 -174
  910. package/src/interfaces/block-builder.ts +52 -23
  911. package/src/interfaces/configs.ts +78 -33
  912. package/src/interfaces/epoch-prover.ts +4 -4
  913. package/src/interfaces/get_logs_response.ts +13 -9
  914. package/src/interfaces/l2_logs_source.ts +24 -14
  915. package/src/interfaces/merkle_tree_operations.ts +7 -3
  916. package/src/interfaces/p2p.ts +8 -12
  917. package/src/interfaces/prover-broker.ts +22 -0
  918. package/src/interfaces/prover-client.ts +35 -10
  919. package/src/interfaces/proving-job.ts +2 -11
  920. package/src/interfaces/public_state_source.ts +1 -1
  921. package/src/interfaces/server_circuit_prover.ts +3 -3
  922. package/src/interfaces/slasher.ts +28 -22
  923. package/src/interfaces/validator.ts +94 -32
  924. package/src/interfaces/world_state.ts +26 -18
  925. package/src/kernel/claimed_length_array.ts +1 -1
  926. package/src/kernel/hints/build_note_hash_read_request_hints.ts +20 -12
  927. package/src/kernel/hints/build_nullifier_read_request_hints.ts +18 -15
  928. package/src/kernel/hints/find_private_kernel_reset_dimensions.ts +2 -4
  929. package/src/kernel/hints/index.ts +2 -2
  930. package/src/kernel/hints/key_validation_hint.ts +1 -1
  931. package/src/kernel/hints/key_validation_request.ts +2 -1
  932. package/src/kernel/hints/key_validation_request_and_separator.ts +49 -0
  933. package/src/kernel/hints/note_hash_read_request_hints.ts +1 -1
  934. package/src/kernel/hints/read_request.ts +1 -1
  935. package/src/kernel/hints/{scoped_key_validation_request_and_generator.ts → scoped_key_validation_request_and_separator.ts} +11 -11
  936. package/src/kernel/hints/scoped_value_cache.ts +1 -1
  937. package/src/kernel/hints/transient_data_squashing_hint.ts +1 -1
  938. package/src/kernel/hints/tree_leaf_read_request.ts +1 -1
  939. package/src/kernel/log_hash.ts +1 -1
  940. package/src/kernel/note_hash.ts +1 -1
  941. package/src/kernel/nullifier.ts +1 -1
  942. package/src/kernel/padded_side_effects.ts +1 -1
  943. package/src/kernel/private_call_data.ts +1 -1
  944. package/src/kernel/private_call_request.ts +1 -1
  945. package/src/kernel/private_circuit_public_inputs.ts +100 -100
  946. package/src/kernel/private_context_inputs.ts +1 -1
  947. package/src/kernel/private_kernel_circuit_public_inputs.ts +3 -3
  948. package/src/kernel/private_kernel_init_circuit_private_inputs.ts +1 -1
  949. package/src/kernel/private_kernel_tail_circuit_private_inputs.ts +2 -2
  950. package/src/kernel/private_kernel_tail_circuit_public_inputs.ts +6 -6
  951. package/src/kernel/private_log_data.ts +1 -1
  952. package/src/kernel/private_to_avm_accumulated_data.ts +1 -1
  953. package/src/kernel/private_to_public_accumulated_data.ts +1 -1
  954. package/src/kernel/private_to_public_accumulated_data_builder.ts +1 -1
  955. package/src/kernel/private_to_public_kernel_circuit_public_inputs.ts +7 -7
  956. package/src/kernel/private_to_rollup_accumulated_data.ts +1 -1
  957. package/src/kernel/private_to_rollup_kernel_circuit_public_inputs.ts +7 -7
  958. package/src/kernel/private_validation_requests.ts +8 -8
  959. package/src/kernel/public_call_request.ts +1 -1
  960. package/src/kernel/utils/optional_number.ts +1 -1
  961. package/src/keys/derivation.ts +20 -17
  962. package/src/keys/key_types.ts +6 -2
  963. package/src/keys/public_key.ts +1 -1
  964. package/src/keys/public_keys.ts +5 -4
  965. package/src/keys/utils.ts +8 -4
  966. package/src/l1-contracts/slash_factory.ts +4 -1
  967. package/src/logs/contract_class_log.ts +2 -2
  968. package/src/logs/debug_log.ts +1 -1
  969. package/src/logs/directional_app_tagging_secret.ts +4 -2
  970. package/src/logs/index.ts +2 -1
  971. package/src/logs/log_id.ts +32 -17
  972. package/src/logs/message_context.ts +1 -1
  973. package/src/logs/pending_tagged_log.ts +1 -1
  974. package/src/logs/private_log.ts +3 -2
  975. package/src/logs/public_log.ts +8 -1
  976. package/src/logs/shared_secret_derivation.ts +2 -2
  977. package/src/logs/siloed_tag.ts +44 -0
  978. package/src/logs/tag.ts +42 -0
  979. package/src/logs/tx_scoped_l2_log.ts +48 -45
  980. package/src/messaging/in_hash.ts +4 -2
  981. package/src/messaging/inbox_leaf.ts +11 -10
  982. package/src/messaging/l1_actor.ts +2 -2
  983. package/src/messaging/l1_to_l2_message.ts +3 -2
  984. package/src/messaging/l1_to_l2_message_source.ts +5 -10
  985. package/src/messaging/l2_actor.ts +2 -2
  986. package/src/messaging/l2_to_l1_membership.ts +179 -52
  987. package/src/messaging/l2_to_l1_message.ts +5 -1
  988. package/src/messaging/out_hash.ts +63 -22
  989. package/src/note/index.ts +0 -1
  990. package/src/note/note.ts +5 -2
  991. package/src/note/note_dao.ts +51 -15
  992. package/src/p2p/attestation_utils.ts +3 -3
  993. package/src/p2p/block_proposal.ts +214 -48
  994. package/src/p2p/{block_attestation.ts → checkpoint_attestation.ts} +38 -26
  995. package/src/p2p/checkpoint_proposal.ts +387 -0
  996. package/src/p2p/consensus_payload.ts +30 -19
  997. package/src/p2p/constants.ts +6 -0
  998. package/src/p2p/gossipable.ts +14 -4
  999. package/src/p2p/index.ts +4 -1
  1000. package/src/p2p/message_validator.ts +14 -2
  1001. package/src/p2p/signature_utils.ts +5 -2
  1002. package/src/p2p/signed_txs.ts +88 -0
  1003. package/src/p2p/topic_type.ts +4 -3
  1004. package/src/parity/parity_base_private_inputs.ts +1 -1
  1005. package/src/parity/parity_public_inputs.ts +1 -1
  1006. package/src/proofs/chonk_proof.ts +11 -7
  1007. package/src/proofs/proof.ts +1 -1
  1008. package/src/proofs/proof_data.ts +24 -0
  1009. package/src/proofs/recursive_proof.ts +1 -1
  1010. package/src/rollup/avm_proof_data.ts +2 -9
  1011. package/src/rollup/base_rollup_hints.ts +1 -1
  1012. package/src/rollup/block_constant_data.ts +1 -1
  1013. package/src/rollup/block_headers_hash.ts +2 -2
  1014. package/src/rollup/block_rollup_public_inputs.ts +6 -12
  1015. package/src/rollup/block_root_rollup_private_inputs.ts +1 -1
  1016. package/src/rollup/checkpoint_constant_data.ts +2 -1
  1017. package/src/rollup/checkpoint_header.ts +69 -20
  1018. package/src/rollup/checkpoint_rollup_public_inputs.ts +18 -6
  1019. package/src/rollup/checkpoint_root_rollup_private_inputs.ts +16 -2
  1020. package/src/rollup/epoch_constant_data.ts +1 -1
  1021. package/src/rollup/public_chonk_verifier_private_inputs.ts +1 -1
  1022. package/src/rollup/public_chonk_verifier_public_inputs.ts +1 -1
  1023. package/src/rollup/public_tx_base_rollup_private_inputs.ts +2 -2
  1024. package/src/rollup/root_rollup_public_inputs.ts +17 -8
  1025. package/src/rollup/tree_snapshot_diff_hints.ts +1 -1
  1026. package/src/rollup/tx_rollup_public_inputs.ts +1 -1
  1027. package/src/schemas/schemas.ts +6 -1
  1028. package/src/slashing/empire.ts +3 -1
  1029. package/src/slashing/helpers.ts +8 -0
  1030. package/src/slashing/tally.ts +8 -2
  1031. package/src/slashing/types.ts +38 -20
  1032. package/src/snapshots/types.ts +33 -29
  1033. package/src/stats/stats.ts +10 -7
  1034. package/src/tests/factories.ts +143 -61
  1035. package/src/tests/jest.ts +1 -1
  1036. package/src/tests/mocks.ts +295 -86
  1037. package/src/timetable/index.ts +66 -0
  1038. package/src/trees/append_only_tree_snapshot.ts +1 -1
  1039. package/src/trees/database_public_state_source.ts +1 -1
  1040. package/src/trees/nullifier_leaf.ts +1 -1
  1041. package/src/trees/nullifier_membership_witness.ts +1 -1
  1042. package/src/trees/public_data_leaf.ts +12 -6
  1043. package/src/trees/public_data_witness.ts +1 -1
  1044. package/src/tx/block_header.ts +27 -13
  1045. package/src/tx/call_context.ts +1 -1
  1046. package/src/tx/capsule.ts +1 -1
  1047. package/src/tx/function_data.ts +1 -1
  1048. package/src/tx/global_variable_builder.ts +9 -2
  1049. package/src/tx/global_variables.ts +16 -10
  1050. package/src/tx/hashed_values.ts +1 -1
  1051. package/src/tx/in_tx.ts +24 -0
  1052. package/src/tx/index.ts +1 -1
  1053. package/src/tx/indexed_tx_effect.ts +9 -7
  1054. package/src/tx/offchain_effect.ts +1 -1
  1055. package/src/tx/partial_state_reference.ts +1 -1
  1056. package/src/tx/private_execution_result.ts +6 -21
  1057. package/src/tx/private_tx_constant_data.ts +1 -1
  1058. package/src/tx/processed_tx.ts +19 -16
  1059. package/src/tx/profiling.ts +52 -10
  1060. package/src/tx/protocol_contracts.ts +4 -4
  1061. package/src/tx/public_call_request_with_calldata.ts +1 -1
  1062. package/src/tx/public_simulation_output.ts +5 -1
  1063. package/src/tx/state_reference.ts +1 -1
  1064. package/src/tx/tree_snapshots.ts +1 -1
  1065. package/src/tx/tx.ts +22 -13
  1066. package/src/tx/tx_constant_data.ts +1 -1
  1067. package/src/tx/tx_context.ts +1 -1
  1068. package/src/tx/tx_effect.ts +5 -12
  1069. package/src/tx/tx_execution_request.ts +3 -1
  1070. package/src/tx/tx_hash.ts +1 -1
  1071. package/src/tx/tx_receipt.ts +78 -20
  1072. package/src/tx/tx_request.ts +4 -4
  1073. package/src/tx/validator/empty_validator.ts +1 -1
  1074. package/src/tx/validator/error_texts.ts +4 -1
  1075. package/src/tx/validator/tx_validator.ts +9 -7
  1076. package/src/update-checker/update-checker.ts +2 -1
  1077. package/src/validators/errors.ts +1 -1
  1078. package/src/validators/schemas.ts +61 -48
  1079. package/src/validators/types.ts +5 -4
  1080. package/src/versioning/versioning.ts +1 -1
  1081. package/src/vks/verification_key.ts +1 -1
  1082. package/src/vks/vk_data.ts +1 -1
  1083. package/src/zkpassport/index.ts +13 -14
  1084. package/dest/block/l2_block_code_to_purge.d.ts +0 -12
  1085. package/dest/block/l2_block_code_to_purge.d.ts.map +0 -1
  1086. package/dest/block/l2_block_code_to_purge.js +0 -61
  1087. package/dest/block/l2_block_header.d.ts +0 -98
  1088. package/dest/block/l2_block_header.d.ts.map +0 -1
  1089. package/dest/block/l2_block_header.js +0 -153
  1090. package/dest/block/l2_block_new.d.ts +0 -108
  1091. package/dest/block/l2_block_new.d.ts.map +0 -1
  1092. package/dest/block/l2_block_new.js +0 -135
  1093. package/dest/block/l2_block_number.d.ts +0 -5
  1094. package/dest/block/l2_block_number.d.ts.map +0 -1
  1095. package/dest/block/l2_block_number.js +0 -6
  1096. package/dest/block/published_l2_block.d.ts +0 -130
  1097. package/dest/block/published_l2_block.d.ts.map +0 -1
  1098. package/dest/block/published_l2_block.js +0 -48
  1099. package/dest/contract/contract_class_metadata.d.ts +0 -8
  1100. package/dest/contract/contract_class_metadata.d.ts.map +0 -1
  1101. package/dest/contract/contract_class_metadata.js +0 -1
  1102. package/dest/contract/contract_metadata.d.ts +0 -7
  1103. package/dest/contract/contract_metadata.d.ts.map +0 -1
  1104. package/dest/contract/contract_metadata.js +0 -1
  1105. package/dest/database-version/index.d.ts +0 -2
  1106. package/dest/database-version/index.d.ts.map +0 -1
  1107. package/dest/database-version/index.js +0 -1
  1108. package/dest/kernel/hints/key_validation_request_and_generator.d.ts +0 -25
  1109. package/dest/kernel/hints/key_validation_request_and_generator.d.ts.map +0 -1
  1110. package/dest/logs/log_with_tx_data.d.ts +0 -19
  1111. package/dest/logs/log_with_tx_data.d.ts.map +0 -1
  1112. package/dest/logs/log_with_tx_data.js +0 -49
  1113. package/dest/note/notes_filter.d.ts +0 -25
  1114. package/dest/note/notes_filter.d.ts.map +0 -1
  1115. package/dest/note/notes_filter.js +0 -10
  1116. package/dest/p2p/block_attestation.d.ts +0 -80
  1117. package/dest/p2p/block_attestation.d.ts.map +0 -1
  1118. package/dest/tx/content_commitment.d.ts +0 -48
  1119. package/dest/tx/content_commitment.d.ts.map +0 -1
  1120. package/dest/tx/content_commitment.js +0 -82
  1121. package/src/block/l2_block_code_to_purge.ts +0 -88
  1122. package/src/block/l2_block_header.ts +0 -246
  1123. package/src/block/l2_block_new.ts +0 -171
  1124. package/src/block/l2_block_number.ts +0 -8
  1125. package/src/block/published_l2_block.ts +0 -65
  1126. package/src/contract/contract_class_metadata.ts +0 -8
  1127. package/src/contract/contract_metadata.ts +0 -7
  1128. package/src/database-version/index.ts +0 -1
  1129. package/src/kernel/hints/key_validation_request_and_generator.ts +0 -52
  1130. package/src/logs/log_with_tx_data.ts +0 -46
  1131. package/src/note/notes_filter.ts +0 -35
  1132. 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("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>;
11
- version: import("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>;
12
- blockNumber: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
13
- slotNumber: import("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/branded-types/slot.js").SlotNumber>;
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("../schemas/schemas.js").ZodFor<import("../block/index.js").EthAddress>;
16
- feeRecipient: import("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
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("../../../foundation/dest/fields/fields.js").Fr;
32
- version: import("../../../foundation/dest/fields/fields.js").Fr;
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("../block/index.js").EthAddress;
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("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>, "many">, import("../../../foundation/dest/fields/fields.js").Fr[], string[]>;
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr, any, string>, "many">;
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>, "many">, import("../../../foundation/dest/fields/fields.js").Fr[], string[]>;
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr, any, string>, "many">;
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>, "many">;
318
- nullifiers: z.ZodArray<import("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>, "many">;
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("../block/index.js").EthAddress, any, string>;
322
- content: z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../block/index.js").EthAddress;
325
- content: import("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
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("../../../foundation/dest/fields/fields.js").Fr[];
352
- nullifiers: import("../../../foundation/dest/fields/fields.js").Fr[];
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("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>, "many">;
367
- nullifiers: z.ZodArray<import("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>, "many">;
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("../block/index.js").EthAddress, any, string>;
371
- content: z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../block/index.js").EthAddress;
374
- content: import("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
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("../../../foundation/dest/fields/fields.js").Fr[];
401
- nullifiers: import("../../../foundation/dest/fields/fields.js").Fr[];
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("../schemas/schemas.js").ZodFor<import("../tx/public_call_request_with_calldata.js").PublicCallRequestWithCalldata>, "many">;
415
- appLogicEnqueuedCalls: z.ZodArray<import("../schemas/schemas.js").ZodFor<import("../tx/public_call_request_with_calldata.js").PublicCallRequestWithCalldata>, "many">;
416
- teardownEnqueuedCall: z.ZodNullable<import("../schemas/schemas.js").ZodFor<import("../tx/public_call_request_with_calldata.js").PublicCallRequestWithCalldata>>;
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("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
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("../../../foundation/dest/fields/fields.js").Fr[];
439
- nullifiers: import("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr[];
444
- nullifiers: import("../../../foundation/dest/fields/fields.js").Fr[];
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("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>, "many">;
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("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
625
- salt: import("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>;
626
- deployer: import("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
627
- currentContractClassId: import("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>;
628
- originalContractClassId: import("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>;
629
- initializationHash: import("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>;
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("../../../foundation/dest/fields/point.js").Point, any, string>;
632
- masterIncomingViewingPublicKey: z.ZodType<import("../../../foundation/dest/fields/point.js").Point, any, string>;
633
- masterOutgoingViewingPublicKey: z.ZodType<import("../../../foundation/dest/fields/point.js").Point, any, string>;
634
- masterTaggingPublicKey: z.ZodType<import("../../../foundation/dest/fields/point.js").Point, any, string>;
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("../../../foundation/dest/fields/point.js").Point;
637
- masterIncomingViewingPublicKey: import("../../../foundation/dest/fields/point.js").Point;
638
- masterOutgoingViewingPublicKey: import("../../../foundation/dest/fields/point.js").Point;
639
- masterTaggingPublicKey: import("../../../foundation/dest/fields/point.js").Point;
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("../../../foundation/dest/fields/fields.js").Fr;
656
+ salt: import("@aztec/foundation/schemas").Fr;
655
657
  deployer: import("../aztec-address/index.js").AztecAddress;
656
- currentContractClassId: import("../../../foundation/dest/fields/fields.js").Fr;
657
- originalContractClassId: import("../../../foundation/dest/fields/fields.js").Fr;
658
- initializationHash: import("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>;
692
- artifactHash: import("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>;
693
- privateFunctionsRoot: import("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>;
694
- packedBytecode: import("../schemas/schemas.js").ZodFor<Buffer<ArrayBufferLike>>;
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("../../../foundation/dest/fields/fields.js").Fr;
698
- artifactHash: import("../../../foundation/dest/fields/fields.js").Fr;
699
- privateFunctionsRoot: import("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>;
717
- commitment: import("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>;
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("../../../foundation/dest/fields/fields.js").Fr;
721
- commitment: import("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
733
- selector: import("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>, "many">;
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
1005
+ nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
1004
1006
  }, "strip", z.ZodTypeAny, {
1005
- nullifier: import("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
1032
- value: z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
1035
- value: import("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
1132
+ nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
1131
1133
  }, "strip", z.ZodTypeAny, {
1132
- nullifier: import("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
1159
- value: z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
1162
- value: import("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
1310
+ nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
1309
1311
  }, "strip", z.ZodTypeAny, {
1310
- nullifier: import("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
1317
- value: z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
1320
- value: import("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
1333
+ nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
1332
1334
  }, "strip", z.ZodTypeAny, {
1333
- nullifier: import("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
1360
- value: z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
1363
- value: import("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>, "many">;
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
1421
+ nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
1420
1422
  }, "strip", z.ZodTypeAny, {
1421
- nullifier: import("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
1448
- value: z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
1451
- value: import("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>, "many">;
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
1670
+ nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
1669
1671
  }, "strip", z.ZodTypeAny, {
1670
- nullifier: import("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
1677
- value: z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
1680
- value: import("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
1693
+ nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
1692
1694
  }, "strip", z.ZodTypeAny, {
1693
- nullifier: import("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
1720
- value: z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
1723
- value: import("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>, "many">;
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
1781
+ nullifier: z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>;
1780
1782
  }, "strip", z.ZodTypeAny, {
1781
- nullifier: import("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
1808
- value: z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
1811
- value: import("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>, "many">;
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>, "many">;
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr[];
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("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>;
3264
- version: import("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/fields/fields.js").Fr>;
3265
- blockNumber: z.ZodPipeline<z.ZodUnion<[z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodNumber>;
3266
- slotNumber: import("../schemas/schemas.js").ZodFor<import("../../../foundation/dest/branded-types/slot.js").SlotNumber>;
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("../schemas/schemas.js").ZodFor<import("../block/index.js").EthAddress>;
3269
- feeRecipient: import("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
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("../../../foundation/dest/fields/fields.js").Fr;
3285
- version: import("../../../foundation/dest/fields/fields.js").Fr;
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("../block/index.js").EthAddress;
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("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>, "many">;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
3541
- proverId: z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
3561
- contractAddress: import("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
3582
- contractAddress: import("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
3603
- contractAddress: import("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>, "many">;
3658
- nullifiers: z.ZodArray<z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>, "many">;
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("../block/index.js").EthAddress, any, string>;
3662
- content: z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../block/index.js").EthAddress;
3665
- content: import("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
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("../../../foundation/dest/fields/fields.js").Fr[];
3692
- nullifiers: import("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr, any, string>, "many">;
3717
- nullifiers: z.ZodArray<z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>, "many">;
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("../block/index.js").EthAddress, any, string>;
3721
- content: z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../block/index.js").EthAddress;
3724
- content: import("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
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("../../../foundation/dest/fields/fields.js").Fr[];
3751
- nullifiers: import("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>, "many">;
3903
- nullifiers: z.ZodArray<z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>, "many">;
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("../block/index.js").EthAddress, any, string>;
3907
- content: z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../block/index.js").EthAddress;
3910
- content: import("../../../foundation/dest/fields/fields.js").Fr;
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("../schemas/schemas.js").ZodFor<import("../aztec-address/index.js").AztecAddress>;
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("../schemas/schemas.js").ZodFor<import("../logs/public_log.js").FlatPublicLogs>;
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
3938
- value: z.ZodType<import("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
3941
- value: import("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr[];
3951
- nullifiers: import("../../../foundation/dest/fields/fields.js").Fr[];
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("../../../foundation/dest/fields/fields.js").Fr, any, string>;
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("../../../foundation/dest/fields/fields.js").Fr;
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("../../../foundation/dest/fields/fields.js").Fr;
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXZtX3Byb3ZpbmdfcmVxdWVzdC5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2F2bS9hdm1fcHJvdmluZ19yZXF1ZXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxDQUFDLEVBQUUsTUFBTSxLQUFLLENBQUM7QUFFeEIsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDdkUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sVUFBVSxDQUFDO0FBRTVDLE1BQU0sTUFBTSxpQkFBaUIsR0FBRyxDQUFDLENBQUMsS0FBSyxDQUFDLE9BQU8sdUJBQXVCLENBQUMsQ0FBQztBQUV4RSxlQUFPLE1BQU0sdUJBQXVCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0VBR2xDLENBQUMifQ==
6062
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXZtX3Byb3ZpbmdfcmVxdWVzdC5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2F2bS9hdm1fcHJvdmluZ19yZXF1ZXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxDQUFDLEVBQUUsTUFBTSxLQUFLLENBQUM7QUFFeEIsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDdkUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sVUFBVSxDQUFDO0FBRTVDLE1BQU0sTUFBTSxpQkFBaUIsR0FBRyxDQUFDLENBQUMsS0FBSyxDQUFDLE9BQU8sdUJBQXVCLENBQUMsQ0FBQztBQUV4RSxlQUFPLE1BQU0sdUJBQXVCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQUdsQyxDQUFDIn0=