@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,7 +2,7 @@ declare const _default: {
|
|
|
2
2
|
/**
|
|
3
3
|
* Lookup3: frame_system::AccountInfo<Nonce, pallet_balances::types::AccountData<Balance>>
|
|
4
4
|
**/
|
|
5
|
-
|
|
5
|
+
PezframeSystemAccountInfo: {
|
|
6
6
|
nonce: string;
|
|
7
7
|
consumers: string;
|
|
8
8
|
providers: string;
|
|
@@ -12,7 +12,7 @@ declare const _default: {
|
|
|
12
12
|
/**
|
|
13
13
|
* Lookup5: pallet_balances::types::AccountData<Balance>
|
|
14
14
|
**/
|
|
15
|
-
|
|
15
|
+
PezpalletBalancesAccountData: {
|
|
16
16
|
free: string;
|
|
17
17
|
reserved: string;
|
|
18
18
|
frozen: string;
|
|
@@ -21,7 +21,7 @@ declare const _default: {
|
|
|
21
21
|
/**
|
|
22
22
|
* Lookup9: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>
|
|
23
23
|
**/
|
|
24
|
-
|
|
24
|
+
PezframeSupportDispatchPerDispatchClassWeight: {
|
|
25
25
|
normal: string;
|
|
26
26
|
operational: string;
|
|
27
27
|
mandatory: string;
|
|
@@ -29,20 +29,20 @@ declare const _default: {
|
|
|
29
29
|
/**
|
|
30
30
|
* Lookup10: sp_weights::weight_v2::Weight
|
|
31
31
|
**/
|
|
32
|
-
|
|
32
|
+
PezspWeightsWeightV2Weight: {
|
|
33
33
|
refTime: string;
|
|
34
34
|
proofSize: string;
|
|
35
35
|
};
|
|
36
36
|
/**
|
|
37
37
|
* Lookup15: sp_runtime::generic::digest::Digest
|
|
38
38
|
**/
|
|
39
|
-
|
|
39
|
+
PezspRuntimeDigest: {
|
|
40
40
|
logs: string;
|
|
41
41
|
};
|
|
42
42
|
/**
|
|
43
43
|
* Lookup17: sp_runtime::generic::digest::DigestItem
|
|
44
44
|
**/
|
|
45
|
-
|
|
45
|
+
PezspRuntimeDigestDigestItem: {
|
|
46
46
|
_enum: {
|
|
47
47
|
Other: string;
|
|
48
48
|
__Unused1: string;
|
|
@@ -58,7 +58,7 @@ declare const _default: {
|
|
|
58
58
|
/**
|
|
59
59
|
* Lookup20: frame_system::EventRecord<kitchensink_runtime::RuntimeEvent, primitive_types::H256>
|
|
60
60
|
**/
|
|
61
|
-
|
|
61
|
+
PezframeSystemEventRecord: {
|
|
62
62
|
phase: string;
|
|
63
63
|
event: string;
|
|
64
64
|
topics: string;
|
|
@@ -66,7 +66,7 @@ declare const _default: {
|
|
|
66
66
|
/**
|
|
67
67
|
* Lookup22: frame_system::pallet::Event<T>
|
|
68
68
|
**/
|
|
69
|
-
|
|
69
|
+
PezframeSystemEvent: {
|
|
70
70
|
_enum: {
|
|
71
71
|
ExtrinsicSuccess: {
|
|
72
72
|
dispatchInfo: string;
|
|
@@ -102,7 +102,7 @@ declare const _default: {
|
|
|
102
102
|
/**
|
|
103
103
|
* Lookup23: frame_system::DispatchEventInfo
|
|
104
104
|
**/
|
|
105
|
-
|
|
105
|
+
PezframeSystemDispatchEventInfo: {
|
|
106
106
|
weight: string;
|
|
107
107
|
class: string;
|
|
108
108
|
paysFee: string;
|
|
@@ -110,19 +110,19 @@ declare const _default: {
|
|
|
110
110
|
/**
|
|
111
111
|
* Lookup24: frame_support::dispatch::DispatchClass
|
|
112
112
|
**/
|
|
113
|
-
|
|
113
|
+
PezframeSupportDispatchDispatchClass: {
|
|
114
114
|
_enum: string[];
|
|
115
115
|
};
|
|
116
116
|
/**
|
|
117
117
|
* Lookup25: frame_support::dispatch::Pays
|
|
118
118
|
**/
|
|
119
|
-
|
|
119
|
+
PezframeSupportDispatchPays: {
|
|
120
120
|
_enum: string[];
|
|
121
121
|
};
|
|
122
122
|
/**
|
|
123
123
|
* Lookup26: sp_runtime::DispatchError
|
|
124
124
|
**/
|
|
125
|
-
|
|
125
|
+
PezspRuntimeDispatchError: {
|
|
126
126
|
_enum: {
|
|
127
127
|
Other: string;
|
|
128
128
|
CannotLookup: string;
|
|
@@ -144,38 +144,38 @@ declare const _default: {
|
|
|
144
144
|
/**
|
|
145
145
|
* Lookup27: sp_runtime::ModuleError
|
|
146
146
|
**/
|
|
147
|
-
|
|
147
|
+
PezspRuntimeModuleError: {
|
|
148
148
|
index: string;
|
|
149
149
|
error: string;
|
|
150
150
|
};
|
|
151
151
|
/**
|
|
152
152
|
* Lookup28: sp_runtime::TokenError
|
|
153
153
|
**/
|
|
154
|
-
|
|
154
|
+
PezspRuntimeTokenError: {
|
|
155
155
|
_enum: string[];
|
|
156
156
|
};
|
|
157
157
|
/**
|
|
158
158
|
* Lookup29: sp_arithmetic::ArithmeticError
|
|
159
159
|
**/
|
|
160
|
-
|
|
160
|
+
PezspArithmeticArithmeticError: {
|
|
161
161
|
_enum: string[];
|
|
162
162
|
};
|
|
163
163
|
/**
|
|
164
164
|
* Lookup30: sp_runtime::TransactionalError
|
|
165
165
|
**/
|
|
166
|
-
|
|
166
|
+
PezspRuntimeTransactionalError: {
|
|
167
167
|
_enum: string[];
|
|
168
168
|
};
|
|
169
169
|
/**
|
|
170
170
|
* Lookup31: sp_runtime::proving_trie::TrieError
|
|
171
171
|
**/
|
|
172
|
-
|
|
172
|
+
PezspRuntimeProvingTrieTrieError: {
|
|
173
173
|
_enum: string[];
|
|
174
174
|
};
|
|
175
175
|
/**
|
|
176
176
|
* Lookup32: pallet_utility::pallet::Event
|
|
177
177
|
**/
|
|
178
|
-
|
|
178
|
+
PezpalletUtilityEvent: {
|
|
179
179
|
_enum: {
|
|
180
180
|
BatchInterrupted: {
|
|
181
181
|
index: string;
|
|
@@ -199,7 +199,7 @@ declare const _default: {
|
|
|
199
199
|
/**
|
|
200
200
|
* Lookup35: pallet_indices::pallet::Event<T>
|
|
201
201
|
**/
|
|
202
|
-
|
|
202
|
+
PezpalletIndicesEvent: {
|
|
203
203
|
_enum: {
|
|
204
204
|
IndexAssigned: {
|
|
205
205
|
who: string;
|
|
@@ -223,7 +223,7 @@ declare const _default: {
|
|
|
223
223
|
/**
|
|
224
224
|
* Lookup36: pallet_balances::pallet::Event<T, I>
|
|
225
225
|
**/
|
|
226
|
-
|
|
226
|
+
PezpalletBalancesEvent: {
|
|
227
227
|
_enum: {
|
|
228
228
|
Endowed: {
|
|
229
229
|
account: string;
|
|
@@ -321,13 +321,13 @@ declare const _default: {
|
|
|
321
321
|
/**
|
|
322
322
|
* Lookup37: frame_support::traits::tokens::misc::BalanceStatus
|
|
323
323
|
**/
|
|
324
|
-
|
|
324
|
+
PezframeSupportTokensMiscBalanceStatus: {
|
|
325
325
|
_enum: string[];
|
|
326
326
|
};
|
|
327
327
|
/**
|
|
328
328
|
* Lookup38: pallet_transaction_payment::pallet::Event<T>
|
|
329
329
|
**/
|
|
330
|
-
|
|
330
|
+
PezpalletTransactionPaymentEvent: {
|
|
331
331
|
_enum: {
|
|
332
332
|
TransactionFeePaid: {
|
|
333
333
|
who: string;
|
|
@@ -339,7 +339,7 @@ declare const _default: {
|
|
|
339
339
|
/**
|
|
340
340
|
* Lookup39: pallet_asset_conversion_tx_payment::pallet::Event<T>
|
|
341
341
|
**/
|
|
342
|
-
|
|
342
|
+
PezpalletAssetConversionTxPaymentEvent: {
|
|
343
343
|
_enum: {
|
|
344
344
|
AssetTxFeePaid: {
|
|
345
345
|
who: string;
|
|
@@ -355,7 +355,7 @@ declare const _default: {
|
|
|
355
355
|
/**
|
|
356
356
|
* Lookup40: frame_support::traits::tokens::fungible::union_of::NativeOrWithId<AssetId>
|
|
357
357
|
**/
|
|
358
|
-
|
|
358
|
+
PezframeSupportTokensFungibleUnionOfNativeOrWithId: {
|
|
359
359
|
_enum: {
|
|
360
360
|
Native: string;
|
|
361
361
|
WithId: string;
|
|
@@ -364,7 +364,7 @@ declare const _default: {
|
|
|
364
364
|
/**
|
|
365
365
|
* Lookup41: pallet_election_provider_multi_phase::pallet::Event<T>
|
|
366
366
|
**/
|
|
367
|
-
|
|
367
|
+
PezpalletElectionProviderMultiPhaseEvent: {
|
|
368
368
|
_enum: {
|
|
369
369
|
SolutionStored: {
|
|
370
370
|
compute: string;
|
|
@@ -394,13 +394,13 @@ declare const _default: {
|
|
|
394
394
|
/**
|
|
395
395
|
* Lookup42: pallet_election_provider_multi_phase::ElectionCompute
|
|
396
396
|
**/
|
|
397
|
-
|
|
397
|
+
PezpalletElectionProviderMultiPhaseElectionCompute: {
|
|
398
398
|
_enum: string[];
|
|
399
399
|
};
|
|
400
400
|
/**
|
|
401
401
|
* Lookup44: sp_npos_elections::ElectionScore
|
|
402
402
|
**/
|
|
403
|
-
|
|
403
|
+
PezspNposElectionsElectionScore: {
|
|
404
404
|
minimalStake: string;
|
|
405
405
|
sumStake: string;
|
|
406
406
|
sumStakeSquared: string;
|
|
@@ -408,7 +408,7 @@ declare const _default: {
|
|
|
408
408
|
/**
|
|
409
409
|
* Lookup45: pallet_election_provider_multi_phase::Phase<Bn>
|
|
410
410
|
**/
|
|
411
|
-
|
|
411
|
+
PezpalletElectionProviderMultiPhasePhase: {
|
|
412
412
|
_enum: {
|
|
413
413
|
Off: string;
|
|
414
414
|
Signed: string;
|
|
@@ -419,7 +419,7 @@ declare const _default: {
|
|
|
419
419
|
/**
|
|
420
420
|
* Lookup47: pallet_staking::pallet::pallet::Event<T>
|
|
421
421
|
**/
|
|
422
|
-
|
|
422
|
+
PezpalletStakingPezpalletEvent: {
|
|
423
423
|
_enum: {
|
|
424
424
|
EraPaid: {
|
|
425
425
|
eraIndex: string;
|
|
@@ -501,7 +501,7 @@ declare const _default: {
|
|
|
501
501
|
/**
|
|
502
502
|
* Lookup48: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
|
|
503
503
|
**/
|
|
504
|
-
|
|
504
|
+
PezpalletStakingRewardDestination: {
|
|
505
505
|
_enum: {
|
|
506
506
|
Staked: string;
|
|
507
507
|
Stash: string;
|
|
@@ -513,20 +513,20 @@ declare const _default: {
|
|
|
513
513
|
/**
|
|
514
514
|
* Lookup51: pallet_staking::ValidatorPrefs
|
|
515
515
|
**/
|
|
516
|
-
|
|
516
|
+
PezpalletStakingValidatorPrefs: {
|
|
517
517
|
commission: string;
|
|
518
518
|
blocked: string;
|
|
519
519
|
};
|
|
520
520
|
/**
|
|
521
521
|
* Lookup53: pallet_staking::Forcing
|
|
522
522
|
**/
|
|
523
|
-
|
|
523
|
+
PezpalletStakingForcing: {
|
|
524
524
|
_enum: string[];
|
|
525
525
|
};
|
|
526
526
|
/**
|
|
527
527
|
* Lookup54: pallet_session::pallet::Event<T>
|
|
528
528
|
**/
|
|
529
|
-
|
|
529
|
+
PezpalletSessionEvent: {
|
|
530
530
|
_enum: {
|
|
531
531
|
NewSession: {
|
|
532
532
|
sessionIndex: string;
|
|
@@ -542,7 +542,7 @@ declare const _default: {
|
|
|
542
542
|
/**
|
|
543
543
|
* Lookup55: pallet_democracy::pallet::Event<T>
|
|
544
544
|
**/
|
|
545
|
-
|
|
545
|
+
PezpalletDemocracyEvent: {
|
|
546
546
|
_enum: {
|
|
547
547
|
Proposed: {
|
|
548
548
|
proposalIndex: string;
|
|
@@ -620,13 +620,13 @@ declare const _default: {
|
|
|
620
620
|
/**
|
|
621
621
|
* Lookup56: pallet_democracy::vote_threshold::VoteThreshold
|
|
622
622
|
**/
|
|
623
|
-
|
|
623
|
+
PezpalletDemocracyVoteThreshold: {
|
|
624
624
|
_enum: string[];
|
|
625
625
|
};
|
|
626
626
|
/**
|
|
627
627
|
* Lookup57: pallet_democracy::vote::AccountVote<Balance>
|
|
628
628
|
**/
|
|
629
|
-
|
|
629
|
+
PezpalletDemocracyVoteAccountVote: {
|
|
630
630
|
_enum: {
|
|
631
631
|
Standard: {
|
|
632
632
|
vote: string;
|
|
@@ -641,7 +641,7 @@ declare const _default: {
|
|
|
641
641
|
/**
|
|
642
642
|
* Lookup59: pallet_democracy::types::MetadataOwner
|
|
643
643
|
**/
|
|
644
|
-
|
|
644
|
+
PezpalletDemocracyMetadataOwner: {
|
|
645
645
|
_enum: {
|
|
646
646
|
External: string;
|
|
647
647
|
Proposal: string;
|
|
@@ -651,7 +651,7 @@ declare const _default: {
|
|
|
651
651
|
/**
|
|
652
652
|
* Lookup60: pallet_collective::pallet::Event<T, I>
|
|
653
653
|
**/
|
|
654
|
-
|
|
654
|
+
PezpalletCollectiveEvent: {
|
|
655
655
|
_enum: {
|
|
656
656
|
Proposed: {
|
|
657
657
|
account: string;
|
|
@@ -701,7 +701,7 @@ declare const _default: {
|
|
|
701
701
|
/**
|
|
702
702
|
* Lookup62: pallet_elections_phragmen::pallet::Event<T>
|
|
703
703
|
**/
|
|
704
|
-
|
|
704
|
+
PezpalletElectionsPhragmenEvent: {
|
|
705
705
|
_enum: {
|
|
706
706
|
NewTerm: {
|
|
707
707
|
newMembers: string;
|
|
@@ -727,13 +727,13 @@ declare const _default: {
|
|
|
727
727
|
/**
|
|
728
728
|
* Lookup65: pallet_membership::pallet::Event<T, I>
|
|
729
729
|
**/
|
|
730
|
-
|
|
730
|
+
PezpalletMembershipEvent: {
|
|
731
731
|
_enum: string[];
|
|
732
732
|
};
|
|
733
733
|
/**
|
|
734
734
|
* Lookup66: pallet_grandpa::pallet::Event
|
|
735
735
|
**/
|
|
736
|
-
|
|
736
|
+
PezpalletGrandpaEvent: {
|
|
737
737
|
_enum: {
|
|
738
738
|
NewAuthorities: {
|
|
739
739
|
authoritySet: string;
|
|
@@ -745,11 +745,11 @@ declare const _default: {
|
|
|
745
745
|
/**
|
|
746
746
|
* Lookup69: sp_consensus_grandpa::app::Public
|
|
747
747
|
**/
|
|
748
|
-
|
|
748
|
+
PezspConsensusGrandpaAppPublic: string;
|
|
749
749
|
/**
|
|
750
750
|
* Lookup70: pallet_treasury::pallet::Event<T, I>
|
|
751
751
|
**/
|
|
752
|
-
|
|
752
|
+
PezpalletTreasuryEvent: {
|
|
753
753
|
_enum: {
|
|
754
754
|
Spending: {
|
|
755
755
|
budgetRemaining: string;
|
|
@@ -804,7 +804,7 @@ declare const _default: {
|
|
|
804
804
|
/**
|
|
805
805
|
* Lookup71: pallet_asset_rate::pallet::Event<T>
|
|
806
806
|
**/
|
|
807
|
-
|
|
807
|
+
PezpalletAssetRateEvent: {
|
|
808
808
|
_enum: {
|
|
809
809
|
AssetRateCreated: {
|
|
810
810
|
assetKind: string;
|
|
@@ -826,7 +826,7 @@ declare const _default: {
|
|
|
826
826
|
/**
|
|
827
827
|
* Lookup73: pallet_contracts::pallet::Event<T>
|
|
828
828
|
**/
|
|
829
|
-
|
|
829
|
+
PezpalletContractsEvent: {
|
|
830
830
|
_enum: {
|
|
831
831
|
Instantiated: {
|
|
832
832
|
deployer: string;
|
|
@@ -878,7 +878,7 @@ declare const _default: {
|
|
|
878
878
|
/**
|
|
879
879
|
* Lookup74: pallet_contracts::Origin<kitchensink_runtime::Runtime>
|
|
880
880
|
**/
|
|
881
|
-
|
|
881
|
+
PezpalletContractsOrigin: {
|
|
882
882
|
_enum: {
|
|
883
883
|
Root: string;
|
|
884
884
|
Signed: string;
|
|
@@ -891,7 +891,7 @@ declare const _default: {
|
|
|
891
891
|
/**
|
|
892
892
|
* Lookup76: pallet_sudo::pallet::Event<T>
|
|
893
893
|
**/
|
|
894
|
-
|
|
894
|
+
PezpalletSudoEvent: {
|
|
895
895
|
_enum: {
|
|
896
896
|
Sudid: {
|
|
897
897
|
sudoResult: string;
|
|
@@ -912,7 +912,7 @@ declare const _default: {
|
|
|
912
912
|
/**
|
|
913
913
|
* Lookup77: pallet_im_online::pallet::Event<T>
|
|
914
914
|
**/
|
|
915
|
-
|
|
915
|
+
PezpalletImOnlineEvent: {
|
|
916
916
|
_enum: {
|
|
917
917
|
HeartbeatReceived: {
|
|
918
918
|
authorityId: string;
|
|
@@ -926,11 +926,11 @@ declare const _default: {
|
|
|
926
926
|
/**
|
|
927
927
|
* Lookup78: pallet_im_online::sr25519::app_sr25519::Public
|
|
928
928
|
**/
|
|
929
|
-
|
|
929
|
+
PezpalletImOnlineSr25519AppSr25519Public: string;
|
|
930
930
|
/**
|
|
931
931
|
* Lookup81: pallet_offences::pallet::Event
|
|
932
932
|
**/
|
|
933
|
-
|
|
933
|
+
PezpalletOffencesEvent: {
|
|
934
934
|
_enum: {
|
|
935
935
|
Offence: {
|
|
936
936
|
kind: string;
|
|
@@ -941,7 +941,7 @@ declare const _default: {
|
|
|
941
941
|
/**
|
|
942
942
|
* Lookup83: pallet_identity::pallet::Event<T>
|
|
943
943
|
**/
|
|
944
|
-
|
|
944
|
+
PezpalletIdentityEvent: {
|
|
945
945
|
_enum: {
|
|
946
946
|
IdentitySet: {
|
|
947
947
|
who: string;
|
|
@@ -1033,7 +1033,7 @@ declare const _default: {
|
|
|
1033
1033
|
/**
|
|
1034
1034
|
* Lookup85: pallet_society::pallet::Event<T, I>
|
|
1035
1035
|
**/
|
|
1036
|
-
|
|
1036
|
+
PezpalletSocietyEvent: {
|
|
1037
1037
|
_enum: {
|
|
1038
1038
|
Founded: {
|
|
1039
1039
|
founder: string;
|
|
@@ -1100,7 +1100,7 @@ declare const _default: {
|
|
|
1100
1100
|
/**
|
|
1101
1101
|
* Lookup87: pallet_society::GroupParams<Balance>
|
|
1102
1102
|
**/
|
|
1103
|
-
|
|
1103
|
+
PezpalletSocietyGroupParams: {
|
|
1104
1104
|
maxMembers: string;
|
|
1105
1105
|
maxIntake: string;
|
|
1106
1106
|
maxStrikes: string;
|
|
@@ -1109,7 +1109,7 @@ declare const _default: {
|
|
|
1109
1109
|
/**
|
|
1110
1110
|
* Lookup88: pallet_recovery::pallet::Event<T>
|
|
1111
1111
|
**/
|
|
1112
|
-
|
|
1112
|
+
PezpalletRecoveryEvent: {
|
|
1113
1113
|
_enum: {
|
|
1114
1114
|
RecoveryCreated: {
|
|
1115
1115
|
account: string;
|
|
@@ -1139,7 +1139,7 @@ declare const _default: {
|
|
|
1139
1139
|
/**
|
|
1140
1140
|
* Lookup89: pallet_vesting::pallet::Event<T>
|
|
1141
1141
|
**/
|
|
1142
|
-
|
|
1142
|
+
PezpalletVestingEvent: {
|
|
1143
1143
|
_enum: {
|
|
1144
1144
|
VestingUpdated: {
|
|
1145
1145
|
account: string;
|
|
@@ -1153,7 +1153,7 @@ declare const _default: {
|
|
|
1153
1153
|
/**
|
|
1154
1154
|
* Lookup90: pallet_scheduler::pallet::Event<T>
|
|
1155
1155
|
**/
|
|
1156
|
-
|
|
1156
|
+
PezpalletSchedulerEvent: {
|
|
1157
1157
|
_enum: {
|
|
1158
1158
|
Scheduled: {
|
|
1159
1159
|
when: string;
|
|
@@ -1202,7 +1202,7 @@ declare const _default: {
|
|
|
1202
1202
|
/**
|
|
1203
1203
|
* Lookup93: pallet_glutton::pallet::Event
|
|
1204
1204
|
**/
|
|
1205
|
-
|
|
1205
|
+
PezpalletGluttonEvent: {
|
|
1206
1206
|
_enum: {
|
|
1207
1207
|
PalletInitialized: {
|
|
1208
1208
|
reinit: string;
|
|
@@ -1221,7 +1221,7 @@ declare const _default: {
|
|
|
1221
1221
|
/**
|
|
1222
1222
|
* Lookup95: pallet_preimage::pallet::Event<T>
|
|
1223
1223
|
**/
|
|
1224
|
-
|
|
1224
|
+
PezpalletPreimageEvent: {
|
|
1225
1225
|
_enum: {
|
|
1226
1226
|
Noted: {
|
|
1227
1227
|
_alias: {
|
|
@@ -1246,7 +1246,7 @@ declare const _default: {
|
|
|
1246
1246
|
/**
|
|
1247
1247
|
* Lookup96: pallet_proxy::pallet::Event<T>
|
|
1248
1248
|
**/
|
|
1249
|
-
|
|
1249
|
+
PezpalletProxyEvent: {
|
|
1250
1250
|
_enum: {
|
|
1251
1251
|
ProxyExecuted: {
|
|
1252
1252
|
result: string;
|
|
@@ -1291,13 +1291,13 @@ declare const _default: {
|
|
|
1291
1291
|
/**
|
|
1292
1292
|
* Lookup99: pallet_proxy::DepositKind
|
|
1293
1293
|
**/
|
|
1294
|
-
|
|
1294
|
+
PezpalletProxyDepositKind: {
|
|
1295
1295
|
_enum: string[];
|
|
1296
1296
|
};
|
|
1297
1297
|
/**
|
|
1298
1298
|
* Lookup100: pallet_multisig::pallet::Event<T>
|
|
1299
1299
|
**/
|
|
1300
|
-
|
|
1300
|
+
PezpalletMultisigEvent: {
|
|
1301
1301
|
_enum: {
|
|
1302
1302
|
NewMultisig: {
|
|
1303
1303
|
approving: string;
|
|
@@ -1334,14 +1334,14 @@ declare const _default: {
|
|
|
1334
1334
|
/**
|
|
1335
1335
|
* Lookup101: pallet_multisig::Timepoint<BlockNumber>
|
|
1336
1336
|
**/
|
|
1337
|
-
|
|
1337
|
+
PezpalletMultisigTimepoint: {
|
|
1338
1338
|
height: string;
|
|
1339
1339
|
index: string;
|
|
1340
1340
|
};
|
|
1341
1341
|
/**
|
|
1342
1342
|
* Lookup102: pallet_bounties::pallet::Event<T, I>
|
|
1343
1343
|
**/
|
|
1344
|
-
|
|
1344
|
+
PezpalletBountiesEvent: {
|
|
1345
1345
|
_enum: {
|
|
1346
1346
|
BountyProposed: {
|
|
1347
1347
|
index: string;
|
|
@@ -1387,7 +1387,7 @@ declare const _default: {
|
|
|
1387
1387
|
/**
|
|
1388
1388
|
* Lookup103: pallet_tips::pallet::Event<T, I>
|
|
1389
1389
|
**/
|
|
1390
|
-
|
|
1390
|
+
PezpalletTipsEvent: {
|
|
1391
1391
|
_enum: {
|
|
1392
1392
|
NewTip: {
|
|
1393
1393
|
tipHash: string;
|
|
@@ -1413,7 +1413,7 @@ declare const _default: {
|
|
|
1413
1413
|
/**
|
|
1414
1414
|
* Lookup104: pallet_assets::pallet::Event<T, I>
|
|
1415
1415
|
**/
|
|
1416
|
-
|
|
1416
|
+
PezpalletAssetsEvent: {
|
|
1417
1417
|
_enum: {
|
|
1418
1418
|
Created: {
|
|
1419
1419
|
assetId: string;
|
|
@@ -1539,7 +1539,7 @@ declare const _default: {
|
|
|
1539
1539
|
/**
|
|
1540
1540
|
* Lookup106: pallet_lottery::pallet::Event<T>
|
|
1541
1541
|
**/
|
|
1542
|
-
|
|
1542
|
+
PezpalletLotteryEvent: {
|
|
1543
1543
|
_enum: {
|
|
1544
1544
|
LotteryStarted: string;
|
|
1545
1545
|
CallsUpdated: string;
|
|
@@ -1556,7 +1556,7 @@ declare const _default: {
|
|
|
1556
1556
|
/**
|
|
1557
1557
|
* Lookup108: pallet_nis::pallet::Event<T>
|
|
1558
1558
|
**/
|
|
1559
|
-
|
|
1559
|
+
PezpalletNisEvent: {
|
|
1560
1560
|
_enum: {
|
|
1561
1561
|
BidPlaced: {
|
|
1562
1562
|
who: string;
|
|
@@ -1600,7 +1600,7 @@ declare const _default: {
|
|
|
1600
1600
|
/**
|
|
1601
1601
|
* Lookup110: pallet_uniques::pallet::Event<T, I>
|
|
1602
1602
|
**/
|
|
1603
|
-
|
|
1603
|
+
PezpalletUniquesEvent: {
|
|
1604
1604
|
_enum: {
|
|
1605
1605
|
Created: {
|
|
1606
1606
|
collection: string;
|
|
@@ -1732,7 +1732,7 @@ declare const _default: {
|
|
|
1732
1732
|
/**
|
|
1733
1733
|
* Lookup114: pallet_nfts::pallet::Event<T, I>
|
|
1734
1734
|
**/
|
|
1735
|
-
|
|
1735
|
+
PezpalletNftsEvent: {
|
|
1736
1736
|
_enum: {
|
|
1737
1737
|
Created: {
|
|
1738
1738
|
collection: string;
|
|
@@ -1933,7 +1933,7 @@ declare const _default: {
|
|
|
1933
1933
|
/**
|
|
1934
1934
|
* Lookup116: pallet_nfts::types::AttributeNamespace<sp_core::crypto::AccountId32>
|
|
1935
1935
|
**/
|
|
1936
|
-
|
|
1936
|
+
PezpalletNftsAttributeNamespace: {
|
|
1937
1937
|
_enum: {
|
|
1938
1938
|
Pallet: string;
|
|
1939
1939
|
CollectionOwner: string;
|
|
@@ -1944,20 +1944,20 @@ declare const _default: {
|
|
|
1944
1944
|
/**
|
|
1945
1945
|
* Lookup118: pallet_nfts::types::PriceWithDirection<Amount>
|
|
1946
1946
|
**/
|
|
1947
|
-
|
|
1947
|
+
PezpalletNftsPriceWithDirection: {
|
|
1948
1948
|
amount: string;
|
|
1949
1949
|
direction: string;
|
|
1950
1950
|
};
|
|
1951
1951
|
/**
|
|
1952
1952
|
* Lookup119: pallet_nfts::types::PriceDirection
|
|
1953
1953
|
**/
|
|
1954
|
-
|
|
1954
|
+
PezpalletNftsPriceDirection: {
|
|
1955
1955
|
_enum: string[];
|
|
1956
1956
|
};
|
|
1957
1957
|
/**
|
|
1958
1958
|
* Lookup120: pallet_nfts::types::PalletAttributes<CollectionId>
|
|
1959
1959
|
**/
|
|
1960
|
-
|
|
1960
|
+
PezpalletNftsPezpalletAttributes: {
|
|
1961
1961
|
_enum: {
|
|
1962
1962
|
UsedToClaim: string;
|
|
1963
1963
|
TransferDisabled: string;
|
|
@@ -1966,7 +1966,7 @@ declare const _default: {
|
|
|
1966
1966
|
/**
|
|
1967
1967
|
* Lookup121: pallet_nft_fractionalization::pallet::Event<T>
|
|
1968
1968
|
**/
|
|
1969
|
-
|
|
1969
|
+
PezpalletNftFractionalizationEvent: {
|
|
1970
1970
|
_enum: {
|
|
1971
1971
|
NftFractionalized: {
|
|
1972
1972
|
nftCollection: string;
|
|
@@ -1986,7 +1986,7 @@ declare const _default: {
|
|
|
1986
1986
|
/**
|
|
1987
1987
|
* Lookup122: pallet_salary::pallet::Event<T, I>
|
|
1988
1988
|
**/
|
|
1989
|
-
|
|
1989
|
+
PezpalletSalaryEvent: {
|
|
1990
1990
|
_enum: {
|
|
1991
1991
|
Inducted: {
|
|
1992
1992
|
who: string;
|
|
@@ -2013,7 +2013,7 @@ declare const _default: {
|
|
|
2013
2013
|
/**
|
|
2014
2014
|
* Lookup123: pallet_core_fellowship::pallet::Event<T, I>
|
|
2015
2015
|
**/
|
|
2016
|
-
|
|
2016
|
+
PezpalletCoreFellowshipEvent: {
|
|
2017
2017
|
_enum: {
|
|
2018
2018
|
ParamsChanged: {
|
|
2019
2019
|
params: string;
|
|
@@ -2064,7 +2064,7 @@ declare const _default: {
|
|
|
2064
2064
|
/**
|
|
2065
2065
|
* Lookup124: pallet_core_fellowship::ParamsType<Balance, BlockNumber, Ranks>
|
|
2066
2066
|
**/
|
|
2067
|
-
|
|
2067
|
+
PezpalletCoreFellowshipParamsTypeU128: {
|
|
2068
2068
|
activeSalary: string;
|
|
2069
2069
|
passiveSalary: string;
|
|
2070
2070
|
demotionPeriod: string;
|
|
@@ -2074,13 +2074,13 @@ declare const _default: {
|
|
|
2074
2074
|
/**
|
|
2075
2075
|
* Lookup128: pallet_core_fellowship::Wish
|
|
2076
2076
|
**/
|
|
2077
|
-
|
|
2077
|
+
PezpalletCoreFellowshipWish: {
|
|
2078
2078
|
_enum: string[];
|
|
2079
2079
|
};
|
|
2080
2080
|
/**
|
|
2081
2081
|
* Lookup131: pallet_transaction_storage::pallet::Event<T>
|
|
2082
2082
|
**/
|
|
2083
|
-
|
|
2083
|
+
PezpalletTransactionStorageEvent: {
|
|
2084
2084
|
_enum: {
|
|
2085
2085
|
Stored: {
|
|
2086
2086
|
index: string;
|
|
@@ -2094,7 +2094,7 @@ declare const _default: {
|
|
|
2094
2094
|
/**
|
|
2095
2095
|
* Lookup132: pallet_bags_list::pallet::Event<T, I>
|
|
2096
2096
|
**/
|
|
2097
|
-
|
|
2097
|
+
PezpalletBagsListEvent: {
|
|
2098
2098
|
_enum: {
|
|
2099
2099
|
Rebagged: {
|
|
2100
2100
|
who: string;
|
|
@@ -2110,7 +2110,7 @@ declare const _default: {
|
|
|
2110
2110
|
/**
|
|
2111
2111
|
* Lookup133: pallet_state_trie_migration::pallet::Event<T>
|
|
2112
2112
|
**/
|
|
2113
|
-
|
|
2113
|
+
PezpalletStateTrieMigrationEvent: {
|
|
2114
2114
|
_enum: {
|
|
2115
2115
|
Migrated: {
|
|
2116
2116
|
top: string;
|
|
@@ -2130,19 +2130,19 @@ declare const _default: {
|
|
|
2130
2130
|
/**
|
|
2131
2131
|
* Lookup134: pallet_state_trie_migration::pallet::MigrationCompute
|
|
2132
2132
|
**/
|
|
2133
|
-
|
|
2133
|
+
PezpalletStateTrieMigrationMigrationCompute: {
|
|
2134
2134
|
_enum: string[];
|
|
2135
2135
|
};
|
|
2136
2136
|
/**
|
|
2137
2137
|
* Lookup135: pallet_state_trie_migration::pallet::Error<T>
|
|
2138
2138
|
**/
|
|
2139
|
-
|
|
2139
|
+
PezpalletStateTrieMigrationError: {
|
|
2140
2140
|
_enum: string[];
|
|
2141
2141
|
};
|
|
2142
2142
|
/**
|
|
2143
2143
|
* Lookup136: pallet_child_bounties::pallet::Event<T>
|
|
2144
2144
|
**/
|
|
2145
|
-
|
|
2145
|
+
PezpalletChildBountiesEvent: {
|
|
2146
2146
|
_enum: {
|
|
2147
2147
|
Added: {
|
|
2148
2148
|
index: string;
|
|
@@ -2168,7 +2168,7 @@ declare const _default: {
|
|
|
2168
2168
|
/**
|
|
2169
2169
|
* Lookup137: pallet_referenda::pallet::Event<T, I>
|
|
2170
2170
|
**/
|
|
2171
|
-
|
|
2171
|
+
PezpalletReferendaEvent: {
|
|
2172
2172
|
_enum: {
|
|
2173
2173
|
Submitted: {
|
|
2174
2174
|
index: string;
|
|
@@ -2248,7 +2248,7 @@ declare const _default: {
|
|
|
2248
2248
|
/**
|
|
2249
2249
|
* Lookup138: frame_support::traits::preimages::Bounded<kitchensink_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>
|
|
2250
2250
|
**/
|
|
2251
|
-
|
|
2251
|
+
PezframeSupportPreimagesBounded: {
|
|
2252
2252
|
_enum: {
|
|
2253
2253
|
Legacy: {
|
|
2254
2254
|
_alias: {
|
|
@@ -2269,7 +2269,7 @@ declare const _default: {
|
|
|
2269
2269
|
/**
|
|
2270
2270
|
* Lookup140: frame_system::pallet::Call<T>
|
|
2271
2271
|
**/
|
|
2272
|
-
|
|
2272
|
+
PezframeSystemCall: {
|
|
2273
2273
|
_enum: {
|
|
2274
2274
|
remark: {
|
|
2275
2275
|
remark: string;
|
|
@@ -2314,7 +2314,7 @@ declare const _default: {
|
|
|
2314
2314
|
/**
|
|
2315
2315
|
* Lookup144: pallet_utility::pallet::Call<T>
|
|
2316
2316
|
**/
|
|
2317
|
-
|
|
2317
|
+
PezpalletUtilityCall: {
|
|
2318
2318
|
_enum: {
|
|
2319
2319
|
batch: {
|
|
2320
2320
|
calls: string;
|
|
@@ -2418,7 +2418,7 @@ declare const _default: {
|
|
|
2418
2418
|
/**
|
|
2419
2419
|
* Lookup147: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
2420
2420
|
**/
|
|
2421
|
-
|
|
2421
|
+
PezframeSupportDispatchRawOrigin: {
|
|
2422
2422
|
_enum: {
|
|
2423
2423
|
Root: string;
|
|
2424
2424
|
Signed: string;
|
|
@@ -2428,7 +2428,7 @@ declare const _default: {
|
|
|
2428
2428
|
/**
|
|
2429
2429
|
* Lookup148: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>
|
|
2430
2430
|
**/
|
|
2431
|
-
|
|
2431
|
+
PezpalletCollectiveRawOrigin: {
|
|
2432
2432
|
_enum: {
|
|
2433
2433
|
Members: string;
|
|
2434
2434
|
Member: string;
|
|
@@ -2438,7 +2438,7 @@ declare const _default: {
|
|
|
2438
2438
|
/**
|
|
2439
2439
|
* Lookup151: pallet_babe::pallet::Call<T>
|
|
2440
2440
|
**/
|
|
2441
|
-
|
|
2441
|
+
PezpalletBabeCall: {
|
|
2442
2442
|
_enum: {
|
|
2443
2443
|
report_equivocation: {
|
|
2444
2444
|
equivocationProof: string;
|
|
@@ -2456,7 +2456,7 @@ declare const _default: {
|
|
|
2456
2456
|
/**
|
|
2457
2457
|
* Lookup152: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_babe::app::Public>
|
|
2458
2458
|
**/
|
|
2459
|
-
|
|
2459
|
+
PezspConsensusSlotsEquivocationProof: {
|
|
2460
2460
|
offender: string;
|
|
2461
2461
|
slot: string;
|
|
2462
2462
|
firstHeader: string;
|
|
@@ -2465,7 +2465,7 @@ declare const _default: {
|
|
|
2465
2465
|
/**
|
|
2466
2466
|
* Lookup153: sp_runtime::generic::header::Header<Number, Hash>
|
|
2467
2467
|
**/
|
|
2468
|
-
|
|
2468
|
+
PezspRuntimeHeader: {
|
|
2469
2469
|
parentHash: string;
|
|
2470
2470
|
number: string;
|
|
2471
2471
|
stateRoot: string;
|
|
@@ -2475,11 +2475,11 @@ declare const _default: {
|
|
|
2475
2475
|
/**
|
|
2476
2476
|
* Lookup155: sp_consensus_babe::app::Public
|
|
2477
2477
|
**/
|
|
2478
|
-
|
|
2478
|
+
PezspConsensusBabeAppPublic: string;
|
|
2479
2479
|
/**
|
|
2480
2480
|
* Lookup157: sp_session::MembershipProof
|
|
2481
2481
|
**/
|
|
2482
|
-
|
|
2482
|
+
PezspSessionMembershipProof: {
|
|
2483
2483
|
session: string;
|
|
2484
2484
|
trieNodes: string;
|
|
2485
2485
|
validatorCount: string;
|
|
@@ -2487,7 +2487,7 @@ declare const _default: {
|
|
|
2487
2487
|
/**
|
|
2488
2488
|
* Lookup158: sp_consensus_babe::digests::NextConfigDescriptor
|
|
2489
2489
|
**/
|
|
2490
|
-
|
|
2490
|
+
PezspConsensusBabeDigestsNextConfigDescriptor: {
|
|
2491
2491
|
_enum: {
|
|
2492
2492
|
__Unused0: string;
|
|
2493
2493
|
V1: {
|
|
@@ -2499,13 +2499,13 @@ declare const _default: {
|
|
|
2499
2499
|
/**
|
|
2500
2500
|
* Lookup160: sp_consensus_babe::AllowedSlots
|
|
2501
2501
|
**/
|
|
2502
|
-
|
|
2502
|
+
PezspConsensusBabeAllowedSlots: {
|
|
2503
2503
|
_enum: string[];
|
|
2504
2504
|
};
|
|
2505
2505
|
/**
|
|
2506
2506
|
* Lookup161: pallet_timestamp::pallet::Call<T>
|
|
2507
2507
|
**/
|
|
2508
|
-
|
|
2508
|
+
PezpalletTimestampCall: {
|
|
2509
2509
|
_enum: {
|
|
2510
2510
|
set: {
|
|
2511
2511
|
now: string;
|
|
@@ -2515,7 +2515,7 @@ declare const _default: {
|
|
|
2515
2515
|
/**
|
|
2516
2516
|
* Lookup162: pallet_indices::pallet::Call<T>
|
|
2517
2517
|
**/
|
|
2518
|
-
|
|
2518
|
+
PezpalletIndicesCall: {
|
|
2519
2519
|
_enum: {
|
|
2520
2520
|
claim: {
|
|
2521
2521
|
index: string;
|
|
@@ -2549,7 +2549,7 @@ declare const _default: {
|
|
|
2549
2549
|
/**
|
|
2550
2550
|
* Lookup165: pallet_balances::pallet::Call<T, I>
|
|
2551
2551
|
**/
|
|
2552
|
-
|
|
2552
|
+
PezpalletBalancesCall: {
|
|
2553
2553
|
_enum: {
|
|
2554
2554
|
transfer_allow_death: {
|
|
2555
2555
|
dest: string;
|
|
@@ -2594,13 +2594,13 @@ declare const _default: {
|
|
|
2594
2594
|
/**
|
|
2595
2595
|
* Lookup167: pallet_balances::types::AdjustmentDirection
|
|
2596
2596
|
**/
|
|
2597
|
-
|
|
2597
|
+
PezpalletBalancesAdjustmentDirection: {
|
|
2598
2598
|
_enum: string[];
|
|
2599
2599
|
};
|
|
2600
2600
|
/**
|
|
2601
2601
|
* Lookup168: pallet_election_provider_multi_phase::pallet::Call<T>
|
|
2602
2602
|
**/
|
|
2603
|
-
|
|
2603
|
+
PezpalletElectionProviderMultiPhaseCall: {
|
|
2604
2604
|
_enum: {
|
|
2605
2605
|
submit_unsigned: {
|
|
2606
2606
|
rawSolution: string;
|
|
@@ -2624,7 +2624,7 @@ declare const _default: {
|
|
|
2624
2624
|
/**
|
|
2625
2625
|
* Lookup169: pallet_election_provider_multi_phase::RawSolution<kitchensink_runtime::NposSolution16>
|
|
2626
2626
|
**/
|
|
2627
|
-
|
|
2627
|
+
PezpalletElectionProviderMultiPhaseRawSolution: {
|
|
2628
2628
|
solution: string;
|
|
2629
2629
|
score: string;
|
|
2630
2630
|
round: string;
|
|
@@ -2653,21 +2653,21 @@ declare const _default: {
|
|
|
2653
2653
|
/**
|
|
2654
2654
|
* Lookup221: pallet_election_provider_multi_phase::SolutionOrSnapshotSize
|
|
2655
2655
|
**/
|
|
2656
|
-
|
|
2656
|
+
PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize: {
|
|
2657
2657
|
voters: string;
|
|
2658
2658
|
targets: string;
|
|
2659
2659
|
};
|
|
2660
2660
|
/**
|
|
2661
2661
|
* Lookup225: sp_npos_elections::Support<sp_core::crypto::AccountId32>
|
|
2662
2662
|
**/
|
|
2663
|
-
|
|
2663
|
+
PezspNposElectionsSupport: {
|
|
2664
2664
|
total: string;
|
|
2665
2665
|
voters: string;
|
|
2666
2666
|
};
|
|
2667
2667
|
/**
|
|
2668
2668
|
* Lookup226: pallet_staking::pallet::pallet::Call<T>
|
|
2669
2669
|
**/
|
|
2670
|
-
|
|
2670
|
+
PezpalletStakingPezpalletCall: {
|
|
2671
2671
|
_enum: {
|
|
2672
2672
|
bond: {
|
|
2673
2673
|
value: string;
|
|
@@ -2786,7 +2786,7 @@ declare const _default: {
|
|
|
2786
2786
|
/**
|
|
2787
2787
|
* Lookup229: pallet_staking::pallet::pallet::ConfigOp<T>
|
|
2788
2788
|
**/
|
|
2789
|
-
|
|
2789
|
+
PezpalletStakingPezpalletConfigOpU128: {
|
|
2790
2790
|
_enum: {
|
|
2791
2791
|
Noop: string;
|
|
2792
2792
|
Set: string;
|
|
@@ -2796,7 +2796,7 @@ declare const _default: {
|
|
|
2796
2796
|
/**
|
|
2797
2797
|
* Lookup230: pallet_staking::pallet::pallet::ConfigOp<T>
|
|
2798
2798
|
**/
|
|
2799
|
-
|
|
2799
|
+
PezpalletStakingPezpalletConfigOpU32: {
|
|
2800
2800
|
_enum: {
|
|
2801
2801
|
Noop: string;
|
|
2802
2802
|
Set: string;
|
|
@@ -2806,7 +2806,7 @@ declare const _default: {
|
|
|
2806
2806
|
/**
|
|
2807
2807
|
* Lookup231: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Percent>
|
|
2808
2808
|
**/
|
|
2809
|
-
|
|
2809
|
+
PezpalletStakingPezpalletConfigOpPercent: {
|
|
2810
2810
|
_enum: {
|
|
2811
2811
|
Noop: string;
|
|
2812
2812
|
Set: string;
|
|
@@ -2816,7 +2816,7 @@ declare const _default: {
|
|
|
2816
2816
|
/**
|
|
2817
2817
|
* Lookup232: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Perbill>
|
|
2818
2818
|
**/
|
|
2819
|
-
|
|
2819
|
+
PezpalletStakingPezpalletConfigOpPerbill: {
|
|
2820
2820
|
_enum: {
|
|
2821
2821
|
Noop: string;
|
|
2822
2822
|
Set: string;
|
|
@@ -2826,14 +2826,14 @@ declare const _default: {
|
|
|
2826
2826
|
/**
|
|
2827
2827
|
* Lookup237: pallet_staking::UnlockChunk<Balance>
|
|
2828
2828
|
**/
|
|
2829
|
-
|
|
2829
|
+
PezpalletStakingUnlockChunk: {
|
|
2830
2830
|
value: string;
|
|
2831
2831
|
era: string;
|
|
2832
2832
|
};
|
|
2833
2833
|
/**
|
|
2834
2834
|
* Lookup239: pallet_session::pallet::Call<T>
|
|
2835
2835
|
**/
|
|
2836
|
-
|
|
2836
|
+
PezpalletSessionCall: {
|
|
2837
2837
|
_enum: {
|
|
2838
2838
|
set_keys: {
|
|
2839
2839
|
_alias: {
|
|
@@ -2859,19 +2859,19 @@ declare const _default: {
|
|
|
2859
2859
|
/**
|
|
2860
2860
|
* Lookup241: sp_authority_discovery::app::Public
|
|
2861
2861
|
**/
|
|
2862
|
-
|
|
2862
|
+
PezspAuthorityDiscoveryAppPublic: string;
|
|
2863
2863
|
/**
|
|
2864
2864
|
* Lookup242: sp_mixnet::types::app::Public
|
|
2865
2865
|
**/
|
|
2866
|
-
|
|
2866
|
+
PezspMixnetAppPublic: string;
|
|
2867
2867
|
/**
|
|
2868
2868
|
* Lookup243: sp_consensus_beefy::ecdsa_crypto::Public
|
|
2869
2869
|
**/
|
|
2870
|
-
|
|
2870
|
+
PezspConsensusBeefyEcdsaCryptoPublic: string;
|
|
2871
2871
|
/**
|
|
2872
2872
|
* Lookup245: pallet_democracy::pallet::Call<T>
|
|
2873
2873
|
**/
|
|
2874
|
-
|
|
2874
|
+
PezpalletDemocracyCall: {
|
|
2875
2875
|
_enum: {
|
|
2876
2876
|
propose: {
|
|
2877
2877
|
proposal: string;
|
|
@@ -2940,13 +2940,13 @@ declare const _default: {
|
|
|
2940
2940
|
/**
|
|
2941
2941
|
* Lookup246: pallet_democracy::conviction::Conviction
|
|
2942
2942
|
**/
|
|
2943
|
-
|
|
2943
|
+
PezpalletDemocracyConviction: {
|
|
2944
2944
|
_enum: string[];
|
|
2945
2945
|
};
|
|
2946
2946
|
/**
|
|
2947
2947
|
* Lookup248: pallet_collective::pallet::Call<T, I>
|
|
2948
2948
|
**/
|
|
2949
|
-
|
|
2949
|
+
PezpalletCollectiveCall: {
|
|
2950
2950
|
_enum: {
|
|
2951
2951
|
set_members: {
|
|
2952
2952
|
newMembers: string;
|
|
@@ -2988,7 +2988,7 @@ declare const _default: {
|
|
|
2988
2988
|
/**
|
|
2989
2989
|
* Lookup250: pallet_elections_phragmen::pallet::Call<T>
|
|
2990
2990
|
**/
|
|
2991
|
-
|
|
2991
|
+
PezpalletElectionsPhragmenCall: {
|
|
2992
2992
|
_enum: {
|
|
2993
2993
|
vote: {
|
|
2994
2994
|
votes: string;
|
|
@@ -3015,7 +3015,7 @@ declare const _default: {
|
|
|
3015
3015
|
/**
|
|
3016
3016
|
* Lookup251: pallet_elections_phragmen::Renouncing
|
|
3017
3017
|
**/
|
|
3018
|
-
|
|
3018
|
+
PezpalletElectionsPhragmenRenouncing: {
|
|
3019
3019
|
_enum: {
|
|
3020
3020
|
Member: string;
|
|
3021
3021
|
RunnerUp: string;
|
|
@@ -3025,7 +3025,7 @@ declare const _default: {
|
|
|
3025
3025
|
/**
|
|
3026
3026
|
* Lookup252: pallet_membership::pallet::Call<T, I>
|
|
3027
3027
|
**/
|
|
3028
|
-
|
|
3028
|
+
PezpalletMembershipCall: {
|
|
3029
3029
|
_enum: {
|
|
3030
3030
|
add_member: {
|
|
3031
3031
|
who: string;
|
|
@@ -3055,7 +3055,7 @@ declare const _default: {
|
|
|
3055
3055
|
/**
|
|
3056
3056
|
* Lookup253: pallet_grandpa::pallet::Call<T>
|
|
3057
3057
|
**/
|
|
3058
|
-
|
|
3058
|
+
PezpalletGrandpaCall: {
|
|
3059
3059
|
_enum: {
|
|
3060
3060
|
report_equivocation: {
|
|
3061
3061
|
equivocationProof: string;
|
|
@@ -3074,14 +3074,14 @@ declare const _default: {
|
|
|
3074
3074
|
/**
|
|
3075
3075
|
* Lookup254: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
3076
3076
|
**/
|
|
3077
|
-
|
|
3077
|
+
PezspConsensusGrandpaEquivocationProof: {
|
|
3078
3078
|
setId: string;
|
|
3079
3079
|
equivocation: string;
|
|
3080
3080
|
};
|
|
3081
3081
|
/**
|
|
3082
3082
|
* Lookup255: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
3083
3083
|
**/
|
|
3084
|
-
|
|
3084
|
+
PezspConsensusGrandpaEquivocation: {
|
|
3085
3085
|
_enum: {
|
|
3086
3086
|
Prevote: string;
|
|
3087
3087
|
Precommit: string;
|
|
@@ -3106,7 +3106,7 @@ declare const _default: {
|
|
|
3106
3106
|
/**
|
|
3107
3107
|
* Lookup258: sp_consensus_grandpa::app::Signature
|
|
3108
3108
|
**/
|
|
3109
|
-
|
|
3109
|
+
PezspConsensusGrandpaAppSignature: string;
|
|
3110
3110
|
/**
|
|
3111
3111
|
* Lookup261: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
3112
3112
|
**/
|
|
@@ -3126,7 +3126,7 @@ declare const _default: {
|
|
|
3126
3126
|
/**
|
|
3127
3127
|
* Lookup264: pallet_treasury::pallet::Call<T, I>
|
|
3128
3128
|
**/
|
|
3129
|
-
|
|
3129
|
+
PezpalletTreasuryCall: {
|
|
3130
3130
|
_enum: {
|
|
3131
3131
|
__Unused0: string;
|
|
3132
3132
|
__Unused1: string;
|
|
@@ -3158,7 +3158,7 @@ declare const _default: {
|
|
|
3158
3158
|
/**
|
|
3159
3159
|
* Lookup265: pallet_asset_rate::pallet::Call<T>
|
|
3160
3160
|
**/
|
|
3161
|
-
|
|
3161
|
+
PezpalletAssetRateCall: {
|
|
3162
3162
|
_enum: {
|
|
3163
3163
|
create: {
|
|
3164
3164
|
assetKind: string;
|
|
@@ -3176,7 +3176,7 @@ declare const _default: {
|
|
|
3176
3176
|
/**
|
|
3177
3177
|
* Lookup266: pallet_contracts::pallet::Call<T>
|
|
3178
3178
|
**/
|
|
3179
|
-
|
|
3179
|
+
PezpalletContractsCall: {
|
|
3180
3180
|
_enum: {
|
|
3181
3181
|
call_old_weight: {
|
|
3182
3182
|
dest: string;
|
|
@@ -3244,13 +3244,13 @@ declare const _default: {
|
|
|
3244
3244
|
/**
|
|
3245
3245
|
* Lookup268: pallet_contracts::wasm::Determinism
|
|
3246
3246
|
**/
|
|
3247
|
-
|
|
3247
|
+
PezpalletContractsWasmDeterminism: {
|
|
3248
3248
|
_enum: string[];
|
|
3249
3249
|
};
|
|
3250
3250
|
/**
|
|
3251
3251
|
* Lookup269: pallet_sudo::pallet::Call<T>
|
|
3252
3252
|
**/
|
|
3253
|
-
|
|
3253
|
+
PezpalletSudoCall: {
|
|
3254
3254
|
_enum: {
|
|
3255
3255
|
sudo: {
|
|
3256
3256
|
call: string;
|
|
@@ -3275,7 +3275,7 @@ declare const _default: {
|
|
|
3275
3275
|
/**
|
|
3276
3276
|
* Lookup270: pallet_im_online::pallet::Call<T>
|
|
3277
3277
|
**/
|
|
3278
|
-
|
|
3278
|
+
PezpalletImOnlineCall: {
|
|
3279
3279
|
_enum: {
|
|
3280
3280
|
heartbeat: {
|
|
3281
3281
|
heartbeat: string;
|
|
@@ -3286,7 +3286,7 @@ declare const _default: {
|
|
|
3286
3286
|
/**
|
|
3287
3287
|
* Lookup271: pallet_im_online::Heartbeat<BlockNumber>
|
|
3288
3288
|
**/
|
|
3289
|
-
|
|
3289
|
+
PezpalletImOnlineHeartbeat: {
|
|
3290
3290
|
blockNumber: string;
|
|
3291
3291
|
sessionIndex: string;
|
|
3292
3292
|
authorityIndex: string;
|
|
@@ -3295,11 +3295,11 @@ declare const _default: {
|
|
|
3295
3295
|
/**
|
|
3296
3296
|
* Lookup272: pallet_im_online::sr25519::app_sr25519::Signature
|
|
3297
3297
|
**/
|
|
3298
|
-
|
|
3298
|
+
PezpalletImOnlineSr25519AppSr25519Signature: string;
|
|
3299
3299
|
/**
|
|
3300
3300
|
* Lookup273: pallet_identity::pallet::Call<T>
|
|
3301
3301
|
**/
|
|
3302
|
-
|
|
3302
|
+
PezpalletIdentityCall: {
|
|
3303
3303
|
_enum: {
|
|
3304
3304
|
add_registrar: {
|
|
3305
3305
|
account: string;
|
|
@@ -3392,7 +3392,7 @@ declare const _default: {
|
|
|
3392
3392
|
/**
|
|
3393
3393
|
* Lookup274: pallet_identity::legacy::IdentityInfo<FieldLimit>
|
|
3394
3394
|
**/
|
|
3395
|
-
|
|
3395
|
+
PezpalletIdentityLegacyIdentityInfo: {
|
|
3396
3396
|
additional: string;
|
|
3397
3397
|
display: string;
|
|
3398
3398
|
legal: string;
|
|
@@ -3406,7 +3406,7 @@ declare const _default: {
|
|
|
3406
3406
|
/**
|
|
3407
3407
|
* Lookup311: pallet_identity::types::Judgement<Balance>
|
|
3408
3408
|
**/
|
|
3409
|
-
|
|
3409
|
+
PezpalletIdentityJudgement: {
|
|
3410
3410
|
_enum: {
|
|
3411
3411
|
Unknown: string;
|
|
3412
3412
|
FeePaid: string;
|
|
@@ -3420,7 +3420,7 @@ declare const _default: {
|
|
|
3420
3420
|
/**
|
|
3421
3421
|
* Lookup313: sp_runtime::MultiSignature
|
|
3422
3422
|
**/
|
|
3423
|
-
|
|
3423
|
+
PezspRuntimeMultiSignature: {
|
|
3424
3424
|
_enum: {
|
|
3425
3425
|
Ed25519: string;
|
|
3426
3426
|
Sr25519: string;
|
|
@@ -3430,7 +3430,7 @@ declare const _default: {
|
|
|
3430
3430
|
/**
|
|
3431
3431
|
* Lookup315: pallet_society::pallet::Call<T, I>
|
|
3432
3432
|
**/
|
|
3433
|
-
|
|
3433
|
+
PezpalletSocietyCall: {
|
|
3434
3434
|
_enum: {
|
|
3435
3435
|
bid: {
|
|
3436
3436
|
value: string;
|
|
@@ -3497,7 +3497,7 @@ declare const _default: {
|
|
|
3497
3497
|
/**
|
|
3498
3498
|
* Lookup316: pallet_recovery::pallet::Call<T>
|
|
3499
3499
|
**/
|
|
3500
|
-
|
|
3500
|
+
PezpalletRecoveryCall: {
|
|
3501
3501
|
_enum: {
|
|
3502
3502
|
as_recovered: {
|
|
3503
3503
|
account: string;
|
|
@@ -3534,7 +3534,7 @@ declare const _default: {
|
|
|
3534
3534
|
/**
|
|
3535
3535
|
* Lookup317: pallet_vesting::pallet::Call<T>
|
|
3536
3536
|
**/
|
|
3537
|
-
|
|
3537
|
+
PezpalletVestingCall: {
|
|
3538
3538
|
_enum: {
|
|
3539
3539
|
vest: string;
|
|
3540
3540
|
vest_other: {
|
|
@@ -3562,7 +3562,7 @@ declare const _default: {
|
|
|
3562
3562
|
/**
|
|
3563
3563
|
* Lookup318: pallet_vesting::vesting_info::VestingInfo<Balance, BlockNumber>
|
|
3564
3564
|
**/
|
|
3565
|
-
|
|
3565
|
+
PezpalletVestingVestingInfo: {
|
|
3566
3566
|
locked: string;
|
|
3567
3567
|
perBlock: string;
|
|
3568
3568
|
startingBlock: string;
|
|
@@ -3570,7 +3570,7 @@ declare const _default: {
|
|
|
3570
3570
|
/**
|
|
3571
3571
|
* Lookup319: pallet_scheduler::pallet::Call<T>
|
|
3572
3572
|
**/
|
|
3573
|
-
|
|
3573
|
+
PezpalletSchedulerCall: {
|
|
3574
3574
|
_enum: {
|
|
3575
3575
|
schedule: {
|
|
3576
3576
|
when: string;
|
|
@@ -3626,7 +3626,7 @@ declare const _default: {
|
|
|
3626
3626
|
/**
|
|
3627
3627
|
* Lookup321: pallet_glutton::pallet::Call<T>
|
|
3628
3628
|
**/
|
|
3629
|
-
|
|
3629
|
+
PezpalletGluttonCall: {
|
|
3630
3630
|
_enum: {
|
|
3631
3631
|
initialize_pallet: {
|
|
3632
3632
|
newCount: string;
|
|
@@ -3649,7 +3649,7 @@ declare const _default: {
|
|
|
3649
3649
|
/**
|
|
3650
3650
|
* Lookup324: pallet_preimage::pallet::Call<T>
|
|
3651
3651
|
**/
|
|
3652
|
-
|
|
3652
|
+
PezpalletPreimageCall: {
|
|
3653
3653
|
_enum: {
|
|
3654
3654
|
note_preimage: {
|
|
3655
3655
|
bytes: string;
|
|
@@ -3680,7 +3680,7 @@ declare const _default: {
|
|
|
3680
3680
|
/**
|
|
3681
3681
|
* Lookup326: pallet_proxy::pallet::Call<T>
|
|
3682
3682
|
**/
|
|
3683
|
-
|
|
3683
|
+
PezpalletProxyCall: {
|
|
3684
3684
|
_enum: {
|
|
3685
3685
|
proxy: {
|
|
3686
3686
|
real: string;
|
|
@@ -3734,7 +3734,7 @@ declare const _default: {
|
|
|
3734
3734
|
/**
|
|
3735
3735
|
* Lookup328: pallet_multisig::pallet::Call<T>
|
|
3736
3736
|
**/
|
|
3737
|
-
|
|
3737
|
+
PezpalletMultisigCall: {
|
|
3738
3738
|
_enum: {
|
|
3739
3739
|
as_multi_threshold_1: {
|
|
3740
3740
|
otherSignatories: string;
|
|
@@ -3770,7 +3770,7 @@ declare const _default: {
|
|
|
3770
3770
|
/**
|
|
3771
3771
|
* Lookup330: pallet_bounties::pallet::Call<T, I>
|
|
3772
3772
|
**/
|
|
3773
|
-
|
|
3773
|
+
PezpalletBountiesCall: {
|
|
3774
3774
|
_enum: {
|
|
3775
3775
|
propose_bounty: {
|
|
3776
3776
|
value: string;
|
|
@@ -3814,7 +3814,7 @@ declare const _default: {
|
|
|
3814
3814
|
/**
|
|
3815
3815
|
* Lookup331: pallet_tips::pallet::Call<T, I>
|
|
3816
3816
|
**/
|
|
3817
|
-
|
|
3817
|
+
PezpalletTipsCall: {
|
|
3818
3818
|
_enum: {
|
|
3819
3819
|
report_awesome: {
|
|
3820
3820
|
reason: string;
|
|
@@ -3855,7 +3855,7 @@ declare const _default: {
|
|
|
3855
3855
|
/**
|
|
3856
3856
|
* Lookup332: pallet_assets::pallet::Call<T, I>
|
|
3857
3857
|
**/
|
|
3858
|
-
|
|
3858
|
+
PezpalletAssetsCall: {
|
|
3859
3859
|
_enum: {
|
|
3860
3860
|
create: {
|
|
3861
3861
|
id: string;
|
|
@@ -4012,7 +4012,7 @@ declare const _default: {
|
|
|
4012
4012
|
/**
|
|
4013
4013
|
* Lookup334: pallet_beefy::pallet::Call<T>
|
|
4014
4014
|
**/
|
|
4015
|
-
|
|
4015
|
+
PezpalletBeefyCall: {
|
|
4016
4016
|
_enum: {
|
|
4017
4017
|
report_double_voting: {
|
|
4018
4018
|
equivocationProof: string;
|
|
@@ -4046,18 +4046,18 @@ declare const _default: {
|
|
|
4046
4046
|
/**
|
|
4047
4047
|
* Lookup335: sp_consensus_beefy::DoubleVotingProof<Number, sp_consensus_beefy::ecdsa_crypto::Public, sp_consensus_beefy::ecdsa_crypto::Signature>
|
|
4048
4048
|
**/
|
|
4049
|
-
|
|
4049
|
+
PezspConsensusBeefyDoubleVotingProof: {
|
|
4050
4050
|
first: string;
|
|
4051
4051
|
second: string;
|
|
4052
4052
|
};
|
|
4053
4053
|
/**
|
|
4054
4054
|
* Lookup336: sp_consensus_beefy::ecdsa_crypto::Signature
|
|
4055
4055
|
**/
|
|
4056
|
-
|
|
4056
|
+
PezspConsensusBeefyEcdsaCryptoSignature: string;
|
|
4057
4057
|
/**
|
|
4058
4058
|
* Lookup337: sp_consensus_beefy::VoteMessage<Number, sp_consensus_beefy::ecdsa_crypto::Public, sp_consensus_beefy::ecdsa_crypto::Signature>
|
|
4059
4059
|
**/
|
|
4060
|
-
|
|
4060
|
+
PezspConsensusBeefyVoteMessage: {
|
|
4061
4061
|
commitment: string;
|
|
4062
4062
|
id: string;
|
|
4063
4063
|
signature: string;
|
|
@@ -4065,7 +4065,7 @@ declare const _default: {
|
|
|
4065
4065
|
/**
|
|
4066
4066
|
* Lookup338: sp_consensus_beefy::commitment::Commitment<TBlockNumber>
|
|
4067
4067
|
**/
|
|
4068
|
-
|
|
4068
|
+
PezspConsensusBeefyCommitment: {
|
|
4069
4069
|
payload: string;
|
|
4070
4070
|
blockNumber: string;
|
|
4071
4071
|
validatorSetId: string;
|
|
@@ -4073,11 +4073,11 @@ declare const _default: {
|
|
|
4073
4073
|
/**
|
|
4074
4074
|
* Lookup339: sp_consensus_beefy::payload::Payload
|
|
4075
4075
|
**/
|
|
4076
|
-
|
|
4076
|
+
PezspConsensusBeefyPayload: string;
|
|
4077
4077
|
/**
|
|
4078
4078
|
* Lookup342: sp_consensus_beefy::ForkVotingProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_beefy::ecdsa_crypto::Public, sp_mmr_primitives::AncestryProof<primitive_types::H256>>
|
|
4079
4079
|
**/
|
|
4080
|
-
|
|
4080
|
+
PezspConsensusBeefyForkVotingProofAncestryProof: {
|
|
4081
4081
|
vote: string;
|
|
4082
4082
|
ancestryProof: string;
|
|
4083
4083
|
header: string;
|
|
@@ -4085,7 +4085,7 @@ declare const _default: {
|
|
|
4085
4085
|
/**
|
|
4086
4086
|
* Lookup343: sp_mmr_primitives::AncestryProof<primitive_types::H256>
|
|
4087
4087
|
**/
|
|
4088
|
-
|
|
4088
|
+
PezspMmrPrimitivesAncestryProof: {
|
|
4089
4089
|
prevPeaks: string;
|
|
4090
4090
|
prevLeafCount: string;
|
|
4091
4091
|
leafCount: string;
|
|
@@ -4094,13 +4094,13 @@ declare const _default: {
|
|
|
4094
4094
|
/**
|
|
4095
4095
|
* Lookup346: sp_consensus_beefy::FutureBlockVotingProof<Number, sp_consensus_beefy::ecdsa_crypto::Public>
|
|
4096
4096
|
**/
|
|
4097
|
-
|
|
4097
|
+
PezspConsensusBeefyFutureBlockVotingProof: {
|
|
4098
4098
|
vote: string;
|
|
4099
4099
|
};
|
|
4100
4100
|
/**
|
|
4101
4101
|
* Lookup347: pallet_lottery::pallet::Call<T>
|
|
4102
4102
|
**/
|
|
4103
|
-
|
|
4103
|
+
PezpalletLotteryCall: {
|
|
4104
4104
|
_enum: {
|
|
4105
4105
|
buy_ticket: {
|
|
4106
4106
|
call: string;
|
|
@@ -4120,7 +4120,7 @@ declare const _default: {
|
|
|
4120
4120
|
/**
|
|
4121
4121
|
* Lookup348: pallet_nis::pallet::Call<T>
|
|
4122
4122
|
**/
|
|
4123
|
-
|
|
4123
|
+
PezpalletNisCall: {
|
|
4124
4124
|
_enum: {
|
|
4125
4125
|
place_bid: {
|
|
4126
4126
|
amount: string;
|
|
@@ -4149,7 +4149,7 @@ declare const _default: {
|
|
|
4149
4149
|
/**
|
|
4150
4150
|
* Lookup350: pallet_uniques::pallet::Call<T, I>
|
|
4151
4151
|
**/
|
|
4152
|
-
|
|
4152
|
+
PezpalletUniquesCall: {
|
|
4153
4153
|
_enum: {
|
|
4154
4154
|
create: {
|
|
4155
4155
|
collection: string;
|
|
@@ -4278,7 +4278,7 @@ declare const _default: {
|
|
|
4278
4278
|
/**
|
|
4279
4279
|
* Lookup351: pallet_uniques::types::DestroyWitness
|
|
4280
4280
|
**/
|
|
4281
|
-
|
|
4281
|
+
PezpalletUniquesDestroyWitness: {
|
|
4282
4282
|
items: string;
|
|
4283
4283
|
itemMetadatas: string;
|
|
4284
4284
|
attributes: string;
|
|
@@ -4286,7 +4286,7 @@ declare const _default: {
|
|
|
4286
4286
|
/**
|
|
4287
4287
|
* Lookup353: pallet_nfts::pallet::Call<T, I>
|
|
4288
4288
|
**/
|
|
4289
|
-
|
|
4289
|
+
PezpalletNftsCall: {
|
|
4290
4290
|
_enum: {
|
|
4291
4291
|
create: {
|
|
4292
4292
|
admin: string;
|
|
@@ -4483,7 +4483,7 @@ declare const _default: {
|
|
|
4483
4483
|
/**
|
|
4484
4484
|
* Lookup354: pallet_nfts::types::CollectionConfig<Price, BlockNumber, CollectionId>
|
|
4485
4485
|
**/
|
|
4486
|
-
|
|
4486
|
+
PezpalletNftsCollectionConfig: {
|
|
4487
4487
|
settings: string;
|
|
4488
4488
|
maxSupply: string;
|
|
4489
4489
|
mintSettings: string;
|
|
@@ -4491,13 +4491,13 @@ declare const _default: {
|
|
|
4491
4491
|
/**
|
|
4492
4492
|
* Lookup356: pallet_nfts::types::CollectionSetting
|
|
4493
4493
|
**/
|
|
4494
|
-
|
|
4494
|
+
PezpalletNftsCollectionSetting: {
|
|
4495
4495
|
_enum: string[];
|
|
4496
4496
|
};
|
|
4497
4497
|
/**
|
|
4498
4498
|
* Lookup357: pallet_nfts::types::MintSettings<Price, BlockNumber, CollectionId>
|
|
4499
4499
|
**/
|
|
4500
|
-
|
|
4500
|
+
PezpalletNftsMintSettings: {
|
|
4501
4501
|
mintType: string;
|
|
4502
4502
|
price: string;
|
|
4503
4503
|
startBlock: string;
|
|
@@ -4507,7 +4507,7 @@ declare const _default: {
|
|
|
4507
4507
|
/**
|
|
4508
4508
|
* Lookup358: pallet_nfts::types::MintType<CollectionId>
|
|
4509
4509
|
**/
|
|
4510
|
-
|
|
4510
|
+
PezpalletNftsMintType: {
|
|
4511
4511
|
_enum: {
|
|
4512
4512
|
Issuer: string;
|
|
4513
4513
|
Public: string;
|
|
@@ -4517,13 +4517,13 @@ declare const _default: {
|
|
|
4517
4517
|
/**
|
|
4518
4518
|
* Lookup360: pallet_nfts::types::ItemSetting
|
|
4519
4519
|
**/
|
|
4520
|
-
|
|
4520
|
+
PezpalletNftsItemSetting: {
|
|
4521
4521
|
_enum: string[];
|
|
4522
4522
|
};
|
|
4523
4523
|
/**
|
|
4524
4524
|
* Lookup361: pallet_nfts::types::DestroyWitness
|
|
4525
4525
|
**/
|
|
4526
|
-
|
|
4526
|
+
PezpalletNftsDestroyWitness: {
|
|
4527
4527
|
itemMetadatas: string;
|
|
4528
4528
|
itemConfigs: string;
|
|
4529
4529
|
attributes: string;
|
|
@@ -4531,26 +4531,26 @@ declare const _default: {
|
|
|
4531
4531
|
/**
|
|
4532
4532
|
* Lookup363: pallet_nfts::types::MintWitness<ItemId, Balance>
|
|
4533
4533
|
**/
|
|
4534
|
-
|
|
4534
|
+
PezpalletNftsMintWitness: {
|
|
4535
4535
|
ownedItem: string;
|
|
4536
4536
|
mintPrice: string;
|
|
4537
4537
|
};
|
|
4538
4538
|
/**
|
|
4539
4539
|
* Lookup364: pallet_nfts::types::ItemConfig
|
|
4540
4540
|
**/
|
|
4541
|
-
|
|
4541
|
+
PezpalletNftsItemConfig: {
|
|
4542
4542
|
settings: string;
|
|
4543
4543
|
};
|
|
4544
4544
|
/**
|
|
4545
4545
|
* Lookup365: pallet_nfts::types::CancelAttributesApprovalWitness
|
|
4546
4546
|
**/
|
|
4547
|
-
|
|
4547
|
+
PezpalletNftsCancelAttributesApprovalWitness: {
|
|
4548
4548
|
accountAttributes: string;
|
|
4549
4549
|
};
|
|
4550
4550
|
/**
|
|
4551
4551
|
* Lookup367: pallet_nfts::types::ItemTip<CollectionId, ItemId, sp_core::crypto::AccountId32, Amount>
|
|
4552
4552
|
**/
|
|
4553
|
-
|
|
4553
|
+
PezpalletNftsItemTip: {
|
|
4554
4554
|
collection: string;
|
|
4555
4555
|
item: string;
|
|
4556
4556
|
receiver: string;
|
|
@@ -4559,7 +4559,7 @@ declare const _default: {
|
|
|
4559
4559
|
/**
|
|
4560
4560
|
* Lookup369: pallet_nfts::types::PreSignedMint<CollectionId, ItemId, sp_core::crypto::AccountId32, Deadline, Balance>
|
|
4561
4561
|
**/
|
|
4562
|
-
|
|
4562
|
+
PezpalletNftsPreSignedMint: {
|
|
4563
4563
|
collection: string;
|
|
4564
4564
|
item: string;
|
|
4565
4565
|
attributes: string;
|
|
@@ -4571,7 +4571,7 @@ declare const _default: {
|
|
|
4571
4571
|
/**
|
|
4572
4572
|
* Lookup370: pallet_nfts::types::PreSignedAttributes<CollectionId, ItemId, sp_core::crypto::AccountId32, Deadline>
|
|
4573
4573
|
**/
|
|
4574
|
-
|
|
4574
|
+
PezpalletNftsPreSignedAttributes: {
|
|
4575
4575
|
collection: string;
|
|
4576
4576
|
item: string;
|
|
4577
4577
|
attributes: string;
|
|
@@ -4581,7 +4581,7 @@ declare const _default: {
|
|
|
4581
4581
|
/**
|
|
4582
4582
|
* Lookup371: pallet_nft_fractionalization::pallet::Call<T>
|
|
4583
4583
|
**/
|
|
4584
|
-
|
|
4584
|
+
PezpalletNftFractionalizationCall: {
|
|
4585
4585
|
_enum: {
|
|
4586
4586
|
fractionalize: {
|
|
4587
4587
|
nftCollectionId: string;
|
|
@@ -4601,7 +4601,7 @@ declare const _default: {
|
|
|
4601
4601
|
/**
|
|
4602
4602
|
* Lookup372: pallet_salary::pallet::Call<T, I>
|
|
4603
4603
|
**/
|
|
4604
|
-
|
|
4604
|
+
PezpalletSalaryCall: {
|
|
4605
4605
|
_enum: {
|
|
4606
4606
|
init: string;
|
|
4607
4607
|
bump: string;
|
|
@@ -4617,7 +4617,7 @@ declare const _default: {
|
|
|
4617
4617
|
/**
|
|
4618
4618
|
* Lookup373: pallet_core_fellowship::pallet::Call<T, I>
|
|
4619
4619
|
**/
|
|
4620
|
-
|
|
4620
|
+
PezpalletCoreFellowshipCall: {
|
|
4621
4621
|
_enum: {
|
|
4622
4622
|
bump: {
|
|
4623
4623
|
who: string;
|
|
@@ -4662,7 +4662,7 @@ declare const _default: {
|
|
|
4662
4662
|
/**
|
|
4663
4663
|
* Lookup374: pallet_core_fellowship::ParamsType<Option<T>, Option<T>, Ranks>
|
|
4664
4664
|
**/
|
|
4665
|
-
|
|
4665
|
+
PezpalletCoreFellowshipParamsTypeOption: {
|
|
4666
4666
|
activeSalary: string;
|
|
4667
4667
|
passiveSalary: string;
|
|
4668
4668
|
demotionPeriod: string;
|
|
@@ -4672,7 +4672,7 @@ declare const _default: {
|
|
|
4672
4672
|
/**
|
|
4673
4673
|
* Lookup379: pallet_transaction_storage::pallet::Call<T>
|
|
4674
4674
|
**/
|
|
4675
|
-
|
|
4675
|
+
PezpalletTransactionStorageCall: {
|
|
4676
4676
|
_enum: {
|
|
4677
4677
|
store: {
|
|
4678
4678
|
data: string;
|
|
@@ -4689,14 +4689,14 @@ declare const _default: {
|
|
|
4689
4689
|
/**
|
|
4690
4690
|
* Lookup380: sp_transaction_storage_proof::TransactionStorageProof
|
|
4691
4691
|
**/
|
|
4692
|
-
|
|
4692
|
+
PezspTransactionStorageProofTransactionStorageProof: {
|
|
4693
4693
|
chunk: string;
|
|
4694
4694
|
proof: string;
|
|
4695
4695
|
};
|
|
4696
4696
|
/**
|
|
4697
4697
|
* Lookup381: pallet_bags_list::pallet::Call<T, I>
|
|
4698
4698
|
**/
|
|
4699
|
-
|
|
4699
|
+
PezpalletBagsListCall: {
|
|
4700
4700
|
_enum: {
|
|
4701
4701
|
rebag: {
|
|
4702
4702
|
dislocated: string;
|
|
@@ -4713,7 +4713,7 @@ declare const _default: {
|
|
|
4713
4713
|
/**
|
|
4714
4714
|
* Lookup382: pallet_state_trie_migration::pallet::Call<T>
|
|
4715
4715
|
**/
|
|
4716
|
-
|
|
4716
|
+
PezpalletStateTrieMigrationCall: {
|
|
4717
4717
|
_enum: {
|
|
4718
4718
|
control_auto_migration: {
|
|
4719
4719
|
maybeConfig: string;
|
|
@@ -4747,7 +4747,7 @@ declare const _default: {
|
|
|
4747
4747
|
/**
|
|
4748
4748
|
* Lookup384: pallet_state_trie_migration::pallet::MigrationLimits
|
|
4749
4749
|
**/
|
|
4750
|
-
|
|
4750
|
+
PezpalletStateTrieMigrationMigrationLimits: {
|
|
4751
4751
|
_alias: {
|
|
4752
4752
|
size_: string;
|
|
4753
4753
|
};
|
|
@@ -4757,7 +4757,7 @@ declare const _default: {
|
|
|
4757
4757
|
/**
|
|
4758
4758
|
* Lookup385: pallet_state_trie_migration::pallet::MigrationTask<T>
|
|
4759
4759
|
**/
|
|
4760
|
-
|
|
4760
|
+
PezpalletStateTrieMigrationMigrationTask: {
|
|
4761
4761
|
_alias: {
|
|
4762
4762
|
size_: string;
|
|
4763
4763
|
};
|
|
@@ -4770,7 +4770,7 @@ declare const _default: {
|
|
|
4770
4770
|
/**
|
|
4771
4771
|
* Lookup386: pallet_state_trie_migration::pallet::Progress<MaxKeyLen>
|
|
4772
4772
|
**/
|
|
4773
|
-
|
|
4773
|
+
PezpalletStateTrieMigrationProgress: {
|
|
4774
4774
|
_enum: {
|
|
4775
4775
|
ToStart: string;
|
|
4776
4776
|
LastKey: string;
|
|
@@ -4780,7 +4780,7 @@ declare const _default: {
|
|
|
4780
4780
|
/**
|
|
4781
4781
|
* Lookup388: pallet_child_bounties::pallet::Call<T>
|
|
4782
4782
|
**/
|
|
4783
|
-
|
|
4783
|
+
PezpalletChildBountiesCall: {
|
|
4784
4784
|
_enum: {
|
|
4785
4785
|
add_child_bounty: {
|
|
4786
4786
|
parentBountyId: string;
|
|
@@ -4819,7 +4819,7 @@ declare const _default: {
|
|
|
4819
4819
|
/**
|
|
4820
4820
|
* Lookup389: pallet_referenda::pallet::Call<T, I>
|
|
4821
4821
|
**/
|
|
4822
|
-
|
|
4822
|
+
PezpalletReferendaCall: {
|
|
4823
4823
|
_enum: {
|
|
4824
4824
|
submit: {
|
|
4825
4825
|
proposalOrigin: string;
|
|
@@ -4856,7 +4856,7 @@ declare const _default: {
|
|
|
4856
4856
|
/**
|
|
4857
4857
|
* Lookup390: frame_support::traits::schedule::DispatchTime<BlockNumber>
|
|
4858
4858
|
**/
|
|
4859
|
-
|
|
4859
|
+
PezframeSupportScheduleDispatchTime: {
|
|
4860
4860
|
_enum: {
|
|
4861
4861
|
At: string;
|
|
4862
4862
|
After: string;
|
|
@@ -4865,7 +4865,7 @@ declare const _default: {
|
|
|
4865
4865
|
/**
|
|
4866
4866
|
* Lookup391: pallet_remark::pallet::Call<T>
|
|
4867
4867
|
**/
|
|
4868
|
-
|
|
4868
|
+
PezpalletRemarkCall: {
|
|
4869
4869
|
_enum: {
|
|
4870
4870
|
store: {
|
|
4871
4871
|
remark: string;
|
|
@@ -4875,7 +4875,7 @@ declare const _default: {
|
|
|
4875
4875
|
/**
|
|
4876
4876
|
* Lookup392: pallet_root_testing::pallet::Call<T>
|
|
4877
4877
|
**/
|
|
4878
|
-
|
|
4878
|
+
PezpalletRootTestingCall: {
|
|
4879
4879
|
_enum: {
|
|
4880
4880
|
fill_block: {
|
|
4881
4881
|
ratio: string;
|
|
@@ -4886,7 +4886,7 @@ declare const _default: {
|
|
|
4886
4886
|
/**
|
|
4887
4887
|
* Lookup393: pallet_conviction_voting::pallet::Call<T, I>
|
|
4888
4888
|
**/
|
|
4889
|
-
|
|
4889
|
+
PezpalletConvictionVotingCall: {
|
|
4890
4890
|
_enum: {
|
|
4891
4891
|
vote: {
|
|
4892
4892
|
pollIndex: string;
|
|
@@ -4919,7 +4919,7 @@ declare const _default: {
|
|
|
4919
4919
|
/**
|
|
4920
4920
|
* Lookup394: pallet_conviction_voting::vote::AccountVote<Balance>
|
|
4921
4921
|
**/
|
|
4922
|
-
|
|
4922
|
+
PezpalletConvictionVotingVoteAccountVote: {
|
|
4923
4923
|
_enum: {
|
|
4924
4924
|
Standard: {
|
|
4925
4925
|
vote: string;
|
|
@@ -4939,13 +4939,13 @@ declare const _default: {
|
|
|
4939
4939
|
/**
|
|
4940
4940
|
* Lookup396: pallet_conviction_voting::conviction::Conviction
|
|
4941
4941
|
**/
|
|
4942
|
-
|
|
4942
|
+
PezpalletConvictionVotingConviction: {
|
|
4943
4943
|
_enum: string[];
|
|
4944
4944
|
};
|
|
4945
4945
|
/**
|
|
4946
4946
|
* Lookup397: pallet_whitelist::pallet::Call<T>
|
|
4947
4947
|
**/
|
|
4948
|
-
|
|
4948
|
+
PezpalletWhitelistCall: {
|
|
4949
4949
|
_enum: {
|
|
4950
4950
|
whitelist_call: {
|
|
4951
4951
|
callHash: string;
|
|
@@ -4966,7 +4966,7 @@ declare const _default: {
|
|
|
4966
4966
|
/**
|
|
4967
4967
|
* Lookup399: pallet_alliance::pallet::Call<T, I>
|
|
4968
4968
|
**/
|
|
4969
|
-
|
|
4969
|
+
PezpalletAllianceCall: {
|
|
4970
4970
|
_enum: {
|
|
4971
4971
|
propose: {
|
|
4972
4972
|
threshold: string;
|
|
@@ -5025,14 +5025,14 @@ declare const _default: {
|
|
|
5025
5025
|
/**
|
|
5026
5026
|
* Lookup400: pallet_alliance::types::DisbandWitness
|
|
5027
5027
|
**/
|
|
5028
|
-
|
|
5028
|
+
PezpalletAllianceDisbandWitness: {
|
|
5029
5029
|
fellowMembers: string;
|
|
5030
5030
|
allyMembers: string;
|
|
5031
5031
|
};
|
|
5032
5032
|
/**
|
|
5033
5033
|
* Lookup401: pallet_alliance::types::Cid
|
|
5034
5034
|
**/
|
|
5035
|
-
|
|
5035
|
+
PezpalletAllianceCid: {
|
|
5036
5036
|
_alias: {
|
|
5037
5037
|
hash_: string;
|
|
5038
5038
|
};
|
|
@@ -5043,20 +5043,20 @@ declare const _default: {
|
|
|
5043
5043
|
/**
|
|
5044
5044
|
* Lookup402: pallet_alliance::types::Version
|
|
5045
5045
|
**/
|
|
5046
|
-
|
|
5046
|
+
PezpalletAllianceVersion: {
|
|
5047
5047
|
_enum: string[];
|
|
5048
5048
|
};
|
|
5049
5049
|
/**
|
|
5050
5050
|
* Lookup403: pallet_alliance::types::Multihash
|
|
5051
5051
|
**/
|
|
5052
|
-
|
|
5052
|
+
PezpalletAllianceMultihash: {
|
|
5053
5053
|
code: string;
|
|
5054
5054
|
digest: string;
|
|
5055
5055
|
};
|
|
5056
5056
|
/**
|
|
5057
5057
|
* Lookup406: pallet_alliance::UnscrupulousItem<sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
5058
5058
|
**/
|
|
5059
|
-
|
|
5059
|
+
PezpalletAllianceUnscrupulousItem: {
|
|
5060
5060
|
_enum: {
|
|
5061
5061
|
AccountId: string;
|
|
5062
5062
|
Website: string;
|
|
@@ -5065,7 +5065,7 @@ declare const _default: {
|
|
|
5065
5065
|
/**
|
|
5066
5066
|
* Lookup408: pallet_nomination_pools::pallet::Call<T>
|
|
5067
5067
|
**/
|
|
5068
|
-
|
|
5068
|
+
PezpalletNominationPoolsCall: {
|
|
5069
5069
|
_enum: {
|
|
5070
5070
|
join: {
|
|
5071
5071
|
amount: string;
|
|
@@ -5175,7 +5175,7 @@ declare const _default: {
|
|
|
5175
5175
|
/**
|
|
5176
5176
|
* Lookup409: pallet_nomination_pools::BondExtra<Balance>
|
|
5177
5177
|
**/
|
|
5178
|
-
|
|
5178
|
+
PezpalletNominationPoolsBondExtra: {
|
|
5179
5179
|
_enum: {
|
|
5180
5180
|
FreeBalance: string;
|
|
5181
5181
|
Rewards: string;
|
|
@@ -5184,13 +5184,13 @@ declare const _default: {
|
|
|
5184
5184
|
/**
|
|
5185
5185
|
* Lookup410: pallet_nomination_pools::PoolState
|
|
5186
5186
|
**/
|
|
5187
|
-
|
|
5187
|
+
PezpalletNominationPoolsPoolState: {
|
|
5188
5188
|
_enum: string[];
|
|
5189
5189
|
};
|
|
5190
5190
|
/**
|
|
5191
5191
|
* Lookup411: pallet_nomination_pools::ConfigOp<T>
|
|
5192
5192
|
**/
|
|
5193
|
-
|
|
5193
|
+
PezpalletNominationPoolsConfigOpU128: {
|
|
5194
5194
|
_enum: {
|
|
5195
5195
|
Noop: string;
|
|
5196
5196
|
Set: string;
|
|
@@ -5200,7 +5200,7 @@ declare const _default: {
|
|
|
5200
5200
|
/**
|
|
5201
5201
|
* Lookup412: pallet_nomination_pools::ConfigOp<T>
|
|
5202
5202
|
**/
|
|
5203
|
-
|
|
5203
|
+
PezpalletNominationPoolsConfigOpU32: {
|
|
5204
5204
|
_enum: {
|
|
5205
5205
|
Noop: string;
|
|
5206
5206
|
Set: string;
|
|
@@ -5210,7 +5210,7 @@ declare const _default: {
|
|
|
5210
5210
|
/**
|
|
5211
5211
|
* Lookup413: pallet_nomination_pools::ConfigOp<sp_arithmetic::per_things::Perbill>
|
|
5212
5212
|
**/
|
|
5213
|
-
|
|
5213
|
+
PezpalletNominationPoolsConfigOpPerbill: {
|
|
5214
5214
|
_enum: {
|
|
5215
5215
|
Noop: string;
|
|
5216
5216
|
Set: string;
|
|
@@ -5220,7 +5220,7 @@ declare const _default: {
|
|
|
5220
5220
|
/**
|
|
5221
5221
|
* Lookup414: pallet_nomination_pools::ConfigOp<sp_core::crypto::AccountId32>
|
|
5222
5222
|
**/
|
|
5223
|
-
|
|
5223
|
+
PezpalletNominationPoolsConfigOpAccountId32: {
|
|
5224
5224
|
_enum: {
|
|
5225
5225
|
Noop: string;
|
|
5226
5226
|
Set: string;
|
|
@@ -5230,20 +5230,20 @@ declare const _default: {
|
|
|
5230
5230
|
/**
|
|
5231
5231
|
* Lookup415: pallet_nomination_pools::ClaimPermission
|
|
5232
5232
|
**/
|
|
5233
|
-
|
|
5233
|
+
PezpalletNominationPoolsClaimPermission: {
|
|
5234
5234
|
_enum: string[];
|
|
5235
5235
|
};
|
|
5236
5236
|
/**
|
|
5237
5237
|
* Lookup418: pallet_nomination_pools::CommissionChangeRate<BlockNumber>
|
|
5238
5238
|
**/
|
|
5239
|
-
|
|
5239
|
+
PezpalletNominationPoolsCommissionChangeRate: {
|
|
5240
5240
|
maxIncrease: string;
|
|
5241
5241
|
minDelay: string;
|
|
5242
5242
|
};
|
|
5243
5243
|
/**
|
|
5244
5244
|
* Lookup420: pallet_nomination_pools::CommissionClaimPermission<sp_core::crypto::AccountId32>
|
|
5245
5245
|
**/
|
|
5246
|
-
|
|
5246
|
+
PezpalletNominationPoolsCommissionClaimPermission: {
|
|
5247
5247
|
_enum: {
|
|
5248
5248
|
Permissionless: string;
|
|
5249
5249
|
Account: string;
|
|
@@ -5252,7 +5252,7 @@ declare const _default: {
|
|
|
5252
5252
|
/**
|
|
5253
5253
|
* Lookup422: pallet_ranked_collective::pallet::Call<T, I>
|
|
5254
5254
|
**/
|
|
5255
|
-
|
|
5255
|
+
PezpalletRankedCollectiveCall: {
|
|
5256
5256
|
_enum: {
|
|
5257
5257
|
add_member: {
|
|
5258
5258
|
who: string;
|
|
@@ -5284,7 +5284,7 @@ declare const _default: {
|
|
|
5284
5284
|
/**
|
|
5285
5285
|
* Lookup423: pallet_asset_conversion::pallet::Call<T>
|
|
5286
5286
|
**/
|
|
5287
|
-
|
|
5287
|
+
PezpalletAssetConversionCall: {
|
|
5288
5288
|
_enum: {
|
|
5289
5289
|
create_pool: {
|
|
5290
5290
|
asset1: string;
|
|
@@ -5330,7 +5330,7 @@ declare const _default: {
|
|
|
5330
5330
|
/**
|
|
5331
5331
|
* Lookup425: pallet_fast_unstake::pallet::Call<T>
|
|
5332
5332
|
**/
|
|
5333
|
-
|
|
5333
|
+
PezpalletFastUnstakeCall: {
|
|
5334
5334
|
_enum: {
|
|
5335
5335
|
register_fast_unstake: string;
|
|
5336
5336
|
deregister: string;
|
|
@@ -5342,7 +5342,7 @@ declare const _default: {
|
|
|
5342
5342
|
/**
|
|
5343
5343
|
* Lookup426: pallet_message_queue::pallet::Call<T>
|
|
5344
5344
|
**/
|
|
5345
|
-
|
|
5345
|
+
PezpalletMessageQueueCall: {
|
|
5346
5346
|
_enum: {
|
|
5347
5347
|
reap_page: {
|
|
5348
5348
|
messageOrigin: string;
|
|
@@ -5359,13 +5359,13 @@ declare const _default: {
|
|
|
5359
5359
|
/**
|
|
5360
5360
|
* Lookup427: frame_benchmarking_pallet_pov::pallet::Call<T>
|
|
5361
5361
|
**/
|
|
5362
|
-
|
|
5362
|
+
PezframeBenchmarkingPezpalletPovCall: {
|
|
5363
5363
|
_enum: string[];
|
|
5364
5364
|
};
|
|
5365
5365
|
/**
|
|
5366
5366
|
* Lookup428: pallet_tx_pause::pallet::Call<T>
|
|
5367
5367
|
**/
|
|
5368
|
-
|
|
5368
|
+
PezpalletTxPauseCall: {
|
|
5369
5369
|
_enum: {
|
|
5370
5370
|
pause: {
|
|
5371
5371
|
fullName: string;
|
|
@@ -5378,7 +5378,7 @@ declare const _default: {
|
|
|
5378
5378
|
/**
|
|
5379
5379
|
* Lookup430: pallet_safe_mode::pallet::Call<T>
|
|
5380
5380
|
**/
|
|
5381
|
-
|
|
5381
|
+
PezpalletSafeModeCall: {
|
|
5382
5382
|
_enum: {
|
|
5383
5383
|
enter: string;
|
|
5384
5384
|
force_enter: string;
|
|
@@ -5402,7 +5402,7 @@ declare const _default: {
|
|
|
5402
5402
|
/**
|
|
5403
5403
|
* Lookup431: pallet_migrations::pallet::Call<T>
|
|
5404
5404
|
**/
|
|
5405
|
-
|
|
5405
|
+
PezpalletMigrationsCall: {
|
|
5406
5406
|
_enum: {
|
|
5407
5407
|
force_set_cursor: {
|
|
5408
5408
|
cursor: string;
|
|
@@ -5421,7 +5421,7 @@ declare const _default: {
|
|
|
5421
5421
|
/**
|
|
5422
5422
|
* Lookup433: pallet_migrations::MigrationCursor<bounded_collections::bounded_vec::BoundedVec<T, S>, BlockNumber>
|
|
5423
5423
|
**/
|
|
5424
|
-
|
|
5424
|
+
PezpalletMigrationsMigrationCursor: {
|
|
5425
5425
|
_enum: {
|
|
5426
5426
|
Active: string;
|
|
5427
5427
|
Stuck: string;
|
|
@@ -5430,7 +5430,7 @@ declare const _default: {
|
|
|
5430
5430
|
/**
|
|
5431
5431
|
* Lookup435: pallet_migrations::ActiveCursor<bounded_collections::bounded_vec::BoundedVec<T, S>, BlockNumber>
|
|
5432
5432
|
**/
|
|
5433
|
-
|
|
5433
|
+
PezpalletMigrationsActiveCursor: {
|
|
5434
5434
|
index: string;
|
|
5435
5435
|
innerCursor: string;
|
|
5436
5436
|
startedAt: string;
|
|
@@ -5438,7 +5438,7 @@ declare const _default: {
|
|
|
5438
5438
|
/**
|
|
5439
5439
|
* Lookup437: pallet_migrations::HistoricCleanupSelector<bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
5440
5440
|
**/
|
|
5441
|
-
|
|
5441
|
+
PezpalletMigrationsHistoricCleanupSelector: {
|
|
5442
5442
|
_enum: {
|
|
5443
5443
|
Specific: string;
|
|
5444
5444
|
Wildcard: {
|
|
@@ -5450,7 +5450,7 @@ declare const _default: {
|
|
|
5450
5450
|
/**
|
|
5451
5451
|
* Lookup440: pallet_broker::pallet::Call<T>
|
|
5452
5452
|
**/
|
|
5453
|
-
|
|
5453
|
+
PezpalletBrokerCall: {
|
|
5454
5454
|
_enum: {
|
|
5455
5455
|
configure: {
|
|
5456
5456
|
config: string;
|
|
@@ -5628,7 +5628,7 @@ declare const _default: {
|
|
|
5628
5628
|
/**
|
|
5629
5629
|
* Lookup441: pallet_broker::types::ConfigRecord<RelayBlockNumber>
|
|
5630
5630
|
**/
|
|
5631
|
-
|
|
5631
|
+
PezpalletBrokerConfigRecord: {
|
|
5632
5632
|
advanceNotice: string;
|
|
5633
5633
|
interludeLength: string;
|
|
5634
5634
|
leadinLength: string;
|
|
@@ -5641,18 +5641,18 @@ declare const _default: {
|
|
|
5641
5641
|
/**
|
|
5642
5642
|
* Lookup443: pallet_broker::types::ScheduleItem
|
|
5643
5643
|
**/
|
|
5644
|
-
|
|
5644
|
+
PezpalletBrokerScheduleItem: {
|
|
5645
5645
|
mask: string;
|
|
5646
5646
|
assignment: string;
|
|
5647
5647
|
};
|
|
5648
5648
|
/**
|
|
5649
5649
|
* Lookup444: pallet_broker::core_mask::CoreMask
|
|
5650
5650
|
**/
|
|
5651
|
-
|
|
5651
|
+
PezpalletBrokerCoreMask: string;
|
|
5652
5652
|
/**
|
|
5653
5653
|
* Lookup445: pallet_broker::coretime_interface::CoreAssignment
|
|
5654
5654
|
**/
|
|
5655
|
-
|
|
5655
|
+
PezpalletBrokerCoretimeInterfaceCoreAssignment: {
|
|
5656
5656
|
_enum: {
|
|
5657
5657
|
Idle: string;
|
|
5658
5658
|
Pool: string;
|
|
@@ -5662,7 +5662,7 @@ declare const _default: {
|
|
|
5662
5662
|
/**
|
|
5663
5663
|
* Lookup447: pallet_broker::types::RegionId
|
|
5664
5664
|
**/
|
|
5665
|
-
|
|
5665
|
+
PezpalletBrokerRegionId: {
|
|
5666
5666
|
begin: string;
|
|
5667
5667
|
core: string;
|
|
5668
5668
|
mask: string;
|
|
@@ -5670,20 +5670,20 @@ declare const _default: {
|
|
|
5670
5670
|
/**
|
|
5671
5671
|
* Lookup448: pallet_broker::types::Finality
|
|
5672
5672
|
**/
|
|
5673
|
-
|
|
5673
|
+
PezpalletBrokerFinality: {
|
|
5674
5674
|
_enum: string[];
|
|
5675
5675
|
};
|
|
5676
5676
|
/**
|
|
5677
5677
|
* Lookup449: pallet_broker::types::OnDemandRevenueRecord<RelayBlockNumber, RelayBalance>
|
|
5678
5678
|
**/
|
|
5679
|
-
|
|
5679
|
+
PezpalletBrokerOnDemandRevenueRecord: {
|
|
5680
5680
|
until: string;
|
|
5681
5681
|
amount: string;
|
|
5682
5682
|
};
|
|
5683
5683
|
/**
|
|
5684
5684
|
* Lookup450: pallet_mixnet::pallet::Call<T>
|
|
5685
5685
|
**/
|
|
5686
|
-
|
|
5686
|
+
PezpalletMixnetCall: {
|
|
5687
5687
|
_enum: {
|
|
5688
5688
|
register: {
|
|
5689
5689
|
registration: string;
|
|
@@ -5694,7 +5694,7 @@ declare const _default: {
|
|
|
5694
5694
|
/**
|
|
5695
5695
|
* Lookup451: pallet_mixnet::Registration<BlockNumber, pallet_mixnet::BoundedMixnode<bounded_collections::bounded_vec::BoundedVec<bounded_collections::bounded_vec::BoundedVec<T, S>, S>>>
|
|
5696
5696
|
**/
|
|
5697
|
-
|
|
5697
|
+
PezpalletMixnetRegistration: {
|
|
5698
5698
|
blockNumber: string;
|
|
5699
5699
|
sessionIndex: string;
|
|
5700
5700
|
authorityIndex: string;
|
|
@@ -5703,7 +5703,7 @@ declare const _default: {
|
|
|
5703
5703
|
/**
|
|
5704
5704
|
* Lookup452: pallet_mixnet::BoundedMixnode<bounded_collections::bounded_vec::BoundedVec<bounded_collections::bounded_vec::BoundedVec<T, S>, S>>
|
|
5705
5705
|
**/
|
|
5706
|
-
|
|
5706
|
+
PezpalletMixnetBoundedMixnode: {
|
|
5707
5707
|
kxPublic: string;
|
|
5708
5708
|
peerId: string;
|
|
5709
5709
|
externalAddresses: string;
|
|
@@ -5711,11 +5711,11 @@ declare const _default: {
|
|
|
5711
5711
|
/**
|
|
5712
5712
|
* Lookup455: sp_mixnet::types::app::Signature
|
|
5713
5713
|
**/
|
|
5714
|
-
|
|
5714
|
+
PezspMixnetAppSignature: string;
|
|
5715
5715
|
/**
|
|
5716
5716
|
* Lookup456: pallet_parameters::pallet::Call<T>
|
|
5717
5717
|
**/
|
|
5718
|
-
|
|
5718
|
+
PezpalletParametersCall: {
|
|
5719
5719
|
_enum: {
|
|
5720
5720
|
set_parameter: {
|
|
5721
5721
|
keyValue: string;
|
|
@@ -5764,7 +5764,7 @@ declare const _default: {
|
|
|
5764
5764
|
/**
|
|
5765
5765
|
* Lookup465: pallet_referenda::types::Track<Id, Balance, Moment>
|
|
5766
5766
|
**/
|
|
5767
|
-
|
|
5767
|
+
PezpalletReferendaTrack: {
|
|
5768
5768
|
id: string;
|
|
5769
5769
|
info: {
|
|
5770
5770
|
name: string;
|
|
@@ -5781,7 +5781,7 @@ declare const _default: {
|
|
|
5781
5781
|
/**
|
|
5782
5782
|
* Lookup467: pallet_referenda::types::Curve
|
|
5783
5783
|
**/
|
|
5784
|
-
|
|
5784
|
+
PezpalletReferendaCurve: {
|
|
5785
5785
|
_enum: {
|
|
5786
5786
|
LinearDecreasing: {
|
|
5787
5787
|
length: string;
|
|
@@ -5808,7 +5808,7 @@ declare const _default: {
|
|
|
5808
5808
|
/**
|
|
5809
5809
|
* Lookup476: pallet_asset_conversion_ops::pallet::Call<T>
|
|
5810
5810
|
**/
|
|
5811
|
-
|
|
5811
|
+
PezpalletAssetConversionOpsCall: {
|
|
5812
5812
|
_enum: {
|
|
5813
5813
|
migrate_to_new_account: {
|
|
5814
5814
|
asset1: string;
|
|
@@ -5819,7 +5819,7 @@ declare const _default: {
|
|
|
5819
5819
|
/**
|
|
5820
5820
|
* Lookup477: pallet_revive::pallet::Call<T>
|
|
5821
5821
|
**/
|
|
5822
|
-
|
|
5822
|
+
PezpalletReviveCall: {
|
|
5823
5823
|
_enum: {
|
|
5824
5824
|
eth_transact: {
|
|
5825
5825
|
payload: string;
|
|
@@ -5868,7 +5868,7 @@ declare const _default: {
|
|
|
5868
5868
|
/**
|
|
5869
5869
|
* Lookup479: pallet_asset_rewards::pallet::Call<T>
|
|
5870
5870
|
**/
|
|
5871
|
-
|
|
5871
|
+
PezpalletAssetRewardsCall: {
|
|
5872
5872
|
_enum: {
|
|
5873
5873
|
create_pool: {
|
|
5874
5874
|
stakedAssetId: string;
|
|
@@ -5914,7 +5914,7 @@ declare const _default: {
|
|
|
5914
5914
|
/**
|
|
5915
5915
|
* Lookup480: pallet_meta_tx::pallet::Call<T>
|
|
5916
5916
|
**/
|
|
5917
|
-
|
|
5917
|
+
PezpalletMetaTxCall: {
|
|
5918
5918
|
_enum: {
|
|
5919
5919
|
dispatch: {
|
|
5920
5920
|
metaTx: string;
|
|
@@ -5924,7 +5924,7 @@ declare const _default: {
|
|
|
5924
5924
|
/**
|
|
5925
5925
|
* Lookup481: pallet_meta_tx::MetaTx<kitchensink_runtime::RuntimeCall, Extension>
|
|
5926
5926
|
**/
|
|
5927
|
-
|
|
5927
|
+
PezpalletMetaTxMetaTx: {
|
|
5928
5928
|
call: string;
|
|
5929
5929
|
extensionVersion: string;
|
|
5930
5930
|
extension: string;
|
|
@@ -5932,7 +5932,7 @@ declare const _default: {
|
|
|
5932
5932
|
/**
|
|
5933
5933
|
* Lookup483: pallet_verify_signature::extension::VerifySignature<T>
|
|
5934
5934
|
**/
|
|
5935
|
-
|
|
5935
|
+
PezpalletVerifySignatureExtensionVerifySignature: {
|
|
5936
5936
|
_enum: {
|
|
5937
5937
|
Signed: {
|
|
5938
5938
|
signature: string;
|
|
@@ -5944,47 +5944,47 @@ declare const _default: {
|
|
|
5944
5944
|
/**
|
|
5945
5945
|
* Lookup484: pallet_meta_tx::extension::MetaTxMarker<T>
|
|
5946
5946
|
**/
|
|
5947
|
-
|
|
5947
|
+
PezpalletMetaTxExtensionMetaTxMarker: string;
|
|
5948
5948
|
/**
|
|
5949
5949
|
* Lookup485: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
5950
5950
|
**/
|
|
5951
|
-
|
|
5951
|
+
PezframeSystemExtensionsCheckNonZeroSender: string;
|
|
5952
5952
|
/**
|
|
5953
5953
|
* Lookup486: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
5954
5954
|
**/
|
|
5955
|
-
|
|
5955
|
+
PezframeSystemExtensionsCheckSpecVersion: string;
|
|
5956
5956
|
/**
|
|
5957
5957
|
* Lookup487: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
5958
5958
|
**/
|
|
5959
|
-
|
|
5959
|
+
PezframeSystemExtensionsCheckTxVersion: string;
|
|
5960
5960
|
/**
|
|
5961
5961
|
* Lookup488: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
5962
5962
|
**/
|
|
5963
|
-
|
|
5963
|
+
PezframeSystemExtensionsCheckGenesis: string;
|
|
5964
5964
|
/**
|
|
5965
5965
|
* Lookup491: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
5966
5966
|
**/
|
|
5967
|
-
|
|
5967
|
+
PezframeSystemExtensionsCheckNonce: string;
|
|
5968
5968
|
/**
|
|
5969
5969
|
* Lookup492: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
5970
5970
|
**/
|
|
5971
|
-
|
|
5971
|
+
PezframeMetadataHashExtensionCheckMetadataHash: {
|
|
5972
5972
|
mode: string;
|
|
5973
5973
|
};
|
|
5974
5974
|
/**
|
|
5975
5975
|
* Lookup493: frame_metadata_hash_extension::Mode
|
|
5976
5976
|
**/
|
|
5977
|
-
|
|
5977
|
+
PezframeMetadataHashExtensionMode: {
|
|
5978
5978
|
_enum: string[];
|
|
5979
5979
|
};
|
|
5980
5980
|
/**
|
|
5981
5981
|
* Lookup494: sp_runtime::traits::BlakeTwo256
|
|
5982
5982
|
**/
|
|
5983
|
-
|
|
5983
|
+
PezspRuntimeBlakeTwo256: string;
|
|
5984
5984
|
/**
|
|
5985
5985
|
* Lookup495: pallet_conviction_voting::types::Tally<Votes, Total>
|
|
5986
5986
|
**/
|
|
5987
|
-
|
|
5987
|
+
PezpalletConvictionVotingTally: {
|
|
5988
5988
|
ayes: string;
|
|
5989
5989
|
nays: string;
|
|
5990
5990
|
support: string;
|
|
@@ -5992,7 +5992,7 @@ declare const _default: {
|
|
|
5992
5992
|
/**
|
|
5993
5993
|
* Lookup496: pallet_remark::pallet::Event<T>
|
|
5994
5994
|
**/
|
|
5995
|
-
|
|
5995
|
+
PezpalletRemarkEvent: {
|
|
5996
5996
|
_enum: {
|
|
5997
5997
|
Stored: {
|
|
5998
5998
|
sender: string;
|
|
@@ -6003,13 +6003,13 @@ declare const _default: {
|
|
|
6003
6003
|
/**
|
|
6004
6004
|
* Lookup497: pallet_root_testing::pallet::Event<T>
|
|
6005
6005
|
**/
|
|
6006
|
-
|
|
6006
|
+
PezpalletRootTestingEvent: {
|
|
6007
6007
|
_enum: string[];
|
|
6008
6008
|
};
|
|
6009
6009
|
/**
|
|
6010
6010
|
* Lookup498: pallet_conviction_voting::pallet::Event<T, I>
|
|
6011
6011
|
**/
|
|
6012
|
-
|
|
6012
|
+
PezpalletConvictionVotingEvent: {
|
|
6013
6013
|
_enum: {
|
|
6014
6014
|
Delegated: string;
|
|
6015
6015
|
Undelegated: string;
|
|
@@ -6030,7 +6030,7 @@ declare const _default: {
|
|
|
6030
6030
|
/**
|
|
6031
6031
|
* Lookup499: pallet_whitelist::pallet::Event<T>
|
|
6032
6032
|
**/
|
|
6033
|
-
|
|
6033
|
+
PezpalletWhitelistEvent: {
|
|
6034
6034
|
_enum: {
|
|
6035
6035
|
CallWhitelisted: {
|
|
6036
6036
|
callHash: string;
|
|
@@ -6047,21 +6047,21 @@ declare const _default: {
|
|
|
6047
6047
|
/**
|
|
6048
6048
|
* Lookup501: frame_support::dispatch::PostDispatchInfo
|
|
6049
6049
|
**/
|
|
6050
|
-
|
|
6050
|
+
PezframeSupportDispatchPostDispatchInfo: {
|
|
6051
6051
|
actualWeight: string;
|
|
6052
6052
|
paysFee: string;
|
|
6053
6053
|
};
|
|
6054
6054
|
/**
|
|
6055
6055
|
* Lookup503: sp_runtime::DispatchErrorWithPostInfo<frame_support::dispatch::PostDispatchInfo>
|
|
6056
6056
|
**/
|
|
6057
|
-
|
|
6057
|
+
PezspRuntimeDispatchErrorWithPostInfo: {
|
|
6058
6058
|
postInfo: string;
|
|
6059
6059
|
error: string;
|
|
6060
6060
|
};
|
|
6061
6061
|
/**
|
|
6062
6062
|
* Lookup505: pallet_alliance::pallet::Event<T, I>
|
|
6063
6063
|
**/
|
|
6064
|
-
|
|
6064
|
+
PezpalletAllianceEvent: {
|
|
6065
6065
|
_enum: {
|
|
6066
6066
|
NewRuleSet: {
|
|
6067
6067
|
rule: string;
|
|
@@ -6114,7 +6114,7 @@ declare const _default: {
|
|
|
6114
6114
|
/**
|
|
6115
6115
|
* Lookup506: pallet_nomination_pools::pallet::Event<T>
|
|
6116
6116
|
**/
|
|
6117
|
-
|
|
6117
|
+
PezpalletNominationPoolsEvent: {
|
|
6118
6118
|
_enum: {
|
|
6119
6119
|
Created: {
|
|
6120
6120
|
depositor: string;
|
|
@@ -6227,7 +6227,7 @@ declare const _default: {
|
|
|
6227
6227
|
/**
|
|
6228
6228
|
* Lookup509: pallet_ranked_collective::Tally<T, I, M>
|
|
6229
6229
|
**/
|
|
6230
|
-
|
|
6230
|
+
PezpalletRankedCollectiveTally: {
|
|
6231
6231
|
bareAyes: string;
|
|
6232
6232
|
ayes: string;
|
|
6233
6233
|
nays: string;
|
|
@@ -6235,7 +6235,7 @@ declare const _default: {
|
|
|
6235
6235
|
/**
|
|
6236
6236
|
* Lookup510: pallet_ranked_collective::pallet::Event<T, I>
|
|
6237
6237
|
**/
|
|
6238
|
-
|
|
6238
|
+
PezpalletRankedCollectiveEvent: {
|
|
6239
6239
|
_enum: {
|
|
6240
6240
|
MemberAdded: {
|
|
6241
6241
|
who: string;
|
|
@@ -6263,7 +6263,7 @@ declare const _default: {
|
|
|
6263
6263
|
/**
|
|
6264
6264
|
* Lookup511: pallet_ranked_collective::VoteRecord
|
|
6265
6265
|
**/
|
|
6266
|
-
|
|
6266
|
+
PezpalletRankedCollectiveVoteRecord: {
|
|
6267
6267
|
_enum: {
|
|
6268
6268
|
Aye: string;
|
|
6269
6269
|
Nay: string;
|
|
@@ -6272,7 +6272,7 @@ declare const _default: {
|
|
|
6272
6272
|
/**
|
|
6273
6273
|
* Lookup512: pallet_asset_conversion::pallet::Event<T>
|
|
6274
6274
|
**/
|
|
6275
|
-
|
|
6275
|
+
PezpalletAssetConversionEvent: {
|
|
6276
6276
|
_enum: {
|
|
6277
6277
|
PoolCreated: {
|
|
6278
6278
|
creator: string;
|
|
@@ -6320,7 +6320,7 @@ declare const _default: {
|
|
|
6320
6320
|
/**
|
|
6321
6321
|
* Lookup517: pallet_fast_unstake::pallet::Event<T>
|
|
6322
6322
|
**/
|
|
6323
|
-
|
|
6323
|
+
PezpalletFastUnstakeEvent: {
|
|
6324
6324
|
_enum: {
|
|
6325
6325
|
Unstaked: {
|
|
6326
6326
|
stash: string;
|
|
@@ -6345,7 +6345,7 @@ declare const _default: {
|
|
|
6345
6345
|
/**
|
|
6346
6346
|
* Lookup518: pallet_message_queue::pallet::Event<T>
|
|
6347
6347
|
**/
|
|
6348
|
-
|
|
6348
|
+
PezpalletMessageQueueEvent: {
|
|
6349
6349
|
_enum: {
|
|
6350
6350
|
ProcessingFailed: {
|
|
6351
6351
|
id: string;
|
|
@@ -6373,7 +6373,7 @@ declare const _default: {
|
|
|
6373
6373
|
/**
|
|
6374
6374
|
* Lookup519: frame_support::traits::messages::ProcessMessageError
|
|
6375
6375
|
**/
|
|
6376
|
-
|
|
6376
|
+
PezframeSupportMessagesProcessMessageError: {
|
|
6377
6377
|
_enum: {
|
|
6378
6378
|
BadFormat: string;
|
|
6379
6379
|
Corrupt: string;
|
|
@@ -6386,13 +6386,13 @@ declare const _default: {
|
|
|
6386
6386
|
/**
|
|
6387
6387
|
* Lookup520: frame_benchmarking_pallet_pov::pallet::Event<T>
|
|
6388
6388
|
**/
|
|
6389
|
-
|
|
6389
|
+
PezframeBenchmarkingPezpalletPovEvent: {
|
|
6390
6390
|
_enum: string[];
|
|
6391
6391
|
};
|
|
6392
6392
|
/**
|
|
6393
6393
|
* Lookup521: pallet_tx_pause::pallet::Event<T>
|
|
6394
6394
|
**/
|
|
6395
|
-
|
|
6395
|
+
PezpalletTxPauseEvent: {
|
|
6396
6396
|
_enum: {
|
|
6397
6397
|
CallPaused: {
|
|
6398
6398
|
fullName: string;
|
|
@@ -6405,7 +6405,7 @@ declare const _default: {
|
|
|
6405
6405
|
/**
|
|
6406
6406
|
* Lookup522: pallet_safe_mode::pallet::Event<T>
|
|
6407
6407
|
**/
|
|
6408
|
-
|
|
6408
|
+
PezpalletSafeModeEvent: {
|
|
6409
6409
|
_enum: {
|
|
6410
6410
|
Entered: {
|
|
6411
6411
|
until: string;
|
|
@@ -6435,13 +6435,13 @@ declare const _default: {
|
|
|
6435
6435
|
/**
|
|
6436
6436
|
* Lookup523: pallet_safe_mode::pallet::ExitReason
|
|
6437
6437
|
**/
|
|
6438
|
-
|
|
6438
|
+
PezpalletSafeModeExitReason: {
|
|
6439
6439
|
_enum: string[];
|
|
6440
6440
|
};
|
|
6441
6441
|
/**
|
|
6442
6442
|
* Lookup524: pallet_statement::pallet::Event<T>
|
|
6443
6443
|
**/
|
|
6444
|
-
|
|
6444
|
+
PezpalletStatementEvent: {
|
|
6445
6445
|
_enum: {
|
|
6446
6446
|
NewStatement: {
|
|
6447
6447
|
account: string;
|
|
@@ -6452,7 +6452,7 @@ declare const _default: {
|
|
|
6452
6452
|
/**
|
|
6453
6453
|
* Lookup525: sp_statement_store::Statement
|
|
6454
6454
|
**/
|
|
6455
|
-
|
|
6455
|
+
PezspStatementStoreStatement: {
|
|
6456
6456
|
proof: string;
|
|
6457
6457
|
decryptionKey: string;
|
|
6458
6458
|
channel: string;
|
|
@@ -6464,7 +6464,7 @@ declare const _default: {
|
|
|
6464
6464
|
/**
|
|
6465
6465
|
* Lookup527: sp_statement_store::Proof
|
|
6466
6466
|
**/
|
|
6467
|
-
|
|
6467
|
+
PezspStatementStoreProof: {
|
|
6468
6468
|
_enum: {
|
|
6469
6469
|
Sr25519: {
|
|
6470
6470
|
signature: string;
|
|
@@ -6488,7 +6488,7 @@ declare const _default: {
|
|
|
6488
6488
|
/**
|
|
6489
6489
|
* Lookup529: pallet_migrations::pallet::Event<T>
|
|
6490
6490
|
**/
|
|
6491
|
-
|
|
6491
|
+
PezpalletMigrationsEvent: {
|
|
6492
6492
|
_enum: {
|
|
6493
6493
|
UpgradeStarted: {
|
|
6494
6494
|
migrations: string;
|
|
@@ -6518,7 +6518,7 @@ declare const _default: {
|
|
|
6518
6518
|
/**
|
|
6519
6519
|
* Lookup530: pallet_broker::pallet::Event<T>
|
|
6520
6520
|
**/
|
|
6521
|
-
|
|
6521
|
+
PezpalletBrokerEvent: {
|
|
6522
6522
|
_enum: {
|
|
6523
6523
|
Purchased: {
|
|
6524
6524
|
who: string;
|
|
@@ -6676,7 +6676,7 @@ declare const _default: {
|
|
|
6676
6676
|
/**
|
|
6677
6677
|
* Lookup535: pallet_parameters::pallet::Event<T>
|
|
6678
6678
|
**/
|
|
6679
|
-
|
|
6679
|
+
PezpalletParametersEvent: {
|
|
6680
6680
|
_enum: {
|
|
6681
6681
|
Updated: {
|
|
6682
6682
|
key: string;
|
|
@@ -6736,7 +6736,7 @@ declare const _default: {
|
|
|
6736
6736
|
/**
|
|
6737
6737
|
* Lookup543: pallet_skip_feeless_payment::pallet::Event<T>
|
|
6738
6738
|
**/
|
|
6739
|
-
|
|
6739
|
+
PezpalletSkipFeelessPaymentEvent: {
|
|
6740
6740
|
_enum: {
|
|
6741
6741
|
FeeSkipped: {
|
|
6742
6742
|
origin: string;
|
|
@@ -6746,7 +6746,7 @@ declare const _default: {
|
|
|
6746
6746
|
/**
|
|
6747
6747
|
* Lookup544: pallet_asset_conversion_ops::pallet::Event<T>
|
|
6748
6748
|
**/
|
|
6749
|
-
|
|
6749
|
+
PezpalletAssetConversionOpsEvent: {
|
|
6750
6750
|
_enum: {
|
|
6751
6751
|
MigratedToNewAccount: {
|
|
6752
6752
|
poolId: string;
|
|
@@ -6758,7 +6758,7 @@ declare const _default: {
|
|
|
6758
6758
|
/**
|
|
6759
6759
|
* Lookup545: pallet_revive::pallet::Event<T>
|
|
6760
6760
|
**/
|
|
6761
|
-
|
|
6761
|
+
PezpalletReviveEvent: {
|
|
6762
6762
|
_enum: {
|
|
6763
6763
|
ContractEmitted: {
|
|
6764
6764
|
contract: string;
|
|
@@ -6770,7 +6770,7 @@ declare const _default: {
|
|
|
6770
6770
|
/**
|
|
6771
6771
|
* Lookup546: pallet_delegated_staking::pallet::Event<T>
|
|
6772
6772
|
**/
|
|
6773
|
-
|
|
6773
|
+
PezpalletDelegatedStakingEvent: {
|
|
6774
6774
|
_enum: {
|
|
6775
6775
|
Delegated: {
|
|
6776
6776
|
agent: string;
|
|
@@ -6797,7 +6797,7 @@ declare const _default: {
|
|
|
6797
6797
|
/**
|
|
6798
6798
|
* Lookup547: pallet_asset_rewards::pallet::Event<T>
|
|
6799
6799
|
**/
|
|
6800
|
-
|
|
6800
|
+
PezpalletAssetRewardsEvent: {
|
|
6801
6801
|
_enum: {
|
|
6802
6802
|
Staked: {
|
|
6803
6803
|
staker: string;
|
|
@@ -6845,7 +6845,7 @@ declare const _default: {
|
|
|
6845
6845
|
/**
|
|
6846
6846
|
* Lookup548: pallet_assets_freezer::pallet::Event<T, I>
|
|
6847
6847
|
**/
|
|
6848
|
-
|
|
6848
|
+
PezpalletAssetsFreezerEvent: {
|
|
6849
6849
|
_enum: {
|
|
6850
6850
|
Frozen: {
|
|
6851
6851
|
who: string;
|
|
@@ -6862,7 +6862,7 @@ declare const _default: {
|
|
|
6862
6862
|
/**
|
|
6863
6863
|
* Lookup549: pallet_meta_tx::pallet::Event<T>
|
|
6864
6864
|
**/
|
|
6865
|
-
|
|
6865
|
+
PezpalletMetaTxEvent: {
|
|
6866
6866
|
_enum: {
|
|
6867
6867
|
Dispatched: {
|
|
6868
6868
|
result: string;
|
|
@@ -6872,7 +6872,7 @@ declare const _default: {
|
|
|
6872
6872
|
/**
|
|
6873
6873
|
* Lookup550: frame_system::Phase
|
|
6874
6874
|
**/
|
|
6875
|
-
|
|
6875
|
+
PezframeSystemPhase: {
|
|
6876
6876
|
_enum: {
|
|
6877
6877
|
ApplyExtrinsic: string;
|
|
6878
6878
|
Finalization: string;
|
|
@@ -6882,21 +6882,21 @@ declare const _default: {
|
|
|
6882
6882
|
/**
|
|
6883
6883
|
* Lookup552: frame_system::LastRuntimeUpgradeInfo
|
|
6884
6884
|
**/
|
|
6885
|
-
|
|
6885
|
+
PezframeSystemLastRuntimeUpgradeInfo: {
|
|
6886
6886
|
specVersion: string;
|
|
6887
6887
|
specName: string;
|
|
6888
6888
|
};
|
|
6889
6889
|
/**
|
|
6890
6890
|
* Lookup555: frame_system::CodeUpgradeAuthorization<T>
|
|
6891
6891
|
**/
|
|
6892
|
-
|
|
6892
|
+
PezframeSystemCodeUpgradeAuthorization: {
|
|
6893
6893
|
codeHash: string;
|
|
6894
6894
|
checkVersion: string;
|
|
6895
6895
|
};
|
|
6896
6896
|
/**
|
|
6897
6897
|
* Lookup556: frame_system::limits::BlockWeights
|
|
6898
6898
|
**/
|
|
6899
|
-
|
|
6899
|
+
PezframeSystemLimitsBlockWeights: {
|
|
6900
6900
|
baseBlock: string;
|
|
6901
6901
|
maxBlock: string;
|
|
6902
6902
|
perClass: string;
|
|
@@ -6904,7 +6904,7 @@ declare const _default: {
|
|
|
6904
6904
|
/**
|
|
6905
6905
|
* Lookup557: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
6906
6906
|
**/
|
|
6907
|
-
|
|
6907
|
+
PezframeSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
6908
6908
|
normal: string;
|
|
6909
6909
|
operational: string;
|
|
6910
6910
|
mandatory: string;
|
|
@@ -6912,7 +6912,7 @@ declare const _default: {
|
|
|
6912
6912
|
/**
|
|
6913
6913
|
* Lookup558: frame_system::limits::WeightsPerClass
|
|
6914
6914
|
**/
|
|
6915
|
-
|
|
6915
|
+
PezframeSystemLimitsWeightsPerClass: {
|
|
6916
6916
|
baseExtrinsic: string;
|
|
6917
6917
|
maxExtrinsic: string;
|
|
6918
6918
|
maxTotal: string;
|
|
@@ -6921,13 +6921,13 @@ declare const _default: {
|
|
|
6921
6921
|
/**
|
|
6922
6922
|
* Lookup559: frame_system::limits::BlockLength
|
|
6923
6923
|
**/
|
|
6924
|
-
|
|
6924
|
+
PezframeSystemLimitsBlockLength: {
|
|
6925
6925
|
max: string;
|
|
6926
6926
|
};
|
|
6927
6927
|
/**
|
|
6928
6928
|
* Lookup560: frame_support::dispatch::PerDispatchClass<T>
|
|
6929
6929
|
**/
|
|
6930
|
-
|
|
6930
|
+
PezframeSupportDispatchPerDispatchClassU32: {
|
|
6931
6931
|
normal: string;
|
|
6932
6932
|
operational: string;
|
|
6933
6933
|
mandatory: string;
|
|
@@ -6935,14 +6935,14 @@ declare const _default: {
|
|
|
6935
6935
|
/**
|
|
6936
6936
|
* Lookup561: sp_weights::RuntimeDbWeight
|
|
6937
6937
|
**/
|
|
6938
|
-
|
|
6938
|
+
PezspWeightsRuntimeDbWeight: {
|
|
6939
6939
|
read: string;
|
|
6940
6940
|
write: string;
|
|
6941
6941
|
};
|
|
6942
6942
|
/**
|
|
6943
6943
|
* Lookup562: sp_version::RuntimeVersion
|
|
6944
6944
|
**/
|
|
6945
|
-
|
|
6945
|
+
PezspVersionRuntimeVersion: {
|
|
6946
6946
|
specName: string;
|
|
6947
6947
|
implName: string;
|
|
6948
6948
|
authoringVersion: string;
|
|
@@ -6955,19 +6955,19 @@ declare const _default: {
|
|
|
6955
6955
|
/**
|
|
6956
6956
|
* Lookup566: frame_system::pallet::Error<T>
|
|
6957
6957
|
**/
|
|
6958
|
-
|
|
6958
|
+
PezframeSystemError: {
|
|
6959
6959
|
_enum: string[];
|
|
6960
6960
|
};
|
|
6961
6961
|
/**
|
|
6962
6962
|
* Lookup567: pallet_utility::pallet::Error<T>
|
|
6963
6963
|
**/
|
|
6964
|
-
|
|
6964
|
+
PezpalletUtilityError: {
|
|
6965
6965
|
_enum: string[];
|
|
6966
6966
|
};
|
|
6967
6967
|
/**
|
|
6968
6968
|
* Lookup574: sp_consensus_babe::digests::PreDigest
|
|
6969
6969
|
**/
|
|
6970
|
-
|
|
6970
|
+
PezspConsensusBabeDigestsPreDigest: {
|
|
6971
6971
|
_enum: {
|
|
6972
6972
|
__Unused0: string;
|
|
6973
6973
|
Primary: string;
|
|
@@ -6978,7 +6978,7 @@ declare const _default: {
|
|
|
6978
6978
|
/**
|
|
6979
6979
|
* Lookup575: sp_consensus_babe::digests::PrimaryPreDigest
|
|
6980
6980
|
**/
|
|
6981
|
-
|
|
6981
|
+
PezspConsensusBabeDigestsPrimaryPreDigest: {
|
|
6982
6982
|
authorityIndex: string;
|
|
6983
6983
|
slot: string;
|
|
6984
6984
|
vrfSignature: string;
|
|
@@ -6986,21 +6986,21 @@ declare const _default: {
|
|
|
6986
6986
|
/**
|
|
6987
6987
|
* Lookup576: sp_core::sr25519::vrf::VrfSignature
|
|
6988
6988
|
**/
|
|
6989
|
-
|
|
6989
|
+
PezspCoreSr25519VrfVrfSignature: {
|
|
6990
6990
|
preOutput: string;
|
|
6991
6991
|
proof: string;
|
|
6992
6992
|
};
|
|
6993
6993
|
/**
|
|
6994
6994
|
* Lookup577: sp_consensus_babe::digests::SecondaryPlainPreDigest
|
|
6995
6995
|
**/
|
|
6996
|
-
|
|
6996
|
+
PezspConsensusBabeDigestsSecondaryPlainPreDigest: {
|
|
6997
6997
|
authorityIndex: string;
|
|
6998
6998
|
slot: string;
|
|
6999
6999
|
};
|
|
7000
7000
|
/**
|
|
7001
7001
|
* Lookup578: sp_consensus_babe::digests::SecondaryVRFPreDigest
|
|
7002
7002
|
**/
|
|
7003
|
-
|
|
7003
|
+
PezspConsensusBabeDigestsSecondaryVRFPreDigest: {
|
|
7004
7004
|
authorityIndex: string;
|
|
7005
7005
|
slot: string;
|
|
7006
7006
|
vrfSignature: string;
|
|
@@ -7008,26 +7008,26 @@ declare const _default: {
|
|
|
7008
7008
|
/**
|
|
7009
7009
|
* Lookup579: sp_consensus_babe::BabeEpochConfiguration
|
|
7010
7010
|
**/
|
|
7011
|
-
|
|
7011
|
+
PezspConsensusBabeBabeEpochConfiguration: {
|
|
7012
7012
|
c: string;
|
|
7013
7013
|
allowedSlots: string;
|
|
7014
7014
|
};
|
|
7015
7015
|
/**
|
|
7016
7016
|
* Lookup583: pallet_babe::pallet::Error<T>
|
|
7017
7017
|
**/
|
|
7018
|
-
|
|
7018
|
+
PezpalletBabeError: {
|
|
7019
7019
|
_enum: string[];
|
|
7020
7020
|
};
|
|
7021
7021
|
/**
|
|
7022
7022
|
* Lookup585: pallet_indices::pallet::Error<T>
|
|
7023
7023
|
**/
|
|
7024
|
-
|
|
7024
|
+
PezpalletIndicesError: {
|
|
7025
7025
|
_enum: string[];
|
|
7026
7026
|
};
|
|
7027
7027
|
/**
|
|
7028
7028
|
* Lookup587: pallet_balances::types::BalanceLock<Balance>
|
|
7029
7029
|
**/
|
|
7030
|
-
|
|
7030
|
+
PezpalletBalancesBalanceLock: {
|
|
7031
7031
|
id: string;
|
|
7032
7032
|
amount: string;
|
|
7033
7033
|
reasons: string;
|
|
@@ -7035,20 +7035,20 @@ declare const _default: {
|
|
|
7035
7035
|
/**
|
|
7036
7036
|
* Lookup588: pallet_balances::types::Reasons
|
|
7037
7037
|
**/
|
|
7038
|
-
|
|
7038
|
+
PezpalletBalancesReasons: {
|
|
7039
7039
|
_enum: string[];
|
|
7040
7040
|
};
|
|
7041
7041
|
/**
|
|
7042
7042
|
* Lookup591: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
7043
7043
|
**/
|
|
7044
|
-
|
|
7044
|
+
PezpalletBalancesReserveData: {
|
|
7045
7045
|
id: string;
|
|
7046
7046
|
amount: string;
|
|
7047
7047
|
};
|
|
7048
7048
|
/**
|
|
7049
7049
|
* Lookup594: frame_support::traits::tokens::misc::IdAmount<kitchensink_runtime::RuntimeHoldReason, Balance>
|
|
7050
7050
|
**/
|
|
7051
|
-
|
|
7051
|
+
PezframeSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
7052
7052
|
id: string;
|
|
7053
7053
|
amount: string;
|
|
7054
7054
|
};
|
|
@@ -7146,79 +7146,79 @@ declare const _default: {
|
|
|
7146
7146
|
/**
|
|
7147
7147
|
* Lookup596: pallet_staking::pallet::pallet::HoldReason
|
|
7148
7148
|
**/
|
|
7149
|
-
|
|
7149
|
+
PezpalletStakingPezpalletHoldReason: {
|
|
7150
7150
|
_enum: string[];
|
|
7151
7151
|
};
|
|
7152
7152
|
/**
|
|
7153
7153
|
* Lookup597: pallet_collective::pallet::HoldReason<I>
|
|
7154
7154
|
**/
|
|
7155
|
-
|
|
7155
|
+
PezpalletCollectiveHoldReason: {
|
|
7156
7156
|
_enum: string[];
|
|
7157
7157
|
};
|
|
7158
7158
|
/**
|
|
7159
7159
|
* Lookup599: pallet_contracts::pallet::HoldReason
|
|
7160
7160
|
**/
|
|
7161
|
-
|
|
7161
|
+
PezpalletContractsHoldReason: {
|
|
7162
7162
|
_enum: string[];
|
|
7163
7163
|
};
|
|
7164
7164
|
/**
|
|
7165
7165
|
* Lookup600: pallet_preimage::pallet::HoldReason
|
|
7166
7166
|
**/
|
|
7167
|
-
|
|
7167
|
+
PezpalletPreimageHoldReason: {
|
|
7168
7168
|
_enum: string[];
|
|
7169
7169
|
};
|
|
7170
7170
|
/**
|
|
7171
7171
|
* Lookup601: pallet_nis::pallet::HoldReason
|
|
7172
7172
|
**/
|
|
7173
|
-
|
|
7173
|
+
PezpalletNisHoldReason: {
|
|
7174
7174
|
_enum: string[];
|
|
7175
7175
|
};
|
|
7176
7176
|
/**
|
|
7177
7177
|
* Lookup602: pallet_nft_fractionalization::pallet::HoldReason
|
|
7178
7178
|
**/
|
|
7179
|
-
|
|
7179
|
+
PezpalletNftFractionalizationHoldReason: {
|
|
7180
7180
|
_enum: string[];
|
|
7181
7181
|
};
|
|
7182
7182
|
/**
|
|
7183
7183
|
* Lookup603: pallet_transaction_storage::pallet::HoldReason
|
|
7184
7184
|
**/
|
|
7185
|
-
|
|
7185
|
+
PezpalletTransactionStorageHoldReason: {
|
|
7186
7186
|
_enum: string[];
|
|
7187
7187
|
};
|
|
7188
7188
|
/**
|
|
7189
7189
|
* Lookup604: pallet_state_trie_migration::pallet::HoldReason
|
|
7190
7190
|
**/
|
|
7191
|
-
|
|
7191
|
+
PezpalletStateTrieMigrationHoldReason: {
|
|
7192
7192
|
_enum: string[];
|
|
7193
7193
|
};
|
|
7194
7194
|
/**
|
|
7195
7195
|
* Lookup606: pallet_safe_mode::pallet::HoldReason
|
|
7196
7196
|
**/
|
|
7197
|
-
|
|
7197
|
+
PezpalletSafeModeHoldReason: {
|
|
7198
7198
|
_enum: string[];
|
|
7199
7199
|
};
|
|
7200
7200
|
/**
|
|
7201
7201
|
* Lookup607: pallet_revive::pallet::HoldReason
|
|
7202
7202
|
**/
|
|
7203
|
-
|
|
7203
|
+
PezpalletReviveHoldReason: {
|
|
7204
7204
|
_enum: string[];
|
|
7205
7205
|
};
|
|
7206
7206
|
/**
|
|
7207
7207
|
* Lookup608: pallet_delegated_staking::pallet::HoldReason
|
|
7208
7208
|
**/
|
|
7209
|
-
|
|
7209
|
+
PezpalletDelegatedStakingHoldReason: {
|
|
7210
7210
|
_enum: string[];
|
|
7211
7211
|
};
|
|
7212
7212
|
/**
|
|
7213
7213
|
* Lookup609: pallet_asset_rewards::pallet::HoldReason
|
|
7214
7214
|
**/
|
|
7215
|
-
|
|
7215
|
+
PezpalletAssetRewardsHoldReason: {
|
|
7216
7216
|
_enum: string[];
|
|
7217
7217
|
};
|
|
7218
7218
|
/**
|
|
7219
7219
|
* Lookup612: frame_support::traits::tokens::misc::IdAmount<kitchensink_runtime::RuntimeFreezeReason, Balance>
|
|
7220
7220
|
**/
|
|
7221
|
-
|
|
7221
|
+
PezframeSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
7222
7222
|
id: string;
|
|
7223
7223
|
amount: string;
|
|
7224
7224
|
};
|
|
@@ -7316,31 +7316,31 @@ declare const _default: {
|
|
|
7316
7316
|
/**
|
|
7317
7317
|
* Lookup614: pallet_nomination_pools::pallet::FreezeReason
|
|
7318
7318
|
**/
|
|
7319
|
-
|
|
7319
|
+
PezpalletNominationPoolsFreezeReason: {
|
|
7320
7320
|
_enum: string[];
|
|
7321
7321
|
};
|
|
7322
7322
|
/**
|
|
7323
7323
|
* Lookup615: pallet_asset_rewards::pallet::FreezeReason
|
|
7324
7324
|
**/
|
|
7325
|
-
|
|
7325
|
+
PezpalletAssetRewardsFreezeReason: {
|
|
7326
7326
|
_enum: string[];
|
|
7327
7327
|
};
|
|
7328
7328
|
/**
|
|
7329
7329
|
* Lookup617: pallet_balances::pallet::Error<T, I>
|
|
7330
7330
|
**/
|
|
7331
|
-
|
|
7331
|
+
PezpalletBalancesError: {
|
|
7332
7332
|
_enum: string[];
|
|
7333
7333
|
};
|
|
7334
7334
|
/**
|
|
7335
7335
|
* Lookup618: pallet_transaction_payment::Releases
|
|
7336
7336
|
**/
|
|
7337
|
-
|
|
7337
|
+
PezpalletTransactionPaymentReleases: {
|
|
7338
7338
|
_enum: string[];
|
|
7339
7339
|
};
|
|
7340
7340
|
/**
|
|
7341
7341
|
* Lookup619: pallet_election_provider_multi_phase::ReadySolution<AccountId, MaxWinners>
|
|
7342
7342
|
**/
|
|
7343
|
-
|
|
7343
|
+
PezpalletElectionProviderMultiPhaseReadySolution: {
|
|
7344
7344
|
supports: string;
|
|
7345
7345
|
score: string;
|
|
7346
7346
|
compute: string;
|
|
@@ -7348,14 +7348,14 @@ declare const _default: {
|
|
|
7348
7348
|
/**
|
|
7349
7349
|
* Lookup621: pallet_election_provider_multi_phase::RoundSnapshot<sp_core::crypto::AccountId32, VoterType>
|
|
7350
7350
|
**/
|
|
7351
|
-
|
|
7351
|
+
PezpalletElectionProviderMultiPhaseRoundSnapshot: {
|
|
7352
7352
|
voters: string;
|
|
7353
7353
|
targets: string;
|
|
7354
7354
|
};
|
|
7355
7355
|
/**
|
|
7356
7356
|
* Lookup628: pallet_election_provider_multi_phase::signed::SignedSubmission<sp_core::crypto::AccountId32, Balance, kitchensink_runtime::NposSolution16>
|
|
7357
7357
|
**/
|
|
7358
|
-
|
|
7358
|
+
PezpalletElectionProviderMultiPhaseSignedSignedSubmission: {
|
|
7359
7359
|
who: string;
|
|
7360
7360
|
deposit: string;
|
|
7361
7361
|
rawSolution: string;
|
|
@@ -7364,13 +7364,13 @@ declare const _default: {
|
|
|
7364
7364
|
/**
|
|
7365
7365
|
* Lookup629: pallet_election_provider_multi_phase::pallet::Error<T>
|
|
7366
7366
|
**/
|
|
7367
|
-
|
|
7367
|
+
PezpalletElectionProviderMultiPhaseError: {
|
|
7368
7368
|
_enum: string[];
|
|
7369
7369
|
};
|
|
7370
7370
|
/**
|
|
7371
7371
|
* Lookup630: pallet_staking::StakingLedger<T>
|
|
7372
7372
|
**/
|
|
7373
|
-
|
|
7373
|
+
PezpalletStakingStakingLedger: {
|
|
7374
7374
|
stash: string;
|
|
7375
7375
|
total: string;
|
|
7376
7376
|
active: string;
|
|
@@ -7380,7 +7380,7 @@ declare const _default: {
|
|
|
7380
7380
|
/**
|
|
7381
7381
|
* Lookup632: pallet_staking::Nominations<T>
|
|
7382
7382
|
**/
|
|
7383
|
-
|
|
7383
|
+
PezpalletStakingNominations: {
|
|
7384
7384
|
targets: string;
|
|
7385
7385
|
submittedIn: string;
|
|
7386
7386
|
suppressed: string;
|
|
@@ -7388,14 +7388,14 @@ declare const _default: {
|
|
|
7388
7388
|
/**
|
|
7389
7389
|
* Lookup633: pallet_staking::ActiveEraInfo
|
|
7390
7390
|
**/
|
|
7391
|
-
|
|
7391
|
+
PezpalletStakingActiveEraInfo: {
|
|
7392
7392
|
index: string;
|
|
7393
7393
|
start: string;
|
|
7394
7394
|
};
|
|
7395
7395
|
/**
|
|
7396
7396
|
* Lookup636: sp_staking::Exposure<sp_core::crypto::AccountId32, Balance>
|
|
7397
7397
|
**/
|
|
7398
|
-
|
|
7398
|
+
PezspStakingExposure: {
|
|
7399
7399
|
total: string;
|
|
7400
7400
|
own: string;
|
|
7401
7401
|
others: string;
|
|
@@ -7403,14 +7403,14 @@ declare const _default: {
|
|
|
7403
7403
|
/**
|
|
7404
7404
|
* Lookup638: sp_staking::IndividualExposure<sp_core::crypto::AccountId32, Balance>
|
|
7405
7405
|
**/
|
|
7406
|
-
|
|
7406
|
+
PezspStakingIndividualExposure: {
|
|
7407
7407
|
who: string;
|
|
7408
7408
|
value: string;
|
|
7409
7409
|
};
|
|
7410
7410
|
/**
|
|
7411
7411
|
* Lookup639: sp_staking::PagedExposureMetadata<Balance>
|
|
7412
7412
|
**/
|
|
7413
|
-
|
|
7413
|
+
PezspStakingPagedExposureMetadata: {
|
|
7414
7414
|
total: string;
|
|
7415
7415
|
own: string;
|
|
7416
7416
|
nominatorCount: string;
|
|
@@ -7419,21 +7419,21 @@ declare const _default: {
|
|
|
7419
7419
|
/**
|
|
7420
7420
|
* Lookup641: sp_staking::ExposurePage<sp_core::crypto::AccountId32, Balance>
|
|
7421
7421
|
**/
|
|
7422
|
-
|
|
7422
|
+
PezspStakingExposurePage: {
|
|
7423
7423
|
pageTotal: string;
|
|
7424
7424
|
others: string;
|
|
7425
7425
|
};
|
|
7426
7426
|
/**
|
|
7427
7427
|
* Lookup642: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
|
|
7428
7428
|
**/
|
|
7429
|
-
|
|
7429
|
+
PezpalletStakingEraRewardPoints: {
|
|
7430
7430
|
total: string;
|
|
7431
7431
|
individual: string;
|
|
7432
7432
|
};
|
|
7433
7433
|
/**
|
|
7434
7434
|
* Lookup647: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
|
|
7435
7435
|
**/
|
|
7436
|
-
|
|
7436
|
+
PezpalletStakingUnappliedSlash: {
|
|
7437
7437
|
validator: string;
|
|
7438
7438
|
own: string;
|
|
7439
7439
|
others: string;
|
|
@@ -7443,7 +7443,7 @@ declare const _default: {
|
|
|
7443
7443
|
/**
|
|
7444
7444
|
* Lookup649: pallet_staking::slashing::SlashingSpans
|
|
7445
7445
|
**/
|
|
7446
|
-
|
|
7446
|
+
PezpalletStakingSlashingSlashingSpans: {
|
|
7447
7447
|
spanIndex: string;
|
|
7448
7448
|
lastStart: string;
|
|
7449
7449
|
lastNonzeroSlash: string;
|
|
@@ -7452,30 +7452,30 @@ declare const _default: {
|
|
|
7452
7452
|
/**
|
|
7453
7453
|
* Lookup650: pallet_staking::slashing::SpanRecord<Balance>
|
|
7454
7454
|
**/
|
|
7455
|
-
|
|
7455
|
+
PezpalletStakingSlashingSpanRecord: {
|
|
7456
7456
|
slashed: string;
|
|
7457
7457
|
paidOut: string;
|
|
7458
7458
|
};
|
|
7459
7459
|
/**
|
|
7460
7460
|
* Lookup651: pallet_staking::pallet::pallet::Error<T>
|
|
7461
7461
|
**/
|
|
7462
|
-
|
|
7462
|
+
PezpalletStakingPezpalletError: {
|
|
7463
7463
|
_enum: string[];
|
|
7464
7464
|
};
|
|
7465
7465
|
/**
|
|
7466
7466
|
* Lookup658: sp_core::crypto::KeyTypeId
|
|
7467
7467
|
**/
|
|
7468
|
-
|
|
7468
|
+
PezspCoreCryptoKeyTypeId: string;
|
|
7469
7469
|
/**
|
|
7470
7470
|
* Lookup659: pallet_session::pallet::Error<T>
|
|
7471
7471
|
**/
|
|
7472
|
-
|
|
7472
|
+
PezpalletSessionError: {
|
|
7473
7473
|
_enum: string[];
|
|
7474
7474
|
};
|
|
7475
7475
|
/**
|
|
7476
7476
|
* Lookup665: pallet_democracy::types::ReferendumInfo<BlockNumber, frame_support::traits::preimages::Bounded<kitchensink_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance>
|
|
7477
7477
|
**/
|
|
7478
|
-
|
|
7478
|
+
PezpalletDemocracyReferendumInfo: {
|
|
7479
7479
|
_enum: {
|
|
7480
7480
|
Ongoing: string;
|
|
7481
7481
|
Finished: {
|
|
@@ -7487,7 +7487,7 @@ declare const _default: {
|
|
|
7487
7487
|
/**
|
|
7488
7488
|
* Lookup666: pallet_democracy::types::ReferendumStatus<BlockNumber, frame_support::traits::preimages::Bounded<kitchensink_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance>
|
|
7489
7489
|
**/
|
|
7490
|
-
|
|
7490
|
+
PezpalletDemocracyReferendumStatus: {
|
|
7491
7491
|
end: string;
|
|
7492
7492
|
proposal: string;
|
|
7493
7493
|
threshold: string;
|
|
@@ -7497,7 +7497,7 @@ declare const _default: {
|
|
|
7497
7497
|
/**
|
|
7498
7498
|
* Lookup667: pallet_democracy::types::Tally<Balance>
|
|
7499
7499
|
**/
|
|
7500
|
-
|
|
7500
|
+
PezpalletDemocracyTally: {
|
|
7501
7501
|
ayes: string;
|
|
7502
7502
|
nays: string;
|
|
7503
7503
|
turnout: string;
|
|
@@ -7505,7 +7505,7 @@ declare const _default: {
|
|
|
7505
7505
|
/**
|
|
7506
7506
|
* Lookup668: pallet_democracy::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber, MaxVotes>
|
|
7507
7507
|
**/
|
|
7508
|
-
|
|
7508
|
+
PezpalletDemocracyVoteVoting: {
|
|
7509
7509
|
_enum: {
|
|
7510
7510
|
Direct: {
|
|
7511
7511
|
votes: string;
|
|
@@ -7524,24 +7524,24 @@ declare const _default: {
|
|
|
7524
7524
|
/**
|
|
7525
7525
|
* Lookup672: pallet_democracy::types::Delegations<Balance>
|
|
7526
7526
|
**/
|
|
7527
|
-
|
|
7527
|
+
PezpalletDemocracyDelegations: {
|
|
7528
7528
|
votes: string;
|
|
7529
7529
|
capital: string;
|
|
7530
7530
|
};
|
|
7531
7531
|
/**
|
|
7532
7532
|
* Lookup673: pallet_democracy::vote::PriorLock<BlockNumber, Balance>
|
|
7533
7533
|
**/
|
|
7534
|
-
|
|
7534
|
+
PezpalletDemocracyVotePriorLock: string;
|
|
7535
7535
|
/**
|
|
7536
7536
|
* Lookup676: pallet_democracy::pallet::Error<T>
|
|
7537
7537
|
**/
|
|
7538
|
-
|
|
7538
|
+
PezpalletDemocracyError: {
|
|
7539
7539
|
_enum: string[];
|
|
7540
7540
|
};
|
|
7541
7541
|
/**
|
|
7542
7542
|
* Lookup680: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber>
|
|
7543
7543
|
**/
|
|
7544
|
-
|
|
7544
|
+
PezpalletCollectiveVotes: {
|
|
7545
7545
|
index: string;
|
|
7546
7546
|
threshold: string;
|
|
7547
7547
|
ayes: string;
|
|
@@ -7551,13 +7551,13 @@ declare const _default: {
|
|
|
7551
7551
|
/**
|
|
7552
7552
|
* Lookup681: pallet_collective::pallet::Error<T, I>
|
|
7553
7553
|
**/
|
|
7554
|
-
|
|
7554
|
+
PezpalletCollectiveError: {
|
|
7555
7555
|
_enum: string[];
|
|
7556
7556
|
};
|
|
7557
7557
|
/**
|
|
7558
7558
|
* Lookup685: pallet_elections_phragmen::SeatHolder<sp_core::crypto::AccountId32, Balance>
|
|
7559
7559
|
**/
|
|
7560
|
-
|
|
7560
|
+
PezpalletElectionsPhragmenSeatHolder: {
|
|
7561
7561
|
who: string;
|
|
7562
7562
|
stake: string;
|
|
7563
7563
|
deposit: string;
|
|
@@ -7565,7 +7565,7 @@ declare const _default: {
|
|
|
7565
7565
|
/**
|
|
7566
7566
|
* Lookup686: pallet_elections_phragmen::Voter<sp_core::crypto::AccountId32, Balance>
|
|
7567
7567
|
**/
|
|
7568
|
-
|
|
7568
|
+
PezpalletElectionsPhragmenVoter: {
|
|
7569
7569
|
votes: string;
|
|
7570
7570
|
stake: string;
|
|
7571
7571
|
deposit: string;
|
|
@@ -7573,19 +7573,19 @@ declare const _default: {
|
|
|
7573
7573
|
/**
|
|
7574
7574
|
* Lookup687: pallet_elections_phragmen::pallet::Error<T>
|
|
7575
7575
|
**/
|
|
7576
|
-
|
|
7576
|
+
PezpalletElectionsPhragmenError: {
|
|
7577
7577
|
_enum: string[];
|
|
7578
7578
|
};
|
|
7579
7579
|
/**
|
|
7580
7580
|
* Lookup689: pallet_membership::pallet::Error<T, I>
|
|
7581
7581
|
**/
|
|
7582
|
-
|
|
7582
|
+
PezpalletMembershipError: {
|
|
7583
7583
|
_enum: string[];
|
|
7584
7584
|
};
|
|
7585
7585
|
/**
|
|
7586
7586
|
* Lookup690: pallet_grandpa::StoredState<N>
|
|
7587
7587
|
**/
|
|
7588
|
-
|
|
7588
|
+
PezpalletGrandpaStoredState: {
|
|
7589
7589
|
_enum: {
|
|
7590
7590
|
Live: string;
|
|
7591
7591
|
PendingPause: {
|
|
@@ -7602,7 +7602,7 @@ declare const _default: {
|
|
|
7602
7602
|
/**
|
|
7603
7603
|
* Lookup691: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
7604
7604
|
**/
|
|
7605
|
-
|
|
7605
|
+
PezpalletGrandpaStoredPendingChange: {
|
|
7606
7606
|
scheduledAt: string;
|
|
7607
7607
|
delay: string;
|
|
7608
7608
|
nextAuthorities: string;
|
|
@@ -7611,13 +7611,13 @@ declare const _default: {
|
|
|
7611
7611
|
/**
|
|
7612
7612
|
* Lookup693: pallet_grandpa::pallet::Error<T>
|
|
7613
7613
|
**/
|
|
7614
|
-
|
|
7614
|
+
PezpalletGrandpaError: {
|
|
7615
7615
|
_enum: string[];
|
|
7616
7616
|
};
|
|
7617
7617
|
/**
|
|
7618
7618
|
* Lookup694: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
|
|
7619
7619
|
**/
|
|
7620
|
-
|
|
7620
|
+
PezpalletTreasuryProposal: {
|
|
7621
7621
|
proposer: string;
|
|
7622
7622
|
value: string;
|
|
7623
7623
|
beneficiary: string;
|
|
@@ -7626,7 +7626,7 @@ declare const _default: {
|
|
|
7626
7626
|
/**
|
|
7627
7627
|
* Lookup696: pallet_treasury::SpendStatus<frame_support::traits::tokens::fungible::union_of::NativeOrWithId<AssetId>, AssetBalance, sp_core::crypto::AccountId32, BlockNumber, PaymentId>
|
|
7628
7628
|
**/
|
|
7629
|
-
|
|
7629
|
+
PezpalletTreasurySpendStatus: {
|
|
7630
7630
|
assetKind: string;
|
|
7631
7631
|
amount: string;
|
|
7632
7632
|
beneficiary: string;
|
|
@@ -7637,7 +7637,7 @@ declare const _default: {
|
|
|
7637
7637
|
/**
|
|
7638
7638
|
* Lookup697: pallet_treasury::PaymentState<Id>
|
|
7639
7639
|
**/
|
|
7640
|
-
|
|
7640
|
+
PezpalletTreasuryPaymentState: {
|
|
7641
7641
|
_enum: {
|
|
7642
7642
|
Pending: string;
|
|
7643
7643
|
Attempted: {
|
|
@@ -7649,23 +7649,23 @@ declare const _default: {
|
|
|
7649
7649
|
/**
|
|
7650
7650
|
* Lookup698: frame_support::PalletId
|
|
7651
7651
|
**/
|
|
7652
|
-
|
|
7652
|
+
PezframeSupportPezpalletId: string;
|
|
7653
7653
|
/**
|
|
7654
7654
|
* Lookup699: pallet_treasury::pallet::Error<T, I>
|
|
7655
7655
|
**/
|
|
7656
|
-
|
|
7656
|
+
PezpalletTreasuryError: {
|
|
7657
7657
|
_enum: string[];
|
|
7658
7658
|
};
|
|
7659
7659
|
/**
|
|
7660
7660
|
* Lookup700: pallet_asset_rate::pallet::Error<T>
|
|
7661
7661
|
**/
|
|
7662
|
-
|
|
7662
|
+
PezpalletAssetRateError: {
|
|
7663
7663
|
_enum: string[];
|
|
7664
7664
|
};
|
|
7665
7665
|
/**
|
|
7666
7666
|
* Lookup702: pallet_contracts::wasm::CodeInfo<T>
|
|
7667
7667
|
**/
|
|
7668
|
-
|
|
7668
|
+
PezpalletContractsWasmCodeInfo: {
|
|
7669
7669
|
owner: string;
|
|
7670
7670
|
deposit: string;
|
|
7671
7671
|
refcount: string;
|
|
@@ -7675,7 +7675,7 @@ declare const _default: {
|
|
|
7675
7675
|
/**
|
|
7676
7676
|
* Lookup703: pallet_contracts::storage::ContractInfo<T>
|
|
7677
7677
|
**/
|
|
7678
|
-
|
|
7678
|
+
PezpalletContractsStorageContractInfo: {
|
|
7679
7679
|
trieId: string;
|
|
7680
7680
|
codeHash: string;
|
|
7681
7681
|
storageBytes: string;
|
|
@@ -7688,21 +7688,21 @@ declare const _default: {
|
|
|
7688
7688
|
/**
|
|
7689
7689
|
* Lookup708: pallet_contracts::storage::DeletionQueueManager<T>
|
|
7690
7690
|
**/
|
|
7691
|
-
|
|
7691
|
+
PezpalletContractsStorageDeletionQueueManager: {
|
|
7692
7692
|
insertCounter: string;
|
|
7693
7693
|
deleteCounter: string;
|
|
7694
7694
|
};
|
|
7695
7695
|
/**
|
|
7696
7696
|
* Lookup710: pallet_contracts::schedule::Schedule<T>
|
|
7697
7697
|
**/
|
|
7698
|
-
|
|
7698
|
+
PezpalletContractsSchedule: {
|
|
7699
7699
|
limits: string;
|
|
7700
7700
|
instructionWeights: string;
|
|
7701
7701
|
};
|
|
7702
7702
|
/**
|
|
7703
7703
|
* Lookup711: pallet_contracts::schedule::Limits
|
|
7704
7704
|
**/
|
|
7705
|
-
|
|
7705
|
+
PezpalletContractsScheduleLimits: {
|
|
7706
7706
|
eventTopics: string;
|
|
7707
7707
|
memoryPages: string;
|
|
7708
7708
|
subjectLen: string;
|
|
@@ -7714,13 +7714,13 @@ declare const _default: {
|
|
|
7714
7714
|
/**
|
|
7715
7715
|
* Lookup712: pallet_contracts::schedule::InstructionWeights<T>
|
|
7716
7716
|
**/
|
|
7717
|
-
|
|
7717
|
+
PezpalletContractsScheduleInstructionWeights: {
|
|
7718
7718
|
base: string;
|
|
7719
7719
|
};
|
|
7720
7720
|
/**
|
|
7721
7721
|
* Lookup713: pallet_contracts::Environment<T>
|
|
7722
7722
|
**/
|
|
7723
|
-
|
|
7723
|
+
PezpalletContractsEnvironment: {
|
|
7724
7724
|
_alias: {
|
|
7725
7725
|
hash_: string;
|
|
7726
7726
|
};
|
|
@@ -7734,56 +7734,56 @@ declare const _default: {
|
|
|
7734
7734
|
/**
|
|
7735
7735
|
* Lookup714: pallet_contracts::EnvironmentType<sp_core::crypto::AccountId32>
|
|
7736
7736
|
**/
|
|
7737
|
-
|
|
7737
|
+
PezpalletContractsEnvironmentTypeAccountId32: string;
|
|
7738
7738
|
/**
|
|
7739
7739
|
* Lookup715: pallet_contracts::EnvironmentType<T>
|
|
7740
7740
|
**/
|
|
7741
|
-
|
|
7741
|
+
PezpalletContractsEnvironmentTypeU128: string;
|
|
7742
7742
|
/**
|
|
7743
7743
|
* Lookup716: pallet_contracts::EnvironmentType<primitive_types::H256>
|
|
7744
7744
|
**/
|
|
7745
|
-
|
|
7745
|
+
PezpalletContractsEnvironmentTypeH256: string;
|
|
7746
7746
|
/**
|
|
7747
7747
|
* Lookup717: pallet_contracts::EnvironmentType<sp_runtime::traits::BlakeTwo256>
|
|
7748
7748
|
**/
|
|
7749
|
-
|
|
7749
|
+
PezpalletContractsEnvironmentTypeBlakeTwo256: string;
|
|
7750
7750
|
/**
|
|
7751
7751
|
* Lookup718: pallet_contracts::EnvironmentType<T>
|
|
7752
7752
|
**/
|
|
7753
|
-
|
|
7753
|
+
PezpalletContractsEnvironmentTypeU64: string;
|
|
7754
7754
|
/**
|
|
7755
7755
|
* Lookup719: pallet_contracts::EnvironmentType<T>
|
|
7756
7756
|
**/
|
|
7757
|
-
|
|
7757
|
+
PezpalletContractsEnvironmentTypeU32: string;
|
|
7758
7758
|
/**
|
|
7759
7759
|
* Lookup721: pallet_contracts::pallet::Error<T>
|
|
7760
7760
|
**/
|
|
7761
|
-
|
|
7761
|
+
PezpalletContractsError: {
|
|
7762
7762
|
_enum: string[];
|
|
7763
7763
|
};
|
|
7764
7764
|
/**
|
|
7765
7765
|
* Lookup722: pallet_sudo::pallet::Error<T>
|
|
7766
7766
|
**/
|
|
7767
|
-
|
|
7767
|
+
PezpalletSudoError: {
|
|
7768
7768
|
_enum: string[];
|
|
7769
7769
|
};
|
|
7770
7770
|
/**
|
|
7771
7771
|
* Lookup725: pallet_im_online::pallet::Error<T>
|
|
7772
7772
|
**/
|
|
7773
|
-
|
|
7773
|
+
PezpalletImOnlineError: {
|
|
7774
7774
|
_enum: string[];
|
|
7775
7775
|
};
|
|
7776
7776
|
/**
|
|
7777
7777
|
* Lookup728: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
|
|
7778
7778
|
**/
|
|
7779
|
-
|
|
7779
|
+
PezspStakingOffenceOffenceDetails: {
|
|
7780
7780
|
offender: string;
|
|
7781
7781
|
reporters: string;
|
|
7782
7782
|
};
|
|
7783
7783
|
/**
|
|
7784
7784
|
* Lookup732: pallet_identity::types::Registration<Balance, MaxJudgements, pallet_identity::legacy::IdentityInfo<FieldLimit>>
|
|
7785
7785
|
**/
|
|
7786
|
-
|
|
7786
|
+
PezpalletIdentityRegistration: {
|
|
7787
7787
|
judgements: string;
|
|
7788
7788
|
deposit: string;
|
|
7789
7789
|
info: string;
|
|
@@ -7791,7 +7791,7 @@ declare const _default: {
|
|
|
7791
7791
|
/**
|
|
7792
7792
|
* Lookup740: pallet_identity::types::RegistrarInfo<Balance, sp_core::crypto::AccountId32, IdField>
|
|
7793
7793
|
**/
|
|
7794
|
-
|
|
7794
|
+
PezpalletIdentityRegistrarInfo: {
|
|
7795
7795
|
account: string;
|
|
7796
7796
|
fee: string;
|
|
7797
7797
|
fields: string;
|
|
@@ -7799,21 +7799,21 @@ declare const _default: {
|
|
|
7799
7799
|
/**
|
|
7800
7800
|
* Lookup743: pallet_identity::types::AuthorityProperties<sp_core::crypto::AccountId32>
|
|
7801
7801
|
**/
|
|
7802
|
-
|
|
7802
|
+
PezpalletIdentityAuthorityProperties: {
|
|
7803
7803
|
accountId: string;
|
|
7804
7804
|
allocation: string;
|
|
7805
7805
|
};
|
|
7806
7806
|
/**
|
|
7807
7807
|
* Lookup744: pallet_identity::types::UsernameInformation<sp_core::crypto::AccountId32, Balance>
|
|
7808
7808
|
**/
|
|
7809
|
-
|
|
7809
|
+
PezpalletIdentityUsernameInformation: {
|
|
7810
7810
|
owner: string;
|
|
7811
7811
|
provider: string;
|
|
7812
7812
|
};
|
|
7813
7813
|
/**
|
|
7814
7814
|
* Lookup745: pallet_identity::types::Provider<Balance>
|
|
7815
7815
|
**/
|
|
7816
|
-
|
|
7816
|
+
PezpalletIdentityProvider: {
|
|
7817
7817
|
_enum: {
|
|
7818
7818
|
Allocation: string;
|
|
7819
7819
|
AuthorityDeposit: string;
|
|
@@ -7823,13 +7823,13 @@ declare const _default: {
|
|
|
7823
7823
|
/**
|
|
7824
7824
|
* Lookup747: pallet_identity::pallet::Error<T>
|
|
7825
7825
|
**/
|
|
7826
|
-
|
|
7826
|
+
PezpalletIdentityError: {
|
|
7827
7827
|
_enum: string[];
|
|
7828
7828
|
};
|
|
7829
7829
|
/**
|
|
7830
7830
|
* Lookup748: pallet_society::MemberRecord
|
|
7831
7831
|
**/
|
|
7832
|
-
|
|
7832
|
+
PezpalletSocietyMemberRecord: {
|
|
7833
7833
|
rank: string;
|
|
7834
7834
|
strikes: string;
|
|
7835
7835
|
vouching: string;
|
|
@@ -7838,20 +7838,20 @@ declare const _default: {
|
|
|
7838
7838
|
/**
|
|
7839
7839
|
* Lookup750: pallet_society::VouchingStatus
|
|
7840
7840
|
**/
|
|
7841
|
-
|
|
7841
|
+
PezpalletSocietyVouchingStatus: {
|
|
7842
7842
|
_enum: string[];
|
|
7843
7843
|
};
|
|
7844
7844
|
/**
|
|
7845
7845
|
* Lookup751: pallet_society::PayoutRecord<Balance, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
7846
7846
|
**/
|
|
7847
|
-
|
|
7847
|
+
PezpalletSocietyPayoutRecord: {
|
|
7848
7848
|
paid: string;
|
|
7849
7849
|
payouts: string;
|
|
7850
7850
|
};
|
|
7851
7851
|
/**
|
|
7852
7852
|
* Lookup756: pallet_society::Bid<sp_core::crypto::AccountId32, Balance>
|
|
7853
7853
|
**/
|
|
7854
|
-
|
|
7854
|
+
PezpalletSocietyBid: {
|
|
7855
7855
|
who: string;
|
|
7856
7856
|
kind: string;
|
|
7857
7857
|
value: string;
|
|
@@ -7859,7 +7859,7 @@ declare const _default: {
|
|
|
7859
7859
|
/**
|
|
7860
7860
|
* Lookup757: pallet_society::BidKind<sp_core::crypto::AccountId32, Balance>
|
|
7861
7861
|
**/
|
|
7862
|
-
|
|
7862
|
+
PezpalletSocietyBidKind: {
|
|
7863
7863
|
_enum: {
|
|
7864
7864
|
Deposit: string;
|
|
7865
7865
|
Vouch: string;
|
|
@@ -7868,7 +7868,7 @@ declare const _default: {
|
|
|
7868
7868
|
/**
|
|
7869
7869
|
* Lookup759: pallet_society::Candidacy<sp_core::crypto::AccountId32, Balance>
|
|
7870
7870
|
**/
|
|
7871
|
-
|
|
7871
|
+
PezpalletSocietyCandidacy: {
|
|
7872
7872
|
round: string;
|
|
7873
7873
|
kind: string;
|
|
7874
7874
|
bid: string;
|
|
@@ -7878,21 +7878,21 @@ declare const _default: {
|
|
|
7878
7878
|
/**
|
|
7879
7879
|
* Lookup760: pallet_society::Tally
|
|
7880
7880
|
**/
|
|
7881
|
-
|
|
7881
|
+
PezpalletSocietyTally: {
|
|
7882
7882
|
approvals: string;
|
|
7883
7883
|
rejections: string;
|
|
7884
7884
|
};
|
|
7885
7885
|
/**
|
|
7886
7886
|
* Lookup762: pallet_society::Vote
|
|
7887
7887
|
**/
|
|
7888
|
-
|
|
7888
|
+
PezpalletSocietyVote: {
|
|
7889
7889
|
approve: string;
|
|
7890
7890
|
weight: string;
|
|
7891
7891
|
};
|
|
7892
7892
|
/**
|
|
7893
7893
|
* Lookup764: pallet_society::IntakeRecord<sp_core::crypto::AccountId32, Balance>
|
|
7894
7894
|
**/
|
|
7895
|
-
|
|
7895
|
+
PezpalletSocietyIntakeRecord: {
|
|
7896
7896
|
who: string;
|
|
7897
7897
|
bid: string;
|
|
7898
7898
|
round: string;
|
|
@@ -7900,13 +7900,13 @@ declare const _default: {
|
|
|
7900
7900
|
/**
|
|
7901
7901
|
* Lookup766: pallet_society::pallet::Error<T, I>
|
|
7902
7902
|
**/
|
|
7903
|
-
|
|
7903
|
+
PezpalletSocietyError: {
|
|
7904
7904
|
_enum: string[];
|
|
7905
7905
|
};
|
|
7906
7906
|
/**
|
|
7907
7907
|
* Lookup767: pallet_recovery::RecoveryConfig<BlockNumber, Balance, bounded_collections::bounded_vec::BoundedVec<sp_core::crypto::AccountId32, S>>
|
|
7908
7908
|
**/
|
|
7909
|
-
|
|
7909
|
+
PezpalletRecoveryRecoveryConfig: {
|
|
7910
7910
|
delayPeriod: string;
|
|
7911
7911
|
deposit: string;
|
|
7912
7912
|
friends: string;
|
|
@@ -7915,7 +7915,7 @@ declare const _default: {
|
|
|
7915
7915
|
/**
|
|
7916
7916
|
* Lookup769: pallet_recovery::ActiveRecovery<BlockNumber, Balance, bounded_collections::bounded_vec::BoundedVec<sp_core::crypto::AccountId32, S>>
|
|
7917
7917
|
**/
|
|
7918
|
-
|
|
7918
|
+
PezpalletRecoveryActiveRecovery: {
|
|
7919
7919
|
created: string;
|
|
7920
7920
|
deposit: string;
|
|
7921
7921
|
friends: string;
|
|
@@ -7923,25 +7923,25 @@ declare const _default: {
|
|
|
7923
7923
|
/**
|
|
7924
7924
|
* Lookup770: pallet_recovery::pallet::Error<T>
|
|
7925
7925
|
**/
|
|
7926
|
-
|
|
7926
|
+
PezpalletRecoveryError: {
|
|
7927
7927
|
_enum: string[];
|
|
7928
7928
|
};
|
|
7929
7929
|
/**
|
|
7930
7930
|
* Lookup773: pallet_vesting::Releases
|
|
7931
7931
|
**/
|
|
7932
|
-
|
|
7932
|
+
PezpalletVestingReleases: {
|
|
7933
7933
|
_enum: string[];
|
|
7934
7934
|
};
|
|
7935
7935
|
/**
|
|
7936
7936
|
* Lookup774: pallet_vesting::pallet::Error<T>
|
|
7937
7937
|
**/
|
|
7938
|
-
|
|
7938
|
+
PezpalletVestingError: {
|
|
7939
7939
|
_enum: string[];
|
|
7940
7940
|
};
|
|
7941
7941
|
/**
|
|
7942
7942
|
* Lookup777: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<kitchensink_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, BlockNumber, kitchensink_runtime::OriginCaller, sp_core::crypto::AccountId32>
|
|
7943
7943
|
**/
|
|
7944
|
-
|
|
7944
|
+
PezpalletSchedulerScheduled: {
|
|
7945
7945
|
maybeId: string;
|
|
7946
7946
|
priority: string;
|
|
7947
7947
|
call: string;
|
|
@@ -7951,7 +7951,7 @@ declare const _default: {
|
|
|
7951
7951
|
/**
|
|
7952
7952
|
* Lookup779: pallet_scheduler::RetryConfig<Period>
|
|
7953
7953
|
**/
|
|
7954
|
-
|
|
7954
|
+
PezpalletSchedulerRetryConfig: {
|
|
7955
7955
|
totalRetries: string;
|
|
7956
7956
|
remaining: string;
|
|
7957
7957
|
period: string;
|
|
@@ -7959,19 +7959,19 @@ declare const _default: {
|
|
|
7959
7959
|
/**
|
|
7960
7960
|
* Lookup780: pallet_scheduler::pallet::Error<T>
|
|
7961
7961
|
**/
|
|
7962
|
-
|
|
7962
|
+
PezpalletSchedulerError: {
|
|
7963
7963
|
_enum: string[];
|
|
7964
7964
|
};
|
|
7965
7965
|
/**
|
|
7966
7966
|
* Lookup781: pallet_glutton::pallet::Error<T>
|
|
7967
7967
|
**/
|
|
7968
|
-
|
|
7968
|
+
PezpalletGluttonError: {
|
|
7969
7969
|
_enum: string[];
|
|
7970
7970
|
};
|
|
7971
7971
|
/**
|
|
7972
7972
|
* Lookup782: pallet_preimage::OldRequestStatus<sp_core::crypto::AccountId32, Balance>
|
|
7973
7973
|
**/
|
|
7974
|
-
|
|
7974
|
+
PezpalletPreimageOldRequestStatus: {
|
|
7975
7975
|
_enum: {
|
|
7976
7976
|
Unrequested: {
|
|
7977
7977
|
deposit: string;
|
|
@@ -7987,7 +7987,7 @@ declare const _default: {
|
|
|
7987
7987
|
/**
|
|
7988
7988
|
* Lookup784: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, frame_support::traits::tokens::fungible::HoldConsideration<A, F, R, D, Fp>>
|
|
7989
7989
|
**/
|
|
7990
|
-
|
|
7990
|
+
PezpalletPreimageRequestStatus: {
|
|
7991
7991
|
_enum: {
|
|
7992
7992
|
Unrequested: {
|
|
7993
7993
|
ticket: string;
|
|
@@ -8003,13 +8003,13 @@ declare const _default: {
|
|
|
8003
8003
|
/**
|
|
8004
8004
|
* Lookup789: pallet_preimage::pallet::Error<T>
|
|
8005
8005
|
**/
|
|
8006
|
-
|
|
8006
|
+
PezpalletPreimageError: {
|
|
8007
8007
|
_enum: string[];
|
|
8008
8008
|
};
|
|
8009
8009
|
/**
|
|
8010
8010
|
* Lookup792: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, kitchensink_runtime::ProxyType, BlockNumber>
|
|
8011
8011
|
**/
|
|
8012
|
-
|
|
8012
|
+
PezpalletProxyProxyDefinition: {
|
|
8013
8013
|
delegate: string;
|
|
8014
8014
|
proxyType: string;
|
|
8015
8015
|
delay: string;
|
|
@@ -8017,7 +8017,7 @@ declare const _default: {
|
|
|
8017
8017
|
/**
|
|
8018
8018
|
* Lookup796: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
|
|
8019
8019
|
**/
|
|
8020
|
-
|
|
8020
|
+
PezpalletProxyAnnouncement: {
|
|
8021
8021
|
real: string;
|
|
8022
8022
|
callHash: string;
|
|
8023
8023
|
height: string;
|
|
@@ -8025,13 +8025,13 @@ declare const _default: {
|
|
|
8025
8025
|
/**
|
|
8026
8026
|
* Lookup798: pallet_proxy::pallet::Error<T>
|
|
8027
8027
|
**/
|
|
8028
|
-
|
|
8028
|
+
PezpalletProxyError: {
|
|
8029
8029
|
_enum: string[];
|
|
8030
8030
|
};
|
|
8031
8031
|
/**
|
|
8032
8032
|
* Lookup800: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
|
|
8033
8033
|
**/
|
|
8034
|
-
|
|
8034
|
+
PezpalletMultisigMultisig: {
|
|
8035
8035
|
when: string;
|
|
8036
8036
|
deposit: string;
|
|
8037
8037
|
depositor: string;
|
|
@@ -8040,13 +8040,13 @@ declare const _default: {
|
|
|
8040
8040
|
/**
|
|
8041
8041
|
* Lookup801: pallet_multisig::pallet::Error<T>
|
|
8042
8042
|
**/
|
|
8043
|
-
|
|
8043
|
+
PezpalletMultisigError: {
|
|
8044
8044
|
_enum: string[];
|
|
8045
8045
|
};
|
|
8046
8046
|
/**
|
|
8047
8047
|
* Lookup802: pallet_bounties::Bounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
8048
8048
|
**/
|
|
8049
|
-
|
|
8049
|
+
PezpalletBountiesBounty: {
|
|
8050
8050
|
proposer: string;
|
|
8051
8051
|
value: string;
|
|
8052
8052
|
fee: string;
|
|
@@ -8057,7 +8057,7 @@ declare const _default: {
|
|
|
8057
8057
|
/**
|
|
8058
8058
|
* Lookup803: pallet_bounties::BountyStatus<sp_core::crypto::AccountId32, BlockNumber>
|
|
8059
8059
|
**/
|
|
8060
|
-
|
|
8060
|
+
PezpalletBountiesBountyStatus: {
|
|
8061
8061
|
_enum: {
|
|
8062
8062
|
Proposed: string;
|
|
8063
8063
|
Approved: string;
|
|
@@ -8082,13 +8082,13 @@ declare const _default: {
|
|
|
8082
8082
|
/**
|
|
8083
8083
|
* Lookup805: pallet_bounties::pallet::Error<T, I>
|
|
8084
8084
|
**/
|
|
8085
|
-
|
|
8085
|
+
PezpalletBountiesError: {
|
|
8086
8086
|
_enum: string[];
|
|
8087
8087
|
};
|
|
8088
8088
|
/**
|
|
8089
8089
|
* Lookup806: pallet_tips::OpenTip<sp_core::crypto::AccountId32, Balance, BlockNumber, primitive_types::H256>
|
|
8090
8090
|
**/
|
|
8091
|
-
|
|
8091
|
+
PezpalletTipsOpenTip: {
|
|
8092
8092
|
reason: string;
|
|
8093
8093
|
who: string;
|
|
8094
8094
|
finder: string;
|
|
@@ -8100,13 +8100,13 @@ declare const _default: {
|
|
|
8100
8100
|
/**
|
|
8101
8101
|
* Lookup807: pallet_tips::pallet::Error<T, I>
|
|
8102
8102
|
**/
|
|
8103
|
-
|
|
8103
|
+
PezpalletTipsError: {
|
|
8104
8104
|
_enum: string[];
|
|
8105
8105
|
};
|
|
8106
8106
|
/**
|
|
8107
8107
|
* Lookup808: pallet_assets::types::AssetDetails<Balance, sp_core::crypto::AccountId32, DepositBalance>
|
|
8108
8108
|
**/
|
|
8109
|
-
|
|
8109
|
+
PezpalletAssetsAssetDetails: {
|
|
8110
8110
|
owner: string;
|
|
8111
8111
|
issuer: string;
|
|
8112
8112
|
admin: string;
|
|
@@ -8123,13 +8123,13 @@ declare const _default: {
|
|
|
8123
8123
|
/**
|
|
8124
8124
|
* Lookup809: pallet_assets::types::AssetStatus
|
|
8125
8125
|
**/
|
|
8126
|
-
|
|
8126
|
+
PezpalletAssetsAssetStatus: {
|
|
8127
8127
|
_enum: string[];
|
|
8128
8128
|
};
|
|
8129
8129
|
/**
|
|
8130
8130
|
* Lookup810: pallet_assets::types::AssetAccount<Balance, DepositBalance, Extra, sp_core::crypto::AccountId32>
|
|
8131
8131
|
**/
|
|
8132
|
-
|
|
8132
|
+
PezpalletAssetsAssetAccount: {
|
|
8133
8133
|
balance: string;
|
|
8134
8134
|
status: string;
|
|
8135
8135
|
reason: string;
|
|
@@ -8138,13 +8138,13 @@ declare const _default: {
|
|
|
8138
8138
|
/**
|
|
8139
8139
|
* Lookup811: pallet_assets::types::AccountStatus
|
|
8140
8140
|
**/
|
|
8141
|
-
|
|
8141
|
+
PezpalletAssetsAccountStatus: {
|
|
8142
8142
|
_enum: string[];
|
|
8143
8143
|
};
|
|
8144
8144
|
/**
|
|
8145
8145
|
* Lookup812: pallet_assets::types::ExistenceReason<Balance, sp_core::crypto::AccountId32>
|
|
8146
8146
|
**/
|
|
8147
|
-
|
|
8147
|
+
PezpalletAssetsExistenceReason: {
|
|
8148
8148
|
_enum: {
|
|
8149
8149
|
Consumer: string;
|
|
8150
8150
|
Sufficient: string;
|
|
@@ -8156,14 +8156,14 @@ declare const _default: {
|
|
|
8156
8156
|
/**
|
|
8157
8157
|
* Lookup814: pallet_assets::types::Approval<Balance, DepositBalance>
|
|
8158
8158
|
**/
|
|
8159
|
-
|
|
8159
|
+
PezpalletAssetsApproval: {
|
|
8160
8160
|
amount: string;
|
|
8161
8161
|
deposit: string;
|
|
8162
8162
|
};
|
|
8163
8163
|
/**
|
|
8164
8164
|
* Lookup815: pallet_assets::types::AssetMetadata<DepositBalance, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
8165
8165
|
**/
|
|
8166
|
-
|
|
8166
|
+
PezpalletAssetsAssetMetadata: {
|
|
8167
8167
|
deposit: string;
|
|
8168
8168
|
name: string;
|
|
8169
8169
|
symbol: string;
|
|
@@ -8173,19 +8173,19 @@ declare const _default: {
|
|
|
8173
8173
|
/**
|
|
8174
8174
|
* Lookup817: pallet_assets::pallet::Error<T, I>
|
|
8175
8175
|
**/
|
|
8176
|
-
|
|
8176
|
+
PezpalletAssetsError: {
|
|
8177
8177
|
_enum: string[];
|
|
8178
8178
|
};
|
|
8179
8179
|
/**
|
|
8180
8180
|
* Lookup821: pallet_beefy::pallet::Error<T>
|
|
8181
8181
|
**/
|
|
8182
|
-
|
|
8182
|
+
PezpalletBeefyError: {
|
|
8183
8183
|
_enum: string[];
|
|
8184
8184
|
};
|
|
8185
8185
|
/**
|
|
8186
8186
|
* Lookup822: sp_consensus_beefy::mmr::BeefyAuthoritySet<primitive_types::H256>
|
|
8187
8187
|
**/
|
|
8188
|
-
|
|
8188
|
+
PezspConsensusBeefyMmrBeefyAuthoritySet: {
|
|
8189
8189
|
id: string;
|
|
8190
8190
|
len: string;
|
|
8191
8191
|
keysetCommitment: string;
|
|
@@ -8193,7 +8193,7 @@ declare const _default: {
|
|
|
8193
8193
|
/**
|
|
8194
8194
|
* Lookup823: pallet_lottery::LotteryConfig<BlockNumber, Balance>
|
|
8195
8195
|
**/
|
|
8196
|
-
|
|
8196
|
+
PezpalletLotteryLotteryConfig: {
|
|
8197
8197
|
price: string;
|
|
8198
8198
|
start: string;
|
|
8199
8199
|
length: string;
|
|
@@ -8203,20 +8203,20 @@ declare const _default: {
|
|
|
8203
8203
|
/**
|
|
8204
8204
|
* Lookup827: pallet_lottery::pallet::Error<T>
|
|
8205
8205
|
**/
|
|
8206
|
-
|
|
8206
|
+
PezpalletLotteryError: {
|
|
8207
8207
|
_enum: string[];
|
|
8208
8208
|
};
|
|
8209
8209
|
/**
|
|
8210
8210
|
* Lookup830: pallet_nis::pallet::Bid<Balance, sp_core::crypto::AccountId32>
|
|
8211
8211
|
**/
|
|
8212
|
-
|
|
8212
|
+
PezpalletNisBid: {
|
|
8213
8213
|
amount: string;
|
|
8214
8214
|
who: string;
|
|
8215
8215
|
};
|
|
8216
8216
|
/**
|
|
8217
8217
|
* Lookup832: pallet_nis::pallet::SummaryRecord<BlockNumber, Balance>
|
|
8218
8218
|
**/
|
|
8219
|
-
|
|
8219
|
+
PezpalletNisSummaryRecord: {
|
|
8220
8220
|
proportionOwed: string;
|
|
8221
8221
|
index: string;
|
|
8222
8222
|
thawed: string;
|
|
@@ -8226,7 +8226,7 @@ declare const _default: {
|
|
|
8226
8226
|
/**
|
|
8227
8227
|
* Lookup833: pallet_nis::pallet::ReceiptRecord<sp_core::crypto::AccountId32, BlockNumber, Balance>
|
|
8228
8228
|
**/
|
|
8229
|
-
|
|
8229
|
+
PezpalletNisReceiptRecord: {
|
|
8230
8230
|
proportion: string;
|
|
8231
8231
|
owner: string;
|
|
8232
8232
|
expiry: string;
|
|
@@ -8234,13 +8234,13 @@ declare const _default: {
|
|
|
8234
8234
|
/**
|
|
8235
8235
|
* Lookup835: pallet_nis::pallet::Error<T>
|
|
8236
8236
|
**/
|
|
8237
|
-
|
|
8237
|
+
PezpalletNisError: {
|
|
8238
8238
|
_enum: string[];
|
|
8239
8239
|
};
|
|
8240
8240
|
/**
|
|
8241
8241
|
* Lookup836: pallet_uniques::types::CollectionDetails<sp_core::crypto::AccountId32, DepositBalance>
|
|
8242
8242
|
**/
|
|
8243
|
-
|
|
8243
|
+
PezpalletUniquesCollectionDetails: {
|
|
8244
8244
|
owner: string;
|
|
8245
8245
|
issuer: string;
|
|
8246
8246
|
admin: string;
|
|
@@ -8255,7 +8255,7 @@ declare const _default: {
|
|
|
8255
8255
|
/**
|
|
8256
8256
|
* Lookup838: pallet_uniques::types::ItemDetails<sp_core::crypto::AccountId32, DepositBalance>
|
|
8257
8257
|
**/
|
|
8258
|
-
|
|
8258
|
+
PezpalletUniquesItemDetails: {
|
|
8259
8259
|
owner: string;
|
|
8260
8260
|
approved: string;
|
|
8261
8261
|
isFrozen: string;
|
|
@@ -8264,7 +8264,7 @@ declare const _default: {
|
|
|
8264
8264
|
/**
|
|
8265
8265
|
* Lookup839: pallet_uniques::types::CollectionMetadata<DepositBalance, StringLimit>
|
|
8266
8266
|
**/
|
|
8267
|
-
|
|
8267
|
+
PezpalletUniquesCollectionMetadata: {
|
|
8268
8268
|
deposit: string;
|
|
8269
8269
|
data: string;
|
|
8270
8270
|
isFrozen: string;
|
|
@@ -8272,7 +8272,7 @@ declare const _default: {
|
|
|
8272
8272
|
/**
|
|
8273
8273
|
* Lookup840: pallet_uniques::types::ItemMetadata<DepositBalance, StringLimit>
|
|
8274
8274
|
**/
|
|
8275
|
-
|
|
8275
|
+
PezpalletUniquesItemMetadata: {
|
|
8276
8276
|
deposit: string;
|
|
8277
8277
|
data: string;
|
|
8278
8278
|
isFrozen: string;
|
|
@@ -8280,13 +8280,13 @@ declare const _default: {
|
|
|
8280
8280
|
/**
|
|
8281
8281
|
* Lookup844: pallet_uniques::pallet::Error<T, I>
|
|
8282
8282
|
**/
|
|
8283
|
-
|
|
8283
|
+
PezpalletUniquesError: {
|
|
8284
8284
|
_enum: string[];
|
|
8285
8285
|
};
|
|
8286
8286
|
/**
|
|
8287
8287
|
* Lookup845: pallet_nfts::types::CollectionDetails<sp_core::crypto::AccountId32, DepositBalance>
|
|
8288
8288
|
**/
|
|
8289
|
-
|
|
8289
|
+
PezpalletNftsCollectionDetails: {
|
|
8290
8290
|
owner: string;
|
|
8291
8291
|
ownerDeposit: string;
|
|
8292
8292
|
items: string;
|
|
@@ -8297,13 +8297,13 @@ declare const _default: {
|
|
|
8297
8297
|
/**
|
|
8298
8298
|
* Lookup847: pallet_nfts::types::CollectionRole
|
|
8299
8299
|
**/
|
|
8300
|
-
|
|
8300
|
+
PezpalletNftsCollectionRole: {
|
|
8301
8301
|
_enum: string[];
|
|
8302
8302
|
};
|
|
8303
8303
|
/**
|
|
8304
8304
|
* Lookup848: pallet_nfts::types::ItemDetails<sp_core::crypto::AccountId32, pallet_nfts::types::ItemDeposit<DepositBalance, sp_core::crypto::AccountId32>, bounded_collections::bounded_btree_map::BoundedBTreeMap<sp_core::crypto::AccountId32, Option<T>, S>>
|
|
8305
8305
|
**/
|
|
8306
|
-
|
|
8306
|
+
PezpalletNftsItemDetails: {
|
|
8307
8307
|
owner: string;
|
|
8308
8308
|
approvals: string;
|
|
8309
8309
|
deposit: string;
|
|
@@ -8311,42 +8311,42 @@ declare const _default: {
|
|
|
8311
8311
|
/**
|
|
8312
8312
|
* Lookup849: pallet_nfts::types::ItemDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
8313
8313
|
**/
|
|
8314
|
-
|
|
8314
|
+
PezpalletNftsItemDeposit: {
|
|
8315
8315
|
account: string;
|
|
8316
8316
|
amount: string;
|
|
8317
8317
|
};
|
|
8318
8318
|
/**
|
|
8319
8319
|
* Lookup854: pallet_nfts::types::CollectionMetadata<Deposit, StringLimit>
|
|
8320
8320
|
**/
|
|
8321
|
-
|
|
8321
|
+
PezpalletNftsCollectionMetadata: {
|
|
8322
8322
|
deposit: string;
|
|
8323
8323
|
data: string;
|
|
8324
8324
|
};
|
|
8325
8325
|
/**
|
|
8326
8326
|
* Lookup855: pallet_nfts::types::ItemMetadata<pallet_nfts::types::ItemMetadataDeposit<DepositBalance, sp_core::crypto::AccountId32>, StringLimit>
|
|
8327
8327
|
**/
|
|
8328
|
-
|
|
8328
|
+
PezpalletNftsItemMetadata: {
|
|
8329
8329
|
deposit: string;
|
|
8330
8330
|
data: string;
|
|
8331
8331
|
};
|
|
8332
8332
|
/**
|
|
8333
8333
|
* Lookup856: pallet_nfts::types::ItemMetadataDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
8334
8334
|
**/
|
|
8335
|
-
|
|
8335
|
+
PezpalletNftsItemMetadataDeposit: {
|
|
8336
8336
|
account: string;
|
|
8337
8337
|
amount: string;
|
|
8338
8338
|
};
|
|
8339
8339
|
/**
|
|
8340
8340
|
* Lookup859: pallet_nfts::types::AttributeDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
8341
8341
|
**/
|
|
8342
|
-
|
|
8342
|
+
PezpalletNftsAttributeDeposit: {
|
|
8343
8343
|
account: string;
|
|
8344
8344
|
amount: string;
|
|
8345
8345
|
};
|
|
8346
8346
|
/**
|
|
8347
8347
|
* Lookup862: pallet_nfts::types::PendingSwap<CollectionId, ItemId, pallet_nfts::types::PriceWithDirection<Amount>, Deadline>
|
|
8348
8348
|
**/
|
|
8349
|
-
|
|
8349
|
+
PezpalletNftsPendingSwap: {
|
|
8350
8350
|
desiredCollection: string;
|
|
8351
8351
|
desiredItem: string;
|
|
8352
8352
|
price: string;
|
|
@@ -8355,19 +8355,19 @@ declare const _default: {
|
|
|
8355
8355
|
/**
|
|
8356
8356
|
* Lookup864: pallet_nfts::types::PalletFeature
|
|
8357
8357
|
**/
|
|
8358
|
-
|
|
8358
|
+
PezpalletNftsPezpalletFeature: {
|
|
8359
8359
|
_enum: string[];
|
|
8360
8360
|
};
|
|
8361
8361
|
/**
|
|
8362
8362
|
* Lookup865: pallet_nfts::pallet::Error<T, I>
|
|
8363
8363
|
**/
|
|
8364
|
-
|
|
8364
|
+
PezpalletNftsError: {
|
|
8365
8365
|
_enum: string[];
|
|
8366
8366
|
};
|
|
8367
8367
|
/**
|
|
8368
8368
|
* Lookup866: pallet_nft_fractionalization::types::Details<AssetId, Fractions, Deposit, sp_core::crypto::AccountId32>
|
|
8369
8369
|
**/
|
|
8370
|
-
|
|
8370
|
+
PezpalletNftFractionalizationDetails: {
|
|
8371
8371
|
asset: string;
|
|
8372
8372
|
fractions: string;
|
|
8373
8373
|
deposit: string;
|
|
@@ -8376,13 +8376,13 @@ declare const _default: {
|
|
|
8376
8376
|
/**
|
|
8377
8377
|
* Lookup867: pallet_nft_fractionalization::pallet::Error<T>
|
|
8378
8378
|
**/
|
|
8379
|
-
|
|
8379
|
+
PezpalletNftFractionalizationError: {
|
|
8380
8380
|
_enum: string[];
|
|
8381
8381
|
};
|
|
8382
8382
|
/**
|
|
8383
8383
|
* Lookup868: pallet_salary::StatusType<CycleIndex, BlockNumber, Balance>
|
|
8384
8384
|
**/
|
|
8385
|
-
|
|
8385
|
+
PezpalletSalaryStatusType: {
|
|
8386
8386
|
cycleIndex: string;
|
|
8387
8387
|
cycleStart: string;
|
|
8388
8388
|
budget: string;
|
|
@@ -8392,14 +8392,14 @@ declare const _default: {
|
|
|
8392
8392
|
/**
|
|
8393
8393
|
* Lookup869: pallet_salary::ClaimantStatus<CycleIndex, Balance, Id>
|
|
8394
8394
|
**/
|
|
8395
|
-
|
|
8395
|
+
PezpalletSalaryClaimantStatus: {
|
|
8396
8396
|
lastActive: string;
|
|
8397
8397
|
status: string;
|
|
8398
8398
|
};
|
|
8399
8399
|
/**
|
|
8400
8400
|
* Lookup870: pallet_salary::ClaimState<Balance, Id>
|
|
8401
8401
|
**/
|
|
8402
|
-
|
|
8402
|
+
PezpalletSalaryClaimState: {
|
|
8403
8403
|
_enum: {
|
|
8404
8404
|
Nothing: string;
|
|
8405
8405
|
Registered: string;
|
|
@@ -8413,13 +8413,13 @@ declare const _default: {
|
|
|
8413
8413
|
/**
|
|
8414
8414
|
* Lookup871: pallet_salary::pallet::Error<T, I>
|
|
8415
8415
|
**/
|
|
8416
|
-
|
|
8416
|
+
PezpalletSalaryError: {
|
|
8417
8417
|
_enum: string[];
|
|
8418
8418
|
};
|
|
8419
8419
|
/**
|
|
8420
8420
|
* Lookup872: pallet_core_fellowship::MemberStatus<BlockNumber>
|
|
8421
8421
|
**/
|
|
8422
|
-
|
|
8422
|
+
PezpalletCoreFellowshipMemberStatus: {
|
|
8423
8423
|
isActive: string;
|
|
8424
8424
|
lastPromotion: string;
|
|
8425
8425
|
lastProof: string;
|
|
@@ -8427,13 +8427,13 @@ declare const _default: {
|
|
|
8427
8427
|
/**
|
|
8428
8428
|
* Lookup874: pallet_core_fellowship::pallet::Error<T, I>
|
|
8429
8429
|
**/
|
|
8430
|
-
|
|
8430
|
+
PezpalletCoreFellowshipError: {
|
|
8431
8431
|
_enum: string[];
|
|
8432
8432
|
};
|
|
8433
8433
|
/**
|
|
8434
8434
|
* Lookup876: pallet_transaction_storage::TransactionInfo
|
|
8435
8435
|
**/
|
|
8436
|
-
|
|
8436
|
+
PezpalletTransactionStorageTransactionInfo: {
|
|
8437
8437
|
_alias: {
|
|
8438
8438
|
size_: string;
|
|
8439
8439
|
};
|
|
@@ -8445,13 +8445,13 @@ declare const _default: {
|
|
|
8445
8445
|
/**
|
|
8446
8446
|
* Lookup878: pallet_transaction_storage::pallet::Error<T>
|
|
8447
8447
|
**/
|
|
8448
|
-
|
|
8448
|
+
PezpalletTransactionStorageError: {
|
|
8449
8449
|
_enum: string[];
|
|
8450
8450
|
};
|
|
8451
8451
|
/**
|
|
8452
8452
|
* Lookup879: pallet_bags_list::list::Node<T, I>
|
|
8453
8453
|
**/
|
|
8454
|
-
|
|
8454
|
+
PezpalletBagsListListNode: {
|
|
8455
8455
|
id: string;
|
|
8456
8456
|
prev: string;
|
|
8457
8457
|
next: string;
|
|
@@ -8461,14 +8461,14 @@ declare const _default: {
|
|
|
8461
8461
|
/**
|
|
8462
8462
|
* Lookup880: pallet_bags_list::list::Bag<T, I>
|
|
8463
8463
|
**/
|
|
8464
|
-
|
|
8464
|
+
PezpalletBagsListListBag: {
|
|
8465
8465
|
head: string;
|
|
8466
8466
|
tail: string;
|
|
8467
8467
|
};
|
|
8468
8468
|
/**
|
|
8469
8469
|
* Lookup882: pallet_bags_list::pallet::Error<T, I>
|
|
8470
8470
|
**/
|
|
8471
|
-
|
|
8471
|
+
PezpalletBagsListError: {
|
|
8472
8472
|
_enum: {
|
|
8473
8473
|
List: string;
|
|
8474
8474
|
};
|
|
@@ -8476,13 +8476,13 @@ declare const _default: {
|
|
|
8476
8476
|
/**
|
|
8477
8477
|
* Lookup883: pallet_bags_list::list::ListError
|
|
8478
8478
|
**/
|
|
8479
|
-
|
|
8479
|
+
PezpalletBagsListListListError: {
|
|
8480
8480
|
_enum: string[];
|
|
8481
8481
|
};
|
|
8482
8482
|
/**
|
|
8483
8483
|
* Lookup884: pallet_child_bounties::ChildBounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
8484
8484
|
**/
|
|
8485
|
-
|
|
8485
|
+
PezpalletChildBountiesChildBounty: {
|
|
8486
8486
|
parentBounty: string;
|
|
8487
8487
|
value: string;
|
|
8488
8488
|
fee: string;
|
|
@@ -8492,7 +8492,7 @@ declare const _default: {
|
|
|
8492
8492
|
/**
|
|
8493
8493
|
* Lookup885: pallet_child_bounties::ChildBountyStatus<sp_core::crypto::AccountId32, BlockNumber>
|
|
8494
8494
|
**/
|
|
8495
|
-
|
|
8495
|
+
PezpalletChildBountiesChildBountyStatus: {
|
|
8496
8496
|
_enum: {
|
|
8497
8497
|
Added: string;
|
|
8498
8498
|
CuratorProposed: {
|
|
@@ -8511,13 +8511,13 @@ declare const _default: {
|
|
|
8511
8511
|
/**
|
|
8512
8512
|
* Lookup886: pallet_child_bounties::pallet::Error<T>
|
|
8513
8513
|
**/
|
|
8514
|
-
|
|
8514
|
+
PezpalletChildBountiesError: {
|
|
8515
8515
|
_enum: string[];
|
|
8516
8516
|
};
|
|
8517
8517
|
/**
|
|
8518
8518
|
* Lookup887: pallet_referenda::types::ReferendumInfo<TrackId, kitchensink_runtime::OriginCaller, Moment, frame_support::traits::preimages::Bounded<kitchensink_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance, pallet_conviction_voting::types::Tally<Votes, Total>, sp_core::crypto::AccountId32, ScheduleAddress>
|
|
8519
8519
|
**/
|
|
8520
|
-
|
|
8520
|
+
PezpalletReferendaReferendumInfoConvictionVotingTally: {
|
|
8521
8521
|
_enum: {
|
|
8522
8522
|
Ongoing: string;
|
|
8523
8523
|
Approved: string;
|
|
@@ -8530,7 +8530,7 @@ declare const _default: {
|
|
|
8530
8530
|
/**
|
|
8531
8531
|
* Lookup888: pallet_referenda::types::ReferendumStatus<TrackId, kitchensink_runtime::OriginCaller, Moment, frame_support::traits::preimages::Bounded<kitchensink_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance, pallet_conviction_voting::types::Tally<Votes, Total>, sp_core::crypto::AccountId32, ScheduleAddress>
|
|
8532
8532
|
**/
|
|
8533
|
-
|
|
8533
|
+
PezpalletReferendaReferendumStatusConvictionVotingTally: {
|
|
8534
8534
|
track: string;
|
|
8535
8535
|
origin: string;
|
|
8536
8536
|
proposal: string;
|
|
@@ -8546,21 +8546,21 @@ declare const _default: {
|
|
|
8546
8546
|
/**
|
|
8547
8547
|
* Lookup889: pallet_referenda::types::Deposit<sp_core::crypto::AccountId32, Balance>
|
|
8548
8548
|
**/
|
|
8549
|
-
|
|
8549
|
+
PezpalletReferendaDeposit: {
|
|
8550
8550
|
who: string;
|
|
8551
8551
|
amount: string;
|
|
8552
8552
|
};
|
|
8553
8553
|
/**
|
|
8554
8554
|
* Lookup892: pallet_referenda::types::DecidingStatus<BlockNumber>
|
|
8555
8555
|
**/
|
|
8556
|
-
|
|
8556
|
+
PezpalletReferendaDecidingStatus: {
|
|
8557
8557
|
since: string;
|
|
8558
8558
|
confirming: string;
|
|
8559
8559
|
};
|
|
8560
8560
|
/**
|
|
8561
8561
|
* Lookup898: pallet_referenda::types::TrackDetails<Balance, Moment, Name>
|
|
8562
8562
|
**/
|
|
8563
|
-
|
|
8563
|
+
PezpalletReferendaTrackDetails: {
|
|
8564
8564
|
name: string;
|
|
8565
8565
|
maxDeciding: string;
|
|
8566
8566
|
decisionDeposit: string;
|
|
@@ -8574,19 +8574,19 @@ declare const _default: {
|
|
|
8574
8574
|
/**
|
|
8575
8575
|
* Lookup899: pallet_referenda::pallet::Error<T, I>
|
|
8576
8576
|
**/
|
|
8577
|
-
|
|
8577
|
+
PezpalletReferendaError: {
|
|
8578
8578
|
_enum: string[];
|
|
8579
8579
|
};
|
|
8580
8580
|
/**
|
|
8581
8581
|
* Lookup900: pallet_remark::pallet::Error<T>
|
|
8582
8582
|
**/
|
|
8583
|
-
|
|
8583
|
+
PezpalletRemarkError: {
|
|
8584
8584
|
_enum: string[];
|
|
8585
8585
|
};
|
|
8586
8586
|
/**
|
|
8587
8587
|
* Lookup902: pallet_conviction_voting::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber, PollIndex, MaxVotes>
|
|
8588
8588
|
**/
|
|
8589
|
-
|
|
8589
|
+
PezpalletConvictionVotingVoteVoting: {
|
|
8590
8590
|
_enum: {
|
|
8591
8591
|
Casting: string;
|
|
8592
8592
|
Delegating: string;
|
|
@@ -8595,7 +8595,7 @@ declare const _default: {
|
|
|
8595
8595
|
/**
|
|
8596
8596
|
* Lookup903: pallet_conviction_voting::vote::Casting<Balance, BlockNumber, PollIndex, MaxVotes>
|
|
8597
8597
|
**/
|
|
8598
|
-
|
|
8598
|
+
PezpalletConvictionVotingVoteCasting: {
|
|
8599
8599
|
votes: string;
|
|
8600
8600
|
delegations: string;
|
|
8601
8601
|
prior: string;
|
|
@@ -8603,18 +8603,18 @@ declare const _default: {
|
|
|
8603
8603
|
/**
|
|
8604
8604
|
* Lookup907: pallet_conviction_voting::types::Delegations<Balance>
|
|
8605
8605
|
**/
|
|
8606
|
-
|
|
8606
|
+
PezpalletConvictionVotingDelegations: {
|
|
8607
8607
|
votes: string;
|
|
8608
8608
|
capital: string;
|
|
8609
8609
|
};
|
|
8610
8610
|
/**
|
|
8611
8611
|
* Lookup908: pallet_conviction_voting::vote::PriorLock<BlockNumber, Balance>
|
|
8612
8612
|
**/
|
|
8613
|
-
|
|
8613
|
+
PezpalletConvictionVotingVotePriorLock: string;
|
|
8614
8614
|
/**
|
|
8615
8615
|
* Lookup909: pallet_conviction_voting::vote::Delegating<Balance, sp_core::crypto::AccountId32, BlockNumber>
|
|
8616
8616
|
**/
|
|
8617
|
-
|
|
8617
|
+
PezpalletConvictionVotingVoteDelegating: {
|
|
8618
8618
|
balance: string;
|
|
8619
8619
|
target: string;
|
|
8620
8620
|
conviction: string;
|
|
@@ -8624,31 +8624,31 @@ declare const _default: {
|
|
|
8624
8624
|
/**
|
|
8625
8625
|
* Lookup913: pallet_conviction_voting::pallet::Error<T, I>
|
|
8626
8626
|
**/
|
|
8627
|
-
|
|
8627
|
+
PezpalletConvictionVotingError: {
|
|
8628
8628
|
_enum: string[];
|
|
8629
8629
|
};
|
|
8630
8630
|
/**
|
|
8631
8631
|
* Lookup914: pallet_whitelist::pallet::Error<T>
|
|
8632
8632
|
**/
|
|
8633
|
-
|
|
8633
|
+
PezpalletWhitelistError: {
|
|
8634
8634
|
_enum: string[];
|
|
8635
8635
|
};
|
|
8636
8636
|
/**
|
|
8637
8637
|
* Lookup919: pallet_alliance::MemberRole
|
|
8638
8638
|
**/
|
|
8639
|
-
|
|
8639
|
+
PezpalletAllianceMemberRole: {
|
|
8640
8640
|
_enum: string[];
|
|
8641
8641
|
};
|
|
8642
8642
|
/**
|
|
8643
8643
|
* Lookup923: pallet_alliance::pallet::Error<T, I>
|
|
8644
8644
|
**/
|
|
8645
|
-
|
|
8645
|
+
PezpalletAllianceError: {
|
|
8646
8646
|
_enum: string[];
|
|
8647
8647
|
};
|
|
8648
8648
|
/**
|
|
8649
8649
|
* Lookup924: pallet_nomination_pools::PoolMember<T>
|
|
8650
8650
|
**/
|
|
8651
|
-
|
|
8651
|
+
PezpalletNominationPoolsPoolMember: {
|
|
8652
8652
|
poolId: string;
|
|
8653
8653
|
points: string;
|
|
8654
8654
|
lastRecordedRewardCounter: string;
|
|
@@ -8657,7 +8657,7 @@ declare const _default: {
|
|
|
8657
8657
|
/**
|
|
8658
8658
|
* Lookup927: pallet_nomination_pools::BondedPoolInner<T>
|
|
8659
8659
|
**/
|
|
8660
|
-
|
|
8660
|
+
PezpalletNominationPoolsBondedPoolInner: {
|
|
8661
8661
|
commission: string;
|
|
8662
8662
|
memberCounter: string;
|
|
8663
8663
|
points: string;
|
|
@@ -8667,7 +8667,7 @@ declare const _default: {
|
|
|
8667
8667
|
/**
|
|
8668
8668
|
* Lookup928: pallet_nomination_pools::Commission<T>
|
|
8669
8669
|
**/
|
|
8670
|
-
|
|
8670
|
+
PezpalletNominationPoolsCommission: {
|
|
8671
8671
|
current: string;
|
|
8672
8672
|
max: string;
|
|
8673
8673
|
changeRate: string;
|
|
@@ -8677,7 +8677,7 @@ declare const _default: {
|
|
|
8677
8677
|
/**
|
|
8678
8678
|
* Lookup930: pallet_nomination_pools::PoolRoles<sp_core::crypto::AccountId32>
|
|
8679
8679
|
**/
|
|
8680
|
-
|
|
8680
|
+
PezpalletNominationPoolsPoolRoles: {
|
|
8681
8681
|
depositor: string;
|
|
8682
8682
|
root: string;
|
|
8683
8683
|
nominator: string;
|
|
@@ -8686,7 +8686,7 @@ declare const _default: {
|
|
|
8686
8686
|
/**
|
|
8687
8687
|
* Lookup931: pallet_nomination_pools::RewardPool<T>
|
|
8688
8688
|
**/
|
|
8689
|
-
|
|
8689
|
+
PezpalletNominationPoolsRewardPool: {
|
|
8690
8690
|
lastRecordedRewardCounter: string;
|
|
8691
8691
|
lastRecordedTotalPayouts: string;
|
|
8692
8692
|
totalRewardsClaimed: string;
|
|
@@ -8696,21 +8696,21 @@ declare const _default: {
|
|
|
8696
8696
|
/**
|
|
8697
8697
|
* Lookup932: pallet_nomination_pools::SubPools<T>
|
|
8698
8698
|
**/
|
|
8699
|
-
|
|
8699
|
+
PezpalletNominationPoolsSubPools: {
|
|
8700
8700
|
noEra: string;
|
|
8701
8701
|
withEra: string;
|
|
8702
8702
|
};
|
|
8703
8703
|
/**
|
|
8704
8704
|
* Lookup933: pallet_nomination_pools::UnbondPool<T>
|
|
8705
8705
|
**/
|
|
8706
|
-
|
|
8706
|
+
PezpalletNominationPoolsUnbondPool: {
|
|
8707
8707
|
points: string;
|
|
8708
8708
|
balance: string;
|
|
8709
8709
|
};
|
|
8710
8710
|
/**
|
|
8711
8711
|
* Lookup938: pallet_nomination_pools::pallet::Error<T>
|
|
8712
8712
|
**/
|
|
8713
|
-
|
|
8713
|
+
PezpalletNominationPoolsError: {
|
|
8714
8714
|
_enum: {
|
|
8715
8715
|
PoolNotFound: string;
|
|
8716
8716
|
PoolMemberNotFound: string;
|
|
@@ -8755,13 +8755,13 @@ declare const _default: {
|
|
|
8755
8755
|
/**
|
|
8756
8756
|
* Lookup939: pallet_nomination_pools::pallet::DefensiveError
|
|
8757
8757
|
**/
|
|
8758
|
-
|
|
8758
|
+
PezpalletNominationPoolsDefensiveError: {
|
|
8759
8759
|
_enum: string[];
|
|
8760
8760
|
};
|
|
8761
8761
|
/**
|
|
8762
8762
|
* Lookup940: pallet_referenda::types::ReferendumInfo<TrackId, kitchensink_runtime::OriginCaller, Moment, frame_support::traits::preimages::Bounded<kitchensink_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance, pallet_ranked_collective::Tally<T, I, M>, sp_core::crypto::AccountId32, ScheduleAddress>
|
|
8763
8763
|
**/
|
|
8764
|
-
|
|
8764
|
+
PezpalletReferendaReferendumInfoRankedCollectiveTally: {
|
|
8765
8765
|
_enum: {
|
|
8766
8766
|
Ongoing: string;
|
|
8767
8767
|
Approved: string;
|
|
@@ -8774,7 +8774,7 @@ declare const _default: {
|
|
|
8774
8774
|
/**
|
|
8775
8775
|
* Lookup941: pallet_referenda::types::ReferendumStatus<TrackId, kitchensink_runtime::OriginCaller, Moment, frame_support::traits::preimages::Bounded<kitchensink_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance, pallet_ranked_collective::Tally<T, I, M>, sp_core::crypto::AccountId32, ScheduleAddress>
|
|
8776
8776
|
**/
|
|
8777
|
-
|
|
8777
|
+
PezpalletReferendaReferendumStatusRankedCollectiveTally: {
|
|
8778
8778
|
track: string;
|
|
8779
8779
|
origin: string;
|
|
8780
8780
|
proposal: string;
|
|
@@ -8790,44 +8790,44 @@ declare const _default: {
|
|
|
8790
8790
|
/**
|
|
8791
8791
|
* Lookup944: pallet_ranked_collective::MemberRecord
|
|
8792
8792
|
**/
|
|
8793
|
-
|
|
8793
|
+
PezpalletRankedCollectiveMemberRecord: {
|
|
8794
8794
|
rank: string;
|
|
8795
8795
|
};
|
|
8796
8796
|
/**
|
|
8797
8797
|
* Lookup948: pallet_ranked_collective::pallet::Error<T, I>
|
|
8798
8798
|
**/
|
|
8799
|
-
|
|
8799
|
+
PezpalletRankedCollectiveError: {
|
|
8800
8800
|
_enum: string[];
|
|
8801
8801
|
};
|
|
8802
8802
|
/**
|
|
8803
8803
|
* Lookup949: pallet_asset_conversion::types::PoolInfo<PoolAssetId>
|
|
8804
8804
|
**/
|
|
8805
|
-
|
|
8805
|
+
PezpalletAssetConversionPoolInfo: {
|
|
8806
8806
|
lpToken: string;
|
|
8807
8807
|
};
|
|
8808
8808
|
/**
|
|
8809
8809
|
* Lookup950: pallet_asset_conversion::pallet::Error<T>
|
|
8810
8810
|
**/
|
|
8811
|
-
|
|
8811
|
+
PezpalletAssetConversionError: {
|
|
8812
8812
|
_enum: string[];
|
|
8813
8813
|
};
|
|
8814
8814
|
/**
|
|
8815
8815
|
* Lookup951: pallet_fast_unstake::types::UnstakeRequest<T>
|
|
8816
8816
|
**/
|
|
8817
|
-
|
|
8817
|
+
PezpalletFastUnstakeUnstakeRequest: {
|
|
8818
8818
|
stashes: string;
|
|
8819
8819
|
checked: string;
|
|
8820
8820
|
};
|
|
8821
8821
|
/**
|
|
8822
8822
|
* Lookup954: pallet_fast_unstake::pallet::Error<T>
|
|
8823
8823
|
**/
|
|
8824
|
-
|
|
8824
|
+
PezpalletFastUnstakeError: {
|
|
8825
8825
|
_enum: string[];
|
|
8826
8826
|
};
|
|
8827
8827
|
/**
|
|
8828
8828
|
* Lookup955: pallet_message_queue::BookState<MessageOrigin>
|
|
8829
8829
|
**/
|
|
8830
|
-
|
|
8830
|
+
PezpalletMessageQueueBookState: {
|
|
8831
8831
|
_alias: {
|
|
8832
8832
|
size_: string;
|
|
8833
8833
|
};
|
|
@@ -8841,14 +8841,14 @@ declare const _default: {
|
|
|
8841
8841
|
/**
|
|
8842
8842
|
* Lookup957: pallet_message_queue::Neighbours<MessageOrigin>
|
|
8843
8843
|
**/
|
|
8844
|
-
|
|
8844
|
+
PezpalletMessageQueueNeighbours: {
|
|
8845
8845
|
prev: string;
|
|
8846
8846
|
next: string;
|
|
8847
8847
|
};
|
|
8848
8848
|
/**
|
|
8849
8849
|
* Lookup958: pallet_message_queue::Page<Size, HeapSize>
|
|
8850
8850
|
**/
|
|
8851
|
-
|
|
8851
|
+
PezpalletMessageQueuePage: {
|
|
8852
8852
|
remaining: string;
|
|
8853
8853
|
remainingSize: string;
|
|
8854
8854
|
firstIndex: string;
|
|
@@ -8859,38 +8859,38 @@ declare const _default: {
|
|
|
8859
8859
|
/**
|
|
8860
8860
|
* Lookup960: pallet_message_queue::pallet::Error<T>
|
|
8861
8861
|
**/
|
|
8862
|
-
|
|
8862
|
+
PezpalletMessageQueueError: {
|
|
8863
8863
|
_enum: string[];
|
|
8864
8864
|
};
|
|
8865
8865
|
/**
|
|
8866
8866
|
* Lookup961: pallet_tx_pause::pallet::Error<T>
|
|
8867
8867
|
**/
|
|
8868
|
-
|
|
8868
|
+
PezpalletTxPauseError: {
|
|
8869
8869
|
_enum: string[];
|
|
8870
8870
|
};
|
|
8871
8871
|
/**
|
|
8872
8872
|
* Lookup962: pallet_safe_mode::pallet::Error<T>
|
|
8873
8873
|
**/
|
|
8874
|
-
|
|
8874
|
+
PezpalletSafeModeError: {
|
|
8875
8875
|
_enum: string[];
|
|
8876
8876
|
};
|
|
8877
8877
|
/**
|
|
8878
8878
|
* Lookup963: pallet_migrations::pallet::Error<T>
|
|
8879
8879
|
**/
|
|
8880
|
-
|
|
8880
|
+
PezpalletMigrationsError: {
|
|
8881
8881
|
_enum: string[];
|
|
8882
8882
|
};
|
|
8883
8883
|
/**
|
|
8884
8884
|
* Lookup967: pallet_broker::types::LeaseRecordItem
|
|
8885
8885
|
**/
|
|
8886
|
-
|
|
8886
|
+
PezpalletBrokerLeaseRecordItem: {
|
|
8887
8887
|
until: string;
|
|
8888
8888
|
task: string;
|
|
8889
8889
|
};
|
|
8890
8890
|
/**
|
|
8891
8891
|
* Lookup969: pallet_broker::types::StatusRecord
|
|
8892
8892
|
**/
|
|
8893
|
-
|
|
8893
|
+
PezpalletBrokerStatusRecord: {
|
|
8894
8894
|
coreCount: string;
|
|
8895
8895
|
privatePoolSize: string;
|
|
8896
8896
|
systemPoolSize: string;
|
|
@@ -8900,7 +8900,7 @@ declare const _default: {
|
|
|
8900
8900
|
/**
|
|
8901
8901
|
* Lookup970: pallet_broker::types::SaleInfoRecord<Balance, RelayBlockNumber>
|
|
8902
8902
|
**/
|
|
8903
|
-
|
|
8903
|
+
PezpalletBrokerSaleInfoRecord: {
|
|
8904
8904
|
saleStart: string;
|
|
8905
8905
|
leadinLength: string;
|
|
8906
8906
|
endPrice: string;
|
|
@@ -8915,21 +8915,21 @@ declare const _default: {
|
|
|
8915
8915
|
/**
|
|
8916
8916
|
* Lookup971: pallet_broker::types::PotentialRenewalId
|
|
8917
8917
|
**/
|
|
8918
|
-
|
|
8918
|
+
PezpalletBrokerPotentialRenewalId: {
|
|
8919
8919
|
core: string;
|
|
8920
8920
|
when: string;
|
|
8921
8921
|
};
|
|
8922
8922
|
/**
|
|
8923
8923
|
* Lookup972: pallet_broker::types::PotentialRenewalRecord<Balance>
|
|
8924
8924
|
**/
|
|
8925
|
-
|
|
8925
|
+
PezpalletBrokerPotentialRenewalRecord: {
|
|
8926
8926
|
price: string;
|
|
8927
8927
|
completion: string;
|
|
8928
8928
|
};
|
|
8929
8929
|
/**
|
|
8930
8930
|
* Lookup973: pallet_broker::types::CompletionStatus
|
|
8931
8931
|
**/
|
|
8932
|
-
|
|
8932
|
+
PezpalletBrokerCompletionStatus: {
|
|
8933
8933
|
_enum: {
|
|
8934
8934
|
Partial: string;
|
|
8935
8935
|
Complete: string;
|
|
@@ -8938,7 +8938,7 @@ declare const _default: {
|
|
|
8938
8938
|
/**
|
|
8939
8939
|
* Lookup974: pallet_broker::types::RegionRecord<sp_core::crypto::AccountId32, Balance>
|
|
8940
8940
|
**/
|
|
8941
|
-
|
|
8941
|
+
PezpalletBrokerRegionRecord: {
|
|
8942
8942
|
end: string;
|
|
8943
8943
|
owner: string;
|
|
8944
8944
|
paid: string;
|
|
@@ -8946,21 +8946,21 @@ declare const _default: {
|
|
|
8946
8946
|
/**
|
|
8947
8947
|
* Lookup976: pallet_broker::types::ContributionRecord<sp_core::crypto::AccountId32>
|
|
8948
8948
|
**/
|
|
8949
|
-
|
|
8949
|
+
PezpalletBrokerContributionRecord: {
|
|
8950
8950
|
length: string;
|
|
8951
8951
|
payee: string;
|
|
8952
8952
|
};
|
|
8953
8953
|
/**
|
|
8954
8954
|
* Lookup977: pallet_broker::types::PoolIoRecord
|
|
8955
8955
|
**/
|
|
8956
|
-
|
|
8956
|
+
PezpalletBrokerPoolIoRecord: {
|
|
8957
8957
|
private: string;
|
|
8958
8958
|
system: string;
|
|
8959
8959
|
};
|
|
8960
8960
|
/**
|
|
8961
8961
|
* Lookup979: pallet_broker::types::InstaPoolHistoryRecord<Balance>
|
|
8962
8962
|
**/
|
|
8963
|
-
|
|
8963
|
+
PezpalletBrokerInstaPoolHistoryRecord: {
|
|
8964
8964
|
privateContributions: string;
|
|
8965
8965
|
systemContributions: string;
|
|
8966
8966
|
maybePayout: string;
|
|
@@ -8968,7 +8968,7 @@ declare const _default: {
|
|
|
8968
8968
|
/**
|
|
8969
8969
|
* Lookup981: pallet_broker::types::AutoRenewalRecord
|
|
8970
8970
|
**/
|
|
8971
|
-
|
|
8971
|
+
PezpalletBrokerAutoRenewalRecord: {
|
|
8972
8972
|
core: string;
|
|
8973
8973
|
task: string;
|
|
8974
8974
|
nextRenewal: string;
|
|
@@ -8976,25 +8976,25 @@ declare const _default: {
|
|
|
8976
8976
|
/**
|
|
8977
8977
|
* Lookup983: pallet_broker::pallet::Error<T>
|
|
8978
8978
|
**/
|
|
8979
|
-
|
|
8979
|
+
PezpalletBrokerError: {
|
|
8980
8980
|
_enum: string[];
|
|
8981
8981
|
};
|
|
8982
8982
|
/**
|
|
8983
8983
|
* Lookup984: pallet_example_tasks::pallet::Error<T>
|
|
8984
8984
|
**/
|
|
8985
|
-
|
|
8985
|
+
PezpalletExampleTasksError: {
|
|
8986
8986
|
_enum: string[];
|
|
8987
8987
|
};
|
|
8988
8988
|
/**
|
|
8989
8989
|
* Lookup985: pallet_asset_conversion_ops::pallet::Error<T>
|
|
8990
8990
|
**/
|
|
8991
|
-
|
|
8991
|
+
PezpalletAssetConversionOpsError: {
|
|
8992
8992
|
_enum: string[];
|
|
8993
8993
|
};
|
|
8994
8994
|
/**
|
|
8995
8995
|
* Lookup987: pallet_revive::wasm::CodeInfo<T>
|
|
8996
8996
|
**/
|
|
8997
|
-
|
|
8997
|
+
PezpalletReviveWasmCodeInfo: {
|
|
8998
8998
|
owner: string;
|
|
8999
8999
|
deposit: string;
|
|
9000
9000
|
refcount: string;
|
|
@@ -9004,7 +9004,7 @@ declare const _default: {
|
|
|
9004
9004
|
/**
|
|
9005
9005
|
* Lookup988: pallet_revive::storage::ContractInfo<T>
|
|
9006
9006
|
**/
|
|
9007
|
-
|
|
9007
|
+
PezpalletReviveStorageContractInfo: {
|
|
9008
9008
|
trieId: string;
|
|
9009
9009
|
codeHash: string;
|
|
9010
9010
|
storageBytes: string;
|
|
@@ -9017,27 +9017,27 @@ declare const _default: {
|
|
|
9017
9017
|
/**
|
|
9018
9018
|
* Lookup990: pallet_revive::storage::DeletionQueueManager<T>
|
|
9019
9019
|
**/
|
|
9020
|
-
|
|
9020
|
+
PezpalletReviveStorageDeletionQueueManager: {
|
|
9021
9021
|
insertCounter: string;
|
|
9022
9022
|
deleteCounter: string;
|
|
9023
9023
|
};
|
|
9024
9024
|
/**
|
|
9025
9025
|
* Lookup991: pallet_revive::pallet::Error<T>
|
|
9026
9026
|
**/
|
|
9027
|
-
|
|
9027
|
+
PezpalletReviveError: {
|
|
9028
9028
|
_enum: string[];
|
|
9029
9029
|
};
|
|
9030
9030
|
/**
|
|
9031
9031
|
* Lookup992: pallet_delegated_staking::types::Delegation<T>
|
|
9032
9032
|
**/
|
|
9033
|
-
|
|
9033
|
+
PezpalletDelegatedStakingDelegation: {
|
|
9034
9034
|
agent: string;
|
|
9035
9035
|
amount: string;
|
|
9036
9036
|
};
|
|
9037
9037
|
/**
|
|
9038
9038
|
* Lookup993: pallet_delegated_staking::types::AgentLedger<T>
|
|
9039
9039
|
**/
|
|
9040
|
-
|
|
9040
|
+
PezpalletDelegatedStakingAgentLedger: {
|
|
9041
9041
|
payee: string;
|
|
9042
9042
|
totalDelegated: string;
|
|
9043
9043
|
unclaimedWithdrawals: string;
|
|
@@ -9046,13 +9046,13 @@ declare const _default: {
|
|
|
9046
9046
|
/**
|
|
9047
9047
|
* Lookup994: pallet_delegated_staking::pallet::Error<T>
|
|
9048
9048
|
**/
|
|
9049
|
-
|
|
9049
|
+
PezpalletDelegatedStakingError: {
|
|
9050
9050
|
_enum: string[];
|
|
9051
9051
|
};
|
|
9052
9052
|
/**
|
|
9053
9053
|
* Lookup995: pallet_asset_rewards::PoolStakerInfo<Balance>
|
|
9054
9054
|
**/
|
|
9055
|
-
|
|
9055
|
+
PezpalletAssetRewardsPoolStakerInfo: {
|
|
9056
9056
|
amount: string;
|
|
9057
9057
|
rewards: string;
|
|
9058
9058
|
rewardPerTokenPaid: string;
|
|
@@ -9060,7 +9060,7 @@ declare const _default: {
|
|
|
9060
9060
|
/**
|
|
9061
9061
|
* Lookup996: pallet_asset_rewards::PoolInfo<sp_core::crypto::AccountId32, frame_support::traits::tokens::fungible::union_of::NativeOrWithId<AssetId>, Balance, BlockNumber>
|
|
9062
9062
|
**/
|
|
9063
|
-
|
|
9063
|
+
PezpalletAssetRewardsPoolInfo: {
|
|
9064
9064
|
stakedAssetId: string;
|
|
9065
9065
|
rewardAssetId: string;
|
|
9066
9066
|
rewardRatePerBlock: string;
|
|
@@ -9074,60 +9074,60 @@ declare const _default: {
|
|
|
9074
9074
|
/**
|
|
9075
9075
|
* Lookup999: pallet_asset_rewards::pallet::Error<T>
|
|
9076
9076
|
**/
|
|
9077
|
-
|
|
9077
|
+
PezpalletAssetRewardsError: {
|
|
9078
9078
|
_enum: string[];
|
|
9079
9079
|
};
|
|
9080
9080
|
/**
|
|
9081
9081
|
* Lookup1000: pallet_assets_freezer::pallet::Error<T, I>
|
|
9082
9082
|
**/
|
|
9083
|
-
|
|
9083
|
+
PezpalletAssetsFreezerError: {
|
|
9084
9084
|
_enum: string[];
|
|
9085
9085
|
};
|
|
9086
9086
|
/**
|
|
9087
9087
|
* Lookup1001: pallet_meta_tx::pallet::Error<T>
|
|
9088
9088
|
**/
|
|
9089
|
-
|
|
9089
|
+
PezpalletMetaTxError: {
|
|
9090
9090
|
_enum: string[];
|
|
9091
9091
|
};
|
|
9092
9092
|
/**
|
|
9093
9093
|
* Lookup1003: frame_system::extensions::check_weight::CheckWeight<T>
|
|
9094
9094
|
**/
|
|
9095
|
-
|
|
9095
|
+
PezframeSystemExtensionsCheckWeight: string;
|
|
9096
9096
|
/**
|
|
9097
9097
|
* Lookup1004: pallet_asset_conversion_tx_payment::ChargeAssetTxPayment<T>
|
|
9098
9098
|
**/
|
|
9099
|
-
|
|
9099
|
+
PezpalletAssetConversionTxPaymentChargeAssetTxPayment: {
|
|
9100
9100
|
tip: string;
|
|
9101
9101
|
assetId: string;
|
|
9102
9102
|
};
|
|
9103
9103
|
/**
|
|
9104
9104
|
* Lookup1006: frame_system::extensions::weight_reclaim::WeightReclaim<T>
|
|
9105
9105
|
**/
|
|
9106
|
-
|
|
9106
|
+
PezframeSystemExtensionsWeightReclaim: string;
|
|
9107
9107
|
/**
|
|
9108
9108
|
* Lookup1007: sp_runtime::generic::block::Block<sp_runtime::generic::header::Header<Number, Hash>, sp_runtime::generic::unchecked_extrinsic::UncheckedExtrinsic<sp_runtime::multiaddress::MultiAddress<sp_core::crypto::AccountId32, AccountIndex>, kitchensink_runtime::RuntimeCall, sp_runtime::MultiSignature, Extra>>
|
|
9109
9109
|
**/
|
|
9110
|
-
|
|
9110
|
+
PezspRuntimeBlock: {
|
|
9111
9111
|
header: string;
|
|
9112
9112
|
extrinsics: string;
|
|
9113
9113
|
};
|
|
9114
9114
|
/**
|
|
9115
9115
|
* Lookup1010: sp_runtime::ExtrinsicInclusionMode
|
|
9116
9116
|
**/
|
|
9117
|
-
|
|
9117
|
+
PezspRuntimeExtrinsicInclusionMode: {
|
|
9118
9118
|
_enum: string[];
|
|
9119
9119
|
};
|
|
9120
9120
|
/**
|
|
9121
9121
|
* Lookup1013: frame_support::view_functions::ViewFunctionId
|
|
9122
9122
|
**/
|
|
9123
|
-
|
|
9123
|
+
PezframeSupportViewFunctionsViewFunctionId: {
|
|
9124
9124
|
prefix: string;
|
|
9125
9125
|
suffix: string;
|
|
9126
9126
|
};
|
|
9127
9127
|
/**
|
|
9128
9128
|
* Lookup1015: frame_support::view_functions::ViewFunctionDispatchError
|
|
9129
9129
|
**/
|
|
9130
|
-
|
|
9130
|
+
PezframeSupportViewFunctionsViewFunctionDispatchError: {
|
|
9131
9131
|
_enum: {
|
|
9132
9132
|
NotImplemented: string;
|
|
9133
9133
|
NotFound: string;
|
|
@@ -9137,7 +9137,7 @@ declare const _default: {
|
|
|
9137
9137
|
/**
|
|
9138
9138
|
* Lookup1017: sp_runtime::transaction_validity::TransactionValidityError
|
|
9139
9139
|
**/
|
|
9140
|
-
|
|
9140
|
+
PezspRuntimeTransactionValidityTransactionValidityError: {
|
|
9141
9141
|
_enum: {
|
|
9142
9142
|
Invalid: string;
|
|
9143
9143
|
Unknown: string;
|
|
@@ -9146,7 +9146,7 @@ declare const _default: {
|
|
|
9146
9146
|
/**
|
|
9147
9147
|
* Lookup1018: sp_runtime::transaction_validity::InvalidTransaction
|
|
9148
9148
|
**/
|
|
9149
|
-
|
|
9149
|
+
PezspRuntimeTransactionValidityInvalidTransaction: {
|
|
9150
9150
|
_enum: {
|
|
9151
9151
|
Call: string;
|
|
9152
9152
|
Payment: string;
|
|
@@ -9166,7 +9166,7 @@ declare const _default: {
|
|
|
9166
9166
|
/**
|
|
9167
9167
|
* Lookup1019: sp_runtime::transaction_validity::UnknownTransaction
|
|
9168
9168
|
**/
|
|
9169
|
-
|
|
9169
|
+
PezspRuntimeTransactionValidityUnknownTransaction: {
|
|
9170
9170
|
_enum: {
|
|
9171
9171
|
CannotLookup: string;
|
|
9172
9172
|
NoUnsignedValidator: string;
|
|
@@ -9176,13 +9176,13 @@ declare const _default: {
|
|
|
9176
9176
|
/**
|
|
9177
9177
|
* Lookup1020: sp_inherents::InherentData
|
|
9178
9178
|
**/
|
|
9179
|
-
|
|
9179
|
+
PezspInherentsInherentData: {
|
|
9180
9180
|
data: string;
|
|
9181
9181
|
};
|
|
9182
9182
|
/**
|
|
9183
9183
|
* Lookup1024: sp_inherents::CheckInherentsResult
|
|
9184
9184
|
**/
|
|
9185
|
-
|
|
9185
|
+
PezspInherentsCheckInherentsResult: {
|
|
9186
9186
|
okay: string;
|
|
9187
9187
|
fatalError: string;
|
|
9188
9188
|
errors: string;
|
|
@@ -9190,13 +9190,13 @@ declare const _default: {
|
|
|
9190
9190
|
/**
|
|
9191
9191
|
* Lookup1025: sp_runtime::transaction_validity::TransactionSource
|
|
9192
9192
|
**/
|
|
9193
|
-
|
|
9193
|
+
PezspRuntimeTransactionValidityTransactionSource: {
|
|
9194
9194
|
_enum: string[];
|
|
9195
9195
|
};
|
|
9196
9196
|
/**
|
|
9197
9197
|
* Lookup1027: sp_runtime::transaction_validity::ValidTransaction
|
|
9198
9198
|
**/
|
|
9199
|
-
|
|
9199
|
+
PezspRuntimeTransactionValidityValidTransaction: {
|
|
9200
9200
|
priority: string;
|
|
9201
9201
|
requires: string;
|
|
9202
9202
|
provides: string;
|
|
@@ -9206,26 +9206,26 @@ declare const _default: {
|
|
|
9206
9206
|
/**
|
|
9207
9207
|
* Lookup1028: sp_statement_store::runtime_api::StatementSource
|
|
9208
9208
|
**/
|
|
9209
|
-
|
|
9209
|
+
PezspStatementStoreRuntimeApiStatementSource: {
|
|
9210
9210
|
_enum: string[];
|
|
9211
9211
|
};
|
|
9212
9212
|
/**
|
|
9213
9213
|
* Lookup1030: sp_statement_store::runtime_api::ValidStatement
|
|
9214
9214
|
**/
|
|
9215
|
-
|
|
9215
|
+
PezspStatementStoreRuntimeApiValidStatement: {
|
|
9216
9216
|
maxCount: string;
|
|
9217
9217
|
maxSize: string;
|
|
9218
9218
|
};
|
|
9219
9219
|
/**
|
|
9220
9220
|
* Lookup1031: sp_statement_store::runtime_api::InvalidStatement
|
|
9221
9221
|
**/
|
|
9222
|
-
|
|
9222
|
+
PezspStatementStoreRuntimeApiInvalidStatement: {
|
|
9223
9223
|
_enum: string[];
|
|
9224
9224
|
};
|
|
9225
9225
|
/**
|
|
9226
9226
|
* Lookup1035: sp_consensus_babe::BabeConfiguration
|
|
9227
9227
|
**/
|
|
9228
|
-
|
|
9228
|
+
PezspConsensusBabeBabeConfiguration: {
|
|
9229
9229
|
slotDuration: string;
|
|
9230
9230
|
epochLength: string;
|
|
9231
9231
|
c: string;
|
|
@@ -9236,7 +9236,7 @@ declare const _default: {
|
|
|
9236
9236
|
/**
|
|
9237
9237
|
* Lookup1036: sp_consensus_babe::Epoch
|
|
9238
9238
|
**/
|
|
9239
|
-
|
|
9239
|
+
PezspConsensusBabeEpoch: {
|
|
9240
9240
|
epochIndex: string;
|
|
9241
9241
|
startSlot: string;
|
|
9242
9242
|
duration: string;
|
|
@@ -9247,20 +9247,20 @@ declare const _default: {
|
|
|
9247
9247
|
/**
|
|
9248
9248
|
* Lookup1041: pallet_contracts::primitives::ExecReturnValue
|
|
9249
9249
|
**/
|
|
9250
|
-
|
|
9250
|
+
PezpalletContractsPrimitivesExecReturnValue: {
|
|
9251
9251
|
flags: string;
|
|
9252
9252
|
data: string;
|
|
9253
9253
|
};
|
|
9254
9254
|
/**
|
|
9255
9255
|
* Lookup1042: pallet_contracts_uapi::flags::ReturnFlags
|
|
9256
9256
|
**/
|
|
9257
|
-
|
|
9257
|
+
PezpalletContractsUapiFlagsReturnFlags: {
|
|
9258
9258
|
bits: string;
|
|
9259
9259
|
};
|
|
9260
9260
|
/**
|
|
9261
9261
|
* Lookup1043: pallet_contracts::primitives::StorageDeposit<Balance>
|
|
9262
9262
|
**/
|
|
9263
|
-
|
|
9263
|
+
PezpalletContractsPrimitivesStorageDeposit: {
|
|
9264
9264
|
_enum: {
|
|
9265
9265
|
Refund: string;
|
|
9266
9266
|
Charge: string;
|
|
@@ -9269,7 +9269,7 @@ declare const _default: {
|
|
|
9269
9269
|
/**
|
|
9270
9270
|
* Lookup1046: pallet_contracts::primitives::Code<primitive_types::H256>
|
|
9271
9271
|
**/
|
|
9272
|
-
|
|
9272
|
+
PezpalletContractsPrimitivesCode: {
|
|
9273
9273
|
_enum: {
|
|
9274
9274
|
Upload: string;
|
|
9275
9275
|
Existing: string;
|
|
@@ -9278,7 +9278,7 @@ declare const _default: {
|
|
|
9278
9278
|
/**
|
|
9279
9279
|
* Lookup1047: pallet_contracts::primitives::ContractResult<Result<pallet_contracts::primitives::InstantiateReturnValue<sp_core::crypto::AccountId32>, sp_runtime::DispatchError>, Balance, frame_system::EventRecord<kitchensink_runtime::RuntimeEvent, primitive_types::H256>>
|
|
9280
9280
|
**/
|
|
9281
|
-
|
|
9281
|
+
PezpalletContractsPrimitivesContractResult: {
|
|
9282
9282
|
gasConsumed: string;
|
|
9283
9283
|
gasRequired: string;
|
|
9284
9284
|
storageDeposit: string;
|
|
@@ -9289,27 +9289,27 @@ declare const _default: {
|
|
|
9289
9289
|
/**
|
|
9290
9290
|
* Lookup1049: pallet_contracts::primitives::InstantiateReturnValue<sp_core::crypto::AccountId32>
|
|
9291
9291
|
**/
|
|
9292
|
-
|
|
9292
|
+
PezpalletContractsPrimitivesInstantiateReturnValue: {
|
|
9293
9293
|
result: string;
|
|
9294
9294
|
accountId: string;
|
|
9295
9295
|
};
|
|
9296
9296
|
/**
|
|
9297
9297
|
* Lookup1051: pallet_contracts::primitives::CodeUploadReturnValue<primitive_types::H256, Balance>
|
|
9298
9298
|
**/
|
|
9299
|
-
|
|
9299
|
+
PezpalletContractsPrimitivesCodeUploadReturnValue: {
|
|
9300
9300
|
codeHash: string;
|
|
9301
9301
|
deposit: string;
|
|
9302
9302
|
};
|
|
9303
9303
|
/**
|
|
9304
9304
|
* Lookup1053: pallet_contracts::primitives::ContractAccessError
|
|
9305
9305
|
**/
|
|
9306
|
-
|
|
9306
|
+
PezpalletContractsPrimitivesContractAccessError: {
|
|
9307
9307
|
_enum: string[];
|
|
9308
9308
|
};
|
|
9309
9309
|
/**
|
|
9310
9310
|
* Lookup1056: pallet_revive::primitives::ContractResult<pallet_revive::primitives::ExecReturnValue, Balance>
|
|
9311
9311
|
**/
|
|
9312
|
-
|
|
9312
|
+
PezpalletRevivePrimitivesContractResultExecReturnValue: {
|
|
9313
9313
|
gasConsumed: string;
|
|
9314
9314
|
gasRequired: string;
|
|
9315
9315
|
storageDeposit: string;
|
|
@@ -9318,20 +9318,20 @@ declare const _default: {
|
|
|
9318
9318
|
/**
|
|
9319
9319
|
* Lookup1057: pallet_revive::primitives::ExecReturnValue
|
|
9320
9320
|
**/
|
|
9321
|
-
|
|
9321
|
+
PezpalletRevivePrimitivesExecReturnValue: {
|
|
9322
9322
|
flags: string;
|
|
9323
9323
|
data: string;
|
|
9324
9324
|
};
|
|
9325
9325
|
/**
|
|
9326
9326
|
* Lookup1058: pallet_revive_uapi::flags::ReturnFlags
|
|
9327
9327
|
**/
|
|
9328
|
-
|
|
9328
|
+
PezpalletReviveUapiFlagsReturnFlags: {
|
|
9329
9329
|
bits: string;
|
|
9330
9330
|
};
|
|
9331
9331
|
/**
|
|
9332
9332
|
* Lookup1059: pallet_revive::primitives::StorageDeposit<Balance>
|
|
9333
9333
|
**/
|
|
9334
|
-
|
|
9334
|
+
PezpalletRevivePrimitivesStorageDeposit: {
|
|
9335
9335
|
_enum: {
|
|
9336
9336
|
Refund: string;
|
|
9337
9337
|
Charge: string;
|
|
@@ -9340,7 +9340,7 @@ declare const _default: {
|
|
|
9340
9340
|
/**
|
|
9341
9341
|
* Lookup1061: pallet_revive::primitives::Code
|
|
9342
9342
|
**/
|
|
9343
|
-
|
|
9343
|
+
PezpalletRevivePrimitivesCode: {
|
|
9344
9344
|
_enum: {
|
|
9345
9345
|
Upload: string;
|
|
9346
9346
|
Existing: string;
|
|
@@ -9349,7 +9349,7 @@ declare const _default: {
|
|
|
9349
9349
|
/**
|
|
9350
9350
|
* Lookup1062: pallet_revive::primitives::ContractResult<pallet_revive::primitives::InstantiateReturnValue, Balance>
|
|
9351
9351
|
**/
|
|
9352
|
-
|
|
9352
|
+
PezpalletRevivePrimitivesContractResultInstantiateReturnValue: {
|
|
9353
9353
|
gasConsumed: string;
|
|
9354
9354
|
gasRequired: string;
|
|
9355
9355
|
storageDeposit: string;
|
|
@@ -9358,14 +9358,14 @@ declare const _default: {
|
|
|
9358
9358
|
/**
|
|
9359
9359
|
* Lookup1063: pallet_revive::primitives::InstantiateReturnValue
|
|
9360
9360
|
**/
|
|
9361
|
-
|
|
9361
|
+
PezpalletRevivePrimitivesInstantiateReturnValue: {
|
|
9362
9362
|
result: string;
|
|
9363
9363
|
addr: string;
|
|
9364
9364
|
};
|
|
9365
9365
|
/**
|
|
9366
9366
|
* Lookup1065: pallet_revive::evm::api::rpc_types_gen::GenericTransaction
|
|
9367
9367
|
**/
|
|
9368
|
-
|
|
9368
|
+
PezpalletReviveEvmApiRpcTypesGenGenericTransaction: {
|
|
9369
9369
|
_alias: {
|
|
9370
9370
|
r_type: string;
|
|
9371
9371
|
};
|
|
@@ -9388,21 +9388,21 @@ declare const _default: {
|
|
|
9388
9388
|
/**
|
|
9389
9389
|
* Lookup1068: pallet_revive::evm::api::rpc_types_gen::AccessListEntry
|
|
9390
9390
|
**/
|
|
9391
|
-
|
|
9391
|
+
PezpalletReviveEvmApiRpcTypesGenAccessListEntry: {
|
|
9392
9392
|
address: string;
|
|
9393
9393
|
storageKeys: string;
|
|
9394
9394
|
};
|
|
9395
9395
|
/**
|
|
9396
9396
|
* Lookup1073: pallet_revive::evm::api::rpc_types_gen::InputOrData
|
|
9397
9397
|
**/
|
|
9398
|
-
|
|
9398
|
+
PezpalletReviveEvmApiRpcTypesGenInputOrData: {
|
|
9399
9399
|
input: string;
|
|
9400
9400
|
data: string;
|
|
9401
9401
|
};
|
|
9402
9402
|
/**
|
|
9403
9403
|
* Lookup1078: pallet_revive::primitives::EthTransactInfo<Balance>
|
|
9404
9404
|
**/
|
|
9405
|
-
|
|
9405
|
+
PezpalletRevivePrimitivesEthTransactInfo: {
|
|
9406
9406
|
gasRequired: string;
|
|
9407
9407
|
storageDeposit: string;
|
|
9408
9408
|
ethGas: string;
|
|
@@ -9411,7 +9411,7 @@ declare const _default: {
|
|
|
9411
9411
|
/**
|
|
9412
9412
|
* Lookup1079: pallet_revive::primitives::EthTransactError
|
|
9413
9413
|
**/
|
|
9414
|
-
|
|
9414
|
+
PezpalletRevivePrimitivesEthTransactError: {
|
|
9415
9415
|
_enum: {
|
|
9416
9416
|
Data: string;
|
|
9417
9417
|
Message: string;
|
|
@@ -9420,20 +9420,20 @@ declare const _default: {
|
|
|
9420
9420
|
/**
|
|
9421
9421
|
* Lookup1081: pallet_revive::primitives::CodeUploadReturnValue<Balance>
|
|
9422
9422
|
**/
|
|
9423
|
-
|
|
9423
|
+
PezpalletRevivePrimitivesCodeUploadReturnValue: {
|
|
9424
9424
|
codeHash: string;
|
|
9425
9425
|
deposit: string;
|
|
9426
9426
|
};
|
|
9427
9427
|
/**
|
|
9428
9428
|
* Lookup1083: pallet_revive::primitives::ContractAccessError
|
|
9429
9429
|
**/
|
|
9430
|
-
|
|
9430
|
+
PezpalletRevivePrimitivesContractAccessError: {
|
|
9431
9431
|
_enum: string[];
|
|
9432
9432
|
};
|
|
9433
9433
|
/**
|
|
9434
9434
|
* Lookup1084: pallet_revive::evm::api::debug_rpc_types::TracerType
|
|
9435
9435
|
**/
|
|
9436
|
-
|
|
9436
|
+
PezpalletReviveEvmApiDebugRpcTypesTracerType: {
|
|
9437
9437
|
_enum: {
|
|
9438
9438
|
CallTracer: string;
|
|
9439
9439
|
};
|
|
@@ -9441,14 +9441,14 @@ declare const _default: {
|
|
|
9441
9441
|
/**
|
|
9442
9442
|
* Lookup1086: pallet_revive::evm::api::debug_rpc_types::CallTracerConfig
|
|
9443
9443
|
**/
|
|
9444
|
-
|
|
9444
|
+
PezpalletReviveEvmApiDebugRpcTypesCallTracerConfig: {
|
|
9445
9445
|
withLogs: string;
|
|
9446
9446
|
onlyTopCall: string;
|
|
9447
9447
|
};
|
|
9448
9448
|
/**
|
|
9449
9449
|
* Lookup1089: pallet_revive::evm::api::debug_rpc_types::Trace
|
|
9450
9450
|
**/
|
|
9451
|
-
|
|
9451
|
+
PezpalletReviveEvmApiDebugRpcTypesTrace: {
|
|
9452
9452
|
_enum: {
|
|
9453
9453
|
Call: string;
|
|
9454
9454
|
};
|
|
@@ -9456,7 +9456,7 @@ declare const _default: {
|
|
|
9456
9456
|
/**
|
|
9457
9457
|
* Lookup1090: pallet_revive::evm::api::debug_rpc_types::CallTrace<primitive_types::U256>
|
|
9458
9458
|
**/
|
|
9459
|
-
|
|
9459
|
+
PezpalletReviveEvmApiDebugRpcTypesCallTrace: {
|
|
9460
9460
|
from: string;
|
|
9461
9461
|
gas: string;
|
|
9462
9462
|
gasUsed: string;
|
|
@@ -9473,7 +9473,7 @@ declare const _default: {
|
|
|
9473
9473
|
/**
|
|
9474
9474
|
* Lookup1094: pallet_revive::evm::api::debug_rpc_types::CallLog
|
|
9475
9475
|
**/
|
|
9476
|
-
|
|
9476
|
+
PezpalletReviveEvmApiDebugRpcTypesCallLog: {
|
|
9477
9477
|
address: string;
|
|
9478
9478
|
topics: string;
|
|
9479
9479
|
data: string;
|
|
@@ -9482,13 +9482,13 @@ declare const _default: {
|
|
|
9482
9482
|
/**
|
|
9483
9483
|
* Lookup1095: pallet_revive::evm::api::debug_rpc_types::CallType
|
|
9484
9484
|
**/
|
|
9485
|
-
|
|
9485
|
+
PezpalletReviveEvmApiDebugRpcTypesCallType: {
|
|
9486
9486
|
_enum: string[];
|
|
9487
9487
|
};
|
|
9488
9488
|
/**
|
|
9489
9489
|
* Lookup1098: pallet_transaction_payment::types::RuntimeDispatchInfo<Balance, sp_weights::weight_v2::Weight>
|
|
9490
9490
|
**/
|
|
9491
|
-
|
|
9491
|
+
PezpalletTransactionPaymentRuntimeDispatchInfo: {
|
|
9492
9492
|
weight: string;
|
|
9493
9493
|
class: string;
|
|
9494
9494
|
partialFee: string;
|
|
@@ -9496,14 +9496,14 @@ declare const _default: {
|
|
|
9496
9496
|
/**
|
|
9497
9497
|
* Lookup1099: pallet_transaction_payment::types::FeeDetails<Balance>
|
|
9498
9498
|
**/
|
|
9499
|
-
|
|
9499
|
+
PezpalletTransactionPaymentFeeDetails: {
|
|
9500
9500
|
inclusionFee: string;
|
|
9501
9501
|
tip: string;
|
|
9502
9502
|
};
|
|
9503
9503
|
/**
|
|
9504
9504
|
* Lookup1101: pallet_transaction_payment::types::InclusionFee<Balance>
|
|
9505
9505
|
**/
|
|
9506
|
-
|
|
9506
|
+
PezpalletTransactionPaymentInclusionFee: {
|
|
9507
9507
|
baseFee: string;
|
|
9508
9508
|
lenFee: string;
|
|
9509
9509
|
adjustedWeightFee: string;
|
|
@@ -9511,14 +9511,14 @@ declare const _default: {
|
|
|
9511
9511
|
/**
|
|
9512
9512
|
* Lookup1105: sp_consensus_beefy::ValidatorSet<sp_consensus_beefy::ecdsa_crypto::Public>
|
|
9513
9513
|
**/
|
|
9514
|
-
|
|
9514
|
+
PezspConsensusBeefyValidatorSet: {
|
|
9515
9515
|
validators: string;
|
|
9516
9516
|
id: string;
|
|
9517
9517
|
};
|
|
9518
9518
|
/**
|
|
9519
9519
|
* Lookup1106: sp_consensus_beefy::ForkVotingProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_beefy::ecdsa_crypto::Public, sp_runtime::OpaqueValue>
|
|
9520
9520
|
**/
|
|
9521
|
-
|
|
9521
|
+
PezspConsensusBeefyForkVotingProofOpaqueValue: {
|
|
9522
9522
|
vote: string;
|
|
9523
9523
|
ancestryProof: string;
|
|
9524
9524
|
header: string;
|
|
@@ -9526,13 +9526,13 @@ declare const _default: {
|
|
|
9526
9526
|
/**
|
|
9527
9527
|
* Lookup1108: sp_mmr_primitives::Error
|
|
9528
9528
|
**/
|
|
9529
|
-
|
|
9529
|
+
PezspMmrPrimitivesError: {
|
|
9530
9530
|
_enum: string[];
|
|
9531
9531
|
};
|
|
9532
9532
|
/**
|
|
9533
9533
|
* Lookup1114: sp_mmr_primitives::LeafProof<primitive_types::H256>
|
|
9534
9534
|
**/
|
|
9535
|
-
|
|
9535
|
+
PezspMmrPrimitivesLeafProof: {
|
|
9536
9536
|
leafIndices: string;
|
|
9537
9537
|
leafCount: string;
|
|
9538
9538
|
items: string;
|
|
@@ -9540,20 +9540,20 @@ declare const _default: {
|
|
|
9540
9540
|
/**
|
|
9541
9541
|
* Lookup1116: sp_mixnet::types::SessionStatus
|
|
9542
9542
|
**/
|
|
9543
|
-
|
|
9543
|
+
PezspMixnetSessionStatus: {
|
|
9544
9544
|
currentIndex: string;
|
|
9545
9545
|
phase: string;
|
|
9546
9546
|
};
|
|
9547
9547
|
/**
|
|
9548
9548
|
* Lookup1117: sp_mixnet::types::SessionPhase
|
|
9549
9549
|
**/
|
|
9550
|
-
|
|
9550
|
+
PezspMixnetSessionPhase: {
|
|
9551
9551
|
_enum: string[];
|
|
9552
9552
|
};
|
|
9553
9553
|
/**
|
|
9554
9554
|
* Lookup1120: sp_mixnet::types::Mixnode
|
|
9555
9555
|
**/
|
|
9556
|
-
|
|
9556
|
+
PezspMixnetMixnode: {
|
|
9557
9557
|
kxPublic: string;
|
|
9558
9558
|
peerId: string;
|
|
9559
9559
|
externalAddresses: string;
|
|
@@ -9561,7 +9561,7 @@ declare const _default: {
|
|
|
9561
9561
|
/**
|
|
9562
9562
|
* Lookup1121: sp_mixnet::types::MixnodesErr
|
|
9563
9563
|
**/
|
|
9564
|
-
|
|
9564
|
+
PezspMixnetMixnodesErr: {
|
|
9565
9565
|
_enum: {
|
|
9566
9566
|
InsufficientRegistrations: {
|
|
9567
9567
|
num: string;
|