@aztec/stdlib 0.0.1-commit.fce3e4f → 0.0.1-commit.ffe5b04ea

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 (1189) 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 +3 -3
  14. package/dest/abi/decoder.d.ts.map +1 -1
  15. package/dest/abi/decoder.js +7 -5
  16. package/dest/abi/encoder.d.ts +2 -2
  17. package/dest/abi/encoder.d.ts.map +1 -1
  18. package/dest/abi/encoder.js +38 -7
  19. package/dest/abi/event_metadata_definition.d.ts +3 -1
  20. package/dest/abi/event_metadata_definition.d.ts.map +1 -1
  21. package/dest/abi/event_metadata_definition.js +1 -1
  22. package/dest/abi/event_selector.d.ts +2 -2
  23. package/dest/abi/event_selector.d.ts.map +1 -1
  24. package/dest/abi/event_selector.js +2 -1
  25. package/dest/abi/function_call.d.ts +48 -10
  26. package/dest/abi/function_call.d.ts.map +1 -1
  27. package/dest/abi/function_call.js +20 -3
  28. package/dest/abi/function_selector.d.ts +3 -2
  29. package/dest/abi/function_selector.d.ts.map +1 -1
  30. package/dest/abi/function_selector.js +9 -1
  31. package/dest/abi/note_selector.d.ts +2 -2
  32. package/dest/abi/note_selector.d.ts.map +1 -1
  33. package/dest/abi/note_selector.js +2 -2
  34. package/dest/abi/selector.d.ts +2 -2
  35. package/dest/abi/selector.d.ts.map +1 -1
  36. package/dest/abi/selector.js +4 -2
  37. package/dest/abi/utils.d.ts +20 -1
  38. package/dest/abi/utils.d.ts.map +1 -1
  39. package/dest/abi/utils.js +22 -0
  40. package/dest/auth_witness/auth_witness.d.ts +3 -2
  41. package/dest/auth_witness/auth_witness.d.ts.map +1 -1
  42. package/dest/auth_witness/auth_witness.js +5 -5
  43. package/dest/avm/avm.d.ts +298 -86
  44. package/dest/avm/avm.d.ts.map +1 -1
  45. package/dest/avm/avm.js +238 -22
  46. package/dest/avm/avm_accumulated_data.d.ts +31 -4
  47. package/dest/avm/avm_accumulated_data.d.ts.map +1 -1
  48. package/dest/avm/avm_accumulated_data.js +6 -3
  49. package/dest/avm/avm_circuit_public_inputs.d.ts +14 -12
  50. package/dest/avm/avm_circuit_public_inputs.d.ts.map +1 -1
  51. package/dest/avm/avm_circuit_public_inputs.js +4 -2
  52. package/dest/avm/avm_proving_request.d.ts +472 -468
  53. package/dest/avm/avm_proving_request.d.ts.map +1 -1
  54. package/dest/avm/contract_storage_read.d.ts +14 -2
  55. package/dest/avm/contract_storage_read.d.ts.map +1 -1
  56. package/dest/avm/contract_storage_read.js +1 -1
  57. package/dest/avm/contract_storage_update_request.d.ts +14 -2
  58. package/dest/avm/contract_storage_update_request.d.ts.map +1 -1
  59. package/dest/avm/contract_storage_update_request.js +1 -1
  60. package/dest/avm/message_pack.d.ts +1 -1
  61. package/dest/avm/message_pack.d.ts.map +1 -1
  62. package/dest/avm/message_pack.js +2 -1
  63. package/dest/avm/public_call_stack_item_compressed.d.ts +4 -2
  64. package/dest/avm/public_call_stack_item_compressed.d.ts.map +1 -1
  65. package/dest/avm/public_call_stack_item_compressed.js +1 -1
  66. package/dest/avm/public_data_read.d.ts +11 -2
  67. package/dest/avm/public_data_read.d.ts.map +1 -1
  68. package/dest/avm/public_data_read.js +1 -1
  69. package/dest/avm/public_data_update_request.d.ts +11 -2
  70. package/dest/avm/public_data_update_request.d.ts.map +1 -1
  71. package/dest/avm/public_data_update_request.js +4 -2
  72. package/dest/avm/public_data_write.d.ts +8 -2
  73. package/dest/avm/public_data_write.d.ts.map +1 -1
  74. package/dest/avm/public_data_write.js +1 -1
  75. package/dest/avm/public_inner_call_request.d.ts +5 -2
  76. package/dest/avm/public_inner_call_request.d.ts.map +1 -1
  77. package/dest/avm/public_inner_call_request.js +3 -1
  78. package/dest/avm/revert_code.d.ts +20 -5
  79. package/dest/avm/revert_code.d.ts.map +1 -1
  80. package/dest/avm/revert_code.js +19 -7
  81. package/dest/aztec-address/index.d.ts +3 -2
  82. package/dest/aztec-address/index.d.ts.map +1 -1
  83. package/dest/aztec-address/index.js +5 -2
  84. package/dest/block/attestation_info.d.ts +5 -5
  85. package/dest/block/attestation_info.d.ts.map +1 -1
  86. package/dest/block/attestation_info.js +5 -5
  87. package/dest/block/block_data.d.ts +52 -0
  88. package/dest/block/block_data.d.ts.map +1 -0
  89. package/dest/block/block_data.js +12 -0
  90. package/dest/block/block_hash.d.ts +19 -15
  91. package/dest/block/block_hash.d.ts.map +1 -1
  92. package/dest/block/block_hash.js +23 -21
  93. package/dest/block/block_parameter.d.ts +6 -0
  94. package/dest/block/block_parameter.d.ts.map +1 -0
  95. package/dest/block/block_parameter.js +8 -0
  96. package/dest/block/body.d.ts +1 -1
  97. package/dest/block/body.d.ts.map +1 -1
  98. package/dest/block/body.js +5 -2
  99. package/dest/block/checkpointed_l2_block.d.ts +150 -0
  100. package/dest/block/checkpointed_l2_block.d.ts.map +1 -0
  101. package/dest/block/checkpointed_l2_block.js +46 -0
  102. package/dest/block/in_block.d.ts +34 -15
  103. package/dest/block/in_block.d.ts.map +1 -1
  104. package/dest/block/in_block.js +21 -12
  105. package/dest/block/index.d.ts +4 -5
  106. package/dest/block/index.d.ts.map +1 -1
  107. package/dest/block/index.js +3 -4
  108. package/dest/block/l2_block.d.ts +67 -59
  109. package/dest/block/l2_block.d.ts.map +1 -1
  110. package/dest/block/l2_block.js +78 -109
  111. package/dest/block/l2_block_info.d.ts +16 -11
  112. package/dest/block/l2_block_info.d.ts.map +1 -1
  113. package/dest/block/l2_block_info.js +8 -7
  114. package/dest/block/l2_block_source.d.ts +395 -151
  115. package/dest/block/l2_block_source.d.ts.map +1 -1
  116. package/dest/block/l2_block_source.js +29 -16
  117. package/dest/block/l2_block_stream/index.d.ts +2 -1
  118. package/dest/block/l2_block_stream/index.d.ts.map +1 -1
  119. package/dest/block/l2_block_stream/index.js +1 -0
  120. package/dest/block/l2_block_stream/interfaces.d.ts +15 -5
  121. package/dest/block/l2_block_stream/interfaces.d.ts.map +1 -1
  122. package/dest/block/l2_block_stream/l2_block_stream.d.ts +13 -3
  123. package/dest/block/l2_block_stream/l2_block_stream.d.ts.map +1 -1
  124. package/dest/block/l2_block_stream/l2_block_stream.js +126 -32
  125. package/dest/block/l2_block_stream/l2_tips_memory_store.d.ts +24 -15
  126. package/dest/block/l2_block_stream/l2_tips_memory_store.d.ts.map +1 -1
  127. package/dest/block/l2_block_stream/l2_tips_memory_store.js +55 -59
  128. package/dest/block/l2_block_stream/l2_tips_store_base.d.ts +49 -0
  129. package/dest/block/l2_block_stream/l2_tips_store_base.d.ts.map +1 -0
  130. package/dest/block/l2_block_stream/l2_tips_store_base.js +179 -0
  131. package/dest/block/proposal/attestations_and_signers.d.ts +2 -2
  132. package/dest/block/proposal/attestations_and_signers.d.ts.map +1 -1
  133. package/dest/block/proposal/committee_attestation.d.ts +2 -2
  134. package/dest/block/proposal/committee_attestation.d.ts.map +1 -1
  135. package/dest/block/test/l2_tips_store_test_suite.d.ts +1 -1
  136. package/dest/block/test/l2_tips_store_test_suite.d.ts.map +1 -1
  137. package/dest/block/test/l2_tips_store_test_suite.js +482 -43
  138. package/dest/block/validate_block_result.d.ts +24 -24
  139. package/dest/block/validate_block_result.d.ts.map +1 -1
  140. package/dest/block/validate_block_result.js +18 -17
  141. package/dest/checkpoint/checkpoint.d.ts +75 -18
  142. package/dest/checkpoint/checkpoint.d.ts.map +1 -1
  143. package/dest/checkpoint/checkpoint.js +84 -17
  144. package/dest/checkpoint/checkpoint_data.d.ts +120 -0
  145. package/dest/checkpoint/checkpoint_data.d.ts.map +1 -0
  146. package/dest/checkpoint/checkpoint_data.js +26 -0
  147. package/dest/checkpoint/checkpoint_info.d.ts +38 -0
  148. package/dest/checkpoint/checkpoint_info.d.ts.map +1 -0
  149. package/dest/checkpoint/checkpoint_info.js +34 -0
  150. package/dest/checkpoint/index.d.ts +4 -1
  151. package/dest/checkpoint/index.d.ts.map +1 -1
  152. package/dest/checkpoint/index.js +3 -0
  153. package/dest/checkpoint/published_checkpoint.d.ts +58 -15
  154. package/dest/checkpoint/published_checkpoint.d.ts.map +1 -1
  155. package/dest/checkpoint/published_checkpoint.js +16 -6
  156. package/dest/checkpoint/validate.d.ts +36 -0
  157. package/dest/checkpoint/validate.d.ts.map +1 -0
  158. package/dest/checkpoint/validate.js +120 -0
  159. package/dest/config/index.d.ts +2 -1
  160. package/dest/config/index.d.ts.map +1 -1
  161. package/dest/config/index.js +1 -0
  162. package/dest/config/node-rpc-config.js +1 -1
  163. package/dest/config/sequencer-config.d.ts +12 -0
  164. package/dest/config/sequencer-config.d.ts.map +1 -0
  165. package/dest/config/sequencer-config.js +24 -0
  166. package/dest/contract/artifact_hash.d.ts +2 -2
  167. package/dest/contract/artifact_hash.d.ts.map +1 -1
  168. package/dest/contract/artifact_hash.js +2 -2
  169. package/dest/contract/complete_address.d.ts +5 -2
  170. package/dest/contract/complete_address.d.ts.map +1 -1
  171. package/dest/contract/complete_address.js +1 -1
  172. package/dest/contract/contract_address.d.ts +2 -2
  173. package/dest/contract/contract_address.d.ts.map +1 -1
  174. package/dest/contract/contract_address.js +6 -6
  175. package/dest/contract/contract_class.d.ts +3 -4
  176. package/dest/contract/contract_class.d.ts.map +1 -1
  177. package/dest/contract/contract_class.js +1 -1
  178. package/dest/contract/contract_class_id.d.ts +3 -3
  179. package/dest/contract/contract_class_id.d.ts.map +1 -1
  180. package/dest/contract/contract_class_id.js +8 -7
  181. package/dest/contract/contract_deployment_data.d.ts +5 -5
  182. package/dest/contract/contract_instance.d.ts +2 -2
  183. package/dest/contract/contract_instance.d.ts.map +1 -1
  184. package/dest/contract/contract_instance.js +1 -1
  185. package/dest/contract/contract_instance_update.d.ts +2 -2
  186. package/dest/contract/contract_instance_update.d.ts.map +1 -1
  187. package/dest/contract/contract_instance_update.js +1 -1
  188. package/dest/contract/deployment_info.d.ts +2 -2
  189. package/dest/contract/deployment_info.d.ts.map +1 -1
  190. package/dest/contract/index.d.ts +1 -3
  191. package/dest/contract/index.d.ts.map +1 -1
  192. package/dest/contract/index.js +0 -2
  193. package/dest/contract/interfaces/contract_class.d.ts +19 -14
  194. package/dest/contract/interfaces/contract_class.d.ts.map +1 -1
  195. package/dest/contract/interfaces/contract_class.js +35 -18
  196. package/dest/contract/interfaces/contract_data_source.d.ts +4 -3
  197. package/dest/contract/interfaces/contract_data_source.d.ts.map +1 -1
  198. package/dest/contract/interfaces/contract_instance.d.ts +40 -31
  199. package/dest/contract/interfaces/contract_instance.d.ts.map +1 -1
  200. package/dest/contract/interfaces/contract_instance.js +30 -5
  201. package/dest/contract/interfaces/contract_instance_update.d.ts +7 -8
  202. package/dest/contract/interfaces/contract_instance_update.d.ts.map +1 -1
  203. package/dest/contract/interfaces/contract_instance_update.js +5 -5
  204. package/dest/contract/interfaces/node-info.d.ts +3 -1
  205. package/dest/contract/interfaces/node-info.d.ts.map +1 -1
  206. package/dest/contract/interfaces/node-info.js +2 -1
  207. package/dest/contract/partial_address.d.ts +2 -2
  208. package/dest/contract/partial_address.d.ts.map +1 -1
  209. package/dest/contract/private_function.d.ts +2 -2
  210. package/dest/contract/private_function.d.ts.map +1 -1
  211. package/dest/contract/private_function.js +5 -5
  212. package/dest/contract/private_function_membership_proof.d.ts +1 -1
  213. package/dest/contract/private_function_membership_proof.js +3 -3
  214. package/dest/contract/utility_function_membership_proof.js +1 -1
  215. package/dest/database-version/database_version.d.ts +58 -0
  216. package/dest/database-version/database_version.d.ts.map +1 -0
  217. package/dest/database-version/database_version.js +69 -0
  218. package/dest/database-version/version_manager.d.ts +3 -49
  219. package/dest/database-version/version_manager.d.ts.map +1 -1
  220. package/dest/database-version/version_manager.js +1 -64
  221. package/dest/delayed_public_mutable/delayed_public_mutable_values.d.ts +3 -3
  222. package/dest/delayed_public_mutable/delayed_public_mutable_values.d.ts.map +1 -1
  223. package/dest/delayed_public_mutable/delayed_public_mutable_values.js +9 -12
  224. package/dest/delayed_public_mutable/delayed_public_mutable_values_with_hash.d.ts +2 -2
  225. package/dest/delayed_public_mutable/delayed_public_mutable_values_with_hash.d.ts.map +1 -1
  226. package/dest/delayed_public_mutable/delayed_public_mutable_values_with_hash.js +1 -1
  227. package/dest/delayed_public_mutable/scheduled_value_change.d.ts +2 -2
  228. package/dest/delayed_public_mutable/scheduled_value_change.d.ts.map +1 -1
  229. package/dest/delayed_public_mutable/scheduled_value_change.js +1 -1
  230. package/dest/deserialization/index.d.ts +11 -0
  231. package/dest/deserialization/index.d.ts.map +1 -0
  232. package/dest/deserialization/index.js +10 -0
  233. package/dest/epoch-helpers/index.d.ts +7 -1
  234. package/dest/epoch-helpers/index.d.ts.map +1 -1
  235. package/dest/epoch-helpers/index.js +12 -6
  236. package/dest/errors/proving_error.d.ts +2 -2
  237. package/dest/errors/proving_error.d.ts.map +1 -1
  238. package/dest/errors/simulation_error.d.ts +2 -2
  239. package/dest/errors/simulation_error.d.ts.map +1 -1
  240. package/dest/fees/transaction_fee.d.ts +2 -2
  241. package/dest/fees/transaction_fee.d.ts.map +1 -1
  242. package/dest/file-store/local.d.ts +3 -3
  243. package/dest/file-store/local.d.ts.map +1 -1
  244. package/dest/file-store/local.js +13 -4
  245. package/dest/file-store/s3.d.ts +1 -1
  246. package/dest/file-store/s3.d.ts.map +1 -1
  247. package/dest/file-store/s3.js +11 -3
  248. package/dest/gas/gas.d.ts +2 -2
  249. package/dest/gas/gas.d.ts.map +1 -1
  250. package/dest/gas/gas.js +4 -2
  251. package/dest/gas/gas_fees.d.ts +2 -2
  252. package/dest/gas/gas_fees.d.ts.map +1 -1
  253. package/dest/gas/gas_fees.js +7 -2
  254. package/dest/gas/gas_settings.d.ts +2 -2
  255. package/dest/gas/gas_settings.d.ts.map +1 -1
  256. package/dest/gas/gas_settings.js +1 -1
  257. package/dest/ha-signing/config.d.ts +136 -0
  258. package/dest/ha-signing/config.d.ts.map +1 -0
  259. package/dest/ha-signing/config.js +97 -0
  260. package/dest/ha-signing/index.d.ts +4 -0
  261. package/dest/ha-signing/index.d.ts.map +1 -0
  262. package/dest/ha-signing/index.js +3 -0
  263. package/dest/ha-signing/local_config.d.ts +63 -0
  264. package/dest/ha-signing/local_config.d.ts.map +1 -0
  265. package/dest/ha-signing/local_config.js +24 -0
  266. package/dest/ha-signing/types.d.ts +85 -0
  267. package/dest/ha-signing/types.d.ts.map +1 -0
  268. package/dest/ha-signing/types.js +32 -0
  269. package/dest/hash/hash.d.ts +3 -10
  270. package/dest/hash/hash.d.ts.map +1 -1
  271. package/dest/hash/hash.js +17 -22
  272. package/dest/hash/map_slot.d.ts +2 -2
  273. package/dest/hash/map_slot.d.ts.map +1 -1
  274. package/dest/hash/map_slot.js +4 -3
  275. package/dest/interfaces/allowed_element.d.ts +31 -26
  276. package/dest/interfaces/allowed_element.d.ts.map +1 -1
  277. package/dest/interfaces/allowed_element.js +11 -11
  278. package/dest/interfaces/api_limit.d.ts +3 -1
  279. package/dest/interfaces/api_limit.d.ts.map +1 -1
  280. package/dest/interfaces/api_limit.js +2 -0
  281. package/dest/interfaces/archiver.d.ts +12 -7
  282. package/dest/interfaces/archiver.d.ts.map +1 -1
  283. package/dest/interfaces/archiver.js +41 -21
  284. package/dest/interfaces/aztec-node-admin.d.ts +203 -65
  285. package/dest/interfaces/aztec-node-admin.d.ts.map +1 -1
  286. package/dest/interfaces/aztec-node-admin.js +15 -7
  287. package/dest/interfaces/aztec-node.d.ts +97 -97
  288. package/dest/interfaces/aztec-node.d.ts.map +1 -1
  289. package/dest/interfaces/aztec-node.js +33 -33
  290. package/dest/interfaces/block-builder.d.ts +32 -16
  291. package/dest/interfaces/block-builder.d.ts.map +1 -1
  292. package/dest/interfaces/block-builder.js +21 -1
  293. package/dest/interfaces/configs.d.ts +122 -53
  294. package/dest/interfaces/configs.d.ts.map +1 -1
  295. package/dest/interfaces/configs.js +20 -8
  296. package/dest/interfaces/epoch-prover.d.ts +5 -5
  297. package/dest/interfaces/epoch-prover.d.ts.map +1 -1
  298. package/dest/interfaces/get_logs_response.d.ts +30 -6
  299. package/dest/interfaces/get_logs_response.d.ts.map +1 -1
  300. package/dest/interfaces/get_logs_response.js +5 -4
  301. package/dest/interfaces/l2_logs_source.d.ts +21 -15
  302. package/dest/interfaces/l2_logs_source.d.ts.map +1 -1
  303. package/dest/interfaces/merkle_tree_operations.d.ts +5 -4
  304. package/dest/interfaces/merkle_tree_operations.d.ts.map +1 -1
  305. package/dest/interfaces/p2p.d.ts +9 -16
  306. package/dest/interfaces/p2p.d.ts.map +1 -1
  307. package/dest/interfaces/p2p.js +3 -4
  308. package/dest/interfaces/prover-broker.d.ts +16 -1
  309. package/dest/interfaces/prover-broker.d.ts.map +1 -1
  310. package/dest/interfaces/prover-broker.js +4 -1
  311. package/dest/interfaces/prover-client.d.ts +19 -3
  312. package/dest/interfaces/prover-client.d.ts.map +1 -1
  313. package/dest/interfaces/prover-client.js +16 -4
  314. package/dest/interfaces/proving-job.d.ts +60 -56
  315. package/dest/interfaces/proving-job.d.ts.map +1 -1
  316. package/dest/interfaces/proving-job.js +1 -7
  317. package/dest/interfaces/public_state_source.d.ts +2 -2
  318. package/dest/interfaces/public_state_source.d.ts.map +1 -1
  319. package/dest/interfaces/server_circuit_prover.d.ts +4 -3
  320. package/dest/interfaces/server_circuit_prover.d.ts.map +1 -1
  321. package/dest/interfaces/slasher.d.ts +9 -1
  322. package/dest/interfaces/slasher.d.ts.map +1 -1
  323. package/dest/interfaces/slasher.js +5 -3
  324. package/dest/interfaces/validator.d.ts +245 -48
  325. package/dest/interfaces/validator.d.ts.map +1 -1
  326. package/dest/interfaces/validator.js +17 -8
  327. package/dest/interfaces/world_state.d.ts +23 -31
  328. package/dest/interfaces/world_state.d.ts.map +1 -1
  329. package/dest/interfaces/world_state.js +4 -3
  330. package/dest/kernel/claimed_length_array.d.ts +2 -2
  331. package/dest/kernel/claimed_length_array.d.ts.map +1 -1
  332. package/dest/kernel/claimed_length_array.js +3 -1
  333. package/dest/kernel/hints/build_note_hash_read_request_hints.d.ts +7 -6
  334. package/dest/kernel/hints/build_note_hash_read_request_hints.d.ts.map +1 -1
  335. package/dest/kernel/hints/build_note_hash_read_request_hints.js +31 -19
  336. package/dest/kernel/hints/build_nullifier_read_request_hints.d.ts +5 -5
  337. package/dest/kernel/hints/build_nullifier_read_request_hints.d.ts.map +1 -1
  338. package/dest/kernel/hints/build_nullifier_read_request_hints.js +28 -17
  339. package/dest/kernel/hints/build_transient_data_hints.d.ts +5 -2
  340. package/dest/kernel/hints/build_transient_data_hints.d.ts.map +1 -1
  341. package/dest/kernel/hints/build_transient_data_hints.js +9 -3
  342. package/dest/kernel/hints/find_private_kernel_reset_dimensions.d.ts +1 -1
  343. package/dest/kernel/hints/find_private_kernel_reset_dimensions.d.ts.map +1 -1
  344. package/dest/kernel/hints/find_private_kernel_reset_dimensions.js +1 -3
  345. package/dest/kernel/hints/index.d.ts +2 -2
  346. package/dest/kernel/hints/index.js +2 -2
  347. package/dest/kernel/hints/key_validation_hint.d.ts +3 -2
  348. package/dest/kernel/hints/key_validation_hint.d.ts.map +1 -1
  349. package/dest/kernel/hints/key_validation_hint.js +1 -1
  350. package/dest/kernel/hints/key_validation_request.d.ts +5 -3
  351. package/dest/kernel/hints/key_validation_request.d.ts.map +1 -1
  352. package/dest/kernel/hints/key_validation_request.js +2 -1
  353. package/dest/kernel/hints/key_validation_request_and_separator.d.ts +24 -0
  354. package/dest/kernel/hints/key_validation_request_and_separator.d.ts.map +1 -0
  355. package/dest/kernel/hints/{key_validation_request_and_generator.js → key_validation_request_and_separator.js} +13 -16
  356. package/dest/kernel/hints/note_hash_read_request_hints.d.ts +2 -2
  357. package/dest/kernel/hints/note_hash_read_request_hints.d.ts.map +1 -1
  358. package/dest/kernel/hints/note_hash_read_request_hints.js +1 -1
  359. package/dest/kernel/hints/private_kernel_reset_hints.d.ts +13 -1
  360. package/dest/kernel/hints/private_kernel_reset_hints.d.ts.map +1 -1
  361. package/dest/kernel/hints/read_request.d.ts +8 -2
  362. package/dest/kernel/hints/read_request.d.ts.map +1 -1
  363. package/dest/kernel/hints/read_request.js +1 -1
  364. package/dest/kernel/hints/read_request_hints.d.ts +7 -1
  365. package/dest/kernel/hints/read_request_hints.d.ts.map +1 -1
  366. package/dest/kernel/hints/{scoped_key_validation_request_and_generator.d.ts → scoped_key_validation_request_and_separator.d.ts} +9 -9
  367. package/dest/kernel/hints/{scoped_key_validation_request_and_generator.d.ts.map → scoped_key_validation_request_and_separator.d.ts.map} +1 -1
  368. package/dest/kernel/hints/{scoped_key_validation_request_and_generator.js → scoped_key_validation_request_and_separator.js} +6 -6
  369. package/dest/kernel/hints/scoped_value_cache.d.ts +2 -2
  370. package/dest/kernel/hints/scoped_value_cache.d.ts.map +1 -1
  371. package/dest/kernel/hints/transient_data_squashing_hint.d.ts +2 -2
  372. package/dest/kernel/hints/transient_data_squashing_hint.d.ts.map +1 -1
  373. package/dest/kernel/hints/transient_data_squashing_hint.js +4 -2
  374. package/dest/kernel/hints/tree_leaf_read_request.d.ts +2 -2
  375. package/dest/kernel/hints/tree_leaf_read_request.d.ts.map +1 -1
  376. package/dest/kernel/hints/tree_leaf_read_request.js +1 -1
  377. package/dest/kernel/log_hash.d.ts +2 -2
  378. package/dest/kernel/log_hash.d.ts.map +1 -1
  379. package/dest/kernel/log_hash.js +4 -2
  380. package/dest/kernel/note_hash.d.ts +2 -2
  381. package/dest/kernel/note_hash.d.ts.map +1 -1
  382. package/dest/kernel/note_hash.js +1 -1
  383. package/dest/kernel/nullifier.d.ts +2 -2
  384. package/dest/kernel/nullifier.d.ts.map +1 -1
  385. package/dest/kernel/nullifier.js +1 -1
  386. package/dest/kernel/padded_side_effects.d.ts +2 -2
  387. package/dest/kernel/padded_side_effects.d.ts.map +1 -1
  388. package/dest/kernel/padded_side_effects.js +1 -1
  389. package/dest/kernel/private_accumulated_data.d.ts +23 -1
  390. package/dest/kernel/private_accumulated_data.d.ts.map +1 -1
  391. package/dest/kernel/private_call_data.d.ts +26 -2
  392. package/dest/kernel/private_call_data.d.ts.map +1 -1
  393. package/dest/kernel/private_call_data.js +1 -1
  394. package/dest/kernel/private_call_request.d.ts +17 -2
  395. package/dest/kernel/private_call_request.d.ts.map +1 -1
  396. package/dest/kernel/private_call_request.js +1 -1
  397. package/dest/kernel/private_circuit_public_inputs.d.ts +127 -54
  398. package/dest/kernel/private_circuit_public_inputs.d.ts.map +1 -1
  399. package/dest/kernel/private_circuit_public_inputs.js +72 -72
  400. package/dest/kernel/private_context_inputs.d.ts +2 -2
  401. package/dest/kernel/private_context_inputs.d.ts.map +1 -1
  402. package/dest/kernel/private_kernel_circuit_public_inputs.d.ts +34 -4
  403. package/dest/kernel/private_kernel_circuit_public_inputs.d.ts.map +1 -1
  404. package/dest/kernel/private_kernel_circuit_public_inputs.js +5 -5
  405. package/dest/kernel/private_kernel_data.d.ts +7 -1
  406. package/dest/kernel/private_kernel_data.d.ts.map +1 -1
  407. package/dest/kernel/private_kernel_init_circuit_private_inputs.d.ts +23 -2
  408. package/dest/kernel/private_kernel_init_circuit_private_inputs.d.ts.map +1 -1
  409. package/dest/kernel/private_kernel_init_circuit_private_inputs.js +1 -1
  410. package/dest/kernel/private_kernel_inner_circuit_private_inputs.d.ts +7 -1
  411. package/dest/kernel/private_kernel_inner_circuit_private_inputs.d.ts.map +1 -1
  412. package/dest/kernel/private_kernel_reset_circuit_private_inputs.d.ts +4 -1
  413. package/dest/kernel/private_kernel_reset_circuit_private_inputs.d.ts.map +1 -1
  414. package/dest/kernel/private_kernel_tail_circuit_private_inputs.d.ts +12 -3
  415. package/dest/kernel/private_kernel_tail_circuit_private_inputs.d.ts.map +1 -1
  416. package/dest/kernel/private_kernel_tail_circuit_private_inputs.js +4 -4
  417. package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts +27 -4
  418. package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts.map +1 -1
  419. package/dest/kernel/private_kernel_tail_circuit_public_inputs.js +12 -8
  420. package/dest/kernel/private_log_data.d.ts +2 -2
  421. package/dest/kernel/private_log_data.d.ts.map +1 -1
  422. package/dest/kernel/private_log_data.js +5 -2
  423. package/dest/kernel/private_to_avm_accumulated_data.d.ts +4 -4
  424. package/dest/kernel/private_to_avm_accumulated_data.d.ts.map +1 -1
  425. package/dest/kernel/private_to_avm_accumulated_data.js +6 -3
  426. package/dest/kernel/private_to_public_accumulated_data.d.ts +2 -2
  427. package/dest/kernel/private_to_public_accumulated_data.d.ts.map +1 -1
  428. package/dest/kernel/private_to_public_accumulated_data.js +4 -2
  429. package/dest/kernel/private_to_public_accumulated_data_builder.d.ts +2 -2
  430. package/dest/kernel/private_to_public_accumulated_data_builder.d.ts.map +1 -1
  431. package/dest/kernel/private_to_public_accumulated_data_builder.js +1 -1
  432. package/dest/kernel/private_to_public_kernel_circuit_public_inputs.d.ts +4 -4
  433. package/dest/kernel/private_to_public_kernel_circuit_public_inputs.d.ts.map +1 -1
  434. package/dest/kernel/private_to_public_kernel_circuit_public_inputs.js +8 -8
  435. package/dest/kernel/private_to_rollup_accumulated_data.d.ts +18 -2
  436. package/dest/kernel/private_to_rollup_accumulated_data.d.ts.map +1 -1
  437. package/dest/kernel/private_to_rollup_accumulated_data.js +4 -2
  438. package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.d.ts +19 -4
  439. package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.d.ts.map +1 -1
  440. package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.js +8 -8
  441. package/dest/kernel/private_validation_requests.d.ts +13 -4
  442. package/dest/kernel/private_validation_requests.d.ts.map +1 -1
  443. package/dest/kernel/private_validation_requests.js +12 -10
  444. package/dest/kernel/public_call_request.d.ts +23 -2
  445. package/dest/kernel/public_call_request.d.ts.map +1 -1
  446. package/dest/kernel/public_call_request.js +6 -3
  447. package/dest/kernel/utils/optional_number.d.ts +8 -2
  448. package/dest/kernel/utils/optional_number.d.ts.map +1 -1
  449. package/dest/keys/derivation.d.ts +7 -6
  450. package/dest/keys/derivation.d.ts.map +1 -1
  451. package/dest/keys/derivation.js +20 -17
  452. package/dest/keys/key_types.d.ts +3 -3
  453. package/dest/keys/key_types.d.ts.map +1 -1
  454. package/dest/keys/public_key.d.ts +2 -2
  455. package/dest/keys/public_key.d.ts.map +1 -1
  456. package/dest/keys/public_keys.d.ts +7 -2
  457. package/dest/keys/public_keys.d.ts.map +1 -1
  458. package/dest/keys/public_keys.js +5 -4
  459. package/dest/keys/utils.d.ts +1 -1
  460. package/dest/keys/utils.d.ts.map +1 -1
  461. package/dest/keys/utils.js +8 -4
  462. package/dest/kv-store/config.d.ts +17 -0
  463. package/dest/kv-store/config.d.ts.map +1 -0
  464. package/dest/kv-store/config.js +26 -0
  465. package/dest/kv-store/index.d.ts +2 -0
  466. package/dest/kv-store/index.d.ts.map +1 -0
  467. package/dest/kv-store/index.js +1 -0
  468. package/dest/l1-contracts/slash_factory.d.ts +3 -2
  469. package/dest/l1-contracts/slash_factory.d.ts.map +1 -1
  470. package/dest/l1-contracts/slash_factory.js +2 -1
  471. package/dest/logs/contract_class_log.d.ts +2 -2
  472. package/dest/logs/contract_class_log.d.ts.map +1 -1
  473. package/dest/logs/contract_class_log.js +5 -3
  474. package/dest/logs/debug_log.d.ts +2 -2
  475. package/dest/logs/debug_log.d.ts.map +1 -1
  476. package/dest/logs/debug_log.js +1 -1
  477. package/dest/logs/debug_log_store.d.ts +30 -0
  478. package/dest/logs/debug_log_store.d.ts.map +1 -0
  479. package/dest/logs/debug_log_store.js +30 -0
  480. package/dest/logs/extended_contract_class_log.d.ts +3 -1
  481. package/dest/logs/extended_contract_class_log.d.ts.map +1 -1
  482. package/dest/logs/extended_directional_app_tagging_secret.d.ts +47 -0
  483. package/dest/logs/extended_directional_app_tagging_secret.d.ts.map +1 -0
  484. package/dest/logs/{directional_app_tagging_secret.js → extended_directional_app_tagging_secret.js} +26 -17
  485. package/dest/logs/extended_public_log.d.ts +20 -4
  486. package/dest/logs/extended_public_log.d.ts.map +1 -1
  487. package/dest/logs/index.d.ts +5 -3
  488. package/dest/logs/index.d.ts.map +1 -1
  489. package/dest/logs/index.js +4 -2
  490. package/dest/logs/log_id.d.ts +29 -11
  491. package/dest/logs/log_id.d.ts.map +1 -1
  492. package/dest/logs/log_id.js +27 -16
  493. package/dest/logs/message_context.d.ts +2 -2
  494. package/dest/logs/message_context.d.ts.map +1 -1
  495. package/dest/logs/message_context.js +1 -1
  496. package/dest/logs/pending_tagged_log.d.ts +2 -2
  497. package/dest/logs/pending_tagged_log.d.ts.map +1 -1
  498. package/dest/logs/pending_tagged_log.js +1 -1
  499. package/dest/logs/pre_tag.d.ts +16 -11
  500. package/dest/logs/pre_tag.d.ts.map +1 -1
  501. package/dest/logs/pre_tag.js +2 -2
  502. package/dest/logs/private_log.d.ts +3 -3
  503. package/dest/logs/private_log.d.ts.map +1 -1
  504. package/dest/logs/private_log.js +6 -3
  505. package/dest/logs/public_log.d.ts +6 -4
  506. package/dest/logs/public_log.d.ts.map +1 -1
  507. package/dest/logs/public_log.js +9 -3
  508. package/dest/logs/shared_secret_derivation.d.ts +2 -2
  509. package/dest/logs/shared_secret_derivation.d.ts.map +1 -1
  510. package/dest/logs/shared_secret_derivation.js +1 -1
  511. package/dest/logs/siloed_tag.d.ts +25 -0
  512. package/dest/logs/siloed_tag.d.ts.map +1 -0
  513. package/dest/logs/siloed_tag.js +32 -0
  514. package/dest/logs/tag.d.ts +21 -0
  515. package/dest/logs/tag.d.ts.map +1 -0
  516. package/dest/logs/tag.js +30 -0
  517. package/dest/logs/tx_scoped_l2_log.d.ts +32 -38
  518. package/dest/logs/tx_scoped_l2_log.d.ts.map +1 -1
  519. package/dest/logs/tx_scoped_l2_log.js +40 -45
  520. package/dest/messaging/in_hash.d.ts +5 -3
  521. package/dest/messaging/in_hash.d.ts.map +1 -1
  522. package/dest/messaging/in_hash.js +4 -2
  523. package/dest/messaging/inbox_leaf.d.ts +10 -7
  524. package/dest/messaging/inbox_leaf.d.ts.map +1 -1
  525. package/dest/messaging/inbox_leaf.js +10 -9
  526. package/dest/messaging/l1_actor.d.ts +8 -2
  527. package/dest/messaging/l1_actor.d.ts.map +1 -1
  528. package/dest/messaging/l1_actor.js +2 -2
  529. package/dest/messaging/l1_to_l2_message.d.ts +7 -2
  530. package/dest/messaging/l1_to_l2_message.d.ts.map +1 -1
  531. package/dest/messaging/l1_to_l2_message.js +2 -2
  532. package/dest/messaging/l1_to_l2_message_source.d.ts +6 -10
  533. package/dest/messaging/l1_to_l2_message_source.d.ts.map +1 -1
  534. package/dest/messaging/l2_actor.d.ts +8 -2
  535. package/dest/messaging/l2_actor.d.ts.map +1 -1
  536. package/dest/messaging/l2_actor.js +2 -2
  537. package/dest/messaging/l2_to_l1_membership.d.ts +89 -6
  538. package/dest/messaging/l2_to_l1_membership.d.ts.map +1 -1
  539. package/dest/messaging/l2_to_l1_membership.js +161 -43
  540. package/dest/messaging/l2_to_l1_message.d.ts +3 -2
  541. package/dest/messaging/l2_to_l1_message.d.ts.map +1 -1
  542. package/dest/messaging/l2_to_l1_message.js +4 -1
  543. package/dest/messaging/out_hash.d.ts +42 -4
  544. package/dest/messaging/out_hash.d.ts.map +1 -1
  545. package/dest/messaging/out_hash.js +55 -20
  546. package/dest/note/index.d.ts +1 -2
  547. package/dest/note/index.d.ts.map +1 -1
  548. package/dest/note/index.js +0 -1
  549. package/dest/note/note.d.ts +2 -2
  550. package/dest/note/note.d.ts.map +1 -1
  551. package/dest/note/note.js +5 -2
  552. package/dest/note/note_dao.d.ts +48 -9
  553. package/dest/note/note_dao.d.ts.map +1 -1
  554. package/dest/note/note_dao.js +29 -15
  555. package/dest/p2p/attestation_utils.d.ts +13 -3
  556. package/dest/p2p/attestation_utils.d.ts.map +1 -1
  557. package/dest/p2p/attestation_utils.js +46 -1
  558. package/dest/p2p/block_proposal.d.ts +103 -24
  559. package/dest/p2p/block_proposal.d.ts.map +1 -1
  560. package/dest/p2p/block_proposal.js +140 -40
  561. package/dest/p2p/checkpoint_attestation.d.ts +82 -0
  562. package/dest/p2p/checkpoint_attestation.d.ts.map +1 -0
  563. package/dest/p2p/{block_attestation.js → checkpoint_attestation.js} +24 -20
  564. package/dest/p2p/checkpoint_proposal.d.ts +174 -0
  565. package/dest/p2p/checkpoint_proposal.d.ts.map +1 -0
  566. package/dest/p2p/checkpoint_proposal.js +231 -0
  567. package/dest/p2p/client_type.d.ts +2 -5
  568. package/dest/p2p/client_type.d.ts.map +1 -1
  569. package/dest/p2p/client_type.js +0 -7
  570. package/dest/p2p/consensus_payload.d.ts +21 -12
  571. package/dest/p2p/consensus_payload.d.ts.map +1 -1
  572. package/dest/p2p/consensus_payload.js +25 -20
  573. package/dest/p2p/constants.d.ts +5 -0
  574. package/dest/p2p/constants.d.ts.map +1 -0
  575. package/dest/p2p/constants.js +3 -0
  576. package/dest/p2p/gossipable.d.ts +4 -3
  577. package/dest/p2p/gossipable.d.ts.map +1 -1
  578. package/dest/p2p/gossipable.js +16 -5
  579. package/dest/p2p/index.d.ts +5 -3
  580. package/dest/p2p/index.d.ts.map +1 -1
  581. package/dest/p2p/index.js +4 -2
  582. package/dest/p2p/message_validator.d.ts +18 -3
  583. package/dest/p2p/message_validator.d.ts.map +1 -1
  584. package/dest/p2p/message_validator.js +2 -1
  585. package/dest/p2p/peer_error.d.ts +3 -1
  586. package/dest/p2p/peer_error.d.ts.map +1 -1
  587. package/dest/p2p/peer_error.js +5 -0
  588. package/dest/p2p/signature_utils.d.ts +5 -3
  589. package/dest/p2p/signature_utils.d.ts.map +1 -1
  590. package/dest/p2p/signature_utils.js +5 -2
  591. package/dest/p2p/signed_txs.d.ts +42 -0
  592. package/dest/p2p/signed_txs.d.ts.map +1 -0
  593. package/dest/p2p/signed_txs.js +75 -0
  594. package/dest/p2p/topic_type.d.ts +5 -5
  595. package/dest/p2p/topic_type.d.ts.map +1 -1
  596. package/dest/p2p/topic_type.js +9 -19
  597. package/dest/parity/parity_base_private_inputs.d.ts +4 -2
  598. package/dest/parity/parity_base_private_inputs.d.ts.map +1 -1
  599. package/dest/parity/parity_base_private_inputs.js +1 -1
  600. package/dest/parity/parity_public_inputs.d.ts +5 -2
  601. package/dest/parity/parity_public_inputs.d.ts.map +1 -1
  602. package/dest/parity/parity_public_inputs.js +1 -1
  603. package/dest/parity/parity_root_private_inputs.d.ts +2 -1
  604. package/dest/parity/parity_root_private_inputs.d.ts.map +1 -1
  605. package/dest/proofs/chonk_proof.d.ts +2 -2
  606. package/dest/proofs/chonk_proof.d.ts.map +1 -1
  607. package/dest/proofs/chonk_proof.js +11 -6
  608. package/dest/proofs/proof.d.ts +5 -2
  609. package/dest/proofs/proof.d.ts.map +1 -1
  610. package/dest/proofs/proof.js +1 -1
  611. package/dest/proofs/proof_data.d.ts +13 -1
  612. package/dest/proofs/proof_data.d.ts.map +1 -1
  613. package/dest/proofs/proof_data.js +17 -0
  614. package/dest/proofs/recursive_proof.d.ts +11 -2
  615. package/dest/proofs/recursive_proof.d.ts.map +1 -1
  616. package/dest/proofs/recursive_proof.js +1 -1
  617. package/dest/rollup/avm_proof_data.d.ts +3 -5
  618. package/dest/rollup/avm_proof_data.d.ts.map +1 -1
  619. package/dest/rollup/avm_proof_data.js +1 -9
  620. package/dest/rollup/base_rollup_hints.d.ts +35 -2
  621. package/dest/rollup/base_rollup_hints.d.ts.map +1 -1
  622. package/dest/rollup/base_rollup_hints.js +1 -1
  623. package/dest/rollup/block_constant_data.d.ts +13 -2
  624. package/dest/rollup/block_constant_data.d.ts.map +1 -1
  625. package/dest/rollup/block_constant_data.js +1 -1
  626. package/dest/rollup/block_headers_hash.d.ts +2 -2
  627. package/dest/rollup/block_headers_hash.d.ts.map +1 -1
  628. package/dest/rollup/block_headers_hash.js +2 -2
  629. package/dest/rollup/block_merge_rollup_private_inputs.d.ts +4 -1
  630. package/dest/rollup/block_merge_rollup_private_inputs.d.ts.map +1 -1
  631. package/dest/rollup/block_rollup_public_inputs.d.ts +48 -12
  632. package/dest/rollup/block_rollup_public_inputs.d.ts.map +1 -1
  633. package/dest/rollup/block_rollup_public_inputs.js +9 -13
  634. package/dest/rollup/block_root_rollup_private_inputs.d.ts +65 -2
  635. package/dest/rollup/block_root_rollup_private_inputs.d.ts.map +1 -1
  636. package/dest/rollup/block_root_rollup_private_inputs.js +1 -1
  637. package/dest/rollup/checkpoint_constant_data.d.ts +12 -2
  638. package/dest/rollup/checkpoint_constant_data.d.ts.map +1 -1
  639. package/dest/rollup/checkpoint_constant_data.js +5 -2
  640. package/dest/rollup/checkpoint_header.d.ts +47 -13
  641. package/dest/rollup/checkpoint_header.d.ts.map +1 -1
  642. package/dest/rollup/checkpoint_header.js +55 -22
  643. package/dest/rollup/checkpoint_merge_rollup_private_inputs.d.ts +4 -1
  644. package/dest/rollup/checkpoint_merge_rollup_private_inputs.d.ts.map +1 -1
  645. package/dest/rollup/checkpoint_rollup_public_inputs.d.ts +47 -7
  646. package/dest/rollup/checkpoint_rollup_public_inputs.d.ts.map +1 -1
  647. package/dest/rollup/checkpoint_rollup_public_inputs.js +12 -4
  648. package/dest/rollup/checkpoint_root_rollup_private_inputs.d.ts +46 -4
  649. package/dest/rollup/checkpoint_root_rollup_private_inputs.d.ts.map +1 -1
  650. package/dest/rollup/checkpoint_root_rollup_private_inputs.js +15 -3
  651. package/dest/rollup/epoch_constant_data.d.ts +17 -2
  652. package/dest/rollup/epoch_constant_data.d.ts.map +1 -1
  653. package/dest/rollup/epoch_constant_data.js +1 -1
  654. package/dest/rollup/public_chonk_verifier_private_inputs.d.ts +2 -2
  655. package/dest/rollup/public_chonk_verifier_private_inputs.d.ts.map +1 -1
  656. package/dest/rollup/public_chonk_verifier_private_inputs.js +1 -1
  657. package/dest/rollup/public_chonk_verifier_public_inputs.d.ts +2 -2
  658. package/dest/rollup/public_chonk_verifier_public_inputs.d.ts.map +1 -1
  659. package/dest/rollup/public_chonk_verifier_public_inputs.js +1 -1
  660. package/dest/rollup/public_tx_base_rollup_private_inputs.d.ts +1 -1
  661. package/dest/rollup/public_tx_base_rollup_private_inputs.d.ts.map +1 -1
  662. package/dest/rollup/public_tx_base_rollup_private_inputs.js +2 -2
  663. package/dest/rollup/root_rollup_private_inputs.d.ts +6 -1
  664. package/dest/rollup/root_rollup_private_inputs.d.ts.map +1 -1
  665. package/dest/rollup/root_rollup_public_inputs.d.ts +22 -7
  666. package/dest/rollup/root_rollup_public_inputs.d.ts.map +1 -1
  667. package/dest/rollup/root_rollup_public_inputs.js +11 -5
  668. package/dest/rollup/tree_snapshot_diff_hints.d.ts +25 -2
  669. package/dest/rollup/tree_snapshot_diff_hints.d.ts.map +1 -1
  670. package/dest/rollup/tree_snapshot_diff_hints.js +1 -1
  671. package/dest/rollup/tx_merge_rollup_private_inputs.d.ts +4 -1
  672. package/dest/rollup/tx_merge_rollup_private_inputs.d.ts.map +1 -1
  673. package/dest/rollup/tx_rollup_public_inputs.d.ts +30 -2
  674. package/dest/rollup/tx_rollup_public_inputs.d.ts.map +1 -1
  675. package/dest/rollup/tx_rollup_public_inputs.js +1 -1
  676. package/dest/schemas/schemas.d.ts +7 -4
  677. package/dest/schemas/schemas.d.ts.map +1 -1
  678. package/dest/schemas/schemas.js +2 -1
  679. package/dest/slashing/empire.d.ts +1 -1
  680. package/dest/slashing/empire.d.ts.map +1 -1
  681. package/dest/slashing/empire.js +2 -0
  682. package/dest/slashing/helpers.d.ts +2 -2
  683. package/dest/slashing/helpers.d.ts.map +1 -1
  684. package/dest/slashing/helpers.js +6 -0
  685. package/dest/slashing/tally.d.ts +8 -2
  686. package/dest/slashing/tally.d.ts.map +1 -1
  687. package/dest/slashing/tally.js +35 -3
  688. package/dest/slashing/types.d.ts +10 -7
  689. package/dest/slashing/types.d.ts.map +1 -1
  690. package/dest/slashing/types.js +18 -6
  691. package/dest/snapshots/types.d.ts +1 -1
  692. package/dest/snapshots/types.d.ts.map +1 -1
  693. package/dest/snapshots/types.js +5 -5
  694. package/dest/stats/stats.d.ts +10 -8
  695. package/dest/stats/stats.d.ts.map +1 -1
  696. package/dest/tests/factories.d.ts +44 -12
  697. package/dest/tests/factories.d.ts.map +1 -1
  698. package/dest/tests/factories.js +118 -43
  699. package/dest/tests/jest.js +1 -1
  700. package/dest/tests/mocks.d.ts +92 -19
  701. package/dest/tests/mocks.d.ts.map +1 -1
  702. package/dest/tests/mocks.js +200 -65
  703. package/dest/timetable/index.d.ts +37 -0
  704. package/dest/timetable/index.d.ts.map +1 -0
  705. package/dest/timetable/index.js +39 -0
  706. package/dest/trees/append_only_tree_snapshot.d.ts +14 -2
  707. package/dest/trees/append_only_tree_snapshot.d.ts.map +1 -1
  708. package/dest/trees/append_only_tree_snapshot.js +4 -2
  709. package/dest/trees/database_public_state_source.d.ts +2 -2
  710. package/dest/trees/database_public_state_source.d.ts.map +1 -1
  711. package/dest/trees/database_public_state_source.js +1 -1
  712. package/dest/trees/nullifier_leaf.d.ts +14 -2
  713. package/dest/trees/nullifier_leaf.d.ts.map +1 -1
  714. package/dest/trees/nullifier_leaf.js +1 -1
  715. package/dest/trees/nullifier_membership_witness.d.ts +11 -2
  716. package/dest/trees/nullifier_membership_witness.d.ts.map +1 -1
  717. package/dest/trees/nullifier_membership_witness.js +1 -1
  718. package/dest/trees/public_data_leaf.d.ts +18 -2
  719. package/dest/trees/public_data_leaf.d.ts.map +1 -1
  720. package/dest/trees/public_data_leaf.js +8 -7
  721. package/dest/trees/public_data_witness.d.ts +12 -2
  722. package/dest/trees/public_data_witness.d.ts.map +1 -1
  723. package/dest/trees/public_data_witness.js +1 -1
  724. package/dest/tx/block_header.d.ts +27 -12
  725. package/dest/tx/block_header.d.ts.map +1 -1
  726. package/dest/tx/block_header.js +20 -5
  727. package/dest/tx/call_context.d.ts +14 -2
  728. package/dest/tx/call_context.d.ts.map +1 -1
  729. package/dest/tx/call_context.js +3 -1
  730. package/dest/tx/capsule.d.ts +5 -2
  731. package/dest/tx/capsule.d.ts.map +1 -1
  732. package/dest/tx/capsule.js +1 -1
  733. package/dest/tx/execution_payload.d.ts +9 -1
  734. package/dest/tx/execution_payload.d.ts.map +1 -1
  735. package/dest/tx/function_data.d.ts +5 -3
  736. package/dest/tx/function_data.d.ts.map +1 -1
  737. package/dest/tx/function_data.js +1 -1
  738. package/dest/tx/global_variable_builder.d.ts +5 -3
  739. package/dest/tx/global_variable_builder.d.ts.map +1 -1
  740. package/dest/tx/global_variables.d.ts +27 -12
  741. package/dest/tx/global_variables.d.ts.map +1 -1
  742. package/dest/tx/global_variables.js +11 -9
  743. package/dest/tx/hashed_values.d.ts +8 -2
  744. package/dest/tx/hashed_values.d.ts.map +1 -1
  745. package/dest/tx/hashed_values.js +1 -1
  746. package/dest/tx/in_tx.d.ts +26 -0
  747. package/dest/tx/in_tx.d.ts.map +1 -0
  748. package/dest/tx/in_tx.js +14 -0
  749. package/dest/tx/index.d.ts +2 -2
  750. package/dest/tx/index.d.ts.map +1 -1
  751. package/dest/tx/index.js +1 -1
  752. package/dest/tx/indexed_tx_effect.d.ts +14 -10
  753. package/dest/tx/indexed_tx_effect.d.ts.map +1 -1
  754. package/dest/tx/indexed_tx_effect.js +8 -6
  755. package/dest/tx/offchain_effect.d.ts +2 -2
  756. package/dest/tx/offchain_effect.d.ts.map +1 -1
  757. package/dest/tx/offchain_effect.js +1 -1
  758. package/dest/tx/partial_state_reference.d.ts +5 -2
  759. package/dest/tx/partial_state_reference.d.ts.map +1 -1
  760. package/dest/tx/private_execution_result.d.ts +27 -10
  761. package/dest/tx/private_execution_result.d.ts.map +1 -1
  762. package/dest/tx/private_execution_result.js +6 -23
  763. package/dest/tx/private_tx_constant_data.d.ts +17 -2
  764. package/dest/tx/private_tx_constant_data.d.ts.map +1 -1
  765. package/dest/tx/private_tx_constant_data.js +1 -1
  766. package/dest/tx/processed_tx.d.ts +5 -4
  767. package/dest/tx/processed_tx.d.ts.map +1 -1
  768. package/dest/tx/processed_tx.js +8 -7
  769. package/dest/tx/profiling.d.ts +153 -30
  770. package/dest/tx/profiling.d.ts.map +1 -1
  771. package/dest/tx/profiling.js +48 -11
  772. package/dest/tx/protocol_contracts.d.ts +3 -3
  773. package/dest/tx/protocol_contracts.d.ts.map +1 -1
  774. package/dest/tx/protocol_contracts.js +3 -3
  775. package/dest/tx/public_call_request_with_calldata.d.ts +8 -2
  776. package/dest/tx/public_call_request_with_calldata.d.ts.map +1 -1
  777. package/dest/tx/public_call_request_with_calldata.js +4 -2
  778. package/dest/tx/public_simulation_output.d.ts +5 -3
  779. package/dest/tx/public_simulation_output.d.ts.map +1 -1
  780. package/dest/tx/public_simulation_output.js +8 -4
  781. package/dest/tx/simulated_tx.d.ts +1035 -8
  782. package/dest/tx/simulated_tx.d.ts.map +1 -1
  783. package/dest/tx/simulated_tx.js +4 -1
  784. package/dest/tx/state_reference.d.ts +4 -2
  785. package/dest/tx/state_reference.d.ts.map +1 -1
  786. package/dest/tx/state_reference.js +3 -1
  787. package/dest/tx/tree_snapshots.d.ts +2 -2
  788. package/dest/tx/tree_snapshots.d.ts.map +1 -1
  789. package/dest/tx/tree_snapshots.js +3 -1
  790. package/dest/tx/tx.d.ts +40 -9
  791. package/dest/tx/tx.d.ts.map +1 -1
  792. package/dest/tx/tx.js +37 -12
  793. package/dest/tx/tx_constant_data.d.ts +2 -2
  794. package/dest/tx/tx_constant_data.d.ts.map +1 -1
  795. package/dest/tx/tx_constant_data.js +1 -1
  796. package/dest/tx/tx_context.d.ts +3 -2
  797. package/dest/tx/tx_context.d.ts.map +1 -1
  798. package/dest/tx/tx_context.js +1 -1
  799. package/dest/tx/tx_effect.d.ts +33 -7
  800. package/dest/tx/tx_effect.d.ts.map +1 -1
  801. package/dest/tx/tx_effect.js +8 -11
  802. package/dest/tx/tx_execution_request.d.ts +31 -2
  803. package/dest/tx/tx_execution_request.d.ts.map +1 -1
  804. package/dest/tx/tx_execution_request.js +7 -3
  805. package/dest/tx/tx_hash.d.ts +3 -2
  806. package/dest/tx/tx_hash.d.ts.map +1 -1
  807. package/dest/tx/tx_hash.js +1 -1
  808. package/dest/tx/tx_receipt.d.ts +64 -15
  809. package/dest/tx/tx_receipt.d.ts.map +1 -1
  810. package/dest/tx/tx_receipt.js +57 -17
  811. package/dest/tx/tx_request.d.ts +7 -2
  812. package/dest/tx/tx_request.d.ts.map +1 -1
  813. package/dest/tx/tx_request.js +4 -4
  814. package/dest/tx/validator/empty_validator.d.ts +2 -2
  815. package/dest/tx/validator/empty_validator.d.ts.map +1 -1
  816. package/dest/tx/validator/error_texts.d.ts +7 -2
  817. package/dest/tx/validator/error_texts.d.ts.map +1 -1
  818. package/dest/tx/validator/error_texts.js +7 -1
  819. package/dest/tx/validator/tx_validator.d.ts +2 -5
  820. package/dest/tx/validator/tx_validator.d.ts.map +1 -1
  821. package/dest/tx/validator/tx_validator.js +4 -4
  822. package/dest/types/shared.d.ts +4 -1
  823. package/dest/types/shared.d.ts.map +1 -1
  824. package/dest/update-checker/index.d.ts +3 -2
  825. package/dest/update-checker/index.d.ts.map +1 -1
  826. package/dest/update-checker/index.js +2 -1
  827. package/dest/update-checker/package_version.d.ts +3 -0
  828. package/dest/update-checker/package_version.d.ts.map +1 -0
  829. package/dest/update-checker/package_version.js +11 -0
  830. package/dest/update-checker/version_checker.d.ts +25 -0
  831. package/dest/update-checker/version_checker.d.ts.map +1 -0
  832. package/dest/update-checker/version_checker.js +50 -0
  833. package/dest/validators/errors.d.ts +2 -2
  834. package/dest/validators/errors.d.ts.map +1 -1
  835. package/dest/validators/schemas.d.ts +38 -38
  836. package/dest/validators/schemas.d.ts.map +1 -1
  837. package/dest/validators/schemas.js +17 -16
  838. package/dest/validators/types.d.ts +3 -3
  839. package/dest/validators/types.d.ts.map +1 -1
  840. package/dest/versioning/versioning.d.ts +2 -2
  841. package/dest/versioning/versioning.d.ts.map +1 -1
  842. package/dest/vks/verification_key.d.ts +23 -2
  843. package/dest/vks/verification_key.d.ts.map +1 -1
  844. package/dest/vks/verification_key.js +1 -1
  845. package/dest/vks/vk_data.d.ts +8 -2
  846. package/dest/vks/vk_data.d.ts.map +1 -1
  847. package/dest/vks/vk_data.js +1 -1
  848. package/dest/zkpassport/index.d.ts +4 -5
  849. package/dest/zkpassport/index.d.ts.map +1 -1
  850. package/dest/zkpassport/index.js +11 -11
  851. package/package.json +35 -15
  852. package/src/abi/abi.ts +40 -34
  853. package/src/abi/authorization_selector.ts +3 -2
  854. package/src/abi/buffer.ts +1 -1
  855. package/src/abi/contract_artifact.ts +10 -10
  856. package/src/abi/decoder.ts +16 -7
  857. package/src/abi/encoder.ts +50 -7
  858. package/src/abi/event_metadata_definition.ts +2 -0
  859. package/src/abi/event_selector.ts +3 -2
  860. package/src/abi/function_call.ts +26 -4
  861. package/src/abi/function_selector.ts +11 -2
  862. package/src/abi/note_selector.ts +2 -2
  863. package/src/abi/selector.ts +1 -1
  864. package/src/abi/utils.ts +42 -0
  865. package/src/auth_witness/auth_witness.ts +5 -5
  866. package/src/avm/avm.ts +338 -20
  867. package/src/avm/avm_accumulated_data.ts +1 -1
  868. package/src/avm/avm_circuit_public_inputs.ts +1 -1
  869. package/src/avm/contract_storage_read.ts +1 -1
  870. package/src/avm/contract_storage_update_request.ts +1 -1
  871. package/src/avm/message_pack.ts +2 -1
  872. package/src/avm/public_call_stack_item_compressed.ts +1 -1
  873. package/src/avm/public_data_read.ts +1 -1
  874. package/src/avm/public_data_update_request.ts +1 -1
  875. package/src/avm/public_data_write.ts +1 -1
  876. package/src/avm/public_inner_call_request.ts +1 -1
  877. package/src/avm/revert_code.ts +16 -1
  878. package/src/aztec-address/index.ts +2 -1
  879. package/src/block/attestation_info.ts +10 -7
  880. package/src/block/block_data.ts +26 -0
  881. package/src/block/block_hash.ts +27 -26
  882. package/src/block/block_parameter.ts +10 -0
  883. package/src/block/body.ts +2 -1
  884. package/src/block/checkpointed_l2_block.ts +70 -0
  885. package/src/block/in_block.ts +28 -15
  886. package/src/block/index.ts +3 -4
  887. package/src/block/l2_block.ts +117 -139
  888. package/src/block/l2_block_info.ts +11 -10
  889. package/src/block/l2_block_source.ts +224 -71
  890. package/src/block/l2_block_stream/index.ts +1 -0
  891. package/src/block/l2_block_stream/interfaces.ts +15 -4
  892. package/src/block/l2_block_stream/l2_block_stream.ts +163 -37
  893. package/src/block/l2_block_stream/l2_tips_memory_store.ts +63 -54
  894. package/src/block/l2_block_stream/l2_tips_store_base.ts +226 -0
  895. package/src/block/proposal/attestations_and_signers.ts +1 -1
  896. package/src/block/proposal/committee_attestation.ts +1 -1
  897. package/src/block/test/l2_tips_store_test_suite.ts +486 -36
  898. package/src/block/validate_block_result.ts +40 -35
  899. package/src/checkpoint/checkpoint.ts +125 -28
  900. package/src/checkpoint/checkpoint_data.ts +51 -0
  901. package/src/checkpoint/checkpoint_info.ts +52 -0
  902. package/src/checkpoint/index.ts +3 -0
  903. package/src/checkpoint/published_checkpoint.ts +26 -9
  904. package/src/checkpoint/validate.ts +230 -0
  905. package/src/config/index.ts +1 -0
  906. package/src/config/node-rpc-config.ts +1 -1
  907. package/src/config/sequencer-config.ts +37 -0
  908. package/src/contract/artifact_hash.ts +2 -2
  909. package/src/contract/complete_address.ts +1 -1
  910. package/src/contract/contract_address.ts +6 -6
  911. package/src/contract/contract_class.ts +5 -5
  912. package/src/contract/contract_class_id.ts +8 -7
  913. package/src/contract/contract_instance.ts +1 -1
  914. package/src/contract/contract_instance_update.ts +1 -1
  915. package/src/contract/deployment_info.ts +1 -1
  916. package/src/contract/index.ts +0 -2
  917. package/src/contract/interfaces/contract_class.ts +78 -47
  918. package/src/contract/interfaces/contract_data_source.ts +3 -2
  919. package/src/contract/interfaces/contract_instance.ts +48 -16
  920. package/src/contract/interfaces/contract_instance_update.ts +12 -10
  921. package/src/contract/interfaces/node-info.ts +3 -0
  922. package/src/contract/partial_address.ts +1 -1
  923. package/src/contract/private_function.ts +5 -5
  924. package/src/contract/private_function_membership_proof.ts +3 -3
  925. package/src/contract/utility_function_membership_proof.ts +1 -1
  926. package/src/database-version/database_version.ts +87 -0
  927. package/src/database-version/version_manager.ts +1 -77
  928. package/src/delayed_public_mutable/delayed_public_mutable_values.ts +11 -12
  929. package/src/delayed_public_mutable/delayed_public_mutable_values_with_hash.ts +1 -1
  930. package/src/delayed_public_mutable/scheduled_value_change.ts +1 -1
  931. package/src/deserialization/index.ts +21 -0
  932. package/src/epoch-helpers/index.ts +24 -10
  933. package/src/errors/simulation_error.ts +1 -1
  934. package/src/fees/transaction_fee.ts +1 -1
  935. package/src/file-store/local.ts +15 -5
  936. package/src/file-store/s3.ts +12 -3
  937. package/src/gas/gas.ts +1 -1
  938. package/src/gas/gas_fees.ts +8 -2
  939. package/src/gas/gas_settings.ts +1 -1
  940. package/src/ha-signing/config.ts +156 -0
  941. package/src/ha-signing/index.ts +27 -0
  942. package/src/ha-signing/local_config.ts +46 -0
  943. package/src/ha-signing/types.ts +112 -0
  944. package/src/hash/hash.ts +15 -21
  945. package/src/hash/map_slot.ts +4 -3
  946. package/src/interfaces/allowed_element.ts +35 -13
  947. package/src/interfaces/api_limit.ts +2 -0
  948. package/src/interfaces/archiver.ts +55 -29
  949. package/src/interfaces/aztec-node-admin.ts +33 -6
  950. package/src/interfaces/aztec-node.ts +171 -176
  951. package/src/interfaces/block-builder.ts +74 -25
  952. package/src/interfaces/configs.ts +96 -37
  953. package/src/interfaces/epoch-prover.ts +4 -4
  954. package/src/interfaces/get_logs_response.ts +13 -9
  955. package/src/interfaces/l2_logs_source.ts +24 -14
  956. package/src/interfaces/merkle_tree_operations.ts +7 -3
  957. package/src/interfaces/p2p.ts +10 -25
  958. package/src/interfaces/prover-broker.ts +22 -0
  959. package/src/interfaces/prover-client.ts +35 -10
  960. package/src/interfaces/proving-job.ts +2 -11
  961. package/src/interfaces/public_state_source.ts +1 -1
  962. package/src/interfaces/server_circuit_prover.ts +3 -3
  963. package/src/interfaces/slasher.ts +28 -22
  964. package/src/interfaces/validator.ts +132 -48
  965. package/src/interfaces/world_state.ts +26 -18
  966. package/src/kernel/claimed_length_array.ts +1 -1
  967. package/src/kernel/hints/build_note_hash_read_request_hints.ts +34 -30
  968. package/src/kernel/hints/build_nullifier_read_request_hints.ts +33 -33
  969. package/src/kernel/hints/build_transient_data_hints.ts +17 -2
  970. package/src/kernel/hints/find_private_kernel_reset_dimensions.ts +2 -4
  971. package/src/kernel/hints/index.ts +2 -2
  972. package/src/kernel/hints/key_validation_hint.ts +1 -1
  973. package/src/kernel/hints/key_validation_request.ts +2 -1
  974. package/src/kernel/hints/key_validation_request_and_separator.ts +49 -0
  975. package/src/kernel/hints/note_hash_read_request_hints.ts +1 -1
  976. package/src/kernel/hints/read_request.ts +1 -1
  977. package/src/kernel/hints/{scoped_key_validation_request_and_generator.ts → scoped_key_validation_request_and_separator.ts} +11 -11
  978. package/src/kernel/hints/scoped_value_cache.ts +1 -1
  979. package/src/kernel/hints/transient_data_squashing_hint.ts +1 -1
  980. package/src/kernel/hints/tree_leaf_read_request.ts +1 -1
  981. package/src/kernel/log_hash.ts +1 -1
  982. package/src/kernel/note_hash.ts +1 -1
  983. package/src/kernel/nullifier.ts +1 -1
  984. package/src/kernel/padded_side_effects.ts +1 -1
  985. package/src/kernel/private_call_data.ts +1 -1
  986. package/src/kernel/private_call_request.ts +1 -1
  987. package/src/kernel/private_circuit_public_inputs.ts +100 -100
  988. package/src/kernel/private_context_inputs.ts +1 -1
  989. package/src/kernel/private_kernel_circuit_public_inputs.ts +3 -3
  990. package/src/kernel/private_kernel_init_circuit_private_inputs.ts +1 -1
  991. package/src/kernel/private_kernel_tail_circuit_private_inputs.ts +2 -2
  992. package/src/kernel/private_kernel_tail_circuit_public_inputs.ts +15 -6
  993. package/src/kernel/private_log_data.ts +1 -1
  994. package/src/kernel/private_to_avm_accumulated_data.ts +1 -1
  995. package/src/kernel/private_to_public_accumulated_data.ts +1 -1
  996. package/src/kernel/private_to_public_accumulated_data_builder.ts +1 -1
  997. package/src/kernel/private_to_public_kernel_circuit_public_inputs.ts +7 -7
  998. package/src/kernel/private_to_rollup_accumulated_data.ts +1 -1
  999. package/src/kernel/private_to_rollup_kernel_circuit_public_inputs.ts +7 -7
  1000. package/src/kernel/private_validation_requests.ts +8 -8
  1001. package/src/kernel/public_call_request.ts +1 -1
  1002. package/src/kernel/utils/optional_number.ts +1 -1
  1003. package/src/keys/derivation.ts +20 -17
  1004. package/src/keys/key_types.ts +6 -2
  1005. package/src/keys/public_key.ts +1 -1
  1006. package/src/keys/public_keys.ts +5 -4
  1007. package/src/keys/utils.ts +8 -4
  1008. package/src/kv-store/config.ts +36 -0
  1009. package/src/kv-store/index.ts +1 -0
  1010. package/src/l1-contracts/slash_factory.ts +4 -1
  1011. package/src/logs/contract_class_log.ts +2 -2
  1012. package/src/logs/debug_log.ts +1 -1
  1013. package/src/logs/debug_log_store.ts +54 -0
  1014. package/src/logs/{directional_app_tagging_secret.ts → extended_directional_app_tagging_secret.ts} +28 -18
  1015. package/src/logs/index.ts +4 -2
  1016. package/src/logs/log_id.ts +32 -17
  1017. package/src/logs/message_context.ts +1 -1
  1018. package/src/logs/pending_tagged_log.ts +1 -1
  1019. package/src/logs/pre_tag.ts +5 -5
  1020. package/src/logs/private_log.ts +3 -2
  1021. package/src/logs/public_log.ts +12 -3
  1022. package/src/logs/shared_secret_derivation.ts +2 -2
  1023. package/src/logs/siloed_tag.ts +50 -0
  1024. package/src/logs/tag.ts +42 -0
  1025. package/src/logs/tx_scoped_l2_log.ts +48 -45
  1026. package/src/messaging/in_hash.ts +4 -2
  1027. package/src/messaging/inbox_leaf.ts +11 -10
  1028. package/src/messaging/l1_actor.ts +2 -2
  1029. package/src/messaging/l1_to_l2_message.ts +3 -2
  1030. package/src/messaging/l1_to_l2_message_source.ts +5 -10
  1031. package/src/messaging/l2_actor.ts +2 -2
  1032. package/src/messaging/l2_to_l1_membership.ts +179 -52
  1033. package/src/messaging/l2_to_l1_message.ts +5 -1
  1034. package/src/messaging/out_hash.ts +63 -22
  1035. package/src/note/index.ts +0 -1
  1036. package/src/note/note.ts +5 -2
  1037. package/src/note/note_dao.ts +51 -15
  1038. package/src/p2p/attestation_utils.ts +59 -3
  1039. package/src/p2p/block_proposal.ts +214 -48
  1040. package/src/p2p/{block_attestation.ts → checkpoint_attestation.ts} +38 -26
  1041. package/src/p2p/checkpoint_proposal.ts +370 -0
  1042. package/src/p2p/client_type.ts +0 -6
  1043. package/src/p2p/consensus_payload.ts +30 -19
  1044. package/src/p2p/constants.ts +6 -0
  1045. package/src/p2p/gossipable.ts +14 -4
  1046. package/src/p2p/index.ts +4 -2
  1047. package/src/p2p/message_validator.ts +14 -2
  1048. package/src/p2p/peer_error.ts +7 -0
  1049. package/src/p2p/signature_utils.ts +5 -2
  1050. package/src/p2p/signed_txs.ts +88 -0
  1051. package/src/p2p/topic_type.ts +10 -16
  1052. package/src/parity/parity_base_private_inputs.ts +1 -1
  1053. package/src/parity/parity_public_inputs.ts +1 -1
  1054. package/src/proofs/chonk_proof.ts +11 -7
  1055. package/src/proofs/proof.ts +1 -1
  1056. package/src/proofs/proof_data.ts +24 -0
  1057. package/src/proofs/recursive_proof.ts +1 -1
  1058. package/src/rollup/avm_proof_data.ts +2 -9
  1059. package/src/rollup/base_rollup_hints.ts +1 -1
  1060. package/src/rollup/block_constant_data.ts +1 -1
  1061. package/src/rollup/block_headers_hash.ts +2 -2
  1062. package/src/rollup/block_rollup_public_inputs.ts +6 -12
  1063. package/src/rollup/block_root_rollup_private_inputs.ts +1 -1
  1064. package/src/rollup/checkpoint_constant_data.ts +2 -1
  1065. package/src/rollup/checkpoint_header.ts +69 -20
  1066. package/src/rollup/checkpoint_rollup_public_inputs.ts +18 -6
  1067. package/src/rollup/checkpoint_root_rollup_private_inputs.ts +16 -2
  1068. package/src/rollup/epoch_constant_data.ts +1 -1
  1069. package/src/rollup/public_chonk_verifier_private_inputs.ts +1 -1
  1070. package/src/rollup/public_chonk_verifier_public_inputs.ts +1 -1
  1071. package/src/rollup/public_tx_base_rollup_private_inputs.ts +2 -2
  1072. package/src/rollup/root_rollup_public_inputs.ts +17 -8
  1073. package/src/rollup/tree_snapshot_diff_hints.ts +1 -1
  1074. package/src/rollup/tx_rollup_public_inputs.ts +1 -1
  1075. package/src/schemas/schemas.ts +6 -1
  1076. package/src/slashing/empire.ts +3 -1
  1077. package/src/slashing/helpers.ts +8 -0
  1078. package/src/slashing/tally.ts +41 -2
  1079. package/src/slashing/types.ts +38 -20
  1080. package/src/snapshots/types.ts +33 -29
  1081. package/src/stats/stats.ts +10 -7
  1082. package/src/tests/factories.ts +152 -61
  1083. package/src/tests/jest.ts +1 -1
  1084. package/src/tests/mocks.ts +313 -89
  1085. package/src/timetable/index.ts +66 -0
  1086. package/src/trees/append_only_tree_snapshot.ts +1 -1
  1087. package/src/trees/database_public_state_source.ts +1 -1
  1088. package/src/trees/nullifier_leaf.ts +1 -1
  1089. package/src/trees/nullifier_membership_witness.ts +1 -1
  1090. package/src/trees/public_data_leaf.ts +12 -6
  1091. package/src/trees/public_data_witness.ts +1 -1
  1092. package/src/tx/block_header.ts +33 -13
  1093. package/src/tx/call_context.ts +1 -1
  1094. package/src/tx/capsule.ts +1 -1
  1095. package/src/tx/function_data.ts +1 -1
  1096. package/src/tx/global_variable_builder.ts +9 -2
  1097. package/src/tx/global_variables.ts +16 -10
  1098. package/src/tx/hashed_values.ts +1 -1
  1099. package/src/tx/in_tx.ts +24 -0
  1100. package/src/tx/index.ts +1 -1
  1101. package/src/tx/indexed_tx_effect.ts +9 -7
  1102. package/src/tx/offchain_effect.ts +1 -1
  1103. package/src/tx/partial_state_reference.ts +1 -1
  1104. package/src/tx/private_execution_result.ts +6 -21
  1105. package/src/tx/private_tx_constant_data.ts +1 -1
  1106. package/src/tx/processed_tx.ts +19 -16
  1107. package/src/tx/profiling.ts +52 -10
  1108. package/src/tx/protocol_contracts.ts +4 -4
  1109. package/src/tx/public_call_request_with_calldata.ts +1 -1
  1110. package/src/tx/public_simulation_output.ts +5 -1
  1111. package/src/tx/simulated_tx.ts +8 -1
  1112. package/src/tx/state_reference.ts +1 -1
  1113. package/src/tx/tree_snapshots.ts +1 -1
  1114. package/src/tx/tx.ts +42 -24
  1115. package/src/tx/tx_constant_data.ts +1 -1
  1116. package/src/tx/tx_context.ts +1 -1
  1117. package/src/tx/tx_effect.ts +5 -12
  1118. package/src/tx/tx_execution_request.ts +3 -1
  1119. package/src/tx/tx_hash.ts +1 -1
  1120. package/src/tx/tx_receipt.ts +88 -20
  1121. package/src/tx/tx_request.ts +4 -4
  1122. package/src/tx/validator/empty_validator.ts +1 -1
  1123. package/src/tx/validator/error_texts.ts +8 -1
  1124. package/src/tx/validator/tx_validator.ts +9 -7
  1125. package/src/update-checker/index.ts +2 -1
  1126. package/src/update-checker/package_version.ts +17 -0
  1127. package/src/update-checker/version_checker.ts +65 -0
  1128. package/src/validators/errors.ts +1 -1
  1129. package/src/validators/schemas.ts +61 -48
  1130. package/src/validators/types.ts +5 -4
  1131. package/src/versioning/versioning.ts +1 -1
  1132. package/src/vks/verification_key.ts +1 -1
  1133. package/src/vks/vk_data.ts +1 -1
  1134. package/src/zkpassport/index.ts +13 -14
  1135. package/dest/block/l2_block_code_to_purge.d.ts +0 -12
  1136. package/dest/block/l2_block_code_to_purge.d.ts.map +0 -1
  1137. package/dest/block/l2_block_code_to_purge.js +0 -61
  1138. package/dest/block/l2_block_header.d.ts +0 -98
  1139. package/dest/block/l2_block_header.d.ts.map +0 -1
  1140. package/dest/block/l2_block_header.js +0 -153
  1141. package/dest/block/l2_block_new.d.ts +0 -108
  1142. package/dest/block/l2_block_new.d.ts.map +0 -1
  1143. package/dest/block/l2_block_new.js +0 -135
  1144. package/dest/block/l2_block_number.d.ts +0 -5
  1145. package/dest/block/l2_block_number.d.ts.map +0 -1
  1146. package/dest/block/l2_block_number.js +0 -6
  1147. package/dest/block/published_l2_block.d.ts +0 -130
  1148. package/dest/block/published_l2_block.d.ts.map +0 -1
  1149. package/dest/block/published_l2_block.js +0 -48
  1150. package/dest/contract/contract_class_metadata.d.ts +0 -8
  1151. package/dest/contract/contract_class_metadata.d.ts.map +0 -1
  1152. package/dest/contract/contract_class_metadata.js +0 -1
  1153. package/dest/contract/contract_metadata.d.ts +0 -7
  1154. package/dest/contract/contract_metadata.d.ts.map +0 -1
  1155. package/dest/contract/contract_metadata.js +0 -1
  1156. package/dest/database-version/index.d.ts +0 -2
  1157. package/dest/database-version/index.d.ts.map +0 -1
  1158. package/dest/database-version/index.js +0 -1
  1159. package/dest/kernel/hints/key_validation_request_and_generator.d.ts +0 -25
  1160. package/dest/kernel/hints/key_validation_request_and_generator.d.ts.map +0 -1
  1161. package/dest/logs/directional_app_tagging_secret.d.ts +0 -40
  1162. package/dest/logs/directional_app_tagging_secret.d.ts.map +0 -1
  1163. package/dest/logs/log_with_tx_data.d.ts +0 -19
  1164. package/dest/logs/log_with_tx_data.d.ts.map +0 -1
  1165. package/dest/logs/log_with_tx_data.js +0 -49
  1166. package/dest/note/notes_filter.d.ts +0 -25
  1167. package/dest/note/notes_filter.d.ts.map +0 -1
  1168. package/dest/note/notes_filter.js +0 -10
  1169. package/dest/p2p/block_attestation.d.ts +0 -80
  1170. package/dest/p2p/block_attestation.d.ts.map +0 -1
  1171. package/dest/tx/content_commitment.d.ts +0 -48
  1172. package/dest/tx/content_commitment.d.ts.map +0 -1
  1173. package/dest/tx/content_commitment.js +0 -82
  1174. package/dest/update-checker/update-checker.d.ts +0 -49
  1175. package/dest/update-checker/update-checker.d.ts.map +0 -1
  1176. package/dest/update-checker/update-checker.js +0 -130
  1177. package/src/block/l2_block_code_to_purge.ts +0 -88
  1178. package/src/block/l2_block_header.ts +0 -246
  1179. package/src/block/l2_block_new.ts +0 -171
  1180. package/src/block/l2_block_number.ts +0 -8
  1181. package/src/block/published_l2_block.ts +0 -65
  1182. package/src/contract/contract_class_metadata.ts +0 -8
  1183. package/src/contract/contract_metadata.ts +0 -7
  1184. package/src/database-version/index.ts +0 -1
  1185. package/src/kernel/hints/key_validation_request_and_generator.ts +0 -52
  1186. package/src/logs/log_with_tx_data.ts +0 -46
  1187. package/src/note/notes_filter.ts +0 -35
  1188. package/src/tx/content_commitment.ts +0 -104
  1189. package/src/update-checker/update-checker.ts +0 -165
@@ -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: {
@@ -1073,14 +1075,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
1073
1075
  index: string | number | bigint;
1074
1076
  leafPreimage: {
1075
1077
  leaf: {
1076
- slot: string;
1077
- value: string;
1078
+ nullifier: string;
1078
1079
  };
1079
1080
  nextKey: string;
1080
1081
  nextIndex: string | number | bigint;
1081
1082
  } | {
1082
1083
  leaf: {
1083
- nullifier: string;
1084
+ slot: string;
1085
+ value: string;
1084
1086
  };
1085
1087
  nextKey: string;
1086
1088
  nextIndex: string | number | bigint;
@@ -1097,14 +1099,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
1097
1099
  index: string | number | bigint;
1098
1100
  leafPreimage: {
1099
1101
  leaf: {
1100
- slot: string;
1101
- value: string;
1102
+ nullifier: string;
1102
1103
  };
1103
1104
  nextKey: string;
1104
1105
  nextIndex: string | number | bigint;
1105
1106
  } | {
1106
1107
  leaf: {
1107
- nullifier: string;
1108
+ slot: string;
1109
+ value: string;
1108
1110
  };
1109
1111
  nextKey: string;
1110
1112
  nextIndex: string | number | bigint;
@@ -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: {
@@ -1200,14 +1202,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
1200
1202
  index: string | number | bigint;
1201
1203
  leafPreimage: {
1202
1204
  leaf: {
1203
- slot: string;
1204
- value: string;
1205
+ nullifier: string;
1205
1206
  };
1206
1207
  nextKey: string;
1207
1208
  nextIndex: string | number | bigint;
1208
1209
  } | {
1209
1210
  leaf: {
1210
- nullifier: string;
1211
+ slot: string;
1212
+ value: string;
1211
1213
  };
1212
1214
  nextKey: string;
1213
1215
  nextIndex: string | number | bigint;
@@ -1224,14 +1226,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
1224
1226
  index: string | number | bigint;
1225
1227
  leafPreimage: {
1226
1228
  leaf: {
1227
- slot: string;
1228
- value: string;
1229
+ nullifier: string;
1229
1230
  };
1230
1231
  nextKey: string;
1231
1232
  nextIndex: string | number | bigint;
1232
1233
  } | {
1233
1234
  leaf: {
1234
- nullifier: string;
1235
+ slot: string;
1236
+ value: string;
1235
1237
  };
1236
1238
  nextKey: string;
1237
1239
  nextIndex: string | number | bigint;
@@ -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,22 +1392,22 @@ 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: {
1401
- slot: string;
1402
- value: string;
1403
+ nullifier: string;
1403
1404
  };
1404
1405
  nextKey: string;
1405
1406
  nextIndex: string | number | bigint;
1406
1407
  } | {
1407
1408
  leaf: {
1408
- nullifier: string;
1409
+ slot: string;
1410
+ value: string;
1409
1411
  };
1410
1412
  nextKey: string;
1411
1413
  nextIndex: string | number | bigint;
@@ -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,22 +1480,22 @@ 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: {
1489
- slot: string;
1490
- value: string;
1491
+ nullifier: string;
1491
1492
  };
1492
1493
  nextKey: string;
1493
1494
  nextIndex: string | number | bigint;
1494
1495
  } | {
1495
1496
  leaf: {
1496
- nullifier: string;
1497
+ slot: string;
1498
+ value: string;
1497
1499
  };
1498
1500
  nextKey: string;
1499
1501
  nextIndex: string | number | bigint;
@@ -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: {
@@ -1527,22 +1529,22 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
1527
1529
  };
1528
1530
  treeId: number;
1529
1531
  leaf: {
1532
+ nullifier: string;
1533
+ } | {
1530
1534
  slot: string;
1531
1535
  value: string;
1532
- } | {
1533
- nullifier: string;
1534
1536
  };
1535
1537
  lowLeavesWitnessData: {
1536
1538
  leaf: {
1537
1539
  leaf: {
1538
- slot: string;
1539
- value: string;
1540
+ nullifier: string;
1540
1541
  };
1541
1542
  nextKey: string;
1542
1543
  nextIndex: string | number | bigint;
1543
1544
  } | {
1544
1545
  leaf: {
1545
- nullifier: string;
1546
+ slot: string;
1547
+ value: string;
1546
1548
  };
1547
1549
  nextKey: string;
1548
1550
  nextIndex: string | number | bigint;
@@ -1553,14 +1555,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
1553
1555
  insertionWitnessData: {
1554
1556
  leaf: {
1555
1557
  leaf: {
1556
- slot: string;
1557
- value: string;
1558
+ nullifier: string;
1558
1559
  };
1559
1560
  nextKey: string;
1560
1561
  nextIndex: string | number | bigint;
1561
1562
  } | {
1562
1563
  leaf: {
1563
- nullifier: string;
1564
+ slot: string;
1565
+ value: string;
1564
1566
  };
1565
1567
  nextKey: string;
1566
1568
  nextIndex: string | number | bigint;
@@ -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: {
@@ -1594,22 +1596,22 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
1594
1596
  };
1595
1597
  treeId: number;
1596
1598
  leaf: {
1599
+ nullifier: string;
1600
+ } | {
1597
1601
  slot: string;
1598
1602
  value: string;
1599
- } | {
1600
- nullifier: string;
1601
1603
  };
1602
1604
  lowLeavesWitnessData: {
1603
1605
  leaf: {
1604
1606
  leaf: {
1605
- slot: string;
1606
- value: string;
1607
+ nullifier: string;
1607
1608
  };
1608
1609
  nextKey: string;
1609
1610
  nextIndex: string | number | bigint;
1610
1611
  } | {
1611
1612
  leaf: {
1612
- nullifier: string;
1613
+ slot: string;
1614
+ value: string;
1613
1615
  };
1614
1616
  nextKey: string;
1615
1617
  nextIndex: string | number | bigint;
@@ -1620,14 +1622,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
1620
1622
  insertionWitnessData: {
1621
1623
  leaf: {
1622
1624
  leaf: {
1623
- slot: string;
1624
- value: string;
1625
+ nullifier: string;
1625
1626
  };
1626
1627
  nextKey: string;
1627
1628
  nextIndex: string | number | bigint;
1628
1629
  } | {
1629
1630
  leaf: {
1630
- nullifier: string;
1631
+ slot: string;
1632
+ value: string;
1631
1633
  };
1632
1634
  nextKey: string;
1633
1635
  nextIndex: string | number | bigint;
@@ -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,22 +1752,22 @@ 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: {
1761
- slot: string;
1762
- value: string;
1763
+ nullifier: string;
1763
1764
  };
1764
1765
  nextKey: string;
1765
1766
  nextIndex: string | number | bigint;
1766
1767
  } | {
1767
1768
  leaf: {
1768
- nullifier: string;
1769
+ slot: string;
1770
+ value: string;
1769
1771
  };
1770
1772
  nextKey: string;
1771
1773
  nextIndex: string | number | bigint;
@@ -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,22 +1840,22 @@ 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: {
1849
- slot: string;
1850
- value: string;
1851
+ nullifier: string;
1851
1852
  };
1852
1853
  nextKey: string;
1853
1854
  nextIndex: string | number | bigint;
1854
1855
  } | {
1855
1856
  leaf: {
1856
- nullifier: string;
1857
+ slot: string;
1858
+ value: string;
1857
1859
  };
1858
1860
  nextKey: string;
1859
1861
  nextIndex: string | number | bigint;
@@ -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: {
@@ -1887,22 +1889,22 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
1887
1889
  };
1888
1890
  treeId: number;
1889
1891
  leaf: {
1892
+ nullifier: string;
1893
+ } | {
1890
1894
  slot: string;
1891
1895
  value: string;
1892
- } | {
1893
- nullifier: string;
1894
1896
  };
1895
1897
  lowLeavesWitnessData: {
1896
1898
  leaf: {
1897
1899
  leaf: {
1898
- slot: string;
1899
- value: string;
1900
+ nullifier: string;
1900
1901
  };
1901
1902
  nextKey: string;
1902
1903
  nextIndex: string | number | bigint;
1903
1904
  } | {
1904
1905
  leaf: {
1905
- nullifier: string;
1906
+ slot: string;
1907
+ value: string;
1906
1908
  };
1907
1909
  nextKey: string;
1908
1910
  nextIndex: string | number | bigint;
@@ -1913,14 +1915,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
1913
1915
  insertionWitnessData: {
1914
1916
  leaf: {
1915
1917
  leaf: {
1916
- slot: string;
1917
- value: string;
1918
+ nullifier: string;
1918
1919
  };
1919
1920
  nextKey: string;
1920
1921
  nextIndex: string | number | bigint;
1921
1922
  } | {
1922
1923
  leaf: {
1923
- nullifier: string;
1924
+ slot: string;
1925
+ value: string;
1924
1926
  };
1925
1927
  nextKey: string;
1926
1928
  nextIndex: string | number | bigint;
@@ -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: {
@@ -1954,22 +1956,22 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
1954
1956
  };
1955
1957
  treeId: number;
1956
1958
  leaf: {
1959
+ nullifier: string;
1960
+ } | {
1957
1961
  slot: string;
1958
1962
  value: string;
1959
- } | {
1960
- nullifier: string;
1961
1963
  };
1962
1964
  lowLeavesWitnessData: {
1963
1965
  leaf: {
1964
1966
  leaf: {
1965
- slot: string;
1966
- value: string;
1967
+ nullifier: string;
1967
1968
  };
1968
1969
  nextKey: string;
1969
1970
  nextIndex: string | number | bigint;
1970
1971
  } | {
1971
1972
  leaf: {
1972
- nullifier: string;
1973
+ slot: string;
1974
+ value: string;
1973
1975
  };
1974
1976
  nextKey: string;
1975
1977
  nextIndex: string | number | bigint;
@@ -1980,14 +1982,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
1980
1982
  insertionWitnessData: {
1981
1983
  leaf: {
1982
1984
  leaf: {
1983
- slot: string;
1984
- value: string;
1985
+ nullifier: string;
1985
1986
  };
1986
1987
  nextKey: string;
1987
1988
  nextIndex: string | number | bigint;
1988
1989
  } | {
1989
1990
  leaf: {
1990
- nullifier: string;
1991
+ slot: string;
1992
+ value: string;
1991
1993
  };
1992
1994
  nextKey: string;
1993
1995
  nextIndex: string | number | bigint;
@@ -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[];
@@ -2643,14 +2645,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
2643
2645
  index: string | number | bigint;
2644
2646
  leafPreimage: {
2645
2647
  leaf: {
2646
- slot: string;
2647
- value: string;
2648
+ nullifier: string;
2648
2649
  };
2649
2650
  nextKey: string;
2650
2651
  nextIndex: string | number | bigint;
2651
2652
  } | {
2652
2653
  leaf: {
2653
- nullifier: string;
2654
+ slot: string;
2655
+ value: string;
2654
2656
  };
2655
2657
  nextKey: string;
2656
2658
  nextIndex: string | number | bigint;
@@ -2664,14 +2666,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
2664
2666
  index: string | number | bigint;
2665
2667
  leafPreimage: {
2666
2668
  leaf: {
2667
- slot: string;
2668
- value: string;
2669
+ nullifier: string;
2669
2670
  };
2670
2671
  nextKey: string;
2671
2672
  nextIndex: string | number | bigint;
2672
2673
  } | {
2673
2674
  leaf: {
2674
- nullifier: string;
2675
+ slot: string;
2676
+ value: string;
2675
2677
  };
2676
2678
  nextKey: string;
2677
2679
  nextIndex: string | number | bigint;
@@ -2697,22 +2699,22 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
2697
2699
  };
2698
2700
  treeId: number;
2699
2701
  leaf: {
2702
+ nullifier: string;
2703
+ } | {
2700
2704
  slot: string;
2701
2705
  value: string;
2702
- } | {
2703
- nullifier: string;
2704
2706
  };
2705
2707
  lowLeavesWitnessData: {
2706
2708
  leaf: {
2707
2709
  leaf: {
2708
- slot: string;
2709
- value: string;
2710
+ nullifier: string;
2710
2711
  };
2711
2712
  nextKey: string;
2712
2713
  nextIndex: string | number | bigint;
2713
2714
  } | {
2714
2715
  leaf: {
2715
- nullifier: string;
2716
+ slot: string;
2717
+ value: string;
2716
2718
  };
2717
2719
  nextKey: string;
2718
2720
  nextIndex: string | number | bigint;
@@ -2723,14 +2725,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
2723
2725
  insertionWitnessData: {
2724
2726
  leaf: {
2725
2727
  leaf: {
2726
- slot: string;
2727
- value: string;
2728
+ nullifier: string;
2728
2729
  };
2729
2730
  nextKey: string;
2730
2731
  nextIndex: string | number | bigint;
2731
2732
  } | {
2732
2733
  leaf: {
2733
- nullifier: string;
2734
+ slot: string;
2735
+ value: string;
2734
2736
  };
2735
2737
  nextKey: string;
2736
2738
  nextIndex: string | number | bigint;
@@ -2750,22 +2752,22 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
2750
2752
  };
2751
2753
  treeId: number;
2752
2754
  leaf: {
2755
+ nullifier: string;
2756
+ } | {
2753
2757
  slot: string;
2754
2758
  value: string;
2755
- } | {
2756
- nullifier: string;
2757
2759
  };
2758
2760
  lowLeavesWitnessData: {
2759
2761
  leaf: {
2760
2762
  leaf: {
2761
- slot: string;
2762
- value: string;
2763
+ nullifier: string;
2763
2764
  };
2764
2765
  nextKey: string;
2765
2766
  nextIndex: string | number | bigint;
2766
2767
  } | {
2767
2768
  leaf: {
2768
- nullifier: string;
2769
+ slot: string;
2770
+ value: string;
2769
2771
  };
2770
2772
  nextKey: string;
2771
2773
  nextIndex: string | number | bigint;
@@ -2776,14 +2778,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
2776
2778
  insertionWitnessData: {
2777
2779
  leaf: {
2778
2780
  leaf: {
2779
- slot: string;
2780
- value: string;
2781
+ nullifier: string;
2781
2782
  };
2782
2783
  nextKey: string;
2783
2784
  nextIndex: string | number | bigint;
2784
2785
  } | {
2785
2786
  leaf: {
2786
- nullifier: string;
2787
+ slot: string;
2788
+ value: string;
2787
2789
  };
2788
2790
  nextKey: string;
2789
2791
  nextIndex: string | number | bigint;
@@ -3045,14 +3047,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
3045
3047
  index: string | number | bigint;
3046
3048
  leafPreimage: {
3047
3049
  leaf: {
3048
- slot: string;
3049
- value: string;
3050
+ nullifier: string;
3050
3051
  };
3051
3052
  nextKey: string;
3052
3053
  nextIndex: string | number | bigint;
3053
3054
  } | {
3054
3055
  leaf: {
3055
- nullifier: string;
3056
+ slot: string;
3057
+ value: string;
3056
3058
  };
3057
3059
  nextKey: string;
3058
3060
  nextIndex: string | number | bigint;
@@ -3066,14 +3068,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
3066
3068
  index: string | number | bigint;
3067
3069
  leafPreimage: {
3068
3070
  leaf: {
3069
- slot: string;
3070
- value: string;
3071
+ nullifier: string;
3071
3072
  };
3072
3073
  nextKey: string;
3073
3074
  nextIndex: string | number | bigint;
3074
3075
  } | {
3075
3076
  leaf: {
3076
- nullifier: string;
3077
+ slot: string;
3078
+ value: string;
3077
3079
  };
3078
3080
  nextKey: string;
3079
3081
  nextIndex: string | number | bigint;
@@ -3099,22 +3101,22 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
3099
3101
  };
3100
3102
  treeId: number;
3101
3103
  leaf: {
3104
+ nullifier: string;
3105
+ } | {
3102
3106
  slot: string;
3103
3107
  value: string;
3104
- } | {
3105
- nullifier: string;
3106
3108
  };
3107
3109
  lowLeavesWitnessData: {
3108
3110
  leaf: {
3109
3111
  leaf: {
3110
- slot: string;
3111
- value: string;
3112
+ nullifier: string;
3112
3113
  };
3113
3114
  nextKey: string;
3114
3115
  nextIndex: string | number | bigint;
3115
3116
  } | {
3116
3117
  leaf: {
3117
- nullifier: string;
3118
+ slot: string;
3119
+ value: string;
3118
3120
  };
3119
3121
  nextKey: string;
3120
3122
  nextIndex: string | number | bigint;
@@ -3125,14 +3127,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
3125
3127
  insertionWitnessData: {
3126
3128
  leaf: {
3127
3129
  leaf: {
3128
- slot: string;
3129
- value: string;
3130
+ nullifier: string;
3130
3131
  };
3131
3132
  nextKey: string;
3132
3133
  nextIndex: string | number | bigint;
3133
3134
  } | {
3134
3135
  leaf: {
3135
- nullifier: string;
3136
+ slot: string;
3137
+ value: string;
3136
3138
  };
3137
3139
  nextKey: string;
3138
3140
  nextIndex: string | number | bigint;
@@ -3152,22 +3154,22 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
3152
3154
  };
3153
3155
  treeId: number;
3154
3156
  leaf: {
3157
+ nullifier: string;
3158
+ } | {
3155
3159
  slot: string;
3156
3160
  value: string;
3157
- } | {
3158
- nullifier: string;
3159
3161
  };
3160
3162
  lowLeavesWitnessData: {
3161
3163
  leaf: {
3162
3164
  leaf: {
3163
- slot: string;
3164
- value: string;
3165
+ nullifier: string;
3165
3166
  };
3166
3167
  nextKey: string;
3167
3168
  nextIndex: string | number | bigint;
3168
3169
  } | {
3169
3170
  leaf: {
3170
- nullifier: string;
3171
+ slot: string;
3172
+ value: string;
3171
3173
  };
3172
3174
  nextKey: string;
3173
3175
  nextIndex: string | number | bigint;
@@ -3178,14 +3180,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
3178
3180
  insertionWitnessData: {
3179
3181
  leaf: {
3180
3182
  leaf: {
3181
- slot: string;
3182
- value: string;
3183
+ nullifier: string;
3183
3184
  };
3184
3185
  nextKey: string;
3185
3186
  nextIndex: string | number | bigint;
3186
3187
  } | {
3187
3188
  leaf: {
3188
- nullifier: string;
3189
+ slot: string;
3190
+ value: string;
3189
3191
  };
3190
3192
  nextKey: string;
3191
3193
  nextIndex: string | number | bigint;
@@ -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: {
@@ -4531,14 +4535,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
4531
4535
  index: string | number | bigint;
4532
4536
  leafPreimage: {
4533
4537
  leaf: {
4534
- slot: string;
4535
- value: string;
4538
+ nullifier: string;
4536
4539
  };
4537
4540
  nextKey: string;
4538
4541
  nextIndex: string | number | bigint;
4539
4542
  } | {
4540
4543
  leaf: {
4541
- nullifier: string;
4544
+ slot: string;
4545
+ value: string;
4542
4546
  };
4543
4547
  nextKey: string;
4544
4548
  nextIndex: string | number | bigint;
@@ -4552,14 +4556,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
4552
4556
  index: string | number | bigint;
4553
4557
  leafPreimage: {
4554
4558
  leaf: {
4555
- slot: string;
4556
- value: string;
4559
+ nullifier: string;
4557
4560
  };
4558
4561
  nextKey: string;
4559
4562
  nextIndex: string | number | bigint;
4560
4563
  } | {
4561
4564
  leaf: {
4562
- nullifier: string;
4565
+ slot: string;
4566
+ value: string;
4563
4567
  };
4564
4568
  nextKey: string;
4565
4569
  nextIndex: string | number | bigint;
@@ -4585,22 +4589,22 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
4585
4589
  };
4586
4590
  treeId: number;
4587
4591
  leaf: {
4592
+ nullifier: string;
4593
+ } | {
4588
4594
  slot: string;
4589
4595
  value: string;
4590
- } | {
4591
- nullifier: string;
4592
4596
  };
4593
4597
  lowLeavesWitnessData: {
4594
4598
  leaf: {
4595
4599
  leaf: {
4596
- slot: string;
4597
- value: string;
4600
+ nullifier: string;
4598
4601
  };
4599
4602
  nextKey: string;
4600
4603
  nextIndex: string | number | bigint;
4601
4604
  } | {
4602
4605
  leaf: {
4603
- nullifier: string;
4606
+ slot: string;
4607
+ value: string;
4604
4608
  };
4605
4609
  nextKey: string;
4606
4610
  nextIndex: string | number | bigint;
@@ -4611,14 +4615,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
4611
4615
  insertionWitnessData: {
4612
4616
  leaf: {
4613
4617
  leaf: {
4614
- slot: string;
4615
- value: string;
4618
+ nullifier: string;
4616
4619
  };
4617
4620
  nextKey: string;
4618
4621
  nextIndex: string | number | bigint;
4619
4622
  } | {
4620
4623
  leaf: {
4621
- nullifier: string;
4624
+ slot: string;
4625
+ value: string;
4622
4626
  };
4623
4627
  nextKey: string;
4624
4628
  nextIndex: string | number | bigint;
@@ -4638,22 +4642,22 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
4638
4642
  };
4639
4643
  treeId: number;
4640
4644
  leaf: {
4645
+ nullifier: string;
4646
+ } | {
4641
4647
  slot: string;
4642
4648
  value: string;
4643
- } | {
4644
- nullifier: string;
4645
4649
  };
4646
4650
  lowLeavesWitnessData: {
4647
4651
  leaf: {
4648
4652
  leaf: {
4649
- slot: string;
4650
- value: string;
4653
+ nullifier: string;
4651
4654
  };
4652
4655
  nextKey: string;
4653
4656
  nextIndex: string | number | bigint;
4654
4657
  } | {
4655
4658
  leaf: {
4656
- nullifier: string;
4659
+ slot: string;
4660
+ value: string;
4657
4661
  };
4658
4662
  nextKey: string;
4659
4663
  nextIndex: string | number | bigint;
@@ -4664,14 +4668,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
4664
4668
  insertionWitnessData: {
4665
4669
  leaf: {
4666
4670
  leaf: {
4667
- slot: string;
4668
- value: string;
4671
+ nullifier: string;
4669
4672
  };
4670
4673
  nextKey: string;
4671
4674
  nextIndex: string | number | bigint;
4672
4675
  } | {
4673
4676
  leaf: {
4674
- nullifier: string;
4677
+ slot: string;
4678
+ value: string;
4675
4679
  };
4676
4680
  nextKey: string;
4677
4681
  nextIndex: string | number | bigint;
@@ -5100,14 +5104,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
5100
5104
  index: string | number | bigint;
5101
5105
  leafPreimage: {
5102
5106
  leaf: {
5103
- slot: string;
5104
- value: string;
5107
+ nullifier: string;
5105
5108
  };
5106
5109
  nextKey: string;
5107
5110
  nextIndex: string | number | bigint;
5108
5111
  } | {
5109
5112
  leaf: {
5110
- nullifier: string;
5113
+ slot: string;
5114
+ value: string;
5111
5115
  };
5112
5116
  nextKey: string;
5113
5117
  nextIndex: string | number | bigint;
@@ -5121,14 +5125,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
5121
5125
  index: string | number | bigint;
5122
5126
  leafPreimage: {
5123
5127
  leaf: {
5124
- slot: string;
5125
- value: string;
5128
+ nullifier: string;
5126
5129
  };
5127
5130
  nextKey: string;
5128
5131
  nextIndex: string | number | bigint;
5129
5132
  } | {
5130
5133
  leaf: {
5131
- nullifier: string;
5134
+ slot: string;
5135
+ value: string;
5132
5136
  };
5133
5137
  nextKey: string;
5134
5138
  nextIndex: string | number | bigint;
@@ -5154,22 +5158,22 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
5154
5158
  };
5155
5159
  treeId: number;
5156
5160
  leaf: {
5161
+ nullifier: string;
5162
+ } | {
5157
5163
  slot: string;
5158
5164
  value: string;
5159
- } | {
5160
- nullifier: string;
5161
5165
  };
5162
5166
  lowLeavesWitnessData: {
5163
5167
  leaf: {
5164
5168
  leaf: {
5165
- slot: string;
5166
- value: string;
5169
+ nullifier: string;
5167
5170
  };
5168
5171
  nextKey: string;
5169
5172
  nextIndex: string | number | bigint;
5170
5173
  } | {
5171
5174
  leaf: {
5172
- nullifier: string;
5175
+ slot: string;
5176
+ value: string;
5173
5177
  };
5174
5178
  nextKey: string;
5175
5179
  nextIndex: string | number | bigint;
@@ -5180,14 +5184,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
5180
5184
  insertionWitnessData: {
5181
5185
  leaf: {
5182
5186
  leaf: {
5183
- slot: string;
5184
- value: string;
5187
+ nullifier: string;
5185
5188
  };
5186
5189
  nextKey: string;
5187
5190
  nextIndex: string | number | bigint;
5188
5191
  } | {
5189
5192
  leaf: {
5190
- nullifier: string;
5193
+ slot: string;
5194
+ value: string;
5191
5195
  };
5192
5196
  nextKey: string;
5193
5197
  nextIndex: string | number | bigint;
@@ -5207,22 +5211,22 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
5207
5211
  };
5208
5212
  treeId: number;
5209
5213
  leaf: {
5214
+ nullifier: string;
5215
+ } | {
5210
5216
  slot: string;
5211
5217
  value: string;
5212
- } | {
5213
- nullifier: string;
5214
5218
  };
5215
5219
  lowLeavesWitnessData: {
5216
5220
  leaf: {
5217
5221
  leaf: {
5218
- slot: string;
5219
- value: string;
5222
+ nullifier: string;
5220
5223
  };
5221
5224
  nextKey: string;
5222
5225
  nextIndex: string | number | bigint;
5223
5226
  } | {
5224
5227
  leaf: {
5225
- nullifier: string;
5228
+ slot: string;
5229
+ value: string;
5226
5230
  };
5227
5231
  nextKey: string;
5228
5232
  nextIndex: string | number | bigint;
@@ -5233,14 +5237,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
5233
5237
  insertionWitnessData: {
5234
5238
  leaf: {
5235
5239
  leaf: {
5236
- slot: string;
5237
- value: string;
5240
+ nullifier: string;
5238
5241
  };
5239
5242
  nextKey: string;
5240
5243
  nextIndex: string | number | bigint;
5241
5244
  } | {
5242
5245
  leaf: {
5243
- nullifier: string;
5246
+ slot: string;
5247
+ value: string;
5244
5248
  };
5245
5249
  nextKey: string;
5246
5250
  nextIndex: string | number | bigint;
@@ -5675,14 +5679,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
5675
5679
  index: string | number | bigint;
5676
5680
  leafPreimage: {
5677
5681
  leaf: {
5678
- slot: string;
5679
- value: string;
5682
+ nullifier: string;
5680
5683
  };
5681
5684
  nextKey: string;
5682
5685
  nextIndex: string | number | bigint;
5683
5686
  } | {
5684
5687
  leaf: {
5685
- nullifier: string;
5688
+ slot: string;
5689
+ value: string;
5686
5690
  };
5687
5691
  nextKey: string;
5688
5692
  nextIndex: string | number | bigint;
@@ -5696,14 +5700,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
5696
5700
  index: string | number | bigint;
5697
5701
  leafPreimage: {
5698
5702
  leaf: {
5699
- slot: string;
5700
- value: string;
5703
+ nullifier: string;
5701
5704
  };
5702
5705
  nextKey: string;
5703
5706
  nextIndex: string | number | bigint;
5704
5707
  } | {
5705
5708
  leaf: {
5706
- nullifier: string;
5709
+ slot: string;
5710
+ value: string;
5707
5711
  };
5708
5712
  nextKey: string;
5709
5713
  nextIndex: string | number | bigint;
@@ -5729,22 +5733,22 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
5729
5733
  };
5730
5734
  treeId: number;
5731
5735
  leaf: {
5736
+ nullifier: string;
5737
+ } | {
5732
5738
  slot: string;
5733
5739
  value: string;
5734
- } | {
5735
- nullifier: string;
5736
5740
  };
5737
5741
  lowLeavesWitnessData: {
5738
5742
  leaf: {
5739
5743
  leaf: {
5740
- slot: string;
5741
- value: string;
5744
+ nullifier: string;
5742
5745
  };
5743
5746
  nextKey: string;
5744
5747
  nextIndex: string | number | bigint;
5745
5748
  } | {
5746
5749
  leaf: {
5747
- nullifier: string;
5750
+ slot: string;
5751
+ value: string;
5748
5752
  };
5749
5753
  nextKey: string;
5750
5754
  nextIndex: string | number | bigint;
@@ -5755,14 +5759,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
5755
5759
  insertionWitnessData: {
5756
5760
  leaf: {
5757
5761
  leaf: {
5758
- slot: string;
5759
- value: string;
5762
+ nullifier: string;
5760
5763
  };
5761
5764
  nextKey: string;
5762
5765
  nextIndex: string | number | bigint;
5763
5766
  } | {
5764
5767
  leaf: {
5765
- nullifier: string;
5768
+ slot: string;
5769
+ value: string;
5766
5770
  };
5767
5771
  nextKey: string;
5768
5772
  nextIndex: string | number | bigint;
@@ -5782,22 +5786,22 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
5782
5786
  };
5783
5787
  treeId: number;
5784
5788
  leaf: {
5789
+ nullifier: string;
5790
+ } | {
5785
5791
  slot: string;
5786
5792
  value: string;
5787
- } | {
5788
- nullifier: string;
5789
5793
  };
5790
5794
  lowLeavesWitnessData: {
5791
5795
  leaf: {
5792
5796
  leaf: {
5793
- slot: string;
5794
- value: string;
5797
+ nullifier: string;
5795
5798
  };
5796
5799
  nextKey: string;
5797
5800
  nextIndex: string | number | bigint;
5798
5801
  } | {
5799
5802
  leaf: {
5800
- nullifier: string;
5803
+ slot: string;
5804
+ value: string;
5801
5805
  };
5802
5806
  nextKey: string;
5803
5807
  nextIndex: string | number | bigint;
@@ -5808,14 +5812,14 @@ export declare const AvmProvingRequestSchema: z.ZodObject<{
5808
5812
  insertionWitnessData: {
5809
5813
  leaf: {
5810
5814
  leaf: {
5811
- slot: string;
5812
- value: string;
5815
+ nullifier: string;
5813
5816
  };
5814
5817
  nextKey: string;
5815
5818
  nextIndex: string | number | bigint;
5816
5819
  } | {
5817
5820
  leaf: {
5818
- nullifier: string;
5821
+ slot: string;
5822
+ value: string;
5819
5823
  };
5820
5824
  nextKey: string;
5821
5825
  nextIndex: string | number | bigint;
@@ -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=