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