@pezkuwi/types-augment 16.5.5 → 16.5.6

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