@pezkuwi/api-augment 16.5.17 → 16.5.19

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,4239 @@
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/submittable';
7
+
8
+ import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@pezkuwi/api-base/types';
9
+ import type { Bytes, Compact, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec';
10
+ import type { AnyNumber, IMethod, ITuple } from '@pezkuwi/types-codec/types';
11
+ import type { AccountId32, H256, MultiAddress, Perbill, Percent, RuntimeCall } from '@pezkuwi/types/interfaces/runtime';
12
+ import type { PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime, PezkuwiPrimitivesV8ApprovalVotingParams, PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams, PezkuwiPrimitivesV8ExecutorParams, PezkuwiPrimitivesV8PvfCheckStatement, PezkuwiPrimitivesV8SchedulerParams, PezkuwiPrimitivesV8ValidatorAppSignature, PezkuwiPrimitivesVstagingDisputeProof, PezkuwiPrimitivesVstagingInherentData, PezkuwiRuntimeCommonClaimsEcdsaSignature, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeConstantsProxyProxyType, PezkuwiRuntimeOriginCaller, PezkuwiRuntimeSessionKeys, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBalancesAdjustmentDirection, PezpalletBrokerCoretimeInterfaceCoreAssignment, PezpalletConvictionVotingConviction, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiPhaseRawSolution, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletMultisigTimepoint, PezpalletNominationPoolsBondExtra, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpPerbill, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsPoolState, PezpalletRcMigratorManagerMultisigVote, PezpalletRcMigratorMigrationSettings, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletStakingAsyncAhClientOperatingMode, PezpalletStakingAsyncRcClientValidatorSetReport, PezpalletStakingPezpalletConfigOpPerbill, PezpalletStakingPezpalletConfigOpPercent, PezpalletStakingPezpalletConfigOpU128, PezpalletStakingPezpalletConfigOpU32, PezpalletStakingRewardDestination, PezpalletStakingUnlockChunk, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletStateTrieMigrationProgress, PezpalletVestingVestingInfo, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyForkVotingProofAncestryProof, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspNposElectionsElectionScore, PezspNposElectionsSupport, PezspRuntimeMultiSignature, PezspRuntimeMultiSigner, PezspSessionMembershipProof, PezspWeightsWeightV2Weight, StagingXcmExecutorAssetTransferTransferType, StagingXcmV5Location, StagingXcmV5Response, XcmV3WeightLimit, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup';
13
+
14
+ export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
15
+ export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;
16
+ export type __SubmittableExtrinsicFunction<ApiType extends ApiTypes> = SubmittableExtrinsicFunction<ApiType>;
17
+
18
+ declare module '@pezkuwi/api-base/types/submittable' {
19
+ interface AugmentedSubmittables<ApiType extends ApiTypes> {
20
+ assetRate: {
21
+ /**
22
+ * Initialize a conversion rate to native balance for the given asset.
23
+ *
24
+ * ## Complexity
25
+ * - O(1)
26
+ **/
27
+ create: AugmentedSubmittable<(assetKind: PezkuwiRuntimeCommonImplsVersionedLocatableAsset, rate: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezkuwiRuntimeCommonImplsVersionedLocatableAsset, u128]>;
28
+ /**
29
+ * Remove an existing conversion rate to native balance for the given asset.
30
+ *
31
+ * ## Complexity
32
+ * - O(1)
33
+ **/
34
+ remove: AugmentedSubmittable<(assetKind: PezkuwiRuntimeCommonImplsVersionedLocatableAsset) => SubmittableExtrinsic<ApiType>, [PezkuwiRuntimeCommonImplsVersionedLocatableAsset]>;
35
+ /**
36
+ * Update the conversion rate to native balance for the given asset.
37
+ *
38
+ * ## Complexity
39
+ * - O(1)
40
+ **/
41
+ update: AugmentedSubmittable<(assetKind: PezkuwiRuntimeCommonImplsVersionedLocatableAsset, rate: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezkuwiRuntimeCommonImplsVersionedLocatableAsset, u128]>;
42
+ /**
43
+ * Generic tx
44
+ **/
45
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
46
+ };
47
+ auctions: {
48
+ /**
49
+ * Make a new bid from an account (including a parachain account) for deploying a new
50
+ * parachain.
51
+ *
52
+ * Multiple simultaneous bids from the same bidder are allowed only as long as all active
53
+ * bids overlap each other (i.e. are mutually exclusive). Bids cannot be redacted.
54
+ *
55
+ * - `sub` is the sub-bidder ID, allowing for multiple competing bids to be made by (and
56
+ * funded by) the same account.
57
+ * - `auction_index` is the index of the auction to bid on. Should just be the present
58
+ * value of `AuctionCounter`.
59
+ * - `first_slot` is the first lease period index of the range to bid on. This is the
60
+ * absolute lease period index value, not an auction-specific offset.
61
+ * - `last_slot` is the last lease period index of the range to bid on. This is the
62
+ * absolute lease period index value, not an auction-specific offset.
63
+ * - `amount` is the amount to bid to be held as deposit for the parachain should the
64
+ * bid win. This amount is held throughout the range.
65
+ **/
66
+ bid: AugmentedSubmittable<(para: Compact<u32> | AnyNumber | Uint8Array, auctionIndex: Compact<u32> | AnyNumber | Uint8Array, firstSlot: Compact<u32> | AnyNumber | Uint8Array, lastSlot: Compact<u32> | AnyNumber | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>, Compact<u32>, Compact<u32>, Compact<u128>]>;
67
+ /**
68
+ * Cancel an in-progress auction.
69
+ *
70
+ * Can only be called by Root origin.
71
+ **/
72
+ cancelAuction: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
73
+ /**
74
+ * Create a new auction.
75
+ *
76
+ * This can only happen when there isn't already an auction in progress and may only be
77
+ * called by the root origin. Accepts the `duration` of this auction and the
78
+ * `lease_period_index` of the initial lease period of the four that are to be auctioned.
79
+ **/
80
+ newAuction: AugmentedSubmittable<(duration: Compact<u32> | AnyNumber | Uint8Array, leasePeriodIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>]>;
81
+ /**
82
+ * Generic tx
83
+ **/
84
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
85
+ };
86
+ babe: {
87
+ /**
88
+ * Plan an epoch config change. The epoch config change is recorded and will be enacted on
89
+ * the next call to `enact_epoch_change`. The config will be activated one epoch after.
90
+ * Multiple calls to this method will replace any existing planned config change that had
91
+ * not been enacted yet.
92
+ **/
93
+ planConfigChange: AugmentedSubmittable<(config: PezspConsensusBabeDigestsNextConfigDescriptor) => SubmittableExtrinsic<ApiType>, [PezspConsensusBabeDigestsNextConfigDescriptor]>;
94
+ /**
95
+ * Report authority equivocation/misbehavior. This method will verify
96
+ * the equivocation proof and validate the given key ownership proof
97
+ * against the extracted offender. If both are valid, the offence will
98
+ * be reported.
99
+ **/
100
+ reportEquivocation: AugmentedSubmittable<(equivocationProof: PezspConsensusSlotsEquivocationProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusSlotsEquivocationProof, PezspSessionMembershipProof]>;
101
+ /**
102
+ * Report authority equivocation/misbehavior. This method will verify
103
+ * the equivocation proof and validate the given key ownership proof
104
+ * against the extracted offender. If both are valid, the offence will
105
+ * be reported.
106
+ * This extrinsic must be called unsigned and it is expected that only
107
+ * block authors will call it (validated in `ValidateUnsigned`), as such
108
+ * if the block author is defined it will be defined as the equivocation
109
+ * reporter.
110
+ **/
111
+ reportEquivocationUnsigned: AugmentedSubmittable<(equivocationProof: PezspConsensusSlotsEquivocationProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusSlotsEquivocationProof, PezspSessionMembershipProof]>;
112
+ /**
113
+ * Generic tx
114
+ **/
115
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
116
+ };
117
+ balances: {
118
+ /**
119
+ * Burn the specified liquid free balance from the origin account.
120
+ *
121
+ * If the origin's account ends up below the existential deposit as a result
122
+ * of the burn and `keep_alive` is false, the account will be reaped.
123
+ *
124
+ * Unlike sending funds to a _burn_ address, which merely makes the funds inaccessible,
125
+ * this `burn` operation will reduce total issuance by the amount _burned_.
126
+ **/
127
+ burn: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, bool]>;
128
+ /**
129
+ * Adjust the total issuance in a saturating way.
130
+ *
131
+ * Can only be called by root and always needs a positive `delta`.
132
+ *
133
+ * # Example
134
+ **/
135
+ forceAdjustTotalIssuance: AugmentedSubmittable<(direction: PezpalletBalancesAdjustmentDirection, delta: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezpalletBalancesAdjustmentDirection, Compact<u128>]>;
136
+ /**
137
+ * Set the regular balance of a given account.
138
+ *
139
+ * The dispatch origin for this call is `root`.
140
+ **/
141
+ forceSetBalance: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, newFree: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
142
+ /**
143
+ * Exactly as `transfer_allow_death`, except the origin must be root and the source account
144
+ * may be specified.
145
+ **/
146
+ forceTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, Compact<u128>]>;
147
+ /**
148
+ * Unreserve some balance from a user by force.
149
+ *
150
+ * Can only be called by ROOT.
151
+ **/
152
+ forceUnreserve: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u128]>;
153
+ /**
154
+ * Transfer the entire transferable balance from the caller account.
155
+ *
156
+ * NOTE: This function only attempts to transfer _transferable_ balances. This means that
157
+ * any locked, reserved, or existential deposits (when `keep_alive` is `true`), will not be
158
+ * transferred by this function. To ensure that this function results in a killed account,
159
+ * you might need to prepare the account by removing any reference counters, storage
160
+ * deposits, etc...
161
+ *
162
+ * The dispatch origin of this call must be Signed.
163
+ *
164
+ * - `dest`: The recipient of the transfer.
165
+ * - `keep_alive`: A boolean to determine if the `transfer_all` operation should send all
166
+ * of the funds the account has, causing the sender account to be killed (false), or
167
+ * transfer everything except at least the existential deposit, which will guarantee to
168
+ * keep the sender account alive (true).
169
+ **/
170
+ transferAll: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, bool]>;
171
+ /**
172
+ * Transfer some liquid free balance to another account.
173
+ *
174
+ * `transfer_allow_death` will set the `FreeBalance` of the sender and receiver.
175
+ * If the sender's account is below the existential deposit as a result
176
+ * of the transfer, the account will be reaped.
177
+ *
178
+ * The dispatch origin for this call must be `Signed` by the transactor.
179
+ **/
180
+ transferAllowDeath: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
181
+ /**
182
+ * Same as the [`transfer_allow_death`] call, but with a check that the transfer will not
183
+ * kill the origin account.
184
+ *
185
+ * 99% of the time you want [`transfer_allow_death`] instead.
186
+ *
187
+ * [`transfer_allow_death`]: struct.Pallet.html#method.transfer
188
+ **/
189
+ transferKeepAlive: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
190
+ /**
191
+ * Upgrade a specified account.
192
+ *
193
+ * - `origin`: Must be `Signed`.
194
+ * - `who`: The account to be upgraded.
195
+ *
196
+ * This will waive the transaction fee if at least all but 10% of the accounts needed to
197
+ * be upgraded. (We let some not have to be upgraded just in order to allow for the
198
+ * possibility of churn).
199
+ **/
200
+ upgradeAccounts: AugmentedSubmittable<(who: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>]>;
201
+ /**
202
+ * Generic tx
203
+ **/
204
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
205
+ };
206
+ beefy: {
207
+ /**
208
+ * Report voter equivocation/misbehavior. This method will verify the
209
+ * equivocation proof and validate the given key ownership proof
210
+ * against the extracted offender. If both are valid, the offence
211
+ * will be reported.
212
+ **/
213
+ reportDoubleVoting: AugmentedSubmittable<(equivocationProof: PezspConsensusBeefyDoubleVotingProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusBeefyDoubleVotingProof, PezspSessionMembershipProof]>;
214
+ /**
215
+ * Report voter equivocation/misbehavior. This method will verify the
216
+ * equivocation proof and validate the given key ownership proof
217
+ * against the extracted offender. If both are valid, the offence
218
+ * will be reported.
219
+ *
220
+ * This extrinsic must be called unsigned and it is expected that only
221
+ * block authors will call it (validated in `ValidateUnsigned`), as such
222
+ * if the block author is defined it will be defined as the equivocation
223
+ * reporter.
224
+ **/
225
+ reportDoubleVotingUnsigned: AugmentedSubmittable<(equivocationProof: PezspConsensusBeefyDoubleVotingProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusBeefyDoubleVotingProof, PezspSessionMembershipProof]>;
226
+ /**
227
+ * Report fork voting equivocation. This method will verify the equivocation proof
228
+ * and validate the given key ownership proof against the extracted offender.
229
+ * If both are valid, the offence will be reported.
230
+ **/
231
+ reportForkVoting: AugmentedSubmittable<(equivocationProof: PezspConsensusBeefyForkVotingProofAncestryProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusBeefyForkVotingProofAncestryProof, PezspSessionMembershipProof]>;
232
+ /**
233
+ * Report fork voting equivocation. This method will verify the equivocation proof
234
+ * and validate the given key ownership proof against the extracted offender.
235
+ * If both are valid, the offence will be reported.
236
+ *
237
+ * This extrinsic must be called unsigned and it is expected that only
238
+ * block authors will call it (validated in `ValidateUnsigned`), as such
239
+ * if the block author is defined it will be defined as the equivocation
240
+ * reporter.
241
+ **/
242
+ reportForkVotingUnsigned: AugmentedSubmittable<(equivocationProof: PezspConsensusBeefyForkVotingProofAncestryProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusBeefyForkVotingProofAncestryProof, PezspSessionMembershipProof]>;
243
+ /**
244
+ * Report future block voting equivocation. This method will verify the equivocation proof
245
+ * and validate the given key ownership proof against the extracted offender.
246
+ * If both are valid, the offence will be reported.
247
+ **/
248
+ reportFutureBlockVoting: AugmentedSubmittable<(equivocationProof: PezspConsensusBeefyFutureBlockVotingProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusBeefyFutureBlockVotingProof, PezspSessionMembershipProof]>;
249
+ /**
250
+ * Report future block voting equivocation. This method will verify the equivocation proof
251
+ * and validate the given key ownership proof against the extracted offender.
252
+ * If both are valid, the offence will be reported.
253
+ *
254
+ * This extrinsic must be called unsigned and it is expected that only
255
+ * block authors will call it (validated in `ValidateUnsigned`), as such
256
+ * if the block author is defined it will be defined as the equivocation
257
+ * reporter.
258
+ **/
259
+ reportFutureBlockVotingUnsigned: AugmentedSubmittable<(equivocationProof: PezspConsensusBeefyFutureBlockVotingProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusBeefyFutureBlockVotingProof, PezspSessionMembershipProof]>;
260
+ /**
261
+ * Reset BEEFY consensus by setting a new BEEFY genesis at `delay_in_blocks` blocks in the
262
+ * future.
263
+ *
264
+ * Note: `delay_in_blocks` has to be at least 1.
265
+ **/
266
+ setNewGenesis: AugmentedSubmittable<(delayInBlocks: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
267
+ /**
268
+ * Generic tx
269
+ **/
270
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
271
+ };
272
+ bounties: {
273
+ /**
274
+ * Accept the curator role for a bounty.
275
+ * A deposit will be reserved from curator and refund upon successful payout.
276
+ *
277
+ * May only be called from the curator.
278
+ *
279
+ * ## Complexity
280
+ * - O(1).
281
+ **/
282
+ acceptCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
283
+ /**
284
+ * Approve a bounty proposal. At a later time, the bounty will be funded and become active
285
+ * and the original deposit will be returned.
286
+ *
287
+ * May only be called from `T::SpendOrigin`.
288
+ *
289
+ * ## Complexity
290
+ * - O(1).
291
+ **/
292
+ approveBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
293
+ /**
294
+ * Approve bountry and propose a curator simultaneously.
295
+ * This call is a shortcut to calling `approve_bounty` and `propose_curator` separately.
296
+ *
297
+ * May only be called from `T::SpendOrigin`.
298
+ *
299
+ * - `bounty_id`: Bounty ID to approve.
300
+ * - `curator`: The curator account whom will manage this bounty.
301
+ * - `fee`: The curator fee.
302
+ *
303
+ * ## Complexity
304
+ * - O(1).
305
+ **/
306
+ approveBountyWithCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress, Compact<u128>]>;
307
+ /**
308
+ * Award bounty to a beneficiary account. The beneficiary will be able to claim the funds
309
+ * after a delay.
310
+ *
311
+ * The dispatch origin for this call must be the curator of this bounty.
312
+ *
313
+ * - `bounty_id`: Bounty ID to award.
314
+ * - `beneficiary`: The beneficiary account whom will receive the payout.
315
+ *
316
+ * ## Complexity
317
+ * - O(1).
318
+ **/
319
+ awardBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress]>;
320
+ /**
321
+ * Claim the payout from an awarded bounty after payout delay.
322
+ *
323
+ * The dispatch origin for this call must be the beneficiary of this bounty.
324
+ *
325
+ * - `bounty_id`: Bounty ID to claim.
326
+ *
327
+ * ## Complexity
328
+ * - O(1).
329
+ **/
330
+ claimBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
331
+ /**
332
+ * Cancel a proposed or active bounty. All the funds will be sent to treasury and
333
+ * the curator deposit will be unreserved if possible.
334
+ *
335
+ * Only `T::RejectOrigin` is able to cancel a bounty.
336
+ *
337
+ * - `bounty_id`: Bounty ID to cancel.
338
+ *
339
+ * ## Complexity
340
+ * - O(1).
341
+ **/
342
+ closeBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
343
+ /**
344
+ * Extend the expiry time of an active bounty.
345
+ *
346
+ * The dispatch origin for this call must be the curator of this bounty.
347
+ *
348
+ * - `bounty_id`: Bounty ID to extend.
349
+ * - `remark`: additional information.
350
+ *
351
+ * ## Complexity
352
+ * - O(1).
353
+ **/
354
+ extendBountyExpiry: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Bytes]>;
355
+ /**
356
+ * Poke the deposit reserved for creating a bounty proposal.
357
+ *
358
+ * This can be used by accounts to update their reserved amount.
359
+ *
360
+ * The dispatch origin for this call must be _Signed_.
361
+ *
362
+ * Parameters:
363
+ * - `bounty_id`: The bounty id for which to adjust the deposit.
364
+ *
365
+ * If the deposit is updated, the difference will be reserved/unreserved from the
366
+ * proposer's account.
367
+ *
368
+ * The transaction is made free if the deposit is updated and paid otherwise.
369
+ *
370
+ * Emits `DepositPoked` if the deposit is updated.
371
+ **/
372
+ pokeDeposit: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
373
+ /**
374
+ * Propose a new bounty.
375
+ *
376
+ * The dispatch origin for this call must be _Signed_.
377
+ *
378
+ * Payment: `TipReportDepositBase` will be reserved from the origin account, as well as
379
+ * `DataDepositPerByte` for each byte in `reason`. It will be unreserved upon approval,
380
+ * or slashed when rejected.
381
+ *
382
+ * - `curator`: The curator account whom will manage this bounty.
383
+ * - `fee`: The curator fee.
384
+ * - `value`: The total payment amount of this bounty, curator fee included.
385
+ * - `description`: The description of this bounty.
386
+ **/
387
+ proposeBounty: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, description: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, Bytes]>;
388
+ /**
389
+ * Propose a curator to a funded bounty.
390
+ *
391
+ * May only be called from `T::SpendOrigin`.
392
+ *
393
+ * ## Complexity
394
+ * - O(1).
395
+ **/
396
+ proposeCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress, Compact<u128>]>;
397
+ /**
398
+ * Unassign curator from a bounty.
399
+ *
400
+ * This function can only be called by the `RejectOrigin` a signed origin.
401
+ *
402
+ * If this function is called by the `RejectOrigin`, we assume that the curator is
403
+ * malicious or inactive. As a result, we will slash the curator when possible.
404
+ *
405
+ * If the origin is the curator, we take this as a sign they are unable to do their job and
406
+ * they willingly give up. We could slash them, but for now we allow them to recover their
407
+ * deposit and exit without issue. (We may want to change this if it is abused.)
408
+ *
409
+ * Finally, the origin can be anyone if and only if the curator is "inactive". This allows
410
+ * anyone in the community to call out that a curator is not doing their due diligence, and
411
+ * we should pick a new curator. In this case the curator should also be slashed.
412
+ *
413
+ * ## Complexity
414
+ * - O(1).
415
+ **/
416
+ unassignCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
417
+ /**
418
+ * Generic tx
419
+ **/
420
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
421
+ };
422
+ childBounties: {
423
+ /**
424
+ * Accept the curator role for the child-bounty.
425
+ *
426
+ * The dispatch origin for this call must be the curator of this
427
+ * child-bounty.
428
+ *
429
+ * A deposit will be reserved from the curator and refund upon
430
+ * successful payout or cancellation.
431
+ *
432
+ * Fee for curator is deducted from curator fee of parent bounty.
433
+ *
434
+ * Parent bounty must be in active state, for this child-bounty call to
435
+ * work.
436
+ *
437
+ * Child-bounty must be in "CuratorProposed" state, for processing the
438
+ * call. And state of child-bounty is moved to "Active" on successful
439
+ * call completion.
440
+ *
441
+ * - `parent_bounty_id`: Index of parent bounty.
442
+ * - `child_bounty_id`: Index of child bounty.
443
+ **/
444
+ acceptCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>]>;
445
+ /**
446
+ * Add a new child-bounty.
447
+ *
448
+ * The dispatch origin for this call must be the curator of parent
449
+ * bounty and the parent bounty must be in "active" state.
450
+ *
451
+ * Child-bounty gets added successfully & fund gets transferred from
452
+ * parent bounty to child-bounty account, if parent bounty has enough
453
+ * funds, else the call fails.
454
+ *
455
+ * Upper bound to maximum number of active child bounties that can be
456
+ * added are managed via runtime trait config
457
+ * [`Config::MaxActiveChildBountyCount`].
458
+ *
459
+ * If the call is success, the status of child-bounty is updated to
460
+ * "Added".
461
+ *
462
+ * - `parent_bounty_id`: Index of parent bounty for which child-bounty is being added.
463
+ * - `value`: Value for executing the proposal.
464
+ * - `description`: Text description for the child-bounty.
465
+ **/
466
+ addChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array, description: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u128>, Bytes]>;
467
+ /**
468
+ * Award child-bounty to a beneficiary.
469
+ *
470
+ * The beneficiary will be able to claim the funds after a delay.
471
+ *
472
+ * The dispatch origin for this call must be the parent curator or
473
+ * curator of this child-bounty.
474
+ *
475
+ * Parent bounty must be in active state, for this child-bounty call to
476
+ * work.
477
+ *
478
+ * Child-bounty must be in active state, for processing the call. And
479
+ * state of child-bounty is moved to "PendingPayout" on successful call
480
+ * completion.
481
+ *
482
+ * - `parent_bounty_id`: Index of parent bounty.
483
+ * - `child_bounty_id`: Index of child bounty.
484
+ * - `beneficiary`: Beneficiary account.
485
+ **/
486
+ awardChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>, MultiAddress]>;
487
+ /**
488
+ * Claim the payout from an awarded child-bounty after payout delay.
489
+ *
490
+ * The dispatch origin for this call may be any signed origin.
491
+ *
492
+ * Call works independent of parent bounty state, No need for parent
493
+ * bounty to be in active state.
494
+ *
495
+ * The Beneficiary is paid out with agreed bounty value. Curator fee is
496
+ * paid & curator deposit is unreserved.
497
+ *
498
+ * Child-bounty must be in "PendingPayout" state, for processing the
499
+ * call. And instance of child-bounty is removed from the state on
500
+ * successful call completion.
501
+ *
502
+ * - `parent_bounty_id`: Index of parent bounty.
503
+ * - `child_bounty_id`: Index of child bounty.
504
+ **/
505
+ claimChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>]>;
506
+ /**
507
+ * Cancel a proposed or active child-bounty. Child-bounty account funds
508
+ * are transferred to parent bounty account. The child-bounty curator
509
+ * deposit may be unreserved if possible.
510
+ *
511
+ * The dispatch origin for this call must be either parent curator or
512
+ * `T::RejectOrigin`.
513
+ *
514
+ * If the state of child-bounty is `Active`, curator deposit is
515
+ * unreserved.
516
+ *
517
+ * If the state of child-bounty is `PendingPayout`, call fails &
518
+ * returns `PendingPayout` error.
519
+ *
520
+ * For the origin other than T::RejectOrigin, parent bounty must be in
521
+ * active state, for this child-bounty call to work. For origin
522
+ * T::RejectOrigin execution is forced.
523
+ *
524
+ * Instance of child-bounty is removed from the state on successful
525
+ * call completion.
526
+ *
527
+ * - `parent_bounty_id`: Index of parent bounty.
528
+ * - `child_bounty_id`: Index of child bounty.
529
+ **/
530
+ closeChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>]>;
531
+ /**
532
+ * Propose curator for funded child-bounty.
533
+ *
534
+ * The dispatch origin for this call must be curator of parent bounty.
535
+ *
536
+ * Parent bounty must be in active state, for this child-bounty call to
537
+ * work.
538
+ *
539
+ * Child-bounty must be in "Added" state, for processing the call. And
540
+ * state of child-bounty is moved to "CuratorProposed" on successful
541
+ * call completion.
542
+ *
543
+ * - `parent_bounty_id`: Index of parent bounty.
544
+ * - `child_bounty_id`: Index of child bounty.
545
+ * - `curator`: Address of child-bounty curator.
546
+ * - `fee`: payment fee to child-bounty curator for execution.
547
+ **/
548
+ proposeCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array, curator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>, MultiAddress, Compact<u128>]>;
549
+ /**
550
+ * Unassign curator from a child-bounty.
551
+ *
552
+ * The dispatch origin for this call can be either `RejectOrigin`, or
553
+ * the curator of the parent bounty, or any signed origin.
554
+ *
555
+ * For the origin other than T::RejectOrigin and the child-bounty
556
+ * curator, parent bounty must be in active state, for this call to
557
+ * work. We allow child-bounty curator and T::RejectOrigin to execute
558
+ * this call irrespective of the parent bounty state.
559
+ *
560
+ * If this function is called by the `RejectOrigin` or the
561
+ * parent bounty curator, we assume that the child-bounty curator is
562
+ * malicious or inactive. As a result, child-bounty curator deposit is
563
+ * slashed.
564
+ *
565
+ * If the origin is the child-bounty curator, we take this as a sign
566
+ * that they are unable to do their job, and are willingly giving up.
567
+ * We could slash the deposit, but for now we allow them to unreserve
568
+ * their deposit and exit without issue. (We may want to change this if
569
+ * it is abused.)
570
+ *
571
+ * Finally, the origin can be anyone iff the child-bounty curator is
572
+ * "inactive". Expiry update due of parent bounty is used to estimate
573
+ * inactive state of child-bounty curator.
574
+ *
575
+ * This allows anyone in the community to call out that a child-bounty
576
+ * curator is not doing their due diligence, and we should pick a new
577
+ * one. In this case the child-bounty curator deposit is slashed.
578
+ *
579
+ * State of child-bounty is moved to Added state on successful call
580
+ * completion.
581
+ *
582
+ * - `parent_bounty_id`: Index of parent bounty.
583
+ * - `child_bounty_id`: Index of child bounty.
584
+ **/
585
+ unassignCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>]>;
586
+ /**
587
+ * Generic tx
588
+ **/
589
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
590
+ };
591
+ claims: {
592
+ /**
593
+ * Attest to a statement, needed to finalize the claims process.
594
+ *
595
+ * WARNING: Insecure unless your chain includes `PrevalidateAttests` as a
596
+ * `TransactionExtension`.
597
+ *
598
+ * Unsigned Validation:
599
+ * A call to attest is deemed valid if the sender has a `Preclaim` registered
600
+ * and provides a `statement` which is expected for the account.
601
+ *
602
+ * Parameters:
603
+ * - `statement`: The identity of the statement which is being attested to in the
604
+ * signature.
605
+ *
606
+ * <weight>
607
+ * The weight of this call is invariant over the input parameters.
608
+ * Weight includes logic to do pre-validation on `attest` call.
609
+ *
610
+ * Total Complexity: O(1)
611
+ * </weight>
612
+ **/
613
+ attest: AugmentedSubmittable<(statement: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
614
+ /**
615
+ * Make a claim to collect your DOTs.
616
+ *
617
+ * The dispatch origin for this call must be _None_.
618
+ *
619
+ * Unsigned Validation:
620
+ * A call to claim is deemed valid if the signature provided matches
621
+ * the expected signed message of:
622
+ *
623
+ * > Ethereum Signed Message:
624
+ * > (configured prefix string)(address)
625
+ *
626
+ * and `address` matches the `dest` account.
627
+ *
628
+ * Parameters:
629
+ * - `dest`: The destination account to payout the claim.
630
+ * - `ethereum_signature`: The signature of an ethereum signed message matching the format
631
+ * described above.
632
+ *
633
+ * <weight>
634
+ * The weight of this call is invariant over the input parameters.
635
+ * Weight includes logic to validate unsigned `claim` call.
636
+ *
637
+ * Total Complexity: O(1)
638
+ * </weight>
639
+ **/
640
+ claim: AugmentedSubmittable<(dest: AccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature) => SubmittableExtrinsic<ApiType>, [AccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature]>;
641
+ /**
642
+ * Make a claim to collect your DOTs by signing a statement.
643
+ *
644
+ * The dispatch origin for this call must be _None_.
645
+ *
646
+ * Unsigned Validation:
647
+ * A call to `claim_attest` is deemed valid if the signature provided matches
648
+ * the expected signed message of:
649
+ *
650
+ * > Ethereum Signed Message:
651
+ * > (configured prefix string)(address)(statement)
652
+ *
653
+ * and `address` matches the `dest` account; the `statement` must match that which is
654
+ * expected according to your purchase arrangement.
655
+ *
656
+ * Parameters:
657
+ * - `dest`: The destination account to payout the claim.
658
+ * - `ethereum_signature`: The signature of an ethereum signed message matching the format
659
+ * described above.
660
+ * - `statement`: The identity of the statement which is being attested to in the
661
+ * signature.
662
+ *
663
+ * <weight>
664
+ * The weight of this call is invariant over the input parameters.
665
+ * Weight includes logic to validate unsigned `claim_attest` call.
666
+ *
667
+ * Total Complexity: O(1)
668
+ * </weight>
669
+ **/
670
+ claimAttest: AugmentedSubmittable<(dest: AccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature, statement: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature, Bytes]>;
671
+ /**
672
+ * Mint a new claim to collect DOTs.
673
+ *
674
+ * The dispatch origin for this call must be _Root_.
675
+ *
676
+ * Parameters:
677
+ * - `who`: The Ethereum address allowed to collect this claim.
678
+ * - `value`: The number of DOTs that will be claimed.
679
+ * - `vesting_schedule`: An optional vesting schedule for these DOTs.
680
+ *
681
+ * <weight>
682
+ * The weight of this call is invariant over the input parameters.
683
+ * We assume worst case that both vesting and statement is being inserted.
684
+ *
685
+ * Total Complexity: O(1)
686
+ * </weight>
687
+ **/
688
+ mintClaim: AugmentedSubmittable<(who: PezkuwiRuntimeCommonClaimsEthereumAddress, value: u128 | AnyNumber | Uint8Array, vestingSchedule: Option<ITuple<[u128, u128, u32]>> | null | Uint8Array | ITuple<[u128, u128, u32]> | [u128 | AnyNumber | Uint8Array, u128 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], statement: Option<PezkuwiRuntimeCommonClaimsStatementKind> | null | Uint8Array | PezkuwiRuntimeCommonClaimsStatementKind) => SubmittableExtrinsic<ApiType>, [PezkuwiRuntimeCommonClaimsEthereumAddress, u128, Option<ITuple<[u128, u128, u32]>>, Option<PezkuwiRuntimeCommonClaimsStatementKind>]>;
689
+ moveClaim: AugmentedSubmittable<(old: PezkuwiRuntimeCommonClaimsEthereumAddress, updated: PezkuwiRuntimeCommonClaimsEthereumAddress, maybePreclaim: Option<AccountId32> | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic<ApiType>, [PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsEthereumAddress, Option<AccountId32>]>;
690
+ /**
691
+ * Generic tx
692
+ **/
693
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
694
+ };
695
+ configuration: {
696
+ /**
697
+ * Set approval-voting-params.
698
+ **/
699
+ setApprovalVotingParams: AugmentedSubmittable<(updated: PezkuwiPrimitivesV8ApprovalVotingParams) => SubmittableExtrinsic<ApiType>, [PezkuwiPrimitivesV8ApprovalVotingParams]>;
700
+ /**
701
+ * Set the asynchronous backing parameters.
702
+ **/
703
+ setAsyncBackingParams: AugmentedSubmittable<(updated: PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams) => SubmittableExtrinsic<ApiType>, [PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams]>;
704
+ /**
705
+ * Setting this to true will disable consistency checks for the configuration setters.
706
+ * Use with caution.
707
+ **/
708
+ setBypassConsistencyCheck: AugmentedSubmittable<(updated: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [bool]>;
709
+ /**
710
+ * Set the acceptance period for an included candidate.
711
+ **/
712
+ setCodeRetentionPeriod: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
713
+ /**
714
+ * Set the number of coretime execution cores.
715
+ *
716
+ * NOTE: that this configuration is managed by the coretime chain. Only manually change
717
+ * this, if you really know what you are doing!
718
+ **/
719
+ setCoretimeCores: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
720
+ /**
721
+ * Set the dispute period, in number of sessions to keep for disputes.
722
+ **/
723
+ setDisputePeriod: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
724
+ /**
725
+ * Set the dispute post conclusion acceptance period.
726
+ **/
727
+ setDisputePostConclusionAcceptancePeriod: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
728
+ /**
729
+ * Set PVF executor parameters.
730
+ **/
731
+ setExecutorParams: AugmentedSubmittable<(updated: PezkuwiPrimitivesV8ExecutorParams) => SubmittableExtrinsic<ApiType>, [PezkuwiPrimitivesV8ExecutorParams]>;
732
+ /**
733
+ * Set the parachain validator-group rotation frequency
734
+ **/
735
+ setGroupRotationFrequency: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
736
+ /**
737
+ * Sets the maximum number of messages allowed in an HRMP channel at once.
738
+ **/
739
+ setHrmpChannelMaxCapacity: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
740
+ /**
741
+ * Sets the maximum size of a message that could ever be put into an HRMP channel.
742
+ **/
743
+ setHrmpChannelMaxMessageSize: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
744
+ /**
745
+ * Sets the maximum total size of messages in bytes allowed in an HRMP channel at once.
746
+ **/
747
+ setHrmpChannelMaxTotalSize: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
748
+ /**
749
+ * Sets the maximum number of outbound HRMP messages can be sent by a candidate.
750
+ **/
751
+ setHrmpMaxMessageNumPerCandidate: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
752
+ /**
753
+ * Sets the maximum number of inbound HRMP channels a parachain is allowed to accept.
754
+ **/
755
+ setHrmpMaxParachainInboundChannels: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
756
+ /**
757
+ * Sets the maximum number of outbound HRMP channels a parachain is allowed to open.
758
+ **/
759
+ setHrmpMaxParachainOutboundChannels: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
760
+ /**
761
+ * Sets the number of sessions after which an HRMP open channel request expires.
762
+ **/
763
+ setHrmpOpenRequestTtl: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
764
+ /**
765
+ * Sets the amount of funds that the recipient should provide for accepting opening an HRMP
766
+ * channel.
767
+ **/
768
+ setHrmpRecipientDeposit: AugmentedSubmittable<(updated: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
769
+ /**
770
+ * Sets the amount of funds that the sender should provide for opening an HRMP channel.
771
+ **/
772
+ setHrmpSenderDeposit: AugmentedSubmittable<(updated: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
773
+ /**
774
+ * Set the max validation code size for incoming upgrades.
775
+ **/
776
+ setMaxCodeSize: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
777
+ /**
778
+ * Set the critical downward message size.
779
+ **/
780
+ setMaxDownwardMessageSize: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
781
+ /**
782
+ * Set the max head data size for paras.
783
+ **/
784
+ setMaxHeadDataSize: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
785
+ /**
786
+ * Set the max POV block size for incoming upgrades.
787
+ **/
788
+ setMaxPovSize: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
789
+ /**
790
+ * Sets the maximum number of messages that a candidate can contain.
791
+ **/
792
+ setMaxUpwardMessageNumPerCandidate: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
793
+ /**
794
+ * Sets the maximum size of an upward message that can be sent by a candidate.
795
+ **/
796
+ setMaxUpwardMessageSize: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
797
+ /**
798
+ * Sets the maximum items that can present in a upward dispatch queue at once.
799
+ **/
800
+ setMaxUpwardQueueCount: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
801
+ /**
802
+ * Sets the maximum total size of items that can present in a upward dispatch queue at
803
+ * once.
804
+ **/
805
+ setMaxUpwardQueueSize: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
806
+ /**
807
+ * Set the maximum number of validators to use in parachain consensus.
808
+ **/
809
+ setMaxValidators: AugmentedSubmittable<(updated: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
810
+ /**
811
+ * Set the maximum number of validators to assign to any core.
812
+ **/
813
+ setMaxValidatorsPerCore: AugmentedSubmittable<(updated: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
814
+ /**
815
+ * Set the minimum backing votes threshold.
816
+ **/
817
+ setMinimumBackingVotes: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
818
+ /**
819
+ * Sets the minimum delay between announcing the upgrade block for a parachain until the
820
+ * upgrade taking place.
821
+ *
822
+ * See the field documentation for information and constraints for the new value.
823
+ **/
824
+ setMinimumValidationUpgradeDelay: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
825
+ /**
826
+ * Set the total number of delay tranches.
827
+ **/
828
+ setNDelayTranches: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
829
+ /**
830
+ * Set the number of validators needed to approve a block.
831
+ **/
832
+ setNeededApprovals: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
833
+ /**
834
+ * Set/Unset a node feature.
835
+ **/
836
+ setNodeFeature: AugmentedSubmittable<(index: u8 | AnyNumber | Uint8Array, value: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, bool]>;
837
+ /**
838
+ * Set the no show slots, in number of number of consensus slots.
839
+ * Must be at least 1.
840
+ **/
841
+ setNoShowSlots: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
842
+ /**
843
+ * Set the on demand (parathreads) base fee.
844
+ **/
845
+ setOnDemandBaseFee: AugmentedSubmittable<(updated: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
846
+ /**
847
+ * Set the on demand (parathreads) fee variability.
848
+ **/
849
+ setOnDemandFeeVariability: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Perbill]>;
850
+ /**
851
+ * Set the on demand (parathreads) queue max size.
852
+ **/
853
+ setOnDemandQueueMaxSize: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
854
+ /**
855
+ * Set the on demand (parathreads) fee variability.
856
+ **/
857
+ setOnDemandTargetQueueUtilization: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Perbill]>;
858
+ /**
859
+ * Set the availability period for paras.
860
+ **/
861
+ setParasAvailabilityPeriod: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
862
+ /**
863
+ * Set the number of session changes after which a PVF pre-checking voting is rejected.
864
+ **/
865
+ setPvfVotingTtl: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
866
+ /**
867
+ * Set the number of samples to do of the `RelayVRFModulo` approval assignment criterion.
868
+ **/
869
+ setRelayVrfModuloSamples: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
870
+ /**
871
+ * Set scheduler-params.
872
+ **/
873
+ setSchedulerParams: AugmentedSubmittable<(updated: PezkuwiPrimitivesV8SchedulerParams) => SubmittableExtrinsic<ApiType>, [PezkuwiPrimitivesV8SchedulerParams]>;
874
+ /**
875
+ * Set the scheduling lookahead, in expected number of blocks at peak throughput.
876
+ **/
877
+ setSchedulingLookahead: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
878
+ /**
879
+ * Set the validation upgrade cooldown.
880
+ **/
881
+ setValidationUpgradeCooldown: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
882
+ /**
883
+ * Set the validation upgrade delay.
884
+ **/
885
+ setValidationUpgradeDelay: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
886
+ /**
887
+ * Set the zeroth delay tranche width.
888
+ **/
889
+ setZerothDelayTrancheWidth: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
890
+ /**
891
+ * Generic tx
892
+ **/
893
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
894
+ };
895
+ convictionVoting: {
896
+ /**
897
+ * Delegate the voting power (with some given conviction) of the sending account for a
898
+ * particular class of polls.
899
+ *
900
+ * The balance delegated is locked for as long as it's delegated, and thereafter for the
901
+ * time appropriate for the conviction's lock period.
902
+ *
903
+ * The dispatch origin of this call must be _Signed_, and the signing account must either:
904
+ * - be delegating already; or
905
+ * - have no voting activity (if there is, then it will need to be removed through
906
+ * `remove_vote`).
907
+ *
908
+ * - `to`: The account whose voting the `target` account's voting power will follow.
909
+ * - `class`: The class of polls to delegate. To delegate multiple classes, multiple calls
910
+ * to this function are required.
911
+ * - `conviction`: The conviction that will be attached to the delegated votes. When the
912
+ * account is undelegated, the funds will be locked for the corresponding period.
913
+ * - `balance`: The amount of the account's balance to be used in delegating. This must not
914
+ * be more than the account's current balance.
915
+ *
916
+ * Emits `Delegated`.
917
+ *
918
+ * Weight: `O(R)` where R is the number of polls the voter delegating to has
919
+ * voted on. Weight is initially charged as if maximum votes, but is refunded later.
920
+ **/
921
+ delegate: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, to: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, conviction: PezpalletConvictionVotingConviction, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, MultiAddress, PezpalletConvictionVotingConviction, u128]>;
922
+ /**
923
+ * Remove a vote for a poll.
924
+ *
925
+ * If the `target` is equal to the signer, then this function is exactly equivalent to
926
+ * `remove_vote`. If not equal to the signer, then the vote must have expired,
927
+ * either because the poll was cancelled, because the voter lost the poll or
928
+ * because the conviction period is over.
929
+ *
930
+ * The dispatch origin of this call must be _Signed_.
931
+ *
932
+ * - `target`: The account of the vote to be removed; this account must have voted for poll
933
+ * `index`.
934
+ * - `index`: The index of poll of the vote to be removed.
935
+ * - `class`: The class of the poll.
936
+ *
937
+ * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on.
938
+ * Weight is calculated for the maximum number of vote.
939
+ **/
940
+ removeOtherVote: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, clazz: u16 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u16, u32]>;
941
+ /**
942
+ * Remove a vote for a poll.
943
+ *
944
+ * If:
945
+ * - the poll was cancelled, or
946
+ * - the poll is ongoing, or
947
+ * - the poll has ended such that
948
+ * - the vote of the account was in opposition to the result; or
949
+ * - there was no conviction to the account's vote; or
950
+ * - the account made a split vote
951
+ * ...then the vote is removed cleanly and a following call to `unlock` may result in more
952
+ * funds being available.
953
+ *
954
+ * If, however, the poll has ended and:
955
+ * - it finished corresponding to the vote of the account, and
956
+ * - the account made a standard vote with conviction, and
957
+ * - the lock period of the conviction is not over
958
+ * ...then the lock will be aggregated into the overall account's lock, which may involve
959
+ * *overlocking* (where the two locks are combined into a single lock that is the maximum
960
+ * of both the amount locked and the time is it locked for).
961
+ *
962
+ * The dispatch origin of this call must be _Signed_, and the signer must have a vote
963
+ * registered for poll `index`.
964
+ *
965
+ * - `index`: The index of poll of the vote to be removed.
966
+ * - `class`: Optional parameter, if given it indicates the class of the poll. For polls
967
+ * which have finished or are cancelled, this must be `Some`.
968
+ *
969
+ * Weight: `O(R + log R)` where R is the number of polls that `target` has voted on.
970
+ * Weight is calculated for the maximum number of vote.
971
+ **/
972
+ removeVote: AugmentedSubmittable<(clazz: Option<u16> | null | Uint8Array | u16 | AnyNumber, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<u16>, u32]>;
973
+ /**
974
+ * Undelegate the voting power of the sending account for a particular class of polls.
975
+ *
976
+ * Tokens may be unlocked following once an amount of time consistent with the lock period
977
+ * of the conviction with which the delegation was issued has passed.
978
+ *
979
+ * The dispatch origin of this call must be _Signed_ and the signing account must be
980
+ * currently delegating.
981
+ *
982
+ * - `class`: The class of polls to remove the delegation from.
983
+ *
984
+ * Emits `Undelegated`.
985
+ *
986
+ * Weight: `O(R)` where R is the number of polls the voter delegating to has
987
+ * voted on. Weight is initially charged as if maximum votes, but is refunded later.
988
+ **/
989
+ undelegate: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16]>;
990
+ /**
991
+ * Remove the lock caused by prior voting/delegating which has expired within a particular
992
+ * class.
993
+ *
994
+ * The dispatch origin of this call must be _Signed_.
995
+ *
996
+ * - `class`: The class of polls to unlock.
997
+ * - `target`: The account to remove the lock on.
998
+ *
999
+ * Weight: `O(R)` with R number of vote of target.
1000
+ **/
1001
+ unlock: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, MultiAddress]>;
1002
+ /**
1003
+ * Vote in a poll. If `vote.is_aye()`, the vote is to enact the proposal;
1004
+ * otherwise it is a vote to keep the status quo.
1005
+ *
1006
+ * The dispatch origin of this call must be _Signed_.
1007
+ *
1008
+ * - `poll_index`: The index of the poll to vote for.
1009
+ * - `vote`: The vote configuration.
1010
+ *
1011
+ * Weight: `O(R)` where R is the number of polls the voter has voted on.
1012
+ **/
1013
+ vote: AugmentedSubmittable<(pollIndex: Compact<u32> | AnyNumber | Uint8Array, vote: PezpalletConvictionVotingVoteAccountVote) => SubmittableExtrinsic<ApiType>, [Compact<u32>, PezpalletConvictionVotingVoteAccountVote]>;
1014
+ /**
1015
+ * Generic tx
1016
+ **/
1017
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1018
+ };
1019
+ coretime: {
1020
+ /**
1021
+ * Receive instructions from the `ExternalBrokerOrigin`, detailing how a specific core is
1022
+ * to be used.
1023
+ *
1024
+ * Parameters:
1025
+ * -`origin`: The `ExternalBrokerOrigin`, assumed to be the coretime chain.
1026
+ * -`core`: The core that should be scheduled.
1027
+ * -`begin`: The starting blockheight of the instruction.
1028
+ * -`assignment`: How the blockspace should be utilised.
1029
+ * -`end_hint`: An optional hint as to when this particular set of instructions will end.
1030
+ **/
1031
+ assignCore: AugmentedSubmittable<(core: u16 | AnyNumber | Uint8Array, begin: u32 | AnyNumber | Uint8Array, assignment: Vec<ITuple<[PezpalletBrokerCoretimeInterfaceCoreAssignment, u16]>> | ([PezpalletBrokerCoretimeInterfaceCoreAssignment, u16 | AnyNumber | Uint8Array])[], endHint: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [u16, u32, Vec<ITuple<[PezpalletBrokerCoretimeInterfaceCoreAssignment, u16]>>, Option<u32>]>;
1032
+ creditAccount: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u128]>;
1033
+ /**
1034
+ * Request the configuration to be updated with the specified number of cores. Warning:
1035
+ * Since this only schedules a configuration update, it takes two sessions to come into
1036
+ * effect.
1037
+ *
1038
+ * - `origin`: Root or the Coretime Chain
1039
+ * - `count`: total number of cores
1040
+ **/
1041
+ requestCoreCount: AugmentedSubmittable<(count: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16]>;
1042
+ /**
1043
+ * Request to claim the instantaneous coretime sales revenue starting from the block it was
1044
+ * last claimed until and up to the block specified. The claimed amount value is sent back
1045
+ * to the Coretime chain in a `notify_revenue` message. At the same time, the amount is
1046
+ * teleported to the Coretime chain.
1047
+ **/
1048
+ requestRevenueAt: AugmentedSubmittable<(when: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1049
+ /**
1050
+ * Generic tx
1051
+ **/
1052
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1053
+ };
1054
+ crowdloan: {
1055
+ /**
1056
+ * Add an optional memo to an existing crowdloan contribution.
1057
+ *
1058
+ * Origin must be Signed, and the user must have contributed to the crowdloan.
1059
+ **/
1060
+ addMemo: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array, memo: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
1061
+ /**
1062
+ * Contribute to a crowd sale. This will transfer some balance over to fund a parachain
1063
+ * slot. It will be withdrawable when the crowdloan has ended and the funds are unused.
1064
+ **/
1065
+ contribute: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array, signature: Option<PezspRuntimeMultiSignature> | null | Uint8Array | PezspRuntimeMultiSignature) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u128>, Option<PezspRuntimeMultiSignature>]>;
1066
+ /**
1067
+ * Contribute your entire balance to a crowd sale. This will transfer the entire balance of
1068
+ * a user over to fund a parachain slot. It will be withdrawable when the crowdloan has
1069
+ * ended and the funds are unused.
1070
+ **/
1071
+ contributeAll: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, signature: Option<PezspRuntimeMultiSignature> | null | Uint8Array | PezspRuntimeMultiSignature) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Option<PezspRuntimeMultiSignature>]>;
1072
+ /**
1073
+ * Create a new crowdloaning campaign for a parachain slot with the given lease period
1074
+ * range.
1075
+ *
1076
+ * This applies a lock to your parachain configuration, ensuring that it cannot be changed
1077
+ * by the parachain manager.
1078
+ **/
1079
+ create: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, cap: Compact<u128> | AnyNumber | Uint8Array, firstPeriod: Compact<u32> | AnyNumber | Uint8Array, lastPeriod: Compact<u32> | AnyNumber | Uint8Array, end: Compact<u32> | AnyNumber | Uint8Array, verifier: Option<PezspRuntimeMultiSigner> | null | Uint8Array | PezspRuntimeMultiSigner) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u128>, Compact<u32>, Compact<u32>, Compact<u32>, Option<PezspRuntimeMultiSigner>]>;
1080
+ /**
1081
+ * Remove a fund after the retirement period has ended and all funds have been returned.
1082
+ **/
1083
+ dissolve: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
1084
+ /**
1085
+ * Edit the configuration for an in-progress crowdloan.
1086
+ *
1087
+ * Can only be called by Root origin.
1088
+ **/
1089
+ edit: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, cap: Compact<u128> | AnyNumber | Uint8Array, firstPeriod: Compact<u32> | AnyNumber | Uint8Array, lastPeriod: Compact<u32> | AnyNumber | Uint8Array, end: Compact<u32> | AnyNumber | Uint8Array, verifier: Option<PezspRuntimeMultiSigner> | null | Uint8Array | PezspRuntimeMultiSigner) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u128>, Compact<u32>, Compact<u32>, Compact<u32>, Option<PezspRuntimeMultiSigner>]>;
1090
+ /**
1091
+ * Poke the fund into `NewRaise`
1092
+ *
1093
+ * Origin must be Signed, and the fund has non-zero raise.
1094
+ **/
1095
+ poke: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1096
+ /**
1097
+ * Automatically refund contributors of an ended crowdloan.
1098
+ * Due to weight restrictions, this function may need to be called multiple
1099
+ * times to fully refund all users. We will refund `RemoveKeysLimit` users at a time.
1100
+ *
1101
+ * Origin must be signed, but can come from anyone.
1102
+ **/
1103
+ refund: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
1104
+ /**
1105
+ * Withdraw full balance of a specific contributor.
1106
+ *
1107
+ * Origin must be signed, but can come from anyone.
1108
+ *
1109
+ * The fund must be either in, or ready for, retirement. For a fund to be *in* retirement,
1110
+ * then the retirement flag must be set. For a fund to be ready for retirement, then:
1111
+ * - it must not already be in retirement;
1112
+ * - the amount of raised funds must be bigger than the _free_ balance of the account;
1113
+ * - and either:
1114
+ * - the block number must be at least `end`; or
1115
+ * - the current lease period must be greater than the fund's `last_period`.
1116
+ *
1117
+ * In this case, the fund's retirement flag is set and its `end` is reset to the current
1118
+ * block number.
1119
+ *
1120
+ * - `who`: The account whose contribution should be withdrawn.
1121
+ * - `index`: The parachain to whose crowdloan the contribution was made.
1122
+ **/
1123
+ withdraw: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, Compact<u32>]>;
1124
+ /**
1125
+ * Generic tx
1126
+ **/
1127
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1128
+ };
1129
+ electionProviderMultiPhase: {
1130
+ /**
1131
+ * Trigger the governance fallback.
1132
+ *
1133
+ * This can only be called when [`Phase::Emergency`] is enabled, as an alternative to
1134
+ * calling [`Call::set_emergency_election_result`].
1135
+ **/
1136
+ governanceFallback: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1137
+ /**
1138
+ * Set a solution in the queue, to be handed out to the client of this pallet in the next
1139
+ * call to `ElectionProvider::elect`.
1140
+ *
1141
+ * This can only be set by `T::ForceOrigin`, and only when the phase is `Emergency`.
1142
+ *
1143
+ * The solution is not checked for any feasibility and is assumed to be trustworthy, as any
1144
+ * feasibility check itself can in principle cause the election process to fail (due to
1145
+ * memory/weight constrains).
1146
+ **/
1147
+ setEmergencyElectionResult: AugmentedSubmittable<(supports: Vec<ITuple<[AccountId32, PezspNposElectionsSupport]>> | ([AccountId32 | string | Uint8Array, PezspNposElectionsSupport])[]) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[AccountId32, PezspNposElectionsSupport]>>]>;
1148
+ /**
1149
+ * Set a new value for `MinimumUntrustedScore`.
1150
+ *
1151
+ * Dispatch origin must be aligned with `T::ForceOrigin`.
1152
+ *
1153
+ * This check can be turned off by setting the value to `None`.
1154
+ **/
1155
+ setMinimumUntrustedScore: AugmentedSubmittable<(maybeNextScore: Option<PezspNposElectionsElectionScore> | null | Uint8Array | PezspNposElectionsElectionScore) => SubmittableExtrinsic<ApiType>, [Option<PezspNposElectionsElectionScore>]>;
1156
+ /**
1157
+ * Submit a solution for the signed phase.
1158
+ *
1159
+ * The dispatch origin fo this call must be __signed__.
1160
+ *
1161
+ * The solution is potentially queued, based on the claimed score and processed at the end
1162
+ * of the signed phase.
1163
+ *
1164
+ * A deposit is reserved and recorded for the solution. Based on the outcome, the solution
1165
+ * might be rewarded, slashed, or get all or a part of the deposit back.
1166
+ **/
1167
+ submit: AugmentedSubmittable<(rawSolution: PezpalletElectionProviderMultiPhaseRawSolution) => SubmittableExtrinsic<ApiType>, [PezpalletElectionProviderMultiPhaseRawSolution]>;
1168
+ /**
1169
+ * Submit a solution for the unsigned phase.
1170
+ *
1171
+ * The dispatch origin fo this call must be __none__.
1172
+ *
1173
+ * This submission is checked on the fly. Moreover, this unsigned solution is only
1174
+ * validated when submitted to the pool from the **local** node. Effectively, this means
1175
+ * that only active validators can submit this transaction when authoring a block (similar
1176
+ * to an inherent).
1177
+ *
1178
+ * To prevent any incorrect solution (and thus wasted time/weight), this transaction will
1179
+ * panic if the solution submitted by the validator is invalid in any way, effectively
1180
+ * putting their authoring reward at risk.
1181
+ *
1182
+ * No deposit or reward is associated with this submission.
1183
+ **/
1184
+ submitUnsigned: AugmentedSubmittable<(rawSolution: PezpalletElectionProviderMultiPhaseRawSolution, witness: PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize) => SubmittableExtrinsic<ApiType>, [PezpalletElectionProviderMultiPhaseRawSolution, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize]>;
1185
+ /**
1186
+ * Generic tx
1187
+ **/
1188
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1189
+ };
1190
+ fastUnstake: {
1191
+ /**
1192
+ * Control the operation of this pallet.
1193
+ *
1194
+ * ## Dispatch Origin
1195
+ *
1196
+ * The dispatch origin of this call must be [`Config::ControlOrigin`].
1197
+ *
1198
+ * ## Details
1199
+ *
1200
+ * Can set the number of eras to check per block, and potentially other admin work.
1201
+ *
1202
+ * ## Events
1203
+ *
1204
+ * No events are emitted from this dispatch.
1205
+ **/
1206
+ control: AugmentedSubmittable<(erasToCheck: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1207
+ /**
1208
+ * Deregister oneself from the fast-unstake.
1209
+ *
1210
+ * ## Dispatch Origin
1211
+ *
1212
+ * The dispatch origin of this call must be *signed* by whoever is permitted to call
1213
+ * unbond funds by the staking system. See [`Config::Staking`].
1214
+ *
1215
+ * ## Details
1216
+ *
1217
+ * This is useful if one is registered, they are still waiting, and they change their mind.
1218
+ *
1219
+ * Note that the associated stash is still fully unbonded and chilled as a consequence of
1220
+ * calling [`Pallet::register_fast_unstake`]. Therefore, this should probably be followed
1221
+ * by a call to `rebond` in the staking system.
1222
+ *
1223
+ * ## Events
1224
+ *
1225
+ * Some events from the staking and currency system might be emitted.
1226
+ **/
1227
+ deregister: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1228
+ /**
1229
+ * Register oneself for fast-unstake.
1230
+ *
1231
+ * ## Dispatch Origin
1232
+ *
1233
+ * The dispatch origin of this call must be *signed* by whoever is permitted to call
1234
+ * unbond funds by the staking system. See [`Config::Staking`].
1235
+ *
1236
+ * ## Details
1237
+ *
1238
+ * The stash associated with the origin must have no ongoing unlocking chunks. If
1239
+ * successful, this will fully unbond and chill the stash. Then, it will enqueue the stash
1240
+ * to be checked in further blocks.
1241
+ *
1242
+ * If by the time this is called, the stash is actually eligible for fast-unstake, then
1243
+ * they are guaranteed to remain eligible, because the call will chill them as well.
1244
+ *
1245
+ * If the check works, the entire staking data is removed, i.e. the stash is fully
1246
+ * unstaked.
1247
+ *
1248
+ * If the check fails, the stash remains chilled and waiting for being unbonded as in with
1249
+ * the normal staking system, but they lose part of their unbonding chunks due to consuming
1250
+ * the chain's resources.
1251
+ *
1252
+ * ## Events
1253
+ *
1254
+ * Some events from the staking and currency system might be emitted.
1255
+ **/
1256
+ registerFastUnstake: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1257
+ /**
1258
+ * Generic tx
1259
+ **/
1260
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1261
+ };
1262
+ grandpa: {
1263
+ /**
1264
+ * Note that the current authority set of the GRANDPA finality gadget has stalled.
1265
+ *
1266
+ * This will trigger a forced authority set change at the beginning of the next session, to
1267
+ * be enacted `delay` blocks after that. The `delay` should be high enough to safely assume
1268
+ * that the block signalling the forced change will not be re-orged e.g. 1000 blocks.
1269
+ * The block production rate (which may be slowed down because of finality lagging) should
1270
+ * be taken into account when choosing the `delay`. The GRANDPA voters based on the new
1271
+ * authority will start voting on top of `best_finalized_block_number` for new finalized
1272
+ * blocks. `best_finalized_block_number` should be the highest of the latest finalized
1273
+ * block of all validators of the new authority set.
1274
+ *
1275
+ * Only callable by root.
1276
+ **/
1277
+ noteStalled: AugmentedSubmittable<(delay: u32 | AnyNumber | Uint8Array, bestFinalizedBlockNumber: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
1278
+ /**
1279
+ * Report voter equivocation/misbehavior. This method will verify the
1280
+ * equivocation proof and validate the given key ownership proof
1281
+ * against the extracted offender. If both are valid, the offence
1282
+ * will be reported.
1283
+ **/
1284
+ reportEquivocation: AugmentedSubmittable<(equivocationProof: PezspConsensusGrandpaEquivocationProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusGrandpaEquivocationProof, PezspSessionMembershipProof]>;
1285
+ /**
1286
+ * Report voter equivocation/misbehavior. This method will verify the
1287
+ * equivocation proof and validate the given key ownership proof
1288
+ * against the extracted offender. If both are valid, the offence
1289
+ * will be reported.
1290
+ *
1291
+ * This extrinsic must be called unsigned and it is expected that only
1292
+ * block authors will call it (validated in `ValidateUnsigned`), as such
1293
+ * if the block author is defined it will be defined as the equivocation
1294
+ * reporter.
1295
+ **/
1296
+ reportEquivocationUnsigned: AugmentedSubmittable<(equivocationProof: PezspConsensusGrandpaEquivocationProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusGrandpaEquivocationProof, PezspSessionMembershipProof]>;
1297
+ /**
1298
+ * Generic tx
1299
+ **/
1300
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1301
+ };
1302
+ hrmp: {
1303
+ /**
1304
+ * Establish a bidirectional HRMP channel between a parachain and a system chain.
1305
+ *
1306
+ * Arguments:
1307
+ *
1308
+ * - `target_system_chain`: A system chain, `ParaId`.
1309
+ *
1310
+ * The origin needs to be the parachain origin.
1311
+ **/
1312
+ establishChannelWithSystem: AugmentedSubmittable<(targetSystemChain: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1313
+ /**
1314
+ * Establish an HRMP channel between two system chains. If the channel does not already
1315
+ * exist, the transaction fees will be refunded to the caller. The system does not take
1316
+ * deposits for channels between system chains, and automatically sets the message number
1317
+ * and size limits to the maximum allowed by the network's configuration.
1318
+ *
1319
+ * Arguments:
1320
+ *
1321
+ * - `sender`: A system chain, `ParaId`.
1322
+ * - `recipient`: A system chain, `ParaId`.
1323
+ *
1324
+ * Any signed origin can call this function, but _both_ inputs MUST be system chains. If
1325
+ * the channel does not exist yet, there is no fee.
1326
+ **/
1327
+ establishSystemChannel: AugmentedSubmittable<(sender: u32 | AnyNumber | Uint8Array, recipient: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
1328
+ /**
1329
+ * This extrinsic triggers the cleanup of all the HRMP storage items that a para may have.
1330
+ * Normally this happens once per session, but this allows you to trigger the cleanup
1331
+ * immediately for a specific parachain.
1332
+ *
1333
+ * Number of inbound and outbound channels for `para` must be provided as witness data.
1334
+ *
1335
+ * Origin must be the `ChannelManager`.
1336
+ **/
1337
+ forceCleanHrmp: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, numInbound: u32 | AnyNumber | Uint8Array, numOutbound: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32]>;
1338
+ /**
1339
+ * Open a channel from a `sender` to a `recipient` `ParaId`. Although opened by governance,
1340
+ * the `max_capacity` and `max_message_size` are still subject to the Relay Chain's
1341
+ * configured limits.
1342
+ *
1343
+ * Expected use is when one (and only one) of the `ParaId`s involved in the channel is
1344
+ * governed by the system, e.g. a system parachain.
1345
+ *
1346
+ * Origin must be the `ChannelManager`.
1347
+ **/
1348
+ forceOpenHrmpChannel: AugmentedSubmittable<(sender: u32 | AnyNumber | Uint8Array, recipient: u32 | AnyNumber | Uint8Array, maxCapacity: u32 | AnyNumber | Uint8Array, maxMessageSize: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32, u32]>;
1349
+ /**
1350
+ * Force process HRMP close channel requests.
1351
+ *
1352
+ * If there are pending HRMP close channel requests, you can use this function to process
1353
+ * all of those requests immediately.
1354
+ *
1355
+ * Total number of closing channels must be provided as witness data.
1356
+ *
1357
+ * Origin must be the `ChannelManager`.
1358
+ **/
1359
+ forceProcessHrmpClose: AugmentedSubmittable<(channels: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1360
+ /**
1361
+ * Force process HRMP open channel requests.
1362
+ *
1363
+ * If there are pending HRMP open channel requests, you can use this function to process
1364
+ * all of those requests immediately.
1365
+ *
1366
+ * Total number of opening channels must be provided as witness data.
1367
+ *
1368
+ * Origin must be the `ChannelManager`.
1369
+ **/
1370
+ forceProcessHrmpOpen: AugmentedSubmittable<(channels: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1371
+ /**
1372
+ * Accept a pending open channel request from the given sender.
1373
+ *
1374
+ * The channel will be opened only on the next session boundary.
1375
+ **/
1376
+ hrmpAcceptOpenChannel: AugmentedSubmittable<(sender: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1377
+ /**
1378
+ * This cancels a pending open channel request. It can be canceled by either of the sender
1379
+ * or the recipient for that request. The origin must be either of those.
1380
+ *
1381
+ * The cancellation happens immediately. It is not possible to cancel the request if it is
1382
+ * already accepted.
1383
+ *
1384
+ * Total number of open requests (i.e. `HrmpOpenChannelRequestsList`) must be provided as
1385
+ * witness data.
1386
+ **/
1387
+ hrmpCancelOpenRequest: AugmentedSubmittable<(channelId: PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, openRequests: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, u32]>;
1388
+ /**
1389
+ * Initiate unilateral closing of a channel. The origin must be either the sender or the
1390
+ * recipient in the channel being closed.
1391
+ *
1392
+ * The closure can only happen on a session change.
1393
+ **/
1394
+ hrmpCloseChannel: AugmentedSubmittable<(channelId: PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId) => SubmittableExtrinsic<ApiType>, [PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId]>;
1395
+ /**
1396
+ * Initiate opening a channel from a parachain to a given recipient with given channel
1397
+ * parameters.
1398
+ *
1399
+ * - `proposed_max_capacity` - specifies how many messages can be in the channel at once.
1400
+ * - `proposed_max_message_size` - specifies the maximum size of the messages.
1401
+ *
1402
+ * These numbers are a subject to the relay-chain configuration limits.
1403
+ *
1404
+ * The channel can be opened only after the recipient confirms it and only on a session
1405
+ * change.
1406
+ **/
1407
+ hrmpInitOpenChannel: AugmentedSubmittable<(recipient: u32 | AnyNumber | Uint8Array, proposedMaxCapacity: u32 | AnyNumber | Uint8Array, proposedMaxMessageSize: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32]>;
1408
+ /**
1409
+ * Update the deposits held for an HRMP channel to the latest `Configuration`. Channels
1410
+ * with system chains do not require a deposit.
1411
+ *
1412
+ * Arguments:
1413
+ *
1414
+ * - `sender`: A chain, `ParaId`.
1415
+ * - `recipient`: A chain, `ParaId`.
1416
+ *
1417
+ * Any signed origin can call this function.
1418
+ **/
1419
+ pokeChannelDeposits: AugmentedSubmittable<(sender: u32 | AnyNumber | Uint8Array, recipient: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
1420
+ /**
1421
+ * Generic tx
1422
+ **/
1423
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1424
+ };
1425
+ indices: {
1426
+ /**
1427
+ * Assign an previously unassigned index.
1428
+ *
1429
+ * Payment: `Deposit` is reserved from the sender account.
1430
+ *
1431
+ * The dispatch origin for this call must be _Signed_.
1432
+ *
1433
+ * - `index`: the index to be claimed. This must not be in use.
1434
+ *
1435
+ * Emits `IndexAssigned` if successful.
1436
+ *
1437
+ * ## Complexity
1438
+ * - `O(1)`.
1439
+ **/
1440
+ claim: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1441
+ /**
1442
+ * Force an index to an account. This doesn't require a deposit. If the index is already
1443
+ * held, then any deposit is reimbursed to its current owner.
1444
+ *
1445
+ * The dispatch origin for this call must be _Root_.
1446
+ *
1447
+ * - `index`: the index to be (re-)assigned.
1448
+ * - `new`: the new owner of the index. This function is a no-op if it is equal to sender.
1449
+ * - `freeze`: if set to `true`, will freeze the index so it cannot be transferred.
1450
+ *
1451
+ * Emits `IndexAssigned` if successful.
1452
+ *
1453
+ * ## Complexity
1454
+ * - `O(1)`.
1455
+ **/
1456
+ forceTransfer: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32, bool]>;
1457
+ /**
1458
+ * Free up an index owned by the sender.
1459
+ *
1460
+ * Payment: Any previous deposit placed for the index is unreserved in the sender account.
1461
+ *
1462
+ * The dispatch origin for this call must be _Signed_ and the sender must own the index.
1463
+ *
1464
+ * - `index`: the index to be freed. This must be owned by the sender.
1465
+ *
1466
+ * Emits `IndexFreed` if successful.
1467
+ *
1468
+ * ## Complexity
1469
+ * - `O(1)`.
1470
+ **/
1471
+ free: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1472
+ /**
1473
+ * Freeze an index so it will always point to the sender account. This consumes the
1474
+ * deposit.
1475
+ *
1476
+ * The dispatch origin for this call must be _Signed_ and the signing account must have a
1477
+ * non-frozen account `index`.
1478
+ *
1479
+ * - `index`: the index to be frozen in place.
1480
+ *
1481
+ * Emits `IndexFrozen` if successful.
1482
+ *
1483
+ * ## Complexity
1484
+ * - `O(1)`.
1485
+ **/
1486
+ freeze: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1487
+ /**
1488
+ * Poke the deposit reserved for an index.
1489
+ *
1490
+ * The dispatch origin for this call must be _Signed_ and the signing account must have a
1491
+ * non-frozen account `index`.
1492
+ *
1493
+ * The transaction fees is waived if the deposit is changed after poking/reconsideration.
1494
+ *
1495
+ * - `index`: the index whose deposit is to be poked/reconsidered.
1496
+ *
1497
+ * Emits `DepositPoked` if successful.
1498
+ **/
1499
+ pokeDeposit: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1500
+ /**
1501
+ * Assign an index already owned by the sender to another account. The balance reservation
1502
+ * is effectively transferred to the new account.
1503
+ *
1504
+ * The dispatch origin for this call must be _Signed_.
1505
+ *
1506
+ * - `index`: the index to be re-assigned. This must be owned by the sender.
1507
+ * - `new`: the new owner of the index. This function is a no-op if it is equal to sender.
1508
+ *
1509
+ * Emits `IndexAssigned` if successful.
1510
+ *
1511
+ * ## Complexity
1512
+ * - `O(1)`.
1513
+ **/
1514
+ transfer: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32]>;
1515
+ /**
1516
+ * Generic tx
1517
+ **/
1518
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1519
+ };
1520
+ initializer: {
1521
+ /**
1522
+ * Issue a signal to the consensus engine to forcibly act as though all parachain
1523
+ * blocks in all relay chain blocks up to and including the given number in the current
1524
+ * chain are valid and should be finalized.
1525
+ **/
1526
+ forceApprove: AugmentedSubmittable<(upTo: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1527
+ /**
1528
+ * Generic tx
1529
+ **/
1530
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1531
+ };
1532
+ messageQueue: {
1533
+ /**
1534
+ * Execute an overweight message.
1535
+ *
1536
+ * Temporary processing errors will be propagated whereas permanent errors are treated
1537
+ * as success condition.
1538
+ *
1539
+ * - `origin`: Must be `Signed`.
1540
+ * - `message_origin`: The origin from which the message to be executed arrived.
1541
+ * - `page`: The page in the queue in which the message to be executed is sitting.
1542
+ * - `index`: The index into the queue of the message to be executed.
1543
+ * - `weight_limit`: The maximum amount of weight allowed to be consumed in the execution
1544
+ * of the message.
1545
+ *
1546
+ * Benchmark complexity considerations: O(index + weight_limit).
1547
+ **/
1548
+ executeOverweight: AugmentedSubmittable<(messageOrigin: PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, page: u32 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array, weightLimit: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, u32, u32, PezspWeightsWeightV2Weight]>;
1549
+ /**
1550
+ * Remove a page which has no more messages remaining to be processed or is stale.
1551
+ **/
1552
+ reapPage: AugmentedSubmittable<(messageOrigin: PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, pageIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, u32]>;
1553
+ /**
1554
+ * Generic tx
1555
+ **/
1556
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1557
+ };
1558
+ multisig: {
1559
+ /**
1560
+ * Register approval for a dispatch to be made from a deterministic composite account if
1561
+ * approved by a total of `threshold - 1` of `other_signatories`.
1562
+ *
1563
+ * Payment: `DepositBase` will be reserved if this is the first approval, plus
1564
+ * `threshold` times `DepositFactor`. It is returned once this dispatch happens or
1565
+ * is cancelled.
1566
+ *
1567
+ * The dispatch origin for this call must be _Signed_.
1568
+ *
1569
+ * - `threshold`: The total number of approvals for this dispatch before it is executed.
1570
+ * - `other_signatories`: The accounts (other than the sender) who can approve this
1571
+ * dispatch. May not be empty.
1572
+ * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is
1573
+ * not the first approval, then it must be `Some`, with the timepoint (block number and
1574
+ * transaction index) of the first approval transaction.
1575
+ * - `call_hash`: The hash of the call to be executed.
1576
+ *
1577
+ * NOTE: If this is the final approval, you will want to use `as_multi` instead.
1578
+ *
1579
+ * ## Complexity
1580
+ * - `O(S)`.
1581
+ * - Up to one balance-reserve or unreserve operation.
1582
+ * - One passthrough operation, one insert, both `O(S)` where `S` is the number of
1583
+ * signatories. `S` is capped by `MaxSignatories`, with weight being proportional.
1584
+ * - One encode & hash, both of complexity `O(S)`.
1585
+ * - Up to one binary search and insert (`O(logS + S)`).
1586
+ * - I/O: 1 read `O(S)`, up to 1 mutate `O(S)`. Up to one remove.
1587
+ * - One event.
1588
+ * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit
1589
+ * taken for its lifetime of `DepositBase + threshold * DepositFactor`.
1590
+ **/
1591
+ approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option<PezpalletMultisigTimepoint> | null | Uint8Array | PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [u16, Vec<AccountId32>, Option<PezpalletMultisigTimepoint>, U8aFixed, PezspWeightsWeightV2Weight]>;
1592
+ /**
1593
+ * Register approval for a dispatch to be made from a deterministic composite account if
1594
+ * approved by a total of `threshold - 1` of `other_signatories`.
1595
+ *
1596
+ * If there are enough, then dispatch the call.
1597
+ *
1598
+ * Payment: `DepositBase` will be reserved if this is the first approval, plus
1599
+ * `threshold` times `DepositFactor`. It is returned once this dispatch happens or
1600
+ * is cancelled.
1601
+ *
1602
+ * The dispatch origin for this call must be _Signed_.
1603
+ *
1604
+ * - `threshold`: The total number of approvals for this dispatch before it is executed.
1605
+ * - `other_signatories`: The accounts (other than the sender) who can approve this
1606
+ * dispatch. May not be empty.
1607
+ * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is
1608
+ * not the first approval, then it must be `Some`, with the timepoint (block number and
1609
+ * transaction index) of the first approval transaction.
1610
+ * - `call`: The call to be executed.
1611
+ *
1612
+ * NOTE: Unless this is the final approval, you will generally want to use
1613
+ * `approve_as_multi` instead, since it only requires a hash of the call.
1614
+ *
1615
+ * Result is equivalent to the dispatched result if `threshold` is exactly `1`. Otherwise
1616
+ * on success, result is `Ok` and the result from the interior call, if it was executed,
1617
+ * may be found in the deposited `MultisigExecuted` event.
1618
+ *
1619
+ * ## Complexity
1620
+ * - `O(S + Z + Call)`.
1621
+ * - Up to one balance-reserve or unreserve operation.
1622
+ * - One passthrough operation, one insert, both `O(S)` where `S` is the number of
1623
+ * signatories. `S` is capped by `MaxSignatories`, with weight being proportional.
1624
+ * - One call encode & hash, both of complexity `O(Z)` where `Z` is tx-len.
1625
+ * - One encode & hash, both of complexity `O(S)`.
1626
+ * - Up to one binary search and insert (`O(logS + S)`).
1627
+ * - I/O: 1 read `O(S)`, up to 1 mutate `O(S)`. Up to one remove.
1628
+ * - One event.
1629
+ * - The weight of the `call`.
1630
+ * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit
1631
+ * taken for its lifetime of `DepositBase + threshold * DepositFactor`.
1632
+ **/
1633
+ asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option<PezpalletMultisigTimepoint> | null | Uint8Array | PezpalletMultisigTimepoint, call: RuntimeCall | IMethod | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [u16, Vec<AccountId32>, Option<PezpalletMultisigTimepoint>, RuntimeCall, PezspWeightsWeightV2Weight]>;
1634
+ /**
1635
+ * Immediately dispatch a multi-signature call using a single approval from the caller.
1636
+ *
1637
+ * The dispatch origin for this call must be _Signed_.
1638
+ *
1639
+ * - `other_signatories`: The accounts (other than the sender) who are part of the
1640
+ * multi-signature, but do not participate in the approval process.
1641
+ * - `call`: The call to be executed.
1642
+ *
1643
+ * Result is equivalent to the dispatched result.
1644
+ *
1645
+ * ## Complexity
1646
+ * O(Z + C) where Z is the length of the call and C its execution weight.
1647
+ **/
1648
+ asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>, RuntimeCall]>;
1649
+ /**
1650
+ * Cancel a pre-existing, on-going multisig transaction. Any deposit reserved previously
1651
+ * for this operation will be unreserved on success.
1652
+ *
1653
+ * The dispatch origin for this call must be _Signed_.
1654
+ *
1655
+ * - `threshold`: The total number of approvals for this dispatch before it is executed.
1656
+ * - `other_signatories`: The accounts (other than the sender) who can approve this
1657
+ * dispatch. May not be empty.
1658
+ * - `timepoint`: The timepoint (block number and transaction index) of the first approval
1659
+ * transaction for this dispatch.
1660
+ * - `call_hash`: The hash of the call to be executed.
1661
+ *
1662
+ * ## Complexity
1663
+ * - `O(S)`.
1664
+ * - Up to one balance-reserve or unreserve operation.
1665
+ * - One passthrough operation, one insert, both `O(S)` where `S` is the number of
1666
+ * signatories. `S` is capped by `MaxSignatories`, with weight being proportional.
1667
+ * - One encode & hash, both of complexity `O(S)`.
1668
+ * - One event.
1669
+ * - I/O: 1 read `O(S)`, one remove.
1670
+ * - Storage: removes one item.
1671
+ **/
1672
+ cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], timepoint: PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, Vec<AccountId32>, PezpalletMultisigTimepoint, U8aFixed]>;
1673
+ /**
1674
+ * Poke the deposit reserved for an existing multisig operation.
1675
+ *
1676
+ * The dispatch origin for this call must be _Signed_ and must be the original depositor of
1677
+ * the multisig operation.
1678
+ *
1679
+ * The transaction fee is waived if the deposit amount has changed.
1680
+ *
1681
+ * - `threshold`: The total number of approvals needed for this multisig.
1682
+ * - `other_signatories`: The accounts (other than the sender) who are part of the
1683
+ * multisig.
1684
+ * - `call_hash`: The hash of the call this deposit is reserved for.
1685
+ *
1686
+ * Emits `DepositPoked` if successful.
1687
+ **/
1688
+ pokeDeposit: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, Vec<AccountId32>, U8aFixed]>;
1689
+ /**
1690
+ * Generic tx
1691
+ **/
1692
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1693
+ };
1694
+ nominationPools: {
1695
+ /**
1696
+ * Top up the deficit or withdraw the excess ED from the pool.
1697
+ *
1698
+ * When a pool is created, the pool depositor transfers ED to the reward account of the
1699
+ * pool. ED is subject to change and over time, the deposit in the reward account may be
1700
+ * insufficient to cover the ED deficit of the pool or vice-versa where there is excess
1701
+ * deposit to the pool. This call allows anyone to adjust the ED deposit of the
1702
+ * pool by either topping up the deficit or claiming the excess.
1703
+ **/
1704
+ adjustPoolDeposit: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1705
+ /**
1706
+ * Apply a pending slash on a member.
1707
+ *
1708
+ * Fails unless [`crate::pallet::Config::StakeAdapter`] is of strategy type:
1709
+ * [`adapter::StakeStrategyType::Delegate`].
1710
+ *
1711
+ * The pending slash amount of the member must be equal or more than `ExistentialDeposit`.
1712
+ * This call can be dispatched permissionlessly (i.e. by any account). If the execution
1713
+ * is successful, fee is refunded and caller may be rewarded with a part of the slash
1714
+ * based on the [`crate::pallet::Config::StakeAdapter`] configuration.
1715
+ **/
1716
+ applySlash: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
1717
+ /**
1718
+ * Bond `extra` more funds from `origin` into the pool to which they already belong.
1719
+ *
1720
+ * Additional funds can come from either the free balance of the account, of from the
1721
+ * accumulated rewards, see [`BondExtra`].
1722
+ *
1723
+ * Bonding extra funds implies an automatic payout of all pending rewards as well.
1724
+ * See `bond_extra_other` to bond pending rewards of `other` members.
1725
+ **/
1726
+ bondExtra: AugmentedSubmittable<(extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic<ApiType>, [PezpalletNominationPoolsBondExtra]>;
1727
+ /**
1728
+ * `origin` bonds funds from `extra` for some pool member `member` into their respective
1729
+ * pools.
1730
+ *
1731
+ * `origin` can bond extra funds from free balance or pending rewards when `origin ==
1732
+ * other`.
1733
+ *
1734
+ * In the case of `origin != other`, `origin` can only bond extra pending rewards of
1735
+ * `other` members assuming set_claim_permission for the given member is
1736
+ * `PermissionlessCompound` or `PermissionlessAll`.
1737
+ **/
1738
+ bondExtraOther: AugmentedSubmittable<(member: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic<ApiType>, [MultiAddress, PezpalletNominationPoolsBondExtra]>;
1739
+ /**
1740
+ * Chill on behalf of the pool.
1741
+ *
1742
+ * The dispatch origin of this call can be signed by the pool nominator or the pool
1743
+ * root role, same as [`Pallet::nominate`].
1744
+ *
1745
+ * This directly forwards the call to an implementation of `StakingInterface` (e.g.,
1746
+ * `pallet-staking`) through [`Config::StakeAdapter`], on behalf of the bonded pool.
1747
+ *
1748
+ * Under certain conditions, this call can be dispatched permissionlessly (i.e. by any
1749
+ * account).
1750
+ *
1751
+ * # Conditions for a permissionless dispatch:
1752
+ * * When pool depositor has less than `MinNominatorBond` staked, otherwise pool members
1753
+ * are unable to unbond.
1754
+ *
1755
+ * # Conditions for permissioned dispatch:
1756
+ * * The caller is the pool's nominator or root.
1757
+ **/
1758
+ chill: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1759
+ /**
1760
+ * Claim pending commission.
1761
+ *
1762
+ * The `root` role of the pool is _always_ allowed to claim the pool's commission.
1763
+ *
1764
+ * If the pool has set `CommissionClaimPermission::Permissionless`, then any account can
1765
+ * trigger the process of claiming the pool's commission.
1766
+ *
1767
+ * If the pool has set its `CommissionClaimPermission` to `Account(acc)`, then only
1768
+ * accounts
1769
+ * * `acc`, and
1770
+ * * the pool's root account
1771
+ *
1772
+ * may call this extrinsic on behalf of the pool.
1773
+ *
1774
+ * Pending commissions are paid out and added to the total claimed commission.
1775
+ * The total pending commission is reset to zero.
1776
+ **/
1777
+ claimCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1778
+ /**
1779
+ * A bonded member can use this to claim their payout based on the rewards that the pool
1780
+ * has accumulated since their last claimed payout (OR since joining if this is their first
1781
+ * time claiming rewards). The payout will be transferred to the member's account.
1782
+ *
1783
+ * The member will earn rewards pro rata based on the members stake vs the sum of the
1784
+ * members in the pools stake. Rewards do not "expire".
1785
+ *
1786
+ * See `claim_payout_other` to claim rewards on behalf of some `other` pool member.
1787
+ **/
1788
+ claimPayout: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1789
+ /**
1790
+ * `origin` can claim payouts on some pool member `other`'s behalf.
1791
+ *
1792
+ * Pool member `other` must have a `PermissionlessWithdraw` or `PermissionlessAll` claim
1793
+ * permission for this call to be successful.
1794
+ **/
1795
+ claimPayoutOther: AugmentedSubmittable<(other: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
1796
+ /**
1797
+ * Create a new delegation pool.
1798
+ *
1799
+ * # Arguments
1800
+ *
1801
+ * * `amount` - The amount of funds to delegate to the pool. This also acts of a sort of
1802
+ * deposit since the pools creator cannot fully unbond funds until the pool is being
1803
+ * destroyed.
1804
+ * * `index` - A disambiguation index for creating the account. Likely only useful when
1805
+ * creating multiple pools in the same extrinsic.
1806
+ * * `root` - The account to set as [`PoolRoles::root`].
1807
+ * * `nominator` - The account to set as the [`PoolRoles::nominator`].
1808
+ * * `bouncer` - The account to set as the [`PoolRoles::bouncer`].
1809
+ *
1810
+ * # Note
1811
+ *
1812
+ * In addition to `amount`, the caller will transfer the existential deposit; so the caller
1813
+ * needs at have at least `amount + existential_deposit` transferable.
1814
+ **/
1815
+ create: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, root: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, nominator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, bouncer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, MultiAddress]>;
1816
+ /**
1817
+ * Create a new delegation pool with a previously used pool id
1818
+ *
1819
+ * # Arguments
1820
+ *
1821
+ * same as `create` with the inclusion of
1822
+ * * `pool_id` - `A valid PoolId.
1823
+ **/
1824
+ createWithPoolId: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, root: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, nominator: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, bouncer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, MultiAddress, u32]>;
1825
+ /**
1826
+ * Stake funds with a pool. The amount to bond is delegated (or transferred based on
1827
+ * [`adapter::StakeStrategyType`]) from the member to the pool account and immediately
1828
+ * increases the pool's bond.
1829
+ *
1830
+ * The method of transferring the amount to the pool account is determined by
1831
+ * [`adapter::StakeStrategyType`]. If the pool is configured to use
1832
+ * [`adapter::StakeStrategyType::Delegate`], the funds remain in the account of
1833
+ * the `origin`, while the pool gains the right to use these funds for staking.
1834
+ *
1835
+ * # Note
1836
+ *
1837
+ * * An account can only be a member of a single pool.
1838
+ * * An account cannot join the same pool multiple times.
1839
+ * * This call will *not* dust the member account, so the member must have at least
1840
+ * `existential deposit + amount` in their account.
1841
+ * * Only a pool with [`PoolState::Open`] can be joined
1842
+ **/
1843
+ join: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, u32]>;
1844
+ /**
1845
+ * Migrates delegated funds from the pool account to the `member_account`.
1846
+ *
1847
+ * Fails unless [`crate::pallet::Config::StakeAdapter`] is of strategy type:
1848
+ * [`adapter::StakeStrategyType::Delegate`].
1849
+ *
1850
+ * This is a permission-less call and refunds any fee if claim is successful.
1851
+ *
1852
+ * If the pool has migrated to delegation based staking, the staked tokens of pool members
1853
+ * can be moved and held in their own account. See [`adapter::DelegateStake`]
1854
+ **/
1855
+ migrateDelegation: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
1856
+ /**
1857
+ * Migrate pool from [`adapter::StakeStrategyType::Transfer`] to
1858
+ * [`adapter::StakeStrategyType::Delegate`].
1859
+ *
1860
+ * Fails unless [`crate::pallet::Config::StakeAdapter`] is of strategy type:
1861
+ * [`adapter::StakeStrategyType::Delegate`].
1862
+ *
1863
+ * This call can be dispatched permissionlessly, and refunds any fee if successful.
1864
+ *
1865
+ * If the pool has already migrated to delegation based staking, this call will fail.
1866
+ **/
1867
+ migratePoolToDelegateStake: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1868
+ /**
1869
+ * Nominate on behalf of the pool.
1870
+ *
1871
+ * The dispatch origin of this call must be signed by the pool nominator or the pool
1872
+ * root role.
1873
+ *
1874
+ * This directly forwards the call to an implementation of `StakingInterface` (e.g.,
1875
+ * `pallet-staking`) through [`Config::StakeAdapter`], on behalf of the bonded pool.
1876
+ *
1877
+ * # Note
1878
+ *
1879
+ * In addition to a `root` or `nominator` role of `origin`, the pool's depositor needs to
1880
+ * have at least `depositor_min_bond` in the pool to start nominating.
1881
+ **/
1882
+ nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<AccountId32>]>;
1883
+ /**
1884
+ * Call `withdraw_unbonded` for the pools account. This call can be made by any account.
1885
+ *
1886
+ * This is useful if there are too many unlocking chunks to call `unbond`, and some
1887
+ * can be cleared by withdrawing. In the case there are too many unlocking chunks, the user
1888
+ * would probably see an error like `NoMoreChunks` emitted from the staking system when
1889
+ * they attempt to unbond.
1890
+ **/
1891
+ poolWithdrawUnbonded: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
1892
+ /**
1893
+ * Allows a pool member to set a claim permission to allow or disallow permissionless
1894
+ * bonding and withdrawing.
1895
+ *
1896
+ * # Arguments
1897
+ *
1898
+ * * `origin` - Member of a pool.
1899
+ * * `permission` - The permission to be applied.
1900
+ **/
1901
+ setClaimPermission: AugmentedSubmittable<(permission: PezpalletNominationPoolsClaimPermission) => SubmittableExtrinsic<ApiType>, [PezpalletNominationPoolsClaimPermission]>;
1902
+ /**
1903
+ * Set the commission of a pool.
1904
+ * Both a commission percentage and a commission payee must be provided in the `current`
1905
+ * tuple. Where a `current` of `None` is provided, any current commission will be removed.
1906
+ *
1907
+ * - If a `None` is supplied to `new_commission`, existing commission will be removed.
1908
+ **/
1909
+ setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option<ITuple<[Perbill, AccountId32]>> | null | Uint8Array | ITuple<[Perbill, AccountId32]> | [Perbill | AnyNumber | Uint8Array, AccountId32 | string | Uint8Array]) => SubmittableExtrinsic<ApiType>, [u32, Option<ITuple<[Perbill, AccountId32]>>]>;
1910
+ /**
1911
+ * Set the commission change rate for a pool.
1912
+ *
1913
+ * Initial change rate is not bounded, whereas subsequent updates can only be more
1914
+ * restrictive than the current.
1915
+ **/
1916
+ setCommissionChangeRate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, changeRate: PezpalletNominationPoolsCommissionChangeRate) => SubmittableExtrinsic<ApiType>, [u32, PezpalletNominationPoolsCommissionChangeRate]>;
1917
+ /**
1918
+ * Set or remove a pool's commission claim permission.
1919
+ *
1920
+ * Determines who can claim the pool's pending commission. Only the `Root` role of the pool
1921
+ * is able to configure commission claim permissions.
1922
+ **/
1923
+ setCommissionClaimPermission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, permission: Option<PezpalletNominationPoolsCommissionClaimPermission> | null | Uint8Array | PezpalletNominationPoolsCommissionClaimPermission) => SubmittableExtrinsic<ApiType>, [u32, Option<PezpalletNominationPoolsCommissionClaimPermission>]>;
1924
+ /**
1925
+ * Set the maximum commission of a pool.
1926
+ *
1927
+ * - Initial max can be set to any `Perbill`, and only smaller values thereafter.
1928
+ * - Current commission will be lowered in the event it is higher than a new max
1929
+ * commission.
1930
+ **/
1931
+ setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Perbill]>;
1932
+ /**
1933
+ * Update configurations for the nomination pools. The origin for this call must be
1934
+ * [`Config::AdminOrigin`].
1935
+ *
1936
+ * # Arguments
1937
+ *
1938
+ * * `min_join_bond` - Set [`MinJoinBond`].
1939
+ * * `min_create_bond` - Set [`MinCreateBond`].
1940
+ * * `max_pools` - Set [`MaxPools`].
1941
+ * * `max_members` - Set [`MaxPoolMembers`].
1942
+ * * `max_members_per_pool` - Set [`MaxPoolMembersPerPool`].
1943
+ * * `global_max_commission` - Set [`GlobalMaxCommission`].
1944
+ **/
1945
+ setConfigs: AugmentedSubmittable<(minJoinBond: PezpalletNominationPoolsConfigOpU128, minCreateBond: PezpalletNominationPoolsConfigOpU128, maxPools: PezpalletNominationPoolsConfigOpU32, maxMembers: PezpalletNominationPoolsConfigOpU32, maxMembersPerPool: PezpalletNominationPoolsConfigOpU32, globalMaxCommission: PezpalletNominationPoolsConfigOpPerbill) => SubmittableExtrinsic<ApiType>, [PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsConfigOpPerbill]>;
1946
+ /**
1947
+ * Set a new metadata for the pool.
1948
+ *
1949
+ * The dispatch origin of this call must be signed by the bouncer, or the root role of the
1950
+ * pool.
1951
+ **/
1952
+ setMetadata: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, metadata: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
1953
+ /**
1954
+ * Set a new state for the pool.
1955
+ *
1956
+ * If a pool is already in the `Destroying` state, then under no condition can its state
1957
+ * change again.
1958
+ *
1959
+ * The dispatch origin of this call must be either:
1960
+ *
1961
+ * 1. signed by the bouncer, or the root role of the pool,
1962
+ * 2. if the pool conditions to be open are NOT met (as described by `ok_to_be_open`), and
1963
+ * then the state of the pool can be permissionlessly changed to `Destroying`.
1964
+ **/
1965
+ setState: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, state: PezpalletNominationPoolsPoolState) => SubmittableExtrinsic<ApiType>, [u32, PezpalletNominationPoolsPoolState]>;
1966
+ /**
1967
+ * Unbond up to `unbonding_points` of the `member_account`'s funds from the pool. It
1968
+ * implicitly collects the rewards one last time, since not doing so would mean some
1969
+ * rewards would be forfeited.
1970
+ *
1971
+ * Under certain conditions, this call can be dispatched permissionlessly (i.e. by any
1972
+ * account).
1973
+ *
1974
+ * # Conditions for a permissionless dispatch.
1975
+ *
1976
+ * * The pool is blocked and the caller is either the root or bouncer. This is refereed to
1977
+ * as a kick.
1978
+ * * The pool is destroying and the member is not the depositor.
1979
+ * * The pool is destroying, the member is the depositor and no other members are in the
1980
+ * pool.
1981
+ *
1982
+ * ## Conditions for permissioned dispatch (i.e. the caller is also the
1983
+ * `member_account`):
1984
+ *
1985
+ * * The caller is not the depositor.
1986
+ * * The caller is the depositor, the pool is destroying and no other members are in the
1987
+ * pool.
1988
+ *
1989
+ * # Note
1990
+ *
1991
+ * If there are too many unlocking chunks to unbond with the pool account,
1992
+ * [`Call::pool_withdraw_unbonded`] can be called to try and minimize unlocking chunks.
1993
+ * The [`StakingInterface::unbond`] will implicitly call [`Call::pool_withdraw_unbonded`]
1994
+ * to try to free chunks if necessary (ie. if unbound was called and no unlocking chunks
1995
+ * are available). However, it may not be possible to release the current unlocking chunks,
1996
+ * in which case, the result of this call will likely be the `NoMoreChunks` error from the
1997
+ * staking system.
1998
+ **/
1999
+ unbond: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, unbondingPoints: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
2000
+ /**
2001
+ * Update the roles of the pool.
2002
+ *
2003
+ * The root is the only entity that can change any of the roles, including itself,
2004
+ * excluding the depositor, who can never change.
2005
+ *
2006
+ * It emits an event, notifying UIs of the role change. This event is quite relevant to
2007
+ * most pool members and they should be informed of changes to pool roles.
2008
+ **/
2009
+ updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PezpalletNominationPoolsConfigOpAccountId32, newNominator: PezpalletNominationPoolsConfigOpAccountId32, newBouncer: PezpalletNominationPoolsConfigOpAccountId32) => SubmittableExtrinsic<ApiType>, [u32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32]>;
2010
+ /**
2011
+ * Withdraw unbonded funds from `member_account`. If no bonded funds can be unbonded, an
2012
+ * error is returned.
2013
+ *
2014
+ * Under certain conditions, this call can be dispatched permissionlessly (i.e. by any
2015
+ * account).
2016
+ *
2017
+ * # Conditions for a permissionless dispatch
2018
+ *
2019
+ * * The pool is in destroy mode and the target is not the depositor.
2020
+ * * The target is the depositor and they are the only member in the sub pools.
2021
+ * * The pool is blocked and the caller is either the root or bouncer.
2022
+ *
2023
+ * # Conditions for permissioned dispatch
2024
+ *
2025
+ * * The caller is the target and they are not the depositor.
2026
+ *
2027
+ * # Note
2028
+ *
2029
+ * - If the target is the depositor, the pool will be destroyed.
2030
+ * - If the pool has any pending slash, we also try to slash the member before letting them
2031
+ * withdraw. This calculation adds some weight overhead and is only defensive. In reality,
2032
+ * pool slashes must have been already applied via permissionless [`Call::apply_slash`].
2033
+ **/
2034
+ withdrawUnbonded: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32]>;
2035
+ /**
2036
+ * Generic tx
2037
+ **/
2038
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2039
+ };
2040
+ onDemand: {
2041
+ /**
2042
+ * Create a single on demand core order.
2043
+ * Will use the spot price for the current block and will reap the account if needed.
2044
+ *
2045
+ * Parameters:
2046
+ * - `origin`: The sender of the call, funds will be withdrawn from this account.
2047
+ * - `max_amount`: The maximum balance to withdraw from the origin to place an order.
2048
+ * - `para_id`: A `ParaId` the origin wants to provide blockspace for.
2049
+ *
2050
+ * Errors:
2051
+ * - `InsufficientBalance`: from the Currency implementation
2052
+ * - `QueueFull`
2053
+ * - `SpotPriceHigherThanMaxAmount`
2054
+ *
2055
+ * Events:
2056
+ * - `OnDemandOrderPlaced`
2057
+ **/
2058
+ placeOrderAllowDeath: AugmentedSubmittable<(maxAmount: u128 | AnyNumber | Uint8Array, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128, u32]>;
2059
+ /**
2060
+ * Same as the [`place_order_allow_death`](Self::place_order_allow_death) call , but with a
2061
+ * check that placing the order will not reap the account.
2062
+ *
2063
+ * Parameters:
2064
+ * - `origin`: The sender of the call, funds will be withdrawn from this account.
2065
+ * - `max_amount`: The maximum balance to withdraw from the origin to place an order.
2066
+ * - `para_id`: A `ParaId` the origin wants to provide blockspace for.
2067
+ *
2068
+ * Errors:
2069
+ * - `InsufficientBalance`: from the Currency implementation
2070
+ * - `QueueFull`
2071
+ * - `SpotPriceHigherThanMaxAmount`
2072
+ *
2073
+ * Events:
2074
+ * - `OnDemandOrderPlaced`
2075
+ **/
2076
+ placeOrderKeepAlive: AugmentedSubmittable<(maxAmount: u128 | AnyNumber | Uint8Array, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128, u32]>;
2077
+ /**
2078
+ * Create a single on demand core order with credits.
2079
+ * Will charge the owner's on-demand credit account the spot price for the current block.
2080
+ *
2081
+ * Parameters:
2082
+ * - `origin`: The sender of the call, on-demand credits will be withdrawn from this
2083
+ * account.
2084
+ * - `max_amount`: The maximum number of credits to spend from the origin to place an
2085
+ * order.
2086
+ * - `para_id`: A `ParaId` the origin wants to provide blockspace for.
2087
+ *
2088
+ * Errors:
2089
+ * - `InsufficientCredits`
2090
+ * - `QueueFull`
2091
+ * - `SpotPriceHigherThanMaxAmount`
2092
+ *
2093
+ * Events:
2094
+ * - `OnDemandOrderPlaced`
2095
+ **/
2096
+ placeOrderWithCredits: AugmentedSubmittable<(maxAmount: u128 | AnyNumber | Uint8Array, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128, u32]>;
2097
+ /**
2098
+ * Generic tx
2099
+ **/
2100
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2101
+ };
2102
+ paraInclusion: {
2103
+ /**
2104
+ * Generic tx
2105
+ **/
2106
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2107
+ };
2108
+ paraInherent: {
2109
+ /**
2110
+ * Enter the paras inherent. This will process bitfields and backed candidates.
2111
+ **/
2112
+ enter: AugmentedSubmittable<(data: PezkuwiPrimitivesVstagingInherentData) => SubmittableExtrinsic<ApiType>, [PezkuwiPrimitivesVstagingInherentData]>;
2113
+ /**
2114
+ * Generic tx
2115
+ **/
2116
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2117
+ };
2118
+ paras: {
2119
+ /**
2120
+ * Adds the validation code to the storage.
2121
+ *
2122
+ * The code will not be added if it is already present. Additionally, if PVF pre-checking
2123
+ * is running for that code, it will be instantly accepted.
2124
+ *
2125
+ * Otherwise, the code will be added into the storage. Note that the code will be added
2126
+ * into storage with reference count 0. This is to account the fact that there are no users
2127
+ * for this code yet. The caller will have to make sure that this code eventually gets
2128
+ * used by some parachain or removed from the storage to avoid storage leaks. For the
2129
+ * latter prefer to use the `poke_unused_validation_code` dispatchable to raw storage
2130
+ * manipulation.
2131
+ *
2132
+ * This function is mainly meant to be used for upgrading parachains that do not follow
2133
+ * the go-ahead signal while the PVF pre-checking feature is enabled.
2134
+ **/
2135
+ addTrustedValidationCode: AugmentedSubmittable<(validationCode: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
2136
+ /**
2137
+ * Applies the already authorized current code for the parachain,
2138
+ * triggering the same functionality as `force_set_current_code`.
2139
+ **/
2140
+ applyAuthorizedForceSetCurrentCode: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, newCode: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
2141
+ /**
2142
+ * Sets the storage for the authorized current code hash of the parachain.
2143
+ * If not applied, it will be removed at the `System::block_number() + valid_period` block.
2144
+ *
2145
+ * This can be useful, when triggering `Paras::force_set_current_code(para, code)`
2146
+ * from a different chain than the one where the `Paras` pallet is deployed.
2147
+ *
2148
+ * The main purpose is to avoid transferring the entire `code` Wasm blob between chains.
2149
+ * Instead, we authorize `code_hash` with `root`, which can later be applied by
2150
+ * `Paras::apply_authorized_force_set_current_code(para, code)` by anyone.
2151
+ *
2152
+ * Authorizations are stored in an **overwriting manner**.
2153
+ **/
2154
+ authorizeForceSetCurrentCodeHash: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, newCodeHash: H256 | string | Uint8Array, validPeriod: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, H256, u32]>;
2155
+ /**
2156
+ * Note a new block head for para within the context of the current block.
2157
+ **/
2158
+ forceNoteNewHead: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, newHead: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
2159
+ /**
2160
+ * Put a parachain directly into the next session's action queue.
2161
+ * We can't queue it any sooner than this without going into the
2162
+ * initializer...
2163
+ **/
2164
+ forceQueueAction: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2165
+ /**
2166
+ * Schedule an upgrade as if it was scheduled in the given relay parent block.
2167
+ **/
2168
+ forceScheduleCodeUpgrade: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, newCode: Bytes | string | Uint8Array, relayParentNumber: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes, u32]>;
2169
+ /**
2170
+ * Set the storage for the parachain validation code immediately.
2171
+ **/
2172
+ forceSetCurrentCode: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, newCode: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
2173
+ /**
2174
+ * Set the storage for the current parachain head data immediately.
2175
+ **/
2176
+ forceSetCurrentHead: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, newHead: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
2177
+ /**
2178
+ * Set the storage for the current parachain head data immediately.
2179
+ **/
2180
+ forceSetMostRecentContext: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, context: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
2181
+ /**
2182
+ * Includes a statement for a PVF pre-checking vote. Potentially, finalizes the vote and
2183
+ * enacts the results if that was the last vote before achieving the supermajority.
2184
+ **/
2185
+ includePvfCheckStatement: AugmentedSubmittable<(stmt: PezkuwiPrimitivesV8PvfCheckStatement, signature: PezkuwiPrimitivesV8ValidatorAppSignature) => SubmittableExtrinsic<ApiType>, [PezkuwiPrimitivesV8PvfCheckStatement, PezkuwiPrimitivesV8ValidatorAppSignature]>;
2186
+ /**
2187
+ * Remove the validation code from the storage iff the reference count is 0.
2188
+ *
2189
+ * This is better than removing the storage directly, because it will not remove the code
2190
+ * that was suddenly got used by some parachain while this dispatchable was pending
2191
+ * dispatching.
2192
+ **/
2193
+ pokeUnusedValidationCode: AugmentedSubmittable<(validationCodeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
2194
+ /**
2195
+ * Remove an upgrade cooldown for a parachain.
2196
+ *
2197
+ * The cost for removing the cooldown earlier depends on the time left for the cooldown
2198
+ * multiplied by [`Config::CooldownRemovalMultiplier`]. The paid tokens are burned.
2199
+ **/
2200
+ removeUpgradeCooldown: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2201
+ /**
2202
+ * Generic tx
2203
+ **/
2204
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2205
+ };
2206
+ parasDisputes: {
2207
+ forceUnfreeze: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2208
+ /**
2209
+ * Generic tx
2210
+ **/
2211
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2212
+ };
2213
+ parasShared: {
2214
+ /**
2215
+ * Generic tx
2216
+ **/
2217
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2218
+ };
2219
+ parasSlashing: {
2220
+ reportDisputeLostUnsigned: AugmentedSubmittable<(disputeProof: PezkuwiPrimitivesVstagingDisputeProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezkuwiPrimitivesVstagingDisputeProof, PezspSessionMembershipProof]>;
2221
+ /**
2222
+ * Generic tx
2223
+ **/
2224
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2225
+ };
2226
+ preimage: {
2227
+ /**
2228
+ * Ensure that the bulk of pre-images is upgraded.
2229
+ *
2230
+ * The caller pays no fee if at least 90% of pre-images were successfully updated.
2231
+ **/
2232
+ ensureUpdated: AugmentedSubmittable<(hashes: Vec<H256> | (H256 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<H256>]>;
2233
+ /**
2234
+ * Register a preimage on-chain.
2235
+ *
2236
+ * If the preimage was previously requested, no fees or deposits are taken for providing
2237
+ * the preimage. Otherwise, a deposit is taken proportional to the size of the preimage.
2238
+ **/
2239
+ notePreimage: AugmentedSubmittable<(bytes: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
2240
+ /**
2241
+ * Request a preimage be uploaded to the chain without paying any fees or deposits.
2242
+ *
2243
+ * If the preimage requests has already been provided on-chain, we unreserve any deposit
2244
+ * a user may have paid, and take the control of the preimage out of their hands.
2245
+ **/
2246
+ requestPreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
2247
+ /**
2248
+ * Clear an unrequested preimage from the runtime storage.
2249
+ *
2250
+ * If `len` is provided, then it will be a much cheaper operation.
2251
+ *
2252
+ * - `hash`: The hash of the preimage to be removed from the store.
2253
+ * - `len`: The length of the preimage of `hash`.
2254
+ **/
2255
+ unnotePreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
2256
+ /**
2257
+ * Clear a previously made request for a preimage.
2258
+ *
2259
+ * NOTE: THIS MUST NOT BE CALLED ON `hash` MORE TIMES THAN `request_preimage`.
2260
+ **/
2261
+ unrequestPreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
2262
+ /**
2263
+ * Generic tx
2264
+ **/
2265
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2266
+ };
2267
+ proxy: {
2268
+ /**
2269
+ * Register a proxy account for the sender that is able to make calls on its behalf.
2270
+ *
2271
+ * The dispatch origin for this call must be _Signed_.
2272
+ *
2273
+ * Parameters:
2274
+ * - `proxy`: The account that the `caller` would like to make a proxy.
2275
+ * - `proxy_type`: The permissions allowed for this proxy account.
2276
+ * - `delay`: The announcement period required of the initial proxy. Will generally be
2277
+ * zero.
2278
+ **/
2279
+ addProxy: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: PezkuwiRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PezkuwiRuntimeConstantsProxyProxyType, u32]>;
2280
+ /**
2281
+ * Publish the hash of a proxy-call that will be made in the future.
2282
+ *
2283
+ * This must be called some number of blocks before the corresponding `proxy` is attempted
2284
+ * if the delay associated with the proxy relationship is greater than zero.
2285
+ *
2286
+ * No more than `MaxPending` announcements may be made at any one time.
2287
+ *
2288
+ * This will take a deposit of `AnnouncementDepositFactor` as well as
2289
+ * `AnnouncementDepositBase` if there are no other pending announcements.
2290
+ *
2291
+ * The dispatch origin for this call must be _Signed_ and a proxy of `real`.
2292
+ *
2293
+ * Parameters:
2294
+ * - `real`: The account that the proxy will make a call on behalf of.
2295
+ * - `call_hash`: The hash of the call to be made by the `real` account.
2296
+ **/
2297
+ announce: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, H256]>;
2298
+ /**
2299
+ * Spawn a fresh new account that is guaranteed to be otherwise inaccessible, and
2300
+ * initialize it with a proxy of `proxy_type` for `origin` sender.
2301
+ *
2302
+ * Requires a `Signed` origin.
2303
+ *
2304
+ * - `proxy_type`: The type of the proxy that the sender will be registered as over the
2305
+ * new account. This will almost always be the most permissive `ProxyType` possible to
2306
+ * allow for maximum flexibility.
2307
+ * - `index`: A disambiguation index, in case this is called multiple times in the same
2308
+ * transaction (e.g. with `utility::batch`). Unless you're using `batch` you probably just
2309
+ * want to use `0`.
2310
+ * - `delay`: The announcement period required of the initial proxy. Will generally be
2311
+ * zero.
2312
+ *
2313
+ * Fails with `Duplicate` if this has already been called in this transaction, from the
2314
+ * same sender, with the same parameters.
2315
+ *
2316
+ * Fails if there are insufficient funds to pay for deposit.
2317
+ **/
2318
+ createPure: AugmentedSubmittable<(proxyType: PezkuwiRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array, index: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezkuwiRuntimeConstantsProxyProxyType, u32, u16]>;
2319
+ /**
2320
+ * Removes a previously spawned pure proxy.
2321
+ *
2322
+ * WARNING: **All access to this account will be lost.** Any funds held in it will be
2323
+ * inaccessible.
2324
+ *
2325
+ * Requires a `Signed` origin, and the sender account must have been created by a call to
2326
+ * `create_pure` with corresponding parameters.
2327
+ *
2328
+ * - `spawner`: The account that originally called `create_pure` to create this account.
2329
+ * - `index`: The disambiguation index originally passed to `create_pure`. Probably `0`.
2330
+ * - `proxy_type`: The proxy type originally passed to `create_pure`.
2331
+ * - `height`: The height of the chain when the call to `create_pure` was processed.
2332
+ * - `ext_index`: The extrinsic index in which the call to `create_pure` was processed.
2333
+ *
2334
+ * Fails with `NoPermission` in case the caller is not a previously created pure
2335
+ * account whose `create_pure` call has corresponding parameters.
2336
+ **/
2337
+ killPure: AugmentedSubmittable<(spawner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: PezkuwiRuntimeConstantsProxyProxyType, index: u16 | AnyNumber | Uint8Array, height: Compact<u32> | AnyNumber | Uint8Array, extIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PezkuwiRuntimeConstantsProxyProxyType, u16, Compact<u32>, Compact<u32>]>;
2338
+ /**
2339
+ * Poke / Adjust deposits made for proxies and announcements based on current values.
2340
+ * This can be used by accounts to possibly lower their locked amount.
2341
+ *
2342
+ * The dispatch origin for this call must be _Signed_.
2343
+ *
2344
+ * The transaction fee is waived if the deposit amount has changed.
2345
+ *
2346
+ * Emits `DepositPoked` if successful.
2347
+ **/
2348
+ pokeDeposit: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2349
+ /**
2350
+ * Dispatch the given `call` from an account that the sender is authorised for through
2351
+ * `add_proxy`.
2352
+ *
2353
+ * The dispatch origin for this call must be _Signed_.
2354
+ *
2355
+ * Parameters:
2356
+ * - `real`: The account that the proxy will make a call on behalf of.
2357
+ * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call.
2358
+ * - `call`: The call to be made by the `real` account.
2359
+ **/
2360
+ proxy: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forceProxyType: Option<PezkuwiRuntimeConstantsProxyProxyType> | null | Uint8Array | PezkuwiRuntimeConstantsProxyProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Option<PezkuwiRuntimeConstantsProxyProxyType>, RuntimeCall]>;
2361
+ /**
2362
+ * Dispatch the given `call` from an account that the sender is authorized for through
2363
+ * `add_proxy`.
2364
+ *
2365
+ * Removes any corresponding announcement(s).
2366
+ *
2367
+ * The dispatch origin for this call must be _Signed_.
2368
+ *
2369
+ * Parameters:
2370
+ * - `real`: The account that the proxy will make a call on behalf of.
2371
+ * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call.
2372
+ * - `call`: The call to be made by the `real` account.
2373
+ **/
2374
+ proxyAnnounced: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forceProxyType: Option<PezkuwiRuntimeConstantsProxyProxyType> | null | Uint8Array | PezkuwiRuntimeConstantsProxyProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, Option<PezkuwiRuntimeConstantsProxyProxyType>, RuntimeCall]>;
2375
+ /**
2376
+ * Remove the given announcement of a delegate.
2377
+ *
2378
+ * May be called by a target (proxied) account to remove a call that one of their delegates
2379
+ * (`delegate`) has announced they want to execute. The deposit is returned.
2380
+ *
2381
+ * The dispatch origin for this call must be _Signed_.
2382
+ *
2383
+ * Parameters:
2384
+ * - `delegate`: The account that previously announced the call.
2385
+ * - `call_hash`: The hash of the call to be made.
2386
+ **/
2387
+ rejectAnnouncement: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, H256]>;
2388
+ /**
2389
+ * Remove a given announcement.
2390
+ *
2391
+ * May be called by a proxy account to remove a call they previously announced and return
2392
+ * the deposit.
2393
+ *
2394
+ * The dispatch origin for this call must be _Signed_.
2395
+ *
2396
+ * Parameters:
2397
+ * - `real`: The account that the proxy will make a call on behalf of.
2398
+ * - `call_hash`: The hash of the call to be made by the `real` account.
2399
+ **/
2400
+ removeAnnouncement: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, H256]>;
2401
+ /**
2402
+ * Unregister all proxy accounts for the sender.
2403
+ *
2404
+ * The dispatch origin for this call must be _Signed_.
2405
+ *
2406
+ * WARNING: This may be called on accounts created by `create_pure`, however if done, then
2407
+ * the unreserved fees will be inaccessible. **All access to this account will be lost.**
2408
+ **/
2409
+ removeProxies: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2410
+ /**
2411
+ * Unregister a proxy account for the sender.
2412
+ *
2413
+ * The dispatch origin for this call must be _Signed_.
2414
+ *
2415
+ * Parameters:
2416
+ * - `proxy`: The account that the `caller` would like to remove as a proxy.
2417
+ * - `proxy_type`: The permissions currently enabled for the removed proxy account.
2418
+ **/
2419
+ removeProxy: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: PezkuwiRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PezkuwiRuntimeConstantsProxyProxyType, u32]>;
2420
+ /**
2421
+ * Generic tx
2422
+ **/
2423
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2424
+ };
2425
+ rcMigrator: {
2426
+ /**
2427
+ * Cancel the migration.
2428
+ *
2429
+ * Migration can only be cancelled if it is in the [`MigrationStage::Scheduled`] state.
2430
+ **/
2431
+ cancelMigration: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2432
+ /**
2433
+ * Set the migration stage.
2434
+ *
2435
+ * This call is intended for emergency use only and is guarded by the
2436
+ * [`Config::AdminOrigin`].
2437
+ **/
2438
+ forceSetStage: AugmentedSubmittable<(stage: PezpalletRcMigratorMigrationStage) => SubmittableExtrinsic<ApiType>, [PezpalletRcMigratorMigrationStage]>;
2439
+ /**
2440
+ * Pause the migration.
2441
+ **/
2442
+ pauseMigration: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2443
+ /**
2444
+ * Set the accounts to be preserved on Relay Chain during the migration.
2445
+ *
2446
+ * The accounts must have no consumers references.
2447
+ **/
2448
+ preserveAccounts: AugmentedSubmittable<(accounts: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>]>;
2449
+ /**
2450
+ * Receive a query response from the Asset Hub for a previously sent xcm message.
2451
+ **/
2452
+ receiveQueryResponse: AugmentedSubmittable<(queryId: u64 | AnyNumber | Uint8Array, response: StagingXcmV5Response | { Null: any } | { Assets: any } | { ExecutionResult: any } | { Version: any } | { PalletsInfo: any } | { DispatchResult: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, StagingXcmV5Response]>;
2453
+ /**
2454
+ * Resend a previously sent and unconfirmed XCM message.
2455
+ **/
2456
+ resendXcm: AugmentedSubmittable<(queryId: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;
2457
+ /**
2458
+ * Schedule the migration to start at a given moment.
2459
+ *
2460
+ * ### Parameters:
2461
+ * - `start`: The block number at which the migration will start. `DispatchTime` calculated
2462
+ * at the moment of the extrinsic execution.
2463
+ * - `warm_up`: Duration or timepoint that will be used to prepare for the migration. Calls
2464
+ * are filtered during this period. It is intended to give enough time for UMP and DMP
2465
+ * queues to empty. `DispatchTime` calculated at the moment of the transition to the
2466
+ * warm-up stage.
2467
+ * - `cool_off`: The block number at which the post migration cool-off period will end. The
2468
+ * `DispatchTime` calculated at the moment of the transition to the cool-off stage.
2469
+ * - `unsafe_ignore_staking_lock_check`: ONLY FOR TESTING. Ignore the check whether the
2470
+ * scheduled time point is far enough in the future.
2471
+ *
2472
+ * Note: If the staking election for next era is already complete, and the next
2473
+ * validator set is queued in `pallet-session`, we want to avoid starting the data
2474
+ * migration at this point as it can lead to some missed validator rewards. To address
2475
+ * this, we stop staking election at the start of migration and must wait atleast 1
2476
+ * session (set via warm_up) before starting the data migration.
2477
+ *
2478
+ * Read [`MigrationStage::Scheduled`] documentation for more details.
2479
+ **/
2480
+ scheduleMigration: AugmentedSubmittable<(start: PezframeSupportScheduleDispatchTime, warmUp: PezframeSupportScheduleDispatchTime, coolOff: PezframeSupportScheduleDispatchTime, unsafeIgnoreStakingLockCheck: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezframeSupportScheduleDispatchTime, PezframeSupportScheduleDispatchTime, PezframeSupportScheduleDispatchTime, bool]>;
2481
+ /**
2482
+ * XCM send call identical to the [`pallet_xcm::Pallet::send`] call but with the
2483
+ * [Config::SendXcm] router which will be able to send messages to the Asset Hub during
2484
+ * the migration.
2485
+ **/
2486
+ sendXcmMessage: AugmentedSubmittable<(dest: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, message: XcmVersionedXcm | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation, XcmVersionedXcm]>;
2487
+ /**
2488
+ * Set the AH UMP queue priority configuration.
2489
+ *
2490
+ * Can only be called by the `AdminOrigin`.
2491
+ **/
2492
+ setAhUmpQueuePriority: AugmentedSubmittable<(updated: PezpalletRcMigratorQueuePriority) => SubmittableExtrinsic<ApiType>, [PezpalletRcMigratorQueuePriority]>;
2493
+ /**
2494
+ * Set the canceller account id.
2495
+ *
2496
+ * The canceller can only stop scheduled migration.
2497
+ **/
2498
+ setCanceller: AugmentedSubmittable<(updated: Option<AccountId32> | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic<ApiType>, [Option<AccountId32>]>;
2499
+ /**
2500
+ * Set the manager account id.
2501
+ *
2502
+ * The manager has the similar to [`Config::AdminOrigin`] privileges except that it
2503
+ * can not set the manager account id via `set_manager` call.
2504
+ **/
2505
+ setManager: AugmentedSubmittable<(updated: Option<AccountId32> | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic<ApiType>, [Option<AccountId32>]>;
2506
+ /**
2507
+ * Set the migration settings. Can only be done by admin or manager.
2508
+ **/
2509
+ setSettings: AugmentedSubmittable<(settings: Option<PezpalletRcMigratorMigrationSettings> | null | Uint8Array | PezpalletRcMigratorMigrationSettings) => SubmittableExtrinsic<ApiType>, [Option<PezpalletRcMigratorMigrationSettings>]>;
2510
+ /**
2511
+ * Set the unprocessed message buffer size.
2512
+ *
2513
+ * `None` means to use the configuration value.
2514
+ **/
2515
+ setUnprocessedMsgBuffer: AugmentedSubmittable<(updated: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
2516
+ /**
2517
+ * Start the data migration.
2518
+ *
2519
+ * This is typically called by the Asset Hub to indicate it's readiness to receive the
2520
+ * migration data.
2521
+ **/
2522
+ startDataMigration: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2523
+ /**
2524
+ * Vote on behalf of any of the members in `MultisigMembers`.
2525
+ *
2526
+ * Unsigned extrinsic, requiring the `payload` to be signed.
2527
+ *
2528
+ * Upon each call, a new entry is created in `ManagerMultisigs` map the `payload.call` to
2529
+ * be dispatched. Once `MultisigThreshold` is reached, the entire map is deleted, and we
2530
+ * move on to the next round.
2531
+ *
2532
+ * The round system ensures that signatures from older round cannot be reused.
2533
+ **/
2534
+ voteManagerMultisig: AugmentedSubmittable<(payload: PezpalletRcMigratorManagerMultisigVote, sig: PezspRuntimeMultiSignature) => SubmittableExtrinsic<ApiType>, [PezpalletRcMigratorManagerMultisigVote, PezspRuntimeMultiSignature]>;
2535
+ /**
2536
+ * Generic tx
2537
+ **/
2538
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2539
+ };
2540
+ referenda: {
2541
+ /**
2542
+ * Cancel an ongoing referendum.
2543
+ *
2544
+ * - `origin`: must be the `CancelOrigin`.
2545
+ * - `index`: The index of the referendum to be cancelled.
2546
+ *
2547
+ * Emits `Cancelled`.
2548
+ **/
2549
+ cancel: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2550
+ /**
2551
+ * Cancel an ongoing referendum and slash the deposits.
2552
+ *
2553
+ * - `origin`: must be the `KillOrigin`.
2554
+ * - `index`: The index of the referendum to be cancelled.
2555
+ *
2556
+ * Emits `Killed` and `DepositSlashed`.
2557
+ **/
2558
+ kill: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2559
+ /**
2560
+ * Advance a referendum onto its next logical state. Only used internally.
2561
+ *
2562
+ * - `origin`: must be `Root`.
2563
+ * - `index`: the referendum to be advanced.
2564
+ **/
2565
+ nudgeReferendum: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2566
+ /**
2567
+ * Advance a track onto its next logical state. Only used internally.
2568
+ *
2569
+ * - `origin`: must be `Root`.
2570
+ * - `track`: the track to be advanced.
2571
+ *
2572
+ * Action item for when there is now one fewer referendum in the deciding phase and the
2573
+ * `DecidingCount` is not yet updated. This means that we should either:
2574
+ * - begin deciding another referendum (and leave `DecidingCount` alone); or
2575
+ * - decrement `DecidingCount`.
2576
+ **/
2577
+ oneFewerDeciding: AugmentedSubmittable<(track: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16]>;
2578
+ /**
2579
+ * Post the Decision Deposit for a referendum.
2580
+ *
2581
+ * - `origin`: must be `Signed` and the account must have funds available for the
2582
+ * referendum's track's Decision Deposit.
2583
+ * - `index`: The index of the submitted referendum whose Decision Deposit is yet to be
2584
+ * posted.
2585
+ *
2586
+ * Emits `DecisionDepositPlaced`.
2587
+ **/
2588
+ placeDecisionDeposit: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2589
+ /**
2590
+ * Refund the Decision Deposit for a closed referendum back to the depositor.
2591
+ *
2592
+ * - `origin`: must be `Signed` or `Root`.
2593
+ * - `index`: The index of a closed referendum whose Decision Deposit has not yet been
2594
+ * refunded.
2595
+ *
2596
+ * Emits `DecisionDepositRefunded`.
2597
+ **/
2598
+ refundDecisionDeposit: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2599
+ /**
2600
+ * Refund the Submission Deposit for a closed referendum back to the depositor.
2601
+ *
2602
+ * - `origin`: must be `Signed` or `Root`.
2603
+ * - `index`: The index of a closed referendum whose Submission Deposit has not yet been
2604
+ * refunded.
2605
+ *
2606
+ * Emits `SubmissionDepositRefunded`.
2607
+ **/
2608
+ refundSubmissionDeposit: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2609
+ /**
2610
+ * Set or clear metadata of a referendum.
2611
+ *
2612
+ * Parameters:
2613
+ * - `origin`: Must be `Signed` by a creator of a referendum or by anyone to clear a
2614
+ * metadata of a finished referendum.
2615
+ * - `index`: The index of a referendum to set or clear metadata for.
2616
+ * - `maybe_hash`: The hash of an on-chain stored preimage. `None` to clear a metadata.
2617
+ **/
2618
+ setMetadata: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array, maybeHash: Option<H256> | null | Uint8Array | H256 | string) => SubmittableExtrinsic<ApiType>, [u32, Option<H256>]>;
2619
+ /**
2620
+ * Propose a referendum on a privileged action.
2621
+ *
2622
+ * - `origin`: must be `SubmitOrigin` and the account must have `SubmissionDeposit` funds
2623
+ * available.
2624
+ * - `proposal_origin`: The origin from which the proposal should be executed.
2625
+ * - `proposal`: The proposal.
2626
+ * - `enactment_moment`: The moment that the proposal should be enacted.
2627
+ *
2628
+ * Emits `Submitted`.
2629
+ **/
2630
+ submit: AugmentedSubmittable<(proposalOrigin: PezkuwiRuntimeOriginCaller, proposal: PezframeSupportPreimagesBounded, enactmentMoment: PezframeSupportScheduleDispatchTime) => SubmittableExtrinsic<ApiType>, [PezkuwiRuntimeOriginCaller, PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime]>;
2631
+ /**
2632
+ * Generic tx
2633
+ **/
2634
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2635
+ };
2636
+ registrar: {
2637
+ /**
2638
+ * Add a manager lock from a para. This will prevent the manager of a
2639
+ * para to deregister or swap a para.
2640
+ *
2641
+ * Can be called by Root, the parachain, or the parachain manager if the parachain is
2642
+ * unlocked.
2643
+ **/
2644
+ addLock: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2645
+ /**
2646
+ * Deregister a Para Id, freeing all data and returning any deposit.
2647
+ *
2648
+ * The caller must be Root, the `para` owner, or the `para` itself. The para must be an
2649
+ * on-demand parachain.
2650
+ **/
2651
+ deregister: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2652
+ /**
2653
+ * Force the registration of a Para Id on the relay chain.
2654
+ *
2655
+ * This function must be called by a Root origin.
2656
+ *
2657
+ * The deposit taken can be specified for this registration. Any `ParaId`
2658
+ * can be registered, including sub-1000 IDs which are System Parachains.
2659
+ **/
2660
+ forceRegister: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, deposit: u128 | AnyNumber | Uint8Array, id: u32 | AnyNumber | Uint8Array, genesisHead: Bytes | string | Uint8Array, validationCode: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u128, u32, Bytes, Bytes]>;
2661
+ /**
2662
+ * Register head data and validation code for a reserved Para Id.
2663
+ *
2664
+ * ## Arguments
2665
+ * - `origin`: Must be called by a `Signed` origin.
2666
+ * - `id`: The para ID. Must be owned/managed by the `origin` signing account.
2667
+ * - `genesis_head`: The genesis head data of the parachain/thread.
2668
+ * - `validation_code`: The initial validation code of the parachain/thread.
2669
+ *
2670
+ * ## Deposits/Fees
2671
+ * The account with the originating signature must reserve a deposit.
2672
+ *
2673
+ * The deposit is required to cover the costs associated with storing the genesis head
2674
+ * data and the validation code.
2675
+ * This accounts for the potential to store validation code of a size up to the
2676
+ * `max_code_size`, as defined in the configuration pallet
2677
+ *
2678
+ * Anything already reserved previously for this para ID is accounted for.
2679
+ *
2680
+ * ## Events
2681
+ * The `Registered` event is emitted in case of success.
2682
+ **/
2683
+ register: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, genesisHead: Bytes | string | Uint8Array, validationCode: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes, Bytes]>;
2684
+ /**
2685
+ * Remove a manager lock from a para. This will allow the manager of a
2686
+ * previously locked para to deregister or swap a para without using governance.
2687
+ *
2688
+ * Can only be called by the Root origin or the parachain.
2689
+ **/
2690
+ removeLock: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2691
+ /**
2692
+ * Reserve a Para Id on the relay chain.
2693
+ *
2694
+ * This function will reserve a new Para Id to be owned/managed by the origin account.
2695
+ * The origin account is able to register head data and validation code using `register` to
2696
+ * create an on-demand parachain. Using the Slots pallet, an on-demand parachain can then
2697
+ * be upgraded to a lease holding parachain.
2698
+ *
2699
+ * ## Arguments
2700
+ * - `origin`: Must be called by a `Signed` origin. Becomes the manager/owner of the new
2701
+ * para ID.
2702
+ *
2703
+ * ## Deposits/Fees
2704
+ * The origin must reserve a deposit of `ParaDeposit` for the registration.
2705
+ *
2706
+ * ## Events
2707
+ * The `Reserved` event is emitted in case of success, which provides the ID reserved for
2708
+ * use.
2709
+ **/
2710
+ reserve: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2711
+ /**
2712
+ * Schedule a parachain upgrade.
2713
+ *
2714
+ * This will kick off a check of `new_code` by all validators. After the majority of the
2715
+ * validators have reported on the validity of the code, the code will either be enacted
2716
+ * or the upgrade will be rejected. If the code will be enacted, the current code of the
2717
+ * parachain will be overwritten directly. This means that any PoV will be checked by this
2718
+ * new code. The parachain itself will not be informed explicitly that the validation code
2719
+ * has changed.
2720
+ *
2721
+ * Can be called by Root, the parachain, or the parachain manager if the parachain is
2722
+ * unlocked.
2723
+ **/
2724
+ scheduleCodeUpgrade: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, newCode: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
2725
+ /**
2726
+ * Set the parachain's current head.
2727
+ *
2728
+ * Can be called by Root, the parachain, or the parachain manager if the parachain is
2729
+ * unlocked.
2730
+ **/
2731
+ setCurrentHead: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, newHead: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
2732
+ /**
2733
+ * Swap a lease holding parachain with another parachain, either on-demand or lease
2734
+ * holding.
2735
+ *
2736
+ * The origin must be Root, the `para` owner, or the `para` itself.
2737
+ *
2738
+ * The swap will happen only if there is already an opposite swap pending. If there is not,
2739
+ * the swap will be stored in the pending swaps map, ready for a later confirmatory swap.
2740
+ *
2741
+ * The `ParaId`s remain mapped to the same head data and code so external code can rely on
2742
+ * `ParaId` to be a long-term identifier of a notional "parachain". However, their
2743
+ * scheduling info (i.e. whether they're an on-demand parachain or lease holding
2744
+ * parachain), auction information and the auction deposit are switched.
2745
+ **/
2746
+ swap: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, other: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
2747
+ /**
2748
+ * Generic tx
2749
+ **/
2750
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2751
+ };
2752
+ scheduler: {
2753
+ /**
2754
+ * Cancel an anonymously scheduled task.
2755
+ **/
2756
+ cancel: AugmentedSubmittable<(when: u32 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
2757
+ /**
2758
+ * Cancel a named scheduled task.
2759
+ **/
2760
+ cancelNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed]>;
2761
+ /**
2762
+ * Removes the retry configuration of a task.
2763
+ **/
2764
+ cancelRetry: AugmentedSubmittable<(task: ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array]) => SubmittableExtrinsic<ApiType>, [ITuple<[u32, u32]>]>;
2765
+ /**
2766
+ * Cancel the retry configuration of a named task.
2767
+ **/
2768
+ cancelRetryNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed]>;
2769
+ /**
2770
+ * Anonymously schedule a task.
2771
+ **/
2772
+ schedule: AugmentedSubmittable<(when: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Option<ITuple<[u32, u32]>>, u8, RuntimeCall]>;
2773
+ /**
2774
+ * Anonymously schedule a task after a delay.
2775
+ **/
2776
+ scheduleAfter: AugmentedSubmittable<(after: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Option<ITuple<[u32, u32]>>, u8, RuntimeCall]>;
2777
+ /**
2778
+ * Schedule a named task.
2779
+ **/
2780
+ scheduleNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, when: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed, u32, Option<ITuple<[u32, u32]>>, u8, RuntimeCall]>;
2781
+ /**
2782
+ * Schedule a named task after a delay.
2783
+ **/
2784
+ scheduleNamedAfter: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, after: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed, u32, Option<ITuple<[u32, u32]>>, u8, RuntimeCall]>;
2785
+ /**
2786
+ * Set a retry configuration for a task so that, in case its scheduled run fails, it will
2787
+ * be retried after `period` blocks, for a total amount of `retries` retries or until it
2788
+ * succeeds.
2789
+ *
2790
+ * Tasks which need to be scheduled for a retry are still subject to weight metering and
2791
+ * agenda space, same as a regular task. If a periodic task fails, it will be scheduled
2792
+ * normally while the task is retrying.
2793
+ *
2794
+ * Tasks scheduled as a result of a retry for a periodic task are unnamed, non-periodic
2795
+ * clones of the original task. Their retry configuration will be derived from the
2796
+ * original task's configuration, but will have a lower value for `remaining` than the
2797
+ * original `total_retries`.
2798
+ **/
2799
+ setRetry: AugmentedSubmittable<(task: ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], retries: u8 | AnyNumber | Uint8Array, period: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [ITuple<[u32, u32]>, u8, u32]>;
2800
+ /**
2801
+ * Set a retry configuration for a named task so that, in case its scheduled run fails, it
2802
+ * will be retried after `period` blocks, for a total amount of `retries` retries or until
2803
+ * it succeeds.
2804
+ *
2805
+ * Tasks which need to be scheduled for a retry are still subject to weight metering and
2806
+ * agenda space, same as a regular task. If a periodic task fails, it will be scheduled
2807
+ * normally while the task is retrying.
2808
+ *
2809
+ * Tasks scheduled as a result of a retry for a periodic task are unnamed, non-periodic
2810
+ * clones of the original task. Their retry configuration will be derived from the
2811
+ * original task's configuration, but will have a lower value for `remaining` than the
2812
+ * original `total_retries`.
2813
+ **/
2814
+ setRetryNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, retries: u8 | AnyNumber | Uint8Array, period: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed, u8, u32]>;
2815
+ /**
2816
+ * Generic tx
2817
+ **/
2818
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2819
+ };
2820
+ session: {
2821
+ /**
2822
+ * Removes any session key(s) of the function caller.
2823
+ *
2824
+ * This doesn't take effect until the next session.
2825
+ *
2826
+ * The dispatch origin of this function must be Signed and the account must be either be
2827
+ * convertible to a validator ID using the chain's typical addressing system (this usually
2828
+ * means being a controller account) or directly convertible into a validator ID (which
2829
+ * usually means being a stash account).
2830
+ *
2831
+ * ## Complexity
2832
+ * - `O(1)` in number of key types. Actual cost depends on the number of length of
2833
+ * `T::Keys::key_ids()` which is fixed.
2834
+ **/
2835
+ purgeKeys: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2836
+ /**
2837
+ * Sets the session key(s) of the function caller to `keys`.
2838
+ * Allows an account to set its session key prior to becoming a validator.
2839
+ * This doesn't take effect until the next session.
2840
+ *
2841
+ * The dispatch origin of this function must be signed.
2842
+ *
2843
+ * ## Complexity
2844
+ * - `O(1)`. Actual cost depends on the number of length of `T::Keys::key_ids()` which is
2845
+ * fixed.
2846
+ **/
2847
+ setKeys: AugmentedSubmittable<(keys: PezkuwiRuntimeSessionKeys, proof: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezkuwiRuntimeSessionKeys, Bytes]>;
2848
+ /**
2849
+ * Generic tx
2850
+ **/
2851
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2852
+ };
2853
+ slots: {
2854
+ /**
2855
+ * Clear all leases for a Para Id, refunding any deposits back to the original owners.
2856
+ *
2857
+ * The dispatch origin for this call must match `T::ForceOrigin`.
2858
+ **/
2859
+ clearAllLeases: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2860
+ /**
2861
+ * Just a connect into the `lease_out` call, in case Root wants to force some lease to
2862
+ * happen independently of any other on-chain mechanism to use it.
2863
+ *
2864
+ * The dispatch origin for this call must match `T::ForceOrigin`.
2865
+ **/
2866
+ forceLease: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, leaser: AccountId32 | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, periodBegin: u32 | AnyNumber | Uint8Array, periodCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, AccountId32, u128, u32, u32]>;
2867
+ /**
2868
+ * Try to onboard a parachain that has a lease for the current lease period.
2869
+ *
2870
+ * This function can be useful if there was some state issue with a para that should
2871
+ * have onboarded, but was unable to. As long as they have a lease period, we can
2872
+ * let them onboard from here.
2873
+ *
2874
+ * Origin must be signed, but can be called by anyone.
2875
+ **/
2876
+ triggerOnboard: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2877
+ /**
2878
+ * Generic tx
2879
+ **/
2880
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2881
+ };
2882
+ staking: {
2883
+ /**
2884
+ * Take the origin account as a stash and lock up `value` of its balance. `controller` will
2885
+ * be the account that controls it.
2886
+ *
2887
+ * `value` must be more than the `minimum_balance` specified by `T::Currency`.
2888
+ *
2889
+ * The dispatch origin for this call must be _Signed_ by the stash account.
2890
+ *
2891
+ * Emits `Bonded`.
2892
+ * ## Complexity
2893
+ * - Independent of the arguments. Moderate complexity.
2894
+ * - O(1).
2895
+ * - Three extra DB entries.
2896
+ *
2897
+ * NOTE: Two of the storage writes (`Self::bonded`, `Self::payee`) are _never_ cleaned
2898
+ * unless the `origin` falls below _existential deposit_ (or equal to 0) and gets removed
2899
+ * as dust.
2900
+ **/
2901
+ bond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, payee: PezpalletStakingRewardDestination) => SubmittableExtrinsic<ApiType>, [Compact<u128>, PezpalletStakingRewardDestination]>;
2902
+ /**
2903
+ * Add some extra amount that have appeared in the stash `free_balance` into the balance up
2904
+ * for staking.
2905
+ *
2906
+ * The dispatch origin for this call must be _Signed_ by the stash, not the controller.
2907
+ *
2908
+ * Use this if there are additional funds in your stash account that you wish to bond.
2909
+ * Unlike [`bond`](Self::bond) or [`unbond`](Self::unbond) this function does not impose
2910
+ * any limitation on the amount that can be added.
2911
+ *
2912
+ * Emits `Bonded`.
2913
+ *
2914
+ * ## Complexity
2915
+ * - Independent of the arguments. Insignificant complexity.
2916
+ * - O(1).
2917
+ **/
2918
+ bondExtra: AugmentedSubmittable<(maxAdditional: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
2919
+ /**
2920
+ * Cancel enactment of a deferred slash.
2921
+ *
2922
+ * Can be called by the `T::AdminOrigin`.
2923
+ *
2924
+ * Parameters: era and indices of the slashes for that era to kill.
2925
+ * They **must** be sorted in ascending order, *and* unique.
2926
+ **/
2927
+ cancelDeferredSlash: AugmentedSubmittable<(era: u32 | AnyNumber | Uint8Array, slashIndices: Vec<u32> | (u32 | AnyNumber | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<u32>]>;
2928
+ /**
2929
+ * Declare no desire to either validate or nominate.
2930
+ *
2931
+ * Effects will be felt at the beginning of the next era.
2932
+ *
2933
+ * The dispatch origin for this call must be _Signed_ by the controller, not the stash.
2934
+ *
2935
+ * ## Complexity
2936
+ * - Independent of the arguments. Insignificant complexity.
2937
+ * - Contains one read.
2938
+ * - Writes are limited to the `origin` account key.
2939
+ **/
2940
+ chill: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2941
+ /**
2942
+ * Declare a `controller` to stop participating as either a validator or nominator.
2943
+ *
2944
+ * Effects will be felt at the beginning of the next era.
2945
+ *
2946
+ * The dispatch origin for this call must be _Signed_, but can be called by anyone.
2947
+ *
2948
+ * If the caller is the same as the controller being targeted, then no further checks are
2949
+ * enforced, and this function behaves just like `chill`.
2950
+ *
2951
+ * If the caller is different than the controller being targeted, the following conditions
2952
+ * must be met:
2953
+ *
2954
+ * * `controller` must belong to a nominator who has become non-decodable,
2955
+ *
2956
+ * Or:
2957
+ *
2958
+ * * A `ChillThreshold` must be set and checked which defines how close to the max
2959
+ * nominators or validators we must reach before users can start chilling one-another.
2960
+ * * A `MaxNominatorCount` and `MaxValidatorCount` must be set which is used to determine
2961
+ * how close we are to the threshold.
2962
+ * * A `MinNominatorBond` and `MinValidatorBond` must be set and checked, which determines
2963
+ * if this is a person that should be chilled because they have not met the threshold
2964
+ * bond required.
2965
+ *
2966
+ * This can be helpful if bond requirements are updated, and we need to remove old users
2967
+ * who do not satisfy these requirements.
2968
+ **/
2969
+ chillOther: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
2970
+ /**
2971
+ * Updates a batch of controller accounts to their corresponding stash account if they are
2972
+ * not the same. Ignores any controller accounts that do not exist, and does not operate if
2973
+ * the stash and controller are already the same.
2974
+ *
2975
+ * Effects will be felt instantly (as soon as this function is completed successfully).
2976
+ *
2977
+ * The dispatch origin must be `T::AdminOrigin`.
2978
+ **/
2979
+ deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>]>;
2980
+ /**
2981
+ * Force a validator to have at least the minimum commission. This will not affect a
2982
+ * validator who already has a commission greater than or equal to the minimum. Any account
2983
+ * can call this.
2984
+ **/
2985
+ forceApplyMinCommission: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
2986
+ /**
2987
+ * Force there to be a new era at the end of the next session. After this, it will be
2988
+ * reset to normal (non-forced) behaviour.
2989
+ *
2990
+ * The dispatch origin must be Root.
2991
+ *
2992
+ * # Warning
2993
+ *
2994
+ * The election process starts multiple blocks before the end of the era.
2995
+ * If this is called just before a new era is triggered, the election process may not
2996
+ * have enough blocks to get a result.
2997
+ *
2998
+ * ## Complexity
2999
+ * - No arguments.
3000
+ * - Weight: O(1)
3001
+ **/
3002
+ forceNewEra: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3003
+ /**
3004
+ * Force there to be a new era at the end of sessions indefinitely.
3005
+ *
3006
+ * The dispatch origin must be Root.
3007
+ *
3008
+ * # Warning
3009
+ *
3010
+ * The election process starts multiple blocks before the end of the era.
3011
+ * If this is called just before a new era is triggered, the election process may not
3012
+ * have enough blocks to get a result.
3013
+ **/
3014
+ forceNewEraAlways: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3015
+ /**
3016
+ * Force there to be no new eras indefinitely.
3017
+ *
3018
+ * The dispatch origin must be Root.
3019
+ *
3020
+ * # Warning
3021
+ *
3022
+ * The election process starts multiple blocks before the end of the era.
3023
+ * Thus the election process may be ongoing when this is called. In this case the
3024
+ * election will continue until the next era is triggered.
3025
+ *
3026
+ * ## Complexity
3027
+ * - No arguments.
3028
+ * - Weight: O(1)
3029
+ **/
3030
+ forceNoEras: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3031
+ /**
3032
+ * Force a current staker to become completely unstaked, immediately.
3033
+ *
3034
+ * The dispatch origin must be Root.
3035
+ *
3036
+ * ## Parameters
3037
+ *
3038
+ * - `num_slashing_spans`: Refer to comments on [`Call::withdraw_unbonded`] for more
3039
+ * details.
3040
+ **/
3041
+ forceUnstake: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32]>;
3042
+ /**
3043
+ * Increments the ideal number of validators up to maximum of
3044
+ * `ElectionProviderBase::MaxWinners`.
3045
+ *
3046
+ * The dispatch origin must be Root.
3047
+ *
3048
+ * ## Complexity
3049
+ * Same as [`Self::set_validator_count`].
3050
+ **/
3051
+ increaseValidatorCount: AugmentedSubmittable<(additional: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
3052
+ /**
3053
+ * Remove the given nominations from the calling validator.
3054
+ *
3055
+ * Effects will be felt at the beginning of the next era.
3056
+ *
3057
+ * The dispatch origin for this call must be _Signed_ by the controller, not the stash.
3058
+ *
3059
+ * - `who`: A list of nominator stash accounts who are nominating this validator which
3060
+ * should no longer be nominating this validator.
3061
+ *
3062
+ * Note: Making this call only makes sense if you first set the validator preferences to
3063
+ * block any further nominations.
3064
+ **/
3065
+ kick: AugmentedSubmittable<(who: Vec<MultiAddress> | (MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<MultiAddress>]>;
3066
+ /**
3067
+ * This function allows governance to manually slash a validator and is a
3068
+ * **fallback mechanism**.
3069
+ *
3070
+ * The dispatch origin must be `T::AdminOrigin`.
3071
+ *
3072
+ * ## Parameters
3073
+ * - `validator_stash` - The stash account of the validator to slash.
3074
+ * - `era` - The era in which the validator was in the active set.
3075
+ * - `slash_fraction` - The percentage of the stake to slash, expressed as a Perbill.
3076
+ *
3077
+ * ## Behavior
3078
+ *
3079
+ * The slash will be applied using the standard slashing mechanics, respecting the
3080
+ * configured `SlashDeferDuration`.
3081
+ *
3082
+ * This means:
3083
+ * - If the validator was already slashed by a higher percentage for the same era, this
3084
+ * slash will have no additional effect.
3085
+ * - If the validator was previously slashed by a lower percentage, only the difference
3086
+ * will be applied.
3087
+ * - The slash will be deferred by `SlashDeferDuration` eras before being enacted.
3088
+ **/
3089
+ manualSlash: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, slashFraction: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32, Perbill]>;
3090
+ /**
3091
+ * Removes the legacy Staking locks if they exist.
3092
+ *
3093
+ * This removes the legacy lock on the stake with [`Config::OldCurrency`] and creates a
3094
+ * hold on it if needed. If all stake cannot be held, the best effort is made to hold as
3095
+ * much as possible. The remaining stake is forced withdrawn from the ledger.
3096
+ *
3097
+ * The fee is waived if the migration is successful.
3098
+ **/
3099
+ migrateCurrency: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
3100
+ /**
3101
+ * Declare the desire to nominate `targets` for the origin controller.
3102
+ *
3103
+ * Effects will be felt at the beginning of the next era.
3104
+ *
3105
+ * The dispatch origin for this call must be _Signed_ by the controller, not the stash.
3106
+ *
3107
+ * ## Complexity
3108
+ * - The transaction's complexity is proportional to the size of `targets` (N)
3109
+ * which is capped at CompactAssignments::LIMIT (T::MaxNominations).
3110
+ * - Both the reads and writes follow a similar pattern.
3111
+ **/
3112
+ nominate: AugmentedSubmittable<(targets: Vec<MultiAddress> | (MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<MultiAddress>]>;
3113
+ /**
3114
+ * Pay out next page of the stakers behind a validator for the given era.
3115
+ *
3116
+ * - `validator_stash` is the stash account of the validator.
3117
+ * - `era` may be any era between `[current_era - history_depth; current_era]`.
3118
+ *
3119
+ * The origin of this call must be _Signed_. Any account can call this function, even if
3120
+ * it is not one of the stakers.
3121
+ *
3122
+ * The reward payout could be paged in case there are too many nominators backing the
3123
+ * `validator_stash`. This call will payout unpaid pages in an ascending order. To claim a
3124
+ * specific page, use `payout_stakers_by_page`.`
3125
+ *
3126
+ * If all pages are claimed, it returns an error `InvalidPage`.
3127
+ **/
3128
+ payoutStakers: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32]>;
3129
+ /**
3130
+ * Pay out a page of the stakers behind a validator for the given era and page.
3131
+ *
3132
+ * - `validator_stash` is the stash account of the validator.
3133
+ * - `era` may be any era between `[current_era - history_depth; current_era]`.
3134
+ * - `page` is the page index of nominators to pay out with value between 0 and
3135
+ * `num_nominators / T::MaxExposurePageSize`.
3136
+ *
3137
+ * The origin of this call must be _Signed_. Any account can call this function, even if
3138
+ * it is not one of the stakers.
3139
+ *
3140
+ * If a validator has more than [`Config::MaxExposurePageSize`] nominators backing
3141
+ * them, then the list of nominators is paged, with each page being capped at
3142
+ * [`Config::MaxExposurePageSize`.] If a validator has more than one page of nominators,
3143
+ * the call needs to be made for each page separately in order for all the nominators
3144
+ * backing a validator to receive the reward. The nominators are not sorted across pages
3145
+ * and so it should not be assumed the highest staker would be on the topmost page and vice
3146
+ * versa. If rewards are not claimed in [`Config::HistoryDepth`] eras, they are lost.
3147
+ **/
3148
+ payoutStakersByPage: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32, u32]>;
3149
+ /**
3150
+ * Remove all data structures concerning a staker/stash once it is at a state where it can
3151
+ * be considered `dust` in the staking system. The requirements are:
3152
+ *
3153
+ * 1. the `total_balance` of the stash is below existential deposit.
3154
+ * 2. or, the `ledger.total` of the stash is below existential deposit.
3155
+ * 3. or, existential deposit is zero and either `total_balance` or `ledger.total` is zero.
3156
+ *
3157
+ * The former can happen in cases like a slash; the latter when a fully unbonded account
3158
+ * is still receiving staking rewards in `RewardDestination::Staked`.
3159
+ *
3160
+ * It can be called by anyone, as long as `stash` meets the above requirements.
3161
+ *
3162
+ * Refunds the transaction fees upon successful execution.
3163
+ *
3164
+ * ## Parameters
3165
+ *
3166
+ * - `num_slashing_spans`: Refer to comments on [`Call::withdraw_unbonded`] for more
3167
+ * details.
3168
+ **/
3169
+ reapStash: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32]>;
3170
+ /**
3171
+ * Rebond a portion of the stash scheduled to be unlocked.
3172
+ *
3173
+ * The dispatch origin must be signed by the controller.
3174
+ *
3175
+ * ## Complexity
3176
+ * - Time complexity: O(L), where L is unlocking chunks
3177
+ * - Bounded by `MaxUnlockingChunks`.
3178
+ **/
3179
+ rebond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
3180
+ /**
3181
+ * Restores the state of a ledger which is in an inconsistent state.
3182
+ *
3183
+ * The requirements to restore a ledger are the following:
3184
+ * * The stash is bonded; or
3185
+ * * The stash is not bonded but it has a staking lock left behind; or
3186
+ * * If the stash has an associated ledger and its state is inconsistent; or
3187
+ * * If the ledger is not corrupted *but* its staking lock is out of sync.
3188
+ *
3189
+ * The `maybe_*` input parameters will overwrite the corresponding data and metadata of the
3190
+ * ledger associated with the stash. If the input parameters are not set, the ledger will
3191
+ * be reset values from on-chain state.
3192
+ **/
3193
+ restoreLedger: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, maybeController: Option<AccountId32> | null | Uint8Array | AccountId32 | string, maybeTotal: Option<u128> | null | Uint8Array | u128 | AnyNumber, maybeUnlocking: Option<Vec<PezpalletStakingUnlockChunk>> | null | Uint8Array | Vec<PezpalletStakingUnlockChunk> | (PezpalletStakingUnlockChunk)[]) => SubmittableExtrinsic<ApiType>, [AccountId32, Option<AccountId32>, Option<u128>, Option<Vec<PezpalletStakingUnlockChunk>>]>;
3194
+ /**
3195
+ * Scale up the ideal number of validators by a factor up to maximum of
3196
+ * `ElectionProviderBase::MaxWinners`.
3197
+ *
3198
+ * The dispatch origin must be Root.
3199
+ *
3200
+ * ## Complexity
3201
+ * Same as [`Self::set_validator_count`].
3202
+ **/
3203
+ scaleValidatorCount: AugmentedSubmittable<(factor: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Percent]>;
3204
+ /**
3205
+ * (Re-)sets the controller of a stash to the stash itself. This function previously
3206
+ * accepted a `controller` argument to set the controller to an account other than the
3207
+ * stash itself. This functionality has now been removed, now only setting the controller
3208
+ * to the stash, if it is not already.
3209
+ *
3210
+ * Effects will be felt instantly (as soon as this function is completed successfully).
3211
+ *
3212
+ * The dispatch origin for this call must be _Signed_ by the stash, not the controller.
3213
+ *
3214
+ * ## Complexity
3215
+ * O(1)
3216
+ * - Independent of the arguments. Insignificant complexity.
3217
+ * - Contains a limited number of reads.
3218
+ * - Writes are limited to the `origin` account key.
3219
+ **/
3220
+ setController: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3221
+ /**
3222
+ * Set the validators who cannot be slashed (if any).
3223
+ *
3224
+ * The dispatch origin must be Root.
3225
+ **/
3226
+ setInvulnerables: AugmentedSubmittable<(invulnerables: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>]>;
3227
+ /**
3228
+ * Sets the minimum amount of commission that each validators must maintain.
3229
+ *
3230
+ * This call has lower privilege requirements than `set_staking_config` and can be called
3231
+ * by the `T::AdminOrigin`. Root can always call this.
3232
+ **/
3233
+ setMinCommission: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Perbill]>;
3234
+ /**
3235
+ * (Re-)set the payment target for a controller.
3236
+ *
3237
+ * Effects will be felt instantly (as soon as this function is completed successfully).
3238
+ *
3239
+ * The dispatch origin for this call must be _Signed_ by the controller, not the stash.
3240
+ *
3241
+ * ## Complexity
3242
+ * - O(1)
3243
+ * - Independent of the arguments. Insignificant complexity.
3244
+ * - Contains a limited number of reads.
3245
+ * - Writes are limited to the `origin` account key.
3246
+ * ---------
3247
+ **/
3248
+ setPayee: AugmentedSubmittable<(payee: PezpalletStakingRewardDestination) => SubmittableExtrinsic<ApiType>, [PezpalletStakingRewardDestination]>;
3249
+ /**
3250
+ * Update the various staking configurations .
3251
+ *
3252
+ * * `min_nominator_bond`: The minimum active bond needed to be a nominator.
3253
+ * * `min_validator_bond`: The minimum active bond needed to be a validator.
3254
+ * * `max_nominator_count`: The max number of users who can be a nominator at once. When
3255
+ * set to `None`, no limit is enforced.
3256
+ * * `max_validator_count`: The max number of users who can be a validator at once. When
3257
+ * set to `None`, no limit is enforced.
3258
+ * * `chill_threshold`: The ratio of `max_nominator_count` or `max_validator_count` which
3259
+ * should be filled in order for the `chill_other` transaction to work.
3260
+ * * `min_commission`: The minimum amount of commission that each validators must maintain.
3261
+ * This is checked only upon calling `validate`. Existing validators are not affected.
3262
+ *
3263
+ * RuntimeOrigin must be Root to call this function.
3264
+ *
3265
+ * NOTE: Existing nominators and validators will not be affected by this update.
3266
+ * to kick people under the new limits, `chill_other` should be called.
3267
+ **/
3268
+ setStakingConfigs: AugmentedSubmittable<(minNominatorBond: PezpalletStakingPezpalletConfigOpU128, minValidatorBond: PezpalletStakingPezpalletConfigOpU128, maxNominatorCount: PezpalletStakingPezpalletConfigOpU32, maxValidatorCount: PezpalletStakingPezpalletConfigOpU32, chillThreshold: PezpalletStakingPezpalletConfigOpPercent, minCommission: PezpalletStakingPezpalletConfigOpPerbill, maxStakedRewards: PezpalletStakingPezpalletConfigOpPercent) => SubmittableExtrinsic<ApiType>, [PezpalletStakingPezpalletConfigOpU128, PezpalletStakingPezpalletConfigOpU128, PezpalletStakingPezpalletConfigOpU32, PezpalletStakingPezpalletConfigOpU32, PezpalletStakingPezpalletConfigOpPercent, PezpalletStakingPezpalletConfigOpPerbill, PezpalletStakingPezpalletConfigOpPercent]>;
3269
+ /**
3270
+ * Sets the ideal number of validators.
3271
+ *
3272
+ * The dispatch origin must be Root.
3273
+ *
3274
+ * ## Complexity
3275
+ * O(1)
3276
+ **/
3277
+ setValidatorCount: AugmentedSubmittable<(updated: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
3278
+ /**
3279
+ * Schedule a portion of the stash to be unlocked ready for transfer out after the bond
3280
+ * period ends. If this leaves an amount actively bonded less than
3281
+ * [`asset::existential_deposit`], then it is increased to the full amount.
3282
+ *
3283
+ * The stash may be chilled if the ledger total amount falls to 0 after unbonding.
3284
+ *
3285
+ * The dispatch origin for this call must be _Signed_ by the controller, not the stash.
3286
+ *
3287
+ * Once the unlock period is done, you can call `withdraw_unbonded` to actually move
3288
+ * the funds out of management ready for transfer.
3289
+ *
3290
+ * No more than a limited number of unlocking chunks (see `MaxUnlockingChunks`)
3291
+ * can co-exists at the same time. If there are no unlocking chunks slots available
3292
+ * [`Call::withdraw_unbonded`] is called to remove some of the chunks (if possible).
3293
+ *
3294
+ * If a user encounters the `InsufficientBond` error when calling this extrinsic,
3295
+ * they should call `chill` first in order to free up their bonded funds.
3296
+ *
3297
+ * Emits `Unbonded`.
3298
+ *
3299
+ * See also [`Call::withdraw_unbonded`].
3300
+ **/
3301
+ unbond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
3302
+ /**
3303
+ * Migrates an account's `RewardDestination::Controller` to
3304
+ * `RewardDestination::Account(controller)`.
3305
+ *
3306
+ * Effects will be felt instantly (as soon as this function is completed successfully).
3307
+ *
3308
+ * This will waive the transaction fee if the `payee` is successfully migrated.
3309
+ **/
3310
+ updatePayee: AugmentedSubmittable<(controller: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
3311
+ /**
3312
+ * Declare the desire to validate for the origin controller.
3313
+ *
3314
+ * Effects will be felt at the beginning of the next era.
3315
+ *
3316
+ * The dispatch origin for this call must be _Signed_ by the controller, not the stash.
3317
+ **/
3318
+ validate: AugmentedSubmittable<(prefs: PezpalletStakingValidatorPrefs) => SubmittableExtrinsic<ApiType>, [PezpalletStakingValidatorPrefs]>;
3319
+ /**
3320
+ * Remove any unlocked chunks from the `unlocking` queue from our management.
3321
+ *
3322
+ * This essentially frees up that balance to be used by the stash account to do whatever
3323
+ * it wants.
3324
+ *
3325
+ * The dispatch origin for this call must be _Signed_ by the controller.
3326
+ *
3327
+ * Emits `Withdrawn`.
3328
+ *
3329
+ * See also [`Call::unbond`].
3330
+ *
3331
+ * ## Parameters
3332
+ *
3333
+ * - `num_slashing_spans` indicates the number of metadata slashing spans to clear when
3334
+ * this call results in a complete removal of all the data related to the stash account.
3335
+ * In this case, the `num_slashing_spans` must be larger or equal to the number of
3336
+ * slashing spans associated with the stash account in the [`SlashingSpans`] storage type,
3337
+ * otherwise the call will fail. The call weight is directly proportional to
3338
+ * `num_slashing_spans`.
3339
+ *
3340
+ * ## Complexity
3341
+ * O(S) where S is the number of slashing spans to remove
3342
+ * NOTE: Weight annotation is the kill scenario, we refund otherwise.
3343
+ **/
3344
+ withdrawUnbonded: AugmentedSubmittable<(numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
3345
+ /**
3346
+ * Generic tx
3347
+ **/
3348
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3349
+ };
3350
+ stakingAhClient: {
3351
+ /**
3352
+ * manually do what this pallet was meant to do at the end of the migration.
3353
+ **/
3354
+ forceOnMigrationEnd: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3355
+ /**
3356
+ * Allows governance to force set the operating mode of the pallet.
3357
+ **/
3358
+ setMode: AugmentedSubmittable<(mode: PezpalletStakingAsyncAhClientOperatingMode) => SubmittableExtrinsic<ApiType>, [PezpalletStakingAsyncAhClientOperatingMode]>;
3359
+ validatorSet: AugmentedSubmittable<(report: PezpalletStakingAsyncRcClientValidatorSetReport) => SubmittableExtrinsic<ApiType>, [PezpalletStakingAsyncRcClientValidatorSetReport]>;
3360
+ /**
3361
+ * Generic tx
3362
+ **/
3363
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3364
+ };
3365
+ stateTrieMigration: {
3366
+ /**
3367
+ * Continue the migration for the given `limits`.
3368
+ *
3369
+ * The dispatch origin of this call can be any signed account.
3370
+ *
3371
+ * This transaction has NO MONETARY INCENTIVES. calling it will not reward anyone. Albeit,
3372
+ * Upon successful execution, the transaction fee is returned.
3373
+ *
3374
+ * The (potentially over-estimated) of the byte length of all the data read must be
3375
+ * provided for up-front fee-payment and weighing. In essence, the caller is guaranteeing
3376
+ * that executing the current `MigrationTask` with the given `limits` will not exceed
3377
+ * `real_size_upper` bytes of read data.
3378
+ *
3379
+ * The `witness_task` is merely a helper to prevent the caller from being slashed or
3380
+ * generally trigger a migration that they do not intend. This parameter is just a message
3381
+ * from caller, saying that they believed `witness_task` was the last state of the
3382
+ * migration, and they only wish for their transaction to do anything, if this assumption
3383
+ * holds. In case `witness_task` does not match, the transaction fails.
3384
+ *
3385
+ * Based on the documentation of [`MigrationTask::migrate_until_exhaustion`], the
3386
+ * recommended way of doing this is to pass a `limit` that only bounds `count`, as the
3387
+ * `size` limit can always be overwritten.
3388
+ **/
3389
+ continueMigrate: AugmentedSubmittable<(limits: PezpalletStateTrieMigrationMigrationLimits, realSizeUpper: u32 | AnyNumber | Uint8Array, witnessTask: PezpalletStateTrieMigrationMigrationTask) => SubmittableExtrinsic<ApiType>, [PezpalletStateTrieMigrationMigrationLimits, u32, PezpalletStateTrieMigrationMigrationTask]>;
3390
+ /**
3391
+ * Control the automatic migration.
3392
+ *
3393
+ * The dispatch origin of this call must be [`Config::ControlOrigin`].
3394
+ **/
3395
+ controlAutoMigration: AugmentedSubmittable<(maybeConfig: Option<PezpalletStateTrieMigrationMigrationLimits> | null | Uint8Array | PezpalletStateTrieMigrationMigrationLimits) => SubmittableExtrinsic<ApiType>, [Option<PezpalletStateTrieMigrationMigrationLimits>]>;
3396
+ /**
3397
+ * Forcefully set the progress the running migration.
3398
+ *
3399
+ * This is only useful in one case: the next key to migrate is too big to be migrated with
3400
+ * a signed account, in a parachain context, and we simply want to skip it. A reasonable
3401
+ * example of this would be `:code:`, which is both very expensive to migrate, and commonly
3402
+ * used, so probably it is already migrated.
3403
+ *
3404
+ * In case you mess things up, you can also, in principle, use this to reset the migration
3405
+ * process.
3406
+ **/
3407
+ forceSetProgress: AugmentedSubmittable<(progressTop: PezpalletStateTrieMigrationProgress, progressChild: PezpalletStateTrieMigrationProgress) => SubmittableExtrinsic<ApiType>, [PezpalletStateTrieMigrationProgress, PezpalletStateTrieMigrationProgress]>;
3408
+ /**
3409
+ * Migrate the list of child keys by iterating each of them one by one.
3410
+ *
3411
+ * All of the given child keys must be present under one `child_root`.
3412
+ *
3413
+ * This does not affect the global migration process tracker ([`MigrationProcess`]), and
3414
+ * should only be used in case any keys are leftover due to a bug.
3415
+ **/
3416
+ migrateCustomChild: AugmentedSubmittable<(root: Bytes | string | Uint8Array, childKeys: Vec<Bytes> | (Bytes | string | Uint8Array)[], totalSize: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes, Vec<Bytes>, u32]>;
3417
+ /**
3418
+ * Migrate the list of top keys by iterating each of them one by one.
3419
+ *
3420
+ * This does not affect the global migration process tracker ([`MigrationProcess`]), and
3421
+ * should only be used in case any keys are leftover due to a bug.
3422
+ **/
3423
+ migrateCustomTop: AugmentedSubmittable<(keys: Vec<Bytes> | (Bytes | string | Uint8Array)[], witnessSize: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<Bytes>, u32]>;
3424
+ /**
3425
+ * Set the maximum limit of the signed migration.
3426
+ **/
3427
+ setSignedMaxLimits: AugmentedSubmittable<(limits: PezpalletStateTrieMigrationMigrationLimits) => SubmittableExtrinsic<ApiType>, [PezpalletStateTrieMigrationMigrationLimits]>;
3428
+ /**
3429
+ * Generic tx
3430
+ **/
3431
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3432
+ };
3433
+ system: {
3434
+ /**
3435
+ * Provide the preimage (runtime binary) `code` for an upgrade that has been authorized.
3436
+ *
3437
+ * If the authorization required a version check, this call will ensure the spec name
3438
+ * remains unchanged and that the spec version has increased.
3439
+ *
3440
+ * Depending on the runtime's `OnSetCode` configuration, this function may directly apply
3441
+ * the new `code` in the same block or attempt to schedule the upgrade.
3442
+ *
3443
+ * All origins are allowed.
3444
+ **/
3445
+ applyAuthorizedUpgrade: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
3446
+ /**
3447
+ * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied
3448
+ * later.
3449
+ *
3450
+ * This call requires Root origin.
3451
+ **/
3452
+ authorizeUpgrade: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
3453
+ /**
3454
+ * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied
3455
+ * later.
3456
+ *
3457
+ * WARNING: This authorizes an upgrade that will take place without any safety checks, for
3458
+ * example that the spec name remains the same and that the version number increases. Not
3459
+ * recommended for normal use. Use `authorize_upgrade` instead.
3460
+ *
3461
+ * This call requires Root origin.
3462
+ **/
3463
+ authorizeUpgradeWithoutChecks: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
3464
+ /**
3465
+ * Kill all storage items with a key that starts with the given prefix.
3466
+ *
3467
+ * **NOTE:** We rely on the Root origin to provide us the number of subkeys under
3468
+ * the prefix we are removing to accurately calculate the weight of this function.
3469
+ **/
3470
+ killPrefix: AugmentedSubmittable<(prefix: Bytes | string | Uint8Array, subkeys: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes, u32]>;
3471
+ /**
3472
+ * Kill some items from storage.
3473
+ **/
3474
+ killStorage: AugmentedSubmittable<(keys: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<Bytes>]>;
3475
+ /**
3476
+ * Make some on-chain remark.
3477
+ *
3478
+ * Can be executed by every `origin`.
3479
+ **/
3480
+ remark: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
3481
+ /**
3482
+ * Make some on-chain remark and emit event.
3483
+ **/
3484
+ remarkWithEvent: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
3485
+ /**
3486
+ * Set the new runtime code.
3487
+ **/
3488
+ setCode: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
3489
+ /**
3490
+ * Set the new runtime code without doing any checks of the given `code`.
3491
+ *
3492
+ * Note that runtime upgrades will not run if this is called with a not-increasing spec
3493
+ * version!
3494
+ **/
3495
+ setCodeWithoutChecks: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
3496
+ /**
3497
+ * Set the number of pages in the WebAssembly environment's heap.
3498
+ **/
3499
+ setHeapPages: AugmentedSubmittable<(pages: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;
3500
+ /**
3501
+ * Set some items of storage.
3502
+ **/
3503
+ setStorage: AugmentedSubmittable<(items: Vec<ITuple<[Bytes, Bytes]>> | ([Bytes | string | Uint8Array, Bytes | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[Bytes, Bytes]>>]>;
3504
+ /**
3505
+ * Generic tx
3506
+ **/
3507
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3508
+ };
3509
+ timestamp: {
3510
+ /**
3511
+ * Set the current time.
3512
+ *
3513
+ * This call should be invoked exactly once per block. It will panic at the finalization
3514
+ * phase, if this call hasn't been invoked by that time.
3515
+ *
3516
+ * The timestamp should be greater than the previous one by the amount specified by
3517
+ * [`Config::MinimumPeriod`].
3518
+ *
3519
+ * The dispatch origin for this call must be _None_.
3520
+ *
3521
+ * This dispatch class is _Mandatory_ to ensure it gets executed in the block. Be aware
3522
+ * that changing the complexity of this call could result exhausting the resources in a
3523
+ * block to execute any other calls.
3524
+ *
3525
+ * ## Complexity
3526
+ * - `O(1)` (Note that implementations of `OnTimestampSet` must also be `O(1)`)
3527
+ * - 1 storage read and 1 storage mutation (codec `O(1)` because of `DidUpdate::take` in
3528
+ * `on_finalize`)
3529
+ * - 1 event handler `on_timestamp_set`. Must be `O(1)`.
3530
+ **/
3531
+ set: AugmentedSubmittable<(now: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u64>]>;
3532
+ /**
3533
+ * Generic tx
3534
+ **/
3535
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3536
+ };
3537
+ treasury: {
3538
+ /**
3539
+ * Check the status of the spend and remove it from the storage if processed.
3540
+ *
3541
+ * ## Dispatch Origin
3542
+ *
3543
+ * Must be signed.
3544
+ *
3545
+ * ## Details
3546
+ *
3547
+ * The status check is a prerequisite for retrying a failed payout.
3548
+ * If a spend has either succeeded or expired, it is removed from the storage by this
3549
+ * function. In such instances, transaction fees are refunded.
3550
+ *
3551
+ * ### Parameters
3552
+ * - `index`: The spend index.
3553
+ *
3554
+ * ## Events
3555
+ *
3556
+ * Emits [`Event::PaymentFailed`] if the spend payout has failed.
3557
+ * Emits [`Event::SpendProcessed`] if the spend payout has succeed.
3558
+ **/
3559
+ checkStatus: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
3560
+ /**
3561
+ * Claim a spend.
3562
+ *
3563
+ * ## Dispatch Origin
3564
+ *
3565
+ * Must be signed
3566
+ *
3567
+ * ## Details
3568
+ *
3569
+ * Spends must be claimed within some temporal bounds. A spend may be claimed within one
3570
+ * [`Config::PayoutPeriod`] from the `valid_from` block.
3571
+ * In case of a payout failure, the spend status must be updated with the `check_status`
3572
+ * dispatchable before retrying with the current function.
3573
+ *
3574
+ * ### Parameters
3575
+ * - `index`: The spend index.
3576
+ *
3577
+ * ## Events
3578
+ *
3579
+ * Emits [`Event::Paid`] if successful.
3580
+ **/
3581
+ payout: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
3582
+ /**
3583
+ * Force a previously approved proposal to be removed from the approval queue.
3584
+ *
3585
+ * ## Dispatch Origin
3586
+ *
3587
+ * Must be [`Config::RejectOrigin`].
3588
+ *
3589
+ * ## Details
3590
+ *
3591
+ * The original deposit will no longer be returned.
3592
+ *
3593
+ * ### Parameters
3594
+ * - `proposal_id`: The index of a proposal
3595
+ *
3596
+ * ### Complexity
3597
+ * - O(A) where `A` is the number of approvals
3598
+ *
3599
+ * ### Errors
3600
+ * - [`Error::ProposalNotApproved`]: The `proposal_id` supplied was not found in the
3601
+ * approval queue, i.e., the proposal has not been approved. This could also mean the
3602
+ * proposal does not exist altogether, thus there is no way it would have been approved
3603
+ * in the first place.
3604
+ **/
3605
+ removeApproval: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
3606
+ /**
3607
+ * Propose and approve a spend of treasury funds.
3608
+ *
3609
+ * ## Dispatch Origin
3610
+ *
3611
+ * Must be [`Config::SpendOrigin`] with the `Success` value being at least
3612
+ * `amount` of `asset_kind` in the native asset. The amount of `asset_kind` is converted
3613
+ * for assertion using the [`Config::BalanceConverter`].
3614
+ *
3615
+ * ## Details
3616
+ *
3617
+ * Create an approved spend for transferring a specific `amount` of `asset_kind` to a
3618
+ * designated beneficiary. The spend must be claimed using the `payout` dispatchable within
3619
+ * the [`Config::PayoutPeriod`].
3620
+ *
3621
+ * ### Parameters
3622
+ * - `asset_kind`: An indicator of the specific asset class to be spent.
3623
+ * - `amount`: The amount to be transferred from the treasury to the `beneficiary`.
3624
+ * - `beneficiary`: The beneficiary of the spend.
3625
+ * - `valid_from`: The block number from which the spend can be claimed. It can refer to
3626
+ * the past if the resulting spend has not yet expired according to the
3627
+ * [`Config::PayoutPeriod`]. If `None`, the spend can be claimed immediately after
3628
+ * approval.
3629
+ *
3630
+ * ## Events
3631
+ *
3632
+ * Emits [`Event::AssetSpendApproved`] if successful.
3633
+ **/
3634
+ spend: AugmentedSubmittable<(assetKind: PezkuwiRuntimeCommonImplsVersionedLocatableAsset, amount: Compact<u128> | AnyNumber | Uint8Array, beneficiary: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, validFrom: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [PezkuwiRuntimeCommonImplsVersionedLocatableAsset, Compact<u128>, XcmVersionedLocation, Option<u32>]>;
3635
+ /**
3636
+ * Propose and approve a spend of treasury funds.
3637
+ *
3638
+ * ## Dispatch Origin
3639
+ *
3640
+ * Must be [`Config::SpendOrigin`] with the `Success` value being at least `amount`.
3641
+ *
3642
+ * ### Details
3643
+ * NOTE: For record-keeping purposes, the proposer is deemed to be equivalent to the
3644
+ * beneficiary.
3645
+ *
3646
+ * ### Parameters
3647
+ * - `amount`: The amount to be transferred from the treasury to the `beneficiary`.
3648
+ * - `beneficiary`: The destination account for the transfer.
3649
+ *
3650
+ * ## Events
3651
+ *
3652
+ * Emits [`Event::SpendApproved`] if successful.
3653
+ **/
3654
+ spendLocal: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
3655
+ /**
3656
+ * Void previously approved spend.
3657
+ *
3658
+ * ## Dispatch Origin
3659
+ *
3660
+ * Must be [`Config::RejectOrigin`].
3661
+ *
3662
+ * ## Details
3663
+ *
3664
+ * A spend void is only possible if the payout has not been attempted yet.
3665
+ *
3666
+ * ### Parameters
3667
+ * - `index`: The spend index.
3668
+ *
3669
+ * ## Events
3670
+ *
3671
+ * Emits [`Event::AssetSpendVoided`] if successful.
3672
+ **/
3673
+ voidSpend: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
3674
+ /**
3675
+ * Generic tx
3676
+ **/
3677
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3678
+ };
3679
+ utility: {
3680
+ /**
3681
+ * Send a call through an indexed pseudonym of the sender.
3682
+ *
3683
+ * Filter from origin are passed along. The call will be dispatched with an origin which
3684
+ * use the same filter as the origin of this call.
3685
+ *
3686
+ * NOTE: If you need to ensure that any account-based filtering is not honored (i.e.
3687
+ * because you expect `proxy` to have been used prior in the call stack and you do not want
3688
+ * the call restrictions to apply to any sub-accounts), then use `as_multi_threshold_1`
3689
+ * in the Multisig pallet instead.
3690
+ *
3691
+ * NOTE: Prior to version *12, this was called `as_limited_sub`.
3692
+ *
3693
+ * The dispatch origin for this call must be _Signed_.
3694
+ **/
3695
+ asDerivative: AugmentedSubmittable<(index: u16 | AnyNumber | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, RuntimeCall]>;
3696
+ /**
3697
+ * Send a batch of dispatch calls.
3698
+ *
3699
+ * May be called from any origin except `None`.
3700
+ *
3701
+ * - `calls`: The calls to be dispatched from the same origin. The number of call must not
3702
+ * exceed the constant: `batched_calls_limit` (available in constant metadata).
3703
+ *
3704
+ * If origin is root then the calls are dispatched without checking origin filter. (This
3705
+ * includes bypassing `frame_system::Config::BaseCallFilter`).
3706
+ *
3707
+ * ## Complexity
3708
+ * - O(C) where C is the number of calls to be batched.
3709
+ *
3710
+ * This will return `Ok` in all circumstances. To determine the success of the batch, an
3711
+ * event is deposited. If a call failed and the batch was interrupted, then the
3712
+ * `BatchInterrupted` event is deposited, along with the number of successful calls made
3713
+ * and the error of the failed call. If all were successful, then the `BatchCompleted`
3714
+ * event is deposited.
3715
+ **/
3716
+ batch: AugmentedSubmittable<(calls: Vec<RuntimeCall> | (RuntimeCall | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<RuntimeCall>]>;
3717
+ /**
3718
+ * Send a batch of dispatch calls and atomically execute them.
3719
+ * The whole transaction will rollback and fail if any of the calls failed.
3720
+ *
3721
+ * May be called from any origin except `None`.
3722
+ *
3723
+ * - `calls`: The calls to be dispatched from the same origin. The number of call must not
3724
+ * exceed the constant: `batched_calls_limit` (available in constant metadata).
3725
+ *
3726
+ * If origin is root then the calls are dispatched without checking origin filter. (This
3727
+ * includes bypassing `frame_system::Config::BaseCallFilter`).
3728
+ *
3729
+ * ## Complexity
3730
+ * - O(C) where C is the number of calls to be batched.
3731
+ **/
3732
+ batchAll: AugmentedSubmittable<(calls: Vec<RuntimeCall> | (RuntimeCall | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<RuntimeCall>]>;
3733
+ /**
3734
+ * Dispatches a function call with a provided origin.
3735
+ *
3736
+ * The dispatch origin for this call must be _Root_.
3737
+ *
3738
+ * ## Complexity
3739
+ * - O(1).
3740
+ **/
3741
+ dispatchAs: AugmentedSubmittable<(asOrigin: PezkuwiRuntimeOriginCaller, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezkuwiRuntimeOriginCaller, RuntimeCall]>;
3742
+ /**
3743
+ * Dispatches a function call with a provided origin.
3744
+ *
3745
+ * Almost the same as [`Pallet::dispatch_as`] but forwards any error of the inner call.
3746
+ *
3747
+ * The dispatch origin for this call must be _Root_.
3748
+ **/
3749
+ dispatchAsFallible: AugmentedSubmittable<(asOrigin: PezkuwiRuntimeOriginCaller, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezkuwiRuntimeOriginCaller, RuntimeCall]>;
3750
+ /**
3751
+ * Send a batch of dispatch calls.
3752
+ * Unlike `batch`, it allows errors and won't interrupt.
3753
+ *
3754
+ * May be called from any origin except `None`.
3755
+ *
3756
+ * - `calls`: The calls to be dispatched from the same origin. The number of call must not
3757
+ * exceed the constant: `batched_calls_limit` (available in constant metadata).
3758
+ *
3759
+ * If origin is root then the calls are dispatch without checking origin filter. (This
3760
+ * includes bypassing `frame_system::Config::BaseCallFilter`).
3761
+ *
3762
+ * ## Complexity
3763
+ * - O(C) where C is the number of calls to be batched.
3764
+ **/
3765
+ forceBatch: AugmentedSubmittable<(calls: Vec<RuntimeCall> | (RuntimeCall | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<RuntimeCall>]>;
3766
+ /**
3767
+ * Dispatch a fallback call in the event the main call fails to execute.
3768
+ * May be called from any origin except `None`.
3769
+ *
3770
+ * This function first attempts to dispatch the `main` call.
3771
+ * If the `main` call fails, the `fallback` is attemted.
3772
+ * if the fallback is successfully dispatched, the weights of both calls
3773
+ * are accumulated and an event containing the main call error is deposited.
3774
+ *
3775
+ * In the event of a fallback failure the whole call fails
3776
+ * with the weights returned.
3777
+ *
3778
+ * - `main`: The main call to be dispatched. This is the primary action to execute.
3779
+ * - `fallback`: The fallback call to be dispatched in case the `main` call fails.
3780
+ *
3781
+ * ## Dispatch Logic
3782
+ * - If the origin is `root`, both the main and fallback calls are executed without
3783
+ * applying any origin filters.
3784
+ * - If the origin is not `root`, the origin filter is applied to both the `main` and
3785
+ * `fallback` calls.
3786
+ *
3787
+ * ## Use Case
3788
+ * - Some use cases might involve submitting a `batch` type call in either main, fallback
3789
+ * or both.
3790
+ **/
3791
+ ifElse: AugmentedSubmittable<(main: RuntimeCall | IMethod | string | Uint8Array, fallback: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [RuntimeCall, RuntimeCall]>;
3792
+ /**
3793
+ * Dispatch a function call with a specified weight.
3794
+ *
3795
+ * This function does not check the weight of the call, and instead allows the
3796
+ * Root origin to specify the weight of the call.
3797
+ *
3798
+ * The dispatch origin for this call must be _Root_.
3799
+ **/
3800
+ withWeight: AugmentedSubmittable<(call: RuntimeCall | IMethod | string | Uint8Array, weight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [RuntimeCall, PezspWeightsWeightV2Weight]>;
3801
+ /**
3802
+ * Generic tx
3803
+ **/
3804
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3805
+ };
3806
+ vesting: {
3807
+ /**
3808
+ * Force remove a vesting schedule
3809
+ *
3810
+ * The dispatch origin for this call must be _Root_.
3811
+ *
3812
+ * - `target`: An account that has a vesting schedule
3813
+ * - `schedule_index`: The vesting schedule index that should be removed
3814
+ **/
3815
+ forceRemoveVestingSchedule: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32]>;
3816
+ /**
3817
+ * Force a vested transfer.
3818
+ *
3819
+ * The dispatch origin for this call must be _Root_.
3820
+ *
3821
+ * - `source`: The account whose funds should be transferred.
3822
+ * - `target`: The account that should be transferred the vested funds.
3823
+ * - `schedule`: The vesting schedule attached to the transfer.
3824
+ *
3825
+ * Emits `VestingCreated`.
3826
+ *
3827
+ * NOTE: This will unlock all schedules through the current block.
3828
+ *
3829
+ * ## Complexity
3830
+ * - `O(1)`.
3831
+ **/
3832
+ forceVestedTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, PezpalletVestingVestingInfo]>;
3833
+ /**
3834
+ * Merge two vesting schedules together, creating a new vesting schedule that unlocks over
3835
+ * the highest possible start and end blocks. If both schedules have already started the
3836
+ * current block will be used as the schedule start; with the caveat that if one schedule
3837
+ * is finished by the current block, the other will be treated as the new merged schedule,
3838
+ * unmodified.
3839
+ *
3840
+ * NOTE: If `schedule1_index == schedule2_index` this is a no-op.
3841
+ * NOTE: This will unlock all schedules through the current block prior to merging.
3842
+ * NOTE: If both schedules have ended by the current block, no new schedule will be created
3843
+ * and both will be removed.
3844
+ *
3845
+ * Merged schedule attributes:
3846
+ * - `starting_block`: `MAX(schedule1.starting_block, scheduled2.starting_block,
3847
+ * current_block)`.
3848
+ * - `ending_block`: `MAX(schedule1.ending_block, schedule2.ending_block)`.
3849
+ * - `locked`: `schedule1.locked_at(current_block) + schedule2.locked_at(current_block)`.
3850
+ *
3851
+ * The dispatch origin for this call must be _Signed_.
3852
+ *
3853
+ * - `schedule1_index`: index of the first schedule to merge.
3854
+ * - `schedule2_index`: index of the second schedule to merge.
3855
+ **/
3856
+ mergeSchedules: AugmentedSubmittable<(schedule1Index: u32 | AnyNumber | Uint8Array, schedule2Index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
3857
+ /**
3858
+ * Unlock any vested funds of the sender account.
3859
+ *
3860
+ * The dispatch origin for this call must be _Signed_ and the sender must have funds still
3861
+ * locked under this pallet.
3862
+ *
3863
+ * Emits either `VestingCompleted` or `VestingUpdated`.
3864
+ *
3865
+ * ## Complexity
3866
+ * - `O(1)`.
3867
+ **/
3868
+ vest: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3869
+ /**
3870
+ * Create a vested transfer.
3871
+ *
3872
+ * The dispatch origin for this call must be _Signed_.
3873
+ *
3874
+ * - `target`: The account receiving the vested funds.
3875
+ * - `schedule`: The vesting schedule attached to the transfer.
3876
+ *
3877
+ * Emits `VestingCreated`.
3878
+ *
3879
+ * NOTE: This will unlock all schedules through the current block.
3880
+ *
3881
+ * ## Complexity
3882
+ * - `O(1)`.
3883
+ **/
3884
+ vestedTransfer: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic<ApiType>, [MultiAddress, PezpalletVestingVestingInfo]>;
3885
+ /**
3886
+ * Unlock any vested funds of a `target` account.
3887
+ *
3888
+ * The dispatch origin for this call must be _Signed_.
3889
+ *
3890
+ * - `target`: The account whose vested funds should be unlocked. Must have funds still
3891
+ * locked under this pallet.
3892
+ *
3893
+ * Emits either `VestingCompleted` or `VestingUpdated`.
3894
+ *
3895
+ * ## Complexity
3896
+ * - `O(1)`.
3897
+ **/
3898
+ vestOther: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
3899
+ /**
3900
+ * Generic tx
3901
+ **/
3902
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3903
+ };
3904
+ voterList: {
3905
+ /**
3906
+ * Move the caller's Id directly in front of `lighter`.
3907
+ *
3908
+ * The dispatch origin for this call must be _Signed_ and can only be called by the Id of
3909
+ * the account going in front of `lighter`. Fee is payed by the origin under all
3910
+ * circumstances.
3911
+ *
3912
+ * Only works if:
3913
+ *
3914
+ * - both nodes are within the same bag,
3915
+ * - and `origin` has a greater `Score` than `lighter`.
3916
+ **/
3917
+ putInFrontOf: AugmentedSubmittable<(lighter: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
3918
+ /**
3919
+ * Same as [`Pallet::put_in_front_of`], but it can be called by anyone.
3920
+ *
3921
+ * Fee is paid by the origin under all circumstances.
3922
+ **/
3923
+ putInFrontOfOther: AugmentedSubmittable<(heavier: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, lighter: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress]>;
3924
+ /**
3925
+ * Declare that some `dislocated` account has, through rewards or penalties, sufficiently
3926
+ * changed its score that it should properly fall into a different bag than its current
3927
+ * one.
3928
+ *
3929
+ * Anyone can call this function about any potentially dislocated account.
3930
+ *
3931
+ * Will always update the stored score of `dislocated` to the correct score, based on
3932
+ * `ScoreProvider`.
3933
+ *
3934
+ * If `dislocated` does not exists, it returns an error.
3935
+ **/
3936
+ rebag: AugmentedSubmittable<(dislocated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
3937
+ /**
3938
+ * Generic tx
3939
+ **/
3940
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3941
+ };
3942
+ whitelist: {
3943
+ dispatchWhitelistedCall: AugmentedSubmittable<(callHash: H256 | string | Uint8Array, callEncodedLen: u32 | AnyNumber | Uint8Array, callWeightWitness: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [H256, u32, PezspWeightsWeightV2Weight]>;
3944
+ dispatchWhitelistedCallWithPreimage: AugmentedSubmittable<(call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [RuntimeCall]>;
3945
+ removeWhitelistedCall: AugmentedSubmittable<(callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
3946
+ whitelistCall: AugmentedSubmittable<(callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
3947
+ /**
3948
+ * Generic tx
3949
+ **/
3950
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3951
+ };
3952
+ xcmPallet: {
3953
+ /**
3954
+ * Authorize another `aliaser` location to alias into the local `origin` making this call.
3955
+ * The `aliaser` is only authorized until the provided `expiry` block number.
3956
+ * The call can also be used for a previously authorized alias in order to update its
3957
+ * `expiry` block number.
3958
+ *
3959
+ * Usually useful to allow your local account to be aliased into from a remote location
3960
+ * also under your control (like your account on another chain).
3961
+ *
3962
+ * WARNING: make sure the caller `origin` (you) trusts the `aliaser` location to act in
3963
+ * their/your name. Once authorized using this call, the `aliaser` can freely impersonate
3964
+ * `origin` in XCM programs executed on the local chain.
3965
+ **/
3966
+ addAuthorizedAlias: AugmentedSubmittable<(aliaser: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, expires: Option<u64> | null | Uint8Array | u64 | AnyNumber) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation, Option<u64>]>;
3967
+ /**
3968
+ * Claims assets trapped on this pallet because of leftover assets during XCM execution.
3969
+ *
3970
+ * - `origin`: Anyone can call this extrinsic.
3971
+ * - `assets`: The exact assets that were trapped. Use the version to specify what version
3972
+ * was the latest when they were trapped.
3973
+ * - `beneficiary`: The location/account where the claimed assets will be deposited.
3974
+ **/
3975
+ claimAssets: AugmentedSubmittable<(assets: XcmVersionedAssets | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, beneficiary: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedAssets, XcmVersionedLocation]>;
3976
+ /**
3977
+ * Execute an XCM message from a local, signed, origin.
3978
+ *
3979
+ * An event is deposited indicating whether `msg` could be executed completely or only
3980
+ * partially.
3981
+ *
3982
+ * No more than `max_weight` will be used in its attempted execution. If this is less than
3983
+ * the maximum amount of weight that the message could take to be executed, then no
3984
+ * execution attempt will be made.
3985
+ **/
3986
+ execute: AugmentedSubmittable<(message: XcmVersionedXcm | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [XcmVersionedXcm, PezspWeightsWeightV2Weight]>;
3987
+ /**
3988
+ * Set a safe XCM version (the version that XCM should be encoded with if the most recent
3989
+ * version a destination can accept is unknown).
3990
+ *
3991
+ * - `origin`: Must be an origin specified by AdminOrigin.
3992
+ * - `maybe_xcm_version`: The default XCM encoding version, or `None` to disable.
3993
+ **/
3994
+ forceDefaultXcmVersion: AugmentedSubmittable<(maybeXcmVersion: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
3995
+ /**
3996
+ * Ask a location to notify us regarding their XCM version and any changes to it.
3997
+ *
3998
+ * - `origin`: Must be an origin specified by AdminOrigin.
3999
+ * - `location`: The location to which we should subscribe for XCM version notifications.
4000
+ **/
4001
+ forceSubscribeVersionNotify: AugmentedSubmittable<(location: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation]>;
4002
+ /**
4003
+ * Set or unset the global suspension state of the XCM executor.
4004
+ *
4005
+ * - `origin`: Must be an origin specified by AdminOrigin.
4006
+ * - `suspended`: `true` to suspend, `false` to resume.
4007
+ **/
4008
+ forceSuspension: AugmentedSubmittable<(suspended: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [bool]>;
4009
+ /**
4010
+ * Require that a particular destination should no longer notify us regarding any XCM
4011
+ * version changes.
4012
+ *
4013
+ * - `origin`: Must be an origin specified by AdminOrigin.
4014
+ * - `location`: The location to which we are currently subscribed for XCM version
4015
+ * notifications which we no longer desire.
4016
+ **/
4017
+ forceUnsubscribeVersionNotify: AugmentedSubmittable<(location: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation]>;
4018
+ /**
4019
+ * Extoll that a particular destination can be communicated with through a particular
4020
+ * version of XCM.
4021
+ *
4022
+ * - `origin`: Must be an origin specified by AdminOrigin.
4023
+ * - `location`: The destination that is being described.
4024
+ * - `xcm_version`: The latest version of XCM that `location` supports.
4025
+ **/
4026
+ forceXcmVersion: AugmentedSubmittable<(location: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, version: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [StagingXcmV5Location, u32]>;
4027
+ /**
4028
+ * Transfer some assets from the local chain to the destination chain through their local,
4029
+ * destination or remote reserve.
4030
+ *
4031
+ * `assets` must have same reserve location and may not be teleportable to `dest`.
4032
+ * - `assets` have local reserve: transfer assets to sovereign account of destination
4033
+ * chain and forward a notification XCM to `dest` to mint and deposit reserve-based
4034
+ * assets to `beneficiary`.
4035
+ * - `assets` have destination reserve: burn local assets and forward a notification to
4036
+ * `dest` chain to withdraw the reserve assets from this chain's sovereign account and
4037
+ * deposit them to `beneficiary`.
4038
+ * - `assets` have remote reserve: burn local assets, forward XCM to reserve chain to move
4039
+ * reserves from this chain's SA to `dest` chain's SA, and forward another XCM to `dest`
4040
+ * to mint and deposit reserve-based assets to `beneficiary`.
4041
+ *
4042
+ * Fee payment on the destination side is made from the asset in the `assets` vector of
4043
+ * index `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight
4044
+ * is needed than `weight_limit`, then the operation will fail and the sent assets may be
4045
+ * at risk.
4046
+ *
4047
+ * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.
4048
+ * - `dest`: Destination context for the assets. Will typically be `[Parent,
4049
+ * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from
4050
+ * relay to parachain.
4051
+ * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will
4052
+ * generally be an `AccountId32` value.
4053
+ * - `assets`: The assets to be withdrawn. This should include the assets used to pay the
4054
+ * fee on the `dest` (and possibly reserve) chains.
4055
+ * - `fee_asset_item`: The index into `assets` of the item which should be used to pay
4056
+ * fees.
4057
+ * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase.
4058
+ **/
4059
+ limitedReserveTransferAssets: AugmentedSubmittable<(dest: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, beneficiary: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, assets: XcmVersionedAssets | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array, weightLimit: XcmV3WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation, XcmVersionedLocation, XcmVersionedAssets, u32, XcmV3WeightLimit]>;
4060
+ /**
4061
+ * Teleport some assets from the local chain to some destination chain.
4062
+ *
4063
+ * Fee payment on the destination side is made from the asset in the `assets` vector of
4064
+ * index `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight
4065
+ * is needed than `weight_limit`, then the operation will fail and the sent assets may be
4066
+ * at risk.
4067
+ *
4068
+ * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.
4069
+ * - `dest`: Destination context for the assets. Will typically be `[Parent,
4070
+ * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from
4071
+ * relay to parachain.
4072
+ * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will
4073
+ * generally be an `AccountId32` value.
4074
+ * - `assets`: The assets to be withdrawn. This should include the assets used to pay the
4075
+ * fee on the `dest` chain.
4076
+ * - `fee_asset_item`: The index into `assets` of the item which should be used to pay
4077
+ * fees.
4078
+ * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase.
4079
+ **/
4080
+ limitedTeleportAssets: AugmentedSubmittable<(dest: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, beneficiary: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, assets: XcmVersionedAssets | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array, weightLimit: XcmV3WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation, XcmVersionedLocation, XcmVersionedAssets, u32, XcmV3WeightLimit]>;
4081
+ /**
4082
+ * Remove all previously authorized `aliaser`s that can alias into the local `origin`
4083
+ * making this call.
4084
+ **/
4085
+ removeAllAuthorizedAliases: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
4086
+ /**
4087
+ * Remove a previously authorized `aliaser` from the list of locations that can alias into
4088
+ * the local `origin` making this call.
4089
+ **/
4090
+ removeAuthorizedAlias: AugmentedSubmittable<(aliaser: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation]>;
4091
+ /**
4092
+ * Transfer some assets from the local chain to the destination chain through their local,
4093
+ * destination or remote reserve.
4094
+ *
4095
+ * `assets` must have same reserve location and may not be teleportable to `dest`.
4096
+ * - `assets` have local reserve: transfer assets to sovereign account of destination
4097
+ * chain and forward a notification XCM to `dest` to mint and deposit reserve-based
4098
+ * assets to `beneficiary`.
4099
+ * - `assets` have destination reserve: burn local assets and forward a notification to
4100
+ * `dest` chain to withdraw the reserve assets from this chain's sovereign account and
4101
+ * deposit them to `beneficiary`.
4102
+ * - `assets` have remote reserve: burn local assets, forward XCM to reserve chain to move
4103
+ * reserves from this chain's SA to `dest` chain's SA, and forward another XCM to `dest`
4104
+ * to mint and deposit reserve-based assets to `beneficiary`.
4105
+ *
4106
+ * **This function is deprecated: Use `limited_reserve_transfer_assets` instead.**
4107
+ *
4108
+ * Fee payment on the destination side is made from the asset in the `assets` vector of
4109
+ * index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited,
4110
+ * with all fees taken as needed from the asset.
4111
+ *
4112
+ * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.
4113
+ * - `dest`: Destination context for the assets. Will typically be `[Parent,
4114
+ * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from
4115
+ * relay to parachain.
4116
+ * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will
4117
+ * generally be an `AccountId32` value.
4118
+ * - `assets`: The assets to be withdrawn. This should include the assets used to pay the
4119
+ * fee on the `dest` (and possibly reserve) chains.
4120
+ * - `fee_asset_item`: The index into `assets` of the item which should be used to pay
4121
+ * fees.
4122
+ **/
4123
+ reserveTransferAssets: AugmentedSubmittable<(dest: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, beneficiary: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, assets: XcmVersionedAssets | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation, XcmVersionedLocation, XcmVersionedAssets, u32]>;
4124
+ send: AugmentedSubmittable<(dest: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, message: XcmVersionedXcm | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation, XcmVersionedXcm]>;
4125
+ /**
4126
+ * Teleport some assets from the local chain to some destination chain.
4127
+ *
4128
+ * **This function is deprecated: Use `limited_teleport_assets` instead.**
4129
+ *
4130
+ * Fee payment on the destination side is made from the asset in the `assets` vector of
4131
+ * index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited,
4132
+ * with all fees taken as needed from the asset.
4133
+ *
4134
+ * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.
4135
+ * - `dest`: Destination context for the assets. Will typically be `[Parent,
4136
+ * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from
4137
+ * relay to parachain.
4138
+ * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will
4139
+ * generally be an `AccountId32` value.
4140
+ * - `assets`: The assets to be withdrawn. This should include the assets used to pay the
4141
+ * fee on the `dest` chain.
4142
+ * - `fee_asset_item`: The index into `assets` of the item which should be used to pay
4143
+ * fees.
4144
+ **/
4145
+ teleportAssets: AugmentedSubmittable<(dest: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, beneficiary: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, assets: XcmVersionedAssets | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation, XcmVersionedLocation, XcmVersionedAssets, u32]>;
4146
+ /**
4147
+ * Transfer some assets from the local chain to the destination chain through their local,
4148
+ * destination or remote reserve, or through teleports.
4149
+ *
4150
+ * Fee payment on the destination side is made from the asset in the `assets` vector of
4151
+ * index `fee_asset_item` (hence referred to as `fees`), up to enough to pay for
4152
+ * `weight_limit` of weight. If more weight is needed than `weight_limit`, then the
4153
+ * operation will fail and the sent assets may be at risk.
4154
+ *
4155
+ * `assets` (excluding `fees`) must have same reserve location or otherwise be teleportable
4156
+ * to `dest`, no limitations imposed on `fees`.
4157
+ * - for local reserve: transfer assets to sovereign account of destination chain and
4158
+ * forward a notification XCM to `dest` to mint and deposit reserve-based assets to
4159
+ * `beneficiary`.
4160
+ * - for destination reserve: burn local assets and forward a notification to `dest` chain
4161
+ * to withdraw the reserve assets from this chain's sovereign account and deposit them
4162
+ * to `beneficiary`.
4163
+ * - for remote reserve: burn local assets, forward XCM to reserve chain to move reserves
4164
+ * from this chain's SA to `dest` chain's SA, and forward another XCM to `dest` to mint
4165
+ * and deposit reserve-based assets to `beneficiary`.
4166
+ * - for teleports: burn local assets and forward XCM to `dest` chain to mint/teleport
4167
+ * assets and deposit them to `beneficiary`.
4168
+ *
4169
+ * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.
4170
+ * - `dest`: Destination context for the assets. Will typically be `X2(Parent,
4171
+ * Parachain(..))` to send from parachain to parachain, or `X1(Parachain(..))` to send
4172
+ * from relay to parachain.
4173
+ * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will
4174
+ * generally be an `AccountId32` value.
4175
+ * - `assets`: The assets to be withdrawn. This should include the assets used to pay the
4176
+ * fee on the `dest` (and possibly reserve) chains.
4177
+ * - `fee_asset_item`: The index into `assets` of the item which should be used to pay
4178
+ * fees.
4179
+ * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase.
4180
+ **/
4181
+ transferAssets: AugmentedSubmittable<(dest: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, beneficiary: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, assets: XcmVersionedAssets | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array, weightLimit: XcmV3WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation, XcmVersionedLocation, XcmVersionedAssets, u32, XcmV3WeightLimit]>;
4182
+ /**
4183
+ * Transfer assets from the local chain to the destination chain using explicit transfer
4184
+ * types for assets and fees.
4185
+ *
4186
+ * `assets` must have same reserve location or may be teleportable to `dest`. Caller must
4187
+ * provide the `assets_transfer_type` to be used for `assets`:
4188
+ * - `TransferType::LocalReserve`: transfer assets to sovereign account of destination
4189
+ * chain and forward a notification XCM to `dest` to mint and deposit reserve-based
4190
+ * assets to `beneficiary`.
4191
+ * - `TransferType::DestinationReserve`: burn local assets and forward a notification to
4192
+ * `dest` chain to withdraw the reserve assets from this chain's sovereign account and
4193
+ * deposit them to `beneficiary`.
4194
+ * - `TransferType::RemoteReserve(reserve)`: burn local assets, forward XCM to `reserve`
4195
+ * chain to move reserves from this chain's SA to `dest` chain's SA, and forward another
4196
+ * XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. Typically
4197
+ * the remote `reserve` is Asset Hub.
4198
+ * - `TransferType::Teleport`: burn local assets and forward XCM to `dest` chain to
4199
+ * mint/teleport assets and deposit them to `beneficiary`.
4200
+ *
4201
+ * On the destination chain, as well as any intermediary hops, `BuyExecution` is used to
4202
+ * buy execution using transferred `assets` identified by `remote_fees_id`.
4203
+ * Make sure enough of the specified `remote_fees_id` asset is included in the given list
4204
+ * of `assets`. `remote_fees_id` should be enough to pay for `weight_limit`. If more weight
4205
+ * is needed than `weight_limit`, then the operation will fail and the sent assets may be
4206
+ * at risk.
4207
+ *
4208
+ * `remote_fees_id` may use different transfer type than rest of `assets` and can be
4209
+ * specified through `fees_transfer_type`.
4210
+ *
4211
+ * The caller needs to specify what should happen to the transferred assets once they reach
4212
+ * the `dest` chain. This is done through the `custom_xcm_on_dest` parameter, which
4213
+ * contains the instructions to execute on `dest` as a final step.
4214
+ * This is usually as simple as:
4215
+ * `Xcm(vec![DepositAsset { assets: Wild(AllCounted(assets.len())), beneficiary }])`,
4216
+ * but could be something more exotic like sending the `assets` even further.
4217
+ *
4218
+ * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.
4219
+ * - `dest`: Destination context for the assets. Will typically be `[Parent,
4220
+ * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from
4221
+ * relay to parachain, or `(parents: 2, (GlobalConsensus(..), ..))` to send from
4222
+ * parachain across a bridge to another ecosystem destination.
4223
+ * - `assets`: The assets to be withdrawn. This should include the assets used to pay the
4224
+ * fee on the `dest` (and possibly reserve) chains.
4225
+ * - `assets_transfer_type`: The XCM `TransferType` used to transfer the `assets`.
4226
+ * - `remote_fees_id`: One of the included `assets` to be used to pay fees.
4227
+ * - `fees_transfer_type`: The XCM `TransferType` used to transfer the `fees` assets.
4228
+ * - `custom_xcm_on_dest`: The XCM to be executed on `dest` chain as the last step of the
4229
+ * transfer, which also determines what happens to the assets on the destination chain.
4230
+ * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase.
4231
+ **/
4232
+ transferAssetsUsingTypeAndThen: AugmentedSubmittable<(dest: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, assets: XcmVersionedAssets | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, assetsTransferType: StagingXcmExecutorAssetTransferTransferType | { Teleport: any } | { LocalReserve: any } | { DestinationReserve: any } | { RemoteReserve: any } | string | Uint8Array, remoteFeesId: XcmVersionedAssetId | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, feesTransferType: StagingXcmExecutorAssetTransferTransferType | { Teleport: any } | { LocalReserve: any } | { DestinationReserve: any } | { RemoteReserve: any } | string | Uint8Array, customXcmOnDest: XcmVersionedXcm | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, weightLimit: XcmV3WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation, XcmVersionedAssets, StagingXcmExecutorAssetTransferTransferType, XcmVersionedAssetId, StagingXcmExecutorAssetTransferTransferType, XcmVersionedXcm, XcmV3WeightLimit]>;
4233
+ /**
4234
+ * Generic tx
4235
+ **/
4236
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
4237
+ };
4238
+ } // AugmentedSubmittables
4239
+ } // declare module