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