@pezkuwi/api-augment 16.5.11 → 16.5.13

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