@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,2980 @@
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
+ * Lookup32: asset_hub_polkadot_runtime::RuntimeTask
9
+ **/
10
+ AssetHubPolkadotRuntimeRuntimeTask: 'Null',
11
+ /**
12
+ * Lookup33: cumulus_pallet_parachain_system::pallet::Event<T>
13
+ **/
14
+ CumulusPalletParachainSystemEvent: {
15
+ _enum: {
16
+ ValidationFunctionStored: 'Null',
17
+ ValidationFunctionApplied: {
18
+ relayChainBlockNum: 'u32',
19
+ },
20
+ ValidationFunctionDiscarded: 'Null',
21
+ DownwardMessagesReceived: {
22
+ count: 'u32',
23
+ },
24
+ DownwardMessagesProcessed: {
25
+ weightUsed: 'SpWeightsWeightV2Weight',
26
+ dmqHead: 'H256',
27
+ },
28
+ UpwardMessageSent: {
29
+ messageHash: 'Option<[u8;32]>'
30
+ }
31
+ }
32
+ },
33
+ /**
34
+ * Lookup41: asset_hub_polkadot_runtime::RuntimeParametersKey
35
+ **/
36
+ AssetHubPolkadotRuntimeRuntimeParametersKey: {
37
+ _enum: {
38
+ StakingElection: 'AssetHubPolkadotRuntimeDynamicParamsStakingElectionParametersKey',
39
+ Scheduler: 'AssetHubPolkadotRuntimeDynamicParamsSchedulerParametersKey',
40
+ MessageQueue: 'AssetHubPolkadotRuntimeDynamicParamsMessageQueueParametersKey'
41
+ }
42
+ },
43
+ /**
44
+ * Lookup42: asset_hub_polkadot_runtime::dynamic_params::staking_election::ParametersKey
45
+ **/
46
+ AssetHubPolkadotRuntimeDynamicParamsStakingElectionParametersKey: {
47
+ _enum: ['SignedPhase', 'MaxSignedSubmissions', 'UnsignedPhase', 'MinerPages', 'MaxElectingVoters', 'TargetSnapshotPerBlock', 'MaxEraDuration']
48
+ },
49
+ /**
50
+ * Lookup43: asset_hub_polkadot_runtime::dynamic_params::staking_election::SignedPhase
51
+ **/
52
+ AssetHubPolkadotRuntimeDynamicParamsStakingElectionSignedPhase: 'Null',
53
+ /**
54
+ * Lookup44: asset_hub_polkadot_runtime::dynamic_params::staking_election::MaxSignedSubmissions
55
+ **/
56
+ AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxSignedSubmissions: 'Null',
57
+ /**
58
+ * Lookup45: asset_hub_polkadot_runtime::dynamic_params::staking_election::UnsignedPhase
59
+ **/
60
+ AssetHubPolkadotRuntimeDynamicParamsStakingElectionUnsignedPhase: 'Null',
61
+ /**
62
+ * Lookup46: asset_hub_polkadot_runtime::dynamic_params::staking_election::MinerPages
63
+ **/
64
+ AssetHubPolkadotRuntimeDynamicParamsStakingElectionMinerPages: 'Null',
65
+ /**
66
+ * Lookup47: asset_hub_polkadot_runtime::dynamic_params::staking_election::MaxElectingVoters
67
+ **/
68
+ AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxElectingVoters: 'Null',
69
+ /**
70
+ * Lookup48: asset_hub_polkadot_runtime::dynamic_params::staking_election::TargetSnapshotPerBlock
71
+ **/
72
+ AssetHubPolkadotRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock: 'Null',
73
+ /**
74
+ * Lookup49: asset_hub_polkadot_runtime::dynamic_params::staking_election::MaxEraDuration
75
+ **/
76
+ AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxEraDuration: 'Null',
77
+ /**
78
+ * Lookup50: asset_hub_polkadot_runtime::dynamic_params::scheduler::ParametersKey
79
+ **/
80
+ AssetHubPolkadotRuntimeDynamicParamsSchedulerParametersKey: {
81
+ _enum: ['MaxScheduledPerBlock', 'MaximumWeight']
82
+ },
83
+ /**
84
+ * Lookup51: asset_hub_polkadot_runtime::dynamic_params::scheduler::MaxScheduledPerBlock
85
+ **/
86
+ AssetHubPolkadotRuntimeDynamicParamsSchedulerMaxScheduledPerBlock: 'Null',
87
+ /**
88
+ * Lookup52: asset_hub_polkadot_runtime::dynamic_params::scheduler::MaximumWeight
89
+ **/
90
+ AssetHubPolkadotRuntimeDynamicParamsSchedulerMaximumWeight: 'Null',
91
+ /**
92
+ * Lookup53: asset_hub_polkadot_runtime::dynamic_params::message_queue::ParametersKey
93
+ **/
94
+ AssetHubPolkadotRuntimeDynamicParamsMessageQueueParametersKey: {
95
+ _enum: ['MaxOnInitWeight', 'MaxOnIdleWeight']
96
+ },
97
+ /**
98
+ * Lookup54: asset_hub_polkadot_runtime::dynamic_params::message_queue::MaxOnInitWeight
99
+ **/
100
+ AssetHubPolkadotRuntimeDynamicParamsMessageQueueMaxOnInitWeight: 'Null',
101
+ /**
102
+ * Lookup55: asset_hub_polkadot_runtime::dynamic_params::message_queue::MaxOnIdleWeight
103
+ **/
104
+ AssetHubPolkadotRuntimeDynamicParamsMessageQueueMaxOnIdleWeight: 'Null',
105
+ /**
106
+ * Lookup57: asset_hub_polkadot_runtime::RuntimeParametersValue
107
+ **/
108
+ AssetHubPolkadotRuntimeRuntimeParametersValue: {
109
+ _enum: {
110
+ StakingElection: 'AssetHubPolkadotRuntimeDynamicParamsStakingElectionParametersValue',
111
+ Scheduler: 'AssetHubPolkadotRuntimeDynamicParamsSchedulerParametersValue',
112
+ MessageQueue: 'AssetHubPolkadotRuntimeDynamicParamsMessageQueueParametersValue'
113
+ }
114
+ },
115
+ /**
116
+ * Lookup58: asset_hub_polkadot_runtime::dynamic_params::staking_election::ParametersValue
117
+ **/
118
+ AssetHubPolkadotRuntimeDynamicParamsStakingElectionParametersValue: {
119
+ _enum: {
120
+ SignedPhase: 'u32',
121
+ MaxSignedSubmissions: 'u32',
122
+ UnsignedPhase: 'u32',
123
+ MinerPages: 'u32',
124
+ MaxElectingVoters: 'u32',
125
+ TargetSnapshotPerBlock: 'u32',
126
+ MaxEraDuration: 'u64'
127
+ }
128
+ },
129
+ /**
130
+ * Lookup59: asset_hub_polkadot_runtime::dynamic_params::scheduler::ParametersValue
131
+ **/
132
+ AssetHubPolkadotRuntimeDynamicParamsSchedulerParametersValue: {
133
+ _enum: {
134
+ MaxScheduledPerBlock: 'u32',
135
+ MaximumWeight: 'SpWeightsWeightV2Weight'
136
+ }
137
+ },
138
+ /**
139
+ * Lookup60: asset_hub_polkadot_runtime::dynamic_params::message_queue::ParametersValue
140
+ **/
141
+ AssetHubPolkadotRuntimeDynamicParamsMessageQueueParametersValue: {
142
+ _enum: {
143
+ MaxOnInitWeight: 'Option<SpWeightsWeightV2Weight>',
144
+ MaxOnIdleWeight: 'Option<SpWeightsWeightV2Weight>'
145
+ }
146
+ },
147
+ /**
148
+ * Lookup88: pallet_collator_selection::pallet::Event<T>
149
+ **/
150
+ PalletCollatorSelectionEvent: {
151
+ _enum: {
152
+ NewInvulnerables: {
153
+ invulnerables: 'Vec<AccountId32>',
154
+ },
155
+ InvulnerableAdded: {
156
+ accountId: 'AccountId32',
157
+ },
158
+ InvulnerableRemoved: {
159
+ accountId: 'AccountId32',
160
+ },
161
+ NewDesiredCandidates: {
162
+ desiredCandidates: 'u32',
163
+ },
164
+ NewCandidacyBond: {
165
+ bondAmount: 'u128',
166
+ },
167
+ CandidateAdded: {
168
+ accountId: 'AccountId32',
169
+ deposit: 'u128',
170
+ },
171
+ CandidateBondUpdated: {
172
+ accountId: 'AccountId32',
173
+ deposit: 'u128',
174
+ },
175
+ CandidateRemoved: {
176
+ accountId: 'AccountId32',
177
+ },
178
+ CandidateReplaced: {
179
+ _alias: {
180
+ new_: 'new',
181
+ },
182
+ old: 'AccountId32',
183
+ new_: 'AccountId32',
184
+ deposit: 'u128',
185
+ },
186
+ InvalidInvulnerableSkipped: {
187
+ accountId: 'AccountId32'
188
+ }
189
+ }
190
+ },
191
+ /**
192
+ * Lookup91: cumulus_pallet_xcmp_queue::pallet::Event<T>
193
+ **/
194
+ CumulusPalletXcmpQueueEvent: {
195
+ _enum: {
196
+ XcmpMessageSent: {
197
+ messageHash: '[u8;32]'
198
+ }
199
+ }
200
+ },
201
+ /**
202
+ * Lookup166: cumulus_pallet_xcm::pallet::Event<T>
203
+ **/
204
+ CumulusPalletXcmEvent: {
205
+ _enum: {
206
+ InvalidFormat: '[u8;32]',
207
+ UnsupportedVersion: '[u8;32]',
208
+ ExecutedDownward: '([u8;32],StagingXcmV5TraitsOutcome)'
209
+ }
210
+ },
211
+ /**
212
+ * Lookup167: pallet_xcm_bridge_hub_router::pallet::Event<T, I>
213
+ **/
214
+ PalletXcmBridgeHubRouterEvent: {
215
+ _enum: {
216
+ DeliveryFeeFactorDecreased: {
217
+ newValue: 'u128',
218
+ },
219
+ DeliveryFeeFactorIncreased: {
220
+ newValue: 'u128'
221
+ }
222
+ }
223
+ },
224
+ /**
225
+ * Lookup170: cumulus_primitives_core::AggregateMessageOrigin
226
+ **/
227
+ CumulusPrimitivesCoreAggregateMessageOrigin: {
228
+ _enum: {
229
+ Here: 'Null',
230
+ Parent: 'Null',
231
+ Sibling: 'u32'
232
+ }
233
+ },
234
+ /**
235
+ * Lookup173: snowbridge_pallet_system_frontend::pallet::Event<T>
236
+ **/
237
+ SnowbridgePalletSystemFrontendEvent: {
238
+ _enum: {
239
+ MessageSent: {
240
+ origin: 'StagingXcmV5Location',
241
+ destination: 'StagingXcmV5Location',
242
+ message: 'StagingXcmV5Xcm',
243
+ messageId: '[u8;32]',
244
+ },
245
+ ExportOperatingModeChanged: {
246
+ mode: 'SnowbridgeCoreOperatingModeBasicOperatingMode'
247
+ }
248
+ }
249
+ },
250
+ /**
251
+ * Lookup174: snowbridge_core::operating_mode::BasicOperatingMode
252
+ **/
253
+ SnowbridgeCoreOperatingModeBasicOperatingMode: {
254
+ _enum: ['Normal', 'Halted']
255
+ },
256
+ /**
257
+ * Lookup179: asset_hub_polkadot_runtime::ProxyType
258
+ **/
259
+ AssetHubPolkadotRuntimeProxyType: {
260
+ _enum: ['Any', 'NonTransfer', 'CancelProxy', 'Assets', 'AssetOwner', 'AssetManager', 'Collator', 'Governance', 'Staking', 'NominationPools', 'Auction', 'ParaRegistration']
261
+ },
262
+ /**
263
+ * Lookup207: parachains_common::pay::VersionedLocatableAccount
264
+ **/
265
+ ParachainsCommonPayVersionedLocatableAccount: {
266
+ _enum: {
267
+ __Unused0: 'Null',
268
+ __Unused1: 'Null',
269
+ __Unused2: 'Null',
270
+ __Unused3: 'Null',
271
+ V4: {
272
+ location: 'StagingXcmV4Location',
273
+ accountId: 'StagingXcmV4Location',
274
+ },
275
+ V5: {
276
+ location: 'StagingXcmV5Location',
277
+ accountId: 'StagingXcmV5Location'
278
+ }
279
+ }
280
+ },
281
+ /**
282
+ * Lookup218: cumulus_pallet_parachain_system::pallet::Call<T>
283
+ **/
284
+ CumulusPalletParachainSystemCall: {
285
+ _enum: {
286
+ set_validation_data: {
287
+ data: 'CumulusPalletParachainSystemParachainInherentBasicParachainInherentData',
288
+ inboundMessagesData: 'CumulusPalletParachainSystemParachainInherentInboundMessagesData',
289
+ },
290
+ sudo_send_upward_message: {
291
+ message: 'Bytes'
292
+ }
293
+ }
294
+ },
295
+ /**
296
+ * Lookup219: cumulus_pallet_parachain_system::parachain_inherent::BasicParachainInherentData
297
+ **/
298
+ CumulusPalletParachainSystemParachainInherentBasicParachainInherentData: {
299
+ validationData: 'PolkadotPrimitivesV8PersistedValidationData',
300
+ relayChainState: 'SpTrieStorageProof',
301
+ relayParentDescendants: 'Vec<SpRuntimeHeader>',
302
+ collatorPeerId: 'Option<Bytes>'
303
+ },
304
+ /**
305
+ * Lookup222: sp_trie::storage_proof::StorageProof
306
+ **/
307
+ SpTrieStorageProof: {
308
+ trieNodes: 'BTreeSet<Bytes>'
309
+ },
310
+ /**
311
+ * Lookup227: cumulus_pallet_parachain_system::parachain_inherent::InboundMessagesData
312
+ **/
313
+ CumulusPalletParachainSystemParachainInherentInboundMessagesData: {
314
+ downwardMessages: {
315
+ fullMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',
316
+ hashedMessages: 'Vec<CumulusPrimitivesParachainInherentHashedMessage>'
317
+ },
318
+ horizontalMessages: 'CumulusPalletParachainSystemParachainInherentAbridgedInboundMessagesCollection'
319
+ },
320
+ /**
321
+ * Lookup232: cumulus_primitives_parachain_inherent::HashedMessage
322
+ **/
323
+ CumulusPrimitivesParachainInherentHashedMessage: {
324
+ sentAt: 'u32',
325
+ msgHash: 'H256'
326
+ },
327
+ /**
328
+ * Lookup233: cumulus_pallet_parachain_system::parachain_inherent::AbridgedInboundMessagesCollection<Message>
329
+ **/
330
+ CumulusPalletParachainSystemParachainInherentAbridgedInboundMessagesCollection: {
331
+ fullMessages: 'Vec<(u32,PolkadotCorePrimitivesInboundHrmpMessage)>',
332
+ hashedMessages: 'Vec<(u32,CumulusPrimitivesParachainInherentHashedMessage)>'
333
+ },
334
+ /**
335
+ * Lookup240: staging_parachain_info::pallet::Call<T>
336
+ **/
337
+ StagingParachainInfoCall: 'Null',
338
+ /**
339
+ * Lookup246: asset_hub_polkadot_runtime::RuntimeParameters
340
+ **/
341
+ AssetHubPolkadotRuntimeRuntimeParameters: {
342
+ _enum: {
343
+ StakingElection: 'AssetHubPolkadotRuntimeDynamicParamsStakingElectionParameters',
344
+ Scheduler: 'AssetHubPolkadotRuntimeDynamicParamsSchedulerParameters',
345
+ MessageQueue: 'AssetHubPolkadotRuntimeDynamicParamsMessageQueueParameters'
346
+ }
347
+ },
348
+ /**
349
+ * Lookup247: asset_hub_polkadot_runtime::dynamic_params::staking_election::Parameters
350
+ **/
351
+ AssetHubPolkadotRuntimeDynamicParamsStakingElectionParameters: {
352
+ _enum: {
353
+ SignedPhase: '(AssetHubPolkadotRuntimeDynamicParamsStakingElectionSignedPhase,Option<u32>)',
354
+ MaxSignedSubmissions: '(AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxSignedSubmissions,Option<u32>)',
355
+ UnsignedPhase: '(AssetHubPolkadotRuntimeDynamicParamsStakingElectionUnsignedPhase,Option<u32>)',
356
+ MinerPages: '(AssetHubPolkadotRuntimeDynamicParamsStakingElectionMinerPages,Option<u32>)',
357
+ MaxElectingVoters: '(AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxElectingVoters,Option<u32>)',
358
+ TargetSnapshotPerBlock: '(AssetHubPolkadotRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock,Option<u32>)',
359
+ MaxEraDuration: '(AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxEraDuration,Option<u64>)'
360
+ }
361
+ },
362
+ /**
363
+ * Lookup248: asset_hub_polkadot_runtime::dynamic_params::scheduler::Parameters
364
+ **/
365
+ AssetHubPolkadotRuntimeDynamicParamsSchedulerParameters: {
366
+ _enum: {
367
+ MaxScheduledPerBlock: '(AssetHubPolkadotRuntimeDynamicParamsSchedulerMaxScheduledPerBlock,Option<u32>)',
368
+ MaximumWeight: '(AssetHubPolkadotRuntimeDynamicParamsSchedulerMaximumWeight,Option<SpWeightsWeightV2Weight>)'
369
+ }
370
+ },
371
+ /**
372
+ * Lookup249: asset_hub_polkadot_runtime::dynamic_params::message_queue::Parameters
373
+ **/
374
+ AssetHubPolkadotRuntimeDynamicParamsMessageQueueParameters: {
375
+ _enum: {
376
+ MaxOnInitWeight: '(AssetHubPolkadotRuntimeDynamicParamsMessageQueueMaxOnInitWeight,Option<Option<SpWeightsWeightV2Weight>>)',
377
+ MaxOnIdleWeight: '(AssetHubPolkadotRuntimeDynamicParamsMessageQueueMaxOnIdleWeight,Option<Option<SpWeightsWeightV2Weight>>)'
378
+ }
379
+ },
380
+ /**
381
+ * Lookup264: pallet_collator_selection::pallet::Call<T>
382
+ **/
383
+ PalletCollatorSelectionCall: {
384
+ _enum: {
385
+ set_invulnerables: {
386
+ _alias: {
387
+ new_: 'new',
388
+ },
389
+ new_: 'Vec<AccountId32>',
390
+ },
391
+ set_desired_candidates: {
392
+ max: 'u32',
393
+ },
394
+ set_candidacy_bond: {
395
+ bond: 'u128',
396
+ },
397
+ register_as_candidate: 'Null',
398
+ leave_intent: 'Null',
399
+ add_invulnerable: {
400
+ who: 'AccountId32',
401
+ },
402
+ remove_invulnerable: {
403
+ who: 'AccountId32',
404
+ },
405
+ update_bond: {
406
+ newDeposit: 'u128',
407
+ },
408
+ take_candidate_slot: {
409
+ deposit: 'u128',
410
+ target: 'AccountId32'
411
+ }
412
+ }
413
+ },
414
+ /**
415
+ * Lookup266: asset_hub_polkadot_runtime::SessionKeys
416
+ **/
417
+ AssetHubPolkadotRuntimeSessionKeys: {
418
+ aura: 'SpConsensusAuraEd25519AppEd25519Public'
419
+ },
420
+ /**
421
+ * Lookup267: sp_consensus_aura::ed25519::app_ed25519::Public
422
+ **/
423
+ SpConsensusAuraEd25519AppEd25519Public: '[u8;32]',
424
+ /**
425
+ * Lookup268: cumulus_pallet_xcmp_queue::pallet::Call<T>
426
+ **/
427
+ CumulusPalletXcmpQueueCall: {
428
+ _enum: {
429
+ __Unused0: 'Null',
430
+ suspend_xcm_execution: 'Null',
431
+ resume_xcm_execution: 'Null',
432
+ update_suspend_threshold: {
433
+ _alias: {
434
+ new_: 'new',
435
+ },
436
+ new_: 'u32',
437
+ },
438
+ update_drop_threshold: {
439
+ _alias: {
440
+ new_: 'new',
441
+ },
442
+ new_: 'u32',
443
+ },
444
+ update_resume_threshold: {
445
+ _alias: {
446
+ new_: 'new',
447
+ },
448
+ new_: 'u32'
449
+ }
450
+ }
451
+ },
452
+ /**
453
+ * Lookup313: cumulus_pallet_xcm::pallet::Call<T>
454
+ **/
455
+ CumulusPalletXcmCall: 'Null',
456
+ /**
457
+ * Lookup314: pallet_xcm_bridge_hub_router::pallet::Call<T, I>
458
+ **/
459
+ PalletXcmBridgeHubRouterCall: {
460
+ _enum: {
461
+ report_bridge_status: {
462
+ bridgeId: 'H256',
463
+ isCongested: 'bool'
464
+ }
465
+ }
466
+ },
467
+ /**
468
+ * Lookup316: snowbridge_pallet_system_frontend::pallet::Call<T>
469
+ **/
470
+ SnowbridgePalletSystemFrontendCall: {
471
+ _enum: {
472
+ set_operating_mode: {
473
+ mode: 'SnowbridgeCoreOperatingModeBasicOperatingMode',
474
+ },
475
+ register_token: {
476
+ assetId: 'XcmVersionedLocation',
477
+ metadata: 'SnowbridgeCoreAssetMetadata',
478
+ feeAsset: 'StagingXcmV5Asset',
479
+ },
480
+ add_tip: {
481
+ messageId: 'SnowbridgeCoreRewardMessageId',
482
+ asset: 'StagingXcmV5Asset'
483
+ }
484
+ }
485
+ },
486
+ /**
487
+ * Lookup317: snowbridge_core::AssetMetadata
488
+ **/
489
+ SnowbridgeCoreAssetMetadata: {
490
+ name: 'Bytes',
491
+ symbol: 'Bytes',
492
+ decimals: 'u8'
493
+ },
494
+ /**
495
+ * Lookup318: snowbridge_core::reward::MessageId
496
+ **/
497
+ SnowbridgeCoreRewardMessageId: {
498
+ _enum: {
499
+ Inbound: 'u64',
500
+ Outbound: 'u64'
501
+ }
502
+ },
503
+ /**
504
+ * Lookup321: asset_hub_polkadot_runtime::OriginCaller
505
+ **/
506
+ AssetHubPolkadotRuntimeOriginCaller: {
507
+ _enum: {
508
+ system: 'FrameSupportDispatchRawOrigin',
509
+ __Unused1: 'Null',
510
+ __Unused2: 'Null',
511
+ __Unused3: 'Null',
512
+ __Unused4: 'Null',
513
+ __Unused5: 'Null',
514
+ __Unused6: 'Null',
515
+ __Unused7: 'Null',
516
+ __Unused8: 'Null',
517
+ __Unused9: 'Null',
518
+ __Unused10: 'Null',
519
+ __Unused11: 'Null',
520
+ __Unused12: 'Null',
521
+ __Unused13: 'Null',
522
+ __Unused14: 'Null',
523
+ __Unused15: 'Null',
524
+ __Unused16: 'Null',
525
+ __Unused17: 'Null',
526
+ __Unused18: 'Null',
527
+ __Unused19: 'Null',
528
+ __Unused20: 'Null',
529
+ __Unused21: 'Null',
530
+ __Unused22: 'Null',
531
+ __Unused23: 'Null',
532
+ __Unused24: 'Null',
533
+ __Unused25: 'Null',
534
+ __Unused26: 'Null',
535
+ __Unused27: 'Null',
536
+ __Unused28: 'Null',
537
+ __Unused29: 'Null',
538
+ __Unused30: 'Null',
539
+ PolkadotXcm: 'PalletXcmOrigin',
540
+ CumulusXcm: 'CumulusPalletXcmOrigin',
541
+ __Unused33: 'Null',
542
+ __Unused34: 'Null',
543
+ __Unused35: 'Null',
544
+ __Unused36: 'Null',
545
+ __Unused37: 'Null',
546
+ __Unused38: 'Null',
547
+ __Unused39: 'Null',
548
+ __Unused40: 'Null',
549
+ __Unused41: 'Null',
550
+ __Unused42: 'Null',
551
+ __Unused43: 'Null',
552
+ __Unused44: 'Null',
553
+ __Unused45: 'Null',
554
+ __Unused46: 'Null',
555
+ __Unused47: 'Null',
556
+ __Unused48: 'Null',
557
+ __Unused49: 'Null',
558
+ __Unused50: 'Null',
559
+ __Unused51: 'Null',
560
+ __Unused52: 'Null',
561
+ __Unused53: 'Null',
562
+ __Unused54: 'Null',
563
+ __Unused55: 'Null',
564
+ __Unused56: 'Null',
565
+ __Unused57: 'Null',
566
+ __Unused58: 'Null',
567
+ __Unused59: 'Null',
568
+ __Unused60: 'Null',
569
+ __Unused61: 'Null',
570
+ __Unused62: 'Null',
571
+ Origins: 'AssetHubPolkadotRuntimeGovernanceOriginsPalletCustomOriginsOrigin'
572
+ }
573
+ },
574
+ /**
575
+ * Lookup324: cumulus_pallet_xcm::pallet::Origin
576
+ **/
577
+ CumulusPalletXcmOrigin: {
578
+ _enum: {
579
+ Relay: 'Null',
580
+ SiblingParachain: 'u32'
581
+ }
582
+ },
583
+ /**
584
+ * Lookup325: asset_hub_polkadot_runtime::governance::origins::pallet_custom_origins::Origin
585
+ **/
586
+ AssetHubPolkadotRuntimeGovernanceOriginsPalletCustomOriginsOrigin: {
587
+ _enum: ['StakingAdmin', 'Treasurer', 'FellowshipAdmin', 'GeneralAdmin', 'AuctionAdmin', 'LeaseAdmin', 'ReferendumCanceller', 'ReferendumKiller', 'SmallTipper', 'BigTipper', 'SmallSpender', 'MediumSpender', 'BigSpender', 'WhitelistedCaller', 'WishForChange']
588
+ },
589
+ /**
590
+ * Lookup392: pallet_staking_async_rc_client::pallet::Call<T>
591
+ **/
592
+ PalletStakingAsyncRcClientCall: {
593
+ _enum: {
594
+ relay_session_report: {
595
+ report: 'PalletStakingAsyncRcClientSessionReport',
596
+ },
597
+ relay_new_offence_paged: {
598
+ offences: 'Vec<(u32,PalletStakingAsyncRcClientOffence)>'
599
+ }
600
+ }
601
+ },
602
+ /**
603
+ * Lookup401: pallet_election_provider_multi_block::pallet::Call<T>
604
+ **/
605
+ PalletElectionProviderMultiBlockCall: {
606
+ _enum: {
607
+ manage: {
608
+ op: 'PalletElectionProviderMultiBlockAdminOperation'
609
+ }
610
+ }
611
+ },
612
+ /**
613
+ * Lookup402: pallet_election_provider_multi_block::AdminOperation<T>
614
+ **/
615
+ PalletElectionProviderMultiBlockAdminOperation: {
616
+ _enum: {
617
+ ForceRotateRound: 'Null',
618
+ ForceSetPhase: 'PalletElectionProviderMultiBlockPhase',
619
+ EmergencySetSolution: '(FrameElectionProviderSupportBoundedSupports,SpNposElectionsElectionScore)',
620
+ EmergencyFallback: 'Null',
621
+ SetMinUntrustedScore: 'SpNposElectionsElectionScore'
622
+ }
623
+ },
624
+ /**
625
+ * Lookup403: pallet_election_provider_multi_block::types::Phase<T>
626
+ **/
627
+ PalletElectionProviderMultiBlockPhase: {
628
+ _enum: {
629
+ Off: 'Null',
630
+ Signed: 'u32',
631
+ SignedValidation: 'u32',
632
+ Unsigned: 'u32',
633
+ Snapshot: 'u32',
634
+ Done: 'Null',
635
+ Export: 'u32',
636
+ Emergency: 'Null'
637
+ }
638
+ },
639
+ /**
640
+ * Lookup413: pallet_election_provider_multi_block::verifier::impls::pallet::Call<T>
641
+ **/
642
+ PalletElectionProviderMultiBlockVerifierImplsPalletCall: 'Null',
643
+ /**
644
+ * Lookup414: pallet_election_provider_multi_block::unsigned::pallet::Call<T>
645
+ **/
646
+ PalletElectionProviderMultiBlockUnsignedPalletCall: {
647
+ _enum: {
648
+ submit_unsigned: {
649
+ pagedSolution: 'PalletElectionProviderMultiBlockPagedRawSolution'
650
+ }
651
+ }
652
+ },
653
+ /**
654
+ * Lookup415: pallet_election_provider_multi_block::types::PagedRawSolution<T>
655
+ **/
656
+ PalletElectionProviderMultiBlockPagedRawSolution: {
657
+ solutionPages: 'Vec<AssetHubPolkadotRuntimeStakingNposCompactSolution16>',
658
+ score: 'SpNposElectionsElectionScore',
659
+ round: 'u32'
660
+ },
661
+ /**
662
+ * Lookup417: asset_hub_polkadot_runtime::staking::NposCompactSolution16
663
+ **/
664
+ AssetHubPolkadotRuntimeStakingNposCompactSolution16: {
665
+ votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
666
+ votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<PerU16>),Compact<u16>)>',
667
+ votes3: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);2],Compact<u16>)>',
668
+ votes4: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);3],Compact<u16>)>',
669
+ votes5: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);4],Compact<u16>)>',
670
+ votes6: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);5],Compact<u16>)>',
671
+ votes7: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);6],Compact<u16>)>',
672
+ votes8: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);7],Compact<u16>)>',
673
+ votes9: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);8],Compact<u16>)>',
674
+ votes10: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);9],Compact<u16>)>',
675
+ votes11: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);10],Compact<u16>)>',
676
+ votes12: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);11],Compact<u16>)>',
677
+ votes13: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);12],Compact<u16>)>',
678
+ votes14: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);13],Compact<u16>)>',
679
+ votes15: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);14],Compact<u16>)>',
680
+ votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>'
681
+ },
682
+ /**
683
+ * Lookup468: pallet_election_provider_multi_block::signed::pallet::Call<T>
684
+ **/
685
+ PalletElectionProviderMultiBlockSignedPalletCall: {
686
+ _enum: {
687
+ register: {
688
+ claimedScore: 'SpNposElectionsElectionScore',
689
+ },
690
+ submit_page: {
691
+ page: 'u32',
692
+ maybeSolution: 'Option<AssetHubPolkadotRuntimeStakingNposCompactSolution16>',
693
+ },
694
+ bail: 'Null',
695
+ clear_old_round_data: {
696
+ round: 'u32',
697
+ witnessPages: 'u32',
698
+ },
699
+ set_invulnerables: {
700
+ inv: 'Vec<AccountId32>'
701
+ }
702
+ }
703
+ },
704
+ /**
705
+ * Lookup470: pallet_staking_async::pallet::pallet::Call<T>
706
+ **/
707
+ PalletStakingAsyncPalletCall: {
708
+ _enum: {
709
+ bond: {
710
+ value: 'Compact<u128>',
711
+ payee: 'PalletStakingAsyncRewardDestination',
712
+ },
713
+ bond_extra: {
714
+ maxAdditional: 'Compact<u128>',
715
+ },
716
+ unbond: {
717
+ value: 'Compact<u128>',
718
+ },
719
+ withdraw_unbonded: {
720
+ numSlashingSpans: 'u32',
721
+ },
722
+ validate: {
723
+ prefs: 'PalletStakingAsyncValidatorPrefs',
724
+ },
725
+ nominate: {
726
+ targets: 'Vec<MultiAddress>',
727
+ },
728
+ chill: 'Null',
729
+ set_payee: {
730
+ payee: 'PalletStakingAsyncRewardDestination',
731
+ },
732
+ set_controller: 'Null',
733
+ set_validator_count: {
734
+ _alias: {
735
+ new_: 'new',
736
+ },
737
+ new_: 'Compact<u32>',
738
+ },
739
+ increase_validator_count: {
740
+ additional: 'Compact<u32>',
741
+ },
742
+ scale_validator_count: {
743
+ factor: 'Percent',
744
+ },
745
+ force_no_eras: 'Null',
746
+ force_new_era: 'Null',
747
+ set_invulnerables: {
748
+ invulnerables: 'Vec<AccountId32>',
749
+ },
750
+ force_unstake: {
751
+ stash: 'AccountId32',
752
+ numSlashingSpans: 'u32',
753
+ },
754
+ force_new_era_always: 'Null',
755
+ cancel_deferred_slash: {
756
+ era: 'u32',
757
+ validatorSlashes: 'Vec<(AccountId32,Perbill)>',
758
+ },
759
+ payout_stakers: {
760
+ validatorStash: 'AccountId32',
761
+ era: 'u32',
762
+ },
763
+ rebond: {
764
+ value: 'Compact<u128>',
765
+ },
766
+ reap_stash: {
767
+ stash: 'AccountId32',
768
+ numSlashingSpans: 'u32',
769
+ },
770
+ kick: {
771
+ who: 'Vec<MultiAddress>',
772
+ },
773
+ set_staking_configs: {
774
+ minNominatorBond: 'PalletStakingAsyncPalletConfigOpU128',
775
+ minValidatorBond: 'PalletStakingAsyncPalletConfigOpU128',
776
+ maxNominatorCount: 'PalletStakingAsyncPalletConfigOpU32',
777
+ maxValidatorCount: 'PalletStakingAsyncPalletConfigOpU32',
778
+ chillThreshold: 'PalletStakingAsyncPalletConfigOpPercent',
779
+ minCommission: 'PalletStakingAsyncPalletConfigOpPerbill',
780
+ maxStakedRewards: 'PalletStakingAsyncPalletConfigOpPercent',
781
+ },
782
+ chill_other: {
783
+ stash: 'AccountId32',
784
+ },
785
+ force_apply_min_commission: {
786
+ validatorStash: 'AccountId32',
787
+ },
788
+ set_min_commission: {
789
+ _alias: {
790
+ new_: 'new',
791
+ },
792
+ new_: 'Perbill',
793
+ },
794
+ payout_stakers_by_page: {
795
+ validatorStash: 'AccountId32',
796
+ era: 'u32',
797
+ page: 'u32',
798
+ },
799
+ update_payee: {
800
+ controller: 'AccountId32',
801
+ },
802
+ deprecate_controller_batch: {
803
+ controllers: 'Vec<AccountId32>',
804
+ },
805
+ restore_ledger: {
806
+ stash: 'AccountId32',
807
+ maybeController: 'Option<AccountId32>',
808
+ maybeTotal: 'Option<u128>',
809
+ maybeUnlocking: 'Option<Vec<PalletStakingAsyncLedgerUnlockChunk>>',
810
+ },
811
+ migrate_currency: {
812
+ stash: 'AccountId32',
813
+ },
814
+ apply_slash: {
815
+ slashEra: 'u32',
816
+ slashKey: '(AccountId32,Perbill,u32)',
817
+ },
818
+ prune_era_step: {
819
+ era: 'u32'
820
+ }
821
+ }
822
+ },
823
+ /**
824
+ * Lookup471: pallet_staking_async::RewardDestination<sp_core::crypto::AccountId32>
825
+ **/
826
+ PalletStakingAsyncRewardDestination: {
827
+ _enum: {
828
+ Staked: 'Null',
829
+ Stash: 'Null',
830
+ Controller: 'Null',
831
+ Account: 'AccountId32',
832
+ None: 'Null'
833
+ }
834
+ },
835
+ /**
836
+ * Lookup472: pallet_staking_async::ValidatorPrefs
837
+ **/
838
+ PalletStakingAsyncValidatorPrefs: {
839
+ commission: 'Compact<Perbill>',
840
+ blocked: 'bool'
841
+ },
842
+ /**
843
+ * Lookup478: pallet_staking_async::pallet::pallet::ConfigOp<T>
844
+ **/
845
+ PalletStakingAsyncPalletConfigOpU128: {
846
+ _enum: {
847
+ Noop: 'Null',
848
+ Set: 'u128',
849
+ Remove: 'Null'
850
+ }
851
+ },
852
+ /**
853
+ * Lookup479: pallet_staking_async::pallet::pallet::ConfigOp<T>
854
+ **/
855
+ PalletStakingAsyncPalletConfigOpU32: {
856
+ _enum: {
857
+ Noop: 'Null',
858
+ Set: 'u32',
859
+ Remove: 'Null'
860
+ }
861
+ },
862
+ /**
863
+ * Lookup480: pallet_staking_async::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Percent>
864
+ **/
865
+ PalletStakingAsyncPalletConfigOpPercent: {
866
+ _enum: {
867
+ Noop: 'Null',
868
+ Set: 'Percent',
869
+ Remove: 'Null'
870
+ }
871
+ },
872
+ /**
873
+ * Lookup481: pallet_staking_async::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Perbill>
874
+ **/
875
+ PalletStakingAsyncPalletConfigOpPerbill: {
876
+ _enum: {
877
+ Noop: 'Null',
878
+ Set: 'Perbill',
879
+ Remove: 'Null'
880
+ }
881
+ },
882
+ /**
883
+ * Lookup485: pallet_staking_async::ledger::UnlockChunk<Balance>
884
+ **/
885
+ PalletStakingAsyncLedgerUnlockChunk: {
886
+ value: 'Compact<u128>',
887
+ era: 'Compact<u32>'
888
+ },
889
+ /**
890
+ * Lookup488: pallet_ah_ops::pallet::Call<T>
891
+ **/
892
+ PalletAhOpsCall: {
893
+ _enum: {
894
+ unreserve_lease_deposit: {
895
+ block: 'u32',
896
+ depositor: 'Option<AccountId32>',
897
+ paraId: 'u32',
898
+ },
899
+ withdraw_crowdloan_contribution: {
900
+ block: 'u32',
901
+ depositor: 'Option<AccountId32>',
902
+ paraId: 'u32',
903
+ },
904
+ unreserve_crowdloan_reserve: {
905
+ block: 'u32',
906
+ depositor: 'Option<AccountId32>',
907
+ paraId: 'u32',
908
+ },
909
+ transfer_to_post_migration_treasury: {
910
+ assetId: 'StagingXcmV5Location'
911
+ }
912
+ }
913
+ },
914
+ /**
915
+ * Lookup489: pallet_ah_migrator::pallet::Call<T>
916
+ **/
917
+ PalletAhMigratorCall: {
918
+ _enum: {
919
+ receive_accounts: {
920
+ accounts: 'Vec<PalletRcMigratorAccountsAccount>',
921
+ },
922
+ receive_multisigs: {
923
+ accounts: 'Vec<PalletRcMigratorMultisigRcMultisig>',
924
+ },
925
+ receive_proxy_proxies: {
926
+ proxies: 'Vec<PalletRcMigratorProxyRcProxy>',
927
+ },
928
+ receive_proxy_announcements: {
929
+ announcements: 'Vec<PalletRcMigratorProxyRcProxyAnnouncement>',
930
+ },
931
+ receive_preimage_chunks: {
932
+ chunks: 'Vec<PalletRcMigratorPreimageChunksRcPreimageChunk>',
933
+ },
934
+ receive_preimage_request_status: {
935
+ requestStatus: 'Vec<PalletRcMigratorPreimageRequestStatusPortableRequestStatus>',
936
+ },
937
+ receive_preimage_legacy_status: {
938
+ legacyStatus: 'Vec<PalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus>',
939
+ },
940
+ receive_nom_pools_messages: {
941
+ messages: 'Vec<PalletRcMigratorStakingNomPoolsRcNomPoolsMessage>',
942
+ },
943
+ receive_vesting_schedules: {
944
+ schedules: 'Vec<PalletRcMigratorVestingRcVestingSchedule>',
945
+ },
946
+ __Unused9: 'Null',
947
+ receive_referenda_values: {
948
+ values: 'Vec<PalletRcMigratorReferendaReferendaMessage>',
949
+ },
950
+ receive_referendums: {
951
+ referendums: 'Vec<(u32,PalletReferendaReferendumInfoRcPalletsOrigin)>',
952
+ },
953
+ receive_claims: {
954
+ messages: 'Vec<PalletRcMigratorClaimsRcClaimsMessage>',
955
+ },
956
+ receive_bags_list_messages: {
957
+ messages: 'Vec<PalletRcMigratorStakingBagsListPortableBagsListMessage>',
958
+ },
959
+ receive_scheduler_messages: {
960
+ messages: 'Vec<PalletRcMigratorSchedulerRcSchedulerMessage>',
961
+ },
962
+ receive_indices: {
963
+ indices: 'Vec<PalletRcMigratorIndicesRcIndicesIndex>',
964
+ },
965
+ receive_conviction_voting_messages: {
966
+ messages: 'Vec<PalletRcMigratorConvictionVotingRcConvictionVotingMessage>',
967
+ },
968
+ receive_bounties_messages: {
969
+ messages: 'Vec<PalletRcMigratorBountiesRcBountiesMessage>',
970
+ },
971
+ receive_asset_rates: {
972
+ rates: 'Vec<(PolkadotRuntimeCommonImplsVersionedLocatableAsset,u128)>',
973
+ },
974
+ receive_crowdloan_messages: {
975
+ messages: 'Vec<PalletRcMigratorCrowdloanRcCrowdloanMessage>',
976
+ },
977
+ receive_referenda_metadata: {
978
+ metadata: 'Vec<(u32,H256)>',
979
+ },
980
+ receive_treasury_messages: {
981
+ messages: 'Vec<PalletRcMigratorTreasuryPortableTreasuryMessage>',
982
+ },
983
+ receive_scheduler_agenda_messages: {
984
+ messages: 'Vec<PalletRcMigratorSchedulerSchedulerAgendaMessage>',
985
+ },
986
+ receive_delegated_staking_messages: {
987
+ messages: 'Vec<PalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage>',
988
+ },
989
+ receive_child_bounties_messages: {
990
+ messages: 'Vec<PalletRcMigratorChildBountiesPortableChildBountiesMessage>',
991
+ },
992
+ receive_staking_messages: {
993
+ messages: 'Vec<PalletRcMigratorStakingMessagePortableStakingMessage>',
994
+ },
995
+ __Unused26: 'Null',
996
+ __Unused27: 'Null',
997
+ __Unused28: 'Null',
998
+ __Unused29: 'Null',
999
+ __Unused30: 'Null',
1000
+ __Unused31: 'Null',
1001
+ __Unused32: 'Null',
1002
+ __Unused33: 'Null',
1003
+ __Unused34: 'Null',
1004
+ __Unused35: 'Null',
1005
+ __Unused36: 'Null',
1006
+ __Unused37: 'Null',
1007
+ __Unused38: 'Null',
1008
+ __Unused39: 'Null',
1009
+ __Unused40: 'Null',
1010
+ __Unused41: 'Null',
1011
+ __Unused42: 'Null',
1012
+ __Unused43: 'Null',
1013
+ __Unused44: 'Null',
1014
+ __Unused45: 'Null',
1015
+ __Unused46: 'Null',
1016
+ __Unused47: 'Null',
1017
+ __Unused48: 'Null',
1018
+ __Unused49: 'Null',
1019
+ __Unused50: 'Null',
1020
+ __Unused51: 'Null',
1021
+ __Unused52: 'Null',
1022
+ __Unused53: 'Null',
1023
+ __Unused54: 'Null',
1024
+ __Unused55: 'Null',
1025
+ __Unused56: 'Null',
1026
+ __Unused57: 'Null',
1027
+ __Unused58: 'Null',
1028
+ __Unused59: 'Null',
1029
+ __Unused60: 'Null',
1030
+ __Unused61: 'Null',
1031
+ __Unused62: 'Null',
1032
+ __Unused63: 'Null',
1033
+ __Unused64: 'Null',
1034
+ __Unused65: 'Null',
1035
+ __Unused66: 'Null',
1036
+ __Unused67: 'Null',
1037
+ __Unused68: 'Null',
1038
+ __Unused69: 'Null',
1039
+ __Unused70: 'Null',
1040
+ __Unused71: 'Null',
1041
+ __Unused72: 'Null',
1042
+ __Unused73: 'Null',
1043
+ __Unused74: 'Null',
1044
+ __Unused75: 'Null',
1045
+ __Unused76: 'Null',
1046
+ __Unused77: 'Null',
1047
+ __Unused78: 'Null',
1048
+ __Unused79: 'Null',
1049
+ __Unused80: 'Null',
1050
+ __Unused81: 'Null',
1051
+ __Unused82: 'Null',
1052
+ __Unused83: 'Null',
1053
+ __Unused84: 'Null',
1054
+ __Unused85: 'Null',
1055
+ __Unused86: 'Null',
1056
+ __Unused87: 'Null',
1057
+ __Unused88: 'Null',
1058
+ __Unused89: 'Null',
1059
+ __Unused90: 'Null',
1060
+ __Unused91: 'Null',
1061
+ __Unused92: 'Null',
1062
+ __Unused93: 'Null',
1063
+ __Unused94: 'Null',
1064
+ __Unused95: 'Null',
1065
+ __Unused96: 'Null',
1066
+ __Unused97: 'Null',
1067
+ __Unused98: 'Null',
1068
+ __Unused99: 'Null',
1069
+ force_set_stage: {
1070
+ stage: 'PalletAhMigratorMigrationStage',
1071
+ },
1072
+ start_migration: 'Null',
1073
+ set_dmp_queue_priority: {
1074
+ _alias: {
1075
+ new_: 'new',
1076
+ },
1077
+ new_: 'PalletRcMigratorQueuePriority',
1078
+ },
1079
+ set_manager: {
1080
+ _alias: {
1081
+ new_: 'new',
1082
+ },
1083
+ new_: 'Option<AccountId32>',
1084
+ },
1085
+ __Unused104: 'Null',
1086
+ __Unused105: 'Null',
1087
+ __Unused106: 'Null',
1088
+ __Unused107: 'Null',
1089
+ __Unused108: 'Null',
1090
+ __Unused109: 'Null',
1091
+ finish_migration: {
1092
+ data: 'Option<PalletRcMigratorMigrationFinishedData>',
1093
+ coolOffEndAt: 'u32',
1094
+ },
1095
+ send_xcm_message: {
1096
+ dest: 'XcmVersionedLocation',
1097
+ message: 'XcmVersionedXcm'
1098
+ }
1099
+ }
1100
+ },
1101
+ /**
1102
+ * Lookup491: pallet_rc_migrator::accounts::Account<sp_core::crypto::AccountId32, Balance, pallet_rc_migrator::types::PortableHoldReason, pallet_rc_migrator::types::PortableFreezeReason>
1103
+ **/
1104
+ PalletRcMigratorAccountsAccount: {
1105
+ who: 'AccountId32',
1106
+ free: 'u128',
1107
+ reserved: 'u128',
1108
+ frozen: 'u128',
1109
+ holds: 'Vec<FrameSupportTokensMiscIdAmountPortableHoldReason>',
1110
+ freezes: 'Vec<FrameSupportTokensMiscIdAmountPortableFreezeReason>',
1111
+ locks: 'Vec<PalletBalancesBalanceLock>',
1112
+ unnamedReserve: 'u128',
1113
+ consumers: 'u8',
1114
+ providers: 'u8'
1115
+ },
1116
+ /**
1117
+ * Lookup492: pallet_rc_migrator::types::PortableHoldReason
1118
+ **/
1119
+ PalletRcMigratorPortableHoldReason: {
1120
+ _enum: {
1121
+ Preimage: 'PalletPreimageHoldReason',
1122
+ Staking: 'PalletStakingPalletHoldReason',
1123
+ StateTrieMigration: 'PalletStateTrieMigrationHoldReason',
1124
+ DelegatedStaking: 'PalletDelegatedStakingHoldReason',
1125
+ Session: 'PalletSessionHoldReason',
1126
+ XcmPallet: 'PalletXcmHoldReason'
1127
+ }
1128
+ },
1129
+ /**
1130
+ * Lookup499: pallet_rc_migrator::types::PortableFreezeReason
1131
+ **/
1132
+ PalletRcMigratorPortableFreezeReason: {
1133
+ _enum: {
1134
+ NominationPools: 'PalletNominationPoolsFreezeReason'
1135
+ }
1136
+ },
1137
+ /**
1138
+ * Lookup502: frame_support::traits::tokens::misc::IdAmount<pallet_rc_migrator::types::PortableHoldReason, Balance>
1139
+ **/
1140
+ FrameSupportTokensMiscIdAmountPortableHoldReason: {
1141
+ id: 'PalletRcMigratorPortableHoldReason',
1142
+ amount: 'u128'
1143
+ },
1144
+ /**
1145
+ * Lookup505: frame_support::traits::tokens::misc::IdAmount<pallet_rc_migrator::types::PortableFreezeReason, Balance>
1146
+ **/
1147
+ FrameSupportTokensMiscIdAmountPortableFreezeReason: {
1148
+ id: 'PalletRcMigratorPortableFreezeReason',
1149
+ amount: 'u128'
1150
+ },
1151
+ /**
1152
+ * Lookup512: pallet_rc_migrator::multisig::RcMultisig<sp_core::crypto::AccountId32, Balance>
1153
+ **/
1154
+ PalletRcMigratorMultisigRcMultisig: {
1155
+ creator: 'AccountId32',
1156
+ deposit: 'u128'
1157
+ },
1158
+ /**
1159
+ * Lookup514: pallet_rc_migrator::proxy::RcProxy<sp_core::crypto::AccountId32, Balance, polkadot_runtime_constants::proxy::ProxyType, BlockNumber>
1160
+ **/
1161
+ PalletRcMigratorProxyRcProxy: {
1162
+ delegator: 'AccountId32',
1163
+ deposit: 'u128',
1164
+ proxies: 'Vec<PalletProxyProxyDefinitionPolkadotRuntimeConstantsProxyProxyType>'
1165
+ },
1166
+ /**
1167
+ * Lookup517: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, polkadot_runtime_constants::proxy::ProxyType, BlockNumber>
1168
+ **/
1169
+ PalletProxyProxyDefinitionPolkadotRuntimeConstantsProxyProxyType: {
1170
+ delegate: 'AccountId32',
1171
+ proxyType: 'PolkadotRuntimeConstantsProxyProxyType',
1172
+ delay: 'u32'
1173
+ },
1174
+ /**
1175
+ * Lookup519: pallet_rc_migrator::proxy::RcProxyAnnouncement<sp_core::crypto::AccountId32, Balance>
1176
+ **/
1177
+ PalletRcMigratorProxyRcProxyAnnouncement: {
1178
+ depositor: 'AccountId32',
1179
+ deposit: 'u128'
1180
+ },
1181
+ /**
1182
+ * Lookup521: pallet_rc_migrator::preimage::chunks::RcPreimageChunk
1183
+ **/
1184
+ PalletRcMigratorPreimageChunksRcPreimageChunk: {
1185
+ preimageHash: 'H256',
1186
+ preimageLen: 'u32',
1187
+ chunkByteOffset: 'u32',
1188
+ chunkBytes: 'Bytes'
1189
+ },
1190
+ /**
1191
+ * Lookup524: pallet_rc_migrator::preimage::request_status::PortableRequestStatus
1192
+ **/
1193
+ PalletRcMigratorPreimageRequestStatusPortableRequestStatus: {
1194
+ _alias: {
1195
+ hash_: 'hash'
1196
+ },
1197
+ hash_: 'H256',
1198
+ requestStatus: 'PalletRcMigratorPreimageRequestStatusPortableRequestStatusInner'
1199
+ },
1200
+ /**
1201
+ * Lookup525: pallet_rc_migrator::preimage::request_status::PortableRequestStatusInner
1202
+ **/
1203
+ PalletRcMigratorPreimageRequestStatusPortableRequestStatusInner: {
1204
+ _enum: {
1205
+ Unrequested: {
1206
+ ticket: '(AccountId32,Bytes)',
1207
+ len: 'u32',
1208
+ },
1209
+ Requested: {
1210
+ maybeTicket: 'Option<(AccountId32,Bytes)>',
1211
+ count: 'u32',
1212
+ maybeLen: 'Option<u32>'
1213
+ }
1214
+ }
1215
+ },
1216
+ /**
1217
+ * Lookup530: pallet_rc_migrator::preimage::legacy_request_status::RcPreimageLegacyStatus<sp_core::crypto::AccountId32, Balance>
1218
+ **/
1219
+ PalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus: {
1220
+ _alias: {
1221
+ hash_: 'hash'
1222
+ },
1223
+ hash_: 'H256',
1224
+ depositor: 'AccountId32',
1225
+ deposit: 'u128'
1226
+ },
1227
+ /**
1228
+ * Lookup532: pallet_rc_migrator::staking::nom_pools::RcNomPoolsMessage<T>
1229
+ **/
1230
+ PalletRcMigratorStakingNomPoolsRcNomPoolsMessage: {
1231
+ _enum: {
1232
+ StorageValues: {
1233
+ values: 'PalletRcMigratorStakingNomPoolsNomPoolsStorageValues',
1234
+ },
1235
+ PoolMembers: {
1236
+ member: '(AccountId32,PalletNominationPoolsPoolMember)',
1237
+ },
1238
+ BondedPools: {
1239
+ pool: '(u32,PalletNominationPoolsBondedPoolInner)',
1240
+ },
1241
+ RewardPools: {
1242
+ rewards: '(u32,PalletRcMigratorStakingNomPoolsAliasRewardPool)',
1243
+ },
1244
+ SubPoolsStorage: {
1245
+ subPools: '(u32,PalletRcMigratorStakingNomPoolsAliasSubPools)',
1246
+ },
1247
+ Metadata: {
1248
+ meta: '(u32,Bytes)',
1249
+ },
1250
+ ReversePoolIdLookup: {
1251
+ lookups: '(AccountId32,u32)',
1252
+ },
1253
+ ClaimPermissions: {
1254
+ perms: '(AccountId32,PalletNominationPoolsClaimPermission)'
1255
+ }
1256
+ }
1257
+ },
1258
+ /**
1259
+ * Lookup533: pallet_rc_migrator::staking::nom_pools::NomPoolsStorageValues<Balance>
1260
+ **/
1261
+ PalletRcMigratorStakingNomPoolsNomPoolsStorageValues: {
1262
+ totalValueLocked: 'Option<u128>',
1263
+ minJoinBond: 'Option<u128>',
1264
+ minCreateBond: 'Option<u128>',
1265
+ maxPools: 'Option<u32>',
1266
+ maxPoolMembers: 'Option<u32>',
1267
+ maxPoolMembersPerPool: 'Option<u32>',
1268
+ globalMaxCommission: 'Option<Perbill>',
1269
+ lastPoolId: 'Option<u32>'
1270
+ },
1271
+ /**
1272
+ * Lookup547: pallet_rc_migrator::staking::nom_pools_alias::RewardPool<T>
1273
+ **/
1274
+ PalletRcMigratorStakingNomPoolsAliasRewardPool: {
1275
+ lastRecordedRewardCounter: 'u128',
1276
+ lastRecordedTotalPayouts: 'u128',
1277
+ totalRewardsClaimed: 'u128',
1278
+ totalCommissionPending: 'u128',
1279
+ totalCommissionClaimed: 'u128'
1280
+ },
1281
+ /**
1282
+ * Lookup549: pallet_rc_migrator::staking::nom_pools_alias::SubPools<T>
1283
+ **/
1284
+ PalletRcMigratorStakingNomPoolsAliasSubPools: {
1285
+ noEra: 'PalletRcMigratorStakingNomPoolsAliasUnbondPool',
1286
+ withEra: 'BTreeMap<u32, PalletRcMigratorStakingNomPoolsAliasUnbondPool>'
1287
+ },
1288
+ /**
1289
+ * Lookup550: pallet_rc_migrator::staking::nom_pools_alias::UnbondPool<T>
1290
+ **/
1291
+ PalletRcMigratorStakingNomPoolsAliasUnbondPool: {
1292
+ points: 'u128',
1293
+ balance: 'u128'
1294
+ },
1295
+ /**
1296
+ * Lookup558: pallet_rc_migrator::vesting::RcVestingSchedule<T>
1297
+ **/
1298
+ PalletRcMigratorVestingRcVestingSchedule: {
1299
+ who: 'AccountId32',
1300
+ schedules: 'Vec<PalletVestingVestingInfo>'
1301
+ },
1302
+ /**
1303
+ * Lookup562: pallet_rc_migrator::referenda::ReferendaMessage<Track>
1304
+ **/
1305
+ PalletRcMigratorReferendaReferendaMessage: {
1306
+ referendumCount: 'Option<u32>',
1307
+ decidingCount: 'Vec<(u16,u32)>',
1308
+ trackQueue: 'Vec<(u16,Vec<(u32,u128)>)>'
1309
+ },
1310
+ /**
1311
+ * Lookup569: pallet_referenda::types::ReferendumInfo<TrackId, asset_hub_polkadot_runtime::ah_migration::RcPalletsOrigin, Moment, frame_support::traits::preimages::Bounded<asset_hub_polkadot_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance, pallet_conviction_voting::types::Tally<Votes, Total>, sp_core::crypto::AccountId32, ScheduleAddress>
1312
+ **/
1313
+ PalletReferendaReferendumInfoRcPalletsOrigin: {
1314
+ _enum: {
1315
+ Ongoing: 'PalletReferendaReferendumStatusRcPalletsOrigin',
1316
+ Approved: '(u32,Option<PalletReferendaDeposit>,Option<PalletReferendaDeposit>)',
1317
+ Rejected: '(u32,Option<PalletReferendaDeposit>,Option<PalletReferendaDeposit>)',
1318
+ Cancelled: '(u32,Option<PalletReferendaDeposit>,Option<PalletReferendaDeposit>)',
1319
+ TimedOut: '(u32,Option<PalletReferendaDeposit>,Option<PalletReferendaDeposit>)',
1320
+ Killed: 'u32'
1321
+ }
1322
+ },
1323
+ /**
1324
+ * Lookup570: asset_hub_polkadot_runtime::ah_migration::RcPalletsOrigin
1325
+ **/
1326
+ AssetHubPolkadotRuntimeAhMigrationRcPalletsOrigin: {
1327
+ _enum: {
1328
+ system: 'FrameSupportDispatchRawOrigin',
1329
+ __Unused1: 'Null',
1330
+ __Unused2: 'Null',
1331
+ __Unused3: 'Null',
1332
+ __Unused4: 'Null',
1333
+ __Unused5: 'Null',
1334
+ __Unused6: 'Null',
1335
+ __Unused7: 'Null',
1336
+ __Unused8: 'Null',
1337
+ __Unused9: 'Null',
1338
+ __Unused10: 'Null',
1339
+ __Unused11: 'Null',
1340
+ __Unused12: 'Null',
1341
+ __Unused13: 'Null',
1342
+ __Unused14: 'Null',
1343
+ __Unused15: 'Null',
1344
+ __Unused16: 'Null',
1345
+ __Unused17: 'Null',
1346
+ __Unused18: 'Null',
1347
+ __Unused19: 'Null',
1348
+ __Unused20: 'Null',
1349
+ __Unused21: 'Null',
1350
+ Origins: 'AssetHubPolkadotRuntimeGovernanceOriginsPalletCustomOriginsOrigin'
1351
+ }
1352
+ },
1353
+ /**
1354
+ * Lookup572: pallet_referenda::types::ReferendumStatus<TrackId, asset_hub_polkadot_runtime::ah_migration::RcPalletsOrigin, Moment, frame_support::traits::preimages::Bounded<asset_hub_polkadot_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance, pallet_conviction_voting::types::Tally<Votes, Total>, sp_core::crypto::AccountId32, ScheduleAddress>
1355
+ **/
1356
+ PalletReferendaReferendumStatusRcPalletsOrigin: {
1357
+ track: 'u16',
1358
+ origin: 'AssetHubPolkadotRuntimeAhMigrationRcPalletsOrigin',
1359
+ proposal: 'FrameSupportPreimagesBounded',
1360
+ enactment: 'FrameSupportScheduleDispatchTime',
1361
+ submitted: 'u32',
1362
+ submissionDeposit: 'PalletReferendaDeposit',
1363
+ decisionDeposit: 'Option<PalletReferendaDeposit>',
1364
+ deciding: 'Option<PalletReferendaDecidingStatus>',
1365
+ tally: 'PalletConvictionVotingTally',
1366
+ inQueue: 'bool',
1367
+ alarm: 'Option<(u32,(u32,u32))>'
1368
+ },
1369
+ /**
1370
+ * Lookup580: pallet_rc_migrator::claims::RcClaimsMessage<sp_core::crypto::AccountId32, Balance, BlockNumber>
1371
+ **/
1372
+ PalletRcMigratorClaimsRcClaimsMessage: {
1373
+ _enum: {
1374
+ StorageValues: {
1375
+ total: 'u128',
1376
+ },
1377
+ Claims: '(EthereumAddress,u128)',
1378
+ Vesting: {
1379
+ who: 'EthereumAddress',
1380
+ schedule: '(u128,u128,u32)',
1381
+ },
1382
+ Signing: '(EthereumAddress,PolkadotRuntimeCommonClaimsStatementKind)',
1383
+ Preclaims: '(AccountId32,EthereumAddress)'
1384
+ }
1385
+ },
1386
+ /**
1387
+ * Lookup585: pallet_rc_migrator::staking::bags_list::PortableBagsListMessage
1388
+ **/
1389
+ PalletRcMigratorStakingBagsListPortableBagsListMessage: {
1390
+ _enum: {
1391
+ Node: {
1392
+ id: 'AccountId32',
1393
+ node: 'PalletRcMigratorStakingBagsListPortableNode',
1394
+ },
1395
+ Bag: {
1396
+ score: 'u64',
1397
+ bag: 'PalletRcMigratorStakingBagsListPortableBag'
1398
+ }
1399
+ }
1400
+ },
1401
+ /**
1402
+ * Lookup586: pallet_rc_migrator::staking::bags_list::PortableNode
1403
+ **/
1404
+ PalletRcMigratorStakingBagsListPortableNode: {
1405
+ id: 'AccountId32',
1406
+ prev: 'Option<AccountId32>',
1407
+ next: 'Option<AccountId32>',
1408
+ bagUpper: 'u64',
1409
+ score: 'u64'
1410
+ },
1411
+ /**
1412
+ * Lookup587: pallet_rc_migrator::staking::bags_list::PortableBag
1413
+ **/
1414
+ PalletRcMigratorStakingBagsListPortableBag: {
1415
+ head: 'Option<AccountId32>',
1416
+ tail: 'Option<AccountId32>',
1417
+ bagUpper: 'u64'
1418
+ },
1419
+ /**
1420
+ * Lookup589: pallet_rc_migrator::scheduler::RcSchedulerMessage<BlockNumber>
1421
+ **/
1422
+ PalletRcMigratorSchedulerRcSchedulerMessage: {
1423
+ _enum: {
1424
+ IncompleteSince: 'u32',
1425
+ Retries: '((u32,u32),PalletSchedulerRetryConfig)',
1426
+ Lookup: '([u8;32],(u32,u32))'
1427
+ }
1428
+ },
1429
+ /**
1430
+ * Lookup594: pallet_rc_migrator::indices::RcIndicesIndex<AccountIndex, sp_core::crypto::AccountId32, Balance>
1431
+ **/
1432
+ PalletRcMigratorIndicesRcIndicesIndex: {
1433
+ index: 'u32',
1434
+ who: 'AccountId32',
1435
+ deposit: 'u128',
1436
+ frozen: 'bool'
1437
+ },
1438
+ /**
1439
+ * Lookup596: pallet_rc_migrator::conviction_voting::RcConvictionVotingMessage<sp_core::crypto::AccountId32, Class, pallet_conviction_voting::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber, PollIndex, MaxVotes>, Balance>
1440
+ **/
1441
+ PalletRcMigratorConvictionVotingRcConvictionVotingMessage: {
1442
+ _enum: {
1443
+ VotingFor: '(AccountId32,u16,PalletConvictionVotingVoteVoting)',
1444
+ ClassLocksFor: '(AccountId32,Vec<(u16,u128)>)'
1445
+ }
1446
+ },
1447
+ /**
1448
+ * Lookup608: pallet_rc_migrator::bounties::RcBountiesMessage<sp_core::crypto::AccountId32, Balance, BlockNumber>
1449
+ **/
1450
+ PalletRcMigratorBountiesRcBountiesMessage: {
1451
+ _enum: {
1452
+ BountyCount: 'u32',
1453
+ BountyApprovals: 'Vec<u32>',
1454
+ BountyDescriptions: '(u32,Bytes)',
1455
+ Bounties: '(u32,PalletRcMigratorBountiesAliasBounty)'
1456
+ }
1457
+ },
1458
+ /**
1459
+ * Lookup611: pallet_rc_migrator::bounties::alias::Bounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
1460
+ **/
1461
+ PalletRcMigratorBountiesAliasBounty: {
1462
+ proposer: 'AccountId32',
1463
+ value: 'u128',
1464
+ fee: 'u128',
1465
+ curatorDeposit: 'u128',
1466
+ bond: 'u128',
1467
+ status: 'PalletBountiesBountyStatus'
1468
+ },
1469
+ /**
1470
+ * Lookup616: pallet_rc_migrator::crowdloan::RcCrowdloanMessage<BlockNumber, sp_core::crypto::AccountId32, Balance>
1471
+ **/
1472
+ PalletRcMigratorCrowdloanRcCrowdloanMessage: {
1473
+ _enum: {
1474
+ LeaseReserve: {
1475
+ unreserveBlock: 'u32',
1476
+ account: 'AccountId32',
1477
+ paraId: 'u32',
1478
+ amount: 'u128',
1479
+ },
1480
+ CrowdloanContribution: {
1481
+ withdrawBlock: 'u32',
1482
+ contributor: 'AccountId32',
1483
+ paraId: 'u32',
1484
+ amount: 'u128',
1485
+ crowdloanAccount: 'AccountId32',
1486
+ },
1487
+ CrowdloanReserve: {
1488
+ unreserveBlock: 'u32',
1489
+ depositor: 'AccountId32',
1490
+ paraId: 'u32',
1491
+ amount: 'u128'
1492
+ }
1493
+ }
1494
+ },
1495
+ /**
1496
+ * Lookup620: pallet_rc_migrator::treasury::PortableTreasuryMessage
1497
+ **/
1498
+ PalletRcMigratorTreasuryPortableTreasuryMessage: {
1499
+ _enum: {
1500
+ ProposalCount: 'u32',
1501
+ Proposals: '(u32,PalletTreasuryProposal)',
1502
+ Approvals: 'Vec<u32>',
1503
+ SpendCount: 'u32',
1504
+ Spends: {
1505
+ id: 'u32',
1506
+ status: 'PalletRcMigratorTreasuryPortableSpendStatus',
1507
+ },
1508
+ LastSpendPeriod: 'Option<u32>',
1509
+ Funds: 'Null'
1510
+ }
1511
+ },
1512
+ /**
1513
+ * Lookup623: pallet_rc_migrator::treasury::PortableSpendStatus
1514
+ **/
1515
+ PalletRcMigratorTreasuryPortableSpendStatus: {
1516
+ assetKind: 'PolkadotRuntimeCommonImplsVersionedLocatableAsset',
1517
+ amount: 'u128',
1518
+ beneficiary: 'XcmVersionedLocation',
1519
+ validFrom: 'u32',
1520
+ expireAt: 'u32',
1521
+ status: 'PalletRcMigratorTreasuryPortablePaymentState'
1522
+ },
1523
+ /**
1524
+ * Lookup624: pallet_rc_migrator::treasury::PortablePaymentState
1525
+ **/
1526
+ PalletRcMigratorTreasuryPortablePaymentState: {
1527
+ _enum: {
1528
+ Pending: 'Null',
1529
+ Attempted: {
1530
+ id: 'u64',
1531
+ },
1532
+ Failed: 'Null'
1533
+ }
1534
+ },
1535
+ /**
1536
+ * Lookup626: pallet_rc_migrator::scheduler::SchedulerAgendaMessage<B, pallet_rc_migrator::scheduler::alias::Scheduled<frame_support::traits::preimages::Bounded<asset_hub_polkadot_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, BlockNumber, asset_hub_polkadot_runtime::ah_migration::RcPalletsOrigin>>
1537
+ **/
1538
+ PalletRcMigratorSchedulerSchedulerAgendaMessage: {
1539
+ block: 'u32',
1540
+ agenda: 'Vec<Option<PalletRcMigratorSchedulerAliasScheduled>>'
1541
+ },
1542
+ /**
1543
+ * Lookup627: pallet_rc_migrator::scheduler::alias::Scheduled<frame_support::traits::preimages::Bounded<asset_hub_polkadot_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, BlockNumber, asset_hub_polkadot_runtime::ah_migration::RcPalletsOrigin>
1544
+ **/
1545
+ PalletRcMigratorSchedulerAliasScheduled: {
1546
+ maybeId: 'Option<[u8;32]>',
1547
+ priority: 'u8',
1548
+ call: 'FrameSupportPreimagesBounded',
1549
+ maybePeriodic: 'Option<(u32,u32)>',
1550
+ origin: 'AssetHubPolkadotRuntimeAhMigrationRcPalletsOrigin'
1551
+ },
1552
+ /**
1553
+ * Lookup631: pallet_rc_migrator::staking::delegated_staking::PortableDelegatedStakingMessage
1554
+ **/
1555
+ PalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage: {
1556
+ _enum: {
1557
+ Delegators: {
1558
+ delegator: 'AccountId32',
1559
+ agent: 'AccountId32',
1560
+ amount: 'u128',
1561
+ },
1562
+ Agents: {
1563
+ agent: 'AccountId32',
1564
+ payee: 'AccountId32',
1565
+ totalDelegated: 'u128',
1566
+ unclaimedWithdrawals: 'u128',
1567
+ pendingSlash: 'u128'
1568
+ }
1569
+ }
1570
+ },
1571
+ /**
1572
+ * Lookup633: pallet_rc_migrator::child_bounties::PortableChildBountiesMessage
1573
+ **/
1574
+ PalletRcMigratorChildBountiesPortableChildBountiesMessage: {
1575
+ _enum: {
1576
+ ChildBountyCount: 'u32',
1577
+ ParentChildBounties: '(u32,u32)',
1578
+ ParentTotalChildBounties: '(u32,u32)',
1579
+ ChildBounty: {
1580
+ parentId: 'u32',
1581
+ childId: 'u32',
1582
+ childBounty: 'PalletRcMigratorChildBountiesPortableChildBounty',
1583
+ },
1584
+ ChildBountyDescriptionsV1: {
1585
+ parentId: 'u32',
1586
+ childId: 'u32',
1587
+ description: 'Bytes',
1588
+ },
1589
+ V0ToV1ChildBountyIds: {
1590
+ v0ChildId: 'u32',
1591
+ parentId: 'u32',
1592
+ v1ChildId: 'u32',
1593
+ },
1594
+ ChildrenCuratorFees: {
1595
+ childId: 'u32',
1596
+ amount: 'u128'
1597
+ }
1598
+ }
1599
+ },
1600
+ /**
1601
+ * Lookup634: pallet_rc_migrator::child_bounties::PortableChildBounty
1602
+ **/
1603
+ PalletRcMigratorChildBountiesPortableChildBounty: {
1604
+ parentBounty: 'u32',
1605
+ value: 'u128',
1606
+ fee: 'u128',
1607
+ curatorDeposit: 'u128',
1608
+ status: 'PalletRcMigratorChildBountiesPortableChildBountyStatus'
1609
+ },
1610
+ /**
1611
+ * Lookup635: pallet_rc_migrator::child_bounties::PortableChildBountyStatus
1612
+ **/
1613
+ PalletRcMigratorChildBountiesPortableChildBountyStatus: {
1614
+ _enum: {
1615
+ Added: 'Null',
1616
+ CuratorProposed: {
1617
+ curator: 'AccountId32',
1618
+ },
1619
+ Active: {
1620
+ curator: 'AccountId32',
1621
+ },
1622
+ PendingPayout: {
1623
+ curator: 'AccountId32',
1624
+ beneficiary: 'AccountId32',
1625
+ unlockAt: 'u32'
1626
+ }
1627
+ }
1628
+ },
1629
+ /**
1630
+ * Lookup638: pallet_rc_migrator::staking::message::PortableStakingMessage
1631
+ **/
1632
+ PalletRcMigratorStakingMessagePortableStakingMessage: {
1633
+ _enum: {
1634
+ Values: 'PalletRcMigratorStakingMessageStakingValues',
1635
+ Invulnerables: 'Vec<AccountId32>',
1636
+ Bonded: {
1637
+ stash: 'AccountId32',
1638
+ controller: 'AccountId32',
1639
+ },
1640
+ Ledger: {
1641
+ controller: 'AccountId32',
1642
+ ledger: 'PalletRcMigratorStakingMessagePortableStakingLedger',
1643
+ },
1644
+ Payee: {
1645
+ stash: 'AccountId32',
1646
+ payment: 'PalletRcMigratorStakingMessagePortableRewardDestination',
1647
+ },
1648
+ Validators: {
1649
+ stash: 'AccountId32',
1650
+ validators: 'PalletRcMigratorStakingMessagePortableValidatorPrefs',
1651
+ },
1652
+ Nominators: {
1653
+ stash: 'AccountId32',
1654
+ nominations: 'PalletRcMigratorStakingMessagePortableNominations',
1655
+ },
1656
+ VirtualStakers: 'AccountId32',
1657
+ ErasStakersOverview: {
1658
+ era: 'u32',
1659
+ validator: 'AccountId32',
1660
+ exposure: 'PalletRcMigratorStakingMessagePortablePagedExposureMetadata',
1661
+ },
1662
+ ErasStakersPaged: {
1663
+ era: 'u32',
1664
+ validator: 'AccountId32',
1665
+ page: 'u32',
1666
+ exposure: 'PalletRcMigratorStakingMessagePortableExposurePage',
1667
+ },
1668
+ ClaimedRewards: {
1669
+ era: 'u32',
1670
+ validator: 'AccountId32',
1671
+ rewards: 'Vec<u32>',
1672
+ },
1673
+ ErasValidatorPrefs: {
1674
+ era: 'u32',
1675
+ validator: 'AccountId32',
1676
+ prefs: 'PalletRcMigratorStakingMessagePortableValidatorPrefs',
1677
+ },
1678
+ ErasValidatorReward: {
1679
+ era: 'u32',
1680
+ reward: 'u128',
1681
+ },
1682
+ ErasRewardPoints: {
1683
+ era: 'u32',
1684
+ points: 'PalletRcMigratorStakingMessagePortableEraRewardPoints',
1685
+ },
1686
+ ErasTotalStake: {
1687
+ era: 'u32',
1688
+ totalStake: 'u128',
1689
+ },
1690
+ UnappliedSlashes: {
1691
+ era: 'u32',
1692
+ slash: 'PalletRcMigratorStakingMessagePortableUnappliedSlash',
1693
+ },
1694
+ BondedEras: 'Vec<(u32,u32)>',
1695
+ ValidatorSlashInEra: {
1696
+ era: 'u32',
1697
+ validator: 'AccountId32',
1698
+ slash: '(Perbill,u128)'
1699
+ }
1700
+ }
1701
+ },
1702
+ /**
1703
+ * Lookup639: pallet_rc_migrator::staking::message::StakingValues<Balance>
1704
+ **/
1705
+ PalletRcMigratorStakingMessageStakingValues: {
1706
+ validatorCount: 'Option<u32>',
1707
+ minValidatorCount: 'Option<u32>',
1708
+ minNominatorBond: 'Option<u128>',
1709
+ minValidatorBond: 'Option<u128>',
1710
+ minActiveStake: 'Option<u128>',
1711
+ minCommission: 'Option<Perbill>',
1712
+ maxValidatorsCount: 'Option<u32>',
1713
+ maxNominatorsCount: 'Option<u32>',
1714
+ currentEra: 'Option<u32>',
1715
+ activeEra: 'Option<PalletRcMigratorStakingMessagePortableActiveEraInfo>',
1716
+ forceEra: 'Option<PalletRcMigratorStakingMessagePortableForcing>',
1717
+ maxStakedRewards: 'Option<Percent>',
1718
+ slashRewardFraction: 'Option<Perbill>',
1719
+ canceledSlashPayout: 'Option<u128>',
1720
+ currentPlannedSession: 'Option<u32>',
1721
+ chillThreshold: 'Option<Percent>'
1722
+ },
1723
+ /**
1724
+ * Lookup641: pallet_rc_migrator::staking::message::PortableActiveEraInfo
1725
+ **/
1726
+ PalletRcMigratorStakingMessagePortableActiveEraInfo: {
1727
+ index: 'u32',
1728
+ start: 'Option<u64>'
1729
+ },
1730
+ /**
1731
+ * Lookup643: pallet_rc_migrator::staking::message::PortableForcing
1732
+ **/
1733
+ PalletRcMigratorStakingMessagePortableForcing: {
1734
+ _enum: ['NotForcing', 'ForceNew', 'ForceNone', 'ForceAlways']
1735
+ },
1736
+ /**
1737
+ * Lookup645: pallet_rc_migrator::staking::message::PortableStakingLedger
1738
+ **/
1739
+ PalletRcMigratorStakingMessagePortableStakingLedger: {
1740
+ stash: 'AccountId32',
1741
+ total: 'u128',
1742
+ active: 'u128',
1743
+ unlocking: 'Vec<PalletRcMigratorStakingMessagePortableUnlockChunk>'
1744
+ },
1745
+ /**
1746
+ * Lookup647: pallet_rc_migrator::staking::message::PortableUnlockChunk
1747
+ **/
1748
+ PalletRcMigratorStakingMessagePortableUnlockChunk: {
1749
+ value: 'u128',
1750
+ era: 'u32'
1751
+ },
1752
+ /**
1753
+ * Lookup649: pallet_rc_migrator::staking::message::PortableRewardDestination
1754
+ **/
1755
+ PalletRcMigratorStakingMessagePortableRewardDestination: {
1756
+ _enum: {
1757
+ Staked: 'Null',
1758
+ Stash: 'Null',
1759
+ Controller: 'Null',
1760
+ Account: 'AccountId32',
1761
+ None: 'Null'
1762
+ }
1763
+ },
1764
+ /**
1765
+ * Lookup650: pallet_rc_migrator::staking::message::PortableValidatorPrefs
1766
+ **/
1767
+ PalletRcMigratorStakingMessagePortableValidatorPrefs: {
1768
+ commission: 'Perbill',
1769
+ blocked: 'bool'
1770
+ },
1771
+ /**
1772
+ * Lookup651: pallet_rc_migrator::staking::message::PortableNominations
1773
+ **/
1774
+ PalletRcMigratorStakingMessagePortableNominations: {
1775
+ targets: 'Vec<AccountId32>',
1776
+ submittedIn: 'u32',
1777
+ suppressed: 'bool'
1778
+ },
1779
+ /**
1780
+ * Lookup653: pallet_rc_migrator::staking::message::PortablePagedExposureMetadata
1781
+ **/
1782
+ PalletRcMigratorStakingMessagePortablePagedExposureMetadata: {
1783
+ total: 'u128',
1784
+ own: 'u128',
1785
+ nominatorCount: 'u32',
1786
+ pageCount: 'u32'
1787
+ },
1788
+ /**
1789
+ * Lookup654: pallet_rc_migrator::staking::message::PortableExposurePage
1790
+ **/
1791
+ PalletRcMigratorStakingMessagePortableExposurePage: {
1792
+ pageTotal: 'u128',
1793
+ others: 'Vec<PalletRcMigratorStakingMessagePortableIndividualExposure>'
1794
+ },
1795
+ /**
1796
+ * Lookup656: pallet_rc_migrator::staking::message::PortableIndividualExposure
1797
+ **/
1798
+ PalletRcMigratorStakingMessagePortableIndividualExposure: {
1799
+ who: 'AccountId32',
1800
+ value: 'u128'
1801
+ },
1802
+ /**
1803
+ * Lookup658: pallet_rc_migrator::staking::message::PortableEraRewardPoints
1804
+ **/
1805
+ PalletRcMigratorStakingMessagePortableEraRewardPoints: {
1806
+ total: 'u32',
1807
+ individual: 'Vec<(AccountId32,u32)>'
1808
+ },
1809
+ /**
1810
+ * Lookup660: pallet_rc_migrator::staking::message::PortableUnappliedSlash
1811
+ **/
1812
+ PalletRcMigratorStakingMessagePortableUnappliedSlash: {
1813
+ validator: 'AccountId32',
1814
+ own: 'u128',
1815
+ others: 'Vec<(AccountId32,u128)>',
1816
+ reporters: 'Vec<AccountId32>',
1817
+ payout: 'u128'
1818
+ },
1819
+ /**
1820
+ * Lookup665: pallet_ah_migrator::MigrationStage
1821
+ **/
1822
+ PalletAhMigratorMigrationStage: {
1823
+ _enum: {
1824
+ Pending: 'Null',
1825
+ DataMigrationOngoing: 'Null',
1826
+ MigrationDone: 'Null',
1827
+ CoolOff: {
1828
+ endAt: 'u32'
1829
+ }
1830
+ }
1831
+ },
1832
+ /**
1833
+ * Lookup668: pallet_rc_migrator::types::MigrationFinishedData<Balance>
1834
+ **/
1835
+ PalletRcMigratorMigrationFinishedData: {
1836
+ rcBalanceKept: 'u128'
1837
+ },
1838
+ /**
1839
+ * Lookup683: pallet_staking_async_rc_client::pallet::Event<T>
1840
+ **/
1841
+ PalletStakingAsyncRcClientEvent: {
1842
+ _enum: {
1843
+ SessionReportReceived: {
1844
+ endIndex: 'u32',
1845
+ activationTimestamp: 'Option<(u64,u32)>',
1846
+ validatorPointsCounts: 'u32',
1847
+ leftover: 'bool',
1848
+ },
1849
+ OffenceReceived: {
1850
+ slashSession: 'u32',
1851
+ offencesCount: 'u32',
1852
+ },
1853
+ Unexpected: 'PalletStakingAsyncRcClientUnexpectedKind'
1854
+ }
1855
+ },
1856
+ /**
1857
+ * Lookup684: pallet_staking_async_rc_client::pallet::UnexpectedKind
1858
+ **/
1859
+ PalletStakingAsyncRcClientUnexpectedKind: {
1860
+ _enum: ['SessionReportIntegrityFailed', 'ValidatorSetIntegrityFailed', 'SessionSkipped', 'SessionAlreadyProcessed', 'ValidatorSetSendFailed', 'ValidatorSetDropped']
1861
+ },
1862
+ /**
1863
+ * Lookup685: pallet_election_provider_multi_block::pallet::Event<T>
1864
+ **/
1865
+ PalletElectionProviderMultiBlockEvent: {
1866
+ _enum: {
1867
+ PhaseTransitioned: {
1868
+ from: 'PalletElectionProviderMultiBlockPhase',
1869
+ to: 'PalletElectionProviderMultiBlockPhase',
1870
+ },
1871
+ UnexpectedTargetSnapshotFailed: 'Null',
1872
+ UnexpectedVoterSnapshotFailed: 'Null'
1873
+ }
1874
+ },
1875
+ /**
1876
+ * Lookup686: pallet_election_provider_multi_block::verifier::impls::pallet::Event<T>
1877
+ **/
1878
+ PalletElectionProviderMultiBlockVerifierImplsPalletEvent: {
1879
+ _enum: {
1880
+ VerificationFailed: '(u32,PalletElectionProviderMultiBlockVerifierFeasibilityError)',
1881
+ Verified: '(u32,u32)',
1882
+ Queued: '(SpNposElectionsElectionScore,Option<SpNposElectionsElectionScore>)'
1883
+ }
1884
+ },
1885
+ /**
1886
+ * Lookup687: pallet_election_provider_multi_block::verifier::FeasibilityError
1887
+ **/
1888
+ PalletElectionProviderMultiBlockVerifierFeasibilityError: {
1889
+ _enum: {
1890
+ WrongWinnerCount: 'Null',
1891
+ SnapshotUnavailable: 'Null',
1892
+ InvalidVote: 'Null',
1893
+ InvalidVoter: 'Null',
1894
+ InvalidWinner: 'Null',
1895
+ InvalidScore: 'Null',
1896
+ InvalidRound: 'Null',
1897
+ ScoreTooLow: 'Null',
1898
+ FailedToBoundSupport: 'Null',
1899
+ NposElection: 'SpNposElectionsError',
1900
+ Incomplete: 'Null'
1901
+ }
1902
+ },
1903
+ /**
1904
+ * Lookup688: sp_npos_elections::Error
1905
+ **/
1906
+ SpNposElectionsError: {
1907
+ _enum: ['SolutionWeightOverflow', 'SolutionTargetOverflow', 'SolutionInvalidIndex', 'SolutionInvalidPageIndex', 'ArithmeticError', 'InvalidSupportEdge', 'TooManyVoters', 'BoundsExceeded', 'DuplicateVoter', 'DuplicateTarget']
1908
+ },
1909
+ /**
1910
+ * Lookup690: pallet_election_provider_multi_block::signed::pallet::Event<T>
1911
+ **/
1912
+ PalletElectionProviderMultiBlockSignedPalletEvent: {
1913
+ _enum: {
1914
+ Registered: '(u32,AccountId32,SpNposElectionsElectionScore)',
1915
+ Stored: '(u32,AccountId32,u32)',
1916
+ Rewarded: '(u32,AccountId32,u128)',
1917
+ Slashed: '(u32,AccountId32,u128)',
1918
+ Ejected: '(u32,AccountId32)',
1919
+ Discarded: '(u32,AccountId32)',
1920
+ Bailed: '(u32,AccountId32)'
1921
+ }
1922
+ },
1923
+ /**
1924
+ * Lookup691: pallet_staking_async::pallet::pallet::Event<T>
1925
+ **/
1926
+ PalletStakingAsyncPalletEvent: {
1927
+ _enum: {
1928
+ EraPaid: {
1929
+ eraIndex: 'u32',
1930
+ validatorPayout: 'u128',
1931
+ remainder: 'u128',
1932
+ },
1933
+ Rewarded: {
1934
+ stash: 'AccountId32',
1935
+ dest: 'PalletStakingAsyncRewardDestination',
1936
+ amount: 'u128',
1937
+ },
1938
+ Slashed: {
1939
+ staker: 'AccountId32',
1940
+ amount: 'u128',
1941
+ },
1942
+ OldSlashingReportDiscarded: {
1943
+ sessionIndex: 'u32',
1944
+ },
1945
+ Bonded: {
1946
+ stash: 'AccountId32',
1947
+ amount: 'u128',
1948
+ },
1949
+ Unbonded: {
1950
+ stash: 'AccountId32',
1951
+ amount: 'u128',
1952
+ },
1953
+ Withdrawn: {
1954
+ stash: 'AccountId32',
1955
+ amount: 'u128',
1956
+ },
1957
+ StakerRemoved: {
1958
+ stash: 'AccountId32',
1959
+ },
1960
+ Kicked: {
1961
+ nominator: 'AccountId32',
1962
+ stash: 'AccountId32',
1963
+ },
1964
+ Chilled: {
1965
+ stash: 'AccountId32',
1966
+ },
1967
+ PayoutStarted: {
1968
+ eraIndex: 'u32',
1969
+ validatorStash: 'AccountId32',
1970
+ page: 'u32',
1971
+ next: 'Option<u32>',
1972
+ },
1973
+ ValidatorPrefsSet: {
1974
+ stash: 'AccountId32',
1975
+ prefs: 'PalletStakingAsyncValidatorPrefs',
1976
+ },
1977
+ SnapshotVotersSizeExceeded: {
1978
+ _alias: {
1979
+ size_: 'size',
1980
+ },
1981
+ size_: 'u32',
1982
+ },
1983
+ SnapshotTargetsSizeExceeded: {
1984
+ _alias: {
1985
+ size_: 'size',
1986
+ },
1987
+ size_: 'u32',
1988
+ },
1989
+ ForceEra: {
1990
+ mode: 'PalletStakingAsyncForcing',
1991
+ },
1992
+ ControllerBatchDeprecated: {
1993
+ failures: 'u32',
1994
+ },
1995
+ CurrencyMigrated: {
1996
+ stash: 'AccountId32',
1997
+ forceWithdraw: 'u128',
1998
+ },
1999
+ PagedElectionProceeded: {
2000
+ page: 'u32',
2001
+ result: 'Result<u32, u32>',
2002
+ },
2003
+ OffenceReported: {
2004
+ offenceEra: 'u32',
2005
+ validator: 'AccountId32',
2006
+ fraction: 'Perbill',
2007
+ },
2008
+ SlashComputed: {
2009
+ offenceEra: 'u32',
2010
+ slashEra: 'u32',
2011
+ offender: 'AccountId32',
2012
+ page: 'u32',
2013
+ },
2014
+ SlashCancelled: {
2015
+ slashEra: 'u32',
2016
+ validator: 'AccountId32',
2017
+ },
2018
+ SessionRotated: {
2019
+ startingSession: 'u32',
2020
+ activeEra: 'u32',
2021
+ plannedEra: 'u32',
2022
+ },
2023
+ Unexpected: 'PalletStakingAsyncPalletUnexpectedKind',
2024
+ OffenceTooOld: {
2025
+ offenceEra: 'u32',
2026
+ validator: 'AccountId32',
2027
+ fraction: 'Perbill',
2028
+ },
2029
+ EraPruned: {
2030
+ index: 'u32'
2031
+ }
2032
+ }
2033
+ },
2034
+ /**
2035
+ * Lookup692: pallet_staking_async::Forcing
2036
+ **/
2037
+ PalletStakingAsyncForcing: {
2038
+ _enum: ['NotForcing', 'ForceNew', 'ForceNone', 'ForceAlways']
2039
+ },
2040
+ /**
2041
+ * Lookup694: pallet_staking_async::pallet::pallet::UnexpectedKind
2042
+ **/
2043
+ PalletStakingAsyncPalletUnexpectedKind: {
2044
+ _enum: ['EraDurationBoundExceeded', 'UnknownValidatorActivation']
2045
+ },
2046
+ /**
2047
+ * Lookup695: pallet_ah_ops::pallet::Event<T>
2048
+ **/
2049
+ PalletAhOpsEvent: {
2050
+ _enum: {
2051
+ LeaseUnreserveRemaining: {
2052
+ depositor: 'AccountId32',
2053
+ paraId: 'u32',
2054
+ remaining: 'u128',
2055
+ },
2056
+ CrowdloanUnreserveRemaining: {
2057
+ depositor: 'AccountId32',
2058
+ paraId: 'u32',
2059
+ remaining: 'u128',
2060
+ },
2061
+ SovereignMigrated: {
2062
+ paraId: 'u32',
2063
+ from: 'AccountId32',
2064
+ to: 'AccountId32',
2065
+ derivationIndex: 'Option<u16>'
2066
+ }
2067
+ }
2068
+ },
2069
+ /**
2070
+ * Lookup696: pallet_ah_migrator::pallet::Event<T>
2071
+ **/
2072
+ PalletAhMigratorEvent: {
2073
+ _enum: {
2074
+ StageTransition: {
2075
+ _alias: {
2076
+ new_: 'new',
2077
+ },
2078
+ old: 'PalletAhMigratorMigrationStage',
2079
+ new_: 'PalletAhMigratorMigrationStage',
2080
+ },
2081
+ BatchReceived: {
2082
+ pallet: 'PalletAhMigratorPalletEventName',
2083
+ count: 'u32',
2084
+ },
2085
+ BatchProcessed: {
2086
+ pallet: 'PalletAhMigratorPalletEventName',
2087
+ countGood: 'u32',
2088
+ countBad: 'u32',
2089
+ },
2090
+ AssetHubMigrationStarted: 'Null',
2091
+ AssetHubMigrationFinished: 'Null',
2092
+ DmpQueuePrioritySet: {
2093
+ prioritized: 'bool',
2094
+ cycleBlock: 'u32',
2095
+ cyclePeriod: 'u32',
2096
+ },
2097
+ DmpQueuePriorityConfigSet: {
2098
+ _alias: {
2099
+ new_: 'new',
2100
+ },
2101
+ old: 'PalletRcMigratorQueuePriority',
2102
+ new_: 'PalletRcMigratorQueuePriority',
2103
+ },
2104
+ BalancesBeforeRecordSet: {
2105
+ checkingAccount: 'u128',
2106
+ totalIssuance: 'u128',
2107
+ },
2108
+ BalancesBeforeRecordConsumed: {
2109
+ checkingAccount: 'u128',
2110
+ totalIssuance: 'u128',
2111
+ },
2112
+ ReferendumCanceled: {
2113
+ id: 'u32',
2114
+ },
2115
+ ManagerSet: {
2116
+ _alias: {
2117
+ new_: 'new',
2118
+ },
2119
+ old: 'Option<AccountId32>',
2120
+ new_: 'Option<AccountId32>',
2121
+ },
2122
+ AccountTranslatedParachainSovereign: {
2123
+ from: 'AccountId32',
2124
+ to: 'AccountId32',
2125
+ },
2126
+ AccountTranslatedParachainSovereignDerived: {
2127
+ from: 'AccountId32',
2128
+ to: 'AccountId32',
2129
+ derivationIndex: 'u16',
2130
+ },
2131
+ XcmSent: {
2132
+ origin: 'StagingXcmV5Location',
2133
+ destination: 'StagingXcmV5Location',
2134
+ message: 'StagingXcmV5Xcm',
2135
+ messageId: '[u8;32]',
2136
+ },
2137
+ FailedToUnreserveMultisigDeposit: {
2138
+ expectedAmount: 'u128',
2139
+ missingAmount: 'u128',
2140
+ account: 'AccountId32',
2141
+ },
2142
+ FailedToUnreservePreimageDeposit: {
2143
+ expectedAmount: 'u128',
2144
+ missingAmount: 'u128',
2145
+ account: 'AccountId32'
2146
+ }
2147
+ }
2148
+ },
2149
+ /**
2150
+ * Lookup697: pallet_ah_migrator::PalletEventName
2151
+ **/
2152
+ PalletAhMigratorPalletEventName: {
2153
+ _enum: ['AssetRates', 'BagsList', 'Balances', 'Bounties', 'ChildBounties', 'Claims', 'ConvictionVoting', 'Crowdloan', 'DelegatedStaking', 'Indices', 'Multisig', 'NomPools', 'PreimageChunk', 'PreimageLegacyStatus', 'PreimageRequestStatus', 'ProxyAnnouncements', 'ProxyProxies', 'Recovery', 'ReferendaMetadata', 'ReferendaReferendums', 'ReferendaValues', 'Scheduler', 'SchedulerAgenda', 'Staking', 'Treasury', 'Vesting', 'Society']
2154
+ },
2155
+ /**
2156
+ * Lookup715: cumulus_pallet_parachain_system::unincluded_segment::Ancestor<primitive_types::H256>
2157
+ **/
2158
+ CumulusPalletParachainSystemUnincludedSegmentAncestor: {
2159
+ usedBandwidth: 'CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth',
2160
+ paraHeadHash: 'Option<H256>',
2161
+ consumedGoAheadSignal: 'Option<PolkadotPrimitivesV8UpgradeGoAhead>'
2162
+ },
2163
+ /**
2164
+ * Lookup716: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth
2165
+ **/
2166
+ CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: {
2167
+ umpMsgCount: 'u32',
2168
+ umpTotalBytes: 'u32',
2169
+ hrmpOutgoing: 'BTreeMap<u32, CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate>'
2170
+ },
2171
+ /**
2172
+ * Lookup718: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate
2173
+ **/
2174
+ CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: {
2175
+ msgCount: 'u32',
2176
+ totalBytes: 'u32'
2177
+ },
2178
+ /**
2179
+ * Lookup723: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker<primitive_types::H256>
2180
+ **/
2181
+ CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: {
2182
+ usedBandwidth: 'CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth',
2183
+ hrmpWatermark: 'Option<u32>',
2184
+ consumedGoAheadSignal: 'Option<PolkadotPrimitivesV8UpgradeGoAhead>'
2185
+ },
2186
+ /**
2187
+ * Lookup726: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
2188
+ **/
2189
+ CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {
2190
+ dmqMqcHead: 'H256',
2191
+ relayDispatchQueueRemainingCapacity: 'CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity',
2192
+ ingressChannels: 'Vec<(u32,PolkadotPrimitivesV8AbridgedHrmpChannel)>',
2193
+ egressChannels: 'Vec<(u32,PolkadotPrimitivesV8AbridgedHrmpChannel)>'
2194
+ },
2195
+ /**
2196
+ * Lookup727: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity
2197
+ **/
2198
+ CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: {
2199
+ remainingCount: 'u32',
2200
+ remainingSize: 'u32'
2201
+ },
2202
+ /**
2203
+ * Lookup730: polkadot_primitives::v8::AbridgedHrmpChannel
2204
+ **/
2205
+ PolkadotPrimitivesV8AbridgedHrmpChannel: {
2206
+ maxCapacity: 'u32',
2207
+ maxTotalSize: 'u32',
2208
+ maxMessageSize: 'u32',
2209
+ msgCount: 'u32',
2210
+ totalSize: 'u32',
2211
+ mqcHead: 'Option<H256>'
2212
+ },
2213
+ /**
2214
+ * Lookup731: polkadot_primitives::v8::AbridgedHostConfiguration
2215
+ **/
2216
+ PolkadotPrimitivesV8AbridgedHostConfiguration: {
2217
+ maxCodeSize: 'u32',
2218
+ maxHeadDataSize: 'u32',
2219
+ maxUpwardQueueCount: 'u32',
2220
+ maxUpwardQueueSize: 'u32',
2221
+ maxUpwardMessageSize: 'u32',
2222
+ maxUpwardMessageNumPerCandidate: 'u32',
2223
+ hrmpMaxMessageNumPerCandidate: 'u32',
2224
+ validationUpgradeCooldown: 'u32',
2225
+ validationUpgradeDelay: 'u32',
2226
+ asyncBackingParams: 'PolkadotPrimitivesV8AsyncBackingAsyncBackingParams'
2227
+ },
2228
+ /**
2229
+ * Lookup737: cumulus_pallet_parachain_system::parachain_inherent::InboundMessageId
2230
+ **/
2231
+ CumulusPalletParachainSystemParachainInherentInboundMessageId: {
2232
+ sentAt: 'u32',
2233
+ reverseIdx: 'u32'
2234
+ },
2235
+ /**
2236
+ * Lookup740: cumulus_pallet_parachain_system::pallet::Error<T>
2237
+ **/
2238
+ CumulusPalletParachainSystemError: {
2239
+ _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled']
2240
+ },
2241
+ /**
2242
+ * Lookup761: asset_hub_polkadot_runtime::RuntimeHoldReason
2243
+ **/
2244
+ AssetHubPolkadotRuntimeRuntimeHoldReason: {
2245
+ _enum: {
2246
+ __Unused0: 'Null',
2247
+ __Unused1: 'Null',
2248
+ __Unused2: 'Null',
2249
+ __Unused3: 'Null',
2250
+ __Unused4: 'Null',
2251
+ Preimage: 'PalletPreimageHoldReason',
2252
+ __Unused6: 'Null',
2253
+ __Unused7: 'Null',
2254
+ __Unused8: 'Null',
2255
+ __Unused9: 'Null',
2256
+ __Unused10: 'Null',
2257
+ __Unused11: 'Null',
2258
+ __Unused12: 'Null',
2259
+ __Unused13: 'Null',
2260
+ __Unused14: 'Null',
2261
+ __Unused15: 'Null',
2262
+ __Unused16: 'Null',
2263
+ __Unused17: 'Null',
2264
+ __Unused18: 'Null',
2265
+ __Unused19: 'Null',
2266
+ __Unused20: 'Null',
2267
+ __Unused21: 'Null',
2268
+ Session: 'PalletSessionHoldReason',
2269
+ __Unused23: 'Null',
2270
+ __Unused24: 'Null',
2271
+ __Unused25: 'Null',
2272
+ __Unused26: 'Null',
2273
+ __Unused27: 'Null',
2274
+ __Unused28: 'Null',
2275
+ __Unused29: 'Null',
2276
+ __Unused30: 'Null',
2277
+ PolkadotXcm: 'PalletXcmHoldReason',
2278
+ __Unused32: 'Null',
2279
+ __Unused33: 'Null',
2280
+ __Unused34: 'Null',
2281
+ __Unused35: 'Null',
2282
+ __Unused36: 'Null',
2283
+ __Unused37: 'Null',
2284
+ __Unused38: 'Null',
2285
+ __Unused39: 'Null',
2286
+ __Unused40: 'Null',
2287
+ __Unused41: 'Null',
2288
+ __Unused42: 'Null',
2289
+ __Unused43: 'Null',
2290
+ __Unused44: 'Null',
2291
+ __Unused45: 'Null',
2292
+ __Unused46: 'Null',
2293
+ __Unused47: 'Null',
2294
+ __Unused48: 'Null',
2295
+ __Unused49: 'Null',
2296
+ __Unused50: 'Null',
2297
+ __Unused51: 'Null',
2298
+ __Unused52: 'Null',
2299
+ __Unused53: 'Null',
2300
+ __Unused54: 'Null',
2301
+ __Unused55: 'Null',
2302
+ __Unused56: 'Null',
2303
+ __Unused57: 'Null',
2304
+ __Unused58: 'Null',
2305
+ __Unused59: 'Null',
2306
+ __Unused60: 'Null',
2307
+ __Unused61: 'Null',
2308
+ __Unused62: 'Null',
2309
+ __Unused63: 'Null',
2310
+ __Unused64: 'Null',
2311
+ __Unused65: 'Null',
2312
+ __Unused66: 'Null',
2313
+ __Unused67: 'Null',
2314
+ __Unused68: 'Null',
2315
+ __Unused69: 'Null',
2316
+ StateTrieMigration: 'PalletStateTrieMigrationHoldReason',
2317
+ __Unused71: 'Null',
2318
+ __Unused72: 'Null',
2319
+ __Unused73: 'Null',
2320
+ __Unused74: 'Null',
2321
+ __Unused75: 'Null',
2322
+ __Unused76: 'Null',
2323
+ __Unused77: 'Null',
2324
+ __Unused78: 'Null',
2325
+ __Unused79: 'Null',
2326
+ __Unused80: 'Null',
2327
+ __Unused81: 'Null',
2328
+ __Unused82: 'Null',
2329
+ DelegatedStaking: 'PalletDelegatedStakingHoldReason',
2330
+ __Unused84: 'Null',
2331
+ __Unused85: 'Null',
2332
+ __Unused86: 'Null',
2333
+ __Unused87: 'Null',
2334
+ MultiBlockElectionSigned: 'PalletElectionProviderMultiBlockSignedPalletHoldReason',
2335
+ Staking: 'PalletStakingAsyncPalletHoldReason'
2336
+ }
2337
+ },
2338
+ /**
2339
+ * Lookup762: pallet_election_provider_multi_block::signed::pallet::HoldReason
2340
+ **/
2341
+ PalletElectionProviderMultiBlockSignedPalletHoldReason: {
2342
+ _enum: ['SignedSubmission']
2343
+ },
2344
+ /**
2345
+ * Lookup763: pallet_staking_async::pallet::pallet::HoldReason
2346
+ **/
2347
+ PalletStakingAsyncPalletHoldReason: {
2348
+ _enum: ['Staking']
2349
+ },
2350
+ /**
2351
+ * Lookup767: asset_hub_polkadot_runtime::RuntimeFreezeReason
2352
+ **/
2353
+ AssetHubPolkadotRuntimeRuntimeFreezeReason: {
2354
+ _enum: {
2355
+ __Unused0: 'Null',
2356
+ __Unused1: 'Null',
2357
+ __Unused2: 'Null',
2358
+ __Unused3: 'Null',
2359
+ __Unused4: 'Null',
2360
+ __Unused5: 'Null',
2361
+ __Unused6: 'Null',
2362
+ __Unused7: 'Null',
2363
+ __Unused8: 'Null',
2364
+ __Unused9: 'Null',
2365
+ __Unused10: 'Null',
2366
+ __Unused11: 'Null',
2367
+ __Unused12: 'Null',
2368
+ __Unused13: 'Null',
2369
+ __Unused14: 'Null',
2370
+ __Unused15: 'Null',
2371
+ __Unused16: 'Null',
2372
+ __Unused17: 'Null',
2373
+ __Unused18: 'Null',
2374
+ __Unused19: 'Null',
2375
+ __Unused20: 'Null',
2376
+ __Unused21: 'Null',
2377
+ __Unused22: 'Null',
2378
+ __Unused23: 'Null',
2379
+ __Unused24: 'Null',
2380
+ __Unused25: 'Null',
2381
+ __Unused26: 'Null',
2382
+ __Unused27: 'Null',
2383
+ __Unused28: 'Null',
2384
+ __Unused29: 'Null',
2385
+ __Unused30: 'Null',
2386
+ __Unused31: 'Null',
2387
+ __Unused32: 'Null',
2388
+ __Unused33: 'Null',
2389
+ __Unused34: 'Null',
2390
+ __Unused35: 'Null',
2391
+ __Unused36: 'Null',
2392
+ __Unused37: 'Null',
2393
+ __Unused38: 'Null',
2394
+ __Unused39: 'Null',
2395
+ __Unused40: 'Null',
2396
+ __Unused41: 'Null',
2397
+ __Unused42: 'Null',
2398
+ __Unused43: 'Null',
2399
+ __Unused44: 'Null',
2400
+ __Unused45: 'Null',
2401
+ __Unused46: 'Null',
2402
+ __Unused47: 'Null',
2403
+ __Unused48: 'Null',
2404
+ __Unused49: 'Null',
2405
+ __Unused50: 'Null',
2406
+ __Unused51: 'Null',
2407
+ __Unused52: 'Null',
2408
+ __Unused53: 'Null',
2409
+ __Unused54: 'Null',
2410
+ __Unused55: 'Null',
2411
+ __Unused56: 'Null',
2412
+ __Unused57: 'Null',
2413
+ __Unused58: 'Null',
2414
+ __Unused59: 'Null',
2415
+ __Unused60: 'Null',
2416
+ __Unused61: 'Null',
2417
+ __Unused62: 'Null',
2418
+ __Unused63: 'Null',
2419
+ __Unused64: 'Null',
2420
+ __Unused65: 'Null',
2421
+ __Unused66: 'Null',
2422
+ __Unused67: 'Null',
2423
+ __Unused68: 'Null',
2424
+ __Unused69: 'Null',
2425
+ __Unused70: 'Null',
2426
+ __Unused71: 'Null',
2427
+ __Unused72: 'Null',
2428
+ __Unused73: 'Null',
2429
+ __Unused74: 'Null',
2430
+ __Unused75: 'Null',
2431
+ __Unused76: 'Null',
2432
+ __Unused77: 'Null',
2433
+ __Unused78: 'Null',
2434
+ __Unused79: 'Null',
2435
+ NominationPools: 'PalletNominationPoolsFreezeReason'
2436
+ }
2437
+ },
2438
+ /**
2439
+ * Lookup776: pallet_collator_selection::pallet::CandidateInfo<sp_core::crypto::AccountId32, Balance>
2440
+ **/
2441
+ PalletCollatorSelectionCandidateInfo: {
2442
+ who: 'AccountId32',
2443
+ deposit: 'u128'
2444
+ },
2445
+ /**
2446
+ * Lookup779: pallet_collator_selection::pallet::Error<T>
2447
+ **/
2448
+ PalletCollatorSelectionError: {
2449
+ _enum: ['TooManyCandidates', 'TooFewEligibleCollators', 'AlreadyCandidate', 'NotCandidate', 'TooManyInvulnerables', 'AlreadyInvulnerable', 'NotInvulnerable', 'NoAssociatedValidatorId', 'ValidatorNotRegistered', 'InsertToCandidateListFailed', 'RemoveFromCandidateListFailed', 'DepositTooLow', 'UpdateCandidateListFailed', 'InsufficientBond', 'TargetIsNotCandidate', 'IdenticalDeposit', 'InvalidUnreserve']
2450
+ },
2451
+ /**
2452
+ * Lookup796: cumulus_pallet_xcmp_queue::OutboundChannelDetails
2453
+ **/
2454
+ CumulusPalletXcmpQueueOutboundChannelDetails: {
2455
+ recipient: 'u32',
2456
+ state: 'CumulusPalletXcmpQueueOutboundState',
2457
+ signalsExist: 'bool',
2458
+ firstIndex: 'u16',
2459
+ lastIndex: 'u16'
2460
+ },
2461
+ /**
2462
+ * Lookup797: cumulus_pallet_xcmp_queue::OutboundState
2463
+ **/
2464
+ CumulusPalletXcmpQueueOutboundState: {
2465
+ _enum: ['Ok', 'Suspended']
2466
+ },
2467
+ /**
2468
+ * Lookup801: cumulus_pallet_xcmp_queue::QueueConfigData
2469
+ **/
2470
+ CumulusPalletXcmpQueueQueueConfigData: {
2471
+ suspendThreshold: 'u32',
2472
+ dropThreshold: 'u32',
2473
+ resumeThreshold: 'u32'
2474
+ },
2475
+ /**
2476
+ * Lookup802: cumulus_pallet_xcmp_queue::pallet::Error<T>
2477
+ **/
2478
+ CumulusPalletXcmpQueueError: {
2479
+ _enum: ['BadQueueConfig', 'AlreadySuspended', 'AlreadyResumed', 'TooManyActiveOutboundChannels', 'TooBig']
2480
+ },
2481
+ /**
2482
+ * Lookup831: bp_xcm_bridge_hub_router::BridgeState
2483
+ **/
2484
+ BpXcmBridgeHubRouterBridgeState: {
2485
+ deliveryFeeFactor: 'u128',
2486
+ isCongested: 'bool'
2487
+ },
2488
+ /**
2489
+ * Lookup839: snowbridge_pallet_system_frontend::pallet::Error<T>
2490
+ **/
2491
+ SnowbridgePalletSystemFrontendError: {
2492
+ _enum: ['UnsupportedLocationVersion', 'InvalidAssetOwner', 'SendFailure', 'FeesNotMet', 'LocationConversionFailed', 'Halted', 'Unreachable', 'UnsupportedAsset', 'WithdrawError', 'InvalidAccount', 'SwapError', 'BurnError', 'TipAmountZero']
2493
+ },
2494
+ /**
2495
+ * Lookup847: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, asset_hub_polkadot_runtime::ProxyType, BlockNumber>
2496
+ **/
2497
+ PalletProxyProxyDefinitionAssetHubPolkadotRuntimeProxyType: {
2498
+ delegate: 'AccountId32',
2499
+ proxyType: 'AssetHubPolkadotRuntimeProxyType',
2500
+ delay: 'u32'
2501
+ },
2502
+ /**
2503
+ * Lookup917: pallet_referenda::types::ReferendumInfo<TrackId, asset_hub_polkadot_runtime::OriginCaller, Moment, frame_support::traits::preimages::Bounded<asset_hub_polkadot_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance, pallet_conviction_voting::types::Tally<Votes, Total>, sp_core::crypto::AccountId32, ScheduleAddress>
2504
+ **/
2505
+ PalletReferendaReferendumInfoOriginCaller: {
2506
+ _enum: {
2507
+ Ongoing: 'PalletReferendaReferendumStatusOriginCaller',
2508
+ Approved: '(u32,Option<PalletReferendaDeposit>,Option<PalletReferendaDeposit>)',
2509
+ Rejected: '(u32,Option<PalletReferendaDeposit>,Option<PalletReferendaDeposit>)',
2510
+ Cancelled: '(u32,Option<PalletReferendaDeposit>,Option<PalletReferendaDeposit>)',
2511
+ TimedOut: '(u32,Option<PalletReferendaDeposit>,Option<PalletReferendaDeposit>)',
2512
+ Killed: 'u32'
2513
+ }
2514
+ },
2515
+ /**
2516
+ * Lookup918: pallet_referenda::types::ReferendumStatus<TrackId, asset_hub_polkadot_runtime::OriginCaller, Moment, frame_support::traits::preimages::Bounded<asset_hub_polkadot_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance, pallet_conviction_voting::types::Tally<Votes, Total>, sp_core::crypto::AccountId32, ScheduleAddress>
2517
+ **/
2518
+ PalletReferendaReferendumStatusOriginCaller: {
2519
+ track: 'u16',
2520
+ origin: 'AssetHubPolkadotRuntimeOriginCaller',
2521
+ proposal: 'FrameSupportPreimagesBounded',
2522
+ enactment: 'FrameSupportScheduleDispatchTime',
2523
+ submitted: 'u32',
2524
+ submissionDeposit: 'PalletReferendaDeposit',
2525
+ decisionDeposit: 'Option<PalletReferendaDeposit>',
2526
+ deciding: 'Option<PalletReferendaDecidingStatus>',
2527
+ tally: 'PalletConvictionVotingTally',
2528
+ inQueue: 'bool',
2529
+ alarm: 'Option<(u32,(u32,u32))>'
2530
+ },
2531
+ /**
2532
+ * Lookup959: pallet_election_provider_multi_block::pallet::Error<T>
2533
+ **/
2534
+ PalletElectionProviderMultiBlockError: {
2535
+ _enum: ['Fallback', 'UnexpectedPhase', 'Snapshot']
2536
+ },
2537
+ /**
2538
+ * Lookup960: pallet_election_provider_multi_block::verifier::impls::ValidSolution
2539
+ **/
2540
+ PalletElectionProviderMultiBlockVerifierImplsValidSolution: {
2541
+ _enum: ['X', 'Y']
2542
+ },
2543
+ /**
2544
+ * Lookup963: pallet_election_provider_multi_block::verifier::impls::PartialBackings
2545
+ **/
2546
+ PalletElectionProviderMultiBlockVerifierImplsPartialBackings: {
2547
+ total: 'u128',
2548
+ backers: 'u32'
2549
+ },
2550
+ /**
2551
+ * Lookup965: pallet_election_provider_multi_block::verifier::impls::Status
2552
+ **/
2553
+ PalletElectionProviderMultiBlockVerifierImplsStatus: {
2554
+ _enum: {
2555
+ Ongoing: 'u32',
2556
+ Nothing: 'Null'
2557
+ }
2558
+ },
2559
+ /**
2560
+ * Lookup970: pallet_election_provider_multi_block::signed::SubmissionMetadata<T>
2561
+ **/
2562
+ PalletElectionProviderMultiBlockSignedSubmissionMetadata: {
2563
+ deposit: 'u128',
2564
+ fee: 'u128',
2565
+ reward: 'u128',
2566
+ claimedScore: 'SpNposElectionsElectionScore',
2567
+ pages: 'Vec<bool>'
2568
+ },
2569
+ /**
2570
+ * Lookup973: pallet_election_provider_multi_block::signed::pallet::Error<T>
2571
+ **/
2572
+ PalletElectionProviderMultiBlockSignedPalletError: {
2573
+ _enum: ['PhaseNotSigned', 'Duplicate', 'QueueFull', 'BadPageIndex', 'NotRegistered', 'NoSubmission', 'RoundNotOver', 'BadWitnessData', 'TooManyInvulnerables']
2574
+ },
2575
+ /**
2576
+ * Lookup974: pallet_staking_async::ledger::StakingLedger<T>
2577
+ **/
2578
+ PalletStakingAsyncLedgerStakingLedger: {
2579
+ stash: 'AccountId32',
2580
+ total: 'Compact<u128>',
2581
+ active: 'Compact<u128>',
2582
+ unlocking: 'Vec<PalletStakingAsyncLedgerUnlockChunk>'
2583
+ },
2584
+ /**
2585
+ * Lookup975: pallet_staking_async::Nominations<T>
2586
+ **/
2587
+ PalletStakingAsyncNominations: {
2588
+ targets: 'Vec<AccountId32>',
2589
+ submittedIn: 'u32',
2590
+ suppressed: 'bool'
2591
+ },
2592
+ /**
2593
+ * Lookup976: pallet_staking_async::ActiveEraInfo
2594
+ **/
2595
+ PalletStakingAsyncActiveEraInfo: {
2596
+ index: 'u32',
2597
+ start: 'Option<u64>'
2598
+ },
2599
+ /**
2600
+ * Lookup979: pallet_staking_async::pallet::pallet::BoundedExposurePage<T>
2601
+ **/
2602
+ PalletStakingAsyncPalletBoundedExposurePage: 'SpStakingExposurePage',
2603
+ /**
2604
+ * Lookup984: pallet_staking_async::EraRewardPoints<T>
2605
+ **/
2606
+ PalletStakingAsyncEraRewardPoints: {
2607
+ total: 'u32',
2608
+ individual: 'BTreeMap<AccountId32, u32>'
2609
+ },
2610
+ /**
2611
+ * Lookup987: pallet_staking_async::slashing::OffenceRecord<sp_core::crypto::AccountId32>
2612
+ **/
2613
+ PalletStakingAsyncSlashingOffenceRecord: {
2614
+ reporter: 'Option<AccountId32>',
2615
+ reportedEra: 'u32',
2616
+ exposurePage: 'u32',
2617
+ slashFraction: 'Perbill',
2618
+ priorSlashFraction: 'Perbill'
2619
+ },
2620
+ /**
2621
+ * Lookup991: pallet_staking_async::UnappliedSlash<T>
2622
+ **/
2623
+ PalletStakingAsyncUnappliedSlash: {
2624
+ validator: 'AccountId32',
2625
+ own: 'u128',
2626
+ others: 'Vec<(AccountId32,u128)>',
2627
+ reporter: 'Option<AccountId32>',
2628
+ payout: 'u128'
2629
+ },
2630
+ /**
2631
+ * Lookup994: pallet_staking_async::SnapshotStatus<sp_core::crypto::AccountId32>
2632
+ **/
2633
+ PalletStakingAsyncSnapshotStatus: {
2634
+ _enum: {
2635
+ Ongoing: 'AccountId32',
2636
+ Consumed: 'Null',
2637
+ Waiting: 'Null'
2638
+ }
2639
+ },
2640
+ /**
2641
+ * Lookup996: pallet_staking_async::pallet::pallet::PruningStep
2642
+ **/
2643
+ PalletStakingAsyncPalletPruningStep: {
2644
+ _enum: ['ErasStakersPaged', 'ErasStakersOverview', 'ErasValidatorPrefs', 'ClaimedRewards', 'ErasValidatorReward', 'ErasRewardPoints', 'ErasTotalStake']
2645
+ },
2646
+ /**
2647
+ * Lookup997: pallet_staking_async::pallet::pallet::Error<T>
2648
+ **/
2649
+ PalletStakingAsyncPalletError: {
2650
+ _enum: ['NotController', 'NotStash', 'AlreadyBonded', 'AlreadyPaired', 'EmptyTargets', 'DuplicateIndex', 'InvalidSlashRecord', 'InsufficientBond', 'NoMoreChunks', 'NoUnlockChunk', 'FundedTarget', 'InvalidEraToReward', 'InvalidNumberOfNominations', 'AlreadyClaimed', 'InvalidPage', 'IncorrectHistoryDepth', 'BadState', 'TooManyTargets', 'BadTarget', 'CannotChillOther', 'TooManyNominators', 'TooManyValidators', 'CommissionTooLow', 'BoundNotMet', 'ControllerDeprecated', 'CannotRestoreLedger', 'RewardDestinationRestricted', 'NotEnoughFunds', 'VirtualStakerNotAllowed', 'CannotReapStash', 'AlreadyMigrated', 'EraNotStarted', 'Restricted', 'UnappliedSlashesInPreviousEra', 'EraNotPrunable', 'CancelledSlash']
2651
+ },
2652
+ /**
2653
+ * Lookup999: pallet_ah_ops::pallet::Error<T>
2654
+ **/
2655
+ PalletAhOpsError: {
2656
+ _enum: ['NoLeaseReserve', 'NoCrowdloanContribution', 'NoCrowdloanReserve', 'FailedToWithdrawCrowdloanContribution', 'NotYet', 'ContributionsRemaining', 'WrongDerivedTranslation', 'NotSovereign', 'InternalError', 'MigrationNotCompleted', 'ZeroBalance']
2657
+ },
2658
+ /**
2659
+ * Lookup1000: pallet_ah_migrator::BalancesBefore<Balance>
2660
+ **/
2661
+ PalletAhMigratorBalancesBefore: {
2662
+ checkingAccount: 'u128',
2663
+ totalIssuance: 'u128'
2664
+ },
2665
+ /**
2666
+ * Lookup1001: pallet_ah_migrator::pallet::Error<T>
2667
+ **/
2668
+ PalletAhMigratorError: {
2669
+ _enum: ['FailedToUnreserveDeposit', 'FailedToProcessAccount', 'InsertConflict', 'FailedToConvertType', 'PreimageNotFound', 'FailedToConvertCall', 'FailedToBoundCall', 'XcmError', 'FailedToIntegrateVestingSchedule', 'FailedToCalculateCheckingAccount', 'FailedToBoundVector', 'DmpQueuePriorityAlreadySet', 'InvalidParameter', 'PreimageMissing', 'PreimageTooBig', 'PreimageChunkMissing', 'PreimageStatusInvalid', 'BadXcmVersion', 'InvalidOrigin']
2670
+ },
2671
+ /**
2672
+ * Lookup1014: asset_hub_polkadot_runtime::Runtime
2673
+ **/
2674
+ AssetHubPolkadotRuntimeRuntime: 'Null',
2675
+ /**
2676
+ * Lookup1062: xcm::VersionedAsset
2677
+ **/
2678
+ XcmVersionedAsset: {
2679
+ _enum: {
2680
+ __Unused0: 'Null',
2681
+ __Unused1: 'Null',
2682
+ __Unused2: 'Null',
2683
+ V3: 'XcmV3MultiAsset',
2684
+ V4: 'StagingXcmV4Asset',
2685
+ V5: 'StagingXcmV5Asset'
2686
+ }
2687
+ },
2688
+ /**
2689
+ * Lookup1064: xcm_runtime_apis::trusted_query::Error
2690
+ **/
2691
+ XcmRuntimeApisTrustedQueryError: {
2692
+ _enum: ['VersionedAssetConversionFailed', 'VersionedLocationConversionFailed']
2693
+ },
2694
+ /**
2695
+ * Lookup1066: xcm_runtime_apis::authorized_aliases::Error
2696
+ **/
2697
+ XcmRuntimeApisAuthorizedAliasesError: {
2698
+ _enum: ['LocationVersionConversionFailed']
2699
+ },
2700
+ /**
2701
+ * Lookup1069: assets_common::runtime_api::FungiblesAccessError
2702
+ **/
2703
+ AssetsCommonRuntimeApiFungiblesAccessError: {
2704
+ _enum: ['AssetIdConversionFailed', 'AmountToBalanceConversionFailed']
2705
+ },
2706
+ /**
2707
+ * Lookup1070: cumulus_primitives_core::CollationInfo
2708
+ **/
2709
+ CumulusPrimitivesCoreCollationInfo: {
2710
+ upwardMessages: 'Vec<Bytes>',
2711
+ horizontalMessages: 'Vec<PolkadotCorePrimitivesOutboundHrmpMessage>',
2712
+ newValidationCode: 'Option<Bytes>',
2713
+ processedDownwardMessages: 'u32',
2714
+ hrmpWatermark: 'u32',
2715
+ headData: 'Bytes'
2716
+ },
2717
+ /**
2718
+ * Lookup1079: asset_hub_polkadot_runtime::RuntimeError
2719
+ **/
2720
+ AssetHubPolkadotRuntimeRuntimeError: {
2721
+ _enum: {
2722
+ System: 'FrameSystemError',
2723
+ ParachainSystem: 'CumulusPalletParachainSystemError',
2724
+ __Unused2: 'Null',
2725
+ __Unused3: 'Null',
2726
+ __Unused4: 'Null',
2727
+ Preimage: 'PalletPreimageError',
2728
+ Scheduler: 'PalletSchedulerError',
2729
+ __Unused7: 'Null',
2730
+ __Unused8: 'Null',
2731
+ __Unused9: 'Null',
2732
+ Balances: 'PalletBalancesError',
2733
+ __Unused11: 'Null',
2734
+ __Unused12: 'Null',
2735
+ __Unused13: 'Null',
2736
+ Vesting: 'PalletVestingError',
2737
+ Claims: 'PolkadotRuntimeCommonClaimsPalletError',
2738
+ __Unused16: 'Null',
2739
+ __Unused17: 'Null',
2740
+ __Unused18: 'Null',
2741
+ __Unused19: 'Null',
2742
+ __Unused20: 'Null',
2743
+ CollatorSelection: 'PalletCollatorSelectionError',
2744
+ Session: 'PalletSessionError',
2745
+ __Unused23: 'Null',
2746
+ __Unused24: 'Null',
2747
+ __Unused25: 'Null',
2748
+ __Unused26: 'Null',
2749
+ __Unused27: 'Null',
2750
+ __Unused28: 'Null',
2751
+ __Unused29: 'Null',
2752
+ XcmpQueue: 'CumulusPalletXcmpQueueError',
2753
+ PolkadotXcm: 'PalletXcmError',
2754
+ __Unused32: 'Null',
2755
+ __Unused33: 'Null',
2756
+ __Unused34: 'Null',
2757
+ MessageQueue: 'PalletMessageQueueError',
2758
+ SnowbridgeSystemFrontend: 'SnowbridgePalletSystemFrontendError',
2759
+ __Unused37: 'Null',
2760
+ __Unused38: 'Null',
2761
+ __Unused39: 'Null',
2762
+ Utility: 'PalletUtilityError',
2763
+ Multisig: 'PalletMultisigError',
2764
+ Proxy: 'PalletProxyError',
2765
+ Indices: 'PalletIndicesError',
2766
+ __Unused44: 'Null',
2767
+ __Unused45: 'Null',
2768
+ __Unused46: 'Null',
2769
+ __Unused47: 'Null',
2770
+ __Unused48: 'Null',
2771
+ __Unused49: 'Null',
2772
+ Assets: 'PalletAssetsError',
2773
+ Uniques: 'PalletUniquesError',
2774
+ Nfts: 'PalletNftsError',
2775
+ ForeignAssets: 'PalletAssetsError',
2776
+ PoolAssets: 'PalletAssetsError',
2777
+ AssetConversion: 'PalletAssetConversionError',
2778
+ __Unused56: 'Null',
2779
+ __Unused57: 'Null',
2780
+ __Unused58: 'Null',
2781
+ __Unused59: 'Null',
2782
+ Treasury: 'PalletTreasuryError',
2783
+ ConvictionVoting: 'PalletConvictionVotingError',
2784
+ Referenda: 'PalletReferendaError',
2785
+ __Unused63: 'Null',
2786
+ Whitelist: 'PalletWhitelistError',
2787
+ Bounties: 'PalletBountiesError',
2788
+ ChildBounties: 'PalletChildBountiesError',
2789
+ AssetRate: 'PalletAssetRateError',
2790
+ __Unused68: 'Null',
2791
+ __Unused69: 'Null',
2792
+ StateTrieMigration: 'PalletStateTrieMigrationError',
2793
+ __Unused71: 'Null',
2794
+ __Unused72: 'Null',
2795
+ __Unused73: 'Null',
2796
+ __Unused74: 'Null',
2797
+ __Unused75: 'Null',
2798
+ __Unused76: 'Null',
2799
+ __Unused77: 'Null',
2800
+ __Unused78: 'Null',
2801
+ __Unused79: 'Null',
2802
+ NominationPools: 'PalletNominationPoolsError',
2803
+ __Unused81: 'Null',
2804
+ VoterList: 'PalletBagsListError',
2805
+ DelegatedStaking: 'PalletDelegatedStakingError',
2806
+ __Unused84: 'Null',
2807
+ MultiBlockElection: 'PalletElectionProviderMultiBlockError',
2808
+ __Unused86: 'Null',
2809
+ __Unused87: 'Null',
2810
+ MultiBlockElectionSigned: 'PalletElectionProviderMultiBlockSignedPalletError',
2811
+ Staking: 'PalletStakingAsyncPalletError',
2812
+ __Unused90: 'Null',
2813
+ __Unused91: 'Null',
2814
+ __Unused92: 'Null',
2815
+ __Unused93: 'Null',
2816
+ __Unused94: 'Null',
2817
+ __Unused95: 'Null',
2818
+ __Unused96: 'Null',
2819
+ __Unused97: 'Null',
2820
+ __Unused98: 'Null',
2821
+ __Unused99: 'Null',
2822
+ __Unused100: 'Null',
2823
+ __Unused101: 'Null',
2824
+ __Unused102: 'Null',
2825
+ __Unused103: 'Null',
2826
+ __Unused104: 'Null',
2827
+ __Unused105: 'Null',
2828
+ __Unused106: 'Null',
2829
+ __Unused107: 'Null',
2830
+ __Unused108: 'Null',
2831
+ __Unused109: 'Null',
2832
+ __Unused110: 'Null',
2833
+ __Unused111: 'Null',
2834
+ __Unused112: 'Null',
2835
+ __Unused113: 'Null',
2836
+ __Unused114: 'Null',
2837
+ __Unused115: 'Null',
2838
+ __Unused116: 'Null',
2839
+ __Unused117: 'Null',
2840
+ __Unused118: 'Null',
2841
+ __Unused119: 'Null',
2842
+ __Unused120: 'Null',
2843
+ __Unused121: 'Null',
2844
+ __Unused122: 'Null',
2845
+ __Unused123: 'Null',
2846
+ __Unused124: 'Null',
2847
+ __Unused125: 'Null',
2848
+ __Unused126: 'Null',
2849
+ __Unused127: 'Null',
2850
+ __Unused128: 'Null',
2851
+ __Unused129: 'Null',
2852
+ __Unused130: 'Null',
2853
+ __Unused131: 'Null',
2854
+ __Unused132: 'Null',
2855
+ __Unused133: 'Null',
2856
+ __Unused134: 'Null',
2857
+ __Unused135: 'Null',
2858
+ __Unused136: 'Null',
2859
+ __Unused137: 'Null',
2860
+ __Unused138: 'Null',
2861
+ __Unused139: 'Null',
2862
+ __Unused140: 'Null',
2863
+ __Unused141: 'Null',
2864
+ __Unused142: 'Null',
2865
+ __Unused143: 'Null',
2866
+ __Unused144: 'Null',
2867
+ __Unused145: 'Null',
2868
+ __Unused146: 'Null',
2869
+ __Unused147: 'Null',
2870
+ __Unused148: 'Null',
2871
+ __Unused149: 'Null',
2872
+ __Unused150: 'Null',
2873
+ __Unused151: 'Null',
2874
+ __Unused152: 'Null',
2875
+ __Unused153: 'Null',
2876
+ __Unused154: 'Null',
2877
+ __Unused155: 'Null',
2878
+ __Unused156: 'Null',
2879
+ __Unused157: 'Null',
2880
+ __Unused158: 'Null',
2881
+ __Unused159: 'Null',
2882
+ __Unused160: 'Null',
2883
+ __Unused161: 'Null',
2884
+ __Unused162: 'Null',
2885
+ __Unused163: 'Null',
2886
+ __Unused164: 'Null',
2887
+ __Unused165: 'Null',
2888
+ __Unused166: 'Null',
2889
+ __Unused167: 'Null',
2890
+ __Unused168: 'Null',
2891
+ __Unused169: 'Null',
2892
+ __Unused170: 'Null',
2893
+ __Unused171: 'Null',
2894
+ __Unused172: 'Null',
2895
+ __Unused173: 'Null',
2896
+ __Unused174: 'Null',
2897
+ __Unused175: 'Null',
2898
+ __Unused176: 'Null',
2899
+ __Unused177: 'Null',
2900
+ __Unused178: 'Null',
2901
+ __Unused179: 'Null',
2902
+ __Unused180: 'Null',
2903
+ __Unused181: 'Null',
2904
+ __Unused182: 'Null',
2905
+ __Unused183: 'Null',
2906
+ __Unused184: 'Null',
2907
+ __Unused185: 'Null',
2908
+ __Unused186: 'Null',
2909
+ __Unused187: 'Null',
2910
+ __Unused188: 'Null',
2911
+ __Unused189: 'Null',
2912
+ __Unused190: 'Null',
2913
+ __Unused191: 'Null',
2914
+ __Unused192: 'Null',
2915
+ __Unused193: 'Null',
2916
+ __Unused194: 'Null',
2917
+ __Unused195: 'Null',
2918
+ __Unused196: 'Null',
2919
+ __Unused197: 'Null',
2920
+ __Unused198: 'Null',
2921
+ __Unused199: 'Null',
2922
+ __Unused200: 'Null',
2923
+ __Unused201: 'Null',
2924
+ __Unused202: 'Null',
2925
+ __Unused203: 'Null',
2926
+ __Unused204: 'Null',
2927
+ __Unused205: 'Null',
2928
+ __Unused206: 'Null',
2929
+ __Unused207: 'Null',
2930
+ __Unused208: 'Null',
2931
+ __Unused209: 'Null',
2932
+ __Unused210: 'Null',
2933
+ __Unused211: 'Null',
2934
+ __Unused212: 'Null',
2935
+ __Unused213: 'Null',
2936
+ __Unused214: 'Null',
2937
+ __Unused215: 'Null',
2938
+ __Unused216: 'Null',
2939
+ __Unused217: 'Null',
2940
+ __Unused218: 'Null',
2941
+ __Unused219: 'Null',
2942
+ __Unused220: 'Null',
2943
+ __Unused221: 'Null',
2944
+ __Unused222: 'Null',
2945
+ __Unused223: 'Null',
2946
+ __Unused224: 'Null',
2947
+ __Unused225: 'Null',
2948
+ __Unused226: 'Null',
2949
+ __Unused227: 'Null',
2950
+ __Unused228: 'Null',
2951
+ __Unused229: 'Null',
2952
+ __Unused230: 'Null',
2953
+ __Unused231: 'Null',
2954
+ __Unused232: 'Null',
2955
+ __Unused233: 'Null',
2956
+ __Unused234: 'Null',
2957
+ __Unused235: 'Null',
2958
+ __Unused236: 'Null',
2959
+ __Unused237: 'Null',
2960
+ __Unused238: 'Null',
2961
+ __Unused239: 'Null',
2962
+ __Unused240: 'Null',
2963
+ __Unused241: 'Null',
2964
+ __Unused242: 'Null',
2965
+ __Unused243: 'Null',
2966
+ __Unused244: 'Null',
2967
+ __Unused245: 'Null',
2968
+ __Unused246: 'Null',
2969
+ __Unused247: 'Null',
2970
+ __Unused248: 'Null',
2971
+ __Unused249: 'Null',
2972
+ __Unused250: 'Null',
2973
+ __Unused251: 'Null',
2974
+ __Unused252: 'Null',
2975
+ __Unused253: 'Null',
2976
+ AhOps: 'PalletAhOpsError',
2977
+ AhMigrator: 'PalletAhMigratorError'
2978
+ }
2979
+ }
2980
+ };