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