@pezkuwi/types-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 (235) hide show
  1. package/build/LICENSE +201 -0
  2. package/build/README.md +3 -0
  3. package/build/augment.js +2 -0
  4. package/build/bundle.js +2 -0
  5. package/build/cjs/augment.d.ts +2 -0
  6. package/build/cjs/augment.js +4 -0
  7. package/build/cjs/bundle.d.ts +2 -0
  8. package/build/cjs/bundle.js +6 -0
  9. package/build/cjs/index.js +5 -0
  10. package/build/cjs/lookup/assetHubDicle.js +1164 -0
  11. package/build/cjs/lookup/assetHubPezkuwi.js +2979 -0
  12. package/build/cjs/lookup/bizinikiwi.js +9673 -0
  13. package/build/cjs/lookup/definitions.js +15 -0
  14. package/build/cjs/lookup/dicle.js +738 -0
  15. package/build/cjs/lookup/index.js +5 -0
  16. package/build/cjs/lookup/pezkuwi.js +4768 -0
  17. package/build/cjs/lookup/types-assetHubDicle.js +4 -0
  18. package/build/cjs/lookup/types-assetHubPezkuwi.js +4 -0
  19. package/build/cjs/lookup/types-bizinikiwi.js +4 -0
  20. package/build/cjs/lookup/types-dicle.js +4 -0
  21. package/build/cjs/lookup/types-pezkuwi.js +4 -0
  22. package/build/cjs/lookup/types.js +7 -0
  23. package/build/cjs/packageInfo.js +4 -0
  24. package/build/cjs/registry/assetHubDicle.js +4 -0
  25. package/build/cjs/registry/assetHubPezkuwi.js +4 -0
  26. package/build/cjs/registry/bizinikiwi.js +4 -0
  27. package/build/cjs/registry/dicle.js +4 -0
  28. package/build/cjs/registry/index.js +3 -0
  29. package/build/cjs/registry/interfaces.js +4 -0
  30. package/build/cjs/registry/pezkuwi.js +4 -0
  31. package/build/index.d.ts +2 -0
  32. package/build/index.js +2 -0
  33. package/build/lookup/assetHubDicle.d.ts +1161 -0
  34. package/build/lookup/assetHubDicle.js +1162 -0
  35. package/build/lookup/assetHubPezkuwi.d.ts +2976 -0
  36. package/build/lookup/assetHubPezkuwi.js +2977 -0
  37. package/build/lookup/bizinikiwi.d.ts +9670 -0
  38. package/build/lookup/bizinikiwi.js +9671 -0
  39. package/build/lookup/definitions.d.ts +3 -0
  40. package/build/lookup/definitions.js +12 -0
  41. package/build/lookup/dicle.d.ts +735 -0
  42. package/build/lookup/dicle.js +736 -0
  43. package/build/lookup/index.d.ts +1 -0
  44. package/build/lookup/index.js +2 -0
  45. package/build/lookup/pezkuwi.d.ts +4765 -0
  46. package/build/lookup/pezkuwi.js +4766 -0
  47. package/build/lookup/types-assetHubDicle.d.ts +684 -0
  48. package/build/lookup/types-assetHubDicle.js +2 -0
  49. package/build/lookup/types-assetHubPezkuwi.d.ts +2511 -0
  50. package/build/lookup/types-assetHubPezkuwi.js +2 -0
  51. package/build/lookup/types-bizinikiwi.d.ts +9980 -0
  52. package/build/lookup/types-bizinikiwi.js +2 -0
  53. package/build/lookup/types-dicle.d.ts +364 -0
  54. package/build/lookup/types-dicle.js +2 -0
  55. package/build/lookup/types-pezkuwi.d.ts +4463 -0
  56. package/build/lookup/types-pezkuwi.js +2 -0
  57. package/build/lookup/types.d.ts +5 -0
  58. package/build/lookup/types.js +5 -0
  59. package/build/package.json +403 -0
  60. package/build/packageDetect.d.ts +1 -0
  61. package/build/packageDetect.js +5 -0
  62. package/build/packageInfo.d.ts +6 -0
  63. package/build/packageInfo.js +1 -0
  64. package/build/registry/assetHubDicle.d.ts +81 -0
  65. package/build/registry/assetHubDicle.js +2 -0
  66. package/build/registry/assetHubPezkuwi.d.ts +200 -0
  67. package/build/registry/assetHubPezkuwi.js +2 -0
  68. package/build/registry/bizinikiwi.d.ts +625 -0
  69. package/build/registry/bizinikiwi.js +2 -0
  70. package/build/registry/dicle.d.ts +35 -0
  71. package/build/registry/dicle.js +2 -0
  72. package/build/registry/index.d.ts +1 -0
  73. package/build/registry/index.js +1 -0
  74. package/build/registry/interfaces.d.ts +1370 -0
  75. package/build/registry/interfaces.js +2 -0
  76. package/build/registry/pezkuwi.d.ts +279 -0
  77. package/build/registry/pezkuwi.js +2 -0
  78. package/build-deno/README.md +3 -0
  79. package/build-deno/augment.ts +3 -0
  80. package/build-deno/bundle.ts +4 -0
  81. package/build-deno/index.ts +4 -0
  82. package/build-deno/lookup/assetHubDicle.ts +1164 -0
  83. package/build-deno/lookup/assetHubPezkuwi.ts +2979 -0
  84. package/build-deno/lookup/bizinikiwi.ts +9675 -0
  85. package/build-deno/lookup/definitions.ts +17 -0
  86. package/build-deno/lookup/dicle.ts +738 -0
  87. package/build-deno/lookup/index.ts +3 -0
  88. package/build-deno/lookup/pezkuwi.ts +4770 -0
  89. package/build-deno/lookup/types-assetHubDicle.ts +761 -0
  90. package/build-deno/lookup/types-assetHubPezkuwi.ts +2707 -0
  91. package/build-deno/lookup/types-bizinikiwi.ts +10588 -0
  92. package/build-deno/lookup/types-dicle.ts +396 -0
  93. package/build-deno/lookup/types-pezkuwi.ts +4721 -0
  94. package/build-deno/lookup/types.ts +6 -0
  95. package/build-deno/mod.ts +2 -0
  96. package/build-deno/packageDetect.ts +9 -0
  97. package/build-deno/packageInfo.ts +3 -0
  98. package/build-deno/registry/assetHubDicle.ts +85 -0
  99. package/build-deno/registry/assetHubPezkuwi.ts +204 -0
  100. package/build-deno/registry/bizinikiwi.ts +629 -0
  101. package/build-deno/registry/dicle.ts +39 -0
  102. package/build-deno/registry/index.ts +2 -0
  103. package/build-deno/registry/interfaces.ts +1376 -0
  104. package/build-deno/registry/pezkuwi.ts +285 -0
  105. package/build-tsc-cjs/packageDetect.js +7 -0
  106. package/{cjs → build-tsc-cjs}/packageInfo.js +1 -1
  107. package/{packageInfo.js → build-tsc-esm/packageInfo.js} +1 -1
  108. package/package.json +11 -11
  109. package/src/augment.ts +5 -0
  110. package/src/bundle.ts +6 -0
  111. package/src/index.ts +6 -0
  112. package/src/lookup/assetHubDicle.ts +1165 -0
  113. package/src/lookup/assetHubPezkuwi.ts +2980 -0
  114. package/src/lookup/bizinikiwi.ts +9674 -0
  115. package/src/lookup/definitions.ts +19 -0
  116. package/src/lookup/dicle.ts +739 -0
  117. package/src/lookup/index.ts +4 -0
  118. package/src/lookup/pezkuwi.ts +4769 -0
  119. package/src/lookup/types-assetHubDicle.ts +764 -0
  120. package/src/lookup/types-assetHubPezkuwi.ts +2710 -0
  121. package/src/lookup/types-bizinikiwi.ts +10589 -0
  122. package/src/lookup/types-dicle.ts +399 -0
  123. package/src/lookup/types-pezkuwi.ts +4722 -0
  124. package/src/lookup/types.ts +8 -0
  125. package/src/mod.ts +4 -0
  126. package/src/packageDetect.ts +13 -0
  127. package/src/packageInfo.ts +6 -0
  128. package/src/registry/assetHubDicle.ts +88 -0
  129. package/src/registry/assetHubPezkuwi.ts +207 -0
  130. package/src/registry/bizinikiwi.ts +632 -0
  131. package/src/registry/dicle.ts +42 -0
  132. package/src/registry/index.ts +4 -0
  133. package/src/registry/interfaces.ts +1377 -0
  134. package/src/registry/pezkuwi.ts +286 -0
  135. package/tsconfig.build.json +15 -0
  136. package/tsconfig.build.tsbuildinfo +1 -0
  137. /package/{cjs → build}/augment.d.ts +0 -0
  138. /package/{cjs → build}/bundle.d.ts +0 -0
  139. /package/{index.d.ts → build/cjs/index.d.ts} +0 -0
  140. /package/{lookup → build/cjs/lookup}/assetHubDicle.d.ts +0 -0
  141. /package/{lookup → build/cjs/lookup}/assetHubPezkuwi.d.ts +0 -0
  142. /package/{lookup → build/cjs/lookup}/bizinikiwi.d.ts +0 -0
  143. /package/{lookup → build/cjs/lookup}/definitions.d.ts +0 -0
  144. /package/{lookup → build/cjs/lookup}/dicle.d.ts +0 -0
  145. /package/{lookup → build/cjs/lookup}/index.d.ts +0 -0
  146. /package/{lookup → build/cjs/lookup}/pezkuwi.d.ts +0 -0
  147. /package/{lookup → build/cjs/lookup}/types-assetHubDicle.d.ts +0 -0
  148. /package/{lookup → build/cjs/lookup}/types-assetHubPezkuwi.d.ts +0 -0
  149. /package/{lookup → build/cjs/lookup}/types-bizinikiwi.d.ts +0 -0
  150. /package/{lookup → build/cjs/lookup}/types-dicle.d.ts +0 -0
  151. /package/{lookup → build/cjs/lookup}/types-pezkuwi.d.ts +0 -0
  152. /package/{lookup → build/cjs/lookup}/types.d.ts +0 -0
  153. /package/{cjs → build/cjs}/package.json +0 -0
  154. /package/{packageDetect.d.ts → build/cjs/packageDetect.d.ts} +0 -0
  155. /package/{cjs → build/cjs}/packageDetect.js +0 -0
  156. /package/{packageInfo.d.ts → build/cjs/packageInfo.d.ts} +0 -0
  157. /package/{registry → build/cjs/registry}/assetHubDicle.d.ts +0 -0
  158. /package/{registry → build/cjs/registry}/assetHubPezkuwi.d.ts +0 -0
  159. /package/{registry → build/cjs/registry}/bizinikiwi.d.ts +0 -0
  160. /package/{registry → build/cjs/registry}/dicle.d.ts +0 -0
  161. /package/{registry → build/cjs/registry}/index.d.ts +0 -0
  162. /package/{registry → build/cjs/registry}/interfaces.d.ts +0 -0
  163. /package/{registry → build/cjs/registry}/pezkuwi.d.ts +0 -0
  164. /package/{augment.d.ts → build-tsc/augment.d.ts} +0 -0
  165. /package/{bundle.d.ts → build-tsc/bundle.d.ts} +0 -0
  166. /package/{cjs → build-tsc}/index.d.ts +0 -0
  167. /package/{cjs → build-tsc}/lookup/assetHubDicle.d.ts +0 -0
  168. /package/{cjs → build-tsc}/lookup/assetHubPezkuwi.d.ts +0 -0
  169. /package/{cjs → build-tsc}/lookup/bizinikiwi.d.ts +0 -0
  170. /package/{cjs → build-tsc}/lookup/definitions.d.ts +0 -0
  171. /package/{cjs → build-tsc}/lookup/dicle.d.ts +0 -0
  172. /package/{cjs → build-tsc}/lookup/index.d.ts +0 -0
  173. /package/{cjs → build-tsc}/lookup/pezkuwi.d.ts +0 -0
  174. /package/{cjs → build-tsc}/lookup/types-assetHubDicle.d.ts +0 -0
  175. /package/{cjs → build-tsc}/lookup/types-assetHubPezkuwi.d.ts +0 -0
  176. /package/{cjs → build-tsc}/lookup/types-bizinikiwi.d.ts +0 -0
  177. /package/{cjs → build-tsc}/lookup/types-dicle.d.ts +0 -0
  178. /package/{cjs → build-tsc}/lookup/types-pezkuwi.d.ts +0 -0
  179. /package/{cjs → build-tsc}/lookup/types.d.ts +0 -0
  180. /package/{cjs → build-tsc}/packageDetect.d.ts +0 -0
  181. /package/{cjs → build-tsc}/packageInfo.d.ts +0 -0
  182. /package/{cjs → build-tsc}/registry/assetHubDicle.d.ts +0 -0
  183. /package/{cjs → build-tsc}/registry/assetHubPezkuwi.d.ts +0 -0
  184. /package/{cjs → build-tsc}/registry/bizinikiwi.d.ts +0 -0
  185. /package/{cjs → build-tsc}/registry/dicle.d.ts +0 -0
  186. /package/{cjs → build-tsc}/registry/index.d.ts +0 -0
  187. /package/{cjs → build-tsc}/registry/interfaces.d.ts +0 -0
  188. /package/{cjs → build-tsc}/registry/pezkuwi.d.ts +0 -0
  189. /package/{cjs → build-tsc-cjs}/augment.js +0 -0
  190. /package/{cjs → build-tsc-cjs}/bundle.js +0 -0
  191. /package/{cjs → build-tsc-cjs}/index.js +0 -0
  192. /package/{cjs → build-tsc-cjs}/lookup/assetHubDicle.js +0 -0
  193. /package/{cjs → build-tsc-cjs}/lookup/assetHubPezkuwi.js +0 -0
  194. /package/{cjs → build-tsc-cjs}/lookup/bizinikiwi.js +0 -0
  195. /package/{cjs → build-tsc-cjs}/lookup/definitions.js +0 -0
  196. /package/{cjs → build-tsc-cjs}/lookup/dicle.js +0 -0
  197. /package/{cjs → build-tsc-cjs}/lookup/index.js +0 -0
  198. /package/{cjs → build-tsc-cjs}/lookup/pezkuwi.js +0 -0
  199. /package/{cjs → build-tsc-cjs}/lookup/types-assetHubDicle.js +0 -0
  200. /package/{cjs → build-tsc-cjs}/lookup/types-assetHubPezkuwi.js +0 -0
  201. /package/{cjs → build-tsc-cjs}/lookup/types-bizinikiwi.js +0 -0
  202. /package/{cjs → build-tsc-cjs}/lookup/types-dicle.js +0 -0
  203. /package/{cjs → build-tsc-cjs}/lookup/types-pezkuwi.js +0 -0
  204. /package/{cjs → build-tsc-cjs}/lookup/types.js +0 -0
  205. /package/{cjs → build-tsc-cjs}/registry/assetHubDicle.js +0 -0
  206. /package/{cjs → build-tsc-cjs}/registry/assetHubPezkuwi.js +0 -0
  207. /package/{cjs → build-tsc-cjs}/registry/bizinikiwi.js +0 -0
  208. /package/{cjs → build-tsc-cjs}/registry/dicle.js +0 -0
  209. /package/{cjs → build-tsc-cjs}/registry/index.js +0 -0
  210. /package/{cjs → build-tsc-cjs}/registry/interfaces.js +0 -0
  211. /package/{cjs → build-tsc-cjs}/registry/pezkuwi.js +0 -0
  212. /package/{augment.js → build-tsc-esm/augment.js} +0 -0
  213. /package/{bundle.js → build-tsc-esm/bundle.js} +0 -0
  214. /package/{index.js → build-tsc-esm/index.js} +0 -0
  215. /package/{lookup → build-tsc-esm/lookup}/assetHubDicle.js +0 -0
  216. /package/{lookup → build-tsc-esm/lookup}/assetHubPezkuwi.js +0 -0
  217. /package/{lookup → build-tsc-esm/lookup}/bizinikiwi.js +0 -0
  218. /package/{lookup → build-tsc-esm/lookup}/definitions.js +0 -0
  219. /package/{lookup → build-tsc-esm/lookup}/dicle.js +0 -0
  220. /package/{lookup → build-tsc-esm/lookup}/index.js +0 -0
  221. /package/{lookup → build-tsc-esm/lookup}/pezkuwi.js +0 -0
  222. /package/{lookup → build-tsc-esm/lookup}/types-assetHubDicle.js +0 -0
  223. /package/{lookup → build-tsc-esm/lookup}/types-assetHubPezkuwi.js +0 -0
  224. /package/{lookup → build-tsc-esm/lookup}/types-bizinikiwi.js +0 -0
  225. /package/{lookup → build-tsc-esm/lookup}/types-dicle.js +0 -0
  226. /package/{lookup → build-tsc-esm/lookup}/types-pezkuwi.js +0 -0
  227. /package/{lookup → build-tsc-esm/lookup}/types.js +0 -0
  228. /package/{packageDetect.js → build-tsc-esm/packageDetect.js} +0 -0
  229. /package/{registry → build-tsc-esm/registry}/assetHubDicle.js +0 -0
  230. /package/{registry → build-tsc-esm/registry}/assetHubPezkuwi.js +0 -0
  231. /package/{registry → build-tsc-esm/registry}/bizinikiwi.js +0 -0
  232. /package/{registry → build-tsc-esm/registry}/dicle.js +0 -0
  233. /package/{registry → build-tsc-esm/registry}/index.js +0 -0
  234. /package/{registry → build-tsc-esm/registry}/interfaces.js +0 -0
  235. /package/{registry → build-tsc-esm/registry}/pezkuwi.js +0 -0
@@ -0,0 +1,4770 @@
1
+ import { Buffer } from 'node:buffer';
2
+
3
+ /* eslint-disable */
4
+
5
+ /* eslint-disable sort-keys */
6
+
7
+ export default {
8
+ /**
9
+ * Lookup41: pallet_balances::pallet::UnexpectedKind
10
+ **/
11
+ PezpalletBalancesUnexpectedKind: {
12
+ _enum: ['BalanceUpdated', 'FailedToMutateAccount']
13
+ },
14
+ /**
15
+ * Lookup52: pallet_session::historical::pallet::Event<T>
16
+ **/
17
+ PezpalletSessionHistoricalPezpalletEvent: {
18
+ _enum: {
19
+ RootStored: {
20
+ index: 'u32',
21
+ },
22
+ RootsPruned: {
23
+ upTo: 'u32'
24
+ }
25
+ }
26
+ },
27
+ /**
28
+ * Lookup59: polkadot_runtime_common::impls::VersionedLocatableAsset
29
+ **/
30
+ PezkuwiRuntimeCommonImplsVersionedLocatableAsset: {
31
+ _enum: {
32
+ __Unused0: 'Null',
33
+ __Unused1: 'Null',
34
+ __Unused2: 'Null',
35
+ V3: {
36
+ location: 'StagingXcmV3MultiLocation',
37
+ assetId: 'XcmV3MultiassetAssetId',
38
+ },
39
+ V4: {
40
+ location: 'StagingXcmV4Location',
41
+ assetId: 'StagingXcmV4AssetAssetId',
42
+ },
43
+ V5: {
44
+ location: 'StagingXcmV5Location',
45
+ assetId: 'StagingXcmV5AssetAssetId'
46
+ }
47
+ }
48
+ },
49
+ /**
50
+ * Lookup60: staging_xcm::v3::multilocation::MultiLocation
51
+ **/
52
+ StagingXcmV3MultiLocation: {
53
+ parents: 'u8',
54
+ interior: 'XcmV3Junctions'
55
+ },
56
+ /**
57
+ * Lookup61: xcm::v3::junctions::Junctions
58
+ **/
59
+ XcmV3Junctions: {
60
+ _enum: {
61
+ Here: 'Null',
62
+ X1: 'XcmV3Junction',
63
+ X2: '(XcmV3Junction,XcmV3Junction)',
64
+ X3: '(XcmV3Junction,XcmV3Junction,XcmV3Junction)',
65
+ X4: '(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)',
66
+ X5: '(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)',
67
+ X6: '(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)',
68
+ X7: '(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)',
69
+ X8: '(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)'
70
+ }
71
+ },
72
+ /**
73
+ * Lookup62: xcm::v3::junction::Junction
74
+ **/
75
+ XcmV3Junction: {
76
+ _enum: {
77
+ Parachain: 'Compact<u32>',
78
+ AccountId32: {
79
+ network: 'Option<XcmV3JunctionNetworkId>',
80
+ id: '[u8;32]',
81
+ },
82
+ AccountIndex64: {
83
+ network: 'Option<XcmV3JunctionNetworkId>',
84
+ index: 'Compact<u64>',
85
+ },
86
+ AccountKey20: {
87
+ network: 'Option<XcmV3JunctionNetworkId>',
88
+ key: '[u8;20]',
89
+ },
90
+ PalletInstance: 'u8',
91
+ GeneralIndex: 'Compact<u128>',
92
+ GeneralKey: {
93
+ length: 'u8',
94
+ data: '[u8;32]',
95
+ },
96
+ OnlyChild: 'Null',
97
+ Plurality: {
98
+ id: 'XcmV3JunctionBodyId',
99
+ part: 'XcmV3JunctionBodyPart',
100
+ },
101
+ GlobalConsensus: 'XcmV3JunctionNetworkId'
102
+ }
103
+ },
104
+ /**
105
+ * Lookup65: xcm::v3::junction::NetworkId
106
+ **/
107
+ XcmV3JunctionNetworkId: {
108
+ _enum: {
109
+ ByGenesis: '[u8;32]',
110
+ ByFork: {
111
+ blockNumber: 'u64',
112
+ blockHash: '[u8;32]',
113
+ },
114
+ Polkadot: 'Null',
115
+ Kusama: 'Null',
116
+ Westend: 'Null',
117
+ Rococo: 'Null',
118
+ Wococo: 'Null',
119
+ Ethereum: {
120
+ chainId: 'Compact<u64>',
121
+ },
122
+ BitcoinCore: 'Null',
123
+ BitcoinCash: 'Null',
124
+ PolkadotBulletin: 'Null'
125
+ }
126
+ },
127
+ /**
128
+ * Lookup68: xcm::v3::junction::BodyId
129
+ **/
130
+ XcmV3JunctionBodyId: {
131
+ _enum: {
132
+ Unit: 'Null',
133
+ Moniker: '[u8;4]',
134
+ Index: 'Compact<u32>',
135
+ Executive: 'Null',
136
+ Technical: 'Null',
137
+ Legislative: 'Null',
138
+ Judicial: 'Null',
139
+ Defense: 'Null',
140
+ Administration: 'Null',
141
+ Treasury: 'Null'
142
+ }
143
+ },
144
+ /**
145
+ * Lookup69: xcm::v3::junction::BodyPart
146
+ **/
147
+ XcmV3JunctionBodyPart: {
148
+ _enum: {
149
+ Voice: 'Null',
150
+ Members: {
151
+ count: 'Compact<u32>',
152
+ },
153
+ Fraction: {
154
+ nom: 'Compact<u32>',
155
+ denom: 'Compact<u32>',
156
+ },
157
+ AtLeastProportion: {
158
+ nom: 'Compact<u32>',
159
+ denom: 'Compact<u32>',
160
+ },
161
+ MoreThanProportion: {
162
+ nom: 'Compact<u32>',
163
+ denom: 'Compact<u32>'
164
+ }
165
+ }
166
+ },
167
+ /**
168
+ * Lookup70: xcm::v3::multiasset::AssetId
169
+ **/
170
+ XcmV3MultiassetAssetId: {
171
+ _enum: {
172
+ Concrete: 'StagingXcmV3MultiLocation',
173
+ Abstract: '[u8;32]'
174
+ }
175
+ },
176
+ /**
177
+ * Lookup71: staging_xcm::v4::location::Location
178
+ **/
179
+ StagingXcmV4Location: {
180
+ parents: 'u8',
181
+ interior: 'StagingXcmV4Junctions'
182
+ },
183
+ /**
184
+ * Lookup72: staging_xcm::v4::junctions::Junctions
185
+ **/
186
+ StagingXcmV4Junctions: {
187
+ _enum: {
188
+ Here: 'Null',
189
+ X1: '[Lookup74;1]',
190
+ X2: '[Lookup74;2]',
191
+ X3: '[Lookup74;3]',
192
+ X4: '[Lookup74;4]',
193
+ X5: '[Lookup74;5]',
194
+ X6: '[Lookup74;6]',
195
+ X7: '[Lookup74;7]',
196
+ X8: '[Lookup74;8]'
197
+ }
198
+ },
199
+ /**
200
+ * Lookup74: staging_xcm::v4::junction::Junction
201
+ **/
202
+ StagingXcmV4Junction: {
203
+ _enum: {
204
+ Parachain: 'Compact<u32>',
205
+ AccountId32: {
206
+ network: 'Option<StagingXcmV4JunctionNetworkId>',
207
+ id: '[u8;32]',
208
+ },
209
+ AccountIndex64: {
210
+ network: 'Option<StagingXcmV4JunctionNetworkId>',
211
+ index: 'Compact<u64>',
212
+ },
213
+ AccountKey20: {
214
+ network: 'Option<StagingXcmV4JunctionNetworkId>',
215
+ key: '[u8;20]',
216
+ },
217
+ PalletInstance: 'u8',
218
+ GeneralIndex: 'Compact<u128>',
219
+ GeneralKey: {
220
+ length: 'u8',
221
+ data: '[u8;32]',
222
+ },
223
+ OnlyChild: 'Null',
224
+ Plurality: {
225
+ id: 'XcmV3JunctionBodyId',
226
+ part: 'XcmV3JunctionBodyPart',
227
+ },
228
+ GlobalConsensus: 'StagingXcmV4JunctionNetworkId'
229
+ }
230
+ },
231
+ /**
232
+ * Lookup76: staging_xcm::v4::junction::NetworkId
233
+ **/
234
+ StagingXcmV4JunctionNetworkId: {
235
+ _enum: {
236
+ ByGenesis: '[u8;32]',
237
+ ByFork: {
238
+ blockNumber: 'u64',
239
+ blockHash: '[u8;32]',
240
+ },
241
+ Polkadot: 'Null',
242
+ Kusama: 'Null',
243
+ Westend: 'Null',
244
+ Rococo: 'Null',
245
+ Wococo: 'Null',
246
+ Ethereum: {
247
+ chainId: 'Compact<u64>',
248
+ },
249
+ BitcoinCore: 'Null',
250
+ BitcoinCash: 'Null',
251
+ PolkadotBulletin: 'Null'
252
+ }
253
+ },
254
+ /**
255
+ * Lookup84: staging_xcm::v4::asset::AssetId
256
+ **/
257
+ StagingXcmV4AssetAssetId: 'StagingXcmV4Location',
258
+ /**
259
+ * Lookup85: staging_xcm::v5::location::Location
260
+ **/
261
+ StagingXcmV5Location: {
262
+ parents: 'u8',
263
+ interior: 'StagingXcmV5Junctions'
264
+ },
265
+ /**
266
+ * Lookup86: staging_xcm::v5::junctions::Junctions
267
+ **/
268
+ StagingXcmV5Junctions: {
269
+ _enum: {
270
+ Here: 'Null',
271
+ X1: '[Lookup88;1]',
272
+ X2: '[Lookup88;2]',
273
+ X3: '[Lookup88;3]',
274
+ X4: '[Lookup88;4]',
275
+ X5: '[Lookup88;5]',
276
+ X6: '[Lookup88;6]',
277
+ X7: '[Lookup88;7]',
278
+ X8: '[Lookup88;8]'
279
+ }
280
+ },
281
+ /**
282
+ * Lookup88: staging_xcm::v5::junction::Junction
283
+ **/
284
+ StagingXcmV5Junction: {
285
+ _enum: {
286
+ Parachain: 'Compact<u32>',
287
+ AccountId32: {
288
+ network: 'Option<StagingXcmV5JunctionNetworkId>',
289
+ id: '[u8;32]',
290
+ },
291
+ AccountIndex64: {
292
+ network: 'Option<StagingXcmV5JunctionNetworkId>',
293
+ index: 'Compact<u64>',
294
+ },
295
+ AccountKey20: {
296
+ network: 'Option<StagingXcmV5JunctionNetworkId>',
297
+ key: '[u8;20]',
298
+ },
299
+ PalletInstance: 'u8',
300
+ GeneralIndex: 'Compact<u128>',
301
+ GeneralKey: {
302
+ length: 'u8',
303
+ data: '[u8;32]',
304
+ },
305
+ OnlyChild: 'Null',
306
+ Plurality: {
307
+ id: 'XcmV3JunctionBodyId',
308
+ part: 'XcmV3JunctionBodyPart',
309
+ },
310
+ GlobalConsensus: 'StagingXcmV5JunctionNetworkId'
311
+ }
312
+ },
313
+ /**
314
+ * Lookup90: staging_xcm::v5::junction::NetworkId
315
+ **/
316
+ StagingXcmV5JunctionNetworkId: {
317
+ _enum: {
318
+ ByGenesis: '[u8;32]',
319
+ ByFork: {
320
+ blockNumber: 'u64',
321
+ blockHash: '[u8;32]',
322
+ },
323
+ Polkadot: 'Null',
324
+ Kusama: 'Null',
325
+ __Unused4: 'Null',
326
+ __Unused5: 'Null',
327
+ __Unused6: 'Null',
328
+ Ethereum: {
329
+ chainId: 'Compact<u64>',
330
+ },
331
+ BitcoinCore: 'Null',
332
+ BitcoinCash: 'Null',
333
+ PolkadotBulletin: 'Null'
334
+ }
335
+ },
336
+ /**
337
+ * Lookup98: staging_xcm::v5::asset::AssetId
338
+ **/
339
+ StagingXcmV5AssetAssetId: 'StagingXcmV5Location',
340
+ /**
341
+ * Lookup99: xcm::VersionedLocation
342
+ **/
343
+ XcmVersionedLocation: {
344
+ _enum: {
345
+ __Unused0: 'Null',
346
+ __Unused1: 'Null',
347
+ __Unused2: 'Null',
348
+ V3: 'StagingXcmV3MultiLocation',
349
+ V4: 'StagingXcmV4Location',
350
+ V5: 'StagingXcmV5Location'
351
+ }
352
+ },
353
+ /**
354
+ * Lookup147: polkadot_runtime::SessionKeys
355
+ **/
356
+ PezkuwiRuntimeSessionKeys: {
357
+ grandpa: 'PezspConsensusGrandpaAppPublic',
358
+ babe: 'PezspConsensusBabeAppPublic',
359
+ paraValidator: 'PezkuwiPrimitivesV8ValidatorAppPublic',
360
+ paraAssignment: 'PezkuwiPrimitivesV8AssignmentAppPublic',
361
+ authorityDiscovery: 'PezspAuthorityDiscoveryAppPublic',
362
+ beefy: 'PezspConsensusBeefyEcdsaCryptoPublic'
363
+ },
364
+ /**
365
+ * Lookup148: polkadot_primitives::v8::validator_app::Public
366
+ **/
367
+ PezkuwiPrimitivesV8ValidatorAppPublic: '[u8;32]',
368
+ /**
369
+ * Lookup149: polkadot_primitives::v8::assignment_app::Public
370
+ **/
371
+ PezkuwiPrimitivesV8AssignmentAppPublic: '[u8;32]',
372
+ /**
373
+ * Lookup169: polkadot_runtime::OriginCaller
374
+ **/
375
+ PezkuwiRuntimeOriginCaller: {
376
+ _enum: {
377
+ system: 'PezframeSupportDispatchRawOrigin',
378
+ __Unused1: 'Null',
379
+ __Unused2: 'Null',
380
+ __Unused3: 'Null',
381
+ __Unused4: 'Null',
382
+ __Unused5: 'Null',
383
+ __Unused6: 'Null',
384
+ __Unused7: 'Null',
385
+ __Unused8: 'Null',
386
+ __Unused9: 'Null',
387
+ __Unused10: 'Null',
388
+ __Unused11: 'Null',
389
+ __Unused12: 'Null',
390
+ __Unused13: 'Null',
391
+ __Unused14: 'Null',
392
+ __Unused15: 'Null',
393
+ __Unused16: 'Null',
394
+ __Unused17: 'Null',
395
+ __Unused18: 'Null',
396
+ __Unused19: 'Null',
397
+ __Unused20: 'Null',
398
+ __Unused21: 'Null',
399
+ Origins: 'PezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin',
400
+ __Unused23: 'Null',
401
+ __Unused24: 'Null',
402
+ __Unused25: 'Null',
403
+ __Unused26: 'Null',
404
+ __Unused27: 'Null',
405
+ __Unused28: 'Null',
406
+ __Unused29: 'Null',
407
+ __Unused30: 'Null',
408
+ __Unused31: 'Null',
409
+ __Unused32: 'Null',
410
+ __Unused33: 'Null',
411
+ __Unused34: 'Null',
412
+ __Unused35: 'Null',
413
+ __Unused36: 'Null',
414
+ __Unused37: 'Null',
415
+ __Unused38: 'Null',
416
+ __Unused39: 'Null',
417
+ __Unused40: 'Null',
418
+ __Unused41: 'Null',
419
+ __Unused42: 'Null',
420
+ __Unused43: 'Null',
421
+ __Unused44: 'Null',
422
+ __Unused45: 'Null',
423
+ __Unused46: 'Null',
424
+ __Unused47: 'Null',
425
+ __Unused48: 'Null',
426
+ __Unused49: 'Null',
427
+ ParachainsOrigin: 'PezkuwiRuntimeTeyrchainsOriginPezpalletOrigin',
428
+ __Unused51: 'Null',
429
+ __Unused52: 'Null',
430
+ __Unused53: 'Null',
431
+ __Unused54: 'Null',
432
+ __Unused55: 'Null',
433
+ __Unused56: 'Null',
434
+ __Unused57: 'Null',
435
+ __Unused58: 'Null',
436
+ __Unused59: 'Null',
437
+ __Unused60: 'Null',
438
+ __Unused61: 'Null',
439
+ __Unused62: 'Null',
440
+ __Unused63: 'Null',
441
+ __Unused64: 'Null',
442
+ __Unused65: 'Null',
443
+ __Unused66: 'Null',
444
+ __Unused67: 'Null',
445
+ __Unused68: 'Null',
446
+ __Unused69: 'Null',
447
+ __Unused70: 'Null',
448
+ __Unused71: 'Null',
449
+ __Unused72: 'Null',
450
+ __Unused73: 'Null',
451
+ __Unused74: 'Null',
452
+ __Unused75: 'Null',
453
+ __Unused76: 'Null',
454
+ __Unused77: 'Null',
455
+ __Unused78: 'Null',
456
+ __Unused79: 'Null',
457
+ __Unused80: 'Null',
458
+ __Unused81: 'Null',
459
+ __Unused82: 'Null',
460
+ __Unused83: 'Null',
461
+ __Unused84: 'Null',
462
+ __Unused85: 'Null',
463
+ __Unused86: 'Null',
464
+ __Unused87: 'Null',
465
+ __Unused88: 'Null',
466
+ __Unused89: 'Null',
467
+ __Unused90: 'Null',
468
+ __Unused91: 'Null',
469
+ __Unused92: 'Null',
470
+ __Unused93: 'Null',
471
+ __Unused94: 'Null',
472
+ __Unused95: 'Null',
473
+ __Unused96: 'Null',
474
+ __Unused97: 'Null',
475
+ __Unused98: 'Null',
476
+ XcmPallet: 'PezpalletXcmOrigin'
477
+ }
478
+ },
479
+ /**
480
+ * Lookup171: polkadot_runtime::governance::origins::pallet_custom_origins::Origin
481
+ **/
482
+ PezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin: {
483
+ _enum: ['StakingAdmin', 'Treasurer', 'FellowshipAdmin', 'GeneralAdmin', 'AuctionAdmin', 'LeaseAdmin', 'ReferendumCanceller', 'ReferendumKiller', 'SmallTipper', 'BigTipper', 'SmallSpender', 'MediumSpender', 'BigSpender', 'WhitelistedCaller', 'WishForChange']
484
+ },
485
+ /**
486
+ * Lookup172: polkadot_runtime_parachains::origin::pallet::Origin
487
+ **/
488
+ PezkuwiRuntimeTeyrchainsOriginPezpalletOrigin: {
489
+ _enum: {
490
+ Parachain: 'u32'
491
+ }
492
+ },
493
+ /**
494
+ * Lookup174: pallet_xcm::pallet::Origin
495
+ **/
496
+ PezpalletXcmOrigin: {
497
+ _enum: {
498
+ Xcm: 'StagingXcmV5Location',
499
+ Response: 'StagingXcmV5Location'
500
+ }
501
+ },
502
+ /**
503
+ * Lookup178: polkadot_runtime_common::claims::pallet::Call<T>
504
+ **/
505
+ PezkuwiRuntimeCommonClaimsPezpalletCall: {
506
+ _enum: {
507
+ claim: {
508
+ dest: 'AccountId32',
509
+ ethereumSignature: 'PezkuwiRuntimeCommonClaimsEcdsaSignature',
510
+ },
511
+ mint_claim: {
512
+ who: 'PezkuwiRuntimeCommonClaimsEthereumAddress',
513
+ value: 'u128',
514
+ vestingSchedule: 'Option<(u128,u128,u32)>',
515
+ statement: 'Option<PezkuwiRuntimeCommonClaimsStatementKind>',
516
+ },
517
+ claim_attest: {
518
+ dest: 'AccountId32',
519
+ ethereumSignature: 'PezkuwiRuntimeCommonClaimsEcdsaSignature',
520
+ statement: 'Bytes',
521
+ },
522
+ attest: {
523
+ statement: 'Bytes',
524
+ },
525
+ move_claim: {
526
+ _alias: {
527
+ new_: 'new',
528
+ },
529
+ old: 'PezkuwiRuntimeCommonClaimsEthereumAddress',
530
+ new_: 'PezkuwiRuntimeCommonClaimsEthereumAddress',
531
+ maybePreclaim: 'Option<AccountId32>'
532
+ }
533
+ }
534
+ },
535
+ /**
536
+ * Lookup179: polkadot_runtime_common::claims::EcdsaSignature
537
+ **/
538
+ PezkuwiRuntimeCommonClaimsEcdsaSignature: '[u8;65]',
539
+ /**
540
+ * Lookup181: polkadot_runtime_common::claims::EthereumAddress
541
+ **/
542
+ PezkuwiRuntimeCommonClaimsEthereumAddress: '[u8;20]',
543
+ /**
544
+ * Lookup185: polkadot_runtime_common::claims::StatementKind
545
+ **/
546
+ PezkuwiRuntimeCommonClaimsStatementKind: {
547
+ _enum: ['Regular', 'Saft']
548
+ },
549
+ /**
550
+ * Lookup192: polkadot_runtime_constants::proxy::ProxyType
551
+ **/
552
+ PezkuwiRuntimeConstantsProxyProxyType: {
553
+ _enum: ['Any', 'NonTransfer', 'Governance', 'Staking', '__Unused4', '__Unused5', 'CancelProxy', 'Auction', 'NominationPools', 'ParaRegistration']
554
+ },
555
+ /**
556
+ * Lookup200: polkadot_runtime::NposCompactSolution16
557
+ **/
558
+ PezkuwiRuntimeNposCompactSolution16: {
559
+ votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
560
+ votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<PerU16>),Compact<u16>)>',
561
+ votes3: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);2],Compact<u16>)>',
562
+ votes4: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);3],Compact<u16>)>',
563
+ votes5: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);4],Compact<u16>)>',
564
+ votes6: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);5],Compact<u16>)>',
565
+ votes7: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);6],Compact<u16>)>',
566
+ votes8: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);7],Compact<u16>)>',
567
+ votes9: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);8],Compact<u16>)>',
568
+ votes10: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);9],Compact<u16>)>',
569
+ votes11: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);10],Compact<u16>)>',
570
+ votes12: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);11],Compact<u16>)>',
571
+ votes13: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);12],Compact<u16>)>',
572
+ votes14: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);13],Compact<u16>)>',
573
+ votes15: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);14],Compact<u16>)>',
574
+ votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>'
575
+ },
576
+ /**
577
+ * Lookup274: pallet_staking_async_ah_client::pallet::Call<T>
578
+ **/
579
+ PezpalletStakingAsyncAhClientCall: {
580
+ _enum: {
581
+ validator_set: {
582
+ report: 'PezpalletStakingAsyncRcClientValidatorSetReport',
583
+ },
584
+ set_mode: {
585
+ mode: 'PezpalletStakingAsyncAhClientOperatingMode',
586
+ },
587
+ force_on_migration_end: 'Null'
588
+ }
589
+ },
590
+ /**
591
+ * Lookup275: pallet_staking_async_rc_client::ValidatorSetReport<sp_core::crypto::AccountId32>
592
+ **/
593
+ PezpalletStakingAsyncRcClientValidatorSetReport: {
594
+ newValidatorSet: 'Vec<AccountId32>',
595
+ id: 'u32',
596
+ pruneUpTo: 'Option<u32>',
597
+ leftover: 'bool'
598
+ },
599
+ /**
600
+ * Lookup276: pallet_staking_async_ah_client::OperatingMode
601
+ **/
602
+ PezpalletStakingAsyncAhClientOperatingMode: {
603
+ _enum: ['Passive', 'Buffered', 'Active']
604
+ },
605
+ /**
606
+ * Lookup277: polkadot_runtime_parachains::configuration::pallet::Call<T>
607
+ **/
608
+ PezkuwiRuntimeTeyrchainsConfigurationPezpalletCall: {
609
+ _enum: {
610
+ set_validation_upgrade_cooldown: {
611
+ _alias: {
612
+ new_: 'new',
613
+ },
614
+ new_: 'u32',
615
+ },
616
+ set_validation_upgrade_delay: {
617
+ _alias: {
618
+ new_: 'new',
619
+ },
620
+ new_: 'u32',
621
+ },
622
+ set_code_retention_period: {
623
+ _alias: {
624
+ new_: 'new',
625
+ },
626
+ new_: 'u32',
627
+ },
628
+ set_max_code_size: {
629
+ _alias: {
630
+ new_: 'new',
631
+ },
632
+ new_: 'u32',
633
+ },
634
+ set_max_pov_size: {
635
+ _alias: {
636
+ new_: 'new',
637
+ },
638
+ new_: 'u32',
639
+ },
640
+ set_max_head_data_size: {
641
+ _alias: {
642
+ new_: 'new',
643
+ },
644
+ new_: 'u32',
645
+ },
646
+ set_coretime_cores: {
647
+ _alias: {
648
+ new_: 'new',
649
+ },
650
+ new_: 'u32',
651
+ },
652
+ __Unused7: 'Null',
653
+ set_group_rotation_frequency: {
654
+ _alias: {
655
+ new_: 'new',
656
+ },
657
+ new_: 'u32',
658
+ },
659
+ set_paras_availability_period: {
660
+ _alias: {
661
+ new_: 'new',
662
+ },
663
+ new_: 'u32',
664
+ },
665
+ __Unused10: 'Null',
666
+ set_scheduling_lookahead: {
667
+ _alias: {
668
+ new_: 'new',
669
+ },
670
+ new_: 'u32',
671
+ },
672
+ set_max_validators_per_core: {
673
+ _alias: {
674
+ new_: 'new',
675
+ },
676
+ new_: 'Option<u32>',
677
+ },
678
+ set_max_validators: {
679
+ _alias: {
680
+ new_: 'new',
681
+ },
682
+ new_: 'Option<u32>',
683
+ },
684
+ set_dispute_period: {
685
+ _alias: {
686
+ new_: 'new',
687
+ },
688
+ new_: 'u32',
689
+ },
690
+ set_dispute_post_conclusion_acceptance_period: {
691
+ _alias: {
692
+ new_: 'new',
693
+ },
694
+ new_: 'u32',
695
+ },
696
+ __Unused16: 'Null',
697
+ __Unused17: 'Null',
698
+ set_no_show_slots: {
699
+ _alias: {
700
+ new_: 'new',
701
+ },
702
+ new_: 'u32',
703
+ },
704
+ set_n_delay_tranches: {
705
+ _alias: {
706
+ new_: 'new',
707
+ },
708
+ new_: 'u32',
709
+ },
710
+ set_zeroth_delay_tranche_width: {
711
+ _alias: {
712
+ new_: 'new',
713
+ },
714
+ new_: 'u32',
715
+ },
716
+ set_needed_approvals: {
717
+ _alias: {
718
+ new_: 'new',
719
+ },
720
+ new_: 'u32',
721
+ },
722
+ set_relay_vrf_modulo_samples: {
723
+ _alias: {
724
+ new_: 'new',
725
+ },
726
+ new_: 'u32',
727
+ },
728
+ set_max_upward_queue_count: {
729
+ _alias: {
730
+ new_: 'new',
731
+ },
732
+ new_: 'u32',
733
+ },
734
+ set_max_upward_queue_size: {
735
+ _alias: {
736
+ new_: 'new',
737
+ },
738
+ new_: 'u32',
739
+ },
740
+ set_max_downward_message_size: {
741
+ _alias: {
742
+ new_: 'new',
743
+ },
744
+ new_: 'u32',
745
+ },
746
+ __Unused26: 'Null',
747
+ set_max_upward_message_size: {
748
+ _alias: {
749
+ new_: 'new',
750
+ },
751
+ new_: 'u32',
752
+ },
753
+ set_max_upward_message_num_per_candidate: {
754
+ _alias: {
755
+ new_: 'new',
756
+ },
757
+ new_: 'u32',
758
+ },
759
+ set_hrmp_open_request_ttl: {
760
+ _alias: {
761
+ new_: 'new',
762
+ },
763
+ new_: 'u32',
764
+ },
765
+ set_hrmp_sender_deposit: {
766
+ _alias: {
767
+ new_: 'new',
768
+ },
769
+ new_: 'u128',
770
+ },
771
+ set_hrmp_recipient_deposit: {
772
+ _alias: {
773
+ new_: 'new',
774
+ },
775
+ new_: 'u128',
776
+ },
777
+ set_hrmp_channel_max_capacity: {
778
+ _alias: {
779
+ new_: 'new',
780
+ },
781
+ new_: 'u32',
782
+ },
783
+ set_hrmp_channel_max_total_size: {
784
+ _alias: {
785
+ new_: 'new',
786
+ },
787
+ new_: 'u32',
788
+ },
789
+ set_hrmp_max_parachain_inbound_channels: {
790
+ _alias: {
791
+ new_: 'new',
792
+ },
793
+ new_: 'u32',
794
+ },
795
+ __Unused35: 'Null',
796
+ set_hrmp_channel_max_message_size: {
797
+ _alias: {
798
+ new_: 'new',
799
+ },
800
+ new_: 'u32',
801
+ },
802
+ set_hrmp_max_parachain_outbound_channels: {
803
+ _alias: {
804
+ new_: 'new',
805
+ },
806
+ new_: 'u32',
807
+ },
808
+ __Unused38: 'Null',
809
+ set_hrmp_max_message_num_per_candidate: {
810
+ _alias: {
811
+ new_: 'new',
812
+ },
813
+ new_: 'u32',
814
+ },
815
+ __Unused40: 'Null',
816
+ __Unused41: 'Null',
817
+ set_pvf_voting_ttl: {
818
+ _alias: {
819
+ new_: 'new',
820
+ },
821
+ new_: 'u32',
822
+ },
823
+ set_minimum_validation_upgrade_delay: {
824
+ _alias: {
825
+ new_: 'new',
826
+ },
827
+ new_: 'u32',
828
+ },
829
+ set_bypass_consistency_check: {
830
+ _alias: {
831
+ new_: 'new',
832
+ },
833
+ new_: 'bool',
834
+ },
835
+ set_async_backing_params: {
836
+ _alias: {
837
+ new_: 'new',
838
+ },
839
+ new_: 'PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams',
840
+ },
841
+ set_executor_params: {
842
+ _alias: {
843
+ new_: 'new',
844
+ },
845
+ new_: 'PezkuwiPrimitivesV8ExecutorParams',
846
+ },
847
+ set_on_demand_base_fee: {
848
+ _alias: {
849
+ new_: 'new',
850
+ },
851
+ new_: 'u128',
852
+ },
853
+ set_on_demand_fee_variability: {
854
+ _alias: {
855
+ new_: 'new',
856
+ },
857
+ new_: 'Perbill',
858
+ },
859
+ set_on_demand_queue_max_size: {
860
+ _alias: {
861
+ new_: 'new',
862
+ },
863
+ new_: 'u32',
864
+ },
865
+ set_on_demand_target_queue_utilization: {
866
+ _alias: {
867
+ new_: 'new',
868
+ },
869
+ new_: 'Perbill',
870
+ },
871
+ __Unused51: 'Null',
872
+ set_minimum_backing_votes: {
873
+ _alias: {
874
+ new_: 'new',
875
+ },
876
+ new_: 'u32',
877
+ },
878
+ set_node_feature: {
879
+ index: 'u8',
880
+ value: 'bool',
881
+ },
882
+ set_approval_voting_params: {
883
+ _alias: {
884
+ new_: 'new',
885
+ },
886
+ new_: 'PezkuwiPrimitivesV8ApprovalVotingParams',
887
+ },
888
+ set_scheduler_params: {
889
+ _alias: {
890
+ new_: 'new',
891
+ },
892
+ new_: 'PezkuwiPrimitivesV8SchedulerParams'
893
+ }
894
+ }
895
+ },
896
+ /**
897
+ * Lookup278: polkadot_primitives::v8::async_backing::AsyncBackingParams
898
+ **/
899
+ PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams: {
900
+ maxCandidateDepth: 'u32',
901
+ allowedAncestryLen: 'u32'
902
+ },
903
+ /**
904
+ * Lookup279: polkadot_primitives::v8::executor_params::ExecutorParams
905
+ **/
906
+ PezkuwiPrimitivesV8ExecutorParams: 'Vec<PezkuwiPrimitivesV8ExecutorParamsExecutorParam>',
907
+ /**
908
+ * Lookup281: polkadot_primitives::v8::executor_params::ExecutorParam
909
+ **/
910
+ PezkuwiPrimitivesV8ExecutorParamsExecutorParam: {
911
+ _enum: {
912
+ __Unused0: 'Null',
913
+ MaxMemoryPages: 'u32',
914
+ StackLogicalMax: 'u32',
915
+ StackNativeMax: 'u32',
916
+ PrecheckingMaxMemory: 'u64',
917
+ PvfPrepTimeout: '(PezkuwiPrimitivesV8PvfPrepKind,u64)',
918
+ PvfExecTimeout: '(PezkuwiPrimitivesV8PvfExecKind,u64)',
919
+ WasmExtBulkMemory: 'Null'
920
+ }
921
+ },
922
+ /**
923
+ * Lookup282: polkadot_primitives::v8::PvfPrepKind
924
+ **/
925
+ PezkuwiPrimitivesV8PvfPrepKind: {
926
+ _enum: ['Precheck', 'Prepare']
927
+ },
928
+ /**
929
+ * Lookup283: polkadot_primitives::v8::PvfExecKind
930
+ **/
931
+ PezkuwiPrimitivesV8PvfExecKind: {
932
+ _enum: ['Backing', 'Approval']
933
+ },
934
+ /**
935
+ * Lookup284: polkadot_primitives::v8::ApprovalVotingParams
936
+ **/
937
+ PezkuwiPrimitivesV8ApprovalVotingParams: {
938
+ maxApprovalCoalesceCount: 'u32'
939
+ },
940
+ /**
941
+ * Lookup285: polkadot_primitives::v8::SchedulerParams<BlockNumber>
942
+ **/
943
+ PezkuwiPrimitivesV8SchedulerParams: {
944
+ groupRotationFrequency: 'u32',
945
+ parasAvailabilityPeriod: 'u32',
946
+ maxValidatorsPerCore: 'Option<u32>',
947
+ lookahead: 'u32',
948
+ numCores: 'u32',
949
+ maxAvailabilityTimeouts: 'u32',
950
+ onDemandQueueMaxSize: 'u32',
951
+ onDemandTargetQueueUtilization: 'Perbill',
952
+ onDemandFeeVariability: 'Perbill',
953
+ onDemandBaseFee: 'u128',
954
+ ttl: 'u32'
955
+ },
956
+ /**
957
+ * Lookup286: polkadot_runtime_parachains::shared::pallet::Call<T>
958
+ **/
959
+ PezkuwiRuntimeTeyrchainsSharedPezpalletCall: 'Null',
960
+ /**
961
+ * Lookup287: polkadot_runtime_parachains::inclusion::pallet::Call<T>
962
+ **/
963
+ PezkuwiRuntimeTeyrchainsInclusionPezpalletCall: 'Null',
964
+ /**
965
+ * Lookup288: polkadot_runtime_parachains::paras_inherent::pallet::Call<T>
966
+ **/
967
+ PezkuwiRuntimeTeyrchainsParasInherentPezpalletCall: {
968
+ _enum: {
969
+ enter: {
970
+ data: 'PezkuwiPrimitivesVstagingInherentData'
971
+ }
972
+ }
973
+ },
974
+ /**
975
+ * Lookup289: polkadot_primitives::vstaging::InherentData<sp_runtime::generic::header::Header<Number, Hash>>
976
+ **/
977
+ PezkuwiPrimitivesVstagingInherentData: {
978
+ bitfields: 'Vec<PezkuwiPrimitivesV8SignedUncheckedSigned>',
979
+ backedCandidates: 'Vec<PezkuwiPrimitivesVstagingBackedCandidate>',
980
+ disputes: 'Vec<PezkuwiPrimitivesV8DisputeStatementSet>',
981
+ parentHeader: 'PezspRuntimeHeader'
982
+ },
983
+ /**
984
+ * Lookup291: polkadot_primitives::v8::signed::UncheckedSigned<polkadot_primitives::v8::AvailabilityBitfield, polkadot_primitives::v8::AvailabilityBitfield>
985
+ **/
986
+ PezkuwiPrimitivesV8SignedUncheckedSigned: {
987
+ payload: 'BitVec',
988
+ validatorIndex: 'u32',
989
+ signature: 'PezkuwiPrimitivesV8ValidatorAppSignature'
990
+ },
991
+ /**
992
+ * Lookup294: bitvec::order::Lsb0
993
+ **/
994
+ BitvecOrderLsb0: 'Null',
995
+ /**
996
+ * Lookup296: polkadot_primitives::v8::validator_app::Signature
997
+ **/
998
+ PezkuwiPrimitivesV8ValidatorAppSignature: '[u8;64]',
999
+ /**
1000
+ * Lookup298: polkadot_primitives::vstaging::BackedCandidate<primitive_types::H256>
1001
+ **/
1002
+ PezkuwiPrimitivesVstagingBackedCandidate: {
1003
+ candidate: 'PezkuwiPrimitivesVstagingCommittedCandidateReceiptV2',
1004
+ validityVotes: 'Vec<PezkuwiPrimitivesV8ValidityAttestation>',
1005
+ validatorIndices: 'BitVec'
1006
+ },
1007
+ /**
1008
+ * Lookup299: polkadot_primitives::vstaging::CommittedCandidateReceiptV2<primitive_types::H256>
1009
+ **/
1010
+ PezkuwiPrimitivesVstagingCommittedCandidateReceiptV2: {
1011
+ descriptor: 'PezkuwiPrimitivesVstagingCandidateDescriptorV2',
1012
+ commitments: 'PezkuwiPrimitivesV8CandidateCommitments'
1013
+ },
1014
+ /**
1015
+ * Lookup300: polkadot_primitives::vstaging::CandidateDescriptorV2<primitive_types::H256>
1016
+ **/
1017
+ PezkuwiPrimitivesVstagingCandidateDescriptorV2: {
1018
+ paraId: 'u32',
1019
+ relayParent: 'H256',
1020
+ version: 'u8',
1021
+ coreIndex: 'u16',
1022
+ sessionIndex: 'u32',
1023
+ reserved1: '[u8;25]',
1024
+ persistedValidationDataHash: 'H256',
1025
+ povHash: 'H256',
1026
+ erasureRoot: 'H256',
1027
+ reserved2: '[u8;64]',
1028
+ paraHead: 'H256',
1029
+ validationCodeHash: 'H256'
1030
+ },
1031
+ /**
1032
+ * Lookup304: polkadot_primitives::v8::CandidateCommitments<N>
1033
+ **/
1034
+ PezkuwiPrimitivesV8CandidateCommitments: {
1035
+ upwardMessages: 'Vec<Bytes>',
1036
+ horizontalMessages: 'Vec<PezkuwiCorePrimitivesOutboundHrmpMessage>',
1037
+ newValidationCode: 'Option<Bytes>',
1038
+ headData: 'Bytes',
1039
+ processedDownwardMessages: 'u32',
1040
+ hrmpWatermark: 'u32'
1041
+ },
1042
+ /**
1043
+ * Lookup307: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain_primitives::primitives::Id>
1044
+ **/
1045
+ PezkuwiCorePrimitivesOutboundHrmpMessage: {
1046
+ recipient: 'u32',
1047
+ data: 'Bytes'
1048
+ },
1049
+ /**
1050
+ * Lookup313: polkadot_primitives::v8::ValidityAttestation
1051
+ **/
1052
+ PezkuwiPrimitivesV8ValidityAttestation: {
1053
+ _enum: {
1054
+ __Unused0: 'Null',
1055
+ Implicit: 'PezkuwiPrimitivesV8ValidatorAppSignature',
1056
+ Explicit: 'PezkuwiPrimitivesV8ValidatorAppSignature'
1057
+ }
1058
+ },
1059
+ /**
1060
+ * Lookup315: polkadot_primitives::v8::DisputeStatementSet
1061
+ **/
1062
+ PezkuwiPrimitivesV8DisputeStatementSet: {
1063
+ candidateHash: 'H256',
1064
+ session: 'u32',
1065
+ statements: 'Vec<(PezkuwiPrimitivesV8DisputeStatement,u32,PezkuwiPrimitivesV8ValidatorAppSignature)>'
1066
+ },
1067
+ /**
1068
+ * Lookup319: polkadot_primitives::v8::DisputeStatement
1069
+ **/
1070
+ PezkuwiPrimitivesV8DisputeStatement: {
1071
+ _enum: {
1072
+ Valid: 'PezkuwiPrimitivesV8ValidDisputeStatementKind',
1073
+ Invalid: 'PezkuwiPrimitivesV8InvalidDisputeStatementKind'
1074
+ }
1075
+ },
1076
+ /**
1077
+ * Lookup320: polkadot_primitives::v8::ValidDisputeStatementKind
1078
+ **/
1079
+ PezkuwiPrimitivesV8ValidDisputeStatementKind: {
1080
+ _enum: {
1081
+ Explicit: 'Null',
1082
+ BackingSeconded: 'H256',
1083
+ BackingValid: 'H256',
1084
+ ApprovalChecking: 'Null',
1085
+ ApprovalCheckingMultipleCandidates: 'Vec<H256>'
1086
+ }
1087
+ },
1088
+ /**
1089
+ * Lookup322: polkadot_primitives::v8::InvalidDisputeStatementKind
1090
+ **/
1091
+ PezkuwiPrimitivesV8InvalidDisputeStatementKind: {
1092
+ _enum: ['Explicit']
1093
+ },
1094
+ /**
1095
+ * Lookup323: polkadot_runtime_parachains::paras::pallet::Call<T>
1096
+ **/
1097
+ PezkuwiRuntimeTeyrchainsParasPezpalletCall: {
1098
+ _enum: {
1099
+ force_set_current_code: {
1100
+ para: 'u32',
1101
+ newCode: 'Bytes',
1102
+ },
1103
+ force_set_current_head: {
1104
+ para: 'u32',
1105
+ newHead: 'Bytes',
1106
+ },
1107
+ force_schedule_code_upgrade: {
1108
+ para: 'u32',
1109
+ newCode: 'Bytes',
1110
+ relayParentNumber: 'u32',
1111
+ },
1112
+ force_note_new_head: {
1113
+ para: 'u32',
1114
+ newHead: 'Bytes',
1115
+ },
1116
+ force_queue_action: {
1117
+ para: 'u32',
1118
+ },
1119
+ add_trusted_validation_code: {
1120
+ validationCode: 'Bytes',
1121
+ },
1122
+ poke_unused_validation_code: {
1123
+ validationCodeHash: 'H256',
1124
+ },
1125
+ include_pvf_check_statement: {
1126
+ stmt: 'PezkuwiPrimitivesV8PvfCheckStatement',
1127
+ signature: 'PezkuwiPrimitivesV8ValidatorAppSignature',
1128
+ },
1129
+ force_set_most_recent_context: {
1130
+ para: 'u32',
1131
+ context: 'u32',
1132
+ },
1133
+ remove_upgrade_cooldown: {
1134
+ para: 'u32',
1135
+ },
1136
+ authorize_force_set_current_code_hash: {
1137
+ para: 'u32',
1138
+ newCodeHash: 'H256',
1139
+ validPeriod: 'u32',
1140
+ },
1141
+ apply_authorized_force_set_current_code: {
1142
+ para: 'u32',
1143
+ newCode: 'Bytes'
1144
+ }
1145
+ }
1146
+ },
1147
+ /**
1148
+ * Lookup324: polkadot_primitives::v8::PvfCheckStatement
1149
+ **/
1150
+ PezkuwiPrimitivesV8PvfCheckStatement: {
1151
+ accept: 'bool',
1152
+ subject: 'H256',
1153
+ sessionIndex: 'u32',
1154
+ validatorIndex: 'u32'
1155
+ },
1156
+ /**
1157
+ * Lookup325: polkadot_runtime_parachains::initializer::pallet::Call<T>
1158
+ **/
1159
+ PezkuwiRuntimeTeyrchainsInitializerPezpalletCall: {
1160
+ _enum: {
1161
+ force_approve: {
1162
+ upTo: 'u32'
1163
+ }
1164
+ }
1165
+ },
1166
+ /**
1167
+ * Lookup326: polkadot_runtime_parachains::hrmp::pallet::Call<T>
1168
+ **/
1169
+ PezkuwiRuntimeTeyrchainsHrmpPezpalletCall: {
1170
+ _enum: {
1171
+ hrmp_init_open_channel: {
1172
+ recipient: 'u32',
1173
+ proposedMaxCapacity: 'u32',
1174
+ proposedMaxMessageSize: 'u32',
1175
+ },
1176
+ hrmp_accept_open_channel: {
1177
+ sender: 'u32',
1178
+ },
1179
+ hrmp_close_channel: {
1180
+ channelId: 'PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId',
1181
+ },
1182
+ force_clean_hrmp: {
1183
+ para: 'u32',
1184
+ numInbound: 'u32',
1185
+ numOutbound: 'u32',
1186
+ },
1187
+ force_process_hrmp_open: {
1188
+ channels: 'u32',
1189
+ },
1190
+ force_process_hrmp_close: {
1191
+ channels: 'u32',
1192
+ },
1193
+ hrmp_cancel_open_request: {
1194
+ channelId: 'PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId',
1195
+ openRequests: 'u32',
1196
+ },
1197
+ force_open_hrmp_channel: {
1198
+ sender: 'u32',
1199
+ recipient: 'u32',
1200
+ maxCapacity: 'u32',
1201
+ maxMessageSize: 'u32',
1202
+ },
1203
+ establish_system_channel: {
1204
+ sender: 'u32',
1205
+ recipient: 'u32',
1206
+ },
1207
+ poke_channel_deposits: {
1208
+ sender: 'u32',
1209
+ recipient: 'u32',
1210
+ },
1211
+ establish_channel_with_system: {
1212
+ targetSystemChain: 'u32'
1213
+ }
1214
+ }
1215
+ },
1216
+ /**
1217
+ * Lookup327: polkadot_parachain_primitives::primitives::HrmpChannelId
1218
+ **/
1219
+ PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId: {
1220
+ sender: 'u32',
1221
+ recipient: 'u32'
1222
+ },
1223
+ /**
1224
+ * Lookup328: polkadot_runtime_parachains::disputes::pallet::Call<T>
1225
+ **/
1226
+ PezkuwiRuntimeTeyrchainsDisputesPezpalletCall: {
1227
+ _enum: ['force_unfreeze']
1228
+ },
1229
+ /**
1230
+ * Lookup329: polkadot_runtime_parachains::disputes::slashing::pallet::Call<T>
1231
+ **/
1232
+ PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletCall: {
1233
+ _enum: {
1234
+ report_dispute_lost_unsigned: {
1235
+ disputeProof: 'PezkuwiPrimitivesVstagingDisputeProof',
1236
+ keyOwnerProof: 'PezspSessionMembershipProof'
1237
+ }
1238
+ }
1239
+ },
1240
+ /**
1241
+ * Lookup330: polkadot_primitives::vstaging::DisputeProof
1242
+ **/
1243
+ PezkuwiPrimitivesVstagingDisputeProof: {
1244
+ timeSlot: 'PezkuwiPrimitivesV8SlashingDisputesTimeSlot',
1245
+ kind: 'PezkuwiPrimitivesVstagingDisputeOffenceKind',
1246
+ validatorIndex: 'u32',
1247
+ validatorId: 'PezkuwiPrimitivesV8ValidatorAppPublic'
1248
+ },
1249
+ /**
1250
+ * Lookup331: polkadot_primitives::v8::slashing::DisputesTimeSlot
1251
+ **/
1252
+ PezkuwiPrimitivesV8SlashingDisputesTimeSlot: {
1253
+ sessionIndex: 'u32',
1254
+ candidateHash: 'H256'
1255
+ },
1256
+ /**
1257
+ * Lookup332: polkadot_primitives::vstaging::DisputeOffenceKind
1258
+ **/
1259
+ PezkuwiPrimitivesVstagingDisputeOffenceKind: {
1260
+ _enum: ['ForInvalidBacked', 'AgainstValid', 'ForInvalidApproved']
1261
+ },
1262
+ /**
1263
+ * Lookup333: polkadot_runtime_parachains::on_demand::pallet::Call<T>
1264
+ **/
1265
+ PezkuwiRuntimeTeyrchainsOnDemandPezpalletCall: {
1266
+ _enum: {
1267
+ place_order_allow_death: {
1268
+ maxAmount: 'u128',
1269
+ paraId: 'u32',
1270
+ },
1271
+ place_order_keep_alive: {
1272
+ maxAmount: 'u128',
1273
+ paraId: 'u32',
1274
+ },
1275
+ place_order_with_credits: {
1276
+ maxAmount: 'u128',
1277
+ paraId: 'u32'
1278
+ }
1279
+ }
1280
+ },
1281
+ /**
1282
+ * Lookup334: polkadot_runtime_common::paras_registrar::pallet::Call<T>
1283
+ **/
1284
+ PezkuwiRuntimeCommonParasRegistrarPezpalletCall: {
1285
+ _enum: {
1286
+ register: {
1287
+ id: 'u32',
1288
+ genesisHead: 'Bytes',
1289
+ validationCode: 'Bytes',
1290
+ },
1291
+ force_register: {
1292
+ who: 'AccountId32',
1293
+ deposit: 'u128',
1294
+ id: 'u32',
1295
+ genesisHead: 'Bytes',
1296
+ validationCode: 'Bytes',
1297
+ },
1298
+ deregister: {
1299
+ id: 'u32',
1300
+ },
1301
+ swap: {
1302
+ id: 'u32',
1303
+ other: 'u32',
1304
+ },
1305
+ remove_lock: {
1306
+ para: 'u32',
1307
+ },
1308
+ reserve: 'Null',
1309
+ add_lock: {
1310
+ para: 'u32',
1311
+ },
1312
+ schedule_code_upgrade: {
1313
+ para: 'u32',
1314
+ newCode: 'Bytes',
1315
+ },
1316
+ set_current_head: {
1317
+ para: 'u32',
1318
+ newHead: 'Bytes'
1319
+ }
1320
+ }
1321
+ },
1322
+ /**
1323
+ * Lookup335: polkadot_runtime_common::slots::pallet::Call<T>
1324
+ **/
1325
+ PezkuwiRuntimeCommonSlotsPezpalletCall: {
1326
+ _enum: {
1327
+ force_lease: {
1328
+ para: 'u32',
1329
+ leaser: 'AccountId32',
1330
+ amount: 'u128',
1331
+ periodBegin: 'u32',
1332
+ periodCount: 'u32',
1333
+ },
1334
+ clear_all_leases: {
1335
+ para: 'u32',
1336
+ },
1337
+ trigger_onboard: {
1338
+ para: 'u32'
1339
+ }
1340
+ }
1341
+ },
1342
+ /**
1343
+ * Lookup336: polkadot_runtime_common::auctions::pallet::Call<T>
1344
+ **/
1345
+ PezkuwiRuntimeCommonAuctionsPezpalletCall: {
1346
+ _enum: {
1347
+ new_auction: {
1348
+ duration: 'Compact<u32>',
1349
+ leasePeriodIndex: 'Compact<u32>',
1350
+ },
1351
+ bid: {
1352
+ para: 'Compact<u32>',
1353
+ auctionIndex: 'Compact<u32>',
1354
+ firstSlot: 'Compact<u32>',
1355
+ lastSlot: 'Compact<u32>',
1356
+ amount: 'Compact<u128>',
1357
+ },
1358
+ cancel_auction: 'Null'
1359
+ }
1360
+ },
1361
+ /**
1362
+ * Lookup338: polkadot_runtime_common::crowdloan::pallet::Call<T>
1363
+ **/
1364
+ PezkuwiRuntimeCommonCrowdloanPezpalletCall: {
1365
+ _enum: {
1366
+ create: {
1367
+ index: 'Compact<u32>',
1368
+ cap: 'Compact<u128>',
1369
+ firstPeriod: 'Compact<u32>',
1370
+ lastPeriod: 'Compact<u32>',
1371
+ end: 'Compact<u32>',
1372
+ verifier: 'Option<PezspRuntimeMultiSigner>',
1373
+ },
1374
+ contribute: {
1375
+ index: 'Compact<u32>',
1376
+ value: 'Compact<u128>',
1377
+ signature: 'Option<PezspRuntimeMultiSignature>',
1378
+ },
1379
+ withdraw: {
1380
+ who: 'AccountId32',
1381
+ index: 'Compact<u32>',
1382
+ },
1383
+ refund: {
1384
+ index: 'Compact<u32>',
1385
+ },
1386
+ dissolve: {
1387
+ index: 'Compact<u32>',
1388
+ },
1389
+ edit: {
1390
+ index: 'Compact<u32>',
1391
+ cap: 'Compact<u128>',
1392
+ firstPeriod: 'Compact<u32>',
1393
+ lastPeriod: 'Compact<u32>',
1394
+ end: 'Compact<u32>',
1395
+ verifier: 'Option<PezspRuntimeMultiSigner>',
1396
+ },
1397
+ add_memo: {
1398
+ index: 'u32',
1399
+ memo: 'Bytes',
1400
+ },
1401
+ poke: {
1402
+ index: 'u32',
1403
+ },
1404
+ contribute_all: {
1405
+ index: 'Compact<u32>',
1406
+ signature: 'Option<PezspRuntimeMultiSignature>'
1407
+ }
1408
+ }
1409
+ },
1410
+ /**
1411
+ * Lookup340: sp_runtime::MultiSigner
1412
+ **/
1413
+ PezspRuntimeMultiSigner: {
1414
+ _enum: {
1415
+ Ed25519: '[u8;32]',
1416
+ Sr25519: '[u8;32]',
1417
+ Ecdsa: '[u8;33]'
1418
+ }
1419
+ },
1420
+ /**
1421
+ * Lookup343: polkadot_runtime_parachains::coretime::pallet::Call<T>
1422
+ **/
1423
+ PezkuwiRuntimeTeyrchainsCoretimePezpalletCall: {
1424
+ _enum: {
1425
+ __Unused0: 'Null',
1426
+ request_core_count: {
1427
+ count: 'u16',
1428
+ },
1429
+ request_revenue_at: {
1430
+ when: 'u32',
1431
+ },
1432
+ credit_account: {
1433
+ who: 'AccountId32',
1434
+ amount: 'u128',
1435
+ },
1436
+ assign_core: {
1437
+ core: 'u16',
1438
+ begin: 'u32',
1439
+ assignment: 'Vec<(PezpalletBrokerCoretimeInterfaceCoreAssignment,u16)>',
1440
+ endHint: 'Option<u32>'
1441
+ }
1442
+ }
1443
+ },
1444
+ /**
1445
+ * Lookup354: pallet_xcm::pallet::Call<T>
1446
+ **/
1447
+ PezpalletXcmCall: {
1448
+ _enum: {
1449
+ send: {
1450
+ dest: 'XcmVersionedLocation',
1451
+ message: 'XcmVersionedXcm',
1452
+ },
1453
+ teleport_assets: {
1454
+ dest: 'XcmVersionedLocation',
1455
+ beneficiary: 'XcmVersionedLocation',
1456
+ assets: 'XcmVersionedAssets',
1457
+ feeAssetItem: 'u32',
1458
+ },
1459
+ reserve_transfer_assets: {
1460
+ dest: 'XcmVersionedLocation',
1461
+ beneficiary: 'XcmVersionedLocation',
1462
+ assets: 'XcmVersionedAssets',
1463
+ feeAssetItem: 'u32',
1464
+ },
1465
+ execute: {
1466
+ message: 'XcmVersionedXcm',
1467
+ maxWeight: 'PezspWeightsWeightV2Weight',
1468
+ },
1469
+ force_xcm_version: {
1470
+ location: 'StagingXcmV5Location',
1471
+ version: 'u32',
1472
+ },
1473
+ force_default_xcm_version: {
1474
+ maybeXcmVersion: 'Option<u32>',
1475
+ },
1476
+ force_subscribe_version_notify: {
1477
+ location: 'XcmVersionedLocation',
1478
+ },
1479
+ force_unsubscribe_version_notify: {
1480
+ location: 'XcmVersionedLocation',
1481
+ },
1482
+ limited_reserve_transfer_assets: {
1483
+ dest: 'XcmVersionedLocation',
1484
+ beneficiary: 'XcmVersionedLocation',
1485
+ assets: 'XcmVersionedAssets',
1486
+ feeAssetItem: 'u32',
1487
+ weightLimit: 'XcmV3WeightLimit',
1488
+ },
1489
+ limited_teleport_assets: {
1490
+ dest: 'XcmVersionedLocation',
1491
+ beneficiary: 'XcmVersionedLocation',
1492
+ assets: 'XcmVersionedAssets',
1493
+ feeAssetItem: 'u32',
1494
+ weightLimit: 'XcmV3WeightLimit',
1495
+ },
1496
+ force_suspension: {
1497
+ suspended: 'bool',
1498
+ },
1499
+ transfer_assets: {
1500
+ dest: 'XcmVersionedLocation',
1501
+ beneficiary: 'XcmVersionedLocation',
1502
+ assets: 'XcmVersionedAssets',
1503
+ feeAssetItem: 'u32',
1504
+ weightLimit: 'XcmV3WeightLimit',
1505
+ },
1506
+ claim_assets: {
1507
+ assets: 'XcmVersionedAssets',
1508
+ beneficiary: 'XcmVersionedLocation',
1509
+ },
1510
+ transfer_assets_using_type_and_then: {
1511
+ dest: 'XcmVersionedLocation',
1512
+ assets: 'XcmVersionedAssets',
1513
+ assetsTransferType: 'StagingXcmExecutorAssetTransferTransferType',
1514
+ remoteFeesId: 'XcmVersionedAssetId',
1515
+ feesTransferType: 'StagingXcmExecutorAssetTransferTransferType',
1516
+ customXcmOnDest: 'XcmVersionedXcm',
1517
+ weightLimit: 'XcmV3WeightLimit',
1518
+ },
1519
+ add_authorized_alias: {
1520
+ aliaser: 'XcmVersionedLocation',
1521
+ expires: 'Option<u64>',
1522
+ },
1523
+ remove_authorized_alias: {
1524
+ aliaser: 'XcmVersionedLocation',
1525
+ },
1526
+ remove_all_authorized_aliases: 'Null'
1527
+ }
1528
+ },
1529
+ /**
1530
+ * Lookup355: xcm::VersionedXcm<RuntimeCall>
1531
+ **/
1532
+ XcmVersionedXcm: {
1533
+ _enum: {
1534
+ __Unused0: 'Null',
1535
+ __Unused1: 'Null',
1536
+ __Unused2: 'Null',
1537
+ V3: 'XcmV3Xcm',
1538
+ V4: 'StagingXcmV4Xcm',
1539
+ V5: 'StagingXcmV5Xcm'
1540
+ }
1541
+ },
1542
+ /**
1543
+ * Lookup356: xcm::v3::Xcm<Call>
1544
+ **/
1545
+ XcmV3Xcm: 'Vec<XcmV3Instruction>',
1546
+ /**
1547
+ * Lookup358: xcm::v3::Instruction<Call>
1548
+ **/
1549
+ XcmV3Instruction: {
1550
+ _enum: {
1551
+ WithdrawAsset: 'XcmV3MultiassetMultiAssets',
1552
+ ReserveAssetDeposited: 'XcmV3MultiassetMultiAssets',
1553
+ ReceiveTeleportedAsset: 'XcmV3MultiassetMultiAssets',
1554
+ QueryResponse: {
1555
+ queryId: 'Compact<u64>',
1556
+ response: 'XcmV3Response',
1557
+ maxWeight: 'PezspWeightsWeightV2Weight',
1558
+ querier: 'Option<StagingXcmV3MultiLocation>',
1559
+ },
1560
+ TransferAsset: {
1561
+ assets: 'XcmV3MultiassetMultiAssets',
1562
+ beneficiary: 'StagingXcmV3MultiLocation',
1563
+ },
1564
+ TransferReserveAsset: {
1565
+ assets: 'XcmV3MultiassetMultiAssets',
1566
+ dest: 'StagingXcmV3MultiLocation',
1567
+ xcm: 'XcmV3Xcm',
1568
+ },
1569
+ Transact: {
1570
+ originKind: 'XcmV3OriginKind',
1571
+ requireWeightAtMost: 'PezspWeightsWeightV2Weight',
1572
+ call: 'XcmDoubleEncoded',
1573
+ },
1574
+ HrmpNewChannelOpenRequest: {
1575
+ sender: 'Compact<u32>',
1576
+ maxMessageSize: 'Compact<u32>',
1577
+ maxCapacity: 'Compact<u32>',
1578
+ },
1579
+ HrmpChannelAccepted: {
1580
+ recipient: 'Compact<u32>',
1581
+ },
1582
+ HrmpChannelClosing: {
1583
+ initiator: 'Compact<u32>',
1584
+ sender: 'Compact<u32>',
1585
+ recipient: 'Compact<u32>',
1586
+ },
1587
+ ClearOrigin: 'Null',
1588
+ DescendOrigin: 'XcmV3Junctions',
1589
+ ReportError: 'XcmV3QueryResponseInfo',
1590
+ DepositAsset: {
1591
+ assets: 'XcmV3MultiassetMultiAssetFilter',
1592
+ beneficiary: 'StagingXcmV3MultiLocation',
1593
+ },
1594
+ DepositReserveAsset: {
1595
+ assets: 'XcmV3MultiassetMultiAssetFilter',
1596
+ dest: 'StagingXcmV3MultiLocation',
1597
+ xcm: 'XcmV3Xcm',
1598
+ },
1599
+ ExchangeAsset: {
1600
+ give: 'XcmV3MultiassetMultiAssetFilter',
1601
+ want: 'XcmV3MultiassetMultiAssets',
1602
+ maximal: 'bool',
1603
+ },
1604
+ InitiateReserveWithdraw: {
1605
+ assets: 'XcmV3MultiassetMultiAssetFilter',
1606
+ reserve: 'StagingXcmV3MultiLocation',
1607
+ xcm: 'XcmV3Xcm',
1608
+ },
1609
+ InitiateTeleport: {
1610
+ assets: 'XcmV3MultiassetMultiAssetFilter',
1611
+ dest: 'StagingXcmV3MultiLocation',
1612
+ xcm: 'XcmV3Xcm',
1613
+ },
1614
+ ReportHolding: {
1615
+ responseInfo: 'XcmV3QueryResponseInfo',
1616
+ assets: 'XcmV3MultiassetMultiAssetFilter',
1617
+ },
1618
+ BuyExecution: {
1619
+ fees: 'XcmV3MultiAsset',
1620
+ weightLimit: 'XcmV3WeightLimit',
1621
+ },
1622
+ RefundSurplus: 'Null',
1623
+ SetErrorHandler: 'XcmV3Xcm',
1624
+ SetAppendix: 'XcmV3Xcm',
1625
+ ClearError: 'Null',
1626
+ ClaimAsset: {
1627
+ assets: 'XcmV3MultiassetMultiAssets',
1628
+ ticket: 'StagingXcmV3MultiLocation',
1629
+ },
1630
+ Trap: 'Compact<u64>',
1631
+ SubscribeVersion: {
1632
+ queryId: 'Compact<u64>',
1633
+ maxResponseWeight: 'PezspWeightsWeightV2Weight',
1634
+ },
1635
+ UnsubscribeVersion: 'Null',
1636
+ BurnAsset: 'XcmV3MultiassetMultiAssets',
1637
+ ExpectAsset: 'XcmV3MultiassetMultiAssets',
1638
+ ExpectOrigin: 'Option<StagingXcmV3MultiLocation>',
1639
+ ExpectError: 'Option<(u32,XcmV3TraitsError)>',
1640
+ ExpectTransactStatus: 'XcmV3MaybeErrorCode',
1641
+ QueryPallet: {
1642
+ moduleName: 'Bytes',
1643
+ responseInfo: 'XcmV3QueryResponseInfo',
1644
+ },
1645
+ ExpectPallet: {
1646
+ index: 'Compact<u32>',
1647
+ name: 'Bytes',
1648
+ moduleName: 'Bytes',
1649
+ crateMajor: 'Compact<u32>',
1650
+ minCrateMinor: 'Compact<u32>',
1651
+ },
1652
+ ReportTransactStatus: 'XcmV3QueryResponseInfo',
1653
+ ClearTransactStatus: 'Null',
1654
+ UniversalOrigin: 'XcmV3Junction',
1655
+ ExportMessage: {
1656
+ network: 'XcmV3JunctionNetworkId',
1657
+ destination: 'XcmV3Junctions',
1658
+ xcm: 'XcmV3Xcm',
1659
+ },
1660
+ LockAsset: {
1661
+ asset: 'XcmV3MultiAsset',
1662
+ unlocker: 'StagingXcmV3MultiLocation',
1663
+ },
1664
+ UnlockAsset: {
1665
+ asset: 'XcmV3MultiAsset',
1666
+ target: 'StagingXcmV3MultiLocation',
1667
+ },
1668
+ NoteUnlockable: {
1669
+ asset: 'XcmV3MultiAsset',
1670
+ owner: 'StagingXcmV3MultiLocation',
1671
+ },
1672
+ RequestUnlock: {
1673
+ asset: 'XcmV3MultiAsset',
1674
+ locker: 'StagingXcmV3MultiLocation',
1675
+ },
1676
+ SetFeesMode: {
1677
+ jitWithdraw: 'bool',
1678
+ },
1679
+ SetTopic: '[u8;32]',
1680
+ ClearTopic: 'Null',
1681
+ AliasOrigin: 'StagingXcmV3MultiLocation',
1682
+ UnpaidExecution: {
1683
+ weightLimit: 'XcmV3WeightLimit',
1684
+ checkOrigin: 'Option<StagingXcmV3MultiLocation>'
1685
+ }
1686
+ }
1687
+ },
1688
+ /**
1689
+ * Lookup359: xcm::v3::multiasset::MultiAssets
1690
+ **/
1691
+ XcmV3MultiassetMultiAssets: 'Vec<XcmV3MultiAsset>',
1692
+ /**
1693
+ * Lookup361: xcm::v3::multiasset::MultiAsset
1694
+ **/
1695
+ XcmV3MultiAsset: {
1696
+ id: 'XcmV3MultiassetAssetId',
1697
+ fun: 'XcmV3MultiassetFungibility'
1698
+ },
1699
+ /**
1700
+ * Lookup362: xcm::v3::multiasset::Fungibility
1701
+ **/
1702
+ XcmV3MultiassetFungibility: {
1703
+ _enum: {
1704
+ Fungible: 'Compact<u128>',
1705
+ NonFungible: 'XcmV3MultiassetAssetInstance'
1706
+ }
1707
+ },
1708
+ /**
1709
+ * Lookup363: xcm::v3::multiasset::AssetInstance
1710
+ **/
1711
+ XcmV3MultiassetAssetInstance: {
1712
+ _enum: {
1713
+ Undefined: 'Null',
1714
+ Index: 'Compact<u128>',
1715
+ Array4: '[u8;4]',
1716
+ Array8: '[u8;8]',
1717
+ Array16: '[u8;16]',
1718
+ Array32: '[u8;32]'
1719
+ }
1720
+ },
1721
+ /**
1722
+ * Lookup365: xcm::v3::Response
1723
+ **/
1724
+ XcmV3Response: {
1725
+ _enum: {
1726
+ Null: 'Null',
1727
+ Assets: 'XcmV3MultiassetMultiAssets',
1728
+ ExecutionResult: 'Option<(u32,XcmV3TraitsError)>',
1729
+ Version: 'u32',
1730
+ PalletsInfo: 'Vec<XcmV3PezpalletInfo>',
1731
+ DispatchResult: 'XcmV3MaybeErrorCode'
1732
+ }
1733
+ },
1734
+ /**
1735
+ * Lookup368: xcm::v3::traits::Error
1736
+ **/
1737
+ XcmV3TraitsError: {
1738
+ _enum: {
1739
+ Overflow: 'Null',
1740
+ Unimplemented: 'Null',
1741
+ UntrustedReserveLocation: 'Null',
1742
+ UntrustedTeleportLocation: 'Null',
1743
+ LocationFull: 'Null',
1744
+ LocationNotInvertible: 'Null',
1745
+ BadOrigin: 'Null',
1746
+ InvalidLocation: 'Null',
1747
+ AssetNotFound: 'Null',
1748
+ FailedToTransactAsset: 'Null',
1749
+ NotWithdrawable: 'Null',
1750
+ LocationCannotHold: 'Null',
1751
+ ExceedsMaxMessageSize: 'Null',
1752
+ DestinationUnsupported: 'Null',
1753
+ Transport: 'Null',
1754
+ Unroutable: 'Null',
1755
+ UnknownClaim: 'Null',
1756
+ FailedToDecode: 'Null',
1757
+ MaxWeightInvalid: 'Null',
1758
+ NotHoldingFees: 'Null',
1759
+ TooExpensive: 'Null',
1760
+ Trap: 'u64',
1761
+ ExpectationFalse: 'Null',
1762
+ PalletNotFound: 'Null',
1763
+ NameMismatch: 'Null',
1764
+ VersionIncompatible: 'Null',
1765
+ HoldingWouldOverflow: 'Null',
1766
+ ExportError: 'Null',
1767
+ ReanchorFailed: 'Null',
1768
+ NoDeal: 'Null',
1769
+ FeesNotMet: 'Null',
1770
+ LockError: 'Null',
1771
+ NoPermission: 'Null',
1772
+ Unanchored: 'Null',
1773
+ NotDepositable: 'Null',
1774
+ UnhandledXcmVersion: 'Null',
1775
+ WeightLimitReached: 'PezspWeightsWeightV2Weight',
1776
+ Barrier: 'Null',
1777
+ WeightNotComputable: 'Null',
1778
+ ExceedsStackLimit: 'Null'
1779
+ }
1780
+ },
1781
+ /**
1782
+ * Lookup370: xcm::v3::PalletInfo
1783
+ **/
1784
+ XcmV3PezpalletInfo: {
1785
+ index: 'Compact<u32>',
1786
+ name: 'Bytes',
1787
+ moduleName: 'Bytes',
1788
+ major: 'Compact<u32>',
1789
+ minor: 'Compact<u32>',
1790
+ patch: 'Compact<u32>'
1791
+ },
1792
+ /**
1793
+ * Lookup373: xcm::v3::MaybeErrorCode
1794
+ **/
1795
+ XcmV3MaybeErrorCode: {
1796
+ _enum: {
1797
+ Success: 'Null',
1798
+ Error: 'Bytes',
1799
+ TruncatedError: 'Bytes'
1800
+ }
1801
+ },
1802
+ /**
1803
+ * Lookup376: xcm::v3::OriginKind
1804
+ **/
1805
+ XcmV3OriginKind: {
1806
+ _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']
1807
+ },
1808
+ /**
1809
+ * Lookup377: xcm::double_encoded::DoubleEncoded<T>
1810
+ **/
1811
+ XcmDoubleEncoded: {
1812
+ encoded: 'Bytes'
1813
+ },
1814
+ /**
1815
+ * Lookup378: xcm::v3::QueryResponseInfo
1816
+ **/
1817
+ XcmV3QueryResponseInfo: {
1818
+ destination: 'StagingXcmV3MultiLocation',
1819
+ queryId: 'Compact<u64>',
1820
+ maxWeight: 'PezspWeightsWeightV2Weight'
1821
+ },
1822
+ /**
1823
+ * Lookup379: xcm::v3::multiasset::MultiAssetFilter
1824
+ **/
1825
+ XcmV3MultiassetMultiAssetFilter: {
1826
+ _enum: {
1827
+ Definite: 'XcmV3MultiassetMultiAssets',
1828
+ Wild: 'XcmV3MultiassetWildMultiAsset'
1829
+ }
1830
+ },
1831
+ /**
1832
+ * Lookup380: xcm::v3::multiasset::WildMultiAsset
1833
+ **/
1834
+ XcmV3MultiassetWildMultiAsset: {
1835
+ _enum: {
1836
+ All: 'Null',
1837
+ AllOf: {
1838
+ id: 'XcmV3MultiassetAssetId',
1839
+ fun: 'XcmV3MultiassetWildFungibility',
1840
+ },
1841
+ AllCounted: 'Compact<u32>',
1842
+ AllOfCounted: {
1843
+ id: 'XcmV3MultiassetAssetId',
1844
+ fun: 'XcmV3MultiassetWildFungibility',
1845
+ count: 'Compact<u32>'
1846
+ }
1847
+ }
1848
+ },
1849
+ /**
1850
+ * Lookup381: xcm::v3::multiasset::WildFungibility
1851
+ **/
1852
+ XcmV3MultiassetWildFungibility: {
1853
+ _enum: ['Fungible', 'NonFungible']
1854
+ },
1855
+ /**
1856
+ * Lookup382: xcm::v3::WeightLimit
1857
+ **/
1858
+ XcmV3WeightLimit: {
1859
+ _enum: {
1860
+ Unlimited: 'Null',
1861
+ Limited: 'PezspWeightsWeightV2Weight'
1862
+ }
1863
+ },
1864
+ /**
1865
+ * Lookup383: staging_xcm::v4::Xcm<Call>
1866
+ **/
1867
+ StagingXcmV4Xcm: 'Vec<StagingXcmV4Instruction>',
1868
+ /**
1869
+ * Lookup385: staging_xcm::v4::Instruction<Call>
1870
+ **/
1871
+ StagingXcmV4Instruction: {
1872
+ _enum: {
1873
+ WithdrawAsset: 'StagingXcmV4AssetAssets',
1874
+ ReserveAssetDeposited: 'StagingXcmV4AssetAssets',
1875
+ ReceiveTeleportedAsset: 'StagingXcmV4AssetAssets',
1876
+ QueryResponse: {
1877
+ queryId: 'Compact<u64>',
1878
+ response: 'StagingXcmV4Response',
1879
+ maxWeight: 'PezspWeightsWeightV2Weight',
1880
+ querier: 'Option<StagingXcmV4Location>',
1881
+ },
1882
+ TransferAsset: {
1883
+ assets: 'StagingXcmV4AssetAssets',
1884
+ beneficiary: 'StagingXcmV4Location',
1885
+ },
1886
+ TransferReserveAsset: {
1887
+ assets: 'StagingXcmV4AssetAssets',
1888
+ dest: 'StagingXcmV4Location',
1889
+ xcm: 'StagingXcmV4Xcm',
1890
+ },
1891
+ Transact: {
1892
+ originKind: 'XcmV3OriginKind',
1893
+ requireWeightAtMost: 'PezspWeightsWeightV2Weight',
1894
+ call: 'XcmDoubleEncoded',
1895
+ },
1896
+ HrmpNewChannelOpenRequest: {
1897
+ sender: 'Compact<u32>',
1898
+ maxMessageSize: 'Compact<u32>',
1899
+ maxCapacity: 'Compact<u32>',
1900
+ },
1901
+ HrmpChannelAccepted: {
1902
+ recipient: 'Compact<u32>',
1903
+ },
1904
+ HrmpChannelClosing: {
1905
+ initiator: 'Compact<u32>',
1906
+ sender: 'Compact<u32>',
1907
+ recipient: 'Compact<u32>',
1908
+ },
1909
+ ClearOrigin: 'Null',
1910
+ DescendOrigin: 'StagingXcmV4Junctions',
1911
+ ReportError: 'StagingXcmV4QueryResponseInfo',
1912
+ DepositAsset: {
1913
+ assets: 'StagingXcmV4AssetAssetFilter',
1914
+ beneficiary: 'StagingXcmV4Location',
1915
+ },
1916
+ DepositReserveAsset: {
1917
+ assets: 'StagingXcmV4AssetAssetFilter',
1918
+ dest: 'StagingXcmV4Location',
1919
+ xcm: 'StagingXcmV4Xcm',
1920
+ },
1921
+ ExchangeAsset: {
1922
+ give: 'StagingXcmV4AssetAssetFilter',
1923
+ want: 'StagingXcmV4AssetAssets',
1924
+ maximal: 'bool',
1925
+ },
1926
+ InitiateReserveWithdraw: {
1927
+ assets: 'StagingXcmV4AssetAssetFilter',
1928
+ reserve: 'StagingXcmV4Location',
1929
+ xcm: 'StagingXcmV4Xcm',
1930
+ },
1931
+ InitiateTeleport: {
1932
+ assets: 'StagingXcmV4AssetAssetFilter',
1933
+ dest: 'StagingXcmV4Location',
1934
+ xcm: 'StagingXcmV4Xcm',
1935
+ },
1936
+ ReportHolding: {
1937
+ responseInfo: 'StagingXcmV4QueryResponseInfo',
1938
+ assets: 'StagingXcmV4AssetAssetFilter',
1939
+ },
1940
+ BuyExecution: {
1941
+ fees: 'StagingXcmV4Asset',
1942
+ weightLimit: 'XcmV3WeightLimit',
1943
+ },
1944
+ RefundSurplus: 'Null',
1945
+ SetErrorHandler: 'StagingXcmV4Xcm',
1946
+ SetAppendix: 'StagingXcmV4Xcm',
1947
+ ClearError: 'Null',
1948
+ ClaimAsset: {
1949
+ assets: 'StagingXcmV4AssetAssets',
1950
+ ticket: 'StagingXcmV4Location',
1951
+ },
1952
+ Trap: 'Compact<u64>',
1953
+ SubscribeVersion: {
1954
+ queryId: 'Compact<u64>',
1955
+ maxResponseWeight: 'PezspWeightsWeightV2Weight',
1956
+ },
1957
+ UnsubscribeVersion: 'Null',
1958
+ BurnAsset: 'StagingXcmV4AssetAssets',
1959
+ ExpectAsset: 'StagingXcmV4AssetAssets',
1960
+ ExpectOrigin: 'Option<StagingXcmV4Location>',
1961
+ ExpectError: 'Option<(u32,XcmV3TraitsError)>',
1962
+ ExpectTransactStatus: 'XcmV3MaybeErrorCode',
1963
+ QueryPallet: {
1964
+ moduleName: 'Bytes',
1965
+ responseInfo: 'StagingXcmV4QueryResponseInfo',
1966
+ },
1967
+ ExpectPallet: {
1968
+ index: 'Compact<u32>',
1969
+ name: 'Bytes',
1970
+ moduleName: 'Bytes',
1971
+ crateMajor: 'Compact<u32>',
1972
+ minCrateMinor: 'Compact<u32>',
1973
+ },
1974
+ ReportTransactStatus: 'StagingXcmV4QueryResponseInfo',
1975
+ ClearTransactStatus: 'Null',
1976
+ UniversalOrigin: 'StagingXcmV4Junction',
1977
+ ExportMessage: {
1978
+ network: 'StagingXcmV4JunctionNetworkId',
1979
+ destination: 'StagingXcmV4Junctions',
1980
+ xcm: 'StagingXcmV4Xcm',
1981
+ },
1982
+ LockAsset: {
1983
+ asset: 'StagingXcmV4Asset',
1984
+ unlocker: 'StagingXcmV4Location',
1985
+ },
1986
+ UnlockAsset: {
1987
+ asset: 'StagingXcmV4Asset',
1988
+ target: 'StagingXcmV4Location',
1989
+ },
1990
+ NoteUnlockable: {
1991
+ asset: 'StagingXcmV4Asset',
1992
+ owner: 'StagingXcmV4Location',
1993
+ },
1994
+ RequestUnlock: {
1995
+ asset: 'StagingXcmV4Asset',
1996
+ locker: 'StagingXcmV4Location',
1997
+ },
1998
+ SetFeesMode: {
1999
+ jitWithdraw: 'bool',
2000
+ },
2001
+ SetTopic: '[u8;32]',
2002
+ ClearTopic: 'Null',
2003
+ AliasOrigin: 'StagingXcmV4Location',
2004
+ UnpaidExecution: {
2005
+ weightLimit: 'XcmV3WeightLimit',
2006
+ checkOrigin: 'Option<StagingXcmV4Location>'
2007
+ }
2008
+ }
2009
+ },
2010
+ /**
2011
+ * Lookup386: staging_xcm::v4::asset::Assets
2012
+ **/
2013
+ StagingXcmV4AssetAssets: 'Vec<StagingXcmV4Asset>',
2014
+ /**
2015
+ * Lookup388: staging_xcm::v4::asset::Asset
2016
+ **/
2017
+ StagingXcmV4Asset: {
2018
+ id: 'StagingXcmV4AssetAssetId',
2019
+ fun: 'StagingXcmV4AssetFungibility'
2020
+ },
2021
+ /**
2022
+ * Lookup389: staging_xcm::v4::asset::Fungibility
2023
+ **/
2024
+ StagingXcmV4AssetFungibility: {
2025
+ _enum: {
2026
+ Fungible: 'Compact<u128>',
2027
+ NonFungible: 'StagingXcmV4AssetAssetInstance'
2028
+ }
2029
+ },
2030
+ /**
2031
+ * Lookup390: staging_xcm::v4::asset::AssetInstance
2032
+ **/
2033
+ StagingXcmV4AssetAssetInstance: {
2034
+ _enum: {
2035
+ Undefined: 'Null',
2036
+ Index: 'Compact<u128>',
2037
+ Array4: '[u8;4]',
2038
+ Array8: '[u8;8]',
2039
+ Array16: '[u8;16]',
2040
+ Array32: '[u8;32]'
2041
+ }
2042
+ },
2043
+ /**
2044
+ * Lookup391: staging_xcm::v4::Response
2045
+ **/
2046
+ StagingXcmV4Response: {
2047
+ _enum: {
2048
+ Null: 'Null',
2049
+ Assets: 'StagingXcmV4AssetAssets',
2050
+ ExecutionResult: 'Option<(u32,XcmV3TraitsError)>',
2051
+ Version: 'u32',
2052
+ PalletsInfo: 'Vec<StagingXcmV4PezpalletInfo>',
2053
+ DispatchResult: 'XcmV3MaybeErrorCode'
2054
+ }
2055
+ },
2056
+ /**
2057
+ * Lookup393: staging_xcm::v4::PalletInfo
2058
+ **/
2059
+ StagingXcmV4PezpalletInfo: {
2060
+ index: 'Compact<u32>',
2061
+ name: 'Bytes',
2062
+ moduleName: 'Bytes',
2063
+ major: 'Compact<u32>',
2064
+ minor: 'Compact<u32>',
2065
+ patch: 'Compact<u32>'
2066
+ },
2067
+ /**
2068
+ * Lookup397: staging_xcm::v4::QueryResponseInfo
2069
+ **/
2070
+ StagingXcmV4QueryResponseInfo: {
2071
+ destination: 'StagingXcmV4Location',
2072
+ queryId: 'Compact<u64>',
2073
+ maxWeight: 'PezspWeightsWeightV2Weight'
2074
+ },
2075
+ /**
2076
+ * Lookup398: staging_xcm::v4::asset::AssetFilter
2077
+ **/
2078
+ StagingXcmV4AssetAssetFilter: {
2079
+ _enum: {
2080
+ Definite: 'StagingXcmV4AssetAssets',
2081
+ Wild: 'StagingXcmV4AssetWildAsset'
2082
+ }
2083
+ },
2084
+ /**
2085
+ * Lookup399: staging_xcm::v4::asset::WildAsset
2086
+ **/
2087
+ StagingXcmV4AssetWildAsset: {
2088
+ _enum: {
2089
+ All: 'Null',
2090
+ AllOf: {
2091
+ id: 'StagingXcmV4AssetAssetId',
2092
+ fun: 'StagingXcmV4AssetWildFungibility',
2093
+ },
2094
+ AllCounted: 'Compact<u32>',
2095
+ AllOfCounted: {
2096
+ id: 'StagingXcmV4AssetAssetId',
2097
+ fun: 'StagingXcmV4AssetWildFungibility',
2098
+ count: 'Compact<u32>'
2099
+ }
2100
+ }
2101
+ },
2102
+ /**
2103
+ * Lookup400: staging_xcm::v4::asset::WildFungibility
2104
+ **/
2105
+ StagingXcmV4AssetWildFungibility: {
2106
+ _enum: ['Fungible', 'NonFungible']
2107
+ },
2108
+ /**
2109
+ * Lookup401: staging_xcm::v5::Xcm<Call>
2110
+ **/
2111
+ StagingXcmV5Xcm: 'Vec<StagingXcmV5Instruction>',
2112
+ /**
2113
+ * Lookup403: staging_xcm::v5::Instruction<Call>
2114
+ **/
2115
+ StagingXcmV5Instruction: {
2116
+ _enum: {
2117
+ WithdrawAsset: 'StagingXcmV5AssetAssets',
2118
+ ReserveAssetDeposited: 'StagingXcmV5AssetAssets',
2119
+ ReceiveTeleportedAsset: 'StagingXcmV5AssetAssets',
2120
+ QueryResponse: {
2121
+ queryId: 'Compact<u64>',
2122
+ response: 'StagingXcmV5Response',
2123
+ maxWeight: 'PezspWeightsWeightV2Weight',
2124
+ querier: 'Option<StagingXcmV5Location>',
2125
+ },
2126
+ TransferAsset: {
2127
+ assets: 'StagingXcmV5AssetAssets',
2128
+ beneficiary: 'StagingXcmV5Location',
2129
+ },
2130
+ TransferReserveAsset: {
2131
+ assets: 'StagingXcmV5AssetAssets',
2132
+ dest: 'StagingXcmV5Location',
2133
+ xcm: 'StagingXcmV5Xcm',
2134
+ },
2135
+ Transact: {
2136
+ originKind: 'XcmV3OriginKind',
2137
+ fallbackMaxWeight: 'Option<PezspWeightsWeightV2Weight>',
2138
+ call: 'XcmDoubleEncoded',
2139
+ },
2140
+ HrmpNewChannelOpenRequest: {
2141
+ sender: 'Compact<u32>',
2142
+ maxMessageSize: 'Compact<u32>',
2143
+ maxCapacity: 'Compact<u32>',
2144
+ },
2145
+ HrmpChannelAccepted: {
2146
+ recipient: 'Compact<u32>',
2147
+ },
2148
+ HrmpChannelClosing: {
2149
+ initiator: 'Compact<u32>',
2150
+ sender: 'Compact<u32>',
2151
+ recipient: 'Compact<u32>',
2152
+ },
2153
+ ClearOrigin: 'Null',
2154
+ DescendOrigin: 'StagingXcmV5Junctions',
2155
+ ReportError: 'StagingXcmV5QueryResponseInfo',
2156
+ DepositAsset: {
2157
+ assets: 'StagingXcmV5AssetAssetFilter',
2158
+ beneficiary: 'StagingXcmV5Location',
2159
+ },
2160
+ DepositReserveAsset: {
2161
+ assets: 'StagingXcmV5AssetAssetFilter',
2162
+ dest: 'StagingXcmV5Location',
2163
+ xcm: 'StagingXcmV5Xcm',
2164
+ },
2165
+ ExchangeAsset: {
2166
+ give: 'StagingXcmV5AssetAssetFilter',
2167
+ want: 'StagingXcmV5AssetAssets',
2168
+ maximal: 'bool',
2169
+ },
2170
+ InitiateReserveWithdraw: {
2171
+ assets: 'StagingXcmV5AssetAssetFilter',
2172
+ reserve: 'StagingXcmV5Location',
2173
+ xcm: 'StagingXcmV5Xcm',
2174
+ },
2175
+ InitiateTeleport: {
2176
+ assets: 'StagingXcmV5AssetAssetFilter',
2177
+ dest: 'StagingXcmV5Location',
2178
+ xcm: 'StagingXcmV5Xcm',
2179
+ },
2180
+ ReportHolding: {
2181
+ responseInfo: 'StagingXcmV5QueryResponseInfo',
2182
+ assets: 'StagingXcmV5AssetAssetFilter',
2183
+ },
2184
+ BuyExecution: {
2185
+ fees: 'StagingXcmV5Asset',
2186
+ weightLimit: 'XcmV3WeightLimit',
2187
+ },
2188
+ RefundSurplus: 'Null',
2189
+ SetErrorHandler: 'StagingXcmV5Xcm',
2190
+ SetAppendix: 'StagingXcmV5Xcm',
2191
+ ClearError: 'Null',
2192
+ ClaimAsset: {
2193
+ assets: 'StagingXcmV5AssetAssets',
2194
+ ticket: 'StagingXcmV5Location',
2195
+ },
2196
+ Trap: 'Compact<u64>',
2197
+ SubscribeVersion: {
2198
+ queryId: 'Compact<u64>',
2199
+ maxResponseWeight: 'PezspWeightsWeightV2Weight',
2200
+ },
2201
+ UnsubscribeVersion: 'Null',
2202
+ BurnAsset: 'StagingXcmV5AssetAssets',
2203
+ ExpectAsset: 'StagingXcmV5AssetAssets',
2204
+ ExpectOrigin: 'Option<StagingXcmV5Location>',
2205
+ ExpectError: 'Option<(u32,XcmV5TraitsError)>',
2206
+ ExpectTransactStatus: 'XcmV3MaybeErrorCode',
2207
+ QueryPallet: {
2208
+ moduleName: 'Bytes',
2209
+ responseInfo: 'StagingXcmV5QueryResponseInfo',
2210
+ },
2211
+ ExpectPallet: {
2212
+ index: 'Compact<u32>',
2213
+ name: 'Bytes',
2214
+ moduleName: 'Bytes',
2215
+ crateMajor: 'Compact<u32>',
2216
+ minCrateMinor: 'Compact<u32>',
2217
+ },
2218
+ ReportTransactStatus: 'StagingXcmV5QueryResponseInfo',
2219
+ ClearTransactStatus: 'Null',
2220
+ UniversalOrigin: 'StagingXcmV5Junction',
2221
+ ExportMessage: {
2222
+ network: 'StagingXcmV5JunctionNetworkId',
2223
+ destination: 'StagingXcmV5Junctions',
2224
+ xcm: 'StagingXcmV5Xcm',
2225
+ },
2226
+ LockAsset: {
2227
+ asset: 'StagingXcmV5Asset',
2228
+ unlocker: 'StagingXcmV5Location',
2229
+ },
2230
+ UnlockAsset: {
2231
+ asset: 'StagingXcmV5Asset',
2232
+ target: 'StagingXcmV5Location',
2233
+ },
2234
+ NoteUnlockable: {
2235
+ asset: 'StagingXcmV5Asset',
2236
+ owner: 'StagingXcmV5Location',
2237
+ },
2238
+ RequestUnlock: {
2239
+ asset: 'StagingXcmV5Asset',
2240
+ locker: 'StagingXcmV5Location',
2241
+ },
2242
+ SetFeesMode: {
2243
+ jitWithdraw: 'bool',
2244
+ },
2245
+ SetTopic: '[u8;32]',
2246
+ ClearTopic: 'Null',
2247
+ AliasOrigin: 'StagingXcmV5Location',
2248
+ UnpaidExecution: {
2249
+ weightLimit: 'XcmV3WeightLimit',
2250
+ checkOrigin: 'Option<StagingXcmV5Location>',
2251
+ },
2252
+ PayFees: {
2253
+ asset: 'StagingXcmV5Asset',
2254
+ },
2255
+ InitiateTransfer: {
2256
+ destination: 'StagingXcmV5Location',
2257
+ remoteFees: 'Option<StagingXcmV5AssetAssetTransferFilter>',
2258
+ preserveOrigin: 'bool',
2259
+ assets: 'Vec<StagingXcmV5AssetAssetTransferFilter>',
2260
+ remoteXcm: 'StagingXcmV5Xcm',
2261
+ },
2262
+ ExecuteWithOrigin: {
2263
+ descendantOrigin: 'Option<StagingXcmV5Junctions>',
2264
+ xcm: 'StagingXcmV5Xcm',
2265
+ },
2266
+ SetHints: {
2267
+ hints: 'Vec<StagingXcmV5Hint>'
2268
+ }
2269
+ }
2270
+ },
2271
+ /**
2272
+ * Lookup404: staging_xcm::v5::asset::Assets
2273
+ **/
2274
+ StagingXcmV5AssetAssets: 'Vec<StagingXcmV5Asset>',
2275
+ /**
2276
+ * Lookup406: staging_xcm::v5::asset::Asset
2277
+ **/
2278
+ StagingXcmV5Asset: {
2279
+ id: 'StagingXcmV5AssetAssetId',
2280
+ fun: 'StagingXcmV5AssetFungibility'
2281
+ },
2282
+ /**
2283
+ * Lookup407: staging_xcm::v5::asset::Fungibility
2284
+ **/
2285
+ StagingXcmV5AssetFungibility: {
2286
+ _enum: {
2287
+ Fungible: 'Compact<u128>',
2288
+ NonFungible: 'StagingXcmV5AssetAssetInstance'
2289
+ }
2290
+ },
2291
+ /**
2292
+ * Lookup408: staging_xcm::v5::asset::AssetInstance
2293
+ **/
2294
+ StagingXcmV5AssetAssetInstance: {
2295
+ _enum: {
2296
+ Undefined: 'Null',
2297
+ Index: 'Compact<u128>',
2298
+ Array4: '[u8;4]',
2299
+ Array8: '[u8;8]',
2300
+ Array16: '[u8;16]',
2301
+ Array32: '[u8;32]'
2302
+ }
2303
+ },
2304
+ /**
2305
+ * Lookup409: staging_xcm::v5::Response
2306
+ **/
2307
+ StagingXcmV5Response: {
2308
+ _enum: {
2309
+ Null: 'Null',
2310
+ Assets: 'StagingXcmV5AssetAssets',
2311
+ ExecutionResult: 'Option<(u32,XcmV5TraitsError)>',
2312
+ Version: 'u32',
2313
+ PalletsInfo: 'Vec<StagingXcmV5PezpalletInfo>',
2314
+ DispatchResult: 'XcmV3MaybeErrorCode'
2315
+ }
2316
+ },
2317
+ /**
2318
+ * Lookup412: xcm::v5::traits::Error
2319
+ **/
2320
+ XcmV5TraitsError: {
2321
+ _enum: {
2322
+ Overflow: 'Null',
2323
+ Unimplemented: 'Null',
2324
+ UntrustedReserveLocation: 'Null',
2325
+ UntrustedTeleportLocation: 'Null',
2326
+ LocationFull: 'Null',
2327
+ LocationNotInvertible: 'Null',
2328
+ BadOrigin: 'Null',
2329
+ InvalidLocation: 'Null',
2330
+ AssetNotFound: 'Null',
2331
+ FailedToTransactAsset: 'Null',
2332
+ NotWithdrawable: 'Null',
2333
+ LocationCannotHold: 'Null',
2334
+ ExceedsMaxMessageSize: 'Null',
2335
+ DestinationUnsupported: 'Null',
2336
+ Transport: 'Null',
2337
+ Unroutable: 'Null',
2338
+ UnknownClaim: 'Null',
2339
+ FailedToDecode: 'Null',
2340
+ MaxWeightInvalid: 'Null',
2341
+ NotHoldingFees: 'Null',
2342
+ TooExpensive: 'Null',
2343
+ Trap: 'u64',
2344
+ ExpectationFalse: 'Null',
2345
+ PalletNotFound: 'Null',
2346
+ NameMismatch: 'Null',
2347
+ VersionIncompatible: 'Null',
2348
+ HoldingWouldOverflow: 'Null',
2349
+ ExportError: 'Null',
2350
+ ReanchorFailed: 'Null',
2351
+ NoDeal: 'Null',
2352
+ FeesNotMet: 'Null',
2353
+ LockError: 'Null',
2354
+ NoPermission: 'Null',
2355
+ Unanchored: 'Null',
2356
+ NotDepositable: 'Null',
2357
+ TooManyAssets: 'Null',
2358
+ UnhandledXcmVersion: 'Null',
2359
+ WeightLimitReached: 'PezspWeightsWeightV2Weight',
2360
+ Barrier: 'Null',
2361
+ WeightNotComputable: 'Null',
2362
+ ExceedsStackLimit: 'Null'
2363
+ }
2364
+ },
2365
+ /**
2366
+ * Lookup414: staging_xcm::v5::PalletInfo
2367
+ **/
2368
+ StagingXcmV5PezpalletInfo: {
2369
+ index: 'Compact<u32>',
2370
+ name: 'Bytes',
2371
+ moduleName: 'Bytes',
2372
+ major: 'Compact<u32>',
2373
+ minor: 'Compact<u32>',
2374
+ patch: 'Compact<u32>'
2375
+ },
2376
+ /**
2377
+ * Lookup419: staging_xcm::v5::QueryResponseInfo
2378
+ **/
2379
+ StagingXcmV5QueryResponseInfo: {
2380
+ destination: 'StagingXcmV5Location',
2381
+ queryId: 'Compact<u64>',
2382
+ maxWeight: 'PezspWeightsWeightV2Weight'
2383
+ },
2384
+ /**
2385
+ * Lookup420: staging_xcm::v5::asset::AssetFilter
2386
+ **/
2387
+ StagingXcmV5AssetAssetFilter: {
2388
+ _enum: {
2389
+ Definite: 'StagingXcmV5AssetAssets',
2390
+ Wild: 'StagingXcmV5AssetWildAsset'
2391
+ }
2392
+ },
2393
+ /**
2394
+ * Lookup421: staging_xcm::v5::asset::WildAsset
2395
+ **/
2396
+ StagingXcmV5AssetWildAsset: {
2397
+ _enum: {
2398
+ All: 'Null',
2399
+ AllOf: {
2400
+ id: 'StagingXcmV5AssetAssetId',
2401
+ fun: 'StagingXcmV5AssetWildFungibility',
2402
+ },
2403
+ AllCounted: 'Compact<u32>',
2404
+ AllOfCounted: {
2405
+ id: 'StagingXcmV5AssetAssetId',
2406
+ fun: 'StagingXcmV5AssetWildFungibility',
2407
+ count: 'Compact<u32>'
2408
+ }
2409
+ }
2410
+ },
2411
+ /**
2412
+ * Lookup422: staging_xcm::v5::asset::WildFungibility
2413
+ **/
2414
+ StagingXcmV5AssetWildFungibility: {
2415
+ _enum: ['Fungible', 'NonFungible']
2416
+ },
2417
+ /**
2418
+ * Lookup424: staging_xcm::v5::asset::AssetTransferFilter
2419
+ **/
2420
+ StagingXcmV5AssetAssetTransferFilter: {
2421
+ _enum: {
2422
+ Teleport: 'StagingXcmV5AssetAssetFilter',
2423
+ ReserveDeposit: 'StagingXcmV5AssetAssetFilter',
2424
+ ReserveWithdraw: 'StagingXcmV5AssetAssetFilter'
2425
+ }
2426
+ },
2427
+ /**
2428
+ * Lookup429: staging_xcm::v5::Hint
2429
+ **/
2430
+ StagingXcmV5Hint: {
2431
+ _enum: {
2432
+ AssetClaimer: {
2433
+ location: 'StagingXcmV5Location'
2434
+ }
2435
+ }
2436
+ },
2437
+ /**
2438
+ * Lookup431: xcm::VersionedAssets
2439
+ **/
2440
+ XcmVersionedAssets: {
2441
+ _enum: {
2442
+ __Unused0: 'Null',
2443
+ __Unused1: 'Null',
2444
+ __Unused2: 'Null',
2445
+ V3: 'XcmV3MultiassetMultiAssets',
2446
+ V4: 'StagingXcmV4AssetAssets',
2447
+ V5: 'StagingXcmV5AssetAssets'
2448
+ }
2449
+ },
2450
+ /**
2451
+ * Lookup443: staging_xcm_executor::traits::asset_transfer::TransferType
2452
+ **/
2453
+ StagingXcmExecutorAssetTransferTransferType: {
2454
+ _enum: {
2455
+ Teleport: 'Null',
2456
+ LocalReserve: 'Null',
2457
+ DestinationReserve: 'Null',
2458
+ RemoteReserve: 'XcmVersionedLocation'
2459
+ }
2460
+ },
2461
+ /**
2462
+ * Lookup444: xcm::VersionedAssetId
2463
+ **/
2464
+ XcmVersionedAssetId: {
2465
+ _enum: {
2466
+ __Unused0: 'Null',
2467
+ __Unused1: 'Null',
2468
+ __Unused2: 'Null',
2469
+ V3: 'XcmV3MultiassetAssetId',
2470
+ V4: 'StagingXcmV4AssetAssetId',
2471
+ V5: 'StagingXcmV5AssetAssetId'
2472
+ }
2473
+ },
2474
+ /**
2475
+ * Lookup447: polkadot_runtime_parachains::inclusion::AggregateMessageOrigin
2476
+ **/
2477
+ PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin: {
2478
+ _enum: {
2479
+ Ump: 'PezkuwiRuntimeTeyrchainsInclusionUmpQueueId'
2480
+ }
2481
+ },
2482
+ /**
2483
+ * Lookup448: polkadot_runtime_parachains::inclusion::UmpQueueId
2484
+ **/
2485
+ PezkuwiRuntimeTeyrchainsInclusionUmpQueueId: {
2486
+ _enum: {
2487
+ Para: 'u32'
2488
+ }
2489
+ },
2490
+ /**
2491
+ * Lookup465: pallet_rc_migrator::pallet::Call<T>
2492
+ **/
2493
+ PezpalletRcMigratorCall: {
2494
+ _enum: {
2495
+ force_set_stage: {
2496
+ stage: 'PezpalletRcMigratorMigrationStage',
2497
+ },
2498
+ schedule_migration: {
2499
+ start: 'PezframeSupportScheduleDispatchTime',
2500
+ warmUp: 'PezframeSupportScheduleDispatchTime',
2501
+ coolOff: 'PezframeSupportScheduleDispatchTime',
2502
+ unsafeIgnoreStakingLockCheck: 'bool',
2503
+ },
2504
+ start_data_migration: 'Null',
2505
+ receive_query_response: {
2506
+ queryId: 'u64',
2507
+ response: 'StagingXcmV5Response',
2508
+ },
2509
+ resend_xcm: {
2510
+ queryId: 'u64',
2511
+ },
2512
+ set_unprocessed_msg_buffer: {
2513
+ _alias: {
2514
+ new_: 'new',
2515
+ },
2516
+ new_: 'Option<u32>',
2517
+ },
2518
+ set_ah_ump_queue_priority: {
2519
+ _alias: {
2520
+ new_: 'new',
2521
+ },
2522
+ new_: 'PezpalletRcMigratorQueuePriority',
2523
+ },
2524
+ set_manager: {
2525
+ _alias: {
2526
+ new_: 'new',
2527
+ },
2528
+ new_: 'Option<AccountId32>',
2529
+ },
2530
+ send_xcm_message: {
2531
+ dest: 'XcmVersionedLocation',
2532
+ message: 'XcmVersionedXcm',
2533
+ },
2534
+ preserve_accounts: {
2535
+ accounts: 'Vec<AccountId32>',
2536
+ },
2537
+ set_canceller: {
2538
+ _alias: {
2539
+ new_: 'new',
2540
+ },
2541
+ new_: 'Option<AccountId32>',
2542
+ },
2543
+ pause_migration: 'Null',
2544
+ cancel_migration: 'Null',
2545
+ vote_manager_multisig: {
2546
+ payload: 'PezpalletRcMigratorManagerMultisigVote',
2547
+ sig: 'PezspRuntimeMultiSignature',
2548
+ },
2549
+ set_settings: {
2550
+ settings: 'Option<PezpalletRcMigratorMigrationSettings>'
2551
+ }
2552
+ }
2553
+ },
2554
+ /**
2555
+ * Lookup466: pallet_rc_migrator::MigrationStage<sp_core::crypto::AccountId32, BlockNumber, BagsListScore, VotingClass, polkadot_runtime_common::impls::VersionedLocatableAsset, SchedulerBlockNumber>
2556
+ **/
2557
+ PezpalletRcMigratorMigrationStage: {
2558
+ _enum: {
2559
+ Pending: 'Null',
2560
+ MigrationPaused: 'Null',
2561
+ Scheduled: {
2562
+ start: 'u32',
2563
+ },
2564
+ WaitingForAh: 'Null',
2565
+ WarmUp: {
2566
+ endAt: 'u32',
2567
+ },
2568
+ Starting: 'Null',
2569
+ PureProxyCandidatesMigrationInit: 'Null',
2570
+ AccountsMigrationInit: 'Null',
2571
+ AccountsMigrationOngoing: {
2572
+ lastKey: 'Option<AccountId32>',
2573
+ },
2574
+ AccountsMigrationDone: 'Null',
2575
+ MultisigMigrationInit: 'Null',
2576
+ MultisigMigrationOngoing: {
2577
+ lastKey: 'Option<(AccountId32,[u8;32])>',
2578
+ },
2579
+ MultisigMigrationDone: 'Null',
2580
+ ClaimsMigrationInit: 'Null',
2581
+ ClaimsMigrationOngoing: {
2582
+ currentKey: 'Option<PezpalletRcMigratorClaimsClaimsStage>',
2583
+ },
2584
+ ClaimsMigrationDone: 'Null',
2585
+ ProxyMigrationInit: 'Null',
2586
+ ProxyMigrationProxies: {
2587
+ lastKey: 'Option<AccountId32>',
2588
+ },
2589
+ ProxyMigrationAnnouncements: {
2590
+ lastKey: 'Option<AccountId32>',
2591
+ },
2592
+ ProxyMigrationDone: 'Null',
2593
+ PreimageMigrationInit: 'Null',
2594
+ PreimageMigrationChunksOngoing: {
2595
+ lastKey: 'Option<((H256,u32),u32)>',
2596
+ },
2597
+ PreimageMigrationChunksDone: 'Null',
2598
+ PreimageMigrationRequestStatusOngoing: {
2599
+ nextKey: 'Option<H256>',
2600
+ },
2601
+ PreimageMigrationRequestStatusDone: 'Null',
2602
+ PreimageMigrationLegacyRequestStatusInit: 'Null',
2603
+ PreimageMigrationLegacyRequestStatusOngoing: {
2604
+ nextKey: 'Option<H256>',
2605
+ },
2606
+ PreimageMigrationLegacyRequestStatusDone: 'Null',
2607
+ PreimageMigrationDone: 'Null',
2608
+ NomPoolsMigrationInit: 'Null',
2609
+ NomPoolsMigrationOngoing: {
2610
+ nextKey: 'Option<PezpalletRcMigratorStakingNomPoolsNomPoolsStage>',
2611
+ },
2612
+ NomPoolsMigrationDone: 'Null',
2613
+ VestingMigrationInit: 'Null',
2614
+ VestingMigrationOngoing: {
2615
+ nextKey: 'Option<AccountId32>',
2616
+ },
2617
+ VestingMigrationDone: 'Null',
2618
+ DelegatedStakingMigrationInit: 'Null',
2619
+ DelegatedStakingMigrationOngoing: {
2620
+ nextKey: 'Option<PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage>',
2621
+ },
2622
+ DelegatedStakingMigrationDone: 'Null',
2623
+ IndicesMigrationInit: 'Null',
2624
+ IndicesMigrationOngoing: {
2625
+ nextKey: 'Option<Null>',
2626
+ },
2627
+ IndicesMigrationDone: 'Null',
2628
+ ReferendaMigrationInit: 'Null',
2629
+ ReferendaMigrationOngoing: {
2630
+ lastKey: 'Option<PezpalletRcMigratorReferendaReferendaStage>',
2631
+ },
2632
+ ReferendaMigrationDone: 'Null',
2633
+ BagsListMigrationInit: 'Null',
2634
+ BagsListMigrationOngoing: {
2635
+ nextKey: 'Option<PezpalletRcMigratorStakingBagsListBagsListStage>',
2636
+ },
2637
+ BagsListMigrationDone: 'Null',
2638
+ SchedulerMigrationInit: 'Null',
2639
+ SchedulerMigrationOngoing: {
2640
+ lastKey: 'Option<PezpalletRcMigratorSchedulerSchedulerStage>',
2641
+ },
2642
+ SchedulerAgendaMigrationOngoing: {
2643
+ lastKey: 'Option<u32>',
2644
+ },
2645
+ SchedulerMigrationDone: 'Null',
2646
+ ConvictionVotingMigrationInit: 'Null',
2647
+ ConvictionVotingMigrationOngoing: {
2648
+ lastKey: 'Option<PezpalletRcMigratorConvictionVotingConvictionVotingStage>',
2649
+ },
2650
+ ConvictionVotingMigrationDone: 'Null',
2651
+ BountiesMigrationInit: 'Null',
2652
+ BountiesMigrationOngoing: {
2653
+ lastKey: 'Option<PezpalletRcMigratorBountiesBountiesStage>',
2654
+ },
2655
+ BountiesMigrationDone: 'Null',
2656
+ ChildBountiesMigrationInit: 'Null',
2657
+ ChildBountiesMigrationOngoing: {
2658
+ lastKey: 'Option<PezpalletRcMigratorChildBountiesChildBountiesStage>',
2659
+ },
2660
+ ChildBountiesMigrationDone: 'Null',
2661
+ AssetRateMigrationInit: 'Null',
2662
+ AssetRateMigrationOngoing: {
2663
+ lastKey: 'Option<PezkuwiRuntimeCommonImplsVersionedLocatableAsset>',
2664
+ },
2665
+ AssetRateMigrationDone: 'Null',
2666
+ CrowdloanMigrationInit: 'Null',
2667
+ CrowdloanMigrationOngoing: {
2668
+ lastKey: 'Option<PezpalletRcMigratorCrowdloanCrowdloanStage>',
2669
+ },
2670
+ CrowdloanMigrationDone: 'Null',
2671
+ TreasuryMigrationInit: 'Null',
2672
+ TreasuryMigrationOngoing: {
2673
+ lastKey: 'Option<PezpalletRcMigratorTreasuryTreasuryStage>',
2674
+ },
2675
+ TreasuryMigrationDone: 'Null',
2676
+ StakingMigrationInit: 'Null',
2677
+ StakingMigrationOngoing: {
2678
+ nextKey: 'Option<PezpalletRcMigratorStakingStakingImplStakingStage>',
2679
+ },
2680
+ StakingMigrationDone: 'Null',
2681
+ CoolOff: {
2682
+ endAt: 'u32',
2683
+ },
2684
+ SignalMigrationFinish: 'Null',
2685
+ MigrationDone: 'Null'
2686
+ }
2687
+ },
2688
+ /**
2689
+ * Lookup470: pallet_rc_migrator::claims::ClaimsStage<sp_core::crypto::AccountId32>
2690
+ **/
2691
+ PezpalletRcMigratorClaimsClaimsStage: {
2692
+ _enum: {
2693
+ StorageValues: 'Null',
2694
+ Claims: 'Option<PezkuwiRuntimeCommonClaimsEthereumAddress>',
2695
+ Vesting: 'Option<PezkuwiRuntimeCommonClaimsEthereumAddress>',
2696
+ Signing: 'Option<PezkuwiRuntimeCommonClaimsEthereumAddress>',
2697
+ Preclaims: 'Option<AccountId32>',
2698
+ Finished: 'Null'
2699
+ }
2700
+ },
2701
+ /**
2702
+ * Lookup476: pallet_rc_migrator::staking::nom_pools::NomPoolsStage<sp_core::crypto::AccountId32>
2703
+ **/
2704
+ PezpalletRcMigratorStakingNomPoolsNomPoolsStage: {
2705
+ _enum: {
2706
+ StorageValues: 'Null',
2707
+ PoolMembers: 'Option<AccountId32>',
2708
+ BondedPools: 'Option<u32>',
2709
+ RewardPools: 'Option<u32>',
2710
+ SubPoolsStorage: 'Option<u32>',
2711
+ Metadata: 'Option<u32>',
2712
+ ReversePoolIdLookup: 'Option<AccountId32>',
2713
+ ClaimPermissions: 'Option<AccountId32>',
2714
+ Finished: 'Null'
2715
+ }
2716
+ },
2717
+ /**
2718
+ * Lookup478: pallet_rc_migrator::staking::delegated_staking::DelegatedStakingStage<sp_core::crypto::AccountId32>
2719
+ **/
2720
+ PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage: {
2721
+ _enum: {
2722
+ Delegators: 'Option<AccountId32>',
2723
+ Agents: 'Option<AccountId32>',
2724
+ Finished: 'Null'
2725
+ }
2726
+ },
2727
+ /**
2728
+ * Lookup481: pallet_rc_migrator::referenda::ReferendaStage
2729
+ **/
2730
+ PezpalletRcMigratorReferendaReferendaStage: {
2731
+ _enum: {
2732
+ StorageValues: 'Null',
2733
+ Metadata: 'Option<u32>',
2734
+ ReferendumInfo: 'Option<u32>'
2735
+ }
2736
+ },
2737
+ /**
2738
+ * Lookup483: pallet_rc_migrator::staking::bags_list::BagsListStage<sp_core::crypto::AccountId32, Score>
2739
+ **/
2740
+ PezpalletRcMigratorStakingBagsListBagsListStage: {
2741
+ _enum: {
2742
+ ListNodes: 'Option<AccountId32>',
2743
+ ListBags: 'Option<u64>',
2744
+ Finished: 'Null'
2745
+ }
2746
+ },
2747
+ /**
2748
+ * Lookup485: pallet_rc_migrator::scheduler::SchedulerStage<BlockNumber>
2749
+ **/
2750
+ PezpalletRcMigratorSchedulerSchedulerStage: {
2751
+ _enum: {
2752
+ IncompleteSince: 'Null',
2753
+ Retries: 'Option<(u32,u32)>',
2754
+ Lookup: 'Option<[u8;32]>',
2755
+ Finished: 'Null'
2756
+ }
2757
+ },
2758
+ /**
2759
+ * Lookup487: pallet_rc_migrator::conviction_voting::ConvictionVotingStage<sp_core::crypto::AccountId32, Class>
2760
+ **/
2761
+ PezpalletRcMigratorConvictionVotingConvictionVotingStage: {
2762
+ _enum: {
2763
+ VotingFor: 'Option<(AccountId32,u16)>',
2764
+ ClassLocksFor: 'Option<AccountId32>',
2765
+ Finished: 'Null'
2766
+ }
2767
+ },
2768
+ /**
2769
+ * Lookup491: pallet_rc_migrator::bounties::BountiesStage
2770
+ **/
2771
+ PezpalletRcMigratorBountiesBountiesStage: {
2772
+ _enum: {
2773
+ BountyCount: 'Null',
2774
+ BountyApprovals: 'Null',
2775
+ BountyDescriptions: {
2776
+ lastKey: 'Option<u32>',
2777
+ },
2778
+ Bounties: {
2779
+ lastKey: 'Option<u32>',
2780
+ },
2781
+ Finished: 'Null'
2782
+ }
2783
+ },
2784
+ /**
2785
+ * Lookup493: pallet_rc_migrator::child_bounties::ChildBountiesStage
2786
+ **/
2787
+ PezpalletRcMigratorChildBountiesChildBountiesStage: {
2788
+ _enum: {
2789
+ ChildBountyCount: 'Null',
2790
+ ParentChildBounties: {
2791
+ parentId: 'Option<u32>',
2792
+ },
2793
+ ParentTotalChildBounties: {
2794
+ parentId: 'Option<u32>',
2795
+ },
2796
+ ChildBounties: {
2797
+ ids: 'Option<(u32,u32)>',
2798
+ },
2799
+ ChildBountyDescriptionsV1: {
2800
+ ids: 'Option<(u32,u32)>',
2801
+ },
2802
+ V0ToV1ChildBountyIds: {
2803
+ childId: 'Option<u32>',
2804
+ },
2805
+ ChildrenCuratorFees: {
2806
+ childId: 'Option<u32>',
2807
+ },
2808
+ Finished: 'Null'
2809
+ }
2810
+ },
2811
+ /**
2812
+ * Lookup496: pallet_rc_migrator::crowdloan::CrowdloanStage
2813
+ **/
2814
+ PezpalletRcMigratorCrowdloanCrowdloanStage: {
2815
+ _enum: {
2816
+ Setup: 'Null',
2817
+ LeaseReserve: {
2818
+ lastKey: 'Option<u32>',
2819
+ },
2820
+ CrowdloanContribution: {
2821
+ lastKey: 'Option<u32>',
2822
+ },
2823
+ CrowdloanReserve: 'Null',
2824
+ Finished: 'Null'
2825
+ }
2826
+ },
2827
+ /**
2828
+ * Lookup499: pallet_rc_migrator::treasury::TreasuryStage
2829
+ **/
2830
+ PezpalletRcMigratorTreasuryTreasuryStage: {
2831
+ _enum: {
2832
+ ProposalCount: 'Null',
2833
+ Proposals: 'Option<u32>',
2834
+ Approvals: 'Null',
2835
+ SpendCount: 'Null',
2836
+ Spends: 'Option<u32>',
2837
+ LastSpendPeriod: 'Null',
2838
+ Funds: 'Null',
2839
+ Finished: 'Null'
2840
+ }
2841
+ },
2842
+ /**
2843
+ * Lookup501: pallet_rc_migrator::staking::staking_impl::StakingStage<sp_core::crypto::AccountId32>
2844
+ **/
2845
+ PezpalletRcMigratorStakingStakingImplStakingStage: {
2846
+ _enum: {
2847
+ Values: 'Null',
2848
+ Invulnerables: 'Null',
2849
+ Bonded: 'Option<AccountId32>',
2850
+ Ledger: 'Option<AccountId32>',
2851
+ Payee: 'Option<AccountId32>',
2852
+ Validators: 'Option<AccountId32>',
2853
+ Nominators: 'Option<AccountId32>',
2854
+ VirtualStakers: 'Option<AccountId32>',
2855
+ ErasStakersOverview: 'Option<(u32,AccountId32)>',
2856
+ ErasStakersPaged: 'Option<(u32,AccountId32,u32)>',
2857
+ ClaimedRewards: 'Option<(u32,AccountId32)>',
2858
+ ErasValidatorPrefs: 'Option<(u32,AccountId32)>',
2859
+ ErasValidatorReward: 'Option<u32>',
2860
+ ErasRewardPoints: 'Option<u32>',
2861
+ ErasTotalStake: 'Option<u32>',
2862
+ UnappliedSlashes: 'Option<u32>',
2863
+ BondedEras: 'Null',
2864
+ ValidatorSlashInEra: 'Option<(u32,AccountId32)>',
2865
+ NominatorSlashInEra: 'Option<(u32,AccountId32)>',
2866
+ SlashingSpans: 'Option<AccountId32>',
2867
+ SpanSlash: 'Option<(AccountId32,u32)>',
2868
+ Finished: 'Null'
2869
+ }
2870
+ },
2871
+ /**
2872
+ * Lookup508: pallet_rc_migrator::types::QueuePriority<BlockNumber>
2873
+ **/
2874
+ PezpalletRcMigratorQueuePriority: {
2875
+ _enum: {
2876
+ Config: 'Null',
2877
+ OverrideConfig: '(u32,u32)',
2878
+ Disabled: 'Null'
2879
+ }
2880
+ },
2881
+ /**
2882
+ * Lookup509: pallet_rc_migrator::pallet::ManagerMultisigVote<T>
2883
+ **/
2884
+ PezpalletRcMigratorManagerMultisigVote: {
2885
+ who: 'PezspRuntimeMultiSigner',
2886
+ call: 'RuntimeCall',
2887
+ round: 'u32'
2888
+ },
2889
+ /**
2890
+ * Lookup511: pallet_rc_migrator::MigrationSettings
2891
+ **/
2892
+ PezpalletRcMigratorMigrationSettings: {
2893
+ maxAccountsPerBlock: 'Option<u32>',
2894
+ maxItemsPerBlock: 'Option<u32>'
2895
+ },
2896
+ /**
2897
+ * Lookup519: polkadot_runtime_common::claims::pallet::Event<T>
2898
+ **/
2899
+ PezkuwiRuntimeCommonClaimsPezpalletEvent: {
2900
+ _enum: {
2901
+ Claimed: {
2902
+ who: 'AccountId32',
2903
+ ethereumAddress: 'PezkuwiRuntimeCommonClaimsEthereumAddress',
2904
+ amount: 'u128'
2905
+ }
2906
+ }
2907
+ },
2908
+ /**
2909
+ * Lookup536: pallet_staking_async_ah_client::pallet::Event<T>
2910
+ **/
2911
+ PezpalletStakingAsyncAhClientEvent: {
2912
+ _enum: {
2913
+ ValidatorSetReceived: {
2914
+ id: 'u32',
2915
+ newValidatorSetCount: 'u32',
2916
+ pruneUpTo: 'Option<u32>',
2917
+ leftover: 'bool',
2918
+ },
2919
+ CouldNotMergeAndDropped: 'Null',
2920
+ SetTooSmallAndDropped: 'Null',
2921
+ Unexpected: 'PezpalletStakingAsyncAhClientUnexpectedKind'
2922
+ }
2923
+ },
2924
+ /**
2925
+ * Lookup537: pallet_staking_async_ah_client::pallet::UnexpectedKind
2926
+ **/
2927
+ PezpalletStakingAsyncAhClientUnexpectedKind: {
2928
+ _enum: ['ReceivedValidatorSetWhilePassive', 'UnexpectedModeTransition', 'SessionReportSendFailed', 'SessionReportDropped', 'OffenceSendFailed', 'ValidatorPointDropped']
2929
+ },
2930
+ /**
2931
+ * Lookup538: polkadot_runtime_parachains::inclusion::pallet::Event<T>
2932
+ **/
2933
+ PezkuwiRuntimeTeyrchainsInclusionPezpalletEvent: {
2934
+ _enum: {
2935
+ CandidateBacked: '(PezkuwiPrimitivesVstagingCandidateReceiptV2,Bytes,u32,u32)',
2936
+ CandidateIncluded: '(PezkuwiPrimitivesVstagingCandidateReceiptV2,Bytes,u32,u32)',
2937
+ CandidateTimedOut: '(PezkuwiPrimitivesVstagingCandidateReceiptV2,Bytes,u32)',
2938
+ UpwardMessagesReceived: {
2939
+ from: 'u32',
2940
+ count: 'u32'
2941
+ }
2942
+ }
2943
+ },
2944
+ /**
2945
+ * Lookup539: polkadot_primitives::vstaging::CandidateReceiptV2<primitive_types::H256>
2946
+ **/
2947
+ PezkuwiPrimitivesVstagingCandidateReceiptV2: {
2948
+ descriptor: 'PezkuwiPrimitivesVstagingCandidateDescriptorV2',
2949
+ commitmentsHash: 'H256'
2950
+ },
2951
+ /**
2952
+ * Lookup542: polkadot_runtime_parachains::paras::pallet::Event<T>
2953
+ **/
2954
+ PezkuwiRuntimeTeyrchainsParasPezpalletEvent: {
2955
+ _enum: {
2956
+ CurrentCodeUpdated: 'u32',
2957
+ CurrentHeadUpdated: 'u32',
2958
+ CodeUpgradeScheduled: 'u32',
2959
+ NewHeadNoted: 'u32',
2960
+ ActionQueued: '(u32,u32)',
2961
+ PvfCheckStarted: '(H256,u32)',
2962
+ PvfCheckAccepted: '(H256,u32)',
2963
+ PvfCheckRejected: '(H256,u32)',
2964
+ UpgradeCooldownRemoved: {
2965
+ paraId: 'u32',
2966
+ },
2967
+ CodeAuthorized: {
2968
+ paraId: 'u32',
2969
+ codeHash: 'H256',
2970
+ expireAt: 'u32'
2971
+ }
2972
+ }
2973
+ },
2974
+ /**
2975
+ * Lookup543: polkadot_runtime_parachains::hrmp::pallet::Event<T>
2976
+ **/
2977
+ PezkuwiRuntimeTeyrchainsHrmpPezpalletEvent: {
2978
+ _enum: {
2979
+ OpenChannelRequested: {
2980
+ sender: 'u32',
2981
+ recipient: 'u32',
2982
+ proposedMaxCapacity: 'u32',
2983
+ proposedMaxMessageSize: 'u32',
2984
+ },
2985
+ OpenChannelCanceled: {
2986
+ byParachain: 'u32',
2987
+ channelId: 'PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId',
2988
+ },
2989
+ OpenChannelAccepted: {
2990
+ sender: 'u32',
2991
+ recipient: 'u32',
2992
+ },
2993
+ ChannelClosed: {
2994
+ byParachain: 'u32',
2995
+ channelId: 'PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId',
2996
+ },
2997
+ HrmpChannelForceOpened: {
2998
+ sender: 'u32',
2999
+ recipient: 'u32',
3000
+ proposedMaxCapacity: 'u32',
3001
+ proposedMaxMessageSize: 'u32',
3002
+ },
3003
+ HrmpSystemChannelOpened: {
3004
+ sender: 'u32',
3005
+ recipient: 'u32',
3006
+ proposedMaxCapacity: 'u32',
3007
+ proposedMaxMessageSize: 'u32',
3008
+ },
3009
+ OpenChannelDepositsUpdated: {
3010
+ sender: 'u32',
3011
+ recipient: 'u32'
3012
+ }
3013
+ }
3014
+ },
3015
+ /**
3016
+ * Lookup544: polkadot_runtime_parachains::disputes::pallet::Event<T>
3017
+ **/
3018
+ PezkuwiRuntimeTeyrchainsDisputesPezpalletEvent: {
3019
+ _enum: {
3020
+ DisputeInitiated: '(H256,PezkuwiRuntimeTeyrchainsDisputesDisputeLocation)',
3021
+ DisputeConcluded: '(H256,PezkuwiRuntimeTeyrchainsDisputesDisputeResult)',
3022
+ Revert: 'u32'
3023
+ }
3024
+ },
3025
+ /**
3026
+ * Lookup545: polkadot_runtime_parachains::disputes::DisputeLocation
3027
+ **/
3028
+ PezkuwiRuntimeTeyrchainsDisputesDisputeLocation: {
3029
+ _enum: ['Local', 'Remote']
3030
+ },
3031
+ /**
3032
+ * Lookup546: polkadot_runtime_parachains::disputes::DisputeResult
3033
+ **/
3034
+ PezkuwiRuntimeTeyrchainsDisputesDisputeResult: {
3035
+ _enum: ['Valid', 'Invalid']
3036
+ },
3037
+ /**
3038
+ * Lookup547: polkadot_runtime_parachains::on_demand::pallet::Event<T>
3039
+ **/
3040
+ PezkuwiRuntimeTeyrchainsOnDemandPezpalletEvent: {
3041
+ _enum: {
3042
+ OnDemandOrderPlaced: {
3043
+ paraId: 'u32',
3044
+ spotPrice: 'u128',
3045
+ orderedBy: 'AccountId32',
3046
+ },
3047
+ SpotPriceSet: {
3048
+ spotPrice: 'u128',
3049
+ },
3050
+ AccountCredited: {
3051
+ who: 'AccountId32',
3052
+ amount: 'u128'
3053
+ }
3054
+ }
3055
+ },
3056
+ /**
3057
+ * Lookup548: polkadot_runtime_common::paras_registrar::pallet::Event<T>
3058
+ **/
3059
+ PezkuwiRuntimeCommonParasRegistrarPezpalletEvent: {
3060
+ _enum: {
3061
+ Registered: {
3062
+ paraId: 'u32',
3063
+ manager: 'AccountId32',
3064
+ },
3065
+ Deregistered: {
3066
+ paraId: 'u32',
3067
+ },
3068
+ Reserved: {
3069
+ paraId: 'u32',
3070
+ who: 'AccountId32',
3071
+ },
3072
+ Swapped: {
3073
+ paraId: 'u32',
3074
+ otherId: 'u32'
3075
+ }
3076
+ }
3077
+ },
3078
+ /**
3079
+ * Lookup549: polkadot_runtime_common::slots::pallet::Event<T>
3080
+ **/
3081
+ PezkuwiRuntimeCommonSlotsPezpalletEvent: {
3082
+ _enum: {
3083
+ NewLeasePeriod: {
3084
+ leasePeriod: 'u32',
3085
+ },
3086
+ Leased: {
3087
+ paraId: 'u32',
3088
+ leaser: 'AccountId32',
3089
+ periodBegin: 'u32',
3090
+ periodCount: 'u32',
3091
+ extraReserved: 'u128',
3092
+ totalAmount: 'u128'
3093
+ }
3094
+ }
3095
+ },
3096
+ /**
3097
+ * Lookup550: polkadot_runtime_common::auctions::pallet::Event<T>
3098
+ **/
3099
+ PezkuwiRuntimeCommonAuctionsPezpalletEvent: {
3100
+ _enum: {
3101
+ AuctionStarted: {
3102
+ auctionIndex: 'u32',
3103
+ leasePeriod: 'u32',
3104
+ ending: 'u32',
3105
+ },
3106
+ AuctionClosed: {
3107
+ auctionIndex: 'u32',
3108
+ },
3109
+ Reserved: {
3110
+ bidder: 'AccountId32',
3111
+ extraReserved: 'u128',
3112
+ totalAmount: 'u128',
3113
+ },
3114
+ Unreserved: {
3115
+ bidder: 'AccountId32',
3116
+ amount: 'u128',
3117
+ },
3118
+ ReserveConfiscated: {
3119
+ paraId: 'u32',
3120
+ leaser: 'AccountId32',
3121
+ amount: 'u128',
3122
+ },
3123
+ BidAccepted: {
3124
+ bidder: 'AccountId32',
3125
+ paraId: 'u32',
3126
+ amount: 'u128',
3127
+ firstSlot: 'u32',
3128
+ lastSlot: 'u32',
3129
+ },
3130
+ WinningOffset: {
3131
+ auctionIndex: 'u32',
3132
+ blockNumber: 'u32'
3133
+ }
3134
+ }
3135
+ },
3136
+ /**
3137
+ * Lookup551: polkadot_runtime_common::crowdloan::pallet::Event<T>
3138
+ **/
3139
+ PezkuwiRuntimeCommonCrowdloanPezpalletEvent: {
3140
+ _enum: {
3141
+ Created: {
3142
+ paraId: 'u32',
3143
+ },
3144
+ Contributed: {
3145
+ who: 'AccountId32',
3146
+ fundIndex: 'u32',
3147
+ amount: 'u128',
3148
+ },
3149
+ Withdrew: {
3150
+ who: 'AccountId32',
3151
+ fundIndex: 'u32',
3152
+ amount: 'u128',
3153
+ },
3154
+ PartiallyRefunded: {
3155
+ paraId: 'u32',
3156
+ },
3157
+ AllRefunded: {
3158
+ paraId: 'u32',
3159
+ },
3160
+ Dissolved: {
3161
+ paraId: 'u32',
3162
+ },
3163
+ HandleBidResult: {
3164
+ paraId: 'u32',
3165
+ result: 'Result<Null, PezspRuntimeDispatchError>',
3166
+ },
3167
+ Edited: {
3168
+ paraId: 'u32',
3169
+ },
3170
+ MemoUpdated: {
3171
+ who: 'AccountId32',
3172
+ paraId: 'u32',
3173
+ memo: 'Bytes',
3174
+ },
3175
+ AddedToNewRaise: {
3176
+ paraId: 'u32'
3177
+ }
3178
+ }
3179
+ },
3180
+ /**
3181
+ * Lookup552: polkadot_runtime_parachains::coretime::pallet::Event<T>
3182
+ **/
3183
+ PezkuwiRuntimeTeyrchainsCoretimePezpalletEvent: {
3184
+ _enum: {
3185
+ RevenueInfoRequested: {
3186
+ when: 'u32',
3187
+ },
3188
+ CoreAssigned: {
3189
+ core: 'u32'
3190
+ }
3191
+ }
3192
+ },
3193
+ /**
3194
+ * Lookup556: pallet_xcm::pallet::Event<T>
3195
+ **/
3196
+ PezpalletXcmEvent: {
3197
+ _enum: {
3198
+ Attempted: {
3199
+ outcome: 'StagingXcmV5TraitsOutcome',
3200
+ },
3201
+ Sent: {
3202
+ origin: 'StagingXcmV5Location',
3203
+ destination: 'StagingXcmV5Location',
3204
+ message: 'StagingXcmV5Xcm',
3205
+ messageId: '[u8;32]',
3206
+ },
3207
+ SendFailed: {
3208
+ origin: 'StagingXcmV5Location',
3209
+ destination: 'StagingXcmV5Location',
3210
+ error: 'XcmV3TraitsSendError',
3211
+ messageId: '[u8;32]',
3212
+ },
3213
+ ProcessXcmError: {
3214
+ origin: 'StagingXcmV5Location',
3215
+ error: 'XcmV5TraitsError',
3216
+ messageId: '[u8;32]',
3217
+ },
3218
+ UnexpectedResponse: {
3219
+ origin: 'StagingXcmV5Location',
3220
+ queryId: 'u64',
3221
+ },
3222
+ ResponseReady: {
3223
+ queryId: 'u64',
3224
+ response: 'StagingXcmV5Response',
3225
+ },
3226
+ Notified: {
3227
+ queryId: 'u64',
3228
+ palletIndex: 'u8',
3229
+ callIndex: 'u8',
3230
+ },
3231
+ NotifyOverweight: {
3232
+ queryId: 'u64',
3233
+ palletIndex: 'u8',
3234
+ callIndex: 'u8',
3235
+ actualWeight: 'PezspWeightsWeightV2Weight',
3236
+ maxBudgetedWeight: 'PezspWeightsWeightV2Weight',
3237
+ },
3238
+ NotifyDispatchError: {
3239
+ queryId: 'u64',
3240
+ palletIndex: 'u8',
3241
+ callIndex: 'u8',
3242
+ },
3243
+ NotifyDecodeFailed: {
3244
+ queryId: 'u64',
3245
+ palletIndex: 'u8',
3246
+ callIndex: 'u8',
3247
+ },
3248
+ InvalidResponder: {
3249
+ origin: 'StagingXcmV5Location',
3250
+ queryId: 'u64',
3251
+ expectedLocation: 'Option<StagingXcmV5Location>',
3252
+ },
3253
+ InvalidResponderVersion: {
3254
+ origin: 'StagingXcmV5Location',
3255
+ queryId: 'u64',
3256
+ },
3257
+ ResponseTaken: {
3258
+ queryId: 'u64',
3259
+ },
3260
+ AssetsTrapped: {
3261
+ _alias: {
3262
+ hash_: 'hash',
3263
+ },
3264
+ hash_: 'H256',
3265
+ origin: 'StagingXcmV5Location',
3266
+ assets: 'XcmVersionedAssets',
3267
+ },
3268
+ VersionChangeNotified: {
3269
+ destination: 'StagingXcmV5Location',
3270
+ result: 'u32',
3271
+ cost: 'StagingXcmV5AssetAssets',
3272
+ messageId: '[u8;32]',
3273
+ },
3274
+ SupportedVersionChanged: {
3275
+ location: 'StagingXcmV5Location',
3276
+ version: 'u32',
3277
+ },
3278
+ NotifyTargetSendFail: {
3279
+ location: 'StagingXcmV5Location',
3280
+ queryId: 'u64',
3281
+ error: 'XcmV5TraitsError',
3282
+ },
3283
+ NotifyTargetMigrationFail: {
3284
+ location: 'XcmVersionedLocation',
3285
+ queryId: 'u64',
3286
+ },
3287
+ InvalidQuerierVersion: {
3288
+ origin: 'StagingXcmV5Location',
3289
+ queryId: 'u64',
3290
+ },
3291
+ InvalidQuerier: {
3292
+ origin: 'StagingXcmV5Location',
3293
+ queryId: 'u64',
3294
+ expectedQuerier: 'StagingXcmV5Location',
3295
+ maybeActualQuerier: 'Option<StagingXcmV5Location>',
3296
+ },
3297
+ VersionNotifyStarted: {
3298
+ destination: 'StagingXcmV5Location',
3299
+ cost: 'StagingXcmV5AssetAssets',
3300
+ messageId: '[u8;32]',
3301
+ },
3302
+ VersionNotifyRequested: {
3303
+ destination: 'StagingXcmV5Location',
3304
+ cost: 'StagingXcmV5AssetAssets',
3305
+ messageId: '[u8;32]',
3306
+ },
3307
+ VersionNotifyUnrequested: {
3308
+ destination: 'StagingXcmV5Location',
3309
+ cost: 'StagingXcmV5AssetAssets',
3310
+ messageId: '[u8;32]',
3311
+ },
3312
+ FeesPaid: {
3313
+ paying: 'StagingXcmV5Location',
3314
+ fees: 'StagingXcmV5AssetAssets',
3315
+ },
3316
+ AssetsClaimed: {
3317
+ _alias: {
3318
+ hash_: 'hash',
3319
+ },
3320
+ hash_: 'H256',
3321
+ origin: 'StagingXcmV5Location',
3322
+ assets: 'XcmVersionedAssets',
3323
+ },
3324
+ VersionMigrationFinished: {
3325
+ version: 'u32',
3326
+ },
3327
+ AliasAuthorized: {
3328
+ aliaser: 'StagingXcmV5Location',
3329
+ target: 'StagingXcmV5Location',
3330
+ expiry: 'Option<u64>',
3331
+ },
3332
+ AliasAuthorizationRemoved: {
3333
+ aliaser: 'StagingXcmV5Location',
3334
+ target: 'StagingXcmV5Location',
3335
+ },
3336
+ AliasesAuthorizationsRemoved: {
3337
+ target: 'StagingXcmV5Location'
3338
+ }
3339
+ }
3340
+ },
3341
+ /**
3342
+ * Lookup557: staging_xcm::v5::traits::Outcome
3343
+ **/
3344
+ StagingXcmV5TraitsOutcome: {
3345
+ _enum: {
3346
+ Complete: {
3347
+ used: 'PezspWeightsWeightV2Weight',
3348
+ },
3349
+ Incomplete: {
3350
+ used: 'PezspWeightsWeightV2Weight',
3351
+ error: 'StagingXcmV5TraitsInstructionError',
3352
+ },
3353
+ Error: 'StagingXcmV5TraitsInstructionError'
3354
+ }
3355
+ },
3356
+ /**
3357
+ * Lookup558: staging_xcm::v5::traits::InstructionError
3358
+ **/
3359
+ StagingXcmV5TraitsInstructionError: {
3360
+ index: 'u8',
3361
+ error: 'XcmV5TraitsError'
3362
+ },
3363
+ /**
3364
+ * Lookup559: xcm::v3::traits::SendError
3365
+ **/
3366
+ XcmV3TraitsSendError: {
3367
+ _enum: ['NotApplicable', 'Transport', 'Unroutable', 'DestinationUnsupported', 'ExceedsMaxMessageSize', 'MissingArgument', 'Fees']
3368
+ },
3369
+ /**
3370
+ * Lookup563: pallet_rc_migrator::pallet::Event<T>
3371
+ **/
3372
+ PezpalletRcMigratorEvent: {
3373
+ _enum: {
3374
+ StageTransition: {
3375
+ _alias: {
3376
+ new_: 'new',
3377
+ },
3378
+ old: 'PezpalletRcMigratorMigrationStage',
3379
+ new_: 'PezpalletRcMigratorMigrationStage',
3380
+ },
3381
+ AssetHubMigrationStarted: 'Null',
3382
+ AssetHubMigrationFinished: 'Null',
3383
+ QueryResponseReceived: {
3384
+ queryId: 'u64',
3385
+ response: 'XcmV3MaybeErrorCode',
3386
+ },
3387
+ XcmResendAttempt: {
3388
+ queryId: 'u64',
3389
+ sendError: 'Option<XcmV3TraitsSendError>',
3390
+ },
3391
+ UnprocessedMsgBufferSet: {
3392
+ _alias: {
3393
+ new_: 'new',
3394
+ },
3395
+ new_: 'u32',
3396
+ old: 'u32',
3397
+ },
3398
+ AhUmpQueuePrioritySet: {
3399
+ prioritized: 'bool',
3400
+ cycleBlock: 'u32',
3401
+ cyclePeriod: 'u32',
3402
+ },
3403
+ AhUmpQueuePriorityConfigSet: {
3404
+ _alias: {
3405
+ new_: 'new',
3406
+ },
3407
+ old: 'PezpalletRcMigratorQueuePriority',
3408
+ new_: 'PezpalletRcMigratorQueuePriority',
3409
+ },
3410
+ MigratedBalanceRecordSet: {
3411
+ kept: 'u128',
3412
+ migrated: 'u128',
3413
+ },
3414
+ MigratedBalanceConsumed: {
3415
+ kept: 'u128',
3416
+ migrated: 'u128',
3417
+ },
3418
+ ManagerSet: {
3419
+ _alias: {
3420
+ new_: 'new',
3421
+ },
3422
+ old: 'Option<AccountId32>',
3423
+ new_: 'Option<AccountId32>',
3424
+ },
3425
+ XcmSent: {
3426
+ origin: 'StagingXcmV5Location',
3427
+ destination: 'StagingXcmV5Location',
3428
+ message: 'StagingXcmV5Xcm',
3429
+ messageId: '[u8;32]',
3430
+ },
3431
+ StakingElectionsPaused: 'Null',
3432
+ AccountsPreserved: {
3433
+ accounts: 'Vec<AccountId32>',
3434
+ },
3435
+ CancellerSet: {
3436
+ _alias: {
3437
+ new_: 'new',
3438
+ },
3439
+ old: 'Option<AccountId32>',
3440
+ new_: 'Option<AccountId32>',
3441
+ },
3442
+ MigrationPaused: {
3443
+ pauseStage: 'PezpalletRcMigratorMigrationStage',
3444
+ },
3445
+ MigrationCancelled: 'Null',
3446
+ PureAccountsIndexed: {
3447
+ numPureAccounts: 'u32',
3448
+ },
3449
+ ManagerMultisigDispatched: {
3450
+ res: 'Result<Null, PezspRuntimeDispatchError>',
3451
+ },
3452
+ ManagerMultisigVoted: {
3453
+ votes: 'u32',
3454
+ },
3455
+ MigrationSettingsSet: {
3456
+ _alias: {
3457
+ new_: 'new',
3458
+ },
3459
+ old: 'Option<PezpalletRcMigratorMigrationSettings>',
3460
+ new_: 'Option<PezpalletRcMigratorMigrationSettings>'
3461
+ }
3462
+ }
3463
+ },
3464
+ /**
3465
+ * Lookup623: polkadot_runtime::RuntimeHoldReason
3466
+ **/
3467
+ PezkuwiRuntimeRuntimeHoldReason: {
3468
+ _enum: {
3469
+ __Unused0: 'Null',
3470
+ __Unused1: 'Null',
3471
+ __Unused2: 'Null',
3472
+ __Unused3: 'Null',
3473
+ __Unused4: 'Null',
3474
+ __Unused5: 'Null',
3475
+ __Unused6: 'Null',
3476
+ Staking: 'PezpalletStakingPezpalletHoldReason',
3477
+ __Unused8: 'Null',
3478
+ Session: 'PezpalletSessionHoldReason',
3479
+ Preimage: 'PezpalletPreimageHoldReason',
3480
+ __Unused11: 'Null',
3481
+ __Unused12: 'Null',
3482
+ __Unused13: 'Null',
3483
+ __Unused14: 'Null',
3484
+ __Unused15: 'Null',
3485
+ __Unused16: 'Null',
3486
+ __Unused17: 'Null',
3487
+ __Unused18: 'Null',
3488
+ __Unused19: 'Null',
3489
+ __Unused20: 'Null',
3490
+ __Unused21: 'Null',
3491
+ __Unused22: 'Null',
3492
+ __Unused23: 'Null',
3493
+ __Unused24: 'Null',
3494
+ __Unused25: 'Null',
3495
+ __Unused26: 'Null',
3496
+ __Unused27: 'Null',
3497
+ __Unused28: 'Null',
3498
+ __Unused29: 'Null',
3499
+ __Unused30: 'Null',
3500
+ __Unused31: 'Null',
3501
+ __Unused32: 'Null',
3502
+ __Unused33: 'Null',
3503
+ __Unused34: 'Null',
3504
+ __Unused35: 'Null',
3505
+ __Unused36: 'Null',
3506
+ __Unused37: 'Null',
3507
+ __Unused38: 'Null',
3508
+ __Unused39: 'Null',
3509
+ __Unused40: 'Null',
3510
+ DelegatedStaking: 'PezpalletDelegatedStakingHoldReason',
3511
+ __Unused42: 'Null',
3512
+ __Unused43: 'Null',
3513
+ __Unused44: 'Null',
3514
+ __Unused45: 'Null',
3515
+ __Unused46: 'Null',
3516
+ __Unused47: 'Null',
3517
+ __Unused48: 'Null',
3518
+ __Unused49: 'Null',
3519
+ __Unused50: 'Null',
3520
+ __Unused51: 'Null',
3521
+ __Unused52: 'Null',
3522
+ __Unused53: 'Null',
3523
+ __Unused54: 'Null',
3524
+ __Unused55: 'Null',
3525
+ __Unused56: 'Null',
3526
+ __Unused57: 'Null',
3527
+ __Unused58: 'Null',
3528
+ __Unused59: 'Null',
3529
+ __Unused60: 'Null',
3530
+ __Unused61: 'Null',
3531
+ __Unused62: 'Null',
3532
+ __Unused63: 'Null',
3533
+ __Unused64: 'Null',
3534
+ __Unused65: 'Null',
3535
+ __Unused66: 'Null',
3536
+ __Unused67: 'Null',
3537
+ __Unused68: 'Null',
3538
+ __Unused69: 'Null',
3539
+ __Unused70: 'Null',
3540
+ __Unused71: 'Null',
3541
+ __Unused72: 'Null',
3542
+ __Unused73: 'Null',
3543
+ __Unused74: 'Null',
3544
+ __Unused75: 'Null',
3545
+ __Unused76: 'Null',
3546
+ __Unused77: 'Null',
3547
+ __Unused78: 'Null',
3548
+ __Unused79: 'Null',
3549
+ __Unused80: 'Null',
3550
+ __Unused81: 'Null',
3551
+ __Unused82: 'Null',
3552
+ __Unused83: 'Null',
3553
+ __Unused84: 'Null',
3554
+ __Unused85: 'Null',
3555
+ __Unused86: 'Null',
3556
+ __Unused87: 'Null',
3557
+ __Unused88: 'Null',
3558
+ __Unused89: 'Null',
3559
+ __Unused90: 'Null',
3560
+ __Unused91: 'Null',
3561
+ __Unused92: 'Null',
3562
+ __Unused93: 'Null',
3563
+ __Unused94: 'Null',
3564
+ __Unused95: 'Null',
3565
+ __Unused96: 'Null',
3566
+ __Unused97: 'Null',
3567
+ StateTrieMigration: 'PezpalletStateTrieMigrationHoldReason',
3568
+ XcmPallet: 'PezpalletXcmHoldReason'
3569
+ }
3570
+ },
3571
+ /**
3572
+ * Lookup626: pallet_session::pallet::HoldReason
3573
+ **/
3574
+ PezpalletSessionHoldReason: {
3575
+ _enum: ['Keys']
3576
+ },
3577
+ /**
3578
+ * Lookup629: pallet_xcm::pallet::HoldReason
3579
+ **/
3580
+ PezpalletXcmHoldReason: {
3581
+ _enum: ['AuthorizeAlias']
3582
+ },
3583
+ /**
3584
+ * Lookup633: polkadot_runtime::RuntimeFreezeReason
3585
+ **/
3586
+ PezkuwiRuntimeRuntimeFreezeReason: {
3587
+ _enum: {
3588
+ __Unused0: 'Null',
3589
+ __Unused1: 'Null',
3590
+ __Unused2: 'Null',
3591
+ __Unused3: 'Null',
3592
+ __Unused4: 'Null',
3593
+ __Unused5: 'Null',
3594
+ __Unused6: 'Null',
3595
+ __Unused7: 'Null',
3596
+ __Unused8: 'Null',
3597
+ __Unused9: 'Null',
3598
+ __Unused10: 'Null',
3599
+ __Unused11: 'Null',
3600
+ __Unused12: 'Null',
3601
+ __Unused13: 'Null',
3602
+ __Unused14: 'Null',
3603
+ __Unused15: 'Null',
3604
+ __Unused16: 'Null',
3605
+ __Unused17: 'Null',
3606
+ __Unused18: 'Null',
3607
+ __Unused19: 'Null',
3608
+ __Unused20: 'Null',
3609
+ __Unused21: 'Null',
3610
+ __Unused22: 'Null',
3611
+ __Unused23: 'Null',
3612
+ __Unused24: 'Null',
3613
+ __Unused25: 'Null',
3614
+ __Unused26: 'Null',
3615
+ __Unused27: 'Null',
3616
+ __Unused28: 'Null',
3617
+ __Unused29: 'Null',
3618
+ __Unused30: 'Null',
3619
+ __Unused31: 'Null',
3620
+ __Unused32: 'Null',
3621
+ __Unused33: 'Null',
3622
+ __Unused34: 'Null',
3623
+ __Unused35: 'Null',
3624
+ __Unused36: 'Null',
3625
+ __Unused37: 'Null',
3626
+ __Unused38: 'Null',
3627
+ NominationPools: 'PezpalletNominationPoolsFreezeReason'
3628
+ }
3629
+ },
3630
+ /**
3631
+ * Lookup693: pallet_referenda::types::ReferendumInfo<TrackId, polkadot_runtime::OriginCaller, Moment, frame_support::traits::preimages::Bounded<polkadot_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance, pallet_conviction_voting::types::Tally<Votes, Total>, sp_core::crypto::AccountId32, ScheduleAddress>
3632
+ **/
3633
+ PezpalletReferendaReferendumInfo: {
3634
+ _enum: {
3635
+ Ongoing: 'PezpalletReferendaReferendumStatus',
3636
+ Approved: '(u32,Option<PezpalletReferendaDeposit>,Option<PezpalletReferendaDeposit>)',
3637
+ Rejected: '(u32,Option<PezpalletReferendaDeposit>,Option<PezpalletReferendaDeposit>)',
3638
+ Cancelled: '(u32,Option<PezpalletReferendaDeposit>,Option<PezpalletReferendaDeposit>)',
3639
+ TimedOut: '(u32,Option<PezpalletReferendaDeposit>,Option<PezpalletReferendaDeposit>)',
3640
+ Killed: 'u32'
3641
+ }
3642
+ },
3643
+ /**
3644
+ * Lookup694: pallet_referenda::types::ReferendumStatus<TrackId, polkadot_runtime::OriginCaller, Moment, frame_support::traits::preimages::Bounded<polkadot_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance, pallet_conviction_voting::types::Tally<Votes, Total>, sp_core::crypto::AccountId32, ScheduleAddress>
3645
+ **/
3646
+ PezpalletReferendaReferendumStatus: {
3647
+ track: 'u16',
3648
+ origin: 'PezkuwiRuntimeOriginCaller',
3649
+ proposal: 'PezframeSupportPreimagesBounded',
3650
+ enactment: 'PezframeSupportScheduleDispatchTime',
3651
+ submitted: 'u32',
3652
+ submissionDeposit: 'PezpalletReferendaDeposit',
3653
+ decisionDeposit: 'Option<PezpalletReferendaDeposit>',
3654
+ deciding: 'Option<PezpalletReferendaDecidingStatus>',
3655
+ tally: 'PezpalletConvictionVotingTally',
3656
+ inQueue: 'bool',
3657
+ alarm: 'Option<(u32,(u32,u32))>'
3658
+ },
3659
+ /**
3660
+ * Lookup712: polkadot_runtime_common::claims::pallet::Error<T>
3661
+ **/
3662
+ PezkuwiRuntimeCommonClaimsPezpalletError: {
3663
+ _enum: ['InvalidEthereumSignature', 'SignerHasNoClaim', 'SenderHasNoClaim', 'PotUnderflow', 'InvalidStatement', 'VestedBalanceExists']
3664
+ },
3665
+ /**
3666
+ * Lookup738: frame_election_provider_support::BoundedSupports<sp_core::crypto::AccountId32, BOuter, BInner>
3667
+ **/
3668
+ PezframeElectionProviderSupportBoundedSupports: 'Vec<(AccountId32,PezframeElectionProviderSupportBoundedSupport)>',
3669
+ /**
3670
+ * Lookup741: frame_election_provider_support::BoundedSupport<sp_core::crypto::AccountId32, Bound>
3671
+ **/
3672
+ PezframeElectionProviderSupportBoundedSupport: {
3673
+ total: 'u128',
3674
+ voters: 'Vec<(AccountId32,u128)>'
3675
+ },
3676
+ /**
3677
+ * Lookup783: pallet_staking_async_rc_client::SessionReport<sp_core::crypto::AccountId32>
3678
+ **/
3679
+ PezpalletStakingAsyncRcClientSessionReport: {
3680
+ endIndex: 'u32',
3681
+ validatorPoints: 'Vec<(AccountId32,u32)>',
3682
+ activationTimestamp: 'Option<(u64,u32)>',
3683
+ leftover: 'bool'
3684
+ },
3685
+ /**
3686
+ * Lookup787: pallet_staking_async_rc_client::Offence<sp_core::crypto::AccountId32>
3687
+ **/
3688
+ PezpalletStakingAsyncRcClientOffence: {
3689
+ offender: 'AccountId32',
3690
+ reporters: 'Vec<AccountId32>',
3691
+ slashFraction: 'Perbill'
3692
+ },
3693
+ /**
3694
+ * Lookup789: pallet_staking_async_ah_client::pallet::Error<T>
3695
+ **/
3696
+ PezpalletStakingAsyncAhClientError: {
3697
+ _enum: ['Blocked']
3698
+ },
3699
+ /**
3700
+ * Lookup790: polkadot_runtime_parachains::configuration::HostConfiguration<BlockNumber>
3701
+ **/
3702
+ PezkuwiRuntimeTeyrchainsConfigurationHostConfiguration: {
3703
+ maxCodeSize: 'u32',
3704
+ maxHeadDataSize: 'u32',
3705
+ maxUpwardQueueCount: 'u32',
3706
+ maxUpwardQueueSize: 'u32',
3707
+ maxUpwardMessageSize: 'u32',
3708
+ maxUpwardMessageNumPerCandidate: 'u32',
3709
+ hrmpMaxMessageNumPerCandidate: 'u32',
3710
+ validationUpgradeCooldown: 'u32',
3711
+ validationUpgradeDelay: 'u32',
3712
+ asyncBackingParams: 'PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams',
3713
+ maxPovSize: 'u32',
3714
+ maxDownwardMessageSize: 'u32',
3715
+ hrmpMaxParachainOutboundChannels: 'u32',
3716
+ hrmpSenderDeposit: 'u128',
3717
+ hrmpRecipientDeposit: 'u128',
3718
+ hrmpChannelMaxCapacity: 'u32',
3719
+ hrmpChannelMaxTotalSize: 'u32',
3720
+ hrmpMaxParachainInboundChannels: 'u32',
3721
+ hrmpChannelMaxMessageSize: 'u32',
3722
+ executorParams: 'PezkuwiPrimitivesV8ExecutorParams',
3723
+ codeRetentionPeriod: 'u32',
3724
+ maxValidators: 'Option<u32>',
3725
+ disputePeriod: 'u32',
3726
+ disputePostConclusionAcceptancePeriod: 'u32',
3727
+ noShowSlots: 'u32',
3728
+ nDelayTranches: 'u32',
3729
+ zerothDelayTrancheWidth: 'u32',
3730
+ neededApprovals: 'u32',
3731
+ relayVrfModuloSamples: 'u32',
3732
+ pvfVotingTtl: 'u32',
3733
+ minimumValidationUpgradeDelay: 'u32',
3734
+ minimumBackingVotes: 'u32',
3735
+ nodeFeatures: 'BitVec',
3736
+ approvalVotingParams: 'PezkuwiPrimitivesV8ApprovalVotingParams',
3737
+ schedulerParams: 'PezkuwiPrimitivesV8SchedulerParams'
3738
+ },
3739
+ /**
3740
+ * Lookup793: polkadot_runtime_parachains::configuration::pallet::Error<T>
3741
+ **/
3742
+ PezkuwiRuntimeTeyrchainsConfigurationPezpalletError: {
3743
+ _enum: ['InvalidNewValue']
3744
+ },
3745
+ /**
3746
+ * Lookup796: polkadot_runtime_parachains::shared::AllowedRelayParentsTracker<primitive_types::H256, BlockNumber>
3747
+ **/
3748
+ PezkuwiRuntimeTeyrchainsSharedAllowedRelayParentsTracker: {
3749
+ buffer: 'Vec<PezkuwiRuntimeTeyrchainsSharedRelayParentInfo>',
3750
+ latestNumber: 'u32'
3751
+ },
3752
+ /**
3753
+ * Lookup798: polkadot_runtime_parachains::shared::RelayParentInfo<primitive_types::H256>
3754
+ **/
3755
+ PezkuwiRuntimeTeyrchainsSharedRelayParentInfo: {
3756
+ relayParent: 'H256',
3757
+ stateRoot: 'H256',
3758
+ claimQueue: 'BTreeMap<u32, BTreeMap<u8, BTreeSet<u32>>>'
3759
+ },
3760
+ /**
3761
+ * Lookup808: polkadot_runtime_parachains::inclusion::CandidatePendingAvailability<primitive_types::H256, N>
3762
+ **/
3763
+ PezkuwiRuntimeTeyrchainsInclusionCandidatePendingAvailability: {
3764
+ _alias: {
3765
+ hash_: 'hash'
3766
+ },
3767
+ core: 'u32',
3768
+ hash_: 'H256',
3769
+ descriptor: 'PezkuwiPrimitivesVstagingCandidateDescriptorV2',
3770
+ commitments: 'PezkuwiPrimitivesV8CandidateCommitments',
3771
+ availabilityVotes: 'BitVec',
3772
+ backers: 'BitVec',
3773
+ relayParentNumber: 'u32',
3774
+ backedInNumber: 'u32',
3775
+ backingGroup: 'u32'
3776
+ },
3777
+ /**
3778
+ * Lookup809: polkadot_runtime_parachains::inclusion::pallet::Error<T>
3779
+ **/
3780
+ PezkuwiRuntimeTeyrchainsInclusionPezpalletError: {
3781
+ _enum: ['ValidatorIndexOutOfBounds', 'UnscheduledCandidate', 'HeadDataTooLarge', 'PrematureCodeUpgrade', 'NewCodeTooLarge', 'DisallowedRelayParent', 'InvalidAssignment', 'InvalidGroupIndex', 'InsufficientBacking', 'InvalidBacking', 'ValidationDataHashMismatch', 'IncorrectDownwardMessageHandling', 'InvalidUpwardMessages', 'HrmpWatermarkMishandling', 'InvalidOutboundHrmp', 'InvalidValidationCodeHash', 'ParaHeadMismatch']
3782
+ },
3783
+ /**
3784
+ * Lookup810: polkadot_primitives::vstaging::ScrapedOnChainVotes<primitive_types::H256>
3785
+ **/
3786
+ PezkuwiPrimitivesVstagingScrapedOnChainVotes: {
3787
+ session: 'u32',
3788
+ backingValidatorsPerCandidate: 'Vec<(PezkuwiPrimitivesVstagingCandidateReceiptV2,Vec<(u32,PezkuwiPrimitivesV8ValidityAttestation)>)>',
3789
+ disputes: 'Vec<PezkuwiPrimitivesV8DisputeStatementSet>'
3790
+ },
3791
+ /**
3792
+ * Lookup815: polkadot_runtime_parachains::paras_inherent::pallet::Error<T>
3793
+ **/
3794
+ PezkuwiRuntimeTeyrchainsParasInherentPezpalletError: {
3795
+ _enum: ['TooManyInclusionInherents', 'InvalidParentHeader', 'InherentDataFilteredDuringExecution', 'UnscheduledCandidate']
3796
+ },
3797
+ /**
3798
+ * Lookup819: polkadot_runtime_parachains::scheduler::common::Assignment
3799
+ **/
3800
+ PezkuwiRuntimeTeyrchainsSchedulerCommonAssignment: {
3801
+ _enum: {
3802
+ Pool: {
3803
+ paraId: 'u32',
3804
+ coreIndex: 'u32',
3805
+ },
3806
+ Bulk: 'u32'
3807
+ }
3808
+ },
3809
+ /**
3810
+ * Lookup822: polkadot_runtime_parachains::paras::PvfCheckActiveVoteState<BlockNumber>
3811
+ **/
3812
+ PezkuwiRuntimeTeyrchainsParasPvfCheckActiveVoteState: {
3813
+ votesAccept: 'BitVec',
3814
+ votesReject: 'BitVec',
3815
+ age: 'u32',
3816
+ createdAt: 'u32',
3817
+ causes: 'Vec<PezkuwiRuntimeTeyrchainsParasPvfCheckCause>'
3818
+ },
3819
+ /**
3820
+ * Lookup824: polkadot_runtime_parachains::paras::PvfCheckCause<BlockNumber>
3821
+ **/
3822
+ PezkuwiRuntimeTeyrchainsParasPvfCheckCause: {
3823
+ _enum: {
3824
+ Onboarding: 'u32',
3825
+ Upgrade: {
3826
+ id: 'u32',
3827
+ includedAt: 'u32',
3828
+ upgradeStrategy: 'PezkuwiRuntimeTeyrchainsParasUpgradeStrategy'
3829
+ }
3830
+ }
3831
+ },
3832
+ /**
3833
+ * Lookup825: polkadot_runtime_parachains::paras::UpgradeStrategy
3834
+ **/
3835
+ PezkuwiRuntimeTeyrchainsParasUpgradeStrategy: {
3836
+ _enum: ['SetGoAheadSignal', 'ApplyAtExpectedBlock']
3837
+ },
3838
+ /**
3839
+ * Lookup828: polkadot_runtime_parachains::paras::ParaLifecycle
3840
+ **/
3841
+ PezkuwiRuntimeTeyrchainsParasParaLifecycle: {
3842
+ _enum: ['Onboarding', 'Parathread', 'Parachain', 'UpgradingParathread', 'DowngradingParachain', 'OffboardingParathread', 'OffboardingParachain']
3843
+ },
3844
+ /**
3845
+ * Lookup830: polkadot_runtime_parachains::paras::ParaPastCodeMeta<N>
3846
+ **/
3847
+ PezkuwiRuntimeTeyrchainsParasParaPastCodeMeta: {
3848
+ upgradeTimes: 'Vec<PezkuwiRuntimeTeyrchainsParasReplacementTimes>',
3849
+ lastPruned: 'Option<u32>'
3850
+ },
3851
+ /**
3852
+ * Lookup832: polkadot_runtime_parachains::paras::ReplacementTimes<N>
3853
+ **/
3854
+ PezkuwiRuntimeTeyrchainsParasReplacementTimes: {
3855
+ expectedAt: 'u32',
3856
+ activatedAt: 'u32'
3857
+ },
3858
+ /**
3859
+ * Lookup834: polkadot_runtime_parachains::paras::AuthorizedCodeHashAndExpiry<T>
3860
+ **/
3861
+ PezkuwiRuntimeTeyrchainsParasAuthorizedCodeHashAndExpiry: {
3862
+ codeHash: 'H256',
3863
+ expireAt: 'u32'
3864
+ },
3865
+ /**
3866
+ * Lookup835: polkadot_primitives::v8::UpgradeGoAhead
3867
+ **/
3868
+ PezkuwiPrimitivesV8UpgradeGoAhead: {
3869
+ _enum: ['Abort', 'GoAhead']
3870
+ },
3871
+ /**
3872
+ * Lookup836: polkadot_primitives::v8::UpgradeRestriction
3873
+ **/
3874
+ PezkuwiPrimitivesV8UpgradeRestriction: {
3875
+ _enum: ['Present']
3876
+ },
3877
+ /**
3878
+ * Lookup837: polkadot_runtime_parachains::paras::ParaGenesisArgs
3879
+ **/
3880
+ PezkuwiRuntimeTeyrchainsParasParaGenesisArgs: {
3881
+ genesisHead: 'Bytes',
3882
+ validationCode: 'Bytes',
3883
+ paraKind: 'bool'
3884
+ },
3885
+ /**
3886
+ * Lookup838: polkadot_runtime_parachains::paras::pallet::Error<T>
3887
+ **/
3888
+ PezkuwiRuntimeTeyrchainsParasPezpalletError: {
3889
+ _enum: ['NotRegistered', 'CannotOnboard', 'CannotOffboard', 'CannotUpgrade', 'CannotDowngrade', 'PvfCheckStatementStale', 'PvfCheckStatementFuture', 'PvfCheckValidatorIndexOutOfBounds', 'PvfCheckInvalidSignature', 'PvfCheckDoubleVote', 'PvfCheckSubjectInvalid', 'CannotUpgradeCode', 'InvalidCode', 'NothingAuthorized', 'Unauthorized', 'InvalidBlockNumber']
3890
+ },
3891
+ /**
3892
+ * Lookup840: polkadot_runtime_parachains::initializer::BufferedSessionChange
3893
+ **/
3894
+ PezkuwiRuntimeTeyrchainsInitializerBufferedSessionChange: {
3895
+ validators: 'Vec<PezkuwiPrimitivesV8ValidatorAppPublic>',
3896
+ queued: 'Vec<PezkuwiPrimitivesV8ValidatorAppPublic>',
3897
+ sessionIndex: 'u32'
3898
+ },
3899
+ /**
3900
+ * Lookup842: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
3901
+ **/
3902
+ PezkuwiCorePrimitivesInboundDownwardMessage: {
3903
+ sentAt: 'u32',
3904
+ msg: 'Bytes'
3905
+ },
3906
+ /**
3907
+ * Lookup843: polkadot_runtime_parachains::hrmp::HrmpOpenChannelRequest
3908
+ **/
3909
+ PezkuwiRuntimeTeyrchainsHrmpHrmpOpenChannelRequest: {
3910
+ confirmed: 'bool',
3911
+ age: 'u32',
3912
+ senderDeposit: 'u128',
3913
+ maxMessageSize: 'u32',
3914
+ maxCapacity: 'u32',
3915
+ maxTotalSize: 'u32'
3916
+ },
3917
+ /**
3918
+ * Lookup845: polkadot_runtime_parachains::hrmp::HrmpChannel
3919
+ **/
3920
+ PezkuwiRuntimeTeyrchainsHrmpHrmpChannel: {
3921
+ maxCapacity: 'u32',
3922
+ maxTotalSize: 'u32',
3923
+ maxMessageSize: 'u32',
3924
+ msgCount: 'u32',
3925
+ totalSize: 'u32',
3926
+ mqcHead: 'Option<H256>',
3927
+ senderDeposit: 'u128',
3928
+ recipientDeposit: 'u128'
3929
+ },
3930
+ /**
3931
+ * Lookup847: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
3932
+ **/
3933
+ PezkuwiCorePrimitivesInboundHrmpMessage: {
3934
+ sentAt: 'u32',
3935
+ data: 'Bytes'
3936
+ },
3937
+ /**
3938
+ * Lookup850: polkadot_runtime_parachains::hrmp::pallet::Error<T>
3939
+ **/
3940
+ PezkuwiRuntimeTeyrchainsHrmpPezpalletError: {
3941
+ _enum: ['OpenHrmpChannelToSelf', 'OpenHrmpChannelInvalidRecipient', 'OpenHrmpChannelZeroCapacity', 'OpenHrmpChannelCapacityExceedsLimit', 'OpenHrmpChannelZeroMessageSize', 'OpenHrmpChannelMessageSizeExceedsLimit', 'OpenHrmpChannelAlreadyExists', 'OpenHrmpChannelAlreadyRequested', 'OpenHrmpChannelLimitExceeded', 'AcceptHrmpChannelDoesntExist', 'AcceptHrmpChannelAlreadyConfirmed', 'AcceptHrmpChannelLimitExceeded', 'CloseHrmpChannelUnauthorized', 'CloseHrmpChannelDoesntExist', 'CloseHrmpChannelAlreadyUnderway', 'CancelHrmpOpenChannelUnauthorized', 'OpenHrmpChannelDoesntExist', 'OpenHrmpChannelAlreadyConfirmed', 'WrongWitness', 'ChannelCreationNotAuthorized']
3942
+ },
3943
+ /**
3944
+ * Lookup852: polkadot_primitives::v8::SessionInfo
3945
+ **/
3946
+ PezkuwiPrimitivesV8SessionInfo: {
3947
+ activeValidatorIndices: 'Vec<u32>',
3948
+ randomSeed: '[u8;32]',
3949
+ disputePeriod: 'u32',
3950
+ validators: 'PezkuwiPrimitivesV8IndexedVecValidatorIndex',
3951
+ discoveryKeys: 'Vec<PezspAuthorityDiscoveryAppPublic>',
3952
+ assignmentKeys: 'Vec<PezkuwiPrimitivesV8AssignmentAppPublic>',
3953
+ validatorGroups: 'PezkuwiPrimitivesV8IndexedVecGroupIndex',
3954
+ nCores: 'u32',
3955
+ zerothDelayTrancheWidth: 'u32',
3956
+ relayVrfModuloSamples: 'u32',
3957
+ nDelayTranches: 'u32',
3958
+ noShowSlots: 'u32',
3959
+ neededApprovals: 'u32'
3960
+ },
3961
+ /**
3962
+ * Lookup853: polkadot_primitives::v8::IndexedVec<polkadot_primitives::v8::ValidatorIndex, polkadot_primitives::v8::validator_app::Public>
3963
+ **/
3964
+ PezkuwiPrimitivesV8IndexedVecValidatorIndex: 'Vec<PezkuwiPrimitivesV8ValidatorAppPublic>',
3965
+ /**
3966
+ * Lookup854: polkadot_primitives::v8::IndexedVec<polkadot_primitives::v8::GroupIndex, V>
3967
+ **/
3968
+ PezkuwiPrimitivesV8IndexedVecGroupIndex: 'Vec<Vec<u32>>',
3969
+ /**
3970
+ * Lookup856: polkadot_primitives::v8::DisputeState<N>
3971
+ **/
3972
+ PezkuwiPrimitivesV8DisputeState: {
3973
+ validatorsFor: 'BitVec',
3974
+ validatorsAgainst: 'BitVec',
3975
+ start: 'u32',
3976
+ concludedAt: 'Option<u32>'
3977
+ },
3978
+ /**
3979
+ * Lookup858: polkadot_runtime_parachains::disputes::pallet::Error<T>
3980
+ **/
3981
+ PezkuwiRuntimeTeyrchainsDisputesPezpalletError: {
3982
+ _enum: ['DuplicateDisputeStatementSets', 'AncientDisputeStatement', 'ValidatorIndexOutOfBounds', 'InvalidSignature', 'DuplicateStatement', 'SingleSidedDispute', 'MaliciousBacker', 'MissingBackingVotes', 'UnconfirmedDispute']
3983
+ },
3984
+ /**
3985
+ * Lookup859: polkadot_primitives::vstaging::PendingSlashes
3986
+ **/
3987
+ PezkuwiPrimitivesVstagingPendingSlashes: {
3988
+ _alias: {
3989
+ keys_: 'keys'
3990
+ },
3991
+ keys_: 'BTreeMap<u32, PezkuwiPrimitivesV8ValidatorAppPublic>',
3992
+ kind: 'PezkuwiPrimitivesVstagingDisputeOffenceKind'
3993
+ },
3994
+ /**
3995
+ * Lookup863: polkadot_runtime_parachains::disputes::slashing::pallet::Error<T>
3996
+ **/
3997
+ PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletError: {
3998
+ _enum: ['InvalidKeyOwnershipProof', 'InvalidSessionIndex', 'InvalidCandidateHash', 'InvalidValidatorIndex', 'ValidatorIndexIdMismatch', 'DuplicateSlashingReport']
3999
+ },
4000
+ /**
4001
+ * Lookup864: polkadot_runtime_parachains::on_demand::types::CoreAffinityCount
4002
+ **/
4003
+ PezkuwiRuntimeTeyrchainsOnDemandTypesCoreAffinityCount: {
4004
+ coreIndex: 'u32',
4005
+ count: 'u32'
4006
+ },
4007
+ /**
4008
+ * Lookup865: polkadot_runtime_parachains::on_demand::types::QueueStatusType
4009
+ **/
4010
+ PezkuwiRuntimeTeyrchainsOnDemandTypesQueueStatusType: {
4011
+ traffic: 'u128',
4012
+ nextIndex: 'u32',
4013
+ smallestIndex: 'u32',
4014
+ freedIndices: 'BinaryHeapReverseQueueIndex'
4015
+ },
4016
+ /**
4017
+ * Lookup867: BinaryHeap<polkadot_runtime_parachains::on_demand::types::ReverseQueueIndex>
4018
+ **/
4019
+ BinaryHeapReverseQueueIndex: 'Vec<u32>',
4020
+ /**
4021
+ * Lookup870: BinaryHeap<polkadot_runtime_parachains::on_demand::types::EnqueuedOrder>
4022
+ **/
4023
+ BinaryHeapEnqueuedOrder: 'Vec<PezkuwiRuntimeTeyrchainsOnDemandTypesEnqueuedOrder>',
4024
+ /**
4025
+ * Lookup871: polkadot_runtime_parachains::on_demand::types::EnqueuedOrder
4026
+ **/
4027
+ PezkuwiRuntimeTeyrchainsOnDemandTypesEnqueuedOrder: {
4028
+ paraId: 'u32',
4029
+ idx: 'u32'
4030
+ },
4031
+ /**
4032
+ * Lookup875: polkadot_runtime_parachains::on_demand::pallet::Error<T>
4033
+ **/
4034
+ PezkuwiRuntimeTeyrchainsOnDemandPezpalletError: {
4035
+ _enum: ['QueueFull', 'SpotPriceHigherThanMaxAmount', 'InsufficientCredits']
4036
+ },
4037
+ /**
4038
+ * Lookup877: polkadot_runtime_parachains::assigner_coretime::Schedule<N>
4039
+ **/
4040
+ PezkuwiRuntimeTeyrchainsAssignerCoretimeSchedule: {
4041
+ assignments: 'Vec<(PezpalletBrokerCoretimeInterfaceCoreAssignment,u16)>',
4042
+ endHint: 'Option<u32>',
4043
+ nextSchedule: 'Option<u32>'
4044
+ },
4045
+ /**
4046
+ * Lookup878: polkadot_runtime_parachains::assigner_coretime::CoreDescriptor<N>
4047
+ **/
4048
+ PezkuwiRuntimeTeyrchainsAssignerCoretimeCoreDescriptor: {
4049
+ queue: 'Option<PezkuwiRuntimeTeyrchainsAssignerCoretimeQueueDescriptor>',
4050
+ currentWork: 'Option<PezkuwiRuntimeTeyrchainsAssignerCoretimeWorkState>'
4051
+ },
4052
+ /**
4053
+ * Lookup880: polkadot_runtime_parachains::assigner_coretime::QueueDescriptor<N>
4054
+ **/
4055
+ PezkuwiRuntimeTeyrchainsAssignerCoretimeQueueDescriptor: {
4056
+ first: 'u32',
4057
+ last: 'u32'
4058
+ },
4059
+ /**
4060
+ * Lookup882: polkadot_runtime_parachains::assigner_coretime::WorkState<N>
4061
+ **/
4062
+ PezkuwiRuntimeTeyrchainsAssignerCoretimeWorkState: {
4063
+ assignments: 'Vec<(PezpalletBrokerCoretimeInterfaceCoreAssignment,PezkuwiRuntimeTeyrchainsAssignerCoretimeAssignmentState)>',
4064
+ endHint: 'Option<u32>',
4065
+ pos: 'u16',
4066
+ step: 'u16'
4067
+ },
4068
+ /**
4069
+ * Lookup885: polkadot_runtime_parachains::assigner_coretime::AssignmentState
4070
+ **/
4071
+ PezkuwiRuntimeTeyrchainsAssignerCoretimeAssignmentState: {
4072
+ ratio: 'u16',
4073
+ remaining: 'u16'
4074
+ },
4075
+ /**
4076
+ * Lookup886: polkadot_runtime_parachains::assigner_coretime::pallet::Error<T>
4077
+ **/
4078
+ PezkuwiRuntimeTeyrchainsAssignerCoretimePezpalletError: {
4079
+ _enum: ['AssignmentsEmpty', 'DisallowedInsert']
4080
+ },
4081
+ /**
4082
+ * Lookup887: polkadot_runtime_common::paras_registrar::ParaInfo<sp_core::crypto::AccountId32, Balance>
4083
+ **/
4084
+ PezkuwiRuntimeCommonParasRegistrarParaInfo: {
4085
+ manager: 'AccountId32',
4086
+ deposit: 'u128',
4087
+ locked: 'Option<bool>'
4088
+ },
4089
+ /**
4090
+ * Lookup889: polkadot_runtime_common::paras_registrar::pallet::Error<T>
4091
+ **/
4092
+ PezkuwiRuntimeCommonParasRegistrarPezpalletError: {
4093
+ _enum: ['NotRegistered', 'AlreadyRegistered', 'NotOwner', 'CodeTooLarge', 'HeadDataTooLarge', 'NotParachain', 'NotParathread', 'CannotDeregister', 'CannotDowngrade', 'CannotUpgrade', 'ParaLocked', 'NotReserved', 'InvalidCode', 'CannotSwap']
4094
+ },
4095
+ /**
4096
+ * Lookup891: polkadot_runtime_common::slots::pallet::Error<T>
4097
+ **/
4098
+ PezkuwiRuntimeCommonSlotsPezpalletError: {
4099
+ _enum: ['ParaNotOnboarding', 'LeaseError']
4100
+ },
4101
+ /**
4102
+ * Lookup896: polkadot_runtime_common::auctions::pallet::Error<T>
4103
+ **/
4104
+ PezkuwiRuntimeCommonAuctionsPezpalletError: {
4105
+ _enum: ['AuctionInProgress', 'LeasePeriodInPast', 'ParaNotRegistered', 'NotCurrentAuction', 'NotAuction', 'AuctionEnded', 'AlreadyLeasedOut']
4106
+ },
4107
+ /**
4108
+ * Lookup897: polkadot_runtime_common::crowdloan::FundInfo<sp_core::crypto::AccountId32, Balance, BlockNumber, LeasePeriod>
4109
+ **/
4110
+ PezkuwiRuntimeCommonCrowdloanFundInfo: {
4111
+ depositor: 'AccountId32',
4112
+ verifier: 'Option<PezspRuntimeMultiSigner>',
4113
+ deposit: 'u128',
4114
+ raised: 'u128',
4115
+ end: 'u32',
4116
+ cap: 'u128',
4117
+ lastContribution: 'PezkuwiRuntimeCommonCrowdloanLastContribution',
4118
+ firstPeriod: 'u32',
4119
+ lastPeriod: 'u32',
4120
+ fundIndex: 'u32'
4121
+ },
4122
+ /**
4123
+ * Lookup898: polkadot_runtime_common::crowdloan::LastContribution<BlockNumber>
4124
+ **/
4125
+ PezkuwiRuntimeCommonCrowdloanLastContribution: {
4126
+ _enum: {
4127
+ Never: 'Null',
4128
+ PreEnding: 'u32',
4129
+ Ending: 'u32'
4130
+ }
4131
+ },
4132
+ /**
4133
+ * Lookup899: polkadot_runtime_common::crowdloan::pallet::Error<T>
4134
+ **/
4135
+ PezkuwiRuntimeCommonCrowdloanPezpalletError: {
4136
+ _enum: ['FirstPeriodInPast', 'FirstPeriodTooFarInFuture', 'LastPeriodBeforeFirstPeriod', 'LastPeriodTooFarInFuture', 'CannotEndInPast', 'EndTooFarInFuture', 'Overflow', 'ContributionTooSmall', 'InvalidParaId', 'CapExceeded', 'ContributionPeriodOver', 'InvalidOrigin', 'NotParachain', 'LeaseActive', 'BidOrLeaseActive', 'FundNotEnded', 'NoContributions', 'NotReadyToDissolve', 'InvalidSignature', 'MemoTooLarge', 'AlreadyInNewRaise', 'VrfDelayInProgress', 'NoLeasePeriod']
4137
+ },
4138
+ /**
4139
+ * Lookup900: polkadot_runtime_parachains::coretime::pallet::Error<T>
4140
+ **/
4141
+ PezkuwiRuntimeTeyrchainsCoretimePezpalletError: {
4142
+ _enum: ['NotBroker', 'RequestedFutureRevenue', 'AssetTransferFailed']
4143
+ },
4144
+ /**
4145
+ * Lookup901: pallet_xcm::pallet::QueryStatus<BlockNumber>
4146
+ **/
4147
+ PezpalletXcmQueryStatus: {
4148
+ _enum: {
4149
+ Pending: {
4150
+ responder: 'XcmVersionedLocation',
4151
+ maybeMatchQuerier: 'Option<XcmVersionedLocation>',
4152
+ maybeNotify: 'Option<(u8,u8)>',
4153
+ timeout: 'u32',
4154
+ },
4155
+ VersionNotifier: {
4156
+ origin: 'XcmVersionedLocation',
4157
+ isActive: 'bool',
4158
+ },
4159
+ Ready: {
4160
+ response: 'XcmVersionedResponse',
4161
+ at: 'u32'
4162
+ }
4163
+ }
4164
+ },
4165
+ /**
4166
+ * Lookup905: xcm::VersionedResponse
4167
+ **/
4168
+ XcmVersionedResponse: {
4169
+ _enum: {
4170
+ __Unused0: 'Null',
4171
+ __Unused1: 'Null',
4172
+ __Unused2: 'Null',
4173
+ V3: 'XcmV3Response',
4174
+ V4: 'StagingXcmV4Response',
4175
+ V5: 'StagingXcmV5Response'
4176
+ }
4177
+ },
4178
+ /**
4179
+ * Lookup911: pallet_xcm::pallet::VersionMigrationStage
4180
+ **/
4181
+ PezpalletXcmVersionMigrationStage: {
4182
+ _enum: {
4183
+ MigrateSupportedVersion: 'Null',
4184
+ MigrateVersionNotifiers: 'Null',
4185
+ NotifyCurrentTargets: 'Option<Bytes>',
4186
+ MigrateAndNotifyOldTargets: 'Null'
4187
+ }
4188
+ },
4189
+ /**
4190
+ * Lookup914: pallet_xcm::pallet::RemoteLockedFungibleRecord<ConsumerIdentifier, MaxConsumers>
4191
+ **/
4192
+ PezpalletXcmRemoteLockedFungibleRecord: {
4193
+ amount: 'u128',
4194
+ owner: 'XcmVersionedLocation',
4195
+ locker: 'XcmVersionedLocation',
4196
+ consumers: 'Vec<(Null,u128)>'
4197
+ },
4198
+ /**
4199
+ * Lookup921: pallet_xcm::AuthorizedAliasesEntry<frame_support::traits::storage::Disabled, pallet_xcm::pallet::MaxAuthorizedAliases>
4200
+ **/
4201
+ PezpalletXcmAuthorizedAliasesEntry: {
4202
+ aliasers: 'Vec<XcmRuntimeApisAuthorizedAliasesOriginAliaser>',
4203
+ ticket: 'PezframeSupportStorageDisabled'
4204
+ },
4205
+ /**
4206
+ * Lookup922: frame_support::traits::storage::Disabled
4207
+ **/
4208
+ PezframeSupportStorageDisabled: 'Null',
4209
+ /**
4210
+ * Lookup923: pallet_xcm::pallet::MaxAuthorizedAliases
4211
+ **/
4212
+ PezpalletXcmMaxAuthorizedAliases: 'Null',
4213
+ /**
4214
+ * Lookup925: xcm_runtime_apis::authorized_aliases::OriginAliaser
4215
+ **/
4216
+ XcmRuntimeApisAuthorizedAliasesOriginAliaser: {
4217
+ location: 'XcmVersionedLocation',
4218
+ expiry: 'Option<u64>'
4219
+ },
4220
+ /**
4221
+ * Lookup927: pallet_xcm::pallet::Error<T>
4222
+ **/
4223
+ PezpalletXcmError: {
4224
+ _enum: {
4225
+ Unreachable: 'Null',
4226
+ SendFailure: 'Null',
4227
+ Filtered: 'Null',
4228
+ UnweighableMessage: 'Null',
4229
+ DestinationNotInvertible: 'Null',
4230
+ Empty: 'Null',
4231
+ CannotReanchor: 'Null',
4232
+ TooManyAssets: 'Null',
4233
+ InvalidOrigin: 'Null',
4234
+ BadVersion: 'Null',
4235
+ BadLocation: 'Null',
4236
+ NoSubscription: 'Null',
4237
+ AlreadySubscribed: 'Null',
4238
+ CannotCheckOutTeleport: 'Null',
4239
+ LowBalance: 'Null',
4240
+ TooManyLocks: 'Null',
4241
+ AccountNotSovereign: 'Null',
4242
+ FeesNotMet: 'Null',
4243
+ LockNotFound: 'Null',
4244
+ InUse: 'Null',
4245
+ __Unused20: 'Null',
4246
+ InvalidAssetUnknownReserve: 'Null',
4247
+ InvalidAssetUnsupportedReserve: 'Null',
4248
+ TooManyReserves: 'Null',
4249
+ LocalExecutionIncomplete: 'Null',
4250
+ TooManyAuthorizedAliases: 'Null',
4251
+ ExpiresInPast: 'Null',
4252
+ AliasNotFound: 'Null',
4253
+ LocalExecutionIncompleteWithError: {
4254
+ index: 'u8',
4255
+ error: 'PezpalletXcmErrorsExecutionError'
4256
+ }
4257
+ }
4258
+ },
4259
+ /**
4260
+ * Lookup928: pallet_xcm::errors::ExecutionError
4261
+ **/
4262
+ PezpalletXcmErrorsExecutionError: {
4263
+ _enum: ['Overflow', 'Unimplemented', 'UntrustedReserveLocation', 'UntrustedTeleportLocation', 'LocationFull', 'LocationNotInvertible', 'BadOrigin', 'InvalidLocation', 'AssetNotFound', 'FailedToTransactAsset', 'NotWithdrawable', 'LocationCannotHold', 'ExceedsMaxMessageSize', 'DestinationUnsupported', 'Transport', 'Unroutable', 'UnknownClaim', 'FailedToDecode', 'MaxWeightInvalid', 'NotHoldingFees', 'TooExpensive', 'Trap', 'ExpectationFalse', 'PalletNotFound', 'NameMismatch', 'VersionIncompatible', 'HoldingWouldOverflow', 'ExportError', 'ReanchorFailed', 'NoDeal', 'FeesNotMet', 'LockError', 'NoPermission', 'Unanchored', 'NotDepositable', 'TooManyAssets', 'UnhandledXcmVersion', 'WeightLimitReached', 'Barrier', 'WeightNotComputable', 'ExceedsStackLimit']
4264
+ },
4265
+ /**
4266
+ * Lookup941: pallet_rc_migrator::accounts::AccountState<Balance>
4267
+ **/
4268
+ PezpalletRcMigratorAccountsAccountState: {
4269
+ _enum: {
4270
+ Migrate: 'Null',
4271
+ Preserve: 'Null',
4272
+ Part: {
4273
+ free: 'u128',
4274
+ reserved: 'u128',
4275
+ consumers: 'u32'
4276
+ }
4277
+ }
4278
+ },
4279
+ /**
4280
+ * Lookup942: pallet_rc_migrator::accounts::MigratedBalances<Balance>
4281
+ **/
4282
+ PezpalletRcMigratorAccountsMigratedBalances: {
4283
+ kept: 'u128',
4284
+ migrated: 'u128'
4285
+ },
4286
+ /**
4287
+ * Lookup943: pallet_rc_migrator::pallet::Error<T>
4288
+ **/
4289
+ PezpalletRcMigratorError: {
4290
+ _enum: ['Unreachable', 'OutOfWeight', 'XcmError', 'FailedToWithdrawAccount', 'PastBlockNumber', 'EraEndsTooSoon', 'BalanceOverflow', 'BalanceUnderflow', 'InvalidQueryResponse', 'QueryNotFound', 'XcmSendError', 'UnreachableStage', 'InvalidParameter', 'AhUmpQueuePriorityAlreadySet', 'AccountReferenced', 'BadXcmVersion', 'InvalidOrigin', 'InvalidStageTransition', 'UnsignedValidationFailed']
4291
+ },
4292
+ /**
4293
+ * Lookup953: pallet_transaction_payment::ChargeTransactionPayment<T>
4294
+ **/
4295
+ PezpalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
4296
+ /**
4297
+ * Lookup954: polkadot_runtime_common::claims::PrevalidateAttests<T>
4298
+ **/
4299
+ PezkuwiRuntimeCommonClaimsPrevalidateAttests: 'Null',
4300
+ /**
4301
+ * Lookup957: polkadot_runtime::Runtime
4302
+ **/
4303
+ PezkuwiRuntimeRuntime: 'Null',
4304
+ /**
4305
+ * Lookup958: relay_common::apis::InflationInfo
4306
+ **/
4307
+ RelayCommonApisInflationInfo: {
4308
+ inflation: 'Perquintill',
4309
+ nextMint: '(u128,u128)'
4310
+ },
4311
+ /**
4312
+ * Lookup981: polkadot_primitives::v8::GroupRotationInfo<N>
4313
+ **/
4314
+ PezkuwiPrimitivesV8GroupRotationInfo: {
4315
+ sessionStartBlock: 'u32',
4316
+ groupRotationFrequency: 'u32',
4317
+ now: 'u32'
4318
+ },
4319
+ /**
4320
+ * Lookup983: polkadot_primitives::vstaging::CoreState<primitive_types::H256, N>
4321
+ **/
4322
+ PezkuwiPrimitivesVstagingCoreState: {
4323
+ _enum: {
4324
+ Occupied: 'PezkuwiPrimitivesVstagingOccupiedCore',
4325
+ Scheduled: 'PezkuwiPrimitivesV8ScheduledCore',
4326
+ Free: 'Null'
4327
+ }
4328
+ },
4329
+ /**
4330
+ * Lookup984: polkadot_primitives::vstaging::OccupiedCore<primitive_types::H256, N>
4331
+ **/
4332
+ PezkuwiPrimitivesVstagingOccupiedCore: {
4333
+ nextUpOnAvailable: 'Option<PezkuwiPrimitivesV8ScheduledCore>',
4334
+ occupiedSince: 'u32',
4335
+ timeOutAt: 'u32',
4336
+ nextUpOnTimeOut: 'Option<PezkuwiPrimitivesV8ScheduledCore>',
4337
+ availability: 'BitVec',
4338
+ groupResponsible: 'u32',
4339
+ candidateHash: 'H256',
4340
+ candidateDescriptor: 'PezkuwiPrimitivesVstagingCandidateDescriptorV2'
4341
+ },
4342
+ /**
4343
+ * Lookup986: polkadot_primitives::v8::ScheduledCore
4344
+ **/
4345
+ PezkuwiPrimitivesV8ScheduledCore: {
4346
+ paraId: 'u32',
4347
+ collator: 'Option<PezkuwiPrimitivesV8CollatorAppPublic>'
4348
+ },
4349
+ /**
4350
+ * Lookup988: polkadot_primitives::v8::collator_app::Public
4351
+ **/
4352
+ PezkuwiPrimitivesV8CollatorAppPublic: '[u8;32]',
4353
+ /**
4354
+ * Lookup989: polkadot_primitives::v8::OccupiedCoreAssumption
4355
+ **/
4356
+ PezkuwiPrimitivesV8OccupiedCoreAssumption: {
4357
+ _enum: ['Included', 'TimedOut', 'Free']
4358
+ },
4359
+ /**
4360
+ * Lookup991: polkadot_primitives::v8::PersistedValidationData<primitive_types::H256, N>
4361
+ **/
4362
+ PezkuwiPrimitivesV8PersistedValidationData: {
4363
+ parentHead: 'Bytes',
4364
+ relayParentNumber: 'u32',
4365
+ relayParentStorageRoot: 'H256',
4366
+ maxPovSize: 'u32'
4367
+ },
4368
+ /**
4369
+ * Lookup996: polkadot_primitives::vstaging::CandidateEvent<primitive_types::H256>
4370
+ **/
4371
+ PezkuwiPrimitivesVstagingCandidateEvent: {
4372
+ _enum: {
4373
+ CandidateBacked: '(PezkuwiPrimitivesVstagingCandidateReceiptV2,Bytes,u32,u32)',
4374
+ CandidateIncluded: '(PezkuwiPrimitivesVstagingCandidateReceiptV2,Bytes,u32,u32)',
4375
+ CandidateTimedOut: '(PezkuwiPrimitivesVstagingCandidateReceiptV2,Bytes,u32)'
4376
+ }
4377
+ },
4378
+ /**
4379
+ * Lookup1008: polkadot_primitives::v8::slashing::PendingSlashes
4380
+ **/
4381
+ PezkuwiPrimitivesV8SlashingPendingSlashes: {
4382
+ _alias: {
4383
+ keys_: 'keys'
4384
+ },
4385
+ keys_: 'BTreeMap<u32, PezkuwiPrimitivesV8ValidatorAppPublic>',
4386
+ kind: 'PezkuwiPrimitivesV8SlashingSlashingOffenceKind'
4387
+ },
4388
+ /**
4389
+ * Lookup1009: polkadot_primitives::v8::slashing::SlashingOffenceKind
4390
+ **/
4391
+ PezkuwiPrimitivesV8SlashingSlashingOffenceKind: {
4392
+ _enum: ['ForInvalid', 'AgainstValid']
4393
+ },
4394
+ /**
4395
+ * Lookup1012: polkadot_primitives::v8::slashing::DisputeProof
4396
+ **/
4397
+ PezkuwiPrimitivesV8SlashingDisputeProof: {
4398
+ timeSlot: 'PezkuwiPrimitivesV8SlashingDisputesTimeSlot',
4399
+ kind: 'PezkuwiPrimitivesV8SlashingSlashingOffenceKind',
4400
+ validatorIndex: 'u32',
4401
+ validatorId: 'PezkuwiPrimitivesV8ValidatorAppPublic'
4402
+ },
4403
+ /**
4404
+ * Lookup1014: polkadot_primitives::vstaging::async_backing::BackingState<primitive_types::H256, N>
4405
+ **/
4406
+ PezkuwiPrimitivesVstagingAsyncBackingBackingState: {
4407
+ constraints: 'PezkuwiPrimitivesV8AsyncBackingConstraints',
4408
+ pendingAvailability: 'Vec<PezkuwiPrimitivesVstagingAsyncBackingCandidatePendingAvailability>'
4409
+ },
4410
+ /**
4411
+ * Lookup1015: polkadot_primitives::v8::async_backing::Constraints<N>
4412
+ **/
4413
+ PezkuwiPrimitivesV8AsyncBackingConstraints: {
4414
+ minRelayParentNumber: 'u32',
4415
+ maxPovSize: 'u32',
4416
+ maxCodeSize: 'u32',
4417
+ umpRemaining: 'u32',
4418
+ umpRemainingBytes: 'u32',
4419
+ maxUmpNumPerCandidate: 'u32',
4420
+ dmpRemainingMessages: 'Vec<u32>',
4421
+ hrmpInbound: 'PezkuwiPrimitivesV8AsyncBackingInboundHrmpLimitations',
4422
+ hrmpChannelsOut: 'Vec<(u32,PezkuwiPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations)>',
4423
+ maxHrmpNumPerCandidate: 'u32',
4424
+ requiredParent: 'Bytes',
4425
+ validationCodeHash: 'H256',
4426
+ upgradeRestriction: 'Option<PezkuwiPrimitivesV8UpgradeRestriction>',
4427
+ futureValidationCode: 'Option<(u32,H256)>'
4428
+ },
4429
+ /**
4430
+ * Lookup1016: polkadot_primitives::v8::async_backing::InboundHrmpLimitations<N>
4431
+ **/
4432
+ PezkuwiPrimitivesV8AsyncBackingInboundHrmpLimitations: {
4433
+ validWatermarks: 'Vec<u32>'
4434
+ },
4435
+ /**
4436
+ * Lookup1019: polkadot_primitives::v8::async_backing::OutboundHrmpChannelLimitations
4437
+ **/
4438
+ PezkuwiPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations: {
4439
+ bytesRemaining: 'u32',
4440
+ messagesRemaining: 'u32'
4441
+ },
4442
+ /**
4443
+ * Lookup1024: polkadot_primitives::vstaging::async_backing::CandidatePendingAvailability<primitive_types::H256, N>
4444
+ **/
4445
+ PezkuwiPrimitivesVstagingAsyncBackingCandidatePendingAvailability: {
4446
+ candidateHash: 'H256',
4447
+ descriptor: 'PezkuwiPrimitivesVstagingCandidateDescriptorV2',
4448
+ commitments: 'PezkuwiPrimitivesV8CandidateCommitments',
4449
+ relayParentNumber: 'u32',
4450
+ maxPovSize: 'u32'
4451
+ },
4452
+ /**
4453
+ * Lookup1030: polkadot_primitives::vstaging::async_backing::Constraints<N>
4454
+ **/
4455
+ PezkuwiPrimitivesVstagingAsyncBackingConstraints: {
4456
+ minRelayParentNumber: 'u32',
4457
+ maxPovSize: 'u32',
4458
+ maxCodeSize: 'u32',
4459
+ maxHeadDataSize: 'u32',
4460
+ umpRemaining: 'u32',
4461
+ umpRemainingBytes: 'u32',
4462
+ maxUmpNumPerCandidate: 'u32',
4463
+ dmpRemainingMessages: 'Vec<u32>',
4464
+ hrmpInbound: 'PezkuwiPrimitivesV8AsyncBackingInboundHrmpLimitations',
4465
+ hrmpChannelsOut: 'Vec<(u32,PezkuwiPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations)>',
4466
+ maxHrmpNumPerCandidate: 'u32',
4467
+ requiredParent: 'Bytes',
4468
+ validationCodeHash: 'H256',
4469
+ upgradeRestriction: 'Option<PezkuwiPrimitivesV8UpgradeRestriction>',
4470
+ futureValidationCode: 'Option<(u32,H256)>'
4471
+ },
4472
+ /**
4473
+ * Lookup1061: xcm_runtime_apis::fees::Error
4474
+ **/
4475
+ XcmRuntimeApisFeesError: {
4476
+ _enum: ['Unimplemented', 'VersionedConversionFailed', 'WeightNotComputable', 'UnhandledXcmVersion', 'AssetNotFound', 'Unroutable']
4477
+ },
4478
+ /**
4479
+ * Lookup1066: xcm_runtime_apis::dry_run::CallDryRunEffects<polkadot_runtime::RuntimeEvent>
4480
+ **/
4481
+ XcmRuntimeApisDryRunCallDryRunEffects: {
4482
+ executionResult: 'Result<PezframeSupportDispatchPostDispatchInfo, PezspRuntimeDispatchErrorWithPostInfo>',
4483
+ emittedEvents: 'Vec<RuntimeEvent>',
4484
+ localXcm: 'Option<XcmVersionedXcm>',
4485
+ forwardedXcms: 'Vec<(XcmVersionedLocation,Vec<XcmVersionedXcm>)>'
4486
+ },
4487
+ /**
4488
+ * Lookup1072: xcm_runtime_apis::dry_run::Error
4489
+ **/
4490
+ XcmRuntimeApisDryRunError: {
4491
+ _enum: ['Unimplemented', 'VersionedConversionFailed']
4492
+ },
4493
+ /**
4494
+ * Lookup1074: xcm_runtime_apis::dry_run::XcmDryRunEffects<polkadot_runtime::RuntimeEvent>
4495
+ **/
4496
+ XcmRuntimeApisDryRunXcmDryRunEffects: {
4497
+ executionResult: 'StagingXcmV5TraitsOutcome',
4498
+ emittedEvents: 'Vec<RuntimeEvent>',
4499
+ forwardedXcms: 'Vec<(XcmVersionedLocation,Vec<XcmVersionedXcm>)>'
4500
+ },
4501
+ /**
4502
+ * Lookup1076: xcm_runtime_apis::conversions::Error
4503
+ **/
4504
+ XcmRuntimeApisConversionsError: {
4505
+ _enum: ['Unsupported', 'VersionedConversionFailed']
4506
+ },
4507
+ /**
4508
+ * Lookup1080: polkadot_runtime::RuntimeError
4509
+ **/
4510
+ PezkuwiRuntimeRuntimeError: {
4511
+ _enum: {
4512
+ System: 'PezframeSystemError',
4513
+ Scheduler: 'PezpalletSchedulerError',
4514
+ Babe: 'PezpalletBabeError',
4515
+ __Unused3: 'Null',
4516
+ Indices: 'PezpalletIndicesError',
4517
+ Balances: 'PezpalletBalancesError',
4518
+ __Unused6: 'Null',
4519
+ Staking: 'PezpalletStakingPezpalletError',
4520
+ __Unused8: 'Null',
4521
+ Session: 'PezpalletSessionError',
4522
+ Preimage: 'PezpalletPreimageError',
4523
+ Grandpa: 'PezpalletGrandpaError',
4524
+ __Unused12: 'Null',
4525
+ __Unused13: 'Null',
4526
+ __Unused14: 'Null',
4527
+ __Unused15: 'Null',
4528
+ __Unused16: 'Null',
4529
+ __Unused17: 'Null',
4530
+ __Unused18: 'Null',
4531
+ Treasury: 'PezpalletTreasuryError',
4532
+ ConvictionVoting: 'PezpalletConvictionVotingError',
4533
+ Referenda: 'PezpalletReferendaError',
4534
+ __Unused22: 'Null',
4535
+ Whitelist: 'PezpalletWhitelistError',
4536
+ Claims: 'PezkuwiRuntimeCommonClaimsPezpalletError',
4537
+ Vesting: 'PezpalletVestingError',
4538
+ Utility: 'PezpalletUtilityError',
4539
+ __Unused27: 'Null',
4540
+ __Unused28: 'Null',
4541
+ Proxy: 'PezpalletProxyError',
4542
+ Multisig: 'PezpalletMultisigError',
4543
+ __Unused31: 'Null',
4544
+ __Unused32: 'Null',
4545
+ __Unused33: 'Null',
4546
+ Bounties: 'PezpalletBountiesError',
4547
+ __Unused35: 'Null',
4548
+ ElectionProviderMultiPhase: 'PezpalletElectionProviderMultiPhaseError',
4549
+ VoterList: 'PezpalletBagsListError',
4550
+ ChildBounties: 'PezpalletChildBountiesError',
4551
+ NominationPools: 'PezpalletNominationPoolsError',
4552
+ FastUnstake: 'PezpalletFastUnstakeError',
4553
+ DelegatedStaking: 'PezpalletDelegatedStakingError',
4554
+ StakingAhClient: 'PezpalletStakingAsyncAhClientError',
4555
+ __Unused43: 'Null',
4556
+ __Unused44: 'Null',
4557
+ __Unused45: 'Null',
4558
+ __Unused46: 'Null',
4559
+ __Unused47: 'Null',
4560
+ __Unused48: 'Null',
4561
+ __Unused49: 'Null',
4562
+ __Unused50: 'Null',
4563
+ Configuration: 'PezkuwiRuntimeTeyrchainsConfigurationPezpalletError',
4564
+ __Unused52: 'Null',
4565
+ ParaInclusion: 'PezkuwiRuntimeTeyrchainsInclusionPezpalletError',
4566
+ ParaInherent: 'PezkuwiRuntimeTeyrchainsParasInherentPezpalletError',
4567
+ __Unused55: 'Null',
4568
+ Paras: 'PezkuwiRuntimeTeyrchainsParasPezpalletError',
4569
+ __Unused57: 'Null',
4570
+ __Unused58: 'Null',
4571
+ __Unused59: 'Null',
4572
+ Hrmp: 'PezkuwiRuntimeTeyrchainsHrmpPezpalletError',
4573
+ __Unused61: 'Null',
4574
+ ParasDisputes: 'PezkuwiRuntimeTeyrchainsDisputesPezpalletError',
4575
+ ParasSlashing: 'PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletError',
4576
+ OnDemand: 'PezkuwiRuntimeTeyrchainsOnDemandPezpalletError',
4577
+ CoretimeAssignmentProvider: 'PezkuwiRuntimeTeyrchainsAssignerCoretimePezpalletError',
4578
+ __Unused66: 'Null',
4579
+ __Unused67: 'Null',
4580
+ __Unused68: 'Null',
4581
+ __Unused69: 'Null',
4582
+ Registrar: 'PezkuwiRuntimeCommonParasRegistrarPezpalletError',
4583
+ Slots: 'PezkuwiRuntimeCommonSlotsPezpalletError',
4584
+ Auctions: 'PezkuwiRuntimeCommonAuctionsPezpalletError',
4585
+ Crowdloan: 'PezkuwiRuntimeCommonCrowdloanPezpalletError',
4586
+ Coretime: 'PezkuwiRuntimeTeyrchainsCoretimePezpalletError',
4587
+ __Unused75: 'Null',
4588
+ __Unused76: 'Null',
4589
+ __Unused77: 'Null',
4590
+ __Unused78: 'Null',
4591
+ __Unused79: 'Null',
4592
+ __Unused80: 'Null',
4593
+ __Unused81: 'Null',
4594
+ __Unused82: 'Null',
4595
+ __Unused83: 'Null',
4596
+ __Unused84: 'Null',
4597
+ __Unused85: 'Null',
4598
+ __Unused86: 'Null',
4599
+ __Unused87: 'Null',
4600
+ __Unused88: 'Null',
4601
+ __Unused89: 'Null',
4602
+ __Unused90: 'Null',
4603
+ __Unused91: 'Null',
4604
+ __Unused92: 'Null',
4605
+ __Unused93: 'Null',
4606
+ __Unused94: 'Null',
4607
+ __Unused95: 'Null',
4608
+ __Unused96: 'Null',
4609
+ __Unused97: 'Null',
4610
+ StateTrieMigration: 'PezpalletStateTrieMigrationError',
4611
+ XcmPallet: 'PezpalletXcmError',
4612
+ MessageQueue: 'PezpalletMessageQueueError',
4613
+ AssetRate: 'PezpalletAssetRateError',
4614
+ __Unused102: 'Null',
4615
+ __Unused103: 'Null',
4616
+ __Unused104: 'Null',
4617
+ __Unused105: 'Null',
4618
+ __Unused106: 'Null',
4619
+ __Unused107: 'Null',
4620
+ __Unused108: 'Null',
4621
+ __Unused109: 'Null',
4622
+ __Unused110: 'Null',
4623
+ __Unused111: 'Null',
4624
+ __Unused112: 'Null',
4625
+ __Unused113: 'Null',
4626
+ __Unused114: 'Null',
4627
+ __Unused115: 'Null',
4628
+ __Unused116: 'Null',
4629
+ __Unused117: 'Null',
4630
+ __Unused118: 'Null',
4631
+ __Unused119: 'Null',
4632
+ __Unused120: 'Null',
4633
+ __Unused121: 'Null',
4634
+ __Unused122: 'Null',
4635
+ __Unused123: 'Null',
4636
+ __Unused124: 'Null',
4637
+ __Unused125: 'Null',
4638
+ __Unused126: 'Null',
4639
+ __Unused127: 'Null',
4640
+ __Unused128: 'Null',
4641
+ __Unused129: 'Null',
4642
+ __Unused130: 'Null',
4643
+ __Unused131: 'Null',
4644
+ __Unused132: 'Null',
4645
+ __Unused133: 'Null',
4646
+ __Unused134: 'Null',
4647
+ __Unused135: 'Null',
4648
+ __Unused136: 'Null',
4649
+ __Unused137: 'Null',
4650
+ __Unused138: 'Null',
4651
+ __Unused139: 'Null',
4652
+ __Unused140: 'Null',
4653
+ __Unused141: 'Null',
4654
+ __Unused142: 'Null',
4655
+ __Unused143: 'Null',
4656
+ __Unused144: 'Null',
4657
+ __Unused145: 'Null',
4658
+ __Unused146: 'Null',
4659
+ __Unused147: 'Null',
4660
+ __Unused148: 'Null',
4661
+ __Unused149: 'Null',
4662
+ __Unused150: 'Null',
4663
+ __Unused151: 'Null',
4664
+ __Unused152: 'Null',
4665
+ __Unused153: 'Null',
4666
+ __Unused154: 'Null',
4667
+ __Unused155: 'Null',
4668
+ __Unused156: 'Null',
4669
+ __Unused157: 'Null',
4670
+ __Unused158: 'Null',
4671
+ __Unused159: 'Null',
4672
+ __Unused160: 'Null',
4673
+ __Unused161: 'Null',
4674
+ __Unused162: 'Null',
4675
+ __Unused163: 'Null',
4676
+ __Unused164: 'Null',
4677
+ __Unused165: 'Null',
4678
+ __Unused166: 'Null',
4679
+ __Unused167: 'Null',
4680
+ __Unused168: 'Null',
4681
+ __Unused169: 'Null',
4682
+ __Unused170: 'Null',
4683
+ __Unused171: 'Null',
4684
+ __Unused172: 'Null',
4685
+ __Unused173: 'Null',
4686
+ __Unused174: 'Null',
4687
+ __Unused175: 'Null',
4688
+ __Unused176: 'Null',
4689
+ __Unused177: 'Null',
4690
+ __Unused178: 'Null',
4691
+ __Unused179: 'Null',
4692
+ __Unused180: 'Null',
4693
+ __Unused181: 'Null',
4694
+ __Unused182: 'Null',
4695
+ __Unused183: 'Null',
4696
+ __Unused184: 'Null',
4697
+ __Unused185: 'Null',
4698
+ __Unused186: 'Null',
4699
+ __Unused187: 'Null',
4700
+ __Unused188: 'Null',
4701
+ __Unused189: 'Null',
4702
+ __Unused190: 'Null',
4703
+ __Unused191: 'Null',
4704
+ __Unused192: 'Null',
4705
+ __Unused193: 'Null',
4706
+ __Unused194: 'Null',
4707
+ __Unused195: 'Null',
4708
+ __Unused196: 'Null',
4709
+ __Unused197: 'Null',
4710
+ __Unused198: 'Null',
4711
+ __Unused199: 'Null',
4712
+ Beefy: 'PezpalletBeefyError',
4713
+ __Unused201: 'Null',
4714
+ __Unused202: 'Null',
4715
+ __Unused203: 'Null',
4716
+ __Unused204: 'Null',
4717
+ __Unused205: 'Null',
4718
+ __Unused206: 'Null',
4719
+ __Unused207: 'Null',
4720
+ __Unused208: 'Null',
4721
+ __Unused209: 'Null',
4722
+ __Unused210: 'Null',
4723
+ __Unused211: 'Null',
4724
+ __Unused212: 'Null',
4725
+ __Unused213: 'Null',
4726
+ __Unused214: 'Null',
4727
+ __Unused215: 'Null',
4728
+ __Unused216: 'Null',
4729
+ __Unused217: 'Null',
4730
+ __Unused218: 'Null',
4731
+ __Unused219: 'Null',
4732
+ __Unused220: 'Null',
4733
+ __Unused221: 'Null',
4734
+ __Unused222: 'Null',
4735
+ __Unused223: 'Null',
4736
+ __Unused224: 'Null',
4737
+ __Unused225: 'Null',
4738
+ __Unused226: 'Null',
4739
+ __Unused227: 'Null',
4740
+ __Unused228: 'Null',
4741
+ __Unused229: 'Null',
4742
+ __Unused230: 'Null',
4743
+ __Unused231: 'Null',
4744
+ __Unused232: 'Null',
4745
+ __Unused233: 'Null',
4746
+ __Unused234: 'Null',
4747
+ __Unused235: 'Null',
4748
+ __Unused236: 'Null',
4749
+ __Unused237: 'Null',
4750
+ __Unused238: 'Null',
4751
+ __Unused239: 'Null',
4752
+ __Unused240: 'Null',
4753
+ __Unused241: 'Null',
4754
+ __Unused242: 'Null',
4755
+ __Unused243: 'Null',
4756
+ __Unused244: 'Null',
4757
+ __Unused245: 'Null',
4758
+ __Unused246: 'Null',
4759
+ __Unused247: 'Null',
4760
+ __Unused248: 'Null',
4761
+ __Unused249: 'Null',
4762
+ __Unused250: 'Null',
4763
+ __Unused251: 'Null',
4764
+ __Unused252: 'Null',
4765
+ __Unused253: 'Null',
4766
+ __Unused254: 'Null',
4767
+ RcMigrator: 'PezpalletRcMigratorError'
4768
+ }
4769
+ }
4770
+ };