@pezkuwi/types-augment 16.5.23 → 16.5.24
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/cjs/lookup/assetHubDicle.js +58 -58
- package/cjs/lookup/assetHubPezkuwi.js +167 -167
- package/cjs/lookup/bizinikiwi.d.ts +283 -0
- package/cjs/lookup/bizinikiwi.js +996 -713
- package/cjs/lookup/dicle.js +45 -45
- package/cjs/lookup/pezkuwi.js +85 -85
- package/cjs/lookup/types-assetHubDicle.d.ts +65 -59
- package/cjs/lookup/types-assetHubPezkuwi.d.ts +174 -168
- package/cjs/lookup/types-bizinikiwi.d.ts +1238 -715
- package/cjs/lookup/types-dicle.d.ts +53 -47
- package/cjs/lookup/types-pezkuwi.d.ts +92 -86
- package/cjs/packageInfo.js +1 -1
- package/cjs/registry/bizinikiwi.d.ts +5 -1
- package/lookup/assetHubDicle.js +58 -58
- package/lookup/assetHubPezkuwi.js +167 -167
- package/lookup/bizinikiwi.d.ts +283 -0
- package/lookup/bizinikiwi.js +996 -713
- package/lookup/dicle.js +45 -45
- package/lookup/pezkuwi.js +85 -85
- package/lookup/types-assetHubDicle.d.ts +65 -59
- package/lookup/types-assetHubPezkuwi.d.ts +174 -168
- package/lookup/types-bizinikiwi.d.ts +1238 -715
- package/lookup/types-dicle.d.ts +53 -47
- package/lookup/types-pezkuwi.d.ts +92 -86
- package/package.json +3 -3
- package/packageInfo.js +1 -1
- package/registry/bizinikiwi.d.ts +5 -1
|
@@ -147,13 +147,13 @@ export default {
|
|
|
147
147
|
PezpalletCollatorSelectionEvent: {
|
|
148
148
|
_enum: {
|
|
149
149
|
NewInvulnerables: {
|
|
150
|
-
invulnerables: 'Vec<
|
|
150
|
+
invulnerables: 'Vec<PezspCoreCryptoAccountId32>',
|
|
151
151
|
},
|
|
152
152
|
InvulnerableAdded: {
|
|
153
|
-
accountId: '
|
|
153
|
+
accountId: 'PezspCoreCryptoAccountId32',
|
|
154
154
|
},
|
|
155
155
|
InvulnerableRemoved: {
|
|
156
|
-
accountId: '
|
|
156
|
+
accountId: 'PezspCoreCryptoAccountId32',
|
|
157
157
|
},
|
|
158
158
|
NewDesiredCandidates: {
|
|
159
159
|
desiredCandidates: 'u32',
|
|
@@ -162,26 +162,26 @@ export default {
|
|
|
162
162
|
bondAmount: 'u128',
|
|
163
163
|
},
|
|
164
164
|
CandidateAdded: {
|
|
165
|
-
accountId: '
|
|
165
|
+
accountId: 'PezspCoreCryptoAccountId32',
|
|
166
166
|
deposit: 'u128',
|
|
167
167
|
},
|
|
168
168
|
CandidateBondUpdated: {
|
|
169
|
-
accountId: '
|
|
169
|
+
accountId: 'PezspCoreCryptoAccountId32',
|
|
170
170
|
deposit: 'u128',
|
|
171
171
|
},
|
|
172
172
|
CandidateRemoved: {
|
|
173
|
-
accountId: '
|
|
173
|
+
accountId: 'PezspCoreCryptoAccountId32',
|
|
174
174
|
},
|
|
175
175
|
CandidateReplaced: {
|
|
176
176
|
_alias: {
|
|
177
177
|
new_: 'new',
|
|
178
178
|
},
|
|
179
|
-
old: '
|
|
180
|
-
new_: '
|
|
179
|
+
old: 'PezspCoreCryptoAccountId32',
|
|
180
|
+
new_: 'PezspCoreCryptoAccountId32',
|
|
181
181
|
deposit: 'u128',
|
|
182
182
|
},
|
|
183
183
|
InvalidInvulnerableSkipped: {
|
|
184
|
-
accountId: '
|
|
184
|
+
accountId: 'PezspCoreCryptoAccountId32'
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
187
|
},
|
|
@@ -383,7 +383,7 @@ export default {
|
|
|
383
383
|
_alias: {
|
|
384
384
|
new_: 'new',
|
|
385
385
|
},
|
|
386
|
-
new_: 'Vec<
|
|
386
|
+
new_: 'Vec<PezspCoreCryptoAccountId32>',
|
|
387
387
|
},
|
|
388
388
|
set_desired_candidates: {
|
|
389
389
|
max: 'u32',
|
|
@@ -394,17 +394,17 @@ export default {
|
|
|
394
394
|
register_as_candidate: 'Null',
|
|
395
395
|
leave_intent: 'Null',
|
|
396
396
|
add_invulnerable: {
|
|
397
|
-
who: '
|
|
397
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
398
398
|
},
|
|
399
399
|
remove_invulnerable: {
|
|
400
|
-
who: '
|
|
400
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
401
401
|
},
|
|
402
402
|
update_bond: {
|
|
403
403
|
newDeposit: 'u128',
|
|
404
404
|
},
|
|
405
405
|
take_candidate_slot: {
|
|
406
406
|
deposit: 'u128',
|
|
407
|
-
target: '
|
|
407
|
+
target: 'PezspCoreCryptoAccountId32'
|
|
408
408
|
}
|
|
409
409
|
}
|
|
410
410
|
},
|
|
@@ -660,21 +660,21 @@ export default {
|
|
|
660
660
|
**/
|
|
661
661
|
AssetHubPezkuwiRuntimeStakingNposCompactSolution16: {
|
|
662
662
|
votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
|
|
663
|
-
votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<
|
|
664
|
-
votes3: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
665
|
-
votes4: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
666
|
-
votes5: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
667
|
-
votes6: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
668
|
-
votes7: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
669
|
-
votes8: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
670
|
-
votes9: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
671
|
-
votes10: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
672
|
-
votes11: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
673
|
-
votes12: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
674
|
-
votes13: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
675
|
-
votes14: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
676
|
-
votes15: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
677
|
-
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
663
|
+
votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<u16>),Compact<u16>)>',
|
|
664
|
+
votes3: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);2],Compact<u16>)>',
|
|
665
|
+
votes4: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);3],Compact<u16>)>',
|
|
666
|
+
votes5: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);4],Compact<u16>)>',
|
|
667
|
+
votes6: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);5],Compact<u16>)>',
|
|
668
|
+
votes7: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);6],Compact<u16>)>',
|
|
669
|
+
votes8: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);7],Compact<u16>)>',
|
|
670
|
+
votes9: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);8],Compact<u16>)>',
|
|
671
|
+
votes10: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);9],Compact<u16>)>',
|
|
672
|
+
votes11: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);10],Compact<u16>)>',
|
|
673
|
+
votes12: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);11],Compact<u16>)>',
|
|
674
|
+
votes13: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);12],Compact<u16>)>',
|
|
675
|
+
votes14: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);13],Compact<u16>)>',
|
|
676
|
+
votes15: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);14],Compact<u16>)>',
|
|
677
|
+
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);15],Compact<u16>)>'
|
|
678
678
|
},
|
|
679
679
|
/**
|
|
680
680
|
* Lookup468: pallet_election_provider_multi_block::signed::pallet::Call<T>
|
|
@@ -694,7 +694,7 @@ export default {
|
|
|
694
694
|
witnessPages: 'u32',
|
|
695
695
|
},
|
|
696
696
|
set_invulnerables: {
|
|
697
|
-
inv: 'Vec<
|
|
697
|
+
inv: 'Vec<PezspCoreCryptoAccountId32>'
|
|
698
698
|
}
|
|
699
699
|
}
|
|
700
700
|
},
|
|
@@ -720,7 +720,7 @@ export default {
|
|
|
720
720
|
prefs: 'PezpalletStakingAsyncValidatorPrefs',
|
|
721
721
|
},
|
|
722
722
|
nominate: {
|
|
723
|
-
targets: 'Vec<
|
|
723
|
+
targets: 'Vec<PezspRuntimeMultiAddress>',
|
|
724
724
|
},
|
|
725
725
|
chill: 'Null',
|
|
726
726
|
set_payee: {
|
|
@@ -737,35 +737,35 @@ export default {
|
|
|
737
737
|
additional: 'Compact<u32>',
|
|
738
738
|
},
|
|
739
739
|
scale_validator_count: {
|
|
740
|
-
factor: '
|
|
740
|
+
factor: 'u8',
|
|
741
741
|
},
|
|
742
742
|
force_no_eras: 'Null',
|
|
743
743
|
force_new_era: 'Null',
|
|
744
744
|
set_invulnerables: {
|
|
745
|
-
invulnerables: 'Vec<
|
|
745
|
+
invulnerables: 'Vec<PezspCoreCryptoAccountId32>',
|
|
746
746
|
},
|
|
747
747
|
force_unstake: {
|
|
748
|
-
stash: '
|
|
748
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
749
749
|
numSlashingSpans: 'u32',
|
|
750
750
|
},
|
|
751
751
|
force_new_era_always: 'Null',
|
|
752
752
|
cancel_deferred_slash: {
|
|
753
753
|
era: 'u32',
|
|
754
|
-
validatorSlashes: 'Vec<(
|
|
754
|
+
validatorSlashes: 'Vec<(PezspCoreCryptoAccountId32,u32)>',
|
|
755
755
|
},
|
|
756
756
|
payout_stakers: {
|
|
757
|
-
validatorStash: '
|
|
757
|
+
validatorStash: 'PezspCoreCryptoAccountId32',
|
|
758
758
|
era: 'u32',
|
|
759
759
|
},
|
|
760
760
|
rebond: {
|
|
761
761
|
value: 'Compact<u128>',
|
|
762
762
|
},
|
|
763
763
|
reap_stash: {
|
|
764
|
-
stash: '
|
|
764
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
765
765
|
numSlashingSpans: 'u32',
|
|
766
766
|
},
|
|
767
767
|
kick: {
|
|
768
|
-
who: 'Vec<
|
|
768
|
+
who: 'Vec<PezspRuntimeMultiAddress>',
|
|
769
769
|
},
|
|
770
770
|
set_staking_configs: {
|
|
771
771
|
minNominatorBond: 'PezpalletStakingAsyncPezpalletConfigOpU128',
|
|
@@ -777,40 +777,40 @@ export default {
|
|
|
777
777
|
maxStakedRewards: 'PezpalletStakingAsyncPezpalletConfigOpPercent',
|
|
778
778
|
},
|
|
779
779
|
chill_other: {
|
|
780
|
-
stash: '
|
|
780
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
781
781
|
},
|
|
782
782
|
force_apply_min_commission: {
|
|
783
|
-
validatorStash: '
|
|
783
|
+
validatorStash: 'PezspCoreCryptoAccountId32',
|
|
784
784
|
},
|
|
785
785
|
set_min_commission: {
|
|
786
786
|
_alias: {
|
|
787
787
|
new_: 'new',
|
|
788
788
|
},
|
|
789
|
-
new_: '
|
|
789
|
+
new_: 'u32',
|
|
790
790
|
},
|
|
791
791
|
payout_stakers_by_page: {
|
|
792
|
-
validatorStash: '
|
|
792
|
+
validatorStash: 'PezspCoreCryptoAccountId32',
|
|
793
793
|
era: 'u32',
|
|
794
794
|
page: 'u32',
|
|
795
795
|
},
|
|
796
796
|
update_payee: {
|
|
797
|
-
controller: '
|
|
797
|
+
controller: 'PezspCoreCryptoAccountId32',
|
|
798
798
|
},
|
|
799
799
|
deprecate_controller_batch: {
|
|
800
|
-
controllers: 'Vec<
|
|
800
|
+
controllers: 'Vec<PezspCoreCryptoAccountId32>',
|
|
801
801
|
},
|
|
802
802
|
restore_ledger: {
|
|
803
|
-
stash: '
|
|
804
|
-
maybeController: 'Option<
|
|
803
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
804
|
+
maybeController: 'Option<PezspCoreCryptoAccountId32>',
|
|
805
805
|
maybeTotal: 'Option<u128>',
|
|
806
806
|
maybeUnlocking: 'Option<Vec<PezpalletStakingAsyncLedgerUnlockChunk>>',
|
|
807
807
|
},
|
|
808
808
|
migrate_currency: {
|
|
809
|
-
stash: '
|
|
809
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
810
810
|
},
|
|
811
811
|
apply_slash: {
|
|
812
812
|
slashEra: 'u32',
|
|
813
|
-
slashKey: '(
|
|
813
|
+
slashKey: '(PezspCoreCryptoAccountId32,u32,u32)',
|
|
814
814
|
},
|
|
815
815
|
prune_era_step: {
|
|
816
816
|
era: 'u32'
|
|
@@ -825,7 +825,7 @@ export default {
|
|
|
825
825
|
Staked: 'Null',
|
|
826
826
|
Stash: 'Null',
|
|
827
827
|
Controller: 'Null',
|
|
828
|
-
Account: '
|
|
828
|
+
Account: 'PezspCoreCryptoAccountId32',
|
|
829
829
|
None: 'Null'
|
|
830
830
|
}
|
|
831
831
|
},
|
|
@@ -833,7 +833,7 @@ export default {
|
|
|
833
833
|
* Lookup472: pallet_staking_async::ValidatorPrefs
|
|
834
834
|
**/
|
|
835
835
|
PezpalletStakingAsyncValidatorPrefs: {
|
|
836
|
-
commission: 'Compact<
|
|
836
|
+
commission: 'Compact<u32>',
|
|
837
837
|
blocked: 'bool'
|
|
838
838
|
},
|
|
839
839
|
/**
|
|
@@ -862,7 +862,7 @@ export default {
|
|
|
862
862
|
PezpalletStakingAsyncPezpalletConfigOpPercent: {
|
|
863
863
|
_enum: {
|
|
864
864
|
Noop: 'Null',
|
|
865
|
-
Set: '
|
|
865
|
+
Set: 'u8',
|
|
866
866
|
Remove: 'Null'
|
|
867
867
|
}
|
|
868
868
|
},
|
|
@@ -872,7 +872,7 @@ export default {
|
|
|
872
872
|
PezpalletStakingAsyncPezpalletConfigOpPerbill: {
|
|
873
873
|
_enum: {
|
|
874
874
|
Noop: 'Null',
|
|
875
|
-
Set: '
|
|
875
|
+
Set: 'u32',
|
|
876
876
|
Remove: 'Null'
|
|
877
877
|
}
|
|
878
878
|
},
|
|
@@ -890,17 +890,17 @@ export default {
|
|
|
890
890
|
_enum: {
|
|
891
891
|
unreserve_lease_deposit: {
|
|
892
892
|
block: 'u32',
|
|
893
|
-
depositor: 'Option<
|
|
893
|
+
depositor: 'Option<PezspCoreCryptoAccountId32>',
|
|
894
894
|
paraId: 'u32',
|
|
895
895
|
},
|
|
896
896
|
withdraw_crowdloan_contribution: {
|
|
897
897
|
block: 'u32',
|
|
898
|
-
depositor: 'Option<
|
|
898
|
+
depositor: 'Option<PezspCoreCryptoAccountId32>',
|
|
899
899
|
paraId: 'u32',
|
|
900
900
|
},
|
|
901
901
|
unreserve_crowdloan_reserve: {
|
|
902
902
|
block: 'u32',
|
|
903
|
-
depositor: 'Option<
|
|
903
|
+
depositor: 'Option<PezspCoreCryptoAccountId32>',
|
|
904
904
|
paraId: 'u32',
|
|
905
905
|
},
|
|
906
906
|
transfer_to_post_migration_treasury: {
|
|
@@ -1077,7 +1077,7 @@ export default {
|
|
|
1077
1077
|
_alias: {
|
|
1078
1078
|
new_: 'new',
|
|
1079
1079
|
},
|
|
1080
|
-
new_: 'Option<
|
|
1080
|
+
new_: 'Option<PezspCoreCryptoAccountId32>',
|
|
1081
1081
|
},
|
|
1082
1082
|
__Unused104: 'Null',
|
|
1083
1083
|
__Unused105: 'Null',
|
|
@@ -1099,7 +1099,7 @@ export default {
|
|
|
1099
1099
|
* Lookup491: pallet_rc_migrator::accounts::Account<sp_core::crypto::AccountId32, Balance, pallet_rc_migrator::types::PortableHoldReason, pallet_rc_migrator::types::PortableFreezeReason>
|
|
1100
1100
|
**/
|
|
1101
1101
|
PezpalletRcMigratorAccountsAccount: {
|
|
1102
|
-
who: '
|
|
1102
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1103
1103
|
free: 'u128',
|
|
1104
1104
|
reserved: 'u128',
|
|
1105
1105
|
frozen: 'u128',
|
|
@@ -1149,14 +1149,14 @@ export default {
|
|
|
1149
1149
|
* Lookup512: pallet_rc_migrator::multisig::RcMultisig<sp_core::crypto::AccountId32, Balance>
|
|
1150
1150
|
**/
|
|
1151
1151
|
PezpalletRcMigratorMultisigRcMultisig: {
|
|
1152
|
-
creator: '
|
|
1152
|
+
creator: 'PezspCoreCryptoAccountId32',
|
|
1153
1153
|
deposit: 'u128'
|
|
1154
1154
|
},
|
|
1155
1155
|
/**
|
|
1156
1156
|
* Lookup514: pallet_rc_migrator::proxy::RcProxy<sp_core::crypto::AccountId32, Balance, polkadot_runtime_constants::proxy::ProxyType, BlockNumber>
|
|
1157
1157
|
**/
|
|
1158
1158
|
PezpalletRcMigratorProxyRcProxy: {
|
|
1159
|
-
delegator: '
|
|
1159
|
+
delegator: 'PezspCoreCryptoAccountId32',
|
|
1160
1160
|
deposit: 'u128',
|
|
1161
1161
|
proxies: 'Vec<PezpalletProxyProxyDefinitionPezkuwiRuntimeConstantsProxyProxyType>'
|
|
1162
1162
|
},
|
|
@@ -1164,7 +1164,7 @@ export default {
|
|
|
1164
1164
|
* Lookup517: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, polkadot_runtime_constants::proxy::ProxyType, BlockNumber>
|
|
1165
1165
|
**/
|
|
1166
1166
|
PezpalletProxyProxyDefinitionPezkuwiRuntimeConstantsProxyProxyType: {
|
|
1167
|
-
delegate: '
|
|
1167
|
+
delegate: 'PezspCoreCryptoAccountId32',
|
|
1168
1168
|
proxyType: 'PezkuwiRuntimeConstantsProxyProxyType',
|
|
1169
1169
|
delay: 'u32'
|
|
1170
1170
|
},
|
|
@@ -1172,7 +1172,7 @@ export default {
|
|
|
1172
1172
|
* Lookup519: pallet_rc_migrator::proxy::RcProxyAnnouncement<sp_core::crypto::AccountId32, Balance>
|
|
1173
1173
|
**/
|
|
1174
1174
|
PezpalletRcMigratorProxyRcProxyAnnouncement: {
|
|
1175
|
-
depositor: '
|
|
1175
|
+
depositor: 'PezspCoreCryptoAccountId32',
|
|
1176
1176
|
deposit: 'u128'
|
|
1177
1177
|
},
|
|
1178
1178
|
/**
|
|
@@ -1200,11 +1200,11 @@ export default {
|
|
|
1200
1200
|
PezpalletRcMigratorPreimageRequestStatusPortableRequestStatusInner: {
|
|
1201
1201
|
_enum: {
|
|
1202
1202
|
Unrequested: {
|
|
1203
|
-
ticket: '(
|
|
1203
|
+
ticket: '(PezspCoreCryptoAccountId32,Bytes)',
|
|
1204
1204
|
len: 'u32',
|
|
1205
1205
|
},
|
|
1206
1206
|
Requested: {
|
|
1207
|
-
maybeTicket: 'Option<(
|
|
1207
|
+
maybeTicket: 'Option<(PezspCoreCryptoAccountId32,Bytes)>',
|
|
1208
1208
|
count: 'u32',
|
|
1209
1209
|
maybeLen: 'Option<u32>'
|
|
1210
1210
|
}
|
|
@@ -1218,7 +1218,7 @@ export default {
|
|
|
1218
1218
|
hash_: 'hash'
|
|
1219
1219
|
},
|
|
1220
1220
|
hash_: 'H256',
|
|
1221
|
-
depositor: '
|
|
1221
|
+
depositor: 'PezspCoreCryptoAccountId32',
|
|
1222
1222
|
deposit: 'u128'
|
|
1223
1223
|
},
|
|
1224
1224
|
/**
|
|
@@ -1230,7 +1230,7 @@ export default {
|
|
|
1230
1230
|
values: 'PezpalletRcMigratorStakingNomPoolsNomPoolsStorageValues',
|
|
1231
1231
|
},
|
|
1232
1232
|
PoolMembers: {
|
|
1233
|
-
member: '(
|
|
1233
|
+
member: '(PezspCoreCryptoAccountId32,PezpalletNominationPoolsPoolMember)',
|
|
1234
1234
|
},
|
|
1235
1235
|
BondedPools: {
|
|
1236
1236
|
pool: '(u32,PezpalletNominationPoolsBondedPoolInner)',
|
|
@@ -1245,10 +1245,10 @@ export default {
|
|
|
1245
1245
|
meta: '(u32,Bytes)',
|
|
1246
1246
|
},
|
|
1247
1247
|
ReversePoolIdLookup: {
|
|
1248
|
-
lookups: '(
|
|
1248
|
+
lookups: '(PezspCoreCryptoAccountId32,u32)',
|
|
1249
1249
|
},
|
|
1250
1250
|
ClaimPermissions: {
|
|
1251
|
-
perms: '(
|
|
1251
|
+
perms: '(PezspCoreCryptoAccountId32,PezpalletNominationPoolsClaimPermission)'
|
|
1252
1252
|
}
|
|
1253
1253
|
}
|
|
1254
1254
|
},
|
|
@@ -1262,7 +1262,7 @@ export default {
|
|
|
1262
1262
|
maxPools: 'Option<u32>',
|
|
1263
1263
|
maxPoolMembers: 'Option<u32>',
|
|
1264
1264
|
maxPoolMembersPerPool: 'Option<u32>',
|
|
1265
|
-
globalMaxCommission: 'Option<
|
|
1265
|
+
globalMaxCommission: 'Option<u32>',
|
|
1266
1266
|
lastPoolId: 'Option<u32>'
|
|
1267
1267
|
},
|
|
1268
1268
|
/**
|
|
@@ -1293,7 +1293,7 @@ export default {
|
|
|
1293
1293
|
* Lookup558: pallet_rc_migrator::vesting::RcVestingSchedule<T>
|
|
1294
1294
|
**/
|
|
1295
1295
|
PezpalletRcMigratorVestingRcVestingSchedule: {
|
|
1296
|
-
who: '
|
|
1296
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1297
1297
|
schedules: 'Vec<PezpalletVestingVestingInfo>'
|
|
1298
1298
|
},
|
|
1299
1299
|
/**
|
|
@@ -1377,7 +1377,7 @@ export default {
|
|
|
1377
1377
|
schedule: '(u128,u128,u32)',
|
|
1378
1378
|
},
|
|
1379
1379
|
Signing: '(PezkuwiRuntimeCommonClaimsEthereumAddress,PezkuwiRuntimeCommonClaimsStatementKind)',
|
|
1380
|
-
Preclaims: '(
|
|
1380
|
+
Preclaims: '(PezspCoreCryptoAccountId32,PezkuwiRuntimeCommonClaimsEthereumAddress)'
|
|
1381
1381
|
}
|
|
1382
1382
|
},
|
|
1383
1383
|
/**
|
|
@@ -1386,7 +1386,7 @@ export default {
|
|
|
1386
1386
|
PezpalletRcMigratorStakingBagsListPortableBagsListMessage: {
|
|
1387
1387
|
_enum: {
|
|
1388
1388
|
Node: {
|
|
1389
|
-
id: '
|
|
1389
|
+
id: 'PezspCoreCryptoAccountId32',
|
|
1390
1390
|
node: 'PezpalletRcMigratorStakingBagsListPortableNode',
|
|
1391
1391
|
},
|
|
1392
1392
|
Bag: {
|
|
@@ -1399,9 +1399,9 @@ export default {
|
|
|
1399
1399
|
* Lookup586: pallet_rc_migrator::staking::bags_list::PortableNode
|
|
1400
1400
|
**/
|
|
1401
1401
|
PezpalletRcMigratorStakingBagsListPortableNode: {
|
|
1402
|
-
id: '
|
|
1403
|
-
prev: 'Option<
|
|
1404
|
-
next: 'Option<
|
|
1402
|
+
id: 'PezspCoreCryptoAccountId32',
|
|
1403
|
+
prev: 'Option<PezspCoreCryptoAccountId32>',
|
|
1404
|
+
next: 'Option<PezspCoreCryptoAccountId32>',
|
|
1405
1405
|
bagUpper: 'u64',
|
|
1406
1406
|
score: 'u64'
|
|
1407
1407
|
},
|
|
@@ -1409,8 +1409,8 @@ export default {
|
|
|
1409
1409
|
* Lookup587: pallet_rc_migrator::staking::bags_list::PortableBag
|
|
1410
1410
|
**/
|
|
1411
1411
|
PezpalletRcMigratorStakingBagsListPortableBag: {
|
|
1412
|
-
head: 'Option<
|
|
1413
|
-
tail: 'Option<
|
|
1412
|
+
head: 'Option<PezspCoreCryptoAccountId32>',
|
|
1413
|
+
tail: 'Option<PezspCoreCryptoAccountId32>',
|
|
1414
1414
|
bagUpper: 'u64'
|
|
1415
1415
|
},
|
|
1416
1416
|
/**
|
|
@@ -1428,7 +1428,7 @@ export default {
|
|
|
1428
1428
|
**/
|
|
1429
1429
|
PezpalletRcMigratorIndicesRcIndicesIndex: {
|
|
1430
1430
|
index: 'u32',
|
|
1431
|
-
who: '
|
|
1431
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1432
1432
|
deposit: 'u128',
|
|
1433
1433
|
frozen: 'bool'
|
|
1434
1434
|
},
|
|
@@ -1437,8 +1437,8 @@ export default {
|
|
|
1437
1437
|
**/
|
|
1438
1438
|
PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage: {
|
|
1439
1439
|
_enum: {
|
|
1440
|
-
VotingFor: '(
|
|
1441
|
-
ClassLocksFor: '(
|
|
1440
|
+
VotingFor: '(PezspCoreCryptoAccountId32,u16,PezpalletConvictionVotingVoteVoting)',
|
|
1441
|
+
ClassLocksFor: '(PezspCoreCryptoAccountId32,Vec<(u16,u128)>)'
|
|
1442
1442
|
}
|
|
1443
1443
|
},
|
|
1444
1444
|
/**
|
|
@@ -1456,7 +1456,7 @@ export default {
|
|
|
1456
1456
|
* Lookup611: pallet_rc_migrator::bounties::alias::Bounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
1457
1457
|
**/
|
|
1458
1458
|
PezpalletRcMigratorBountiesAliasBounty: {
|
|
1459
|
-
proposer: '
|
|
1459
|
+
proposer: 'PezspCoreCryptoAccountId32',
|
|
1460
1460
|
value: 'u128',
|
|
1461
1461
|
fee: 'u128',
|
|
1462
1462
|
curatorDeposit: 'u128',
|
|
@@ -1470,20 +1470,20 @@ export default {
|
|
|
1470
1470
|
_enum: {
|
|
1471
1471
|
LeaseReserve: {
|
|
1472
1472
|
unreserveBlock: 'u32',
|
|
1473
|
-
account: '
|
|
1473
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
1474
1474
|
paraId: 'u32',
|
|
1475
1475
|
amount: 'u128',
|
|
1476
1476
|
},
|
|
1477
1477
|
CrowdloanContribution: {
|
|
1478
1478
|
withdrawBlock: 'u32',
|
|
1479
|
-
contributor: '
|
|
1479
|
+
contributor: 'PezspCoreCryptoAccountId32',
|
|
1480
1480
|
paraId: 'u32',
|
|
1481
1481
|
amount: 'u128',
|
|
1482
|
-
crowdloanAccount: '
|
|
1482
|
+
crowdloanAccount: 'PezspCoreCryptoAccountId32',
|
|
1483
1483
|
},
|
|
1484
1484
|
CrowdloanReserve: {
|
|
1485
1485
|
unreserveBlock: 'u32',
|
|
1486
|
-
depositor: '
|
|
1486
|
+
depositor: 'PezspCoreCryptoAccountId32',
|
|
1487
1487
|
paraId: 'u32',
|
|
1488
1488
|
amount: 'u128'
|
|
1489
1489
|
}
|
|
@@ -1552,13 +1552,13 @@ export default {
|
|
|
1552
1552
|
PezpalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage: {
|
|
1553
1553
|
_enum: {
|
|
1554
1554
|
Delegators: {
|
|
1555
|
-
delegator: '
|
|
1556
|
-
agent: '
|
|
1555
|
+
delegator: 'PezspCoreCryptoAccountId32',
|
|
1556
|
+
agent: 'PezspCoreCryptoAccountId32',
|
|
1557
1557
|
amount: 'u128',
|
|
1558
1558
|
},
|
|
1559
1559
|
Agents: {
|
|
1560
|
-
agent: '
|
|
1561
|
-
payee: '
|
|
1560
|
+
agent: 'PezspCoreCryptoAccountId32',
|
|
1561
|
+
payee: 'PezspCoreCryptoAccountId32',
|
|
1562
1562
|
totalDelegated: 'u128',
|
|
1563
1563
|
unclaimedWithdrawals: 'u128',
|
|
1564
1564
|
pendingSlash: 'u128'
|
|
@@ -1611,14 +1611,14 @@ export default {
|
|
|
1611
1611
|
_enum: {
|
|
1612
1612
|
Added: 'Null',
|
|
1613
1613
|
CuratorProposed: {
|
|
1614
|
-
curator: '
|
|
1614
|
+
curator: 'PezspCoreCryptoAccountId32',
|
|
1615
1615
|
},
|
|
1616
1616
|
Active: {
|
|
1617
|
-
curator: '
|
|
1617
|
+
curator: 'PezspCoreCryptoAccountId32',
|
|
1618
1618
|
},
|
|
1619
1619
|
PendingPayout: {
|
|
1620
|
-
curator: '
|
|
1621
|
-
beneficiary: '
|
|
1620
|
+
curator: 'PezspCoreCryptoAccountId32',
|
|
1621
|
+
beneficiary: 'PezspCoreCryptoAccountId32',
|
|
1622
1622
|
unlockAt: 'u32'
|
|
1623
1623
|
}
|
|
1624
1624
|
}
|
|
@@ -1629,47 +1629,47 @@ export default {
|
|
|
1629
1629
|
PezpalletRcMigratorStakingMessagePortableStakingMessage: {
|
|
1630
1630
|
_enum: {
|
|
1631
1631
|
Values: 'PezpalletRcMigratorStakingMessageStakingValues',
|
|
1632
|
-
Invulnerables: 'Vec<
|
|
1632
|
+
Invulnerables: 'Vec<PezspCoreCryptoAccountId32>',
|
|
1633
1633
|
Bonded: {
|
|
1634
|
-
stash: '
|
|
1635
|
-
controller: '
|
|
1634
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
1635
|
+
controller: 'PezspCoreCryptoAccountId32',
|
|
1636
1636
|
},
|
|
1637
1637
|
Ledger: {
|
|
1638
|
-
controller: '
|
|
1638
|
+
controller: 'PezspCoreCryptoAccountId32',
|
|
1639
1639
|
ledger: 'PezpalletRcMigratorStakingMessagePortableStakingLedger',
|
|
1640
1640
|
},
|
|
1641
1641
|
Payee: {
|
|
1642
|
-
stash: '
|
|
1642
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
1643
1643
|
payment: 'PezpalletRcMigratorStakingMessagePortableRewardDestination',
|
|
1644
1644
|
},
|
|
1645
1645
|
Validators: {
|
|
1646
|
-
stash: '
|
|
1646
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
1647
1647
|
validators: 'PezpalletRcMigratorStakingMessagePortableValidatorPrefs',
|
|
1648
1648
|
},
|
|
1649
1649
|
Nominators: {
|
|
1650
|
-
stash: '
|
|
1650
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
1651
1651
|
nominations: 'PezpalletRcMigratorStakingMessagePortableNominations',
|
|
1652
1652
|
},
|
|
1653
|
-
VirtualStakers: '
|
|
1653
|
+
VirtualStakers: 'PezspCoreCryptoAccountId32',
|
|
1654
1654
|
ErasStakersOverview: {
|
|
1655
1655
|
era: 'u32',
|
|
1656
|
-
validator: '
|
|
1656
|
+
validator: 'PezspCoreCryptoAccountId32',
|
|
1657
1657
|
exposure: 'PezpalletRcMigratorStakingMessagePortablePagedExposureMetadata',
|
|
1658
1658
|
},
|
|
1659
1659
|
ErasStakersPaged: {
|
|
1660
1660
|
era: 'u32',
|
|
1661
|
-
validator: '
|
|
1661
|
+
validator: 'PezspCoreCryptoAccountId32',
|
|
1662
1662
|
page: 'u32',
|
|
1663
1663
|
exposure: 'PezpalletRcMigratorStakingMessagePortableExposurePage',
|
|
1664
1664
|
},
|
|
1665
1665
|
ClaimedRewards: {
|
|
1666
1666
|
era: 'u32',
|
|
1667
|
-
validator: '
|
|
1667
|
+
validator: 'PezspCoreCryptoAccountId32',
|
|
1668
1668
|
rewards: 'Vec<u32>',
|
|
1669
1669
|
},
|
|
1670
1670
|
ErasValidatorPrefs: {
|
|
1671
1671
|
era: 'u32',
|
|
1672
|
-
validator: '
|
|
1672
|
+
validator: 'PezspCoreCryptoAccountId32',
|
|
1673
1673
|
prefs: 'PezpalletRcMigratorStakingMessagePortableValidatorPrefs',
|
|
1674
1674
|
},
|
|
1675
1675
|
ErasValidatorReward: {
|
|
@@ -1691,8 +1691,8 @@ export default {
|
|
|
1691
1691
|
BondedEras: 'Vec<(u32,u32)>',
|
|
1692
1692
|
ValidatorSlashInEra: {
|
|
1693
1693
|
era: 'u32',
|
|
1694
|
-
validator: '
|
|
1695
|
-
slash: '(
|
|
1694
|
+
validator: 'PezspCoreCryptoAccountId32',
|
|
1695
|
+
slash: '(u32,u128)'
|
|
1696
1696
|
}
|
|
1697
1697
|
}
|
|
1698
1698
|
},
|
|
@@ -1705,17 +1705,17 @@ export default {
|
|
|
1705
1705
|
minNominatorBond: 'Option<u128>',
|
|
1706
1706
|
minValidatorBond: 'Option<u128>',
|
|
1707
1707
|
minActiveStake: 'Option<u128>',
|
|
1708
|
-
minCommission: 'Option<
|
|
1708
|
+
minCommission: 'Option<u32>',
|
|
1709
1709
|
maxValidatorsCount: 'Option<u32>',
|
|
1710
1710
|
maxNominatorsCount: 'Option<u32>',
|
|
1711
1711
|
currentEra: 'Option<u32>',
|
|
1712
1712
|
activeEra: 'Option<PezpalletRcMigratorStakingMessagePortableActiveEraInfo>',
|
|
1713
1713
|
forceEra: 'Option<PezpalletRcMigratorStakingMessagePortableForcing>',
|
|
1714
|
-
maxStakedRewards: 'Option<
|
|
1715
|
-
slashRewardFraction: 'Option<
|
|
1714
|
+
maxStakedRewards: 'Option<u8>',
|
|
1715
|
+
slashRewardFraction: 'Option<u32>',
|
|
1716
1716
|
canceledSlashPayout: 'Option<u128>',
|
|
1717
1717
|
currentPlannedSession: 'Option<u32>',
|
|
1718
|
-
chillThreshold: 'Option<
|
|
1718
|
+
chillThreshold: 'Option<u8>'
|
|
1719
1719
|
},
|
|
1720
1720
|
/**
|
|
1721
1721
|
* Lookup641: pallet_rc_migrator::staking::message::PortableActiveEraInfo
|
|
@@ -1734,7 +1734,7 @@ export default {
|
|
|
1734
1734
|
* Lookup645: pallet_rc_migrator::staking::message::PortableStakingLedger
|
|
1735
1735
|
**/
|
|
1736
1736
|
PezpalletRcMigratorStakingMessagePortableStakingLedger: {
|
|
1737
|
-
stash: '
|
|
1737
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
1738
1738
|
total: 'u128',
|
|
1739
1739
|
active: 'u128',
|
|
1740
1740
|
unlocking: 'Vec<PezpalletRcMigratorStakingMessagePortableUnlockChunk>'
|
|
@@ -1754,7 +1754,7 @@ export default {
|
|
|
1754
1754
|
Staked: 'Null',
|
|
1755
1755
|
Stash: 'Null',
|
|
1756
1756
|
Controller: 'Null',
|
|
1757
|
-
Account: '
|
|
1757
|
+
Account: 'PezspCoreCryptoAccountId32',
|
|
1758
1758
|
None: 'Null'
|
|
1759
1759
|
}
|
|
1760
1760
|
},
|
|
@@ -1762,14 +1762,14 @@ export default {
|
|
|
1762
1762
|
* Lookup650: pallet_rc_migrator::staking::message::PortableValidatorPrefs
|
|
1763
1763
|
**/
|
|
1764
1764
|
PezpalletRcMigratorStakingMessagePortableValidatorPrefs: {
|
|
1765
|
-
commission: '
|
|
1765
|
+
commission: 'u32',
|
|
1766
1766
|
blocked: 'bool'
|
|
1767
1767
|
},
|
|
1768
1768
|
/**
|
|
1769
1769
|
* Lookup651: pallet_rc_migrator::staking::message::PortableNominations
|
|
1770
1770
|
**/
|
|
1771
1771
|
PezpalletRcMigratorStakingMessagePortableNominations: {
|
|
1772
|
-
targets: 'Vec<
|
|
1772
|
+
targets: 'Vec<PezspCoreCryptoAccountId32>',
|
|
1773
1773
|
submittedIn: 'u32',
|
|
1774
1774
|
suppressed: 'bool'
|
|
1775
1775
|
},
|
|
@@ -1793,7 +1793,7 @@ export default {
|
|
|
1793
1793
|
* Lookup656: pallet_rc_migrator::staking::message::PortableIndividualExposure
|
|
1794
1794
|
**/
|
|
1795
1795
|
PezpalletRcMigratorStakingMessagePortableIndividualExposure: {
|
|
1796
|
-
who: '
|
|
1796
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1797
1797
|
value: 'u128'
|
|
1798
1798
|
},
|
|
1799
1799
|
/**
|
|
@@ -1801,16 +1801,16 @@ export default {
|
|
|
1801
1801
|
**/
|
|
1802
1802
|
PezpalletRcMigratorStakingMessagePortableEraRewardPoints: {
|
|
1803
1803
|
total: 'u32',
|
|
1804
|
-
individual: 'Vec<(
|
|
1804
|
+
individual: 'Vec<(PezspCoreCryptoAccountId32,u32)>'
|
|
1805
1805
|
},
|
|
1806
1806
|
/**
|
|
1807
1807
|
* Lookup660: pallet_rc_migrator::staking::message::PortableUnappliedSlash
|
|
1808
1808
|
**/
|
|
1809
1809
|
PezpalletRcMigratorStakingMessagePortableUnappliedSlash: {
|
|
1810
|
-
validator: '
|
|
1810
|
+
validator: 'PezspCoreCryptoAccountId32',
|
|
1811
1811
|
own: 'u128',
|
|
1812
|
-
others: 'Vec<(
|
|
1813
|
-
reporters: 'Vec<
|
|
1812
|
+
others: 'Vec<(PezspCoreCryptoAccountId32,u128)>',
|
|
1813
|
+
reporters: 'Vec<PezspCoreCryptoAccountId32>',
|
|
1814
1814
|
payout: 'u128'
|
|
1815
1815
|
},
|
|
1816
1816
|
/**
|
|
@@ -1908,13 +1908,13 @@ export default {
|
|
|
1908
1908
|
**/
|
|
1909
1909
|
PezpalletElectionProviderMultiBlockSignedPezpalletEvent: {
|
|
1910
1910
|
_enum: {
|
|
1911
|
-
Registered: '(u32,
|
|
1912
|
-
Stored: '(u32,
|
|
1913
|
-
Rewarded: '(u32,
|
|
1914
|
-
Slashed: '(u32,
|
|
1915
|
-
Ejected: '(u32,
|
|
1916
|
-
Discarded: '(u32,
|
|
1917
|
-
Bailed: '(u32,
|
|
1911
|
+
Registered: '(u32,PezspCoreCryptoAccountId32,PezspNposElectionsElectionScore)',
|
|
1912
|
+
Stored: '(u32,PezspCoreCryptoAccountId32,u32)',
|
|
1913
|
+
Rewarded: '(u32,PezspCoreCryptoAccountId32,u128)',
|
|
1914
|
+
Slashed: '(u32,PezspCoreCryptoAccountId32,u128)',
|
|
1915
|
+
Ejected: '(u32,PezspCoreCryptoAccountId32)',
|
|
1916
|
+
Discarded: '(u32,PezspCoreCryptoAccountId32)',
|
|
1917
|
+
Bailed: '(u32,PezspCoreCryptoAccountId32)'
|
|
1918
1918
|
}
|
|
1919
1919
|
},
|
|
1920
1920
|
/**
|
|
@@ -1928,47 +1928,47 @@ export default {
|
|
|
1928
1928
|
remainder: 'u128',
|
|
1929
1929
|
},
|
|
1930
1930
|
Rewarded: {
|
|
1931
|
-
stash: '
|
|
1931
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
1932
1932
|
dest: 'PezpalletStakingAsyncRewardDestination',
|
|
1933
1933
|
amount: 'u128',
|
|
1934
1934
|
},
|
|
1935
1935
|
Slashed: {
|
|
1936
|
-
staker: '
|
|
1936
|
+
staker: 'PezspCoreCryptoAccountId32',
|
|
1937
1937
|
amount: 'u128',
|
|
1938
1938
|
},
|
|
1939
1939
|
OldSlashingReportDiscarded: {
|
|
1940
1940
|
sessionIndex: 'u32',
|
|
1941
1941
|
},
|
|
1942
1942
|
Bonded: {
|
|
1943
|
-
stash: '
|
|
1943
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
1944
1944
|
amount: 'u128',
|
|
1945
1945
|
},
|
|
1946
1946
|
Unbonded: {
|
|
1947
|
-
stash: '
|
|
1947
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
1948
1948
|
amount: 'u128',
|
|
1949
1949
|
},
|
|
1950
1950
|
Withdrawn: {
|
|
1951
|
-
stash: '
|
|
1951
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
1952
1952
|
amount: 'u128',
|
|
1953
1953
|
},
|
|
1954
1954
|
StakerRemoved: {
|
|
1955
|
-
stash: '
|
|
1955
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
1956
1956
|
},
|
|
1957
1957
|
Kicked: {
|
|
1958
|
-
nominator: '
|
|
1959
|
-
stash: '
|
|
1958
|
+
nominator: 'PezspCoreCryptoAccountId32',
|
|
1959
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
1960
1960
|
},
|
|
1961
1961
|
Chilled: {
|
|
1962
|
-
stash: '
|
|
1962
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
1963
1963
|
},
|
|
1964
1964
|
PayoutStarted: {
|
|
1965
1965
|
eraIndex: 'u32',
|
|
1966
|
-
validatorStash: '
|
|
1966
|
+
validatorStash: 'PezspCoreCryptoAccountId32',
|
|
1967
1967
|
page: 'u32',
|
|
1968
1968
|
next: 'Option<u32>',
|
|
1969
1969
|
},
|
|
1970
1970
|
ValidatorPrefsSet: {
|
|
1971
|
-
stash: '
|
|
1971
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
1972
1972
|
prefs: 'PezpalletStakingAsyncValidatorPrefs',
|
|
1973
1973
|
},
|
|
1974
1974
|
SnapshotVotersSizeExceeded: {
|
|
@@ -1990,7 +1990,7 @@ export default {
|
|
|
1990
1990
|
failures: 'u32',
|
|
1991
1991
|
},
|
|
1992
1992
|
CurrencyMigrated: {
|
|
1993
|
-
stash: '
|
|
1993
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
1994
1994
|
forceWithdraw: 'u128',
|
|
1995
1995
|
},
|
|
1996
1996
|
PagedElectionProceeded: {
|
|
@@ -1999,18 +1999,18 @@ export default {
|
|
|
1999
1999
|
},
|
|
2000
2000
|
OffenceReported: {
|
|
2001
2001
|
offenceEra: 'u32',
|
|
2002
|
-
validator: '
|
|
2003
|
-
fraction: '
|
|
2002
|
+
validator: 'PezspCoreCryptoAccountId32',
|
|
2003
|
+
fraction: 'u32',
|
|
2004
2004
|
},
|
|
2005
2005
|
SlashComputed: {
|
|
2006
2006
|
offenceEra: 'u32',
|
|
2007
2007
|
slashEra: 'u32',
|
|
2008
|
-
offender: '
|
|
2008
|
+
offender: 'PezspCoreCryptoAccountId32',
|
|
2009
2009
|
page: 'u32',
|
|
2010
2010
|
},
|
|
2011
2011
|
SlashCancelled: {
|
|
2012
2012
|
slashEra: 'u32',
|
|
2013
|
-
validator: '
|
|
2013
|
+
validator: 'PezspCoreCryptoAccountId32',
|
|
2014
2014
|
},
|
|
2015
2015
|
SessionRotated: {
|
|
2016
2016
|
startingSession: 'u32',
|
|
@@ -2020,8 +2020,8 @@ export default {
|
|
|
2020
2020
|
Unexpected: 'PezpalletStakingAsyncPezpalletUnexpectedKind',
|
|
2021
2021
|
OffenceTooOld: {
|
|
2022
2022
|
offenceEra: 'u32',
|
|
2023
|
-
validator: '
|
|
2024
|
-
fraction: '
|
|
2023
|
+
validator: 'PezspCoreCryptoAccountId32',
|
|
2024
|
+
fraction: 'u32',
|
|
2025
2025
|
},
|
|
2026
2026
|
EraPruned: {
|
|
2027
2027
|
index: 'u32'
|
|
@@ -2046,19 +2046,19 @@ export default {
|
|
|
2046
2046
|
PezpalletAhOpsEvent: {
|
|
2047
2047
|
_enum: {
|
|
2048
2048
|
LeaseUnreserveRemaining: {
|
|
2049
|
-
depositor: '
|
|
2049
|
+
depositor: 'PezspCoreCryptoAccountId32',
|
|
2050
2050
|
paraId: 'u32',
|
|
2051
2051
|
remaining: 'u128',
|
|
2052
2052
|
},
|
|
2053
2053
|
CrowdloanUnreserveRemaining: {
|
|
2054
|
-
depositor: '
|
|
2054
|
+
depositor: 'PezspCoreCryptoAccountId32',
|
|
2055
2055
|
paraId: 'u32',
|
|
2056
2056
|
remaining: 'u128',
|
|
2057
2057
|
},
|
|
2058
2058
|
SovereignMigrated: {
|
|
2059
2059
|
paraId: 'u32',
|
|
2060
|
-
from: '
|
|
2061
|
-
to: '
|
|
2060
|
+
from: 'PezspCoreCryptoAccountId32',
|
|
2061
|
+
to: 'PezspCoreCryptoAccountId32',
|
|
2062
2062
|
derivationIndex: 'Option<u16>'
|
|
2063
2063
|
}
|
|
2064
2064
|
}
|
|
@@ -2113,16 +2113,16 @@ export default {
|
|
|
2113
2113
|
_alias: {
|
|
2114
2114
|
new_: 'new',
|
|
2115
2115
|
},
|
|
2116
|
-
old: 'Option<
|
|
2117
|
-
new_: 'Option<
|
|
2116
|
+
old: 'Option<PezspCoreCryptoAccountId32>',
|
|
2117
|
+
new_: 'Option<PezspCoreCryptoAccountId32>',
|
|
2118
2118
|
},
|
|
2119
2119
|
AccountTranslatedParachainSovereign: {
|
|
2120
|
-
from: '
|
|
2121
|
-
to: '
|
|
2120
|
+
from: 'PezspCoreCryptoAccountId32',
|
|
2121
|
+
to: 'PezspCoreCryptoAccountId32',
|
|
2122
2122
|
},
|
|
2123
2123
|
AccountTranslatedParachainSovereignDerived: {
|
|
2124
|
-
from: '
|
|
2125
|
-
to: '
|
|
2124
|
+
from: 'PezspCoreCryptoAccountId32',
|
|
2125
|
+
to: 'PezspCoreCryptoAccountId32',
|
|
2126
2126
|
derivationIndex: 'u16',
|
|
2127
2127
|
},
|
|
2128
2128
|
XcmSent: {
|
|
@@ -2134,12 +2134,12 @@ export default {
|
|
|
2134
2134
|
FailedToUnreserveMultisigDeposit: {
|
|
2135
2135
|
expectedAmount: 'u128',
|
|
2136
2136
|
missingAmount: 'u128',
|
|
2137
|
-
account: '
|
|
2137
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
2138
2138
|
},
|
|
2139
2139
|
FailedToUnreservePreimageDeposit: {
|
|
2140
2140
|
expectedAmount: 'u128',
|
|
2141
2141
|
missingAmount: 'u128',
|
|
2142
|
-
account: '
|
|
2142
|
+
account: 'PezspCoreCryptoAccountId32'
|
|
2143
2143
|
}
|
|
2144
2144
|
}
|
|
2145
2145
|
},
|
|
@@ -2436,7 +2436,7 @@ export default {
|
|
|
2436
2436
|
* Lookup776: pallet_collator_selection::pallet::CandidateInfo<sp_core::crypto::AccountId32, Balance>
|
|
2437
2437
|
**/
|
|
2438
2438
|
PezpalletCollatorSelectionCandidateInfo: {
|
|
2439
|
-
who: '
|
|
2439
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2440
2440
|
deposit: 'u128'
|
|
2441
2441
|
},
|
|
2442
2442
|
/**
|
|
@@ -2492,7 +2492,7 @@ export default {
|
|
|
2492
2492
|
* Lookup847: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, asset_hub_polkadot_runtime::ProxyType, BlockNumber>
|
|
2493
2493
|
**/
|
|
2494
2494
|
PezpalletProxyProxyDefinitionAssetHubPezkuwiRuntimeProxyType: {
|
|
2495
|
-
delegate: '
|
|
2495
|
+
delegate: 'PezspCoreCryptoAccountId32',
|
|
2496
2496
|
proxyType: 'AssetHubPezkuwiRuntimeProxyType',
|
|
2497
2497
|
delay: 'u32'
|
|
2498
2498
|
},
|
|
@@ -2573,7 +2573,7 @@ export default {
|
|
|
2573
2573
|
* Lookup974: pallet_staking_async::ledger::StakingLedger<T>
|
|
2574
2574
|
**/
|
|
2575
2575
|
PezpalletStakingAsyncLedgerStakingLedger: {
|
|
2576
|
-
stash: '
|
|
2576
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
2577
2577
|
total: 'Compact<u128>',
|
|
2578
2578
|
active: 'Compact<u128>',
|
|
2579
2579
|
unlocking: 'Vec<PezpalletStakingAsyncLedgerUnlockChunk>'
|
|
@@ -2582,7 +2582,7 @@ export default {
|
|
|
2582
2582
|
* Lookup975: pallet_staking_async::Nominations<T>
|
|
2583
2583
|
**/
|
|
2584
2584
|
PezpalletStakingAsyncNominations: {
|
|
2585
|
-
targets: 'Vec<
|
|
2585
|
+
targets: 'Vec<PezspCoreCryptoAccountId32>',
|
|
2586
2586
|
submittedIn: 'u32',
|
|
2587
2587
|
suppressed: 'bool'
|
|
2588
2588
|
},
|
|
@@ -2602,26 +2602,26 @@ export default {
|
|
|
2602
2602
|
**/
|
|
2603
2603
|
PezpalletStakingAsyncEraRewardPoints: {
|
|
2604
2604
|
total: 'u32',
|
|
2605
|
-
individual: 'BTreeMap<
|
|
2605
|
+
individual: 'BTreeMap<PezspCoreCryptoAccountId32, u32>'
|
|
2606
2606
|
},
|
|
2607
2607
|
/**
|
|
2608
2608
|
* Lookup987: pallet_staking_async::slashing::OffenceRecord<sp_core::crypto::AccountId32>
|
|
2609
2609
|
**/
|
|
2610
2610
|
PezpalletStakingAsyncSlashingOffenceRecord: {
|
|
2611
|
-
reporter: 'Option<
|
|
2611
|
+
reporter: 'Option<PezspCoreCryptoAccountId32>',
|
|
2612
2612
|
reportedEra: 'u32',
|
|
2613
2613
|
exposurePage: 'u32',
|
|
2614
|
-
slashFraction: '
|
|
2615
|
-
priorSlashFraction: '
|
|
2614
|
+
slashFraction: 'u32',
|
|
2615
|
+
priorSlashFraction: 'u32'
|
|
2616
2616
|
},
|
|
2617
2617
|
/**
|
|
2618
2618
|
* Lookup991: pallet_staking_async::UnappliedSlash<T>
|
|
2619
2619
|
**/
|
|
2620
2620
|
PezpalletStakingAsyncUnappliedSlash: {
|
|
2621
|
-
validator: '
|
|
2621
|
+
validator: 'PezspCoreCryptoAccountId32',
|
|
2622
2622
|
own: 'u128',
|
|
2623
|
-
others: 'Vec<(
|
|
2624
|
-
reporter: 'Option<
|
|
2623
|
+
others: 'Vec<(PezspCoreCryptoAccountId32,u128)>',
|
|
2624
|
+
reporter: 'Option<PezspCoreCryptoAccountId32>',
|
|
2625
2625
|
payout: 'u128'
|
|
2626
2626
|
},
|
|
2627
2627
|
/**
|
|
@@ -2629,7 +2629,7 @@ export default {
|
|
|
2629
2629
|
**/
|
|
2630
2630
|
PezpalletStakingAsyncSnapshotStatus: {
|
|
2631
2631
|
_enum: {
|
|
2632
|
-
Ongoing: '
|
|
2632
|
+
Ongoing: 'PezspCoreCryptoAccountId32',
|
|
2633
2633
|
Consumed: 'Null',
|
|
2634
2634
|
Waiting: 'Null'
|
|
2635
2635
|
}
|