@pezkuwi/types-augment 16.5.5

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