@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,736 @@
1
+ /* eslint-disable */
2
+ /* eslint-disable sort-keys */
3
+ export default {
4
+ /**
5
+ * Lookup138: staging_kusama_runtime::SessionKeys
6
+ **/
7
+ StagingDicleRuntimeSessionKeys: {
8
+ grandpa: 'PezspConsensusGrandpaAppPublic',
9
+ babe: 'PezspConsensusBabeAppPublic',
10
+ paraValidator: 'PezkuwiPrimitivesV8ValidatorAppPublic',
11
+ paraAssignment: 'PezkuwiPrimitivesV8AssignmentAppPublic',
12
+ authorityDiscovery: 'PezspAuthorityDiscoveryAppPublic',
13
+ beefy: 'PezspConsensusBeefyEcdsaCryptoPublic'
14
+ },
15
+ /**
16
+ * Lookup160: staging_kusama_runtime::OriginCaller
17
+ **/
18
+ StagingDicleRuntimeOriginCaller: {
19
+ _enum: {
20
+ system: 'PezframeSupportDispatchRawOrigin',
21
+ __Unused1: 'Null',
22
+ __Unused2: 'Null',
23
+ __Unused3: 'Null',
24
+ __Unused4: 'Null',
25
+ __Unused5: 'Null',
26
+ __Unused6: 'Null',
27
+ __Unused7: 'Null',
28
+ __Unused8: 'Null',
29
+ __Unused9: 'Null',
30
+ __Unused10: 'Null',
31
+ __Unused11: 'Null',
32
+ __Unused12: 'Null',
33
+ __Unused13: 'Null',
34
+ __Unused14: 'Null',
35
+ __Unused15: 'Null',
36
+ __Unused16: 'Null',
37
+ __Unused17: 'Null',
38
+ __Unused18: 'Null',
39
+ __Unused19: 'Null',
40
+ __Unused20: 'Null',
41
+ __Unused21: 'Null',
42
+ __Unused22: 'Null',
43
+ __Unused23: 'Null',
44
+ __Unused24: 'Null',
45
+ __Unused25: 'Null',
46
+ __Unused26: 'Null',
47
+ __Unused27: 'Null',
48
+ __Unused28: 'Null',
49
+ __Unused29: 'Null',
50
+ __Unused30: 'Null',
51
+ __Unused31: 'Null',
52
+ __Unused32: 'Null',
53
+ __Unused33: 'Null',
54
+ __Unused34: 'Null',
55
+ __Unused35: 'Null',
56
+ __Unused36: 'Null',
57
+ __Unused37: 'Null',
58
+ __Unused38: 'Null',
59
+ __Unused39: 'Null',
60
+ __Unused40: 'Null',
61
+ __Unused41: 'Null',
62
+ __Unused42: 'Null',
63
+ Origins: 'StagingDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin',
64
+ __Unused44: 'Null',
65
+ __Unused45: 'Null',
66
+ __Unused46: 'Null',
67
+ __Unused47: 'Null',
68
+ __Unused48: 'Null',
69
+ __Unused49: 'Null',
70
+ ParachainsOrigin: 'PezkuwiRuntimeTeyrchainsOriginPezpalletOrigin',
71
+ __Unused51: 'Null',
72
+ __Unused52: 'Null',
73
+ __Unused53: 'Null',
74
+ __Unused54: 'Null',
75
+ __Unused55: 'Null',
76
+ __Unused56: 'Null',
77
+ __Unused57: 'Null',
78
+ __Unused58: 'Null',
79
+ __Unused59: 'Null',
80
+ __Unused60: 'Null',
81
+ __Unused61: 'Null',
82
+ __Unused62: 'Null',
83
+ __Unused63: 'Null',
84
+ __Unused64: 'Null',
85
+ __Unused65: 'Null',
86
+ __Unused66: 'Null',
87
+ __Unused67: 'Null',
88
+ __Unused68: 'Null',
89
+ __Unused69: 'Null',
90
+ __Unused70: 'Null',
91
+ __Unused71: 'Null',
92
+ __Unused72: 'Null',
93
+ __Unused73: 'Null',
94
+ __Unused74: 'Null',
95
+ __Unused75: 'Null',
96
+ __Unused76: 'Null',
97
+ __Unused77: 'Null',
98
+ __Unused78: 'Null',
99
+ __Unused79: 'Null',
100
+ __Unused80: 'Null',
101
+ __Unused81: 'Null',
102
+ __Unused82: 'Null',
103
+ __Unused83: 'Null',
104
+ __Unused84: 'Null',
105
+ __Unused85: 'Null',
106
+ __Unused86: 'Null',
107
+ __Unused87: 'Null',
108
+ __Unused88: 'Null',
109
+ __Unused89: 'Null',
110
+ __Unused90: 'Null',
111
+ __Unused91: 'Null',
112
+ __Unused92: 'Null',
113
+ __Unused93: 'Null',
114
+ __Unused94: 'Null',
115
+ __Unused95: 'Null',
116
+ __Unused96: 'Null',
117
+ __Unused97: 'Null',
118
+ __Unused98: 'Null',
119
+ XcmPallet: 'PezpalletXcmOrigin'
120
+ }
121
+ },
122
+ /**
123
+ * Lookup162: staging_kusama_runtime::governance::origins::pallet_custom_origins::Origin
124
+ **/
125
+ StagingDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin: {
126
+ _enum: ['StakingAdmin', 'Treasurer', 'FellowshipAdmin', 'GeneralAdmin', 'AuctionAdmin', 'LeaseAdmin', 'ReferendumCanceller', 'ReferendumKiller', 'SmallTipper', 'BigTipper', 'SmallSpender', 'MediumSpender', 'BigSpender', 'WhitelistedCaller', 'FellowshipInitiates', 'Fellows', 'FellowshipExperts', 'FellowshipMasters', 'Fellowship1Dan', 'Fellowship2Dan', 'Fellowship3Dan', 'Fellowship4Dan', 'Fellowship5Dan', 'Fellowship6Dan', 'Fellowship7Dan', 'Fellowship8Dan', 'Fellowship9Dan', 'WishForChange']
127
+ },
128
+ /**
129
+ * Lookup172: staging_kusama_runtime::RuntimeParameters
130
+ **/
131
+ StagingDicleRuntimeRuntimeParameters: {
132
+ _enum: {
133
+ Inflation: 'StagingDicleRuntimeDynamicParamsInflationParameters',
134
+ Treasury: 'StagingDicleRuntimeDynamicParamsTreasuryParameters'
135
+ }
136
+ },
137
+ /**
138
+ * Lookup173: staging_kusama_runtime::dynamic_params::inflation::Parameters
139
+ **/
140
+ StagingDicleRuntimeDynamicParamsInflationParameters: {
141
+ _enum: {
142
+ MinInflation: '(StagingDicleRuntimeDynamicParamsInflationMinInflation,Option<Perquintill>)',
143
+ MaxInflation: '(StagingDicleRuntimeDynamicParamsInflationMaxInflation,Option<Perquintill>)',
144
+ IdealStake: '(StagingDicleRuntimeDynamicParamsInflationIdealStake,Option<Perquintill>)',
145
+ Falloff: '(StagingDicleRuntimeDynamicParamsInflationFalloff,Option<Perquintill>)',
146
+ UseAuctionSlots: '(StagingDicleRuntimeDynamicParamsInflationUseAuctionSlots,Option<bool>)'
147
+ }
148
+ },
149
+ /**
150
+ * Lookup174: staging_kusama_runtime::dynamic_params::inflation::MinInflation
151
+ **/
152
+ StagingDicleRuntimeDynamicParamsInflationMinInflation: 'Null',
153
+ /**
154
+ * Lookup177: staging_kusama_runtime::dynamic_params::inflation::MaxInflation
155
+ **/
156
+ StagingDicleRuntimeDynamicParamsInflationMaxInflation: 'Null',
157
+ /**
158
+ * Lookup178: staging_kusama_runtime::dynamic_params::inflation::IdealStake
159
+ **/
160
+ StagingDicleRuntimeDynamicParamsInflationIdealStake: 'Null',
161
+ /**
162
+ * Lookup179: staging_kusama_runtime::dynamic_params::inflation::Falloff
163
+ **/
164
+ StagingDicleRuntimeDynamicParamsInflationFalloff: 'Null',
165
+ /**
166
+ * Lookup180: staging_kusama_runtime::dynamic_params::inflation::UseAuctionSlots
167
+ **/
168
+ StagingDicleRuntimeDynamicParamsInflationUseAuctionSlots: 'Null',
169
+ /**
170
+ * Lookup182: staging_kusama_runtime::dynamic_params::treasury::Parameters
171
+ **/
172
+ StagingDicleRuntimeDynamicParamsTreasuryParameters: {
173
+ _enum: {
174
+ BurnPortion: '(StagingDicleRuntimeDynamicParamsTreasuryBurnPortion,Option<Permill>)',
175
+ BurnDestination: '(StagingDicleRuntimeDynamicParamsTreasuryBurnDestination,Option<StagingDicleRuntimeBurnDestinationAccount>)'
176
+ }
177
+ },
178
+ /**
179
+ * Lookup183: staging_kusama_runtime::dynamic_params::treasury::BurnPortion
180
+ **/
181
+ StagingDicleRuntimeDynamicParamsTreasuryBurnPortion: 'Null',
182
+ /**
183
+ * Lookup186: staging_kusama_runtime::dynamic_params::treasury::BurnDestination
184
+ **/
185
+ StagingDicleRuntimeDynamicParamsTreasuryBurnDestination: 'Null',
186
+ /**
187
+ * Lookup188: staging_kusama_runtime::BurnDestinationAccount
188
+ **/
189
+ StagingDicleRuntimeBurnDestinationAccount: 'Option<AccountId32>',
190
+ /**
191
+ * Lookup209: kusama_runtime_constants::proxy::ProxyType
192
+ **/
193
+ DicleRuntimeConstantsProxyProxyType: {
194
+ _enum: ['Any', 'NonTransfer', 'Governance', 'Staking', '__Unused4', 'CancelProxy', 'Auction', 'Society', 'NominationPools', 'Spokesperson', 'ParaRegistration']
195
+ },
196
+ /**
197
+ * Lookup219: staging_kusama_runtime::NposCompactSolution24
198
+ **/
199
+ StagingDicleRuntimeNposCompactSolution24: {
200
+ votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
201
+ votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<PerU16>),Compact<u16>)>',
202
+ votes3: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);2],Compact<u16>)>',
203
+ votes4: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);3],Compact<u16>)>',
204
+ votes5: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);4],Compact<u16>)>',
205
+ votes6: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);5],Compact<u16>)>',
206
+ votes7: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);6],Compact<u16>)>',
207
+ votes8: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);7],Compact<u16>)>',
208
+ votes9: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);8],Compact<u16>)>',
209
+ votes10: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);9],Compact<u16>)>',
210
+ votes11: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);10],Compact<u16>)>',
211
+ votes12: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);11],Compact<u16>)>',
212
+ votes13: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);12],Compact<u16>)>',
213
+ votes14: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);13],Compact<u16>)>',
214
+ votes15: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);14],Compact<u16>)>',
215
+ votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>',
216
+ votes17: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);16],Compact<u16>)>',
217
+ votes18: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);17],Compact<u16>)>',
218
+ votes19: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);18],Compact<u16>)>',
219
+ votes20: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);19],Compact<u16>)>',
220
+ votes21: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);20],Compact<u16>)>',
221
+ votes22: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);21],Compact<u16>)>',
222
+ votes23: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);22],Compact<u16>)>',
223
+ votes24: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);23],Compact<u16>)>'
224
+ },
225
+ /**
226
+ * Lookup539: pallet_rc_migrator::recovery::RecoveryStage
227
+ **/
228
+ PezpalletRcMigratorRecoveryRecoveryStage: {
229
+ _enum: {
230
+ Recoverable: 'Option<AccountId32>',
231
+ ActiveRecoveries: 'Option<(AccountId32,AccountId32)>',
232
+ Proxy: 'Option<AccountId32>',
233
+ Finished: 'Null'
234
+ }
235
+ },
236
+ /**
237
+ * Lookup543: pallet_rc_migrator::society::SocietyStage
238
+ **/
239
+ PezpalletRcMigratorSocietySocietyStage: {
240
+ _enum: {
241
+ Values: 'Null',
242
+ Members: 'Option<AccountId32>',
243
+ Payouts: 'Option<AccountId32>',
244
+ MemberByIndex: 'Option<u32>',
245
+ SuspendedMembers: 'Option<AccountId32>',
246
+ Candidates: 'Option<AccountId32>',
247
+ Votes: 'Option<(AccountId32,AccountId32)>',
248
+ VoteClearCursor: 'Option<AccountId32>',
249
+ DefenderVotes: 'Option<(u32,AccountId32)>',
250
+ Finished: 'Null'
251
+ }
252
+ },
253
+ /**
254
+ * Lookup566: staging_kusama_runtime::RuntimeParametersKey
255
+ **/
256
+ StagingDicleRuntimeRuntimeParametersKey: {
257
+ _enum: {
258
+ Inflation: 'StagingDicleRuntimeDynamicParamsInflationParametersKey',
259
+ Treasury: 'StagingDicleRuntimeDynamicParamsTreasuryParametersKey'
260
+ }
261
+ },
262
+ /**
263
+ * Lookup567: staging_kusama_runtime::dynamic_params::inflation::ParametersKey
264
+ **/
265
+ StagingDicleRuntimeDynamicParamsInflationParametersKey: {
266
+ _enum: ['MinInflation', 'MaxInflation', 'IdealStake', 'Falloff', 'UseAuctionSlots']
267
+ },
268
+ /**
269
+ * Lookup568: staging_kusama_runtime::dynamic_params::treasury::ParametersKey
270
+ **/
271
+ StagingDicleRuntimeDynamicParamsTreasuryParametersKey: {
272
+ _enum: ['BurnPortion', 'BurnDestination']
273
+ },
274
+ /**
275
+ * Lookup570: staging_kusama_runtime::RuntimeParametersValue
276
+ **/
277
+ StagingDicleRuntimeRuntimeParametersValue: {
278
+ _enum: {
279
+ Inflation: 'StagingDicleRuntimeDynamicParamsInflationParametersValue',
280
+ Treasury: 'StagingDicleRuntimeDynamicParamsTreasuryParametersValue'
281
+ }
282
+ },
283
+ /**
284
+ * Lookup571: staging_kusama_runtime::dynamic_params::inflation::ParametersValue
285
+ **/
286
+ StagingDicleRuntimeDynamicParamsInflationParametersValue: {
287
+ _enum: {
288
+ MinInflation: 'Perquintill',
289
+ MaxInflation: 'Perquintill',
290
+ IdealStake: 'Perquintill',
291
+ Falloff: 'Perquintill',
292
+ UseAuctionSlots: 'bool'
293
+ }
294
+ },
295
+ /**
296
+ * Lookup572: staging_kusama_runtime::dynamic_params::treasury::ParametersValue
297
+ **/
298
+ StagingDicleRuntimeDynamicParamsTreasuryParametersValue: {
299
+ _enum: {
300
+ BurnPortion: 'Permill',
301
+ BurnDestination: 'StagingDicleRuntimeBurnDestinationAccount'
302
+ }
303
+ },
304
+ /**
305
+ * Lookup579: pallet_recovery::DepositKind<staging_kusama_runtime::Runtime>
306
+ **/
307
+ PezpalletRecoveryDepositKind: {
308
+ _enum: {
309
+ RecoveryConfig: 'Null',
310
+ ActiveRecoveryFor: 'AccountId32'
311
+ }
312
+ },
313
+ /**
314
+ * Lookup580: staging_kusama_runtime::Runtime
315
+ **/
316
+ StagingDicleRuntimeRuntime: 'Null',
317
+ /**
318
+ * Lookup668: staging_kusama_runtime::RuntimeHoldReason
319
+ **/
320
+ StagingDicleRuntimeRuntimeHoldReason: {
321
+ _enum: {
322
+ __Unused0: 'Null',
323
+ __Unused1: 'Null',
324
+ __Unused2: 'Null',
325
+ __Unused3: 'Null',
326
+ __Unused4: 'Null',
327
+ __Unused5: 'Null',
328
+ Staking: 'PezpalletStakingPezpalletHoldReason',
329
+ __Unused7: 'Null',
330
+ Session: 'PezpalletSessionHoldReason',
331
+ __Unused9: 'Null',
332
+ __Unused10: 'Null',
333
+ __Unused11: 'Null',
334
+ __Unused12: 'Null',
335
+ __Unused13: 'Null',
336
+ __Unused14: 'Null',
337
+ __Unused15: 'Null',
338
+ __Unused16: 'Null',
339
+ __Unused17: 'Null',
340
+ __Unused18: 'Null',
341
+ __Unused19: 'Null',
342
+ __Unused20: 'Null',
343
+ __Unused21: 'Null',
344
+ __Unused22: 'Null',
345
+ __Unused23: 'Null',
346
+ __Unused24: 'Null',
347
+ __Unused25: 'Null',
348
+ __Unused26: 'Null',
349
+ __Unused27: 'Null',
350
+ __Unused28: 'Null',
351
+ __Unused29: 'Null',
352
+ __Unused30: 'Null',
353
+ __Unused31: 'Null',
354
+ Preimage: 'PezpalletPreimageHoldReason',
355
+ __Unused33: 'Null',
356
+ __Unused34: 'Null',
357
+ __Unused35: 'Null',
358
+ __Unused36: 'Null',
359
+ __Unused37: 'Null',
360
+ __Unused38: 'Null',
361
+ __Unused39: 'Null',
362
+ __Unused40: 'Null',
363
+ __Unused41: 'Null',
364
+ __Unused42: 'Null',
365
+ __Unused43: 'Null',
366
+ __Unused44: 'Null',
367
+ __Unused45: 'Null',
368
+ __Unused46: 'Null',
369
+ DelegatedStaking: 'PezpalletDelegatedStakingHoldReason',
370
+ __Unused48: 'Null',
371
+ __Unused49: 'Null',
372
+ __Unused50: 'Null',
373
+ __Unused51: 'Null',
374
+ __Unused52: 'Null',
375
+ __Unused53: 'Null',
376
+ __Unused54: 'Null',
377
+ __Unused55: 'Null',
378
+ __Unused56: 'Null',
379
+ __Unused57: 'Null',
380
+ __Unused58: 'Null',
381
+ __Unused59: 'Null',
382
+ __Unused60: 'Null',
383
+ __Unused61: 'Null',
384
+ __Unused62: 'Null',
385
+ __Unused63: 'Null',
386
+ __Unused64: 'Null',
387
+ __Unused65: 'Null',
388
+ __Unused66: 'Null',
389
+ __Unused67: 'Null',
390
+ __Unused68: 'Null',
391
+ __Unused69: 'Null',
392
+ __Unused70: 'Null',
393
+ __Unused71: 'Null',
394
+ __Unused72: 'Null',
395
+ __Unused73: 'Null',
396
+ __Unused74: 'Null',
397
+ __Unused75: 'Null',
398
+ __Unused76: 'Null',
399
+ __Unused77: 'Null',
400
+ __Unused78: 'Null',
401
+ __Unused79: 'Null',
402
+ __Unused80: 'Null',
403
+ __Unused81: 'Null',
404
+ __Unused82: 'Null',
405
+ __Unused83: 'Null',
406
+ __Unused84: 'Null',
407
+ __Unused85: 'Null',
408
+ __Unused86: 'Null',
409
+ __Unused87: 'Null',
410
+ __Unused88: 'Null',
411
+ __Unused89: 'Null',
412
+ __Unused90: 'Null',
413
+ __Unused91: 'Null',
414
+ __Unused92: 'Null',
415
+ __Unused93: 'Null',
416
+ __Unused94: 'Null',
417
+ __Unused95: 'Null',
418
+ __Unused96: 'Null',
419
+ __Unused97: 'Null',
420
+ __Unused98: 'Null',
421
+ XcmPallet: 'PezpalletXcmHoldReason'
422
+ }
423
+ },
424
+ /**
425
+ * Lookup677: staging_kusama_runtime::RuntimeFreezeReason
426
+ **/
427
+ StagingDicleRuntimeRuntimeFreezeReason: {
428
+ _enum: {
429
+ __Unused0: 'Null',
430
+ __Unused1: 'Null',
431
+ __Unused2: 'Null',
432
+ __Unused3: 'Null',
433
+ __Unused4: 'Null',
434
+ __Unused5: 'Null',
435
+ __Unused6: 'Null',
436
+ __Unused7: 'Null',
437
+ __Unused8: 'Null',
438
+ __Unused9: 'Null',
439
+ __Unused10: 'Null',
440
+ __Unused11: 'Null',
441
+ __Unused12: 'Null',
442
+ __Unused13: 'Null',
443
+ __Unused14: 'Null',
444
+ __Unused15: 'Null',
445
+ __Unused16: 'Null',
446
+ __Unused17: 'Null',
447
+ __Unused18: 'Null',
448
+ __Unused19: 'Null',
449
+ __Unused20: 'Null',
450
+ __Unused21: 'Null',
451
+ __Unused22: 'Null',
452
+ __Unused23: 'Null',
453
+ __Unused24: 'Null',
454
+ __Unused25: 'Null',
455
+ __Unused26: 'Null',
456
+ __Unused27: 'Null',
457
+ __Unused28: 'Null',
458
+ __Unused29: 'Null',
459
+ __Unused30: 'Null',
460
+ __Unused31: 'Null',
461
+ __Unused32: 'Null',
462
+ __Unused33: 'Null',
463
+ __Unused34: 'Null',
464
+ __Unused35: 'Null',
465
+ __Unused36: 'Null',
466
+ __Unused37: 'Null',
467
+ __Unused38: 'Null',
468
+ __Unused39: 'Null',
469
+ __Unused40: 'Null',
470
+ NominationPools: 'PezpalletNominationPoolsFreezeReason'
471
+ }
472
+ },
473
+ /**
474
+ * Lookup1159: staging_kusama_runtime::RuntimeError
475
+ **/
476
+ StagingDicleRuntimeRuntimeError: {
477
+ _enum: {
478
+ System: 'PezframeSystemError',
479
+ Babe: 'PezpalletBabeError',
480
+ __Unused2: 'Null',
481
+ Indices: 'PezpalletIndicesError',
482
+ Balances: 'PezpalletBalancesError',
483
+ __Unused5: 'Null',
484
+ Staking: 'PezpalletStakingPezpalletError',
485
+ __Unused7: 'Null',
486
+ Session: 'PezpalletSessionError',
487
+ __Unused9: 'Null',
488
+ Grandpa: 'PezpalletGrandpaError',
489
+ __Unused11: 'Null',
490
+ __Unused12: 'Null',
491
+ __Unused13: 'Null',
492
+ __Unused14: 'Null',
493
+ __Unused15: 'Null',
494
+ __Unused16: 'Null',
495
+ __Unused17: 'Null',
496
+ Treasury: 'PezpalletTreasuryError',
497
+ Claims: 'PezkuwiRuntimeCommonClaimsPezpalletError',
498
+ ConvictionVoting: 'PezpalletConvictionVotingError',
499
+ Referenda: 'PezpalletReferendaError',
500
+ FellowshipCollective: 'PezpalletRankedCollectiveError',
501
+ FellowshipReferenda: 'PezpalletReferendaError',
502
+ Utility: 'PezpalletUtilityError',
503
+ __Unused25: 'Null',
504
+ Society: 'PezpalletSocietyError',
505
+ Recovery: 'PezpalletRecoveryError',
506
+ Vesting: 'PezpalletVestingError',
507
+ Scheduler: 'PezpalletSchedulerError',
508
+ Proxy: 'PezpalletProxyError',
509
+ Multisig: 'PezpalletMultisigError',
510
+ Preimage: 'PezpalletPreimageError',
511
+ __Unused33: 'Null',
512
+ __Unused34: 'Null',
513
+ Bounties: 'PezpalletBountiesError',
514
+ __Unused36: 'Null',
515
+ ElectionProviderMultiPhase: 'PezpalletElectionProviderMultiPhaseError',
516
+ __Unused38: 'Null',
517
+ VoterList: 'PezpalletBagsListError',
518
+ ChildBounties: 'PezpalletChildBountiesError',
519
+ NominationPools: 'PezpalletNominationPoolsError',
520
+ FastUnstake: 'PezpalletFastUnstakeError',
521
+ __Unused43: 'Null',
522
+ Whitelist: 'PezpalletWhitelistError',
523
+ __Unused45: 'Null',
524
+ __Unused46: 'Null',
525
+ DelegatedStaking: 'PezpalletDelegatedStakingError',
526
+ StakingAhClient: 'PezpalletStakingAsyncAhClientError',
527
+ __Unused49: 'Null',
528
+ __Unused50: 'Null',
529
+ Configuration: 'PezkuwiRuntimeTeyrchainsConfigurationPezpalletError',
530
+ __Unused52: 'Null',
531
+ ParaInclusion: 'PezkuwiRuntimeTeyrchainsInclusionPezpalletError',
532
+ ParaInherent: 'PezkuwiRuntimeTeyrchainsParasInherentPezpalletError',
533
+ __Unused55: 'Null',
534
+ Paras: 'PezkuwiRuntimeTeyrchainsParasPezpalletError',
535
+ __Unused57: 'Null',
536
+ __Unused58: 'Null',
537
+ __Unused59: 'Null',
538
+ Hrmp: 'PezkuwiRuntimeTeyrchainsHrmpPezpalletError',
539
+ __Unused61: 'Null',
540
+ ParasDisputes: 'PezkuwiRuntimeTeyrchainsDisputesPezpalletError',
541
+ ParasSlashing: 'PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletError',
542
+ OnDemandAssignmentProvider: 'PezkuwiRuntimeTeyrchainsOnDemandPezpalletError',
543
+ CoretimeAssignmentProvider: 'PezkuwiRuntimeTeyrchainsAssignerCoretimePezpalletError',
544
+ __Unused66: 'Null',
545
+ __Unused67: 'Null',
546
+ __Unused68: 'Null',
547
+ __Unused69: 'Null',
548
+ Registrar: 'PezkuwiRuntimeCommonParasRegistrarPezpalletError',
549
+ Slots: 'PezkuwiRuntimeCommonSlotsPezpalletError',
550
+ Auctions: 'PezkuwiRuntimeCommonAuctionsPezpalletError',
551
+ Crowdloan: 'PezkuwiRuntimeCommonCrowdloanPezpalletError',
552
+ Coretime: 'PezkuwiRuntimeTeyrchainsCoretimePezpalletError',
553
+ __Unused75: 'Null',
554
+ __Unused76: 'Null',
555
+ __Unused77: 'Null',
556
+ __Unused78: 'Null',
557
+ __Unused79: 'Null',
558
+ __Unused80: 'Null',
559
+ __Unused81: 'Null',
560
+ __Unused82: 'Null',
561
+ __Unused83: 'Null',
562
+ __Unused84: 'Null',
563
+ __Unused85: 'Null',
564
+ __Unused86: 'Null',
565
+ __Unused87: 'Null',
566
+ __Unused88: 'Null',
567
+ __Unused89: 'Null',
568
+ __Unused90: 'Null',
569
+ __Unused91: 'Null',
570
+ __Unused92: 'Null',
571
+ __Unused93: 'Null',
572
+ __Unused94: 'Null',
573
+ __Unused95: 'Null',
574
+ __Unused96: 'Null',
575
+ __Unused97: 'Null',
576
+ __Unused98: 'Null',
577
+ XcmPallet: 'PezpalletXcmError',
578
+ MessageQueue: 'PezpalletMessageQueueError',
579
+ AssetRate: 'PezpalletAssetRateError',
580
+ __Unused102: 'Null',
581
+ __Unused103: 'Null',
582
+ __Unused104: 'Null',
583
+ __Unused105: 'Null',
584
+ __Unused106: 'Null',
585
+ __Unused107: 'Null',
586
+ __Unused108: 'Null',
587
+ __Unused109: 'Null',
588
+ __Unused110: 'Null',
589
+ __Unused111: 'Null',
590
+ __Unused112: 'Null',
591
+ __Unused113: 'Null',
592
+ __Unused114: 'Null',
593
+ __Unused115: 'Null',
594
+ __Unused116: 'Null',
595
+ __Unused117: 'Null',
596
+ __Unused118: 'Null',
597
+ __Unused119: 'Null',
598
+ __Unused120: 'Null',
599
+ __Unused121: 'Null',
600
+ __Unused122: 'Null',
601
+ __Unused123: 'Null',
602
+ __Unused124: 'Null',
603
+ __Unused125: 'Null',
604
+ __Unused126: 'Null',
605
+ __Unused127: 'Null',
606
+ __Unused128: 'Null',
607
+ __Unused129: 'Null',
608
+ __Unused130: 'Null',
609
+ __Unused131: 'Null',
610
+ __Unused132: 'Null',
611
+ __Unused133: 'Null',
612
+ __Unused134: 'Null',
613
+ __Unused135: 'Null',
614
+ __Unused136: 'Null',
615
+ __Unused137: 'Null',
616
+ __Unused138: 'Null',
617
+ __Unused139: 'Null',
618
+ __Unused140: 'Null',
619
+ __Unused141: 'Null',
620
+ __Unused142: 'Null',
621
+ __Unused143: 'Null',
622
+ __Unused144: 'Null',
623
+ __Unused145: 'Null',
624
+ __Unused146: 'Null',
625
+ __Unused147: 'Null',
626
+ __Unused148: 'Null',
627
+ __Unused149: 'Null',
628
+ __Unused150: 'Null',
629
+ __Unused151: 'Null',
630
+ __Unused152: 'Null',
631
+ __Unused153: 'Null',
632
+ __Unused154: 'Null',
633
+ __Unused155: 'Null',
634
+ __Unused156: 'Null',
635
+ __Unused157: 'Null',
636
+ __Unused158: 'Null',
637
+ __Unused159: 'Null',
638
+ __Unused160: 'Null',
639
+ __Unused161: 'Null',
640
+ __Unused162: 'Null',
641
+ __Unused163: 'Null',
642
+ __Unused164: 'Null',
643
+ __Unused165: 'Null',
644
+ __Unused166: 'Null',
645
+ __Unused167: 'Null',
646
+ __Unused168: 'Null',
647
+ __Unused169: 'Null',
648
+ __Unused170: 'Null',
649
+ __Unused171: 'Null',
650
+ __Unused172: 'Null',
651
+ __Unused173: 'Null',
652
+ __Unused174: 'Null',
653
+ __Unused175: 'Null',
654
+ __Unused176: 'Null',
655
+ __Unused177: 'Null',
656
+ __Unused178: 'Null',
657
+ __Unused179: 'Null',
658
+ __Unused180: 'Null',
659
+ __Unused181: 'Null',
660
+ __Unused182: 'Null',
661
+ __Unused183: 'Null',
662
+ __Unused184: 'Null',
663
+ __Unused185: 'Null',
664
+ __Unused186: 'Null',
665
+ __Unused187: 'Null',
666
+ __Unused188: 'Null',
667
+ __Unused189: 'Null',
668
+ __Unused190: 'Null',
669
+ __Unused191: 'Null',
670
+ __Unused192: 'Null',
671
+ __Unused193: 'Null',
672
+ __Unused194: 'Null',
673
+ __Unused195: 'Null',
674
+ __Unused196: 'Null',
675
+ __Unused197: 'Null',
676
+ __Unused198: 'Null',
677
+ __Unused199: 'Null',
678
+ Beefy: 'PezpalletBeefyError',
679
+ __Unused201: 'Null',
680
+ __Unused202: 'Null',
681
+ __Unused203: 'Null',
682
+ __Unused204: 'Null',
683
+ __Unused205: 'Null',
684
+ __Unused206: 'Null',
685
+ __Unused207: 'Null',
686
+ __Unused208: 'Null',
687
+ __Unused209: 'Null',
688
+ __Unused210: 'Null',
689
+ __Unused211: 'Null',
690
+ __Unused212: 'Null',
691
+ __Unused213: 'Null',
692
+ __Unused214: 'Null',
693
+ __Unused215: 'Null',
694
+ __Unused216: 'Null',
695
+ __Unused217: 'Null',
696
+ __Unused218: 'Null',
697
+ __Unused219: 'Null',
698
+ __Unused220: 'Null',
699
+ __Unused221: 'Null',
700
+ __Unused222: 'Null',
701
+ __Unused223: 'Null',
702
+ __Unused224: 'Null',
703
+ __Unused225: 'Null',
704
+ __Unused226: 'Null',
705
+ __Unused227: 'Null',
706
+ __Unused228: 'Null',
707
+ __Unused229: 'Null',
708
+ __Unused230: 'Null',
709
+ __Unused231: 'Null',
710
+ __Unused232: 'Null',
711
+ __Unused233: 'Null',
712
+ __Unused234: 'Null',
713
+ __Unused235: 'Null',
714
+ __Unused236: 'Null',
715
+ __Unused237: 'Null',
716
+ __Unused238: 'Null',
717
+ __Unused239: 'Null',
718
+ __Unused240: 'Null',
719
+ __Unused241: 'Null',
720
+ __Unused242: 'Null',
721
+ __Unused243: 'Null',
722
+ __Unused244: 'Null',
723
+ __Unused245: 'Null',
724
+ __Unused246: 'Null',
725
+ __Unused247: 'Null',
726
+ __Unused248: 'Null',
727
+ __Unused249: 'Null',
728
+ __Unused250: 'Null',
729
+ __Unused251: 'Null',
730
+ __Unused252: 'Null',
731
+ __Unused253: 'Null',
732
+ __Unused254: 'Null',
733
+ RcMigrator: 'PezpalletRcMigratorError'
734
+ }
735
+ }
736
+ };