@pezkuwi/api-augment 16.5.16 → 16.5.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (339) hide show
  1. package/build/LICENSE +201 -0
  2. package/build/README.md +3 -0
  3. package/build/assetHubDicle/consts.js +2 -0
  4. package/build/assetHubDicle/errors.js +2 -0
  5. package/build/assetHubDicle/events.js +2 -0
  6. package/build/assetHubDicle/query.js +2 -0
  7. package/build/assetHubDicle/registry.js +1 -0
  8. package/build/assetHubDicle/runtime.js +2 -0
  9. package/build/assetHubDicle/tx.js +2 -0
  10. package/build/assetHubPezkuwi/consts.js +2 -0
  11. package/build/assetHubPezkuwi/errors.js +2 -0
  12. package/build/assetHubPezkuwi/events.js +2 -0
  13. package/build/assetHubPezkuwi/query.js +2 -0
  14. package/build/assetHubPezkuwi/registry.js +1 -0
  15. package/build/assetHubPezkuwi/runtime.js +2 -0
  16. package/build/assetHubPezkuwi/tx.js +2 -0
  17. package/build/base.js +2 -0
  18. package/build/bizinikiwi/consts.js +2 -0
  19. package/build/bizinikiwi/errors.js +2 -0
  20. package/build/bizinikiwi/events.js +2 -0
  21. package/build/bizinikiwi/index.d.ts +8 -0
  22. package/build/bizinikiwi/index.js +8 -0
  23. package/build/bizinikiwi/query.js +2 -0
  24. package/build/bizinikiwi/registry.js +1 -0
  25. package/build/bizinikiwi/runtime.js +2 -0
  26. package/build/bizinikiwi/tx.js +2 -0
  27. package/build/bundle.js +2 -0
  28. package/build/cjs/assetHubDicle/consts.js +4 -0
  29. package/build/cjs/assetHubDicle/errors.js +4 -0
  30. package/build/cjs/assetHubDicle/events.js +4 -0
  31. package/build/cjs/assetHubDicle/index.js +10 -0
  32. package/build/cjs/assetHubDicle/query.js +4 -0
  33. package/build/cjs/assetHubDicle/registry.js +3 -0
  34. package/build/cjs/assetHubDicle/runtime.js +4 -0
  35. package/build/cjs/assetHubDicle/tx.js +4 -0
  36. package/build/cjs/assetHubPezkuwi/consts.js +4 -0
  37. package/build/cjs/assetHubPezkuwi/errors.js +4 -0
  38. package/build/cjs/assetHubPezkuwi/events.js +4 -0
  39. package/build/cjs/assetHubPezkuwi/index.js +10 -0
  40. package/build/cjs/assetHubPezkuwi/query.js +4 -0
  41. package/build/cjs/assetHubPezkuwi/registry.js +3 -0
  42. package/build/cjs/assetHubPezkuwi/runtime.js +4 -0
  43. package/build/cjs/assetHubPezkuwi/tx.js +4 -0
  44. package/build/cjs/base.d.ts +2 -0
  45. package/build/cjs/base.js +4 -0
  46. package/build/cjs/bizinikiwi/consts.d.ts +1876 -0
  47. package/build/cjs/bizinikiwi/consts.js +4 -0
  48. package/build/cjs/bizinikiwi/errors.d.ts +3865 -0
  49. package/build/cjs/bizinikiwi/errors.js +4 -0
  50. package/build/cjs/bizinikiwi/events.d.ts +4702 -0
  51. package/build/cjs/bizinikiwi/events.js +4 -0
  52. package/build/cjs/bizinikiwi/index.d.ts +8 -0
  53. package/build/cjs/bizinikiwi/index.js +10 -0
  54. package/build/cjs/bizinikiwi/query.d.ts +2767 -0
  55. package/build/cjs/bizinikiwi/query.js +4 -0
  56. package/build/cjs/bizinikiwi/registry.d.ts +1 -0
  57. package/build/cjs/bizinikiwi/registry.js +3 -0
  58. package/build/cjs/bizinikiwi/runtime.d.ts +585 -0
  59. package/build/cjs/bizinikiwi/runtime.js +4 -0
  60. package/build/cjs/bizinikiwi/tx.d.ts +10159 -0
  61. package/build/cjs/bizinikiwi/tx.js +4 -0
  62. package/build/cjs/bundle.d.ts +2 -0
  63. package/build/cjs/bundle.js +6 -0
  64. package/build/cjs/dicle/consts.js +4 -0
  65. package/build/cjs/dicle/errors.js +4 -0
  66. package/build/cjs/dicle/events.js +4 -0
  67. package/build/cjs/dicle/query.js +4 -0
  68. package/build/cjs/dicle/runtime.js +4 -0
  69. package/build/cjs/dicle/tx.js +4 -0
  70. package/build/cjs/index.js +5 -0
  71. package/build/cjs/packageInfo.js +4 -0
  72. package/build/cjs/pezkuwi/consts.js +4 -0
  73. package/build/cjs/pezkuwi/errors.js +4 -0
  74. package/build/cjs/pezkuwi/events.js +4 -0
  75. package/build/cjs/pezkuwi/index.d.ts +8 -0
  76. package/build/cjs/pezkuwi/index.js +10 -0
  77. package/build/cjs/pezkuwi/query.js +4 -0
  78. package/build/cjs/pezkuwi/registry.js +4 -0
  79. package/build/cjs/pezkuwi/runtime.js +4 -0
  80. package/build/cjs/pezkuwi/tx.js +4 -0
  81. package/build/dicle/consts.js +2 -0
  82. package/build/dicle/errors.js +2 -0
  83. package/build/dicle/events.js +2 -0
  84. package/build/dicle/query.js +2 -0
  85. package/build/dicle/runtime.js +2 -0
  86. package/build/dicle/tx.js +2 -0
  87. package/build/index.d.ts +2 -0
  88. package/build/index.js +2 -0
  89. package/build/package.json +460 -0
  90. package/build/packageDetect.d.ts +1 -0
  91. package/build/packageDetect.js +6 -0
  92. package/build/packageInfo.d.ts +6 -0
  93. package/build/packageInfo.js +1 -0
  94. package/build/pezkuwi/consts.d.ts +941 -0
  95. package/build/pezkuwi/consts.js +2 -0
  96. package/build/pezkuwi/errors.d.ts +2148 -0
  97. package/build/pezkuwi/errors.js +2 -0
  98. package/build/pezkuwi/events.d.ts +2473 -0
  99. package/build/pezkuwi/events.js +2 -0
  100. package/build/pezkuwi/index.d.ts +8 -0
  101. package/build/pezkuwi/index.js +8 -0
  102. package/build/pezkuwi/query.d.ts +2400 -0
  103. package/build/pezkuwi/query.js +2 -0
  104. package/build/pezkuwi/registry.d.ts +2 -0
  105. package/build/pezkuwi/registry.js +2 -0
  106. package/build/pezkuwi/runtime.d.ts +655 -0
  107. package/build/pezkuwi/runtime.js +2 -0
  108. package/build/pezkuwi/tx.d.ts +4954 -0
  109. package/build/pezkuwi/tx.js +2 -0
  110. package/build-deno/README.md +3 -0
  111. package/build-deno/assetHubDicle/consts.ts +1305 -0
  112. package/build-deno/assetHubDicle/errors.ts +2776 -0
  113. package/build-deno/assetHubDicle/events.ts +2292 -0
  114. package/build-deno/assetHubDicle/index.ts +9 -0
  115. package/build-deno/assetHubDicle/query.ts +2189 -0
  116. package/build-deno/assetHubDicle/registry.ts +2 -0
  117. package/build-deno/assetHubDicle/runtime.ts +515 -0
  118. package/build-deno/assetHubDicle/tx.ts +6886 -0
  119. package/build-deno/assetHubPezkuwi/consts.ts +1122 -0
  120. package/build-deno/assetHubPezkuwi/errors.ts +2357 -0
  121. package/build-deno/assetHubPezkuwi/events.ts +2125 -0
  122. package/build-deno/assetHubPezkuwi/index.ts +9 -0
  123. package/build-deno/assetHubPezkuwi/query.ts +1998 -0
  124. package/build-deno/assetHubPezkuwi/registry.ts +2 -0
  125. package/build-deno/assetHubPezkuwi/runtime.ts +440 -0
  126. package/build-deno/assetHubPezkuwi/tx.ts +6238 -0
  127. package/build-deno/base.ts +3 -0
  128. package/build-deno/bizinikiwi/consts.ts +1883 -0
  129. package/build-deno/bizinikiwi/errors.ts +3872 -0
  130. package/build-deno/bizinikiwi/events.ts +2886 -0
  131. package/build-deno/bizinikiwi/index.ts +9 -0
  132. package/build-deno/bizinikiwi/query.ts +2731 -0
  133. package/build-deno/bizinikiwi/registry.ts +2 -0
  134. package/build-deno/bizinikiwi/runtime.ts +590 -0
  135. package/build-deno/bizinikiwi/tx.ts +8205 -0
  136. package/build-deno/bundle.ts +4 -0
  137. package/build-deno/dicle/consts.ts +1032 -0
  138. package/build-deno/dicle/errors.ts +2433 -0
  139. package/build-deno/dicle/events.ts +1789 -0
  140. package/build-deno/dicle/query.ts +2503 -0
  141. package/build-deno/dicle/runtime.ts +607 -0
  142. package/build-deno/dicle/tx.ts +4723 -0
  143. package/build-deno/index.ts +4 -0
  144. package/build-deno/mod.ts +2 -0
  145. package/build-deno/packageDetect.ts +10 -0
  146. package/build-deno/packageInfo.ts +3 -0
  147. package/build-deno/pezkuwi/consts.ts +946 -0
  148. package/build-deno/pezkuwi/errors.ts +2153 -0
  149. package/build-deno/pezkuwi/events.ts +1598 -0
  150. package/build-deno/pezkuwi/index.ts +9 -0
  151. package/build-deno/pezkuwi/query.ts +2355 -0
  152. package/build-deno/pezkuwi/registry.ts +3 -0
  153. package/build-deno/pezkuwi/runtime.ts +618 -0
  154. package/build-deno/pezkuwi/tx.ts +4238 -0
  155. package/build-tsc-cjs/packageDetect.js +8 -0
  156. package/{cjs → build-tsc-cjs}/packageInfo.js +1 -1
  157. package/{packageInfo.js → build-tsc-esm/packageInfo.js} +1 -1
  158. package/package.json +14 -14
  159. package/src/assetHubDicle/consts.ts +1308 -0
  160. package/src/assetHubDicle/errors.ts +2779 -0
  161. package/src/assetHubDicle/events.ts +2295 -0
  162. package/src/assetHubDicle/index.ts +11 -0
  163. package/src/assetHubDicle/query.ts +2192 -0
  164. package/src/assetHubDicle/registry.ts +4 -0
  165. package/src/assetHubDicle/runtime.ts +518 -0
  166. package/src/assetHubDicle/tx.ts +6889 -0
  167. package/src/assetHubPezkuwi/consts.ts +1125 -0
  168. package/src/assetHubPezkuwi/errors.ts +2360 -0
  169. package/src/assetHubPezkuwi/events.ts +2128 -0
  170. package/src/assetHubPezkuwi/index.ts +11 -0
  171. package/src/assetHubPezkuwi/query.ts +2001 -0
  172. package/src/assetHubPezkuwi/registry.ts +4 -0
  173. package/src/assetHubPezkuwi/runtime.ts +443 -0
  174. package/src/assetHubPezkuwi/tx.ts +6241 -0
  175. package/src/base.ts +6 -0
  176. package/src/bizinikiwi/consts.ts +1884 -0
  177. package/src/bizinikiwi/errors.ts +3873 -0
  178. package/src/bizinikiwi/events.ts +2889 -0
  179. package/src/bizinikiwi/index.ts +11 -0
  180. package/src/bizinikiwi/query.ts +2734 -0
  181. package/src/bizinikiwi/registry.ts +4 -0
  182. package/src/bizinikiwi/runtime.ts +593 -0
  183. package/src/bizinikiwi/tx.ts +8208 -0
  184. package/src/bundle.ts +6 -0
  185. package/src/dicle/consts.ts +1035 -0
  186. package/src/dicle/errors.ts +2436 -0
  187. package/src/dicle/events.ts +1790 -0
  188. package/src/dicle/query.ts +2504 -0
  189. package/src/dicle/runtime.ts +610 -0
  190. package/src/dicle/tx.ts +4724 -0
  191. package/src/index.ts +6 -0
  192. package/src/mod.ts +4 -0
  193. package/src/packageDetect.ts +14 -0
  194. package/src/packageInfo.ts +6 -0
  195. package/src/pezkuwi/consts.ts +949 -0
  196. package/src/pezkuwi/errors.ts +2156 -0
  197. package/src/pezkuwi/events.ts +1599 -0
  198. package/src/pezkuwi/index.ts +11 -0
  199. package/src/pezkuwi/query.ts +2356 -0
  200. package/src/pezkuwi/registry.ts +5 -0
  201. package/src/pezkuwi/runtime.ts +621 -0
  202. package/src/pezkuwi/tx.ts +4239 -0
  203. package/tsconfig.assetHubPezkuwi.json +22 -0
  204. package/tsconfig.assetHubPezkuwi.tsbuildinfo +1 -0
  205. package/tsconfig.assetHubZagros.json +22 -0
  206. package/tsconfig.assetHubZagros.tsbuildinfo +1 -0
  207. package/tsconfig.build.json +25 -0
  208. package/tsconfig.build.tsbuildinfo +1 -0
  209. package/tsconfig.pezkuwi.json +22 -0
  210. package/tsconfig.pezkuwi.tsbuildinfo +1 -0
  211. package/tsconfig.zagros.json +22 -0
  212. package/tsconfig.zagros.tsbuildinfo +1 -0
  213. /package/{cjs/pezkuwi/index.d.ts → build/assetHubDicle/index.js} +0 -0
  214. /package/{pezkuwi/index.d.ts → build/assetHubPezkuwi/index.js} +0 -0
  215. /package/{cjs → build}/base.d.ts +0 -0
  216. /package/{cjs → build}/bizinikiwi/consts.d.ts +0 -0
  217. /package/{cjs → build}/bizinikiwi/errors.d.ts +0 -0
  218. /package/{cjs → build}/bizinikiwi/events.d.ts +0 -0
  219. /package/{cjs → build}/bizinikiwi/query.d.ts +0 -0
  220. /package/{cjs → build}/bizinikiwi/registry.d.ts +0 -0
  221. /package/{cjs → build}/bizinikiwi/runtime.d.ts +0 -0
  222. /package/{cjs → build}/bizinikiwi/tx.d.ts +0 -0
  223. /package/{cjs → build}/bundle.d.ts +0 -0
  224. /package/{index.d.ts → build/cjs/index.d.ts} +0 -0
  225. /package/{cjs → build/cjs}/package.json +0 -0
  226. /package/{packageDetect.d.ts → build/cjs/packageDetect.d.ts} +0 -0
  227. /package/{cjs → build/cjs}/packageDetect.js +0 -0
  228. /package/{packageInfo.d.ts → build/cjs/packageInfo.d.ts} +0 -0
  229. /package/{pezkuwi → build/cjs/pezkuwi}/consts.d.ts +0 -0
  230. /package/{pezkuwi → build/cjs/pezkuwi}/errors.d.ts +0 -0
  231. /package/{pezkuwi → build/cjs/pezkuwi}/events.d.ts +0 -0
  232. /package/{pezkuwi → build/cjs/pezkuwi}/query.d.ts +0 -0
  233. /package/{pezkuwi → build/cjs/pezkuwi}/registry.d.ts +0 -0
  234. /package/{pezkuwi → build/cjs/pezkuwi}/runtime.d.ts +0 -0
  235. /package/{pezkuwi → build/cjs/pezkuwi}/tx.d.ts +0 -0
  236. /package/{base.d.ts → build-tsc/base.d.ts} +0 -0
  237. /package/{bizinikiwi → build-tsc/bizinikiwi}/consts.d.ts +0 -0
  238. /package/{bizinikiwi → build-tsc/bizinikiwi}/errors.d.ts +0 -0
  239. /package/{bizinikiwi → build-tsc/bizinikiwi}/events.d.ts +0 -0
  240. /package/{bizinikiwi → build-tsc/bizinikiwi}/index.d.ts +0 -0
  241. /package/{bizinikiwi → build-tsc/bizinikiwi}/query.d.ts +0 -0
  242. /package/{bizinikiwi → build-tsc/bizinikiwi}/registry.d.ts +0 -0
  243. /package/{bizinikiwi → build-tsc/bizinikiwi}/runtime.d.ts +0 -0
  244. /package/{bizinikiwi → build-tsc/bizinikiwi}/tx.d.ts +0 -0
  245. /package/{bundle.d.ts → build-tsc/bundle.d.ts} +0 -0
  246. /package/{cjs → build-tsc}/index.d.ts +0 -0
  247. /package/{cjs → build-tsc}/packageDetect.d.ts +0 -0
  248. /package/{cjs → build-tsc}/packageInfo.d.ts +0 -0
  249. /package/{cjs → build-tsc}/pezkuwi/consts.d.ts +0 -0
  250. /package/{cjs → build-tsc}/pezkuwi/errors.d.ts +0 -0
  251. /package/{cjs → build-tsc}/pezkuwi/events.d.ts +0 -0
  252. /package/{cjs/bizinikiwi → build-tsc/pezkuwi}/index.d.ts +0 -0
  253. /package/{cjs → build-tsc}/pezkuwi/query.d.ts +0 -0
  254. /package/{cjs → build-tsc}/pezkuwi/registry.d.ts +0 -0
  255. /package/{cjs → build-tsc}/pezkuwi/runtime.d.ts +0 -0
  256. /package/{cjs → build-tsc}/pezkuwi/tx.d.ts +0 -0
  257. /package/{cjs → build-tsc-cjs}/assetHubDicle/consts.js +0 -0
  258. /package/{cjs → build-tsc-cjs}/assetHubDicle/errors.js +0 -0
  259. /package/{cjs → build-tsc-cjs}/assetHubDicle/events.js +0 -0
  260. /package/{cjs → build-tsc-cjs}/assetHubDicle/index.js +0 -0
  261. /package/{cjs → build-tsc-cjs}/assetHubDicle/query.js +0 -0
  262. /package/{cjs → build-tsc-cjs}/assetHubDicle/registry.js +0 -0
  263. /package/{cjs → build-tsc-cjs}/assetHubDicle/runtime.js +0 -0
  264. /package/{cjs → build-tsc-cjs}/assetHubDicle/tx.js +0 -0
  265. /package/{cjs → build-tsc-cjs}/assetHubPezkuwi/consts.js +0 -0
  266. /package/{cjs → build-tsc-cjs}/assetHubPezkuwi/errors.js +0 -0
  267. /package/{cjs → build-tsc-cjs}/assetHubPezkuwi/events.js +0 -0
  268. /package/{cjs → build-tsc-cjs}/assetHubPezkuwi/index.js +0 -0
  269. /package/{cjs → build-tsc-cjs}/assetHubPezkuwi/query.js +0 -0
  270. /package/{cjs → build-tsc-cjs}/assetHubPezkuwi/registry.js +0 -0
  271. /package/{cjs → build-tsc-cjs}/assetHubPezkuwi/runtime.js +0 -0
  272. /package/{cjs → build-tsc-cjs}/assetHubPezkuwi/tx.js +0 -0
  273. /package/{cjs → build-tsc-cjs}/base.js +0 -0
  274. /package/{cjs → build-tsc-cjs}/bizinikiwi/consts.js +0 -0
  275. /package/{cjs → build-tsc-cjs}/bizinikiwi/errors.js +0 -0
  276. /package/{cjs → build-tsc-cjs}/bizinikiwi/events.js +0 -0
  277. /package/{cjs → build-tsc-cjs}/bizinikiwi/index.js +0 -0
  278. /package/{cjs → build-tsc-cjs}/bizinikiwi/query.js +0 -0
  279. /package/{cjs → build-tsc-cjs}/bizinikiwi/registry.js +0 -0
  280. /package/{cjs → build-tsc-cjs}/bizinikiwi/runtime.js +0 -0
  281. /package/{cjs → build-tsc-cjs}/bizinikiwi/tx.js +0 -0
  282. /package/{cjs → build-tsc-cjs}/bundle.js +0 -0
  283. /package/{cjs → build-tsc-cjs}/dicle/consts.js +0 -0
  284. /package/{cjs → build-tsc-cjs}/dicle/errors.js +0 -0
  285. /package/{cjs → build-tsc-cjs}/dicle/events.js +0 -0
  286. /package/{cjs → build-tsc-cjs}/dicle/query.js +0 -0
  287. /package/{cjs → build-tsc-cjs}/dicle/runtime.js +0 -0
  288. /package/{cjs → build-tsc-cjs}/dicle/tx.js +0 -0
  289. /package/{cjs → build-tsc-cjs}/index.js +0 -0
  290. /package/{cjs → build-tsc-cjs}/pezkuwi/consts.js +0 -0
  291. /package/{cjs → build-tsc-cjs}/pezkuwi/errors.js +0 -0
  292. /package/{cjs → build-tsc-cjs}/pezkuwi/events.js +0 -0
  293. /package/{cjs → build-tsc-cjs}/pezkuwi/index.js +0 -0
  294. /package/{cjs → build-tsc-cjs}/pezkuwi/query.js +0 -0
  295. /package/{cjs → build-tsc-cjs}/pezkuwi/registry.js +0 -0
  296. /package/{cjs → build-tsc-cjs}/pezkuwi/runtime.js +0 -0
  297. /package/{cjs → build-tsc-cjs}/pezkuwi/tx.js +0 -0
  298. /package/{assetHubDicle → build-tsc-esm/assetHubDicle}/consts.js +0 -0
  299. /package/{assetHubDicle → build-tsc-esm/assetHubDicle}/errors.js +0 -0
  300. /package/{assetHubDicle → build-tsc-esm/assetHubDicle}/events.js +0 -0
  301. /package/{assetHubDicle → build-tsc-esm/assetHubDicle}/index.js +0 -0
  302. /package/{assetHubDicle → build-tsc-esm/assetHubDicle}/query.js +0 -0
  303. /package/{assetHubDicle → build-tsc-esm/assetHubDicle}/registry.js +0 -0
  304. /package/{assetHubDicle → build-tsc-esm/assetHubDicle}/runtime.js +0 -0
  305. /package/{assetHubDicle → build-tsc-esm/assetHubDicle}/tx.js +0 -0
  306. /package/{assetHubPezkuwi → build-tsc-esm/assetHubPezkuwi}/consts.js +0 -0
  307. /package/{assetHubPezkuwi → build-tsc-esm/assetHubPezkuwi}/errors.js +0 -0
  308. /package/{assetHubPezkuwi → build-tsc-esm/assetHubPezkuwi}/events.js +0 -0
  309. /package/{assetHubPezkuwi → build-tsc-esm/assetHubPezkuwi}/index.js +0 -0
  310. /package/{assetHubPezkuwi → build-tsc-esm/assetHubPezkuwi}/query.js +0 -0
  311. /package/{assetHubPezkuwi → build-tsc-esm/assetHubPezkuwi}/registry.js +0 -0
  312. /package/{assetHubPezkuwi → build-tsc-esm/assetHubPezkuwi}/runtime.js +0 -0
  313. /package/{assetHubPezkuwi → build-tsc-esm/assetHubPezkuwi}/tx.js +0 -0
  314. /package/{base.js → build-tsc-esm/base.js} +0 -0
  315. /package/{bizinikiwi → build-tsc-esm/bizinikiwi}/consts.js +0 -0
  316. /package/{bizinikiwi → build-tsc-esm/bizinikiwi}/errors.js +0 -0
  317. /package/{bizinikiwi → build-tsc-esm/bizinikiwi}/events.js +0 -0
  318. /package/{bizinikiwi → build-tsc-esm/bizinikiwi}/index.js +0 -0
  319. /package/{bizinikiwi → build-tsc-esm/bizinikiwi}/query.js +0 -0
  320. /package/{bizinikiwi → build-tsc-esm/bizinikiwi}/registry.js +0 -0
  321. /package/{bizinikiwi → build-tsc-esm/bizinikiwi}/runtime.js +0 -0
  322. /package/{bizinikiwi → build-tsc-esm/bizinikiwi}/tx.js +0 -0
  323. /package/{bundle.js → build-tsc-esm/bundle.js} +0 -0
  324. /package/{dicle → build-tsc-esm/dicle}/consts.js +0 -0
  325. /package/{dicle → build-tsc-esm/dicle}/errors.js +0 -0
  326. /package/{dicle → build-tsc-esm/dicle}/events.js +0 -0
  327. /package/{dicle → build-tsc-esm/dicle}/query.js +0 -0
  328. /package/{dicle → build-tsc-esm/dicle}/runtime.js +0 -0
  329. /package/{dicle → build-tsc-esm/dicle}/tx.js +0 -0
  330. /package/{index.js → build-tsc-esm/index.js} +0 -0
  331. /package/{packageDetect.js → build-tsc-esm/packageDetect.js} +0 -0
  332. /package/{pezkuwi → build-tsc-esm/pezkuwi}/consts.js +0 -0
  333. /package/{pezkuwi → build-tsc-esm/pezkuwi}/errors.js +0 -0
  334. /package/{pezkuwi → build-tsc-esm/pezkuwi}/events.js +0 -0
  335. /package/{pezkuwi → build-tsc-esm/pezkuwi}/index.js +0 -0
  336. /package/{pezkuwi → build-tsc-esm/pezkuwi}/query.js +0 -0
  337. /package/{pezkuwi → build-tsc-esm/pezkuwi}/registry.js +0 -0
  338. /package/{pezkuwi → build-tsc-esm/pezkuwi}/runtime.js +0 -0
  339. /package/{pezkuwi → build-tsc-esm/pezkuwi}/tx.js +0 -0
@@ -0,0 +1,4724 @@
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 { DicleRuntimeConstantsProxyProxyType, PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime, PezkuwiPrimitivesV8ApprovalVotingParams, PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams, PezkuwiPrimitivesV8ExecutorParams, PezkuwiPrimitivesV8PvfCheckStatement, PezkuwiPrimitivesV8SchedulerParams, PezkuwiPrimitivesV8ValidatorAppSignature, PezkuwiPrimitivesVstagingDisputeProof, PezkuwiPrimitivesVstagingInherentData, PezkuwiRuntimeCommonClaimsEcdsaSignature, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBalancesAdjustmentDirection, PezpalletBrokerCoretimeInterfaceCoreAssignment, PezpalletConvictionVotingConviction, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiPhaseRawSolution, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletMultisigTimepoint, PezpalletNominationPoolsBondExtra, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpPerbill, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsPoolState, PezpalletRcMigratorManagerMultisigVote, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletStakingAsyncAhClientOperatingMode, PezpalletStakingAsyncRcClientValidatorSetReport, PezpalletStakingPezpalletConfigOpPerbill, PezpalletStakingPezpalletConfigOpPercent, PezpalletStakingPezpalletConfigOpU128, PezpalletStakingPezpalletConfigOpU32, PezpalletStakingRewardDestination, PezpalletStakingUnlockChunk, PezpalletStakingValidatorPrefs, PezpalletVestingVestingInfo, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyForkVotingProofAncestryProof, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspNposElectionsElectionScore, PezspNposElectionsSupport, PezspRuntimeMultiSignature, PezspRuntimeMultiSigner, PezspSessionMembershipProof, PezspWeightsWeightV2Weight, StagingDicleRuntimeOriginCaller, StagingDicleRuntimeRuntimeParameters, StagingDicleRuntimeSessionKeys, 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
+ fellowshipCollective: {
1263
+ /**
1264
+ * Introduce a new member.
1265
+ *
1266
+ * - `origin`: Must be the `AddOrigin`.
1267
+ * - `who`: Account of non-member which will become a member.
1268
+ *
1269
+ * Weight: `O(1)`
1270
+ **/
1271
+ addMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
1272
+ /**
1273
+ * Remove votes from the given poll. It must have ended.
1274
+ *
1275
+ * - `origin`: Must be `Signed` by any account.
1276
+ * - `poll_index`: Index of a poll which is completed and for which votes continue to
1277
+ * exist.
1278
+ * - `max`: Maximum number of vote items from remove in this call.
1279
+ *
1280
+ * Transaction fees are waived if the operation is successful.
1281
+ *
1282
+ * Weight `O(max)` (less if there are fewer items to remove than `max`).
1283
+ **/
1284
+ cleanupPoll: AugmentedSubmittable<(pollIndex: u32 | AnyNumber | Uint8Array, max: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
1285
+ /**
1286
+ * Decrement the rank of an existing member by one. If the member is already at rank zero,
1287
+ * then they are removed entirely.
1288
+ *
1289
+ * - `origin`: Must be the `DemoteOrigin`.
1290
+ * - `who`: Account of existing member of rank greater than zero.
1291
+ *
1292
+ * Weight: `O(1)`, less if the member's index is highest in its rank.
1293
+ **/
1294
+ demoteMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
1295
+ /**
1296
+ * Exchanges a member with a new account and the same existing rank.
1297
+ *
1298
+ * - `origin`: Must be the `ExchangeOrigin`.
1299
+ * - `who`: Account of existing member of rank greater than zero to be exchanged.
1300
+ * - `new_who`: New Account of existing member of rank greater than zero to exchanged to.
1301
+ **/
1302
+ exchangeMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, newWho: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress]>;
1303
+ /**
1304
+ * Increment the rank of an existing member by one.
1305
+ *
1306
+ * - `origin`: Must be the `PromoteOrigin`.
1307
+ * - `who`: Account of existing member.
1308
+ *
1309
+ * Weight: `O(1)`
1310
+ **/
1311
+ promoteMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
1312
+ /**
1313
+ * Remove the member entirely.
1314
+ *
1315
+ * - `origin`: Must be the `RemoveOrigin`.
1316
+ * - `who`: Account of existing member of rank greater than zero.
1317
+ * - `min_rank`: The rank of the member or greater.
1318
+ *
1319
+ * Weight: `O(min_rank)`.
1320
+ **/
1321
+ removeMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minRank: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u16]>;
1322
+ /**
1323
+ * Add an aye or nay vote for the sender to the given proposal.
1324
+ *
1325
+ * - `origin`: Must be `Signed` by a member account.
1326
+ * - `poll`: Index of a poll which is ongoing.
1327
+ * - `aye`: `true` if the vote is to approve the proposal, `false` otherwise.
1328
+ *
1329
+ * Transaction fees are be waived if the member is voting on any particular proposal
1330
+ * for the first time and the call is successful. Subsequent vote changes will charge a
1331
+ * fee.
1332
+ *
1333
+ * Weight: `O(1)`, less if there was no previous vote on the poll by the member.
1334
+ **/
1335
+ vote: AugmentedSubmittable<(poll: u32 | AnyNumber | Uint8Array, aye: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, bool]>;
1336
+ /**
1337
+ * Generic tx
1338
+ **/
1339
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1340
+ };
1341
+ fellowshipReferenda: {
1342
+ /**
1343
+ * Cancel an ongoing referendum.
1344
+ *
1345
+ * - `origin`: must be the `CancelOrigin`.
1346
+ * - `index`: The index of the referendum to be cancelled.
1347
+ *
1348
+ * Emits `Cancelled`.
1349
+ **/
1350
+ cancel: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1351
+ /**
1352
+ * Cancel an ongoing referendum and slash the deposits.
1353
+ *
1354
+ * - `origin`: must be the `KillOrigin`.
1355
+ * - `index`: The index of the referendum to be cancelled.
1356
+ *
1357
+ * Emits `Killed` and `DepositSlashed`.
1358
+ **/
1359
+ kill: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1360
+ /**
1361
+ * Advance a referendum onto its next logical state. Only used internally.
1362
+ *
1363
+ * - `origin`: must be `Root`.
1364
+ * - `index`: the referendum to be advanced.
1365
+ **/
1366
+ nudgeReferendum: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1367
+ /**
1368
+ * Advance a track onto its next logical state. Only used internally.
1369
+ *
1370
+ * - `origin`: must be `Root`.
1371
+ * - `track`: the track to be advanced.
1372
+ *
1373
+ * Action item for when there is now one fewer referendum in the deciding phase and the
1374
+ * `DecidingCount` is not yet updated. This means that we should either:
1375
+ * - begin deciding another referendum (and leave `DecidingCount` alone); or
1376
+ * - decrement `DecidingCount`.
1377
+ **/
1378
+ oneFewerDeciding: AugmentedSubmittable<(track: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16]>;
1379
+ /**
1380
+ * Post the Decision Deposit for a referendum.
1381
+ *
1382
+ * - `origin`: must be `Signed` and the account must have funds available for the
1383
+ * referendum's track's Decision Deposit.
1384
+ * - `index`: The index of the submitted referendum whose Decision Deposit is yet to be
1385
+ * posted.
1386
+ *
1387
+ * Emits `DecisionDepositPlaced`.
1388
+ **/
1389
+ placeDecisionDeposit: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1390
+ /**
1391
+ * Refund the Decision Deposit for a closed referendum back to the depositor.
1392
+ *
1393
+ * - `origin`: must be `Signed` or `Root`.
1394
+ * - `index`: The index of a closed referendum whose Decision Deposit has not yet been
1395
+ * refunded.
1396
+ *
1397
+ * Emits `DecisionDepositRefunded`.
1398
+ **/
1399
+ refundDecisionDeposit: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1400
+ /**
1401
+ * Refund the Submission Deposit for a closed referendum back to the depositor.
1402
+ *
1403
+ * - `origin`: must be `Signed` or `Root`.
1404
+ * - `index`: The index of a closed referendum whose Submission Deposit has not yet been
1405
+ * refunded.
1406
+ *
1407
+ * Emits `SubmissionDepositRefunded`.
1408
+ **/
1409
+ refundSubmissionDeposit: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1410
+ /**
1411
+ * Set or clear metadata of a referendum.
1412
+ *
1413
+ * Parameters:
1414
+ * - `origin`: Must be `Signed` by a creator of a referendum or by anyone to clear a
1415
+ * metadata of a finished referendum.
1416
+ * - `index`: The index of a referendum to set or clear metadata for.
1417
+ * - `maybe_hash`: The hash of an on-chain stored preimage. `None` to clear a metadata.
1418
+ **/
1419
+ setMetadata: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array, maybeHash: Option<H256> | null | Uint8Array | H256 | string) => SubmittableExtrinsic<ApiType>, [u32, Option<H256>]>;
1420
+ /**
1421
+ * Propose a referendum on a privileged action.
1422
+ *
1423
+ * - `origin`: must be `SubmitOrigin` and the account must have `SubmissionDeposit` funds
1424
+ * available.
1425
+ * - `proposal_origin`: The origin from which the proposal should be executed.
1426
+ * - `proposal`: The proposal.
1427
+ * - `enactment_moment`: The moment that the proposal should be enacted.
1428
+ *
1429
+ * Emits `Submitted`.
1430
+ **/
1431
+ submit: AugmentedSubmittable<(proposalOrigin: StagingDicleRuntimeOriginCaller, proposal: PezframeSupportPreimagesBounded, enactmentMoment: PezframeSupportScheduleDispatchTime) => SubmittableExtrinsic<ApiType>, [StagingDicleRuntimeOriginCaller, PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime]>;
1432
+ /**
1433
+ * Generic tx
1434
+ **/
1435
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1436
+ };
1437
+ grandpa: {
1438
+ /**
1439
+ * Note that the current authority set of the GRANDPA finality gadget has stalled.
1440
+ *
1441
+ * This will trigger a forced authority set change at the beginning of the next session, to
1442
+ * be enacted `delay` blocks after that. The `delay` should be high enough to safely assume
1443
+ * that the block signalling the forced change will not be re-orged e.g. 1000 blocks.
1444
+ * The block production rate (which may be slowed down because of finality lagging) should
1445
+ * be taken into account when choosing the `delay`. The GRANDPA voters based on the new
1446
+ * authority will start voting on top of `best_finalized_block_number` for new finalized
1447
+ * blocks. `best_finalized_block_number` should be the highest of the latest finalized
1448
+ * block of all validators of the new authority set.
1449
+ *
1450
+ * Only callable by root.
1451
+ **/
1452
+ noteStalled: AugmentedSubmittable<(delay: u32 | AnyNumber | Uint8Array, bestFinalizedBlockNumber: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
1453
+ /**
1454
+ * Report voter equivocation/misbehavior. This method will verify the
1455
+ * equivocation proof and validate the given key ownership proof
1456
+ * against the extracted offender. If both are valid, the offence
1457
+ * will be reported.
1458
+ **/
1459
+ reportEquivocation: AugmentedSubmittable<(equivocationProof: PezspConsensusGrandpaEquivocationProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusGrandpaEquivocationProof, PezspSessionMembershipProof]>;
1460
+ /**
1461
+ * Report voter equivocation/misbehavior. This method will verify the
1462
+ * equivocation proof and validate the given key ownership proof
1463
+ * against the extracted offender. If both are valid, the offence
1464
+ * will be reported.
1465
+ *
1466
+ * This extrinsic must be called unsigned and it is expected that only
1467
+ * block authors will call it (validated in `ValidateUnsigned`), as such
1468
+ * if the block author is defined it will be defined as the equivocation
1469
+ * reporter.
1470
+ **/
1471
+ reportEquivocationUnsigned: AugmentedSubmittable<(equivocationProof: PezspConsensusGrandpaEquivocationProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusGrandpaEquivocationProof, PezspSessionMembershipProof]>;
1472
+ /**
1473
+ * Generic tx
1474
+ **/
1475
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1476
+ };
1477
+ hrmp: {
1478
+ /**
1479
+ * Establish a bidirectional HRMP channel between a parachain and a system chain.
1480
+ *
1481
+ * Arguments:
1482
+ *
1483
+ * - `target_system_chain`: A system chain, `ParaId`.
1484
+ *
1485
+ * The origin needs to be the parachain origin.
1486
+ **/
1487
+ establishChannelWithSystem: AugmentedSubmittable<(targetSystemChain: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1488
+ /**
1489
+ * Establish an HRMP channel between two system chains. If the channel does not already
1490
+ * exist, the transaction fees will be refunded to the caller. The system does not take
1491
+ * deposits for channels between system chains, and automatically sets the message number
1492
+ * and size limits to the maximum allowed by the network's configuration.
1493
+ *
1494
+ * Arguments:
1495
+ *
1496
+ * - `sender`: A system chain, `ParaId`.
1497
+ * - `recipient`: A system chain, `ParaId`.
1498
+ *
1499
+ * Any signed origin can call this function, but _both_ inputs MUST be system chains. If
1500
+ * the channel does not exist yet, there is no fee.
1501
+ **/
1502
+ establishSystemChannel: AugmentedSubmittable<(sender: u32 | AnyNumber | Uint8Array, recipient: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
1503
+ /**
1504
+ * This extrinsic triggers the cleanup of all the HRMP storage items that a para may have.
1505
+ * Normally this happens once per session, but this allows you to trigger the cleanup
1506
+ * immediately for a specific parachain.
1507
+ *
1508
+ * Number of inbound and outbound channels for `para` must be provided as witness data.
1509
+ *
1510
+ * Origin must be the `ChannelManager`.
1511
+ **/
1512
+ forceCleanHrmp: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, numInbound: u32 | AnyNumber | Uint8Array, numOutbound: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32]>;
1513
+ /**
1514
+ * Open a channel from a `sender` to a `recipient` `ParaId`. Although opened by governance,
1515
+ * the `max_capacity` and `max_message_size` are still subject to the Relay Chain's
1516
+ * configured limits.
1517
+ *
1518
+ * Expected use is when one (and only one) of the `ParaId`s involved in the channel is
1519
+ * governed by the system, e.g. a system parachain.
1520
+ *
1521
+ * Origin must be the `ChannelManager`.
1522
+ **/
1523
+ forceOpenHrmpChannel: AugmentedSubmittable<(sender: u32 | AnyNumber | Uint8Array, recipient: u32 | AnyNumber | Uint8Array, maxCapacity: u32 | AnyNumber | Uint8Array, maxMessageSize: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32, u32]>;
1524
+ /**
1525
+ * Force process HRMP close channel requests.
1526
+ *
1527
+ * If there are pending HRMP close channel requests, you can use this function to process
1528
+ * all of those requests immediately.
1529
+ *
1530
+ * Total number of closing channels must be provided as witness data.
1531
+ *
1532
+ * Origin must be the `ChannelManager`.
1533
+ **/
1534
+ forceProcessHrmpClose: AugmentedSubmittable<(channels: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1535
+ /**
1536
+ * Force process HRMP open channel requests.
1537
+ *
1538
+ * If there are pending HRMP open channel requests, you can use this function to process
1539
+ * all of those requests immediately.
1540
+ *
1541
+ * Total number of opening channels must be provided as witness data.
1542
+ *
1543
+ * Origin must be the `ChannelManager`.
1544
+ **/
1545
+ forceProcessHrmpOpen: AugmentedSubmittable<(channels: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1546
+ /**
1547
+ * Accept a pending open channel request from the given sender.
1548
+ *
1549
+ * The channel will be opened only on the next session boundary.
1550
+ **/
1551
+ hrmpAcceptOpenChannel: AugmentedSubmittable<(sender: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1552
+ /**
1553
+ * This cancels a pending open channel request. It can be canceled by either of the sender
1554
+ * or the recipient for that request. The origin must be either of those.
1555
+ *
1556
+ * The cancellation happens immediately. It is not possible to cancel the request if it is
1557
+ * already accepted.
1558
+ *
1559
+ * Total number of open requests (i.e. `HrmpOpenChannelRequestsList`) must be provided as
1560
+ * witness data.
1561
+ **/
1562
+ hrmpCancelOpenRequest: AugmentedSubmittable<(channelId: PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, openRequests: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, u32]>;
1563
+ /**
1564
+ * Initiate unilateral closing of a channel. The origin must be either the sender or the
1565
+ * recipient in the channel being closed.
1566
+ *
1567
+ * The closure can only happen on a session change.
1568
+ **/
1569
+ hrmpCloseChannel: AugmentedSubmittable<(channelId: PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId) => SubmittableExtrinsic<ApiType>, [PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId]>;
1570
+ /**
1571
+ * Initiate opening a channel from a parachain to a given recipient with given channel
1572
+ * parameters.
1573
+ *
1574
+ * - `proposed_max_capacity` - specifies how many messages can be in the channel at once.
1575
+ * - `proposed_max_message_size` - specifies the maximum size of the messages.
1576
+ *
1577
+ * These numbers are a subject to the relay-chain configuration limits.
1578
+ *
1579
+ * The channel can be opened only after the recipient confirms it and only on a session
1580
+ * change.
1581
+ **/
1582
+ hrmpInitOpenChannel: AugmentedSubmittable<(recipient: u32 | AnyNumber | Uint8Array, proposedMaxCapacity: u32 | AnyNumber | Uint8Array, proposedMaxMessageSize: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32]>;
1583
+ /**
1584
+ * Update the deposits held for an HRMP channel to the latest `Configuration`. Channels
1585
+ * with system chains do not require a deposit.
1586
+ *
1587
+ * Arguments:
1588
+ *
1589
+ * - `sender`: A chain, `ParaId`.
1590
+ * - `recipient`: A chain, `ParaId`.
1591
+ *
1592
+ * Any signed origin can call this function.
1593
+ **/
1594
+ pokeChannelDeposits: AugmentedSubmittable<(sender: u32 | AnyNumber | Uint8Array, recipient: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
1595
+ /**
1596
+ * Generic tx
1597
+ **/
1598
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1599
+ };
1600
+ indices: {
1601
+ /**
1602
+ * Assign an previously unassigned index.
1603
+ *
1604
+ * Payment: `Deposit` is reserved from the sender account.
1605
+ *
1606
+ * The dispatch origin for this call must be _Signed_.
1607
+ *
1608
+ * - `index`: the index to be claimed. This must not be in use.
1609
+ *
1610
+ * Emits `IndexAssigned` if successful.
1611
+ *
1612
+ * ## Complexity
1613
+ * - `O(1)`.
1614
+ **/
1615
+ claim: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1616
+ /**
1617
+ * Force an index to an account. This doesn't require a deposit. If the index is already
1618
+ * held, then any deposit is reimbursed to its current owner.
1619
+ *
1620
+ * The dispatch origin for this call must be _Root_.
1621
+ *
1622
+ * - `index`: the index to be (re-)assigned.
1623
+ * - `new`: the new owner of the index. This function is a no-op if it is equal to sender.
1624
+ * - `freeze`: if set to `true`, will freeze the index so it cannot be transferred.
1625
+ *
1626
+ * Emits `IndexAssigned` if successful.
1627
+ *
1628
+ * ## Complexity
1629
+ * - `O(1)`.
1630
+ **/
1631
+ 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]>;
1632
+ /**
1633
+ * Free up an index owned by the sender.
1634
+ *
1635
+ * Payment: Any previous deposit placed for the index is unreserved in the sender account.
1636
+ *
1637
+ * The dispatch origin for this call must be _Signed_ and the sender must own the index.
1638
+ *
1639
+ * - `index`: the index to be freed. This must be owned by the sender.
1640
+ *
1641
+ * Emits `IndexFreed` if successful.
1642
+ *
1643
+ * ## Complexity
1644
+ * - `O(1)`.
1645
+ **/
1646
+ free: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1647
+ /**
1648
+ * Freeze an index so it will always point to the sender account. This consumes the
1649
+ * deposit.
1650
+ *
1651
+ * The dispatch origin for this call must be _Signed_ and the signing account must have a
1652
+ * non-frozen account `index`.
1653
+ *
1654
+ * - `index`: the index to be frozen in place.
1655
+ *
1656
+ * Emits `IndexFrozen` if successful.
1657
+ *
1658
+ * ## Complexity
1659
+ * - `O(1)`.
1660
+ **/
1661
+ freeze: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1662
+ /**
1663
+ * Poke the deposit reserved for an index.
1664
+ *
1665
+ * The dispatch origin for this call must be _Signed_ and the signing account must have a
1666
+ * non-frozen account `index`.
1667
+ *
1668
+ * The transaction fees is waived if the deposit is changed after poking/reconsideration.
1669
+ *
1670
+ * - `index`: the index whose deposit is to be poked/reconsidered.
1671
+ *
1672
+ * Emits `DepositPoked` if successful.
1673
+ **/
1674
+ pokeDeposit: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1675
+ /**
1676
+ * Assign an index already owned by the sender to another account. The balance reservation
1677
+ * is effectively transferred to the new account.
1678
+ *
1679
+ * The dispatch origin for this call must be _Signed_.
1680
+ *
1681
+ * - `index`: the index to be re-assigned. This must be owned by the sender.
1682
+ * - `new`: the new owner of the index. This function is a no-op if it is equal to sender.
1683
+ *
1684
+ * Emits `IndexAssigned` if successful.
1685
+ *
1686
+ * ## Complexity
1687
+ * - `O(1)`.
1688
+ **/
1689
+ transfer: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32]>;
1690
+ /**
1691
+ * Generic tx
1692
+ **/
1693
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1694
+ };
1695
+ initializer: {
1696
+ /**
1697
+ * Issue a signal to the consensus engine to forcibly act as though all parachain
1698
+ * blocks in all relay chain blocks up to and including the given number in the current
1699
+ * chain are valid and should be finalized.
1700
+ **/
1701
+ forceApprove: AugmentedSubmittable<(upTo: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1702
+ /**
1703
+ * Generic tx
1704
+ **/
1705
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1706
+ };
1707
+ messageQueue: {
1708
+ /**
1709
+ * Execute an overweight message.
1710
+ *
1711
+ * Temporary processing errors will be propagated whereas permanent errors are treated
1712
+ * as success condition.
1713
+ *
1714
+ * - `origin`: Must be `Signed`.
1715
+ * - `message_origin`: The origin from which the message to be executed arrived.
1716
+ * - `page`: The page in the queue in which the message to be executed is sitting.
1717
+ * - `index`: The index into the queue of the message to be executed.
1718
+ * - `weight_limit`: The maximum amount of weight allowed to be consumed in the execution
1719
+ * of the message.
1720
+ *
1721
+ * Benchmark complexity considerations: O(index + weight_limit).
1722
+ **/
1723
+ executeOverweight: AugmentedSubmittable<(messageOrigin: PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, page: u32 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array, weightLimit: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, u32, u32, PezspWeightsWeightV2Weight]>;
1724
+ /**
1725
+ * Remove a page which has no more messages remaining to be processed or is stale.
1726
+ **/
1727
+ reapPage: AugmentedSubmittable<(messageOrigin: PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, pageIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, u32]>;
1728
+ /**
1729
+ * Generic tx
1730
+ **/
1731
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1732
+ };
1733
+ multisig: {
1734
+ /**
1735
+ * Register approval for a dispatch to be made from a deterministic composite account if
1736
+ * approved by a total of `threshold - 1` of `other_signatories`.
1737
+ *
1738
+ * Payment: `DepositBase` will be reserved if this is the first approval, plus
1739
+ * `threshold` times `DepositFactor`. It is returned once this dispatch happens or
1740
+ * is cancelled.
1741
+ *
1742
+ * The dispatch origin for this call must be _Signed_.
1743
+ *
1744
+ * - `threshold`: The total number of approvals for this dispatch before it is executed.
1745
+ * - `other_signatories`: The accounts (other than the sender) who can approve this
1746
+ * dispatch. May not be empty.
1747
+ * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is
1748
+ * not the first approval, then it must be `Some`, with the timepoint (block number and
1749
+ * transaction index) of the first approval transaction.
1750
+ * - `call_hash`: The hash of the call to be executed.
1751
+ *
1752
+ * NOTE: If this is the final approval, you will want to use `as_multi` instead.
1753
+ *
1754
+ * ## Complexity
1755
+ * - `O(S)`.
1756
+ * - Up to one balance-reserve or unreserve operation.
1757
+ * - One passthrough operation, one insert, both `O(S)` where `S` is the number of
1758
+ * signatories. `S` is capped by `MaxSignatories`, with weight being proportional.
1759
+ * - One encode & hash, both of complexity `O(S)`.
1760
+ * - Up to one binary search and insert (`O(logS + S)`).
1761
+ * - I/O: 1 read `O(S)`, up to 1 mutate `O(S)`. Up to one remove.
1762
+ * - One event.
1763
+ * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit
1764
+ * taken for its lifetime of `DepositBase + threshold * DepositFactor`.
1765
+ **/
1766
+ 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]>;
1767
+ /**
1768
+ * Register approval for a dispatch to be made from a deterministic composite account if
1769
+ * approved by a total of `threshold - 1` of `other_signatories`.
1770
+ *
1771
+ * If there are enough, then dispatch the call.
1772
+ *
1773
+ * Payment: `DepositBase` will be reserved if this is the first approval, plus
1774
+ * `threshold` times `DepositFactor`. It is returned once this dispatch happens or
1775
+ * is cancelled.
1776
+ *
1777
+ * The dispatch origin for this call must be _Signed_.
1778
+ *
1779
+ * - `threshold`: The total number of approvals for this dispatch before it is executed.
1780
+ * - `other_signatories`: The accounts (other than the sender) who can approve this
1781
+ * dispatch. May not be empty.
1782
+ * - `maybe_timepoint`: If this is the first approval, then this must be `None`. If it is
1783
+ * not the first approval, then it must be `Some`, with the timepoint (block number and
1784
+ * transaction index) of the first approval transaction.
1785
+ * - `call`: The call to be executed.
1786
+ *
1787
+ * NOTE: Unless this is the final approval, you will generally want to use
1788
+ * `approve_as_multi` instead, since it only requires a hash of the call.
1789
+ *
1790
+ * Result is equivalent to the dispatched result if `threshold` is exactly `1`. Otherwise
1791
+ * on success, result is `Ok` and the result from the interior call, if it was executed,
1792
+ * may be found in the deposited `MultisigExecuted` event.
1793
+ *
1794
+ * ## Complexity
1795
+ * - `O(S + Z + Call)`.
1796
+ * - Up to one balance-reserve or unreserve operation.
1797
+ * - One passthrough operation, one insert, both `O(S)` where `S` is the number of
1798
+ * signatories. `S` is capped by `MaxSignatories`, with weight being proportional.
1799
+ * - One call encode & hash, both of complexity `O(Z)` where `Z` is tx-len.
1800
+ * - One encode & hash, both of complexity `O(S)`.
1801
+ * - Up to one binary search and insert (`O(logS + S)`).
1802
+ * - I/O: 1 read `O(S)`, up to 1 mutate `O(S)`. Up to one remove.
1803
+ * - One event.
1804
+ * - The weight of the `call`.
1805
+ * - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit
1806
+ * taken for its lifetime of `DepositBase + threshold * DepositFactor`.
1807
+ **/
1808
+ 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]>;
1809
+ /**
1810
+ * Immediately dispatch a multi-signature call using a single approval from the caller.
1811
+ *
1812
+ * The dispatch origin for this call must be _Signed_.
1813
+ *
1814
+ * - `other_signatories`: The accounts (other than the sender) who are part of the
1815
+ * multi-signature, but do not participate in the approval process.
1816
+ * - `call`: The call to be executed.
1817
+ *
1818
+ * Result is equivalent to the dispatched result.
1819
+ *
1820
+ * ## Complexity
1821
+ * O(Z + C) where Z is the length of the call and C its execution weight.
1822
+ **/
1823
+ asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>, RuntimeCall]>;
1824
+ /**
1825
+ * Cancel a pre-existing, on-going multisig transaction. Any deposit reserved previously
1826
+ * for this operation will be unreserved on success.
1827
+ *
1828
+ * The dispatch origin for this call must be _Signed_.
1829
+ *
1830
+ * - `threshold`: The total number of approvals for this dispatch before it is executed.
1831
+ * - `other_signatories`: The accounts (other than the sender) who can approve this
1832
+ * dispatch. May not be empty.
1833
+ * - `timepoint`: The timepoint (block number and transaction index) of the first approval
1834
+ * transaction for this dispatch.
1835
+ * - `call_hash`: The hash of the call to be executed.
1836
+ *
1837
+ * ## Complexity
1838
+ * - `O(S)`.
1839
+ * - Up to one balance-reserve or unreserve operation.
1840
+ * - One passthrough operation, one insert, both `O(S)` where `S` is the number of
1841
+ * signatories. `S` is capped by `MaxSignatories`, with weight being proportional.
1842
+ * - One encode & hash, both of complexity `O(S)`.
1843
+ * - One event.
1844
+ * - I/O: 1 read `O(S)`, one remove.
1845
+ * - Storage: removes one item.
1846
+ **/
1847
+ 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]>;
1848
+ /**
1849
+ * Poke the deposit reserved for an existing multisig operation.
1850
+ *
1851
+ * The dispatch origin for this call must be _Signed_ and must be the original depositor of
1852
+ * the multisig operation.
1853
+ *
1854
+ * The transaction fee is waived if the deposit amount has changed.
1855
+ *
1856
+ * - `threshold`: The total number of approvals needed for this multisig.
1857
+ * - `other_signatories`: The accounts (other than the sender) who are part of the
1858
+ * multisig.
1859
+ * - `call_hash`: The hash of the call this deposit is reserved for.
1860
+ *
1861
+ * Emits `DepositPoked` if successful.
1862
+ **/
1863
+ pokeDeposit: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, Vec<AccountId32>, U8aFixed]>;
1864
+ /**
1865
+ * Generic tx
1866
+ **/
1867
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
1868
+ };
1869
+ nominationPools: {
1870
+ /**
1871
+ * Top up the deficit or withdraw the excess ED from the pool.
1872
+ *
1873
+ * When a pool is created, the pool depositor transfers ED to the reward account of the
1874
+ * pool. ED is subject to change and over time, the deposit in the reward account may be
1875
+ * insufficient to cover the ED deficit of the pool or vice-versa where there is excess
1876
+ * deposit to the pool. This call allows anyone to adjust the ED deposit of the
1877
+ * pool by either topping up the deficit or claiming the excess.
1878
+ **/
1879
+ adjustPoolDeposit: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1880
+ /**
1881
+ * Apply a pending slash on a member.
1882
+ *
1883
+ * Fails unless [`crate::pallet::Config::StakeAdapter`] is of strategy type:
1884
+ * [`adapter::StakeStrategyType::Delegate`].
1885
+ *
1886
+ * The pending slash amount of the member must be equal or more than `ExistentialDeposit`.
1887
+ * This call can be dispatched permissionlessly (i.e. by any account). If the execution
1888
+ * is successful, fee is refunded and caller may be rewarded with a part of the slash
1889
+ * based on the [`crate::pallet::Config::StakeAdapter`] configuration.
1890
+ **/
1891
+ applySlash: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
1892
+ /**
1893
+ * Bond `extra` more funds from `origin` into the pool to which they already belong.
1894
+ *
1895
+ * Additional funds can come from either the free balance of the account, of from the
1896
+ * accumulated rewards, see [`BondExtra`].
1897
+ *
1898
+ * Bonding extra funds implies an automatic payout of all pending rewards as well.
1899
+ * See `bond_extra_other` to bond pending rewards of `other` members.
1900
+ **/
1901
+ bondExtra: AugmentedSubmittable<(extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic<ApiType>, [PezpalletNominationPoolsBondExtra]>;
1902
+ /**
1903
+ * `origin` bonds funds from `extra` for some pool member `member` into their respective
1904
+ * pools.
1905
+ *
1906
+ * `origin` can bond extra funds from free balance or pending rewards when `origin ==
1907
+ * other`.
1908
+ *
1909
+ * In the case of `origin != other`, `origin` can only bond extra pending rewards of
1910
+ * `other` members assuming set_claim_permission for the given member is
1911
+ * `PermissionlessCompound` or `PermissionlessAll`.
1912
+ **/
1913
+ bondExtraOther: AugmentedSubmittable<(member: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic<ApiType>, [MultiAddress, PezpalletNominationPoolsBondExtra]>;
1914
+ /**
1915
+ * Chill on behalf of the pool.
1916
+ *
1917
+ * The dispatch origin of this call can be signed by the pool nominator or the pool
1918
+ * root role, same as [`Pallet::nominate`].
1919
+ *
1920
+ * This directly forwards the call to an implementation of `StakingInterface` (e.g.,
1921
+ * `pallet-staking`) through [`Config::StakeAdapter`], on behalf of the bonded pool.
1922
+ *
1923
+ * Under certain conditions, this call can be dispatched permissionlessly (i.e. by any
1924
+ * account).
1925
+ *
1926
+ * # Conditions for a permissionless dispatch:
1927
+ * * When pool depositor has less than `MinNominatorBond` staked, otherwise pool members
1928
+ * are unable to unbond.
1929
+ *
1930
+ * # Conditions for permissioned dispatch:
1931
+ * * The caller is the pool's nominator or root.
1932
+ **/
1933
+ chill: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1934
+ /**
1935
+ * Claim pending commission.
1936
+ *
1937
+ * The `root` role of the pool is _always_ allowed to claim the pool's commission.
1938
+ *
1939
+ * If the pool has set `CommissionClaimPermission::Permissionless`, then any account can
1940
+ * trigger the process of claiming the pool's commission.
1941
+ *
1942
+ * If the pool has set its `CommissionClaimPermission` to `Account(acc)`, then only
1943
+ * accounts
1944
+ * * `acc`, and
1945
+ * * the pool's root account
1946
+ *
1947
+ * may call this extrinsic on behalf of the pool.
1948
+ *
1949
+ * Pending commissions are paid out and added to the total claimed commission.
1950
+ * The total pending commission is reset to zero.
1951
+ **/
1952
+ claimCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
1953
+ /**
1954
+ * A bonded member can use this to claim their payout based on the rewards that the pool
1955
+ * has accumulated since their last claimed payout (OR since joining if this is their first
1956
+ * time claiming rewards). The payout will be transferred to the member's account.
1957
+ *
1958
+ * The member will earn rewards pro rata based on the members stake vs the sum of the
1959
+ * members in the pools stake. Rewards do not "expire".
1960
+ *
1961
+ * See `claim_payout_other` to claim rewards on behalf of some `other` pool member.
1962
+ **/
1963
+ claimPayout: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
1964
+ /**
1965
+ * `origin` can claim payouts on some pool member `other`'s behalf.
1966
+ *
1967
+ * Pool member `other` must have a `PermissionlessWithdraw` or `PermissionlessAll` claim
1968
+ * permission for this call to be successful.
1969
+ **/
1970
+ claimPayoutOther: AugmentedSubmittable<(other: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
1971
+ /**
1972
+ * Create a new delegation pool.
1973
+ *
1974
+ * # Arguments
1975
+ *
1976
+ * * `amount` - The amount of funds to delegate to the pool. This also acts of a sort of
1977
+ * deposit since the pools creator cannot fully unbond funds until the pool is being
1978
+ * destroyed.
1979
+ * * `index` - A disambiguation index for creating the account. Likely only useful when
1980
+ * creating multiple pools in the same extrinsic.
1981
+ * * `root` - The account to set as [`PoolRoles::root`].
1982
+ * * `nominator` - The account to set as the [`PoolRoles::nominator`].
1983
+ * * `bouncer` - The account to set as the [`PoolRoles::bouncer`].
1984
+ *
1985
+ * # Note
1986
+ *
1987
+ * In addition to `amount`, the caller will transfer the existential deposit; so the caller
1988
+ * needs at have at least `amount + existential_deposit` transferable.
1989
+ **/
1990
+ 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]>;
1991
+ /**
1992
+ * Create a new delegation pool with a previously used pool id
1993
+ *
1994
+ * # Arguments
1995
+ *
1996
+ * same as `create` with the inclusion of
1997
+ * * `pool_id` - `A valid PoolId.
1998
+ **/
1999
+ 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]>;
2000
+ /**
2001
+ * Stake funds with a pool. The amount to bond is delegated (or transferred based on
2002
+ * [`adapter::StakeStrategyType`]) from the member to the pool account and immediately
2003
+ * increases the pool's bond.
2004
+ *
2005
+ * The method of transferring the amount to the pool account is determined by
2006
+ * [`adapter::StakeStrategyType`]. If the pool is configured to use
2007
+ * [`adapter::StakeStrategyType::Delegate`], the funds remain in the account of
2008
+ * the `origin`, while the pool gains the right to use these funds for staking.
2009
+ *
2010
+ * # Note
2011
+ *
2012
+ * * An account can only be a member of a single pool.
2013
+ * * An account cannot join the same pool multiple times.
2014
+ * * This call will *not* dust the member account, so the member must have at least
2015
+ * `existential deposit + amount` in their account.
2016
+ * * Only a pool with [`PoolState::Open`] can be joined
2017
+ **/
2018
+ join: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, u32]>;
2019
+ /**
2020
+ * Migrates delegated funds from the pool account to the `member_account`.
2021
+ *
2022
+ * Fails unless [`crate::pallet::Config::StakeAdapter`] is of strategy type:
2023
+ * [`adapter::StakeStrategyType::Delegate`].
2024
+ *
2025
+ * This is a permission-less call and refunds any fee if claim is successful.
2026
+ *
2027
+ * If the pool has migrated to delegation based staking, the staked tokens of pool members
2028
+ * can be moved and held in their own account. See [`adapter::DelegateStake`]
2029
+ **/
2030
+ migrateDelegation: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
2031
+ /**
2032
+ * Migrate pool from [`adapter::StakeStrategyType::Transfer`] to
2033
+ * [`adapter::StakeStrategyType::Delegate`].
2034
+ *
2035
+ * Fails unless [`crate::pallet::Config::StakeAdapter`] is of strategy type:
2036
+ * [`adapter::StakeStrategyType::Delegate`].
2037
+ *
2038
+ * This call can be dispatched permissionlessly, and refunds any fee if successful.
2039
+ *
2040
+ * If the pool has already migrated to delegation based staking, this call will fail.
2041
+ **/
2042
+ migratePoolToDelegateStake: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2043
+ /**
2044
+ * Nominate on behalf of the pool.
2045
+ *
2046
+ * The dispatch origin of this call must be signed by the pool nominator or the pool
2047
+ * root role.
2048
+ *
2049
+ * This directly forwards the call to an implementation of `StakingInterface` (e.g.,
2050
+ * `pallet-staking`) through [`Config::StakeAdapter`], on behalf of the bonded pool.
2051
+ *
2052
+ * # Note
2053
+ *
2054
+ * In addition to a `root` or `nominator` role of `origin`, the pool's depositor needs to
2055
+ * have at least `depositor_min_bond` in the pool to start nominating.
2056
+ **/
2057
+ nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<AccountId32>]>;
2058
+ /**
2059
+ * Call `withdraw_unbonded` for the pools account. This call can be made by any account.
2060
+ *
2061
+ * This is useful if there are too many unlocking chunks to call `unbond`, and some
2062
+ * can be cleared by withdrawing. In the case there are too many unlocking chunks, the user
2063
+ * would probably see an error like `NoMoreChunks` emitted from the staking system when
2064
+ * they attempt to unbond.
2065
+ **/
2066
+ poolWithdrawUnbonded: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
2067
+ /**
2068
+ * Allows a pool member to set a claim permission to allow or disallow permissionless
2069
+ * bonding and withdrawing.
2070
+ *
2071
+ * # Arguments
2072
+ *
2073
+ * * `origin` - Member of a pool.
2074
+ * * `permission` - The permission to be applied.
2075
+ **/
2076
+ setClaimPermission: AugmentedSubmittable<(permission: PezpalletNominationPoolsClaimPermission) => SubmittableExtrinsic<ApiType>, [PezpalletNominationPoolsClaimPermission]>;
2077
+ /**
2078
+ * Set the commission of a pool.
2079
+ * Both a commission percentage and a commission payee must be provided in the `current`
2080
+ * tuple. Where a `current` of `None` is provided, any current commission will be removed.
2081
+ *
2082
+ * - If a `None` is supplied to `new_commission`, existing commission will be removed.
2083
+ **/
2084
+ 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]>>]>;
2085
+ /**
2086
+ * Set the commission change rate for a pool.
2087
+ *
2088
+ * Initial change rate is not bounded, whereas subsequent updates can only be more
2089
+ * restrictive than the current.
2090
+ **/
2091
+ setCommissionChangeRate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, changeRate: PezpalletNominationPoolsCommissionChangeRate) => SubmittableExtrinsic<ApiType>, [u32, PezpalletNominationPoolsCommissionChangeRate]>;
2092
+ /**
2093
+ * Set or remove a pool's commission claim permission.
2094
+ *
2095
+ * Determines who can claim the pool's pending commission. Only the `Root` role of the pool
2096
+ * is able to configure commission claim permissions.
2097
+ **/
2098
+ setCommissionClaimPermission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, permission: Option<PezpalletNominationPoolsCommissionClaimPermission> | null | Uint8Array | PezpalletNominationPoolsCommissionClaimPermission) => SubmittableExtrinsic<ApiType>, [u32, Option<PezpalletNominationPoolsCommissionClaimPermission>]>;
2099
+ /**
2100
+ * Set the maximum commission of a pool.
2101
+ *
2102
+ * - Initial max can be set to any `Perbill`, and only smaller values thereafter.
2103
+ * - Current commission will be lowered in the event it is higher than a new max
2104
+ * commission.
2105
+ **/
2106
+ setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Perbill]>;
2107
+ /**
2108
+ * Update configurations for the nomination pools. The origin for this call must be
2109
+ * [`Config::AdminOrigin`].
2110
+ *
2111
+ * # Arguments
2112
+ *
2113
+ * * `min_join_bond` - Set [`MinJoinBond`].
2114
+ * * `min_create_bond` - Set [`MinCreateBond`].
2115
+ * * `max_pools` - Set [`MaxPools`].
2116
+ * * `max_members` - Set [`MaxPoolMembers`].
2117
+ * * `max_members_per_pool` - Set [`MaxPoolMembersPerPool`].
2118
+ * * `global_max_commission` - Set [`GlobalMaxCommission`].
2119
+ **/
2120
+ setConfigs: AugmentedSubmittable<(minJoinBond: PezpalletNominationPoolsConfigOpU128, minCreateBond: PezpalletNominationPoolsConfigOpU128, maxPools: PezpalletNominationPoolsConfigOpU32, maxMembers: PezpalletNominationPoolsConfigOpU32, maxMembersPerPool: PezpalletNominationPoolsConfigOpU32, globalMaxCommission: PezpalletNominationPoolsConfigOpPerbill) => SubmittableExtrinsic<ApiType>, [PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsConfigOpPerbill]>;
2121
+ /**
2122
+ * Set a new metadata for the pool.
2123
+ *
2124
+ * The dispatch origin of this call must be signed by the bouncer, or the root role of the
2125
+ * pool.
2126
+ **/
2127
+ setMetadata: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, metadata: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
2128
+ /**
2129
+ * Set a new state for the pool.
2130
+ *
2131
+ * If a pool is already in the `Destroying` state, then under no condition can its state
2132
+ * change again.
2133
+ *
2134
+ * The dispatch origin of this call must be either:
2135
+ *
2136
+ * 1. signed by the bouncer, or the root role of the pool,
2137
+ * 2. if the pool conditions to be open are NOT met (as described by `ok_to_be_open`), and
2138
+ * then the state of the pool can be permissionlessly changed to `Destroying`.
2139
+ **/
2140
+ setState: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, state: PezpalletNominationPoolsPoolState) => SubmittableExtrinsic<ApiType>, [u32, PezpalletNominationPoolsPoolState]>;
2141
+ /**
2142
+ * Unbond up to `unbonding_points` of the `member_account`'s funds from the pool. It
2143
+ * implicitly collects the rewards one last time, since not doing so would mean some
2144
+ * rewards would be forfeited.
2145
+ *
2146
+ * Under certain conditions, this call can be dispatched permissionlessly (i.e. by any
2147
+ * account).
2148
+ *
2149
+ * # Conditions for a permissionless dispatch.
2150
+ *
2151
+ * * The pool is blocked and the caller is either the root or bouncer. This is refereed to
2152
+ * as a kick.
2153
+ * * The pool is destroying and the member is not the depositor.
2154
+ * * The pool is destroying, the member is the depositor and no other members are in the
2155
+ * pool.
2156
+ *
2157
+ * ## Conditions for permissioned dispatch (i.e. the caller is also the
2158
+ * `member_account`):
2159
+ *
2160
+ * * The caller is not the depositor.
2161
+ * * The caller is the depositor, the pool is destroying and no other members are in the
2162
+ * pool.
2163
+ *
2164
+ * # Note
2165
+ *
2166
+ * If there are too many unlocking chunks to unbond with the pool account,
2167
+ * [`Call::pool_withdraw_unbonded`] can be called to try and minimize unlocking chunks.
2168
+ * The [`StakingInterface::unbond`] will implicitly call [`Call::pool_withdraw_unbonded`]
2169
+ * to try to free chunks if necessary (ie. if unbound was called and no unlocking chunks
2170
+ * are available). However, it may not be possible to release the current unlocking chunks,
2171
+ * in which case, the result of this call will likely be the `NoMoreChunks` error from the
2172
+ * staking system.
2173
+ **/
2174
+ 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>]>;
2175
+ /**
2176
+ * Update the roles of the pool.
2177
+ *
2178
+ * The root is the only entity that can change any of the roles, including itself,
2179
+ * excluding the depositor, who can never change.
2180
+ *
2181
+ * It emits an event, notifying UIs of the role change. This event is quite relevant to
2182
+ * most pool members and they should be informed of changes to pool roles.
2183
+ **/
2184
+ updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PezpalletNominationPoolsConfigOpAccountId32, newNominator: PezpalletNominationPoolsConfigOpAccountId32, newBouncer: PezpalletNominationPoolsConfigOpAccountId32) => SubmittableExtrinsic<ApiType>, [u32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32]>;
2185
+ /**
2186
+ * Withdraw unbonded funds from `member_account`. If no bonded funds can be unbonded, an
2187
+ * error is returned.
2188
+ *
2189
+ * Under certain conditions, this call can be dispatched permissionlessly (i.e. by any
2190
+ * account).
2191
+ *
2192
+ * # Conditions for a permissionless dispatch
2193
+ *
2194
+ * * The pool is in destroy mode and the target is not the depositor.
2195
+ * * The target is the depositor and they are the only member in the sub pools.
2196
+ * * The pool is blocked and the caller is either the root or bouncer.
2197
+ *
2198
+ * # Conditions for permissioned dispatch
2199
+ *
2200
+ * * The caller is the target and they are not the depositor.
2201
+ *
2202
+ * # Note
2203
+ *
2204
+ * - If the target is the depositor, the pool will be destroyed.
2205
+ * - If the pool has any pending slash, we also try to slash the member before letting them
2206
+ * withdraw. This calculation adds some weight overhead and is only defensive. In reality,
2207
+ * pool slashes must have been already applied via permissionless [`Call::apply_slash`].
2208
+ **/
2209
+ withdrawUnbonded: AugmentedSubmittable<(memberAccount: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32]>;
2210
+ /**
2211
+ * Generic tx
2212
+ **/
2213
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2214
+ };
2215
+ onDemandAssignmentProvider: {
2216
+ /**
2217
+ * Create a single on demand core order.
2218
+ * Will use the spot price for the current block and will reap the account if needed.
2219
+ *
2220
+ * Parameters:
2221
+ * - `origin`: The sender of the call, funds will be withdrawn from this account.
2222
+ * - `max_amount`: The maximum balance to withdraw from the origin to place an order.
2223
+ * - `para_id`: A `ParaId` the origin wants to provide blockspace for.
2224
+ *
2225
+ * Errors:
2226
+ * - `InsufficientBalance`: from the Currency implementation
2227
+ * - `QueueFull`
2228
+ * - `SpotPriceHigherThanMaxAmount`
2229
+ *
2230
+ * Events:
2231
+ * - `OnDemandOrderPlaced`
2232
+ **/
2233
+ placeOrderAllowDeath: AugmentedSubmittable<(maxAmount: u128 | AnyNumber | Uint8Array, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128, u32]>;
2234
+ /**
2235
+ * Same as the [`place_order_allow_death`](Self::place_order_allow_death) call , but with a
2236
+ * check that placing the order will not reap the account.
2237
+ *
2238
+ * Parameters:
2239
+ * - `origin`: The sender of the call, funds will be withdrawn from this account.
2240
+ * - `max_amount`: The maximum balance to withdraw from the origin to place an order.
2241
+ * - `para_id`: A `ParaId` the origin wants to provide blockspace for.
2242
+ *
2243
+ * Errors:
2244
+ * - `InsufficientBalance`: from the Currency implementation
2245
+ * - `QueueFull`
2246
+ * - `SpotPriceHigherThanMaxAmount`
2247
+ *
2248
+ * Events:
2249
+ * - `OnDemandOrderPlaced`
2250
+ **/
2251
+ placeOrderKeepAlive: AugmentedSubmittable<(maxAmount: u128 | AnyNumber | Uint8Array, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128, u32]>;
2252
+ /**
2253
+ * Create a single on demand core order with credits.
2254
+ * Will charge the owner's on-demand credit account the spot price for the current block.
2255
+ *
2256
+ * Parameters:
2257
+ * - `origin`: The sender of the call, on-demand credits will be withdrawn from this
2258
+ * account.
2259
+ * - `max_amount`: The maximum number of credits to spend from the origin to place an
2260
+ * order.
2261
+ * - `para_id`: A `ParaId` the origin wants to provide blockspace for.
2262
+ *
2263
+ * Errors:
2264
+ * - `InsufficientCredits`
2265
+ * - `QueueFull`
2266
+ * - `SpotPriceHigherThanMaxAmount`
2267
+ *
2268
+ * Events:
2269
+ * - `OnDemandOrderPlaced`
2270
+ **/
2271
+ placeOrderWithCredits: AugmentedSubmittable<(maxAmount: u128 | AnyNumber | Uint8Array, paraId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128, u32]>;
2272
+ /**
2273
+ * Generic tx
2274
+ **/
2275
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2276
+ };
2277
+ paraInclusion: {
2278
+ /**
2279
+ * Generic tx
2280
+ **/
2281
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2282
+ };
2283
+ paraInherent: {
2284
+ /**
2285
+ * Enter the paras inherent. This will process bitfields and backed candidates.
2286
+ **/
2287
+ enter: AugmentedSubmittable<(data: PezkuwiPrimitivesVstagingInherentData) => SubmittableExtrinsic<ApiType>, [PezkuwiPrimitivesVstagingInherentData]>;
2288
+ /**
2289
+ * Generic tx
2290
+ **/
2291
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2292
+ };
2293
+ parameters: {
2294
+ /**
2295
+ * Set the value of a parameter.
2296
+ *
2297
+ * The dispatch origin of this call must be `AdminOrigin` for the given `key`. Values be
2298
+ * deleted by setting them to `None`.
2299
+ **/
2300
+ setParameter: AugmentedSubmittable<(keyValue: StagingDicleRuntimeRuntimeParameters) => SubmittableExtrinsic<ApiType>, [StagingDicleRuntimeRuntimeParameters]>;
2301
+ /**
2302
+ * Generic tx
2303
+ **/
2304
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2305
+ };
2306
+ paras: {
2307
+ /**
2308
+ * Adds the validation code to the storage.
2309
+ *
2310
+ * The code will not be added if it is already present. Additionally, if PVF pre-checking
2311
+ * is running for that code, it will be instantly accepted.
2312
+ *
2313
+ * Otherwise, the code will be added into the storage. Note that the code will be added
2314
+ * into storage with reference count 0. This is to account the fact that there are no users
2315
+ * for this code yet. The caller will have to make sure that this code eventually gets
2316
+ * used by some parachain or removed from the storage to avoid storage leaks. For the
2317
+ * latter prefer to use the `poke_unused_validation_code` dispatchable to raw storage
2318
+ * manipulation.
2319
+ *
2320
+ * This function is mainly meant to be used for upgrading parachains that do not follow
2321
+ * the go-ahead signal while the PVF pre-checking feature is enabled.
2322
+ **/
2323
+ addTrustedValidationCode: AugmentedSubmittable<(validationCode: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
2324
+ /**
2325
+ * Applies the already authorized current code for the parachain,
2326
+ * triggering the same functionality as `force_set_current_code`.
2327
+ **/
2328
+ applyAuthorizedForceSetCurrentCode: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, newCode: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
2329
+ /**
2330
+ * Sets the storage for the authorized current code hash of the parachain.
2331
+ * If not applied, it will be removed at the `System::block_number() + valid_period` block.
2332
+ *
2333
+ * This can be useful, when triggering `Paras::force_set_current_code(para, code)`
2334
+ * from a different chain than the one where the `Paras` pallet is deployed.
2335
+ *
2336
+ * The main purpose is to avoid transferring the entire `code` Wasm blob between chains.
2337
+ * Instead, we authorize `code_hash` with `root`, which can later be applied by
2338
+ * `Paras::apply_authorized_force_set_current_code(para, code)` by anyone.
2339
+ *
2340
+ * Authorizations are stored in an **overwriting manner**.
2341
+ **/
2342
+ authorizeForceSetCurrentCodeHash: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, newCodeHash: H256 | string | Uint8Array, validPeriod: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, H256, u32]>;
2343
+ /**
2344
+ * Note a new block head for para within the context of the current block.
2345
+ **/
2346
+ forceNoteNewHead: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, newHead: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
2347
+ /**
2348
+ * Put a parachain directly into the next session's action queue.
2349
+ * We can't queue it any sooner than this without going into the
2350
+ * initializer...
2351
+ **/
2352
+ forceQueueAction: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2353
+ /**
2354
+ * Schedule an upgrade as if it was scheduled in the given relay parent block.
2355
+ **/
2356
+ forceScheduleCodeUpgrade: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, newCode: Bytes | string | Uint8Array, relayParentNumber: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes, u32]>;
2357
+ /**
2358
+ * Set the storage for the parachain validation code immediately.
2359
+ **/
2360
+ forceSetCurrentCode: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, newCode: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
2361
+ /**
2362
+ * Set the storage for the current parachain head data immediately.
2363
+ **/
2364
+ forceSetCurrentHead: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, newHead: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
2365
+ /**
2366
+ * Set the storage for the current parachain head data immediately.
2367
+ **/
2368
+ forceSetMostRecentContext: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, context: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
2369
+ /**
2370
+ * Includes a statement for a PVF pre-checking vote. Potentially, finalizes the vote and
2371
+ * enacts the results if that was the last vote before achieving the supermajority.
2372
+ **/
2373
+ includePvfCheckStatement: AugmentedSubmittable<(stmt: PezkuwiPrimitivesV8PvfCheckStatement, signature: PezkuwiPrimitivesV8ValidatorAppSignature) => SubmittableExtrinsic<ApiType>, [PezkuwiPrimitivesV8PvfCheckStatement, PezkuwiPrimitivesV8ValidatorAppSignature]>;
2374
+ /**
2375
+ * Remove the validation code from the storage iff the reference count is 0.
2376
+ *
2377
+ * This is better than removing the storage directly, because it will not remove the code
2378
+ * that was suddenly got used by some parachain while this dispatchable was pending
2379
+ * dispatching.
2380
+ **/
2381
+ pokeUnusedValidationCode: AugmentedSubmittable<(validationCodeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
2382
+ /**
2383
+ * Remove an upgrade cooldown for a parachain.
2384
+ *
2385
+ * The cost for removing the cooldown earlier depends on the time left for the cooldown
2386
+ * multiplied by [`Config::CooldownRemovalMultiplier`]. The paid tokens are burned.
2387
+ **/
2388
+ removeUpgradeCooldown: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2389
+ /**
2390
+ * Generic tx
2391
+ **/
2392
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2393
+ };
2394
+ parasDisputes: {
2395
+ forceUnfreeze: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2396
+ /**
2397
+ * Generic tx
2398
+ **/
2399
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2400
+ };
2401
+ parasShared: {
2402
+ /**
2403
+ * Generic tx
2404
+ **/
2405
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2406
+ };
2407
+ parasSlashing: {
2408
+ reportDisputeLostUnsigned: AugmentedSubmittable<(disputeProof: PezkuwiPrimitivesVstagingDisputeProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezkuwiPrimitivesVstagingDisputeProof, PezspSessionMembershipProof]>;
2409
+ /**
2410
+ * Generic tx
2411
+ **/
2412
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2413
+ };
2414
+ preimage: {
2415
+ /**
2416
+ * Ensure that the bulk of pre-images is upgraded.
2417
+ *
2418
+ * The caller pays no fee if at least 90% of pre-images were successfully updated.
2419
+ **/
2420
+ ensureUpdated: AugmentedSubmittable<(hashes: Vec<H256> | (H256 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<H256>]>;
2421
+ /**
2422
+ * Register a preimage on-chain.
2423
+ *
2424
+ * If the preimage was previously requested, no fees or deposits are taken for providing
2425
+ * the preimage. Otherwise, a deposit is taken proportional to the size of the preimage.
2426
+ **/
2427
+ notePreimage: AugmentedSubmittable<(bytes: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
2428
+ /**
2429
+ * Request a preimage be uploaded to the chain without paying any fees or deposits.
2430
+ *
2431
+ * If the preimage requests has already been provided on-chain, we unreserve any deposit
2432
+ * a user may have paid, and take the control of the preimage out of their hands.
2433
+ **/
2434
+ requestPreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
2435
+ /**
2436
+ * Clear an unrequested preimage from the runtime storage.
2437
+ *
2438
+ * If `len` is provided, then it will be a much cheaper operation.
2439
+ *
2440
+ * - `hash`: The hash of the preimage to be removed from the store.
2441
+ * - `len`: The length of the preimage of `hash`.
2442
+ **/
2443
+ unnotePreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
2444
+ /**
2445
+ * Clear a previously made request for a preimage.
2446
+ *
2447
+ * NOTE: THIS MUST NOT BE CALLED ON `hash` MORE TIMES THAN `request_preimage`.
2448
+ **/
2449
+ unrequestPreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
2450
+ /**
2451
+ * Generic tx
2452
+ **/
2453
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2454
+ };
2455
+ proxy: {
2456
+ /**
2457
+ * Register a proxy account for the sender that is able to make calls on its behalf.
2458
+ *
2459
+ * The dispatch origin for this call must be _Signed_.
2460
+ *
2461
+ * Parameters:
2462
+ * - `proxy`: The account that the `caller` would like to make a proxy.
2463
+ * - `proxy_type`: The permissions allowed for this proxy account.
2464
+ * - `delay`: The announcement period required of the initial proxy. Will generally be
2465
+ * zero.
2466
+ **/
2467
+ addProxy: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: DicleRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, DicleRuntimeConstantsProxyProxyType, u32]>;
2468
+ /**
2469
+ * Publish the hash of a proxy-call that will be made in the future.
2470
+ *
2471
+ * This must be called some number of blocks before the corresponding `proxy` is attempted
2472
+ * if the delay associated with the proxy relationship is greater than zero.
2473
+ *
2474
+ * No more than `MaxPending` announcements may be made at any one time.
2475
+ *
2476
+ * This will take a deposit of `AnnouncementDepositFactor` as well as
2477
+ * `AnnouncementDepositBase` if there are no other pending announcements.
2478
+ *
2479
+ * The dispatch origin for this call must be _Signed_ and a proxy of `real`.
2480
+ *
2481
+ * Parameters:
2482
+ * - `real`: The account that the proxy will make a call on behalf of.
2483
+ * - `call_hash`: The hash of the call to be made by the `real` account.
2484
+ **/
2485
+ announce: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, H256]>;
2486
+ /**
2487
+ * Spawn a fresh new account that is guaranteed to be otherwise inaccessible, and
2488
+ * initialize it with a proxy of `proxy_type` for `origin` sender.
2489
+ *
2490
+ * Requires a `Signed` origin.
2491
+ *
2492
+ * - `proxy_type`: The type of the proxy that the sender will be registered as over the
2493
+ * new account. This will almost always be the most permissive `ProxyType` possible to
2494
+ * allow for maximum flexibility.
2495
+ * - `index`: A disambiguation index, in case this is called multiple times in the same
2496
+ * transaction (e.g. with `utility::batch`). Unless you're using `batch` you probably just
2497
+ * want to use `0`.
2498
+ * - `delay`: The announcement period required of the initial proxy. Will generally be
2499
+ * zero.
2500
+ *
2501
+ * Fails with `Duplicate` if this has already been called in this transaction, from the
2502
+ * same sender, with the same parameters.
2503
+ *
2504
+ * Fails if there are insufficient funds to pay for deposit.
2505
+ **/
2506
+ createPure: AugmentedSubmittable<(proxyType: DicleRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array, index: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [DicleRuntimeConstantsProxyProxyType, u32, u16]>;
2507
+ /**
2508
+ * Removes a previously spawned pure proxy.
2509
+ *
2510
+ * WARNING: **All access to this account will be lost.** Any funds held in it will be
2511
+ * inaccessible.
2512
+ *
2513
+ * Requires a `Signed` origin, and the sender account must have been created by a call to
2514
+ * `create_pure` with corresponding parameters.
2515
+ *
2516
+ * - `spawner`: The account that originally called `create_pure` to create this account.
2517
+ * - `index`: The disambiguation index originally passed to `create_pure`. Probably `0`.
2518
+ * - `proxy_type`: The proxy type originally passed to `create_pure`.
2519
+ * - `height`: The height of the chain when the call to `create_pure` was processed.
2520
+ * - `ext_index`: The extrinsic index in which the call to `create_pure` was processed.
2521
+ *
2522
+ * Fails with `NoPermission` in case the caller is not a previously created pure
2523
+ * account whose `create_pure` call has corresponding parameters.
2524
+ **/
2525
+ killPure: AugmentedSubmittable<(spawner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: DicleRuntimeConstantsProxyProxyType, index: u16 | AnyNumber | Uint8Array, height: Compact<u32> | AnyNumber | Uint8Array, extIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, DicleRuntimeConstantsProxyProxyType, u16, Compact<u32>, Compact<u32>]>;
2526
+ /**
2527
+ * Poke / Adjust deposits made for proxies and announcements based on current values.
2528
+ * This can be used by accounts to possibly lower their locked amount.
2529
+ *
2530
+ * The dispatch origin for this call must be _Signed_.
2531
+ *
2532
+ * The transaction fee is waived if the deposit amount has changed.
2533
+ *
2534
+ * Emits `DepositPoked` if successful.
2535
+ **/
2536
+ pokeDeposit: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2537
+ /**
2538
+ * Dispatch the given `call` from an account that the sender is authorised for through
2539
+ * `add_proxy`.
2540
+ *
2541
+ * The dispatch origin for this call must be _Signed_.
2542
+ *
2543
+ * Parameters:
2544
+ * - `real`: The account that the proxy will make a call on behalf of.
2545
+ * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call.
2546
+ * - `call`: The call to be made by the `real` account.
2547
+ **/
2548
+ proxy: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forceProxyType: Option<DicleRuntimeConstantsProxyProxyType> | null | Uint8Array | DicleRuntimeConstantsProxyProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Option<DicleRuntimeConstantsProxyProxyType>, RuntimeCall]>;
2549
+ /**
2550
+ * Dispatch the given `call` from an account that the sender is authorized for through
2551
+ * `add_proxy`.
2552
+ *
2553
+ * Removes any corresponding announcement(s).
2554
+ *
2555
+ * The dispatch origin for this call must be _Signed_.
2556
+ *
2557
+ * Parameters:
2558
+ * - `real`: The account that the proxy will make a call on behalf of.
2559
+ * - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call.
2560
+ * - `call`: The call to be made by the `real` account.
2561
+ **/
2562
+ 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<DicleRuntimeConstantsProxyProxyType> | null | Uint8Array | DicleRuntimeConstantsProxyProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, Option<DicleRuntimeConstantsProxyProxyType>, RuntimeCall]>;
2563
+ /**
2564
+ * Remove the given announcement of a delegate.
2565
+ *
2566
+ * May be called by a target (proxied) account to remove a call that one of their delegates
2567
+ * (`delegate`) has announced they want to execute. The deposit is returned.
2568
+ *
2569
+ * The dispatch origin for this call must be _Signed_.
2570
+ *
2571
+ * Parameters:
2572
+ * - `delegate`: The account that previously announced the call.
2573
+ * - `call_hash`: The hash of the call to be made.
2574
+ **/
2575
+ rejectAnnouncement: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, H256]>;
2576
+ /**
2577
+ * Remove a given announcement.
2578
+ *
2579
+ * May be called by a proxy account to remove a call they previously announced and return
2580
+ * the deposit.
2581
+ *
2582
+ * The dispatch origin for this call must be _Signed_.
2583
+ *
2584
+ * Parameters:
2585
+ * - `real`: The account that the proxy will make a call on behalf of.
2586
+ * - `call_hash`: The hash of the call to be made by the `real` account.
2587
+ **/
2588
+ removeAnnouncement: AugmentedSubmittable<(real: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, H256]>;
2589
+ /**
2590
+ * Unregister all proxy accounts for the sender.
2591
+ *
2592
+ * The dispatch origin for this call must be _Signed_.
2593
+ *
2594
+ * WARNING: This may be called on accounts created by `create_pure`, however if done, then
2595
+ * the unreserved fees will be inaccessible. **All access to this account will be lost.**
2596
+ **/
2597
+ removeProxies: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2598
+ /**
2599
+ * Unregister a proxy account for the sender.
2600
+ *
2601
+ * The dispatch origin for this call must be _Signed_.
2602
+ *
2603
+ * Parameters:
2604
+ * - `proxy`: The account that the `caller` would like to remove as a proxy.
2605
+ * - `proxy_type`: The permissions currently enabled for the removed proxy account.
2606
+ **/
2607
+ removeProxy: AugmentedSubmittable<(delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, proxyType: DicleRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, DicleRuntimeConstantsProxyProxyType, u32]>;
2608
+ /**
2609
+ * Generic tx
2610
+ **/
2611
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2612
+ };
2613
+ rcMigrator: {
2614
+ /**
2615
+ * Cancel the migration.
2616
+ *
2617
+ * Migration can only be cancelled if it is in the [`MigrationStage::Scheduled`] state.
2618
+ **/
2619
+ cancelMigration: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2620
+ /**
2621
+ * Set the migration stage.
2622
+ *
2623
+ * This call is intended for emergency use only and is guarded by the
2624
+ * [`Config::AdminOrigin`].
2625
+ **/
2626
+ forceSetStage: AugmentedSubmittable<(stage: PezpalletRcMigratorMigrationStage) => SubmittableExtrinsic<ApiType>, [PezpalletRcMigratorMigrationStage]>;
2627
+ /**
2628
+ * Pause the migration.
2629
+ **/
2630
+ pauseMigration: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2631
+ /**
2632
+ * Set the accounts to be preserved on Relay Chain during the migration.
2633
+ *
2634
+ * The accounts must have no consumers references.
2635
+ **/
2636
+ preserveAccounts: AugmentedSubmittable<(accounts: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>]>;
2637
+ /**
2638
+ * Receive a query response from the Asset Hub for a previously sent xcm message.
2639
+ **/
2640
+ 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]>;
2641
+ /**
2642
+ * Resend a previously sent and unconfirmed XCM message.
2643
+ **/
2644
+ resendXcm: AugmentedSubmittable<(queryId: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;
2645
+ /**
2646
+ * Schedule the migration to start at a given moment.
2647
+ *
2648
+ * ### Parameters:
2649
+ * - `start`: The block number at which the migration will start. `DispatchTime` calculated
2650
+ * at the moment of the extrinsic execution.
2651
+ * - `warm_up`: Duration or timepoint that will be used to prepare for the migration. Calls
2652
+ * are filtered during this period. It is intended to give enough time for UMP and DMP
2653
+ * queues to empty. `DispatchTime` calculated at the moment of the transition to the
2654
+ * warm-up stage.
2655
+ * - `cool_off`: The block number at which the post migration cool-off period will end. The
2656
+ * `DispatchTime` calculated at the moment of the transition to the cool-off stage.
2657
+ * - `unsafe_ignore_staking_lock_check`: ONLY FOR TESTING. Ignore the check whether the
2658
+ * scheduled time point is far enough in the future.
2659
+ *
2660
+ * Note: If the staking election for next era is already complete, and the next
2661
+ * validator set is queued in `pallet-session`, we want to avoid starting the data
2662
+ * migration at this point as it can lead to some missed validator rewards. To address
2663
+ * this, we stop staking election at the start of migration and must wait atleast 1
2664
+ * session (set via warm_up) before starting the data migration.
2665
+ *
2666
+ * Read [`MigrationStage::Scheduled`] documentation for more details.
2667
+ **/
2668
+ scheduleMigration: AugmentedSubmittable<(start: PezframeSupportScheduleDispatchTime, warmUp: PezframeSupportScheduleDispatchTime, coolOff: PezframeSupportScheduleDispatchTime, unsafeIgnoreStakingLockCheck: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezframeSupportScheduleDispatchTime, PezframeSupportScheduleDispatchTime, PezframeSupportScheduleDispatchTime, bool]>;
2669
+ /**
2670
+ * XCM send call identical to the [`pallet_xcm::Pallet::send`] call but with the
2671
+ * [Config::SendXcm] router which will be able to send messages to the Asset Hub during
2672
+ * the migration.
2673
+ **/
2674
+ 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]>;
2675
+ /**
2676
+ * Set the AH UMP queue priority configuration.
2677
+ *
2678
+ * Can only be called by the `AdminOrigin`.
2679
+ **/
2680
+ setAhUmpQueuePriority: AugmentedSubmittable<(updated: PezpalletRcMigratorQueuePriority) => SubmittableExtrinsic<ApiType>, [PezpalletRcMigratorQueuePriority]>;
2681
+ /**
2682
+ * Set the canceller account id.
2683
+ *
2684
+ * The canceller can only stop scheduled migration.
2685
+ **/
2686
+ setCanceller: AugmentedSubmittable<(updated: Option<AccountId32> | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic<ApiType>, [Option<AccountId32>]>;
2687
+ /**
2688
+ * Set the manager account id.
2689
+ *
2690
+ * The manager has the similar to [`Config::AdminOrigin`] privileges except that it
2691
+ * can not set the manager account id via `set_manager` call.
2692
+ **/
2693
+ setManager: AugmentedSubmittable<(updated: Option<AccountId32> | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic<ApiType>, [Option<AccountId32>]>;
2694
+ /**
2695
+ * Set the unprocessed message buffer size.
2696
+ *
2697
+ * `None` means to use the configuration value.
2698
+ **/
2699
+ setUnprocessedMsgBuffer: AugmentedSubmittable<(updated: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
2700
+ /**
2701
+ * Start the data migration.
2702
+ *
2703
+ * This is typically called by the Asset Hub to indicate it's readiness to receive the
2704
+ * migration data.
2705
+ **/
2706
+ startDataMigration: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2707
+ /**
2708
+ * Vote on behalf of any of the members in `MultisigMembers`.
2709
+ *
2710
+ * Unsigned extrinsic, requiring the `payload` to be signed.
2711
+ *
2712
+ * Upon each call, a new entry is created in `ManagerMultisigs` map the `payload.call` to
2713
+ * be dispatched. Once `MultisigThreshold` is reached, the entire map is deleted, and we
2714
+ * move on to the next round.
2715
+ *
2716
+ * The round system ensures that signatures from older round cannot be reused.
2717
+ **/
2718
+ voteManagerMultisig: AugmentedSubmittable<(payload: PezpalletRcMigratorManagerMultisigVote, sig: PezspRuntimeMultiSignature) => SubmittableExtrinsic<ApiType>, [PezpalletRcMigratorManagerMultisigVote, PezspRuntimeMultiSignature]>;
2719
+ /**
2720
+ * Generic tx
2721
+ **/
2722
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2723
+ };
2724
+ recovery: {
2725
+ /**
2726
+ * Send a call through a recovered account.
2727
+ *
2728
+ * The dispatch origin for this call must be _Signed_ and registered to
2729
+ * be able to make calls on behalf of the recovered account.
2730
+ *
2731
+ * Parameters:
2732
+ * - `account`: The recovered account you want to make a call on-behalf-of.
2733
+ * - `call`: The call you want to make with the recovered account.
2734
+ **/
2735
+ asRecovered: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, RuntimeCall]>;
2736
+ /**
2737
+ * Cancel the ability to use `as_recovered` for `account`.
2738
+ *
2739
+ * The dispatch origin for this call must be _Signed_ and registered to
2740
+ * be able to make calls on behalf of the recovered account.
2741
+ *
2742
+ * Parameters:
2743
+ * - `account`: The recovered account you are able to call on-behalf-of.
2744
+ **/
2745
+ cancelRecovered: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
2746
+ /**
2747
+ * Allow a successful rescuer to claim their recovered account.
2748
+ *
2749
+ * The dispatch origin for this call must be _Signed_ and must be a "rescuer"
2750
+ * who has successfully completed the account recovery process: collected
2751
+ * `threshold` or more vouches, waited `delay_period` blocks since initiation.
2752
+ *
2753
+ * Parameters:
2754
+ * - `account`: The lost account that you want to claim has been successfully recovered by
2755
+ * you.
2756
+ **/
2757
+ claimRecovery: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
2758
+ /**
2759
+ * As the controller of a recoverable account, close an active recovery
2760
+ * process for your account.
2761
+ *
2762
+ * Payment: By calling this function, the recoverable account will receive
2763
+ * the recovery deposit `RecoveryDeposit` placed by the rescuer.
2764
+ *
2765
+ * The dispatch origin for this call must be _Signed_ and must be a
2766
+ * recoverable account with an active recovery process for it.
2767
+ *
2768
+ * Parameters:
2769
+ * - `rescuer`: The account trying to rescue this recoverable account.
2770
+ **/
2771
+ closeRecovery: AugmentedSubmittable<(rescuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
2772
+ /**
2773
+ * Create a recovery configuration for your account. This makes your account recoverable.
2774
+ *
2775
+ * Payment: `ConfigDepositBase` + `FriendDepositFactor` * #_of_friends balance
2776
+ * will be reserved for storing the recovery configuration. This deposit is returned
2777
+ * in full when the user calls `remove_recovery`.
2778
+ *
2779
+ * The dispatch origin for this call must be _Signed_.
2780
+ *
2781
+ * Parameters:
2782
+ * - `friends`: A list of friends you trust to vouch for recovery attempts. Should be
2783
+ * ordered and contain no duplicate values.
2784
+ * - `threshold`: The number of friends that must vouch for a recovery attempt before the
2785
+ * account can be recovered. Should be less than or equal to the length of the list of
2786
+ * friends.
2787
+ * - `delay_period`: The number of blocks after a recovery attempt is initialized that
2788
+ * needs to pass before the account can be recovered.
2789
+ **/
2790
+ createRecovery: AugmentedSubmittable<(friends: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], threshold: u16 | AnyNumber | Uint8Array, delayPeriod: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>, u16, u32]>;
2791
+ /**
2792
+ * Initiate the process for recovering a recoverable account.
2793
+ *
2794
+ * Payment: `RecoveryDeposit` balance will be reserved for initiating the
2795
+ * recovery process. This deposit will always be repatriated to the account
2796
+ * trying to be recovered. See `close_recovery`.
2797
+ *
2798
+ * The dispatch origin for this call must be _Signed_.
2799
+ *
2800
+ * Parameters:
2801
+ * - `account`: The lost account that you want to recover. This account needs to be
2802
+ * recoverable (i.e. have a recovery configuration).
2803
+ **/
2804
+ initiateRecovery: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
2805
+ /**
2806
+ * Poke deposits for recovery configurations and / or active recoveries.
2807
+ *
2808
+ * This can be used by accounts to possibly lower their locked amount.
2809
+ *
2810
+ * The dispatch origin for this call must be _Signed_.
2811
+ *
2812
+ * Parameters:
2813
+ * - `maybe_account`: Optional recoverable account for which you have an active recovery
2814
+ * and want to adjust the deposit for the active recovery.
2815
+ *
2816
+ * This function checks both recovery configuration deposit and active recovery deposits
2817
+ * of the caller:
2818
+ * - If the caller has created a recovery configuration, checks and adjusts its deposit
2819
+ * - If the caller has initiated any active recoveries, and provides the account in
2820
+ * `maybe_account`, checks and adjusts those deposits
2821
+ *
2822
+ * If any deposit is updated, the difference will be reserved/unreserved from the caller's
2823
+ * account.
2824
+ *
2825
+ * The transaction is made free if any deposit is updated and paid otherwise.
2826
+ *
2827
+ * Emits `DepositPoked` if any deposit is updated.
2828
+ * Multiple events may be emitted in case both types of deposits are updated.
2829
+ **/
2830
+ pokeDeposit: AugmentedSubmittable<(maybeAccount: Option<MultiAddress> | null | Uint8Array | MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string) => SubmittableExtrinsic<ApiType>, [Option<MultiAddress>]>;
2831
+ /**
2832
+ * Remove the recovery process for your account. Recovered accounts are still accessible.
2833
+ *
2834
+ * NOTE: The user must make sure to call `close_recovery` on all active
2835
+ * recovery attempts before calling this function else it will fail.
2836
+ *
2837
+ * Payment: By calling this function the recoverable account will unreserve
2838
+ * their recovery configuration deposit.
2839
+ * (`ConfigDepositBase` + `FriendDepositFactor` * #_of_friends)
2840
+ *
2841
+ * The dispatch origin for this call must be _Signed_ and must be a
2842
+ * recoverable account (i.e. has a recovery configuration).
2843
+ **/
2844
+ removeRecovery: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
2845
+ /**
2846
+ * Allow ROOT to bypass the recovery process and set a rescuer account
2847
+ * for a lost account directly.
2848
+ *
2849
+ * The dispatch origin for this call must be _ROOT_.
2850
+ *
2851
+ * Parameters:
2852
+ * - `lost`: The "lost account" to be recovered.
2853
+ * - `rescuer`: The "rescuer account" which can call as the lost account.
2854
+ **/
2855
+ setRecovered: AugmentedSubmittable<(lost: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, rescuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress]>;
2856
+ /**
2857
+ * Allow a "friend" of a recoverable account to vouch for an active recovery
2858
+ * process for that account.
2859
+ *
2860
+ * The dispatch origin for this call must be _Signed_ and must be a "friend"
2861
+ * for the recoverable account.
2862
+ *
2863
+ * Parameters:
2864
+ * - `lost`: The lost account that you want to recover.
2865
+ * - `rescuer`: The account trying to rescue the lost account that you want to vouch for.
2866
+ *
2867
+ * The combination of these two parameters must point to an active recovery
2868
+ * process.
2869
+ **/
2870
+ vouchRecovery: AugmentedSubmittable<(lost: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, rescuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress]>;
2871
+ /**
2872
+ * Generic tx
2873
+ **/
2874
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2875
+ };
2876
+ referenda: {
2877
+ /**
2878
+ * Cancel an ongoing referendum.
2879
+ *
2880
+ * - `origin`: must be the `CancelOrigin`.
2881
+ * - `index`: The index of the referendum to be cancelled.
2882
+ *
2883
+ * Emits `Cancelled`.
2884
+ **/
2885
+ cancel: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2886
+ /**
2887
+ * Cancel an ongoing referendum and slash the deposits.
2888
+ *
2889
+ * - `origin`: must be the `KillOrigin`.
2890
+ * - `index`: The index of the referendum to be cancelled.
2891
+ *
2892
+ * Emits `Killed` and `DepositSlashed`.
2893
+ **/
2894
+ kill: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2895
+ /**
2896
+ * Advance a referendum onto its next logical state. Only used internally.
2897
+ *
2898
+ * - `origin`: must be `Root`.
2899
+ * - `index`: the referendum to be advanced.
2900
+ **/
2901
+ nudgeReferendum: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2902
+ /**
2903
+ * Advance a track onto its next logical state. Only used internally.
2904
+ *
2905
+ * - `origin`: must be `Root`.
2906
+ * - `track`: the track to be advanced.
2907
+ *
2908
+ * Action item for when there is now one fewer referendum in the deciding phase and the
2909
+ * `DecidingCount` is not yet updated. This means that we should either:
2910
+ * - begin deciding another referendum (and leave `DecidingCount` alone); or
2911
+ * - decrement `DecidingCount`.
2912
+ **/
2913
+ oneFewerDeciding: AugmentedSubmittable<(track: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16]>;
2914
+ /**
2915
+ * Post the Decision Deposit for a referendum.
2916
+ *
2917
+ * - `origin`: must be `Signed` and the account must have funds available for the
2918
+ * referendum's track's Decision Deposit.
2919
+ * - `index`: The index of the submitted referendum whose Decision Deposit is yet to be
2920
+ * posted.
2921
+ *
2922
+ * Emits `DecisionDepositPlaced`.
2923
+ **/
2924
+ placeDecisionDeposit: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2925
+ /**
2926
+ * Refund the Decision Deposit for a closed referendum back to the depositor.
2927
+ *
2928
+ * - `origin`: must be `Signed` or `Root`.
2929
+ * - `index`: The index of a closed referendum whose Decision Deposit has not yet been
2930
+ * refunded.
2931
+ *
2932
+ * Emits `DecisionDepositRefunded`.
2933
+ **/
2934
+ refundDecisionDeposit: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2935
+ /**
2936
+ * Refund the Submission Deposit for a closed referendum back to the depositor.
2937
+ *
2938
+ * - `origin`: must be `Signed` or `Root`.
2939
+ * - `index`: The index of a closed referendum whose Submission Deposit has not yet been
2940
+ * refunded.
2941
+ *
2942
+ * Emits `SubmissionDepositRefunded`.
2943
+ **/
2944
+ refundSubmissionDeposit: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2945
+ /**
2946
+ * Set or clear metadata of a referendum.
2947
+ *
2948
+ * Parameters:
2949
+ * - `origin`: Must be `Signed` by a creator of a referendum or by anyone to clear a
2950
+ * metadata of a finished referendum.
2951
+ * - `index`: The index of a referendum to set or clear metadata for.
2952
+ * - `maybe_hash`: The hash of an on-chain stored preimage. `None` to clear a metadata.
2953
+ **/
2954
+ setMetadata: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array, maybeHash: Option<H256> | null | Uint8Array | H256 | string) => SubmittableExtrinsic<ApiType>, [u32, Option<H256>]>;
2955
+ /**
2956
+ * Propose a referendum on a privileged action.
2957
+ *
2958
+ * - `origin`: must be `SubmitOrigin` and the account must have `SubmissionDeposit` funds
2959
+ * available.
2960
+ * - `proposal_origin`: The origin from which the proposal should be executed.
2961
+ * - `proposal`: The proposal.
2962
+ * - `enactment_moment`: The moment that the proposal should be enacted.
2963
+ *
2964
+ * Emits `Submitted`.
2965
+ **/
2966
+ submit: AugmentedSubmittable<(proposalOrigin: StagingDicleRuntimeOriginCaller, proposal: PezframeSupportPreimagesBounded, enactmentMoment: PezframeSupportScheduleDispatchTime) => SubmittableExtrinsic<ApiType>, [StagingDicleRuntimeOriginCaller, PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime]>;
2967
+ /**
2968
+ * Generic tx
2969
+ **/
2970
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
2971
+ };
2972
+ registrar: {
2973
+ /**
2974
+ * Add a manager lock from a para. This will prevent the manager of a
2975
+ * para to deregister or swap a para.
2976
+ *
2977
+ * Can be called by Root, the parachain, or the parachain manager if the parachain is
2978
+ * unlocked.
2979
+ **/
2980
+ addLock: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2981
+ /**
2982
+ * Deregister a Para Id, freeing all data and returning any deposit.
2983
+ *
2984
+ * The caller must be Root, the `para` owner, or the `para` itself. The para must be an
2985
+ * on-demand parachain.
2986
+ **/
2987
+ deregister: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
2988
+ /**
2989
+ * Force the registration of a Para Id on the relay chain.
2990
+ *
2991
+ * This function must be called by a Root origin.
2992
+ *
2993
+ * The deposit taken can be specified for this registration. Any `ParaId`
2994
+ * can be registered, including sub-1000 IDs which are System Parachains.
2995
+ **/
2996
+ 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]>;
2997
+ /**
2998
+ * Register head data and validation code for a reserved Para Id.
2999
+ *
3000
+ * ## Arguments
3001
+ * - `origin`: Must be called by a `Signed` origin.
3002
+ * - `id`: The para ID. Must be owned/managed by the `origin` signing account.
3003
+ * - `genesis_head`: The genesis head data of the parachain/thread.
3004
+ * - `validation_code`: The initial validation code of the parachain/thread.
3005
+ *
3006
+ * ## Deposits/Fees
3007
+ * The account with the originating signature must reserve a deposit.
3008
+ *
3009
+ * The deposit is required to cover the costs associated with storing the genesis head
3010
+ * data and the validation code.
3011
+ * This accounts for the potential to store validation code of a size up to the
3012
+ * `max_code_size`, as defined in the configuration pallet
3013
+ *
3014
+ * Anything already reserved previously for this para ID is accounted for.
3015
+ *
3016
+ * ## Events
3017
+ * The `Registered` event is emitted in case of success.
3018
+ **/
3019
+ register: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, genesisHead: Bytes | string | Uint8Array, validationCode: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes, Bytes]>;
3020
+ /**
3021
+ * Remove a manager lock from a para. This will allow the manager of a
3022
+ * previously locked para to deregister or swap a para without using governance.
3023
+ *
3024
+ * Can only be called by the Root origin or the parachain.
3025
+ **/
3026
+ removeLock: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
3027
+ /**
3028
+ * Reserve a Para Id on the relay chain.
3029
+ *
3030
+ * This function will reserve a new Para Id to be owned/managed by the origin account.
3031
+ * The origin account is able to register head data and validation code using `register` to
3032
+ * create an on-demand parachain. Using the Slots pallet, an on-demand parachain can then
3033
+ * be upgraded to a lease holding parachain.
3034
+ *
3035
+ * ## Arguments
3036
+ * - `origin`: Must be called by a `Signed` origin. Becomes the manager/owner of the new
3037
+ * para ID.
3038
+ *
3039
+ * ## Deposits/Fees
3040
+ * The origin must reserve a deposit of `ParaDeposit` for the registration.
3041
+ *
3042
+ * ## Events
3043
+ * The `Reserved` event is emitted in case of success, which provides the ID reserved for
3044
+ * use.
3045
+ **/
3046
+ reserve: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3047
+ /**
3048
+ * Schedule a parachain upgrade.
3049
+ *
3050
+ * This will kick off a check of `new_code` by all validators. After the majority of the
3051
+ * validators have reported on the validity of the code, the code will either be enacted
3052
+ * or the upgrade will be rejected. If the code will be enacted, the current code of the
3053
+ * parachain will be overwritten directly. This means that any PoV will be checked by this
3054
+ * new code. The parachain itself will not be informed explicitly that the validation code
3055
+ * has changed.
3056
+ *
3057
+ * Can be called by Root, the parachain, or the parachain manager if the parachain is
3058
+ * unlocked.
3059
+ **/
3060
+ scheduleCodeUpgrade: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, newCode: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
3061
+ /**
3062
+ * Set the parachain's current head.
3063
+ *
3064
+ * Can be called by Root, the parachain, or the parachain manager if the parachain is
3065
+ * unlocked.
3066
+ **/
3067
+ setCurrentHead: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, newHead: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
3068
+ /**
3069
+ * Swap a lease holding parachain with another parachain, either on-demand or lease
3070
+ * holding.
3071
+ *
3072
+ * The origin must be Root, the `para` owner, or the `para` itself.
3073
+ *
3074
+ * The swap will happen only if there is already an opposite swap pending. If there is not,
3075
+ * the swap will be stored in the pending swaps map, ready for a later confirmatory swap.
3076
+ *
3077
+ * The `ParaId`s remain mapped to the same head data and code so external code can rely on
3078
+ * `ParaId` to be a long-term identifier of a notional "parachain". However, their
3079
+ * scheduling info (i.e. whether they're an on-demand parachain or lease holding
3080
+ * parachain), auction information and the auction deposit are switched.
3081
+ **/
3082
+ swap: AugmentedSubmittable<(id: u32 | AnyNumber | Uint8Array, other: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
3083
+ /**
3084
+ * Generic tx
3085
+ **/
3086
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3087
+ };
3088
+ scheduler: {
3089
+ /**
3090
+ * Cancel an anonymously scheduled task.
3091
+ **/
3092
+ cancel: AugmentedSubmittable<(when: u32 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
3093
+ /**
3094
+ * Cancel a named scheduled task.
3095
+ **/
3096
+ cancelNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed]>;
3097
+ /**
3098
+ * Removes the retry configuration of a task.
3099
+ **/
3100
+ cancelRetry: AugmentedSubmittable<(task: ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array]) => SubmittableExtrinsic<ApiType>, [ITuple<[u32, u32]>]>;
3101
+ /**
3102
+ * Cancel the retry configuration of a named task.
3103
+ **/
3104
+ cancelRetryNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed]>;
3105
+ /**
3106
+ * Anonymously schedule a task.
3107
+ **/
3108
+ 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]>;
3109
+ /**
3110
+ * Anonymously schedule a task after a delay.
3111
+ **/
3112
+ 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]>;
3113
+ /**
3114
+ * Schedule a named task.
3115
+ **/
3116
+ 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]>;
3117
+ /**
3118
+ * Schedule a named task after a delay.
3119
+ **/
3120
+ 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]>;
3121
+ /**
3122
+ * Set a retry configuration for a task so that, in case its scheduled run fails, it will
3123
+ * be retried after `period` blocks, for a total amount of `retries` retries or until it
3124
+ * succeeds.
3125
+ *
3126
+ * Tasks which need to be scheduled for a retry are still subject to weight metering and
3127
+ * agenda space, same as a regular task. If a periodic task fails, it will be scheduled
3128
+ * normally while the task is retrying.
3129
+ *
3130
+ * Tasks scheduled as a result of a retry for a periodic task are unnamed, non-periodic
3131
+ * clones of the original task. Their retry configuration will be derived from the
3132
+ * original task's configuration, but will have a lower value for `remaining` than the
3133
+ * original `total_retries`.
3134
+ **/
3135
+ 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]>;
3136
+ /**
3137
+ * Set a retry configuration for a named task so that, in case its scheduled run fails, it
3138
+ * will be retried after `period` blocks, for a total amount of `retries` retries or until
3139
+ * it succeeds.
3140
+ *
3141
+ * Tasks which need to be scheduled for a retry are still subject to weight metering and
3142
+ * agenda space, same as a regular task. If a periodic task fails, it will be scheduled
3143
+ * normally while the task is retrying.
3144
+ *
3145
+ * Tasks scheduled as a result of a retry for a periodic task are unnamed, non-periodic
3146
+ * clones of the original task. Their retry configuration will be derived from the
3147
+ * original task's configuration, but will have a lower value for `remaining` than the
3148
+ * original `total_retries`.
3149
+ **/
3150
+ setRetryNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, retries: u8 | AnyNumber | Uint8Array, period: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed, u8, u32]>;
3151
+ /**
3152
+ * Generic tx
3153
+ **/
3154
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3155
+ };
3156
+ session: {
3157
+ /**
3158
+ * Removes any session key(s) of the function caller.
3159
+ *
3160
+ * This doesn't take effect until the next session.
3161
+ *
3162
+ * The dispatch origin of this function must be Signed and the account must be either be
3163
+ * convertible to a validator ID using the chain's typical addressing system (this usually
3164
+ * means being a controller account) or directly convertible into a validator ID (which
3165
+ * usually means being a stash account).
3166
+ *
3167
+ * ## Complexity
3168
+ * - `O(1)` in number of key types. Actual cost depends on the number of length of
3169
+ * `T::Keys::key_ids()` which is fixed.
3170
+ **/
3171
+ purgeKeys: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3172
+ /**
3173
+ * Sets the session key(s) of the function caller to `keys`.
3174
+ * Allows an account to set its session key prior to becoming a validator.
3175
+ * This doesn't take effect until the next session.
3176
+ *
3177
+ * The dispatch origin of this function must be signed.
3178
+ *
3179
+ * ## Complexity
3180
+ * - `O(1)`. Actual cost depends on the number of length of `T::Keys::key_ids()` which is
3181
+ * fixed.
3182
+ **/
3183
+ setKeys: AugmentedSubmittable<(keys: StagingDicleRuntimeSessionKeys, proof: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [StagingDicleRuntimeSessionKeys, Bytes]>;
3184
+ /**
3185
+ * Generic tx
3186
+ **/
3187
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3188
+ };
3189
+ slots: {
3190
+ /**
3191
+ * Clear all leases for a Para Id, refunding any deposits back to the original owners.
3192
+ *
3193
+ * The dispatch origin for this call must match `T::ForceOrigin`.
3194
+ **/
3195
+ clearAllLeases: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
3196
+ /**
3197
+ * Just a connect into the `lease_out` call, in case Root wants to force some lease to
3198
+ * happen independently of any other on-chain mechanism to use it.
3199
+ *
3200
+ * The dispatch origin for this call must match `T::ForceOrigin`.
3201
+ **/
3202
+ 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]>;
3203
+ /**
3204
+ * Try to onboard a parachain that has a lease for the current lease period.
3205
+ *
3206
+ * This function can be useful if there was some state issue with a para that should
3207
+ * have onboarded, but was unable to. As long as they have a lease period, we can
3208
+ * let them onboard from here.
3209
+ *
3210
+ * Origin must be signed, but can be called by anyone.
3211
+ **/
3212
+ triggerOnboard: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
3213
+ /**
3214
+ * Generic tx
3215
+ **/
3216
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3217
+ };
3218
+ society: {
3219
+ /**
3220
+ * Transform an approved candidate into a member. Callable only by the Signed origin of the
3221
+ * Founder, only after the period for voting has ended and only when the candidate is not
3222
+ * clearly rejected.
3223
+ **/
3224
+ bestowMembership: AugmentedSubmittable<(candidate: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
3225
+ /**
3226
+ * A user outside of the society can make a bid for entry.
3227
+ *
3228
+ * Payment: The group's Candidate Deposit will be reserved for making a bid. It is returned
3229
+ * when the bid becomes a member, or if the bid calls `unbid`.
3230
+ *
3231
+ * The dispatch origin for this call must be _Signed_.
3232
+ *
3233
+ * Parameters:
3234
+ * - `value`: A one time payment the bid would like to receive when joining the society.
3235
+ **/
3236
+ bid: AugmentedSubmittable<(value: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
3237
+ /**
3238
+ * Transform an approved candidate into a member. Callable only by the
3239
+ * the candidate, and only after the period for voting has ended.
3240
+ **/
3241
+ claimMembership: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3242
+ /**
3243
+ * Remove up to `max` stale votes for the given `candidate`.
3244
+ *
3245
+ * May be called by any Signed origin, but only after the candidate's candidacy is ended.
3246
+ **/
3247
+ cleanupCandidacy: AugmentedSubmittable<(candidate: AccountId32 | string | Uint8Array, max: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32]>;
3248
+ /**
3249
+ * Remove up to `max` stale votes for the defender in the given `challenge_round`.
3250
+ *
3251
+ * May be called by any Signed origin, but only after the challenge round is ended.
3252
+ **/
3253
+ cleanupChallenge: AugmentedSubmittable<(challengeRound: u32 | AnyNumber | Uint8Array, max: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
3254
+ /**
3255
+ * As a member, vote on the defender.
3256
+ *
3257
+ * The dispatch origin for this call must be _Signed_ and a member.
3258
+ *
3259
+ * Parameters:
3260
+ * - `approve`: A boolean which says if the candidate should be
3261
+ * approved (`true`) or rejected (`false`).
3262
+ **/
3263
+ defenderVote: AugmentedSubmittable<(approve: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [bool]>;
3264
+ /**
3265
+ * Dissolve the society and remove all members.
3266
+ *
3267
+ * The dispatch origin for this call must be Signed, and the signing account must be both
3268
+ * the `Founder` and the `Head`. This implies that it may only be done when there is one
3269
+ * member.
3270
+ **/
3271
+ dissolve: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3272
+ /**
3273
+ * Remove a `candidate`'s failed application from the society. Callable by any
3274
+ * signed origin but only at the end of the subsequent round and only for
3275
+ * a candidate with more rejections than approvals.
3276
+ *
3277
+ * The bid deposit is lost and the voucher is banned.
3278
+ **/
3279
+ dropCandidate: AugmentedSubmittable<(candidate: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
3280
+ /**
3281
+ * Found the society.
3282
+ *
3283
+ * This is done as a discrete action in order to allow for the
3284
+ * pallet to be included into a running chain and can only be done once.
3285
+ *
3286
+ * The dispatch origin for this call must be from the _FounderSetOrigin_.
3287
+ *
3288
+ * Parameters:
3289
+ * - `founder` - The first member and head of the newly founded society.
3290
+ * - `max_members` - The initial max number of members for the society.
3291
+ * - `max_intake` - The maximum number of candidates per intake period.
3292
+ * - `max_strikes`: The maximum number of strikes a member may get before they become
3293
+ * suspended and may only be reinstated by the founder.
3294
+ * - `candidate_deposit`: The deposit required to make a bid for membership of the group.
3295
+ * - `rules` - The rules of this society concerning membership.
3296
+ *
3297
+ * Complexity: O(1)
3298
+ **/
3299
+ foundSociety: AugmentedSubmittable<(founder: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, maxMembers: u32 | AnyNumber | Uint8Array, maxIntake: u32 | AnyNumber | Uint8Array, maxStrikes: u32 | AnyNumber | Uint8Array, candidateDeposit: u128 | AnyNumber | Uint8Array, rules: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32, u32, u32, u128, Bytes]>;
3300
+ /**
3301
+ * Allow suspension judgement origin to make judgement on a suspended member.
3302
+ *
3303
+ * If a suspended member is forgiven, we simply add them back as a member, not affecting
3304
+ * any of the existing storage items for that member.
3305
+ *
3306
+ * If a suspended member is rejected, remove all associated storage items, including
3307
+ * their payouts, and remove any vouched bids they currently have.
3308
+ *
3309
+ * The dispatch origin for this call must be Signed from the Founder.
3310
+ *
3311
+ * Parameters:
3312
+ * - `who` - The suspended member to be judged.
3313
+ * - `forgive` - A boolean representing whether the suspension judgement origin forgives
3314
+ * (`true`) or rejects (`false`) a suspended member.
3315
+ **/
3316
+ judgeSuspendedMember: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, forgive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, bool]>;
3317
+ /**
3318
+ * Remove the candidate's application from the society. Callable only by the Signed origin
3319
+ * of the Founder, only after the period for voting has ended, and only when they do not
3320
+ * have a clear approval.
3321
+ *
3322
+ * Any bid deposit is lost and voucher is banned.
3323
+ **/
3324
+ kickCandidate: AugmentedSubmittable<(candidate: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
3325
+ /**
3326
+ * Transfer the first matured payout for the sender and remove it from the records.
3327
+ *
3328
+ * NOTE: This extrinsic needs to be called multiple times to claim multiple matured
3329
+ * payouts.
3330
+ *
3331
+ * Payment: The member will receive a payment equal to their first matured
3332
+ * payout to their free balance.
3333
+ *
3334
+ * The dispatch origin for this call must be _Signed_ and a member with
3335
+ * payouts remaining.
3336
+ **/
3337
+ payout: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3338
+ /**
3339
+ * Poke the deposit reserved when bidding.
3340
+ *
3341
+ * The dispatch origin for this call must be _Signed_ and must be the bidder.
3342
+ *
3343
+ * The transaction fee is waived if the deposit is changed after poking/reconsideration.
3344
+ *
3345
+ * Emits `DepositPoked` if successful.
3346
+ **/
3347
+ pokeDeposit: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3348
+ /**
3349
+ * Punish the skeptic with a strike if they did not vote on a candidate. Callable by the
3350
+ * candidate.
3351
+ **/
3352
+ punishSkeptic: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3353
+ /**
3354
+ * Remove the candidate's application from the society. Callable only by the candidate.
3355
+ *
3356
+ * Any bid deposit is lost and voucher is banned.
3357
+ **/
3358
+ resignCandidacy: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3359
+ /**
3360
+ * Change the maximum number of members in society and the maximum number of new candidates
3361
+ * in a single intake period.
3362
+ *
3363
+ * The dispatch origin for this call must be Signed by the Founder.
3364
+ *
3365
+ * Parameters:
3366
+ * - `max_members` - The maximum number of members for the society. This must be no less
3367
+ * than the current number of members.
3368
+ * - `max_intake` - The maximum number of candidates per intake period.
3369
+ * - `max_strikes`: The maximum number of strikes a member may get before they become
3370
+ * suspended and may only be reinstated by the founder.
3371
+ * - `candidate_deposit`: The deposit required to make a bid for membership of the group.
3372
+ **/
3373
+ setParameters: AugmentedSubmittable<(maxMembers: u32 | AnyNumber | Uint8Array, maxIntake: u32 | AnyNumber | Uint8Array, maxStrikes: u32 | AnyNumber | Uint8Array, candidateDeposit: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32, u128]>;
3374
+ /**
3375
+ * A bidder can remove their bid for entry into society.
3376
+ * By doing so, they will have their candidate deposit returned or
3377
+ * they will unvouch their voucher.
3378
+ *
3379
+ * Payment: The bid deposit is unreserved if the user made a bid.
3380
+ *
3381
+ * The dispatch origin for this call must be _Signed_ and a bidder.
3382
+ **/
3383
+ unbid: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3384
+ /**
3385
+ * As a vouching member, unvouch a bid. This only works while vouched user is
3386
+ * only a bidder (and not a candidate).
3387
+ *
3388
+ * The dispatch origin for this call must be _Signed_ and a vouching member.
3389
+ *
3390
+ * Parameters:
3391
+ * - `pos`: Position in the `Bids` vector of the bid who should be unvouched.
3392
+ **/
3393
+ unvouch: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3394
+ /**
3395
+ * As a member, vote on a candidate.
3396
+ *
3397
+ * The dispatch origin for this call must be _Signed_ and a member.
3398
+ *
3399
+ * Parameters:
3400
+ * - `candidate`: The candidate that the member would like to bid on.
3401
+ * - `approve`: A boolean which says if the candidate should be approved (`true`) or
3402
+ * rejected (`false`).
3403
+ **/
3404
+ vote: AugmentedSubmittable<(candidate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, approve: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, bool]>;
3405
+ /**
3406
+ * As a member, vouch for someone to join society by placing a bid on their behalf.
3407
+ *
3408
+ * There is no deposit required to vouch for a new bid, but a member can only vouch for
3409
+ * one bid at a time. If the bid becomes a suspended candidate and ultimately rejected by
3410
+ * the suspension judgement origin, the member will be banned from vouching again.
3411
+ *
3412
+ * As a vouching member, you can claim a tip if the candidate is accepted. This tip will
3413
+ * be paid as a portion of the reward the member will receive for joining the society.
3414
+ *
3415
+ * The dispatch origin for this call must be _Signed_ and a member.
3416
+ *
3417
+ * Parameters:
3418
+ * - `who`: The user who you would like to vouch for.
3419
+ * - `value`: The total reward to be paid between you and the candidate if they become
3420
+ * a member in the society.
3421
+ * - `tip`: Your cut of the total `value` payout when the candidate is inducted into
3422
+ * the society. Tips larger than `value` will be saturated upon payout.
3423
+ **/
3424
+ vouch: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: u128 | AnyNumber | Uint8Array, tip: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u128, u128]>;
3425
+ /**
3426
+ * Repay the payment previously given to the member with the signed origin, remove any
3427
+ * pending payments, and elevate them from rank 0 to rank 1.
3428
+ **/
3429
+ waiveRepay: AugmentedSubmittable<(amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
3430
+ /**
3431
+ * Generic tx
3432
+ **/
3433
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3434
+ };
3435
+ staking: {
3436
+ /**
3437
+ * Take the origin account as a stash and lock up `value` of its balance. `controller` will
3438
+ * be the account that controls it.
3439
+ *
3440
+ * `value` must be more than the `minimum_balance` specified by `T::Currency`.
3441
+ *
3442
+ * The dispatch origin for this call must be _Signed_ by the stash account.
3443
+ *
3444
+ * Emits `Bonded`.
3445
+ * ## Complexity
3446
+ * - Independent of the arguments. Moderate complexity.
3447
+ * - O(1).
3448
+ * - Three extra DB entries.
3449
+ *
3450
+ * NOTE: Two of the storage writes (`Self::bonded`, `Self::payee`) are _never_ cleaned
3451
+ * unless the `origin` falls below _existential deposit_ (or equal to 0) and gets removed
3452
+ * as dust.
3453
+ **/
3454
+ bond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, payee: PezpalletStakingRewardDestination) => SubmittableExtrinsic<ApiType>, [Compact<u128>, PezpalletStakingRewardDestination]>;
3455
+ /**
3456
+ * Add some extra amount that have appeared in the stash `free_balance` into the balance up
3457
+ * for staking.
3458
+ *
3459
+ * The dispatch origin for this call must be _Signed_ by the stash, not the controller.
3460
+ *
3461
+ * Use this if there are additional funds in your stash account that you wish to bond.
3462
+ * Unlike [`bond`](Self::bond) or [`unbond`](Self::unbond) this function does not impose
3463
+ * any limitation on the amount that can be added.
3464
+ *
3465
+ * Emits `Bonded`.
3466
+ *
3467
+ * ## Complexity
3468
+ * - Independent of the arguments. Insignificant complexity.
3469
+ * - O(1).
3470
+ **/
3471
+ bondExtra: AugmentedSubmittable<(maxAdditional: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
3472
+ /**
3473
+ * Cancel enactment of a deferred slash.
3474
+ *
3475
+ * Can be called by the `T::AdminOrigin`.
3476
+ *
3477
+ * Parameters: era and indices of the slashes for that era to kill.
3478
+ * They **must** be sorted in ascending order, *and* unique.
3479
+ **/
3480
+ cancelDeferredSlash: AugmentedSubmittable<(era: u32 | AnyNumber | Uint8Array, slashIndices: Vec<u32> | (u32 | AnyNumber | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<u32>]>;
3481
+ /**
3482
+ * Declare no desire to either validate or nominate.
3483
+ *
3484
+ * Effects will be felt at the beginning of the next era.
3485
+ *
3486
+ * The dispatch origin for this call must be _Signed_ by the controller, not the stash.
3487
+ *
3488
+ * ## Complexity
3489
+ * - Independent of the arguments. Insignificant complexity.
3490
+ * - Contains one read.
3491
+ * - Writes are limited to the `origin` account key.
3492
+ **/
3493
+ chill: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3494
+ /**
3495
+ * Declare a `controller` to stop participating as either a validator or nominator.
3496
+ *
3497
+ * Effects will be felt at the beginning of the next era.
3498
+ *
3499
+ * The dispatch origin for this call must be _Signed_, but can be called by anyone.
3500
+ *
3501
+ * If the caller is the same as the controller being targeted, then no further checks are
3502
+ * enforced, and this function behaves just like `chill`.
3503
+ *
3504
+ * If the caller is different than the controller being targeted, the following conditions
3505
+ * must be met:
3506
+ *
3507
+ * * `controller` must belong to a nominator who has become non-decodable,
3508
+ *
3509
+ * Or:
3510
+ *
3511
+ * * A `ChillThreshold` must be set and checked which defines how close to the max
3512
+ * nominators or validators we must reach before users can start chilling one-another.
3513
+ * * A `MaxNominatorCount` and `MaxValidatorCount` must be set which is used to determine
3514
+ * how close we are to the threshold.
3515
+ * * A `MinNominatorBond` and `MinValidatorBond` must be set and checked, which determines
3516
+ * if this is a person that should be chilled because they have not met the threshold
3517
+ * bond required.
3518
+ *
3519
+ * This can be helpful if bond requirements are updated, and we need to remove old users
3520
+ * who do not satisfy these requirements.
3521
+ **/
3522
+ chillOther: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
3523
+ /**
3524
+ * Updates a batch of controller accounts to their corresponding stash account if they are
3525
+ * not the same. Ignores any controller accounts that do not exist, and does not operate if
3526
+ * the stash and controller are already the same.
3527
+ *
3528
+ * Effects will be felt instantly (as soon as this function is completed successfully).
3529
+ *
3530
+ * The dispatch origin must be `T::AdminOrigin`.
3531
+ **/
3532
+ deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>]>;
3533
+ /**
3534
+ * Force a validator to have at least the minimum commission. This will not affect a
3535
+ * validator who already has a commission greater than or equal to the minimum. Any account
3536
+ * can call this.
3537
+ **/
3538
+ forceApplyMinCommission: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
3539
+ /**
3540
+ * Force there to be a new era at the end of the next session. After this, it will be
3541
+ * reset to normal (non-forced) behaviour.
3542
+ *
3543
+ * The dispatch origin must be Root.
3544
+ *
3545
+ * # Warning
3546
+ *
3547
+ * The election process starts multiple blocks before the end of the era.
3548
+ * If this is called just before a new era is triggered, the election process may not
3549
+ * have enough blocks to get a result.
3550
+ *
3551
+ * ## Complexity
3552
+ * - No arguments.
3553
+ * - Weight: O(1)
3554
+ **/
3555
+ forceNewEra: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3556
+ /**
3557
+ * Force there to be a new era at the end of sessions indefinitely.
3558
+ *
3559
+ * The dispatch origin must be Root.
3560
+ *
3561
+ * # Warning
3562
+ *
3563
+ * The election process starts multiple blocks before the end of the era.
3564
+ * If this is called just before a new era is triggered, the election process may not
3565
+ * have enough blocks to get a result.
3566
+ **/
3567
+ forceNewEraAlways: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3568
+ /**
3569
+ * Force there to be no new eras indefinitely.
3570
+ *
3571
+ * The dispatch origin must be Root.
3572
+ *
3573
+ * # Warning
3574
+ *
3575
+ * The election process starts multiple blocks before the end of the era.
3576
+ * Thus the election process may be ongoing when this is called. In this case the
3577
+ * election will continue until the next era is triggered.
3578
+ *
3579
+ * ## Complexity
3580
+ * - No arguments.
3581
+ * - Weight: O(1)
3582
+ **/
3583
+ forceNoEras: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3584
+ /**
3585
+ * Force a current staker to become completely unstaked, immediately.
3586
+ *
3587
+ * The dispatch origin must be Root.
3588
+ *
3589
+ * ## Parameters
3590
+ *
3591
+ * - `num_slashing_spans`: Refer to comments on [`Call::withdraw_unbonded`] for more
3592
+ * details.
3593
+ **/
3594
+ forceUnstake: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32]>;
3595
+ /**
3596
+ * Increments the ideal number of validators up to maximum of
3597
+ * `ElectionProviderBase::MaxWinners`.
3598
+ *
3599
+ * The dispatch origin must be Root.
3600
+ *
3601
+ * ## Complexity
3602
+ * Same as [`Self::set_validator_count`].
3603
+ **/
3604
+ increaseValidatorCount: AugmentedSubmittable<(additional: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
3605
+ /**
3606
+ * Remove the given nominations from the calling validator.
3607
+ *
3608
+ * Effects will be felt at the beginning of the next era.
3609
+ *
3610
+ * The dispatch origin for this call must be _Signed_ by the controller, not the stash.
3611
+ *
3612
+ * - `who`: A list of nominator stash accounts who are nominating this validator which
3613
+ * should no longer be nominating this validator.
3614
+ *
3615
+ * Note: Making this call only makes sense if you first set the validator preferences to
3616
+ * block any further nominations.
3617
+ **/
3618
+ kick: AugmentedSubmittable<(who: Vec<MultiAddress> | (MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<MultiAddress>]>;
3619
+ /**
3620
+ * This function allows governance to manually slash a validator and is a
3621
+ * **fallback mechanism**.
3622
+ *
3623
+ * The dispatch origin must be `T::AdminOrigin`.
3624
+ *
3625
+ * ## Parameters
3626
+ * - `validator_stash` - The stash account of the validator to slash.
3627
+ * - `era` - The era in which the validator was in the active set.
3628
+ * - `slash_fraction` - The percentage of the stake to slash, expressed as a Perbill.
3629
+ *
3630
+ * ## Behavior
3631
+ *
3632
+ * The slash will be applied using the standard slashing mechanics, respecting the
3633
+ * configured `SlashDeferDuration`.
3634
+ *
3635
+ * This means:
3636
+ * - If the validator was already slashed by a higher percentage for the same era, this
3637
+ * slash will have no additional effect.
3638
+ * - If the validator was previously slashed by a lower percentage, only the difference
3639
+ * will be applied.
3640
+ * - The slash will be deferred by `SlashDeferDuration` eras before being enacted.
3641
+ **/
3642
+ manualSlash: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, slashFraction: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32, Perbill]>;
3643
+ /**
3644
+ * Removes the legacy Staking locks if they exist.
3645
+ *
3646
+ * This removes the legacy lock on the stake with [`Config::OldCurrency`] and creates a
3647
+ * hold on it if needed. If all stake cannot be held, the best effort is made to hold as
3648
+ * much as possible. The remaining stake is forced withdrawn from the ledger.
3649
+ *
3650
+ * The fee is waived if the migration is successful.
3651
+ **/
3652
+ migrateCurrency: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
3653
+ /**
3654
+ * Declare the desire to nominate `targets` for the origin controller.
3655
+ *
3656
+ * Effects will be felt at the beginning of the next era.
3657
+ *
3658
+ * The dispatch origin for this call must be _Signed_ by the controller, not the stash.
3659
+ *
3660
+ * ## Complexity
3661
+ * - The transaction's complexity is proportional to the size of `targets` (N)
3662
+ * which is capped at CompactAssignments::LIMIT (T::MaxNominations).
3663
+ * - Both the reads and writes follow a similar pattern.
3664
+ **/
3665
+ nominate: AugmentedSubmittable<(targets: Vec<MultiAddress> | (MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<MultiAddress>]>;
3666
+ /**
3667
+ * Pay out next page of the stakers behind a validator for the given era.
3668
+ *
3669
+ * - `validator_stash` is the stash account of the validator.
3670
+ * - `era` may be any era between `[current_era - history_depth; current_era]`.
3671
+ *
3672
+ * The origin of this call must be _Signed_. Any account can call this function, even if
3673
+ * it is not one of the stakers.
3674
+ *
3675
+ * The reward payout could be paged in case there are too many nominators backing the
3676
+ * `validator_stash`. This call will payout unpaid pages in an ascending order. To claim a
3677
+ * specific page, use `payout_stakers_by_page`.`
3678
+ *
3679
+ * If all pages are claimed, it returns an error `InvalidPage`.
3680
+ **/
3681
+ payoutStakers: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32]>;
3682
+ /**
3683
+ * Pay out a page of the stakers behind a validator for the given era and page.
3684
+ *
3685
+ * - `validator_stash` is the stash account of the validator.
3686
+ * - `era` may be any era between `[current_era - history_depth; current_era]`.
3687
+ * - `page` is the page index of nominators to pay out with value between 0 and
3688
+ * `num_nominators / T::MaxExposurePageSize`.
3689
+ *
3690
+ * The origin of this call must be _Signed_. Any account can call this function, even if
3691
+ * it is not one of the stakers.
3692
+ *
3693
+ * If a validator has more than [`Config::MaxExposurePageSize`] nominators backing
3694
+ * them, then the list of nominators is paged, with each page being capped at
3695
+ * [`Config::MaxExposurePageSize`.] If a validator has more than one page of nominators,
3696
+ * the call needs to be made for each page separately in order for all the nominators
3697
+ * backing a validator to receive the reward. The nominators are not sorted across pages
3698
+ * and so it should not be assumed the highest staker would be on the topmost page and vice
3699
+ * versa. If rewards are not claimed in [`Config::HistoryDepth`] eras, they are lost.
3700
+ **/
3701
+ payoutStakersByPage: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32, u32]>;
3702
+ /**
3703
+ * Remove all data structures concerning a staker/stash once it is at a state where it can
3704
+ * be considered `dust` in the staking system. The requirements are:
3705
+ *
3706
+ * 1. the `total_balance` of the stash is below existential deposit.
3707
+ * 2. or, the `ledger.total` of the stash is below existential deposit.
3708
+ * 3. or, existential deposit is zero and either `total_balance` or `ledger.total` is zero.
3709
+ *
3710
+ * The former can happen in cases like a slash; the latter when a fully unbonded account
3711
+ * is still receiving staking rewards in `RewardDestination::Staked`.
3712
+ *
3713
+ * It can be called by anyone, as long as `stash` meets the above requirements.
3714
+ *
3715
+ * Refunds the transaction fees upon successful execution.
3716
+ *
3717
+ * ## Parameters
3718
+ *
3719
+ * - `num_slashing_spans`: Refer to comments on [`Call::withdraw_unbonded`] for more
3720
+ * details.
3721
+ **/
3722
+ reapStash: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u32]>;
3723
+ /**
3724
+ * Rebond a portion of the stash scheduled to be unlocked.
3725
+ *
3726
+ * The dispatch origin must be signed by the controller.
3727
+ *
3728
+ * ## Complexity
3729
+ * - Time complexity: O(L), where L is unlocking chunks
3730
+ * - Bounded by `MaxUnlockingChunks`.
3731
+ **/
3732
+ rebond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
3733
+ /**
3734
+ * Restores the state of a ledger which is in an inconsistent state.
3735
+ *
3736
+ * The requirements to restore a ledger are the following:
3737
+ * * The stash is bonded; or
3738
+ * * The stash is not bonded but it has a staking lock left behind; or
3739
+ * * If the stash has an associated ledger and its state is inconsistent; or
3740
+ * * If the ledger is not corrupted *but* its staking lock is out of sync.
3741
+ *
3742
+ * The `maybe_*` input parameters will overwrite the corresponding data and metadata of the
3743
+ * ledger associated with the stash. If the input parameters are not set, the ledger will
3744
+ * be reset values from on-chain state.
3745
+ **/
3746
+ 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>>]>;
3747
+ /**
3748
+ * Scale up the ideal number of validators by a factor up to maximum of
3749
+ * `ElectionProviderBase::MaxWinners`.
3750
+ *
3751
+ * The dispatch origin must be Root.
3752
+ *
3753
+ * ## Complexity
3754
+ * Same as [`Self::set_validator_count`].
3755
+ **/
3756
+ scaleValidatorCount: AugmentedSubmittable<(factor: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Percent]>;
3757
+ /**
3758
+ * (Re-)sets the controller of a stash to the stash itself. This function previously
3759
+ * accepted a `controller` argument to set the controller to an account other than the
3760
+ * stash itself. This functionality has now been removed, now only setting the controller
3761
+ * to the stash, if it is not already.
3762
+ *
3763
+ * Effects will be felt instantly (as soon as this function is completed successfully).
3764
+ *
3765
+ * The dispatch origin for this call must be _Signed_ by the stash, not the controller.
3766
+ *
3767
+ * ## Complexity
3768
+ * O(1)
3769
+ * - Independent of the arguments. Insignificant complexity.
3770
+ * - Contains a limited number of reads.
3771
+ * - Writes are limited to the `origin` account key.
3772
+ **/
3773
+ setController: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3774
+ /**
3775
+ * Set the validators who cannot be slashed (if any).
3776
+ *
3777
+ * The dispatch origin must be Root.
3778
+ **/
3779
+ setInvulnerables: AugmentedSubmittable<(invulnerables: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>]>;
3780
+ /**
3781
+ * Sets the minimum amount of commission that each validators must maintain.
3782
+ *
3783
+ * This call has lower privilege requirements than `set_staking_config` and can be called
3784
+ * by the `T::AdminOrigin`. Root can always call this.
3785
+ **/
3786
+ setMinCommission: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Perbill]>;
3787
+ /**
3788
+ * (Re-)set the payment target for a controller.
3789
+ *
3790
+ * Effects will be felt instantly (as soon as this function is completed successfully).
3791
+ *
3792
+ * The dispatch origin for this call must be _Signed_ by the controller, not the stash.
3793
+ *
3794
+ * ## Complexity
3795
+ * - O(1)
3796
+ * - Independent of the arguments. Insignificant complexity.
3797
+ * - Contains a limited number of reads.
3798
+ * - Writes are limited to the `origin` account key.
3799
+ * ---------
3800
+ **/
3801
+ setPayee: AugmentedSubmittable<(payee: PezpalletStakingRewardDestination) => SubmittableExtrinsic<ApiType>, [PezpalletStakingRewardDestination]>;
3802
+ /**
3803
+ * Update the various staking configurations .
3804
+ *
3805
+ * * `min_nominator_bond`: The minimum active bond needed to be a nominator.
3806
+ * * `min_validator_bond`: The minimum active bond needed to be a validator.
3807
+ * * `max_nominator_count`: The max number of users who can be a nominator at once. When
3808
+ * set to `None`, no limit is enforced.
3809
+ * * `max_validator_count`: The max number of users who can be a validator at once. When
3810
+ * set to `None`, no limit is enforced.
3811
+ * * `chill_threshold`: The ratio of `max_nominator_count` or `max_validator_count` which
3812
+ * should be filled in order for the `chill_other` transaction to work.
3813
+ * * `min_commission`: The minimum amount of commission that each validators must maintain.
3814
+ * This is checked only upon calling `validate`. Existing validators are not affected.
3815
+ *
3816
+ * RuntimeOrigin must be Root to call this function.
3817
+ *
3818
+ * NOTE: Existing nominators and validators will not be affected by this update.
3819
+ * to kick people under the new limits, `chill_other` should be called.
3820
+ **/
3821
+ 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]>;
3822
+ /**
3823
+ * Sets the ideal number of validators.
3824
+ *
3825
+ * The dispatch origin must be Root.
3826
+ *
3827
+ * ## Complexity
3828
+ * O(1)
3829
+ **/
3830
+ setValidatorCount: AugmentedSubmittable<(updated: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
3831
+ /**
3832
+ * Schedule a portion of the stash to be unlocked ready for transfer out after the bond
3833
+ * period ends. If this leaves an amount actively bonded less than
3834
+ * [`asset::existential_deposit`], then it is increased to the full amount.
3835
+ *
3836
+ * The stash may be chilled if the ledger total amount falls to 0 after unbonding.
3837
+ *
3838
+ * The dispatch origin for this call must be _Signed_ by the controller, not the stash.
3839
+ *
3840
+ * Once the unlock period is done, you can call `withdraw_unbonded` to actually move
3841
+ * the funds out of management ready for transfer.
3842
+ *
3843
+ * No more than a limited number of unlocking chunks (see `MaxUnlockingChunks`)
3844
+ * can co-exists at the same time. If there are no unlocking chunks slots available
3845
+ * [`Call::withdraw_unbonded`] is called to remove some of the chunks (if possible).
3846
+ *
3847
+ * If a user encounters the `InsufficientBond` error when calling this extrinsic,
3848
+ * they should call `chill` first in order to free up their bonded funds.
3849
+ *
3850
+ * Emits `Unbonded`.
3851
+ *
3852
+ * See also [`Call::withdraw_unbonded`].
3853
+ **/
3854
+ unbond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
3855
+ /**
3856
+ * Migrates an account's `RewardDestination::Controller` to
3857
+ * `RewardDestination::Account(controller)`.
3858
+ *
3859
+ * Effects will be felt instantly (as soon as this function is completed successfully).
3860
+ *
3861
+ * This will waive the transaction fee if the `payee` is successfully migrated.
3862
+ **/
3863
+ updatePayee: AugmentedSubmittable<(controller: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
3864
+ /**
3865
+ * Declare the desire to validate for the origin controller.
3866
+ *
3867
+ * Effects will be felt at the beginning of the next era.
3868
+ *
3869
+ * The dispatch origin for this call must be _Signed_ by the controller, not the stash.
3870
+ **/
3871
+ validate: AugmentedSubmittable<(prefs: PezpalletStakingValidatorPrefs) => SubmittableExtrinsic<ApiType>, [PezpalletStakingValidatorPrefs]>;
3872
+ /**
3873
+ * Remove any unlocked chunks from the `unlocking` queue from our management.
3874
+ *
3875
+ * This essentially frees up that balance to be used by the stash account to do whatever
3876
+ * it wants.
3877
+ *
3878
+ * The dispatch origin for this call must be _Signed_ by the controller.
3879
+ *
3880
+ * Emits `Withdrawn`.
3881
+ *
3882
+ * See also [`Call::unbond`].
3883
+ *
3884
+ * ## Parameters
3885
+ *
3886
+ * - `num_slashing_spans` indicates the number of metadata slashing spans to clear when
3887
+ * this call results in a complete removal of all the data related to the stash account.
3888
+ * In this case, the `num_slashing_spans` must be larger or equal to the number of
3889
+ * slashing spans associated with the stash account in the [`SlashingSpans`] storage type,
3890
+ * otherwise the call will fail. The call weight is directly proportional to
3891
+ * `num_slashing_spans`.
3892
+ *
3893
+ * ## Complexity
3894
+ * O(S) where S is the number of slashing spans to remove
3895
+ * NOTE: Weight annotation is the kill scenario, we refund otherwise.
3896
+ **/
3897
+ withdrawUnbonded: AugmentedSubmittable<(numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
3898
+ /**
3899
+ * Generic tx
3900
+ **/
3901
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3902
+ };
3903
+ stakingAhClient: {
3904
+ /**
3905
+ * manually do what this pallet was meant to do at the end of the migration.
3906
+ **/
3907
+ forceOnMigrationEnd: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
3908
+ /**
3909
+ * Allows governance to force set the operating mode of the pallet.
3910
+ **/
3911
+ setMode: AugmentedSubmittable<(mode: PezpalletStakingAsyncAhClientOperatingMode) => SubmittableExtrinsic<ApiType>, [PezpalletStakingAsyncAhClientOperatingMode]>;
3912
+ validatorSet: AugmentedSubmittable<(report: PezpalletStakingAsyncRcClientValidatorSetReport) => SubmittableExtrinsic<ApiType>, [PezpalletStakingAsyncRcClientValidatorSetReport]>;
3913
+ /**
3914
+ * Generic tx
3915
+ **/
3916
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3917
+ };
3918
+ system: {
3919
+ /**
3920
+ * Provide the preimage (runtime binary) `code` for an upgrade that has been authorized.
3921
+ *
3922
+ * If the authorization required a version check, this call will ensure the spec name
3923
+ * remains unchanged and that the spec version has increased.
3924
+ *
3925
+ * Depending on the runtime's `OnSetCode` configuration, this function may directly apply
3926
+ * the new `code` in the same block or attempt to schedule the upgrade.
3927
+ *
3928
+ * All origins are allowed.
3929
+ **/
3930
+ applyAuthorizedUpgrade: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
3931
+ /**
3932
+ * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied
3933
+ * later.
3934
+ *
3935
+ * This call requires Root origin.
3936
+ **/
3937
+ authorizeUpgrade: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
3938
+ /**
3939
+ * Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied
3940
+ * later.
3941
+ *
3942
+ * WARNING: This authorizes an upgrade that will take place without any safety checks, for
3943
+ * example that the spec name remains the same and that the version number increases. Not
3944
+ * recommended for normal use. Use `authorize_upgrade` instead.
3945
+ *
3946
+ * This call requires Root origin.
3947
+ **/
3948
+ authorizeUpgradeWithoutChecks: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
3949
+ /**
3950
+ * Kill all storage items with a key that starts with the given prefix.
3951
+ *
3952
+ * **NOTE:** We rely on the Root origin to provide us the number of subkeys under
3953
+ * the prefix we are removing to accurately calculate the weight of this function.
3954
+ **/
3955
+ killPrefix: AugmentedSubmittable<(prefix: Bytes | string | Uint8Array, subkeys: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes, u32]>;
3956
+ /**
3957
+ * Kill some items from storage.
3958
+ **/
3959
+ killStorage: AugmentedSubmittable<(keys: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<Bytes>]>;
3960
+ /**
3961
+ * Make some on-chain remark.
3962
+ *
3963
+ * Can be executed by every `origin`.
3964
+ **/
3965
+ remark: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
3966
+ /**
3967
+ * Make some on-chain remark and emit event.
3968
+ **/
3969
+ remarkWithEvent: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
3970
+ /**
3971
+ * Set the new runtime code.
3972
+ **/
3973
+ setCode: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
3974
+ /**
3975
+ * Set the new runtime code without doing any checks of the given `code`.
3976
+ *
3977
+ * Note that runtime upgrades will not run if this is called with a not-increasing spec
3978
+ * version!
3979
+ **/
3980
+ setCodeWithoutChecks: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
3981
+ /**
3982
+ * Set the number of pages in the WebAssembly environment's heap.
3983
+ **/
3984
+ setHeapPages: AugmentedSubmittable<(pages: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;
3985
+ /**
3986
+ * Set some items of storage.
3987
+ **/
3988
+ setStorage: AugmentedSubmittable<(items: Vec<ITuple<[Bytes, Bytes]>> | ([Bytes | string | Uint8Array, Bytes | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[Bytes, Bytes]>>]>;
3989
+ /**
3990
+ * Generic tx
3991
+ **/
3992
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
3993
+ };
3994
+ timestamp: {
3995
+ /**
3996
+ * Set the current time.
3997
+ *
3998
+ * This call should be invoked exactly once per block. It will panic at the finalization
3999
+ * phase, if this call hasn't been invoked by that time.
4000
+ *
4001
+ * The timestamp should be greater than the previous one by the amount specified by
4002
+ * [`Config::MinimumPeriod`].
4003
+ *
4004
+ * The dispatch origin for this call must be _None_.
4005
+ *
4006
+ * This dispatch class is _Mandatory_ to ensure it gets executed in the block. Be aware
4007
+ * that changing the complexity of this call could result exhausting the resources in a
4008
+ * block to execute any other calls.
4009
+ *
4010
+ * ## Complexity
4011
+ * - `O(1)` (Note that implementations of `OnTimestampSet` must also be `O(1)`)
4012
+ * - 1 storage read and 1 storage mutation (codec `O(1)` because of `DidUpdate::take` in
4013
+ * `on_finalize`)
4014
+ * - 1 event handler `on_timestamp_set`. Must be `O(1)`.
4015
+ **/
4016
+ set: AugmentedSubmittable<(now: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u64>]>;
4017
+ /**
4018
+ * Generic tx
4019
+ **/
4020
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
4021
+ };
4022
+ treasury: {
4023
+ /**
4024
+ * Check the status of the spend and remove it from the storage if processed.
4025
+ *
4026
+ * ## Dispatch Origin
4027
+ *
4028
+ * Must be signed.
4029
+ *
4030
+ * ## Details
4031
+ *
4032
+ * The status check is a prerequisite for retrying a failed payout.
4033
+ * If a spend has either succeeded or expired, it is removed from the storage by this
4034
+ * function. In such instances, transaction fees are refunded.
4035
+ *
4036
+ * ### Parameters
4037
+ * - `index`: The spend index.
4038
+ *
4039
+ * ## Events
4040
+ *
4041
+ * Emits [`Event::PaymentFailed`] if the spend payout has failed.
4042
+ * Emits [`Event::SpendProcessed`] if the spend payout has succeed.
4043
+ **/
4044
+ checkStatus: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
4045
+ /**
4046
+ * Claim a spend.
4047
+ *
4048
+ * ## Dispatch Origin
4049
+ *
4050
+ * Must be signed
4051
+ *
4052
+ * ## Details
4053
+ *
4054
+ * Spends must be claimed within some temporal bounds. A spend may be claimed within one
4055
+ * [`Config::PayoutPeriod`] from the `valid_from` block.
4056
+ * In case of a payout failure, the spend status must be updated with the `check_status`
4057
+ * dispatchable before retrying with the current function.
4058
+ *
4059
+ * ### Parameters
4060
+ * - `index`: The spend index.
4061
+ *
4062
+ * ## Events
4063
+ *
4064
+ * Emits [`Event::Paid`] if successful.
4065
+ **/
4066
+ payout: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
4067
+ /**
4068
+ * Force a previously approved proposal to be removed from the approval queue.
4069
+ *
4070
+ * ## Dispatch Origin
4071
+ *
4072
+ * Must be [`Config::RejectOrigin`].
4073
+ *
4074
+ * ## Details
4075
+ *
4076
+ * The original deposit will no longer be returned.
4077
+ *
4078
+ * ### Parameters
4079
+ * - `proposal_id`: The index of a proposal
4080
+ *
4081
+ * ### Complexity
4082
+ * - O(A) where `A` is the number of approvals
4083
+ *
4084
+ * ### Errors
4085
+ * - [`Error::ProposalNotApproved`]: The `proposal_id` supplied was not found in the
4086
+ * approval queue, i.e., the proposal has not been approved. This could also mean the
4087
+ * proposal does not exist altogether, thus there is no way it would have been approved
4088
+ * in the first place.
4089
+ **/
4090
+ removeApproval: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
4091
+ /**
4092
+ * Propose and approve a spend of treasury funds.
4093
+ *
4094
+ * ## Dispatch Origin
4095
+ *
4096
+ * Must be [`Config::SpendOrigin`] with the `Success` value being at least
4097
+ * `amount` of `asset_kind` in the native asset. The amount of `asset_kind` is converted
4098
+ * for assertion using the [`Config::BalanceConverter`].
4099
+ *
4100
+ * ## Details
4101
+ *
4102
+ * Create an approved spend for transferring a specific `amount` of `asset_kind` to a
4103
+ * designated beneficiary. The spend must be claimed using the `payout` dispatchable within
4104
+ * the [`Config::PayoutPeriod`].
4105
+ *
4106
+ * ### Parameters
4107
+ * - `asset_kind`: An indicator of the specific asset class to be spent.
4108
+ * - `amount`: The amount to be transferred from the treasury to the `beneficiary`.
4109
+ * - `beneficiary`: The beneficiary of the spend.
4110
+ * - `valid_from`: The block number from which the spend can be claimed. It can refer to
4111
+ * the past if the resulting spend has not yet expired according to the
4112
+ * [`Config::PayoutPeriod`]. If `None`, the spend can be claimed immediately after
4113
+ * approval.
4114
+ *
4115
+ * ## Events
4116
+ *
4117
+ * Emits [`Event::AssetSpendApproved`] if successful.
4118
+ **/
4119
+ 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>]>;
4120
+ /**
4121
+ * Propose and approve a spend of treasury funds.
4122
+ *
4123
+ * ## Dispatch Origin
4124
+ *
4125
+ * Must be [`Config::SpendOrigin`] with the `Success` value being at least `amount`.
4126
+ *
4127
+ * ### Details
4128
+ * NOTE: For record-keeping purposes, the proposer is deemed to be equivalent to the
4129
+ * beneficiary.
4130
+ *
4131
+ * ### Parameters
4132
+ * - `amount`: The amount to be transferred from the treasury to the `beneficiary`.
4133
+ * - `beneficiary`: The destination account for the transfer.
4134
+ *
4135
+ * ## Events
4136
+ *
4137
+ * Emits [`Event::SpendApproved`] if successful.
4138
+ **/
4139
+ 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]>;
4140
+ /**
4141
+ * Void previously approved spend.
4142
+ *
4143
+ * ## Dispatch Origin
4144
+ *
4145
+ * Must be [`Config::RejectOrigin`].
4146
+ *
4147
+ * ## Details
4148
+ *
4149
+ * A spend void is only possible if the payout has not been attempted yet.
4150
+ *
4151
+ * ### Parameters
4152
+ * - `index`: The spend index.
4153
+ *
4154
+ * ## Events
4155
+ *
4156
+ * Emits [`Event::AssetSpendVoided`] if successful.
4157
+ **/
4158
+ voidSpend: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
4159
+ /**
4160
+ * Generic tx
4161
+ **/
4162
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
4163
+ };
4164
+ utility: {
4165
+ /**
4166
+ * Send a call through an indexed pseudonym of the sender.
4167
+ *
4168
+ * Filter from origin are passed along. The call will be dispatched with an origin which
4169
+ * use the same filter as the origin of this call.
4170
+ *
4171
+ * NOTE: If you need to ensure that any account-based filtering is not honored (i.e.
4172
+ * because you expect `proxy` to have been used prior in the call stack and you do not want
4173
+ * the call restrictions to apply to any sub-accounts), then use `as_multi_threshold_1`
4174
+ * in the Multisig pallet instead.
4175
+ *
4176
+ * NOTE: Prior to version *12, this was called `as_limited_sub`.
4177
+ *
4178
+ * The dispatch origin for this call must be _Signed_.
4179
+ **/
4180
+ asDerivative: AugmentedSubmittable<(index: u16 | AnyNumber | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, RuntimeCall]>;
4181
+ /**
4182
+ * Send a batch of dispatch calls.
4183
+ *
4184
+ * May be called from any origin except `None`.
4185
+ *
4186
+ * - `calls`: The calls to be dispatched from the same origin. The number of call must not
4187
+ * exceed the constant: `batched_calls_limit` (available in constant metadata).
4188
+ *
4189
+ * If origin is root then the calls are dispatched without checking origin filter. (This
4190
+ * includes bypassing `frame_system::Config::BaseCallFilter`).
4191
+ *
4192
+ * ## Complexity
4193
+ * - O(C) where C is the number of calls to be batched.
4194
+ *
4195
+ * This will return `Ok` in all circumstances. To determine the success of the batch, an
4196
+ * event is deposited. If a call failed and the batch was interrupted, then the
4197
+ * `BatchInterrupted` event is deposited, along with the number of successful calls made
4198
+ * and the error of the failed call. If all were successful, then the `BatchCompleted`
4199
+ * event is deposited.
4200
+ **/
4201
+ batch: AugmentedSubmittable<(calls: Vec<RuntimeCall> | (RuntimeCall | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<RuntimeCall>]>;
4202
+ /**
4203
+ * Send a batch of dispatch calls and atomically execute them.
4204
+ * The whole transaction will rollback and fail if any of the calls failed.
4205
+ *
4206
+ * May be called from any origin except `None`.
4207
+ *
4208
+ * - `calls`: The calls to be dispatched from the same origin. The number of call must not
4209
+ * exceed the constant: `batched_calls_limit` (available in constant metadata).
4210
+ *
4211
+ * If origin is root then the calls are dispatched without checking origin filter. (This
4212
+ * includes bypassing `frame_system::Config::BaseCallFilter`).
4213
+ *
4214
+ * ## Complexity
4215
+ * - O(C) where C is the number of calls to be batched.
4216
+ **/
4217
+ batchAll: AugmentedSubmittable<(calls: Vec<RuntimeCall> | (RuntimeCall | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<RuntimeCall>]>;
4218
+ /**
4219
+ * Dispatches a function call with a provided origin.
4220
+ *
4221
+ * The dispatch origin for this call must be _Root_.
4222
+ *
4223
+ * ## Complexity
4224
+ * - O(1).
4225
+ **/
4226
+ dispatchAs: AugmentedSubmittable<(asOrigin: StagingDicleRuntimeOriginCaller, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [StagingDicleRuntimeOriginCaller, RuntimeCall]>;
4227
+ /**
4228
+ * Dispatches a function call with a provided origin.
4229
+ *
4230
+ * Almost the same as [`Pallet::dispatch_as`] but forwards any error of the inner call.
4231
+ *
4232
+ * The dispatch origin for this call must be _Root_.
4233
+ **/
4234
+ dispatchAsFallible: AugmentedSubmittable<(asOrigin: StagingDicleRuntimeOriginCaller, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [StagingDicleRuntimeOriginCaller, RuntimeCall]>;
4235
+ /**
4236
+ * Send a batch of dispatch calls.
4237
+ * Unlike `batch`, it allows errors and won't interrupt.
4238
+ *
4239
+ * May be called from any origin except `None`.
4240
+ *
4241
+ * - `calls`: The calls to be dispatched from the same origin. The number of call must not
4242
+ * exceed the constant: `batched_calls_limit` (available in constant metadata).
4243
+ *
4244
+ * If origin is root then the calls are dispatch without checking origin filter. (This
4245
+ * includes bypassing `frame_system::Config::BaseCallFilter`).
4246
+ *
4247
+ * ## Complexity
4248
+ * - O(C) where C is the number of calls to be batched.
4249
+ **/
4250
+ forceBatch: AugmentedSubmittable<(calls: Vec<RuntimeCall> | (RuntimeCall | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<RuntimeCall>]>;
4251
+ /**
4252
+ * Dispatch a fallback call in the event the main call fails to execute.
4253
+ * May be called from any origin except `None`.
4254
+ *
4255
+ * This function first attempts to dispatch the `main` call.
4256
+ * If the `main` call fails, the `fallback` is attemted.
4257
+ * if the fallback is successfully dispatched, the weights of both calls
4258
+ * are accumulated and an event containing the main call error is deposited.
4259
+ *
4260
+ * In the event of a fallback failure the whole call fails
4261
+ * with the weights returned.
4262
+ *
4263
+ * - `main`: The main call to be dispatched. This is the primary action to execute.
4264
+ * - `fallback`: The fallback call to be dispatched in case the `main` call fails.
4265
+ *
4266
+ * ## Dispatch Logic
4267
+ * - If the origin is `root`, both the main and fallback calls are executed without
4268
+ * applying any origin filters.
4269
+ * - If the origin is not `root`, the origin filter is applied to both the `main` and
4270
+ * `fallback` calls.
4271
+ *
4272
+ * ## Use Case
4273
+ * - Some use cases might involve submitting a `batch` type call in either main, fallback
4274
+ * or both.
4275
+ **/
4276
+ ifElse: AugmentedSubmittable<(main: RuntimeCall | IMethod | string | Uint8Array, fallback: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [RuntimeCall, RuntimeCall]>;
4277
+ /**
4278
+ * Dispatch a function call with a specified weight.
4279
+ *
4280
+ * This function does not check the weight of the call, and instead allows the
4281
+ * Root origin to specify the weight of the call.
4282
+ *
4283
+ * The dispatch origin for this call must be _Root_.
4284
+ **/
4285
+ withWeight: AugmentedSubmittable<(call: RuntimeCall | IMethod | string | Uint8Array, weight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [RuntimeCall, PezspWeightsWeightV2Weight]>;
4286
+ /**
4287
+ * Generic tx
4288
+ **/
4289
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
4290
+ };
4291
+ vesting: {
4292
+ /**
4293
+ * Force remove a vesting schedule
4294
+ *
4295
+ * The dispatch origin for this call must be _Root_.
4296
+ *
4297
+ * - `target`: An account that has a vesting schedule
4298
+ * - `schedule_index`: The vesting schedule index that should be removed
4299
+ **/
4300
+ forceRemoveVestingSchedule: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32]>;
4301
+ /**
4302
+ * Force a vested transfer.
4303
+ *
4304
+ * The dispatch origin for this call must be _Root_.
4305
+ *
4306
+ * - `source`: The account whose funds should be transferred.
4307
+ * - `target`: The account that should be transferred the vested funds.
4308
+ * - `schedule`: The vesting schedule attached to the transfer.
4309
+ *
4310
+ * Emits `VestingCreated`.
4311
+ *
4312
+ * NOTE: This will unlock all schedules through the current block.
4313
+ *
4314
+ * ## Complexity
4315
+ * - `O(1)`.
4316
+ **/
4317
+ 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]>;
4318
+ /**
4319
+ * Merge two vesting schedules together, creating a new vesting schedule that unlocks over
4320
+ * the highest possible start and end blocks. If both schedules have already started the
4321
+ * current block will be used as the schedule start; with the caveat that if one schedule
4322
+ * is finished by the current block, the other will be treated as the new merged schedule,
4323
+ * unmodified.
4324
+ *
4325
+ * NOTE: If `schedule1_index == schedule2_index` this is a no-op.
4326
+ * NOTE: This will unlock all schedules through the current block prior to merging.
4327
+ * NOTE: If both schedules have ended by the current block, no new schedule will be created
4328
+ * and both will be removed.
4329
+ *
4330
+ * Merged schedule attributes:
4331
+ * - `starting_block`: `MAX(schedule1.starting_block, scheduled2.starting_block,
4332
+ * current_block)`.
4333
+ * - `ending_block`: `MAX(schedule1.ending_block, schedule2.ending_block)`.
4334
+ * - `locked`: `schedule1.locked_at(current_block) + schedule2.locked_at(current_block)`.
4335
+ *
4336
+ * The dispatch origin for this call must be _Signed_.
4337
+ *
4338
+ * - `schedule1_index`: index of the first schedule to merge.
4339
+ * - `schedule2_index`: index of the second schedule to merge.
4340
+ **/
4341
+ mergeSchedules: AugmentedSubmittable<(schedule1Index: u32 | AnyNumber | Uint8Array, schedule2Index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
4342
+ /**
4343
+ * Unlock any vested funds of the sender account.
4344
+ *
4345
+ * The dispatch origin for this call must be _Signed_ and the sender must have funds still
4346
+ * locked under this pallet.
4347
+ *
4348
+ * Emits either `VestingCompleted` or `VestingUpdated`.
4349
+ *
4350
+ * ## Complexity
4351
+ * - `O(1)`.
4352
+ **/
4353
+ vest: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
4354
+ /**
4355
+ * Create a vested transfer.
4356
+ *
4357
+ * The dispatch origin for this call must be _Signed_.
4358
+ *
4359
+ * - `target`: The account receiving the vested funds.
4360
+ * - `schedule`: The vesting schedule attached to the transfer.
4361
+ *
4362
+ * Emits `VestingCreated`.
4363
+ *
4364
+ * NOTE: This will unlock all schedules through the current block.
4365
+ *
4366
+ * ## Complexity
4367
+ * - `O(1)`.
4368
+ **/
4369
+ vestedTransfer: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic<ApiType>, [MultiAddress, PezpalletVestingVestingInfo]>;
4370
+ /**
4371
+ * Unlock any vested funds of a `target` account.
4372
+ *
4373
+ * The dispatch origin for this call must be _Signed_.
4374
+ *
4375
+ * - `target`: The account whose vested funds should be unlocked. Must have funds still
4376
+ * locked under this pallet.
4377
+ *
4378
+ * Emits either `VestingCompleted` or `VestingUpdated`.
4379
+ *
4380
+ * ## Complexity
4381
+ * - `O(1)`.
4382
+ **/
4383
+ vestOther: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
4384
+ /**
4385
+ * Generic tx
4386
+ **/
4387
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
4388
+ };
4389
+ voterList: {
4390
+ /**
4391
+ * Move the caller's Id directly in front of `lighter`.
4392
+ *
4393
+ * The dispatch origin for this call must be _Signed_ and can only be called by the Id of
4394
+ * the account going in front of `lighter`. Fee is payed by the origin under all
4395
+ * circumstances.
4396
+ *
4397
+ * Only works if:
4398
+ *
4399
+ * - both nodes are within the same bag,
4400
+ * - and `origin` has a greater `Score` than `lighter`.
4401
+ **/
4402
+ putInFrontOf: AugmentedSubmittable<(lighter: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
4403
+ /**
4404
+ * Same as [`Pallet::put_in_front_of`], but it can be called by anyone.
4405
+ *
4406
+ * Fee is paid by the origin under all circumstances.
4407
+ **/
4408
+ 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]>;
4409
+ /**
4410
+ * Declare that some `dislocated` account has, through rewards or penalties, sufficiently
4411
+ * changed its score that it should properly fall into a different bag than its current
4412
+ * one.
4413
+ *
4414
+ * Anyone can call this function about any potentially dislocated account.
4415
+ *
4416
+ * Will always update the stored score of `dislocated` to the correct score, based on
4417
+ * `ScoreProvider`.
4418
+ *
4419
+ * If `dislocated` does not exists, it returns an error.
4420
+ **/
4421
+ rebag: AugmentedSubmittable<(dislocated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
4422
+ /**
4423
+ * Generic tx
4424
+ **/
4425
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
4426
+ };
4427
+ whitelist: {
4428
+ dispatchWhitelistedCall: AugmentedSubmittable<(callHash: H256 | string | Uint8Array, callEncodedLen: u32 | AnyNumber | Uint8Array, callWeightWitness: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [H256, u32, PezspWeightsWeightV2Weight]>;
4429
+ dispatchWhitelistedCallWithPreimage: AugmentedSubmittable<(call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [RuntimeCall]>;
4430
+ removeWhitelistedCall: AugmentedSubmittable<(callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
4431
+ whitelistCall: AugmentedSubmittable<(callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
4432
+ /**
4433
+ * Generic tx
4434
+ **/
4435
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
4436
+ };
4437
+ xcmPallet: {
4438
+ /**
4439
+ * Authorize another `aliaser` location to alias into the local `origin` making this call.
4440
+ * The `aliaser` is only authorized until the provided `expiry` block number.
4441
+ * The call can also be used for a previously authorized alias in order to update its
4442
+ * `expiry` block number.
4443
+ *
4444
+ * Usually useful to allow your local account to be aliased into from a remote location
4445
+ * also under your control (like your account on another chain).
4446
+ *
4447
+ * WARNING: make sure the caller `origin` (you) trusts the `aliaser` location to act in
4448
+ * their/your name. Once authorized using this call, the `aliaser` can freely impersonate
4449
+ * `origin` in XCM programs executed on the local chain.
4450
+ **/
4451
+ addAuthorizedAlias: AugmentedSubmittable<(aliaser: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, expires: Option<u64> | null | Uint8Array | u64 | AnyNumber) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation, Option<u64>]>;
4452
+ /**
4453
+ * Claims assets trapped on this pallet because of leftover assets during XCM execution.
4454
+ *
4455
+ * - `origin`: Anyone can call this extrinsic.
4456
+ * - `assets`: The exact assets that were trapped. Use the version to specify what version
4457
+ * was the latest when they were trapped.
4458
+ * - `beneficiary`: The location/account where the claimed assets will be deposited.
4459
+ **/
4460
+ 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]>;
4461
+ /**
4462
+ * Execute an XCM message from a local, signed, origin.
4463
+ *
4464
+ * An event is deposited indicating whether `msg` could be executed completely or only
4465
+ * partially.
4466
+ *
4467
+ * No more than `max_weight` will be used in its attempted execution. If this is less than
4468
+ * the maximum amount of weight that the message could take to be executed, then no
4469
+ * execution attempt will be made.
4470
+ **/
4471
+ execute: AugmentedSubmittable<(message: XcmVersionedXcm | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [XcmVersionedXcm, PezspWeightsWeightV2Weight]>;
4472
+ /**
4473
+ * Set a safe XCM version (the version that XCM should be encoded with if the most recent
4474
+ * version a destination can accept is unknown).
4475
+ *
4476
+ * - `origin`: Must be an origin specified by AdminOrigin.
4477
+ * - `maybe_xcm_version`: The default XCM encoding version, or `None` to disable.
4478
+ **/
4479
+ forceDefaultXcmVersion: AugmentedSubmittable<(maybeXcmVersion: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
4480
+ /**
4481
+ * Ask a location to notify us regarding their XCM version and any changes to it.
4482
+ *
4483
+ * - `origin`: Must be an origin specified by AdminOrigin.
4484
+ * - `location`: The location to which we should subscribe for XCM version notifications.
4485
+ **/
4486
+ forceSubscribeVersionNotify: AugmentedSubmittable<(location: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation]>;
4487
+ /**
4488
+ * Set or unset the global suspension state of the XCM executor.
4489
+ *
4490
+ * - `origin`: Must be an origin specified by AdminOrigin.
4491
+ * - `suspended`: `true` to suspend, `false` to resume.
4492
+ **/
4493
+ forceSuspension: AugmentedSubmittable<(suspended: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [bool]>;
4494
+ /**
4495
+ * Require that a particular destination should no longer notify us regarding any XCM
4496
+ * version changes.
4497
+ *
4498
+ * - `origin`: Must be an origin specified by AdminOrigin.
4499
+ * - `location`: The location to which we are currently subscribed for XCM version
4500
+ * notifications which we no longer desire.
4501
+ **/
4502
+ forceUnsubscribeVersionNotify: AugmentedSubmittable<(location: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation]>;
4503
+ /**
4504
+ * Extoll that a particular destination can be communicated with through a particular
4505
+ * version of XCM.
4506
+ *
4507
+ * - `origin`: Must be an origin specified by AdminOrigin.
4508
+ * - `location`: The destination that is being described.
4509
+ * - `xcm_version`: The latest version of XCM that `location` supports.
4510
+ **/
4511
+ forceXcmVersion: AugmentedSubmittable<(location: StagingXcmV5Location | { parents?: any; interior?: any } | string | Uint8Array, version: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [StagingXcmV5Location, u32]>;
4512
+ /**
4513
+ * Transfer some assets from the local chain to the destination chain through their local,
4514
+ * destination or remote reserve.
4515
+ *
4516
+ * `assets` must have same reserve location and may not be teleportable to `dest`.
4517
+ * - `assets` have local reserve: transfer assets to sovereign account of destination
4518
+ * chain and forward a notification XCM to `dest` to mint and deposit reserve-based
4519
+ * assets to `beneficiary`.
4520
+ * - `assets` have destination reserve: burn local assets and forward a notification to
4521
+ * `dest` chain to withdraw the reserve assets from this chain's sovereign account and
4522
+ * deposit them to `beneficiary`.
4523
+ * - `assets` have remote reserve: burn local assets, forward XCM to reserve chain to move
4524
+ * reserves from this chain's SA to `dest` chain's SA, and forward another XCM to `dest`
4525
+ * to mint and deposit reserve-based assets to `beneficiary`.
4526
+ *
4527
+ * Fee payment on the destination side is made from the asset in the `assets` vector of
4528
+ * index `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight
4529
+ * is needed than `weight_limit`, then the operation will fail and the sent assets may be
4530
+ * at risk.
4531
+ *
4532
+ * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.
4533
+ * - `dest`: Destination context for the assets. Will typically be `[Parent,
4534
+ * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from
4535
+ * relay to parachain.
4536
+ * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will
4537
+ * generally be an `AccountId32` value.
4538
+ * - `assets`: The assets to be withdrawn. This should include the assets used to pay the
4539
+ * fee on the `dest` (and possibly reserve) chains.
4540
+ * - `fee_asset_item`: The index into `assets` of the item which should be used to pay
4541
+ * fees.
4542
+ * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase.
4543
+ **/
4544
+ 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]>;
4545
+ /**
4546
+ * Teleport some assets from the local chain to some destination chain.
4547
+ *
4548
+ * Fee payment on the destination side is made from the asset in the `assets` vector of
4549
+ * index `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight
4550
+ * is needed than `weight_limit`, then the operation will fail and the sent assets may be
4551
+ * at risk.
4552
+ *
4553
+ * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.
4554
+ * - `dest`: Destination context for the assets. Will typically be `[Parent,
4555
+ * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from
4556
+ * relay to parachain.
4557
+ * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will
4558
+ * generally be an `AccountId32` value.
4559
+ * - `assets`: The assets to be withdrawn. This should include the assets used to pay the
4560
+ * fee on the `dest` chain.
4561
+ * - `fee_asset_item`: The index into `assets` of the item which should be used to pay
4562
+ * fees.
4563
+ * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase.
4564
+ **/
4565
+ 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]>;
4566
+ /**
4567
+ * Remove all previously authorized `aliaser`s that can alias into the local `origin`
4568
+ * making this call.
4569
+ **/
4570
+ removeAllAuthorizedAliases: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
4571
+ /**
4572
+ * Remove a previously authorized `aliaser` from the list of locations that can alias into
4573
+ * the local `origin` making this call.
4574
+ **/
4575
+ removeAuthorizedAlias: AugmentedSubmittable<(aliaser: XcmVersionedLocation | { V3: any } | { V4: any } | { V5: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation]>;
4576
+ /**
4577
+ * Transfer some assets from the local chain to the destination chain through their local,
4578
+ * destination or remote reserve.
4579
+ *
4580
+ * `assets` must have same reserve location and may not be teleportable to `dest`.
4581
+ * - `assets` have local reserve: transfer assets to sovereign account of destination
4582
+ * chain and forward a notification XCM to `dest` to mint and deposit reserve-based
4583
+ * assets to `beneficiary`.
4584
+ * - `assets` have destination reserve: burn local assets and forward a notification to
4585
+ * `dest` chain to withdraw the reserve assets from this chain's sovereign account and
4586
+ * deposit them to `beneficiary`.
4587
+ * - `assets` have remote reserve: burn local assets, forward XCM to reserve chain to move
4588
+ * reserves from this chain's SA to `dest` chain's SA, and forward another XCM to `dest`
4589
+ * to mint and deposit reserve-based assets to `beneficiary`.
4590
+ *
4591
+ * **This function is deprecated: Use `limited_reserve_transfer_assets` instead.**
4592
+ *
4593
+ * Fee payment on the destination side is made from the asset in the `assets` vector of
4594
+ * index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited,
4595
+ * with all fees taken as needed from the asset.
4596
+ *
4597
+ * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.
4598
+ * - `dest`: Destination context for the assets. Will typically be `[Parent,
4599
+ * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from
4600
+ * relay to parachain.
4601
+ * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will
4602
+ * generally be an `AccountId32` value.
4603
+ * - `assets`: The assets to be withdrawn. This should include the assets used to pay the
4604
+ * fee on the `dest` (and possibly reserve) chains.
4605
+ * - `fee_asset_item`: The index into `assets` of the item which should be used to pay
4606
+ * fees.
4607
+ **/
4608
+ 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]>;
4609
+ 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]>;
4610
+ /**
4611
+ * Teleport some assets from the local chain to some destination chain.
4612
+ *
4613
+ * **This function is deprecated: Use `limited_teleport_assets` instead.**
4614
+ *
4615
+ * Fee payment on the destination side is made from the asset in the `assets` vector of
4616
+ * index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited,
4617
+ * with all fees taken as needed from the asset.
4618
+ *
4619
+ * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.
4620
+ * - `dest`: Destination context for the assets. Will typically be `[Parent,
4621
+ * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from
4622
+ * relay to parachain.
4623
+ * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will
4624
+ * generally be an `AccountId32` value.
4625
+ * - `assets`: The assets to be withdrawn. This should include the assets used to pay the
4626
+ * fee on the `dest` chain.
4627
+ * - `fee_asset_item`: The index into `assets` of the item which should be used to pay
4628
+ * fees.
4629
+ **/
4630
+ 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]>;
4631
+ /**
4632
+ * Transfer some assets from the local chain to the destination chain through their local,
4633
+ * destination or remote reserve, or through teleports.
4634
+ *
4635
+ * Fee payment on the destination side is made from the asset in the `assets` vector of
4636
+ * index `fee_asset_item` (hence referred to as `fees`), up to enough to pay for
4637
+ * `weight_limit` of weight. If more weight is needed than `weight_limit`, then the
4638
+ * operation will fail and the sent assets may be at risk.
4639
+ *
4640
+ * `assets` (excluding `fees`) must have same reserve location or otherwise be teleportable
4641
+ * to `dest`, no limitations imposed on `fees`.
4642
+ * - for local reserve: transfer assets to sovereign account of destination chain and
4643
+ * forward a notification XCM to `dest` to mint and deposit reserve-based assets to
4644
+ * `beneficiary`.
4645
+ * - for destination reserve: burn local assets and forward a notification to `dest` chain
4646
+ * to withdraw the reserve assets from this chain's sovereign account and deposit them
4647
+ * to `beneficiary`.
4648
+ * - for remote reserve: burn local assets, forward XCM to reserve chain to move reserves
4649
+ * from this chain's SA to `dest` chain's SA, and forward another XCM to `dest` to mint
4650
+ * and deposit reserve-based assets to `beneficiary`.
4651
+ * - for teleports: burn local assets and forward XCM to `dest` chain to mint/teleport
4652
+ * assets and deposit them to `beneficiary`.
4653
+ *
4654
+ * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.
4655
+ * - `dest`: Destination context for the assets. Will typically be `X2(Parent,
4656
+ * Parachain(..))` to send from parachain to parachain, or `X1(Parachain(..))` to send
4657
+ * from relay to parachain.
4658
+ * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will
4659
+ * generally be an `AccountId32` value.
4660
+ * - `assets`: The assets to be withdrawn. This should include the assets used to pay the
4661
+ * fee on the `dest` (and possibly reserve) chains.
4662
+ * - `fee_asset_item`: The index into `assets` of the item which should be used to pay
4663
+ * fees.
4664
+ * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase.
4665
+ **/
4666
+ 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]>;
4667
+ /**
4668
+ * Transfer assets from the local chain to the destination chain using explicit transfer
4669
+ * types for assets and fees.
4670
+ *
4671
+ * `assets` must have same reserve location or may be teleportable to `dest`. Caller must
4672
+ * provide the `assets_transfer_type` to be used for `assets`:
4673
+ * - `TransferType::LocalReserve`: transfer assets to sovereign account of destination
4674
+ * chain and forward a notification XCM to `dest` to mint and deposit reserve-based
4675
+ * assets to `beneficiary`.
4676
+ * - `TransferType::DestinationReserve`: burn local assets and forward a notification to
4677
+ * `dest` chain to withdraw the reserve assets from this chain's sovereign account and
4678
+ * deposit them to `beneficiary`.
4679
+ * - `TransferType::RemoteReserve(reserve)`: burn local assets, forward XCM to `reserve`
4680
+ * chain to move reserves from this chain's SA to `dest` chain's SA, and forward another
4681
+ * XCM to `dest` to mint and deposit reserve-based assets to `beneficiary`. Typically
4682
+ * the remote `reserve` is Asset Hub.
4683
+ * - `TransferType::Teleport`: burn local assets and forward XCM to `dest` chain to
4684
+ * mint/teleport assets and deposit them to `beneficiary`.
4685
+ *
4686
+ * On the destination chain, as well as any intermediary hops, `BuyExecution` is used to
4687
+ * buy execution using transferred `assets` identified by `remote_fees_id`.
4688
+ * Make sure enough of the specified `remote_fees_id` asset is included in the given list
4689
+ * of `assets`. `remote_fees_id` should be enough to pay for `weight_limit`. If more weight
4690
+ * is needed than `weight_limit`, then the operation will fail and the sent assets may be
4691
+ * at risk.
4692
+ *
4693
+ * `remote_fees_id` may use different transfer type than rest of `assets` and can be
4694
+ * specified through `fees_transfer_type`.
4695
+ *
4696
+ * The caller needs to specify what should happen to the transferred assets once they reach
4697
+ * the `dest` chain. This is done through the `custom_xcm_on_dest` parameter, which
4698
+ * contains the instructions to execute on `dest` as a final step.
4699
+ * This is usually as simple as:
4700
+ * `Xcm(vec![DepositAsset { assets: Wild(AllCounted(assets.len())), beneficiary }])`,
4701
+ * but could be something more exotic like sending the `assets` even further.
4702
+ *
4703
+ * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.
4704
+ * - `dest`: Destination context for the assets. Will typically be `[Parent,
4705
+ * Parachain(..)]` to send from parachain to parachain, or `[Parachain(..)]` to send from
4706
+ * relay to parachain, or `(parents: 2, (GlobalConsensus(..), ..))` to send from
4707
+ * parachain across a bridge to another ecosystem destination.
4708
+ * - `assets`: The assets to be withdrawn. This should include the assets used to pay the
4709
+ * fee on the `dest` (and possibly reserve) chains.
4710
+ * - `assets_transfer_type`: The XCM `TransferType` used to transfer the `assets`.
4711
+ * - `remote_fees_id`: One of the included `assets` to be used to pay fees.
4712
+ * - `fees_transfer_type`: The XCM `TransferType` used to transfer the `fees` assets.
4713
+ * - `custom_xcm_on_dest`: The XCM to be executed on `dest` chain as the last step of the
4714
+ * transfer, which also determines what happens to the assets on the destination chain.
4715
+ * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase.
4716
+ **/
4717
+ 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]>;
4718
+ /**
4719
+ * Generic tx
4720
+ **/
4721
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
4722
+ };
4723
+ } // AugmentedSubmittables
4724
+ } // declare module