@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,1031 @@
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 } 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
+ auctions: {
15
+ /**
16
+ * The number of blocks over which an auction may be retroactively ended.
17
+ **/
18
+ endingPeriod: u32 & AugmentedConst<ApiType>;
19
+ leasePeriodsPerSlot: u32 & AugmentedConst<ApiType>;
20
+ /**
21
+ * The length of each sample to take during the ending period.
22
+ *
23
+ * `EndingPeriod` / `SampleLength` = Total # of Samples
24
+ **/
25
+ sampleLength: u32 & AugmentedConst<ApiType>;
26
+ slotRangeCount: u32 & AugmentedConst<ApiType>;
27
+ /**
28
+ * Generic const
29
+ **/
30
+ [key: string]: Codec;
31
+ };
32
+ babe: {
33
+ /**
34
+ * The amount of time, in slots, that each epoch should last.
35
+ * NOTE: Currently it is not possible to change the epoch duration after
36
+ * the chain has started. Attempting to do so will brick block production.
37
+ **/
38
+ epochDuration: u64 & AugmentedConst<ApiType>;
39
+ /**
40
+ * The expected average block time at which BABE should be creating
41
+ * blocks. Since BABE is probabilistic it is not trivial to figure out
42
+ * what the expected average block time should be based on the slot
43
+ * duration and the security parameter `c` (where `1 - c` represents
44
+ * the probability of a slot being empty).
45
+ **/
46
+ expectedBlockTime: u64 & AugmentedConst<ApiType>;
47
+ /**
48
+ * Max number of authorities allowed
49
+ **/
50
+ maxAuthorities: u32 & AugmentedConst<ApiType>;
51
+ /**
52
+ * The maximum number of nominators for each validator.
53
+ **/
54
+ maxNominators: u32 & AugmentedConst<ApiType>;
55
+ /**
56
+ * Generic const
57
+ **/
58
+ [key: string]: Codec;
59
+ };
60
+ balances: {
61
+ /**
62
+ * The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO!
63
+ *
64
+ * If you *really* need it to be zero, you can enable the feature `insecure_zero_ed` for
65
+ * this pallet. However, you do so at your own risk: this will open up a major DoS vector.
66
+ * In case you have multiple sources of provider references, you may also get unexpected
67
+ * behaviour if you set this to zero.
68
+ *
69
+ * Bottom line: Do yourself a favour and make it at least one!
70
+ **/
71
+ existentialDeposit: u128 & AugmentedConst<ApiType>;
72
+ /**
73
+ * The maximum number of individual freeze locks that can exist on an account at any time.
74
+ **/
75
+ maxFreezes: u32 & AugmentedConst<ApiType>;
76
+ /**
77
+ * The maximum number of locks that should exist on an account.
78
+ * Not strictly enforced, but used for weight estimation.
79
+ *
80
+ * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/`
81
+ **/
82
+ maxLocks: u32 & AugmentedConst<ApiType>;
83
+ /**
84
+ * The maximum number of named reserves that can exist on an account.
85
+ *
86
+ * Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/`
87
+ **/
88
+ maxReserves: u32 & AugmentedConst<ApiType>;
89
+ /**
90
+ * Generic const
91
+ **/
92
+ [key: string]: Codec;
93
+ };
94
+ beefy: {
95
+ /**
96
+ * The maximum number of authorities that can be added.
97
+ **/
98
+ maxAuthorities: u32 & AugmentedConst<ApiType>;
99
+ /**
100
+ * The maximum number of nominators for each validator.
101
+ **/
102
+ maxNominators: u32 & AugmentedConst<ApiType>;
103
+ /**
104
+ * The maximum number of entries to keep in the set id to session index mapping.
105
+ *
106
+ * Since the `SetIdSession` map is only used for validating equivocations this
107
+ * value should relate to the bonding duration of whatever staking system is
108
+ * being used (if any). If equivocation handling is not enabled then this value
109
+ * can be zero.
110
+ **/
111
+ maxSetIdSessionEntries: u64 & AugmentedConst<ApiType>;
112
+ /**
113
+ * Generic const
114
+ **/
115
+ [key: string]: Codec;
116
+ };
117
+ bounties: {
118
+ /**
119
+ * The amount held on deposit for placing a bounty proposal.
120
+ **/
121
+ bountyDepositBase: u128 & AugmentedConst<ApiType>;
122
+ /**
123
+ * The delay period for which a bounty beneficiary need to wait before claim the payout.
124
+ **/
125
+ bountyDepositPayoutDelay: u32 & AugmentedConst<ApiType>;
126
+ /**
127
+ * The time limit for a curator to act before a bounty expires.
128
+ *
129
+ * The period that starts when a curator is approved, during which they must execute or
130
+ * update the bounty via `extend_bounty_expiry`. If missed, the bounty expires, and the
131
+ * curator may be slashed. If `BlockNumberFor::MAX`, bounties stay active indefinitely,
132
+ * removing the need for `extend_bounty_expiry`.
133
+ **/
134
+ bountyUpdatePeriod: u32 & AugmentedConst<ApiType>;
135
+ /**
136
+ * Minimum value for a bounty.
137
+ **/
138
+ bountyValueMinimum: u128 & AugmentedConst<ApiType>;
139
+ /**
140
+ * Maximum amount of funds that should be placed in a deposit for making a proposal.
141
+ **/
142
+ curatorDepositMax: Option<u128> & AugmentedConst<ApiType>;
143
+ /**
144
+ * Minimum amount of funds that should be placed in a deposit for making a proposal.
145
+ **/
146
+ curatorDepositMin: Option<u128> & AugmentedConst<ApiType>;
147
+ /**
148
+ * The curator deposit is calculated as a percentage of the curator fee.
149
+ *
150
+ * This deposit has optional upper and lower bounds with `CuratorDepositMax` and
151
+ * `CuratorDepositMin`.
152
+ **/
153
+ curatorDepositMultiplier: u32 & AugmentedConst<ApiType>;
154
+ /**
155
+ * The amount held on deposit per byte within the tip report reason or bounty description.
156
+ **/
157
+ dataDepositPerByte: u128 & AugmentedConst<ApiType>;
158
+ /**
159
+ * Maximum acceptable reason length.
160
+ *
161
+ * Benchmarks depend on this value, be sure to update weights file when changing this value
162
+ **/
163
+ maximumReasonLength: u32 & AugmentedConst<ApiType>;
164
+ /**
165
+ * Generic const
166
+ **/
167
+ [key: string]: Codec;
168
+ };
169
+ childBounties: {
170
+ /**
171
+ * Minimum value for a child-bounty.
172
+ **/
173
+ childBountyValueMinimum: u128 & AugmentedConst<ApiType>;
174
+ /**
175
+ * Maximum number of child bounties that can be added to a parent bounty.
176
+ **/
177
+ maxActiveChildBountyCount: u32 & AugmentedConst<ApiType>;
178
+ /**
179
+ * Generic const
180
+ **/
181
+ [key: string]: Codec;
182
+ };
183
+ claims: {
184
+ prefix: Bytes & AugmentedConst<ApiType>;
185
+ /**
186
+ * Generic const
187
+ **/
188
+ [key: string]: Codec;
189
+ };
190
+ convictionVoting: {
191
+ /**
192
+ * The maximum number of concurrent votes an account may have.
193
+ *
194
+ * Also used to compute weight, an overly large value can lead to extrinsics with large
195
+ * weight estimation: see `delegate` for instance.
196
+ **/
197
+ maxVotes: u32 & AugmentedConst<ApiType>;
198
+ /**
199
+ * The minimum period of vote locking.
200
+ *
201
+ * It should be no shorter than enactment period to ensure that in the case of an approval,
202
+ * those successful voters are locked into the consequences that their votes entail.
203
+ **/
204
+ voteLockingPeriod: u32 & AugmentedConst<ApiType>;
205
+ /**
206
+ * Generic const
207
+ **/
208
+ [key: string]: Codec;
209
+ };
210
+ coretime: {
211
+ /**
212
+ * The ParaId of the coretime chain.
213
+ **/
214
+ brokerId: u32 & AugmentedConst<ApiType>;
215
+ /**
216
+ * The coretime chain pot location.
217
+ **/
218
+ brokerPotLocation: StagingXcmV5Junctions & AugmentedConst<ApiType>;
219
+ /**
220
+ * Generic const
221
+ **/
222
+ [key: string]: Codec;
223
+ };
224
+ crowdloan: {
225
+ /**
226
+ * The minimum amount that may be contributed into a crowdloan. Should almost certainly be
227
+ * at least `ExistentialDeposit`.
228
+ **/
229
+ minContribution: u128 & AugmentedConst<ApiType>;
230
+ /**
231
+ * `PalletId` for the crowdloan pallet. An appropriate value could be
232
+ * `PalletId(*b"py/cfund")`
233
+ **/
234
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
235
+ /**
236
+ * Max number of storage keys to remove per extrinsic call.
237
+ **/
238
+ removeKeysLimit: u32 & AugmentedConst<ApiType>;
239
+ /**
240
+ * Generic const
241
+ **/
242
+ [key: string]: Codec;
243
+ };
244
+ delegatedStaking: {
245
+ /**
246
+ * Injected identifier for the pallet.
247
+ **/
248
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
249
+ /**
250
+ * Fraction of the slash that is rewarded to the caller of pending slash to the agent.
251
+ **/
252
+ slashRewardFraction: u32 & AugmentedConst<ApiType>;
253
+ /**
254
+ * Generic const
255
+ **/
256
+ [key: string]: Codec;
257
+ };
258
+ electionProviderMultiPhase: {
259
+ /**
260
+ * The minimum amount of improvement to the solution score that defines a solution as
261
+ * "better" in the Signed phase.
262
+ **/
263
+ betterSignedThreshold: u32 & AugmentedConst<ApiType>;
264
+ /**
265
+ * Maximum number of voters that can support a winner in an election solution.
266
+ *
267
+ * This is needed to ensure election computation is bounded.
268
+ **/
269
+ maxBackersPerWinner: u32 & AugmentedConst<ApiType>;
270
+ /**
271
+ * Maximum number of winners that an election supports.
272
+ *
273
+ * Note: This must always be greater or equal to `T::DataProvider::desired_targets()`.
274
+ **/
275
+ maxWinners: u32 & AugmentedConst<ApiType>;
276
+ minerMaxLength: u32 & AugmentedConst<ApiType>;
277
+ minerMaxVotesPerVoter: u32 & AugmentedConst<ApiType>;
278
+ minerMaxWeight: PezspWeightsWeightV2Weight & AugmentedConst<ApiType>;
279
+ minerMaxWinners: u32 & AugmentedConst<ApiType>;
280
+ /**
281
+ * The priority of the unsigned transaction submitted in the unsigned-phase
282
+ **/
283
+ minerTxPriority: u64 & AugmentedConst<ApiType>;
284
+ /**
285
+ * The repeat threshold of the offchain worker.
286
+ *
287
+ * For example, if it is 5, that means that at least 5 blocks will elapse between attempts
288
+ * to submit the worker's solution.
289
+ **/
290
+ offchainRepeat: u32 & AugmentedConst<ApiType>;
291
+ /**
292
+ * Per-byte deposit for a signed solution.
293
+ **/
294
+ signedDepositByte: u128 & AugmentedConst<ApiType>;
295
+ /**
296
+ * Per-weight deposit for a signed solution.
297
+ **/
298
+ signedDepositWeight: u128 & AugmentedConst<ApiType>;
299
+ /**
300
+ * The maximum amount of unchecked solutions to refund the call fee for.
301
+ **/
302
+ signedMaxRefunds: u32 & AugmentedConst<ApiType>;
303
+ /**
304
+ * Maximum number of signed submissions that can be queued.
305
+ *
306
+ * It is best to avoid adjusting this during an election, as it impacts downstream data
307
+ * structures. In particular, `SignedSubmissionIndices<T>` is bounded on this value. If you
308
+ * update this value during an election, you _must_ ensure that
309
+ * `SignedSubmissionIndices.len()` is less than or equal to the new value. Otherwise,
310
+ * attempts to submit new solutions may cause a runtime panic.
311
+ **/
312
+ signedMaxSubmissions: u32 & AugmentedConst<ApiType>;
313
+ /**
314
+ * Maximum weight of a signed solution.
315
+ *
316
+ * If [`Config::MinerConfig`] is being implemented to submit signed solutions (outside of
317
+ * this pallet), then [`MinerConfig::solution_weight`] is used to compare against
318
+ * this value.
319
+ **/
320
+ signedMaxWeight: PezspWeightsWeightV2Weight & AugmentedConst<ApiType>;
321
+ /**
322
+ * Base reward for a signed solution
323
+ **/
324
+ signedRewardBase: u128 & AugmentedConst<ApiType>;
325
+ /**
326
+ * Generic const
327
+ **/
328
+ [key: string]: Codec;
329
+ };
330
+ fastUnstake: {
331
+ /**
332
+ * Deposit to take for unstaking, to make sure we're able to slash the it in order to cover
333
+ * the costs of resources on unsuccessful unstake.
334
+ **/
335
+ deposit: u128 & AugmentedConst<ApiType>;
336
+ /**
337
+ * Generic const
338
+ **/
339
+ [key: string]: Codec;
340
+ };
341
+ fellowshipReferenda: {
342
+ /**
343
+ * Quantization level for the referendum wakeup scheduler. A higher number will result in
344
+ * fewer storage reads/writes needed for smaller voters, but also result in delays to the
345
+ * automatic referendum status changes. Explicit servicing instructions are unaffected.
346
+ **/
347
+ alarmInterval: u32 & AugmentedConst<ApiType>;
348
+ /**
349
+ * Maximum size of the referendum queue for a single track.
350
+ **/
351
+ maxQueued: u32 & AugmentedConst<ApiType>;
352
+ /**
353
+ * The minimum amount to be used as a deposit for a public referendum proposal.
354
+ **/
355
+ submissionDeposit: u128 & AugmentedConst<ApiType>;
356
+ /**
357
+ * A list of tracks.
358
+ *
359
+ * Note: if the tracks are dynamic, the value in the static metadata might be inaccurate.
360
+ **/
361
+ tracks: Vec<ITuple<[u16, PezpalletReferendaTrackDetails]>> & AugmentedConst<ApiType>;
362
+ /**
363
+ * The number of blocks after submission that a referendum must begin being decided by.
364
+ * Once this passes, then anyone may cancel the referendum.
365
+ **/
366
+ undecidingTimeout: u32 & AugmentedConst<ApiType>;
367
+ /**
368
+ * Generic const
369
+ **/
370
+ [key: string]: Codec;
371
+ };
372
+ grandpa: {
373
+ /**
374
+ * Max Authorities in use
375
+ **/
376
+ maxAuthorities: u32 & AugmentedConst<ApiType>;
377
+ /**
378
+ * The maximum number of nominators for each validator.
379
+ **/
380
+ maxNominators: u32 & AugmentedConst<ApiType>;
381
+ /**
382
+ * The maximum number of entries to keep in the set id to session index mapping.
383
+ *
384
+ * Since the `SetIdSession` map is only used for validating equivocations this
385
+ * value should relate to the bonding duration of whatever staking system is
386
+ * being used (if any). If equivocation handling is not enabled then this value
387
+ * can be zero.
388
+ **/
389
+ maxSetIdSessionEntries: u64 & AugmentedConst<ApiType>;
390
+ /**
391
+ * Generic const
392
+ **/
393
+ [key: string]: Codec;
394
+ };
395
+ indices: {
396
+ /**
397
+ * The deposit needed for reserving an index.
398
+ **/
399
+ deposit: u128 & AugmentedConst<ApiType>;
400
+ /**
401
+ * Generic const
402
+ **/
403
+ [key: string]: Codec;
404
+ };
405
+ messageQueue: {
406
+ /**
407
+ * The size of the page; this implies the maximum message size which can be sent.
408
+ *
409
+ * A good value depends on the expected message sizes, their weights, the weight that is
410
+ * available for processing them and the maximal needed message size. The maximal message
411
+ * size is slightly lower than this as defined by [`MaxMessageLenOf`].
412
+ **/
413
+ heapSize: u32 & AugmentedConst<ApiType>;
414
+ /**
415
+ * The maximum amount of weight (if any) to be used from remaining weight `on_idle` which
416
+ * should be provided to the message queue for servicing enqueued items `on_idle`.
417
+ * Useful for parachains to process messages at the same block they are received.
418
+ *
419
+ * If `None`, it will not call `ServiceQueues::service_queues` in `on_idle`.
420
+ **/
421
+ idleMaxServiceWeight: Option<PezspWeightsWeightV2Weight> & AugmentedConst<ApiType>;
422
+ /**
423
+ * The maximum number of stale pages (i.e. of overweight messages) allowed before culling
424
+ * can happen. Once there are more stale pages than this, then historical pages may be
425
+ * dropped, even if they contain unprocessed overweight messages.
426
+ **/
427
+ maxStale: u32 & AugmentedConst<ApiType>;
428
+ /**
429
+ * The amount of weight (if any) which should be provided to the message queue for
430
+ * servicing enqueued items `on_initialize`.
431
+ *
432
+ * This may be legitimately `None` in the case that you will call
433
+ * `ServiceQueues::service_queues` manually or set [`Self::IdleMaxServiceWeight`] to have
434
+ * it run in `on_idle`.
435
+ **/
436
+ serviceWeight: Option<PezspWeightsWeightV2Weight> & AugmentedConst<ApiType>;
437
+ /**
438
+ * Generic const
439
+ **/
440
+ [key: string]: Codec;
441
+ };
442
+ multisig: {
443
+ /**
444
+ * The base amount of currency needed to reserve for creating a multisig execution or to
445
+ * store a dispatch call for later.
446
+ *
447
+ * This is held for an additional storage item whose value size is
448
+ * `4 + sizeof((BlockNumber, Balance, AccountId))` bytes and whose key size is
449
+ * `32 + sizeof(AccountId)` bytes.
450
+ **/
451
+ depositBase: u128 & AugmentedConst<ApiType>;
452
+ /**
453
+ * The amount of currency needed per unit threshold when creating a multisig execution.
454
+ *
455
+ * This is held for adding 32 bytes more into a pre-existing storage value.
456
+ **/
457
+ depositFactor: u128 & AugmentedConst<ApiType>;
458
+ /**
459
+ * The maximum amount of signatories allowed in the multisig.
460
+ **/
461
+ maxSignatories: u32 & AugmentedConst<ApiType>;
462
+ /**
463
+ * Generic const
464
+ **/
465
+ [key: string]: Codec;
466
+ };
467
+ nominationPools: {
468
+ /**
469
+ * The maximum pool points-to-balance ratio that an `open` pool can have.
470
+ *
471
+ * This is important in the event slashing takes place and the pool's points-to-balance
472
+ * ratio becomes disproportional.
473
+ *
474
+ * Moreover, this relates to the `RewardCounter` type as well, as the arithmetic operations
475
+ * are a function of number of points, and by setting this value to e.g. 10, you ensure
476
+ * that the total number of points in the system are at most 10 times the total_issuance of
477
+ * the chain, in the absolute worse case.
478
+ *
479
+ * For a value of 10, the threshold would be a pool points-to-balance ratio of 10:1.
480
+ * Such a scenario would also be the equivalent of the pool being 90% slashed.
481
+ **/
482
+ maxPointsToBalance: u8 & AugmentedConst<ApiType>;
483
+ /**
484
+ * The maximum number of simultaneous unbonding chunks that can exist per member.
485
+ **/
486
+ maxUnbonding: u32 & AugmentedConst<ApiType>;
487
+ /**
488
+ * The nomination pool's pallet id.
489
+ **/
490
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
491
+ /**
492
+ * Generic const
493
+ **/
494
+ [key: string]: Codec;
495
+ };
496
+ onDemandAssignmentProvider: {
497
+ /**
498
+ * The maximum number of blocks some historical revenue
499
+ * information stored for.
500
+ **/
501
+ maxHistoricalRevenue: u32 & AugmentedConst<ApiType>;
502
+ /**
503
+ * Identifier for the internal revenue balance.
504
+ **/
505
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
506
+ /**
507
+ * The default value for the spot traffic multiplier.
508
+ **/
509
+ trafficDefaultValue: u128 & AugmentedConst<ApiType>;
510
+ /**
511
+ * Generic const
512
+ **/
513
+ [key: string]: Codec;
514
+ };
515
+ paras: {
516
+ unsignedPriority: u64 & AugmentedConst<ApiType>;
517
+ /**
518
+ * Generic const
519
+ **/
520
+ [key: string]: Codec;
521
+ };
522
+ proxy: {
523
+ /**
524
+ * The base amount of currency needed to reserve for creating an announcement.
525
+ *
526
+ * This is held when a new storage item holding a `Balance` is created (typically 16
527
+ * bytes).
528
+ **/
529
+ announcementDepositBase: u128 & AugmentedConst<ApiType>;
530
+ /**
531
+ * The amount of currency needed per announcement made.
532
+ *
533
+ * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes)
534
+ * into a pre-existing storage value.
535
+ **/
536
+ announcementDepositFactor: u128 & AugmentedConst<ApiType>;
537
+ /**
538
+ * The maximum amount of time-delayed announcements that are allowed to be pending.
539
+ **/
540
+ maxPending: u32 & AugmentedConst<ApiType>;
541
+ /**
542
+ * The maximum amount of proxies allowed for a single account.
543
+ **/
544
+ maxProxies: u32 & AugmentedConst<ApiType>;
545
+ /**
546
+ * The base amount of currency needed to reserve for creating a proxy.
547
+ *
548
+ * This is held for an additional storage item whose value size is
549
+ * `sizeof(Balance)` bytes and whose key size is `sizeof(AccountId)` bytes.
550
+ **/
551
+ proxyDepositBase: u128 & AugmentedConst<ApiType>;
552
+ /**
553
+ * The amount of currency needed per proxy added.
554
+ *
555
+ * This is held for adding 32 bytes plus an instance of `ProxyType` more into a
556
+ * pre-existing storage value. Thus, when configuring `ProxyDepositFactor` one should take
557
+ * into account `32 + proxy_type.encode().len()` bytes of data.
558
+ **/
559
+ proxyDepositFactor: u128 & AugmentedConst<ApiType>;
560
+ /**
561
+ * Generic const
562
+ **/
563
+ [key: string]: Codec;
564
+ };
565
+ recovery: {
566
+ /**
567
+ * The base amount of currency needed to reserve for creating a recovery configuration.
568
+ *
569
+ * This is held for an additional storage item whose value size is
570
+ * `2 + sizeof(BlockNumber, Balance)` bytes.
571
+ **/
572
+ configDepositBase: u128 & AugmentedConst<ApiType>;
573
+ /**
574
+ * The amount of currency needed per additional user when creating a recovery
575
+ * configuration.
576
+ *
577
+ * This is held for adding `sizeof(AccountId)` bytes more into a pre-existing storage
578
+ * value.
579
+ **/
580
+ friendDepositFactor: u128 & AugmentedConst<ApiType>;
581
+ /**
582
+ * The maximum amount of friends allowed in a recovery configuration.
583
+ *
584
+ * NOTE: The threshold programmed in this Pallet uses u16, so it does
585
+ * not really make sense to have a limit here greater than u16::MAX.
586
+ * But also, that is a lot more than you should probably set this value
587
+ * to anyway...
588
+ **/
589
+ maxFriends: u32 & AugmentedConst<ApiType>;
590
+ /**
591
+ * The base amount of currency needed to reserve for starting a recovery.
592
+ *
593
+ * This is primarily held for deterring malicious recovery attempts, and should
594
+ * have a value large enough that a bad actor would choose not to place this
595
+ * deposit. It also acts to fund additional storage item whose value size is
596
+ * `sizeof(BlockNumber, Balance + T * AccountId)` bytes. Where T is a configurable
597
+ * threshold.
598
+ **/
599
+ recoveryDeposit: u128 & AugmentedConst<ApiType>;
600
+ /**
601
+ * Generic const
602
+ **/
603
+ [key: string]: Codec;
604
+ };
605
+ referenda: {
606
+ /**
607
+ * Quantization level for the referendum wakeup scheduler. A higher number will result in
608
+ * fewer storage reads/writes needed for smaller voters, but also result in delays to the
609
+ * automatic referendum status changes. Explicit servicing instructions are unaffected.
610
+ **/
611
+ alarmInterval: u32 & AugmentedConst<ApiType>;
612
+ /**
613
+ * Maximum size of the referendum queue for a single track.
614
+ **/
615
+ maxQueued: u32 & AugmentedConst<ApiType>;
616
+ /**
617
+ * The minimum amount to be used as a deposit for a public referendum proposal.
618
+ **/
619
+ submissionDeposit: u128 & AugmentedConst<ApiType>;
620
+ /**
621
+ * A list of tracks.
622
+ *
623
+ * Note: if the tracks are dynamic, the value in the static metadata might be inaccurate.
624
+ **/
625
+ tracks: Vec<ITuple<[u16, PezpalletReferendaTrackDetails]>> & AugmentedConst<ApiType>;
626
+ /**
627
+ * The number of blocks after submission that a referendum must begin being decided by.
628
+ * Once this passes, then anyone may cancel the referendum.
629
+ **/
630
+ undecidingTimeout: u32 & AugmentedConst<ApiType>;
631
+ /**
632
+ * Generic const
633
+ **/
634
+ [key: string]: Codec;
635
+ };
636
+ registrar: {
637
+ /**
638
+ * The deposit to be paid per byte stored on chain.
639
+ **/
640
+ dataDepositPerByte: u128 & AugmentedConst<ApiType>;
641
+ /**
642
+ * The deposit to be paid to run a on-demand parachain.
643
+ * This should include the cost for storing the genesis head and validation code.
644
+ **/
645
+ paraDeposit: u128 & AugmentedConst<ApiType>;
646
+ /**
647
+ * Generic const
648
+ **/
649
+ [key: string]: Codec;
650
+ };
651
+ scheduler: {
652
+ /**
653
+ * The maximum weight that may be scheduled per block for any dispatchables.
654
+ **/
655
+ maximumWeight: PezspWeightsWeightV2Weight & AugmentedConst<ApiType>;
656
+ /**
657
+ * The maximum number of scheduled calls in the queue for a single block.
658
+ *
659
+ * NOTE:
660
+ * + Dependent pallets' benchmarks might require a higher limit for the setting. Set a
661
+ * higher limit under `runtime-benchmarks` feature.
662
+ **/
663
+ maxScheduledPerBlock: u32 & AugmentedConst<ApiType>;
664
+ /**
665
+ * Generic const
666
+ **/
667
+ [key: string]: Codec;
668
+ };
669
+ session: {
670
+ /**
671
+ * The amount to be held when setting keys.
672
+ **/
673
+ keyDeposit: u128 & AugmentedConst<ApiType>;
674
+ /**
675
+ * Generic const
676
+ **/
677
+ [key: string]: Codec;
678
+ };
679
+ slots: {
680
+ /**
681
+ * The number of blocks to offset each lease period by.
682
+ **/
683
+ leaseOffset: u32 & AugmentedConst<ApiType>;
684
+ /**
685
+ * The number of blocks over which a single period lasts.
686
+ **/
687
+ leasePeriod: u32 & AugmentedConst<ApiType>;
688
+ /**
689
+ * Generic const
690
+ **/
691
+ [key: string]: Codec;
692
+ };
693
+ society: {
694
+ /**
695
+ * The number of [Config::BlockNumberProvider] blocks between membership challenges.
696
+ **/
697
+ challengePeriod: u32 & AugmentedConst<ApiType>;
698
+ /**
699
+ * The number of [Config::BlockNumberProvider] blocks on which new candidates can claim
700
+ * their membership and be the named head.
701
+ **/
702
+ claimPeriod: u32 & AugmentedConst<ApiType>;
703
+ /**
704
+ * The maximum number of strikes before a member gets funds slashed.
705
+ **/
706
+ graceStrikes: u32 & AugmentedConst<ApiType>;
707
+ /**
708
+ * The maximum number of bids at once.
709
+ **/
710
+ maxBids: u32 & AugmentedConst<ApiType>;
711
+ /**
712
+ * The maximum duration of the payout lock.
713
+ **/
714
+ maxLockDuration: u32 & AugmentedConst<ApiType>;
715
+ /**
716
+ * The maximum number of payouts a member may have waiting unclaimed.
717
+ **/
718
+ maxPayouts: u32 & AugmentedConst<ApiType>;
719
+ /**
720
+ * The societies's pallet id
721
+ **/
722
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
723
+ /**
724
+ * The amount of incentive paid within each period. Doesn't include VoterTip.
725
+ **/
726
+ periodSpend: u128 & AugmentedConst<ApiType>;
727
+ /**
728
+ * The number of [Config::BlockNumberProvider] blocks on which new candidates should be
729
+ * voted on. Together with
730
+ * `ClaimPeriod`, this sums to the number of blocks between candidate intake periods.
731
+ **/
732
+ votingPeriod: u32 & AugmentedConst<ApiType>;
733
+ /**
734
+ * Generic const
735
+ **/
736
+ [key: string]: Codec;
737
+ };
738
+ staking: {
739
+ /**
740
+ * Number of eras that staked funds must remain bonded for.
741
+ **/
742
+ bondingDuration: u32 & AugmentedConst<ApiType>;
743
+ /**
744
+ * Number of eras to keep in history.
745
+ *
746
+ * Following information is kept for eras in `[current_era -
747
+ * HistoryDepth, current_era]`: `ErasStakers`, `ErasStakersClipped`,
748
+ * `ErasValidatorPrefs`, `ErasValidatorReward`, `ErasRewardPoints`,
749
+ * `ErasTotalStake`, `ErasStartSessionIndex`, `ClaimedRewards`, `ErasStakersPaged`,
750
+ * `ErasStakersOverview`.
751
+ *
752
+ * Must be more than the number of eras delayed by session.
753
+ * I.e. active era must always be in history. I.e. `active_era >
754
+ * current_era - history_depth` must be guaranteed.
755
+ *
756
+ * If migrating an existing pallet from storage value to config value,
757
+ * this should be set to same value or greater as in storage.
758
+ *
759
+ * Note: `HistoryDepth` is used as the upper bound for the `BoundedVec`
760
+ * item `StakingLedger.legacy_claimed_rewards`. Setting this value lower than
761
+ * the existing value can lead to inconsistencies in the
762
+ * `StakingLedger` and will need to be handled properly in a migration.
763
+ * The test `reducing_history_depth_abrupt` shows this effect.
764
+ **/
765
+ historyDepth: u32 & AugmentedConst<ApiType>;
766
+ /**
767
+ * The maximum size of each `T::ExposurePage`.
768
+ *
769
+ * An `ExposurePage` is weakly bounded to a maximum of `MaxExposurePageSize`
770
+ * nominators.
771
+ *
772
+ * For older non-paged exposure, a reward payout was restricted to the top
773
+ * `MaxExposurePageSize` nominators. This is to limit the i/o cost for the
774
+ * nominator payout.
775
+ *
776
+ * Note: `MaxExposurePageSize` is used to bound `ClaimedRewards` and is unsafe to reduce
777
+ * without handling it in a migration.
778
+ **/
779
+ maxExposurePageSize: u32 & AugmentedConst<ApiType>;
780
+ /**
781
+ * The maximum number of `unlocking` chunks a [`StakingLedger`] can
782
+ * have. Effectively determines how many unique eras a staker may be
783
+ * unbonding in.
784
+ *
785
+ * Note: `MaxUnlockingChunks` is used as the upper bound for the
786
+ * `BoundedVec` item `StakingLedger.unlocking`. Setting this value
787
+ * lower than the existing value can lead to inconsistencies in the
788
+ * `StakingLedger` and will need to be handled properly in a runtime
789
+ * migration. The test `reducing_max_unlocking_chunks_abrupt` shows
790
+ * this effect.
791
+ **/
792
+ maxUnlockingChunks: u32 & AugmentedConst<ApiType>;
793
+ /**
794
+ * The absolute maximum of winner validators this pallet should return.
795
+ **/
796
+ maxValidatorSet: u32 & AugmentedConst<ApiType>;
797
+ /**
798
+ * Number of sessions per era.
799
+ **/
800
+ sessionsPerEra: u32 & AugmentedConst<ApiType>;
801
+ /**
802
+ * Number of eras that slashes are deferred by, after computation.
803
+ *
804
+ * This should be less than the bonding duration. Set to 0 if slashes
805
+ * should be applied immediately, without opportunity for intervention.
806
+ **/
807
+ slashDeferDuration: u32 & AugmentedConst<ApiType>;
808
+ /**
809
+ * Generic const
810
+ **/
811
+ [key: string]: Codec;
812
+ };
813
+ system: {
814
+ /**
815
+ * Maximum number of block number to block hash mappings to keep (oldest pruned first).
816
+ **/
817
+ blockHashCount: u32 & AugmentedConst<ApiType>;
818
+ /**
819
+ * The maximum length of a block (in bytes).
820
+ **/
821
+ blockLength: PezframeSystemLimitsBlockLength & AugmentedConst<ApiType>;
822
+ /**
823
+ * Block & extrinsics weights: base values and limits.
824
+ **/
825
+ blockWeights: PezframeSystemLimitsBlockWeights & AugmentedConst<ApiType>;
826
+ /**
827
+ * The weight of runtime database operations the runtime can invoke.
828
+ **/
829
+ dbWeight: PezspWeightsRuntimeDbWeight & AugmentedConst<ApiType>;
830
+ /**
831
+ * The designated SS58 prefix of this chain.
832
+ *
833
+ * This replaces the "ss58Format" property declared in the chain spec. Reason is
834
+ * that the runtime should know about the prefix in order to make use of it as
835
+ * an identifier of the chain.
836
+ **/
837
+ ss58Prefix: u16 & AugmentedConst<ApiType>;
838
+ /**
839
+ * Get the chain's in-code version.
840
+ **/
841
+ version: PezspVersionRuntimeVersion & AugmentedConst<ApiType>;
842
+ /**
843
+ * Generic const
844
+ **/
845
+ [key: string]: Codec;
846
+ };
847
+ timestamp: {
848
+ /**
849
+ * The minimum period between blocks.
850
+ *
851
+ * Be aware that this is different to the *expected* period that the block production
852
+ * apparatus provides. Your chosen consensus system will generally work with this to
853
+ * determine a sensible block time. For example, in the Aura pallet it will be double this
854
+ * period on default settings.
855
+ **/
856
+ minimumPeriod: u64 & AugmentedConst<ApiType>;
857
+ /**
858
+ * Generic const
859
+ **/
860
+ [key: string]: Codec;
861
+ };
862
+ transactionPayment: {
863
+ /**
864
+ * A fee multiplier for `Operational` extrinsics to compute "virtual tip" to boost their
865
+ * `priority`
866
+ *
867
+ * This value is multiplied by the `final_fee` to obtain a "virtual tip" that is later
868
+ * added to a tip component in regular `priority` calculations.
869
+ * It means that a `Normal` transaction can front-run a similarly-sized `Operational`
870
+ * extrinsic (with no tip), by including a tip value greater than the virtual tip.
871
+ *
872
+ * ```rust,ignore
873
+ * // For `Normal`
874
+ * let priority = priority_calc(tip);
875
+ *
876
+ * // For `Operational`
877
+ * let virtual_tip = (inclusion_fee + tip) * OperationalFeeMultiplier;
878
+ * let priority = priority_calc(tip + virtual_tip);
879
+ * ```
880
+ *
881
+ * Note that since we use `final_fee` the multiplier applies also to the regular `tip`
882
+ * sent with the transaction. So, not only does the transaction get a priority bump based
883
+ * on the `inclusion_fee`, but we also amplify the impact of tips applied to `Operational`
884
+ * transactions.
885
+ **/
886
+ operationalFeeMultiplier: u8 & AugmentedConst<ApiType>;
887
+ /**
888
+ * Generic const
889
+ **/
890
+ [key: string]: Codec;
891
+ };
892
+ treasury: {
893
+ /**
894
+ * Percentage of spare funds (if any) that are burnt per spend period.
895
+ **/
896
+ burn: u32 & AugmentedConst<ApiType>;
897
+ /**
898
+ * DEPRECATED: associated with `spend_local` call and will be removed in May 2025.
899
+ * Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.
900
+ *
901
+ * The maximum number of approvals that can wait in the spending queue.
902
+ *
903
+ * NOTE: This parameter is also used within the Bounties Pallet extension if enabled.
904
+ **/
905
+ maxApprovals: u32 & AugmentedConst<ApiType>;
906
+ /**
907
+ * The treasury's pallet id, used for deriving its sovereign account ID.
908
+ **/
909
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
910
+ /**
911
+ * The period during which an approved treasury spend has to be claimed.
912
+ **/
913
+ payoutPeriod: u32 & AugmentedConst<ApiType>;
914
+ /**
915
+ * Gets this pallet's derived pot account.
916
+ **/
917
+ potAccount: PezspCoreCryptoAccountId32 & AugmentedConst<ApiType>;
918
+ /**
919
+ * Period between successive spends.
920
+ **/
921
+ spendPeriod: u32 & AugmentedConst<ApiType>;
922
+ /**
923
+ * Generic const
924
+ **/
925
+ [key: string]: Codec;
926
+ };
927
+ utility: {
928
+ /**
929
+ * The limit on the number of batched calls.
930
+ **/
931
+ batchedCallsLimit: u32 & AugmentedConst<ApiType>;
932
+ /**
933
+ * Generic const
934
+ **/
935
+ [key: string]: Codec;
936
+ };
937
+ vesting: {
938
+ maxVestingSchedules: u32 & AugmentedConst<ApiType>;
939
+ /**
940
+ * The minimum amount transferred to call `vested_transfer`.
941
+ **/
942
+ minVestedTransfer: u128 & AugmentedConst<ApiType>;
943
+ /**
944
+ * Generic const
945
+ **/
946
+ [key: string]: Codec;
947
+ };
948
+ voterList: {
949
+ /**
950
+ * The list of thresholds separating the various bags.
951
+ *
952
+ * Ids are separated into unsorted bags according to their score. This specifies the
953
+ * thresholds separating the bags. An id's bag is the largest bag for which the id's score
954
+ * is less than or equal to its upper threshold.
955
+ *
956
+ * When ids are iterated, higher bags are iterated completely before lower bags. This means
957
+ * that iteration is _semi-sorted_: ids of higher score tend to come before ids of lower
958
+ * score, but peer ids within a particular bag are sorted in insertion order.
959
+ *
960
+ * # Expressing the constant
961
+ *
962
+ * This constant must be sorted in strictly increasing order. Duplicate items are not
963
+ * permitted.
964
+ *
965
+ * There is an implied upper limit of `Score::MAX`; that value does not need to be
966
+ * specified within the bag. For any two threshold lists, if one ends with
967
+ * `Score::MAX`, the other one does not, and they are otherwise equal, the two
968
+ * lists will behave identically.
969
+ *
970
+ * # Calculation
971
+ *
972
+ * It is recommended to generate the set of thresholds in a geometric series, such that
973
+ * there exists some constant ratio such that `threshold[k + 1] == (threshold[k] *
974
+ * constant_ratio).max(threshold[k] + 1)` for all `k`.
975
+ *
976
+ * The helpers in the `/utils/frame/generate-bags` module can simplify this calculation.
977
+ *
978
+ * # Examples
979
+ *
980
+ * - If `BagThresholds::get().is_empty()`, then all ids are put into the same bag, and
981
+ * iteration is strictly in insertion order.
982
+ * - If `BagThresholds::get().len() == 64`, and the thresholds are determined according to
983
+ * the procedure given above, then the constant ratio is equal to 2.
984
+ * - If `BagThresholds::get().len() == 200`, and the thresholds are determined according to
985
+ * the procedure given above, then the constant ratio is approximately equal to 1.248.
986
+ * - If the threshold list begins `[1, 2, 3, ...]`, then an id with score 0 or 1 will fall
987
+ * into bag 0, an id with score 2 will fall into bag 1, etc.
988
+ *
989
+ * # Migration
990
+ *
991
+ * In the event that this list ever changes, a copy of the old bags list must be retained.
992
+ * With that `List::migrate` can be called, which will perform the appropriate migration.
993
+ **/
994
+ bagThresholds: Vec<u64> & AugmentedConst<ApiType>;
995
+ /**
996
+ * Maximum number of accounts that may be re-bagged automatically in `on_idle`.
997
+ *
998
+ * A value of `0` (obtained by configuring `type MaxAutoRebagPerBlock = ();`) disables
999
+ * the feature.
1000
+ **/
1001
+ maxAutoRebagPerBlock: u32 & AugmentedConst<ApiType>;
1002
+ /**
1003
+ * Generic const
1004
+ **/
1005
+ [key: string]: Codec;
1006
+ };
1007
+ xcmPallet: {
1008
+ /**
1009
+ * The latest supported version that we advertise. Generally just set it to
1010
+ * `pallet_xcm::CurrentXcmVersion`.
1011
+ **/
1012
+ advertisedXcmVersion: u32 & AugmentedConst<ApiType>;
1013
+ /**
1014
+ * The maximum number of local XCM locks that a single account may have.
1015
+ **/
1016
+ maxLockers: u32 & AugmentedConst<ApiType>;
1017
+ /**
1018
+ * The maximum number of consumers a single remote lock may have.
1019
+ **/
1020
+ maxRemoteLockConsumers: u32 & AugmentedConst<ApiType>;
1021
+ /**
1022
+ * This chain's Universal Location.
1023
+ **/
1024
+ universalLocation: StagingXcmV5Junctions & AugmentedConst<ApiType>;
1025
+ /**
1026
+ * Generic const
1027
+ **/
1028
+ [key: string]: Codec;
1029
+ };
1030
+ } // AugmentedConsts
1031
+ } // declare module