@pezkuwi/types-augment 16.5.17 → 16.5.19

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