@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,945 @@
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
+ grandpa: {
342
+ /**
343
+ * Max Authorities in use
344
+ **/
345
+ maxAuthorities: u32 & AugmentedConst<ApiType>;
346
+ /**
347
+ * The maximum number of nominators for each validator.
348
+ **/
349
+ maxNominators: u32 & AugmentedConst<ApiType>;
350
+ /**
351
+ * The maximum number of entries to keep in the set id to session index mapping.
352
+ *
353
+ * Since the `SetIdSession` map is only used for validating equivocations this
354
+ * value should relate to the bonding duration of whatever staking system is
355
+ * being used (if any). If equivocation handling is not enabled then this value
356
+ * can be zero.
357
+ **/
358
+ maxSetIdSessionEntries: u64 & AugmentedConst<ApiType>;
359
+ /**
360
+ * Generic const
361
+ **/
362
+ [key: string]: Codec;
363
+ };
364
+ indices: {
365
+ /**
366
+ * The deposit needed for reserving an index.
367
+ **/
368
+ deposit: u128 & AugmentedConst<ApiType>;
369
+ /**
370
+ * Generic const
371
+ **/
372
+ [key: string]: Codec;
373
+ };
374
+ messageQueue: {
375
+ /**
376
+ * The size of the page; this implies the maximum message size which can be sent.
377
+ *
378
+ * A good value depends on the expected message sizes, their weights, the weight that is
379
+ * available for processing them and the maximal needed message size. The maximal message
380
+ * size is slightly lower than this as defined by [`MaxMessageLenOf`].
381
+ **/
382
+ heapSize: u32 & AugmentedConst<ApiType>;
383
+ /**
384
+ * The maximum amount of weight (if any) to be used from remaining weight `on_idle` which
385
+ * should be provided to the message queue for servicing enqueued items `on_idle`.
386
+ * Useful for parachains to process messages at the same block they are received.
387
+ *
388
+ * If `None`, it will not call `ServiceQueues::service_queues` in `on_idle`.
389
+ **/
390
+ idleMaxServiceWeight: Option<PezspWeightsWeightV2Weight> & AugmentedConst<ApiType>;
391
+ /**
392
+ * The maximum number of stale pages (i.e. of overweight messages) allowed before culling
393
+ * can happen. Once there are more stale pages than this, then historical pages may be
394
+ * dropped, even if they contain unprocessed overweight messages.
395
+ **/
396
+ maxStale: u32 & AugmentedConst<ApiType>;
397
+ /**
398
+ * The amount of weight (if any) which should be provided to the message queue for
399
+ * servicing enqueued items `on_initialize`.
400
+ *
401
+ * This may be legitimately `None` in the case that you will call
402
+ * `ServiceQueues::service_queues` manually or set [`Self::IdleMaxServiceWeight`] to have
403
+ * it run in `on_idle`.
404
+ **/
405
+ serviceWeight: Option<PezspWeightsWeightV2Weight> & AugmentedConst<ApiType>;
406
+ /**
407
+ * Generic const
408
+ **/
409
+ [key: string]: Codec;
410
+ };
411
+ multisig: {
412
+ /**
413
+ * The base amount of currency needed to reserve for creating a multisig execution or to
414
+ * store a dispatch call for later.
415
+ *
416
+ * This is held for an additional storage item whose value size is
417
+ * `4 + sizeof((BlockNumber, Balance, AccountId))` bytes and whose key size is
418
+ * `32 + sizeof(AccountId)` bytes.
419
+ **/
420
+ depositBase: u128 & AugmentedConst<ApiType>;
421
+ /**
422
+ * The amount of currency needed per unit threshold when creating a multisig execution.
423
+ *
424
+ * This is held for adding 32 bytes more into a pre-existing storage value.
425
+ **/
426
+ depositFactor: u128 & AugmentedConst<ApiType>;
427
+ /**
428
+ * The maximum amount of signatories allowed in the multisig.
429
+ **/
430
+ maxSignatories: u32 & AugmentedConst<ApiType>;
431
+ /**
432
+ * Generic const
433
+ **/
434
+ [key: string]: Codec;
435
+ };
436
+ nominationPools: {
437
+ /**
438
+ * The maximum pool points-to-balance ratio that an `open` pool can have.
439
+ *
440
+ * This is important in the event slashing takes place and the pool's points-to-balance
441
+ * ratio becomes disproportional.
442
+ *
443
+ * Moreover, this relates to the `RewardCounter` type as well, as the arithmetic operations
444
+ * are a function of number of points, and by setting this value to e.g. 10, you ensure
445
+ * that the total number of points in the system are at most 10 times the total_issuance of
446
+ * the chain, in the absolute worse case.
447
+ *
448
+ * For a value of 10, the threshold would be a pool points-to-balance ratio of 10:1.
449
+ * Such a scenario would also be the equivalent of the pool being 90% slashed.
450
+ **/
451
+ maxPointsToBalance: u8 & AugmentedConst<ApiType>;
452
+ /**
453
+ * The maximum number of simultaneous unbonding chunks that can exist per member.
454
+ **/
455
+ maxUnbonding: u32 & AugmentedConst<ApiType>;
456
+ /**
457
+ * The nomination pool's pallet id.
458
+ **/
459
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
460
+ /**
461
+ * Generic const
462
+ **/
463
+ [key: string]: Codec;
464
+ };
465
+ onDemand: {
466
+ /**
467
+ * The maximum number of blocks some historical revenue
468
+ * information stored for.
469
+ **/
470
+ maxHistoricalRevenue: u32 & AugmentedConst<ApiType>;
471
+ /**
472
+ * Identifier for the internal revenue balance.
473
+ **/
474
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
475
+ /**
476
+ * The default value for the spot traffic multiplier.
477
+ **/
478
+ trafficDefaultValue: u128 & AugmentedConst<ApiType>;
479
+ /**
480
+ * Generic const
481
+ **/
482
+ [key: string]: Codec;
483
+ };
484
+ paras: {
485
+ unsignedPriority: u64 & AugmentedConst<ApiType>;
486
+ /**
487
+ * Generic const
488
+ **/
489
+ [key: string]: Codec;
490
+ };
491
+ proxy: {
492
+ /**
493
+ * The base amount of currency needed to reserve for creating an announcement.
494
+ *
495
+ * This is held when a new storage item holding a `Balance` is created (typically 16
496
+ * bytes).
497
+ **/
498
+ announcementDepositBase: u128 & AugmentedConst<ApiType>;
499
+ /**
500
+ * The amount of currency needed per announcement made.
501
+ *
502
+ * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes)
503
+ * into a pre-existing storage value.
504
+ **/
505
+ announcementDepositFactor: u128 & AugmentedConst<ApiType>;
506
+ /**
507
+ * The maximum amount of time-delayed announcements that are allowed to be pending.
508
+ **/
509
+ maxPending: u32 & AugmentedConst<ApiType>;
510
+ /**
511
+ * The maximum amount of proxies allowed for a single account.
512
+ **/
513
+ maxProxies: u32 & AugmentedConst<ApiType>;
514
+ /**
515
+ * The base amount of currency needed to reserve for creating a proxy.
516
+ *
517
+ * This is held for an additional storage item whose value size is
518
+ * `sizeof(Balance)` bytes and whose key size is `sizeof(AccountId)` bytes.
519
+ **/
520
+ proxyDepositBase: u128 & AugmentedConst<ApiType>;
521
+ /**
522
+ * The amount of currency needed per proxy added.
523
+ *
524
+ * This is held for adding 32 bytes plus an instance of `ProxyType` more into a
525
+ * pre-existing storage value. Thus, when configuring `ProxyDepositFactor` one should take
526
+ * into account `32 + proxy_type.encode().len()` bytes of data.
527
+ **/
528
+ proxyDepositFactor: u128 & AugmentedConst<ApiType>;
529
+ /**
530
+ * Generic const
531
+ **/
532
+ [key: string]: Codec;
533
+ };
534
+ referenda: {
535
+ /**
536
+ * Quantization level for the referendum wakeup scheduler. A higher number will result in
537
+ * fewer storage reads/writes needed for smaller voters, but also result in delays to the
538
+ * automatic referendum status changes. Explicit servicing instructions are unaffected.
539
+ **/
540
+ alarmInterval: u32 & AugmentedConst<ApiType>;
541
+ /**
542
+ * Maximum size of the referendum queue for a single track.
543
+ **/
544
+ maxQueued: u32 & AugmentedConst<ApiType>;
545
+ /**
546
+ * The minimum amount to be used as a deposit for a public referendum proposal.
547
+ **/
548
+ submissionDeposit: u128 & AugmentedConst<ApiType>;
549
+ /**
550
+ * A list of tracks.
551
+ *
552
+ * Note: if the tracks are dynamic, the value in the static metadata might be inaccurate.
553
+ **/
554
+ tracks: Vec<ITuple<[u16, PezpalletReferendaTrackDetails]>> & AugmentedConst<ApiType>;
555
+ /**
556
+ * The number of blocks after submission that a referendum must begin being decided by.
557
+ * Once this passes, then anyone may cancel the referendum.
558
+ **/
559
+ undecidingTimeout: u32 & AugmentedConst<ApiType>;
560
+ /**
561
+ * Generic const
562
+ **/
563
+ [key: string]: Codec;
564
+ };
565
+ registrar: {
566
+ /**
567
+ * The deposit to be paid per byte stored on chain.
568
+ **/
569
+ dataDepositPerByte: u128 & AugmentedConst<ApiType>;
570
+ /**
571
+ * The deposit to be paid to run a on-demand parachain.
572
+ * This should include the cost for storing the genesis head and validation code.
573
+ **/
574
+ paraDeposit: u128 & AugmentedConst<ApiType>;
575
+ /**
576
+ * Generic const
577
+ **/
578
+ [key: string]: Codec;
579
+ };
580
+ scheduler: {
581
+ /**
582
+ * The maximum weight that may be scheduled per block for any dispatchables.
583
+ **/
584
+ maximumWeight: PezspWeightsWeightV2Weight & AugmentedConst<ApiType>;
585
+ /**
586
+ * The maximum number of scheduled calls in the queue for a single block.
587
+ *
588
+ * NOTE:
589
+ * + Dependent pallets' benchmarks might require a higher limit for the setting. Set a
590
+ * higher limit under `runtime-benchmarks` feature.
591
+ **/
592
+ maxScheduledPerBlock: u32 & AugmentedConst<ApiType>;
593
+ /**
594
+ * Generic const
595
+ **/
596
+ [key: string]: Codec;
597
+ };
598
+ session: {
599
+ /**
600
+ * The amount to be held when setting keys.
601
+ **/
602
+ keyDeposit: u128 & AugmentedConst<ApiType>;
603
+ /**
604
+ * Generic const
605
+ **/
606
+ [key: string]: Codec;
607
+ };
608
+ slots: {
609
+ /**
610
+ * The number of blocks to offset each lease period by.
611
+ **/
612
+ leaseOffset: u32 & AugmentedConst<ApiType>;
613
+ /**
614
+ * The number of blocks over which a single period lasts.
615
+ **/
616
+ leasePeriod: u32 & AugmentedConst<ApiType>;
617
+ /**
618
+ * Generic const
619
+ **/
620
+ [key: string]: Codec;
621
+ };
622
+ staking: {
623
+ /**
624
+ * Number of eras that staked funds must remain bonded for.
625
+ **/
626
+ bondingDuration: u32 & AugmentedConst<ApiType>;
627
+ /**
628
+ * Number of eras to keep in history.
629
+ *
630
+ * Following information is kept for eras in `[current_era -
631
+ * HistoryDepth, current_era]`: `ErasStakers`, `ErasStakersClipped`,
632
+ * `ErasValidatorPrefs`, `ErasValidatorReward`, `ErasRewardPoints`,
633
+ * `ErasTotalStake`, `ErasStartSessionIndex`, `ClaimedRewards`, `ErasStakersPaged`,
634
+ * `ErasStakersOverview`.
635
+ *
636
+ * Must be more than the number of eras delayed by session.
637
+ * I.e. active era must always be in history. I.e. `active_era >
638
+ * current_era - history_depth` must be guaranteed.
639
+ *
640
+ * If migrating an existing pallet from storage value to config value,
641
+ * this should be set to same value or greater as in storage.
642
+ *
643
+ * Note: `HistoryDepth` is used as the upper bound for the `BoundedVec`
644
+ * item `StakingLedger.legacy_claimed_rewards`. Setting this value lower than
645
+ * the existing value can lead to inconsistencies in the
646
+ * `StakingLedger` and will need to be handled properly in a migration.
647
+ * The test `reducing_history_depth_abrupt` shows this effect.
648
+ **/
649
+ historyDepth: u32 & AugmentedConst<ApiType>;
650
+ /**
651
+ * The maximum size of each `T::ExposurePage`.
652
+ *
653
+ * An `ExposurePage` is weakly bounded to a maximum of `MaxExposurePageSize`
654
+ * nominators.
655
+ *
656
+ * For older non-paged exposure, a reward payout was restricted to the top
657
+ * `MaxExposurePageSize` nominators. This is to limit the i/o cost for the
658
+ * nominator payout.
659
+ *
660
+ * Note: `MaxExposurePageSize` is used to bound `ClaimedRewards` and is unsafe to reduce
661
+ * without handling it in a migration.
662
+ **/
663
+ maxExposurePageSize: u32 & AugmentedConst<ApiType>;
664
+ /**
665
+ * The maximum number of `unlocking` chunks a [`StakingLedger`] can
666
+ * have. Effectively determines how many unique eras a staker may be
667
+ * unbonding in.
668
+ *
669
+ * Note: `MaxUnlockingChunks` is used as the upper bound for the
670
+ * `BoundedVec` item `StakingLedger.unlocking`. Setting this value
671
+ * lower than the existing value can lead to inconsistencies in the
672
+ * `StakingLedger` and will need to be handled properly in a runtime
673
+ * migration. The test `reducing_max_unlocking_chunks_abrupt` shows
674
+ * this effect.
675
+ **/
676
+ maxUnlockingChunks: u32 & AugmentedConst<ApiType>;
677
+ /**
678
+ * The absolute maximum of winner validators this pallet should return.
679
+ **/
680
+ maxValidatorSet: u32 & AugmentedConst<ApiType>;
681
+ /**
682
+ * Number of sessions per era.
683
+ **/
684
+ sessionsPerEra: u32 & AugmentedConst<ApiType>;
685
+ /**
686
+ * Number of eras that slashes are deferred by, after computation.
687
+ *
688
+ * This should be less than the bonding duration. Set to 0 if slashes
689
+ * should be applied immediately, without opportunity for intervention.
690
+ **/
691
+ slashDeferDuration: u32 & AugmentedConst<ApiType>;
692
+ /**
693
+ * Generic const
694
+ **/
695
+ [key: string]: Codec;
696
+ };
697
+ stateTrieMigration: {
698
+ /**
699
+ * Maximal number of bytes that a key can have.
700
+ *
701
+ * FRAME itself does not limit the key length.
702
+ * The concrete value must therefore depend on your storage usage.
703
+ * A [`frame_support::storage::StorageNMap`] for example can have an arbitrary number of
704
+ * keys which are then hashed and concatenated, resulting in arbitrarily long keys.
705
+ *
706
+ * Use the *state migration RPC* to retrieve the length of the longest key in your
707
+ * storage: <https://github.com/paritytech/substrate/issues/11642>
708
+ *
709
+ * The migration will halt with a `Halted` event if this value is too small.
710
+ * Since there is no real penalty from over-estimating, it is advised to use a large
711
+ * value. The default is 512 byte.
712
+ *
713
+ * Some key lengths for reference:
714
+ * - [`frame_support::storage::StorageValue`]: 32 byte
715
+ * - [`frame_support::storage::StorageMap`]: 64 byte
716
+ * - [`frame_support::storage::StorageDoubleMap`]: 96 byte
717
+ *
718
+ * For more info see
719
+ * <https://www.shawntabrizi.com/blog/substrate/querying-substrate-storage-via-rpc/>
720
+ **/
721
+ maxKeyLen: u32 & AugmentedConst<ApiType>;
722
+ /**
723
+ * Generic const
724
+ **/
725
+ [key: string]: Codec;
726
+ };
727
+ system: {
728
+ /**
729
+ * Maximum number of block number to block hash mappings to keep (oldest pruned first).
730
+ **/
731
+ blockHashCount: u32 & AugmentedConst<ApiType>;
732
+ /**
733
+ * The maximum length of a block (in bytes).
734
+ **/
735
+ blockLength: PezframeSystemLimitsBlockLength & AugmentedConst<ApiType>;
736
+ /**
737
+ * Block & extrinsics weights: base values and limits.
738
+ **/
739
+ blockWeights: PezframeSystemLimitsBlockWeights & AugmentedConst<ApiType>;
740
+ /**
741
+ * The weight of runtime database operations the runtime can invoke.
742
+ **/
743
+ dbWeight: PezspWeightsRuntimeDbWeight & AugmentedConst<ApiType>;
744
+ /**
745
+ * The designated SS58 prefix of this chain.
746
+ *
747
+ * This replaces the "ss58Format" property declared in the chain spec. Reason is
748
+ * that the runtime should know about the prefix in order to make use of it as
749
+ * an identifier of the chain.
750
+ **/
751
+ ss58Prefix: u16 & AugmentedConst<ApiType>;
752
+ /**
753
+ * Get the chain's in-code version.
754
+ **/
755
+ version: PezspVersionRuntimeVersion & AugmentedConst<ApiType>;
756
+ /**
757
+ * Generic const
758
+ **/
759
+ [key: string]: Codec;
760
+ };
761
+ timestamp: {
762
+ /**
763
+ * The minimum period between blocks.
764
+ *
765
+ * Be aware that this is different to the *expected* period that the block production
766
+ * apparatus provides. Your chosen consensus system will generally work with this to
767
+ * determine a sensible block time. For example, in the Aura pallet it will be double this
768
+ * period on default settings.
769
+ **/
770
+ minimumPeriod: u64 & AugmentedConst<ApiType>;
771
+ /**
772
+ * Generic const
773
+ **/
774
+ [key: string]: Codec;
775
+ };
776
+ transactionPayment: {
777
+ /**
778
+ * A fee multiplier for `Operational` extrinsics to compute "virtual tip" to boost their
779
+ * `priority`
780
+ *
781
+ * This value is multiplied by the `final_fee` to obtain a "virtual tip" that is later
782
+ * added to a tip component in regular `priority` calculations.
783
+ * It means that a `Normal` transaction can front-run a similarly-sized `Operational`
784
+ * extrinsic (with no tip), by including a tip value greater than the virtual tip.
785
+ *
786
+ * ```rust,ignore
787
+ * // For `Normal`
788
+ * let priority = priority_calc(tip);
789
+ *
790
+ * // For `Operational`
791
+ * let virtual_tip = (inclusion_fee + tip) * OperationalFeeMultiplier;
792
+ * let priority = priority_calc(tip + virtual_tip);
793
+ * ```
794
+ *
795
+ * Note that since we use `final_fee` the multiplier applies also to the regular `tip`
796
+ * sent with the transaction. So, not only does the transaction get a priority bump based
797
+ * on the `inclusion_fee`, but we also amplify the impact of tips applied to `Operational`
798
+ * transactions.
799
+ **/
800
+ operationalFeeMultiplier: u8 & AugmentedConst<ApiType>;
801
+ /**
802
+ * Generic const
803
+ **/
804
+ [key: string]: Codec;
805
+ };
806
+ treasury: {
807
+ /**
808
+ * Percentage of spare funds (if any) that are burnt per spend period.
809
+ **/
810
+ burn: u32 & AugmentedConst<ApiType>;
811
+ /**
812
+ * DEPRECATED: associated with `spend_local` call and will be removed in May 2025.
813
+ * Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.
814
+ *
815
+ * The maximum number of approvals that can wait in the spending queue.
816
+ *
817
+ * NOTE: This parameter is also used within the Bounties Pallet extension if enabled.
818
+ **/
819
+ maxApprovals: u32 & AugmentedConst<ApiType>;
820
+ /**
821
+ * The treasury's pallet id, used for deriving its sovereign account ID.
822
+ **/
823
+ palletId: PezframeSupportPezpalletId & AugmentedConst<ApiType>;
824
+ /**
825
+ * The period during which an approved treasury spend has to be claimed.
826
+ **/
827
+ payoutPeriod: u32 & AugmentedConst<ApiType>;
828
+ /**
829
+ * Gets this pallet's derived pot account.
830
+ **/
831
+ potAccount: PezspCoreCryptoAccountId32 & AugmentedConst<ApiType>;
832
+ /**
833
+ * Period between successive spends.
834
+ **/
835
+ spendPeriod: u32 & AugmentedConst<ApiType>;
836
+ /**
837
+ * Generic const
838
+ **/
839
+ [key: string]: Codec;
840
+ };
841
+ utility: {
842
+ /**
843
+ * The limit on the number of batched calls.
844
+ **/
845
+ batchedCallsLimit: u32 & AugmentedConst<ApiType>;
846
+ /**
847
+ * Generic const
848
+ **/
849
+ [key: string]: Codec;
850
+ };
851
+ vesting: {
852
+ maxVestingSchedules: u32 & AugmentedConst<ApiType>;
853
+ /**
854
+ * The minimum amount transferred to call `vested_transfer`.
855
+ **/
856
+ minVestedTransfer: u128 & AugmentedConst<ApiType>;
857
+ /**
858
+ * Generic const
859
+ **/
860
+ [key: string]: Codec;
861
+ };
862
+ voterList: {
863
+ /**
864
+ * The list of thresholds separating the various bags.
865
+ *
866
+ * Ids are separated into unsorted bags according to their score. This specifies the
867
+ * thresholds separating the bags. An id's bag is the largest bag for which the id's score
868
+ * is less than or equal to its upper threshold.
869
+ *
870
+ * When ids are iterated, higher bags are iterated completely before lower bags. This means
871
+ * that iteration is _semi-sorted_: ids of higher score tend to come before ids of lower
872
+ * score, but peer ids within a particular bag are sorted in insertion order.
873
+ *
874
+ * # Expressing the constant
875
+ *
876
+ * This constant must be sorted in strictly increasing order. Duplicate items are not
877
+ * permitted.
878
+ *
879
+ * There is an implied upper limit of `Score::MAX`; that value does not need to be
880
+ * specified within the bag. For any two threshold lists, if one ends with
881
+ * `Score::MAX`, the other one does not, and they are otherwise equal, the two
882
+ * lists will behave identically.
883
+ *
884
+ * # Calculation
885
+ *
886
+ * It is recommended to generate the set of thresholds in a geometric series, such that
887
+ * there exists some constant ratio such that `threshold[k + 1] == (threshold[k] *
888
+ * constant_ratio).max(threshold[k] + 1)` for all `k`.
889
+ *
890
+ * The helpers in the `/utils/frame/generate-bags` module can simplify this calculation.
891
+ *
892
+ * # Examples
893
+ *
894
+ * - If `BagThresholds::get().is_empty()`, then all ids are put into the same bag, and
895
+ * iteration is strictly in insertion order.
896
+ * - If `BagThresholds::get().len() == 64`, and the thresholds are determined according to
897
+ * the procedure given above, then the constant ratio is equal to 2.
898
+ * - If `BagThresholds::get().len() == 200`, and the thresholds are determined according to
899
+ * the procedure given above, then the constant ratio is approximately equal to 1.248.
900
+ * - If the threshold list begins `[1, 2, 3, ...]`, then an id with score 0 or 1 will fall
901
+ * into bag 0, an id with score 2 will fall into bag 1, etc.
902
+ *
903
+ * # Migration
904
+ *
905
+ * In the event that this list ever changes, a copy of the old bags list must be retained.
906
+ * With that `List::migrate` can be called, which will perform the appropriate migration.
907
+ **/
908
+ bagThresholds: Vec<u64> & AugmentedConst<ApiType>;
909
+ /**
910
+ * Maximum number of accounts that may be re-bagged automatically in `on_idle`.
911
+ *
912
+ * A value of `0` (obtained by configuring `type MaxAutoRebagPerBlock = ();`) disables
913
+ * the feature.
914
+ **/
915
+ maxAutoRebagPerBlock: u32 & AugmentedConst<ApiType>;
916
+ /**
917
+ * Generic const
918
+ **/
919
+ [key: string]: Codec;
920
+ };
921
+ xcmPallet: {
922
+ /**
923
+ * The latest supported version that we advertise. Generally just set it to
924
+ * `pallet_xcm::CurrentXcmVersion`.
925
+ **/
926
+ advertisedXcmVersion: u32 & AugmentedConst<ApiType>;
927
+ /**
928
+ * The maximum number of local XCM locks that a single account may have.
929
+ **/
930
+ maxLockers: u32 & AugmentedConst<ApiType>;
931
+ /**
932
+ * The maximum number of consumers a single remote lock may have.
933
+ **/
934
+ maxRemoteLockConsumers: u32 & AugmentedConst<ApiType>;
935
+ /**
936
+ * This chain's Universal Location.
937
+ **/
938
+ universalLocation: StagingXcmV5Junctions & AugmentedConst<ApiType>;
939
+ /**
940
+ * Generic const
941
+ **/
942
+ [key: string]: Codec;
943
+ };
944
+ } // AugmentedConsts
945
+ } // declare module