@aztec-labs/stdlib 6.0.0-nightly.20260829

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 (1590) hide show
  1. package/README.md +20 -0
  2. package/dest/abi/abi.d.ts +516 -0
  3. package/dest/abi/abi.d.ts.map +1 -0
  4. package/dest/abi/abi.js +349 -0
  5. package/dest/abi/authorization_selector.d.ts +49 -0
  6. package/dest/abi/authorization_selector.d.ts.map +1 -0
  7. package/dest/abi/authorization_selector.js +71 -0
  8. package/dest/abi/buffer.d.ts +30 -0
  9. package/dest/abi/buffer.d.ts.map +1 -0
  10. package/dest/abi/buffer.js +67 -0
  11. package/dest/abi/contract_artifact.d.ts +41 -0
  12. package/dest/abi/contract_artifact.d.ts.map +1 -0
  13. package/dest/abi/contract_artifact.js +278 -0
  14. package/dest/abi/decoder.d.ts +26 -0
  15. package/dest/abi/decoder.d.ts.map +1 -0
  16. package/dest/abi/decoder.js +112 -0
  17. package/dest/abi/encoder.d.ts +16 -0
  18. package/dest/abi/encoder.d.ts.map +1 -0
  19. package/dest/abi/encoder.js +287 -0
  20. package/dest/abi/event_metadata_definition.d.ts +10 -0
  21. package/dest/abi/event_metadata_definition.d.ts.map +1 -0
  22. package/dest/abi/event_metadata_definition.js +1 -0
  23. package/dest/abi/event_selector.d.ts +47 -0
  24. package/dest/abi/event_selector.d.ts.map +1 -0
  25. package/dest/abi/event_selector.js +69 -0
  26. package/dest/abi/function_call.d.ts +79 -0
  27. package/dest/abi/function_call.d.ts.map +1 -0
  28. package/dest/abi/function_call.js +89 -0
  29. package/dest/abi/function_selector.d.ts +61 -0
  30. package/dest/abi/function_selector.d.ts.map +1 -0
  31. package/dest/abi/function_selector.js +91 -0
  32. package/dest/abi/function_signature_decoder.d.ts +43 -0
  33. package/dest/abi/function_signature_decoder.d.ts.map +1 -0
  34. package/dest/abi/function_signature_decoder.js +66 -0
  35. package/dest/abi/index.d.ts +14 -0
  36. package/dest/abi/index.d.ts.map +1 -0
  37. package/dest/abi/index.js +13 -0
  38. package/dest/abi/note_selector.d.ts +37 -0
  39. package/dest/abi/note_selector.d.ts.map +1 -0
  40. package/dest/abi/note_selector.js +54 -0
  41. package/dest/abi/selector.d.ts +39 -0
  42. package/dest/abi/selector.d.ts.map +1 -0
  43. package/dest/abi/selector.js +52 -0
  44. package/dest/abi/utils.d.ts +62 -0
  45. package/dest/abi/utils.d.ts.map +1 -0
  46. package/dest/abi/utils.js +84 -0
  47. package/dest/auth_witness/auth_witness.d.ts +45 -0
  48. package/dest/auth_witness/auth_witness.d.ts.map +1 -0
  49. package/dest/auth_witness/auth_witness.js +70 -0
  50. package/dest/auth_witness/index.d.ts +2 -0
  51. package/dest/auth_witness/index.d.ts.map +1 -0
  52. package/dest/auth_witness/index.js +1 -0
  53. package/dest/avm/avm.d.ts +3617 -0
  54. package/dest/avm/avm.d.ts.map +1 -0
  55. package/dest/avm/avm.js +1075 -0
  56. package/dest/avm/avm_accumulated_data.d.ts +167 -0
  57. package/dest/avm/avm_accumulated_data.d.ts.map +1 -0
  58. package/dest/avm/avm_accumulated_data.js +182 -0
  59. package/dest/avm/avm_circuit_public_inputs.d.ts +385 -0
  60. package/dest/avm/avm_circuit_public_inputs.d.ts.map +1 -0
  61. package/dest/avm/avm_circuit_public_inputs.js +183 -0
  62. package/dest/avm/avm_proving_request.d.ts +1269 -0
  63. package/dest/avm/avm_proving_request.d.ts.map +1 -0
  64. package/dest/avm/avm_proving_request.js +7 -0
  65. package/dest/avm/index.d.ts +8 -0
  66. package/dest/avm/index.d.ts.map +1 -0
  67. package/dest/avm/index.js +7 -0
  68. package/dest/avm/message_pack.d.ts +3 -0
  69. package/dest/avm/message_pack.d.ts.map +1 -0
  70. package/dest/avm/message_pack.js +90 -0
  71. package/dest/avm/public_data_read.d.ts +39 -0
  72. package/dest/avm/public_data_read.d.ts.map +1 -0
  73. package/dest/avm/public_data_read.js +40 -0
  74. package/dest/avm/public_data_write.d.ts +58 -0
  75. package/dest/avm/public_data_write.d.ts.map +1 -0
  76. package/dest/avm/public_data_write.js +94 -0
  77. package/dest/avm/revert_code.d.ts +54 -0
  78. package/dest/avm/revert_code.d.ts.map +1 -0
  79. package/dest/avm/revert_code.js +115 -0
  80. package/dest/aztec-address/index.d.ts +95 -0
  81. package/dest/aztec-address/index.d.ts.map +1 -0
  82. package/dest/aztec-address/index.js +160 -0
  83. package/dest/block/attestation_info.d.ts +33 -0
  84. package/dest/block/attestation_info.d.ts.map +1 -0
  85. package/dest/block/attestation_info.js +47 -0
  86. package/dest/block/block_data.d.ts +27 -0
  87. package/dest/block/block_data.d.ts.map +1 -0
  88. package/dest/block/block_data.js +12 -0
  89. package/dest/block/block_hash.d.ts +22 -0
  90. package/dest/block/block_hash.d.ts.map +1 -0
  91. package/dest/block/block_hash.js +34 -0
  92. package/dest/block/block_parameter.d.ts +39 -0
  93. package/dest/block/block_parameter.d.ts.map +1 -0
  94. package/dest/block/block_parameter.js +59 -0
  95. package/dest/block/body.d.ts +36 -0
  96. package/dest/block/body.d.ts.map +1 -0
  97. package/dest/block/body.js +61 -0
  98. package/dest/block/in_block.d.ts +24 -0
  99. package/dest/block/in_block.d.ts.map +1 -0
  100. package/dest/block/in_block.js +33 -0
  101. package/dest/block/index.d.ts +13 -0
  102. package/dest/block/index.d.ts.map +1 -0
  103. package/dest/block/index.js +12 -0
  104. package/dest/block/l2_block.d.ts +122 -0
  105. package/dest/block/l2_block.d.ts.map +1 -0
  106. package/dest/block/l2_block.js +163 -0
  107. package/dest/block/l2_block_info.d.ts +27 -0
  108. package/dest/block/l2_block_info.d.ts.map +1 -0
  109. package/dest/block/l2_block_info.js +42 -0
  110. package/dest/block/l2_block_source.d.ts +433 -0
  111. package/dest/block/l2_block_source.d.ts.map +1 -0
  112. package/dest/block/l2_block_source.js +129 -0
  113. package/dest/block/l2_block_stream/event_driven_l2_block_stream.d.ts +30 -0
  114. package/dest/block/l2_block_stream/event_driven_l2_block_stream.d.ts.map +1 -0
  115. package/dest/block/l2_block_stream/event_driven_l2_block_stream.js +61 -0
  116. package/dest/block/l2_block_stream/index.d.ts +6 -0
  117. package/dest/block/l2_block_stream/index.d.ts.map +1 -0
  118. package/dest/block/l2_block_stream/index.js +5 -0
  119. package/dest/block/l2_block_stream/interfaces.d.ts +111 -0
  120. package/dest/block/l2_block_stream/interfaces.d.ts.map +1 -0
  121. package/dest/block/l2_block_stream/interfaces.js +25 -0
  122. package/dest/block/l2_block_stream/l2_block_stream.d.ts +49 -0
  123. package/dest/block/l2_block_stream/l2_block_stream.d.ts.map +1 -0
  124. package/dest/block/l2_block_stream/l2_block_stream.js +333 -0
  125. package/dest/block/l2_block_stream/l2_tips_memory_store.d.ts +23 -0
  126. package/dest/block/l2_block_stream/l2_tips_memory_store.d.ts.map +1 -0
  127. package/dest/block/l2_block_stream/l2_tips_memory_store.js +45 -0
  128. package/dest/block/l2_block_stream/l2_tips_store_base.d.ts +51 -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 +223 -0
  131. package/dest/block/proposal/attestations_and_signers.d.ts +66 -0
  132. package/dest/block/proposal/attestations_and_signers.d.ts.map +1 -0
  133. package/dest/block/proposal/attestations_and_signers.js +161 -0
  134. package/dest/block/proposal/committee_attestation.d.ts +30 -0
  135. package/dest/block/proposal/committee_attestation.d.ts.map +1 -0
  136. package/dest/block/proposal/committee_attestation.js +101 -0
  137. package/dest/block/proposal/index.d.ts +3 -0
  138. package/dest/block/proposal/index.d.ts.map +1 -0
  139. package/dest/block/proposal/index.js +2 -0
  140. package/dest/block/test/index.d.ts +2 -0
  141. package/dest/block/test/index.d.ts.map +1 -0
  142. package/dest/block/test/index.js +1 -0
  143. package/dest/block/test/l2_tips_store_test_suite.d.ts +3 -0
  144. package/dest/block/test/l2_tips_store_test_suite.d.ts.map +1 -0
  145. package/dest/block/test/l2_tips_store_test_suite.js +810 -0
  146. package/dest/block/validate_block_result.d.ts +65 -0
  147. package/dest/block/validate_block_result.d.ts.map +1 -0
  148. package/dest/block/validate_block_result.js +100 -0
  149. package/dest/checkpoint/checkpoint.d.ts +112 -0
  150. package/dest/checkpoint/checkpoint.d.ts.map +1 -0
  151. package/dest/checkpoint/checkpoint.js +137 -0
  152. package/dest/checkpoint/checkpoint_data.d.ts +109 -0
  153. package/dest/checkpoint/checkpoint_data.d.ts.map +1 -0
  154. package/dest/checkpoint/checkpoint_data.js +39 -0
  155. package/dest/checkpoint/checkpoint_info.d.ts +22 -0
  156. package/dest/checkpoint/checkpoint_info.d.ts.map +1 -0
  157. package/dest/checkpoint/checkpoint_info.js +34 -0
  158. package/dest/checkpoint/checkpoint_reexecution_tracker.d.ts +60 -0
  159. package/dest/checkpoint/checkpoint_reexecution_tracker.d.ts.map +1 -0
  160. package/dest/checkpoint/checkpoint_reexecution_tracker.js +108 -0
  161. package/dest/checkpoint/digest.d.ts +18 -0
  162. package/dest/checkpoint/digest.d.ts.map +1 -0
  163. package/dest/checkpoint/digest.js +12 -0
  164. package/dest/checkpoint/index.d.ts +11 -0
  165. package/dest/checkpoint/index.d.ts.map +1 -0
  166. package/dest/checkpoint/index.js +10 -0
  167. package/dest/checkpoint/previous_checkpoint_inbox_rolling_hash.d.ts +21 -0
  168. package/dest/checkpoint/previous_checkpoint_inbox_rolling_hash.d.ts.map +1 -0
  169. package/dest/checkpoint/previous_checkpoint_inbox_rolling_hash.js +34 -0
  170. package/dest/checkpoint/previous_checkpoint_out_hashes.d.ts +33 -0
  171. package/dest/checkpoint/previous_checkpoint_out_hashes.d.ts.map +1 -0
  172. package/dest/checkpoint/previous_checkpoint_out_hashes.js +45 -0
  173. package/dest/checkpoint/published_checkpoint.d.ts +103 -0
  174. package/dest/checkpoint/published_checkpoint.d.ts.map +1 -0
  175. package/dest/checkpoint/published_checkpoint.js +81 -0
  176. package/dest/checkpoint/simulation_overrides.d.ts +61 -0
  177. package/dest/checkpoint/simulation_overrides.d.ts.map +1 -0
  178. package/dest/checkpoint/simulation_overrides.js +101 -0
  179. package/dest/checkpoint/validate.d.ts +44 -0
  180. package/dest/checkpoint/validate.d.ts.map +1 -0
  181. package/dest/checkpoint/validate.js +123 -0
  182. package/dest/config/chain-config.d.ts +14 -0
  183. package/dest/config/chain-config.d.ts.map +1 -0
  184. package/dest/config/chain-config.js +28 -0
  185. package/dest/config/index.d.ts +5 -0
  186. package/dest/config/index.d.ts.map +1 -0
  187. package/dest/config/index.js +4 -0
  188. package/dest/config/network-consensus-config.d.ts +73 -0
  189. package/dest/config/network-consensus-config.d.ts.map +1 -0
  190. package/dest/config/network-consensus-config.js +228 -0
  191. package/dest/config/node-rpc-config.d.ts +25 -0
  192. package/dest/config/node-rpc-config.d.ts.map +1 -0
  193. package/dest/config/node-rpc-config.js +57 -0
  194. package/dest/config/sequencer-config.d.ts +16 -0
  195. package/dest/config/sequencer-config.d.ts.map +1 -0
  196. package/dest/config/sequencer-config.js +57 -0
  197. package/dest/contract/artifact_hash.d.ts +45 -0
  198. package/dest/contract/artifact_hash.d.ts.map +1 -0
  199. package/dest/contract/artifact_hash.js +123 -0
  200. package/dest/contract/complete_address.d.ts +81 -0
  201. package/dest/contract/complete_address.d.ts.map +1 -0
  202. package/dest/contract/complete_address.js +121 -0
  203. package/dest/contract/contract_address.d.ts +46 -0
  204. package/dest/contract/contract_address.d.ts.map +1 -0
  205. package/dest/contract/contract_address.js +65 -0
  206. package/dest/contract/contract_class.d.ts +16 -0
  207. package/dest/contract/contract_class.d.ts.map +1 -0
  208. package/dest/contract/contract_class.js +42 -0
  209. package/dest/contract/contract_class_id.d.ts +30 -0
  210. package/dest/contract/contract_class_id.d.ts.map +1 -0
  211. package/dest/contract/contract_class_id.js +57 -0
  212. package/dest/contract/contract_deployment_data.d.ts +73 -0
  213. package/dest/contract/contract_deployment_data.d.ts.map +1 -0
  214. package/dest/contract/contract_deployment_data.js +99 -0
  215. package/dest/contract/contract_function_dao.d.ts +13 -0
  216. package/dest/contract/contract_function_dao.d.ts.map +1 -0
  217. package/dest/contract/contract_function_dao.js +5 -0
  218. package/dest/contract/contract_instance.d.ts +55 -0
  219. package/dest/contract/contract_instance.d.ts.map +1 -0
  220. package/dest/contract/contract_instance.js +161 -0
  221. package/dest/contract/contract_instance_update.d.ts +16 -0
  222. package/dest/contract/contract_instance_update.d.ts.map +1 -0
  223. package/dest/contract/contract_instance_update.js +38 -0
  224. package/dest/contract/index.d.ts +13 -0
  225. package/dest/contract/index.d.ts.map +1 -0
  226. package/dest/contract/index.js +12 -0
  227. package/dest/contract/interfaces/contract_class.d.ts +84 -0
  228. package/dest/contract/interfaces/contract_class.d.ts.map +1 -0
  229. package/dest/contract/interfaces/contract_class.js +38 -0
  230. package/dest/contract/interfaces/contract_data_source.d.ts +35 -0
  231. package/dest/contract/interfaces/contract_data_source.d.ts.map +1 -0
  232. package/dest/contract/interfaces/contract_data_source.js +1 -0
  233. package/dest/contract/interfaces/contract_instance.d.ts +154 -0
  234. package/dest/contract/interfaces/contract_instance.d.ts.map +1 -0
  235. package/dest/contract/interfaces/contract_instance.js +48 -0
  236. package/dest/contract/interfaces/contract_instance_update.d.ts +31 -0
  237. package/dest/contract/interfaces/contract_instance_update.d.ts.map +1 -0
  238. package/dest/contract/interfaces/contract_instance_update.js +10 -0
  239. package/dest/contract/interfaces/index.d.ts +7 -0
  240. package/dest/contract/interfaces/index.d.ts.map +1 -0
  241. package/dest/contract/interfaces/index.js +6 -0
  242. package/dest/contract/interfaces/node-info.d.ts +32 -0
  243. package/dest/contract/interfaces/node-info.d.ts.map +1 -0
  244. package/dest/contract/interfaces/node-info.js +21 -0
  245. package/dest/contract/interfaces/protocol_contract_addresses.d.ts +16 -0
  246. package/dest/contract/interfaces/protocol_contract_addresses.d.ts.map +1 -0
  247. package/dest/contract/interfaces/protocol_contract_addresses.js +14 -0
  248. package/dest/contract/partial_address.d.ts +13 -0
  249. package/dest/contract/partial_address.d.ts.map +1 -0
  250. package/dest/contract/partial_address.js +10 -0
  251. package/dest/contract/private_function.d.ts +10 -0
  252. package/dest/contract/private_function.d.ts.map +1 -0
  253. package/dest/contract/private_function.js +37 -0
  254. package/dest/database-version/database_version.d.ts +52 -0
  255. package/dest/database-version/database_version.d.ts.map +1 -0
  256. package/dest/database-version/database_version.js +69 -0
  257. package/dest/database-version/version_manager.d.ts +88 -0
  258. package/dest/database-version/version_manager.d.ts.map +1 -0
  259. package/dest/database-version/version_manager.js +227 -0
  260. package/dest/delayed_public_mutable/delayed_public_mutable_values.d.ts +20 -0
  261. package/dest/delayed_public_mutable/delayed_public_mutable_values.d.ts.map +1 -0
  262. package/dest/delayed_public_mutable/delayed_public_mutable_values.js +75 -0
  263. package/dest/delayed_public_mutable/delayed_public_mutable_values_with_hash.d.ts +15 -0
  264. package/dest/delayed_public_mutable/delayed_public_mutable_values_with_hash.d.ts.map +1 -0
  265. package/dest/delayed_public_mutable/delayed_public_mutable_values_with_hash.js +30 -0
  266. package/dest/delayed_public_mutable/index.d.ts +5 -0
  267. package/dest/delayed_public_mutable/index.d.ts.map +1 -0
  268. package/dest/delayed_public_mutable/index.js +4 -0
  269. package/dest/delayed_public_mutable/scheduled_delay_change.d.ts +10 -0
  270. package/dest/delayed_public_mutable/scheduled_delay_change.d.ts.map +1 -0
  271. package/dest/delayed_public_mutable/scheduled_delay_change.js +16 -0
  272. package/dest/delayed_public_mutable/scheduled_value_change.d.ts +12 -0
  273. package/dest/delayed_public_mutable/scheduled_value_change.d.ts.map +1 -0
  274. package/dest/delayed_public_mutable/scheduled_value_change.js +27 -0
  275. package/dest/deserialization/index.d.ts +43 -0
  276. package/dest/deserialization/index.d.ts.map +1 -0
  277. package/dest/deserialization/index.js +41 -0
  278. package/dest/epoch-helpers/index.d.ts +63 -0
  279. package/dest/epoch-helpers/index.d.ts.map +1 -0
  280. package/dest/epoch-helpers/index.js +94 -0
  281. package/dest/errors/index.d.ts +3 -0
  282. package/dest/errors/index.d.ts.map +1 -0
  283. package/dest/errors/index.js +2 -0
  284. package/dest/errors/proving_error.d.ts +15 -0
  285. package/dest/errors/proving_error.d.ts.map +1 -0
  286. package/dest/errors/proving_error.js +16 -0
  287. package/dest/errors/simulation_error.d.ts +111 -0
  288. package/dest/errors/simulation_error.d.ts.map +1 -0
  289. package/dest/errors/simulation_error.js +162 -0
  290. package/dest/fees/index.d.ts +2 -0
  291. package/dest/fees/index.d.ts.map +1 -0
  292. package/dest/fees/index.js +1 -0
  293. package/dest/fees/transaction_fee.d.ts +11 -0
  294. package/dest/fees/transaction_fee.d.ts.map +1 -0
  295. package/dest/fees/transaction_fee.js +18 -0
  296. package/dest/file-store/factory.d.ts +8 -0
  297. package/dest/file-store/factory.d.ts.map +1 -0
  298. package/dest/file-store/factory.js +71 -0
  299. package/dest/file-store/gcs.d.ts +20 -0
  300. package/dest/file-store/gcs.d.ts.map +1 -0
  301. package/dest/file-store/gcs.js +115 -0
  302. package/dest/file-store/http.d.ts +21 -0
  303. package/dest/file-store/http.d.ts.map +1 -0
  304. package/dest/file-store/http.js +85 -0
  305. package/dest/file-store/index.d.ts +5 -0
  306. package/dest/file-store/index.d.ts.map +1 -0
  307. package/dest/file-store/index.js +3 -0
  308. package/dest/file-store/interface.d.ts +28 -0
  309. package/dest/file-store/interface.d.ts.map +1 -0
  310. package/dest/file-store/interface.js +1 -0
  311. package/dest/file-store/local.d.ts +14 -0
  312. package/dest/file-store/local.d.ts.map +1 -0
  313. package/dest/file-store/local.js +49 -0
  314. package/dest/file-store/memory.d.ts +24 -0
  315. package/dest/file-store/memory.d.ts.map +1 -0
  316. package/dest/file-store/memory.js +80 -0
  317. package/dest/file-store/s3.d.ts +26 -0
  318. package/dest/file-store/s3.d.ts.map +1 -0
  319. package/dest/file-store/s3.js +256 -0
  320. package/dest/gas/fee_math.d.ts +49 -0
  321. package/dest/gas/fee_math.d.ts.map +1 -0
  322. package/dest/gas/fee_math.js +80 -0
  323. package/dest/gas/gas.d.ts +51 -0
  324. package/dest/gas/gas.d.ts.map +1 -0
  325. package/dest/gas/gas.js +96 -0
  326. package/dest/gas/gas_fees.d.ts +51 -0
  327. package/dest/gas/gas_fees.d.ts.map +1 -0
  328. package/dest/gas/gas_fees.js +106 -0
  329. package/dest/gas/gas_settings.d.ts +128 -0
  330. package/dest/gas/gas_settings.d.ts.map +1 -0
  331. package/dest/gas/gas_settings.js +141 -0
  332. package/dest/gas/gas_used.d.ts +31 -0
  333. package/dest/gas/gas_used.d.ts.map +1 -0
  334. package/dest/gas/gas_used.js +19 -0
  335. package/dest/gas/index.d.ts +7 -0
  336. package/dest/gas/index.d.ts.map +1 -0
  337. package/dest/gas/index.js +6 -0
  338. package/dest/gas/tx_gas_limits.d.ts +71 -0
  339. package/dest/gas/tx_gas_limits.d.ts.map +1 -0
  340. package/dest/gas/tx_gas_limits.js +84 -0
  341. package/dest/ha-signing/config.d.ts +86 -0
  342. package/dest/ha-signing/config.d.ts.map +1 -0
  343. package/dest/ha-signing/config.js +94 -0
  344. package/dest/ha-signing/index.d.ts +4 -0
  345. package/dest/ha-signing/index.d.ts.map +1 -0
  346. package/dest/ha-signing/index.js +3 -0
  347. package/dest/ha-signing/local_config.d.ts +40 -0
  348. package/dest/ha-signing/local_config.d.ts.map +1 -0
  349. package/dest/ha-signing/local_config.js +30 -0
  350. package/dest/ha-signing/types.d.ts +90 -0
  351. package/dest/ha-signing/types.d.ts.map +1 -0
  352. package/dest/ha-signing/types.js +39 -0
  353. package/dest/hash/hash.d.ts +128 -0
  354. package/dest/hash/hash.d.ts.map +1 -0
  355. package/dest/hash/hash.js +195 -0
  356. package/dest/hash/index.d.ts +3 -0
  357. package/dest/hash/index.d.ts.map +1 -0
  358. package/dest/hash/index.js +2 -0
  359. package/dest/hash/map_slot.d.ts +12 -0
  360. package/dest/hash/map_slot.d.ts.map +1 -0
  361. package/dest/hash/map_slot.js +13 -0
  362. package/dest/interfaces/allowed_element.d.ts +34 -0
  363. package/dest/interfaces/allowed_element.d.ts.map +1 -0
  364. package/dest/interfaces/allowed_element.js +18 -0
  365. package/dest/interfaces/api_limit.d.ts +11 -0
  366. package/dest/interfaces/api_limit.d.ts.map +1 -0
  367. package/dest/interfaces/api_limit.js +8 -0
  368. package/dest/interfaces/archiver.d.ts +56 -0
  369. package/dest/interfaces/archiver.d.ts.map +1 -0
  370. package/dest/interfaces/archiver.js +264 -0
  371. package/dest/interfaces/aztec-node-admin.d.ts +211 -0
  372. package/dest/interfaces/aztec-node-admin.d.ts.map +1 -0
  373. package/dest/interfaces/aztec-node-admin.js +88 -0
  374. package/dest/interfaces/aztec-node-debug.d.ts +59 -0
  375. package/dest/interfaces/aztec-node-debug.d.ts.map +1 -0
  376. package/dest/interfaces/aztec-node-debug.js +49 -0
  377. package/dest/interfaces/aztec-node.d.ts +426 -0
  378. package/dest/interfaces/aztec-node.d.ts.map +1 -0
  379. package/dest/interfaces/aztec-node.js +384 -0
  380. package/dest/interfaces/block-builder.d.ts +117 -0
  381. package/dest/interfaces/block-builder.d.ts.map +1 -0
  382. package/dest/interfaces/block-builder.js +23 -0
  383. package/dest/interfaces/block_response.d.ts +90 -0
  384. package/dest/interfaces/block_response.d.ts.map +1 -0
  385. package/dest/interfaces/block_response.js +30 -0
  386. package/dest/interfaces/chain_tips.d.ts +11 -0
  387. package/dest/interfaces/chain_tips.d.ts.map +1 -0
  388. package/dest/interfaces/chain_tips.js +6 -0
  389. package/dest/interfaces/checkpoint_parameter.d.ts +14 -0
  390. package/dest/interfaces/checkpoint_parameter.d.ts.map +1 -0
  391. package/dest/interfaces/checkpoint_parameter.js +18 -0
  392. package/dest/interfaces/checkpoint_response.d.ts +122 -0
  393. package/dest/interfaces/checkpoint_response.d.ts.map +1 -0
  394. package/dest/interfaces/checkpoint_response.js +26 -0
  395. package/dest/interfaces/client.d.ts +13 -0
  396. package/dest/interfaces/client.d.ts.map +1 -0
  397. package/dest/interfaces/client.js +11 -0
  398. package/dest/interfaces/configs.d.ts +205 -0
  399. package/dest/interfaces/configs.d.ts.map +1 -0
  400. package/dest/interfaces/configs.js +56 -0
  401. package/dest/interfaces/get_tx_by_hash_options.d.ts +9 -0
  402. package/dest/interfaces/get_tx_by_hash_options.d.ts.map +1 -0
  403. package/dest/interfaces/get_tx_by_hash_options.js +4 -0
  404. package/dest/interfaces/l1_publish_info.d.ts +29 -0
  405. package/dest/interfaces/l1_publish_info.d.ts.map +1 -0
  406. package/dest/interfaces/l1_publish_info.js +26 -0
  407. package/dest/interfaces/l2_logs_source.d.ts +29 -0
  408. package/dest/interfaces/l2_logs_source.d.ts.map +1 -0
  409. package/dest/interfaces/l2_logs_source.js +8 -0
  410. package/dest/interfaces/merkle_tree_operations.d.ts +239 -0
  411. package/dest/interfaces/merkle_tree_operations.d.ts.map +1 -0
  412. package/dest/interfaces/merkle_tree_operations.js +13 -0
  413. package/dest/interfaces/p2p-bootstrap.d.ts +14 -0
  414. package/dest/interfaces/p2p-bootstrap.d.ts.map +1 -0
  415. package/dest/interfaces/p2p-bootstrap.js +11 -0
  416. package/dest/interfaces/p2p.d.ts +111 -0
  417. package/dest/interfaces/p2p.d.ts.map +1 -0
  418. package/dest/interfaces/p2p.js +76 -0
  419. package/dest/interfaces/private_kernel_prover.d.ts +199 -0
  420. package/dest/interfaces/private_kernel_prover.d.ts.map +1 -0
  421. package/dest/interfaces/private_kernel_prover.js +4 -0
  422. package/dest/interfaces/processed-tx-handler.d.ts +10 -0
  423. package/dest/interfaces/processed-tx-handler.d.ts.map +1 -0
  424. package/dest/interfaces/processed-tx-handler.js +1 -0
  425. package/dest/interfaces/prover-agent.d.ts +18 -0
  426. package/dest/interfaces/prover-agent.d.ts.map +1 -0
  427. package/dest/interfaces/prover-agent.js +21 -0
  428. package/dest/interfaces/prover-broker.d.ts +83 -0
  429. package/dest/interfaces/prover-broker.d.ts.map +1 -0
  430. package/dest/interfaces/prover-broker.js +4 -0
  431. package/dest/interfaces/prover-client.d.ts +75 -0
  432. package/dest/interfaces/prover-client.d.ts.map +1 -0
  433. package/dest/interfaces/prover-client.js +87 -0
  434. package/dest/interfaces/prover-node.d.ts +26 -0
  435. package/dest/interfaces/prover-node.d.ts.map +1 -0
  436. package/dest/interfaces/prover-node.js +53 -0
  437. package/dest/interfaces/proving-job-source.d.ts +29 -0
  438. package/dest/interfaces/proving-job-source.d.ts.map +1 -0
  439. package/dest/interfaces/proving-job-source.js +28 -0
  440. package/dest/interfaces/proving-job.d.ts +1490 -0
  441. package/dest/interfaces/proving-job.d.ts.map +1 -0
  442. package/dest/interfaces/proving-job.js +263 -0
  443. package/dest/interfaces/public_state_source.d.ts +8 -0
  444. package/dest/interfaces/public_state_source.d.ts.map +1 -0
  445. package/dest/interfaces/public_state_source.js +1 -0
  446. package/dest/interfaces/public_storage_override.d.ts +22 -0
  447. package/dest/interfaces/public_storage_override.d.ts.map +1 -0
  448. package/dest/interfaces/public_storage_override.js +7 -0
  449. package/dest/interfaces/server.d.ts +29 -0
  450. package/dest/interfaces/server.d.ts.map +1 -0
  451. package/dest/interfaces/server.js +28 -0
  452. package/dest/interfaces/server_circuit_prover.d.ts +91 -0
  453. package/dest/interfaces/server_circuit_prover.d.ts.map +1 -0
  454. package/dest/interfaces/server_circuit_prover.js +3 -0
  455. package/dest/interfaces/service.d.ts +16 -0
  456. package/dest/interfaces/service.d.ts.map +1 -0
  457. package/dest/interfaces/service.js +7 -0
  458. package/dest/interfaces/slasher.d.ts +54 -0
  459. package/dest/interfaces/slasher.d.ts.map +1 -0
  460. package/dest/interfaces/slasher.js +29 -0
  461. package/dest/interfaces/tx_provider.d.ts +33 -0
  462. package/dest/interfaces/tx_provider.d.ts.map +1 -0
  463. package/dest/interfaces/tx_provider.js +1 -0
  464. package/dest/interfaces/validator.d.ts +179 -0
  465. package/dest/interfaces/validator.d.ts.map +1 -0
  466. package/dest/interfaces/validator.js +34 -0
  467. package/dest/interfaces/world_state.d.ts +93 -0
  468. package/dest/interfaces/world_state.d.ts.map +1 -0
  469. package/dest/interfaces/world_state.js +18 -0
  470. package/dest/kernel/claimed_length_array.d.ts +34 -0
  471. package/dest/kernel/claimed_length_array.d.ts.map +1 -0
  472. package/dest/kernel/claimed_length_array.js +60 -0
  473. package/dest/kernel/hiding_kernel_private_inputs.d.ts +19 -0
  474. package/dest/kernel/hiding_kernel_private_inputs.d.ts.map +1 -0
  475. package/dest/kernel/hiding_kernel_private_inputs.js +34 -0
  476. package/dest/kernel/hints/build_note_hash_read_request_hints.d.ts +16 -0
  477. package/dest/kernel/hints/build_note_hash_read_request_hints.d.ts.map +1 -0
  478. package/dest/kernel/hints/build_note_hash_read_request_hints.js +76 -0
  479. package/dest/kernel/hints/build_nullifier_read_request_hints.d.ts +22 -0
  480. package/dest/kernel/hints/build_nullifier_read_request_hints.d.ts.map +1 -0
  481. package/dest/kernel/hints/build_nullifier_read_request_hints.js +63 -0
  482. package/dest/kernel/hints/build_transient_data_hints.d.ts +14 -0
  483. package/dest/kernel/hints/build_transient_data_hints.d.ts.map +1 -0
  484. package/dest/kernel/hints/build_transient_data_hints.js +56 -0
  485. package/dest/kernel/hints/find_private_kernel_reset_dimensions.d.ts +9 -0
  486. package/dest/kernel/hints/find_private_kernel_reset_dimensions.d.ts.map +1 -0
  487. package/dest/kernel/hints/find_private_kernel_reset_dimensions.js +40 -0
  488. package/dest/kernel/hints/index.d.ts +15 -0
  489. package/dest/kernel/hints/index.d.ts.map +1 -0
  490. package/dest/kernel/hints/index.js +14 -0
  491. package/dest/kernel/hints/key_validation_hint.d.ts +13 -0
  492. package/dest/kernel/hints/key_validation_hint.d.ts.map +1 -0
  493. package/dest/kernel/hints/key_validation_hint.js +18 -0
  494. package/dest/kernel/hints/key_validation_request.d.ts +28 -0
  495. package/dest/kernel/hints/key_validation_request.d.ts.map +1 -0
  496. package/dest/kernel/hints/key_validation_request.js +53 -0
  497. package/dest/kernel/hints/key_validation_request_and_separator.d.ts +24 -0
  498. package/dest/kernel/hints/key_validation_request_and_separator.d.ts.map +1 -0
  499. package/dest/kernel/hints/key_validation_request_and_separator.js +41 -0
  500. package/dest/kernel/hints/note_hash_read_request_hints.d.ts +22 -0
  501. package/dest/kernel/hints/note_hash_read_request_hints.d.ts.map +1 -0
  502. package/dest/kernel/hints/note_hash_read_request_hints.js +43 -0
  503. package/dest/kernel/hints/nullifier_read_request_hints.d.ts +20 -0
  504. package/dest/kernel/hints/nullifier_read_request_hints.d.ts.map +1 -0
  505. package/dest/kernel/hints/nullifier_read_request_hints.js +43 -0
  506. package/dest/kernel/hints/private_kernel_reset_hints.d.ts +49 -0
  507. package/dest/kernel/hints/private_kernel_reset_hints.d.ts.map +1 -0
  508. package/dest/kernel/hints/private_kernel_reset_hints.js +47 -0
  509. package/dest/kernel/hints/read_request.d.ts +88 -0
  510. package/dest/kernel/hints/read_request.d.ts.map +1 -0
  511. package/dest/kernel/hints/read_request.js +112 -0
  512. package/dest/kernel/hints/read_request_hints.d.ts +76 -0
  513. package/dest/kernel/hints/read_request_hints.d.ts.map +1 -0
  514. package/dest/kernel/hints/read_request_hints.js +114 -0
  515. package/dest/kernel/hints/scoped_key_validation_request_and_separator.d.ts +19 -0
  516. package/dest/kernel/hints/scoped_key_validation_request_and_separator.d.ts.map +1 -0
  517. package/dest/kernel/hints/scoped_key_validation_request_and_separator.js +41 -0
  518. package/dest/kernel/hints/scoped_value_cache.d.ts +14 -0
  519. package/dest/kernel/hints/scoped_value_cache.d.ts.map +1 -0
  520. package/dest/kernel/hints/scoped_value_cache.js +14 -0
  521. package/dest/kernel/hints/transient_data_squashing_hint.d.ts +17 -0
  522. package/dest/kernel/hints/transient_data_squashing_hint.d.ts.map +1 -0
  523. package/dest/kernel/hints/transient_data_squashing_hint.js +42 -0
  524. package/dest/kernel/index.d.ts +41 -0
  525. package/dest/kernel/index.d.ts.map +1 -0
  526. package/dest/kernel/index.js +40 -0
  527. package/dest/kernel/log_hash.d.ts +60 -0
  528. package/dest/kernel/log_hash.d.ts.map +1 -0
  529. package/dest/kernel/log_hash.js +160 -0
  530. package/dest/kernel/note_hash.d.ts +32 -0
  531. package/dest/kernel/note_hash.d.ts.map +1 -0
  532. package/dest/kernel/note_hash.js +80 -0
  533. package/dest/kernel/nullifier.d.ts +34 -0
  534. package/dest/kernel/nullifier.d.ts.map +1 -0
  535. package/dest/kernel/nullifier.js +86 -0
  536. package/dest/kernel/padded_side_effects.d.ts +26 -0
  537. package/dest/kernel/padded_side_effects.d.ts.map +1 -0
  538. package/dest/kernel/padded_side_effects.js +51 -0
  539. package/dest/kernel/private_accumulated_data.d.ts +91 -0
  540. package/dest/kernel/private_accumulated_data.d.ts.map +1 -0
  541. package/dest/kernel/private_accumulated_data.js +71 -0
  542. package/dest/kernel/private_call_data.d.ts +140 -0
  543. package/dest/kernel/private_call_data.d.ts.map +1 -0
  544. package/dest/kernel/private_call_data.js +150 -0
  545. package/dest/kernel/private_call_request.d.ts +55 -0
  546. package/dest/kernel/private_call_request.d.ts.map +1 -0
  547. package/dest/kernel/private_call_request.js +59 -0
  548. package/dest/kernel/private_circuit_public_inputs.d.ts +263 -0
  549. package/dest/kernel/private_circuit_public_inputs.d.ts.map +1 -0
  550. package/dest/kernel/private_circuit_public_inputs.js +228 -0
  551. package/dest/kernel/private_context_inputs.d.ts +15 -0
  552. package/dest/kernel/private_context_inputs.d.ts.map +1 -0
  553. package/dest/kernel/private_context_inputs.js +31 -0
  554. package/dest/kernel/private_kernel_circuit_public_inputs.d.ts +103 -0
  555. package/dest/kernel/private_kernel_circuit_public_inputs.d.ts.map +1 -0
  556. package/dest/kernel/private_kernel_circuit_public_inputs.js +77 -0
  557. package/dest/kernel/private_kernel_data.d.ts +33 -0
  558. package/dest/kernel/private_kernel_data.d.ts.map +1 -0
  559. package/dest/kernel/private_kernel_data.js +30 -0
  560. package/dest/kernel/private_kernel_init_2_circuit_private_inputs.d.ts +22 -0
  561. package/dest/kernel/private_kernel_init_2_circuit_private_inputs.d.ts.map +1 -0
  562. package/dest/kernel/private_kernel_init_2_circuit_private_inputs.js +33 -0
  563. package/dest/kernel/private_kernel_init_3_circuit_private_inputs.d.ts +23 -0
  564. package/dest/kernel/private_kernel_init_3_circuit_private_inputs.d.ts.map +1 -0
  565. package/dest/kernel/private_kernel_init_3_circuit_private_inputs.js +35 -0
  566. package/dest/kernel/private_kernel_init_4_circuit_private_inputs.d.ts +24 -0
  567. package/dest/kernel/private_kernel_init_4_circuit_private_inputs.d.ts.map +1 -0
  568. package/dest/kernel/private_kernel_init_4_circuit_private_inputs.js +37 -0
  569. package/dest/kernel/private_kernel_init_5_circuit_private_inputs.d.ts +25 -0
  570. package/dest/kernel/private_kernel_init_5_circuit_private_inputs.d.ts.map +1 -0
  571. package/dest/kernel/private_kernel_init_5_circuit_private_inputs.js +39 -0
  572. package/dest/kernel/private_kernel_init_circuit_private_inputs.d.ts +71 -0
  573. package/dest/kernel/private_kernel_init_circuit_private_inputs.d.ts.map +1 -0
  574. package/dest/kernel/private_kernel_init_circuit_private_inputs.js +49 -0
  575. package/dest/kernel/private_kernel_inner_2_circuit_private_inputs.d.ts +16 -0
  576. package/dest/kernel/private_kernel_inner_2_circuit_private_inputs.d.ts.map +1 -0
  577. package/dest/kernel/private_kernel_inner_2_circuit_private_inputs.js +23 -0
  578. package/dest/kernel/private_kernel_inner_3_circuit_private_inputs.d.ts +17 -0
  579. package/dest/kernel/private_kernel_inner_3_circuit_private_inputs.d.ts.map +1 -0
  580. package/dest/kernel/private_kernel_inner_3_circuit_private_inputs.js +25 -0
  581. package/dest/kernel/private_kernel_inner_4_circuit_private_inputs.d.ts +18 -0
  582. package/dest/kernel/private_kernel_inner_4_circuit_private_inputs.d.ts.map +1 -0
  583. package/dest/kernel/private_kernel_inner_4_circuit_private_inputs.js +27 -0
  584. package/dest/kernel/private_kernel_inner_5_circuit_private_inputs.d.ts +19 -0
  585. package/dest/kernel/private_kernel_inner_5_circuit_private_inputs.d.ts.map +1 -0
  586. package/dest/kernel/private_kernel_inner_5_circuit_private_inputs.js +29 -0
  587. package/dest/kernel/private_kernel_inner_circuit_private_inputs.d.ts +37 -0
  588. package/dest/kernel/private_kernel_inner_circuit_private_inputs.d.ts.map +1 -0
  589. package/dest/kernel/private_kernel_inner_circuit_private_inputs.js +31 -0
  590. package/dest/kernel/private_kernel_prover_output.d.ts +56 -0
  591. package/dest/kernel/private_kernel_prover_output.d.ts.map +1 -0
  592. package/dest/kernel/private_kernel_prover_output.js +31 -0
  593. package/dest/kernel/private_kernel_reset_circuit_private_inputs.d.ts +36 -0
  594. package/dest/kernel/private_kernel_reset_circuit_private_inputs.d.ts.map +1 -0
  595. package/dest/kernel/private_kernel_reset_circuit_private_inputs.js +40 -0
  596. package/dest/kernel/private_kernel_reset_dimensions.d.ts +31 -0
  597. package/dest/kernel/private_kernel_reset_dimensions.d.ts.map +1 -0
  598. package/dest/kernel/private_kernel_reset_dimensions.js +56 -0
  599. package/dest/kernel/private_kernel_reset_tail_circuit_private_inputs.d.ts +29 -0
  600. package/dest/kernel/private_kernel_reset_tail_circuit_private_inputs.d.ts.map +1 -0
  601. package/dest/kernel/private_kernel_reset_tail_circuit_private_inputs.js +36 -0
  602. package/dest/kernel/private_kernel_simulated_output.d.ts +16 -0
  603. package/dest/kernel/private_kernel_simulated_output.d.ts.map +1 -0
  604. package/dest/kernel/private_kernel_simulated_output.js +4 -0
  605. package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts +127 -0
  606. package/dest/kernel/private_kernel_tail_circuit_public_inputs.d.ts.map +1 -0
  607. package/dest/kernel/private_kernel_tail_circuit_public_inputs.js +212 -0
  608. package/dest/kernel/private_log_data.d.ts +37 -0
  609. package/dest/kernel/private_log_data.d.ts.map +1 -0
  610. package/dest/kernel/private_log_data.js +104 -0
  611. package/dest/kernel/private_to_avm_accumulated_data.d.ts +88 -0
  612. package/dest/kernel/private_to_avm_accumulated_data.d.ts.map +1 -0
  613. package/dest/kernel/private_to_avm_accumulated_data.js +156 -0
  614. package/dest/kernel/private_to_public_accumulated_data.d.ts +29 -0
  615. package/dest/kernel/private_to_public_accumulated_data.d.ts.map +1 -0
  616. package/dest/kernel/private_to_public_accumulated_data.js +78 -0
  617. package/dest/kernel/private_to_public_accumulated_data_builder.d.ts +34 -0
  618. package/dest/kernel/private_to_public_accumulated_data_builder.d.ts.map +1 -0
  619. package/dest/kernel/private_to_public_accumulated_data_builder.js +72 -0
  620. package/dest/kernel/private_to_public_kernel_circuit_public_inputs.d.ts +31 -0
  621. package/dest/kernel/private_to_public_kernel_circuit_public_inputs.d.ts.map +1 -0
  622. package/dest/kernel/private_to_public_kernel_circuit_public_inputs.js +75 -0
  623. package/dest/kernel/private_to_rollup_accumulated_data.d.ts +80 -0
  624. package/dest/kernel/private_to_rollup_accumulated_data.d.ts.map +1 -0
  625. package/dest/kernel/private_to_rollup_accumulated_data.js +104 -0
  626. package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.d.ts +75 -0
  627. package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.d.ts.map +1 -0
  628. package/dest/kernel/private_to_rollup_kernel_circuit_public_inputs.js +88 -0
  629. package/dest/kernel/private_validation_requests.d.ts +54 -0
  630. package/dest/kernel/private_validation_requests.d.ts.map +1 -0
  631. package/dest/kernel/private_validation_requests.js +61 -0
  632. package/dest/kernel/public_call_request.d.ts +146 -0
  633. package/dest/kernel/public_call_request.d.ts.map +1 -0
  634. package/dest/kernel/public_call_request.js +219 -0
  635. package/dest/kernel/utils/index.d.ts +3 -0
  636. package/dest/kernel/utils/index.d.ts.map +1 -0
  637. package/dest/kernel/utils/index.js +2 -0
  638. package/dest/kernel/utils/interfaces.d.ts +7 -0
  639. package/dest/kernel/utils/interfaces.d.ts.map +1 -0
  640. package/dest/kernel/utils/interfaces.js +1 -0
  641. package/dest/kernel/utils/order_and_comparison.d.ts +5 -0
  642. package/dest/kernel/utils/order_and_comparison.d.ts.map +1 -0
  643. package/dest/kernel/utils/order_and_comparison.js +33 -0
  644. package/dest/keys/derivation.d.ts +68 -0
  645. package/dest/keys/derivation.d.ts.map +1 -0
  646. package/dest/keys/derivation.js +150 -0
  647. package/dest/keys/index.d.ts +6 -0
  648. package/dest/keys/index.d.ts.map +1 -0
  649. package/dest/keys/index.js +5 -0
  650. package/dest/keys/key_types.d.ts +5 -0
  651. package/dest/keys/key_types.d.ts.map +1 -0
  652. package/dest/keys/key_types.js +6 -0
  653. package/dest/keys/public_key.d.ts +23 -0
  654. package/dest/keys/public_key.d.ts.map +1 -0
  655. package/dest/keys/public_key.js +20 -0
  656. package/dest/keys/public_keys.d.ts +96 -0
  657. package/dest/keys/public_keys.d.ts.map +1 -0
  658. package/dest/keys/public_keys.js +161 -0
  659. package/dest/keys/utils.d.ts +3 -0
  660. package/dest/keys/utils.d.ts.map +1 -0
  661. package/dest/keys/utils.js +10 -0
  662. package/dest/kv-store/config.d.ts +14 -0
  663. package/dest/kv-store/config.d.ts.map +1 -0
  664. package/dest/kv-store/config.js +21 -0
  665. package/dest/kv-store/index.d.ts +2 -0
  666. package/dest/kv-store/index.d.ts.map +1 -0
  667. package/dest/kv-store/index.js +1 -0
  668. package/dest/l1-contracts/index.d.ts +2 -0
  669. package/dest/l1-contracts/index.d.ts.map +1 -0
  670. package/dest/l1-contracts/index.js +1 -0
  671. package/dest/logs/app_tagging_secret.d.ts +69 -0
  672. package/dest/logs/app_tagging_secret.d.ts.map +1 -0
  673. package/dest/logs/app_tagging_secret.js +116 -0
  674. package/dest/logs/app_tagging_secret_kind.d.ts +7 -0
  675. package/dest/logs/app_tagging_secret_kind.d.ts.map +1 -0
  676. package/dest/logs/app_tagging_secret_kind.js +17 -0
  677. package/dest/logs/contract_class_log.d.ts +79 -0
  678. package/dest/logs/contract_class_log.d.ts.map +1 -0
  679. package/dest/logs/contract_class_log.js +180 -0
  680. package/dest/logs/debug_log.d.ts +21 -0
  681. package/dest/logs/debug_log.d.ts.map +1 -0
  682. package/dest/logs/debug_log.js +39 -0
  683. package/dest/logs/debug_log_store.d.ts +30 -0
  684. package/dest/logs/debug_log_store.d.ts.map +1 -0
  685. package/dest/logs/debug_log_store.js +30 -0
  686. package/dest/logs/index.d.ts +19 -0
  687. package/dest/logs/index.d.ts.map +1 -0
  688. package/dest/logs/index.js +18 -0
  689. package/dest/logs/log_cursor.d.ts +51 -0
  690. package/dest/logs/log_cursor.d.ts.map +1 -0
  691. package/dest/logs/log_cursor.js +82 -0
  692. package/dest/logs/log_result.d.ts +54 -0
  693. package/dest/logs/log_result.d.ts.map +1 -0
  694. package/dest/logs/log_result.js +56 -0
  695. package/dest/logs/logs_query.d.ts +82 -0
  696. package/dest/logs/logs_query.d.ts.map +1 -0
  697. package/dest/logs/logs_query.js +50 -0
  698. package/dest/logs/message_context.d.ts +17 -0
  699. package/dest/logs/message_context.d.ts.map +1 -0
  700. package/dest/logs/message_context.js +9 -0
  701. package/dest/logs/pending_tagged_log.d.ts +11 -0
  702. package/dest/logs/pending_tagged_log.d.ts.map +1 -0
  703. package/dest/logs/pending_tagged_log.js +4 -0
  704. package/dest/logs/pre_tag.d.ts +26 -0
  705. package/dest/logs/pre_tag.d.ts.map +1 -0
  706. package/dest/logs/pre_tag.js +7 -0
  707. package/dest/logs/private_log.d.ts +44 -0
  708. package/dest/logs/private_log.d.ts.map +1 -0
  709. package/dest/logs/private_log.js +99 -0
  710. package/dest/logs/public_log.d.ts +55 -0
  711. package/dest/logs/public_log.d.ts.map +1 -0
  712. package/dest/logs/public_log.js +186 -0
  713. package/dest/logs/query_all_logs_by_tags.d.ts +24 -0
  714. package/dest/logs/query_all_logs_by_tags.d.ts.map +1 -0
  715. package/dest/logs/query_all_logs_by_tags.js +64 -0
  716. package/dest/logs/shared_secret_derivation.d.ts +41 -0
  717. package/dest/logs/shared_secret_derivation.d.ts.map +1 -0
  718. package/dest/logs/shared_secret_derivation.js +58 -0
  719. package/dest/logs/siloed_tag.d.ts +26 -0
  720. package/dest/logs/siloed_tag.d.ts.map +1 -0
  721. package/dest/logs/siloed_tag.js +42 -0
  722. package/dest/logs/tag.d.ts +20 -0
  723. package/dest/logs/tag.d.ts.map +1 -0
  724. package/dest/logs/tag.js +34 -0
  725. package/dest/logs/tagging_index_range.d.ts +22 -0
  726. package/dest/logs/tagging_index_range.d.ts.map +1 -0
  727. package/dest/logs/tagging_index_range.js +8 -0
  728. package/dest/messaging/append_l1_to_l2_messages.d.ts +9 -0
  729. package/dest/messaging/append_l1_to_l2_messages.d.ts.map +1 -0
  730. package/dest/messaging/append_l1_to_l2_messages.js +8 -0
  731. package/dest/messaging/inbox_bucket.d.ts +77 -0
  732. package/dest/messaging/inbox_bucket.d.ts.map +1 -0
  733. package/dest/messaging/inbox_bucket.js +73 -0
  734. package/dest/messaging/inbox_consumption.d.ts +55 -0
  735. package/dest/messaging/inbox_consumption.d.ts.map +1 -0
  736. package/dest/messaging/inbox_consumption.js +53 -0
  737. package/dest/messaging/inbox_rolling_hash.d.ts +16 -0
  738. package/dest/messaging/inbox_rolling_hash.d.ts.map +1 -0
  739. package/dest/messaging/inbox_rolling_hash.js +23 -0
  740. package/dest/messaging/index.d.ts +14 -0
  741. package/dest/messaging/index.d.ts.map +1 -0
  742. package/dest/messaging/index.js +13 -0
  743. package/dest/messaging/l1_actor.d.ts +31 -0
  744. package/dest/messaging/l1_actor.d.ts.map +1 -0
  745. package/dest/messaging/l1_actor.js +39 -0
  746. package/dest/messaging/l1_to_l2_message.d.ts +70 -0
  747. package/dest/messaging/l1_to_l2_message.d.ts.map +1 -0
  748. package/dest/messaging/l1_to_l2_message.js +106 -0
  749. package/dest/messaging/l1_to_l2_message_bundle.d.ts +31 -0
  750. package/dest/messaging/l1_to_l2_message_bundle.d.ts.map +1 -0
  751. package/dest/messaging/l1_to_l2_message_bundle.js +51 -0
  752. package/dest/messaging/l1_to_l2_message_source.d.ts +61 -0
  753. package/dest/messaging/l1_to_l2_message_source.d.ts.map +1 -0
  754. package/dest/messaging/l1_to_l2_message_source.js +3 -0
  755. package/dest/messaging/l1_to_l2_message_sponge.d.ts +40 -0
  756. package/dest/messaging/l1_to_l2_message_sponge.d.ts.map +1 -0
  757. package/dest/messaging/l1_to_l2_message_sponge.js +56 -0
  758. package/dest/messaging/l2_actor.d.ts +31 -0
  759. package/dest/messaging/l2_actor.d.ts.map +1 -0
  760. package/dest/messaging/l2_actor.js +39 -0
  761. package/dest/messaging/l2_to_l1_membership.d.ts +160 -0
  762. package/dest/messaging/l2_to_l1_membership.d.ts.map +1 -0
  763. package/dest/messaging/l2_to_l1_membership.js +284 -0
  764. package/dest/messaging/l2_to_l1_message.d.ts +156 -0
  765. package/dest/messaging/l2_to_l1_message.d.ts.map +1 -0
  766. package/dest/messaging/l2_to_l1_message.js +205 -0
  767. package/dest/messaging/out_hash.d.ts +43 -0
  768. package/dest/messaging/out_hash.d.ts.map +1 -0
  769. package/dest/messaging/out_hash.js +63 -0
  770. package/dest/noir/index.d.ts +147 -0
  771. package/dest/noir/index.d.ts.map +1 -0
  772. package/dest/noir/index.js +16 -0
  773. package/dest/note/comparator.d.ts +12 -0
  774. package/dest/note/comparator.d.ts.map +1 -0
  775. package/dest/note/comparator.js +11 -0
  776. package/dest/note/index.d.ts +5 -0
  777. package/dest/note/index.d.ts.map +1 -0
  778. package/dest/note/index.js +4 -0
  779. package/dest/note/note.d.ts +42 -0
  780. package/dest/note/note.d.ts.map +1 -0
  781. package/dest/note/note.js +63 -0
  782. package/dest/note/note_dao.d.ts +110 -0
  783. package/dest/note/note_dao.d.ts.map +1 -0
  784. package/dest/note/note_dao.js +112 -0
  785. package/dest/note/note_status.d.ts +8 -0
  786. package/dest/note/note_status.d.ts.map +1 -0
  787. package/dest/note/note_status.js +7 -0
  788. package/dest/p2p/attestation_utils.d.ts +20 -0
  789. package/dest/p2p/attestation_utils.d.ts.map +1 -0
  790. package/dest/p2p/attestation_utils.js +73 -0
  791. package/dest/p2p/block_proposal.d.ts +169 -0
  792. package/dest/p2p/block_proposal.d.ts.map +1 -0
  793. package/dest/p2p/block_proposal.js +237 -0
  794. package/dest/p2p/checkpoint_attestation.d.ts +97 -0
  795. package/dest/p2p/checkpoint_attestation.d.ts.map +1 -0
  796. package/dest/p2p/checkpoint_attestation.js +113 -0
  797. package/dest/p2p/checkpoint_proposal.d.ts +204 -0
  798. package/dest/p2p/checkpoint_proposal.d.ts.map +1 -0
  799. package/dest/p2p/checkpoint_proposal.js +259 -0
  800. package/dest/p2p/client_type.d.ts +2 -0
  801. package/dest/p2p/client_type.d.ts.map +1 -0
  802. package/dest/p2p/client_type.js +0 -0
  803. package/dest/p2p/consensus_payload.d.ts +85 -0
  804. package/dest/p2p/consensus_payload.d.ts.map +1 -0
  805. package/dest/p2p/consensus_payload.js +121 -0
  806. package/dest/p2p/constants.d.ts +5 -0
  807. package/dest/p2p/constants.d.ts.map +1 -0
  808. package/dest/p2p/constants.js +3 -0
  809. package/dest/p2p/gossipable.d.ts +35 -0
  810. package/dest/p2p/gossipable.d.ts.map +1 -0
  811. package/dest/p2p/gossipable.js +58 -0
  812. package/dest/p2p/index.d.ts +14 -0
  813. package/dest/p2p/index.d.ts.map +1 -0
  814. package/dest/p2p/index.js +13 -0
  815. package/dest/p2p/message_validator.d.ts +25 -0
  816. package/dest/p2p/message_validator.d.ts.map +1 -0
  817. package/dest/p2p/message_validator.js +6 -0
  818. package/dest/p2p/peer_error.d.ts +20 -0
  819. package/dest/p2p/peer_error.d.ts.map +1 -0
  820. package/dest/p2p/peer_error.js +20 -0
  821. package/dest/p2p/signature_utils.d.ts +42 -0
  822. package/dest/p2p/signature_utils.d.ts.map +1 -0
  823. package/dest/p2p/signature_utils.js +131 -0
  824. package/dest/p2p/signed_txs.d.ts +44 -0
  825. package/dest/p2p/signed_txs.d.ts.map +1 -0
  826. package/dest/p2p/signed_txs.js +77 -0
  827. package/dest/p2p/topic_type.d.ts +25 -0
  828. package/dest/p2p/topic_type.d.ts.map +1 -0
  829. package/dest/p2p/topic_type.js +50 -0
  830. package/dest/p2p/validated_proposal.d.ts +35 -0
  831. package/dest/p2p/validated_proposal.d.ts.map +1 -0
  832. package/dest/p2p/validated_proposal.js +17 -0
  833. package/dest/p2p/wire_compat_fixtures.d.ts +7 -0
  834. package/dest/p2p/wire_compat_fixtures.d.ts.map +1 -0
  835. package/dest/p2p/wire_compat_fixtures.js +14 -0
  836. package/dest/parity/inbox_parity_private_inputs.d.ts +61 -0
  837. package/dest/parity/inbox_parity_private_inputs.d.ts.map +1 -0
  838. package/dest/parity/inbox_parity_private_inputs.js +79 -0
  839. package/dest/parity/index.d.ts +3 -0
  840. package/dest/parity/index.d.ts.map +1 -0
  841. package/dest/parity/index.js +2 -0
  842. package/dest/parity/parity_public_inputs.d.ts +61 -0
  843. package/dest/parity/parity_public_inputs.d.ts.map +1 -0
  844. package/dest/parity/parity_public_inputs.js +69 -0
  845. package/dest/proofs/chonk_proof.d.ts +78 -0
  846. package/dest/proofs/chonk_proof.d.ts.map +1 -0
  847. package/dest/proofs/chonk_proof.js +203 -0
  848. package/dest/proofs/index.d.ts +6 -0
  849. package/dest/proofs/index.d.ts.map +1 -0
  850. package/dest/proofs/index.js +5 -0
  851. package/dest/proofs/proof.d.ts +64 -0
  852. package/dest/proofs/proof.d.ts.map +1 -0
  853. package/dest/proofs/proof.js +99 -0
  854. package/dest/proofs/proof_data.d.ts +33 -0
  855. package/dest/proofs/proof_data.d.ts.map +1 -0
  856. package/dest/proofs/proof_data.js +39 -0
  857. package/dest/proofs/proving_request_type.d.ts +18 -0
  858. package/dest/proofs/proving_request_type.d.ts.map +1 -0
  859. package/dest/proofs/proving_request_type.js +18 -0
  860. package/dest/proofs/recursive_proof.d.ts +84 -0
  861. package/dest/proofs/recursive_proof.d.ts.map +1 -0
  862. package/dest/proofs/recursive_proof.js +93 -0
  863. package/dest/rollup/avm_proof_data.d.ts +5 -0
  864. package/dest/rollup/avm_proof_data.d.ts.map +1 -0
  865. package/dest/rollup/avm_proof_data.js +1 -0
  866. package/dest/rollup/base_rollup_hints.d.ts +137 -0
  867. package/dest/rollup/base_rollup_hints.d.ts.map +1 -0
  868. package/dest/rollup/base_rollup_hints.js +133 -0
  869. package/dest/rollup/block_constant_data.d.ts +51 -0
  870. package/dest/rollup/block_constant_data.d.ts.map +1 -0
  871. package/dest/rollup/block_constant_data.js +50 -0
  872. package/dest/rollup/block_headers_hash.d.ts +4 -0
  873. package/dest/rollup/block_headers_hash.d.ts.map +1 -0
  874. package/dest/rollup/block_headers_hash.js +15 -0
  875. package/dest/rollup/block_merge_rollup_private_inputs.d.ts +50 -0
  876. package/dest/rollup/block_merge_rollup_private_inputs.d.ts.map +1 -0
  877. package/dest/rollup/block_merge_rollup_private_inputs.js +51 -0
  878. package/dest/rollup/block_rollup_public_inputs.d.ts +150 -0
  879. package/dest/rollup/block_rollup_public_inputs.d.ts.map +1 -0
  880. package/dest/rollup/block_rollup_public_inputs.js +106 -0
  881. package/dest/rollup/block_root_rollup_private_inputs.d.ts +221 -0
  882. package/dest/rollup/block_root_rollup_private_inputs.d.ts.map +1 -0
  883. package/dest/rollup/block_root_rollup_private_inputs.js +198 -0
  884. package/dest/rollup/checkpoint_constant_data.d.ts +77 -0
  885. package/dest/rollup/checkpoint_constant_data.d.ts.map +1 -0
  886. package/dest/rollup/checkpoint_constant_data.js +82 -0
  887. package/dest/rollup/checkpoint_header.d.ts +132 -0
  888. package/dest/rollup/checkpoint_header.d.ts.map +1 -0
  889. package/dest/rollup/checkpoint_header.js +228 -0
  890. package/dest/rollup/checkpoint_merge_rollup_private_inputs.d.ts +30 -0
  891. package/dest/rollup/checkpoint_merge_rollup_private_inputs.d.ts.map +1 -0
  892. package/dest/rollup/checkpoint_merge_rollup_private_inputs.js +37 -0
  893. package/dest/rollup/checkpoint_rollup_public_inputs.d.ts +149 -0
  894. package/dest/rollup/checkpoint_rollup_public_inputs.d.ts.map +1 -0
  895. package/dest/rollup/checkpoint_rollup_public_inputs.js +136 -0
  896. package/dest/rollup/checkpoint_root_rollup_private_inputs.d.ts +162 -0
  897. package/dest/rollup/checkpoint_root_rollup_private_inputs.d.ts.map +1 -0
  898. package/dest/rollup/checkpoint_root_rollup_private_inputs.js +203 -0
  899. package/dest/rollup/epoch_constant_data.d.ts +56 -0
  900. package/dest/rollup/epoch_constant_data.d.ts.map +1 -0
  901. package/dest/rollup/epoch_constant_data.js +53 -0
  902. package/dest/rollup/index.d.ts +23 -0
  903. package/dest/rollup/index.d.ts.map +1 -0
  904. package/dest/rollup/index.js +22 -0
  905. package/dest/rollup/private_tx_base_rollup_private_inputs.d.ts +21 -0
  906. package/dest/rollup/private_tx_base_rollup_private_inputs.d.ts.map +1 -0
  907. package/dest/rollup/private_tx_base_rollup_private_inputs.js +42 -0
  908. package/dest/rollup/public_chonk_verifier_private_inputs.d.ts +21 -0
  909. package/dest/rollup/public_chonk_verifier_private_inputs.d.ts.map +1 -0
  910. package/dest/rollup/public_chonk_verifier_private_inputs.js +43 -0
  911. package/dest/rollup/public_chonk_verifier_public_inputs.d.ts +20 -0
  912. package/dest/rollup/public_chonk_verifier_public_inputs.d.ts.map +1 -0
  913. package/dest/rollup/public_chonk_verifier_public_inputs.js +42 -0
  914. package/dest/rollup/public_tx_base_rollup_private_inputs.d.ts +23 -0
  915. package/dest/rollup/public_tx_base_rollup_private_inputs.d.ts.map +1 -0
  916. package/dest/rollup/public_tx_base_rollup_private_inputs.js +46 -0
  917. package/dest/rollup/root_rollup_private_inputs.d.ts +67 -0
  918. package/dest/rollup/root_rollup_private_inputs.d.ts.map +1 -0
  919. package/dest/rollup/root_rollup_private_inputs.js +69 -0
  920. package/dest/rollup/root_rollup_public_inputs.d.ts +67 -0
  921. package/dest/rollup/root_rollup_public_inputs.d.ts.map +1 -0
  922. package/dest/rollup/root_rollup_public_inputs.js +83 -0
  923. package/dest/rollup/tree_snapshot_diff_hints.d.ts +87 -0
  924. package/dest/rollup/tree_snapshot_diff_hints.d.ts.map +1 -0
  925. package/dest/rollup/tree_snapshot_diff_hints.js +75 -0
  926. package/dest/rollup/tx_merge_rollup_private_inputs.d.ts +44 -0
  927. package/dest/rollup/tx_merge_rollup_private_inputs.d.ts.map +1 -0
  928. package/dest/rollup/tx_merge_rollup_private_inputs.js +51 -0
  929. package/dest/rollup/tx_rollup_public_inputs.d.ts +115 -0
  930. package/dest/rollup/tx_rollup_public_inputs.d.ts.map +1 -0
  931. package/dest/rollup/tx_rollup_public_inputs.js +87 -0
  932. package/dest/schemas/index.d.ts +2 -0
  933. package/dest/schemas/index.d.ts.map +1 -0
  934. package/dest/schemas/index.js +1 -0
  935. package/dest/schemas/schemas.d.ts +91 -0
  936. package/dest/schemas/schemas.d.ts.map +1 -0
  937. package/dest/schemas/schemas.js +47 -0
  938. package/dest/slashing/helpers.d.ts +36 -0
  939. package/dest/slashing/helpers.d.ts.map +1 -0
  940. package/dest/slashing/helpers.js +100 -0
  941. package/dest/slashing/index.d.ts +6 -0
  942. package/dest/slashing/index.d.ts.map +1 -0
  943. package/dest/slashing/index.js +5 -0
  944. package/dest/slashing/interfaces.d.ts +12 -0
  945. package/dest/slashing/interfaces.d.ts.map +1 -0
  946. package/dest/slashing/interfaces.js +1 -0
  947. package/dest/slashing/serialization.d.ts +4 -0
  948. package/dest/slashing/serialization.d.ts.map +1 -0
  949. package/dest/slashing/serialization.js +18 -0
  950. package/dest/slashing/types.d.ts +71 -0
  951. package/dest/slashing/types.d.ts.map +1 -0
  952. package/dest/slashing/types.js +92 -0
  953. package/dest/slashing/votes.d.ts +29 -0
  954. package/dest/slashing/votes.d.ts.map +1 -0
  955. package/dest/slashing/votes.js +92 -0
  956. package/dest/snapshots/download.d.ts +9 -0
  957. package/dest/snapshots/download.d.ts.map +1 -0
  958. package/dest/snapshots/download.js +93 -0
  959. package/dest/snapshots/index.d.ts +4 -0
  960. package/dest/snapshots/index.d.ts.map +1 -0
  961. package/dest/snapshots/index.js +3 -0
  962. package/dest/snapshots/types.d.ts +57 -0
  963. package/dest/snapshots/types.d.ts.map +1 -0
  964. package/dest/snapshots/types.js +35 -0
  965. package/dest/snapshots/upload.d.ts +8 -0
  966. package/dest/snapshots/upload.d.ts.map +1 -0
  967. package/dest/snapshots/upload.js +42 -0
  968. package/dest/stats/index.d.ts +2 -0
  969. package/dest/stats/index.d.ts.map +1 -0
  970. package/dest/stats/index.js +1 -0
  971. package/dest/stats/stats.d.ts +226 -0
  972. package/dest/stats/stats.d.ts.map +1 -0
  973. package/dest/stats/stats.js +1 -0
  974. package/dest/tests/factories.d.ts +377 -0
  975. package/dest/tests/factories.d.ts.map +1 -0
  976. package/dest/tests/factories.js +967 -0
  977. package/dest/tests/fixtures.d.ts +6 -0
  978. package/dest/tests/fixtures.d.ts.map +1 -0
  979. package/dest/tests/fixtures.js +27 -0
  980. package/dest/tests/index.d.ts +3 -0
  981. package/dest/tests/index.d.ts.map +1 -0
  982. package/dest/tests/index.js +2 -0
  983. package/dest/tests/jest.d.ts +13 -0
  984. package/dest/tests/jest.d.ts.map +1 -0
  985. package/dest/tests/jest.js +26 -0
  986. package/dest/tests/mocks.d.ts +172 -0
  987. package/dest/tests/mocks.d.ts.map +1 -0
  988. package/dest/tests/mocks.js +434 -0
  989. package/dest/timetable/budgets.d.ts +57 -0
  990. package/dest/timetable/budgets.d.ts.map +1 -0
  991. package/dest/timetable/budgets.js +56 -0
  992. package/dest/timetable/build_proposer_timetable.d.ts +21 -0
  993. package/dest/timetable/build_proposer_timetable.d.ts.map +1 -0
  994. package/dest/timetable/build_proposer_timetable.js +17 -0
  995. package/dest/timetable/consensus_timetable.d.ts +70 -0
  996. package/dest/timetable/consensus_timetable.d.ts.map +1 -0
  997. package/dest/timetable/consensus_timetable.js +89 -0
  998. package/dest/timetable/index.d.ts +5 -0
  999. package/dest/timetable/index.d.ts.map +1 -0
  1000. package/dest/timetable/index.js +4 -0
  1001. package/dest/timetable/proposer_timetable.d.ts +106 -0
  1002. package/dest/timetable/proposer_timetable.d.ts.map +1 -0
  1003. package/dest/timetable/proposer_timetable.js +132 -0
  1004. package/dest/trees/append_only_tree_snapshot.d.ts +71 -0
  1005. package/dest/trees/append_only_tree_snapshot.d.ts.map +1 -0
  1006. package/dest/trees/append_only_tree_snapshot.js +95 -0
  1007. package/dest/trees/database_public_state_source.d.ts +11 -0
  1008. package/dest/trees/database_public_state_source.d.ts.map +1 -0
  1009. package/dest/trees/database_public_state_source.js +18 -0
  1010. package/dest/trees/index.d.ts +9 -0
  1011. package/dest/trees/index.d.ts.map +1 -0
  1012. package/dest/trees/index.js +8 -0
  1013. package/dest/trees/merkle_tree_id.d.ts +31 -0
  1014. package/dest/trees/merkle_tree_id.d.ts.map +1 -0
  1015. package/dest/trees/merkle_tree_id.js +35 -0
  1016. package/dest/trees/nullifier_leaf.d.ts +113 -0
  1017. package/dest/trees/nullifier_leaf.d.ts.map +1 -0
  1018. package/dest/trees/nullifier_leaf.js +153 -0
  1019. package/dest/trees/nullifier_membership_witness.d.ts +61 -0
  1020. package/dest/trees/nullifier_membership_witness.d.ts.map +1 -0
  1021. package/dest/trees/nullifier_membership_witness.js +39 -0
  1022. package/dest/trees/public_data_leaf.d.ts +127 -0
  1023. package/dest/trees/public_data_leaf.d.ts.map +1 -0
  1024. package/dest/trees/public_data_leaf.js +166 -0
  1025. package/dest/trees/public_data_witness.d.ts +83 -0
  1026. package/dest/trees/public_data_witness.d.ts.map +1 -0
  1027. package/dest/trees/public_data_witness.js +70 -0
  1028. package/dest/tx/block_header.d.ts +97 -0
  1029. package/dest/tx/block_header.d.ts.map +1 -0
  1030. package/dest/tx/block_header.js +164 -0
  1031. package/dest/tx/call_context.d.ts +81 -0
  1032. package/dest/tx/call_context.d.ts.map +1 -0
  1033. package/dest/tx/call_context.js +98 -0
  1034. package/dest/tx/capsule.d.ts +34 -0
  1035. package/dest/tx/capsule.d.ts.map +1 -0
  1036. package/dest/tx/capsule.js +45 -0
  1037. package/dest/tx/execution_payload.d.ts +45 -0
  1038. package/dest/tx/execution_payload.d.ts.map +1 -0
  1039. package/dest/tx/execution_payload.js +40 -0
  1040. package/dest/tx/fee_provider.d.ts +10 -0
  1041. package/dest/tx/fee_provider.d.ts.map +1 -0
  1042. package/dest/tx/fee_provider.js +1 -0
  1043. package/dest/tx/function_data.d.ts +61 -0
  1044. package/dest/tx/function_data.d.ts.map +1 -0
  1045. package/dest/tx/function_data.js +72 -0
  1046. package/dest/tx/global_variable_builder.d.ts +13 -0
  1047. package/dest/tx/global_variable_builder.d.ts.map +1 -0
  1048. package/dest/tx/global_variable_builder.js +3 -0
  1049. package/dest/tx/global_variables.d.ts +138 -0
  1050. package/dest/tx/global_variables.d.ts.map +1 -0
  1051. package/dest/tx/global_variables.js +177 -0
  1052. package/dest/tx/hashed_values.d.ts +43 -0
  1053. package/dest/tx/hashed_values.d.ts.map +1 -0
  1054. package/dest/tx/hashed_values.js +70 -0
  1055. package/dest/tx/in_tx.d.ts +14 -0
  1056. package/dest/tx/in_tx.d.ts.map +1 -0
  1057. package/dest/tx/in_tx.js +14 -0
  1058. package/dest/tx/index.d.ts +35 -0
  1059. package/dest/tx/index.d.ts.map +1 -0
  1060. package/dest/tx/index.js +34 -0
  1061. package/dest/tx/indexed_tx_effect.d.ts +20 -0
  1062. package/dest/tx/indexed_tx_effect.d.ts.map +1 -0
  1063. package/dest/tx/indexed_tx_effect.js +39 -0
  1064. package/dest/tx/offchain_effect.d.ts +14 -0
  1065. package/dest/tx/offchain_effect.d.ts.map +1 -0
  1066. package/dest/tx/offchain_effect.js +4 -0
  1067. package/dest/tx/partial_state_reference.d.ts +68 -0
  1068. package/dest/tx/partial_state_reference.d.ts.map +1 -0
  1069. package/dest/tx/partial_state_reference.js +83 -0
  1070. package/dest/tx/private_execution_result.d.ts +174 -0
  1071. package/dest/tx/private_execution_result.d.ts.map +1 -0
  1072. package/dest/tx/private_execution_result.js +235 -0
  1073. package/dest/tx/private_tx_constant_data.d.ts +76 -0
  1074. package/dest/tx/private_tx_constant_data.d.ts.map +1 -0
  1075. package/dest/tx/private_tx_constant_data.js +78 -0
  1076. package/dest/tx/processed_tx.d.ts +73 -0
  1077. package/dest/tx/processed_tx.d.ts.map +1 -0
  1078. package/dest/tx/processed_tx.js +69 -0
  1079. package/dest/tx/profiling.d.ts +197 -0
  1080. package/dest/tx/profiling.d.ts.map +1 -0
  1081. package/dest/tx/profiling.js +179 -0
  1082. package/dest/tx/protocol_contracts.d.ts +33 -0
  1083. package/dest/tx/protocol_contracts.d.ts.map +1 -0
  1084. package/dest/tx/protocol_contracts.js +58 -0
  1085. package/dest/tx/proven_tx.d.ts +85 -0
  1086. package/dest/tx/proven_tx.d.ts.map +1 -0
  1087. package/dest/tx/proven_tx.js +51 -0
  1088. package/dest/tx/public_call_request_with_calldata.d.ts +47 -0
  1089. package/dest/tx/public_call_request_with_calldata.d.ts.map +1 -0
  1090. package/dest/tx/public_call_request_with_calldata.js +74 -0
  1091. package/dest/tx/public_simulation_output.d.ts +35 -0
  1092. package/dest/tx/public_simulation_output.d.ts.map +1 -0
  1093. package/dest/tx/public_simulation_output.js +79 -0
  1094. package/dest/tx/simulated_tx.d.ts +148 -0
  1095. package/dest/tx/simulated_tx.d.ts.map +1 -0
  1096. package/dest/tx/simulated_tx.js +119 -0
  1097. package/dest/tx/state_reference.d.ts +88 -0
  1098. package/dest/tx/state_reference.d.ts.map +1 -0
  1099. package/dest/tx/state_reference.js +111 -0
  1100. package/dest/tx/tree_snapshots.d.ts +68 -0
  1101. package/dest/tx/tree_snapshots.d.ts.map +1 -0
  1102. package/dest/tx/tree_snapshots.js +85 -0
  1103. package/dest/tx/tx.d.ts +181 -0
  1104. package/dest/tx/tx.d.ts.map +1 -0
  1105. package/dest/tx/tx.js +299 -0
  1106. package/dest/tx/tx_constant_data.d.ts +28 -0
  1107. package/dest/tx/tx_constant_data.d.ts.map +1 -0
  1108. package/dest/tx/tx_constant_data.js +62 -0
  1109. package/dest/tx/tx_context.d.ts +95 -0
  1110. package/dest/tx/tx_context.d.ts.map +1 -0
  1111. package/dest/tx/tx_context.js +80 -0
  1112. package/dest/tx/tx_effect.d.ts +138 -0
  1113. package/dest/tx/tx_effect.d.ts.map +1 -0
  1114. package/dest/tx/tx_effect.js +251 -0
  1115. package/dest/tx/tx_execution_request.d.ts +121 -0
  1116. package/dest/tx/tx_execution_request.d.ts.map +1 -0
  1117. package/dest/tx/tx_execution_request.js +138 -0
  1118. package/dest/tx/tx_hash.d.ts +36 -0
  1119. package/dest/tx/tx_hash.d.ts.map +1 -0
  1120. package/dest/tx/tx_hash.js +78 -0
  1121. package/dest/tx/tx_receipt.d.ts +183 -0
  1122. package/dest/tx/tx_receipt.d.ts.map +1 -0
  1123. package/dest/tx/tx_receipt.js +192 -0
  1124. package/dest/tx/tx_request.d.ts +50 -0
  1125. package/dest/tx/tx_request.d.ts.map +1 -0
  1126. package/dest/tx/tx_request.js +69 -0
  1127. package/dest/tx/validator/error_texts.d.ts +33 -0
  1128. package/dest/tx/validator/error_texts.d.ts.map +1 -0
  1129. package/dest/tx/validator/error_texts.js +43 -0
  1130. package/dest/tx/validator/tx_validator.d.ts +23 -0
  1131. package/dest/tx/validator/tx_validator.d.ts.map +1 -0
  1132. package/dest/tx/validator/tx_validator.js +17 -0
  1133. package/dest/types/index.d.ts +2 -0
  1134. package/dest/types/index.d.ts.map +1 -0
  1135. package/dest/types/index.js +1 -0
  1136. package/dest/types/shared.d.ts +31 -0
  1137. package/dest/types/shared.d.ts.map +1 -0
  1138. package/dest/types/shared.js +20 -0
  1139. package/dest/update-checker/dev_version.d.ts +3 -0
  1140. package/dest/update-checker/dev_version.d.ts.map +1 -0
  1141. package/dest/update-checker/dev_version.js +1 -0
  1142. package/dest/update-checker/index.d.ts +4 -0
  1143. package/dest/update-checker/index.d.ts.map +1 -0
  1144. package/dest/update-checker/index.js +3 -0
  1145. package/dest/update-checker/package_version.d.ts +6 -0
  1146. package/dest/update-checker/package_version.d.ts.map +1 -0
  1147. package/dest/update-checker/package_version.js +13 -0
  1148. package/dest/update-checker/version_checker.d.ts +25 -0
  1149. package/dest/update-checker/version_checker.d.ts.map +1 -0
  1150. package/dest/update-checker/version_checker.js +50 -0
  1151. package/dest/validators/errors.d.ts +53 -0
  1152. package/dest/validators/errors.d.ts.map +1 -0
  1153. package/dest/validators/errors.js +64 -0
  1154. package/dest/validators/index.d.ts +4 -0
  1155. package/dest/validators/index.d.ts.map +1 -0
  1156. package/dest/validators/index.js +2 -0
  1157. package/dest/validators/schemas.d.ts +183 -0
  1158. package/dest/validators/schemas.d.ts.map +1 -0
  1159. package/dest/validators/schemas.js +55 -0
  1160. package/dest/validators/types.d.ts +70 -0
  1161. package/dest/validators/types.d.ts.map +1 -0
  1162. package/dest/validators/types.js +1 -0
  1163. package/dest/versioning/index.d.ts +2 -0
  1164. package/dest/versioning/index.d.ts.map +1 -0
  1165. package/dest/versioning/index.js +1 -0
  1166. package/dest/versioning/versioning.d.ts +34 -0
  1167. package/dest/versioning/versioning.d.ts.map +1 -0
  1168. package/dest/versioning/versioning.js +100 -0
  1169. package/dest/vks/index.d.ts +3 -0
  1170. package/dest/vks/index.d.ts.map +1 -0
  1171. package/dest/vks/index.js +2 -0
  1172. package/dest/vks/verification_key.d.ts +67 -0
  1173. package/dest/vks/verification_key.d.ts.map +1 -0
  1174. package/dest/vks/verification_key.js +138 -0
  1175. package/dest/vks/vk_data.d.ts +30 -0
  1176. package/dest/vks/vk_data.d.ts.map +1 -0
  1177. package/dest/vks/vk_data.js +33 -0
  1178. package/dest/world-state/genesis_data.d.ts +21 -0
  1179. package/dest/world-state/genesis_data.d.ts.map +1 -0
  1180. package/dest/world-state/genesis_data.js +8 -0
  1181. package/dest/world-state/index.d.ts +3 -0
  1182. package/dest/world-state/index.d.ts.map +1 -0
  1183. package/dest/world-state/index.js +2 -0
  1184. package/dest/world-state/world_state_revision.d.ts +26 -0
  1185. package/dest/world-state/world_state_revision.d.ts.map +1 -0
  1186. package/dest/world-state/world_state_revision.js +30 -0
  1187. package/dest/zkpassport/index.d.ts +34 -0
  1188. package/dest/zkpassport/index.d.ts.map +1 -0
  1189. package/dest/zkpassport/index.js +82 -0
  1190. package/package.json +181 -0
  1191. package/src/abi/abi.ts +629 -0
  1192. package/src/abi/authorization_selector.ts +90 -0
  1193. package/src/abi/buffer.ts +68 -0
  1194. package/src/abi/contract_artifact.ts +351 -0
  1195. package/src/abi/decoder.ts +142 -0
  1196. package/src/abi/encoder.ts +325 -0
  1197. package/src/abi/event_metadata_definition.ts +10 -0
  1198. package/src/abi/event_selector.ts +88 -0
  1199. package/src/abi/function_call.ts +95 -0
  1200. package/src/abi/function_selector.ts +123 -0
  1201. package/src/abi/function_signature_decoder.ts +77 -0
  1202. package/src/abi/index.ts +13 -0
  1203. package/src/abi/note_selector.ts +69 -0
  1204. package/src/abi/selector.ts +63 -0
  1205. package/src/abi/utils.ts +137 -0
  1206. package/src/auth_witness/auth_witness.ts +81 -0
  1207. package/src/auth_witness/index.ts +1 -0
  1208. package/src/avm/avm.ts +1532 -0
  1209. package/src/avm/avm_accumulated_data.ts +315 -0
  1210. package/src/avm/avm_circuit_public_inputs.ts +362 -0
  1211. package/src/avm/avm_proving_request.ts +11 -0
  1212. package/src/avm/index.ts +7 -0
  1213. package/src/avm/message_pack.ts +91 -0
  1214. package/src/avm/public_data_read.ts +48 -0
  1215. package/src/avm/public_data_write.ts +114 -0
  1216. package/src/avm/revert_code.ts +142 -0
  1217. package/src/aztec-address/index.ts +202 -0
  1218. package/src/block/attestation_info.ts +77 -0
  1219. package/src/block/block_data.ts +24 -0
  1220. package/src/block/block_hash.ts +51 -0
  1221. package/src/block/block_parameter.ts +77 -0
  1222. package/src/block/body.ts +85 -0
  1223. package/src/block/in_block.ts +48 -0
  1224. package/src/block/index.ts +12 -0
  1225. package/src/block/l2_block.ts +234 -0
  1226. package/src/block/l2_block_info.ts +65 -0
  1227. package/src/block/l2_block_source.ts +526 -0
  1228. package/src/block/l2_block_stream/event_driven_l2_block_stream.ts +81 -0
  1229. package/src/block/l2_block_stream/index.ts +5 -0
  1230. package/src/block/l2_block_stream/interfaces.ts +136 -0
  1231. package/src/block/l2_block_stream/l2_block_stream.ts +417 -0
  1232. package/src/block/l2_block_stream/l2_tips_memory_store.ts +60 -0
  1233. package/src/block/l2_block_stream/l2_tips_store_base.ts +251 -0
  1234. package/src/block/proposal/attestations_and_signers.ts +200 -0
  1235. package/src/block/proposal/committee_attestation.ts +119 -0
  1236. package/src/block/proposal/index.ts +2 -0
  1237. package/src/block/test/index.ts +1 -0
  1238. package/src/block/test/l2_tips_store_test_suite.ts +790 -0
  1239. package/src/block/validate_block_result.ts +174 -0
  1240. package/src/checkpoint/checkpoint.ts +194 -0
  1241. package/src/checkpoint/checkpoint_data.ts +103 -0
  1242. package/src/checkpoint/checkpoint_info.ts +51 -0
  1243. package/src/checkpoint/checkpoint_reexecution_tracker.ts +167 -0
  1244. package/src/checkpoint/digest.ts +28 -0
  1245. package/src/checkpoint/index.ts +10 -0
  1246. package/src/checkpoint/previous_checkpoint_inbox_rolling_hash.ts +46 -0
  1247. package/src/checkpoint/previous_checkpoint_out_hashes.ts +61 -0
  1248. package/src/checkpoint/published_checkpoint.ts +107 -0
  1249. package/src/checkpoint/simulation_overrides.ts +174 -0
  1250. package/src/checkpoint/validate.ts +240 -0
  1251. package/src/config/chain-config.ts +40 -0
  1252. package/src/config/index.ts +4 -0
  1253. package/src/config/network-consensus-config.ts +304 -0
  1254. package/src/config/node-rpc-config.ts +88 -0
  1255. package/src/config/sequencer-config.ts +96 -0
  1256. package/src/contract/artifact_hash.ts +128 -0
  1257. package/src/contract/complete_address.ts +159 -0
  1258. package/src/contract/contract_address.ts +92 -0
  1259. package/src/contract/contract_class.ts +66 -0
  1260. package/src/contract/contract_class_id.ts +76 -0
  1261. package/src/contract/contract_deployment_data.ts +124 -0
  1262. package/src/contract/contract_function_dao.ts +13 -0
  1263. package/src/contract/contract_instance.ts +230 -0
  1264. package/src/contract/contract_instance_update.ts +48 -0
  1265. package/src/contract/index.ts +12 -0
  1266. package/src/contract/interfaces/contract_class.ts +105 -0
  1267. package/src/contract/interfaces/contract_data_source.ts +42 -0
  1268. package/src/contract/interfaces/contract_instance.ts +100 -0
  1269. package/src/contract/interfaces/contract_instance_update.ts +32 -0
  1270. package/src/contract/interfaces/index.ts +6 -0
  1271. package/src/contract/interfaces/node-info.ts +46 -0
  1272. package/src/contract/interfaces/protocol_contract_addresses.ts +20 -0
  1273. package/src/contract/partial_address.ts +13 -0
  1274. package/src/contract/private_function.ts +51 -0
  1275. package/src/database-version/README.md +63 -0
  1276. package/src/database-version/database_version.ts +86 -0
  1277. package/src/database-version/version_manager.ts +290 -0
  1278. package/src/delayed_public_mutable/delayed_public_mutable_values.ts +94 -0
  1279. package/src/delayed_public_mutable/delayed_public_mutable_values_with_hash.ts +38 -0
  1280. package/src/delayed_public_mutable/index.ts +4 -0
  1281. package/src/delayed_public_mutable/scheduled_delay_change.ts +17 -0
  1282. package/src/delayed_public_mutable/scheduled_value_change.ts +31 -0
  1283. package/src/deserialization/index.ts +54 -0
  1284. package/src/epoch-helpers/index.ts +175 -0
  1285. package/src/errors/index.ts +2 -0
  1286. package/src/errors/proving_error.ts +22 -0
  1287. package/src/errors/simulation_error.ts +260 -0
  1288. package/src/fees/index.ts +1 -0
  1289. package/src/fees/transaction_fee.ts +40 -0
  1290. package/src/file-store/factory.ts +92 -0
  1291. package/src/file-store/gcs.ts +120 -0
  1292. package/src/file-store/http.ts +88 -0
  1293. package/src/file-store/index.ts +4 -0
  1294. package/src/file-store/interface.ts +25 -0
  1295. package/src/file-store/local.ts +56 -0
  1296. package/src/file-store/memory.ts +94 -0
  1297. package/src/file-store/s3.ts +258 -0
  1298. package/src/gas/README.md +319 -0
  1299. package/src/gas/fee_math.ts +120 -0
  1300. package/src/gas/gas.ts +132 -0
  1301. package/src/gas/gas_fees.ts +140 -0
  1302. package/src/gas/gas_settings.ts +232 -0
  1303. package/src/gas/gas_used.ts +44 -0
  1304. package/src/gas/index.ts +6 -0
  1305. package/src/gas/tx_gas_limits.ts +115 -0
  1306. package/src/ha-signing/config.ts +169 -0
  1307. package/src/ha-signing/index.ts +29 -0
  1308. package/src/ha-signing/local_config.ts +64 -0
  1309. package/src/ha-signing/types.ts +126 -0
  1310. package/src/hash/hash.ts +209 -0
  1311. package/src/hash/index.ts +2 -0
  1312. package/src/hash/map_slot.ts +19 -0
  1313. package/src/interfaces/allowed_element.ts +42 -0
  1314. package/src/interfaces/api_limit.ts +10 -0
  1315. package/src/interfaces/archiver.ts +175 -0
  1316. package/src/interfaces/aztec-node-admin.ts +140 -0
  1317. package/src/interfaces/aztec-node-debug.ts +91 -0
  1318. package/src/interfaces/aztec-node.ts +825 -0
  1319. package/src/interfaces/block-builder.ts +171 -0
  1320. package/src/interfaces/block_response.ts +91 -0
  1321. package/src/interfaces/chain_tips.ts +16 -0
  1322. package/src/interfaces/checkpoint_parameter.ts +19 -0
  1323. package/src/interfaces/checkpoint_response.ts +83 -0
  1324. package/src/interfaces/client.ts +12 -0
  1325. package/src/interfaces/configs.ts +223 -0
  1326. package/src/interfaces/get_tx_by_hash_options.ts +14 -0
  1327. package/src/interfaces/l1_publish_info.ts +39 -0
  1328. package/src/interfaces/l2_logs_source.ts +32 -0
  1329. package/src/interfaces/merkle_tree_operations.ts +316 -0
  1330. package/src/interfaces/p2p-bootstrap.ts +21 -0
  1331. package/src/interfaces/p2p.ts +139 -0
  1332. package/src/interfaces/private_kernel_prover.ts +301 -0
  1333. package/src/interfaces/processed-tx-handler.ts +10 -0
  1334. package/src/interfaces/prover-agent.ts +19 -0
  1335. package/src/interfaces/prover-broker.ts +112 -0
  1336. package/src/interfaces/prover-client.ts +153 -0
  1337. package/src/interfaces/prover-node.ts +68 -0
  1338. package/src/interfaces/proving-job-source.ts +40 -0
  1339. package/src/interfaces/proving-job.ts +417 -0
  1340. package/src/interfaces/public_state_source.ts +9 -0
  1341. package/src/interfaces/public_storage_override.ts +25 -0
  1342. package/src/interfaces/server.ts +28 -0
  1343. package/src/interfaces/server_circuit_prover.ts +195 -0
  1344. package/src/interfaces/service.ts +27 -0
  1345. package/src/interfaces/slasher.ts +62 -0
  1346. package/src/interfaces/tx_provider.ts +26 -0
  1347. package/src/interfaces/validator.ts +212 -0
  1348. package/src/interfaces/world_state.ts +114 -0
  1349. package/src/kernel/claimed_length_array.ts +103 -0
  1350. package/src/kernel/hiding_kernel_private_inputs.ts +37 -0
  1351. package/src/kernel/hints/build_note_hash_read_request_hints.ts +127 -0
  1352. package/src/kernel/hints/build_nullifier_read_request_hints.ts +123 -0
  1353. package/src/kernel/hints/build_transient_data_hints.ts +94 -0
  1354. package/src/kernel/hints/find_private_kernel_reset_dimensions.ts +75 -0
  1355. package/src/kernel/hints/index.ts +14 -0
  1356. package/src/kernel/hints/key_validation_hint.ts +22 -0
  1357. package/src/kernel/hints/key_validation_request.ts +66 -0
  1358. package/src/kernel/hints/key_validation_request_and_separator.ts +49 -0
  1359. package/src/kernel/hints/note_hash_read_request_hints.ts +85 -0
  1360. package/src/kernel/hints/nullifier_read_request_hints.ts +84 -0
  1361. package/src/kernel/hints/private_kernel_reset_hints.ts +112 -0
  1362. package/src/kernel/hints/read_request.ts +133 -0
  1363. package/src/kernel/hints/read_request_hints.ts +186 -0
  1364. package/src/kernel/hints/scoped_key_validation_request_and_separator.ts +54 -0
  1365. package/src/kernel/hints/scoped_value_cache.ts +19 -0
  1366. package/src/kernel/hints/transient_data_squashing_hint.ts +44 -0
  1367. package/src/kernel/index.ts +40 -0
  1368. package/src/kernel/log_hash.ts +185 -0
  1369. package/src/kernel/note_hash.ts +91 -0
  1370. package/src/kernel/nullifier.ts +96 -0
  1371. package/src/kernel/padded_side_effects.ts +73 -0
  1372. package/src/kernel/private_accumulated_data.ts +113 -0
  1373. package/src/kernel/private_call_data.ts +182 -0
  1374. package/src/kernel/private_call_request.ts +99 -0
  1375. package/src/kernel/private_circuit_public_inputs.ts +377 -0
  1376. package/src/kernel/private_context_inputs.ts +30 -0
  1377. package/src/kernel/private_kernel_circuit_public_inputs.ts +119 -0
  1378. package/src/kernel/private_kernel_data.ts +37 -0
  1379. package/src/kernel/private_kernel_init_2_circuit_private_inputs.ts +46 -0
  1380. package/src/kernel/private_kernel_init_3_circuit_private_inputs.ts +49 -0
  1381. package/src/kernel/private_kernel_init_4_circuit_private_inputs.ts +52 -0
  1382. package/src/kernel/private_kernel_init_5_circuit_private_inputs.ts +55 -0
  1383. package/src/kernel/private_kernel_init_circuit_private_inputs.ts +69 -0
  1384. package/src/kernel/private_kernel_inner_2_circuit_private_inputs.ts +29 -0
  1385. package/src/kernel/private_kernel_inner_3_circuit_private_inputs.ts +31 -0
  1386. package/src/kernel/private_kernel_inner_4_circuit_private_inputs.ts +39 -0
  1387. package/src/kernel/private_kernel_inner_5_circuit_private_inputs.ts +42 -0
  1388. package/src/kernel/private_kernel_inner_circuit_private_inputs.ts +41 -0
  1389. package/src/kernel/private_kernel_prover_output.ts +74 -0
  1390. package/src/kernel/private_kernel_reset_circuit_private_inputs.ts +80 -0
  1391. package/src/kernel/private_kernel_reset_dimensions.ts +91 -0
  1392. package/src/kernel/private_kernel_reset_tail_circuit_private_inputs.ts +69 -0
  1393. package/src/kernel/private_kernel_simulated_output.ts +19 -0
  1394. package/src/kernel/private_kernel_tail_circuit_public_inputs.ts +358 -0
  1395. package/src/kernel/private_log_data.ts +118 -0
  1396. package/src/kernel/private_to_avm_accumulated_data.ts +239 -0
  1397. package/src/kernel/private_to_public_accumulated_data.ts +146 -0
  1398. package/src/kernel/private_to_public_accumulated_data_builder.ts +102 -0
  1399. package/src/kernel/private_to_public_kernel_circuit_public_inputs.ts +111 -0
  1400. package/src/kernel/private_to_rollup_accumulated_data.ts +169 -0
  1401. package/src/kernel/private_to_rollup_kernel_circuit_public_inputs.ts +118 -0
  1402. package/src/kernel/private_validation_requests.ts +96 -0
  1403. package/src/kernel/public_call_request.ts +284 -0
  1404. package/src/kernel/utils/index.ts +2 -0
  1405. package/src/kernel/utils/interfaces.ts +7 -0
  1406. package/src/kernel/utils/order_and_comparison.ts +46 -0
  1407. package/src/keys/derivation.ts +181 -0
  1408. package/src/keys/index.ts +5 -0
  1409. package/src/keys/key_types.ts +9 -0
  1410. package/src/keys/public_key.ts +28 -0
  1411. package/src/keys/public_keys.ts +227 -0
  1412. package/src/keys/utils.ts +13 -0
  1413. package/src/kv-store/config.ts +29 -0
  1414. package/src/kv-store/index.ts +1 -0
  1415. package/src/l1-contracts/index.ts +1 -0
  1416. package/src/logs/app_tagging_secret.ts +159 -0
  1417. package/src/logs/app_tagging_secret_kind.ts +21 -0
  1418. package/src/logs/contract_class_log.ts +239 -0
  1419. package/src/logs/debug_log.ts +50 -0
  1420. package/src/logs/debug_log_store.ts +54 -0
  1421. package/src/logs/index.ts +18 -0
  1422. package/src/logs/log_cursor.ts +109 -0
  1423. package/src/logs/log_result.ts +103 -0
  1424. package/src/logs/logs_query.ts +137 -0
  1425. package/src/logs/message_context.ts +18 -0
  1426. package/src/logs/pending_tagged_log.ts +12 -0
  1427. package/src/logs/pre_tag.ts +21 -0
  1428. package/src/logs/private_log.ts +127 -0
  1429. package/src/logs/public_log.ts +217 -0
  1430. package/src/logs/query_all_logs_by_tags.ts +98 -0
  1431. package/src/logs/shared_secret_derivation.ts +70 -0
  1432. package/src/logs/siloed_tag.ts +59 -0
  1433. package/src/logs/tag.ts +42 -0
  1434. package/src/logs/tagging_index_range.ts +17 -0
  1435. package/src/messaging/append_l1_to_l2_messages.ts +13 -0
  1436. package/src/messaging/inbox_bucket.ts +124 -0
  1437. package/src/messaging/inbox_consumption.ts +74 -0
  1438. package/src/messaging/inbox_rolling_hash.ts +24 -0
  1439. package/src/messaging/index.ts +13 -0
  1440. package/src/messaging/l1_actor.ts +43 -0
  1441. package/src/messaging/l1_to_l2_message.ts +139 -0
  1442. package/src/messaging/l1_to_l2_message_bundle.ts +65 -0
  1443. package/src/messaging/l1_to_l2_message_source.ts +68 -0
  1444. package/src/messaging/l1_to_l2_message_sponge.ts +69 -0
  1445. package/src/messaging/l2_actor.ts +44 -0
  1446. package/src/messaging/l2_to_l1_membership.ts +378 -0
  1447. package/src/messaging/l2_to_l1_message.ts +269 -0
  1448. package/src/messaging/out_hash.ts +77 -0
  1449. package/src/noir/index.ts +173 -0
  1450. package/src/note/comparator.ts +11 -0
  1451. package/src/note/index.ts +4 -0
  1452. package/src/note/note.ts +75 -0
  1453. package/src/note/note_dao.ts +184 -0
  1454. package/src/note/note_status.ts +8 -0
  1455. package/src/p2p/attestation_utils.ts +98 -0
  1456. package/src/p2p/block_proposal.ts +400 -0
  1457. package/src/p2p/checkpoint_attestation.ts +155 -0
  1458. package/src/p2p/checkpoint_proposal.ts +452 -0
  1459. package/src/p2p/client_type.ts +0 -0
  1460. package/src/p2p/consensus_payload.ts +156 -0
  1461. package/src/p2p/constants.ts +6 -0
  1462. package/src/p2p/gossipable.ts +78 -0
  1463. package/src/p2p/index.ts +13 -0
  1464. package/src/p2p/message_validator.ts +22 -0
  1465. package/src/p2p/peer_error.ts +24 -0
  1466. package/src/p2p/signature_utils.ts +130 -0
  1467. package/src/p2p/signed_txs.ts +105 -0
  1468. package/src/p2p/topic_type.ts +58 -0
  1469. package/src/p2p/validated_proposal.ts +43 -0
  1470. package/src/p2p/wire_compat_fixtures.ts +23 -0
  1471. package/src/parity/inbox_parity_private_inputs.ts +116 -0
  1472. package/src/parity/index.ts +2 -0
  1473. package/src/parity/parity_public_inputs.ts +87 -0
  1474. package/src/proofs/chonk_proof.ts +243 -0
  1475. package/src/proofs/index.ts +5 -0
  1476. package/src/proofs/proof.ts +122 -0
  1477. package/src/proofs/proof_data.ts +64 -0
  1478. package/src/proofs/proving_request_type.ts +19 -0
  1479. package/src/proofs/recursive_proof.ts +124 -0
  1480. package/src/rollup/avm_proof_data.ts +6 -0
  1481. package/src/rollup/base_rollup_hints.ts +183 -0
  1482. package/src/rollup/block_constant_data.ts +73 -0
  1483. package/src/rollup/block_headers_hash.ts +21 -0
  1484. package/src/rollup/block_merge_rollup_private_inputs.ts +69 -0
  1485. package/src/rollup/block_rollup_public_inputs.ts +147 -0
  1486. package/src/rollup/block_root_rollup_private_inputs.ts +267 -0
  1487. package/src/rollup/checkpoint_constant_data.ts +123 -0
  1488. package/src/rollup/checkpoint_header.ts +314 -0
  1489. package/src/rollup/checkpoint_merge_rollup_private_inputs.ts +49 -0
  1490. package/src/rollup/checkpoint_rollup_public_inputs.ts +176 -0
  1491. package/src/rollup/checkpoint_root_rollup_private_inputs.ts +245 -0
  1492. package/src/rollup/epoch_constant_data.ts +62 -0
  1493. package/src/rollup/index.ts +22 -0
  1494. package/src/rollup/private_tx_base_rollup_private_inputs.ts +53 -0
  1495. package/src/rollup/public_chonk_verifier_private_inputs.ts +54 -0
  1496. package/src/rollup/public_chonk_verifier_public_inputs.ts +53 -0
  1497. package/src/rollup/public_tx_base_rollup_private_inputs.ts +57 -0
  1498. package/src/rollup/root_rollup_private_inputs.ts +90 -0
  1499. package/src/rollup/root_rollup_public_inputs.ts +118 -0
  1500. package/src/rollup/tree_snapshot_diff_hints.ts +111 -0
  1501. package/src/rollup/tx_merge_rollup_private_inputs.ts +66 -0
  1502. package/src/rollup/tx_rollup_public_inputs.ts +138 -0
  1503. package/src/schemas/index.ts +1 -0
  1504. package/src/schemas/schemas.ts +113 -0
  1505. package/src/slashing/helpers.ts +153 -0
  1506. package/src/slashing/index.ts +5 -0
  1507. package/src/slashing/interfaces.ts +13 -0
  1508. package/src/slashing/serialization.ts +23 -0
  1509. package/src/slashing/types.ts +144 -0
  1510. package/src/slashing/votes.ts +126 -0
  1511. package/src/snapshots/download.ts +122 -0
  1512. package/src/snapshots/index.ts +3 -0
  1513. package/src/snapshots/types.ts +73 -0
  1514. package/src/snapshots/upload.ts +64 -0
  1515. package/src/stats/index.ts +1 -0
  1516. package/src/stats/stats.ts +295 -0
  1517. package/src/tests/factories.ts +1728 -0
  1518. package/src/tests/fixtures.ts +34 -0
  1519. package/src/tests/index.ts +2 -0
  1520. package/src/tests/jest.ts +29 -0
  1521. package/src/tests/mocks.ts +752 -0
  1522. package/src/timetable/README.md +609 -0
  1523. package/src/timetable/budgets.ts +87 -0
  1524. package/src/timetable/build_proposer_timetable.ts +42 -0
  1525. package/src/timetable/consensus_timetable.ts +126 -0
  1526. package/src/timetable/index.ts +4 -0
  1527. package/src/timetable/proposer_timetable.ts +190 -0
  1528. package/src/timetable/timetable-example.svg +108 -0
  1529. package/src/trees/append_only_tree_snapshot.ts +114 -0
  1530. package/src/trees/database_public_state_source.ts +30 -0
  1531. package/src/trees/index.ts +8 -0
  1532. package/src/trees/merkle_tree_id.ts +54 -0
  1533. package/src/trees/nullifier_leaf.ts +195 -0
  1534. package/src/trees/nullifier_membership_witness.ts +53 -0
  1535. package/src/trees/public_data_leaf.ts +212 -0
  1536. package/src/trees/public_data_witness.ts +90 -0
  1537. package/src/tx/block_header.ts +242 -0
  1538. package/src/tx/call_context.ts +137 -0
  1539. package/src/tx/capsule.ts +56 -0
  1540. package/src/tx/execution_payload.ts +61 -0
  1541. package/src/tx/fee_provider.ts +10 -0
  1542. package/src/tx/function_data.ts +101 -0
  1543. package/src/tx/global_variable_builder.ts +19 -0
  1544. package/src/tx/global_variables.ts +265 -0
  1545. package/src/tx/hashed_values.ts +78 -0
  1546. package/src/tx/in_tx.ts +24 -0
  1547. package/src/tx/index.ts +34 -0
  1548. package/src/tx/indexed_tx_effect.ts +53 -0
  1549. package/src/tx/offchain_effect.ts +20 -0
  1550. package/src/tx/partial_state_reference.ts +124 -0
  1551. package/src/tx/private_execution_result.ts +283 -0
  1552. package/src/tx/private_tx_constant_data.ts +117 -0
  1553. package/src/tx/processed_tx.ts +190 -0
  1554. package/src/tx/profiling.ts +212 -0
  1555. package/src/tx/protocol_contracts.ts +85 -0
  1556. package/src/tx/proven_tx.ts +67 -0
  1557. package/src/tx/public_call_request_with_calldata.ts +93 -0
  1558. package/src/tx/public_simulation_output.ts +114 -0
  1559. package/src/tx/simulated_tx.ts +187 -0
  1560. package/src/tx/state_reference.ts +133 -0
  1561. package/src/tx/tree_snapshots.ts +131 -0
  1562. package/src/tx/tx.ts +402 -0
  1563. package/src/tx/tx_constant_data.ts +91 -0
  1564. package/src/tx/tx_context.ts +114 -0
  1565. package/src/tx/tx_effect.ts +374 -0
  1566. package/src/tx/tx_execution_request.ts +180 -0
  1567. package/src/tx/tx_hash.ts +103 -0
  1568. package/src/tx/tx_receipt.ts +337 -0
  1569. package/src/tx/tx_request.ts +87 -0
  1570. package/src/tx/validator/error_texts.ts +54 -0
  1571. package/src/tx/validator/tx_validator.ts +29 -0
  1572. package/src/types/index.ts +1 -0
  1573. package/src/types/shared.ts +41 -0
  1574. package/src/update-checker/dev_version.ts +2 -0
  1575. package/src/update-checker/index.ts +3 -0
  1576. package/src/update-checker/package_version.ts +16 -0
  1577. package/src/update-checker/version_checker.ts +64 -0
  1578. package/src/validators/errors.ts +84 -0
  1579. package/src/validators/index.ts +3 -0
  1580. package/src/validators/schemas.ts +89 -0
  1581. package/src/validators/types.ts +67 -0
  1582. package/src/versioning/index.ts +1 -0
  1583. package/src/versioning/versioning.ts +151 -0
  1584. package/src/vks/index.ts +2 -0
  1585. package/src/vks/verification_key.ts +171 -0
  1586. package/src/vks/vk_data.ts +43 -0
  1587. package/src/world-state/genesis_data.ts +37 -0
  1588. package/src/world-state/index.ts +2 -0
  1589. package/src/world-state/world_state_revision.ts +38 -0
  1590. package/src/zkpassport/index.ts +118 -0
@@ -0,0 +1,3617 @@
1
+ import { Fr } from '@aztec-labs/foundation/curves/bn254';
2
+ import { z } from 'zod';
3
+ import { AztecAddress } from '../aztec-address/index.js';
4
+ import { ContractDeploymentData } from '../contract/index.js';
5
+ import { SimulationError } from '../errors/simulation_error.js';
6
+ import { Gas } from '../gas/gas.js';
7
+ import { GasFees } from '../gas/gas_fees.js';
8
+ import { GasSettings } from '../gas/gas_settings.js';
9
+ import { GasUsed } from '../gas/gas_used.js';
10
+ import { PublicKeys } from '../keys/public_keys.js';
11
+ import { DebugLog } from '../logs/debug_log.js';
12
+ import { PublicLog } from '../logs/public_log.js';
13
+ import { ScopedL2ToL1Message } from '../messaging/l2_to_l1_message.js';
14
+ import { type ZodFor } from '../schemas/schemas.js';
15
+ import { AppendOnlyTreeSnapshot } from '../trees/append_only_tree_snapshot.js';
16
+ import { MerkleTreeId } from '../trees/merkle_tree_id.js';
17
+ import { NullifierLeaf, NullifierLeafPreimage } from '../trees/nullifier_leaf.js';
18
+ import { PublicDataTreeLeaf, PublicDataTreeLeafPreimage } from '../trees/public_data_leaf.js';
19
+ import { GlobalVariables, NestedProcessReturnValues, ProtocolContracts, PublicCallRequestWithCalldata, TreeSnapshots, type Tx } from '../tx/index.js';
20
+ import { TxExecutionPhase } from '../tx/processed_tx.js';
21
+ import { WorldStateRevision } from '../world-state/world_state_revision.js';
22
+ import { AvmCircuitPublicInputs } from './avm_circuit_public_inputs.js';
23
+ import { PublicDataWrite } from './public_data_write.js';
24
+ import { RevertCode } from './revert_code.js';
25
+ export declare class AvmContractClassHint {
26
+ readonly hintKey: number;
27
+ readonly classId: Fr;
28
+ readonly artifactHash: Fr;
29
+ readonly privateFunctionsRoot: Fr;
30
+ readonly packedBytecode: Buffer;
31
+ constructor(hintKey: number, classId: Fr, artifactHash: Fr, privateFunctionsRoot: Fr, packedBytecode: Buffer);
32
+ static get schema(): z.ZodPipe<z.ZodObject<{
33
+ hintKey: z.ZodNumber;
34
+ classId: ZodFor<Fr>;
35
+ artifactHash: ZodFor<Fr>;
36
+ privateFunctionsRoot: ZodFor<Fr>;
37
+ packedBytecode: ZodFor<Buffer<ArrayBufferLike>>;
38
+ }, z.core.$strip>, z.ZodTransform<AvmContractClassHint, {
39
+ hintKey: number;
40
+ classId: Fr;
41
+ artifactHash: Fr;
42
+ privateFunctionsRoot: Fr;
43
+ packedBytecode: Buffer<ArrayBufferLike>;
44
+ }>>;
45
+ /**
46
+ * Creates an AvmContractClassHint from a plain object without Zod validation.
47
+ * This method is optimized for performance and skips validation, making it suitable
48
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
49
+ * @param obj - Plain object containing AvmContractClassHint fields
50
+ * @returns An AvmContractClassHint instance
51
+ */
52
+ static fromPlainObject(obj: any): AvmContractClassHint;
53
+ }
54
+ export declare class AvmBytecodeCommitmentHint {
55
+ readonly hintKey: number;
56
+ readonly classId: Fr;
57
+ readonly commitment: Fr;
58
+ constructor(hintKey: number, classId: Fr, commitment: Fr);
59
+ static get schema(): z.ZodPipe<z.ZodObject<{
60
+ hintKey: z.ZodNumber;
61
+ classId: ZodFor<Fr>;
62
+ commitment: ZodFor<Fr>;
63
+ }, z.core.$strip>, z.ZodTransform<AvmBytecodeCommitmentHint, {
64
+ hintKey: number;
65
+ classId: Fr;
66
+ commitment: Fr;
67
+ }>>;
68
+ /**
69
+ * Creates an AvmBytecodeCommitmentHint from a plain object without Zod validation.
70
+ * This method is optimized for performance and skips validation, making it suitable
71
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
72
+ * @param obj - Plain object containing AvmBytecodeCommitmentHint fields
73
+ * @returns An AvmBytecodeCommitmentHint instance
74
+ */
75
+ static fromPlainObject(obj: any): AvmBytecodeCommitmentHint;
76
+ }
77
+ export declare class AvmContractInstanceHint {
78
+ readonly hintKey: number;
79
+ readonly address: AztecAddress;
80
+ readonly salt: Fr;
81
+ readonly deployer: AztecAddress;
82
+ readonly currentContractClassId: Fr;
83
+ readonly originalContractClassId: Fr;
84
+ readonly initializationHash: Fr;
85
+ readonly immutablesHash: Fr;
86
+ readonly publicKeys: PublicKeys;
87
+ constructor(hintKey: number, address: AztecAddress, salt: Fr, deployer: AztecAddress, currentContractClassId: Fr, originalContractClassId: Fr, initializationHash: Fr, immutablesHash: Fr, publicKeys: PublicKeys);
88
+ static get schema(): z.ZodPipe<z.ZodObject<{
89
+ hintKey: z.ZodNumber;
90
+ address: ZodFor<AztecAddress>;
91
+ salt: ZodFor<Fr>;
92
+ deployer: ZodFor<AztecAddress>;
93
+ currentContractClassId: ZodFor<Fr>;
94
+ originalContractClassId: ZodFor<Fr>;
95
+ initializationHash: ZodFor<Fr>;
96
+ immutablesHash: ZodFor<Fr>;
97
+ publicKeys: z.ZodPipe<z.ZodObject<{
98
+ npkMHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
99
+ ivpkM: z.ZodType<import("@aztec-labs/foundation/schemas").Point, string, z.core.$ZodTypeInternals<import("@aztec-labs/foundation/schemas").Point, string>>;
100
+ ovpkMHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
101
+ tpkMHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
102
+ mspkMHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
103
+ fbpkMHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
104
+ }, z.core.$strip>, z.ZodTransform<PublicKeys, {
105
+ npkMHash: Fr;
106
+ ivpkM: import("@aztec-labs/foundation/schemas").Point;
107
+ ovpkMHash: Fr;
108
+ tpkMHash: Fr;
109
+ mspkMHash: Fr;
110
+ fbpkMHash: Fr;
111
+ }>>;
112
+ }, z.core.$strip>, z.ZodTransform<AvmContractInstanceHint, {
113
+ hintKey: number;
114
+ address: AztecAddress;
115
+ salt: Fr;
116
+ deployer: AztecAddress;
117
+ currentContractClassId: Fr;
118
+ originalContractClassId: Fr;
119
+ initializationHash: Fr;
120
+ immutablesHash: Fr;
121
+ publicKeys: PublicKeys;
122
+ }>>;
123
+ /**
124
+ * Creates an AvmContractInstanceHint from a plain object without Zod validation.
125
+ * This method is optimized for performance and skips validation, making it suitable
126
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
127
+ * @param obj - Plain object containing AvmContractInstanceHint fields
128
+ * @returns An AvmContractInstanceHint instance
129
+ */
130
+ static fromPlainObject(obj: any): AvmContractInstanceHint;
131
+ }
132
+ export declare class AvmDebugFunctionNameHint {
133
+ readonly address: AztecAddress;
134
+ readonly selector: Fr;
135
+ readonly name: string;
136
+ constructor(address: AztecAddress, selector: Fr, name: string);
137
+ static get schema(): z.ZodPipe<z.ZodObject<{
138
+ address: ZodFor<AztecAddress>;
139
+ selector: ZodFor<Fr>;
140
+ name: z.ZodString;
141
+ }, z.core.$strip>, z.ZodTransform<AvmDebugFunctionNameHint, {
142
+ address: AztecAddress;
143
+ selector: Fr;
144
+ name: string;
145
+ }>>;
146
+ /**
147
+ * Creates an AvmDebugFunctionNameHint from a plain object without Zod validation.
148
+ * This method is optimized for performance and skips validation, making it suitable
149
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
150
+ * @param obj - Plain object containing AvmDebugFunctionNameHint fields
151
+ * @returns An AvmDebugFunctionNameHint instance
152
+ */
153
+ static fromPlainObject(obj: any): AvmDebugFunctionNameHint;
154
+ }
155
+ export declare class AvmGetSiblingPathHint {
156
+ readonly hintKey: AppendOnlyTreeSnapshot;
157
+ readonly treeId: MerkleTreeId;
158
+ readonly index: bigint;
159
+ readonly path: Fr[];
160
+ constructor(hintKey: AppendOnlyTreeSnapshot, treeId: MerkleTreeId, index: bigint, path: Fr[]);
161
+ static get schema(): z.ZodPipe<z.ZodObject<{
162
+ hintKey: z.ZodPipe<z.ZodObject<{
163
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
164
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
165
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
166
+ root: Fr;
167
+ nextAvailableLeafIndex: number;
168
+ }>>;
169
+ treeId: z.ZodNumber;
170
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
171
+ path: z.ZodArray<ZodFor<Fr>>;
172
+ }, z.core.$strip>, z.ZodTransform<AvmGetSiblingPathHint, {
173
+ hintKey: AppendOnlyTreeSnapshot;
174
+ treeId: number;
175
+ index: bigint;
176
+ path: Fr[];
177
+ }>>;
178
+ /**
179
+ * Creates an AvmGetSiblingPathHint from a plain object without Zod validation.
180
+ * This method is optimized for performance and skips validation, making it suitable
181
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
182
+ * @param obj - Plain object containing AvmGetSiblingPathHint fields
183
+ * @returns An AvmGetSiblingPathHint instance
184
+ */
185
+ static fromPlainObject(obj: any): AvmGetSiblingPathHint;
186
+ }
187
+ export declare class AvmGetPreviousValueIndexHint {
188
+ readonly hintKey: AppendOnlyTreeSnapshot;
189
+ readonly treeId: MerkleTreeId;
190
+ readonly value: Fr;
191
+ readonly index: bigint;
192
+ readonly alreadyPresent: boolean;
193
+ constructor(hintKey: AppendOnlyTreeSnapshot, treeId: MerkleTreeId, value: Fr, index: bigint, alreadyPresent: boolean);
194
+ static get schema(): z.ZodPipe<z.ZodObject<{
195
+ hintKey: z.ZodPipe<z.ZodObject<{
196
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
197
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
198
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
199
+ root: Fr;
200
+ nextAvailableLeafIndex: number;
201
+ }>>;
202
+ treeId: z.ZodNumber;
203
+ value: ZodFor<Fr>;
204
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
205
+ alreadyPresent: z.ZodBoolean;
206
+ }, z.core.$strip>, z.ZodTransform<AvmGetPreviousValueIndexHint, {
207
+ hintKey: AppendOnlyTreeSnapshot;
208
+ treeId: number;
209
+ value: Fr;
210
+ index: bigint;
211
+ alreadyPresent: boolean;
212
+ }>>;
213
+ /**
214
+ * Creates an AvmGetPreviousValueIndexHint from a plain object without Zod validation.
215
+ * This method is optimized for performance and skips validation, making it suitable
216
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
217
+ * @param obj - Plain object containing AvmGetPreviousValueIndexHint fields
218
+ * @returns An AvmGetPreviousValueIndexHint instance
219
+ */
220
+ static fromPlainObject(obj: any): AvmGetPreviousValueIndexHint;
221
+ }
222
+ type IndexedTreeLeafPreimages = NullifierLeafPreimage | PublicDataTreeLeafPreimage;
223
+ declare const AvmGetLeafPreimageHintPublicDataTree_base: {
224
+ new (hintKey: AppendOnlyTreeSnapshot, index: bigint, leafPreimage: IndexedTreeLeafPreimages): {
225
+ readonly hintKey: AppendOnlyTreeSnapshot;
226
+ readonly index: bigint;
227
+ readonly leafPreimage: IndexedTreeLeafPreimages;
228
+ };
229
+ get schema(): z.ZodPipe<z.ZodObject<{
230
+ hintKey: z.ZodPipe<z.ZodObject<{
231
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
232
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
233
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
234
+ root: Fr;
235
+ nextAvailableLeafIndex: number;
236
+ }>>;
237
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
238
+ leafPreimage: z.ZodPipe<z.ZodObject<{
239
+ leaf: z.ZodPipe<z.ZodObject<{
240
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
241
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
242
+ nullifier: Fr;
243
+ }>>;
244
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
245
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
246
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
247
+ leaf: NullifierLeaf;
248
+ nextKey: Fr;
249
+ nextIndex: bigint;
250
+ }>> | z.ZodPipe<z.ZodObject<{
251
+ leaf: z.ZodPipe<z.ZodObject<{
252
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
253
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
254
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
255
+ slot: Fr;
256
+ value: Fr;
257
+ }>>;
258
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
259
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
260
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
261
+ leaf: PublicDataTreeLeaf;
262
+ nextKey: Fr;
263
+ nextIndex: bigint;
264
+ }>>;
265
+ }, z.core.$strip>, z.ZodTransform<{
266
+ readonly hintKey: AppendOnlyTreeSnapshot;
267
+ readonly index: bigint;
268
+ readonly leafPreimage: IndexedTreeLeafPreimages;
269
+ }, {
270
+ hintKey: AppendOnlyTreeSnapshot;
271
+ index: bigint;
272
+ leafPreimage: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
273
+ }>>;
274
+ /**
275
+ * Creates an instance from a plain object without Zod validation.
276
+ * This method is optimized for performance and skips validation, making it suitable
277
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
278
+ * @param obj - Plain object containing hint fields
279
+ * @returns An instance
280
+ */
281
+ fromPlainObject(obj: any): any;
282
+ };
283
+ export declare class AvmGetLeafPreimageHintPublicDataTree extends AvmGetLeafPreimageHintPublicDataTree_base {
284
+ }
285
+ declare const AvmGetLeafPreimageHintNullifierTree_base: {
286
+ new (hintKey: AppendOnlyTreeSnapshot, index: bigint, leafPreimage: IndexedTreeLeafPreimages): {
287
+ readonly hintKey: AppendOnlyTreeSnapshot;
288
+ readonly index: bigint;
289
+ readonly leafPreimage: IndexedTreeLeafPreimages;
290
+ };
291
+ get schema(): z.ZodPipe<z.ZodObject<{
292
+ hintKey: z.ZodPipe<z.ZodObject<{
293
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
294
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
295
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
296
+ root: Fr;
297
+ nextAvailableLeafIndex: number;
298
+ }>>;
299
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
300
+ leafPreimage: z.ZodPipe<z.ZodObject<{
301
+ leaf: z.ZodPipe<z.ZodObject<{
302
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
303
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
304
+ nullifier: Fr;
305
+ }>>;
306
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
307
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
308
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
309
+ leaf: NullifierLeaf;
310
+ nextKey: Fr;
311
+ nextIndex: bigint;
312
+ }>> | z.ZodPipe<z.ZodObject<{
313
+ leaf: z.ZodPipe<z.ZodObject<{
314
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
315
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
316
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
317
+ slot: Fr;
318
+ value: Fr;
319
+ }>>;
320
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
321
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
322
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
323
+ leaf: PublicDataTreeLeaf;
324
+ nextKey: Fr;
325
+ nextIndex: bigint;
326
+ }>>;
327
+ }, z.core.$strip>, z.ZodTransform<{
328
+ readonly hintKey: AppendOnlyTreeSnapshot;
329
+ readonly index: bigint;
330
+ readonly leafPreimage: IndexedTreeLeafPreimages;
331
+ }, {
332
+ hintKey: AppendOnlyTreeSnapshot;
333
+ index: bigint;
334
+ leafPreimage: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
335
+ }>>;
336
+ /**
337
+ * Creates an instance from a plain object without Zod validation.
338
+ * This method is optimized for performance and skips validation, making it suitable
339
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
340
+ * @param obj - Plain object containing hint fields
341
+ * @returns An instance
342
+ */
343
+ fromPlainObject(obj: any): any;
344
+ };
345
+ export declare class AvmGetLeafPreimageHintNullifierTree extends AvmGetLeafPreimageHintNullifierTree_base {
346
+ }
347
+ export declare class AvmGetLeafValueHint {
348
+ readonly hintKey: AppendOnlyTreeSnapshot;
349
+ readonly treeId: MerkleTreeId;
350
+ readonly index: bigint;
351
+ readonly value: Fr;
352
+ constructor(hintKey: AppendOnlyTreeSnapshot, treeId: MerkleTreeId, index: bigint, value: Fr);
353
+ static get schema(): z.ZodPipe<z.ZodObject<{
354
+ hintKey: z.ZodPipe<z.ZodObject<{
355
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
356
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
357
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
358
+ root: Fr;
359
+ nextAvailableLeafIndex: number;
360
+ }>>;
361
+ treeId: z.ZodNumber;
362
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
363
+ value: ZodFor<Fr>;
364
+ }, z.core.$strip>, z.ZodTransform<AvmGetLeafValueHint, {
365
+ hintKey: AppendOnlyTreeSnapshot;
366
+ treeId: number;
367
+ index: bigint;
368
+ value: Fr;
369
+ }>>;
370
+ /**
371
+ * Creates an AvmGetLeafValueHint from a plain object without Zod validation.
372
+ * This method is optimized for performance and skips validation, making it suitable
373
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
374
+ * @param obj - Plain object containing AvmGetLeafValueHint fields
375
+ * @returns An AvmGetLeafValueHint instance
376
+ */
377
+ static fromPlainObject(obj: any): AvmGetLeafValueHint;
378
+ }
379
+ declare const AvmSequentialInsertHintPublicDataTree_base: {
380
+ new (hintKey: AppendOnlyTreeSnapshot, stateAfter: AppendOnlyTreeSnapshot, treeId: MerkleTreeId, leaf: NullifierLeaf | PublicDataTreeLeaf, lowLeavesWitnessData: {
381
+ leaf: IndexedTreeLeafPreimages;
382
+ index: bigint;
383
+ path: Fr[];
384
+ }, insertionWitnessData: {
385
+ leaf: IndexedTreeLeafPreimages;
386
+ index: bigint;
387
+ path: Fr[];
388
+ }): {
389
+ readonly hintKey: AppendOnlyTreeSnapshot;
390
+ readonly stateAfter: AppendOnlyTreeSnapshot;
391
+ readonly treeId: MerkleTreeId;
392
+ readonly leaf: NullifierLeaf | PublicDataTreeLeaf;
393
+ readonly lowLeavesWitnessData: {
394
+ leaf: IndexedTreeLeafPreimages;
395
+ index: bigint;
396
+ path: Fr[];
397
+ };
398
+ readonly insertionWitnessData: {
399
+ leaf: IndexedTreeLeafPreimages;
400
+ index: bigint;
401
+ path: Fr[];
402
+ };
403
+ };
404
+ get schema(): z.ZodPipe<z.ZodObject<{
405
+ hintKey: z.ZodPipe<z.ZodObject<{
406
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
407
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
408
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
409
+ root: Fr;
410
+ nextAvailableLeafIndex: number;
411
+ }>>;
412
+ stateAfter: z.ZodPipe<z.ZodObject<{
413
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
414
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
415
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
416
+ root: Fr;
417
+ nextAvailableLeafIndex: number;
418
+ }>>;
419
+ treeId: z.ZodNumber;
420
+ leaf: z.ZodPipe<z.ZodObject<{
421
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
422
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
423
+ nullifier: Fr;
424
+ }>> | z.ZodPipe<z.ZodObject<{
425
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
426
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
427
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
428
+ slot: Fr;
429
+ value: Fr;
430
+ }>>;
431
+ lowLeavesWitnessData: z.ZodObject<{
432
+ leaf: z.ZodPipe<z.ZodObject<{
433
+ leaf: z.ZodPipe<z.ZodObject<{
434
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
435
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
436
+ nullifier: Fr;
437
+ }>>;
438
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
439
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
440
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
441
+ leaf: NullifierLeaf;
442
+ nextKey: Fr;
443
+ nextIndex: bigint;
444
+ }>> | z.ZodPipe<z.ZodObject<{
445
+ leaf: z.ZodPipe<z.ZodObject<{
446
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
447
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
448
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
449
+ slot: Fr;
450
+ value: Fr;
451
+ }>>;
452
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
453
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
454
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
455
+ leaf: PublicDataTreeLeaf;
456
+ nextKey: Fr;
457
+ nextIndex: bigint;
458
+ }>>;
459
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
460
+ path: z.ZodArray<ZodFor<Fr>>;
461
+ }, z.core.$strip>;
462
+ insertionWitnessData: z.ZodObject<{
463
+ leaf: z.ZodPipe<z.ZodObject<{
464
+ leaf: z.ZodPipe<z.ZodObject<{
465
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
466
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
467
+ nullifier: Fr;
468
+ }>>;
469
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
470
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
471
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
472
+ leaf: NullifierLeaf;
473
+ nextKey: Fr;
474
+ nextIndex: bigint;
475
+ }>> | z.ZodPipe<z.ZodObject<{
476
+ leaf: z.ZodPipe<z.ZodObject<{
477
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
478
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
479
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
480
+ slot: Fr;
481
+ value: Fr;
482
+ }>>;
483
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
484
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
485
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
486
+ leaf: PublicDataTreeLeaf;
487
+ nextKey: Fr;
488
+ nextIndex: bigint;
489
+ }>>;
490
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
491
+ path: z.ZodArray<ZodFor<Fr>>;
492
+ }, z.core.$strip>;
493
+ }, z.core.$strip>, z.ZodTransform<{
494
+ readonly hintKey: AppendOnlyTreeSnapshot;
495
+ readonly stateAfter: AppendOnlyTreeSnapshot;
496
+ readonly treeId: MerkleTreeId;
497
+ readonly leaf: NullifierLeaf | PublicDataTreeLeaf;
498
+ readonly lowLeavesWitnessData: {
499
+ leaf: IndexedTreeLeafPreimages;
500
+ index: bigint;
501
+ path: Fr[];
502
+ };
503
+ readonly insertionWitnessData: {
504
+ leaf: IndexedTreeLeafPreimages;
505
+ index: bigint;
506
+ path: Fr[];
507
+ };
508
+ }, {
509
+ hintKey: AppendOnlyTreeSnapshot;
510
+ stateAfter: AppendOnlyTreeSnapshot;
511
+ treeId: number;
512
+ leaf: NullifierLeaf | PublicDataTreeLeaf;
513
+ lowLeavesWitnessData: {
514
+ leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
515
+ index: bigint;
516
+ path: Fr[];
517
+ };
518
+ insertionWitnessData: {
519
+ leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
520
+ index: bigint;
521
+ path: Fr[];
522
+ };
523
+ }>>;
524
+ /**
525
+ * Creates an instance from a plain object without Zod validation.
526
+ * This method is optimized for performance and skips validation, making it suitable
527
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
528
+ * @param obj - Plain object containing hint fields
529
+ * @returns An instance
530
+ */
531
+ fromPlainObject(obj: any): any;
532
+ };
533
+ export declare class AvmSequentialInsertHintPublicDataTree extends AvmSequentialInsertHintPublicDataTree_base {
534
+ }
535
+ declare const AvmSequentialInsertHintNullifierTree_base: {
536
+ new (hintKey: AppendOnlyTreeSnapshot, stateAfter: AppendOnlyTreeSnapshot, treeId: MerkleTreeId, leaf: NullifierLeaf | PublicDataTreeLeaf, lowLeavesWitnessData: {
537
+ leaf: IndexedTreeLeafPreimages;
538
+ index: bigint;
539
+ path: Fr[];
540
+ }, insertionWitnessData: {
541
+ leaf: IndexedTreeLeafPreimages;
542
+ index: bigint;
543
+ path: Fr[];
544
+ }): {
545
+ readonly hintKey: AppendOnlyTreeSnapshot;
546
+ readonly stateAfter: AppendOnlyTreeSnapshot;
547
+ readonly treeId: MerkleTreeId;
548
+ readonly leaf: NullifierLeaf | PublicDataTreeLeaf;
549
+ readonly lowLeavesWitnessData: {
550
+ leaf: IndexedTreeLeafPreimages;
551
+ index: bigint;
552
+ path: Fr[];
553
+ };
554
+ readonly insertionWitnessData: {
555
+ leaf: IndexedTreeLeafPreimages;
556
+ index: bigint;
557
+ path: Fr[];
558
+ };
559
+ };
560
+ get schema(): z.ZodPipe<z.ZodObject<{
561
+ hintKey: z.ZodPipe<z.ZodObject<{
562
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
563
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
564
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
565
+ root: Fr;
566
+ nextAvailableLeafIndex: number;
567
+ }>>;
568
+ stateAfter: z.ZodPipe<z.ZodObject<{
569
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
570
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
571
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
572
+ root: Fr;
573
+ nextAvailableLeafIndex: number;
574
+ }>>;
575
+ treeId: z.ZodNumber;
576
+ leaf: z.ZodPipe<z.ZodObject<{
577
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
578
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
579
+ nullifier: Fr;
580
+ }>> | z.ZodPipe<z.ZodObject<{
581
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
582
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
583
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
584
+ slot: Fr;
585
+ value: Fr;
586
+ }>>;
587
+ lowLeavesWitnessData: z.ZodObject<{
588
+ leaf: z.ZodPipe<z.ZodObject<{
589
+ leaf: z.ZodPipe<z.ZodObject<{
590
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
591
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
592
+ nullifier: Fr;
593
+ }>>;
594
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
595
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
596
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
597
+ leaf: NullifierLeaf;
598
+ nextKey: Fr;
599
+ nextIndex: bigint;
600
+ }>> | z.ZodPipe<z.ZodObject<{
601
+ leaf: z.ZodPipe<z.ZodObject<{
602
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
603
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
604
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
605
+ slot: Fr;
606
+ value: Fr;
607
+ }>>;
608
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
609
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
610
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
611
+ leaf: PublicDataTreeLeaf;
612
+ nextKey: Fr;
613
+ nextIndex: bigint;
614
+ }>>;
615
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
616
+ path: z.ZodArray<ZodFor<Fr>>;
617
+ }, z.core.$strip>;
618
+ insertionWitnessData: z.ZodObject<{
619
+ leaf: z.ZodPipe<z.ZodObject<{
620
+ leaf: z.ZodPipe<z.ZodObject<{
621
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
622
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
623
+ nullifier: Fr;
624
+ }>>;
625
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
626
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
627
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
628
+ leaf: NullifierLeaf;
629
+ nextKey: Fr;
630
+ nextIndex: bigint;
631
+ }>> | z.ZodPipe<z.ZodObject<{
632
+ leaf: z.ZodPipe<z.ZodObject<{
633
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
634
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
635
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
636
+ slot: Fr;
637
+ value: Fr;
638
+ }>>;
639
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
640
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
641
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
642
+ leaf: PublicDataTreeLeaf;
643
+ nextKey: Fr;
644
+ nextIndex: bigint;
645
+ }>>;
646
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
647
+ path: z.ZodArray<ZodFor<Fr>>;
648
+ }, z.core.$strip>;
649
+ }, z.core.$strip>, z.ZodTransform<{
650
+ readonly hintKey: AppendOnlyTreeSnapshot;
651
+ readonly stateAfter: AppendOnlyTreeSnapshot;
652
+ readonly treeId: MerkleTreeId;
653
+ readonly leaf: NullifierLeaf | PublicDataTreeLeaf;
654
+ readonly lowLeavesWitnessData: {
655
+ leaf: IndexedTreeLeafPreimages;
656
+ index: bigint;
657
+ path: Fr[];
658
+ };
659
+ readonly insertionWitnessData: {
660
+ leaf: IndexedTreeLeafPreimages;
661
+ index: bigint;
662
+ path: Fr[];
663
+ };
664
+ }, {
665
+ hintKey: AppendOnlyTreeSnapshot;
666
+ stateAfter: AppendOnlyTreeSnapshot;
667
+ treeId: number;
668
+ leaf: NullifierLeaf | PublicDataTreeLeaf;
669
+ lowLeavesWitnessData: {
670
+ leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
671
+ index: bigint;
672
+ path: Fr[];
673
+ };
674
+ insertionWitnessData: {
675
+ leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
676
+ index: bigint;
677
+ path: Fr[];
678
+ };
679
+ }>>;
680
+ /**
681
+ * Creates an instance from a plain object without Zod validation.
682
+ * This method is optimized for performance and skips validation, making it suitable
683
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
684
+ * @param obj - Plain object containing hint fields
685
+ * @returns An instance
686
+ */
687
+ fromPlainObject(obj: any): any;
688
+ };
689
+ export declare class AvmSequentialInsertHintNullifierTree extends AvmSequentialInsertHintNullifierTree_base {
690
+ }
691
+ export declare class AvmAppendLeavesHint {
692
+ readonly hintKey: AppendOnlyTreeSnapshot;
693
+ readonly stateAfter: AppendOnlyTreeSnapshot;
694
+ readonly treeId: MerkleTreeId;
695
+ readonly leaves: Fr[];
696
+ constructor(hintKey: AppendOnlyTreeSnapshot, stateAfter: AppendOnlyTreeSnapshot, treeId: MerkleTreeId, leaves: Fr[]);
697
+ static get schema(): z.ZodPipe<z.ZodObject<{
698
+ hintKey: z.ZodPipe<z.ZodObject<{
699
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
700
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
701
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
702
+ root: Fr;
703
+ nextAvailableLeafIndex: number;
704
+ }>>;
705
+ stateAfter: z.ZodPipe<z.ZodObject<{
706
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
707
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
708
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
709
+ root: Fr;
710
+ nextAvailableLeafIndex: number;
711
+ }>>;
712
+ treeId: z.ZodNumber;
713
+ leaves: z.ZodArray<ZodFor<Fr>>;
714
+ }, z.core.$strip>, z.ZodTransform<AvmAppendLeavesHint, {
715
+ hintKey: AppendOnlyTreeSnapshot;
716
+ stateAfter: AppendOnlyTreeSnapshot;
717
+ treeId: number;
718
+ leaves: Fr[];
719
+ }>>;
720
+ /**
721
+ * Creates an AvmAppendLeavesHint from a plain object without Zod validation.
722
+ * This method is optimized for performance and skips validation, making it suitable
723
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
724
+ * @param obj - Plain object containing AvmAppendLeavesHint fields
725
+ * @returns An AvmAppendLeavesHint instance
726
+ */
727
+ static fromPlainObject(obj: any): AvmAppendLeavesHint;
728
+ }
729
+ declare class AvmCheckpointActionNoStateChangeHint {
730
+ readonly actionCounter: number;
731
+ readonly oldCheckpointId: number;
732
+ readonly newCheckpointId: number;
733
+ constructor(actionCounter: number, oldCheckpointId: number, newCheckpointId: number);
734
+ static get schema(): z.ZodPipe<z.ZodObject<{
735
+ actionCounter: z.ZodNumber;
736
+ oldCheckpointId: z.ZodNumber;
737
+ newCheckpointId: z.ZodNumber;
738
+ }, z.core.$strip>, z.ZodTransform<AvmCheckpointActionNoStateChangeHint, {
739
+ actionCounter: number;
740
+ oldCheckpointId: number;
741
+ newCheckpointId: number;
742
+ }>>;
743
+ /**
744
+ * Creates an instance from a plain object without Zod validation.
745
+ * This method is optimized for performance and skips validation, making it suitable
746
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
747
+ * @param obj - Plain object containing hint fields
748
+ * @returns An instance
749
+ */
750
+ static fromPlainObject(obj: any): any;
751
+ }
752
+ export declare class AvmCreateCheckpointHint extends AvmCheckpointActionNoStateChangeHint {
753
+ }
754
+ export declare class AvmCommitCheckpointHint extends AvmCheckpointActionNoStateChangeHint {
755
+ }
756
+ export declare class AvmRevertCheckpointHint {
757
+ readonly actionCounter: number;
758
+ readonly oldCheckpointId: number;
759
+ readonly newCheckpointId: number;
760
+ readonly stateBefore: TreeSnapshots;
761
+ readonly stateAfter: TreeSnapshots;
762
+ constructor(actionCounter: number, oldCheckpointId: number, newCheckpointId: number, stateBefore: TreeSnapshots, stateAfter: TreeSnapshots);
763
+ static create(actionCounter: number, oldCheckpointId: number, newCheckpointId: number, stateBefore: Record<MerkleTreeId, AppendOnlyTreeSnapshot>, stateAfter: Record<MerkleTreeId, AppendOnlyTreeSnapshot>): AvmRevertCheckpointHint;
764
+ static get schema(): z.ZodPipe<z.ZodObject<{
765
+ actionCounter: z.ZodNumber;
766
+ oldCheckpointId: z.ZodNumber;
767
+ newCheckpointId: z.ZodNumber;
768
+ stateBefore: z.ZodPipe<z.ZodObject<{
769
+ l1ToL2MessageTree: z.ZodPipe<z.ZodObject<{
770
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
771
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
772
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
773
+ root: Fr;
774
+ nextAvailableLeafIndex: number;
775
+ }>>;
776
+ noteHashTree: z.ZodPipe<z.ZodObject<{
777
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
778
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
779
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
780
+ root: Fr;
781
+ nextAvailableLeafIndex: number;
782
+ }>>;
783
+ nullifierTree: z.ZodPipe<z.ZodObject<{
784
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
785
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
786
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
787
+ root: Fr;
788
+ nextAvailableLeafIndex: number;
789
+ }>>;
790
+ publicDataTree: z.ZodPipe<z.ZodObject<{
791
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
792
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
793
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
794
+ root: Fr;
795
+ nextAvailableLeafIndex: number;
796
+ }>>;
797
+ }, z.core.$strip>, z.ZodTransform<TreeSnapshots, {
798
+ l1ToL2MessageTree: AppendOnlyTreeSnapshot;
799
+ noteHashTree: AppendOnlyTreeSnapshot;
800
+ nullifierTree: AppendOnlyTreeSnapshot;
801
+ publicDataTree: AppendOnlyTreeSnapshot;
802
+ }>>;
803
+ stateAfter: z.ZodPipe<z.ZodObject<{
804
+ l1ToL2MessageTree: z.ZodPipe<z.ZodObject<{
805
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
806
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
807
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
808
+ root: Fr;
809
+ nextAvailableLeafIndex: number;
810
+ }>>;
811
+ noteHashTree: z.ZodPipe<z.ZodObject<{
812
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
813
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
814
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
815
+ root: Fr;
816
+ nextAvailableLeafIndex: number;
817
+ }>>;
818
+ nullifierTree: z.ZodPipe<z.ZodObject<{
819
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
820
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
821
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
822
+ root: Fr;
823
+ nextAvailableLeafIndex: number;
824
+ }>>;
825
+ publicDataTree: z.ZodPipe<z.ZodObject<{
826
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
827
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
828
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
829
+ root: Fr;
830
+ nextAvailableLeafIndex: number;
831
+ }>>;
832
+ }, z.core.$strip>, z.ZodTransform<TreeSnapshots, {
833
+ l1ToL2MessageTree: AppendOnlyTreeSnapshot;
834
+ noteHashTree: AppendOnlyTreeSnapshot;
835
+ nullifierTree: AppendOnlyTreeSnapshot;
836
+ publicDataTree: AppendOnlyTreeSnapshot;
837
+ }>>;
838
+ }, z.core.$strip>, z.ZodTransform<AvmRevertCheckpointHint, {
839
+ actionCounter: number;
840
+ oldCheckpointId: number;
841
+ newCheckpointId: number;
842
+ stateBefore: TreeSnapshots;
843
+ stateAfter: TreeSnapshots;
844
+ }>>;
845
+ /**
846
+ * Creates an AvmRevertCheckpointHint from a plain object without Zod validation.
847
+ * This method is optimized for performance and skips validation, making it suitable
848
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
849
+ * @param obj - Plain object containing AvmRevertCheckpointHint fields
850
+ * @returns An AvmRevertCheckpointHint instance
851
+ */
852
+ static fromPlainObject(obj: any): AvmRevertCheckpointHint;
853
+ }
854
+ export declare class AvmContractDbCreateCheckpointHint extends AvmCheckpointActionNoStateChangeHint {
855
+ }
856
+ export declare class AvmContractDbCommitCheckpointHint extends AvmCheckpointActionNoStateChangeHint {
857
+ }
858
+ export declare class AvmContractDbRevertCheckpointHint extends AvmCheckpointActionNoStateChangeHint {
859
+ }
860
+ export declare class AvmTxHint {
861
+ readonly hash: string;
862
+ readonly gasSettings: GasSettings;
863
+ readonly effectiveGasFees: GasFees;
864
+ readonly nonRevertibleContractDeploymentData: ContractDeploymentData;
865
+ readonly revertibleContractDeploymentData: ContractDeploymentData;
866
+ readonly nonRevertibleAccumulatedData: {
867
+ noteHashes: Fr[];
868
+ nullifiers: Fr[];
869
+ l2ToL1Messages: ScopedL2ToL1Message[];
870
+ };
871
+ readonly revertibleAccumulatedData: {
872
+ noteHashes: Fr[];
873
+ nullifiers: Fr[];
874
+ l2ToL1Messages: ScopedL2ToL1Message[];
875
+ };
876
+ readonly setupEnqueuedCalls: PublicCallRequestWithCalldata[];
877
+ readonly appLogicEnqueuedCalls: PublicCallRequestWithCalldata[];
878
+ readonly teardownEnqueuedCall: PublicCallRequestWithCalldata | null;
879
+ readonly gasUsedByPrivate: Gas;
880
+ readonly feePayer: AztecAddress;
881
+ constructor(hash: string, gasSettings: GasSettings, effectiveGasFees: GasFees, nonRevertibleContractDeploymentData: ContractDeploymentData, revertibleContractDeploymentData: ContractDeploymentData, nonRevertibleAccumulatedData: {
882
+ noteHashes: Fr[];
883
+ nullifiers: Fr[];
884
+ l2ToL1Messages: ScopedL2ToL1Message[];
885
+ }, revertibleAccumulatedData: {
886
+ noteHashes: Fr[];
887
+ nullifiers: Fr[];
888
+ l2ToL1Messages: ScopedL2ToL1Message[];
889
+ }, setupEnqueuedCalls: PublicCallRequestWithCalldata[], appLogicEnqueuedCalls: PublicCallRequestWithCalldata[], teardownEnqueuedCall: PublicCallRequestWithCalldata | null, gasUsedByPrivate: Gas, feePayer: AztecAddress);
890
+ static fromTx(tx: Tx, gasFees: GasFees): AvmTxHint;
891
+ static empty(): AvmTxHint;
892
+ /**
893
+ * Creates an AvmTxHint from a plain object without Zod validation.
894
+ * This method is optimized for performance and skips validation, making it suitable
895
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
896
+ * @param obj - Plain object containing AvmTxHint fields
897
+ * @returns An AvmTxHint instance
898
+ */
899
+ static fromPlainObject(obj: any): AvmTxHint;
900
+ static get schema(): z.ZodPipe<z.ZodObject<{
901
+ hash: z.ZodString;
902
+ gasSettings: z.ZodPipe<z.ZodObject<{
903
+ gasLimits: z.ZodPipe<z.ZodObject<{
904
+ daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
905
+ l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
906
+ }, z.core.$strip>, z.ZodTransform<Gas, {
907
+ daGas: number;
908
+ l2Gas: number;
909
+ }>>;
910
+ teardownGasLimits: z.ZodPipe<z.ZodObject<{
911
+ daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
912
+ l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
913
+ }, z.core.$strip>, z.ZodTransform<Gas, {
914
+ daGas: number;
915
+ l2Gas: number;
916
+ }>>;
917
+ maxFeesPerGas: z.ZodPipe<z.ZodObject<{
918
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
919
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
920
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
921
+ feePerDaGas: bigint;
922
+ feePerL2Gas: bigint;
923
+ }>>;
924
+ maxPriorityFeesPerGas: z.ZodPipe<z.ZodObject<{
925
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
926
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
927
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
928
+ feePerDaGas: bigint;
929
+ feePerL2Gas: bigint;
930
+ }>>;
931
+ }, z.core.$strip>, z.ZodTransform<GasSettings, {
932
+ gasLimits: Gas;
933
+ teardownGasLimits: Gas;
934
+ maxFeesPerGas: GasFees;
935
+ maxPriorityFeesPerGas: GasFees;
936
+ }>>;
937
+ effectiveGasFees: z.ZodPipe<z.ZodObject<{
938
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
939
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
940
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
941
+ feePerDaGas: bigint;
942
+ feePerL2Gas: bigint;
943
+ }>>;
944
+ nonRevertibleContractDeploymentData: z.ZodPipe<z.ZodObject<{
945
+ contractClassLogs: z.ZodArray<z.ZodPipe<z.ZodObject<{
946
+ contractAddress: ZodFor<AztecAddress>;
947
+ fields: z.ZodPipe<z.ZodObject<{
948
+ fields: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
949
+ }, z.core.$strip>, z.ZodTransform<import("../logs/contract_class_log.js").ContractClassLogFields, {
950
+ fields: Fr[];
951
+ }>>;
952
+ emittedLength: z.ZodNumber;
953
+ }, z.core.$strip>, z.ZodTransform<import("../logs/contract_class_log.js").ContractClassLog, {
954
+ contractAddress: AztecAddress;
955
+ fields: import("../logs/contract_class_log.js").ContractClassLogFields;
956
+ emittedLength: number;
957
+ }>>>;
958
+ privateLogs: z.ZodArray<z.ZodPipe<z.ZodObject<{
959
+ fields: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
960
+ emittedLength: z.ZodNumber;
961
+ }, z.core.$strict>, z.ZodTransform<import("../logs/private_log.js").PrivateLog, {
962
+ fields: Fr[];
963
+ emittedLength: number;
964
+ }>>>;
965
+ }, z.core.$strip>, z.ZodTransform<ContractDeploymentData, {
966
+ contractClassLogs: import("../logs/contract_class_log.js").ContractClassLog[];
967
+ privateLogs: import("../logs/private_log.js").PrivateLog[];
968
+ }>>;
969
+ revertibleContractDeploymentData: z.ZodPipe<z.ZodObject<{
970
+ contractClassLogs: z.ZodArray<z.ZodPipe<z.ZodObject<{
971
+ contractAddress: ZodFor<AztecAddress>;
972
+ fields: z.ZodPipe<z.ZodObject<{
973
+ fields: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
974
+ }, z.core.$strip>, z.ZodTransform<import("../logs/contract_class_log.js").ContractClassLogFields, {
975
+ fields: Fr[];
976
+ }>>;
977
+ emittedLength: z.ZodNumber;
978
+ }, z.core.$strip>, z.ZodTransform<import("../logs/contract_class_log.js").ContractClassLog, {
979
+ contractAddress: AztecAddress;
980
+ fields: import("../logs/contract_class_log.js").ContractClassLogFields;
981
+ emittedLength: number;
982
+ }>>>;
983
+ privateLogs: z.ZodArray<z.ZodPipe<z.ZodObject<{
984
+ fields: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
985
+ emittedLength: z.ZodNumber;
986
+ }, z.core.$strict>, z.ZodTransform<import("../logs/private_log.js").PrivateLog, {
987
+ fields: Fr[];
988
+ emittedLength: number;
989
+ }>>>;
990
+ }, z.core.$strip>, z.ZodTransform<ContractDeploymentData, {
991
+ contractClassLogs: import("../logs/contract_class_log.js").ContractClassLog[];
992
+ privateLogs: import("../logs/private_log.js").PrivateLog[];
993
+ }>>;
994
+ nonRevertibleAccumulatedData: z.ZodObject<{
995
+ noteHashes: z.ZodArray<ZodFor<Fr>>;
996
+ nullifiers: z.ZodArray<ZodFor<Fr>>;
997
+ l2ToL1Messages: z.ZodArray<z.ZodPipe<z.ZodObject<{
998
+ message: z.ZodPipe<z.ZodObject<{
999
+ recipient: z.ZodType<import("@aztec-labs/foundation/eth-address").EthAddress, string, z.core.$ZodTypeInternals<import("@aztec-labs/foundation/eth-address").EthAddress, string>>;
1000
+ content: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1001
+ }, z.core.$strip>, z.ZodTransform<import("../messaging/l2_to_l1_message.js").L2ToL1Message, {
1002
+ recipient: import("@aztec-labs/foundation/eth-address").EthAddress;
1003
+ content: Fr;
1004
+ }>>;
1005
+ contractAddress: ZodFor<AztecAddress>;
1006
+ }, z.core.$strip>, z.ZodTransform<ScopedL2ToL1Message, {
1007
+ message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
1008
+ contractAddress: AztecAddress;
1009
+ }>>>;
1010
+ }, z.core.$strip>;
1011
+ revertibleAccumulatedData: z.ZodObject<{
1012
+ noteHashes: z.ZodArray<ZodFor<Fr>>;
1013
+ nullifiers: z.ZodArray<ZodFor<Fr>>;
1014
+ l2ToL1Messages: z.ZodArray<z.ZodPipe<z.ZodObject<{
1015
+ message: z.ZodPipe<z.ZodObject<{
1016
+ recipient: z.ZodType<import("@aztec-labs/foundation/eth-address").EthAddress, string, z.core.$ZodTypeInternals<import("@aztec-labs/foundation/eth-address").EthAddress, string>>;
1017
+ content: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1018
+ }, z.core.$strip>, z.ZodTransform<import("../messaging/l2_to_l1_message.js").L2ToL1Message, {
1019
+ recipient: import("@aztec-labs/foundation/eth-address").EthAddress;
1020
+ content: Fr;
1021
+ }>>;
1022
+ contractAddress: ZodFor<AztecAddress>;
1023
+ }, z.core.$strip>, z.ZodTransform<ScopedL2ToL1Message, {
1024
+ message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
1025
+ contractAddress: AztecAddress;
1026
+ }>>>;
1027
+ }, z.core.$strip>;
1028
+ setupEnqueuedCalls: z.ZodArray<ZodFor<PublicCallRequestWithCalldata>>;
1029
+ appLogicEnqueuedCalls: z.ZodArray<ZodFor<PublicCallRequestWithCalldata>>;
1030
+ teardownEnqueuedCall: z.ZodNullable<ZodFor<PublicCallRequestWithCalldata>>;
1031
+ gasUsedByPrivate: z.ZodPipe<z.ZodObject<{
1032
+ daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1033
+ l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1034
+ }, z.core.$strip>, z.ZodTransform<Gas, {
1035
+ daGas: number;
1036
+ l2Gas: number;
1037
+ }>>;
1038
+ feePayer: ZodFor<AztecAddress>;
1039
+ }, z.core.$strip>, z.ZodTransform<AvmTxHint, {
1040
+ hash: string;
1041
+ gasSettings: GasSettings;
1042
+ effectiveGasFees: GasFees;
1043
+ nonRevertibleContractDeploymentData: ContractDeploymentData;
1044
+ revertibleContractDeploymentData: ContractDeploymentData;
1045
+ nonRevertibleAccumulatedData: {
1046
+ noteHashes: Fr[];
1047
+ nullifiers: Fr[];
1048
+ l2ToL1Messages: ScopedL2ToL1Message[];
1049
+ };
1050
+ revertibleAccumulatedData: {
1051
+ noteHashes: Fr[];
1052
+ nullifiers: Fr[];
1053
+ l2ToL1Messages: ScopedL2ToL1Message[];
1054
+ };
1055
+ setupEnqueuedCalls: PublicCallRequestWithCalldata[];
1056
+ appLogicEnqueuedCalls: PublicCallRequestWithCalldata[];
1057
+ teardownEnqueuedCall: PublicCallRequestWithCalldata | null;
1058
+ gasUsedByPrivate: Gas;
1059
+ feePayer: AztecAddress;
1060
+ }>>;
1061
+ }
1062
+ export declare class AvmExecutionHints {
1063
+ readonly globalVariables: GlobalVariables;
1064
+ tx: AvmTxHint;
1065
+ protocolContracts: ProtocolContracts;
1066
+ readonly contractInstances: AvmContractInstanceHint[];
1067
+ readonly contractClasses: AvmContractClassHint[];
1068
+ readonly bytecodeCommitments: AvmBytecodeCommitmentHint[];
1069
+ readonly debugFunctionNames: AvmDebugFunctionNameHint[];
1070
+ readonly contractDbCreateCheckpointHints: AvmContractDbCreateCheckpointHint[];
1071
+ readonly contractDbCommitCheckpointHints: AvmContractDbCommitCheckpointHint[];
1072
+ readonly contractDbRevertCheckpointHints: AvmContractDbRevertCheckpointHint[];
1073
+ startingTreeRoots: TreeSnapshots;
1074
+ readonly getSiblingPathHints: AvmGetSiblingPathHint[];
1075
+ readonly getPreviousValueIndexHints: AvmGetPreviousValueIndexHint[];
1076
+ readonly getLeafPreimageHintsPublicDataTree: AvmGetLeafPreimageHintPublicDataTree[];
1077
+ readonly getLeafPreimageHintsNullifierTree: AvmGetLeafPreimageHintNullifierTree[];
1078
+ readonly getLeafValueHints: AvmGetLeafValueHint[];
1079
+ readonly sequentialInsertHintsPublicDataTree: AvmSequentialInsertHintPublicDataTree[];
1080
+ readonly sequentialInsertHintsNullifierTree: AvmSequentialInsertHintNullifierTree[];
1081
+ readonly appendLeavesHints: AvmAppendLeavesHint[];
1082
+ readonly createCheckpointHints: AvmCreateCheckpointHint[];
1083
+ readonly commitCheckpointHints: AvmCommitCheckpointHint[];
1084
+ readonly revertCheckpointHints: AvmRevertCheckpointHint[];
1085
+ constructor(globalVariables: GlobalVariables, tx: AvmTxHint, protocolContracts: ProtocolContracts, contractInstances?: AvmContractInstanceHint[], contractClasses?: AvmContractClassHint[], bytecodeCommitments?: AvmBytecodeCommitmentHint[], debugFunctionNames?: AvmDebugFunctionNameHint[], contractDbCreateCheckpointHints?: AvmContractDbCreateCheckpointHint[], contractDbCommitCheckpointHints?: AvmContractDbCommitCheckpointHint[], contractDbRevertCheckpointHints?: AvmContractDbRevertCheckpointHint[], startingTreeRoots?: TreeSnapshots, getSiblingPathHints?: AvmGetSiblingPathHint[], getPreviousValueIndexHints?: AvmGetPreviousValueIndexHint[], getLeafPreimageHintsPublicDataTree?: AvmGetLeafPreimageHintPublicDataTree[], getLeafPreimageHintsNullifierTree?: AvmGetLeafPreimageHintNullifierTree[], getLeafValueHints?: AvmGetLeafValueHint[], sequentialInsertHintsPublicDataTree?: AvmSequentialInsertHintPublicDataTree[], sequentialInsertHintsNullifierTree?: AvmSequentialInsertHintNullifierTree[], appendLeavesHints?: AvmAppendLeavesHint[], createCheckpointHints?: AvmCreateCheckpointHint[], commitCheckpointHints?: AvmCommitCheckpointHint[], revertCheckpointHints?: AvmRevertCheckpointHint[]);
1086
+ /**
1087
+ * Creates an AvmExecutionHints from a plain object without Zod validation.
1088
+ * This method is optimized for performance and skips validation, making it suitable
1089
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
1090
+ * @param obj - Plain object containing AvmExecutionHints fields
1091
+ * @returns An AvmExecutionHints instance
1092
+ */
1093
+ static fromPlainObject(obj: any): AvmExecutionHints;
1094
+ static empty(): AvmExecutionHints;
1095
+ static get schema(): z.ZodPipe<z.ZodObject<{
1096
+ globalVariables: z.ZodPipe<z.ZodObject<{
1097
+ chainId: ZodFor<Fr>;
1098
+ version: ZodFor<Fr>;
1099
+ blockNumber: z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodPipe<z.ZodBigInt, z.ZodTransform<number, bigint>>, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>, z.ZodTransform<import("@aztec-labs/foundation/branded-types").BlockNumber, number>>;
1100
+ slotNumber: ZodFor<import("@aztec-labs/foundation/schemas").SlotNumber>;
1101
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1102
+ coinbase: ZodFor<import("@aztec-labs/foundation/eth-address").EthAddress>;
1103
+ feeRecipient: ZodFor<AztecAddress>;
1104
+ gasFees: z.ZodPipe<z.ZodObject<{
1105
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1106
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1107
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
1108
+ feePerDaGas: bigint;
1109
+ feePerL2Gas: bigint;
1110
+ }>>;
1111
+ }, z.core.$strip>, z.ZodTransform<GlobalVariables, {
1112
+ chainId: Fr;
1113
+ version: Fr;
1114
+ blockNumber: import("@aztec-labs/foundation/branded-types").BlockNumber;
1115
+ slotNumber: import("@aztec-labs/foundation/schemas").SlotNumber;
1116
+ timestamp: bigint;
1117
+ coinbase: import("@aztec-labs/foundation/eth-address").EthAddress;
1118
+ feeRecipient: AztecAddress;
1119
+ gasFees: GasFees;
1120
+ }>>;
1121
+ tx: z.ZodPipe<z.ZodObject<{
1122
+ hash: z.ZodString;
1123
+ gasSettings: z.ZodPipe<z.ZodObject<{
1124
+ gasLimits: z.ZodPipe<z.ZodObject<{
1125
+ daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1126
+ l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1127
+ }, z.core.$strip>, z.ZodTransform<Gas, {
1128
+ daGas: number;
1129
+ l2Gas: number;
1130
+ }>>;
1131
+ teardownGasLimits: z.ZodPipe<z.ZodObject<{
1132
+ daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1133
+ l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1134
+ }, z.core.$strip>, z.ZodTransform<Gas, {
1135
+ daGas: number;
1136
+ l2Gas: number;
1137
+ }>>;
1138
+ maxFeesPerGas: z.ZodPipe<z.ZodObject<{
1139
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1140
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1141
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
1142
+ feePerDaGas: bigint;
1143
+ feePerL2Gas: bigint;
1144
+ }>>;
1145
+ maxPriorityFeesPerGas: z.ZodPipe<z.ZodObject<{
1146
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1147
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1148
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
1149
+ feePerDaGas: bigint;
1150
+ feePerL2Gas: bigint;
1151
+ }>>;
1152
+ }, z.core.$strip>, z.ZodTransform<GasSettings, {
1153
+ gasLimits: Gas;
1154
+ teardownGasLimits: Gas;
1155
+ maxFeesPerGas: GasFees;
1156
+ maxPriorityFeesPerGas: GasFees;
1157
+ }>>;
1158
+ effectiveGasFees: z.ZodPipe<z.ZodObject<{
1159
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1160
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1161
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
1162
+ feePerDaGas: bigint;
1163
+ feePerL2Gas: bigint;
1164
+ }>>;
1165
+ nonRevertibleContractDeploymentData: z.ZodPipe<z.ZodObject<{
1166
+ contractClassLogs: z.ZodArray<z.ZodPipe<z.ZodObject<{
1167
+ contractAddress: ZodFor<AztecAddress>;
1168
+ fields: z.ZodPipe<z.ZodObject<{
1169
+ fields: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
1170
+ }, z.core.$strip>, z.ZodTransform<import("../logs/contract_class_log.js").ContractClassLogFields, {
1171
+ fields: Fr[];
1172
+ }>>;
1173
+ emittedLength: z.ZodNumber;
1174
+ }, z.core.$strip>, z.ZodTransform<import("../logs/contract_class_log.js").ContractClassLog, {
1175
+ contractAddress: AztecAddress;
1176
+ fields: import("../logs/contract_class_log.js").ContractClassLogFields;
1177
+ emittedLength: number;
1178
+ }>>>;
1179
+ privateLogs: z.ZodArray<z.ZodPipe<z.ZodObject<{
1180
+ fields: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
1181
+ emittedLength: z.ZodNumber;
1182
+ }, z.core.$strict>, z.ZodTransform<import("../logs/private_log.js").PrivateLog, {
1183
+ fields: Fr[];
1184
+ emittedLength: number;
1185
+ }>>>;
1186
+ }, z.core.$strip>, z.ZodTransform<ContractDeploymentData, {
1187
+ contractClassLogs: import("../logs/contract_class_log.js").ContractClassLog[];
1188
+ privateLogs: import("../logs/private_log.js").PrivateLog[];
1189
+ }>>;
1190
+ revertibleContractDeploymentData: z.ZodPipe<z.ZodObject<{
1191
+ contractClassLogs: z.ZodArray<z.ZodPipe<z.ZodObject<{
1192
+ contractAddress: ZodFor<AztecAddress>;
1193
+ fields: z.ZodPipe<z.ZodObject<{
1194
+ fields: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
1195
+ }, z.core.$strip>, z.ZodTransform<import("../logs/contract_class_log.js").ContractClassLogFields, {
1196
+ fields: Fr[];
1197
+ }>>;
1198
+ emittedLength: z.ZodNumber;
1199
+ }, z.core.$strip>, z.ZodTransform<import("../logs/contract_class_log.js").ContractClassLog, {
1200
+ contractAddress: AztecAddress;
1201
+ fields: import("../logs/contract_class_log.js").ContractClassLogFields;
1202
+ emittedLength: number;
1203
+ }>>>;
1204
+ privateLogs: z.ZodArray<z.ZodPipe<z.ZodObject<{
1205
+ fields: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
1206
+ emittedLength: z.ZodNumber;
1207
+ }, z.core.$strict>, z.ZodTransform<import("../logs/private_log.js").PrivateLog, {
1208
+ fields: Fr[];
1209
+ emittedLength: number;
1210
+ }>>>;
1211
+ }, z.core.$strip>, z.ZodTransform<ContractDeploymentData, {
1212
+ contractClassLogs: import("../logs/contract_class_log.js").ContractClassLog[];
1213
+ privateLogs: import("../logs/private_log.js").PrivateLog[];
1214
+ }>>;
1215
+ nonRevertibleAccumulatedData: z.ZodObject<{
1216
+ noteHashes: z.ZodArray<ZodFor<Fr>>;
1217
+ nullifiers: z.ZodArray<ZodFor<Fr>>;
1218
+ l2ToL1Messages: z.ZodArray<z.ZodPipe<z.ZodObject<{
1219
+ message: z.ZodPipe<z.ZodObject<{
1220
+ recipient: z.ZodType<import("@aztec-labs/foundation/eth-address").EthAddress, string, z.core.$ZodTypeInternals<import("@aztec-labs/foundation/eth-address").EthAddress, string>>;
1221
+ content: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1222
+ }, z.core.$strip>, z.ZodTransform<import("../messaging/l2_to_l1_message.js").L2ToL1Message, {
1223
+ recipient: import("@aztec-labs/foundation/eth-address").EthAddress;
1224
+ content: Fr;
1225
+ }>>;
1226
+ contractAddress: ZodFor<AztecAddress>;
1227
+ }, z.core.$strip>, z.ZodTransform<ScopedL2ToL1Message, {
1228
+ message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
1229
+ contractAddress: AztecAddress;
1230
+ }>>>;
1231
+ }, z.core.$strip>;
1232
+ revertibleAccumulatedData: z.ZodObject<{
1233
+ noteHashes: z.ZodArray<ZodFor<Fr>>;
1234
+ nullifiers: z.ZodArray<ZodFor<Fr>>;
1235
+ l2ToL1Messages: z.ZodArray<z.ZodPipe<z.ZodObject<{
1236
+ message: z.ZodPipe<z.ZodObject<{
1237
+ recipient: z.ZodType<import("@aztec-labs/foundation/eth-address").EthAddress, string, z.core.$ZodTypeInternals<import("@aztec-labs/foundation/eth-address").EthAddress, string>>;
1238
+ content: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1239
+ }, z.core.$strip>, z.ZodTransform<import("../messaging/l2_to_l1_message.js").L2ToL1Message, {
1240
+ recipient: import("@aztec-labs/foundation/eth-address").EthAddress;
1241
+ content: Fr;
1242
+ }>>;
1243
+ contractAddress: ZodFor<AztecAddress>;
1244
+ }, z.core.$strip>, z.ZodTransform<ScopedL2ToL1Message, {
1245
+ message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
1246
+ contractAddress: AztecAddress;
1247
+ }>>>;
1248
+ }, z.core.$strip>;
1249
+ setupEnqueuedCalls: z.ZodArray<ZodFor<PublicCallRequestWithCalldata>>;
1250
+ appLogicEnqueuedCalls: z.ZodArray<ZodFor<PublicCallRequestWithCalldata>>;
1251
+ teardownEnqueuedCall: z.ZodNullable<ZodFor<PublicCallRequestWithCalldata>>;
1252
+ gasUsedByPrivate: z.ZodPipe<z.ZodObject<{
1253
+ daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1254
+ l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1255
+ }, z.core.$strip>, z.ZodTransform<Gas, {
1256
+ daGas: number;
1257
+ l2Gas: number;
1258
+ }>>;
1259
+ feePayer: ZodFor<AztecAddress>;
1260
+ }, z.core.$strip>, z.ZodTransform<AvmTxHint, {
1261
+ hash: string;
1262
+ gasSettings: GasSettings;
1263
+ effectiveGasFees: GasFees;
1264
+ nonRevertibleContractDeploymentData: ContractDeploymentData;
1265
+ revertibleContractDeploymentData: ContractDeploymentData;
1266
+ nonRevertibleAccumulatedData: {
1267
+ noteHashes: Fr[];
1268
+ nullifiers: Fr[];
1269
+ l2ToL1Messages: ScopedL2ToL1Message[];
1270
+ };
1271
+ revertibleAccumulatedData: {
1272
+ noteHashes: Fr[];
1273
+ nullifiers: Fr[];
1274
+ l2ToL1Messages: ScopedL2ToL1Message[];
1275
+ };
1276
+ setupEnqueuedCalls: PublicCallRequestWithCalldata[];
1277
+ appLogicEnqueuedCalls: PublicCallRequestWithCalldata[];
1278
+ teardownEnqueuedCall: PublicCallRequestWithCalldata | null;
1279
+ gasUsedByPrivate: Gas;
1280
+ feePayer: AztecAddress;
1281
+ }>>;
1282
+ protocolContracts: z.ZodPipe<z.ZodObject<{
1283
+ derivedAddresses: z.ZodArray<ZodFor<AztecAddress>>;
1284
+ }, z.core.$strip>, z.ZodTransform<ProtocolContracts, {
1285
+ derivedAddresses: AztecAddress[];
1286
+ }>>;
1287
+ contractInstances: z.ZodArray<z.ZodPipe<z.ZodObject<{
1288
+ hintKey: z.ZodNumber;
1289
+ address: ZodFor<AztecAddress>;
1290
+ salt: ZodFor<Fr>;
1291
+ deployer: ZodFor<AztecAddress>;
1292
+ currentContractClassId: ZodFor<Fr>;
1293
+ originalContractClassId: ZodFor<Fr>;
1294
+ initializationHash: ZodFor<Fr>;
1295
+ immutablesHash: ZodFor<Fr>;
1296
+ publicKeys: z.ZodPipe<z.ZodObject<{
1297
+ npkMHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1298
+ ivpkM: z.ZodType<import("@aztec-labs/foundation/schemas").Point, string, z.core.$ZodTypeInternals<import("@aztec-labs/foundation/schemas").Point, string>>;
1299
+ ovpkMHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1300
+ tpkMHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1301
+ mspkMHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1302
+ fbpkMHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1303
+ }, z.core.$strip>, z.ZodTransform<PublicKeys, {
1304
+ npkMHash: Fr;
1305
+ ivpkM: import("@aztec-labs/foundation/schemas").Point;
1306
+ ovpkMHash: Fr;
1307
+ tpkMHash: Fr;
1308
+ mspkMHash: Fr;
1309
+ fbpkMHash: Fr;
1310
+ }>>;
1311
+ }, z.core.$strip>, z.ZodTransform<AvmContractInstanceHint, {
1312
+ hintKey: number;
1313
+ address: AztecAddress;
1314
+ salt: Fr;
1315
+ deployer: AztecAddress;
1316
+ currentContractClassId: Fr;
1317
+ originalContractClassId: Fr;
1318
+ initializationHash: Fr;
1319
+ immutablesHash: Fr;
1320
+ publicKeys: PublicKeys;
1321
+ }>>>;
1322
+ contractClasses: z.ZodArray<z.ZodPipe<z.ZodObject<{
1323
+ hintKey: z.ZodNumber;
1324
+ classId: ZodFor<Fr>;
1325
+ artifactHash: ZodFor<Fr>;
1326
+ privateFunctionsRoot: ZodFor<Fr>;
1327
+ packedBytecode: ZodFor<Buffer<ArrayBufferLike>>;
1328
+ }, z.core.$strip>, z.ZodTransform<AvmContractClassHint, {
1329
+ hintKey: number;
1330
+ classId: Fr;
1331
+ artifactHash: Fr;
1332
+ privateFunctionsRoot: Fr;
1333
+ packedBytecode: Buffer<ArrayBufferLike>;
1334
+ }>>>;
1335
+ bytecodeCommitments: z.ZodArray<z.ZodPipe<z.ZodObject<{
1336
+ hintKey: z.ZodNumber;
1337
+ classId: ZodFor<Fr>;
1338
+ commitment: ZodFor<Fr>;
1339
+ }, z.core.$strip>, z.ZodTransform<AvmBytecodeCommitmentHint, {
1340
+ hintKey: number;
1341
+ classId: Fr;
1342
+ commitment: Fr;
1343
+ }>>>;
1344
+ debugFunctionNames: z.ZodArray<z.ZodPipe<z.ZodObject<{
1345
+ address: ZodFor<AztecAddress>;
1346
+ selector: ZodFor<Fr>;
1347
+ name: z.ZodString;
1348
+ }, z.core.$strip>, z.ZodTransform<AvmDebugFunctionNameHint, {
1349
+ address: AztecAddress;
1350
+ selector: Fr;
1351
+ name: string;
1352
+ }>>>;
1353
+ contractDbCreateCheckpointHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
1354
+ actionCounter: z.ZodNumber;
1355
+ oldCheckpointId: z.ZodNumber;
1356
+ newCheckpointId: z.ZodNumber;
1357
+ }, z.core.$strip>, z.ZodTransform<AvmCheckpointActionNoStateChangeHint, {
1358
+ actionCounter: number;
1359
+ oldCheckpointId: number;
1360
+ newCheckpointId: number;
1361
+ }>>>;
1362
+ contractDbCommitCheckpointHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
1363
+ actionCounter: z.ZodNumber;
1364
+ oldCheckpointId: z.ZodNumber;
1365
+ newCheckpointId: z.ZodNumber;
1366
+ }, z.core.$strip>, z.ZodTransform<AvmCheckpointActionNoStateChangeHint, {
1367
+ actionCounter: number;
1368
+ oldCheckpointId: number;
1369
+ newCheckpointId: number;
1370
+ }>>>;
1371
+ contractDbRevertCheckpointHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
1372
+ actionCounter: z.ZodNumber;
1373
+ oldCheckpointId: z.ZodNumber;
1374
+ newCheckpointId: z.ZodNumber;
1375
+ }, z.core.$strip>, z.ZodTransform<AvmCheckpointActionNoStateChangeHint, {
1376
+ actionCounter: number;
1377
+ oldCheckpointId: number;
1378
+ newCheckpointId: number;
1379
+ }>>>;
1380
+ startingTreeRoots: z.ZodPipe<z.ZodObject<{
1381
+ l1ToL2MessageTree: z.ZodPipe<z.ZodObject<{
1382
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1383
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1384
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1385
+ root: Fr;
1386
+ nextAvailableLeafIndex: number;
1387
+ }>>;
1388
+ noteHashTree: z.ZodPipe<z.ZodObject<{
1389
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1390
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1391
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1392
+ root: Fr;
1393
+ nextAvailableLeafIndex: number;
1394
+ }>>;
1395
+ nullifierTree: z.ZodPipe<z.ZodObject<{
1396
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1397
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1398
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1399
+ root: Fr;
1400
+ nextAvailableLeafIndex: number;
1401
+ }>>;
1402
+ publicDataTree: z.ZodPipe<z.ZodObject<{
1403
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1404
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1405
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1406
+ root: Fr;
1407
+ nextAvailableLeafIndex: number;
1408
+ }>>;
1409
+ }, z.core.$strip>, z.ZodTransform<TreeSnapshots, {
1410
+ l1ToL2MessageTree: AppendOnlyTreeSnapshot;
1411
+ noteHashTree: AppendOnlyTreeSnapshot;
1412
+ nullifierTree: AppendOnlyTreeSnapshot;
1413
+ publicDataTree: AppendOnlyTreeSnapshot;
1414
+ }>>;
1415
+ getSiblingPathHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
1416
+ hintKey: z.ZodPipe<z.ZodObject<{
1417
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1418
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1419
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1420
+ root: Fr;
1421
+ nextAvailableLeafIndex: number;
1422
+ }>>;
1423
+ treeId: z.ZodNumber;
1424
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1425
+ path: z.ZodArray<ZodFor<Fr>>;
1426
+ }, z.core.$strip>, z.ZodTransform<AvmGetSiblingPathHint, {
1427
+ hintKey: AppendOnlyTreeSnapshot;
1428
+ treeId: number;
1429
+ index: bigint;
1430
+ path: Fr[];
1431
+ }>>>;
1432
+ getPreviousValueIndexHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
1433
+ hintKey: z.ZodPipe<z.ZodObject<{
1434
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1435
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1436
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1437
+ root: Fr;
1438
+ nextAvailableLeafIndex: number;
1439
+ }>>;
1440
+ treeId: z.ZodNumber;
1441
+ value: ZodFor<Fr>;
1442
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1443
+ alreadyPresent: z.ZodBoolean;
1444
+ }, z.core.$strip>, z.ZodTransform<AvmGetPreviousValueIndexHint, {
1445
+ hintKey: AppendOnlyTreeSnapshot;
1446
+ treeId: number;
1447
+ value: Fr;
1448
+ index: bigint;
1449
+ alreadyPresent: boolean;
1450
+ }>>>;
1451
+ getLeafPreimageHintsPublicDataTree: z.ZodArray<z.ZodPipe<z.ZodObject<{
1452
+ hintKey: z.ZodPipe<z.ZodObject<{
1453
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1454
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1455
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1456
+ root: Fr;
1457
+ nextAvailableLeafIndex: number;
1458
+ }>>;
1459
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1460
+ leafPreimage: z.ZodPipe<z.ZodObject<{
1461
+ leaf: z.ZodPipe<z.ZodObject<{
1462
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1463
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
1464
+ nullifier: Fr;
1465
+ }>>;
1466
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1467
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1468
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
1469
+ leaf: NullifierLeaf;
1470
+ nextKey: Fr;
1471
+ nextIndex: bigint;
1472
+ }>> | z.ZodPipe<z.ZodObject<{
1473
+ leaf: z.ZodPipe<z.ZodObject<{
1474
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1475
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1476
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
1477
+ slot: Fr;
1478
+ value: Fr;
1479
+ }>>;
1480
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1481
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1482
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
1483
+ leaf: PublicDataTreeLeaf;
1484
+ nextKey: Fr;
1485
+ nextIndex: bigint;
1486
+ }>>;
1487
+ }, z.core.$strip>, z.ZodTransform<{
1488
+ readonly hintKey: AppendOnlyTreeSnapshot;
1489
+ readonly index: bigint;
1490
+ readonly leafPreimage: IndexedTreeLeafPreimages;
1491
+ }, {
1492
+ hintKey: AppendOnlyTreeSnapshot;
1493
+ index: bigint;
1494
+ leafPreimage: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
1495
+ }>>>;
1496
+ getLeafPreimageHintsNullifierTree: z.ZodArray<z.ZodPipe<z.ZodObject<{
1497
+ hintKey: z.ZodPipe<z.ZodObject<{
1498
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1499
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1500
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1501
+ root: Fr;
1502
+ nextAvailableLeafIndex: number;
1503
+ }>>;
1504
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1505
+ leafPreimage: z.ZodPipe<z.ZodObject<{
1506
+ leaf: z.ZodPipe<z.ZodObject<{
1507
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1508
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
1509
+ nullifier: Fr;
1510
+ }>>;
1511
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1512
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1513
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
1514
+ leaf: NullifierLeaf;
1515
+ nextKey: Fr;
1516
+ nextIndex: bigint;
1517
+ }>> | z.ZodPipe<z.ZodObject<{
1518
+ leaf: z.ZodPipe<z.ZodObject<{
1519
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1520
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1521
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
1522
+ slot: Fr;
1523
+ value: Fr;
1524
+ }>>;
1525
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1526
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1527
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
1528
+ leaf: PublicDataTreeLeaf;
1529
+ nextKey: Fr;
1530
+ nextIndex: bigint;
1531
+ }>>;
1532
+ }, z.core.$strip>, z.ZodTransform<{
1533
+ readonly hintKey: AppendOnlyTreeSnapshot;
1534
+ readonly index: bigint;
1535
+ readonly leafPreimage: IndexedTreeLeafPreimages;
1536
+ }, {
1537
+ hintKey: AppendOnlyTreeSnapshot;
1538
+ index: bigint;
1539
+ leafPreimage: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
1540
+ }>>>;
1541
+ getLeafValueHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
1542
+ hintKey: z.ZodPipe<z.ZodObject<{
1543
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1544
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1545
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1546
+ root: Fr;
1547
+ nextAvailableLeafIndex: number;
1548
+ }>>;
1549
+ treeId: z.ZodNumber;
1550
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1551
+ value: ZodFor<Fr>;
1552
+ }, z.core.$strip>, z.ZodTransform<AvmGetLeafValueHint, {
1553
+ hintKey: AppendOnlyTreeSnapshot;
1554
+ treeId: number;
1555
+ index: bigint;
1556
+ value: Fr;
1557
+ }>>>;
1558
+ sequentialInsertHintsPublicDataTree: z.ZodArray<z.ZodPipe<z.ZodObject<{
1559
+ hintKey: z.ZodPipe<z.ZodObject<{
1560
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1561
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1562
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1563
+ root: Fr;
1564
+ nextAvailableLeafIndex: number;
1565
+ }>>;
1566
+ stateAfter: z.ZodPipe<z.ZodObject<{
1567
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1568
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1569
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1570
+ root: Fr;
1571
+ nextAvailableLeafIndex: number;
1572
+ }>>;
1573
+ treeId: z.ZodNumber;
1574
+ leaf: z.ZodPipe<z.ZodObject<{
1575
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1576
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
1577
+ nullifier: Fr;
1578
+ }>> | z.ZodPipe<z.ZodObject<{
1579
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1580
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1581
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
1582
+ slot: Fr;
1583
+ value: Fr;
1584
+ }>>;
1585
+ lowLeavesWitnessData: z.ZodObject<{
1586
+ leaf: z.ZodPipe<z.ZodObject<{
1587
+ leaf: z.ZodPipe<z.ZodObject<{
1588
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1589
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
1590
+ nullifier: Fr;
1591
+ }>>;
1592
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1593
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1594
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
1595
+ leaf: NullifierLeaf;
1596
+ nextKey: Fr;
1597
+ nextIndex: bigint;
1598
+ }>> | z.ZodPipe<z.ZodObject<{
1599
+ leaf: z.ZodPipe<z.ZodObject<{
1600
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1601
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1602
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
1603
+ slot: Fr;
1604
+ value: Fr;
1605
+ }>>;
1606
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1607
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1608
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
1609
+ leaf: PublicDataTreeLeaf;
1610
+ nextKey: Fr;
1611
+ nextIndex: bigint;
1612
+ }>>;
1613
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1614
+ path: z.ZodArray<ZodFor<Fr>>;
1615
+ }, z.core.$strip>;
1616
+ insertionWitnessData: z.ZodObject<{
1617
+ leaf: z.ZodPipe<z.ZodObject<{
1618
+ leaf: z.ZodPipe<z.ZodObject<{
1619
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1620
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
1621
+ nullifier: Fr;
1622
+ }>>;
1623
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1624
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1625
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
1626
+ leaf: NullifierLeaf;
1627
+ nextKey: Fr;
1628
+ nextIndex: bigint;
1629
+ }>> | z.ZodPipe<z.ZodObject<{
1630
+ leaf: z.ZodPipe<z.ZodObject<{
1631
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1632
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1633
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
1634
+ slot: Fr;
1635
+ value: Fr;
1636
+ }>>;
1637
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1638
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1639
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
1640
+ leaf: PublicDataTreeLeaf;
1641
+ nextKey: Fr;
1642
+ nextIndex: bigint;
1643
+ }>>;
1644
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1645
+ path: z.ZodArray<ZodFor<Fr>>;
1646
+ }, z.core.$strip>;
1647
+ }, z.core.$strip>, z.ZodTransform<{
1648
+ readonly hintKey: AppendOnlyTreeSnapshot;
1649
+ readonly stateAfter: AppendOnlyTreeSnapshot;
1650
+ readonly treeId: MerkleTreeId;
1651
+ readonly leaf: NullifierLeaf | PublicDataTreeLeaf;
1652
+ readonly lowLeavesWitnessData: {
1653
+ leaf: IndexedTreeLeafPreimages;
1654
+ index: bigint;
1655
+ path: Fr[];
1656
+ };
1657
+ readonly insertionWitnessData: {
1658
+ leaf: IndexedTreeLeafPreimages;
1659
+ index: bigint;
1660
+ path: Fr[];
1661
+ };
1662
+ }, {
1663
+ hintKey: AppendOnlyTreeSnapshot;
1664
+ stateAfter: AppendOnlyTreeSnapshot;
1665
+ treeId: number;
1666
+ leaf: NullifierLeaf | PublicDataTreeLeaf;
1667
+ lowLeavesWitnessData: {
1668
+ leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
1669
+ index: bigint;
1670
+ path: Fr[];
1671
+ };
1672
+ insertionWitnessData: {
1673
+ leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
1674
+ index: bigint;
1675
+ path: Fr[];
1676
+ };
1677
+ }>>>;
1678
+ sequentialInsertHintsNullifierTree: z.ZodArray<z.ZodPipe<z.ZodObject<{
1679
+ hintKey: z.ZodPipe<z.ZodObject<{
1680
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1681
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1682
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1683
+ root: Fr;
1684
+ nextAvailableLeafIndex: number;
1685
+ }>>;
1686
+ stateAfter: z.ZodPipe<z.ZodObject<{
1687
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1688
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1689
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1690
+ root: Fr;
1691
+ nextAvailableLeafIndex: number;
1692
+ }>>;
1693
+ treeId: z.ZodNumber;
1694
+ leaf: z.ZodPipe<z.ZodObject<{
1695
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1696
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
1697
+ nullifier: Fr;
1698
+ }>> | z.ZodPipe<z.ZodObject<{
1699
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1700
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1701
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
1702
+ slot: Fr;
1703
+ value: Fr;
1704
+ }>>;
1705
+ lowLeavesWitnessData: z.ZodObject<{
1706
+ leaf: z.ZodPipe<z.ZodObject<{
1707
+ leaf: z.ZodPipe<z.ZodObject<{
1708
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1709
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
1710
+ nullifier: Fr;
1711
+ }>>;
1712
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1713
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1714
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
1715
+ leaf: NullifierLeaf;
1716
+ nextKey: Fr;
1717
+ nextIndex: bigint;
1718
+ }>> | z.ZodPipe<z.ZodObject<{
1719
+ leaf: z.ZodPipe<z.ZodObject<{
1720
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1721
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1722
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
1723
+ slot: Fr;
1724
+ value: Fr;
1725
+ }>>;
1726
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1727
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1728
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
1729
+ leaf: PublicDataTreeLeaf;
1730
+ nextKey: Fr;
1731
+ nextIndex: bigint;
1732
+ }>>;
1733
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1734
+ path: z.ZodArray<ZodFor<Fr>>;
1735
+ }, z.core.$strip>;
1736
+ insertionWitnessData: z.ZodObject<{
1737
+ leaf: z.ZodPipe<z.ZodObject<{
1738
+ leaf: z.ZodPipe<z.ZodObject<{
1739
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1740
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
1741
+ nullifier: Fr;
1742
+ }>>;
1743
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1744
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1745
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
1746
+ leaf: NullifierLeaf;
1747
+ nextKey: Fr;
1748
+ nextIndex: bigint;
1749
+ }>> | z.ZodPipe<z.ZodObject<{
1750
+ leaf: z.ZodPipe<z.ZodObject<{
1751
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1752
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1753
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
1754
+ slot: Fr;
1755
+ value: Fr;
1756
+ }>>;
1757
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1758
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1759
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
1760
+ leaf: PublicDataTreeLeaf;
1761
+ nextKey: Fr;
1762
+ nextIndex: bigint;
1763
+ }>>;
1764
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1765
+ path: z.ZodArray<ZodFor<Fr>>;
1766
+ }, z.core.$strip>;
1767
+ }, z.core.$strip>, z.ZodTransform<{
1768
+ readonly hintKey: AppendOnlyTreeSnapshot;
1769
+ readonly stateAfter: AppendOnlyTreeSnapshot;
1770
+ readonly treeId: MerkleTreeId;
1771
+ readonly leaf: NullifierLeaf | PublicDataTreeLeaf;
1772
+ readonly lowLeavesWitnessData: {
1773
+ leaf: IndexedTreeLeafPreimages;
1774
+ index: bigint;
1775
+ path: Fr[];
1776
+ };
1777
+ readonly insertionWitnessData: {
1778
+ leaf: IndexedTreeLeafPreimages;
1779
+ index: bigint;
1780
+ path: Fr[];
1781
+ };
1782
+ }, {
1783
+ hintKey: AppendOnlyTreeSnapshot;
1784
+ stateAfter: AppendOnlyTreeSnapshot;
1785
+ treeId: number;
1786
+ leaf: NullifierLeaf | PublicDataTreeLeaf;
1787
+ lowLeavesWitnessData: {
1788
+ leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
1789
+ index: bigint;
1790
+ path: Fr[];
1791
+ };
1792
+ insertionWitnessData: {
1793
+ leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
1794
+ index: bigint;
1795
+ path: Fr[];
1796
+ };
1797
+ }>>>;
1798
+ appendLeavesHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
1799
+ hintKey: z.ZodPipe<z.ZodObject<{
1800
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1801
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1802
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1803
+ root: Fr;
1804
+ nextAvailableLeafIndex: number;
1805
+ }>>;
1806
+ stateAfter: z.ZodPipe<z.ZodObject<{
1807
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1808
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1809
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1810
+ root: Fr;
1811
+ nextAvailableLeafIndex: number;
1812
+ }>>;
1813
+ treeId: z.ZodNumber;
1814
+ leaves: z.ZodArray<ZodFor<Fr>>;
1815
+ }, z.core.$strip>, z.ZodTransform<AvmAppendLeavesHint, {
1816
+ hintKey: AppendOnlyTreeSnapshot;
1817
+ stateAfter: AppendOnlyTreeSnapshot;
1818
+ treeId: number;
1819
+ leaves: Fr[];
1820
+ }>>>;
1821
+ createCheckpointHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
1822
+ actionCounter: z.ZodNumber;
1823
+ oldCheckpointId: z.ZodNumber;
1824
+ newCheckpointId: z.ZodNumber;
1825
+ }, z.core.$strip>, z.ZodTransform<AvmCheckpointActionNoStateChangeHint, {
1826
+ actionCounter: number;
1827
+ oldCheckpointId: number;
1828
+ newCheckpointId: number;
1829
+ }>>>;
1830
+ commitCheckpointHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
1831
+ actionCounter: z.ZodNumber;
1832
+ oldCheckpointId: z.ZodNumber;
1833
+ newCheckpointId: z.ZodNumber;
1834
+ }, z.core.$strip>, z.ZodTransform<AvmCheckpointActionNoStateChangeHint, {
1835
+ actionCounter: number;
1836
+ oldCheckpointId: number;
1837
+ newCheckpointId: number;
1838
+ }>>>;
1839
+ revertCheckpointHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
1840
+ actionCounter: z.ZodNumber;
1841
+ oldCheckpointId: z.ZodNumber;
1842
+ newCheckpointId: z.ZodNumber;
1843
+ stateBefore: z.ZodPipe<z.ZodObject<{
1844
+ l1ToL2MessageTree: z.ZodPipe<z.ZodObject<{
1845
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1846
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1847
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1848
+ root: Fr;
1849
+ nextAvailableLeafIndex: number;
1850
+ }>>;
1851
+ noteHashTree: z.ZodPipe<z.ZodObject<{
1852
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1853
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1854
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1855
+ root: Fr;
1856
+ nextAvailableLeafIndex: number;
1857
+ }>>;
1858
+ nullifierTree: z.ZodPipe<z.ZodObject<{
1859
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1860
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1861
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1862
+ root: Fr;
1863
+ nextAvailableLeafIndex: number;
1864
+ }>>;
1865
+ publicDataTree: z.ZodPipe<z.ZodObject<{
1866
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1867
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1868
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1869
+ root: Fr;
1870
+ nextAvailableLeafIndex: number;
1871
+ }>>;
1872
+ }, z.core.$strip>, z.ZodTransform<TreeSnapshots, {
1873
+ l1ToL2MessageTree: AppendOnlyTreeSnapshot;
1874
+ noteHashTree: AppendOnlyTreeSnapshot;
1875
+ nullifierTree: AppendOnlyTreeSnapshot;
1876
+ publicDataTree: AppendOnlyTreeSnapshot;
1877
+ }>>;
1878
+ stateAfter: z.ZodPipe<z.ZodObject<{
1879
+ l1ToL2MessageTree: z.ZodPipe<z.ZodObject<{
1880
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1881
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1882
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1883
+ root: Fr;
1884
+ nextAvailableLeafIndex: number;
1885
+ }>>;
1886
+ noteHashTree: z.ZodPipe<z.ZodObject<{
1887
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1888
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1889
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1890
+ root: Fr;
1891
+ nextAvailableLeafIndex: number;
1892
+ }>>;
1893
+ nullifierTree: z.ZodPipe<z.ZodObject<{
1894
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1895
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1896
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1897
+ root: Fr;
1898
+ nextAvailableLeafIndex: number;
1899
+ }>>;
1900
+ publicDataTree: z.ZodPipe<z.ZodObject<{
1901
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
1902
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
1903
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
1904
+ root: Fr;
1905
+ nextAvailableLeafIndex: number;
1906
+ }>>;
1907
+ }, z.core.$strip>, z.ZodTransform<TreeSnapshots, {
1908
+ l1ToL2MessageTree: AppendOnlyTreeSnapshot;
1909
+ noteHashTree: AppendOnlyTreeSnapshot;
1910
+ nullifierTree: AppendOnlyTreeSnapshot;
1911
+ publicDataTree: AppendOnlyTreeSnapshot;
1912
+ }>>;
1913
+ }, z.core.$strip>, z.ZodTransform<AvmRevertCheckpointHint, {
1914
+ actionCounter: number;
1915
+ oldCheckpointId: number;
1916
+ newCheckpointId: number;
1917
+ stateBefore: TreeSnapshots;
1918
+ stateAfter: TreeSnapshots;
1919
+ }>>>;
1920
+ }, z.core.$strip>, z.ZodTransform<AvmExecutionHints, {
1921
+ globalVariables: GlobalVariables;
1922
+ tx: AvmTxHint;
1923
+ protocolContracts: ProtocolContracts;
1924
+ contractInstances: AvmContractInstanceHint[];
1925
+ contractClasses: AvmContractClassHint[];
1926
+ bytecodeCommitments: AvmBytecodeCommitmentHint[];
1927
+ debugFunctionNames: AvmDebugFunctionNameHint[];
1928
+ contractDbCreateCheckpointHints: AvmCheckpointActionNoStateChangeHint[];
1929
+ contractDbCommitCheckpointHints: AvmCheckpointActionNoStateChangeHint[];
1930
+ contractDbRevertCheckpointHints: AvmCheckpointActionNoStateChangeHint[];
1931
+ startingTreeRoots: TreeSnapshots;
1932
+ getSiblingPathHints: AvmGetSiblingPathHint[];
1933
+ getPreviousValueIndexHints: AvmGetPreviousValueIndexHint[];
1934
+ getLeafPreimageHintsPublicDataTree: {
1935
+ readonly hintKey: AppendOnlyTreeSnapshot;
1936
+ readonly index: bigint;
1937
+ readonly leafPreimage: IndexedTreeLeafPreimages;
1938
+ }[];
1939
+ getLeafPreimageHintsNullifierTree: {
1940
+ readonly hintKey: AppendOnlyTreeSnapshot;
1941
+ readonly index: bigint;
1942
+ readonly leafPreimage: IndexedTreeLeafPreimages;
1943
+ }[];
1944
+ getLeafValueHints: AvmGetLeafValueHint[];
1945
+ sequentialInsertHintsPublicDataTree: {
1946
+ readonly hintKey: AppendOnlyTreeSnapshot;
1947
+ readonly stateAfter: AppendOnlyTreeSnapshot;
1948
+ readonly treeId: MerkleTreeId;
1949
+ readonly leaf: NullifierLeaf | PublicDataTreeLeaf;
1950
+ readonly lowLeavesWitnessData: {
1951
+ leaf: IndexedTreeLeafPreimages;
1952
+ index: bigint;
1953
+ path: Fr[];
1954
+ };
1955
+ readonly insertionWitnessData: {
1956
+ leaf: IndexedTreeLeafPreimages;
1957
+ index: bigint;
1958
+ path: Fr[];
1959
+ };
1960
+ }[];
1961
+ sequentialInsertHintsNullifierTree: {
1962
+ readonly hintKey: AppendOnlyTreeSnapshot;
1963
+ readonly stateAfter: AppendOnlyTreeSnapshot;
1964
+ readonly treeId: MerkleTreeId;
1965
+ readonly leaf: NullifierLeaf | PublicDataTreeLeaf;
1966
+ readonly lowLeavesWitnessData: {
1967
+ leaf: IndexedTreeLeafPreimages;
1968
+ index: bigint;
1969
+ path: Fr[];
1970
+ };
1971
+ readonly insertionWitnessData: {
1972
+ leaf: IndexedTreeLeafPreimages;
1973
+ index: bigint;
1974
+ path: Fr[];
1975
+ };
1976
+ }[];
1977
+ appendLeavesHints: AvmAppendLeavesHint[];
1978
+ createCheckpointHints: AvmCheckpointActionNoStateChangeHint[];
1979
+ commitCheckpointHints: AvmCheckpointActionNoStateChangeHint[];
1980
+ revertCheckpointHints: AvmRevertCheckpointHint[];
1981
+ }>>;
1982
+ }
1983
+ export declare class AvmCircuitInputs {
1984
+ readonly hints: AvmExecutionHints;
1985
+ publicInputs: AvmCircuitPublicInputs;
1986
+ constructor(hints: AvmExecutionHints, publicInputs: AvmCircuitPublicInputs);
1987
+ static empty(): AvmCircuitInputs;
1988
+ static fromPlainObject(obj: any): AvmCircuitInputs;
1989
+ static get schema(): z.ZodPipe<z.ZodObject<{
1990
+ hints: z.ZodPipe<z.ZodObject<{
1991
+ globalVariables: z.ZodPipe<z.ZodObject<{
1992
+ chainId: ZodFor<Fr>;
1993
+ version: ZodFor<Fr>;
1994
+ blockNumber: z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodPipe<z.ZodBigInt, z.ZodTransform<number, bigint>>, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>, z.ZodTransform<import("@aztec-labs/foundation/branded-types").BlockNumber, number>>;
1995
+ slotNumber: ZodFor<import("@aztec-labs/foundation/schemas").SlotNumber>;
1996
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
1997
+ coinbase: ZodFor<import("@aztec-labs/foundation/eth-address").EthAddress>;
1998
+ feeRecipient: ZodFor<AztecAddress>;
1999
+ gasFees: z.ZodPipe<z.ZodObject<{
2000
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2001
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2002
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
2003
+ feePerDaGas: bigint;
2004
+ feePerL2Gas: bigint;
2005
+ }>>;
2006
+ }, z.core.$strip>, z.ZodTransform<GlobalVariables, {
2007
+ chainId: Fr;
2008
+ version: Fr;
2009
+ blockNumber: import("@aztec-labs/foundation/branded-types").BlockNumber;
2010
+ slotNumber: import("@aztec-labs/foundation/schemas").SlotNumber;
2011
+ timestamp: bigint;
2012
+ coinbase: import("@aztec-labs/foundation/eth-address").EthAddress;
2013
+ feeRecipient: AztecAddress;
2014
+ gasFees: GasFees;
2015
+ }>>;
2016
+ tx: z.ZodPipe<z.ZodObject<{
2017
+ hash: z.ZodString;
2018
+ gasSettings: z.ZodPipe<z.ZodObject<{
2019
+ gasLimits: z.ZodPipe<z.ZodObject<{
2020
+ daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2021
+ l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2022
+ }, z.core.$strip>, z.ZodTransform<Gas, {
2023
+ daGas: number;
2024
+ l2Gas: number;
2025
+ }>>;
2026
+ teardownGasLimits: z.ZodPipe<z.ZodObject<{
2027
+ daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2028
+ l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2029
+ }, z.core.$strip>, z.ZodTransform<Gas, {
2030
+ daGas: number;
2031
+ l2Gas: number;
2032
+ }>>;
2033
+ maxFeesPerGas: z.ZodPipe<z.ZodObject<{
2034
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2035
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2036
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
2037
+ feePerDaGas: bigint;
2038
+ feePerL2Gas: bigint;
2039
+ }>>;
2040
+ maxPriorityFeesPerGas: z.ZodPipe<z.ZodObject<{
2041
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2042
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2043
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
2044
+ feePerDaGas: bigint;
2045
+ feePerL2Gas: bigint;
2046
+ }>>;
2047
+ }, z.core.$strip>, z.ZodTransform<GasSettings, {
2048
+ gasLimits: Gas;
2049
+ teardownGasLimits: Gas;
2050
+ maxFeesPerGas: GasFees;
2051
+ maxPriorityFeesPerGas: GasFees;
2052
+ }>>;
2053
+ effectiveGasFees: z.ZodPipe<z.ZodObject<{
2054
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2055
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2056
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
2057
+ feePerDaGas: bigint;
2058
+ feePerL2Gas: bigint;
2059
+ }>>;
2060
+ nonRevertibleContractDeploymentData: z.ZodPipe<z.ZodObject<{
2061
+ contractClassLogs: z.ZodArray<z.ZodPipe<z.ZodObject<{
2062
+ contractAddress: ZodFor<AztecAddress>;
2063
+ fields: z.ZodPipe<z.ZodObject<{
2064
+ fields: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
2065
+ }, z.core.$strip>, z.ZodTransform<import("../logs/contract_class_log.js").ContractClassLogFields, {
2066
+ fields: Fr[];
2067
+ }>>;
2068
+ emittedLength: z.ZodNumber;
2069
+ }, z.core.$strip>, z.ZodTransform<import("../logs/contract_class_log.js").ContractClassLog, {
2070
+ contractAddress: AztecAddress;
2071
+ fields: import("../logs/contract_class_log.js").ContractClassLogFields;
2072
+ emittedLength: number;
2073
+ }>>>;
2074
+ privateLogs: z.ZodArray<z.ZodPipe<z.ZodObject<{
2075
+ fields: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
2076
+ emittedLength: z.ZodNumber;
2077
+ }, z.core.$strict>, z.ZodTransform<import("../logs/private_log.js").PrivateLog, {
2078
+ fields: Fr[];
2079
+ emittedLength: number;
2080
+ }>>>;
2081
+ }, z.core.$strip>, z.ZodTransform<ContractDeploymentData, {
2082
+ contractClassLogs: import("../logs/contract_class_log.js").ContractClassLog[];
2083
+ privateLogs: import("../logs/private_log.js").PrivateLog[];
2084
+ }>>;
2085
+ revertibleContractDeploymentData: z.ZodPipe<z.ZodObject<{
2086
+ contractClassLogs: z.ZodArray<z.ZodPipe<z.ZodObject<{
2087
+ contractAddress: ZodFor<AztecAddress>;
2088
+ fields: z.ZodPipe<z.ZodObject<{
2089
+ fields: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
2090
+ }, z.core.$strip>, z.ZodTransform<import("../logs/contract_class_log.js").ContractClassLogFields, {
2091
+ fields: Fr[];
2092
+ }>>;
2093
+ emittedLength: z.ZodNumber;
2094
+ }, z.core.$strip>, z.ZodTransform<import("../logs/contract_class_log.js").ContractClassLog, {
2095
+ contractAddress: AztecAddress;
2096
+ fields: import("../logs/contract_class_log.js").ContractClassLogFields;
2097
+ emittedLength: number;
2098
+ }>>>;
2099
+ privateLogs: z.ZodArray<z.ZodPipe<z.ZodObject<{
2100
+ fields: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
2101
+ emittedLength: z.ZodNumber;
2102
+ }, z.core.$strict>, z.ZodTransform<import("../logs/private_log.js").PrivateLog, {
2103
+ fields: Fr[];
2104
+ emittedLength: number;
2105
+ }>>>;
2106
+ }, z.core.$strip>, z.ZodTransform<ContractDeploymentData, {
2107
+ contractClassLogs: import("../logs/contract_class_log.js").ContractClassLog[];
2108
+ privateLogs: import("../logs/private_log.js").PrivateLog[];
2109
+ }>>;
2110
+ nonRevertibleAccumulatedData: z.ZodObject<{
2111
+ noteHashes: z.ZodArray<ZodFor<Fr>>;
2112
+ nullifiers: z.ZodArray<ZodFor<Fr>>;
2113
+ l2ToL1Messages: z.ZodArray<z.ZodPipe<z.ZodObject<{
2114
+ message: z.ZodPipe<z.ZodObject<{
2115
+ recipient: z.ZodType<import("@aztec-labs/foundation/eth-address").EthAddress, string, z.core.$ZodTypeInternals<import("@aztec-labs/foundation/eth-address").EthAddress, string>>;
2116
+ content: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2117
+ }, z.core.$strip>, z.ZodTransform<import("../messaging/l2_to_l1_message.js").L2ToL1Message, {
2118
+ recipient: import("@aztec-labs/foundation/eth-address").EthAddress;
2119
+ content: Fr;
2120
+ }>>;
2121
+ contractAddress: ZodFor<AztecAddress>;
2122
+ }, z.core.$strip>, z.ZodTransform<ScopedL2ToL1Message, {
2123
+ message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
2124
+ contractAddress: AztecAddress;
2125
+ }>>>;
2126
+ }, z.core.$strip>;
2127
+ revertibleAccumulatedData: z.ZodObject<{
2128
+ noteHashes: z.ZodArray<ZodFor<Fr>>;
2129
+ nullifiers: z.ZodArray<ZodFor<Fr>>;
2130
+ l2ToL1Messages: z.ZodArray<z.ZodPipe<z.ZodObject<{
2131
+ message: z.ZodPipe<z.ZodObject<{
2132
+ recipient: z.ZodType<import("@aztec-labs/foundation/eth-address").EthAddress, string, z.core.$ZodTypeInternals<import("@aztec-labs/foundation/eth-address").EthAddress, string>>;
2133
+ content: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2134
+ }, z.core.$strip>, z.ZodTransform<import("../messaging/l2_to_l1_message.js").L2ToL1Message, {
2135
+ recipient: import("@aztec-labs/foundation/eth-address").EthAddress;
2136
+ content: Fr;
2137
+ }>>;
2138
+ contractAddress: ZodFor<AztecAddress>;
2139
+ }, z.core.$strip>, z.ZodTransform<ScopedL2ToL1Message, {
2140
+ message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
2141
+ contractAddress: AztecAddress;
2142
+ }>>>;
2143
+ }, z.core.$strip>;
2144
+ setupEnqueuedCalls: z.ZodArray<ZodFor<PublicCallRequestWithCalldata>>;
2145
+ appLogicEnqueuedCalls: z.ZodArray<ZodFor<PublicCallRequestWithCalldata>>;
2146
+ teardownEnqueuedCall: z.ZodNullable<ZodFor<PublicCallRequestWithCalldata>>;
2147
+ gasUsedByPrivate: z.ZodPipe<z.ZodObject<{
2148
+ daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2149
+ l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2150
+ }, z.core.$strip>, z.ZodTransform<Gas, {
2151
+ daGas: number;
2152
+ l2Gas: number;
2153
+ }>>;
2154
+ feePayer: ZodFor<AztecAddress>;
2155
+ }, z.core.$strip>, z.ZodTransform<AvmTxHint, {
2156
+ hash: string;
2157
+ gasSettings: GasSettings;
2158
+ effectiveGasFees: GasFees;
2159
+ nonRevertibleContractDeploymentData: ContractDeploymentData;
2160
+ revertibleContractDeploymentData: ContractDeploymentData;
2161
+ nonRevertibleAccumulatedData: {
2162
+ noteHashes: Fr[];
2163
+ nullifiers: Fr[];
2164
+ l2ToL1Messages: ScopedL2ToL1Message[];
2165
+ };
2166
+ revertibleAccumulatedData: {
2167
+ noteHashes: Fr[];
2168
+ nullifiers: Fr[];
2169
+ l2ToL1Messages: ScopedL2ToL1Message[];
2170
+ };
2171
+ setupEnqueuedCalls: PublicCallRequestWithCalldata[];
2172
+ appLogicEnqueuedCalls: PublicCallRequestWithCalldata[];
2173
+ teardownEnqueuedCall: PublicCallRequestWithCalldata | null;
2174
+ gasUsedByPrivate: Gas;
2175
+ feePayer: AztecAddress;
2176
+ }>>;
2177
+ protocolContracts: z.ZodPipe<z.ZodObject<{
2178
+ derivedAddresses: z.ZodArray<ZodFor<AztecAddress>>;
2179
+ }, z.core.$strip>, z.ZodTransform<ProtocolContracts, {
2180
+ derivedAddresses: AztecAddress[];
2181
+ }>>;
2182
+ contractInstances: z.ZodArray<z.ZodPipe<z.ZodObject<{
2183
+ hintKey: z.ZodNumber;
2184
+ address: ZodFor<AztecAddress>;
2185
+ salt: ZodFor<Fr>;
2186
+ deployer: ZodFor<AztecAddress>;
2187
+ currentContractClassId: ZodFor<Fr>;
2188
+ originalContractClassId: ZodFor<Fr>;
2189
+ initializationHash: ZodFor<Fr>;
2190
+ immutablesHash: ZodFor<Fr>;
2191
+ publicKeys: z.ZodPipe<z.ZodObject<{
2192
+ npkMHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2193
+ ivpkM: z.ZodType<import("@aztec-labs/foundation/schemas").Point, string, z.core.$ZodTypeInternals<import("@aztec-labs/foundation/schemas").Point, string>>;
2194
+ ovpkMHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2195
+ tpkMHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2196
+ mspkMHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2197
+ fbpkMHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2198
+ }, z.core.$strip>, z.ZodTransform<PublicKeys, {
2199
+ npkMHash: Fr;
2200
+ ivpkM: import("@aztec-labs/foundation/schemas").Point;
2201
+ ovpkMHash: Fr;
2202
+ tpkMHash: Fr;
2203
+ mspkMHash: Fr;
2204
+ fbpkMHash: Fr;
2205
+ }>>;
2206
+ }, z.core.$strip>, z.ZodTransform<AvmContractInstanceHint, {
2207
+ hintKey: number;
2208
+ address: AztecAddress;
2209
+ salt: Fr;
2210
+ deployer: AztecAddress;
2211
+ currentContractClassId: Fr;
2212
+ originalContractClassId: Fr;
2213
+ initializationHash: Fr;
2214
+ immutablesHash: Fr;
2215
+ publicKeys: PublicKeys;
2216
+ }>>>;
2217
+ contractClasses: z.ZodArray<z.ZodPipe<z.ZodObject<{
2218
+ hintKey: z.ZodNumber;
2219
+ classId: ZodFor<Fr>;
2220
+ artifactHash: ZodFor<Fr>;
2221
+ privateFunctionsRoot: ZodFor<Fr>;
2222
+ packedBytecode: ZodFor<Buffer<ArrayBufferLike>>;
2223
+ }, z.core.$strip>, z.ZodTransform<AvmContractClassHint, {
2224
+ hintKey: number;
2225
+ classId: Fr;
2226
+ artifactHash: Fr;
2227
+ privateFunctionsRoot: Fr;
2228
+ packedBytecode: Buffer<ArrayBufferLike>;
2229
+ }>>>;
2230
+ bytecodeCommitments: z.ZodArray<z.ZodPipe<z.ZodObject<{
2231
+ hintKey: z.ZodNumber;
2232
+ classId: ZodFor<Fr>;
2233
+ commitment: ZodFor<Fr>;
2234
+ }, z.core.$strip>, z.ZodTransform<AvmBytecodeCommitmentHint, {
2235
+ hintKey: number;
2236
+ classId: Fr;
2237
+ commitment: Fr;
2238
+ }>>>;
2239
+ debugFunctionNames: z.ZodArray<z.ZodPipe<z.ZodObject<{
2240
+ address: ZodFor<AztecAddress>;
2241
+ selector: ZodFor<Fr>;
2242
+ name: z.ZodString;
2243
+ }, z.core.$strip>, z.ZodTransform<AvmDebugFunctionNameHint, {
2244
+ address: AztecAddress;
2245
+ selector: Fr;
2246
+ name: string;
2247
+ }>>>;
2248
+ contractDbCreateCheckpointHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
2249
+ actionCounter: z.ZodNumber;
2250
+ oldCheckpointId: z.ZodNumber;
2251
+ newCheckpointId: z.ZodNumber;
2252
+ }, z.core.$strip>, z.ZodTransform<AvmCheckpointActionNoStateChangeHint, {
2253
+ actionCounter: number;
2254
+ oldCheckpointId: number;
2255
+ newCheckpointId: number;
2256
+ }>>>;
2257
+ contractDbCommitCheckpointHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
2258
+ actionCounter: z.ZodNumber;
2259
+ oldCheckpointId: z.ZodNumber;
2260
+ newCheckpointId: z.ZodNumber;
2261
+ }, z.core.$strip>, z.ZodTransform<AvmCheckpointActionNoStateChangeHint, {
2262
+ actionCounter: number;
2263
+ oldCheckpointId: number;
2264
+ newCheckpointId: number;
2265
+ }>>>;
2266
+ contractDbRevertCheckpointHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
2267
+ actionCounter: z.ZodNumber;
2268
+ oldCheckpointId: z.ZodNumber;
2269
+ newCheckpointId: z.ZodNumber;
2270
+ }, z.core.$strip>, z.ZodTransform<AvmCheckpointActionNoStateChangeHint, {
2271
+ actionCounter: number;
2272
+ oldCheckpointId: number;
2273
+ newCheckpointId: number;
2274
+ }>>>;
2275
+ startingTreeRoots: z.ZodPipe<z.ZodObject<{
2276
+ l1ToL2MessageTree: z.ZodPipe<z.ZodObject<{
2277
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2278
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2279
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2280
+ root: Fr;
2281
+ nextAvailableLeafIndex: number;
2282
+ }>>;
2283
+ noteHashTree: z.ZodPipe<z.ZodObject<{
2284
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2285
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2286
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2287
+ root: Fr;
2288
+ nextAvailableLeafIndex: number;
2289
+ }>>;
2290
+ nullifierTree: z.ZodPipe<z.ZodObject<{
2291
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2292
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2293
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2294
+ root: Fr;
2295
+ nextAvailableLeafIndex: number;
2296
+ }>>;
2297
+ publicDataTree: z.ZodPipe<z.ZodObject<{
2298
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2299
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2300
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2301
+ root: Fr;
2302
+ nextAvailableLeafIndex: number;
2303
+ }>>;
2304
+ }, z.core.$strip>, z.ZodTransform<TreeSnapshots, {
2305
+ l1ToL2MessageTree: AppendOnlyTreeSnapshot;
2306
+ noteHashTree: AppendOnlyTreeSnapshot;
2307
+ nullifierTree: AppendOnlyTreeSnapshot;
2308
+ publicDataTree: AppendOnlyTreeSnapshot;
2309
+ }>>;
2310
+ getSiblingPathHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
2311
+ hintKey: z.ZodPipe<z.ZodObject<{
2312
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2313
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2314
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2315
+ root: Fr;
2316
+ nextAvailableLeafIndex: number;
2317
+ }>>;
2318
+ treeId: z.ZodNumber;
2319
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2320
+ path: z.ZodArray<ZodFor<Fr>>;
2321
+ }, z.core.$strip>, z.ZodTransform<AvmGetSiblingPathHint, {
2322
+ hintKey: AppendOnlyTreeSnapshot;
2323
+ treeId: number;
2324
+ index: bigint;
2325
+ path: Fr[];
2326
+ }>>>;
2327
+ getPreviousValueIndexHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
2328
+ hintKey: z.ZodPipe<z.ZodObject<{
2329
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2330
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2331
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2332
+ root: Fr;
2333
+ nextAvailableLeafIndex: number;
2334
+ }>>;
2335
+ treeId: z.ZodNumber;
2336
+ value: ZodFor<Fr>;
2337
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2338
+ alreadyPresent: z.ZodBoolean;
2339
+ }, z.core.$strip>, z.ZodTransform<AvmGetPreviousValueIndexHint, {
2340
+ hintKey: AppendOnlyTreeSnapshot;
2341
+ treeId: number;
2342
+ value: Fr;
2343
+ index: bigint;
2344
+ alreadyPresent: boolean;
2345
+ }>>>;
2346
+ getLeafPreimageHintsPublicDataTree: z.ZodArray<z.ZodPipe<z.ZodObject<{
2347
+ hintKey: z.ZodPipe<z.ZodObject<{
2348
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2349
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2350
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2351
+ root: Fr;
2352
+ nextAvailableLeafIndex: number;
2353
+ }>>;
2354
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2355
+ leafPreimage: z.ZodPipe<z.ZodObject<{
2356
+ leaf: z.ZodPipe<z.ZodObject<{
2357
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2358
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
2359
+ nullifier: Fr;
2360
+ }>>;
2361
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2362
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2363
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
2364
+ leaf: NullifierLeaf;
2365
+ nextKey: Fr;
2366
+ nextIndex: bigint;
2367
+ }>> | z.ZodPipe<z.ZodObject<{
2368
+ leaf: z.ZodPipe<z.ZodObject<{
2369
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2370
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2371
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
2372
+ slot: Fr;
2373
+ value: Fr;
2374
+ }>>;
2375
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2376
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2377
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
2378
+ leaf: PublicDataTreeLeaf;
2379
+ nextKey: Fr;
2380
+ nextIndex: bigint;
2381
+ }>>;
2382
+ }, z.core.$strip>, z.ZodTransform<{
2383
+ readonly hintKey: AppendOnlyTreeSnapshot;
2384
+ readonly index: bigint;
2385
+ readonly leafPreimage: IndexedTreeLeafPreimages;
2386
+ }, {
2387
+ hintKey: AppendOnlyTreeSnapshot;
2388
+ index: bigint;
2389
+ leafPreimage: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
2390
+ }>>>;
2391
+ getLeafPreimageHintsNullifierTree: z.ZodArray<z.ZodPipe<z.ZodObject<{
2392
+ hintKey: z.ZodPipe<z.ZodObject<{
2393
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2394
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2395
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2396
+ root: Fr;
2397
+ nextAvailableLeafIndex: number;
2398
+ }>>;
2399
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2400
+ leafPreimage: z.ZodPipe<z.ZodObject<{
2401
+ leaf: z.ZodPipe<z.ZodObject<{
2402
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2403
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
2404
+ nullifier: Fr;
2405
+ }>>;
2406
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2407
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2408
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
2409
+ leaf: NullifierLeaf;
2410
+ nextKey: Fr;
2411
+ nextIndex: bigint;
2412
+ }>> | z.ZodPipe<z.ZodObject<{
2413
+ leaf: z.ZodPipe<z.ZodObject<{
2414
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2415
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2416
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
2417
+ slot: Fr;
2418
+ value: Fr;
2419
+ }>>;
2420
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2421
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2422
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
2423
+ leaf: PublicDataTreeLeaf;
2424
+ nextKey: Fr;
2425
+ nextIndex: bigint;
2426
+ }>>;
2427
+ }, z.core.$strip>, z.ZodTransform<{
2428
+ readonly hintKey: AppendOnlyTreeSnapshot;
2429
+ readonly index: bigint;
2430
+ readonly leafPreimage: IndexedTreeLeafPreimages;
2431
+ }, {
2432
+ hintKey: AppendOnlyTreeSnapshot;
2433
+ index: bigint;
2434
+ leafPreimage: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
2435
+ }>>>;
2436
+ getLeafValueHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
2437
+ hintKey: z.ZodPipe<z.ZodObject<{
2438
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2439
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2440
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2441
+ root: Fr;
2442
+ nextAvailableLeafIndex: number;
2443
+ }>>;
2444
+ treeId: z.ZodNumber;
2445
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2446
+ value: ZodFor<Fr>;
2447
+ }, z.core.$strip>, z.ZodTransform<AvmGetLeafValueHint, {
2448
+ hintKey: AppendOnlyTreeSnapshot;
2449
+ treeId: number;
2450
+ index: bigint;
2451
+ value: Fr;
2452
+ }>>>;
2453
+ sequentialInsertHintsPublicDataTree: z.ZodArray<z.ZodPipe<z.ZodObject<{
2454
+ hintKey: z.ZodPipe<z.ZodObject<{
2455
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2456
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2457
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2458
+ root: Fr;
2459
+ nextAvailableLeafIndex: number;
2460
+ }>>;
2461
+ stateAfter: z.ZodPipe<z.ZodObject<{
2462
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2463
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2464
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2465
+ root: Fr;
2466
+ nextAvailableLeafIndex: number;
2467
+ }>>;
2468
+ treeId: z.ZodNumber;
2469
+ leaf: z.ZodPipe<z.ZodObject<{
2470
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2471
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
2472
+ nullifier: Fr;
2473
+ }>> | z.ZodPipe<z.ZodObject<{
2474
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2475
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2476
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
2477
+ slot: Fr;
2478
+ value: Fr;
2479
+ }>>;
2480
+ lowLeavesWitnessData: z.ZodObject<{
2481
+ leaf: z.ZodPipe<z.ZodObject<{
2482
+ leaf: z.ZodPipe<z.ZodObject<{
2483
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2484
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
2485
+ nullifier: Fr;
2486
+ }>>;
2487
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2488
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2489
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
2490
+ leaf: NullifierLeaf;
2491
+ nextKey: Fr;
2492
+ nextIndex: bigint;
2493
+ }>> | z.ZodPipe<z.ZodObject<{
2494
+ leaf: z.ZodPipe<z.ZodObject<{
2495
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2496
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2497
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
2498
+ slot: Fr;
2499
+ value: Fr;
2500
+ }>>;
2501
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2502
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2503
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
2504
+ leaf: PublicDataTreeLeaf;
2505
+ nextKey: Fr;
2506
+ nextIndex: bigint;
2507
+ }>>;
2508
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2509
+ path: z.ZodArray<ZodFor<Fr>>;
2510
+ }, z.core.$strip>;
2511
+ insertionWitnessData: z.ZodObject<{
2512
+ leaf: z.ZodPipe<z.ZodObject<{
2513
+ leaf: z.ZodPipe<z.ZodObject<{
2514
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2515
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
2516
+ nullifier: Fr;
2517
+ }>>;
2518
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2519
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2520
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
2521
+ leaf: NullifierLeaf;
2522
+ nextKey: Fr;
2523
+ nextIndex: bigint;
2524
+ }>> | z.ZodPipe<z.ZodObject<{
2525
+ leaf: z.ZodPipe<z.ZodObject<{
2526
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2527
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2528
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
2529
+ slot: Fr;
2530
+ value: Fr;
2531
+ }>>;
2532
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2533
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2534
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
2535
+ leaf: PublicDataTreeLeaf;
2536
+ nextKey: Fr;
2537
+ nextIndex: bigint;
2538
+ }>>;
2539
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2540
+ path: z.ZodArray<ZodFor<Fr>>;
2541
+ }, z.core.$strip>;
2542
+ }, z.core.$strip>, z.ZodTransform<{
2543
+ readonly hintKey: AppendOnlyTreeSnapshot;
2544
+ readonly stateAfter: AppendOnlyTreeSnapshot;
2545
+ readonly treeId: MerkleTreeId;
2546
+ readonly leaf: NullifierLeaf | PublicDataTreeLeaf;
2547
+ readonly lowLeavesWitnessData: {
2548
+ leaf: IndexedTreeLeafPreimages;
2549
+ index: bigint;
2550
+ path: Fr[];
2551
+ };
2552
+ readonly insertionWitnessData: {
2553
+ leaf: IndexedTreeLeafPreimages;
2554
+ index: bigint;
2555
+ path: Fr[];
2556
+ };
2557
+ }, {
2558
+ hintKey: AppendOnlyTreeSnapshot;
2559
+ stateAfter: AppendOnlyTreeSnapshot;
2560
+ treeId: number;
2561
+ leaf: NullifierLeaf | PublicDataTreeLeaf;
2562
+ lowLeavesWitnessData: {
2563
+ leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
2564
+ index: bigint;
2565
+ path: Fr[];
2566
+ };
2567
+ insertionWitnessData: {
2568
+ leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
2569
+ index: bigint;
2570
+ path: Fr[];
2571
+ };
2572
+ }>>>;
2573
+ sequentialInsertHintsNullifierTree: z.ZodArray<z.ZodPipe<z.ZodObject<{
2574
+ hintKey: z.ZodPipe<z.ZodObject<{
2575
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2576
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2577
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2578
+ root: Fr;
2579
+ nextAvailableLeafIndex: number;
2580
+ }>>;
2581
+ stateAfter: z.ZodPipe<z.ZodObject<{
2582
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2583
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2584
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2585
+ root: Fr;
2586
+ nextAvailableLeafIndex: number;
2587
+ }>>;
2588
+ treeId: z.ZodNumber;
2589
+ leaf: z.ZodPipe<z.ZodObject<{
2590
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2591
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
2592
+ nullifier: Fr;
2593
+ }>> | z.ZodPipe<z.ZodObject<{
2594
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2595
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2596
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
2597
+ slot: Fr;
2598
+ value: Fr;
2599
+ }>>;
2600
+ lowLeavesWitnessData: z.ZodObject<{
2601
+ leaf: z.ZodPipe<z.ZodObject<{
2602
+ leaf: z.ZodPipe<z.ZodObject<{
2603
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2604
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
2605
+ nullifier: Fr;
2606
+ }>>;
2607
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2608
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2609
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
2610
+ leaf: NullifierLeaf;
2611
+ nextKey: Fr;
2612
+ nextIndex: bigint;
2613
+ }>> | z.ZodPipe<z.ZodObject<{
2614
+ leaf: z.ZodPipe<z.ZodObject<{
2615
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2616
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2617
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
2618
+ slot: Fr;
2619
+ value: Fr;
2620
+ }>>;
2621
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2622
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2623
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
2624
+ leaf: PublicDataTreeLeaf;
2625
+ nextKey: Fr;
2626
+ nextIndex: bigint;
2627
+ }>>;
2628
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2629
+ path: z.ZodArray<ZodFor<Fr>>;
2630
+ }, z.core.$strip>;
2631
+ insertionWitnessData: z.ZodObject<{
2632
+ leaf: z.ZodPipe<z.ZodObject<{
2633
+ leaf: z.ZodPipe<z.ZodObject<{
2634
+ nullifier: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2635
+ }, z.core.$strip>, z.ZodTransform<NullifierLeaf, {
2636
+ nullifier: Fr;
2637
+ }>>;
2638
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2639
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2640
+ }, z.core.$strip>, z.ZodTransform<NullifierLeafPreimage, {
2641
+ leaf: NullifierLeaf;
2642
+ nextKey: Fr;
2643
+ nextIndex: bigint;
2644
+ }>> | z.ZodPipe<z.ZodObject<{
2645
+ leaf: z.ZodPipe<z.ZodObject<{
2646
+ slot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2647
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2648
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeaf, {
2649
+ slot: Fr;
2650
+ value: Fr;
2651
+ }>>;
2652
+ nextKey: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2653
+ nextIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2654
+ }, z.core.$strip>, z.ZodTransform<PublicDataTreeLeafPreimage, {
2655
+ leaf: PublicDataTreeLeaf;
2656
+ nextKey: Fr;
2657
+ nextIndex: bigint;
2658
+ }>>;
2659
+ index: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2660
+ path: z.ZodArray<ZodFor<Fr>>;
2661
+ }, z.core.$strip>;
2662
+ }, z.core.$strip>, z.ZodTransform<{
2663
+ readonly hintKey: AppendOnlyTreeSnapshot;
2664
+ readonly stateAfter: AppendOnlyTreeSnapshot;
2665
+ readonly treeId: MerkleTreeId;
2666
+ readonly leaf: NullifierLeaf | PublicDataTreeLeaf;
2667
+ readonly lowLeavesWitnessData: {
2668
+ leaf: IndexedTreeLeafPreimages;
2669
+ index: bigint;
2670
+ path: Fr[];
2671
+ };
2672
+ readonly insertionWitnessData: {
2673
+ leaf: IndexedTreeLeafPreimages;
2674
+ index: bigint;
2675
+ path: Fr[];
2676
+ };
2677
+ }, {
2678
+ hintKey: AppendOnlyTreeSnapshot;
2679
+ stateAfter: AppendOnlyTreeSnapshot;
2680
+ treeId: number;
2681
+ leaf: NullifierLeaf | PublicDataTreeLeaf;
2682
+ lowLeavesWitnessData: {
2683
+ leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
2684
+ index: bigint;
2685
+ path: Fr[];
2686
+ };
2687
+ insertionWitnessData: {
2688
+ leaf: NullifierLeafPreimage | PublicDataTreeLeafPreimage;
2689
+ index: bigint;
2690
+ path: Fr[];
2691
+ };
2692
+ }>>>;
2693
+ appendLeavesHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
2694
+ hintKey: z.ZodPipe<z.ZodObject<{
2695
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2696
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2697
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2698
+ root: Fr;
2699
+ nextAvailableLeafIndex: number;
2700
+ }>>;
2701
+ stateAfter: z.ZodPipe<z.ZodObject<{
2702
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2703
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2704
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2705
+ root: Fr;
2706
+ nextAvailableLeafIndex: number;
2707
+ }>>;
2708
+ treeId: z.ZodNumber;
2709
+ leaves: z.ZodArray<ZodFor<Fr>>;
2710
+ }, z.core.$strip>, z.ZodTransform<AvmAppendLeavesHint, {
2711
+ hintKey: AppendOnlyTreeSnapshot;
2712
+ stateAfter: AppendOnlyTreeSnapshot;
2713
+ treeId: number;
2714
+ leaves: Fr[];
2715
+ }>>>;
2716
+ createCheckpointHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
2717
+ actionCounter: z.ZodNumber;
2718
+ oldCheckpointId: z.ZodNumber;
2719
+ newCheckpointId: z.ZodNumber;
2720
+ }, z.core.$strip>, z.ZodTransform<AvmCheckpointActionNoStateChangeHint, {
2721
+ actionCounter: number;
2722
+ oldCheckpointId: number;
2723
+ newCheckpointId: number;
2724
+ }>>>;
2725
+ commitCheckpointHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
2726
+ actionCounter: z.ZodNumber;
2727
+ oldCheckpointId: z.ZodNumber;
2728
+ newCheckpointId: z.ZodNumber;
2729
+ }, z.core.$strip>, z.ZodTransform<AvmCheckpointActionNoStateChangeHint, {
2730
+ actionCounter: number;
2731
+ oldCheckpointId: number;
2732
+ newCheckpointId: number;
2733
+ }>>>;
2734
+ revertCheckpointHints: z.ZodArray<z.ZodPipe<z.ZodObject<{
2735
+ actionCounter: z.ZodNumber;
2736
+ oldCheckpointId: z.ZodNumber;
2737
+ newCheckpointId: z.ZodNumber;
2738
+ stateBefore: z.ZodPipe<z.ZodObject<{
2739
+ l1ToL2MessageTree: z.ZodPipe<z.ZodObject<{
2740
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2741
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2742
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2743
+ root: Fr;
2744
+ nextAvailableLeafIndex: number;
2745
+ }>>;
2746
+ noteHashTree: z.ZodPipe<z.ZodObject<{
2747
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2748
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2749
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2750
+ root: Fr;
2751
+ nextAvailableLeafIndex: number;
2752
+ }>>;
2753
+ nullifierTree: z.ZodPipe<z.ZodObject<{
2754
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2755
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2756
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2757
+ root: Fr;
2758
+ nextAvailableLeafIndex: number;
2759
+ }>>;
2760
+ publicDataTree: z.ZodPipe<z.ZodObject<{
2761
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2762
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2763
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2764
+ root: Fr;
2765
+ nextAvailableLeafIndex: number;
2766
+ }>>;
2767
+ }, z.core.$strip>, z.ZodTransform<TreeSnapshots, {
2768
+ l1ToL2MessageTree: AppendOnlyTreeSnapshot;
2769
+ noteHashTree: AppendOnlyTreeSnapshot;
2770
+ nullifierTree: AppendOnlyTreeSnapshot;
2771
+ publicDataTree: AppendOnlyTreeSnapshot;
2772
+ }>>;
2773
+ stateAfter: z.ZodPipe<z.ZodObject<{
2774
+ l1ToL2MessageTree: z.ZodPipe<z.ZodObject<{
2775
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2776
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2777
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2778
+ root: Fr;
2779
+ nextAvailableLeafIndex: number;
2780
+ }>>;
2781
+ noteHashTree: z.ZodPipe<z.ZodObject<{
2782
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2783
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2784
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2785
+ root: Fr;
2786
+ nextAvailableLeafIndex: number;
2787
+ }>>;
2788
+ nullifierTree: z.ZodPipe<z.ZodObject<{
2789
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2790
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2791
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2792
+ root: Fr;
2793
+ nextAvailableLeafIndex: number;
2794
+ }>>;
2795
+ publicDataTree: z.ZodPipe<z.ZodObject<{
2796
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2797
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2798
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2799
+ root: Fr;
2800
+ nextAvailableLeafIndex: number;
2801
+ }>>;
2802
+ }, z.core.$strip>, z.ZodTransform<TreeSnapshots, {
2803
+ l1ToL2MessageTree: AppendOnlyTreeSnapshot;
2804
+ noteHashTree: AppendOnlyTreeSnapshot;
2805
+ nullifierTree: AppendOnlyTreeSnapshot;
2806
+ publicDataTree: AppendOnlyTreeSnapshot;
2807
+ }>>;
2808
+ }, z.core.$strip>, z.ZodTransform<AvmRevertCheckpointHint, {
2809
+ actionCounter: number;
2810
+ oldCheckpointId: number;
2811
+ newCheckpointId: number;
2812
+ stateBefore: TreeSnapshots;
2813
+ stateAfter: TreeSnapshots;
2814
+ }>>>;
2815
+ }, z.core.$strip>, z.ZodTransform<AvmExecutionHints, {
2816
+ globalVariables: GlobalVariables;
2817
+ tx: AvmTxHint;
2818
+ protocolContracts: ProtocolContracts;
2819
+ contractInstances: AvmContractInstanceHint[];
2820
+ contractClasses: AvmContractClassHint[];
2821
+ bytecodeCommitments: AvmBytecodeCommitmentHint[];
2822
+ debugFunctionNames: AvmDebugFunctionNameHint[];
2823
+ contractDbCreateCheckpointHints: AvmCheckpointActionNoStateChangeHint[];
2824
+ contractDbCommitCheckpointHints: AvmCheckpointActionNoStateChangeHint[];
2825
+ contractDbRevertCheckpointHints: AvmCheckpointActionNoStateChangeHint[];
2826
+ startingTreeRoots: TreeSnapshots;
2827
+ getSiblingPathHints: AvmGetSiblingPathHint[];
2828
+ getPreviousValueIndexHints: AvmGetPreviousValueIndexHint[];
2829
+ getLeafPreimageHintsPublicDataTree: {
2830
+ readonly hintKey: AppendOnlyTreeSnapshot;
2831
+ readonly index: bigint;
2832
+ readonly leafPreimage: IndexedTreeLeafPreimages;
2833
+ }[];
2834
+ getLeafPreimageHintsNullifierTree: {
2835
+ readonly hintKey: AppendOnlyTreeSnapshot;
2836
+ readonly index: bigint;
2837
+ readonly leafPreimage: IndexedTreeLeafPreimages;
2838
+ }[];
2839
+ getLeafValueHints: AvmGetLeafValueHint[];
2840
+ sequentialInsertHintsPublicDataTree: {
2841
+ readonly hintKey: AppendOnlyTreeSnapshot;
2842
+ readonly stateAfter: AppendOnlyTreeSnapshot;
2843
+ readonly treeId: MerkleTreeId;
2844
+ readonly leaf: NullifierLeaf | PublicDataTreeLeaf;
2845
+ readonly lowLeavesWitnessData: {
2846
+ leaf: IndexedTreeLeafPreimages;
2847
+ index: bigint;
2848
+ path: Fr[];
2849
+ };
2850
+ readonly insertionWitnessData: {
2851
+ leaf: IndexedTreeLeafPreimages;
2852
+ index: bigint;
2853
+ path: Fr[];
2854
+ };
2855
+ }[];
2856
+ sequentialInsertHintsNullifierTree: {
2857
+ readonly hintKey: AppendOnlyTreeSnapshot;
2858
+ readonly stateAfter: AppendOnlyTreeSnapshot;
2859
+ readonly treeId: MerkleTreeId;
2860
+ readonly leaf: NullifierLeaf | PublicDataTreeLeaf;
2861
+ readonly lowLeavesWitnessData: {
2862
+ leaf: IndexedTreeLeafPreimages;
2863
+ index: bigint;
2864
+ path: Fr[];
2865
+ };
2866
+ readonly insertionWitnessData: {
2867
+ leaf: IndexedTreeLeafPreimages;
2868
+ index: bigint;
2869
+ path: Fr[];
2870
+ };
2871
+ }[];
2872
+ appendLeavesHints: AvmAppendLeavesHint[];
2873
+ createCheckpointHints: AvmCheckpointActionNoStateChangeHint[];
2874
+ commitCheckpointHints: AvmCheckpointActionNoStateChangeHint[];
2875
+ revertCheckpointHints: AvmRevertCheckpointHint[];
2876
+ }>>;
2877
+ publicInputs: z.ZodPipe<z.ZodObject<{
2878
+ globalVariables: z.ZodPipe<z.ZodObject<{
2879
+ chainId: ZodFor<Fr>;
2880
+ version: ZodFor<Fr>;
2881
+ blockNumber: z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodPipe<z.ZodBigInt, z.ZodTransform<number, bigint>>, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>, z.ZodTransform<import("@aztec-labs/foundation/branded-types").BlockNumber, number>>;
2882
+ slotNumber: ZodFor<import("@aztec-labs/foundation/schemas").SlotNumber>;
2883
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2884
+ coinbase: ZodFor<import("@aztec-labs/foundation/eth-address").EthAddress>;
2885
+ feeRecipient: ZodFor<AztecAddress>;
2886
+ gasFees: z.ZodPipe<z.ZodObject<{
2887
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2888
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2889
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
2890
+ feePerDaGas: bigint;
2891
+ feePerL2Gas: bigint;
2892
+ }>>;
2893
+ }, z.core.$strip>, z.ZodTransform<GlobalVariables, {
2894
+ chainId: Fr;
2895
+ version: Fr;
2896
+ blockNumber: import("@aztec-labs/foundation/branded-types").BlockNumber;
2897
+ slotNumber: import("@aztec-labs/foundation/schemas").SlotNumber;
2898
+ timestamp: bigint;
2899
+ coinbase: import("@aztec-labs/foundation/eth-address").EthAddress;
2900
+ feeRecipient: AztecAddress;
2901
+ gasFees: GasFees;
2902
+ }>>;
2903
+ protocolContracts: z.ZodPipe<z.ZodObject<{
2904
+ derivedAddresses: z.ZodArray<ZodFor<AztecAddress>>;
2905
+ }, z.core.$strip>, z.ZodTransform<ProtocolContracts, {
2906
+ derivedAddresses: AztecAddress[];
2907
+ }>>;
2908
+ startTreeSnapshots: z.ZodPipe<z.ZodObject<{
2909
+ l1ToL2MessageTree: z.ZodPipe<z.ZodObject<{
2910
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2911
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2912
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2913
+ root: Fr;
2914
+ nextAvailableLeafIndex: number;
2915
+ }>>;
2916
+ noteHashTree: z.ZodPipe<z.ZodObject<{
2917
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2918
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2919
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2920
+ root: Fr;
2921
+ nextAvailableLeafIndex: number;
2922
+ }>>;
2923
+ nullifierTree: z.ZodPipe<z.ZodObject<{
2924
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2925
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2926
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2927
+ root: Fr;
2928
+ nextAvailableLeafIndex: number;
2929
+ }>>;
2930
+ publicDataTree: z.ZodPipe<z.ZodObject<{
2931
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2932
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2933
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
2934
+ root: Fr;
2935
+ nextAvailableLeafIndex: number;
2936
+ }>>;
2937
+ }, z.core.$strip>, z.ZodTransform<TreeSnapshots, {
2938
+ l1ToL2MessageTree: AppendOnlyTreeSnapshot;
2939
+ noteHashTree: AppendOnlyTreeSnapshot;
2940
+ nullifierTree: AppendOnlyTreeSnapshot;
2941
+ publicDataTree: AppendOnlyTreeSnapshot;
2942
+ }>>;
2943
+ startGasUsed: z.ZodPipe<z.ZodObject<{
2944
+ daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2945
+ l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2946
+ }, z.core.$strip>, z.ZodTransform<Gas, {
2947
+ daGas: number;
2948
+ l2Gas: number;
2949
+ }>>;
2950
+ gasSettings: z.ZodPipe<z.ZodObject<{
2951
+ gasLimits: z.ZodPipe<z.ZodObject<{
2952
+ daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2953
+ l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2954
+ }, z.core.$strip>, z.ZodTransform<Gas, {
2955
+ daGas: number;
2956
+ l2Gas: number;
2957
+ }>>;
2958
+ teardownGasLimits: z.ZodPipe<z.ZodObject<{
2959
+ daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2960
+ l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
2961
+ }, z.core.$strip>, z.ZodTransform<Gas, {
2962
+ daGas: number;
2963
+ l2Gas: number;
2964
+ }>>;
2965
+ maxFeesPerGas: z.ZodPipe<z.ZodObject<{
2966
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2967
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2968
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
2969
+ feePerDaGas: bigint;
2970
+ feePerL2Gas: bigint;
2971
+ }>>;
2972
+ maxPriorityFeesPerGas: z.ZodPipe<z.ZodObject<{
2973
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2974
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2975
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
2976
+ feePerDaGas: bigint;
2977
+ feePerL2Gas: bigint;
2978
+ }>>;
2979
+ }, z.core.$strip>, z.ZodTransform<GasSettings, {
2980
+ gasLimits: Gas;
2981
+ teardownGasLimits: Gas;
2982
+ maxFeesPerGas: GasFees;
2983
+ maxPriorityFeesPerGas: GasFees;
2984
+ }>>;
2985
+ effectiveGasFees: z.ZodPipe<z.ZodObject<{
2986
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2987
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
2988
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
2989
+ feePerDaGas: bigint;
2990
+ feePerL2Gas: bigint;
2991
+ }>>;
2992
+ feePayer: ZodFor<AztecAddress>;
2993
+ proverId: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
2994
+ publicCallRequestArrayLengths: z.ZodPipe<z.ZodObject<{
2995
+ setupCalls: z.ZodNumber;
2996
+ appLogicCalls: z.ZodNumber;
2997
+ teardownCall: z.ZodBoolean;
2998
+ }, z.core.$strip>, z.ZodTransform<import("../kernel/public_call_request.js").PublicCallRequestArrayLengths, {
2999
+ setupCalls: number;
3000
+ appLogicCalls: number;
3001
+ teardownCall: boolean;
3002
+ }>>;
3003
+ publicSetupCallRequests: z.ZodArray<z.ZodPipe<z.ZodObject<{
3004
+ msgSender: ZodFor<AztecAddress>;
3005
+ contractAddress: ZodFor<AztecAddress>;
3006
+ isStaticCall: z.ZodBoolean;
3007
+ calldataHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
3008
+ }, z.core.$strip>, z.ZodTransform<import("../kernel/public_call_request.js").PublicCallRequest, {
3009
+ msgSender: AztecAddress;
3010
+ contractAddress: AztecAddress;
3011
+ isStaticCall: boolean;
3012
+ calldataHash: Fr;
3013
+ }>>>;
3014
+ publicAppLogicCallRequests: z.ZodArray<z.ZodPipe<z.ZodObject<{
3015
+ msgSender: ZodFor<AztecAddress>;
3016
+ contractAddress: ZodFor<AztecAddress>;
3017
+ isStaticCall: z.ZodBoolean;
3018
+ calldataHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
3019
+ }, z.core.$strip>, z.ZodTransform<import("../kernel/public_call_request.js").PublicCallRequest, {
3020
+ msgSender: AztecAddress;
3021
+ contractAddress: AztecAddress;
3022
+ isStaticCall: boolean;
3023
+ calldataHash: Fr;
3024
+ }>>>;
3025
+ publicTeardownCallRequest: z.ZodPipe<z.ZodObject<{
3026
+ msgSender: ZodFor<AztecAddress>;
3027
+ contractAddress: ZodFor<AztecAddress>;
3028
+ isStaticCall: z.ZodBoolean;
3029
+ calldataHash: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
3030
+ }, z.core.$strip>, z.ZodTransform<import("../kernel/public_call_request.js").PublicCallRequest, {
3031
+ msgSender: AztecAddress;
3032
+ contractAddress: AztecAddress;
3033
+ isStaticCall: boolean;
3034
+ calldataHash: Fr;
3035
+ }>>;
3036
+ previousNonRevertibleAccumulatedDataArrayLengths: z.ZodPipe<z.ZodObject<{
3037
+ noteHashes: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3038
+ nullifiers: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3039
+ l2ToL1Msgs: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3040
+ }, z.core.$strip>, z.ZodTransform<import("../kernel/private_to_avm_accumulated_data.js").PrivateToAvmAccumulatedDataArrayLengths, {
3041
+ noteHashes: number;
3042
+ nullifiers: number;
3043
+ l2ToL1Msgs: number;
3044
+ }>>;
3045
+ previousRevertibleAccumulatedDataArrayLengths: z.ZodPipe<z.ZodObject<{
3046
+ noteHashes: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3047
+ nullifiers: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3048
+ l2ToL1Msgs: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3049
+ }, z.core.$strip>, z.ZodTransform<import("../kernel/private_to_avm_accumulated_data.js").PrivateToAvmAccumulatedDataArrayLengths, {
3050
+ noteHashes: number;
3051
+ nullifiers: number;
3052
+ l2ToL1Msgs: number;
3053
+ }>>;
3054
+ previousNonRevertibleAccumulatedData: z.ZodPipe<z.ZodObject<{
3055
+ noteHashes: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
3056
+ nullifiers: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
3057
+ l2ToL1Msgs: z.ZodArray<z.ZodPipe<z.ZodObject<{
3058
+ message: z.ZodPipe<z.ZodObject<{
3059
+ recipient: z.ZodType<import("@aztec-labs/foundation/eth-address").EthAddress, string, z.core.$ZodTypeInternals<import("@aztec-labs/foundation/eth-address").EthAddress, string>>;
3060
+ content: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
3061
+ }, z.core.$strip>, z.ZodTransform<import("../messaging/l2_to_l1_message.js").L2ToL1Message, {
3062
+ recipient: import("@aztec-labs/foundation/eth-address").EthAddress;
3063
+ content: Fr;
3064
+ }>>;
3065
+ contractAddress: ZodFor<AztecAddress>;
3066
+ }, z.core.$strip>, z.ZodTransform<ScopedL2ToL1Message, {
3067
+ message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
3068
+ contractAddress: AztecAddress;
3069
+ }>>>;
3070
+ }, z.core.$strip>, z.ZodTransform<import("../kernel/private_to_avm_accumulated_data.js").PrivateToAvmAccumulatedData, {
3071
+ noteHashes: Fr[];
3072
+ nullifiers: Fr[];
3073
+ l2ToL1Msgs: ScopedL2ToL1Message[];
3074
+ }>>;
3075
+ previousRevertibleAccumulatedData: z.ZodPipe<z.ZodObject<{
3076
+ noteHashes: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
3077
+ nullifiers: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
3078
+ l2ToL1Msgs: z.ZodArray<z.ZodPipe<z.ZodObject<{
3079
+ message: z.ZodPipe<z.ZodObject<{
3080
+ recipient: z.ZodType<import("@aztec-labs/foundation/eth-address").EthAddress, string, z.core.$ZodTypeInternals<import("@aztec-labs/foundation/eth-address").EthAddress, string>>;
3081
+ content: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
3082
+ }, z.core.$strip>, z.ZodTransform<import("../messaging/l2_to_l1_message.js").L2ToL1Message, {
3083
+ recipient: import("@aztec-labs/foundation/eth-address").EthAddress;
3084
+ content: Fr;
3085
+ }>>;
3086
+ contractAddress: ZodFor<AztecAddress>;
3087
+ }, z.core.$strip>, z.ZodTransform<ScopedL2ToL1Message, {
3088
+ message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
3089
+ contractAddress: AztecAddress;
3090
+ }>>>;
3091
+ }, z.core.$strip>, z.ZodTransform<import("../kernel/private_to_avm_accumulated_data.js").PrivateToAvmAccumulatedData, {
3092
+ noteHashes: Fr[];
3093
+ nullifiers: Fr[];
3094
+ l2ToL1Msgs: ScopedL2ToL1Message[];
3095
+ }>>;
3096
+ endTreeSnapshots: z.ZodPipe<z.ZodObject<{
3097
+ l1ToL2MessageTree: z.ZodPipe<z.ZodObject<{
3098
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
3099
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3100
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
3101
+ root: Fr;
3102
+ nextAvailableLeafIndex: number;
3103
+ }>>;
3104
+ noteHashTree: z.ZodPipe<z.ZodObject<{
3105
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
3106
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3107
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
3108
+ root: Fr;
3109
+ nextAvailableLeafIndex: number;
3110
+ }>>;
3111
+ nullifierTree: z.ZodPipe<z.ZodObject<{
3112
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
3113
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3114
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
3115
+ root: Fr;
3116
+ nextAvailableLeafIndex: number;
3117
+ }>>;
3118
+ publicDataTree: z.ZodPipe<z.ZodObject<{
3119
+ root: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
3120
+ nextAvailableLeafIndex: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3121
+ }, z.core.$strip>, z.ZodTransform<AppendOnlyTreeSnapshot, {
3122
+ root: Fr;
3123
+ nextAvailableLeafIndex: number;
3124
+ }>>;
3125
+ }, z.core.$strip>, z.ZodTransform<TreeSnapshots, {
3126
+ l1ToL2MessageTree: AppendOnlyTreeSnapshot;
3127
+ noteHashTree: AppendOnlyTreeSnapshot;
3128
+ nullifierTree: AppendOnlyTreeSnapshot;
3129
+ publicDataTree: AppendOnlyTreeSnapshot;
3130
+ }>>;
3131
+ endGasUsed: z.ZodPipe<z.ZodObject<{
3132
+ daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3133
+ l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3134
+ }, z.core.$strip>, z.ZodTransform<Gas, {
3135
+ daGas: number;
3136
+ l2Gas: number;
3137
+ }>>;
3138
+ accumulatedDataArrayLengths: z.ZodPipe<z.ZodObject<{
3139
+ noteHashes: z.ZodNumber;
3140
+ nullifiers: z.ZodNumber;
3141
+ l2ToL1Msgs: z.ZodNumber;
3142
+ publicDataWrites: z.ZodNumber;
3143
+ }, z.core.$strip>, z.ZodTransform<import("./avm_accumulated_data.js").AvmAccumulatedDataArrayLengths, {
3144
+ noteHashes: number;
3145
+ nullifiers: number;
3146
+ l2ToL1Msgs: number;
3147
+ publicDataWrites: number;
3148
+ }>>;
3149
+ accumulatedData: z.ZodPipe<z.ZodObject<{
3150
+ noteHashes: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
3151
+ nullifiers: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
3152
+ l2ToL1Msgs: z.ZodArray<z.ZodPipe<z.ZodObject<{
3153
+ message: z.ZodPipe<z.ZodObject<{
3154
+ recipient: z.ZodType<import("@aztec-labs/foundation/eth-address").EthAddress, string, z.core.$ZodTypeInternals<import("@aztec-labs/foundation/eth-address").EthAddress, string>>;
3155
+ content: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
3156
+ }, z.core.$strip>, z.ZodTransform<import("../messaging/l2_to_l1_message.js").L2ToL1Message, {
3157
+ recipient: import("@aztec-labs/foundation/eth-address").EthAddress;
3158
+ content: Fr;
3159
+ }>>;
3160
+ contractAddress: ZodFor<AztecAddress>;
3161
+ }, z.core.$strip>, z.ZodTransform<ScopedL2ToL1Message, {
3162
+ message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
3163
+ contractAddress: AztecAddress;
3164
+ }>>>;
3165
+ publicLogs: ZodFor<import("../logs/public_log.js").FlatPublicLogs>;
3166
+ publicDataWrites: z.ZodArray<z.ZodPipe<z.ZodObject<{
3167
+ leafSlot: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
3168
+ value: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
3169
+ }, z.core.$strip>, z.ZodTransform<PublicDataWrite, {
3170
+ leafSlot: Fr;
3171
+ value: Fr;
3172
+ }>>>;
3173
+ }, z.core.$strip>, z.ZodTransform<import("./avm_accumulated_data.js").AvmAccumulatedData, {
3174
+ noteHashes: Fr[];
3175
+ nullifiers: Fr[];
3176
+ l2ToL1Msgs: ScopedL2ToL1Message[];
3177
+ publicLogs: import("../logs/public_log.js").FlatPublicLogs;
3178
+ publicDataWrites: PublicDataWrite[];
3179
+ }>>;
3180
+ transactionFee: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
3181
+ reverted: z.ZodBoolean;
3182
+ }, z.core.$strip>, z.ZodTransform<AvmCircuitPublicInputs, {
3183
+ globalVariables: GlobalVariables;
3184
+ protocolContracts: ProtocolContracts;
3185
+ startTreeSnapshots: TreeSnapshots;
3186
+ startGasUsed: Gas;
3187
+ gasSettings: GasSettings;
3188
+ effectiveGasFees: GasFees;
3189
+ feePayer: AztecAddress;
3190
+ proverId: Fr;
3191
+ publicCallRequestArrayLengths: import("../kernel/public_call_request.js").PublicCallRequestArrayLengths;
3192
+ publicSetupCallRequests: import("../kernel/public_call_request.js").PublicCallRequest[];
3193
+ publicAppLogicCallRequests: import("../kernel/public_call_request.js").PublicCallRequest[];
3194
+ publicTeardownCallRequest: import("../kernel/public_call_request.js").PublicCallRequest;
3195
+ previousNonRevertibleAccumulatedDataArrayLengths: import("../kernel/private_to_avm_accumulated_data.js").PrivateToAvmAccumulatedDataArrayLengths;
3196
+ previousRevertibleAccumulatedDataArrayLengths: import("../kernel/private_to_avm_accumulated_data.js").PrivateToAvmAccumulatedDataArrayLengths;
3197
+ previousNonRevertibleAccumulatedData: import("../kernel/private_to_avm_accumulated_data.js").PrivateToAvmAccumulatedData;
3198
+ previousRevertibleAccumulatedData: import("../kernel/private_to_avm_accumulated_data.js").PrivateToAvmAccumulatedData;
3199
+ endTreeSnapshots: TreeSnapshots;
3200
+ endGasUsed: Gas;
3201
+ accumulatedDataArrayLengths: import("./avm_accumulated_data.js").AvmAccumulatedDataArrayLengths;
3202
+ accumulatedData: import("./avm_accumulated_data.js").AvmAccumulatedData;
3203
+ transactionFee: Fr;
3204
+ reverted: boolean;
3205
+ }>>;
3206
+ }, z.core.$strip>, z.ZodTransform<AvmCircuitInputs, {
3207
+ hints: AvmExecutionHints;
3208
+ publicInputs: AvmCircuitPublicInputs;
3209
+ }>>;
3210
+ serializeWithMessagePack(): Buffer;
3211
+ toBuffer(): Buffer;
3212
+ static fromBuffer(buf: Buffer): AvmCircuitInputs;
3213
+ }
3214
+ export declare class CallStackMetadata {
3215
+ phase: TxExecutionPhase;
3216
+ contractAddress: Fr;
3217
+ callerPc: number;
3218
+ calldata: Fr[];
3219
+ isStaticCall: boolean;
3220
+ gasLimit: Gas;
3221
+ output: Fr[];
3222
+ internalCallStackAtExit: number[];
3223
+ haltingMessage: string | undefined;
3224
+ reverted: boolean;
3225
+ nested: CallStackMetadata[];
3226
+ numNestedCalls: number;
3227
+ constructor(phase: TxExecutionPhase, contractAddress: Fr, callerPc: number, calldata: Fr[], isStaticCall: boolean, gasLimit: Gas, output: Fr[], internalCallStackAtExit: number[], haltingMessage: string | undefined, reverted: boolean, nested: CallStackMetadata[], numNestedCalls: number);
3228
+ static get schema(): ZodFor<CallStackMetadata>;
3229
+ /**
3230
+ * Creates a CallStackMetadata from a plain object without Zod validation.
3231
+ * This method is optimized for performance and skips validation, making it suitable
3232
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
3233
+ * @param obj - Plain object containing CallStackMetadata fields
3234
+ * @returns A CallStackMetadata instance
3235
+ */
3236
+ static fromPlainObject(obj: any): CallStackMetadata;
3237
+ getRevertReason(): SimulationError | undefined;
3238
+ /**
3239
+ * Finds the "rightmost deepest" revert in the call tree.
3240
+ *
3241
+ * At each level, we select the LAST (rightmost) reverted call, then recurse into its
3242
+ * nested calls to find the deepest reverted leaf along that path. The chain stops
3243
+ * when we encounter a non-reverted call (since you can choose not to rethrow).
3244
+ *
3245
+ * Examples (X = reverted, O = passed):
3246
+ *
3247
+ * 1. [X, X, X] at depth 1 -> returns the last X (rightmost)
3248
+ *
3249
+ * 2. [X(depth2), X, X] where first X has a nested revert -> returns the last X at depth 1,
3250
+ * NOT the deeper revert in the first X (rightmost takes priority over depth)
3251
+ *
3252
+ * 3. X -> X -> X -> O -> O -> X (nested chain)
3253
+ * Returns the 3rd X, because the O's break the reverted chain (they didn't rethrow)
3254
+ *
3255
+ * @param calls - Array of call metadata at the current level
3256
+ * @param parentStack - Accumulated stack of parent calls (for building the result)
3257
+ * @returns The deepest reverted call along the rightmost reverted path, or undefined if none
3258
+ */
3259
+ private findDeepestRevert;
3260
+ }
3261
+ export declare class PublicTxEffect {
3262
+ transactionFee: Fr;
3263
+ noteHashes: Fr[];
3264
+ nullifiers: Fr[];
3265
+ l2ToL1Msgs: ScopedL2ToL1Message[];
3266
+ publicLogs: PublicLog[];
3267
+ publicDataWrites: PublicDataWrite[];
3268
+ constructor(transactionFee: Fr, noteHashes: Fr[], nullifiers: Fr[], l2ToL1Msgs: ScopedL2ToL1Message[], publicLogs: PublicLog[], publicDataWrites: PublicDataWrite[]);
3269
+ static empty(): PublicTxEffect;
3270
+ static get schema(): ZodFor<PublicTxEffect>;
3271
+ static from(obj: any): PublicTxEffect;
3272
+ static fromPlainObject(obj: any): PublicTxEffect;
3273
+ equals(other: PublicTxEffect): boolean;
3274
+ }
3275
+ export declare class PublicTxResult {
3276
+ gasUsed: GasUsed;
3277
+ revertCode: RevertCode;
3278
+ publicTxEffect: PublicTxEffect;
3279
+ callStackMetadata: CallStackMetadata[] | NestedProcessReturnValues[];
3280
+ logs: DebugLog[] | undefined;
3281
+ hints: AvmExecutionHints | undefined;
3282
+ publicInputs: AvmCircuitPublicInputs | undefined;
3283
+ stats: Record<string, string>;
3284
+ constructor(gasUsed: GasUsed, revertCode: RevertCode, publicTxEffect: PublicTxEffect, callStackMetadata: CallStackMetadata[] | NestedProcessReturnValues[], logs: DebugLog[] | undefined, hints: AvmExecutionHints | undefined, publicInputs: AvmCircuitPublicInputs | undefined, stats?: Record<string, string>);
3285
+ static empty(): PublicTxResult;
3286
+ static get schema(): ZodFor<PublicTxResult>;
3287
+ /**
3288
+ * Creates a PublicTxResult from a plain object without Zod validation.
3289
+ * This method is optimized for performance and skips validation, making it suitable
3290
+ * for deserializing trusted data (e.g., from C++ via MessagePack).
3291
+ * @param obj - Plain object containing PublicTxResult fields
3292
+ * @returns A PublicTxResult instance
3293
+ */
3294
+ static fromPlainObject(obj: any): PublicTxResult;
3295
+ /** Returns one level of return values for the app logic phase, one per enqueued call. */
3296
+ getAppLogicReturnValues(): NestedProcessReturnValues[];
3297
+ findRevertReason(): SimulationError | undefined;
3298
+ }
3299
+ export declare const DEFAULT_MAX_DEBUG_LOG_MEMORY_READS = 125000;
3300
+ export declare class CollectionLimitsConfig {
3301
+ readonly maxDebugLogMemoryReads: number;
3302
+ readonly maxCalldataSizeInFields: number;
3303
+ readonly maxReturndataSizeInFields: number;
3304
+ readonly maxCallStackDepth: number;
3305
+ readonly maxCallStackItems: number;
3306
+ constructor(maxDebugLogMemoryReads: number, maxCalldataSizeInFields: number, maxReturndataSizeInFields: number, maxCallStackDepth: number, maxCallStackItems: number);
3307
+ static from(obj: Partial<CollectionLimitsConfig>): CollectionLimitsConfig;
3308
+ static empty(): CollectionLimitsConfig;
3309
+ static get schema(): z.ZodPipe<z.ZodObject<{
3310
+ maxDebugLogMemoryReads: z.ZodNumber;
3311
+ maxCalldataSizeInFields: z.ZodNumber;
3312
+ maxReturndataSizeInFields: z.ZodNumber;
3313
+ maxCallStackDepth: z.ZodNumber;
3314
+ maxCallStackItems: z.ZodNumber;
3315
+ }, z.core.$strip>, z.ZodTransform<CollectionLimitsConfig, {
3316
+ maxDebugLogMemoryReads: number;
3317
+ maxCalldataSizeInFields: number;
3318
+ maxReturndataSizeInFields: number;
3319
+ maxCallStackDepth: number;
3320
+ maxCallStackItems: number;
3321
+ }>>;
3322
+ }
3323
+ export declare class PublicSimulatorConfig {
3324
+ readonly proverId: Fr;
3325
+ readonly skipFeeEnforcement: boolean;
3326
+ readonly collectCallMetadata: boolean;
3327
+ readonly collectHints: boolean;
3328
+ readonly collectPublicInputs: boolean;
3329
+ readonly collectDebugLogs: boolean;
3330
+ readonly collectStatistics: boolean;
3331
+ readonly collectionLimits: CollectionLimitsConfig;
3332
+ constructor(proverId: Fr, skipFeeEnforcement: boolean, collectCallMetadata: boolean, collectHints: boolean, collectPublicInputs: boolean, collectDebugLogs: boolean, collectStatistics: boolean, collectionLimits: CollectionLimitsConfig);
3333
+ static from(obj: Partial<PublicSimulatorConfig>): PublicSimulatorConfig;
3334
+ static empty(): PublicSimulatorConfig;
3335
+ static get schema(): z.ZodPipe<z.ZodObject<{
3336
+ proverId: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
3337
+ skipFeeEnforcement: z.ZodBoolean;
3338
+ collectCallMetadata: z.ZodBoolean;
3339
+ collectHints: z.ZodBoolean;
3340
+ collectPublicInputs: z.ZodBoolean;
3341
+ collectDebugLogs: z.ZodBoolean;
3342
+ collectStatistics: z.ZodBoolean;
3343
+ collectionLimits: z.ZodPipe<z.ZodObject<{
3344
+ maxDebugLogMemoryReads: z.ZodNumber;
3345
+ maxCalldataSizeInFields: z.ZodNumber;
3346
+ maxReturndataSizeInFields: z.ZodNumber;
3347
+ maxCallStackDepth: z.ZodNumber;
3348
+ maxCallStackItems: z.ZodNumber;
3349
+ }, z.core.$strip>, z.ZodTransform<CollectionLimitsConfig, {
3350
+ maxDebugLogMemoryReads: number;
3351
+ maxCalldataSizeInFields: number;
3352
+ maxReturndataSizeInFields: number;
3353
+ maxCallStackDepth: number;
3354
+ maxCallStackItems: number;
3355
+ }>>;
3356
+ }, z.core.$strip>, z.ZodTransform<PublicSimulatorConfig, {
3357
+ proverId: Fr;
3358
+ skipFeeEnforcement: boolean;
3359
+ collectCallMetadata: boolean;
3360
+ collectHints: boolean;
3361
+ collectPublicInputs: boolean;
3362
+ collectDebugLogs: boolean;
3363
+ collectStatistics: boolean;
3364
+ collectionLimits: CollectionLimitsConfig;
3365
+ }>>;
3366
+ }
3367
+ export declare class AvmFastSimulationInputs {
3368
+ readonly wsRevision: WorldStateRevision;
3369
+ readonly config: PublicSimulatorConfig;
3370
+ tx: AvmTxHint;
3371
+ globalVariables: GlobalVariables;
3372
+ protocolContracts: ProtocolContracts;
3373
+ constructor(wsRevision: WorldStateRevision, config: PublicSimulatorConfig, tx: AvmTxHint, globalVariables: GlobalVariables, protocolContracts: ProtocolContracts);
3374
+ static empty(): AvmFastSimulationInputs;
3375
+ static get schema(): z.ZodPipe<z.ZodObject<{
3376
+ wsRevision: z.ZodPipe<z.ZodObject<{
3377
+ forkId: z.ZodNumber;
3378
+ blockNumber: z.ZodNumber;
3379
+ includeUncommitted: z.ZodBoolean;
3380
+ }, z.core.$strip>, z.ZodTransform<WorldStateRevision, {
3381
+ forkId: number;
3382
+ blockNumber: number;
3383
+ includeUncommitted: boolean;
3384
+ }>>;
3385
+ config: z.ZodPipe<z.ZodObject<{
3386
+ proverId: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
3387
+ skipFeeEnforcement: z.ZodBoolean;
3388
+ collectCallMetadata: z.ZodBoolean;
3389
+ collectHints: z.ZodBoolean;
3390
+ collectPublicInputs: z.ZodBoolean;
3391
+ collectDebugLogs: z.ZodBoolean;
3392
+ collectStatistics: z.ZodBoolean;
3393
+ collectionLimits: z.ZodPipe<z.ZodObject<{
3394
+ maxDebugLogMemoryReads: z.ZodNumber;
3395
+ maxCalldataSizeInFields: z.ZodNumber;
3396
+ maxReturndataSizeInFields: z.ZodNumber;
3397
+ maxCallStackDepth: z.ZodNumber;
3398
+ maxCallStackItems: z.ZodNumber;
3399
+ }, z.core.$strip>, z.ZodTransform<CollectionLimitsConfig, {
3400
+ maxDebugLogMemoryReads: number;
3401
+ maxCalldataSizeInFields: number;
3402
+ maxReturndataSizeInFields: number;
3403
+ maxCallStackDepth: number;
3404
+ maxCallStackItems: number;
3405
+ }>>;
3406
+ }, z.core.$strip>, z.ZodTransform<PublicSimulatorConfig, {
3407
+ proverId: Fr;
3408
+ skipFeeEnforcement: boolean;
3409
+ collectCallMetadata: boolean;
3410
+ collectHints: boolean;
3411
+ collectPublicInputs: boolean;
3412
+ collectDebugLogs: boolean;
3413
+ collectStatistics: boolean;
3414
+ collectionLimits: CollectionLimitsConfig;
3415
+ }>>;
3416
+ tx: z.ZodPipe<z.ZodObject<{
3417
+ hash: z.ZodString;
3418
+ gasSettings: z.ZodPipe<z.ZodObject<{
3419
+ gasLimits: z.ZodPipe<z.ZodObject<{
3420
+ daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3421
+ l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3422
+ }, z.core.$strip>, z.ZodTransform<Gas, {
3423
+ daGas: number;
3424
+ l2Gas: number;
3425
+ }>>;
3426
+ teardownGasLimits: z.ZodPipe<z.ZodObject<{
3427
+ daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3428
+ l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3429
+ }, z.core.$strip>, z.ZodTransform<Gas, {
3430
+ daGas: number;
3431
+ l2Gas: number;
3432
+ }>>;
3433
+ maxFeesPerGas: z.ZodPipe<z.ZodObject<{
3434
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
3435
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
3436
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
3437
+ feePerDaGas: bigint;
3438
+ feePerL2Gas: bigint;
3439
+ }>>;
3440
+ maxPriorityFeesPerGas: z.ZodPipe<z.ZodObject<{
3441
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
3442
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
3443
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
3444
+ feePerDaGas: bigint;
3445
+ feePerL2Gas: bigint;
3446
+ }>>;
3447
+ }, z.core.$strip>, z.ZodTransform<GasSettings, {
3448
+ gasLimits: Gas;
3449
+ teardownGasLimits: Gas;
3450
+ maxFeesPerGas: GasFees;
3451
+ maxPriorityFeesPerGas: GasFees;
3452
+ }>>;
3453
+ effectiveGasFees: z.ZodPipe<z.ZodObject<{
3454
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
3455
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
3456
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
3457
+ feePerDaGas: bigint;
3458
+ feePerL2Gas: bigint;
3459
+ }>>;
3460
+ nonRevertibleContractDeploymentData: z.ZodPipe<z.ZodObject<{
3461
+ contractClassLogs: z.ZodArray<z.ZodPipe<z.ZodObject<{
3462
+ contractAddress: ZodFor<AztecAddress>;
3463
+ fields: z.ZodPipe<z.ZodObject<{
3464
+ fields: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
3465
+ }, z.core.$strip>, z.ZodTransform<import("../logs/contract_class_log.js").ContractClassLogFields, {
3466
+ fields: Fr[];
3467
+ }>>;
3468
+ emittedLength: z.ZodNumber;
3469
+ }, z.core.$strip>, z.ZodTransform<import("../logs/contract_class_log.js").ContractClassLog, {
3470
+ contractAddress: AztecAddress;
3471
+ fields: import("../logs/contract_class_log.js").ContractClassLogFields;
3472
+ emittedLength: number;
3473
+ }>>>;
3474
+ privateLogs: z.ZodArray<z.ZodPipe<z.ZodObject<{
3475
+ fields: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
3476
+ emittedLength: z.ZodNumber;
3477
+ }, z.core.$strict>, z.ZodTransform<import("../logs/private_log.js").PrivateLog, {
3478
+ fields: Fr[];
3479
+ emittedLength: number;
3480
+ }>>>;
3481
+ }, z.core.$strip>, z.ZodTransform<ContractDeploymentData, {
3482
+ contractClassLogs: import("../logs/contract_class_log.js").ContractClassLog[];
3483
+ privateLogs: import("../logs/private_log.js").PrivateLog[];
3484
+ }>>;
3485
+ revertibleContractDeploymentData: z.ZodPipe<z.ZodObject<{
3486
+ contractClassLogs: z.ZodArray<z.ZodPipe<z.ZodObject<{
3487
+ contractAddress: ZodFor<AztecAddress>;
3488
+ fields: z.ZodPipe<z.ZodObject<{
3489
+ fields: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
3490
+ }, z.core.$strip>, z.ZodTransform<import("../logs/contract_class_log.js").ContractClassLogFields, {
3491
+ fields: Fr[];
3492
+ }>>;
3493
+ emittedLength: z.ZodNumber;
3494
+ }, z.core.$strip>, z.ZodTransform<import("../logs/contract_class_log.js").ContractClassLog, {
3495
+ contractAddress: AztecAddress;
3496
+ fields: import("../logs/contract_class_log.js").ContractClassLogFields;
3497
+ emittedLength: number;
3498
+ }>>>;
3499
+ privateLogs: z.ZodArray<z.ZodPipe<z.ZodObject<{
3500
+ fields: z.ZodArray<z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>>;
3501
+ emittedLength: z.ZodNumber;
3502
+ }, z.core.$strict>, z.ZodTransform<import("../logs/private_log.js").PrivateLog, {
3503
+ fields: Fr[];
3504
+ emittedLength: number;
3505
+ }>>>;
3506
+ }, z.core.$strip>, z.ZodTransform<ContractDeploymentData, {
3507
+ contractClassLogs: import("../logs/contract_class_log.js").ContractClassLog[];
3508
+ privateLogs: import("../logs/private_log.js").PrivateLog[];
3509
+ }>>;
3510
+ nonRevertibleAccumulatedData: z.ZodObject<{
3511
+ noteHashes: z.ZodArray<ZodFor<Fr>>;
3512
+ nullifiers: z.ZodArray<ZodFor<Fr>>;
3513
+ l2ToL1Messages: z.ZodArray<z.ZodPipe<z.ZodObject<{
3514
+ message: z.ZodPipe<z.ZodObject<{
3515
+ recipient: z.ZodType<import("@aztec-labs/foundation/eth-address").EthAddress, string, z.core.$ZodTypeInternals<import("@aztec-labs/foundation/eth-address").EthAddress, string>>;
3516
+ content: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
3517
+ }, z.core.$strip>, z.ZodTransform<import("../messaging/l2_to_l1_message.js").L2ToL1Message, {
3518
+ recipient: import("@aztec-labs/foundation/eth-address").EthAddress;
3519
+ content: Fr;
3520
+ }>>;
3521
+ contractAddress: ZodFor<AztecAddress>;
3522
+ }, z.core.$strip>, z.ZodTransform<ScopedL2ToL1Message, {
3523
+ message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
3524
+ contractAddress: AztecAddress;
3525
+ }>>>;
3526
+ }, z.core.$strip>;
3527
+ revertibleAccumulatedData: z.ZodObject<{
3528
+ noteHashes: z.ZodArray<ZodFor<Fr>>;
3529
+ nullifiers: z.ZodArray<ZodFor<Fr>>;
3530
+ l2ToL1Messages: z.ZodArray<z.ZodPipe<z.ZodObject<{
3531
+ message: z.ZodPipe<z.ZodObject<{
3532
+ recipient: z.ZodType<import("@aztec-labs/foundation/eth-address").EthAddress, string, z.core.$ZodTypeInternals<import("@aztec-labs/foundation/eth-address").EthAddress, string>>;
3533
+ content: z.ZodType<Fr, string, z.core.$ZodTypeInternals<Fr, string>>;
3534
+ }, z.core.$strip>, z.ZodTransform<import("../messaging/l2_to_l1_message.js").L2ToL1Message, {
3535
+ recipient: import("@aztec-labs/foundation/eth-address").EthAddress;
3536
+ content: Fr;
3537
+ }>>;
3538
+ contractAddress: ZodFor<AztecAddress>;
3539
+ }, z.core.$strip>, z.ZodTransform<ScopedL2ToL1Message, {
3540
+ message: import("../messaging/l2_to_l1_message.js").L2ToL1Message;
3541
+ contractAddress: AztecAddress;
3542
+ }>>>;
3543
+ }, z.core.$strip>;
3544
+ setupEnqueuedCalls: z.ZodArray<ZodFor<PublicCallRequestWithCalldata>>;
3545
+ appLogicEnqueuedCalls: z.ZodArray<ZodFor<PublicCallRequestWithCalldata>>;
3546
+ teardownEnqueuedCall: z.ZodNullable<ZodFor<PublicCallRequestWithCalldata>>;
3547
+ gasUsedByPrivate: z.ZodPipe<z.ZodObject<{
3548
+ daGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3549
+ l2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedNumber<string | number | bigint>>;
3550
+ }, z.core.$strip>, z.ZodTransform<Gas, {
3551
+ daGas: number;
3552
+ l2Gas: number;
3553
+ }>>;
3554
+ feePayer: ZodFor<AztecAddress>;
3555
+ }, z.core.$strip>, z.ZodTransform<AvmTxHint, {
3556
+ hash: string;
3557
+ gasSettings: GasSettings;
3558
+ effectiveGasFees: GasFees;
3559
+ nonRevertibleContractDeploymentData: ContractDeploymentData;
3560
+ revertibleContractDeploymentData: ContractDeploymentData;
3561
+ nonRevertibleAccumulatedData: {
3562
+ noteHashes: Fr[];
3563
+ nullifiers: Fr[];
3564
+ l2ToL1Messages: ScopedL2ToL1Message[];
3565
+ };
3566
+ revertibleAccumulatedData: {
3567
+ noteHashes: Fr[];
3568
+ nullifiers: Fr[];
3569
+ l2ToL1Messages: ScopedL2ToL1Message[];
3570
+ };
3571
+ setupEnqueuedCalls: PublicCallRequestWithCalldata[];
3572
+ appLogicEnqueuedCalls: PublicCallRequestWithCalldata[];
3573
+ teardownEnqueuedCall: PublicCallRequestWithCalldata | null;
3574
+ gasUsedByPrivate: Gas;
3575
+ feePayer: AztecAddress;
3576
+ }>>;
3577
+ globalVariables: z.ZodPipe<z.ZodObject<{
3578
+ chainId: ZodFor<Fr>;
3579
+ version: ZodFor<Fr>;
3580
+ blockNumber: z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodPipe<z.ZodBigInt, z.ZodTransform<number, bigint>>, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>, z.ZodTransform<import("@aztec-labs/foundation/branded-types").BlockNumber, number>>;
3581
+ slotNumber: ZodFor<import("@aztec-labs/foundation/schemas").SlotNumber>;
3582
+ timestamp: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
3583
+ coinbase: ZodFor<import("@aztec-labs/foundation/eth-address").EthAddress>;
3584
+ feeRecipient: ZodFor<AztecAddress>;
3585
+ gasFees: z.ZodPipe<z.ZodObject<{
3586
+ feePerDaGas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
3587
+ feePerL2Gas: z.ZodPipe<z.ZodUnion<readonly [z.ZodBigInt, z.ZodNumber, z.ZodString]>, z.ZodCoercedBigInt<string | number | bigint>>;
3588
+ }, z.core.$strip>, z.ZodTransform<GasFees, {
3589
+ feePerDaGas: bigint;
3590
+ feePerL2Gas: bigint;
3591
+ }>>;
3592
+ }, z.core.$strip>, z.ZodTransform<GlobalVariables, {
3593
+ chainId: Fr;
3594
+ version: Fr;
3595
+ blockNumber: import("@aztec-labs/foundation/branded-types").BlockNumber;
3596
+ slotNumber: import("@aztec-labs/foundation/schemas").SlotNumber;
3597
+ timestamp: bigint;
3598
+ coinbase: import("@aztec-labs/foundation/eth-address").EthAddress;
3599
+ feeRecipient: AztecAddress;
3600
+ gasFees: GasFees;
3601
+ }>>;
3602
+ protocolContracts: z.ZodPipe<z.ZodObject<{
3603
+ derivedAddresses: z.ZodArray<ZodFor<AztecAddress>>;
3604
+ }, z.core.$strip>, z.ZodTransform<ProtocolContracts, {
3605
+ derivedAddresses: AztecAddress[];
3606
+ }>>;
3607
+ }, z.core.$strip>, z.ZodTransform<AvmFastSimulationInputs, {
3608
+ wsRevision: WorldStateRevision;
3609
+ config: PublicSimulatorConfig;
3610
+ tx: AvmTxHint;
3611
+ globalVariables: GlobalVariables;
3612
+ protocolContracts: ProtocolContracts;
3613
+ }>>;
3614
+ serializeWithMessagePack(): Buffer;
3615
+ }
3616
+ export {};
3617
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXZtLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvYXZtL2F2bS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsRUFBRSxFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFFekQsT0FBTyxFQUFFLENBQUMsRUFBRSxNQUFNLEtBQUssQ0FBQztBQUd4QixPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDekQsT0FBTyxFQUE2QixzQkFBc0IsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3pGLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUVoRSxPQUFPLEVBQUUsR0FBRyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3BDLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUM3QyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDckQsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQzdDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUNwRCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDaEQsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ2xELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQ3ZFLE9BQU8sRUFBc0IsS0FBSyxNQUFNLEVBQVcsTUFBTSx1QkFBdUIsQ0FBQztBQUNqRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUMvRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDMUQsT0FBTyxFQUFFLGFBQWEsRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ2xGLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSwwQkFBMEIsRUFBRSxNQUFN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Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7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