@pezkuwi/api-augment 16.5.32 → 16.5.34

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 (339) hide show
  1. package/build/LICENSE +201 -0
  2. package/build/README.md +3 -0
  3. package/build/assetHubDicle/consts.js +2 -0
  4. package/build/assetHubDicle/errors.js +2 -0
  5. package/build/assetHubDicle/events.js +2 -0
  6. package/build/assetHubDicle/query.js +2 -0
  7. package/build/assetHubDicle/registry.js +1 -0
  8. package/build/assetHubDicle/runtime.js +2 -0
  9. package/build/assetHubDicle/tx.js +2 -0
  10. package/build/assetHubPezkuwi/consts.js +2 -0
  11. package/build/assetHubPezkuwi/errors.js +2 -0
  12. package/build/assetHubPezkuwi/events.js +2 -0
  13. package/build/assetHubPezkuwi/query.js +2 -0
  14. package/build/assetHubPezkuwi/registry.js +1 -0
  15. package/build/assetHubPezkuwi/runtime.js +2 -0
  16. package/build/assetHubPezkuwi/tx.js +2 -0
  17. package/build/base.js +2 -0
  18. package/build/bizinikiwi/consts.js +2 -0
  19. package/build/bizinikiwi/errors.js +2 -0
  20. package/build/bizinikiwi/events.js +2 -0
  21. package/build/bizinikiwi/index.d.ts +8 -0
  22. package/build/bizinikiwi/index.js +8 -0
  23. package/build/bizinikiwi/query.js +2 -0
  24. package/build/bizinikiwi/registry.js +1 -0
  25. package/build/bizinikiwi/runtime.js +2 -0
  26. package/build/bizinikiwi/tx.js +2 -0
  27. package/build/bundle.js +2 -0
  28. package/build/cjs/assetHubDicle/consts.js +4 -0
  29. package/build/cjs/assetHubDicle/errors.js +4 -0
  30. package/build/cjs/assetHubDicle/events.js +4 -0
  31. package/build/cjs/assetHubDicle/index.js +10 -0
  32. package/build/cjs/assetHubDicle/query.js +4 -0
  33. package/build/cjs/assetHubDicle/registry.js +3 -0
  34. package/build/cjs/assetHubDicle/runtime.js +4 -0
  35. package/build/cjs/assetHubDicle/tx.js +4 -0
  36. package/build/cjs/assetHubPezkuwi/consts.js +4 -0
  37. package/build/cjs/assetHubPezkuwi/errors.js +4 -0
  38. package/build/cjs/assetHubPezkuwi/events.js +4 -0
  39. package/build/cjs/assetHubPezkuwi/index.js +10 -0
  40. package/build/cjs/assetHubPezkuwi/query.js +4 -0
  41. package/build/cjs/assetHubPezkuwi/registry.js +3 -0
  42. package/build/cjs/assetHubPezkuwi/runtime.js +4 -0
  43. package/build/cjs/assetHubPezkuwi/tx.js +4 -0
  44. package/build/cjs/base.d.ts +2 -0
  45. package/build/cjs/base.js +4 -0
  46. package/build/cjs/bizinikiwi/consts.d.ts +1875 -0
  47. package/build/cjs/bizinikiwi/consts.js +4 -0
  48. package/build/cjs/bizinikiwi/errors.d.ts +3865 -0
  49. package/build/cjs/bizinikiwi/errors.js +4 -0
  50. package/build/cjs/bizinikiwi/events.d.ts +4702 -0
  51. package/build/cjs/bizinikiwi/events.js +4 -0
  52. package/build/cjs/bizinikiwi/index.d.ts +8 -0
  53. package/build/cjs/bizinikiwi/index.js +10 -0
  54. package/build/cjs/bizinikiwi/query.d.ts +2767 -0
  55. package/build/cjs/bizinikiwi/query.js +4 -0
  56. package/build/cjs/bizinikiwi/registry.d.ts +1 -0
  57. package/build/cjs/bizinikiwi/registry.js +3 -0
  58. package/build/cjs/bizinikiwi/runtime.d.ts +585 -0
  59. package/build/cjs/bizinikiwi/runtime.js +4 -0
  60. package/build/cjs/bizinikiwi/tx.d.ts +8267 -0
  61. package/build/cjs/bizinikiwi/tx.js +4 -0
  62. package/build/cjs/bundle.d.ts +2 -0
  63. package/build/cjs/bundle.js +6 -0
  64. package/build/cjs/dicle/consts.js +4 -0
  65. package/build/cjs/dicle/errors.js +4 -0
  66. package/build/cjs/dicle/events.js +4 -0
  67. package/build/cjs/dicle/query.js +4 -0
  68. package/build/cjs/dicle/runtime.js +4 -0
  69. package/build/cjs/dicle/tx.js +4 -0
  70. package/build/cjs/index.js +5 -0
  71. package/build/cjs/packageInfo.js +4 -0
  72. package/build/cjs/pezkuwi/consts.js +4 -0
  73. package/build/cjs/pezkuwi/errors.js +4 -0
  74. package/build/cjs/pezkuwi/events.js +4 -0
  75. package/build/cjs/pezkuwi/index.d.ts +8 -0
  76. package/build/cjs/pezkuwi/index.js +10 -0
  77. package/build/cjs/pezkuwi/query.js +4 -0
  78. package/build/cjs/pezkuwi/registry.js +4 -0
  79. package/build/cjs/pezkuwi/runtime.js +4 -0
  80. package/build/cjs/pezkuwi/tx.js +4 -0
  81. package/build/dicle/consts.js +2 -0
  82. package/build/dicle/errors.js +2 -0
  83. package/build/dicle/events.js +2 -0
  84. package/build/dicle/query.js +2 -0
  85. package/build/dicle/runtime.js +2 -0
  86. package/build/dicle/tx.js +2 -0
  87. package/build/index.d.ts +2 -0
  88. package/build/index.js +2 -0
  89. package/build/package.json +460 -0
  90. package/build/packageDetect.d.ts +1 -0
  91. package/build/packageDetect.js +6 -0
  92. package/build/packageInfo.d.ts +6 -0
  93. package/build/packageInfo.js +1 -0
  94. package/build/pezkuwi/consts.d.ts +940 -0
  95. package/build/pezkuwi/consts.js +2 -0
  96. package/build/pezkuwi/errors.d.ts +2148 -0
  97. package/build/pezkuwi/errors.js +2 -0
  98. package/build/pezkuwi/events.d.ts +2473 -0
  99. package/build/pezkuwi/events.js +2 -0
  100. package/build/pezkuwi/index.d.ts +8 -0
  101. package/build/pezkuwi/index.js +8 -0
  102. package/build/pezkuwi/query.d.ts +2400 -0
  103. package/build/pezkuwi/query.js +2 -0
  104. package/build/pezkuwi/registry.d.ts +2 -0
  105. package/build/pezkuwi/registry.js +2 -0
  106. package/build/pezkuwi/runtime.d.ts +655 -0
  107. package/build/pezkuwi/runtime.js +2 -0
  108. package/build/pezkuwi/tx.d.ts +4464 -0
  109. package/build/pezkuwi/tx.js +2 -0
  110. package/build-deno/README.md +3 -0
  111. package/build-deno/assetHubDicle/consts.ts +1304 -0
  112. package/build-deno/assetHubDicle/errors.ts +2776 -0
  113. package/build-deno/assetHubDicle/events.ts +2292 -0
  114. package/build-deno/assetHubDicle/index.ts +9 -0
  115. package/build-deno/assetHubDicle/query.ts +2189 -0
  116. package/build-deno/assetHubDicle/registry.ts +2 -0
  117. package/build-deno/assetHubDicle/runtime.ts +515 -0
  118. package/build-deno/assetHubDicle/tx.ts +6886 -0
  119. package/build-deno/assetHubPezkuwi/consts.ts +1121 -0
  120. package/build-deno/assetHubPezkuwi/errors.ts +2357 -0
  121. package/build-deno/assetHubPezkuwi/events.ts +2125 -0
  122. package/build-deno/assetHubPezkuwi/index.ts +9 -0
  123. package/build-deno/assetHubPezkuwi/query.ts +1998 -0
  124. package/build-deno/assetHubPezkuwi/registry.ts +2 -0
  125. package/build-deno/assetHubPezkuwi/runtime.ts +440 -0
  126. package/build-deno/assetHubPezkuwi/tx.ts +6238 -0
  127. package/build-deno/base.ts +3 -0
  128. package/build-deno/bizinikiwi/consts.ts +1882 -0
  129. package/build-deno/bizinikiwi/errors.ts +3872 -0
  130. package/build-deno/bizinikiwi/events.ts +2886 -0
  131. package/build-deno/bizinikiwi/index.ts +9 -0
  132. package/build-deno/bizinikiwi/query.ts +2731 -0
  133. package/build-deno/bizinikiwi/registry.ts +2 -0
  134. package/build-deno/bizinikiwi/runtime.ts +590 -0
  135. package/build-deno/bizinikiwi/tx.ts +8205 -0
  136. package/build-deno/bundle.ts +4 -0
  137. package/build-deno/dicle/consts.ts +1031 -0
  138. package/build-deno/dicle/errors.ts +2433 -0
  139. package/build-deno/dicle/events.ts +1789 -0
  140. package/build-deno/dicle/query.ts +2503 -0
  141. package/build-deno/dicle/runtime.ts +607 -0
  142. package/build-deno/dicle/tx.ts +4723 -0
  143. package/build-deno/index.ts +4 -0
  144. package/build-deno/mod.ts +2 -0
  145. package/build-deno/packageDetect.ts +10 -0
  146. package/build-deno/packageInfo.ts +3 -0
  147. package/build-deno/pezkuwi/consts.ts +945 -0
  148. package/build-deno/pezkuwi/errors.ts +2153 -0
  149. package/build-deno/pezkuwi/events.ts +1598 -0
  150. package/build-deno/pezkuwi/index.ts +9 -0
  151. package/build-deno/pezkuwi/query.ts +2355 -0
  152. package/build-deno/pezkuwi/registry.ts +3 -0
  153. package/build-deno/pezkuwi/runtime.ts +618 -0
  154. package/build-deno/pezkuwi/tx.ts +4238 -0
  155. package/build-tsc-cjs/packageDetect.js +8 -0
  156. package/{cjs → build-tsc-cjs}/packageInfo.js +1 -1
  157. package/{packageInfo.js → build-tsc-esm/packageInfo.js} +1 -1
  158. package/package.json +13 -13
  159. package/src/assetHubDicle/consts.ts +1307 -0
  160. package/src/assetHubDicle/errors.ts +2779 -0
  161. package/src/assetHubDicle/events.ts +2295 -0
  162. package/src/assetHubDicle/index.ts +11 -0
  163. package/src/assetHubDicle/query.ts +2192 -0
  164. package/src/assetHubDicle/registry.ts +4 -0
  165. package/src/assetHubDicle/runtime.ts +518 -0
  166. package/src/assetHubDicle/tx.ts +6889 -0
  167. package/src/assetHubPezkuwi/consts.ts +1124 -0
  168. package/src/assetHubPezkuwi/errors.ts +2360 -0
  169. package/src/assetHubPezkuwi/events.ts +2128 -0
  170. package/src/assetHubPezkuwi/index.ts +11 -0
  171. package/src/assetHubPezkuwi/query.ts +2001 -0
  172. package/src/assetHubPezkuwi/registry.ts +4 -0
  173. package/src/assetHubPezkuwi/runtime.ts +443 -0
  174. package/src/assetHubPezkuwi/tx.ts +6241 -0
  175. package/src/base.ts +6 -0
  176. package/src/bizinikiwi/consts.ts +1883 -0
  177. package/src/bizinikiwi/errors.ts +3873 -0
  178. package/src/bizinikiwi/events.ts +2889 -0
  179. package/src/bizinikiwi/index.ts +11 -0
  180. package/src/bizinikiwi/query.ts +2734 -0
  181. package/src/bizinikiwi/registry.ts +4 -0
  182. package/src/bizinikiwi/runtime.ts +593 -0
  183. package/src/bizinikiwi/tx.ts +8208 -0
  184. package/src/bundle.ts +6 -0
  185. package/src/dicle/consts.ts +1034 -0
  186. package/src/dicle/errors.ts +2436 -0
  187. package/src/dicle/events.ts +1790 -0
  188. package/src/dicle/query.ts +2504 -0
  189. package/src/dicle/runtime.ts +610 -0
  190. package/src/dicle/tx.ts +4724 -0
  191. package/src/index.ts +6 -0
  192. package/src/mod.ts +4 -0
  193. package/src/packageDetect.ts +14 -0
  194. package/src/packageInfo.ts +6 -0
  195. package/src/pezkuwi/consts.ts +948 -0
  196. package/src/pezkuwi/errors.ts +2156 -0
  197. package/src/pezkuwi/events.ts +1599 -0
  198. package/src/pezkuwi/index.ts +11 -0
  199. package/src/pezkuwi/query.ts +2356 -0
  200. package/src/pezkuwi/registry.ts +5 -0
  201. package/src/pezkuwi/runtime.ts +621 -0
  202. package/src/pezkuwi/tx.ts +4239 -0
  203. package/tsconfig.assetHubPezkuwi.json +22 -0
  204. package/tsconfig.assetHubPezkuwi.tsbuildinfo +1 -0
  205. package/tsconfig.assetHubZagros.json +22 -0
  206. package/tsconfig.assetHubZagros.tsbuildinfo +1 -0
  207. package/tsconfig.build.json +25 -0
  208. package/tsconfig.build.tsbuildinfo +1 -0
  209. package/tsconfig.pezkuwi.json +22 -0
  210. package/tsconfig.pezkuwi.tsbuildinfo +1 -0
  211. package/tsconfig.zagros.json +22 -0
  212. package/tsconfig.zagros.tsbuildinfo +1 -0
  213. /package/{cjs/pezkuwi/index.d.ts → build/assetHubDicle/index.js} +0 -0
  214. /package/{pezkuwi/index.d.ts → build/assetHubPezkuwi/index.js} +0 -0
  215. /package/{cjs → build}/base.d.ts +0 -0
  216. /package/{cjs → build}/bizinikiwi/consts.d.ts +0 -0
  217. /package/{cjs → build}/bizinikiwi/errors.d.ts +0 -0
  218. /package/{cjs → build}/bizinikiwi/events.d.ts +0 -0
  219. /package/{cjs → build}/bizinikiwi/query.d.ts +0 -0
  220. /package/{cjs → build}/bizinikiwi/registry.d.ts +0 -0
  221. /package/{cjs → build}/bizinikiwi/runtime.d.ts +0 -0
  222. /package/{cjs → build}/bizinikiwi/tx.d.ts +0 -0
  223. /package/{cjs → build}/bundle.d.ts +0 -0
  224. /package/{index.d.ts → build/cjs/index.d.ts} +0 -0
  225. /package/{cjs → build/cjs}/package.json +0 -0
  226. /package/{packageDetect.d.ts → build/cjs/packageDetect.d.ts} +0 -0
  227. /package/{cjs → build/cjs}/packageDetect.js +0 -0
  228. /package/{packageInfo.d.ts → build/cjs/packageInfo.d.ts} +0 -0
  229. /package/{pezkuwi → build/cjs/pezkuwi}/consts.d.ts +0 -0
  230. /package/{pezkuwi → build/cjs/pezkuwi}/errors.d.ts +0 -0
  231. /package/{pezkuwi → build/cjs/pezkuwi}/events.d.ts +0 -0
  232. /package/{pezkuwi → build/cjs/pezkuwi}/query.d.ts +0 -0
  233. /package/{pezkuwi → build/cjs/pezkuwi}/registry.d.ts +0 -0
  234. /package/{pezkuwi → build/cjs/pezkuwi}/runtime.d.ts +0 -0
  235. /package/{pezkuwi → build/cjs/pezkuwi}/tx.d.ts +0 -0
  236. /package/{base.d.ts → build-tsc/base.d.ts} +0 -0
  237. /package/{bizinikiwi → build-tsc/bizinikiwi}/consts.d.ts +0 -0
  238. /package/{bizinikiwi → build-tsc/bizinikiwi}/errors.d.ts +0 -0
  239. /package/{bizinikiwi → build-tsc/bizinikiwi}/events.d.ts +0 -0
  240. /package/{bizinikiwi → build-tsc/bizinikiwi}/index.d.ts +0 -0
  241. /package/{bizinikiwi → build-tsc/bizinikiwi}/query.d.ts +0 -0
  242. /package/{bizinikiwi → build-tsc/bizinikiwi}/registry.d.ts +0 -0
  243. /package/{bizinikiwi → build-tsc/bizinikiwi}/runtime.d.ts +0 -0
  244. /package/{bizinikiwi → build-tsc/bizinikiwi}/tx.d.ts +0 -0
  245. /package/{bundle.d.ts → build-tsc/bundle.d.ts} +0 -0
  246. /package/{cjs → build-tsc}/index.d.ts +0 -0
  247. /package/{cjs → build-tsc}/packageDetect.d.ts +0 -0
  248. /package/{cjs → build-tsc}/packageInfo.d.ts +0 -0
  249. /package/{cjs → build-tsc}/pezkuwi/consts.d.ts +0 -0
  250. /package/{cjs → build-tsc}/pezkuwi/errors.d.ts +0 -0
  251. /package/{cjs → build-tsc}/pezkuwi/events.d.ts +0 -0
  252. /package/{cjs/bizinikiwi → build-tsc/pezkuwi}/index.d.ts +0 -0
  253. /package/{cjs → build-tsc}/pezkuwi/query.d.ts +0 -0
  254. /package/{cjs → build-tsc}/pezkuwi/registry.d.ts +0 -0
  255. /package/{cjs → build-tsc}/pezkuwi/runtime.d.ts +0 -0
  256. /package/{cjs → build-tsc}/pezkuwi/tx.d.ts +0 -0
  257. /package/{cjs → build-tsc-cjs}/assetHubDicle/consts.js +0 -0
  258. /package/{cjs → build-tsc-cjs}/assetHubDicle/errors.js +0 -0
  259. /package/{cjs → build-tsc-cjs}/assetHubDicle/events.js +0 -0
  260. /package/{cjs → build-tsc-cjs}/assetHubDicle/index.js +0 -0
  261. /package/{cjs → build-tsc-cjs}/assetHubDicle/query.js +0 -0
  262. /package/{cjs → build-tsc-cjs}/assetHubDicle/registry.js +0 -0
  263. /package/{cjs → build-tsc-cjs}/assetHubDicle/runtime.js +0 -0
  264. /package/{cjs → build-tsc-cjs}/assetHubDicle/tx.js +0 -0
  265. /package/{cjs → build-tsc-cjs}/assetHubPezkuwi/consts.js +0 -0
  266. /package/{cjs → build-tsc-cjs}/assetHubPezkuwi/errors.js +0 -0
  267. /package/{cjs → build-tsc-cjs}/assetHubPezkuwi/events.js +0 -0
  268. /package/{cjs → build-tsc-cjs}/assetHubPezkuwi/index.js +0 -0
  269. /package/{cjs → build-tsc-cjs}/assetHubPezkuwi/query.js +0 -0
  270. /package/{cjs → build-tsc-cjs}/assetHubPezkuwi/registry.js +0 -0
  271. /package/{cjs → build-tsc-cjs}/assetHubPezkuwi/runtime.js +0 -0
  272. /package/{cjs → build-tsc-cjs}/assetHubPezkuwi/tx.js +0 -0
  273. /package/{cjs → build-tsc-cjs}/base.js +0 -0
  274. /package/{cjs → build-tsc-cjs}/bizinikiwi/consts.js +0 -0
  275. /package/{cjs → build-tsc-cjs}/bizinikiwi/errors.js +0 -0
  276. /package/{cjs → build-tsc-cjs}/bizinikiwi/events.js +0 -0
  277. /package/{cjs → build-tsc-cjs}/bizinikiwi/index.js +0 -0
  278. /package/{cjs → build-tsc-cjs}/bizinikiwi/query.js +0 -0
  279. /package/{cjs → build-tsc-cjs}/bizinikiwi/registry.js +0 -0
  280. /package/{cjs → build-tsc-cjs}/bizinikiwi/runtime.js +0 -0
  281. /package/{cjs → build-tsc-cjs}/bizinikiwi/tx.js +0 -0
  282. /package/{cjs → build-tsc-cjs}/bundle.js +0 -0
  283. /package/{cjs → build-tsc-cjs}/dicle/consts.js +0 -0
  284. /package/{cjs → build-tsc-cjs}/dicle/errors.js +0 -0
  285. /package/{cjs → build-tsc-cjs}/dicle/events.js +0 -0
  286. /package/{cjs → build-tsc-cjs}/dicle/query.js +0 -0
  287. /package/{cjs → build-tsc-cjs}/dicle/runtime.js +0 -0
  288. /package/{cjs → build-tsc-cjs}/dicle/tx.js +0 -0
  289. /package/{cjs → build-tsc-cjs}/index.js +0 -0
  290. /package/{cjs → build-tsc-cjs}/pezkuwi/consts.js +0 -0
  291. /package/{cjs → build-tsc-cjs}/pezkuwi/errors.js +0 -0
  292. /package/{cjs → build-tsc-cjs}/pezkuwi/events.js +0 -0
  293. /package/{cjs → build-tsc-cjs}/pezkuwi/index.js +0 -0
  294. /package/{cjs → build-tsc-cjs}/pezkuwi/query.js +0 -0
  295. /package/{cjs → build-tsc-cjs}/pezkuwi/registry.js +0 -0
  296. /package/{cjs → build-tsc-cjs}/pezkuwi/runtime.js +0 -0
  297. /package/{cjs → build-tsc-cjs}/pezkuwi/tx.js +0 -0
  298. /package/{assetHubDicle → build-tsc-esm/assetHubDicle}/consts.js +0 -0
  299. /package/{assetHubDicle → build-tsc-esm/assetHubDicle}/errors.js +0 -0
  300. /package/{assetHubDicle → build-tsc-esm/assetHubDicle}/events.js +0 -0
  301. /package/{assetHubDicle → build-tsc-esm/assetHubDicle}/index.js +0 -0
  302. /package/{assetHubDicle → build-tsc-esm/assetHubDicle}/query.js +0 -0
  303. /package/{assetHubDicle → build-tsc-esm/assetHubDicle}/registry.js +0 -0
  304. /package/{assetHubDicle → build-tsc-esm/assetHubDicle}/runtime.js +0 -0
  305. /package/{assetHubDicle → build-tsc-esm/assetHubDicle}/tx.js +0 -0
  306. /package/{assetHubPezkuwi → build-tsc-esm/assetHubPezkuwi}/consts.js +0 -0
  307. /package/{assetHubPezkuwi → build-tsc-esm/assetHubPezkuwi}/errors.js +0 -0
  308. /package/{assetHubPezkuwi → build-tsc-esm/assetHubPezkuwi}/events.js +0 -0
  309. /package/{assetHubPezkuwi → build-tsc-esm/assetHubPezkuwi}/index.js +0 -0
  310. /package/{assetHubPezkuwi → build-tsc-esm/assetHubPezkuwi}/query.js +0 -0
  311. /package/{assetHubPezkuwi → build-tsc-esm/assetHubPezkuwi}/registry.js +0 -0
  312. /package/{assetHubPezkuwi → build-tsc-esm/assetHubPezkuwi}/runtime.js +0 -0
  313. /package/{assetHubPezkuwi → build-tsc-esm/assetHubPezkuwi}/tx.js +0 -0
  314. /package/{base.js → build-tsc-esm/base.js} +0 -0
  315. /package/{bizinikiwi → build-tsc-esm/bizinikiwi}/consts.js +0 -0
  316. /package/{bizinikiwi → build-tsc-esm/bizinikiwi}/errors.js +0 -0
  317. /package/{bizinikiwi → build-tsc-esm/bizinikiwi}/events.js +0 -0
  318. /package/{bizinikiwi → build-tsc-esm/bizinikiwi}/index.js +0 -0
  319. /package/{bizinikiwi → build-tsc-esm/bizinikiwi}/query.js +0 -0
  320. /package/{bizinikiwi → build-tsc-esm/bizinikiwi}/registry.js +0 -0
  321. /package/{bizinikiwi → build-tsc-esm/bizinikiwi}/runtime.js +0 -0
  322. /package/{bizinikiwi → build-tsc-esm/bizinikiwi}/tx.js +0 -0
  323. /package/{bundle.js → build-tsc-esm/bundle.js} +0 -0
  324. /package/{dicle → build-tsc-esm/dicle}/consts.js +0 -0
  325. /package/{dicle → build-tsc-esm/dicle}/errors.js +0 -0
  326. /package/{dicle → build-tsc-esm/dicle}/events.js +0 -0
  327. /package/{dicle → build-tsc-esm/dicle}/query.js +0 -0
  328. /package/{dicle → build-tsc-esm/dicle}/runtime.js +0 -0
  329. /package/{dicle → build-tsc-esm/dicle}/tx.js +0 -0
  330. /package/{index.js → build-tsc-esm/index.js} +0 -0
  331. /package/{packageDetect.js → build-tsc-esm/packageDetect.js} +0 -0
  332. /package/{pezkuwi → build-tsc-esm/pezkuwi}/consts.js +0 -0
  333. /package/{pezkuwi → build-tsc-esm/pezkuwi}/errors.js +0 -0
  334. /package/{pezkuwi → build-tsc-esm/pezkuwi}/events.js +0 -0
  335. /package/{pezkuwi → build-tsc-esm/pezkuwi}/index.js +0 -0
  336. /package/{pezkuwi → build-tsc-esm/pezkuwi}/query.js +0 -0
  337. /package/{pezkuwi → build-tsc-esm/pezkuwi}/registry.js +0 -0
  338. /package/{pezkuwi → build-tsc-esm/pezkuwi}/runtime.js +0 -0
  339. /package/{pezkuwi → build-tsc-esm/pezkuwi}/tx.js +0 -0
@@ -0,0 +1,1121 @@
1
+ /* eslint-disable */
2
+
3
+ import 'https://deno.land/x/pezkuwi/api-base/types/consts.ts';
4
+
5
+ import type { ApiTypes, AugmentedConst } from 'https://deno.land/x/pezkuwi/api-base/types/index.ts';
6
+ import type { Bytes, Option, Vec, u128, u16, u32, u64, u8 } from 'https://deno.land/x/pezkuwi/types-codec/mod.ts';
7
+ import type { Codec, ITuple } from 'https://deno.land/x/pezkuwi/types-codec/types/index.ts';
8
+ import type { PezframeSupportPezpalletId, PezframeSystemLimitsBlockLength, PezframeSystemLimitsBlockWeights, PezpalletReferendaTrackDetails, PezspCoreCryptoAccountId32, PezspVersionRuntimeVersion, PezspWeightsRuntimeDbWeight, PezspWeightsWeightV2Weight, StagingXcmV5Junctions, StagingXcmV5Location } from 'https://deno.land/x/pezkuwi/types/lookup.ts';
9
+
10
+ export type __AugmentedConst<ApiType extends ApiTypes> = AugmentedConst<ApiType>;
11
+
12
+ declare module 'https://deno.land/x/pezkuwi/api-base/types/consts.ts' {
13
+ interface AugmentedConsts<ApiType extends ApiTypes> {
14
+ assetConversion: {
15
+ /**
16
+ * A fee to withdraw the liquidity.
17
+ **/
18
+ liquidityWithdrawalFee: u32 & AugmentedConst<ApiType>;
19
+ /**
20
+ * A % the liquidity providers will take of every swap. Represents 10ths of a percent.
21
+ **/
22
+ lpFee: u32 & AugmentedConst<ApiType>;
23
+ /**
24
+ * The max number of hops in a swap.
25
+ **/
26
+ maxSwapPathLength: u32 & AugmentedConst<ApiType>;
27
+ /**
28
+ * The minimum LP token amount that could be minted. Ameliorates rounding errors.
29
+ **/
30
+ mintMinLiquidity: u128 & AugmentedConst<ApiType>;
31
+ /**
32
+ * The pallet's id, used for deriving its sovereign account ID.
33
+ **/
34
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
35
+ /**
36
+ * A one-time fee to setup the pool.
37
+ **/
38
+ poolSetupFee: u128 & AugmentedConst<ApiType>;
39
+ /**
40
+ * Asset class from [`Config::Assets`] used to pay the [`Config::PoolSetupFee`].
41
+ **/
42
+ poolSetupFeeAsset: StagingXcmV5Location & AugmentedConst<ApiType>;
43
+ /**
44
+ * Generic const
45
+ **/
46
+ [key: string]: Codec;
47
+ };
48
+ assets: {
49
+ /**
50
+ * The amount of funds that must be reserved when creating a new approval.
51
+ **/
52
+ approvalDeposit: u128 & AugmentedConst<ApiType>;
53
+ /**
54
+ * The amount of funds that must be reserved for a non-provider asset account to be
55
+ * maintained.
56
+ **/
57
+ assetAccountDeposit: u128 & AugmentedConst<ApiType>;
58
+ /**
59
+ * The basic amount of funds that must be reserved for an asset.
60
+ **/
61
+ assetDeposit: u128 & AugmentedConst<ApiType>;
62
+ /**
63
+ * The basic amount of funds that must be reserved when adding metadata to your asset.
64
+ **/
65
+ metadataDepositBase: u128 & AugmentedConst<ApiType>;
66
+ /**
67
+ * The additional funds that must be reserved for the number of bytes you store in your
68
+ * metadata.
69
+ **/
70
+ metadataDepositPerByte: u128 & AugmentedConst<ApiType>;
71
+ /**
72
+ * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call.
73
+ *
74
+ * Must be configured to result in a weight that makes each call fit in a block.
75
+ **/
76
+ removeItemsLimit: u32 & AugmentedConst<ApiType>;
77
+ /**
78
+ * The maximum length of a name or symbol stored on-chain.
79
+ **/
80
+ stringLimit: u32 & AugmentedConst<ApiType>;
81
+ /**
82
+ * Generic const
83
+ **/
84
+ [key: string]: Codec;
85
+ };
86
+ aura: {
87
+ /**
88
+ * The slot duration Aura should run with, expressed in milliseconds.
89
+ * The effective value of this type should not change while the chain is running.
90
+ *
91
+ * For backwards compatibility either use [`MinimumPeriodTimesTwo`] or a const.
92
+ **/
93
+ slotDuration: u64 & AugmentedConst<ApiType>;
94
+ /**
95
+ * Generic const
96
+ **/
97
+ [key: string]: Codec;
98
+ };
99
+ balances: {
100
+ /**
101
+ * The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO!
102
+ *
103
+ * If you *really* need it to be zero, you can enable the feature `insecure_zero_ed` for
104
+ * this pallet. However, you do so at your own risk: this will open up a major DoS vector.
105
+ * In case you have multiple sources of provider references, you may also get unexpected
106
+ * behaviour if you set this to zero.
107
+ *
108
+ * Bottom line: Do yourself a favour and make it at least one!
109
+ **/
110
+ existentialDeposit: u128 & AugmentedConst<ApiType>;
111
+ /**
112
+ * The maximum number of individual freeze locks that can exist on an account at any time.
113
+ **/
114
+ maxFreezes: u32 & AugmentedConst<ApiType>;
115
+ /**
116
+ * The maximum number of locks that should exist on an account.
117
+ * Not strictly enforced, but used for weight estimation.
118
+ *
119
+ * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/`
120
+ **/
121
+ maxLocks: u32 & AugmentedConst<ApiType>;
122
+ /**
123
+ * The maximum number of named reserves that can exist on an account.
124
+ *
125
+ * Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/`
126
+ **/
127
+ maxReserves: u32 & AugmentedConst<ApiType>;
128
+ /**
129
+ * Generic const
130
+ **/
131
+ [key: string]: Codec;
132
+ };
133
+ bounties: {
134
+ /**
135
+ * The amount held on deposit for placing a bounty proposal.
136
+ **/
137
+ bountyDepositBase: u128 & AugmentedConst<ApiType>;
138
+ /**
139
+ * The delay period for which a bounty beneficiary need to wait before claim the payout.
140
+ **/
141
+ bountyDepositPayoutDelay: u32 & AugmentedConst<ApiType>;
142
+ /**
143
+ * The time limit for a curator to act before a bounty expires.
144
+ *
145
+ * The period that starts when a curator is approved, during which they must execute or
146
+ * update the bounty via `extend_bounty_expiry`. If missed, the bounty expires, and the
147
+ * curator may be slashed. If `BlockNumberFor::MAX`, bounties stay active indefinitely,
148
+ * removing the need for `extend_bounty_expiry`.
149
+ **/
150
+ bountyUpdatePeriod: u32 & AugmentedConst<ApiType>;
151
+ /**
152
+ * Minimum value for a bounty.
153
+ **/
154
+ bountyValueMinimum: u128 & AugmentedConst<ApiType>;
155
+ /**
156
+ * Maximum amount of funds that should be placed in a deposit for making a proposal.
157
+ **/
158
+ curatorDepositMax: Option<u128> & AugmentedConst<ApiType>;
159
+ /**
160
+ * Minimum amount of funds that should be placed in a deposit for making a proposal.
161
+ **/
162
+ curatorDepositMin: Option<u128> & AugmentedConst<ApiType>;
163
+ /**
164
+ * The curator deposit is calculated as a percentage of the curator fee.
165
+ *
166
+ * This deposit has optional upper and lower bounds with `CuratorDepositMax` and
167
+ * `CuratorDepositMin`.
168
+ **/
169
+ curatorDepositMultiplier: u32 & AugmentedConst<ApiType>;
170
+ /**
171
+ * The amount held on deposit per byte within the tip report reason or bounty description.
172
+ **/
173
+ dataDepositPerByte: u128 & AugmentedConst<ApiType>;
174
+ /**
175
+ * Maximum acceptable reason length.
176
+ *
177
+ * Benchmarks depend on this value, be sure to update weights file when changing this value
178
+ **/
179
+ maximumReasonLength: u32 & AugmentedConst<ApiType>;
180
+ /**
181
+ * Generic const
182
+ **/
183
+ [key: string]: Codec;
184
+ };
185
+ childBounties: {
186
+ /**
187
+ * Minimum value for a child-bounty.
188
+ **/
189
+ childBountyValueMinimum: u128 & AugmentedConst<ApiType>;
190
+ /**
191
+ * Maximum number of child bounties that can be added to a parent bounty.
192
+ **/
193
+ maxActiveChildBountyCount: u32 & AugmentedConst<ApiType>;
194
+ /**
195
+ * Generic const
196
+ **/
197
+ [key: string]: Codec;
198
+ };
199
+ claims: {
200
+ prefix: Bytes & AugmentedConst<ApiType>;
201
+ /**
202
+ * Generic const
203
+ **/
204
+ [key: string]: Codec;
205
+ };
206
+ collatorSelection: {
207
+ kickThreshold: u32 & AugmentedConst<ApiType>;
208
+ /**
209
+ * Maximum number of candidates that we should have.
210
+ *
211
+ * This does not take into account the invulnerables.
212
+ **/
213
+ maxCandidates: u32 & AugmentedConst<ApiType>;
214
+ /**
215
+ * Maximum number of invulnerables.
216
+ **/
217
+ maxInvulnerables: u32 & AugmentedConst<ApiType>;
218
+ /**
219
+ * Minimum number eligible collators. Should always be greater than zero. This includes
220
+ * Invulnerable collators. This ensures that there will always be one collator who can
221
+ * produce a block.
222
+ **/
223
+ minEligibleCollators: u32 & AugmentedConst<ApiType>;
224
+ /**
225
+ * Gets this pallet's derived pot account.
226
+ **/
227
+ potAccount: PezspCoreCryptoAccountId32 & AugmentedConst<ApiType>;
228
+ /**
229
+ * Account Identifier from which the internal Pot is generated.
230
+ **/
231
+ potId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
232
+ /**
233
+ * Generic const
234
+ **/
235
+ [key: string]: Codec;
236
+ };
237
+ convictionVoting: {
238
+ /**
239
+ * The maximum number of concurrent votes an account may have.
240
+ *
241
+ * Also used to compute weight, an overly large value can lead to extrinsics with large
242
+ * weight estimation: see `delegate` for instance.
243
+ **/
244
+ maxVotes: u32 & AugmentedConst<ApiType>;
245
+ /**
246
+ * The minimum period of vote locking.
247
+ *
248
+ * It should be no shorter than enactment period to ensure that in the case of an approval,
249
+ * those successful voters are locked into the consequences that their votes entail.
250
+ **/
251
+ voteLockingPeriod: u32 & AugmentedConst<ApiType>;
252
+ /**
253
+ * Generic const
254
+ **/
255
+ [key: string]: Codec;
256
+ };
257
+ delegatedStaking: {
258
+ /**
259
+ * Injected identifier for the pallet.
260
+ **/
261
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
262
+ /**
263
+ * Fraction of the slash that is rewarded to the caller of pending slash to the agent.
264
+ **/
265
+ slashRewardFraction: u32 & AugmentedConst<ApiType>;
266
+ /**
267
+ * Generic const
268
+ **/
269
+ [key: string]: Codec;
270
+ };
271
+ foreignAssets: {
272
+ /**
273
+ * The amount of funds that must be reserved when creating a new approval.
274
+ **/
275
+ approvalDeposit: u128 & AugmentedConst<ApiType>;
276
+ /**
277
+ * The amount of funds that must be reserved for a non-provider asset account to be
278
+ * maintained.
279
+ **/
280
+ assetAccountDeposit: u128 & AugmentedConst<ApiType>;
281
+ /**
282
+ * The basic amount of funds that must be reserved for an asset.
283
+ **/
284
+ assetDeposit: u128 & AugmentedConst<ApiType>;
285
+ /**
286
+ * The basic amount of funds that must be reserved when adding metadata to your asset.
287
+ **/
288
+ metadataDepositBase: u128 & AugmentedConst<ApiType>;
289
+ /**
290
+ * The additional funds that must be reserved for the number of bytes you store in your
291
+ * metadata.
292
+ **/
293
+ metadataDepositPerByte: u128 & AugmentedConst<ApiType>;
294
+ /**
295
+ * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call.
296
+ *
297
+ * Must be configured to result in a weight that makes each call fit in a block.
298
+ **/
299
+ removeItemsLimit: u32 & AugmentedConst<ApiType>;
300
+ /**
301
+ * The maximum length of a name or symbol stored on-chain.
302
+ **/
303
+ stringLimit: u32 & AugmentedConst<ApiType>;
304
+ /**
305
+ * Generic const
306
+ **/
307
+ [key: string]: Codec;
308
+ };
309
+ indices: {
310
+ /**
311
+ * The deposit needed for reserving an index.
312
+ **/
313
+ deposit: u128 & AugmentedConst<ApiType>;
314
+ /**
315
+ * Generic const
316
+ **/
317
+ [key: string]: Codec;
318
+ };
319
+ messageQueue: {
320
+ /**
321
+ * The size of the page; this implies the maximum message size which can be sent.
322
+ *
323
+ * A good value depends on the expected message sizes, their weights, the weight that is
324
+ * available for processing them and the maximal needed message size. The maximal message
325
+ * size is slightly lower than this as defined by [`MaxMessageLenOf`].
326
+ **/
327
+ heapSize: u32 & AugmentedConst<ApiType>;
328
+ /**
329
+ * The maximum amount of weight (if any) to be used from remaining weight `on_idle` which
330
+ * should be provided to the message queue for servicing enqueued items `on_idle`.
331
+ * Useful for parachains to process messages at the same block they are received.
332
+ *
333
+ * If `None`, it will not call `ServiceQueues::service_queues` in `on_idle`.
334
+ **/
335
+ idleMaxServiceWeight: Option<PezspWeightsWeightV2Weight> & AugmentedConst<ApiType>;
336
+ /**
337
+ * The maximum number of stale pages (i.e. of overweight messages) allowed before culling
338
+ * can happen. Once there are more stale pages than this, then historical pages may be
339
+ * dropped, even if they contain unprocessed overweight messages.
340
+ **/
341
+ maxStale: u32 & AugmentedConst<ApiType>;
342
+ /**
343
+ * The amount of weight (if any) which should be provided to the message queue for
344
+ * servicing enqueued items `on_initialize`.
345
+ *
346
+ * This may be legitimately `None` in the case that you will call
347
+ * `ServiceQueues::service_queues` manually or set [`Self::IdleMaxServiceWeight`] to have
348
+ * it run in `on_idle`.
349
+ **/
350
+ serviceWeight: Option<PezspWeightsWeightV2Weight> & AugmentedConst<ApiType>;
351
+ /**
352
+ * Generic const
353
+ **/
354
+ [key: string]: Codec;
355
+ };
356
+ multiBlockElection: {
357
+ /**
358
+ * The number of pages.
359
+ *
360
+ * The snapshot is created with this many keys in the storage map.
361
+ *
362
+ * The solutions may contain at MOST this many pages, but less pages are acceptable as
363
+ * well.
364
+ **/
365
+ pages: u32 & AugmentedConst<ApiType>;
366
+ /**
367
+ * Duration of the signed phase.
368
+ **/
369
+ signedPhase: u32 & AugmentedConst<ApiType>;
370
+ /**
371
+ * Duration of the singed validation phase.
372
+ *
373
+ * The duration of this should not be less than `T::Pages`, and there is no point in it
374
+ * being more than `SignedPhase::MaxSubmission::get() * T::Pages`. TODO: integrity test for
375
+ * it.
376
+ **/
377
+ signedValidationPhase: u32 & AugmentedConst<ApiType>;
378
+ /**
379
+ * The number of snapshot targets to fetch per block.
380
+ **/
381
+ targetSnapshotPerBlock: u32 & AugmentedConst<ApiType>;
382
+ /**
383
+ * Duration of the unsigned phase.
384
+ **/
385
+ unsignedPhase: u32 & AugmentedConst<ApiType>;
386
+ /**
387
+ * The number of snapshot voters to fetch per block.
388
+ **/
389
+ voterSnapshotPerBlock: u32 & AugmentedConst<ApiType>;
390
+ /**
391
+ * Generic const
392
+ **/
393
+ [key: string]: Codec;
394
+ };
395
+ multiBlockElectionVerifier: {
396
+ /**
397
+ * Maximum number of backers, per winner, per page.
398
+ **/
399
+ maxBackersPerWinner: u32 & AugmentedConst<ApiType>;
400
+ /**
401
+ * Maximum number of backers, per winner, among all pages of an election.
402
+ *
403
+ * This can only be checked at the very final step of verification.
404
+ *
405
+ * NOTE: at the moment, we don't check this, and it is in place for future compatibility.
406
+ **/
407
+ maxBackersPerWinnerFinal: u32 & AugmentedConst<ApiType>;
408
+ /**
409
+ * Maximum number of supports (aka. winners/validators/targets) that can be represented in
410
+ * a page of results.
411
+ **/
412
+ maxWinnersPerPage: u32 & AugmentedConst<ApiType>;
413
+ /**
414
+ * The minimum amount of improvement to the solution score that defines a solution as
415
+ * "better".
416
+ **/
417
+ solutionImprovementThreshold: u32 & AugmentedConst<ApiType>;
418
+ /**
419
+ * Generic const
420
+ **/
421
+ [key: string]: Codec;
422
+ };
423
+ multisig: {
424
+ /**
425
+ * The base amount of currency needed to reserve for creating a multisig execution or to
426
+ * store a dispatch call for later.
427
+ *
428
+ * This is held for an additional storage item whose value size is
429
+ * `4 + sizeof((BlockNumber, Balance, AccountId))` bytes and whose key size is
430
+ * `32 + sizeof(AccountId)` bytes.
431
+ **/
432
+ depositBase: u128 & AugmentedConst<ApiType>;
433
+ /**
434
+ * The amount of currency needed per unit threshold when creating a multisig execution.
435
+ *
436
+ * This is held for adding 32 bytes more into a pre-existing storage value.
437
+ **/
438
+ depositFactor: u128 & AugmentedConst<ApiType>;
439
+ /**
440
+ * The maximum amount of signatories allowed in the multisig.
441
+ **/
442
+ maxSignatories: u32 & AugmentedConst<ApiType>;
443
+ /**
444
+ * Generic const
445
+ **/
446
+ [key: string]: Codec;
447
+ };
448
+ nfts: {
449
+ /**
450
+ * The maximum approvals an item could have.
451
+ **/
452
+ approvalsLimit: u32 & AugmentedConst<ApiType>;
453
+ /**
454
+ * The basic amount of funds that must be reserved when adding an attribute to an item.
455
+ **/
456
+ attributeDepositBase: u128 & AugmentedConst<ApiType>;
457
+ /**
458
+ * The basic amount of funds that must be reserved for collection.
459
+ **/
460
+ collectionDeposit: u128 & AugmentedConst<ApiType>;
461
+ /**
462
+ * The additional funds that must be reserved for the number of bytes store in metadata,
463
+ * either "normal" metadata or attribute metadata.
464
+ **/
465
+ depositPerByte: u128 & AugmentedConst<ApiType>;
466
+ /**
467
+ * Disables some of pallet's features.
468
+ **/
469
+ features: u64 & AugmentedConst<ApiType>;
470
+ /**
471
+ * The maximum attributes approvals an item could have.
472
+ **/
473
+ itemAttributesApprovalsLimit: u32 & AugmentedConst<ApiType>;
474
+ /**
475
+ * The basic amount of funds that must be reserved for an item.
476
+ **/
477
+ itemDeposit: u128 & AugmentedConst<ApiType>;
478
+ /**
479
+ * The maximum length of an attribute key.
480
+ **/
481
+ keyLimit: u32 & AugmentedConst<ApiType>;
482
+ /**
483
+ * The max number of attributes a user could set per call.
484
+ **/
485
+ maxAttributesPerCall: u32 & AugmentedConst<ApiType>;
486
+ /**
487
+ * The max duration in blocks for deadlines.
488
+ **/
489
+ maxDeadlineDuration: u32 & AugmentedConst<ApiType>;
490
+ /**
491
+ * The max number of tips a user could send.
492
+ **/
493
+ maxTips: u32 & AugmentedConst<ApiType>;
494
+ /**
495
+ * The basic amount of funds that must be reserved when adding metadata to your item.
496
+ **/
497
+ metadataDepositBase: u128 & AugmentedConst<ApiType>;
498
+ /**
499
+ * The maximum length of data stored on-chain.
500
+ **/
501
+ stringLimit: u32 & AugmentedConst<ApiType>;
502
+ /**
503
+ * The maximum length of an attribute value.
504
+ **/
505
+ valueLimit: u32 & AugmentedConst<ApiType>;
506
+ /**
507
+ * Generic const
508
+ **/
509
+ [key: string]: Codec;
510
+ };
511
+ nominationPools: {
512
+ /**
513
+ * The maximum pool points-to-balance ratio that an `open` pool can have.
514
+ *
515
+ * This is important in the event slashing takes place and the pool's points-to-balance
516
+ * ratio becomes disproportional.
517
+ *
518
+ * Moreover, this relates to the `RewardCounter` type as well, as the arithmetic operations
519
+ * are a function of number of points, and by setting this value to e.g. 10, you ensure
520
+ * that the total number of points in the system are at most 10 times the total_issuance of
521
+ * the chain, in the absolute worse case.
522
+ *
523
+ * For a value of 10, the threshold would be a pool points-to-balance ratio of 10:1.
524
+ * Such a scenario would also be the equivalent of the pool being 90% slashed.
525
+ **/
526
+ maxPointsToBalance: u8 & AugmentedConst<ApiType>;
527
+ /**
528
+ * The maximum number of simultaneous unbonding chunks that can exist per member.
529
+ **/
530
+ maxUnbonding: u32 & AugmentedConst<ApiType>;
531
+ /**
532
+ * The nomination pool's pallet id.
533
+ **/
534
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
535
+ /**
536
+ * Generic const
537
+ **/
538
+ [key: string]: Codec;
539
+ };
540
+ parachainSystem: {
541
+ /**
542
+ * Returns the parachain ID we are running with.
543
+ **/
544
+ selfParaId: u32 & AugmentedConst<ApiType>;
545
+ /**
546
+ * Generic const
547
+ **/
548
+ [key: string]: Codec;
549
+ };
550
+ polkadotXcm: {
551
+ /**
552
+ * The latest supported version that we advertise. Generally just set it to
553
+ * `pallet_xcm::CurrentXcmVersion`.
554
+ **/
555
+ advertisedXcmVersion: u32 & AugmentedConst<ApiType>;
556
+ /**
557
+ * The maximum number of local XCM locks that a single account may have.
558
+ **/
559
+ maxLockers: u32 & AugmentedConst<ApiType>;
560
+ /**
561
+ * The maximum number of consumers a single remote lock may have.
562
+ **/
563
+ maxRemoteLockConsumers: u32 & AugmentedConst<ApiType>;
564
+ /**
565
+ * This chain's Universal Location.
566
+ **/
567
+ universalLocation: StagingXcmV5Junctions & AugmentedConst<ApiType>;
568
+ /**
569
+ * Generic const
570
+ **/
571
+ [key: string]: Codec;
572
+ };
573
+ poolAssets: {
574
+ /**
575
+ * The amount of funds that must be reserved when creating a new approval.
576
+ **/
577
+ approvalDeposit: u128 & AugmentedConst<ApiType>;
578
+ /**
579
+ * The amount of funds that must be reserved for a non-provider asset account to be
580
+ * maintained.
581
+ **/
582
+ assetAccountDeposit: u128 & AugmentedConst<ApiType>;
583
+ /**
584
+ * The basic amount of funds that must be reserved for an asset.
585
+ **/
586
+ assetDeposit: u128 & AugmentedConst<ApiType>;
587
+ /**
588
+ * The basic amount of funds that must be reserved when adding metadata to your asset.
589
+ **/
590
+ metadataDepositBase: u128 & AugmentedConst<ApiType>;
591
+ /**
592
+ * The additional funds that must be reserved for the number of bytes you store in your
593
+ * metadata.
594
+ **/
595
+ metadataDepositPerByte: u128 & AugmentedConst<ApiType>;
596
+ /**
597
+ * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call.
598
+ *
599
+ * Must be configured to result in a weight that makes each call fit in a block.
600
+ **/
601
+ removeItemsLimit: u32 & AugmentedConst<ApiType>;
602
+ /**
603
+ * The maximum length of a name or symbol stored on-chain.
604
+ **/
605
+ stringLimit: u32 & AugmentedConst<ApiType>;
606
+ /**
607
+ * Generic const
608
+ **/
609
+ [key: string]: Codec;
610
+ };
611
+ proxy: {
612
+ /**
613
+ * The base amount of currency needed to reserve for creating an announcement.
614
+ *
615
+ * This is held when a new storage item holding a `Balance` is created (typically 16
616
+ * bytes).
617
+ **/
618
+ announcementDepositBase: u128 & AugmentedConst<ApiType>;
619
+ /**
620
+ * The amount of currency needed per announcement made.
621
+ *
622
+ * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes)
623
+ * into a pre-existing storage value.
624
+ **/
625
+ announcementDepositFactor: u128 & AugmentedConst<ApiType>;
626
+ /**
627
+ * The maximum amount of time-delayed announcements that are allowed to be pending.
628
+ **/
629
+ maxPending: u32 & AugmentedConst<ApiType>;
630
+ /**
631
+ * The maximum amount of proxies allowed for a single account.
632
+ **/
633
+ maxProxies: u32 & AugmentedConst<ApiType>;
634
+ /**
635
+ * The base amount of currency needed to reserve for creating a proxy.
636
+ *
637
+ * This is held for an additional storage item whose value size is
638
+ * `sizeof(Balance)` bytes and whose key size is `sizeof(AccountId)` bytes.
639
+ **/
640
+ proxyDepositBase: u128 & AugmentedConst<ApiType>;
641
+ /**
642
+ * The amount of currency needed per proxy added.
643
+ *
644
+ * This is held for adding 32 bytes plus an instance of `ProxyType` more into a
645
+ * pre-existing storage value. Thus, when configuring `ProxyDepositFactor` one should take
646
+ * into account `32 + proxy_type.encode().len()` bytes of data.
647
+ **/
648
+ proxyDepositFactor: u128 & AugmentedConst<ApiType>;
649
+ /**
650
+ * Generic const
651
+ **/
652
+ [key: string]: Codec;
653
+ };
654
+ referenda: {
655
+ /**
656
+ * Quantization level for the referendum wakeup scheduler. A higher number will result in
657
+ * fewer storage reads/writes needed for smaller voters, but also result in delays to the
658
+ * automatic referendum status changes. Explicit servicing instructions are unaffected.
659
+ **/
660
+ alarmInterval: u32 & AugmentedConst<ApiType>;
661
+ /**
662
+ * Maximum size of the referendum queue for a single track.
663
+ **/
664
+ maxQueued: u32 & AugmentedConst<ApiType>;
665
+ /**
666
+ * The minimum amount to be used as a deposit for a public referendum proposal.
667
+ **/
668
+ submissionDeposit: u128 & AugmentedConst<ApiType>;
669
+ /**
670
+ * A list of tracks.
671
+ *
672
+ * Note: if the tracks are dynamic, the value in the static metadata might be inaccurate.
673
+ **/
674
+ tracks: Vec<ITuple<[u16, PezpalletReferendaTrackDetails]>> & AugmentedConst<ApiType>;
675
+ /**
676
+ * The number of blocks after submission that a referendum must begin being decided by.
677
+ * Once this passes, then anyone may cancel the referendum.
678
+ **/
679
+ undecidingTimeout: u32 & AugmentedConst<ApiType>;
680
+ /**
681
+ * Generic const
682
+ **/
683
+ [key: string]: Codec;
684
+ };
685
+ scheduler: {
686
+ /**
687
+ * The maximum weight that may be scheduled per block for any dispatchables.
688
+ **/
689
+ maximumWeight: PezspWeightsWeightV2Weight & AugmentedConst<ApiType>;
690
+ /**
691
+ * The maximum number of scheduled calls in the queue for a single block.
692
+ *
693
+ * NOTE:
694
+ * + Dependent pallets' benchmarks might require a higher limit for the setting. Set a
695
+ * higher limit under `runtime-benchmarks` feature.
696
+ **/
697
+ maxScheduledPerBlock: u32 & AugmentedConst<ApiType>;
698
+ /**
699
+ * Generic const
700
+ **/
701
+ [key: string]: Codec;
702
+ };
703
+ session: {
704
+ /**
705
+ * The amount to be held when setting keys.
706
+ **/
707
+ keyDeposit: u128 & AugmentedConst<ApiType>;
708
+ /**
709
+ * Generic const
710
+ **/
711
+ [key: string]: Codec;
712
+ };
713
+ staking: {
714
+ /**
715
+ * Number of eras that staked funds must remain bonded for.
716
+ **/
717
+ bondingDuration: u32 & AugmentedConst<ApiType>;
718
+ /**
719
+ * Number of eras to keep in history.
720
+ *
721
+ * Following information is kept for eras in `[current_era -
722
+ * HistoryDepth, current_era]`: `ErasValidatorPrefs`, `ErasValidatorReward`,
723
+ * `ErasRewardPoints`, `ErasTotalStake`, `ClaimedRewards`,
724
+ * `ErasStakersPaged`, `ErasStakersOverview`.
725
+ *
726
+ * Must be more than the number of eras delayed by session.
727
+ * I.e. active era must always be in history. I.e. `active_era >
728
+ * current_era - history_depth` must be guaranteed.
729
+ *
730
+ * If migrating an existing pallet from storage value to config value,
731
+ * this should be set to same value or greater as in storage.
732
+ **/
733
+ historyDepth: u32 & AugmentedConst<ApiType>;
734
+ /**
735
+ * Maximum allowed era duration in milliseconds.
736
+ *
737
+ * This provides a defensive upper bound to cap the effective era duration, preventing
738
+ * excessively long eras from causing runaway inflation (e.g., due to bugs). If the actual
739
+ * era duration exceeds this value, it will be clamped to this maximum.
740
+ *
741
+ * Example: For an ideal era duration of 24 hours (86,400,000 ms),
742
+ * this can be set to 604,800,000 ms (7 days).
743
+ **/
744
+ maxEraDuration: u64 & AugmentedConst<ApiType>;
745
+ /**
746
+ * The maximum size of each `T::ExposurePage`.
747
+ *
748
+ * An `ExposurePage` is weakly bounded to a maximum of `MaxExposurePageSize`
749
+ * nominators.
750
+ *
751
+ * For older non-paged exposure, a reward payout was restricted to the top
752
+ * `MaxExposurePageSize` nominators. This is to limit the i/o cost for the
753
+ * nominator payout.
754
+ *
755
+ * Note: `MaxExposurePageSize` is used to bound `ClaimedRewards` and is unsafe to
756
+ * reduce without handling it in a migration.
757
+ **/
758
+ maxExposurePageSize: u32 & AugmentedConst<ApiType>;
759
+ /**
760
+ * Maximum number of invulnerable validators.
761
+ **/
762
+ maxInvulnerables: u32 & AugmentedConst<ApiType>;
763
+ /**
764
+ * Maximum number of storage items that can be pruned in a single call.
765
+ *
766
+ * This controls how many storage items can be deleted in each call to `prune_era_step`.
767
+ * This should be set to a conservative value (e.g., 100-500 items) to ensure pruning
768
+ * doesn't consume too much block space. The actual weight is determined by benchmarks.
769
+ **/
770
+ maxPruningItems: u32 & AugmentedConst<ApiType>;
771
+ /**
772
+ * The maximum number of `unlocking` chunks a [`StakingLedger`] can
773
+ * have. Effectively determines how many unique eras a staker may be
774
+ * unbonding in.
775
+ *
776
+ * Note: `MaxUnlockingChunks` is used as the upper bound for the
777
+ * `BoundedVec` item `StakingLedger.unlocking`. Setting this value
778
+ * lower than the existing value can lead to inconsistencies in the
779
+ * `StakingLedger` and will need to be handled properly in a runtime
780
+ * migration. The test `reducing_max_unlocking_chunks_abrupt` shows
781
+ * this effect.
782
+ **/
783
+ maxUnlockingChunks: u32 & AugmentedConst<ApiType>;
784
+ /**
785
+ * The absolute maximum of winner validators this pallet should return.
786
+ *
787
+ * As this pallet supports multi-block election, the set of winner validators *per
788
+ * election* is bounded by this type.
789
+ **/
790
+ maxValidatorSet: u32 & AugmentedConst<ApiType>;
791
+ /**
792
+ * Number of sessions before the end of an era when the election for the next era will
793
+ * start.
794
+ *
795
+ * - This determines how many sessions **before** the last session of the era the staking
796
+ * election process should begin.
797
+ * - The value is bounded between **1** (election starts at the beginning of the last
798
+ * session) and `SessionsPerEra` (election starts at the beginning of the first session
799
+ * of the era).
800
+ *
801
+ * ### Example:
802
+ * - If `SessionsPerEra = 6` and `PlanningEraOffset = 1`, the election starts at the
803
+ * beginning of session `6 - 1 = 5`.
804
+ * - If `PlanningEraOffset = 6`, the election starts at the beginning of session `6 - 6 =
805
+ * 0`, meaning it starts at the very beginning of the era.
806
+ **/
807
+ planningEraOffset: u32 & AugmentedConst<ApiType>;
808
+ /**
809
+ * Number of sessions per era, as per the preferences of the **relay chain**.
810
+ **/
811
+ sessionsPerEra: u32 & AugmentedConst<ApiType>;
812
+ /**
813
+ * Number of eras that slashes are deferred by, after computation.
814
+ *
815
+ * This should be less than the bonding duration. Set to 0 if slashes
816
+ * should be applied immediately, without opportunity for intervention.
817
+ **/
818
+ slashDeferDuration: u32 & AugmentedConst<ApiType>;
819
+ /**
820
+ * Generic const
821
+ **/
822
+ [key: string]: Codec;
823
+ };
824
+ stateTrieMigration: {
825
+ /**
826
+ * Maximal number of bytes that a key can have.
827
+ *
828
+ * FRAME itself does not limit the key length.
829
+ * The concrete value must therefore depend on your storage usage.
830
+ * A [`frame_support::storage::StorageNMap`] for example can have an arbitrary number of
831
+ * keys which are then hashed and concatenated, resulting in arbitrarily long keys.
832
+ *
833
+ * Use the *state migration RPC* to retrieve the length of the longest key in your
834
+ * storage: <https://github.com/paritytech/substrate/issues/11642>
835
+ *
836
+ * The migration will halt with a `Halted` event if this value is too small.
837
+ * Since there is no real penalty from over-estimating, it is advised to use a large
838
+ * value. The default is 512 byte.
839
+ *
840
+ * Some key lengths for reference:
841
+ * - [`frame_support::storage::StorageValue`]: 32 byte
842
+ * - [`frame_support::storage::StorageMap`]: 64 byte
843
+ * - [`frame_support::storage::StorageDoubleMap`]: 96 byte
844
+ *
845
+ * For more info see
846
+ * <https://www.shawntabrizi.com/blog/substrate/querying-substrate-storage-via-rpc/>
847
+ **/
848
+ maxKeyLen: u32 & AugmentedConst<ApiType>;
849
+ /**
850
+ * Generic const
851
+ **/
852
+ [key: string]: Codec;
853
+ };
854
+ system: {
855
+ /**
856
+ * Maximum number of block number to block hash mappings to keep (oldest pruned first).
857
+ **/
858
+ blockHashCount: u32 & AugmentedConst<ApiType>;
859
+ /**
860
+ * The maximum length of a block (in bytes).
861
+ **/
862
+ blockLength: PezframeSystemLimitsBlockLength & AugmentedConst<ApiType>;
863
+ /**
864
+ * Block & extrinsics weights: base values and limits.
865
+ **/
866
+ blockWeights: PezframeSystemLimitsBlockWeights & AugmentedConst<ApiType>;
867
+ /**
868
+ * The weight of runtime database operations the runtime can invoke.
869
+ **/
870
+ dbWeight: PezspWeightsRuntimeDbWeight & AugmentedConst<ApiType>;
871
+ /**
872
+ * The designated SS58 prefix of this chain.
873
+ *
874
+ * This replaces the "ss58Format" property declared in the chain spec. Reason is
875
+ * that the runtime should know about the prefix in order to make use of it as
876
+ * an identifier of the chain.
877
+ **/
878
+ ss58Prefix: u16 & AugmentedConst<ApiType>;
879
+ /**
880
+ * Get the chain's in-code version.
881
+ **/
882
+ version: PezspVersionRuntimeVersion & AugmentedConst<ApiType>;
883
+ /**
884
+ * Generic const
885
+ **/
886
+ [key: string]: Codec;
887
+ };
888
+ timestamp: {
889
+ /**
890
+ * The minimum period between blocks.
891
+ *
892
+ * Be aware that this is different to the *expected* period that the block production
893
+ * apparatus provides. Your chosen consensus system will generally work with this to
894
+ * determine a sensible block time. For example, in the Aura pallet it will be double this
895
+ * period on default settings.
896
+ **/
897
+ minimumPeriod: u64 & AugmentedConst<ApiType>;
898
+ /**
899
+ * Generic const
900
+ **/
901
+ [key: string]: Codec;
902
+ };
903
+ transactionPayment: {
904
+ /**
905
+ * A fee multiplier for `Operational` extrinsics to compute "virtual tip" to boost their
906
+ * `priority`
907
+ *
908
+ * This value is multiplied by the `final_fee` to obtain a "virtual tip" that is later
909
+ * added to a tip component in regular `priority` calculations.
910
+ * It means that a `Normal` transaction can front-run a similarly-sized `Operational`
911
+ * extrinsic (with no tip), by including a tip value greater than the virtual tip.
912
+ *
913
+ * ```rust,ignore
914
+ * // For `Normal`
915
+ * let priority = priority_calc(tip);
916
+ *
917
+ * // For `Operational`
918
+ * let virtual_tip = (inclusion_fee + tip) * OperationalFeeMultiplier;
919
+ * let priority = priority_calc(tip + virtual_tip);
920
+ * ```
921
+ *
922
+ * Note that since we use `final_fee` the multiplier applies also to the regular `tip`
923
+ * sent with the transaction. So, not only does the transaction get a priority bump based
924
+ * on the `inclusion_fee`, but we also amplify the impact of tips applied to `Operational`
925
+ * transactions.
926
+ **/
927
+ operationalFeeMultiplier: u8 & AugmentedConst<ApiType>;
928
+ /**
929
+ * Generic const
930
+ **/
931
+ [key: string]: Codec;
932
+ };
933
+ treasury: {
934
+ /**
935
+ * Percentage of spare funds (if any) that are burnt per spend period.
936
+ **/
937
+ burn: u32 & AugmentedConst<ApiType>;
938
+ /**
939
+ * DEPRECATED: associated with `spend_local` call and will be removed in May 2025.
940
+ * Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.
941
+ *
942
+ * The maximum number of approvals that can wait in the spending queue.
943
+ *
944
+ * NOTE: This parameter is also used within the Bounties Pallet extension if enabled.
945
+ **/
946
+ maxApprovals: u32 & AugmentedConst<ApiType>;
947
+ /**
948
+ * The treasury's pallet id, used for deriving its sovereign account ID.
949
+ **/
950
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
951
+ /**
952
+ * The period during which an approved treasury spend has to be claimed.
953
+ **/
954
+ payoutPeriod: u32 & AugmentedConst<ApiType>;
955
+ /**
956
+ * Gets this pallet's derived pot account.
957
+ **/
958
+ potAccount: PezspCoreCryptoAccountId32 & AugmentedConst<ApiType>;
959
+ /**
960
+ * Period between successive spends.
961
+ **/
962
+ spendPeriod: u32 & AugmentedConst<ApiType>;
963
+ /**
964
+ * Generic const
965
+ **/
966
+ [key: string]: Codec;
967
+ };
968
+ uniques: {
969
+ /**
970
+ * The basic amount of funds that must be reserved when adding an attribute to an item.
971
+ **/
972
+ attributeDepositBase: u128 & AugmentedConst<ApiType>;
973
+ /**
974
+ * The basic amount of funds that must be reserved for collection.
975
+ **/
976
+ collectionDeposit: u128 & AugmentedConst<ApiType>;
977
+ /**
978
+ * The additional funds that must be reserved for the number of bytes store in metadata,
979
+ * either "normal" metadata or attribute metadata.
980
+ **/
981
+ depositPerByte: u128 & AugmentedConst<ApiType>;
982
+ /**
983
+ * The basic amount of funds that must be reserved for an item.
984
+ **/
985
+ itemDeposit: u128 & AugmentedConst<ApiType>;
986
+ /**
987
+ * The maximum length of an attribute key.
988
+ **/
989
+ keyLimit: u32 & AugmentedConst<ApiType>;
990
+ /**
991
+ * The basic amount of funds that must be reserved when adding metadata to your item.
992
+ **/
993
+ metadataDepositBase: u128 & AugmentedConst<ApiType>;
994
+ /**
995
+ * The maximum length of data stored on-chain.
996
+ **/
997
+ stringLimit: u32 & AugmentedConst<ApiType>;
998
+ /**
999
+ * The maximum length of an attribute value.
1000
+ **/
1001
+ valueLimit: u32 & AugmentedConst<ApiType>;
1002
+ /**
1003
+ * Generic const
1004
+ **/
1005
+ [key: string]: Codec;
1006
+ };
1007
+ utility: {
1008
+ /**
1009
+ * The limit on the number of batched calls.
1010
+ **/
1011
+ batchedCallsLimit: u32 & AugmentedConst<ApiType>;
1012
+ /**
1013
+ * Generic const
1014
+ **/
1015
+ [key: string]: Codec;
1016
+ };
1017
+ vesting: {
1018
+ maxVestingSchedules: u32 & AugmentedConst<ApiType>;
1019
+ /**
1020
+ * The minimum amount transferred to call `vested_transfer`.
1021
+ **/
1022
+ minVestedTransfer: u128 & AugmentedConst<ApiType>;
1023
+ /**
1024
+ * Generic const
1025
+ **/
1026
+ [key: string]: Codec;
1027
+ };
1028
+ voterList: {
1029
+ /**
1030
+ * The list of thresholds separating the various bags.
1031
+ *
1032
+ * Ids are separated into unsorted bags according to their score. This specifies the
1033
+ * thresholds separating the bags. An id's bag is the largest bag for which the id's score
1034
+ * is less than or equal to its upper threshold.
1035
+ *
1036
+ * When ids are iterated, higher bags are iterated completely before lower bags. This means
1037
+ * that iteration is _semi-sorted_: ids of higher score tend to come before ids of lower
1038
+ * score, but peer ids within a particular bag are sorted in insertion order.
1039
+ *
1040
+ * # Expressing the constant
1041
+ *
1042
+ * This constant must be sorted in strictly increasing order. Duplicate items are not
1043
+ * permitted.
1044
+ *
1045
+ * There is an implied upper limit of `Score::MAX`; that value does not need to be
1046
+ * specified within the bag. For any two threshold lists, if one ends with
1047
+ * `Score::MAX`, the other one does not, and they are otherwise equal, the two
1048
+ * lists will behave identically.
1049
+ *
1050
+ * # Calculation
1051
+ *
1052
+ * It is recommended to generate the set of thresholds in a geometric series, such that
1053
+ * there exists some constant ratio such that `threshold[k + 1] == (threshold[k] *
1054
+ * constant_ratio).max(threshold[k] + 1)` for all `k`.
1055
+ *
1056
+ * The helpers in the `/utils/frame/generate-bags` module can simplify this calculation.
1057
+ *
1058
+ * # Examples
1059
+ *
1060
+ * - If `BagThresholds::get().is_empty()`, then all ids are put into the same bag, and
1061
+ * iteration is strictly in insertion order.
1062
+ * - If `BagThresholds::get().len() == 64`, and the thresholds are determined according to
1063
+ * the procedure given above, then the constant ratio is equal to 2.
1064
+ * - If `BagThresholds::get().len() == 200`, and the thresholds are determined according to
1065
+ * the procedure given above, then the constant ratio is approximately equal to 1.248.
1066
+ * - If the threshold list begins `[1, 2, 3, ...]`, then an id with score 0 or 1 will fall
1067
+ * into bag 0, an id with score 2 will fall into bag 1, etc.
1068
+ *
1069
+ * # Migration
1070
+ *
1071
+ * In the event that this list ever changes, a copy of the old bags list must be retained.
1072
+ * With that `List::migrate` can be called, which will perform the appropriate migration.
1073
+ **/
1074
+ bagThresholds: Vec<u64> & AugmentedConst<ApiType>;
1075
+ /**
1076
+ * Maximum number of accounts that may be re-bagged automatically in `on_idle`.
1077
+ *
1078
+ * A value of `0` (obtained by configuring `type MaxAutoRebagPerBlock = ();`) disables
1079
+ * the feature.
1080
+ **/
1081
+ maxAutoRebagPerBlock: u32 & AugmentedConst<ApiType>;
1082
+ /**
1083
+ * Generic const
1084
+ **/
1085
+ [key: string]: Codec;
1086
+ };
1087
+ xcmpQueue: {
1088
+ /**
1089
+ * Maximal number of outbound XCMP channels that can have messages queued at the same time.
1090
+ *
1091
+ * If this is reached, then no further messages can be sent to channels that do not yet
1092
+ * have a message queued. This should be set to the expected maximum of outbound channels
1093
+ * which is determined by [`Self::ChannelInfo`]. It is important to set this large enough,
1094
+ * since otherwise the congestion control protocol will not work as intended and messages
1095
+ * may be dropped. This value increases the PoV and should therefore not be picked too
1096
+ * high. Governance needs to pay attention to not open more channels than this value.
1097
+ **/
1098
+ maxActiveOutboundChannels: u32 & AugmentedConst<ApiType>;
1099
+ /**
1100
+ * The maximum number of inbound XCMP channels that can be suspended simultaneously.
1101
+ *
1102
+ * Any further channel suspensions will fail and messages may get dropped without further
1103
+ * notice. Choosing a high value (1000) is okay; the trade-off that is described in
1104
+ * [`InboundXcmpSuspended`] still applies at that scale.
1105
+ **/
1106
+ maxInboundSuspended: u32 & AugmentedConst<ApiType>;
1107
+ /**
1108
+ * The maximal page size for HRMP message pages.
1109
+ *
1110
+ * A lower limit can be set dynamically, but this is the hard-limit for the PoV worst case
1111
+ * benchmarking. The limit for the size of a message is slightly below this, since some
1112
+ * overhead is incurred for encoding the format.
1113
+ **/
1114
+ maxPageSize: u32 & AugmentedConst<ApiType>;
1115
+ /**
1116
+ * Generic const
1117
+ **/
1118
+ [key: string]: Codec;
1119
+ };
1120
+ } // AugmentedConsts
1121
+ } // declare module