@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
|
@@ -2,11 +2,11 @@ declare const _default: {
|
|
|
2
2
|
/**
|
|
3
3
|
* Lookup32: asset_hub_polkadot_runtime::RuntimeTask
|
|
4
4
|
**/
|
|
5
|
-
|
|
5
|
+
AssetHubPezkuwiRuntimeRuntimeTask: string;
|
|
6
6
|
/**
|
|
7
7
|
* Lookup33: cumulus_pallet_parachain_system::pallet::Event<T>
|
|
8
8
|
**/
|
|
9
|
-
|
|
9
|
+
PezcumulusPezpalletTeyrchainSystemEvent: {
|
|
10
10
|
_enum: {
|
|
11
11
|
ValidationFunctionStored: string;
|
|
12
12
|
ValidationFunctionApplied: {
|
|
@@ -28,7 +28,7 @@ declare const _default: {
|
|
|
28
28
|
/**
|
|
29
29
|
* Lookup41: asset_hub_polkadot_runtime::RuntimeParametersKey
|
|
30
30
|
**/
|
|
31
|
-
|
|
31
|
+
AssetHubPezkuwiRuntimeRuntimeParametersKey: {
|
|
32
32
|
_enum: {
|
|
33
33
|
StakingElection: string;
|
|
34
34
|
Scheduler: string;
|
|
@@ -38,69 +38,69 @@ declare const _default: {
|
|
|
38
38
|
/**
|
|
39
39
|
* Lookup42: asset_hub_polkadot_runtime::dynamic_params::staking_election::ParametersKey
|
|
40
40
|
**/
|
|
41
|
-
|
|
41
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParametersKey: {
|
|
42
42
|
_enum: string[];
|
|
43
43
|
};
|
|
44
44
|
/**
|
|
45
45
|
* Lookup43: asset_hub_polkadot_runtime::dynamic_params::staking_election::SignedPhase
|
|
46
46
|
**/
|
|
47
|
-
|
|
47
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionSignedPhase: string;
|
|
48
48
|
/**
|
|
49
49
|
* Lookup44: asset_hub_polkadot_runtime::dynamic_params::staking_election::MaxSignedSubmissions
|
|
50
50
|
**/
|
|
51
|
-
|
|
51
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxSignedSubmissions: string;
|
|
52
52
|
/**
|
|
53
53
|
* Lookup45: asset_hub_polkadot_runtime::dynamic_params::staking_election::UnsignedPhase
|
|
54
54
|
**/
|
|
55
|
-
|
|
55
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionUnsignedPhase: string;
|
|
56
56
|
/**
|
|
57
57
|
* Lookup46: asset_hub_polkadot_runtime::dynamic_params::staking_election::MinerPages
|
|
58
58
|
**/
|
|
59
|
-
|
|
59
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMinerPages: string;
|
|
60
60
|
/**
|
|
61
61
|
* Lookup47: asset_hub_polkadot_runtime::dynamic_params::staking_election::MaxElectingVoters
|
|
62
62
|
**/
|
|
63
|
-
|
|
63
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxElectingVoters: string;
|
|
64
64
|
/**
|
|
65
65
|
* Lookup48: asset_hub_polkadot_runtime::dynamic_params::staking_election::TargetSnapshotPerBlock
|
|
66
66
|
**/
|
|
67
|
-
|
|
67
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock: string;
|
|
68
68
|
/**
|
|
69
69
|
* Lookup49: asset_hub_polkadot_runtime::dynamic_params::staking_election::MaxEraDuration
|
|
70
70
|
**/
|
|
71
|
-
|
|
71
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxEraDuration: string;
|
|
72
72
|
/**
|
|
73
73
|
* Lookup50: asset_hub_polkadot_runtime::dynamic_params::scheduler::ParametersKey
|
|
74
74
|
**/
|
|
75
|
-
|
|
75
|
+
AssetHubPezkuwiRuntimeDynamicParamsSchedulerParametersKey: {
|
|
76
76
|
_enum: string[];
|
|
77
77
|
};
|
|
78
78
|
/**
|
|
79
79
|
* Lookup51: asset_hub_polkadot_runtime::dynamic_params::scheduler::MaxScheduledPerBlock
|
|
80
80
|
**/
|
|
81
|
-
|
|
81
|
+
AssetHubPezkuwiRuntimeDynamicParamsSchedulerMaxScheduledPerBlock: string;
|
|
82
82
|
/**
|
|
83
83
|
* Lookup52: asset_hub_polkadot_runtime::dynamic_params::scheduler::MaximumWeight
|
|
84
84
|
**/
|
|
85
|
-
|
|
85
|
+
AssetHubPezkuwiRuntimeDynamicParamsSchedulerMaximumWeight: string;
|
|
86
86
|
/**
|
|
87
87
|
* Lookup53: asset_hub_polkadot_runtime::dynamic_params::message_queue::ParametersKey
|
|
88
88
|
**/
|
|
89
|
-
|
|
89
|
+
AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParametersKey: {
|
|
90
90
|
_enum: string[];
|
|
91
91
|
};
|
|
92
92
|
/**
|
|
93
93
|
* Lookup54: asset_hub_polkadot_runtime::dynamic_params::message_queue::MaxOnInitWeight
|
|
94
94
|
**/
|
|
95
|
-
|
|
95
|
+
AssetHubPezkuwiRuntimeDynamicParamsMessageQueueMaxOnInitWeight: string;
|
|
96
96
|
/**
|
|
97
97
|
* Lookup55: asset_hub_polkadot_runtime::dynamic_params::message_queue::MaxOnIdleWeight
|
|
98
98
|
**/
|
|
99
|
-
|
|
99
|
+
AssetHubPezkuwiRuntimeDynamicParamsMessageQueueMaxOnIdleWeight: string;
|
|
100
100
|
/**
|
|
101
101
|
* Lookup57: asset_hub_polkadot_runtime::RuntimeParametersValue
|
|
102
102
|
**/
|
|
103
|
-
|
|
103
|
+
AssetHubPezkuwiRuntimeRuntimeParametersValue: {
|
|
104
104
|
_enum: {
|
|
105
105
|
StakingElection: string;
|
|
106
106
|
Scheduler: string;
|
|
@@ -110,7 +110,7 @@ declare const _default: {
|
|
|
110
110
|
/**
|
|
111
111
|
* Lookup58: asset_hub_polkadot_runtime::dynamic_params::staking_election::ParametersValue
|
|
112
112
|
**/
|
|
113
|
-
|
|
113
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParametersValue: {
|
|
114
114
|
_enum: {
|
|
115
115
|
SignedPhase: string;
|
|
116
116
|
MaxSignedSubmissions: string;
|
|
@@ -124,7 +124,7 @@ declare const _default: {
|
|
|
124
124
|
/**
|
|
125
125
|
* Lookup59: asset_hub_polkadot_runtime::dynamic_params::scheduler::ParametersValue
|
|
126
126
|
**/
|
|
127
|
-
|
|
127
|
+
AssetHubPezkuwiRuntimeDynamicParamsSchedulerParametersValue: {
|
|
128
128
|
_enum: {
|
|
129
129
|
MaxScheduledPerBlock: string;
|
|
130
130
|
MaximumWeight: string;
|
|
@@ -133,7 +133,7 @@ declare const _default: {
|
|
|
133
133
|
/**
|
|
134
134
|
* Lookup60: asset_hub_polkadot_runtime::dynamic_params::message_queue::ParametersValue
|
|
135
135
|
**/
|
|
136
|
-
|
|
136
|
+
AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParametersValue: {
|
|
137
137
|
_enum: {
|
|
138
138
|
MaxOnInitWeight: string;
|
|
139
139
|
MaxOnIdleWeight: string;
|
|
@@ -142,7 +142,7 @@ declare const _default: {
|
|
|
142
142
|
/**
|
|
143
143
|
* Lookup88: pallet_collator_selection::pallet::Event<T>
|
|
144
144
|
**/
|
|
145
|
-
|
|
145
|
+
PezpalletCollatorSelectionEvent: {
|
|
146
146
|
_enum: {
|
|
147
147
|
NewInvulnerables: {
|
|
148
148
|
invulnerables: string;
|
|
@@ -186,7 +186,7 @@ declare const _default: {
|
|
|
186
186
|
/**
|
|
187
187
|
* Lookup91: cumulus_pallet_xcmp_queue::pallet::Event<T>
|
|
188
188
|
**/
|
|
189
|
-
|
|
189
|
+
PezcumulusPezpalletXcmpQueueEvent: {
|
|
190
190
|
_enum: {
|
|
191
191
|
XcmpMessageSent: {
|
|
192
192
|
messageHash: string;
|
|
@@ -196,7 +196,7 @@ declare const _default: {
|
|
|
196
196
|
/**
|
|
197
197
|
* Lookup166: cumulus_pallet_xcm::pallet::Event<T>
|
|
198
198
|
**/
|
|
199
|
-
|
|
199
|
+
PezcumulusPezpalletXcmEvent: {
|
|
200
200
|
_enum: {
|
|
201
201
|
InvalidFormat: string;
|
|
202
202
|
UnsupportedVersion: string;
|
|
@@ -206,7 +206,7 @@ declare const _default: {
|
|
|
206
206
|
/**
|
|
207
207
|
* Lookup167: pallet_xcm_bridge_hub_router::pallet::Event<T, I>
|
|
208
208
|
**/
|
|
209
|
-
|
|
209
|
+
PezpalletXcmBridgeHubRouterEvent: {
|
|
210
210
|
_enum: {
|
|
211
211
|
DeliveryFeeFactorDecreased: {
|
|
212
212
|
newValue: string;
|
|
@@ -219,7 +219,7 @@ declare const _default: {
|
|
|
219
219
|
/**
|
|
220
220
|
* Lookup170: cumulus_primitives_core::AggregateMessageOrigin
|
|
221
221
|
**/
|
|
222
|
-
|
|
222
|
+
PezcumulusPrimitivesCoreAggregateMessageOrigin: {
|
|
223
223
|
_enum: {
|
|
224
224
|
Here: string;
|
|
225
225
|
Parent: string;
|
|
@@ -229,7 +229,7 @@ declare const _default: {
|
|
|
229
229
|
/**
|
|
230
230
|
* Lookup173: snowbridge_pallet_system_frontend::pallet::Event<T>
|
|
231
231
|
**/
|
|
232
|
-
|
|
232
|
+
SnowbridgePezpalletSystemFrontendEvent: {
|
|
233
233
|
_enum: {
|
|
234
234
|
MessageSent: {
|
|
235
235
|
origin: string;
|
|
@@ -251,13 +251,13 @@ declare const _default: {
|
|
|
251
251
|
/**
|
|
252
252
|
* Lookup179: asset_hub_polkadot_runtime::ProxyType
|
|
253
253
|
**/
|
|
254
|
-
|
|
254
|
+
AssetHubPezkuwiRuntimeProxyType: {
|
|
255
255
|
_enum: string[];
|
|
256
256
|
};
|
|
257
257
|
/**
|
|
258
258
|
* Lookup207: parachains_common::pay::VersionedLocatableAccount
|
|
259
259
|
**/
|
|
260
|
-
|
|
260
|
+
TeyrchainsCommonPayVersionedLocatableAccount: {
|
|
261
261
|
_enum: {
|
|
262
262
|
__Unused0: string;
|
|
263
263
|
__Unused1: string;
|
|
@@ -276,7 +276,7 @@ declare const _default: {
|
|
|
276
276
|
/**
|
|
277
277
|
* Lookup218: cumulus_pallet_parachain_system::pallet::Call<T>
|
|
278
278
|
**/
|
|
279
|
-
|
|
279
|
+
PezcumulusPezpalletTeyrchainSystemCall: {
|
|
280
280
|
_enum: {
|
|
281
281
|
set_validation_data: {
|
|
282
282
|
data: string;
|
|
@@ -290,7 +290,7 @@ declare const _default: {
|
|
|
290
290
|
/**
|
|
291
291
|
* Lookup219: cumulus_pallet_parachain_system::parachain_inherent::BasicParachainInherentData
|
|
292
292
|
**/
|
|
293
|
-
|
|
293
|
+
PezcumulusPezpalletTeyrchainSystemTeyrchainInherentBasicTeyrchainInherentData: {
|
|
294
294
|
validationData: string;
|
|
295
295
|
relayChainState: string;
|
|
296
296
|
relayParentDescendants: string;
|
|
@@ -299,13 +299,13 @@ declare const _default: {
|
|
|
299
299
|
/**
|
|
300
300
|
* Lookup222: sp_trie::storage_proof::StorageProof
|
|
301
301
|
**/
|
|
302
|
-
|
|
302
|
+
PezspTrieStorageProof: {
|
|
303
303
|
trieNodes: string;
|
|
304
304
|
};
|
|
305
305
|
/**
|
|
306
306
|
* Lookup227: cumulus_pallet_parachain_system::parachain_inherent::InboundMessagesData
|
|
307
307
|
**/
|
|
308
|
-
|
|
308
|
+
PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessagesData: {
|
|
309
309
|
downwardMessages: {
|
|
310
310
|
fullMessages: string;
|
|
311
311
|
hashedMessages: string;
|
|
@@ -315,25 +315,25 @@ declare const _default: {
|
|
|
315
315
|
/**
|
|
316
316
|
* Lookup232: cumulus_primitives_parachain_inherent::HashedMessage
|
|
317
317
|
**/
|
|
318
|
-
|
|
318
|
+
PezcumulusPrimitivesTeyrchainInherentHashedMessage: {
|
|
319
319
|
sentAt: string;
|
|
320
320
|
msgHash: string;
|
|
321
321
|
};
|
|
322
322
|
/**
|
|
323
323
|
* Lookup233: cumulus_pallet_parachain_system::parachain_inherent::AbridgedInboundMessagesCollection<Message>
|
|
324
324
|
**/
|
|
325
|
-
|
|
325
|
+
PezcumulusPezpalletTeyrchainSystemTeyrchainInherentAbridgedInboundMessagesCollection: {
|
|
326
326
|
fullMessages: string;
|
|
327
327
|
hashedMessages: string;
|
|
328
328
|
};
|
|
329
329
|
/**
|
|
330
330
|
* Lookup240: staging_parachain_info::pallet::Call<T>
|
|
331
331
|
**/
|
|
332
|
-
|
|
332
|
+
StagingTeyrchainInfoCall: string;
|
|
333
333
|
/**
|
|
334
334
|
* Lookup246: asset_hub_polkadot_runtime::RuntimeParameters
|
|
335
335
|
**/
|
|
336
|
-
|
|
336
|
+
AssetHubPezkuwiRuntimeRuntimeParameters: {
|
|
337
337
|
_enum: {
|
|
338
338
|
StakingElection: string;
|
|
339
339
|
Scheduler: string;
|
|
@@ -343,7 +343,7 @@ declare const _default: {
|
|
|
343
343
|
/**
|
|
344
344
|
* Lookup247: asset_hub_polkadot_runtime::dynamic_params::staking_election::Parameters
|
|
345
345
|
**/
|
|
346
|
-
|
|
346
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParameters: {
|
|
347
347
|
_enum: {
|
|
348
348
|
SignedPhase: string;
|
|
349
349
|
MaxSignedSubmissions: string;
|
|
@@ -357,7 +357,7 @@ declare const _default: {
|
|
|
357
357
|
/**
|
|
358
358
|
* Lookup248: asset_hub_polkadot_runtime::dynamic_params::scheduler::Parameters
|
|
359
359
|
**/
|
|
360
|
-
|
|
360
|
+
AssetHubPezkuwiRuntimeDynamicParamsSchedulerParameters: {
|
|
361
361
|
_enum: {
|
|
362
362
|
MaxScheduledPerBlock: string;
|
|
363
363
|
MaximumWeight: string;
|
|
@@ -366,7 +366,7 @@ declare const _default: {
|
|
|
366
366
|
/**
|
|
367
367
|
* Lookup249: asset_hub_polkadot_runtime::dynamic_params::message_queue::Parameters
|
|
368
368
|
**/
|
|
369
|
-
|
|
369
|
+
AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParameters: {
|
|
370
370
|
_enum: {
|
|
371
371
|
MaxOnInitWeight: string;
|
|
372
372
|
MaxOnIdleWeight: string;
|
|
@@ -375,7 +375,7 @@ declare const _default: {
|
|
|
375
375
|
/**
|
|
376
376
|
* Lookup264: pallet_collator_selection::pallet::Call<T>
|
|
377
377
|
**/
|
|
378
|
-
|
|
378
|
+
PezpalletCollatorSelectionCall: {
|
|
379
379
|
_enum: {
|
|
380
380
|
set_invulnerables: {
|
|
381
381
|
_alias: {
|
|
@@ -409,17 +409,17 @@ declare const _default: {
|
|
|
409
409
|
/**
|
|
410
410
|
* Lookup266: asset_hub_polkadot_runtime::SessionKeys
|
|
411
411
|
**/
|
|
412
|
-
|
|
412
|
+
AssetHubPezkuwiRuntimeSessionKeys: {
|
|
413
413
|
aura: string;
|
|
414
414
|
};
|
|
415
415
|
/**
|
|
416
416
|
* Lookup267: sp_consensus_aura::ed25519::app_ed25519::Public
|
|
417
417
|
**/
|
|
418
|
-
|
|
418
|
+
PezspConsensusAuraEd25519AppEd25519Public: string;
|
|
419
419
|
/**
|
|
420
420
|
* Lookup268: cumulus_pallet_xcmp_queue::pallet::Call<T>
|
|
421
421
|
**/
|
|
422
|
-
|
|
422
|
+
PezcumulusPezpalletXcmpQueueCall: {
|
|
423
423
|
_enum: {
|
|
424
424
|
__Unused0: string;
|
|
425
425
|
suspend_xcm_execution: string;
|
|
@@ -447,11 +447,11 @@ declare const _default: {
|
|
|
447
447
|
/**
|
|
448
448
|
* Lookup313: cumulus_pallet_xcm::pallet::Call<T>
|
|
449
449
|
**/
|
|
450
|
-
|
|
450
|
+
PezcumulusPezpalletXcmCall: string;
|
|
451
451
|
/**
|
|
452
452
|
* Lookup314: pallet_xcm_bridge_hub_router::pallet::Call<T, I>
|
|
453
453
|
**/
|
|
454
|
-
|
|
454
|
+
PezpalletXcmBridgeHubRouterCall: {
|
|
455
455
|
_enum: {
|
|
456
456
|
report_bridge_status: {
|
|
457
457
|
bridgeId: string;
|
|
@@ -462,7 +462,7 @@ declare const _default: {
|
|
|
462
462
|
/**
|
|
463
463
|
* Lookup316: snowbridge_pallet_system_frontend::pallet::Call<T>
|
|
464
464
|
**/
|
|
465
|
-
|
|
465
|
+
SnowbridgePezpalletSystemFrontendCall: {
|
|
466
466
|
_enum: {
|
|
467
467
|
set_operating_mode: {
|
|
468
468
|
mode: string;
|
|
@@ -498,7 +498,7 @@ declare const _default: {
|
|
|
498
498
|
/**
|
|
499
499
|
* Lookup321: asset_hub_polkadot_runtime::OriginCaller
|
|
500
500
|
**/
|
|
501
|
-
|
|
501
|
+
AssetHubPezkuwiRuntimeOriginCaller: {
|
|
502
502
|
_enum: {
|
|
503
503
|
system: string;
|
|
504
504
|
__Unused1: string;
|
|
@@ -569,7 +569,7 @@ declare const _default: {
|
|
|
569
569
|
/**
|
|
570
570
|
* Lookup324: cumulus_pallet_xcm::pallet::Origin
|
|
571
571
|
**/
|
|
572
|
-
|
|
572
|
+
PezcumulusPezpalletXcmOrigin: {
|
|
573
573
|
_enum: {
|
|
574
574
|
Relay: string;
|
|
575
575
|
SiblingParachain: string;
|
|
@@ -578,13 +578,13 @@ declare const _default: {
|
|
|
578
578
|
/**
|
|
579
579
|
* Lookup325: asset_hub_polkadot_runtime::governance::origins::pallet_custom_origins::Origin
|
|
580
580
|
**/
|
|
581
|
-
|
|
581
|
+
AssetHubPezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin: {
|
|
582
582
|
_enum: string[];
|
|
583
583
|
};
|
|
584
584
|
/**
|
|
585
585
|
* Lookup392: pallet_staking_async_rc_client::pallet::Call<T>
|
|
586
586
|
**/
|
|
587
|
-
|
|
587
|
+
PezpalletStakingAsyncRcClientCall: {
|
|
588
588
|
_enum: {
|
|
589
589
|
relay_session_report: {
|
|
590
590
|
report: string;
|
|
@@ -597,7 +597,7 @@ declare const _default: {
|
|
|
597
597
|
/**
|
|
598
598
|
* Lookup401: pallet_election_provider_multi_block::pallet::Call<T>
|
|
599
599
|
**/
|
|
600
|
-
|
|
600
|
+
PezpalletElectionProviderMultiBlockCall: {
|
|
601
601
|
_enum: {
|
|
602
602
|
manage: {
|
|
603
603
|
op: string;
|
|
@@ -607,7 +607,7 @@ declare const _default: {
|
|
|
607
607
|
/**
|
|
608
608
|
* Lookup402: pallet_election_provider_multi_block::AdminOperation<T>
|
|
609
609
|
**/
|
|
610
|
-
|
|
610
|
+
PezpalletElectionProviderMultiBlockAdminOperation: {
|
|
611
611
|
_enum: {
|
|
612
612
|
ForceRotateRound: string;
|
|
613
613
|
ForceSetPhase: string;
|
|
@@ -619,7 +619,7 @@ declare const _default: {
|
|
|
619
619
|
/**
|
|
620
620
|
* Lookup403: pallet_election_provider_multi_block::types::Phase<T>
|
|
621
621
|
**/
|
|
622
|
-
|
|
622
|
+
PezpalletElectionProviderMultiBlockPhase: {
|
|
623
623
|
_enum: {
|
|
624
624
|
Off: string;
|
|
625
625
|
Signed: string;
|
|
@@ -634,11 +634,11 @@ declare const _default: {
|
|
|
634
634
|
/**
|
|
635
635
|
* Lookup413: pallet_election_provider_multi_block::verifier::impls::pallet::Call<T>
|
|
636
636
|
**/
|
|
637
|
-
|
|
637
|
+
PezpalletElectionProviderMultiBlockVerifierImplsPezpalletCall: string;
|
|
638
638
|
/**
|
|
639
639
|
* Lookup414: pallet_election_provider_multi_block::unsigned::pallet::Call<T>
|
|
640
640
|
**/
|
|
641
|
-
|
|
641
|
+
PezpalletElectionProviderMultiBlockUnsignedPezpalletCall: {
|
|
642
642
|
_enum: {
|
|
643
643
|
submit_unsigned: {
|
|
644
644
|
pagedSolution: string;
|
|
@@ -648,7 +648,7 @@ declare const _default: {
|
|
|
648
648
|
/**
|
|
649
649
|
* Lookup415: pallet_election_provider_multi_block::types::PagedRawSolution<T>
|
|
650
650
|
**/
|
|
651
|
-
|
|
651
|
+
PezpalletElectionProviderMultiBlockPagedRawSolution: {
|
|
652
652
|
solutionPages: string;
|
|
653
653
|
score: string;
|
|
654
654
|
round: string;
|
|
@@ -656,7 +656,7 @@ declare const _default: {
|
|
|
656
656
|
/**
|
|
657
657
|
* Lookup417: asset_hub_polkadot_runtime::staking::NposCompactSolution16
|
|
658
658
|
**/
|
|
659
|
-
|
|
659
|
+
AssetHubPezkuwiRuntimeStakingNposCompactSolution16: {
|
|
660
660
|
votes1: string;
|
|
661
661
|
votes2: string;
|
|
662
662
|
votes3: string;
|
|
@@ -677,7 +677,7 @@ declare const _default: {
|
|
|
677
677
|
/**
|
|
678
678
|
* Lookup468: pallet_election_provider_multi_block::signed::pallet::Call<T>
|
|
679
679
|
**/
|
|
680
|
-
|
|
680
|
+
PezpalletElectionProviderMultiBlockSignedPezpalletCall: {
|
|
681
681
|
_enum: {
|
|
682
682
|
register: {
|
|
683
683
|
claimedScore: string;
|
|
@@ -699,7 +699,7 @@ declare const _default: {
|
|
|
699
699
|
/**
|
|
700
700
|
* Lookup470: pallet_staking_async::pallet::pallet::Call<T>
|
|
701
701
|
**/
|
|
702
|
-
|
|
702
|
+
PezpalletStakingAsyncPezpalletCall: {
|
|
703
703
|
_enum: {
|
|
704
704
|
bond: {
|
|
705
705
|
value: string;
|
|
@@ -818,7 +818,7 @@ declare const _default: {
|
|
|
818
818
|
/**
|
|
819
819
|
* Lookup471: pallet_staking_async::RewardDestination<sp_core::crypto::AccountId32>
|
|
820
820
|
**/
|
|
821
|
-
|
|
821
|
+
PezpalletStakingAsyncRewardDestination: {
|
|
822
822
|
_enum: {
|
|
823
823
|
Staked: string;
|
|
824
824
|
Stash: string;
|
|
@@ -830,14 +830,14 @@ declare const _default: {
|
|
|
830
830
|
/**
|
|
831
831
|
* Lookup472: pallet_staking_async::ValidatorPrefs
|
|
832
832
|
**/
|
|
833
|
-
|
|
833
|
+
PezpalletStakingAsyncValidatorPrefs: {
|
|
834
834
|
commission: string;
|
|
835
835
|
blocked: string;
|
|
836
836
|
};
|
|
837
837
|
/**
|
|
838
838
|
* Lookup478: pallet_staking_async::pallet::pallet::ConfigOp<T>
|
|
839
839
|
**/
|
|
840
|
-
|
|
840
|
+
PezpalletStakingAsyncPezpalletConfigOpU128: {
|
|
841
841
|
_enum: {
|
|
842
842
|
Noop: string;
|
|
843
843
|
Set: string;
|
|
@@ -847,7 +847,7 @@ declare const _default: {
|
|
|
847
847
|
/**
|
|
848
848
|
* Lookup479: pallet_staking_async::pallet::pallet::ConfigOp<T>
|
|
849
849
|
**/
|
|
850
|
-
|
|
850
|
+
PezpalletStakingAsyncPezpalletConfigOpU32: {
|
|
851
851
|
_enum: {
|
|
852
852
|
Noop: string;
|
|
853
853
|
Set: string;
|
|
@@ -857,7 +857,7 @@ declare const _default: {
|
|
|
857
857
|
/**
|
|
858
858
|
* Lookup480: pallet_staking_async::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Percent>
|
|
859
859
|
**/
|
|
860
|
-
|
|
860
|
+
PezpalletStakingAsyncPezpalletConfigOpPercent: {
|
|
861
861
|
_enum: {
|
|
862
862
|
Noop: string;
|
|
863
863
|
Set: string;
|
|
@@ -867,7 +867,7 @@ declare const _default: {
|
|
|
867
867
|
/**
|
|
868
868
|
* Lookup481: pallet_staking_async::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Perbill>
|
|
869
869
|
**/
|
|
870
|
-
|
|
870
|
+
PezpalletStakingAsyncPezpalletConfigOpPerbill: {
|
|
871
871
|
_enum: {
|
|
872
872
|
Noop: string;
|
|
873
873
|
Set: string;
|
|
@@ -877,14 +877,14 @@ declare const _default: {
|
|
|
877
877
|
/**
|
|
878
878
|
* Lookup485: pallet_staking_async::ledger::UnlockChunk<Balance>
|
|
879
879
|
**/
|
|
880
|
-
|
|
880
|
+
PezpalletStakingAsyncLedgerUnlockChunk: {
|
|
881
881
|
value: string;
|
|
882
882
|
era: string;
|
|
883
883
|
};
|
|
884
884
|
/**
|
|
885
885
|
* Lookup488: pallet_ah_ops::pallet::Call<T>
|
|
886
886
|
**/
|
|
887
|
-
|
|
887
|
+
PezpalletAhOpsCall: {
|
|
888
888
|
_enum: {
|
|
889
889
|
unreserve_lease_deposit: {
|
|
890
890
|
block: string;
|
|
@@ -909,7 +909,7 @@ declare const _default: {
|
|
|
909
909
|
/**
|
|
910
910
|
* Lookup489: pallet_ah_migrator::pallet::Call<T>
|
|
911
911
|
**/
|
|
912
|
-
|
|
912
|
+
PezpalletAhMigratorCall: {
|
|
913
913
|
_enum: {
|
|
914
914
|
receive_accounts: {
|
|
915
915
|
accounts: string;
|
|
@@ -1096,7 +1096,7 @@ declare const _default: {
|
|
|
1096
1096
|
/**
|
|
1097
1097
|
* Lookup491: pallet_rc_migrator::accounts::Account<sp_core::crypto::AccountId32, Balance, pallet_rc_migrator::types::PortableHoldReason, pallet_rc_migrator::types::PortableFreezeReason>
|
|
1098
1098
|
**/
|
|
1099
|
-
|
|
1099
|
+
PezpalletRcMigratorAccountsAccount: {
|
|
1100
1100
|
who: string;
|
|
1101
1101
|
free: string;
|
|
1102
1102
|
reserved: string;
|
|
@@ -1111,7 +1111,7 @@ declare const _default: {
|
|
|
1111
1111
|
/**
|
|
1112
1112
|
* Lookup492: pallet_rc_migrator::types::PortableHoldReason
|
|
1113
1113
|
**/
|
|
1114
|
-
|
|
1114
|
+
PezpalletRcMigratorPortableHoldReason: {
|
|
1115
1115
|
_enum: {
|
|
1116
1116
|
Preimage: string;
|
|
1117
1117
|
Staking: string;
|
|
@@ -1124,7 +1124,7 @@ declare const _default: {
|
|
|
1124
1124
|
/**
|
|
1125
1125
|
* Lookup499: pallet_rc_migrator::types::PortableFreezeReason
|
|
1126
1126
|
**/
|
|
1127
|
-
|
|
1127
|
+
PezpalletRcMigratorPortableFreezeReason: {
|
|
1128
1128
|
_enum: {
|
|
1129
1129
|
NominationPools: string;
|
|
1130
1130
|
};
|
|
@@ -1132,28 +1132,28 @@ declare const _default: {
|
|
|
1132
1132
|
/**
|
|
1133
1133
|
* Lookup502: frame_support::traits::tokens::misc::IdAmount<pallet_rc_migrator::types::PortableHoldReason, Balance>
|
|
1134
1134
|
**/
|
|
1135
|
-
|
|
1135
|
+
PezframeSupportTokensMiscIdAmountPortableHoldReason: {
|
|
1136
1136
|
id: string;
|
|
1137
1137
|
amount: string;
|
|
1138
1138
|
};
|
|
1139
1139
|
/**
|
|
1140
1140
|
* Lookup505: frame_support::traits::tokens::misc::IdAmount<pallet_rc_migrator::types::PortableFreezeReason, Balance>
|
|
1141
1141
|
**/
|
|
1142
|
-
|
|
1142
|
+
PezframeSupportTokensMiscIdAmountPortableFreezeReason: {
|
|
1143
1143
|
id: string;
|
|
1144
1144
|
amount: string;
|
|
1145
1145
|
};
|
|
1146
1146
|
/**
|
|
1147
1147
|
* Lookup512: pallet_rc_migrator::multisig::RcMultisig<sp_core::crypto::AccountId32, Balance>
|
|
1148
1148
|
**/
|
|
1149
|
-
|
|
1149
|
+
PezpalletRcMigratorMultisigRcMultisig: {
|
|
1150
1150
|
creator: string;
|
|
1151
1151
|
deposit: string;
|
|
1152
1152
|
};
|
|
1153
1153
|
/**
|
|
1154
1154
|
* Lookup514: pallet_rc_migrator::proxy::RcProxy<sp_core::crypto::AccountId32, Balance, polkadot_runtime_constants::proxy::ProxyType, BlockNumber>
|
|
1155
1155
|
**/
|
|
1156
|
-
|
|
1156
|
+
PezpalletRcMigratorProxyRcProxy: {
|
|
1157
1157
|
delegator: string;
|
|
1158
1158
|
deposit: string;
|
|
1159
1159
|
proxies: string;
|
|
@@ -1161,7 +1161,7 @@ declare const _default: {
|
|
|
1161
1161
|
/**
|
|
1162
1162
|
* Lookup517: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, polkadot_runtime_constants::proxy::ProxyType, BlockNumber>
|
|
1163
1163
|
**/
|
|
1164
|
-
|
|
1164
|
+
PezpalletProxyProxyDefinitionPezkuwiRuntimeConstantsProxyProxyType: {
|
|
1165
1165
|
delegate: string;
|
|
1166
1166
|
proxyType: string;
|
|
1167
1167
|
delay: string;
|
|
@@ -1169,14 +1169,14 @@ declare const _default: {
|
|
|
1169
1169
|
/**
|
|
1170
1170
|
* Lookup519: pallet_rc_migrator::proxy::RcProxyAnnouncement<sp_core::crypto::AccountId32, Balance>
|
|
1171
1171
|
**/
|
|
1172
|
-
|
|
1172
|
+
PezpalletRcMigratorProxyRcProxyAnnouncement: {
|
|
1173
1173
|
depositor: string;
|
|
1174
1174
|
deposit: string;
|
|
1175
1175
|
};
|
|
1176
1176
|
/**
|
|
1177
1177
|
* Lookup521: pallet_rc_migrator::preimage::chunks::RcPreimageChunk
|
|
1178
1178
|
**/
|
|
1179
|
-
|
|
1179
|
+
PezpalletRcMigratorPreimageChunksRcPreimageChunk: {
|
|
1180
1180
|
preimageHash: string;
|
|
1181
1181
|
preimageLen: string;
|
|
1182
1182
|
chunkByteOffset: string;
|
|
@@ -1185,7 +1185,7 @@ declare const _default: {
|
|
|
1185
1185
|
/**
|
|
1186
1186
|
* Lookup524: pallet_rc_migrator::preimage::request_status::PortableRequestStatus
|
|
1187
1187
|
**/
|
|
1188
|
-
|
|
1188
|
+
PezpalletRcMigratorPreimageRequestStatusPortableRequestStatus: {
|
|
1189
1189
|
_alias: {
|
|
1190
1190
|
hash_: string;
|
|
1191
1191
|
};
|
|
@@ -1195,7 +1195,7 @@ declare const _default: {
|
|
|
1195
1195
|
/**
|
|
1196
1196
|
* Lookup525: pallet_rc_migrator::preimage::request_status::PortableRequestStatusInner
|
|
1197
1197
|
**/
|
|
1198
|
-
|
|
1198
|
+
PezpalletRcMigratorPreimageRequestStatusPortableRequestStatusInner: {
|
|
1199
1199
|
_enum: {
|
|
1200
1200
|
Unrequested: {
|
|
1201
1201
|
ticket: string;
|
|
@@ -1211,7 +1211,7 @@ declare const _default: {
|
|
|
1211
1211
|
/**
|
|
1212
1212
|
* Lookup530: pallet_rc_migrator::preimage::legacy_request_status::RcPreimageLegacyStatus<sp_core::crypto::AccountId32, Balance>
|
|
1213
1213
|
**/
|
|
1214
|
-
|
|
1214
|
+
PezpalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus: {
|
|
1215
1215
|
_alias: {
|
|
1216
1216
|
hash_: string;
|
|
1217
1217
|
};
|
|
@@ -1222,7 +1222,7 @@ declare const _default: {
|
|
|
1222
1222
|
/**
|
|
1223
1223
|
* Lookup532: pallet_rc_migrator::staking::nom_pools::RcNomPoolsMessage<T>
|
|
1224
1224
|
**/
|
|
1225
|
-
|
|
1225
|
+
PezpalletRcMigratorStakingNomPoolsRcNomPoolsMessage: {
|
|
1226
1226
|
_enum: {
|
|
1227
1227
|
StorageValues: {
|
|
1228
1228
|
values: string;
|
|
@@ -1253,7 +1253,7 @@ declare const _default: {
|
|
|
1253
1253
|
/**
|
|
1254
1254
|
* Lookup533: pallet_rc_migrator::staking::nom_pools::NomPoolsStorageValues<Balance>
|
|
1255
1255
|
**/
|
|
1256
|
-
|
|
1256
|
+
PezpalletRcMigratorStakingNomPoolsNomPoolsStorageValues: {
|
|
1257
1257
|
totalValueLocked: string;
|
|
1258
1258
|
minJoinBond: string;
|
|
1259
1259
|
minCreateBond: string;
|
|
@@ -1266,7 +1266,7 @@ declare const _default: {
|
|
|
1266
1266
|
/**
|
|
1267
1267
|
* Lookup547: pallet_rc_migrator::staking::nom_pools_alias::RewardPool<T>
|
|
1268
1268
|
**/
|
|
1269
|
-
|
|
1269
|
+
PezpalletRcMigratorStakingNomPoolsAliasRewardPool: {
|
|
1270
1270
|
lastRecordedRewardCounter: string;
|
|
1271
1271
|
lastRecordedTotalPayouts: string;
|
|
1272
1272
|
totalRewardsClaimed: string;
|
|
@@ -1276,28 +1276,28 @@ declare const _default: {
|
|
|
1276
1276
|
/**
|
|
1277
1277
|
* Lookup549: pallet_rc_migrator::staking::nom_pools_alias::SubPools<T>
|
|
1278
1278
|
**/
|
|
1279
|
-
|
|
1279
|
+
PezpalletRcMigratorStakingNomPoolsAliasSubPools: {
|
|
1280
1280
|
noEra: string;
|
|
1281
1281
|
withEra: string;
|
|
1282
1282
|
};
|
|
1283
1283
|
/**
|
|
1284
1284
|
* Lookup550: pallet_rc_migrator::staking::nom_pools_alias::UnbondPool<T>
|
|
1285
1285
|
**/
|
|
1286
|
-
|
|
1286
|
+
PezpalletRcMigratorStakingNomPoolsAliasUnbondPool: {
|
|
1287
1287
|
points: string;
|
|
1288
1288
|
balance: string;
|
|
1289
1289
|
};
|
|
1290
1290
|
/**
|
|
1291
1291
|
* Lookup558: pallet_rc_migrator::vesting::RcVestingSchedule<T>
|
|
1292
1292
|
**/
|
|
1293
|
-
|
|
1293
|
+
PezpalletRcMigratorVestingRcVestingSchedule: {
|
|
1294
1294
|
who: string;
|
|
1295
1295
|
schedules: string;
|
|
1296
1296
|
};
|
|
1297
1297
|
/**
|
|
1298
1298
|
* Lookup562: pallet_rc_migrator::referenda::ReferendaMessage<Track>
|
|
1299
1299
|
**/
|
|
1300
|
-
|
|
1300
|
+
PezpalletRcMigratorReferendaReferendaMessage: {
|
|
1301
1301
|
referendumCount: string;
|
|
1302
1302
|
decidingCount: string;
|
|
1303
1303
|
trackQueue: string;
|
|
@@ -1305,7 +1305,7 @@ declare const _default: {
|
|
|
1305
1305
|
/**
|
|
1306
1306
|
* Lookup569: pallet_referenda::types::ReferendumInfo<TrackId, asset_hub_polkadot_runtime::ah_migration::RcPalletsOrigin, Moment, frame_support::traits::preimages::Bounded<asset_hub_polkadot_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance, pallet_conviction_voting::types::Tally<Votes, Total>, sp_core::crypto::AccountId32, ScheduleAddress>
|
|
1307
1307
|
**/
|
|
1308
|
-
|
|
1308
|
+
PezpalletReferendaReferendumInfoRcPalletsOrigin: {
|
|
1309
1309
|
_enum: {
|
|
1310
1310
|
Ongoing: string;
|
|
1311
1311
|
Approved: string;
|
|
@@ -1318,7 +1318,7 @@ declare const _default: {
|
|
|
1318
1318
|
/**
|
|
1319
1319
|
* Lookup570: asset_hub_polkadot_runtime::ah_migration::RcPalletsOrigin
|
|
1320
1320
|
**/
|
|
1321
|
-
|
|
1321
|
+
AssetHubPezkuwiRuntimeAhMigrationRcPalletsOrigin: {
|
|
1322
1322
|
_enum: {
|
|
1323
1323
|
system: string;
|
|
1324
1324
|
__Unused1: string;
|
|
@@ -1348,7 +1348,7 @@ declare const _default: {
|
|
|
1348
1348
|
/**
|
|
1349
1349
|
* Lookup572: pallet_referenda::types::ReferendumStatus<TrackId, asset_hub_polkadot_runtime::ah_migration::RcPalletsOrigin, Moment, frame_support::traits::preimages::Bounded<asset_hub_polkadot_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance, pallet_conviction_voting::types::Tally<Votes, Total>, sp_core::crypto::AccountId32, ScheduleAddress>
|
|
1350
1350
|
**/
|
|
1351
|
-
|
|
1351
|
+
PezpalletReferendaReferendumStatusRcPalletsOrigin: {
|
|
1352
1352
|
track: string;
|
|
1353
1353
|
origin: string;
|
|
1354
1354
|
proposal: string;
|
|
@@ -1364,7 +1364,7 @@ declare const _default: {
|
|
|
1364
1364
|
/**
|
|
1365
1365
|
* Lookup580: pallet_rc_migrator::claims::RcClaimsMessage<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
1366
1366
|
**/
|
|
1367
|
-
|
|
1367
|
+
PezpalletRcMigratorClaimsRcClaimsMessage: {
|
|
1368
1368
|
_enum: {
|
|
1369
1369
|
StorageValues: {
|
|
1370
1370
|
total: string;
|
|
@@ -1381,7 +1381,7 @@ declare const _default: {
|
|
|
1381
1381
|
/**
|
|
1382
1382
|
* Lookup585: pallet_rc_migrator::staking::bags_list::PortableBagsListMessage
|
|
1383
1383
|
**/
|
|
1384
|
-
|
|
1384
|
+
PezpalletRcMigratorStakingBagsListPortableBagsListMessage: {
|
|
1385
1385
|
_enum: {
|
|
1386
1386
|
Node: {
|
|
1387
1387
|
id: string;
|
|
@@ -1396,7 +1396,7 @@ declare const _default: {
|
|
|
1396
1396
|
/**
|
|
1397
1397
|
* Lookup586: pallet_rc_migrator::staking::bags_list::PortableNode
|
|
1398
1398
|
**/
|
|
1399
|
-
|
|
1399
|
+
PezpalletRcMigratorStakingBagsListPortableNode: {
|
|
1400
1400
|
id: string;
|
|
1401
1401
|
prev: string;
|
|
1402
1402
|
next: string;
|
|
@@ -1406,7 +1406,7 @@ declare const _default: {
|
|
|
1406
1406
|
/**
|
|
1407
1407
|
* Lookup587: pallet_rc_migrator::staking::bags_list::PortableBag
|
|
1408
1408
|
**/
|
|
1409
|
-
|
|
1409
|
+
PezpalletRcMigratorStakingBagsListPortableBag: {
|
|
1410
1410
|
head: string;
|
|
1411
1411
|
tail: string;
|
|
1412
1412
|
bagUpper: string;
|
|
@@ -1414,7 +1414,7 @@ declare const _default: {
|
|
|
1414
1414
|
/**
|
|
1415
1415
|
* Lookup589: pallet_rc_migrator::scheduler::RcSchedulerMessage<BlockNumber>
|
|
1416
1416
|
**/
|
|
1417
|
-
|
|
1417
|
+
PezpalletRcMigratorSchedulerRcSchedulerMessage: {
|
|
1418
1418
|
_enum: {
|
|
1419
1419
|
IncompleteSince: string;
|
|
1420
1420
|
Retries: string;
|
|
@@ -1424,7 +1424,7 @@ declare const _default: {
|
|
|
1424
1424
|
/**
|
|
1425
1425
|
* Lookup594: pallet_rc_migrator::indices::RcIndicesIndex<AccountIndex, sp_core::crypto::AccountId32, Balance>
|
|
1426
1426
|
**/
|
|
1427
|
-
|
|
1427
|
+
PezpalletRcMigratorIndicesRcIndicesIndex: {
|
|
1428
1428
|
index: string;
|
|
1429
1429
|
who: string;
|
|
1430
1430
|
deposit: string;
|
|
@@ -1433,7 +1433,7 @@ declare const _default: {
|
|
|
1433
1433
|
/**
|
|
1434
1434
|
* Lookup596: pallet_rc_migrator::conviction_voting::RcConvictionVotingMessage<sp_core::crypto::AccountId32, Class, pallet_conviction_voting::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber, PollIndex, MaxVotes>, Balance>
|
|
1435
1435
|
**/
|
|
1436
|
-
|
|
1436
|
+
PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage: {
|
|
1437
1437
|
_enum: {
|
|
1438
1438
|
VotingFor: string;
|
|
1439
1439
|
ClassLocksFor: string;
|
|
@@ -1442,7 +1442,7 @@ declare const _default: {
|
|
|
1442
1442
|
/**
|
|
1443
1443
|
* Lookup608: pallet_rc_migrator::bounties::RcBountiesMessage<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
1444
1444
|
**/
|
|
1445
|
-
|
|
1445
|
+
PezpalletRcMigratorBountiesRcBountiesMessage: {
|
|
1446
1446
|
_enum: {
|
|
1447
1447
|
BountyCount: string;
|
|
1448
1448
|
BountyApprovals: string;
|
|
@@ -1453,7 +1453,7 @@ declare const _default: {
|
|
|
1453
1453
|
/**
|
|
1454
1454
|
* Lookup611: pallet_rc_migrator::bounties::alias::Bounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
1455
1455
|
**/
|
|
1456
|
-
|
|
1456
|
+
PezpalletRcMigratorBountiesAliasBounty: {
|
|
1457
1457
|
proposer: string;
|
|
1458
1458
|
value: string;
|
|
1459
1459
|
fee: string;
|
|
@@ -1464,7 +1464,7 @@ declare const _default: {
|
|
|
1464
1464
|
/**
|
|
1465
1465
|
* Lookup616: pallet_rc_migrator::crowdloan::RcCrowdloanMessage<BlockNumber, sp_core::crypto::AccountId32, Balance>
|
|
1466
1466
|
**/
|
|
1467
|
-
|
|
1467
|
+
PezpalletRcMigratorCrowdloanRcCrowdloanMessage: {
|
|
1468
1468
|
_enum: {
|
|
1469
1469
|
LeaseReserve: {
|
|
1470
1470
|
unreserveBlock: string;
|
|
@@ -1490,7 +1490,7 @@ declare const _default: {
|
|
|
1490
1490
|
/**
|
|
1491
1491
|
* Lookup620: pallet_rc_migrator::treasury::PortableTreasuryMessage
|
|
1492
1492
|
**/
|
|
1493
|
-
|
|
1493
|
+
PezpalletRcMigratorTreasuryPortableTreasuryMessage: {
|
|
1494
1494
|
_enum: {
|
|
1495
1495
|
ProposalCount: string;
|
|
1496
1496
|
Proposals: string;
|
|
@@ -1507,7 +1507,7 @@ declare const _default: {
|
|
|
1507
1507
|
/**
|
|
1508
1508
|
* Lookup623: pallet_rc_migrator::treasury::PortableSpendStatus
|
|
1509
1509
|
**/
|
|
1510
|
-
|
|
1510
|
+
PezpalletRcMigratorTreasuryPortableSpendStatus: {
|
|
1511
1511
|
assetKind: string;
|
|
1512
1512
|
amount: string;
|
|
1513
1513
|
beneficiary: string;
|
|
@@ -1518,7 +1518,7 @@ declare const _default: {
|
|
|
1518
1518
|
/**
|
|
1519
1519
|
* Lookup624: pallet_rc_migrator::treasury::PortablePaymentState
|
|
1520
1520
|
**/
|
|
1521
|
-
|
|
1521
|
+
PezpalletRcMigratorTreasuryPortablePaymentState: {
|
|
1522
1522
|
_enum: {
|
|
1523
1523
|
Pending: string;
|
|
1524
1524
|
Attempted: {
|
|
@@ -1530,14 +1530,14 @@ declare const _default: {
|
|
|
1530
1530
|
/**
|
|
1531
1531
|
* Lookup626: pallet_rc_migrator::scheduler::SchedulerAgendaMessage<B, pallet_rc_migrator::scheduler::alias::Scheduled<frame_support::traits::preimages::Bounded<asset_hub_polkadot_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, BlockNumber, asset_hub_polkadot_runtime::ah_migration::RcPalletsOrigin>>
|
|
1532
1532
|
**/
|
|
1533
|
-
|
|
1533
|
+
PezpalletRcMigratorSchedulerSchedulerAgendaMessage: {
|
|
1534
1534
|
block: string;
|
|
1535
1535
|
agenda: string;
|
|
1536
1536
|
};
|
|
1537
1537
|
/**
|
|
1538
1538
|
* Lookup627: pallet_rc_migrator::scheduler::alias::Scheduled<frame_support::traits::preimages::Bounded<asset_hub_polkadot_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, BlockNumber, asset_hub_polkadot_runtime::ah_migration::RcPalletsOrigin>
|
|
1539
1539
|
**/
|
|
1540
|
-
|
|
1540
|
+
PezpalletRcMigratorSchedulerAliasScheduled: {
|
|
1541
1541
|
maybeId: string;
|
|
1542
1542
|
priority: string;
|
|
1543
1543
|
call: string;
|
|
@@ -1547,7 +1547,7 @@ declare const _default: {
|
|
|
1547
1547
|
/**
|
|
1548
1548
|
* Lookup631: pallet_rc_migrator::staking::delegated_staking::PortableDelegatedStakingMessage
|
|
1549
1549
|
**/
|
|
1550
|
-
|
|
1550
|
+
PezpalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage: {
|
|
1551
1551
|
_enum: {
|
|
1552
1552
|
Delegators: {
|
|
1553
1553
|
delegator: string;
|
|
@@ -1566,7 +1566,7 @@ declare const _default: {
|
|
|
1566
1566
|
/**
|
|
1567
1567
|
* Lookup633: pallet_rc_migrator::child_bounties::PortableChildBountiesMessage
|
|
1568
1568
|
**/
|
|
1569
|
-
|
|
1569
|
+
PezpalletRcMigratorChildBountiesPortableChildBountiesMessage: {
|
|
1570
1570
|
_enum: {
|
|
1571
1571
|
ChildBountyCount: string;
|
|
1572
1572
|
ParentChildBounties: string;
|
|
@@ -1595,7 +1595,7 @@ declare const _default: {
|
|
|
1595
1595
|
/**
|
|
1596
1596
|
* Lookup634: pallet_rc_migrator::child_bounties::PortableChildBounty
|
|
1597
1597
|
**/
|
|
1598
|
-
|
|
1598
|
+
PezpalletRcMigratorChildBountiesPortableChildBounty: {
|
|
1599
1599
|
parentBounty: string;
|
|
1600
1600
|
value: string;
|
|
1601
1601
|
fee: string;
|
|
@@ -1605,7 +1605,7 @@ declare const _default: {
|
|
|
1605
1605
|
/**
|
|
1606
1606
|
* Lookup635: pallet_rc_migrator::child_bounties::PortableChildBountyStatus
|
|
1607
1607
|
**/
|
|
1608
|
-
|
|
1608
|
+
PezpalletRcMigratorChildBountiesPortableChildBountyStatus: {
|
|
1609
1609
|
_enum: {
|
|
1610
1610
|
Added: string;
|
|
1611
1611
|
CuratorProposed: {
|
|
@@ -1624,7 +1624,7 @@ declare const _default: {
|
|
|
1624
1624
|
/**
|
|
1625
1625
|
* Lookup638: pallet_rc_migrator::staking::message::PortableStakingMessage
|
|
1626
1626
|
**/
|
|
1627
|
-
|
|
1627
|
+
PezpalletRcMigratorStakingMessagePortableStakingMessage: {
|
|
1628
1628
|
_enum: {
|
|
1629
1629
|
Values: string;
|
|
1630
1630
|
Invulnerables: string;
|
|
@@ -1697,7 +1697,7 @@ declare const _default: {
|
|
|
1697
1697
|
/**
|
|
1698
1698
|
* Lookup639: pallet_rc_migrator::staking::message::StakingValues<Balance>
|
|
1699
1699
|
**/
|
|
1700
|
-
|
|
1700
|
+
PezpalletRcMigratorStakingMessageStakingValues: {
|
|
1701
1701
|
validatorCount: string;
|
|
1702
1702
|
minValidatorCount: string;
|
|
1703
1703
|
minNominatorBond: string;
|
|
@@ -1718,20 +1718,20 @@ declare const _default: {
|
|
|
1718
1718
|
/**
|
|
1719
1719
|
* Lookup641: pallet_rc_migrator::staking::message::PortableActiveEraInfo
|
|
1720
1720
|
**/
|
|
1721
|
-
|
|
1721
|
+
PezpalletRcMigratorStakingMessagePortableActiveEraInfo: {
|
|
1722
1722
|
index: string;
|
|
1723
1723
|
start: string;
|
|
1724
1724
|
};
|
|
1725
1725
|
/**
|
|
1726
1726
|
* Lookup643: pallet_rc_migrator::staking::message::PortableForcing
|
|
1727
1727
|
**/
|
|
1728
|
-
|
|
1728
|
+
PezpalletRcMigratorStakingMessagePortableForcing: {
|
|
1729
1729
|
_enum: string[];
|
|
1730
1730
|
};
|
|
1731
1731
|
/**
|
|
1732
1732
|
* Lookup645: pallet_rc_migrator::staking::message::PortableStakingLedger
|
|
1733
1733
|
**/
|
|
1734
|
-
|
|
1734
|
+
PezpalletRcMigratorStakingMessagePortableStakingLedger: {
|
|
1735
1735
|
stash: string;
|
|
1736
1736
|
total: string;
|
|
1737
1737
|
active: string;
|
|
@@ -1740,14 +1740,14 @@ declare const _default: {
|
|
|
1740
1740
|
/**
|
|
1741
1741
|
* Lookup647: pallet_rc_migrator::staking::message::PortableUnlockChunk
|
|
1742
1742
|
**/
|
|
1743
|
-
|
|
1743
|
+
PezpalletRcMigratorStakingMessagePortableUnlockChunk: {
|
|
1744
1744
|
value: string;
|
|
1745
1745
|
era: string;
|
|
1746
1746
|
};
|
|
1747
1747
|
/**
|
|
1748
1748
|
* Lookup649: pallet_rc_migrator::staking::message::PortableRewardDestination
|
|
1749
1749
|
**/
|
|
1750
|
-
|
|
1750
|
+
PezpalletRcMigratorStakingMessagePortableRewardDestination: {
|
|
1751
1751
|
_enum: {
|
|
1752
1752
|
Staked: string;
|
|
1753
1753
|
Stash: string;
|
|
@@ -1759,14 +1759,14 @@ declare const _default: {
|
|
|
1759
1759
|
/**
|
|
1760
1760
|
* Lookup650: pallet_rc_migrator::staking::message::PortableValidatorPrefs
|
|
1761
1761
|
**/
|
|
1762
|
-
|
|
1762
|
+
PezpalletRcMigratorStakingMessagePortableValidatorPrefs: {
|
|
1763
1763
|
commission: string;
|
|
1764
1764
|
blocked: string;
|
|
1765
1765
|
};
|
|
1766
1766
|
/**
|
|
1767
1767
|
* Lookup651: pallet_rc_migrator::staking::message::PortableNominations
|
|
1768
1768
|
**/
|
|
1769
|
-
|
|
1769
|
+
PezpalletRcMigratorStakingMessagePortableNominations: {
|
|
1770
1770
|
targets: string;
|
|
1771
1771
|
submittedIn: string;
|
|
1772
1772
|
suppressed: string;
|
|
@@ -1774,7 +1774,7 @@ declare const _default: {
|
|
|
1774
1774
|
/**
|
|
1775
1775
|
* Lookup653: pallet_rc_migrator::staking::message::PortablePagedExposureMetadata
|
|
1776
1776
|
**/
|
|
1777
|
-
|
|
1777
|
+
PezpalletRcMigratorStakingMessagePortablePagedExposureMetadata: {
|
|
1778
1778
|
total: string;
|
|
1779
1779
|
own: string;
|
|
1780
1780
|
nominatorCount: string;
|
|
@@ -1783,28 +1783,28 @@ declare const _default: {
|
|
|
1783
1783
|
/**
|
|
1784
1784
|
* Lookup654: pallet_rc_migrator::staking::message::PortableExposurePage
|
|
1785
1785
|
**/
|
|
1786
|
-
|
|
1786
|
+
PezpalletRcMigratorStakingMessagePortableExposurePage: {
|
|
1787
1787
|
pageTotal: string;
|
|
1788
1788
|
others: string;
|
|
1789
1789
|
};
|
|
1790
1790
|
/**
|
|
1791
1791
|
* Lookup656: pallet_rc_migrator::staking::message::PortableIndividualExposure
|
|
1792
1792
|
**/
|
|
1793
|
-
|
|
1793
|
+
PezpalletRcMigratorStakingMessagePortableIndividualExposure: {
|
|
1794
1794
|
who: string;
|
|
1795
1795
|
value: string;
|
|
1796
1796
|
};
|
|
1797
1797
|
/**
|
|
1798
1798
|
* Lookup658: pallet_rc_migrator::staking::message::PortableEraRewardPoints
|
|
1799
1799
|
**/
|
|
1800
|
-
|
|
1800
|
+
PezpalletRcMigratorStakingMessagePortableEraRewardPoints: {
|
|
1801
1801
|
total: string;
|
|
1802
1802
|
individual: string;
|
|
1803
1803
|
};
|
|
1804
1804
|
/**
|
|
1805
1805
|
* Lookup660: pallet_rc_migrator::staking::message::PortableUnappliedSlash
|
|
1806
1806
|
**/
|
|
1807
|
-
|
|
1807
|
+
PezpalletRcMigratorStakingMessagePortableUnappliedSlash: {
|
|
1808
1808
|
validator: string;
|
|
1809
1809
|
own: string;
|
|
1810
1810
|
others: string;
|
|
@@ -1814,7 +1814,7 @@ declare const _default: {
|
|
|
1814
1814
|
/**
|
|
1815
1815
|
* Lookup665: pallet_ah_migrator::MigrationStage
|
|
1816
1816
|
**/
|
|
1817
|
-
|
|
1817
|
+
PezpalletAhMigratorMigrationStage: {
|
|
1818
1818
|
_enum: {
|
|
1819
1819
|
Pending: string;
|
|
1820
1820
|
DataMigrationOngoing: string;
|
|
@@ -1827,13 +1827,13 @@ declare const _default: {
|
|
|
1827
1827
|
/**
|
|
1828
1828
|
* Lookup668: pallet_rc_migrator::types::MigrationFinishedData<Balance>
|
|
1829
1829
|
**/
|
|
1830
|
-
|
|
1830
|
+
PezpalletRcMigratorMigrationFinishedData: {
|
|
1831
1831
|
rcBalanceKept: string;
|
|
1832
1832
|
};
|
|
1833
1833
|
/**
|
|
1834
1834
|
* Lookup683: pallet_staking_async_rc_client::pallet::Event<T>
|
|
1835
1835
|
**/
|
|
1836
|
-
|
|
1836
|
+
PezpalletStakingAsyncRcClientEvent: {
|
|
1837
1837
|
_enum: {
|
|
1838
1838
|
SessionReportReceived: {
|
|
1839
1839
|
endIndex: string;
|
|
@@ -1851,13 +1851,13 @@ declare const _default: {
|
|
|
1851
1851
|
/**
|
|
1852
1852
|
* Lookup684: pallet_staking_async_rc_client::pallet::UnexpectedKind
|
|
1853
1853
|
**/
|
|
1854
|
-
|
|
1854
|
+
PezpalletStakingAsyncRcClientUnexpectedKind: {
|
|
1855
1855
|
_enum: string[];
|
|
1856
1856
|
};
|
|
1857
1857
|
/**
|
|
1858
1858
|
* Lookup685: pallet_election_provider_multi_block::pallet::Event<T>
|
|
1859
1859
|
**/
|
|
1860
|
-
|
|
1860
|
+
PezpalletElectionProviderMultiBlockEvent: {
|
|
1861
1861
|
_enum: {
|
|
1862
1862
|
PhaseTransitioned: {
|
|
1863
1863
|
from: string;
|
|
@@ -1870,7 +1870,7 @@ declare const _default: {
|
|
|
1870
1870
|
/**
|
|
1871
1871
|
* Lookup686: pallet_election_provider_multi_block::verifier::impls::pallet::Event<T>
|
|
1872
1872
|
**/
|
|
1873
|
-
|
|
1873
|
+
PezpalletElectionProviderMultiBlockVerifierImplsPezpalletEvent: {
|
|
1874
1874
|
_enum: {
|
|
1875
1875
|
VerificationFailed: string;
|
|
1876
1876
|
Verified: string;
|
|
@@ -1880,7 +1880,7 @@ declare const _default: {
|
|
|
1880
1880
|
/**
|
|
1881
1881
|
* Lookup687: pallet_election_provider_multi_block::verifier::FeasibilityError
|
|
1882
1882
|
**/
|
|
1883
|
-
|
|
1883
|
+
PezpalletElectionProviderMultiBlockVerifierFeasibilityError: {
|
|
1884
1884
|
_enum: {
|
|
1885
1885
|
WrongWinnerCount: string;
|
|
1886
1886
|
SnapshotUnavailable: string;
|
|
@@ -1898,13 +1898,13 @@ declare const _default: {
|
|
|
1898
1898
|
/**
|
|
1899
1899
|
* Lookup688: sp_npos_elections::Error
|
|
1900
1900
|
**/
|
|
1901
|
-
|
|
1901
|
+
PezspNposElectionsError: {
|
|
1902
1902
|
_enum: string[];
|
|
1903
1903
|
};
|
|
1904
1904
|
/**
|
|
1905
1905
|
* Lookup690: pallet_election_provider_multi_block::signed::pallet::Event<T>
|
|
1906
1906
|
**/
|
|
1907
|
-
|
|
1907
|
+
PezpalletElectionProviderMultiBlockSignedPezpalletEvent: {
|
|
1908
1908
|
_enum: {
|
|
1909
1909
|
Registered: string;
|
|
1910
1910
|
Stored: string;
|
|
@@ -1918,7 +1918,7 @@ declare const _default: {
|
|
|
1918
1918
|
/**
|
|
1919
1919
|
* Lookup691: pallet_staking_async::pallet::pallet::Event<T>
|
|
1920
1920
|
**/
|
|
1921
|
-
|
|
1921
|
+
PezpalletStakingAsyncPezpalletEvent: {
|
|
1922
1922
|
_enum: {
|
|
1923
1923
|
EraPaid: {
|
|
1924
1924
|
eraIndex: string;
|
|
@@ -2029,19 +2029,19 @@ declare const _default: {
|
|
|
2029
2029
|
/**
|
|
2030
2030
|
* Lookup692: pallet_staking_async::Forcing
|
|
2031
2031
|
**/
|
|
2032
|
-
|
|
2032
|
+
PezpalletStakingAsyncForcing: {
|
|
2033
2033
|
_enum: string[];
|
|
2034
2034
|
};
|
|
2035
2035
|
/**
|
|
2036
2036
|
* Lookup694: pallet_staking_async::pallet::pallet::UnexpectedKind
|
|
2037
2037
|
**/
|
|
2038
|
-
|
|
2038
|
+
PezpalletStakingAsyncPezpalletUnexpectedKind: {
|
|
2039
2039
|
_enum: string[];
|
|
2040
2040
|
};
|
|
2041
2041
|
/**
|
|
2042
2042
|
* Lookup695: pallet_ah_ops::pallet::Event<T>
|
|
2043
2043
|
**/
|
|
2044
|
-
|
|
2044
|
+
PezpalletAhOpsEvent: {
|
|
2045
2045
|
_enum: {
|
|
2046
2046
|
LeaseUnreserveRemaining: {
|
|
2047
2047
|
depositor: string;
|
|
@@ -2064,7 +2064,7 @@ declare const _default: {
|
|
|
2064
2064
|
/**
|
|
2065
2065
|
* Lookup696: pallet_ah_migrator::pallet::Event<T>
|
|
2066
2066
|
**/
|
|
2067
|
-
|
|
2067
|
+
PezpalletAhMigratorEvent: {
|
|
2068
2068
|
_enum: {
|
|
2069
2069
|
StageTransition: {
|
|
2070
2070
|
_alias: {
|
|
@@ -2144,13 +2144,13 @@ declare const _default: {
|
|
|
2144
2144
|
/**
|
|
2145
2145
|
* Lookup697: pallet_ah_migrator::PalletEventName
|
|
2146
2146
|
**/
|
|
2147
|
-
|
|
2147
|
+
PezpalletAhMigratorPezpalletEventName: {
|
|
2148
2148
|
_enum: string[];
|
|
2149
2149
|
};
|
|
2150
2150
|
/**
|
|
2151
2151
|
* Lookup715: cumulus_pallet_parachain_system::unincluded_segment::Ancestor<primitive_types::H256>
|
|
2152
2152
|
**/
|
|
2153
|
-
|
|
2153
|
+
PezcumulusPezpalletTeyrchainSystemUnincludedSegmentAncestor: {
|
|
2154
2154
|
usedBandwidth: string;
|
|
2155
2155
|
paraHeadHash: string;
|
|
2156
2156
|
consumedGoAheadSignal: string;
|
|
@@ -2158,7 +2158,7 @@ declare const _default: {
|
|
|
2158
2158
|
/**
|
|
2159
2159
|
* Lookup716: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth
|
|
2160
2160
|
**/
|
|
2161
|
-
|
|
2161
|
+
PezcumulusPezpalletTeyrchainSystemUnincludedSegmentUsedBandwidth: {
|
|
2162
2162
|
umpMsgCount: string;
|
|
2163
2163
|
umpTotalBytes: string;
|
|
2164
2164
|
hrmpOutgoing: string;
|
|
@@ -2166,14 +2166,14 @@ declare const _default: {
|
|
|
2166
2166
|
/**
|
|
2167
2167
|
* Lookup718: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate
|
|
2168
2168
|
**/
|
|
2169
|
-
|
|
2169
|
+
PezcumulusPezpalletTeyrchainSystemUnincludedSegmentHrmpChannelUpdate: {
|
|
2170
2170
|
msgCount: string;
|
|
2171
2171
|
totalBytes: string;
|
|
2172
2172
|
};
|
|
2173
2173
|
/**
|
|
2174
2174
|
* Lookup723: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker<primitive_types::H256>
|
|
2175
2175
|
**/
|
|
2176
|
-
|
|
2176
|
+
PezcumulusPezpalletTeyrchainSystemUnincludedSegmentSegmentTracker: {
|
|
2177
2177
|
usedBandwidth: string;
|
|
2178
2178
|
hrmpWatermark: string;
|
|
2179
2179
|
consumedGoAheadSignal: string;
|
|
@@ -2181,7 +2181,7 @@ declare const _default: {
|
|
|
2181
2181
|
/**
|
|
2182
2182
|
* Lookup726: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
|
|
2183
2183
|
**/
|
|
2184
|
-
|
|
2184
|
+
PezcumulusPezpalletTeyrchainSystemRelayStateSnapshotMessagingStateSnapshot: {
|
|
2185
2185
|
dmqMqcHead: string;
|
|
2186
2186
|
relayDispatchQueueRemainingCapacity: string;
|
|
2187
2187
|
ingressChannels: string;
|
|
@@ -2190,14 +2190,14 @@ declare const _default: {
|
|
|
2190
2190
|
/**
|
|
2191
2191
|
* Lookup727: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity
|
|
2192
2192
|
**/
|
|
2193
|
-
|
|
2193
|
+
PezcumulusPezpalletTeyrchainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: {
|
|
2194
2194
|
remainingCount: string;
|
|
2195
2195
|
remainingSize: string;
|
|
2196
2196
|
};
|
|
2197
2197
|
/**
|
|
2198
2198
|
* Lookup730: polkadot_primitives::v8::AbridgedHrmpChannel
|
|
2199
2199
|
**/
|
|
2200
|
-
|
|
2200
|
+
PezkuwiPrimitivesV8AbridgedHrmpChannel: {
|
|
2201
2201
|
maxCapacity: string;
|
|
2202
2202
|
maxTotalSize: string;
|
|
2203
2203
|
maxMessageSize: string;
|
|
@@ -2208,7 +2208,7 @@ declare const _default: {
|
|
|
2208
2208
|
/**
|
|
2209
2209
|
* Lookup731: polkadot_primitives::v8::AbridgedHostConfiguration
|
|
2210
2210
|
**/
|
|
2211
|
-
|
|
2211
|
+
PezkuwiPrimitivesV8AbridgedHostConfiguration: {
|
|
2212
2212
|
maxCodeSize: string;
|
|
2213
2213
|
maxHeadDataSize: string;
|
|
2214
2214
|
maxUpwardQueueCount: string;
|
|
@@ -2223,20 +2223,20 @@ declare const _default: {
|
|
|
2223
2223
|
/**
|
|
2224
2224
|
* Lookup737: cumulus_pallet_parachain_system::parachain_inherent::InboundMessageId
|
|
2225
2225
|
**/
|
|
2226
|
-
|
|
2226
|
+
PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessageId: {
|
|
2227
2227
|
sentAt: string;
|
|
2228
2228
|
reverseIdx: string;
|
|
2229
2229
|
};
|
|
2230
2230
|
/**
|
|
2231
2231
|
* Lookup740: cumulus_pallet_parachain_system::pallet::Error<T>
|
|
2232
2232
|
**/
|
|
2233
|
-
|
|
2233
|
+
PezcumulusPezpalletTeyrchainSystemError: {
|
|
2234
2234
|
_enum: string[];
|
|
2235
2235
|
};
|
|
2236
2236
|
/**
|
|
2237
2237
|
* Lookup761: asset_hub_polkadot_runtime::RuntimeHoldReason
|
|
2238
2238
|
**/
|
|
2239
|
-
|
|
2239
|
+
AssetHubPezkuwiRuntimeRuntimeHoldReason: {
|
|
2240
2240
|
_enum: {
|
|
2241
2241
|
__Unused0: string;
|
|
2242
2242
|
__Unused1: string;
|
|
@@ -2333,19 +2333,19 @@ declare const _default: {
|
|
|
2333
2333
|
/**
|
|
2334
2334
|
* Lookup762: pallet_election_provider_multi_block::signed::pallet::HoldReason
|
|
2335
2335
|
**/
|
|
2336
|
-
|
|
2336
|
+
PezpalletElectionProviderMultiBlockSignedPezpalletHoldReason: {
|
|
2337
2337
|
_enum: string[];
|
|
2338
2338
|
};
|
|
2339
2339
|
/**
|
|
2340
2340
|
* Lookup763: pallet_staking_async::pallet::pallet::HoldReason
|
|
2341
2341
|
**/
|
|
2342
|
-
|
|
2342
|
+
PezpalletStakingAsyncPezpalletHoldReason: {
|
|
2343
2343
|
_enum: string[];
|
|
2344
2344
|
};
|
|
2345
2345
|
/**
|
|
2346
2346
|
* Lookup767: asset_hub_polkadot_runtime::RuntimeFreezeReason
|
|
2347
2347
|
**/
|
|
2348
|
-
|
|
2348
|
+
AssetHubPezkuwiRuntimeRuntimeFreezeReason: {
|
|
2349
2349
|
_enum: {
|
|
2350
2350
|
__Unused0: string;
|
|
2351
2351
|
__Unused1: string;
|
|
@@ -2433,20 +2433,20 @@ declare const _default: {
|
|
|
2433
2433
|
/**
|
|
2434
2434
|
* Lookup776: pallet_collator_selection::pallet::CandidateInfo<sp_core::crypto::AccountId32, Balance>
|
|
2435
2435
|
**/
|
|
2436
|
-
|
|
2436
|
+
PezpalletCollatorSelectionCandidateInfo: {
|
|
2437
2437
|
who: string;
|
|
2438
2438
|
deposit: string;
|
|
2439
2439
|
};
|
|
2440
2440
|
/**
|
|
2441
2441
|
* Lookup779: pallet_collator_selection::pallet::Error<T>
|
|
2442
2442
|
**/
|
|
2443
|
-
|
|
2443
|
+
PezpalletCollatorSelectionError: {
|
|
2444
2444
|
_enum: string[];
|
|
2445
2445
|
};
|
|
2446
2446
|
/**
|
|
2447
2447
|
* Lookup796: cumulus_pallet_xcmp_queue::OutboundChannelDetails
|
|
2448
2448
|
**/
|
|
2449
|
-
|
|
2449
|
+
PezcumulusPezpalletXcmpQueueOutboundChannelDetails: {
|
|
2450
2450
|
recipient: string;
|
|
2451
2451
|
state: string;
|
|
2452
2452
|
signalsExist: string;
|
|
@@ -2456,13 +2456,13 @@ declare const _default: {
|
|
|
2456
2456
|
/**
|
|
2457
2457
|
* Lookup797: cumulus_pallet_xcmp_queue::OutboundState
|
|
2458
2458
|
**/
|
|
2459
|
-
|
|
2459
|
+
PezcumulusPezpalletXcmpQueueOutboundState: {
|
|
2460
2460
|
_enum: string[];
|
|
2461
2461
|
};
|
|
2462
2462
|
/**
|
|
2463
2463
|
* Lookup801: cumulus_pallet_xcmp_queue::QueueConfigData
|
|
2464
2464
|
**/
|
|
2465
|
-
|
|
2465
|
+
PezcumulusPezpalletXcmpQueueQueueConfigData: {
|
|
2466
2466
|
suspendThreshold: string;
|
|
2467
2467
|
dropThreshold: string;
|
|
2468
2468
|
resumeThreshold: string;
|
|
@@ -2470,7 +2470,7 @@ declare const _default: {
|
|
|
2470
2470
|
/**
|
|
2471
2471
|
* Lookup802: cumulus_pallet_xcmp_queue::pallet::Error<T>
|
|
2472
2472
|
**/
|
|
2473
|
-
|
|
2473
|
+
PezcumulusPezpalletXcmpQueueError: {
|
|
2474
2474
|
_enum: string[];
|
|
2475
2475
|
};
|
|
2476
2476
|
/**
|
|
@@ -2483,13 +2483,13 @@ declare const _default: {
|
|
|
2483
2483
|
/**
|
|
2484
2484
|
* Lookup839: snowbridge_pallet_system_frontend::pallet::Error<T>
|
|
2485
2485
|
**/
|
|
2486
|
-
|
|
2486
|
+
SnowbridgePezpalletSystemFrontendError: {
|
|
2487
2487
|
_enum: string[];
|
|
2488
2488
|
};
|
|
2489
2489
|
/**
|
|
2490
2490
|
* Lookup847: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, asset_hub_polkadot_runtime::ProxyType, BlockNumber>
|
|
2491
2491
|
**/
|
|
2492
|
-
|
|
2492
|
+
PezpalletProxyProxyDefinitionAssetHubPezkuwiRuntimeProxyType: {
|
|
2493
2493
|
delegate: string;
|
|
2494
2494
|
proxyType: string;
|
|
2495
2495
|
delay: string;
|
|
@@ -2497,7 +2497,7 @@ declare const _default: {
|
|
|
2497
2497
|
/**
|
|
2498
2498
|
* Lookup917: pallet_referenda::types::ReferendumInfo<TrackId, asset_hub_polkadot_runtime::OriginCaller, Moment, frame_support::traits::preimages::Bounded<asset_hub_polkadot_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance, pallet_conviction_voting::types::Tally<Votes, Total>, sp_core::crypto::AccountId32, ScheduleAddress>
|
|
2499
2499
|
**/
|
|
2500
|
-
|
|
2500
|
+
PezpalletReferendaReferendumInfoOriginCaller: {
|
|
2501
2501
|
_enum: {
|
|
2502
2502
|
Ongoing: string;
|
|
2503
2503
|
Approved: string;
|
|
@@ -2510,7 +2510,7 @@ declare const _default: {
|
|
|
2510
2510
|
/**
|
|
2511
2511
|
* Lookup918: pallet_referenda::types::ReferendumStatus<TrackId, asset_hub_polkadot_runtime::OriginCaller, Moment, frame_support::traits::preimages::Bounded<asset_hub_polkadot_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance, pallet_conviction_voting::types::Tally<Votes, Total>, sp_core::crypto::AccountId32, ScheduleAddress>
|
|
2512
2512
|
**/
|
|
2513
|
-
|
|
2513
|
+
PezpalletReferendaReferendumStatusOriginCaller: {
|
|
2514
2514
|
track: string;
|
|
2515
2515
|
origin: string;
|
|
2516
2516
|
proposal: string;
|
|
@@ -2526,26 +2526,26 @@ declare const _default: {
|
|
|
2526
2526
|
/**
|
|
2527
2527
|
* Lookup959: pallet_election_provider_multi_block::pallet::Error<T>
|
|
2528
2528
|
**/
|
|
2529
|
-
|
|
2529
|
+
PezpalletElectionProviderMultiBlockError: {
|
|
2530
2530
|
_enum: string[];
|
|
2531
2531
|
};
|
|
2532
2532
|
/**
|
|
2533
2533
|
* Lookup960: pallet_election_provider_multi_block::verifier::impls::ValidSolution
|
|
2534
2534
|
**/
|
|
2535
|
-
|
|
2535
|
+
PezpalletElectionProviderMultiBlockVerifierImplsValidSolution: {
|
|
2536
2536
|
_enum: string[];
|
|
2537
2537
|
};
|
|
2538
2538
|
/**
|
|
2539
2539
|
* Lookup963: pallet_election_provider_multi_block::verifier::impls::PartialBackings
|
|
2540
2540
|
**/
|
|
2541
|
-
|
|
2541
|
+
PezpalletElectionProviderMultiBlockVerifierImplsPartialBackings: {
|
|
2542
2542
|
total: string;
|
|
2543
2543
|
backers: string;
|
|
2544
2544
|
};
|
|
2545
2545
|
/**
|
|
2546
2546
|
* Lookup965: pallet_election_provider_multi_block::verifier::impls::Status
|
|
2547
2547
|
**/
|
|
2548
|
-
|
|
2548
|
+
PezpalletElectionProviderMultiBlockVerifierImplsStatus: {
|
|
2549
2549
|
_enum: {
|
|
2550
2550
|
Ongoing: string;
|
|
2551
2551
|
Nothing: string;
|
|
@@ -2554,7 +2554,7 @@ declare const _default: {
|
|
|
2554
2554
|
/**
|
|
2555
2555
|
* Lookup970: pallet_election_provider_multi_block::signed::SubmissionMetadata<T>
|
|
2556
2556
|
**/
|
|
2557
|
-
|
|
2557
|
+
PezpalletElectionProviderMultiBlockSignedSubmissionMetadata: {
|
|
2558
2558
|
deposit: string;
|
|
2559
2559
|
fee: string;
|
|
2560
2560
|
reward: string;
|
|
@@ -2564,13 +2564,13 @@ declare const _default: {
|
|
|
2564
2564
|
/**
|
|
2565
2565
|
* Lookup973: pallet_election_provider_multi_block::signed::pallet::Error<T>
|
|
2566
2566
|
**/
|
|
2567
|
-
|
|
2567
|
+
PezpalletElectionProviderMultiBlockSignedPezpalletError: {
|
|
2568
2568
|
_enum: string[];
|
|
2569
2569
|
};
|
|
2570
2570
|
/**
|
|
2571
2571
|
* Lookup974: pallet_staking_async::ledger::StakingLedger<T>
|
|
2572
2572
|
**/
|
|
2573
|
-
|
|
2573
|
+
PezpalletStakingAsyncLedgerStakingLedger: {
|
|
2574
2574
|
stash: string;
|
|
2575
2575
|
total: string;
|
|
2576
2576
|
active: string;
|
|
@@ -2579,7 +2579,7 @@ declare const _default: {
|
|
|
2579
2579
|
/**
|
|
2580
2580
|
* Lookup975: pallet_staking_async::Nominations<T>
|
|
2581
2581
|
**/
|
|
2582
|
-
|
|
2582
|
+
PezpalletStakingAsyncNominations: {
|
|
2583
2583
|
targets: string;
|
|
2584
2584
|
submittedIn: string;
|
|
2585
2585
|
suppressed: string;
|
|
@@ -2587,25 +2587,25 @@ declare const _default: {
|
|
|
2587
2587
|
/**
|
|
2588
2588
|
* Lookup976: pallet_staking_async::ActiveEraInfo
|
|
2589
2589
|
**/
|
|
2590
|
-
|
|
2590
|
+
PezpalletStakingAsyncActiveEraInfo: {
|
|
2591
2591
|
index: string;
|
|
2592
2592
|
start: string;
|
|
2593
2593
|
};
|
|
2594
2594
|
/**
|
|
2595
2595
|
* Lookup979: pallet_staking_async::pallet::pallet::BoundedExposurePage<T>
|
|
2596
2596
|
**/
|
|
2597
|
-
|
|
2597
|
+
PezpalletStakingAsyncPezpalletBoundedExposurePage: string;
|
|
2598
2598
|
/**
|
|
2599
2599
|
* Lookup984: pallet_staking_async::EraRewardPoints<T>
|
|
2600
2600
|
**/
|
|
2601
|
-
|
|
2601
|
+
PezpalletStakingAsyncEraRewardPoints: {
|
|
2602
2602
|
total: string;
|
|
2603
2603
|
individual: string;
|
|
2604
2604
|
};
|
|
2605
2605
|
/**
|
|
2606
2606
|
* Lookup987: pallet_staking_async::slashing::OffenceRecord<sp_core::crypto::AccountId32>
|
|
2607
2607
|
**/
|
|
2608
|
-
|
|
2608
|
+
PezpalletStakingAsyncSlashingOffenceRecord: {
|
|
2609
2609
|
reporter: string;
|
|
2610
2610
|
reportedEra: string;
|
|
2611
2611
|
exposurePage: string;
|
|
@@ -2615,7 +2615,7 @@ declare const _default: {
|
|
|
2615
2615
|
/**
|
|
2616
2616
|
* Lookup991: pallet_staking_async::UnappliedSlash<T>
|
|
2617
2617
|
**/
|
|
2618
|
-
|
|
2618
|
+
PezpalletStakingAsyncUnappliedSlash: {
|
|
2619
2619
|
validator: string;
|
|
2620
2620
|
own: string;
|
|
2621
2621
|
others: string;
|
|
@@ -2625,7 +2625,7 @@ declare const _default: {
|
|
|
2625
2625
|
/**
|
|
2626
2626
|
* Lookup994: pallet_staking_async::SnapshotStatus<sp_core::crypto::AccountId32>
|
|
2627
2627
|
**/
|
|
2628
|
-
|
|
2628
|
+
PezpalletStakingAsyncSnapshotStatus: {
|
|
2629
2629
|
_enum: {
|
|
2630
2630
|
Ongoing: string;
|
|
2631
2631
|
Consumed: string;
|
|
@@ -2635,38 +2635,38 @@ declare const _default: {
|
|
|
2635
2635
|
/**
|
|
2636
2636
|
* Lookup996: pallet_staking_async::pallet::pallet::PruningStep
|
|
2637
2637
|
**/
|
|
2638
|
-
|
|
2638
|
+
PezpalletStakingAsyncPezpalletPruningStep: {
|
|
2639
2639
|
_enum: string[];
|
|
2640
2640
|
};
|
|
2641
2641
|
/**
|
|
2642
2642
|
* Lookup997: pallet_staking_async::pallet::pallet::Error<T>
|
|
2643
2643
|
**/
|
|
2644
|
-
|
|
2644
|
+
PezpalletStakingAsyncPezpalletError: {
|
|
2645
2645
|
_enum: string[];
|
|
2646
2646
|
};
|
|
2647
2647
|
/**
|
|
2648
2648
|
* Lookup999: pallet_ah_ops::pallet::Error<T>
|
|
2649
2649
|
**/
|
|
2650
|
-
|
|
2650
|
+
PezpalletAhOpsError: {
|
|
2651
2651
|
_enum: string[];
|
|
2652
2652
|
};
|
|
2653
2653
|
/**
|
|
2654
2654
|
* Lookup1000: pallet_ah_migrator::BalancesBefore<Balance>
|
|
2655
2655
|
**/
|
|
2656
|
-
|
|
2656
|
+
PezpalletAhMigratorBalancesBefore: {
|
|
2657
2657
|
checkingAccount: string;
|
|
2658
2658
|
totalIssuance: string;
|
|
2659
2659
|
};
|
|
2660
2660
|
/**
|
|
2661
2661
|
* Lookup1001: pallet_ah_migrator::pallet::Error<T>
|
|
2662
2662
|
**/
|
|
2663
|
-
|
|
2663
|
+
PezpalletAhMigratorError: {
|
|
2664
2664
|
_enum: string[];
|
|
2665
2665
|
};
|
|
2666
2666
|
/**
|
|
2667
2667
|
* Lookup1014: asset_hub_polkadot_runtime::Runtime
|
|
2668
2668
|
**/
|
|
2669
|
-
|
|
2669
|
+
AssetHubPezkuwiRuntimeRuntime: string;
|
|
2670
2670
|
/**
|
|
2671
2671
|
* Lookup1062: xcm::VersionedAsset
|
|
2672
2672
|
**/
|
|
@@ -2701,7 +2701,7 @@ declare const _default: {
|
|
|
2701
2701
|
/**
|
|
2702
2702
|
* Lookup1070: cumulus_primitives_core::CollationInfo
|
|
2703
2703
|
**/
|
|
2704
|
-
|
|
2704
|
+
PezcumulusPrimitivesCoreCollationInfo: {
|
|
2705
2705
|
upwardMessages: string;
|
|
2706
2706
|
horizontalMessages: string;
|
|
2707
2707
|
newValidationCode: string;
|
|
@@ -2712,7 +2712,7 @@ declare const _default: {
|
|
|
2712
2712
|
/**
|
|
2713
2713
|
* Lookup1079: asset_hub_polkadot_runtime::RuntimeError
|
|
2714
2714
|
**/
|
|
2715
|
-
|
|
2715
|
+
AssetHubPezkuwiRuntimeRuntimeError: {
|
|
2716
2716
|
_enum: {
|
|
2717
2717
|
System: string;
|
|
2718
2718
|
ParachainSystem: string;
|