@pezkuwi/types-augment 16.5.5 → 16.5.6

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