@pezkuwi/api-augment 16.5.17 → 16.5.18

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