@pezkuwi/types-augment 16.5.5 → 16.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/LICENSE +201 -0
  2. package/augment.js +2 -0
  3. package/bundle.js +2 -0
  4. package/cjs/augment.d.ts +2 -0
  5. package/cjs/augment.js +4 -0
  6. package/cjs/bundle.d.ts +2 -0
  7. package/cjs/bundle.js +6 -0
  8. package/cjs/index.js +5 -0
  9. package/{build/lookup/assetHubKusama.d.ts → cjs/lookup/assetHubDicle.d.ts} +75 -75
  10. package/cjs/lookup/assetHubDicle.js +1164 -0
  11. package/{build/lookup/assetHubPolkadot.d.ts → cjs/lookup/assetHubPezkuwi.d.ts} +186 -186
  12. package/cjs/lookup/assetHubPezkuwi.js +2979 -0
  13. package/{build/lookup/substrate.d.ts → cjs/lookup/bizinikiwi.d.ts} +594 -594
  14. package/cjs/lookup/bizinikiwi.js +9673 -0
  15. package/cjs/lookup/definitions.js +15 -0
  16. package/{build/lookup/kusama.d.ts → cjs/lookup/dicle.d.ts} +29 -29
  17. package/cjs/lookup/dicle.js +738 -0
  18. package/cjs/lookup/index.js +5 -0
  19. package/{build/lookup/polkadot.d.ts → cjs/lookup/pezkuwi.d.ts} +199 -195
  20. package/cjs/lookup/pezkuwi.js +4768 -0
  21. package/cjs/lookup/types-assetHubDicle.d.ts +684 -0
  22. package/cjs/lookup/types-assetHubDicle.js +4 -0
  23. package/{build/lookup/types-assetHubPolkadot.d.ts → cjs/lookup/types-assetHubPezkuwi.d.ts} +623 -624
  24. package/cjs/lookup/types-assetHubPezkuwi.js +4 -0
  25. package/{build/lookup/types-substrate.d.ts → cjs/lookup/types-bizinikiwi.d.ts} +1815 -1816
  26. package/cjs/lookup/types-bizinikiwi.js +4 -0
  27. package/{build/lookup/types-kusama.d.ts → cjs/lookup/types-dicle.d.ts} +139 -139
  28. package/cjs/lookup/types-dicle.js +4 -0
  29. package/{build/lookup/types-polkadot.d.ts → cjs/lookup/types-pezkuwi.d.ts} +642 -641
  30. package/cjs/lookup/types-pezkuwi.js +4 -0
  31. package/cjs/lookup/types.d.ts +5 -0
  32. package/cjs/lookup/types.js +7 -0
  33. package/cjs/package.json +3 -0
  34. package/cjs/packageDetect.js +7 -0
  35. package/cjs/packageInfo.js +4 -0
  36. package/cjs/registry/assetHubDicle.d.ts +81 -0
  37. package/cjs/registry/assetHubDicle.js +4 -0
  38. package/cjs/registry/assetHubPezkuwi.d.ts +200 -0
  39. package/cjs/registry/assetHubPezkuwi.js +4 -0
  40. package/cjs/registry/bizinikiwi.d.ts +625 -0
  41. package/cjs/registry/bizinikiwi.js +4 -0
  42. package/cjs/registry/dicle.d.ts +35 -0
  43. package/cjs/registry/dicle.js +4 -0
  44. package/cjs/registry/index.js +3 -0
  45. package/{build → cjs}/registry/interfaces.d.ts +44 -44
  46. package/cjs/registry/interfaces.js +4 -0
  47. package/cjs/registry/pezkuwi.d.ts +279 -0
  48. package/cjs/registry/pezkuwi.js +4 -0
  49. package/index.d.ts +2 -0
  50. package/index.js +2 -0
  51. package/lookup/assetHubDicle.d.ts +1161 -0
  52. package/lookup/assetHubDicle.js +1162 -0
  53. package/lookup/assetHubPezkuwi.d.ts +2976 -0
  54. package/lookup/assetHubPezkuwi.js +2977 -0
  55. package/lookup/bizinikiwi.d.ts +9670 -0
  56. package/lookup/bizinikiwi.js +9671 -0
  57. package/lookup/definitions.d.ts +3 -0
  58. package/lookup/definitions.js +12 -0
  59. package/lookup/dicle.d.ts +735 -0
  60. package/lookup/dicle.js +736 -0
  61. package/lookup/index.d.ts +1 -0
  62. package/lookup/index.js +2 -0
  63. package/lookup/pezkuwi.d.ts +4765 -0
  64. package/lookup/pezkuwi.js +4766 -0
  65. package/lookup/types-assetHubDicle.d.ts +684 -0
  66. package/lookup/types-assetHubDicle.js +2 -0
  67. package/lookup/types-assetHubPezkuwi.d.ts +2511 -0
  68. package/lookup/types-assetHubPezkuwi.js +2 -0
  69. package/lookup/types-bizinikiwi.d.ts +9980 -0
  70. package/lookup/types-bizinikiwi.js +2 -0
  71. package/lookup/types-dicle.d.ts +364 -0
  72. package/lookup/types-dicle.js +2 -0
  73. package/lookup/types-pezkuwi.d.ts +4463 -0
  74. package/lookup/types-pezkuwi.js +2 -0
  75. package/lookup/types.d.ts +5 -0
  76. package/lookup/types.js +5 -0
  77. package/package.json +380 -6
  78. package/packageDetect.d.ts +1 -0
  79. package/{src/packageDetect.ts → packageDetect.js} +0 -8
  80. package/packageInfo.d.ts +6 -0
  81. package/packageInfo.js +1 -0
  82. package/registry/assetHubDicle.d.ts +81 -0
  83. package/registry/assetHubDicle.js +2 -0
  84. package/registry/assetHubPezkuwi.d.ts +200 -0
  85. package/registry/assetHubPezkuwi.js +2 -0
  86. package/registry/bizinikiwi.d.ts +625 -0
  87. package/registry/bizinikiwi.js +2 -0
  88. package/registry/dicle.d.ts +35 -0
  89. package/registry/dicle.js +2 -0
  90. package/registry/index.d.ts +1 -0
  91. package/registry/index.js +1 -0
  92. package/registry/interfaces.d.ts +1368 -0
  93. package/registry/interfaces.js +2 -0
  94. package/registry/pezkuwi.d.ts +279 -0
  95. package/registry/pezkuwi.js +2 -0
  96. package/build/lookup/types-assetHubKusama.d.ts +0 -684
  97. package/build/lookup/types.d.ts +0 -5
  98. package/build/registry/assetHubKusama.d.ts +0 -81
  99. package/build/registry/assetHubPolkadot.d.ts +0 -200
  100. package/build/registry/kusama.d.ts +0 -35
  101. package/build/registry/polkadot.d.ts +0 -278
  102. package/build/registry/substrate.d.ts +0 -625
  103. package/src/augment.ts +0 -5
  104. package/src/bundle.ts +0 -6
  105. package/src/index.ts +0 -6
  106. package/src/lookup/assetHubKusama.ts +0 -1165
  107. package/src/lookup/assetHubPolkadot.ts +0 -2980
  108. package/src/lookup/definitions.ts +0 -19
  109. package/src/lookup/index.ts +0 -4
  110. package/src/lookup/kusama.ts +0 -739
  111. package/src/lookup/polkadot.ts +0 -4765
  112. package/src/lookup/substrate.ts +0 -9674
  113. package/src/lookup/types-assetHubKusama.ts +0 -764
  114. package/src/lookup/types-assetHubPolkadot.ts +0 -2711
  115. package/src/lookup/types-kusama.ts +0 -399
  116. package/src/lookup/types-polkadot.ts +0 -4721
  117. package/src/lookup/types-substrate.ts +0 -10590
  118. package/src/lookup/types.ts +0 -8
  119. package/src/mod.ts +0 -4
  120. package/src/packageInfo.ts +0 -6
  121. package/src/registry/assetHubKusama.ts +0 -88
  122. package/src/registry/assetHubPolkadot.ts +0 -207
  123. package/src/registry/index.ts +0 -4
  124. package/src/registry/interfaces.ts +0 -1375
  125. package/src/registry/kusama.ts +0 -42
  126. package/src/registry/polkadot.ts +0 -285
  127. package/src/registry/substrate.ts +0 -632
  128. package/tsconfig.build.json +0 -15
  129. package/tsconfig.build.tsbuildinfo +0 -1
  130. /package/{build/augment.d.ts → augment.d.ts} +0 -0
  131. /package/{build/bundle.d.ts → bundle.d.ts} +0 -0
  132. /package/{build → cjs}/index.d.ts +0 -0
  133. /package/{build → cjs}/lookup/definitions.d.ts +0 -0
  134. /package/{build → cjs}/lookup/index.d.ts +0 -0
  135. /package/{build → cjs}/packageDetect.d.ts +0 -0
  136. /package/{build → cjs}/packageInfo.d.ts +0 -0
  137. /package/{build → cjs}/registry/index.d.ts +0 -0
@@ -1,13 +1,12 @@
1
- import '@polkadot/types/lookup';
1
+ import '@pezkuwi/types/lookup';
2
2
  import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec';
3
3
  import type { ITuple } from '@pezkuwi/types-codec/types';
4
- import type { EthereumAddress } from '@pezkuwi/types/interfaces/eth';
5
4
  import type { AccountId32, H256, MultiAddress, PerU16, Perbill, Percent } from '@pezkuwi/types/interfaces/runtime';
6
- declare module '@polkadot/types/lookup' {
7
- /** @name AssetHubPolkadotRuntimeRuntimeTask (32) */
8
- type AssetHubPolkadotRuntimeRuntimeTask = Null;
9
- /** @name CumulusPalletParachainSystemEvent (33) */
10
- interface CumulusPalletParachainSystemEvent extends Enum {
5
+ declare module '@pezkuwi/types/lookup' {
6
+ /** @name AssetHubPezkuwiRuntimeRuntimeTask (32) */
7
+ type AssetHubPezkuwiRuntimeRuntimeTask = Null;
8
+ /** @name PezcumulusPezpalletTeyrchainSystemEvent (33) */
9
+ interface PezcumulusPezpalletTeyrchainSystemEvent extends Enum {
11
10
  readonly isValidationFunctionStored: boolean;
12
11
  readonly isValidationFunctionApplied: boolean;
13
12
  readonly asValidationFunctionApplied: {
@@ -20,7 +19,7 @@ declare module '@polkadot/types/lookup' {
20
19
  } & Struct;
21
20
  readonly isDownwardMessagesProcessed: boolean;
22
21
  readonly asDownwardMessagesProcessed: {
23
- readonly weightUsed: SpWeightsWeightV2Weight;
22
+ readonly weightUsed: PezspWeightsWeightV2Weight;
24
23
  readonly dmqHead: H256;
25
24
  } & Struct;
26
25
  readonly isUpwardMessageSent: boolean;
@@ -29,18 +28,18 @@ declare module '@polkadot/types/lookup' {
29
28
  } & Struct;
30
29
  readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed' | 'UpwardMessageSent';
31
30
  }
32
- /** @name AssetHubPolkadotRuntimeRuntimeParametersKey (41) */
33
- interface AssetHubPolkadotRuntimeRuntimeParametersKey extends Enum {
31
+ /** @name AssetHubPezkuwiRuntimeRuntimeParametersKey (41) */
32
+ interface AssetHubPezkuwiRuntimeRuntimeParametersKey extends Enum {
34
33
  readonly isStakingElection: boolean;
35
- readonly asStakingElection: AssetHubPolkadotRuntimeDynamicParamsStakingElectionParametersKey;
34
+ readonly asStakingElection: AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParametersKey;
36
35
  readonly isScheduler: boolean;
37
- readonly asScheduler: AssetHubPolkadotRuntimeDynamicParamsSchedulerParametersKey;
36
+ readonly asScheduler: AssetHubPezkuwiRuntimeDynamicParamsSchedulerParametersKey;
38
37
  readonly isMessageQueue: boolean;
39
- readonly asMessageQueue: AssetHubPolkadotRuntimeDynamicParamsMessageQueueParametersKey;
38
+ readonly asMessageQueue: AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParametersKey;
40
39
  readonly type: 'StakingElection' | 'Scheduler' | 'MessageQueue';
41
40
  }
42
- /** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionParametersKey (42) */
43
- interface AssetHubPolkadotRuntimeDynamicParamsStakingElectionParametersKey extends Enum {
41
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParametersKey (42) */
42
+ interface AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParametersKey extends Enum {
44
43
  readonly isSignedPhase: boolean;
45
44
  readonly isMaxSignedSubmissions: boolean;
46
45
  readonly isUnsignedPhase: boolean;
@@ -50,52 +49,52 @@ declare module '@polkadot/types/lookup' {
50
49
  readonly isMaxEraDuration: boolean;
51
50
  readonly type: 'SignedPhase' | 'MaxSignedSubmissions' | 'UnsignedPhase' | 'MinerPages' | 'MaxElectingVoters' | 'TargetSnapshotPerBlock' | 'MaxEraDuration';
52
51
  }
53
- /** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionSignedPhase (43) */
54
- type AssetHubPolkadotRuntimeDynamicParamsStakingElectionSignedPhase = Null;
55
- /** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxSignedSubmissions (44) */
56
- type AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxSignedSubmissions = Null;
57
- /** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionUnsignedPhase (45) */
58
- type AssetHubPolkadotRuntimeDynamicParamsStakingElectionUnsignedPhase = Null;
59
- /** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionMinerPages (46) */
60
- type AssetHubPolkadotRuntimeDynamicParamsStakingElectionMinerPages = Null;
61
- /** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxElectingVoters (47) */
62
- type AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxElectingVoters = Null;
63
- /** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock (48) */
64
- type AssetHubPolkadotRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock = Null;
65
- /** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxEraDuration (49) */
66
- type AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxEraDuration = Null;
67
- /** @name AssetHubPolkadotRuntimeDynamicParamsSchedulerParametersKey (50) */
68
- interface AssetHubPolkadotRuntimeDynamicParamsSchedulerParametersKey extends Enum {
52
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsStakingElectionSignedPhase (43) */
53
+ type AssetHubPezkuwiRuntimeDynamicParamsStakingElectionSignedPhase = Null;
54
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxSignedSubmissions (44) */
55
+ type AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxSignedSubmissions = Null;
56
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsStakingElectionUnsignedPhase (45) */
57
+ type AssetHubPezkuwiRuntimeDynamicParamsStakingElectionUnsignedPhase = Null;
58
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMinerPages (46) */
59
+ type AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMinerPages = Null;
60
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxElectingVoters (47) */
61
+ type AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxElectingVoters = Null;
62
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock (48) */
63
+ type AssetHubPezkuwiRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock = Null;
64
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxEraDuration (49) */
65
+ type AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxEraDuration = Null;
66
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsSchedulerParametersKey (50) */
67
+ interface AssetHubPezkuwiRuntimeDynamicParamsSchedulerParametersKey extends Enum {
69
68
  readonly isMaxScheduledPerBlock: boolean;
70
69
  readonly isMaximumWeight: boolean;
71
70
  readonly type: 'MaxScheduledPerBlock' | 'MaximumWeight';
72
71
  }
73
- /** @name AssetHubPolkadotRuntimeDynamicParamsSchedulerMaxScheduledPerBlock (51) */
74
- type AssetHubPolkadotRuntimeDynamicParamsSchedulerMaxScheduledPerBlock = Null;
75
- /** @name AssetHubPolkadotRuntimeDynamicParamsSchedulerMaximumWeight (52) */
76
- type AssetHubPolkadotRuntimeDynamicParamsSchedulerMaximumWeight = Null;
77
- /** @name AssetHubPolkadotRuntimeDynamicParamsMessageQueueParametersKey (53) */
78
- interface AssetHubPolkadotRuntimeDynamicParamsMessageQueueParametersKey extends Enum {
72
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsSchedulerMaxScheduledPerBlock (51) */
73
+ type AssetHubPezkuwiRuntimeDynamicParamsSchedulerMaxScheduledPerBlock = Null;
74
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsSchedulerMaximumWeight (52) */
75
+ type AssetHubPezkuwiRuntimeDynamicParamsSchedulerMaximumWeight = Null;
76
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParametersKey (53) */
77
+ interface AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParametersKey extends Enum {
79
78
  readonly isMaxOnInitWeight: boolean;
80
79
  readonly isMaxOnIdleWeight: boolean;
81
80
  readonly type: 'MaxOnInitWeight' | 'MaxOnIdleWeight';
82
81
  }
83
- /** @name AssetHubPolkadotRuntimeDynamicParamsMessageQueueMaxOnInitWeight (54) */
84
- type AssetHubPolkadotRuntimeDynamicParamsMessageQueueMaxOnInitWeight = Null;
85
- /** @name AssetHubPolkadotRuntimeDynamicParamsMessageQueueMaxOnIdleWeight (55) */
86
- type AssetHubPolkadotRuntimeDynamicParamsMessageQueueMaxOnIdleWeight = Null;
87
- /** @name AssetHubPolkadotRuntimeRuntimeParametersValue (57) */
88
- interface AssetHubPolkadotRuntimeRuntimeParametersValue extends Enum {
82
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsMessageQueueMaxOnInitWeight (54) */
83
+ type AssetHubPezkuwiRuntimeDynamicParamsMessageQueueMaxOnInitWeight = Null;
84
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsMessageQueueMaxOnIdleWeight (55) */
85
+ type AssetHubPezkuwiRuntimeDynamicParamsMessageQueueMaxOnIdleWeight = Null;
86
+ /** @name AssetHubPezkuwiRuntimeRuntimeParametersValue (57) */
87
+ interface AssetHubPezkuwiRuntimeRuntimeParametersValue extends Enum {
89
88
  readonly isStakingElection: boolean;
90
- readonly asStakingElection: AssetHubPolkadotRuntimeDynamicParamsStakingElectionParametersValue;
89
+ readonly asStakingElection: AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParametersValue;
91
90
  readonly isScheduler: boolean;
92
- readonly asScheduler: AssetHubPolkadotRuntimeDynamicParamsSchedulerParametersValue;
91
+ readonly asScheduler: AssetHubPezkuwiRuntimeDynamicParamsSchedulerParametersValue;
93
92
  readonly isMessageQueue: boolean;
94
- readonly asMessageQueue: AssetHubPolkadotRuntimeDynamicParamsMessageQueueParametersValue;
93
+ readonly asMessageQueue: AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParametersValue;
95
94
  readonly type: 'StakingElection' | 'Scheduler' | 'MessageQueue';
96
95
  }
97
- /** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionParametersValue (58) */
98
- interface AssetHubPolkadotRuntimeDynamicParamsStakingElectionParametersValue extends Enum {
96
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParametersValue (58) */
97
+ interface AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParametersValue extends Enum {
99
98
  readonly isSignedPhase: boolean;
100
99
  readonly asSignedPhase: u32;
101
100
  readonly isMaxSignedSubmissions: boolean;
@@ -112,24 +111,24 @@ declare module '@polkadot/types/lookup' {
112
111
  readonly asMaxEraDuration: u64;
113
112
  readonly type: 'SignedPhase' | 'MaxSignedSubmissions' | 'UnsignedPhase' | 'MinerPages' | 'MaxElectingVoters' | 'TargetSnapshotPerBlock' | 'MaxEraDuration';
114
113
  }
115
- /** @name AssetHubPolkadotRuntimeDynamicParamsSchedulerParametersValue (59) */
116
- interface AssetHubPolkadotRuntimeDynamicParamsSchedulerParametersValue extends Enum {
114
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsSchedulerParametersValue (59) */
115
+ interface AssetHubPezkuwiRuntimeDynamicParamsSchedulerParametersValue extends Enum {
117
116
  readonly isMaxScheduledPerBlock: boolean;
118
117
  readonly asMaxScheduledPerBlock: u32;
119
118
  readonly isMaximumWeight: boolean;
120
- readonly asMaximumWeight: SpWeightsWeightV2Weight;
119
+ readonly asMaximumWeight: PezspWeightsWeightV2Weight;
121
120
  readonly type: 'MaxScheduledPerBlock' | 'MaximumWeight';
122
121
  }
123
- /** @name AssetHubPolkadotRuntimeDynamicParamsMessageQueueParametersValue (60) */
124
- interface AssetHubPolkadotRuntimeDynamicParamsMessageQueueParametersValue extends Enum {
122
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParametersValue (60) */
123
+ interface AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParametersValue extends Enum {
125
124
  readonly isMaxOnInitWeight: boolean;
126
- readonly asMaxOnInitWeight: Option<SpWeightsWeightV2Weight>;
125
+ readonly asMaxOnInitWeight: Option<PezspWeightsWeightV2Weight>;
127
126
  readonly isMaxOnIdleWeight: boolean;
128
- readonly asMaxOnIdleWeight: Option<SpWeightsWeightV2Weight>;
127
+ readonly asMaxOnIdleWeight: Option<PezspWeightsWeightV2Weight>;
129
128
  readonly type: 'MaxOnInitWeight' | 'MaxOnIdleWeight';
130
129
  }
131
- /** @name PalletCollatorSelectionEvent (88) */
132
- interface PalletCollatorSelectionEvent extends Enum {
130
+ /** @name PezpalletCollatorSelectionEvent (88) */
131
+ interface PezpalletCollatorSelectionEvent extends Enum {
133
132
  readonly isNewInvulnerables: boolean;
134
133
  readonly asNewInvulnerables: {
135
134
  readonly invulnerables: Vec<AccountId32>;
@@ -176,16 +175,16 @@ declare module '@polkadot/types/lookup' {
176
175
  } & Struct;
177
176
  readonly type: 'NewInvulnerables' | 'InvulnerableAdded' | 'InvulnerableRemoved' | 'NewDesiredCandidates' | 'NewCandidacyBond' | 'CandidateAdded' | 'CandidateBondUpdated' | 'CandidateRemoved' | 'CandidateReplaced' | 'InvalidInvulnerableSkipped';
178
177
  }
179
- /** @name CumulusPalletXcmpQueueEvent (91) */
180
- interface CumulusPalletXcmpQueueEvent extends Enum {
178
+ /** @name PezcumulusPezpalletXcmpQueueEvent (91) */
179
+ interface PezcumulusPezpalletXcmpQueueEvent extends Enum {
181
180
  readonly isXcmpMessageSent: boolean;
182
181
  readonly asXcmpMessageSent: {
183
182
  readonly messageHash: U8aFixed;
184
183
  } & Struct;
185
184
  readonly type: 'XcmpMessageSent';
186
185
  }
187
- /** @name CumulusPalletXcmEvent (166) */
188
- interface CumulusPalletXcmEvent extends Enum {
186
+ /** @name PezcumulusPezpalletXcmEvent (166) */
187
+ interface PezcumulusPezpalletXcmEvent extends Enum {
189
188
  readonly isInvalidFormat: boolean;
190
189
  readonly asInvalidFormat: U8aFixed;
191
190
  readonly isUnsupportedVersion: boolean;
@@ -194,8 +193,8 @@ declare module '@polkadot/types/lookup' {
194
193
  readonly asExecutedDownward: ITuple<[U8aFixed, StagingXcmV5TraitsOutcome]>;
195
194
  readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';
196
195
  }
197
- /** @name PalletXcmBridgeHubRouterEvent (167) */
198
- interface PalletXcmBridgeHubRouterEvent extends Enum {
196
+ /** @name PezpalletXcmBridgeHubRouterEvent (167) */
197
+ interface PezpalletXcmBridgeHubRouterEvent extends Enum {
199
198
  readonly isDeliveryFeeFactorDecreased: boolean;
200
199
  readonly asDeliveryFeeFactorDecreased: {
201
200
  readonly newValue: u128;
@@ -206,16 +205,16 @@ declare module '@polkadot/types/lookup' {
206
205
  } & Struct;
207
206
  readonly type: 'DeliveryFeeFactorDecreased' | 'DeliveryFeeFactorIncreased';
208
207
  }
209
- /** @name CumulusPrimitivesCoreAggregateMessageOrigin (170) */
210
- interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum {
208
+ /** @name PezcumulusPrimitivesCoreAggregateMessageOrigin (170) */
209
+ interface PezcumulusPrimitivesCoreAggregateMessageOrigin extends Enum {
211
210
  readonly isHere: boolean;
212
211
  readonly isParent: boolean;
213
212
  readonly isSibling: boolean;
214
213
  readonly asSibling: u32;
215
214
  readonly type: 'Here' | 'Parent' | 'Sibling';
216
215
  }
217
- /** @name SnowbridgePalletSystemFrontendEvent (173) */
218
- interface SnowbridgePalletSystemFrontendEvent extends Enum {
216
+ /** @name SnowbridgePezpalletSystemFrontendEvent (173) */
217
+ interface SnowbridgePezpalletSystemFrontendEvent extends Enum {
219
218
  readonly isMessageSent: boolean;
220
219
  readonly asMessageSent: {
221
220
  readonly origin: StagingXcmV5Location;
@@ -235,8 +234,8 @@ declare module '@polkadot/types/lookup' {
235
234
  readonly isHalted: boolean;
236
235
  readonly type: 'Normal' | 'Halted';
237
236
  }
238
- /** @name AssetHubPolkadotRuntimeProxyType (179) */
239
- interface AssetHubPolkadotRuntimeProxyType extends Enum {
237
+ /** @name AssetHubPezkuwiRuntimeProxyType (179) */
238
+ interface AssetHubPezkuwiRuntimeProxyType extends Enum {
240
239
  readonly isAny: boolean;
241
240
  readonly isNonTransfer: boolean;
242
241
  readonly isCancelProxy: boolean;
@@ -251,8 +250,8 @@ declare module '@polkadot/types/lookup' {
251
250
  readonly isParaRegistration: boolean;
252
251
  readonly type: 'Any' | 'NonTransfer' | 'CancelProxy' | 'Assets' | 'AssetOwner' | 'AssetManager' | 'Collator' | 'Governance' | 'Staking' | 'NominationPools' | 'Auction' | 'ParaRegistration';
253
252
  }
254
- /** @name ParachainsCommonPayVersionedLocatableAccount (207) */
255
- interface ParachainsCommonPayVersionedLocatableAccount extends Enum {
253
+ /** @name TeyrchainsCommonPayVersionedLocatableAccount (207) */
254
+ interface TeyrchainsCommonPayVersionedLocatableAccount extends Enum {
256
255
  readonly isV4: boolean;
257
256
  readonly asV4: {
258
257
  readonly location: StagingXcmV4Location;
@@ -265,12 +264,12 @@ declare module '@polkadot/types/lookup' {
265
264
  } & Struct;
266
265
  readonly type: 'V4' | 'V5';
267
266
  }
268
- /** @name CumulusPalletParachainSystemCall (218) */
269
- interface CumulusPalletParachainSystemCall extends Enum {
267
+ /** @name PezcumulusPezpalletTeyrchainSystemCall (218) */
268
+ interface PezcumulusPezpalletTeyrchainSystemCall extends Enum {
270
269
  readonly isSetValidationData: boolean;
271
270
  readonly asSetValidationData: {
272
- readonly data: CumulusPalletParachainSystemParachainInherentBasicParachainInherentData;
273
- readonly inboundMessagesData: CumulusPalletParachainSystemParachainInherentInboundMessagesData;
271
+ readonly data: PezcumulusPezpalletTeyrchainSystemTeyrchainInherentBasicTeyrchainInherentData;
272
+ readonly inboundMessagesData: PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessagesData;
274
273
  } & Struct;
275
274
  readonly isSudoSendUpwardMessage: boolean;
276
275
  readonly asSudoSendUpwardMessage: {
@@ -278,83 +277,83 @@ declare module '@polkadot/types/lookup' {
278
277
  } & Struct;
279
278
  readonly type: 'SetValidationData' | 'SudoSendUpwardMessage';
280
279
  }
281
- /** @name CumulusPalletParachainSystemParachainInherentBasicParachainInherentData (219) */
282
- interface CumulusPalletParachainSystemParachainInherentBasicParachainInherentData extends Struct {
283
- readonly validationData: PolkadotPrimitivesV8PersistedValidationData;
284
- readonly relayChainState: SpTrieStorageProof;
285
- readonly relayParentDescendants: Vec<SpRuntimeHeader>;
280
+ /** @name PezcumulusPezpalletTeyrchainSystemTeyrchainInherentBasicTeyrchainInherentData (219) */
281
+ interface PezcumulusPezpalletTeyrchainSystemTeyrchainInherentBasicTeyrchainInherentData extends Struct {
282
+ readonly validationData: PezkuwiPrimitivesV8PersistedValidationData;
283
+ readonly relayChainState: PezspTrieStorageProof;
284
+ readonly relayParentDescendants: Vec<PezspRuntimeHeader>;
286
285
  readonly collatorPeerId: Option<Bytes>;
287
286
  }
288
- /** @name SpTrieStorageProof (222) */
289
- interface SpTrieStorageProof extends Struct {
287
+ /** @name PezspTrieStorageProof (222) */
288
+ interface PezspTrieStorageProof extends Struct {
290
289
  readonly trieNodes: BTreeSet<Bytes>;
291
290
  }
292
- /** @name CumulusPalletParachainSystemParachainInherentInboundMessagesData (227) */
293
- interface CumulusPalletParachainSystemParachainInherentInboundMessagesData extends Struct {
291
+ /** @name PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessagesData (227) */
292
+ interface PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessagesData extends Struct {
294
293
  readonly downwardMessages: {
295
- readonly fullMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;
296
- readonly hashedMessages: Vec<CumulusPrimitivesParachainInherentHashedMessage>;
294
+ readonly fullMessages: Vec<PezkuwiCorePrimitivesInboundDownwardMessage>;
295
+ readonly hashedMessages: Vec<PezcumulusPrimitivesTeyrchainInherentHashedMessage>;
297
296
  } & Struct;
298
- readonly horizontalMessages: CumulusPalletParachainSystemParachainInherentAbridgedInboundMessagesCollection;
297
+ readonly horizontalMessages: PezcumulusPezpalletTeyrchainSystemTeyrchainInherentAbridgedInboundMessagesCollection;
299
298
  }
300
- /** @name CumulusPrimitivesParachainInherentHashedMessage (232) */
301
- interface CumulusPrimitivesParachainInherentHashedMessage extends Struct {
299
+ /** @name PezcumulusPrimitivesTeyrchainInherentHashedMessage (232) */
300
+ interface PezcumulusPrimitivesTeyrchainInherentHashedMessage extends Struct {
302
301
  readonly sentAt: u32;
303
302
  readonly msgHash: H256;
304
303
  }
305
- /** @name CumulusPalletParachainSystemParachainInherentAbridgedInboundMessagesCollection (233) */
306
- interface CumulusPalletParachainSystemParachainInherentAbridgedInboundMessagesCollection extends Struct {
307
- readonly fullMessages: Vec<ITuple<[u32, PolkadotCorePrimitivesInboundHrmpMessage]>>;
308
- readonly hashedMessages: Vec<ITuple<[u32, CumulusPrimitivesParachainInherentHashedMessage]>>;
304
+ /** @name PezcumulusPezpalletTeyrchainSystemTeyrchainInherentAbridgedInboundMessagesCollection (233) */
305
+ interface PezcumulusPezpalletTeyrchainSystemTeyrchainInherentAbridgedInboundMessagesCollection extends Struct {
306
+ readonly fullMessages: Vec<ITuple<[u32, PezkuwiCorePrimitivesInboundHrmpMessage]>>;
307
+ readonly hashedMessages: Vec<ITuple<[u32, PezcumulusPrimitivesTeyrchainInherentHashedMessage]>>;
309
308
  }
310
- /** @name StagingParachainInfoCall (240) */
311
- type StagingParachainInfoCall = Null;
312
- /** @name AssetHubPolkadotRuntimeRuntimeParameters (246) */
313
- interface AssetHubPolkadotRuntimeRuntimeParameters extends Enum {
309
+ /** @name StagingTeyrchainInfoCall (240) */
310
+ type StagingTeyrchainInfoCall = Null;
311
+ /** @name AssetHubPezkuwiRuntimeRuntimeParameters (246) */
312
+ interface AssetHubPezkuwiRuntimeRuntimeParameters extends Enum {
314
313
  readonly isStakingElection: boolean;
315
- readonly asStakingElection: AssetHubPolkadotRuntimeDynamicParamsStakingElectionParameters;
314
+ readonly asStakingElection: AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParameters;
316
315
  readonly isScheduler: boolean;
317
- readonly asScheduler: AssetHubPolkadotRuntimeDynamicParamsSchedulerParameters;
316
+ readonly asScheduler: AssetHubPezkuwiRuntimeDynamicParamsSchedulerParameters;
318
317
  readonly isMessageQueue: boolean;
319
- readonly asMessageQueue: AssetHubPolkadotRuntimeDynamicParamsMessageQueueParameters;
318
+ readonly asMessageQueue: AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParameters;
320
319
  readonly type: 'StakingElection' | 'Scheduler' | 'MessageQueue';
321
320
  }
322
- /** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionParameters (247) */
323
- interface AssetHubPolkadotRuntimeDynamicParamsStakingElectionParameters extends Enum {
321
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParameters (247) */
322
+ interface AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParameters extends Enum {
324
323
  readonly isSignedPhase: boolean;
325
- readonly asSignedPhase: ITuple<[AssetHubPolkadotRuntimeDynamicParamsStakingElectionSignedPhase, Option<u32>]>;
324
+ readonly asSignedPhase: ITuple<[AssetHubPezkuwiRuntimeDynamicParamsStakingElectionSignedPhase, Option<u32>]>;
326
325
  readonly isMaxSignedSubmissions: boolean;
327
- readonly asMaxSignedSubmissions: ITuple<[AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxSignedSubmissions, Option<u32>]>;
326
+ readonly asMaxSignedSubmissions: ITuple<[AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxSignedSubmissions, Option<u32>]>;
328
327
  readonly isUnsignedPhase: boolean;
329
- readonly asUnsignedPhase: ITuple<[AssetHubPolkadotRuntimeDynamicParamsStakingElectionUnsignedPhase, Option<u32>]>;
328
+ readonly asUnsignedPhase: ITuple<[AssetHubPezkuwiRuntimeDynamicParamsStakingElectionUnsignedPhase, Option<u32>]>;
330
329
  readonly isMinerPages: boolean;
331
- readonly asMinerPages: ITuple<[AssetHubPolkadotRuntimeDynamicParamsStakingElectionMinerPages, Option<u32>]>;
330
+ readonly asMinerPages: ITuple<[AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMinerPages, Option<u32>]>;
332
331
  readonly isMaxElectingVoters: boolean;
333
- readonly asMaxElectingVoters: ITuple<[AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxElectingVoters, Option<u32>]>;
332
+ readonly asMaxElectingVoters: ITuple<[AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxElectingVoters, Option<u32>]>;
334
333
  readonly isTargetSnapshotPerBlock: boolean;
335
- readonly asTargetSnapshotPerBlock: ITuple<[AssetHubPolkadotRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock, Option<u32>]>;
334
+ readonly asTargetSnapshotPerBlock: ITuple<[AssetHubPezkuwiRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock, Option<u32>]>;
336
335
  readonly isMaxEraDuration: boolean;
337
- readonly asMaxEraDuration: ITuple<[AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxEraDuration, Option<u64>]>;
336
+ readonly asMaxEraDuration: ITuple<[AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxEraDuration, Option<u64>]>;
338
337
  readonly type: 'SignedPhase' | 'MaxSignedSubmissions' | 'UnsignedPhase' | 'MinerPages' | 'MaxElectingVoters' | 'TargetSnapshotPerBlock' | 'MaxEraDuration';
339
338
  }
340
- /** @name AssetHubPolkadotRuntimeDynamicParamsSchedulerParameters (248) */
341
- interface AssetHubPolkadotRuntimeDynamicParamsSchedulerParameters extends Enum {
339
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsSchedulerParameters (248) */
340
+ interface AssetHubPezkuwiRuntimeDynamicParamsSchedulerParameters extends Enum {
342
341
  readonly isMaxScheduledPerBlock: boolean;
343
- readonly asMaxScheduledPerBlock: ITuple<[AssetHubPolkadotRuntimeDynamicParamsSchedulerMaxScheduledPerBlock, Option<u32>]>;
342
+ readonly asMaxScheduledPerBlock: ITuple<[AssetHubPezkuwiRuntimeDynamicParamsSchedulerMaxScheduledPerBlock, Option<u32>]>;
344
343
  readonly isMaximumWeight: boolean;
345
- readonly asMaximumWeight: ITuple<[AssetHubPolkadotRuntimeDynamicParamsSchedulerMaximumWeight, Option<SpWeightsWeightV2Weight>]>;
344
+ readonly asMaximumWeight: ITuple<[AssetHubPezkuwiRuntimeDynamicParamsSchedulerMaximumWeight, Option<PezspWeightsWeightV2Weight>]>;
346
345
  readonly type: 'MaxScheduledPerBlock' | 'MaximumWeight';
347
346
  }
348
- /** @name AssetHubPolkadotRuntimeDynamicParamsMessageQueueParameters (249) */
349
- interface AssetHubPolkadotRuntimeDynamicParamsMessageQueueParameters extends Enum {
347
+ /** @name AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParameters (249) */
348
+ interface AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParameters extends Enum {
350
349
  readonly isMaxOnInitWeight: boolean;
351
- readonly asMaxOnInitWeight: ITuple<[AssetHubPolkadotRuntimeDynamicParamsMessageQueueMaxOnInitWeight, Option<Option<SpWeightsWeightV2Weight>>]>;
350
+ readonly asMaxOnInitWeight: ITuple<[AssetHubPezkuwiRuntimeDynamicParamsMessageQueueMaxOnInitWeight, Option<Option<PezspWeightsWeightV2Weight>>]>;
352
351
  readonly isMaxOnIdleWeight: boolean;
353
- readonly asMaxOnIdleWeight: ITuple<[AssetHubPolkadotRuntimeDynamicParamsMessageQueueMaxOnIdleWeight, Option<Option<SpWeightsWeightV2Weight>>]>;
352
+ readonly asMaxOnIdleWeight: ITuple<[AssetHubPezkuwiRuntimeDynamicParamsMessageQueueMaxOnIdleWeight, Option<Option<PezspWeightsWeightV2Weight>>]>;
354
353
  readonly type: 'MaxOnInitWeight' | 'MaxOnIdleWeight';
355
354
  }
356
- /** @name PalletCollatorSelectionCall (264) */
357
- interface PalletCollatorSelectionCall extends Enum {
355
+ /** @name PezpalletCollatorSelectionCall (264) */
356
+ interface PezpalletCollatorSelectionCall extends Enum {
358
357
  readonly isSetInvulnerables: boolean;
359
358
  readonly asSetInvulnerables: {
360
359
  readonly new_: Vec<AccountId32>;
@@ -388,15 +387,15 @@ declare module '@polkadot/types/lookup' {
388
387
  } & Struct;
389
388
  readonly type: 'SetInvulnerables' | 'SetDesiredCandidates' | 'SetCandidacyBond' | 'RegisterAsCandidate' | 'LeaveIntent' | 'AddInvulnerable' | 'RemoveInvulnerable' | 'UpdateBond' | 'TakeCandidateSlot';
390
389
  }
391
- /** @name AssetHubPolkadotRuntimeSessionKeys (266) */
392
- interface AssetHubPolkadotRuntimeSessionKeys extends Struct {
393
- readonly aura: SpConsensusAuraEd25519AppEd25519Public;
390
+ /** @name AssetHubPezkuwiRuntimeSessionKeys (266) */
391
+ interface AssetHubPezkuwiRuntimeSessionKeys extends Struct {
392
+ readonly aura: PezspConsensusAuraEd25519AppEd25519Public;
394
393
  }
395
- /** @name SpConsensusAuraEd25519AppEd25519Public (267) */
396
- interface SpConsensusAuraEd25519AppEd25519Public extends U8aFixed {
394
+ /** @name PezspConsensusAuraEd25519AppEd25519Public (267) */
395
+ interface PezspConsensusAuraEd25519AppEd25519Public extends U8aFixed {
397
396
  }
398
- /** @name CumulusPalletXcmpQueueCall (268) */
399
- interface CumulusPalletXcmpQueueCall extends Enum {
397
+ /** @name PezcumulusPezpalletXcmpQueueCall (268) */
398
+ interface PezcumulusPezpalletXcmpQueueCall extends Enum {
400
399
  readonly isSuspendXcmExecution: boolean;
401
400
  readonly isResumeXcmExecution: boolean;
402
401
  readonly isUpdateSuspendThreshold: boolean;
@@ -413,10 +412,10 @@ declare module '@polkadot/types/lookup' {
413
412
  } & Struct;
414
413
  readonly type: 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold';
415
414
  }
416
- /** @name CumulusPalletXcmCall (313) */
417
- type CumulusPalletXcmCall = Null;
418
- /** @name PalletXcmBridgeHubRouterCall (314) */
419
- interface PalletXcmBridgeHubRouterCall extends Enum {
415
+ /** @name PezcumulusPezpalletXcmCall (313) */
416
+ type PezcumulusPezpalletXcmCall = Null;
417
+ /** @name PezpalletXcmBridgeHubRouterCall (314) */
418
+ interface PezpalletXcmBridgeHubRouterCall extends Enum {
420
419
  readonly isReportBridgeStatus: boolean;
421
420
  readonly asReportBridgeStatus: {
422
421
  readonly bridgeId: H256;
@@ -424,8 +423,8 @@ declare module '@polkadot/types/lookup' {
424
423
  } & Struct;
425
424
  readonly type: 'ReportBridgeStatus';
426
425
  }
427
- /** @name SnowbridgePalletSystemFrontendCall (316) */
428
- interface SnowbridgePalletSystemFrontendCall extends Enum {
426
+ /** @name SnowbridgePezpalletSystemFrontendCall (316) */
427
+ interface SnowbridgePezpalletSystemFrontendCall extends Enum {
429
428
  readonly isSetOperatingMode: boolean;
430
429
  readonly asSetOperatingMode: {
431
430
  readonly mode: SnowbridgeCoreOperatingModeBasicOperatingMode;
@@ -457,27 +456,27 @@ declare module '@polkadot/types/lookup' {
457
456
  readonly asOutbound: u64;
458
457
  readonly type: 'Inbound' | 'Outbound';
459
458
  }
460
- /** @name AssetHubPolkadotRuntimeOriginCaller (321) */
461
- interface AssetHubPolkadotRuntimeOriginCaller extends Enum {
459
+ /** @name AssetHubPezkuwiRuntimeOriginCaller (321) */
460
+ interface AssetHubPezkuwiRuntimeOriginCaller extends Enum {
462
461
  readonly isSystem: boolean;
463
- readonly asSystem: FrameSupportDispatchRawOrigin;
462
+ readonly asSystem: PezframeSupportDispatchRawOrigin;
464
463
  readonly isPolkadotXcm: boolean;
465
- readonly asPolkadotXcm: PalletXcmOrigin;
464
+ readonly asPolkadotXcm: PezpalletXcmOrigin;
466
465
  readonly isCumulusXcm: boolean;
467
- readonly asCumulusXcm: CumulusPalletXcmOrigin;
466
+ readonly asCumulusXcm: PezcumulusPezpalletXcmOrigin;
468
467
  readonly isOrigins: boolean;
469
- readonly asOrigins: AssetHubPolkadotRuntimeGovernanceOriginsPalletCustomOriginsOrigin;
468
+ readonly asOrigins: AssetHubPezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin;
470
469
  readonly type: 'System' | 'PolkadotXcm' | 'CumulusXcm' | 'Origins';
471
470
  }
472
- /** @name CumulusPalletXcmOrigin (324) */
473
- interface CumulusPalletXcmOrigin extends Enum {
471
+ /** @name PezcumulusPezpalletXcmOrigin (324) */
472
+ interface PezcumulusPezpalletXcmOrigin extends Enum {
474
473
  readonly isRelay: boolean;
475
474
  readonly isSiblingParachain: boolean;
476
475
  readonly asSiblingParachain: u32;
477
476
  readonly type: 'Relay' | 'SiblingParachain';
478
477
  }
479
- /** @name AssetHubPolkadotRuntimeGovernanceOriginsPalletCustomOriginsOrigin (325) */
480
- interface AssetHubPolkadotRuntimeGovernanceOriginsPalletCustomOriginsOrigin extends Enum {
478
+ /** @name AssetHubPezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin (325) */
479
+ interface AssetHubPezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin extends Enum {
481
480
  readonly isStakingAdmin: boolean;
482
481
  readonly isTreasurer: boolean;
483
482
  readonly isFellowshipAdmin: boolean;
@@ -495,40 +494,40 @@ declare module '@polkadot/types/lookup' {
495
494
  readonly isWishForChange: boolean;
496
495
  readonly type: 'StakingAdmin' | 'Treasurer' | 'FellowshipAdmin' | 'GeneralAdmin' | 'AuctionAdmin' | 'LeaseAdmin' | 'ReferendumCanceller' | 'ReferendumKiller' | 'SmallTipper' | 'BigTipper' | 'SmallSpender' | 'MediumSpender' | 'BigSpender' | 'WhitelistedCaller' | 'WishForChange';
497
496
  }
498
- /** @name PalletStakingAsyncRcClientCall (392) */
499
- interface PalletStakingAsyncRcClientCall extends Enum {
497
+ /** @name PezpalletStakingAsyncRcClientCall (392) */
498
+ interface PezpalletStakingAsyncRcClientCall extends Enum {
500
499
  readonly isRelaySessionReport: boolean;
501
500
  readonly asRelaySessionReport: {
502
- readonly report: PalletStakingAsyncRcClientSessionReport;
501
+ readonly report: PezpalletStakingAsyncRcClientSessionReport;
503
502
  } & Struct;
504
503
  readonly isRelayNewOffencePaged: boolean;
505
504
  readonly asRelayNewOffencePaged: {
506
- readonly offences: Vec<ITuple<[u32, PalletStakingAsyncRcClientOffence]>>;
505
+ readonly offences: Vec<ITuple<[u32, PezpalletStakingAsyncRcClientOffence]>>;
507
506
  } & Struct;
508
507
  readonly type: 'RelaySessionReport' | 'RelayNewOffencePaged';
509
508
  }
510
- /** @name PalletElectionProviderMultiBlockCall (401) */
511
- interface PalletElectionProviderMultiBlockCall extends Enum {
509
+ /** @name PezpalletElectionProviderMultiBlockCall (401) */
510
+ interface PezpalletElectionProviderMultiBlockCall extends Enum {
512
511
  readonly isManage: boolean;
513
512
  readonly asManage: {
514
- readonly op: PalletElectionProviderMultiBlockAdminOperation;
513
+ readonly op: PezpalletElectionProviderMultiBlockAdminOperation;
515
514
  } & Struct;
516
515
  readonly type: 'Manage';
517
516
  }
518
- /** @name PalletElectionProviderMultiBlockAdminOperation (402) */
519
- interface PalletElectionProviderMultiBlockAdminOperation extends Enum {
517
+ /** @name PezpalletElectionProviderMultiBlockAdminOperation (402) */
518
+ interface PezpalletElectionProviderMultiBlockAdminOperation extends Enum {
520
519
  readonly isForceRotateRound: boolean;
521
520
  readonly isForceSetPhase: boolean;
522
- readonly asForceSetPhase: PalletElectionProviderMultiBlockPhase;
521
+ readonly asForceSetPhase: PezpalletElectionProviderMultiBlockPhase;
523
522
  readonly isEmergencySetSolution: boolean;
524
- readonly asEmergencySetSolution: ITuple<[FrameElectionProviderSupportBoundedSupports, SpNposElectionsElectionScore]>;
523
+ readonly asEmergencySetSolution: ITuple<[PezframeElectionProviderSupportBoundedSupports, PezspNposElectionsElectionScore]>;
525
524
  readonly isEmergencyFallback: boolean;
526
525
  readonly isSetMinUntrustedScore: boolean;
527
- readonly asSetMinUntrustedScore: SpNposElectionsElectionScore;
526
+ readonly asSetMinUntrustedScore: PezspNposElectionsElectionScore;
528
527
  readonly type: 'ForceRotateRound' | 'ForceSetPhase' | 'EmergencySetSolution' | 'EmergencyFallback' | 'SetMinUntrustedScore';
529
528
  }
530
- /** @name PalletElectionProviderMultiBlockPhase (403) */
531
- interface PalletElectionProviderMultiBlockPhase extends Enum {
529
+ /** @name PezpalletElectionProviderMultiBlockPhase (403) */
530
+ interface PezpalletElectionProviderMultiBlockPhase extends Enum {
532
531
  readonly isOff: boolean;
533
532
  readonly isSigned: boolean;
534
533
  readonly asSigned: u32;
@@ -544,24 +543,24 @@ declare module '@polkadot/types/lookup' {
544
543
  readonly isEmergency: boolean;
545
544
  readonly type: 'Off' | 'Signed' | 'SignedValidation' | 'Unsigned' | 'Snapshot' | 'Done' | 'Export' | 'Emergency';
546
545
  }
547
- /** @name PalletElectionProviderMultiBlockVerifierImplsPalletCall (413) */
548
- type PalletElectionProviderMultiBlockVerifierImplsPalletCall = Null;
549
- /** @name PalletElectionProviderMultiBlockUnsignedPalletCall (414) */
550
- interface PalletElectionProviderMultiBlockUnsignedPalletCall extends Enum {
546
+ /** @name PezpalletElectionProviderMultiBlockVerifierImplsPezpalletCall (413) */
547
+ type PezpalletElectionProviderMultiBlockVerifierImplsPezpalletCall = Null;
548
+ /** @name PezpalletElectionProviderMultiBlockUnsignedPezpalletCall (414) */
549
+ interface PezpalletElectionProviderMultiBlockUnsignedPezpalletCall extends Enum {
551
550
  readonly isSubmitUnsigned: boolean;
552
551
  readonly asSubmitUnsigned: {
553
- readonly pagedSolution: PalletElectionProviderMultiBlockPagedRawSolution;
552
+ readonly pagedSolution: PezpalletElectionProviderMultiBlockPagedRawSolution;
554
553
  } & Struct;
555
554
  readonly type: 'SubmitUnsigned';
556
555
  }
557
- /** @name PalletElectionProviderMultiBlockPagedRawSolution (415) */
558
- interface PalletElectionProviderMultiBlockPagedRawSolution extends Struct {
559
- readonly solutionPages: Vec<AssetHubPolkadotRuntimeStakingNposCompactSolution16>;
560
- readonly score: SpNposElectionsElectionScore;
556
+ /** @name PezpalletElectionProviderMultiBlockPagedRawSolution (415) */
557
+ interface PezpalletElectionProviderMultiBlockPagedRawSolution extends Struct {
558
+ readonly solutionPages: Vec<AssetHubPezkuwiRuntimeStakingNposCompactSolution16>;
559
+ readonly score: PezspNposElectionsElectionScore;
561
560
  readonly round: u32;
562
561
  }
563
- /** @name AssetHubPolkadotRuntimeStakingNposCompactSolution16 (417) */
564
- interface AssetHubPolkadotRuntimeStakingNposCompactSolution16 extends Struct {
562
+ /** @name AssetHubPezkuwiRuntimeStakingNposCompactSolution16 (417) */
563
+ interface AssetHubPezkuwiRuntimeStakingNposCompactSolution16 extends Struct {
565
564
  readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
566
565
  readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
567
566
  readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
@@ -579,16 +578,16 @@ declare module '@polkadot/types/lookup' {
579
578
  readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
580
579
  readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
581
580
  }
582
- /** @name PalletElectionProviderMultiBlockSignedPalletCall (468) */
583
- interface PalletElectionProviderMultiBlockSignedPalletCall extends Enum {
581
+ /** @name PezpalletElectionProviderMultiBlockSignedPezpalletCall (468) */
582
+ interface PezpalletElectionProviderMultiBlockSignedPezpalletCall extends Enum {
584
583
  readonly isRegister: boolean;
585
584
  readonly asRegister: {
586
- readonly claimedScore: SpNposElectionsElectionScore;
585
+ readonly claimedScore: PezspNposElectionsElectionScore;
587
586
  } & Struct;
588
587
  readonly isSubmitPage: boolean;
589
588
  readonly asSubmitPage: {
590
589
  readonly page: u32;
591
- readonly maybeSolution: Option<AssetHubPolkadotRuntimeStakingNposCompactSolution16>;
590
+ readonly maybeSolution: Option<AssetHubPezkuwiRuntimeStakingNposCompactSolution16>;
592
591
  } & Struct;
593
592
  readonly isBail: boolean;
594
593
  readonly isClearOldRoundData: boolean;
@@ -602,12 +601,12 @@ declare module '@polkadot/types/lookup' {
602
601
  } & Struct;
603
602
  readonly type: 'Register' | 'SubmitPage' | 'Bail' | 'ClearOldRoundData' | 'SetInvulnerables';
604
603
  }
605
- /** @name PalletStakingAsyncPalletCall (470) */
606
- interface PalletStakingAsyncPalletCall extends Enum {
604
+ /** @name PezpalletStakingAsyncPezpalletCall (470) */
605
+ interface PezpalletStakingAsyncPezpalletCall extends Enum {
607
606
  readonly isBond: boolean;
608
607
  readonly asBond: {
609
608
  readonly value: Compact<u128>;
610
- readonly payee: PalletStakingAsyncRewardDestination;
609
+ readonly payee: PezpalletStakingAsyncRewardDestination;
611
610
  } & Struct;
612
611
  readonly isBondExtra: boolean;
613
612
  readonly asBondExtra: {
@@ -623,7 +622,7 @@ declare module '@polkadot/types/lookup' {
623
622
  } & Struct;
624
623
  readonly isValidate: boolean;
625
624
  readonly asValidate: {
626
- readonly prefs: PalletStakingAsyncValidatorPrefs;
625
+ readonly prefs: PezpalletStakingAsyncValidatorPrefs;
627
626
  } & Struct;
628
627
  readonly isNominate: boolean;
629
628
  readonly asNominate: {
@@ -632,7 +631,7 @@ declare module '@polkadot/types/lookup' {
632
631
  readonly isChill: boolean;
633
632
  readonly isSetPayee: boolean;
634
633
  readonly asSetPayee: {
635
- readonly payee: PalletStakingAsyncRewardDestination;
634
+ readonly payee: PezpalletStakingAsyncRewardDestination;
636
635
  } & Struct;
637
636
  readonly isSetController: boolean;
638
637
  readonly isSetValidatorCount: boolean;
@@ -684,13 +683,13 @@ declare module '@polkadot/types/lookup' {
684
683
  } & Struct;
685
684
  readonly isSetStakingConfigs: boolean;
686
685
  readonly asSetStakingConfigs: {
687
- readonly minNominatorBond: PalletStakingAsyncPalletConfigOpU128;
688
- readonly minValidatorBond: PalletStakingAsyncPalletConfigOpU128;
689
- readonly maxNominatorCount: PalletStakingAsyncPalletConfigOpU32;
690
- readonly maxValidatorCount: PalletStakingAsyncPalletConfigOpU32;
691
- readonly chillThreshold: PalletStakingAsyncPalletConfigOpPercent;
692
- readonly minCommission: PalletStakingAsyncPalletConfigOpPerbill;
693
- readonly maxStakedRewards: PalletStakingAsyncPalletConfigOpPercent;
686
+ readonly minNominatorBond: PezpalletStakingAsyncPezpalletConfigOpU128;
687
+ readonly minValidatorBond: PezpalletStakingAsyncPezpalletConfigOpU128;
688
+ readonly maxNominatorCount: PezpalletStakingAsyncPezpalletConfigOpU32;
689
+ readonly maxValidatorCount: PezpalletStakingAsyncPezpalletConfigOpU32;
690
+ readonly chillThreshold: PezpalletStakingAsyncPezpalletConfigOpPercent;
691
+ readonly minCommission: PezpalletStakingAsyncPezpalletConfigOpPerbill;
692
+ readonly maxStakedRewards: PezpalletStakingAsyncPezpalletConfigOpPercent;
694
693
  } & Struct;
695
694
  readonly isChillOther: boolean;
696
695
  readonly asChillOther: {
@@ -723,7 +722,7 @@ declare module '@polkadot/types/lookup' {
723
722
  readonly stash: AccountId32;
724
723
  readonly maybeController: Option<AccountId32>;
725
724
  readonly maybeTotal: Option<u128>;
726
- readonly maybeUnlocking: Option<Vec<PalletStakingAsyncLedgerUnlockChunk>>;
725
+ readonly maybeUnlocking: Option<Vec<PezpalletStakingAsyncLedgerUnlockChunk>>;
727
726
  } & Struct;
728
727
  readonly isMigrateCurrency: boolean;
729
728
  readonly asMigrateCurrency: {
@@ -740,8 +739,8 @@ declare module '@polkadot/types/lookup' {
740
739
  } & Struct;
741
740
  readonly type: 'Bond' | 'BondExtra' | 'Unbond' | 'WithdrawUnbonded' | 'Validate' | 'Nominate' | 'Chill' | 'SetPayee' | 'SetController' | 'SetValidatorCount' | 'IncreaseValidatorCount' | 'ScaleValidatorCount' | 'ForceNoEras' | 'ForceNewEra' | 'SetInvulnerables' | 'ForceUnstake' | 'ForceNewEraAlways' | 'CancelDeferredSlash' | 'PayoutStakers' | 'Rebond' | 'ReapStash' | 'Kick' | 'SetStakingConfigs' | 'ChillOther' | 'ForceApplyMinCommission' | 'SetMinCommission' | 'PayoutStakersByPage' | 'UpdatePayee' | 'DeprecateControllerBatch' | 'RestoreLedger' | 'MigrateCurrency' | 'ApplySlash' | 'PruneEraStep';
742
741
  }
743
- /** @name PalletStakingAsyncRewardDestination (471) */
744
- interface PalletStakingAsyncRewardDestination extends Enum {
742
+ /** @name PezpalletStakingAsyncRewardDestination (471) */
743
+ interface PezpalletStakingAsyncRewardDestination extends Enum {
745
744
  readonly isStaked: boolean;
746
745
  readonly isStash: boolean;
747
746
  readonly isController: boolean;
@@ -750,50 +749,50 @@ declare module '@polkadot/types/lookup' {
750
749
  readonly isNone: boolean;
751
750
  readonly type: 'Staked' | 'Stash' | 'Controller' | 'Account' | 'None';
752
751
  }
753
- /** @name PalletStakingAsyncValidatorPrefs (472) */
754
- interface PalletStakingAsyncValidatorPrefs extends Struct {
752
+ /** @name PezpalletStakingAsyncValidatorPrefs (472) */
753
+ interface PezpalletStakingAsyncValidatorPrefs extends Struct {
755
754
  readonly commission: Compact<Perbill>;
756
755
  readonly blocked: bool;
757
756
  }
758
- /** @name PalletStakingAsyncPalletConfigOpU128 (478) */
759
- interface PalletStakingAsyncPalletConfigOpU128 extends Enum {
757
+ /** @name PezpalletStakingAsyncPezpalletConfigOpU128 (478) */
758
+ interface PezpalletStakingAsyncPezpalletConfigOpU128 extends Enum {
760
759
  readonly isNoop: boolean;
761
760
  readonly isSet: boolean;
762
761
  readonly asSet: u128;
763
762
  readonly isRemove: boolean;
764
763
  readonly type: 'Noop' | 'Set' | 'Remove';
765
764
  }
766
- /** @name PalletStakingAsyncPalletConfigOpU32 (479) */
767
- interface PalletStakingAsyncPalletConfigOpU32 extends Enum {
765
+ /** @name PezpalletStakingAsyncPezpalletConfigOpU32 (479) */
766
+ interface PezpalletStakingAsyncPezpalletConfigOpU32 extends Enum {
768
767
  readonly isNoop: boolean;
769
768
  readonly isSet: boolean;
770
769
  readonly asSet: u32;
771
770
  readonly isRemove: boolean;
772
771
  readonly type: 'Noop' | 'Set' | 'Remove';
773
772
  }
774
- /** @name PalletStakingAsyncPalletConfigOpPercent (480) */
775
- interface PalletStakingAsyncPalletConfigOpPercent extends Enum {
773
+ /** @name PezpalletStakingAsyncPezpalletConfigOpPercent (480) */
774
+ interface PezpalletStakingAsyncPezpalletConfigOpPercent extends Enum {
776
775
  readonly isNoop: boolean;
777
776
  readonly isSet: boolean;
778
777
  readonly asSet: Percent;
779
778
  readonly isRemove: boolean;
780
779
  readonly type: 'Noop' | 'Set' | 'Remove';
781
780
  }
782
- /** @name PalletStakingAsyncPalletConfigOpPerbill (481) */
783
- interface PalletStakingAsyncPalletConfigOpPerbill extends Enum {
781
+ /** @name PezpalletStakingAsyncPezpalletConfigOpPerbill (481) */
782
+ interface PezpalletStakingAsyncPezpalletConfigOpPerbill extends Enum {
784
783
  readonly isNoop: boolean;
785
784
  readonly isSet: boolean;
786
785
  readonly asSet: Perbill;
787
786
  readonly isRemove: boolean;
788
787
  readonly type: 'Noop' | 'Set' | 'Remove';
789
788
  }
790
- /** @name PalletStakingAsyncLedgerUnlockChunk (485) */
791
- interface PalletStakingAsyncLedgerUnlockChunk extends Struct {
789
+ /** @name PezpalletStakingAsyncLedgerUnlockChunk (485) */
790
+ interface PezpalletStakingAsyncLedgerUnlockChunk extends Struct {
792
791
  readonly value: Compact<u128>;
793
792
  readonly era: Compact<u32>;
794
793
  }
795
- /** @name PalletAhOpsCall (488) */
796
- interface PalletAhOpsCall extends Enum {
794
+ /** @name PezpalletAhOpsCall (488) */
795
+ interface PezpalletAhOpsCall extends Enum {
797
796
  readonly isUnreserveLeaseDeposit: boolean;
798
797
  readonly asUnreserveLeaseDeposit: {
799
798
  readonly block: u32;
@@ -818,83 +817,83 @@ declare module '@polkadot/types/lookup' {
818
817
  } & Struct;
819
818
  readonly type: 'UnreserveLeaseDeposit' | 'WithdrawCrowdloanContribution' | 'UnreserveCrowdloanReserve' | 'TransferToPostMigrationTreasury';
820
819
  }
821
- /** @name PalletAhMigratorCall (489) */
822
- interface PalletAhMigratorCall extends Enum {
820
+ /** @name PezpalletAhMigratorCall (489) */
821
+ interface PezpalletAhMigratorCall extends Enum {
823
822
  readonly isReceiveAccounts: boolean;
824
823
  readonly asReceiveAccounts: {
825
- readonly accounts: Vec<PalletRcMigratorAccountsAccount>;
824
+ readonly accounts: Vec<PezpalletRcMigratorAccountsAccount>;
826
825
  } & Struct;
827
826
  readonly isReceiveMultisigs: boolean;
828
827
  readonly asReceiveMultisigs: {
829
- readonly accounts: Vec<PalletRcMigratorMultisigRcMultisig>;
828
+ readonly accounts: Vec<PezpalletRcMigratorMultisigRcMultisig>;
830
829
  } & Struct;
831
830
  readonly isReceiveProxyProxies: boolean;
832
831
  readonly asReceiveProxyProxies: {
833
- readonly proxies: Vec<PalletRcMigratorProxyRcProxy>;
832
+ readonly proxies: Vec<PezpalletRcMigratorProxyRcProxy>;
834
833
  } & Struct;
835
834
  readonly isReceiveProxyAnnouncements: boolean;
836
835
  readonly asReceiveProxyAnnouncements: {
837
- readonly announcements: Vec<PalletRcMigratorProxyRcProxyAnnouncement>;
836
+ readonly announcements: Vec<PezpalletRcMigratorProxyRcProxyAnnouncement>;
838
837
  } & Struct;
839
838
  readonly isReceivePreimageChunks: boolean;
840
839
  readonly asReceivePreimageChunks: {
841
- readonly chunks: Vec<PalletRcMigratorPreimageChunksRcPreimageChunk>;
840
+ readonly chunks: Vec<PezpalletRcMigratorPreimageChunksRcPreimageChunk>;
842
841
  } & Struct;
843
842
  readonly isReceivePreimageRequestStatus: boolean;
844
843
  readonly asReceivePreimageRequestStatus: {
845
- readonly requestStatus: Vec<PalletRcMigratorPreimageRequestStatusPortableRequestStatus>;
844
+ readonly requestStatus: Vec<PezpalletRcMigratorPreimageRequestStatusPortableRequestStatus>;
846
845
  } & Struct;
847
846
  readonly isReceivePreimageLegacyStatus: boolean;
848
847
  readonly asReceivePreimageLegacyStatus: {
849
- readonly legacyStatus: Vec<PalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus>;
848
+ readonly legacyStatus: Vec<PezpalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus>;
850
849
  } & Struct;
851
850
  readonly isReceiveNomPoolsMessages: boolean;
852
851
  readonly asReceiveNomPoolsMessages: {
853
- readonly messages: Vec<PalletRcMigratorStakingNomPoolsRcNomPoolsMessage>;
852
+ readonly messages: Vec<PezpalletRcMigratorStakingNomPoolsRcNomPoolsMessage>;
854
853
  } & Struct;
855
854
  readonly isReceiveVestingSchedules: boolean;
856
855
  readonly asReceiveVestingSchedules: {
857
- readonly schedules: Vec<PalletRcMigratorVestingRcVestingSchedule>;
856
+ readonly schedules: Vec<PezpalletRcMigratorVestingRcVestingSchedule>;
858
857
  } & Struct;
859
858
  readonly isReceiveReferendaValues: boolean;
860
859
  readonly asReceiveReferendaValues: {
861
- readonly values: Vec<PalletRcMigratorReferendaReferendaMessage>;
860
+ readonly values: Vec<PezpalletRcMigratorReferendaReferendaMessage>;
862
861
  } & Struct;
863
862
  readonly isReceiveReferendums: boolean;
864
863
  readonly asReceiveReferendums: {
865
- readonly referendums: Vec<ITuple<[u32, PalletReferendaReferendumInfoRcPalletsOrigin]>>;
864
+ readonly referendums: Vec<ITuple<[u32, PezpalletReferendaReferendumInfoRcPalletsOrigin]>>;
866
865
  } & Struct;
867
866
  readonly isReceiveClaims: boolean;
868
867
  readonly asReceiveClaims: {
869
- readonly messages: Vec<PalletRcMigratorClaimsRcClaimsMessage>;
868
+ readonly messages: Vec<PezpalletRcMigratorClaimsRcClaimsMessage>;
870
869
  } & Struct;
871
870
  readonly isReceiveBagsListMessages: boolean;
872
871
  readonly asReceiveBagsListMessages: {
873
- readonly messages: Vec<PalletRcMigratorStakingBagsListPortableBagsListMessage>;
872
+ readonly messages: Vec<PezpalletRcMigratorStakingBagsListPortableBagsListMessage>;
874
873
  } & Struct;
875
874
  readonly isReceiveSchedulerMessages: boolean;
876
875
  readonly asReceiveSchedulerMessages: {
877
- readonly messages: Vec<PalletRcMigratorSchedulerRcSchedulerMessage>;
876
+ readonly messages: Vec<PezpalletRcMigratorSchedulerRcSchedulerMessage>;
878
877
  } & Struct;
879
878
  readonly isReceiveIndices: boolean;
880
879
  readonly asReceiveIndices: {
881
- readonly indices: Vec<PalletRcMigratorIndicesRcIndicesIndex>;
880
+ readonly indices: Vec<PezpalletRcMigratorIndicesRcIndicesIndex>;
882
881
  } & Struct;
883
882
  readonly isReceiveConvictionVotingMessages: boolean;
884
883
  readonly asReceiveConvictionVotingMessages: {
885
- readonly messages: Vec<PalletRcMigratorConvictionVotingRcConvictionVotingMessage>;
884
+ readonly messages: Vec<PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage>;
886
885
  } & Struct;
887
886
  readonly isReceiveBountiesMessages: boolean;
888
887
  readonly asReceiveBountiesMessages: {
889
- readonly messages: Vec<PalletRcMigratorBountiesRcBountiesMessage>;
888
+ readonly messages: Vec<PezpalletRcMigratorBountiesRcBountiesMessage>;
890
889
  } & Struct;
891
890
  readonly isReceiveAssetRates: boolean;
892
891
  readonly asReceiveAssetRates: {
893
- readonly rates: Vec<ITuple<[PolkadotRuntimeCommonImplsVersionedLocatableAsset, u128]>>;
892
+ readonly rates: Vec<ITuple<[PezkuwiRuntimeCommonImplsVersionedLocatableAsset, u128]>>;
894
893
  } & Struct;
895
894
  readonly isReceiveCrowdloanMessages: boolean;
896
895
  readonly asReceiveCrowdloanMessages: {
897
- readonly messages: Vec<PalletRcMigratorCrowdloanRcCrowdloanMessage>;
896
+ readonly messages: Vec<PezpalletRcMigratorCrowdloanRcCrowdloanMessage>;
898
897
  } & Struct;
899
898
  readonly isReceiveReferendaMetadata: boolean;
900
899
  readonly asReceiveReferendaMetadata: {
@@ -902,32 +901,32 @@ declare module '@polkadot/types/lookup' {
902
901
  } & Struct;
903
902
  readonly isReceiveTreasuryMessages: boolean;
904
903
  readonly asReceiveTreasuryMessages: {
905
- readonly messages: Vec<PalletRcMigratorTreasuryPortableTreasuryMessage>;
904
+ readonly messages: Vec<PezpalletRcMigratorTreasuryPortableTreasuryMessage>;
906
905
  } & Struct;
907
906
  readonly isReceiveSchedulerAgendaMessages: boolean;
908
907
  readonly asReceiveSchedulerAgendaMessages: {
909
- readonly messages: Vec<PalletRcMigratorSchedulerSchedulerAgendaMessage>;
908
+ readonly messages: Vec<PezpalletRcMigratorSchedulerSchedulerAgendaMessage>;
910
909
  } & Struct;
911
910
  readonly isReceiveDelegatedStakingMessages: boolean;
912
911
  readonly asReceiveDelegatedStakingMessages: {
913
- readonly messages: Vec<PalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage>;
912
+ readonly messages: Vec<PezpalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage>;
914
913
  } & Struct;
915
914
  readonly isReceiveChildBountiesMessages: boolean;
916
915
  readonly asReceiveChildBountiesMessages: {
917
- readonly messages: Vec<PalletRcMigratorChildBountiesPortableChildBountiesMessage>;
916
+ readonly messages: Vec<PezpalletRcMigratorChildBountiesPortableChildBountiesMessage>;
918
917
  } & Struct;
919
918
  readonly isReceiveStakingMessages: boolean;
920
919
  readonly asReceiveStakingMessages: {
921
- readonly messages: Vec<PalletRcMigratorStakingMessagePortableStakingMessage>;
920
+ readonly messages: Vec<PezpalletRcMigratorStakingMessagePortableStakingMessage>;
922
921
  } & Struct;
923
922
  readonly isForceSetStage: boolean;
924
923
  readonly asForceSetStage: {
925
- readonly stage: PalletAhMigratorMigrationStage;
924
+ readonly stage: PezpalletAhMigratorMigrationStage;
926
925
  } & Struct;
927
926
  readonly isStartMigration: boolean;
928
927
  readonly isSetDmpQueuePriority: boolean;
929
928
  readonly asSetDmpQueuePriority: {
930
- readonly new_: PalletRcMigratorQueuePriority;
929
+ readonly new_: PezpalletRcMigratorQueuePriority;
931
930
  } & Struct;
932
931
  readonly isSetManager: boolean;
933
932
  readonly asSetManager: {
@@ -935,7 +934,7 @@ declare module '@polkadot/types/lookup' {
935
934
  } & Struct;
936
935
  readonly isFinishMigration: boolean;
937
936
  readonly asFinishMigration: {
938
- readonly data: Option<PalletRcMigratorMigrationFinishedData>;
937
+ readonly data: Option<PezpalletRcMigratorMigrationFinishedData>;
939
938
  readonly coolOffEndAt: u32;
940
939
  } & Struct;
941
940
  readonly isSendXcmMessage: boolean;
@@ -945,87 +944,87 @@ declare module '@polkadot/types/lookup' {
945
944
  } & Struct;
946
945
  readonly type: 'ReceiveAccounts' | 'ReceiveMultisigs' | 'ReceiveProxyProxies' | 'ReceiveProxyAnnouncements' | 'ReceivePreimageChunks' | 'ReceivePreimageRequestStatus' | 'ReceivePreimageLegacyStatus' | 'ReceiveNomPoolsMessages' | 'ReceiveVestingSchedules' | 'ReceiveReferendaValues' | 'ReceiveReferendums' | 'ReceiveClaims' | 'ReceiveBagsListMessages' | 'ReceiveSchedulerMessages' | 'ReceiveIndices' | 'ReceiveConvictionVotingMessages' | 'ReceiveBountiesMessages' | 'ReceiveAssetRates' | 'ReceiveCrowdloanMessages' | 'ReceiveReferendaMetadata' | 'ReceiveTreasuryMessages' | 'ReceiveSchedulerAgendaMessages' | 'ReceiveDelegatedStakingMessages' | 'ReceiveChildBountiesMessages' | 'ReceiveStakingMessages' | 'ForceSetStage' | 'StartMigration' | 'SetDmpQueuePriority' | 'SetManager' | 'FinishMigration' | 'SendXcmMessage';
947
946
  }
948
- /** @name PalletRcMigratorAccountsAccount (491) */
949
- interface PalletRcMigratorAccountsAccount extends Struct {
947
+ /** @name PezpalletRcMigratorAccountsAccount (491) */
948
+ interface PezpalletRcMigratorAccountsAccount extends Struct {
950
949
  readonly who: AccountId32;
951
950
  readonly free: u128;
952
951
  readonly reserved: u128;
953
952
  readonly frozen: u128;
954
- readonly holds: Vec<FrameSupportTokensMiscIdAmountPortableHoldReason>;
955
- readonly freezes: Vec<FrameSupportTokensMiscIdAmountPortableFreezeReason>;
956
- readonly locks: Vec<PalletBalancesBalanceLock>;
953
+ readonly holds: Vec<PezframeSupportTokensMiscIdAmountPortableHoldReason>;
954
+ readonly freezes: Vec<PezframeSupportTokensMiscIdAmountPortableFreezeReason>;
955
+ readonly locks: Vec<PezpalletBalancesBalanceLock>;
957
956
  readonly unnamedReserve: u128;
958
957
  readonly consumers: u8;
959
958
  readonly providers: u8;
960
959
  }
961
- /** @name PalletRcMigratorPortableHoldReason (492) */
962
- interface PalletRcMigratorPortableHoldReason extends Enum {
960
+ /** @name PezpalletRcMigratorPortableHoldReason (492) */
961
+ interface PezpalletRcMigratorPortableHoldReason extends Enum {
963
962
  readonly isPreimage: boolean;
964
- readonly asPreimage: PalletPreimageHoldReason;
963
+ readonly asPreimage: PezpalletPreimageHoldReason;
965
964
  readonly isStaking: boolean;
966
- readonly asStaking: PalletStakingPalletHoldReason;
965
+ readonly asStaking: PezpalletStakingPezpalletHoldReason;
967
966
  readonly isStateTrieMigration: boolean;
968
- readonly asStateTrieMigration: PalletStateTrieMigrationHoldReason;
967
+ readonly asStateTrieMigration: PezpalletStateTrieMigrationHoldReason;
969
968
  readonly isDelegatedStaking: boolean;
970
- readonly asDelegatedStaking: PalletDelegatedStakingHoldReason;
969
+ readonly asDelegatedStaking: PezpalletDelegatedStakingHoldReason;
971
970
  readonly isSession: boolean;
972
- readonly asSession: PalletSessionHoldReason;
971
+ readonly asSession: PezpalletSessionHoldReason;
973
972
  readonly isXcmPallet: boolean;
974
- readonly asXcmPallet: PalletXcmHoldReason;
973
+ readonly asXcmPallet: PezpalletXcmHoldReason;
975
974
  readonly type: 'Preimage' | 'Staking' | 'StateTrieMigration' | 'DelegatedStaking' | 'Session' | 'XcmPallet';
976
975
  }
977
- /** @name PalletRcMigratorPortableFreezeReason (499) */
978
- interface PalletRcMigratorPortableFreezeReason extends Enum {
976
+ /** @name PezpalletRcMigratorPortableFreezeReason (499) */
977
+ interface PezpalletRcMigratorPortableFreezeReason extends Enum {
979
978
  readonly isNominationPools: boolean;
980
- readonly asNominationPools: PalletNominationPoolsFreezeReason;
979
+ readonly asNominationPools: PezpalletNominationPoolsFreezeReason;
981
980
  readonly type: 'NominationPools';
982
981
  }
983
- /** @name FrameSupportTokensMiscIdAmountPortableHoldReason (502) */
984
- interface FrameSupportTokensMiscIdAmountPortableHoldReason extends Struct {
985
- readonly id: PalletRcMigratorPortableHoldReason;
982
+ /** @name PezframeSupportTokensMiscIdAmountPortableHoldReason (502) */
983
+ interface PezframeSupportTokensMiscIdAmountPortableHoldReason extends Struct {
984
+ readonly id: PezpalletRcMigratorPortableHoldReason;
986
985
  readonly amount: u128;
987
986
  }
988
- /** @name FrameSupportTokensMiscIdAmountPortableFreezeReason (505) */
989
- interface FrameSupportTokensMiscIdAmountPortableFreezeReason extends Struct {
990
- readonly id: PalletRcMigratorPortableFreezeReason;
987
+ /** @name PezframeSupportTokensMiscIdAmountPortableFreezeReason (505) */
988
+ interface PezframeSupportTokensMiscIdAmountPortableFreezeReason extends Struct {
989
+ readonly id: PezpalletRcMigratorPortableFreezeReason;
991
990
  readonly amount: u128;
992
991
  }
993
- /** @name PalletRcMigratorMultisigRcMultisig (512) */
994
- interface PalletRcMigratorMultisigRcMultisig extends Struct {
992
+ /** @name PezpalletRcMigratorMultisigRcMultisig (512) */
993
+ interface PezpalletRcMigratorMultisigRcMultisig extends Struct {
995
994
  readonly creator: AccountId32;
996
995
  readonly deposit: u128;
997
996
  }
998
- /** @name PalletRcMigratorProxyRcProxy (514) */
999
- interface PalletRcMigratorProxyRcProxy extends Struct {
997
+ /** @name PezpalletRcMigratorProxyRcProxy (514) */
998
+ interface PezpalletRcMigratorProxyRcProxy extends Struct {
1000
999
  readonly delegator: AccountId32;
1001
1000
  readonly deposit: u128;
1002
- readonly proxies: Vec<PalletProxyProxyDefinitionPolkadotRuntimeConstantsProxyProxyType>;
1001
+ readonly proxies: Vec<PezpalletProxyProxyDefinitionPezkuwiRuntimeConstantsProxyProxyType>;
1003
1002
  }
1004
- /** @name PalletProxyProxyDefinitionPolkadotRuntimeConstantsProxyProxyType (517) */
1005
- interface PalletProxyProxyDefinitionPolkadotRuntimeConstantsProxyProxyType extends Struct {
1003
+ /** @name PezpalletProxyProxyDefinitionPezkuwiRuntimeConstantsProxyProxyType (517) */
1004
+ interface PezpalletProxyProxyDefinitionPezkuwiRuntimeConstantsProxyProxyType extends Struct {
1006
1005
  readonly delegate: AccountId32;
1007
- readonly proxyType: PolkadotRuntimeConstantsProxyProxyType;
1006
+ readonly proxyType: PezkuwiRuntimeConstantsProxyProxyType;
1008
1007
  readonly delay: u32;
1009
1008
  }
1010
- /** @name PalletRcMigratorProxyRcProxyAnnouncement (519) */
1011
- interface PalletRcMigratorProxyRcProxyAnnouncement extends Struct {
1009
+ /** @name PezpalletRcMigratorProxyRcProxyAnnouncement (519) */
1010
+ interface PezpalletRcMigratorProxyRcProxyAnnouncement extends Struct {
1012
1011
  readonly depositor: AccountId32;
1013
1012
  readonly deposit: u128;
1014
1013
  }
1015
- /** @name PalletRcMigratorPreimageChunksRcPreimageChunk (521) */
1016
- interface PalletRcMigratorPreimageChunksRcPreimageChunk extends Struct {
1014
+ /** @name PezpalletRcMigratorPreimageChunksRcPreimageChunk (521) */
1015
+ interface PezpalletRcMigratorPreimageChunksRcPreimageChunk extends Struct {
1017
1016
  readonly preimageHash: H256;
1018
1017
  readonly preimageLen: u32;
1019
1018
  readonly chunkByteOffset: u32;
1020
1019
  readonly chunkBytes: Bytes;
1021
1020
  }
1022
- /** @name PalletRcMigratorPreimageRequestStatusPortableRequestStatus (524) */
1023
- interface PalletRcMigratorPreimageRequestStatusPortableRequestStatus extends Struct {
1021
+ /** @name PezpalletRcMigratorPreimageRequestStatusPortableRequestStatus (524) */
1022
+ interface PezpalletRcMigratorPreimageRequestStatusPortableRequestStatus extends Struct {
1024
1023
  readonly hash_: H256;
1025
- readonly requestStatus: PalletRcMigratorPreimageRequestStatusPortableRequestStatusInner;
1024
+ readonly requestStatus: PezpalletRcMigratorPreimageRequestStatusPortableRequestStatusInner;
1026
1025
  }
1027
- /** @name PalletRcMigratorPreimageRequestStatusPortableRequestStatusInner (525) */
1028
- interface PalletRcMigratorPreimageRequestStatusPortableRequestStatusInner extends Enum {
1026
+ /** @name PezpalletRcMigratorPreimageRequestStatusPortableRequestStatusInner (525) */
1027
+ interface PezpalletRcMigratorPreimageRequestStatusPortableRequestStatusInner extends Enum {
1029
1028
  readonly isUnrequested: boolean;
1030
1029
  readonly asUnrequested: {
1031
1030
  readonly ticket: ITuple<[AccountId32, Bytes]>;
@@ -1039,33 +1038,33 @@ declare module '@polkadot/types/lookup' {
1039
1038
  } & Struct;
1040
1039
  readonly type: 'Unrequested' | 'Requested';
1041
1040
  }
1042
- /** @name PalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus (530) */
1043
- interface PalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus extends Struct {
1041
+ /** @name PezpalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus (530) */
1042
+ interface PezpalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus extends Struct {
1044
1043
  readonly hash_: H256;
1045
1044
  readonly depositor: AccountId32;
1046
1045
  readonly deposit: u128;
1047
1046
  }
1048
- /** @name PalletRcMigratorStakingNomPoolsRcNomPoolsMessage (532) */
1049
- interface PalletRcMigratorStakingNomPoolsRcNomPoolsMessage extends Enum {
1047
+ /** @name PezpalletRcMigratorStakingNomPoolsRcNomPoolsMessage (532) */
1048
+ interface PezpalletRcMigratorStakingNomPoolsRcNomPoolsMessage extends Enum {
1050
1049
  readonly isStorageValues: boolean;
1051
1050
  readonly asStorageValues: {
1052
- readonly values: PalletRcMigratorStakingNomPoolsNomPoolsStorageValues;
1051
+ readonly values: PezpalletRcMigratorStakingNomPoolsNomPoolsStorageValues;
1053
1052
  } & Struct;
1054
1053
  readonly isPoolMembers: boolean;
1055
1054
  readonly asPoolMembers: {
1056
- readonly member: ITuple<[AccountId32, PalletNominationPoolsPoolMember]>;
1055
+ readonly member: ITuple<[AccountId32, PezpalletNominationPoolsPoolMember]>;
1057
1056
  } & Struct;
1058
1057
  readonly isBondedPools: boolean;
1059
1058
  readonly asBondedPools: {
1060
- readonly pool: ITuple<[u32, PalletNominationPoolsBondedPoolInner]>;
1059
+ readonly pool: ITuple<[u32, PezpalletNominationPoolsBondedPoolInner]>;
1061
1060
  } & Struct;
1062
1061
  readonly isRewardPools: boolean;
1063
1062
  readonly asRewardPools: {
1064
- readonly rewards: ITuple<[u32, PalletRcMigratorStakingNomPoolsAliasRewardPool]>;
1063
+ readonly rewards: ITuple<[u32, PezpalletRcMigratorStakingNomPoolsAliasRewardPool]>;
1065
1064
  } & Struct;
1066
1065
  readonly isSubPoolsStorage: boolean;
1067
1066
  readonly asSubPoolsStorage: {
1068
- readonly subPools: ITuple<[u32, PalletRcMigratorStakingNomPoolsAliasSubPools]>;
1067
+ readonly subPools: ITuple<[u32, PezpalletRcMigratorStakingNomPoolsAliasSubPools]>;
1069
1068
  } & Struct;
1070
1069
  readonly isMetadata: boolean;
1071
1070
  readonly asMetadata: {
@@ -1077,12 +1076,12 @@ declare module '@polkadot/types/lookup' {
1077
1076
  } & Struct;
1078
1077
  readonly isClaimPermissions: boolean;
1079
1078
  readonly asClaimPermissions: {
1080
- readonly perms: ITuple<[AccountId32, PalletNominationPoolsClaimPermission]>;
1079
+ readonly perms: ITuple<[AccountId32, PezpalletNominationPoolsClaimPermission]>;
1081
1080
  } & Struct;
1082
1081
  readonly type: 'StorageValues' | 'PoolMembers' | 'BondedPools' | 'RewardPools' | 'SubPoolsStorage' | 'Metadata' | 'ReversePoolIdLookup' | 'ClaimPermissions';
1083
1082
  }
1084
- /** @name PalletRcMigratorStakingNomPoolsNomPoolsStorageValues (533) */
1085
- interface PalletRcMigratorStakingNomPoolsNomPoolsStorageValues extends Struct {
1083
+ /** @name PezpalletRcMigratorStakingNomPoolsNomPoolsStorageValues (533) */
1084
+ interface PezpalletRcMigratorStakingNomPoolsNomPoolsStorageValues extends Struct {
1086
1085
  readonly totalValueLocked: Option<u128>;
1087
1086
  readonly minJoinBond: Option<u128>;
1088
1087
  readonly minCreateBond: Option<u128>;
@@ -1092,147 +1091,147 @@ declare module '@polkadot/types/lookup' {
1092
1091
  readonly globalMaxCommission: Option<Perbill>;
1093
1092
  readonly lastPoolId: Option<u32>;
1094
1093
  }
1095
- /** @name PalletRcMigratorStakingNomPoolsAliasRewardPool (547) */
1096
- interface PalletRcMigratorStakingNomPoolsAliasRewardPool extends Struct {
1094
+ /** @name PezpalletRcMigratorStakingNomPoolsAliasRewardPool (547) */
1095
+ interface PezpalletRcMigratorStakingNomPoolsAliasRewardPool extends Struct {
1097
1096
  readonly lastRecordedRewardCounter: u128;
1098
1097
  readonly lastRecordedTotalPayouts: u128;
1099
1098
  readonly totalRewardsClaimed: u128;
1100
1099
  readonly totalCommissionPending: u128;
1101
1100
  readonly totalCommissionClaimed: u128;
1102
1101
  }
1103
- /** @name PalletRcMigratorStakingNomPoolsAliasSubPools (549) */
1104
- interface PalletRcMigratorStakingNomPoolsAliasSubPools extends Struct {
1105
- readonly noEra: PalletRcMigratorStakingNomPoolsAliasUnbondPool;
1106
- readonly withEra: BTreeMap<u32, PalletRcMigratorStakingNomPoolsAliasUnbondPool>;
1102
+ /** @name PezpalletRcMigratorStakingNomPoolsAliasSubPools (549) */
1103
+ interface PezpalletRcMigratorStakingNomPoolsAliasSubPools extends Struct {
1104
+ readonly noEra: PezpalletRcMigratorStakingNomPoolsAliasUnbondPool;
1105
+ readonly withEra: BTreeMap<u32, PezpalletRcMigratorStakingNomPoolsAliasUnbondPool>;
1107
1106
  }
1108
- /** @name PalletRcMigratorStakingNomPoolsAliasUnbondPool (550) */
1109
- interface PalletRcMigratorStakingNomPoolsAliasUnbondPool extends Struct {
1107
+ /** @name PezpalletRcMigratorStakingNomPoolsAliasUnbondPool (550) */
1108
+ interface PezpalletRcMigratorStakingNomPoolsAliasUnbondPool extends Struct {
1110
1109
  readonly points: u128;
1111
1110
  readonly balance: u128;
1112
1111
  }
1113
- /** @name PalletRcMigratorVestingRcVestingSchedule (558) */
1114
- interface PalletRcMigratorVestingRcVestingSchedule extends Struct {
1112
+ /** @name PezpalletRcMigratorVestingRcVestingSchedule (558) */
1113
+ interface PezpalletRcMigratorVestingRcVestingSchedule extends Struct {
1115
1114
  readonly who: AccountId32;
1116
- readonly schedules: Vec<PalletVestingVestingInfo>;
1115
+ readonly schedules: Vec<PezpalletVestingVestingInfo>;
1117
1116
  }
1118
- /** @name PalletRcMigratorReferendaReferendaMessage (562) */
1119
- interface PalletRcMigratorReferendaReferendaMessage extends Struct {
1117
+ /** @name PezpalletRcMigratorReferendaReferendaMessage (562) */
1118
+ interface PezpalletRcMigratorReferendaReferendaMessage extends Struct {
1120
1119
  readonly referendumCount: Option<u32>;
1121
1120
  readonly decidingCount: Vec<ITuple<[u16, u32]>>;
1122
1121
  readonly trackQueue: Vec<ITuple<[u16, Vec<ITuple<[u32, u128]>>]>>;
1123
1122
  }
1124
- /** @name PalletReferendaReferendumInfoRcPalletsOrigin (569) */
1125
- interface PalletReferendaReferendumInfoRcPalletsOrigin extends Enum {
1123
+ /** @name PezpalletReferendaReferendumInfoRcPalletsOrigin (569) */
1124
+ interface PezpalletReferendaReferendumInfoRcPalletsOrigin extends Enum {
1126
1125
  readonly isOngoing: boolean;
1127
- readonly asOngoing: PalletReferendaReferendumStatusRcPalletsOrigin;
1126
+ readonly asOngoing: PezpalletReferendaReferendumStatusRcPalletsOrigin;
1128
1127
  readonly isApproved: boolean;
1129
- readonly asApproved: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
1128
+ readonly asApproved: ITuple<[u32, Option<PezpalletReferendaDeposit>, Option<PezpalletReferendaDeposit>]>;
1130
1129
  readonly isRejected: boolean;
1131
- readonly asRejected: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
1130
+ readonly asRejected: ITuple<[u32, Option<PezpalletReferendaDeposit>, Option<PezpalletReferendaDeposit>]>;
1132
1131
  readonly isCancelled: boolean;
1133
- readonly asCancelled: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
1132
+ readonly asCancelled: ITuple<[u32, Option<PezpalletReferendaDeposit>, Option<PezpalletReferendaDeposit>]>;
1134
1133
  readonly isTimedOut: boolean;
1135
- readonly asTimedOut: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
1134
+ readonly asTimedOut: ITuple<[u32, Option<PezpalletReferendaDeposit>, Option<PezpalletReferendaDeposit>]>;
1136
1135
  readonly isKilled: boolean;
1137
1136
  readonly asKilled: u32;
1138
1137
  readonly type: 'Ongoing' | 'Approved' | 'Rejected' | 'Cancelled' | 'TimedOut' | 'Killed';
1139
1138
  }
1140
- /** @name AssetHubPolkadotRuntimeAhMigrationRcPalletsOrigin (570) */
1141
- interface AssetHubPolkadotRuntimeAhMigrationRcPalletsOrigin extends Enum {
1139
+ /** @name AssetHubPezkuwiRuntimeAhMigrationRcPalletsOrigin (570) */
1140
+ interface AssetHubPezkuwiRuntimeAhMigrationRcPalletsOrigin extends Enum {
1142
1141
  readonly isSystem: boolean;
1143
- readonly asSystem: FrameSupportDispatchRawOrigin;
1142
+ readonly asSystem: PezframeSupportDispatchRawOrigin;
1144
1143
  readonly isOrigins: boolean;
1145
- readonly asOrigins: AssetHubPolkadotRuntimeGovernanceOriginsPalletCustomOriginsOrigin;
1144
+ readonly asOrigins: AssetHubPezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin;
1146
1145
  readonly type: 'System' | 'Origins';
1147
1146
  }
1148
- /** @name PalletReferendaReferendumStatusRcPalletsOrigin (572) */
1149
- interface PalletReferendaReferendumStatusRcPalletsOrigin extends Struct {
1147
+ /** @name PezpalletReferendaReferendumStatusRcPalletsOrigin (572) */
1148
+ interface PezpalletReferendaReferendumStatusRcPalletsOrigin extends Struct {
1150
1149
  readonly track: u16;
1151
- readonly origin: AssetHubPolkadotRuntimeAhMigrationRcPalletsOrigin;
1152
- readonly proposal: FrameSupportPreimagesBounded;
1153
- readonly enactment: FrameSupportScheduleDispatchTime;
1150
+ readonly origin: AssetHubPezkuwiRuntimeAhMigrationRcPalletsOrigin;
1151
+ readonly proposal: PezframeSupportPreimagesBounded;
1152
+ readonly enactment: PezframeSupportScheduleDispatchTime;
1154
1153
  readonly submitted: u32;
1155
- readonly submissionDeposit: PalletReferendaDeposit;
1156
- readonly decisionDeposit: Option<PalletReferendaDeposit>;
1157
- readonly deciding: Option<PalletReferendaDecidingStatus>;
1158
- readonly tally: PalletConvictionVotingTally;
1154
+ readonly submissionDeposit: PezpalletReferendaDeposit;
1155
+ readonly decisionDeposit: Option<PezpalletReferendaDeposit>;
1156
+ readonly deciding: Option<PezpalletReferendaDecidingStatus>;
1157
+ readonly tally: PezpalletConvictionVotingTally;
1159
1158
  readonly inQueue: bool;
1160
1159
  readonly alarm: Option<ITuple<[u32, ITuple<[u32, u32]>]>>;
1161
1160
  }
1162
- /** @name PalletRcMigratorClaimsRcClaimsMessage (580) */
1163
- interface PalletRcMigratorClaimsRcClaimsMessage extends Enum {
1161
+ /** @name PezpalletRcMigratorClaimsRcClaimsMessage (580) */
1162
+ interface PezpalletRcMigratorClaimsRcClaimsMessage extends Enum {
1164
1163
  readonly isStorageValues: boolean;
1165
1164
  readonly asStorageValues: {
1166
1165
  readonly total: u128;
1167
1166
  } & Struct;
1168
1167
  readonly isClaims: boolean;
1169
- readonly asClaims: ITuple<[EthereumAddress, u128]>;
1168
+ readonly asClaims: ITuple<[PezkuwiRuntimeCommonClaimsEthereumAddress, u128]>;
1170
1169
  readonly isVesting: boolean;
1171
1170
  readonly asVesting: {
1172
- readonly who: EthereumAddress;
1171
+ readonly who: PezkuwiRuntimeCommonClaimsEthereumAddress;
1173
1172
  readonly schedule: ITuple<[u128, u128, u32]>;
1174
1173
  } & Struct;
1175
1174
  readonly isSigning: boolean;
1176
- readonly asSigning: ITuple<[EthereumAddress, PolkadotRuntimeCommonClaimsStatementKind]>;
1175
+ readonly asSigning: ITuple<[PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind]>;
1177
1176
  readonly isPreclaims: boolean;
1178
- readonly asPreclaims: ITuple<[AccountId32, EthereumAddress]>;
1177
+ readonly asPreclaims: ITuple<[AccountId32, PezkuwiRuntimeCommonClaimsEthereumAddress]>;
1179
1178
  readonly type: 'StorageValues' | 'Claims' | 'Vesting' | 'Signing' | 'Preclaims';
1180
1179
  }
1181
- /** @name PalletRcMigratorStakingBagsListPortableBagsListMessage (585) */
1182
- interface PalletRcMigratorStakingBagsListPortableBagsListMessage extends Enum {
1180
+ /** @name PezpalletRcMigratorStakingBagsListPortableBagsListMessage (585) */
1181
+ interface PezpalletRcMigratorStakingBagsListPortableBagsListMessage extends Enum {
1183
1182
  readonly isNode: boolean;
1184
1183
  readonly asNode: {
1185
1184
  readonly id: AccountId32;
1186
- readonly node: PalletRcMigratorStakingBagsListPortableNode;
1185
+ readonly node: PezpalletRcMigratorStakingBagsListPortableNode;
1187
1186
  } & Struct;
1188
1187
  readonly isBag: boolean;
1189
1188
  readonly asBag: {
1190
1189
  readonly score: u64;
1191
- readonly bag: PalletRcMigratorStakingBagsListPortableBag;
1190
+ readonly bag: PezpalletRcMigratorStakingBagsListPortableBag;
1192
1191
  } & Struct;
1193
1192
  readonly type: 'Node' | 'Bag';
1194
1193
  }
1195
- /** @name PalletRcMigratorStakingBagsListPortableNode (586) */
1196
- interface PalletRcMigratorStakingBagsListPortableNode extends Struct {
1194
+ /** @name PezpalletRcMigratorStakingBagsListPortableNode (586) */
1195
+ interface PezpalletRcMigratorStakingBagsListPortableNode extends Struct {
1197
1196
  readonly id: AccountId32;
1198
1197
  readonly prev: Option<AccountId32>;
1199
1198
  readonly next: Option<AccountId32>;
1200
1199
  readonly bagUpper: u64;
1201
1200
  readonly score: u64;
1202
1201
  }
1203
- /** @name PalletRcMigratorStakingBagsListPortableBag (587) */
1204
- interface PalletRcMigratorStakingBagsListPortableBag extends Struct {
1202
+ /** @name PezpalletRcMigratorStakingBagsListPortableBag (587) */
1203
+ interface PezpalletRcMigratorStakingBagsListPortableBag extends Struct {
1205
1204
  readonly head: Option<AccountId32>;
1206
1205
  readonly tail: Option<AccountId32>;
1207
1206
  readonly bagUpper: u64;
1208
1207
  }
1209
- /** @name PalletRcMigratorSchedulerRcSchedulerMessage (589) */
1210
- interface PalletRcMigratorSchedulerRcSchedulerMessage extends Enum {
1208
+ /** @name PezpalletRcMigratorSchedulerRcSchedulerMessage (589) */
1209
+ interface PezpalletRcMigratorSchedulerRcSchedulerMessage extends Enum {
1211
1210
  readonly isIncompleteSince: boolean;
1212
1211
  readonly asIncompleteSince: u32;
1213
1212
  readonly isRetries: boolean;
1214
- readonly asRetries: ITuple<[ITuple<[u32, u32]>, PalletSchedulerRetryConfig]>;
1213
+ readonly asRetries: ITuple<[ITuple<[u32, u32]>, PezpalletSchedulerRetryConfig]>;
1215
1214
  readonly isLookup: boolean;
1216
1215
  readonly asLookup: ITuple<[U8aFixed, ITuple<[u32, u32]>]>;
1217
1216
  readonly type: 'IncompleteSince' | 'Retries' | 'Lookup';
1218
1217
  }
1219
- /** @name PalletRcMigratorIndicesRcIndicesIndex (594) */
1220
- interface PalletRcMigratorIndicesRcIndicesIndex extends Struct {
1218
+ /** @name PezpalletRcMigratorIndicesRcIndicesIndex (594) */
1219
+ interface PezpalletRcMigratorIndicesRcIndicesIndex extends Struct {
1221
1220
  readonly index: u32;
1222
1221
  readonly who: AccountId32;
1223
1222
  readonly deposit: u128;
1224
1223
  readonly frozen: bool;
1225
1224
  }
1226
- /** @name PalletRcMigratorConvictionVotingRcConvictionVotingMessage (596) */
1227
- interface PalletRcMigratorConvictionVotingRcConvictionVotingMessage extends Enum {
1225
+ /** @name PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage (596) */
1226
+ interface PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage extends Enum {
1228
1227
  readonly isVotingFor: boolean;
1229
- readonly asVotingFor: ITuple<[AccountId32, u16, PalletConvictionVotingVoteVoting]>;
1228
+ readonly asVotingFor: ITuple<[AccountId32, u16, PezpalletConvictionVotingVoteVoting]>;
1230
1229
  readonly isClassLocksFor: boolean;
1231
1230
  readonly asClassLocksFor: ITuple<[AccountId32, Vec<ITuple<[u16, u128]>>]>;
1232
1231
  readonly type: 'VotingFor' | 'ClassLocksFor';
1233
1232
  }
1234
- /** @name PalletRcMigratorBountiesRcBountiesMessage (608) */
1235
- interface PalletRcMigratorBountiesRcBountiesMessage extends Enum {
1233
+ /** @name PezpalletRcMigratorBountiesRcBountiesMessage (608) */
1234
+ interface PezpalletRcMigratorBountiesRcBountiesMessage extends Enum {
1236
1235
  readonly isBountyCount: boolean;
1237
1236
  readonly asBountyCount: u32;
1238
1237
  readonly isBountyApprovals: boolean;
@@ -1240,20 +1239,20 @@ declare module '@polkadot/types/lookup' {
1240
1239
  readonly isBountyDescriptions: boolean;
1241
1240
  readonly asBountyDescriptions: ITuple<[u32, Bytes]>;
1242
1241
  readonly isBounties: boolean;
1243
- readonly asBounties: ITuple<[u32, PalletRcMigratorBountiesAliasBounty]>;
1242
+ readonly asBounties: ITuple<[u32, PezpalletRcMigratorBountiesAliasBounty]>;
1244
1243
  readonly type: 'BountyCount' | 'BountyApprovals' | 'BountyDescriptions' | 'Bounties';
1245
1244
  }
1246
- /** @name PalletRcMigratorBountiesAliasBounty (611) */
1247
- interface PalletRcMigratorBountiesAliasBounty extends Struct {
1245
+ /** @name PezpalletRcMigratorBountiesAliasBounty (611) */
1246
+ interface PezpalletRcMigratorBountiesAliasBounty extends Struct {
1248
1247
  readonly proposer: AccountId32;
1249
1248
  readonly value: u128;
1250
1249
  readonly fee: u128;
1251
1250
  readonly curatorDeposit: u128;
1252
1251
  readonly bond: u128;
1253
- readonly status: PalletBountiesBountyStatus;
1252
+ readonly status: PezpalletBountiesBountyStatus;
1254
1253
  }
1255
- /** @name PalletRcMigratorCrowdloanRcCrowdloanMessage (616) */
1256
- interface PalletRcMigratorCrowdloanRcCrowdloanMessage extends Enum {
1254
+ /** @name PezpalletRcMigratorCrowdloanRcCrowdloanMessage (616) */
1255
+ interface PezpalletRcMigratorCrowdloanRcCrowdloanMessage extends Enum {
1257
1256
  readonly isLeaseReserve: boolean;
1258
1257
  readonly asLeaseReserve: {
1259
1258
  readonly unreserveBlock: u32;
@@ -1278,12 +1277,12 @@ declare module '@polkadot/types/lookup' {
1278
1277
  } & Struct;
1279
1278
  readonly type: 'LeaseReserve' | 'CrowdloanContribution' | 'CrowdloanReserve';
1280
1279
  }
1281
- /** @name PalletRcMigratorTreasuryPortableTreasuryMessage (620) */
1282
- interface PalletRcMigratorTreasuryPortableTreasuryMessage extends Enum {
1280
+ /** @name PezpalletRcMigratorTreasuryPortableTreasuryMessage (620) */
1281
+ interface PezpalletRcMigratorTreasuryPortableTreasuryMessage extends Enum {
1283
1282
  readonly isProposalCount: boolean;
1284
1283
  readonly asProposalCount: u32;
1285
1284
  readonly isProposals: boolean;
1286
- readonly asProposals: ITuple<[u32, PalletTreasuryProposal]>;
1285
+ readonly asProposals: ITuple<[u32, PezpalletTreasuryProposal]>;
1287
1286
  readonly isApprovals: boolean;
1288
1287
  readonly asApprovals: Vec<u32>;
1289
1288
  readonly isSpendCount: boolean;
@@ -1291,24 +1290,24 @@ declare module '@polkadot/types/lookup' {
1291
1290
  readonly isSpends: boolean;
1292
1291
  readonly asSpends: {
1293
1292
  readonly id: u32;
1294
- readonly status: PalletRcMigratorTreasuryPortableSpendStatus;
1293
+ readonly status: PezpalletRcMigratorTreasuryPortableSpendStatus;
1295
1294
  } & Struct;
1296
1295
  readonly isLastSpendPeriod: boolean;
1297
1296
  readonly asLastSpendPeriod: Option<u32>;
1298
1297
  readonly isFunds: boolean;
1299
1298
  readonly type: 'ProposalCount' | 'Proposals' | 'Approvals' | 'SpendCount' | 'Spends' | 'LastSpendPeriod' | 'Funds';
1300
1299
  }
1301
- /** @name PalletRcMigratorTreasuryPortableSpendStatus (623) */
1302
- interface PalletRcMigratorTreasuryPortableSpendStatus extends Struct {
1303
- readonly assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset;
1300
+ /** @name PezpalletRcMigratorTreasuryPortableSpendStatus (623) */
1301
+ interface PezpalletRcMigratorTreasuryPortableSpendStatus extends Struct {
1302
+ readonly assetKind: PezkuwiRuntimeCommonImplsVersionedLocatableAsset;
1304
1303
  readonly amount: u128;
1305
1304
  readonly beneficiary: XcmVersionedLocation;
1306
1305
  readonly validFrom: u32;
1307
1306
  readonly expireAt: u32;
1308
- readonly status: PalletRcMigratorTreasuryPortablePaymentState;
1307
+ readonly status: PezpalletRcMigratorTreasuryPortablePaymentState;
1309
1308
  }
1310
- /** @name PalletRcMigratorTreasuryPortablePaymentState (624) */
1311
- interface PalletRcMigratorTreasuryPortablePaymentState extends Enum {
1309
+ /** @name PezpalletRcMigratorTreasuryPortablePaymentState (624) */
1310
+ interface PezpalletRcMigratorTreasuryPortablePaymentState extends Enum {
1312
1311
  readonly isPending: boolean;
1313
1312
  readonly isAttempted: boolean;
1314
1313
  readonly asAttempted: {
@@ -1317,21 +1316,21 @@ declare module '@polkadot/types/lookup' {
1317
1316
  readonly isFailed: boolean;
1318
1317
  readonly type: 'Pending' | 'Attempted' | 'Failed';
1319
1318
  }
1320
- /** @name PalletRcMigratorSchedulerSchedulerAgendaMessage (626) */
1321
- interface PalletRcMigratorSchedulerSchedulerAgendaMessage extends Struct {
1319
+ /** @name PezpalletRcMigratorSchedulerSchedulerAgendaMessage (626) */
1320
+ interface PezpalletRcMigratorSchedulerSchedulerAgendaMessage extends Struct {
1322
1321
  readonly block: u32;
1323
- readonly agenda: Vec<Option<PalletRcMigratorSchedulerAliasScheduled>>;
1322
+ readonly agenda: Vec<Option<PezpalletRcMigratorSchedulerAliasScheduled>>;
1324
1323
  }
1325
- /** @name PalletRcMigratorSchedulerAliasScheduled (627) */
1326
- interface PalletRcMigratorSchedulerAliasScheduled extends Struct {
1324
+ /** @name PezpalletRcMigratorSchedulerAliasScheduled (627) */
1325
+ interface PezpalletRcMigratorSchedulerAliasScheduled extends Struct {
1327
1326
  readonly maybeId: Option<U8aFixed>;
1328
1327
  readonly priority: u8;
1329
- readonly call: FrameSupportPreimagesBounded;
1328
+ readonly call: PezframeSupportPreimagesBounded;
1330
1329
  readonly maybePeriodic: Option<ITuple<[u32, u32]>>;
1331
- readonly origin: AssetHubPolkadotRuntimeAhMigrationRcPalletsOrigin;
1330
+ readonly origin: AssetHubPezkuwiRuntimeAhMigrationRcPalletsOrigin;
1332
1331
  }
1333
- /** @name PalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage (631) */
1334
- interface PalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage extends Enum {
1332
+ /** @name PezpalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage (631) */
1333
+ interface PezpalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage extends Enum {
1335
1334
  readonly isDelegators: boolean;
1336
1335
  readonly asDelegators: {
1337
1336
  readonly delegator: AccountId32;
@@ -1348,8 +1347,8 @@ declare module '@polkadot/types/lookup' {
1348
1347
  } & Struct;
1349
1348
  readonly type: 'Delegators' | 'Agents';
1350
1349
  }
1351
- /** @name PalletRcMigratorChildBountiesPortableChildBountiesMessage (633) */
1352
- interface PalletRcMigratorChildBountiesPortableChildBountiesMessage extends Enum {
1350
+ /** @name PezpalletRcMigratorChildBountiesPortableChildBountiesMessage (633) */
1351
+ interface PezpalletRcMigratorChildBountiesPortableChildBountiesMessage extends Enum {
1353
1352
  readonly isChildBountyCount: boolean;
1354
1353
  readonly asChildBountyCount: u32;
1355
1354
  readonly isParentChildBounties: boolean;
@@ -1360,7 +1359,7 @@ declare module '@polkadot/types/lookup' {
1360
1359
  readonly asChildBounty: {
1361
1360
  readonly parentId: u32;
1362
1361
  readonly childId: u32;
1363
- readonly childBounty: PalletRcMigratorChildBountiesPortableChildBounty;
1362
+ readonly childBounty: PezpalletRcMigratorChildBountiesPortableChildBounty;
1364
1363
  } & Struct;
1365
1364
  readonly isChildBountyDescriptionsV1: boolean;
1366
1365
  readonly asChildBountyDescriptionsV1: {
@@ -1381,16 +1380,16 @@ declare module '@polkadot/types/lookup' {
1381
1380
  } & Struct;
1382
1381
  readonly type: 'ChildBountyCount' | 'ParentChildBounties' | 'ParentTotalChildBounties' | 'ChildBounty' | 'ChildBountyDescriptionsV1' | 'V0ToV1ChildBountyIds' | 'ChildrenCuratorFees';
1383
1382
  }
1384
- /** @name PalletRcMigratorChildBountiesPortableChildBounty (634) */
1385
- interface PalletRcMigratorChildBountiesPortableChildBounty extends Struct {
1383
+ /** @name PezpalletRcMigratorChildBountiesPortableChildBounty (634) */
1384
+ interface PezpalletRcMigratorChildBountiesPortableChildBounty extends Struct {
1386
1385
  readonly parentBounty: u32;
1387
1386
  readonly value: u128;
1388
1387
  readonly fee: u128;
1389
1388
  readonly curatorDeposit: u128;
1390
- readonly status: PalletRcMigratorChildBountiesPortableChildBountyStatus;
1389
+ readonly status: PezpalletRcMigratorChildBountiesPortableChildBountyStatus;
1391
1390
  }
1392
- /** @name PalletRcMigratorChildBountiesPortableChildBountyStatus (635) */
1393
- interface PalletRcMigratorChildBountiesPortableChildBountyStatus extends Enum {
1391
+ /** @name PezpalletRcMigratorChildBountiesPortableChildBountyStatus (635) */
1392
+ interface PezpalletRcMigratorChildBountiesPortableChildBountyStatus extends Enum {
1394
1393
  readonly isAdded: boolean;
1395
1394
  readonly isCuratorProposed: boolean;
1396
1395
  readonly asCuratorProposed: {
@@ -1408,10 +1407,10 @@ declare module '@polkadot/types/lookup' {
1408
1407
  } & Struct;
1409
1408
  readonly type: 'Added' | 'CuratorProposed' | 'Active' | 'PendingPayout';
1410
1409
  }
1411
- /** @name PalletRcMigratorStakingMessagePortableStakingMessage (638) */
1412
- interface PalletRcMigratorStakingMessagePortableStakingMessage extends Enum {
1410
+ /** @name PezpalletRcMigratorStakingMessagePortableStakingMessage (638) */
1411
+ interface PezpalletRcMigratorStakingMessagePortableStakingMessage extends Enum {
1413
1412
  readonly isValues: boolean;
1414
- readonly asValues: PalletRcMigratorStakingMessageStakingValues;
1413
+ readonly asValues: PezpalletRcMigratorStakingMessageStakingValues;
1415
1414
  readonly isInvulnerables: boolean;
1416
1415
  readonly asInvulnerables: Vec<AccountId32>;
1417
1416
  readonly isBonded: boolean;
@@ -1422,22 +1421,22 @@ declare module '@polkadot/types/lookup' {
1422
1421
  readonly isLedger: boolean;
1423
1422
  readonly asLedger: {
1424
1423
  readonly controller: AccountId32;
1425
- readonly ledger: PalletRcMigratorStakingMessagePortableStakingLedger;
1424
+ readonly ledger: PezpalletRcMigratorStakingMessagePortableStakingLedger;
1426
1425
  } & Struct;
1427
1426
  readonly isPayee: boolean;
1428
1427
  readonly asPayee: {
1429
1428
  readonly stash: AccountId32;
1430
- readonly payment: PalletRcMigratorStakingMessagePortableRewardDestination;
1429
+ readonly payment: PezpalletRcMigratorStakingMessagePortableRewardDestination;
1431
1430
  } & Struct;
1432
1431
  readonly isValidators: boolean;
1433
1432
  readonly asValidators: {
1434
1433
  readonly stash: AccountId32;
1435
- readonly validators: PalletRcMigratorStakingMessagePortableValidatorPrefs;
1434
+ readonly validators: PezpalletRcMigratorStakingMessagePortableValidatorPrefs;
1436
1435
  } & Struct;
1437
1436
  readonly isNominators: boolean;
1438
1437
  readonly asNominators: {
1439
1438
  readonly stash: AccountId32;
1440
- readonly nominations: PalletRcMigratorStakingMessagePortableNominations;
1439
+ readonly nominations: PezpalletRcMigratorStakingMessagePortableNominations;
1441
1440
  } & Struct;
1442
1441
  readonly isVirtualStakers: boolean;
1443
1442
  readonly asVirtualStakers: AccountId32;
@@ -1445,14 +1444,14 @@ declare module '@polkadot/types/lookup' {
1445
1444
  readonly asErasStakersOverview: {
1446
1445
  readonly era: u32;
1447
1446
  readonly validator: AccountId32;
1448
- readonly exposure: PalletRcMigratorStakingMessagePortablePagedExposureMetadata;
1447
+ readonly exposure: PezpalletRcMigratorStakingMessagePortablePagedExposureMetadata;
1449
1448
  } & Struct;
1450
1449
  readonly isErasStakersPaged: boolean;
1451
1450
  readonly asErasStakersPaged: {
1452
1451
  readonly era: u32;
1453
1452
  readonly validator: AccountId32;
1454
1453
  readonly page: u32;
1455
- readonly exposure: PalletRcMigratorStakingMessagePortableExposurePage;
1454
+ readonly exposure: PezpalletRcMigratorStakingMessagePortableExposurePage;
1456
1455
  } & Struct;
1457
1456
  readonly isClaimedRewards: boolean;
1458
1457
  readonly asClaimedRewards: {
@@ -1464,7 +1463,7 @@ declare module '@polkadot/types/lookup' {
1464
1463
  readonly asErasValidatorPrefs: {
1465
1464
  readonly era: u32;
1466
1465
  readonly validator: AccountId32;
1467
- readonly prefs: PalletRcMigratorStakingMessagePortableValidatorPrefs;
1466
+ readonly prefs: PezpalletRcMigratorStakingMessagePortableValidatorPrefs;
1468
1467
  } & Struct;
1469
1468
  readonly isErasValidatorReward: boolean;
1470
1469
  readonly asErasValidatorReward: {
@@ -1474,7 +1473,7 @@ declare module '@polkadot/types/lookup' {
1474
1473
  readonly isErasRewardPoints: boolean;
1475
1474
  readonly asErasRewardPoints: {
1476
1475
  readonly era: u32;
1477
- readonly points: PalletRcMigratorStakingMessagePortableEraRewardPoints;
1476
+ readonly points: PezpalletRcMigratorStakingMessagePortableEraRewardPoints;
1478
1477
  } & Struct;
1479
1478
  readonly isErasTotalStake: boolean;
1480
1479
  readonly asErasTotalStake: {
@@ -1484,7 +1483,7 @@ declare module '@polkadot/types/lookup' {
1484
1483
  readonly isUnappliedSlashes: boolean;
1485
1484
  readonly asUnappliedSlashes: {
1486
1485
  readonly era: u32;
1487
- readonly slash: PalletRcMigratorStakingMessagePortableUnappliedSlash;
1486
+ readonly slash: PezpalletRcMigratorStakingMessagePortableUnappliedSlash;
1488
1487
  } & Struct;
1489
1488
  readonly isBondedEras: boolean;
1490
1489
  readonly asBondedEras: Vec<ITuple<[u32, u32]>>;
@@ -1496,8 +1495,8 @@ declare module '@polkadot/types/lookup' {
1496
1495
  } & Struct;
1497
1496
  readonly type: 'Values' | 'Invulnerables' | 'Bonded' | 'Ledger' | 'Payee' | 'Validators' | 'Nominators' | 'VirtualStakers' | 'ErasStakersOverview' | 'ErasStakersPaged' | 'ClaimedRewards' | 'ErasValidatorPrefs' | 'ErasValidatorReward' | 'ErasRewardPoints' | 'ErasTotalStake' | 'UnappliedSlashes' | 'BondedEras' | 'ValidatorSlashInEra';
1498
1497
  }
1499
- /** @name PalletRcMigratorStakingMessageStakingValues (639) */
1500
- interface PalletRcMigratorStakingMessageStakingValues extends Struct {
1498
+ /** @name PezpalletRcMigratorStakingMessageStakingValues (639) */
1499
+ interface PezpalletRcMigratorStakingMessageStakingValues extends Struct {
1501
1500
  readonly validatorCount: Option<u32>;
1502
1501
  readonly minValidatorCount: Option<u32>;
1503
1502
  readonly minNominatorBond: Option<u128>;
@@ -1507,41 +1506,41 @@ declare module '@polkadot/types/lookup' {
1507
1506
  readonly maxValidatorsCount: Option<u32>;
1508
1507
  readonly maxNominatorsCount: Option<u32>;
1509
1508
  readonly currentEra: Option<u32>;
1510
- readonly activeEra: Option<PalletRcMigratorStakingMessagePortableActiveEraInfo>;
1511
- readonly forceEra: Option<PalletRcMigratorStakingMessagePortableForcing>;
1509
+ readonly activeEra: Option<PezpalletRcMigratorStakingMessagePortableActiveEraInfo>;
1510
+ readonly forceEra: Option<PezpalletRcMigratorStakingMessagePortableForcing>;
1512
1511
  readonly maxStakedRewards: Option<Percent>;
1513
1512
  readonly slashRewardFraction: Option<Perbill>;
1514
1513
  readonly canceledSlashPayout: Option<u128>;
1515
1514
  readonly currentPlannedSession: Option<u32>;
1516
1515
  readonly chillThreshold: Option<Percent>;
1517
1516
  }
1518
- /** @name PalletRcMigratorStakingMessagePortableActiveEraInfo (641) */
1519
- interface PalletRcMigratorStakingMessagePortableActiveEraInfo extends Struct {
1517
+ /** @name PezpalletRcMigratorStakingMessagePortableActiveEraInfo (641) */
1518
+ interface PezpalletRcMigratorStakingMessagePortableActiveEraInfo extends Struct {
1520
1519
  readonly index: u32;
1521
1520
  readonly start: Option<u64>;
1522
1521
  }
1523
- /** @name PalletRcMigratorStakingMessagePortableForcing (643) */
1524
- interface PalletRcMigratorStakingMessagePortableForcing extends Enum {
1522
+ /** @name PezpalletRcMigratorStakingMessagePortableForcing (643) */
1523
+ interface PezpalletRcMigratorStakingMessagePortableForcing extends Enum {
1525
1524
  readonly isNotForcing: boolean;
1526
1525
  readonly isForceNew: boolean;
1527
1526
  readonly isForceNone: boolean;
1528
1527
  readonly isForceAlways: boolean;
1529
1528
  readonly type: 'NotForcing' | 'ForceNew' | 'ForceNone' | 'ForceAlways';
1530
1529
  }
1531
- /** @name PalletRcMigratorStakingMessagePortableStakingLedger (645) */
1532
- interface PalletRcMigratorStakingMessagePortableStakingLedger extends Struct {
1530
+ /** @name PezpalletRcMigratorStakingMessagePortableStakingLedger (645) */
1531
+ interface PezpalletRcMigratorStakingMessagePortableStakingLedger extends Struct {
1533
1532
  readonly stash: AccountId32;
1534
1533
  readonly total: u128;
1535
1534
  readonly active: u128;
1536
- readonly unlocking: Vec<PalletRcMigratorStakingMessagePortableUnlockChunk>;
1535
+ readonly unlocking: Vec<PezpalletRcMigratorStakingMessagePortableUnlockChunk>;
1537
1536
  }
1538
- /** @name PalletRcMigratorStakingMessagePortableUnlockChunk (647) */
1539
- interface PalletRcMigratorStakingMessagePortableUnlockChunk extends Struct {
1537
+ /** @name PezpalletRcMigratorStakingMessagePortableUnlockChunk (647) */
1538
+ interface PezpalletRcMigratorStakingMessagePortableUnlockChunk extends Struct {
1540
1539
  readonly value: u128;
1541
1540
  readonly era: u32;
1542
1541
  }
1543
- /** @name PalletRcMigratorStakingMessagePortableRewardDestination (649) */
1544
- interface PalletRcMigratorStakingMessagePortableRewardDestination extends Enum {
1542
+ /** @name PezpalletRcMigratorStakingMessagePortableRewardDestination (649) */
1543
+ interface PezpalletRcMigratorStakingMessagePortableRewardDestination extends Enum {
1545
1544
  readonly isStaked: boolean;
1546
1545
  readonly isStash: boolean;
1547
1546
  readonly isController: boolean;
@@ -1550,49 +1549,49 @@ declare module '@polkadot/types/lookup' {
1550
1549
  readonly isNone: boolean;
1551
1550
  readonly type: 'Staked' | 'Stash' | 'Controller' | 'Account' | 'None';
1552
1551
  }
1553
- /** @name PalletRcMigratorStakingMessagePortableValidatorPrefs (650) */
1554
- interface PalletRcMigratorStakingMessagePortableValidatorPrefs extends Struct {
1552
+ /** @name PezpalletRcMigratorStakingMessagePortableValidatorPrefs (650) */
1553
+ interface PezpalletRcMigratorStakingMessagePortableValidatorPrefs extends Struct {
1555
1554
  readonly commission: Perbill;
1556
1555
  readonly blocked: bool;
1557
1556
  }
1558
- /** @name PalletRcMigratorStakingMessagePortableNominations (651) */
1559
- interface PalletRcMigratorStakingMessagePortableNominations extends Struct {
1557
+ /** @name PezpalletRcMigratorStakingMessagePortableNominations (651) */
1558
+ interface PezpalletRcMigratorStakingMessagePortableNominations extends Struct {
1560
1559
  readonly targets: Vec<AccountId32>;
1561
1560
  readonly submittedIn: u32;
1562
1561
  readonly suppressed: bool;
1563
1562
  }
1564
- /** @name PalletRcMigratorStakingMessagePortablePagedExposureMetadata (653) */
1565
- interface PalletRcMigratorStakingMessagePortablePagedExposureMetadata extends Struct {
1563
+ /** @name PezpalletRcMigratorStakingMessagePortablePagedExposureMetadata (653) */
1564
+ interface PezpalletRcMigratorStakingMessagePortablePagedExposureMetadata extends Struct {
1566
1565
  readonly total: u128;
1567
1566
  readonly own: u128;
1568
1567
  readonly nominatorCount: u32;
1569
1568
  readonly pageCount: u32;
1570
1569
  }
1571
- /** @name PalletRcMigratorStakingMessagePortableExposurePage (654) */
1572
- interface PalletRcMigratorStakingMessagePortableExposurePage extends Struct {
1570
+ /** @name PezpalletRcMigratorStakingMessagePortableExposurePage (654) */
1571
+ interface PezpalletRcMigratorStakingMessagePortableExposurePage extends Struct {
1573
1572
  readonly pageTotal: u128;
1574
- readonly others: Vec<PalletRcMigratorStakingMessagePortableIndividualExposure>;
1573
+ readonly others: Vec<PezpalletRcMigratorStakingMessagePortableIndividualExposure>;
1575
1574
  }
1576
- /** @name PalletRcMigratorStakingMessagePortableIndividualExposure (656) */
1577
- interface PalletRcMigratorStakingMessagePortableIndividualExposure extends Struct {
1575
+ /** @name PezpalletRcMigratorStakingMessagePortableIndividualExposure (656) */
1576
+ interface PezpalletRcMigratorStakingMessagePortableIndividualExposure extends Struct {
1578
1577
  readonly who: AccountId32;
1579
1578
  readonly value: u128;
1580
1579
  }
1581
- /** @name PalletRcMigratorStakingMessagePortableEraRewardPoints (658) */
1582
- interface PalletRcMigratorStakingMessagePortableEraRewardPoints extends Struct {
1580
+ /** @name PezpalletRcMigratorStakingMessagePortableEraRewardPoints (658) */
1581
+ interface PezpalletRcMigratorStakingMessagePortableEraRewardPoints extends Struct {
1583
1582
  readonly total: u32;
1584
1583
  readonly individual: Vec<ITuple<[AccountId32, u32]>>;
1585
1584
  }
1586
- /** @name PalletRcMigratorStakingMessagePortableUnappliedSlash (660) */
1587
- interface PalletRcMigratorStakingMessagePortableUnappliedSlash extends Struct {
1585
+ /** @name PezpalletRcMigratorStakingMessagePortableUnappliedSlash (660) */
1586
+ interface PezpalletRcMigratorStakingMessagePortableUnappliedSlash extends Struct {
1588
1587
  readonly validator: AccountId32;
1589
1588
  readonly own: u128;
1590
1589
  readonly others: Vec<ITuple<[AccountId32, u128]>>;
1591
1590
  readonly reporters: Vec<AccountId32>;
1592
1591
  readonly payout: u128;
1593
1592
  }
1594
- /** @name PalletAhMigratorMigrationStage (665) */
1595
- interface PalletAhMigratorMigrationStage extends Enum {
1593
+ /** @name PezpalletAhMigratorMigrationStage (665) */
1594
+ interface PezpalletAhMigratorMigrationStage extends Enum {
1596
1595
  readonly isPending: boolean;
1597
1596
  readonly isDataMigrationOngoing: boolean;
1598
1597
  readonly isMigrationDone: boolean;
@@ -1602,12 +1601,12 @@ declare module '@polkadot/types/lookup' {
1602
1601
  } & Struct;
1603
1602
  readonly type: 'Pending' | 'DataMigrationOngoing' | 'MigrationDone' | 'CoolOff';
1604
1603
  }
1605
- /** @name PalletRcMigratorMigrationFinishedData (668) */
1606
- interface PalletRcMigratorMigrationFinishedData extends Struct {
1604
+ /** @name PezpalletRcMigratorMigrationFinishedData (668) */
1605
+ interface PezpalletRcMigratorMigrationFinishedData extends Struct {
1607
1606
  readonly rcBalanceKept: u128;
1608
1607
  }
1609
- /** @name PalletStakingAsyncRcClientEvent (683) */
1610
- interface PalletStakingAsyncRcClientEvent extends Enum {
1608
+ /** @name PezpalletStakingAsyncRcClientEvent (683) */
1609
+ interface PezpalletStakingAsyncRcClientEvent extends Enum {
1611
1610
  readonly isSessionReportReceived: boolean;
1612
1611
  readonly asSessionReportReceived: {
1613
1612
  readonly endIndex: u32;
@@ -1621,11 +1620,11 @@ declare module '@polkadot/types/lookup' {
1621
1620
  readonly offencesCount: u32;
1622
1621
  } & Struct;
1623
1622
  readonly isUnexpected: boolean;
1624
- readonly asUnexpected: PalletStakingAsyncRcClientUnexpectedKind;
1623
+ readonly asUnexpected: PezpalletStakingAsyncRcClientUnexpectedKind;
1625
1624
  readonly type: 'SessionReportReceived' | 'OffenceReceived' | 'Unexpected';
1626
1625
  }
1627
- /** @name PalletStakingAsyncRcClientUnexpectedKind (684) */
1628
- interface PalletStakingAsyncRcClientUnexpectedKind extends Enum {
1626
+ /** @name PezpalletStakingAsyncRcClientUnexpectedKind (684) */
1627
+ interface PezpalletStakingAsyncRcClientUnexpectedKind extends Enum {
1629
1628
  readonly isSessionReportIntegrityFailed: boolean;
1630
1629
  readonly isValidatorSetIntegrityFailed: boolean;
1631
1630
  readonly isSessionSkipped: boolean;
@@ -1634,29 +1633,29 @@ declare module '@polkadot/types/lookup' {
1634
1633
  readonly isValidatorSetDropped: boolean;
1635
1634
  readonly type: 'SessionReportIntegrityFailed' | 'ValidatorSetIntegrityFailed' | 'SessionSkipped' | 'SessionAlreadyProcessed' | 'ValidatorSetSendFailed' | 'ValidatorSetDropped';
1636
1635
  }
1637
- /** @name PalletElectionProviderMultiBlockEvent (685) */
1638
- interface PalletElectionProviderMultiBlockEvent extends Enum {
1636
+ /** @name PezpalletElectionProviderMultiBlockEvent (685) */
1637
+ interface PezpalletElectionProviderMultiBlockEvent extends Enum {
1639
1638
  readonly isPhaseTransitioned: boolean;
1640
1639
  readonly asPhaseTransitioned: {
1641
- readonly from: PalletElectionProviderMultiBlockPhase;
1642
- readonly to: PalletElectionProviderMultiBlockPhase;
1640
+ readonly from: PezpalletElectionProviderMultiBlockPhase;
1641
+ readonly to: PezpalletElectionProviderMultiBlockPhase;
1643
1642
  } & Struct;
1644
1643
  readonly isUnexpectedTargetSnapshotFailed: boolean;
1645
1644
  readonly isUnexpectedVoterSnapshotFailed: boolean;
1646
1645
  readonly type: 'PhaseTransitioned' | 'UnexpectedTargetSnapshotFailed' | 'UnexpectedVoterSnapshotFailed';
1647
1646
  }
1648
- /** @name PalletElectionProviderMultiBlockVerifierImplsPalletEvent (686) */
1649
- interface PalletElectionProviderMultiBlockVerifierImplsPalletEvent extends Enum {
1647
+ /** @name PezpalletElectionProviderMultiBlockVerifierImplsPezpalletEvent (686) */
1648
+ interface PezpalletElectionProviderMultiBlockVerifierImplsPezpalletEvent extends Enum {
1650
1649
  readonly isVerificationFailed: boolean;
1651
- readonly asVerificationFailed: ITuple<[u32, PalletElectionProviderMultiBlockVerifierFeasibilityError]>;
1650
+ readonly asVerificationFailed: ITuple<[u32, PezpalletElectionProviderMultiBlockVerifierFeasibilityError]>;
1652
1651
  readonly isVerified: boolean;
1653
1652
  readonly asVerified: ITuple<[u32, u32]>;
1654
1653
  readonly isQueued: boolean;
1655
- readonly asQueued: ITuple<[SpNposElectionsElectionScore, Option<SpNposElectionsElectionScore>]>;
1654
+ readonly asQueued: ITuple<[PezspNposElectionsElectionScore, Option<PezspNposElectionsElectionScore>]>;
1656
1655
  readonly type: 'VerificationFailed' | 'Verified' | 'Queued';
1657
1656
  }
1658
- /** @name PalletElectionProviderMultiBlockVerifierFeasibilityError (687) */
1659
- interface PalletElectionProviderMultiBlockVerifierFeasibilityError extends Enum {
1657
+ /** @name PezpalletElectionProviderMultiBlockVerifierFeasibilityError (687) */
1658
+ interface PezpalletElectionProviderMultiBlockVerifierFeasibilityError extends Enum {
1660
1659
  readonly isWrongWinnerCount: boolean;
1661
1660
  readonly isSnapshotUnavailable: boolean;
1662
1661
  readonly isInvalidVote: boolean;
@@ -1667,12 +1666,12 @@ declare module '@polkadot/types/lookup' {
1667
1666
  readonly isScoreTooLow: boolean;
1668
1667
  readonly isFailedToBoundSupport: boolean;
1669
1668
  readonly isNposElection: boolean;
1670
- readonly asNposElection: SpNposElectionsError;
1669
+ readonly asNposElection: PezspNposElectionsError;
1671
1670
  readonly isIncomplete: boolean;
1672
1671
  readonly type: 'WrongWinnerCount' | 'SnapshotUnavailable' | 'InvalidVote' | 'InvalidVoter' | 'InvalidWinner' | 'InvalidScore' | 'InvalidRound' | 'ScoreTooLow' | 'FailedToBoundSupport' | 'NposElection' | 'Incomplete';
1673
1672
  }
1674
- /** @name SpNposElectionsError (688) */
1675
- interface SpNposElectionsError extends Enum {
1673
+ /** @name PezspNposElectionsError (688) */
1674
+ interface PezspNposElectionsError extends Enum {
1676
1675
  readonly isSolutionWeightOverflow: boolean;
1677
1676
  readonly isSolutionTargetOverflow: boolean;
1678
1677
  readonly isSolutionInvalidIndex: boolean;
@@ -1685,10 +1684,10 @@ declare module '@polkadot/types/lookup' {
1685
1684
  readonly isDuplicateTarget: boolean;
1686
1685
  readonly type: 'SolutionWeightOverflow' | 'SolutionTargetOverflow' | 'SolutionInvalidIndex' | 'SolutionInvalidPageIndex' | 'ArithmeticError' | 'InvalidSupportEdge' | 'TooManyVoters' | 'BoundsExceeded' | 'DuplicateVoter' | 'DuplicateTarget';
1687
1686
  }
1688
- /** @name PalletElectionProviderMultiBlockSignedPalletEvent (690) */
1689
- interface PalletElectionProviderMultiBlockSignedPalletEvent extends Enum {
1687
+ /** @name PezpalletElectionProviderMultiBlockSignedPezpalletEvent (690) */
1688
+ interface PezpalletElectionProviderMultiBlockSignedPezpalletEvent extends Enum {
1690
1689
  readonly isRegistered: boolean;
1691
- readonly asRegistered: ITuple<[u32, AccountId32, SpNposElectionsElectionScore]>;
1690
+ readonly asRegistered: ITuple<[u32, AccountId32, PezspNposElectionsElectionScore]>;
1692
1691
  readonly isStored: boolean;
1693
1692
  readonly asStored: ITuple<[u32, AccountId32, u32]>;
1694
1693
  readonly isRewarded: boolean;
@@ -1703,8 +1702,8 @@ declare module '@polkadot/types/lookup' {
1703
1702
  readonly asBailed: ITuple<[u32, AccountId32]>;
1704
1703
  readonly type: 'Registered' | 'Stored' | 'Rewarded' | 'Slashed' | 'Ejected' | 'Discarded' | 'Bailed';
1705
1704
  }
1706
- /** @name PalletStakingAsyncPalletEvent (691) */
1707
- interface PalletStakingAsyncPalletEvent extends Enum {
1705
+ /** @name PezpalletStakingAsyncPezpalletEvent (691) */
1706
+ interface PezpalletStakingAsyncPezpalletEvent extends Enum {
1708
1707
  readonly isEraPaid: boolean;
1709
1708
  readonly asEraPaid: {
1710
1709
  readonly eraIndex: u32;
@@ -1714,7 +1713,7 @@ declare module '@polkadot/types/lookup' {
1714
1713
  readonly isRewarded: boolean;
1715
1714
  readonly asRewarded: {
1716
1715
  readonly stash: AccountId32;
1717
- readonly dest: PalletStakingAsyncRewardDestination;
1716
+ readonly dest: PezpalletStakingAsyncRewardDestination;
1718
1717
  readonly amount: u128;
1719
1718
  } & Struct;
1720
1719
  readonly isSlashed: boolean;
@@ -1764,7 +1763,7 @@ declare module '@polkadot/types/lookup' {
1764
1763
  readonly isValidatorPrefsSet: boolean;
1765
1764
  readonly asValidatorPrefsSet: {
1766
1765
  readonly stash: AccountId32;
1767
- readonly prefs: PalletStakingAsyncValidatorPrefs;
1766
+ readonly prefs: PezpalletStakingAsyncValidatorPrefs;
1768
1767
  } & Struct;
1769
1768
  readonly isSnapshotVotersSizeExceeded: boolean;
1770
1769
  readonly asSnapshotVotersSizeExceeded: {
@@ -1776,7 +1775,7 @@ declare module '@polkadot/types/lookup' {
1776
1775
  } & Struct;
1777
1776
  readonly isForceEra: boolean;
1778
1777
  readonly asForceEra: {
1779
- readonly mode: PalletStakingAsyncForcing;
1778
+ readonly mode: PezpalletStakingAsyncForcing;
1780
1779
  } & Struct;
1781
1780
  readonly isControllerBatchDeprecated: boolean;
1782
1781
  readonly asControllerBatchDeprecated: {
@@ -1817,7 +1816,7 @@ declare module '@polkadot/types/lookup' {
1817
1816
  readonly plannedEra: u32;
1818
1817
  } & Struct;
1819
1818
  readonly isUnexpected: boolean;
1820
- readonly asUnexpected: PalletStakingAsyncPalletUnexpectedKind;
1819
+ readonly asUnexpected: PezpalletStakingAsyncPezpalletUnexpectedKind;
1821
1820
  readonly isOffenceTooOld: boolean;
1822
1821
  readonly asOffenceTooOld: {
1823
1822
  readonly offenceEra: u32;
@@ -1830,22 +1829,22 @@ declare module '@polkadot/types/lookup' {
1830
1829
  } & Struct;
1831
1830
  readonly type: 'EraPaid' | 'Rewarded' | 'Slashed' | 'OldSlashingReportDiscarded' | 'Bonded' | 'Unbonded' | 'Withdrawn' | 'StakerRemoved' | 'Kicked' | 'Chilled' | 'PayoutStarted' | 'ValidatorPrefsSet' | 'SnapshotVotersSizeExceeded' | 'SnapshotTargetsSizeExceeded' | 'ForceEra' | 'ControllerBatchDeprecated' | 'CurrencyMigrated' | 'PagedElectionProceeded' | 'OffenceReported' | 'SlashComputed' | 'SlashCancelled' | 'SessionRotated' | 'Unexpected' | 'OffenceTooOld' | 'EraPruned';
1832
1831
  }
1833
- /** @name PalletStakingAsyncForcing (692) */
1834
- interface PalletStakingAsyncForcing extends Enum {
1832
+ /** @name PezpalletStakingAsyncForcing (692) */
1833
+ interface PezpalletStakingAsyncForcing extends Enum {
1835
1834
  readonly isNotForcing: boolean;
1836
1835
  readonly isForceNew: boolean;
1837
1836
  readonly isForceNone: boolean;
1838
1837
  readonly isForceAlways: boolean;
1839
1838
  readonly type: 'NotForcing' | 'ForceNew' | 'ForceNone' | 'ForceAlways';
1840
1839
  }
1841
- /** @name PalletStakingAsyncPalletUnexpectedKind (694) */
1842
- interface PalletStakingAsyncPalletUnexpectedKind extends Enum {
1840
+ /** @name PezpalletStakingAsyncPezpalletUnexpectedKind (694) */
1841
+ interface PezpalletStakingAsyncPezpalletUnexpectedKind extends Enum {
1843
1842
  readonly isEraDurationBoundExceeded: boolean;
1844
1843
  readonly isUnknownValidatorActivation: boolean;
1845
1844
  readonly type: 'EraDurationBoundExceeded' | 'UnknownValidatorActivation';
1846
1845
  }
1847
- /** @name PalletAhOpsEvent (695) */
1848
- interface PalletAhOpsEvent extends Enum {
1846
+ /** @name PezpalletAhOpsEvent (695) */
1847
+ interface PezpalletAhOpsEvent extends Enum {
1849
1848
  readonly isLeaseUnreserveRemaining: boolean;
1850
1849
  readonly asLeaseUnreserveRemaining: {
1851
1850
  readonly depositor: AccountId32;
@@ -1867,21 +1866,21 @@ declare module '@polkadot/types/lookup' {
1867
1866
  } & Struct;
1868
1867
  readonly type: 'LeaseUnreserveRemaining' | 'CrowdloanUnreserveRemaining' | 'SovereignMigrated';
1869
1868
  }
1870
- /** @name PalletAhMigratorEvent (696) */
1871
- interface PalletAhMigratorEvent extends Enum {
1869
+ /** @name PezpalletAhMigratorEvent (696) */
1870
+ interface PezpalletAhMigratorEvent extends Enum {
1872
1871
  readonly isStageTransition: boolean;
1873
1872
  readonly asStageTransition: {
1874
- readonly old: PalletAhMigratorMigrationStage;
1875
- readonly new_: PalletAhMigratorMigrationStage;
1873
+ readonly old: PezpalletAhMigratorMigrationStage;
1874
+ readonly new_: PezpalletAhMigratorMigrationStage;
1876
1875
  } & Struct;
1877
1876
  readonly isBatchReceived: boolean;
1878
1877
  readonly asBatchReceived: {
1879
- readonly pallet: PalletAhMigratorPalletEventName;
1878
+ readonly pallet: PezpalletAhMigratorPezpalletEventName;
1880
1879
  readonly count: u32;
1881
1880
  } & Struct;
1882
1881
  readonly isBatchProcessed: boolean;
1883
1882
  readonly asBatchProcessed: {
1884
- readonly pallet: PalletAhMigratorPalletEventName;
1883
+ readonly pallet: PezpalletAhMigratorPezpalletEventName;
1885
1884
  readonly countGood: u32;
1886
1885
  readonly countBad: u32;
1887
1886
  } & Struct;
@@ -1895,8 +1894,8 @@ declare module '@polkadot/types/lookup' {
1895
1894
  } & Struct;
1896
1895
  readonly isDmpQueuePriorityConfigSet: boolean;
1897
1896
  readonly asDmpQueuePriorityConfigSet: {
1898
- readonly old: PalletRcMigratorQueuePriority;
1899
- readonly new_: PalletRcMigratorQueuePriority;
1897
+ readonly old: PezpalletRcMigratorQueuePriority;
1898
+ readonly new_: PezpalletRcMigratorQueuePriority;
1900
1899
  } & Struct;
1901
1900
  readonly isBalancesBeforeRecordSet: boolean;
1902
1901
  readonly asBalancesBeforeRecordSet: {
@@ -1949,8 +1948,8 @@ declare module '@polkadot/types/lookup' {
1949
1948
  } & Struct;
1950
1949
  readonly type: 'StageTransition' | 'BatchReceived' | 'BatchProcessed' | 'AssetHubMigrationStarted' | 'AssetHubMigrationFinished' | 'DmpQueuePrioritySet' | 'DmpQueuePriorityConfigSet' | 'BalancesBeforeRecordSet' | 'BalancesBeforeRecordConsumed' | 'ReferendumCanceled' | 'ManagerSet' | 'AccountTranslatedParachainSovereign' | 'AccountTranslatedParachainSovereignDerived' | 'XcmSent' | 'FailedToUnreserveMultisigDeposit' | 'FailedToUnreservePreimageDeposit';
1951
1950
  }
1952
- /** @name PalletAhMigratorPalletEventName (697) */
1953
- interface PalletAhMigratorPalletEventName extends Enum {
1951
+ /** @name PezpalletAhMigratorPezpalletEventName (697) */
1952
+ interface PezpalletAhMigratorPezpalletEventName extends Enum {
1954
1953
  readonly isAssetRates: boolean;
1955
1954
  readonly isBagsList: boolean;
1956
1955
  readonly isBalances: boolean;
@@ -1980,43 +1979,43 @@ declare module '@polkadot/types/lookup' {
1980
1979
  readonly isSociety: boolean;
1981
1980
  readonly type: 'AssetRates' | 'BagsList' | 'Balances' | 'Bounties' | 'ChildBounties' | 'Claims' | 'ConvictionVoting' | 'Crowdloan' | 'DelegatedStaking' | 'Indices' | 'Multisig' | 'NomPools' | 'PreimageChunk' | 'PreimageLegacyStatus' | 'PreimageRequestStatus' | 'ProxyAnnouncements' | 'ProxyProxies' | 'Recovery' | 'ReferendaMetadata' | 'ReferendaReferendums' | 'ReferendaValues' | 'Scheduler' | 'SchedulerAgenda' | 'Staking' | 'Treasury' | 'Vesting' | 'Society';
1982
1981
  }
1983
- /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (715) */
1984
- interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct {
1985
- readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth;
1982
+ /** @name PezcumulusPezpalletTeyrchainSystemUnincludedSegmentAncestor (715) */
1983
+ interface PezcumulusPezpalletTeyrchainSystemUnincludedSegmentAncestor extends Struct {
1984
+ readonly usedBandwidth: PezcumulusPezpalletTeyrchainSystemUnincludedSegmentUsedBandwidth;
1986
1985
  readonly paraHeadHash: Option<H256>;
1987
- readonly consumedGoAheadSignal: Option<PolkadotPrimitivesV8UpgradeGoAhead>;
1986
+ readonly consumedGoAheadSignal: Option<PezkuwiPrimitivesV8UpgradeGoAhead>;
1988
1987
  }
1989
- /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (716) */
1990
- interface CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth extends Struct {
1988
+ /** @name PezcumulusPezpalletTeyrchainSystemUnincludedSegmentUsedBandwidth (716) */
1989
+ interface PezcumulusPezpalletTeyrchainSystemUnincludedSegmentUsedBandwidth extends Struct {
1991
1990
  readonly umpMsgCount: u32;
1992
1991
  readonly umpTotalBytes: u32;
1993
- readonly hrmpOutgoing: BTreeMap<u32, CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate>;
1992
+ readonly hrmpOutgoing: BTreeMap<u32, PezcumulusPezpalletTeyrchainSystemUnincludedSegmentHrmpChannelUpdate>;
1994
1993
  }
1995
- /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (718) */
1996
- interface CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate extends Struct {
1994
+ /** @name PezcumulusPezpalletTeyrchainSystemUnincludedSegmentHrmpChannelUpdate (718) */
1995
+ interface PezcumulusPezpalletTeyrchainSystemUnincludedSegmentHrmpChannelUpdate extends Struct {
1997
1996
  readonly msgCount: u32;
1998
1997
  readonly totalBytes: u32;
1999
1998
  }
2000
- /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (723) */
2001
- interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct {
2002
- readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth;
1999
+ /** @name PezcumulusPezpalletTeyrchainSystemUnincludedSegmentSegmentTracker (723) */
2000
+ interface PezcumulusPezpalletTeyrchainSystemUnincludedSegmentSegmentTracker extends Struct {
2001
+ readonly usedBandwidth: PezcumulusPezpalletTeyrchainSystemUnincludedSegmentUsedBandwidth;
2003
2002
  readonly hrmpWatermark: Option<u32>;
2004
- readonly consumedGoAheadSignal: Option<PolkadotPrimitivesV8UpgradeGoAhead>;
2003
+ readonly consumedGoAheadSignal: Option<PezkuwiPrimitivesV8UpgradeGoAhead>;
2005
2004
  }
2006
- /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (726) */
2007
- interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
2005
+ /** @name PezcumulusPezpalletTeyrchainSystemRelayStateSnapshotMessagingStateSnapshot (726) */
2006
+ interface PezcumulusPezpalletTeyrchainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
2008
2007
  readonly dmqMqcHead: H256;
2009
- readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity;
2010
- readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV8AbridgedHrmpChannel]>>;
2011
- readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV8AbridgedHrmpChannel]>>;
2008
+ readonly relayDispatchQueueRemainingCapacity: PezcumulusPezpalletTeyrchainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity;
2009
+ readonly ingressChannels: Vec<ITuple<[u32, PezkuwiPrimitivesV8AbridgedHrmpChannel]>>;
2010
+ readonly egressChannels: Vec<ITuple<[u32, PezkuwiPrimitivesV8AbridgedHrmpChannel]>>;
2012
2011
  }
2013
- /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (727) */
2014
- interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity extends Struct {
2012
+ /** @name PezcumulusPezpalletTeyrchainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (727) */
2013
+ interface PezcumulusPezpalletTeyrchainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity extends Struct {
2015
2014
  readonly remainingCount: u32;
2016
2015
  readonly remainingSize: u32;
2017
2016
  }
2018
- /** @name PolkadotPrimitivesV8AbridgedHrmpChannel (730) */
2019
- interface PolkadotPrimitivesV8AbridgedHrmpChannel extends Struct {
2017
+ /** @name PezkuwiPrimitivesV8AbridgedHrmpChannel (730) */
2018
+ interface PezkuwiPrimitivesV8AbridgedHrmpChannel extends Struct {
2020
2019
  readonly maxCapacity: u32;
2021
2020
  readonly maxTotalSize: u32;
2022
2021
  readonly maxMessageSize: u32;
@@ -2024,8 +2023,8 @@ declare module '@polkadot/types/lookup' {
2024
2023
  readonly totalSize: u32;
2025
2024
  readonly mqcHead: Option<H256>;
2026
2025
  }
2027
- /** @name PolkadotPrimitivesV8AbridgedHostConfiguration (731) */
2028
- interface PolkadotPrimitivesV8AbridgedHostConfiguration extends Struct {
2026
+ /** @name PezkuwiPrimitivesV8AbridgedHostConfiguration (731) */
2027
+ interface PezkuwiPrimitivesV8AbridgedHostConfiguration extends Struct {
2029
2028
  readonly maxCodeSize: u32;
2030
2029
  readonly maxHeadDataSize: u32;
2031
2030
  readonly maxUpwardQueueCount: u32;
@@ -2035,15 +2034,15 @@ declare module '@polkadot/types/lookup' {
2035
2034
  readonly hrmpMaxMessageNumPerCandidate: u32;
2036
2035
  readonly validationUpgradeCooldown: u32;
2037
2036
  readonly validationUpgradeDelay: u32;
2038
- readonly asyncBackingParams: PolkadotPrimitivesV8AsyncBackingAsyncBackingParams;
2037
+ readonly asyncBackingParams: PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams;
2039
2038
  }
2040
- /** @name CumulusPalletParachainSystemParachainInherentInboundMessageId (737) */
2041
- interface CumulusPalletParachainSystemParachainInherentInboundMessageId extends Struct {
2039
+ /** @name PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessageId (737) */
2040
+ interface PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessageId extends Struct {
2042
2041
  readonly sentAt: u32;
2043
2042
  readonly reverseIdx: u32;
2044
2043
  }
2045
- /** @name CumulusPalletParachainSystemError (740) */
2046
- interface CumulusPalletParachainSystemError extends Enum {
2044
+ /** @name PezcumulusPezpalletTeyrchainSystemError (740) */
2045
+ interface PezcumulusPezpalletTeyrchainSystemError extends Enum {
2047
2046
  readonly isOverlappingUpgrades: boolean;
2048
2047
  readonly isProhibitedByPolkadot: boolean;
2049
2048
  readonly isTooBig: boolean;
@@ -2052,47 +2051,47 @@ declare module '@polkadot/types/lookup' {
2052
2051
  readonly isNotScheduled: boolean;
2053
2052
  readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled';
2054
2053
  }
2055
- /** @name AssetHubPolkadotRuntimeRuntimeHoldReason (761) */
2056
- interface AssetHubPolkadotRuntimeRuntimeHoldReason extends Enum {
2054
+ /** @name AssetHubPezkuwiRuntimeRuntimeHoldReason (761) */
2055
+ interface AssetHubPezkuwiRuntimeRuntimeHoldReason extends Enum {
2057
2056
  readonly isPreimage: boolean;
2058
- readonly asPreimage: PalletPreimageHoldReason;
2057
+ readonly asPreimage: PezpalletPreimageHoldReason;
2059
2058
  readonly isSession: boolean;
2060
- readonly asSession: PalletSessionHoldReason;
2059
+ readonly asSession: PezpalletSessionHoldReason;
2061
2060
  readonly isPolkadotXcm: boolean;
2062
- readonly asPolkadotXcm: PalletXcmHoldReason;
2061
+ readonly asPolkadotXcm: PezpalletXcmHoldReason;
2063
2062
  readonly isStateTrieMigration: boolean;
2064
- readonly asStateTrieMigration: PalletStateTrieMigrationHoldReason;
2063
+ readonly asStateTrieMigration: PezpalletStateTrieMigrationHoldReason;
2065
2064
  readonly isDelegatedStaking: boolean;
2066
- readonly asDelegatedStaking: PalletDelegatedStakingHoldReason;
2065
+ readonly asDelegatedStaking: PezpalletDelegatedStakingHoldReason;
2067
2066
  readonly isMultiBlockElectionSigned: boolean;
2068
- readonly asMultiBlockElectionSigned: PalletElectionProviderMultiBlockSignedPalletHoldReason;
2067
+ readonly asMultiBlockElectionSigned: PezpalletElectionProviderMultiBlockSignedPezpalletHoldReason;
2069
2068
  readonly isStaking: boolean;
2070
- readonly asStaking: PalletStakingAsyncPalletHoldReason;
2069
+ readonly asStaking: PezpalletStakingAsyncPezpalletHoldReason;
2071
2070
  readonly type: 'Preimage' | 'Session' | 'PolkadotXcm' | 'StateTrieMigration' | 'DelegatedStaking' | 'MultiBlockElectionSigned' | 'Staking';
2072
2071
  }
2073
- /** @name PalletElectionProviderMultiBlockSignedPalletHoldReason (762) */
2074
- interface PalletElectionProviderMultiBlockSignedPalletHoldReason extends Enum {
2072
+ /** @name PezpalletElectionProviderMultiBlockSignedPezpalletHoldReason (762) */
2073
+ interface PezpalletElectionProviderMultiBlockSignedPezpalletHoldReason extends Enum {
2075
2074
  readonly isSignedSubmission: boolean;
2076
2075
  readonly type: 'SignedSubmission';
2077
2076
  }
2078
- /** @name PalletStakingAsyncPalletHoldReason (763) */
2079
- interface PalletStakingAsyncPalletHoldReason extends Enum {
2077
+ /** @name PezpalletStakingAsyncPezpalletHoldReason (763) */
2078
+ interface PezpalletStakingAsyncPezpalletHoldReason extends Enum {
2080
2079
  readonly isStaking: boolean;
2081
2080
  readonly type: 'Staking';
2082
2081
  }
2083
- /** @name AssetHubPolkadotRuntimeRuntimeFreezeReason (767) */
2084
- interface AssetHubPolkadotRuntimeRuntimeFreezeReason extends Enum {
2082
+ /** @name AssetHubPezkuwiRuntimeRuntimeFreezeReason (767) */
2083
+ interface AssetHubPezkuwiRuntimeRuntimeFreezeReason extends Enum {
2085
2084
  readonly isNominationPools: boolean;
2086
- readonly asNominationPools: PalletNominationPoolsFreezeReason;
2085
+ readonly asNominationPools: PezpalletNominationPoolsFreezeReason;
2087
2086
  readonly type: 'NominationPools';
2088
2087
  }
2089
- /** @name PalletCollatorSelectionCandidateInfo (776) */
2090
- interface PalletCollatorSelectionCandidateInfo extends Struct {
2088
+ /** @name PezpalletCollatorSelectionCandidateInfo (776) */
2089
+ interface PezpalletCollatorSelectionCandidateInfo extends Struct {
2091
2090
  readonly who: AccountId32;
2092
2091
  readonly deposit: u128;
2093
2092
  }
2094
- /** @name PalletCollatorSelectionError (779) */
2095
- interface PalletCollatorSelectionError extends Enum {
2093
+ /** @name PezpalletCollatorSelectionError (779) */
2094
+ interface PezpalletCollatorSelectionError extends Enum {
2096
2095
  readonly isTooManyCandidates: boolean;
2097
2096
  readonly isTooFewEligibleCollators: boolean;
2098
2097
  readonly isAlreadyCandidate: boolean;
@@ -2112,28 +2111,28 @@ declare module '@polkadot/types/lookup' {
2112
2111
  readonly isInvalidUnreserve: boolean;
2113
2112
  readonly type: 'TooManyCandidates' | 'TooFewEligibleCollators' | 'AlreadyCandidate' | 'NotCandidate' | 'TooManyInvulnerables' | 'AlreadyInvulnerable' | 'NotInvulnerable' | 'NoAssociatedValidatorId' | 'ValidatorNotRegistered' | 'InsertToCandidateListFailed' | 'RemoveFromCandidateListFailed' | 'DepositTooLow' | 'UpdateCandidateListFailed' | 'InsufficientBond' | 'TargetIsNotCandidate' | 'IdenticalDeposit' | 'InvalidUnreserve';
2114
2113
  }
2115
- /** @name CumulusPalletXcmpQueueOutboundChannelDetails (796) */
2116
- interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {
2114
+ /** @name PezcumulusPezpalletXcmpQueueOutboundChannelDetails (796) */
2115
+ interface PezcumulusPezpalletXcmpQueueOutboundChannelDetails extends Struct {
2117
2116
  readonly recipient: u32;
2118
- readonly state: CumulusPalletXcmpQueueOutboundState;
2117
+ readonly state: PezcumulusPezpalletXcmpQueueOutboundState;
2119
2118
  readonly signalsExist: bool;
2120
2119
  readonly firstIndex: u16;
2121
2120
  readonly lastIndex: u16;
2122
2121
  }
2123
- /** @name CumulusPalletXcmpQueueOutboundState (797) */
2124
- interface CumulusPalletXcmpQueueOutboundState extends Enum {
2122
+ /** @name PezcumulusPezpalletXcmpQueueOutboundState (797) */
2123
+ interface PezcumulusPezpalletXcmpQueueOutboundState extends Enum {
2125
2124
  readonly isOk: boolean;
2126
2125
  readonly isSuspended: boolean;
2127
2126
  readonly type: 'Ok' | 'Suspended';
2128
2127
  }
2129
- /** @name CumulusPalletXcmpQueueQueueConfigData (801) */
2130
- interface CumulusPalletXcmpQueueQueueConfigData extends Struct {
2128
+ /** @name PezcumulusPezpalletXcmpQueueQueueConfigData (801) */
2129
+ interface PezcumulusPezpalletXcmpQueueQueueConfigData extends Struct {
2131
2130
  readonly suspendThreshold: u32;
2132
2131
  readonly dropThreshold: u32;
2133
2132
  readonly resumeThreshold: u32;
2134
2133
  }
2135
- /** @name CumulusPalletXcmpQueueError (802) */
2136
- interface CumulusPalletXcmpQueueError extends Enum {
2134
+ /** @name PezcumulusPezpalletXcmpQueueError (802) */
2135
+ interface PezcumulusPezpalletXcmpQueueError extends Enum {
2137
2136
  readonly isBadQueueConfig: boolean;
2138
2137
  readonly isAlreadySuspended: boolean;
2139
2138
  readonly isAlreadyResumed: boolean;
@@ -2146,8 +2145,8 @@ declare module '@polkadot/types/lookup' {
2146
2145
  readonly deliveryFeeFactor: u128;
2147
2146
  readonly isCongested: bool;
2148
2147
  }
2149
- /** @name SnowbridgePalletSystemFrontendError (839) */
2150
- interface SnowbridgePalletSystemFrontendError extends Enum {
2148
+ /** @name SnowbridgePezpalletSystemFrontendError (839) */
2149
+ interface SnowbridgePezpalletSystemFrontendError extends Enum {
2151
2150
  readonly isUnsupportedLocationVersion: boolean;
2152
2151
  readonly isInvalidAssetOwner: boolean;
2153
2152
  readonly isSendFailure: boolean;
@@ -2163,77 +2162,77 @@ declare module '@polkadot/types/lookup' {
2163
2162
  readonly isTipAmountZero: boolean;
2164
2163
  readonly type: 'UnsupportedLocationVersion' | 'InvalidAssetOwner' | 'SendFailure' | 'FeesNotMet' | 'LocationConversionFailed' | 'Halted' | 'Unreachable' | 'UnsupportedAsset' | 'WithdrawError' | 'InvalidAccount' | 'SwapError' | 'BurnError' | 'TipAmountZero';
2165
2164
  }
2166
- /** @name PalletProxyProxyDefinitionAssetHubPolkadotRuntimeProxyType (847) */
2167
- interface PalletProxyProxyDefinitionAssetHubPolkadotRuntimeProxyType extends Struct {
2165
+ /** @name PezpalletProxyProxyDefinitionAssetHubPezkuwiRuntimeProxyType (847) */
2166
+ interface PezpalletProxyProxyDefinitionAssetHubPezkuwiRuntimeProxyType extends Struct {
2168
2167
  readonly delegate: AccountId32;
2169
- readonly proxyType: AssetHubPolkadotRuntimeProxyType;
2168
+ readonly proxyType: AssetHubPezkuwiRuntimeProxyType;
2170
2169
  readonly delay: u32;
2171
2170
  }
2172
- /** @name PalletReferendaReferendumInfoOriginCaller (917) */
2173
- interface PalletReferendaReferendumInfoOriginCaller extends Enum {
2171
+ /** @name PezpalletReferendaReferendumInfoOriginCaller (917) */
2172
+ interface PezpalletReferendaReferendumInfoOriginCaller extends Enum {
2174
2173
  readonly isOngoing: boolean;
2175
- readonly asOngoing: PalletReferendaReferendumStatusOriginCaller;
2174
+ readonly asOngoing: PezpalletReferendaReferendumStatusOriginCaller;
2176
2175
  readonly isApproved: boolean;
2177
- readonly asApproved: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
2176
+ readonly asApproved: ITuple<[u32, Option<PezpalletReferendaDeposit>, Option<PezpalletReferendaDeposit>]>;
2178
2177
  readonly isRejected: boolean;
2179
- readonly asRejected: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
2178
+ readonly asRejected: ITuple<[u32, Option<PezpalletReferendaDeposit>, Option<PezpalletReferendaDeposit>]>;
2180
2179
  readonly isCancelled: boolean;
2181
- readonly asCancelled: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
2180
+ readonly asCancelled: ITuple<[u32, Option<PezpalletReferendaDeposit>, Option<PezpalletReferendaDeposit>]>;
2182
2181
  readonly isTimedOut: boolean;
2183
- readonly asTimedOut: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
2182
+ readonly asTimedOut: ITuple<[u32, Option<PezpalletReferendaDeposit>, Option<PezpalletReferendaDeposit>]>;
2184
2183
  readonly isKilled: boolean;
2185
2184
  readonly asKilled: u32;
2186
2185
  readonly type: 'Ongoing' | 'Approved' | 'Rejected' | 'Cancelled' | 'TimedOut' | 'Killed';
2187
2186
  }
2188
- /** @name PalletReferendaReferendumStatusOriginCaller (918) */
2189
- interface PalletReferendaReferendumStatusOriginCaller extends Struct {
2187
+ /** @name PezpalletReferendaReferendumStatusOriginCaller (918) */
2188
+ interface PezpalletReferendaReferendumStatusOriginCaller extends Struct {
2190
2189
  readonly track: u16;
2191
- readonly origin: AssetHubPolkadotRuntimeOriginCaller;
2192
- readonly proposal: FrameSupportPreimagesBounded;
2193
- readonly enactment: FrameSupportScheduleDispatchTime;
2190
+ readonly origin: AssetHubPezkuwiRuntimeOriginCaller;
2191
+ readonly proposal: PezframeSupportPreimagesBounded;
2192
+ readonly enactment: PezframeSupportScheduleDispatchTime;
2194
2193
  readonly submitted: u32;
2195
- readonly submissionDeposit: PalletReferendaDeposit;
2196
- readonly decisionDeposit: Option<PalletReferendaDeposit>;
2197
- readonly deciding: Option<PalletReferendaDecidingStatus>;
2198
- readonly tally: PalletConvictionVotingTally;
2194
+ readonly submissionDeposit: PezpalletReferendaDeposit;
2195
+ readonly decisionDeposit: Option<PezpalletReferendaDeposit>;
2196
+ readonly deciding: Option<PezpalletReferendaDecidingStatus>;
2197
+ readonly tally: PezpalletConvictionVotingTally;
2199
2198
  readonly inQueue: bool;
2200
2199
  readonly alarm: Option<ITuple<[u32, ITuple<[u32, u32]>]>>;
2201
2200
  }
2202
- /** @name PalletElectionProviderMultiBlockError (959) */
2203
- interface PalletElectionProviderMultiBlockError extends Enum {
2201
+ /** @name PezpalletElectionProviderMultiBlockError (959) */
2202
+ interface PezpalletElectionProviderMultiBlockError extends Enum {
2204
2203
  readonly isFallback: boolean;
2205
2204
  readonly isUnexpectedPhase: boolean;
2206
2205
  readonly isSnapshot: boolean;
2207
2206
  readonly type: 'Fallback' | 'UnexpectedPhase' | 'Snapshot';
2208
2207
  }
2209
- /** @name PalletElectionProviderMultiBlockVerifierImplsValidSolution (960) */
2210
- interface PalletElectionProviderMultiBlockVerifierImplsValidSolution extends Enum {
2208
+ /** @name PezpalletElectionProviderMultiBlockVerifierImplsValidSolution (960) */
2209
+ interface PezpalletElectionProviderMultiBlockVerifierImplsValidSolution extends Enum {
2211
2210
  readonly isX: boolean;
2212
2211
  readonly isY: boolean;
2213
2212
  readonly type: 'X' | 'Y';
2214
2213
  }
2215
- /** @name PalletElectionProviderMultiBlockVerifierImplsPartialBackings (963) */
2216
- interface PalletElectionProviderMultiBlockVerifierImplsPartialBackings extends Struct {
2214
+ /** @name PezpalletElectionProviderMultiBlockVerifierImplsPartialBackings (963) */
2215
+ interface PezpalletElectionProviderMultiBlockVerifierImplsPartialBackings extends Struct {
2217
2216
  readonly total: u128;
2218
2217
  readonly backers: u32;
2219
2218
  }
2220
- /** @name PalletElectionProviderMultiBlockVerifierImplsStatus (965) */
2221
- interface PalletElectionProviderMultiBlockVerifierImplsStatus extends Enum {
2219
+ /** @name PezpalletElectionProviderMultiBlockVerifierImplsStatus (965) */
2220
+ interface PezpalletElectionProviderMultiBlockVerifierImplsStatus extends Enum {
2222
2221
  readonly isOngoing: boolean;
2223
2222
  readonly asOngoing: u32;
2224
2223
  readonly isNothing: boolean;
2225
2224
  readonly type: 'Ongoing' | 'Nothing';
2226
2225
  }
2227
- /** @name PalletElectionProviderMultiBlockSignedSubmissionMetadata (970) */
2228
- interface PalletElectionProviderMultiBlockSignedSubmissionMetadata extends Struct {
2226
+ /** @name PezpalletElectionProviderMultiBlockSignedSubmissionMetadata (970) */
2227
+ interface PezpalletElectionProviderMultiBlockSignedSubmissionMetadata extends Struct {
2229
2228
  readonly deposit: u128;
2230
2229
  readonly fee: u128;
2231
2230
  readonly reward: u128;
2232
- readonly claimedScore: SpNposElectionsElectionScore;
2231
+ readonly claimedScore: PezspNposElectionsElectionScore;
2233
2232
  readonly pages: Vec<bool>;
2234
2233
  }
2235
- /** @name PalletElectionProviderMultiBlockSignedPalletError (973) */
2236
- interface PalletElectionProviderMultiBlockSignedPalletError extends Enum {
2234
+ /** @name PezpalletElectionProviderMultiBlockSignedPezpalletError (973) */
2235
+ interface PezpalletElectionProviderMultiBlockSignedPezpalletError extends Enum {
2237
2236
  readonly isPhaseNotSigned: boolean;
2238
2237
  readonly isDuplicate: boolean;
2239
2238
  readonly isQueueFull: boolean;
@@ -2245,58 +2244,58 @@ declare module '@polkadot/types/lookup' {
2245
2244
  readonly isTooManyInvulnerables: boolean;
2246
2245
  readonly type: 'PhaseNotSigned' | 'Duplicate' | 'QueueFull' | 'BadPageIndex' | 'NotRegistered' | 'NoSubmission' | 'RoundNotOver' | 'BadWitnessData' | 'TooManyInvulnerables';
2247
2246
  }
2248
- /** @name PalletStakingAsyncLedgerStakingLedger (974) */
2249
- interface PalletStakingAsyncLedgerStakingLedger extends Struct {
2247
+ /** @name PezpalletStakingAsyncLedgerStakingLedger (974) */
2248
+ interface PezpalletStakingAsyncLedgerStakingLedger extends Struct {
2250
2249
  readonly stash: AccountId32;
2251
2250
  readonly total: Compact<u128>;
2252
2251
  readonly active: Compact<u128>;
2253
- readonly unlocking: Vec<PalletStakingAsyncLedgerUnlockChunk>;
2252
+ readonly unlocking: Vec<PezpalletStakingAsyncLedgerUnlockChunk>;
2254
2253
  }
2255
- /** @name PalletStakingAsyncNominations (975) */
2256
- interface PalletStakingAsyncNominations extends Struct {
2254
+ /** @name PezpalletStakingAsyncNominations (975) */
2255
+ interface PezpalletStakingAsyncNominations extends Struct {
2257
2256
  readonly targets: Vec<AccountId32>;
2258
2257
  readonly submittedIn: u32;
2259
2258
  readonly suppressed: bool;
2260
2259
  }
2261
- /** @name PalletStakingAsyncActiveEraInfo (976) */
2262
- interface PalletStakingAsyncActiveEraInfo extends Struct {
2260
+ /** @name PezpalletStakingAsyncActiveEraInfo (976) */
2261
+ interface PezpalletStakingAsyncActiveEraInfo extends Struct {
2263
2262
  readonly index: u32;
2264
2263
  readonly start: Option<u64>;
2265
2264
  }
2266
- /** @name PalletStakingAsyncPalletBoundedExposurePage (979) */
2267
- interface PalletStakingAsyncPalletBoundedExposurePage extends SpStakingExposurePage {
2265
+ /** @name PezpalletStakingAsyncPezpalletBoundedExposurePage (979) */
2266
+ interface PezpalletStakingAsyncPezpalletBoundedExposurePage extends PezspStakingExposurePage {
2268
2267
  }
2269
- /** @name PalletStakingAsyncEraRewardPoints (984) */
2270
- interface PalletStakingAsyncEraRewardPoints extends Struct {
2268
+ /** @name PezpalletStakingAsyncEraRewardPoints (984) */
2269
+ interface PezpalletStakingAsyncEraRewardPoints extends Struct {
2271
2270
  readonly total: u32;
2272
2271
  readonly individual: BTreeMap<AccountId32, u32>;
2273
2272
  }
2274
- /** @name PalletStakingAsyncSlashingOffenceRecord (987) */
2275
- interface PalletStakingAsyncSlashingOffenceRecord extends Struct {
2273
+ /** @name PezpalletStakingAsyncSlashingOffenceRecord (987) */
2274
+ interface PezpalletStakingAsyncSlashingOffenceRecord extends Struct {
2276
2275
  readonly reporter: Option<AccountId32>;
2277
2276
  readonly reportedEra: u32;
2278
2277
  readonly exposurePage: u32;
2279
2278
  readonly slashFraction: Perbill;
2280
2279
  readonly priorSlashFraction: Perbill;
2281
2280
  }
2282
- /** @name PalletStakingAsyncUnappliedSlash (991) */
2283
- interface PalletStakingAsyncUnappliedSlash extends Struct {
2281
+ /** @name PezpalletStakingAsyncUnappliedSlash (991) */
2282
+ interface PezpalletStakingAsyncUnappliedSlash extends Struct {
2284
2283
  readonly validator: AccountId32;
2285
2284
  readonly own: u128;
2286
2285
  readonly others: Vec<ITuple<[AccountId32, u128]>>;
2287
2286
  readonly reporter: Option<AccountId32>;
2288
2287
  readonly payout: u128;
2289
2288
  }
2290
- /** @name PalletStakingAsyncSnapshotStatus (994) */
2291
- interface PalletStakingAsyncSnapshotStatus extends Enum {
2289
+ /** @name PezpalletStakingAsyncSnapshotStatus (994) */
2290
+ interface PezpalletStakingAsyncSnapshotStatus extends Enum {
2292
2291
  readonly isOngoing: boolean;
2293
2292
  readonly asOngoing: AccountId32;
2294
2293
  readonly isConsumed: boolean;
2295
2294
  readonly isWaiting: boolean;
2296
2295
  readonly type: 'Ongoing' | 'Consumed' | 'Waiting';
2297
2296
  }
2298
- /** @name PalletStakingAsyncPalletPruningStep (996) */
2299
- interface PalletStakingAsyncPalletPruningStep extends Enum {
2297
+ /** @name PezpalletStakingAsyncPezpalletPruningStep (996) */
2298
+ interface PezpalletStakingAsyncPezpalletPruningStep extends Enum {
2300
2299
  readonly isErasStakersPaged: boolean;
2301
2300
  readonly isErasStakersOverview: boolean;
2302
2301
  readonly isErasValidatorPrefs: boolean;
@@ -2306,8 +2305,8 @@ declare module '@polkadot/types/lookup' {
2306
2305
  readonly isErasTotalStake: boolean;
2307
2306
  readonly type: 'ErasStakersPaged' | 'ErasStakersOverview' | 'ErasValidatorPrefs' | 'ClaimedRewards' | 'ErasValidatorReward' | 'ErasRewardPoints' | 'ErasTotalStake';
2308
2307
  }
2309
- /** @name PalletStakingAsyncPalletError (997) */
2310
- interface PalletStakingAsyncPalletError extends Enum {
2308
+ /** @name PezpalletStakingAsyncPezpalletError (997) */
2309
+ interface PezpalletStakingAsyncPezpalletError extends Enum {
2311
2310
  readonly isNotController: boolean;
2312
2311
  readonly isNotStash: boolean;
2313
2312
  readonly isAlreadyBonded: boolean;
@@ -2346,8 +2345,8 @@ declare module '@polkadot/types/lookup' {
2346
2345
  readonly isCancelledSlash: boolean;
2347
2346
  readonly type: 'NotController' | 'NotStash' | 'AlreadyBonded' | 'AlreadyPaired' | 'EmptyTargets' | 'DuplicateIndex' | 'InvalidSlashRecord' | 'InsufficientBond' | 'NoMoreChunks' | 'NoUnlockChunk' | 'FundedTarget' | 'InvalidEraToReward' | 'InvalidNumberOfNominations' | 'AlreadyClaimed' | 'InvalidPage' | 'IncorrectHistoryDepth' | 'BadState' | 'TooManyTargets' | 'BadTarget' | 'CannotChillOther' | 'TooManyNominators' | 'TooManyValidators' | 'CommissionTooLow' | 'BoundNotMet' | 'ControllerDeprecated' | 'CannotRestoreLedger' | 'RewardDestinationRestricted' | 'NotEnoughFunds' | 'VirtualStakerNotAllowed' | 'CannotReapStash' | 'AlreadyMigrated' | 'EraNotStarted' | 'Restricted' | 'UnappliedSlashesInPreviousEra' | 'EraNotPrunable' | 'CancelledSlash';
2348
2347
  }
2349
- /** @name PalletAhOpsError (999) */
2350
- interface PalletAhOpsError extends Enum {
2348
+ /** @name PezpalletAhOpsError (999) */
2349
+ interface PezpalletAhOpsError extends Enum {
2351
2350
  readonly isNoLeaseReserve: boolean;
2352
2351
  readonly isNoCrowdloanContribution: boolean;
2353
2352
  readonly isNoCrowdloanReserve: boolean;
@@ -2361,13 +2360,13 @@ declare module '@polkadot/types/lookup' {
2361
2360
  readonly isZeroBalance: boolean;
2362
2361
  readonly type: 'NoLeaseReserve' | 'NoCrowdloanContribution' | 'NoCrowdloanReserve' | 'FailedToWithdrawCrowdloanContribution' | 'NotYet' | 'ContributionsRemaining' | 'WrongDerivedTranslation' | 'NotSovereign' | 'InternalError' | 'MigrationNotCompleted' | 'ZeroBalance';
2363
2362
  }
2364
- /** @name PalletAhMigratorBalancesBefore (1000) */
2365
- interface PalletAhMigratorBalancesBefore extends Struct {
2363
+ /** @name PezpalletAhMigratorBalancesBefore (1000) */
2364
+ interface PezpalletAhMigratorBalancesBefore extends Struct {
2366
2365
  readonly checkingAccount: u128;
2367
2366
  readonly totalIssuance: u128;
2368
2367
  }
2369
- /** @name PalletAhMigratorError (1001) */
2370
- interface PalletAhMigratorError extends Enum {
2368
+ /** @name PezpalletAhMigratorError (1001) */
2369
+ interface PezpalletAhMigratorError extends Enum {
2371
2370
  readonly isFailedToUnreserveDeposit: boolean;
2372
2371
  readonly isFailedToProcessAccount: boolean;
2373
2372
  readonly isInsertConflict: boolean;
@@ -2389,8 +2388,8 @@ declare module '@polkadot/types/lookup' {
2389
2388
  readonly isInvalidOrigin: boolean;
2390
2389
  readonly type: 'FailedToUnreserveDeposit' | 'FailedToProcessAccount' | 'InsertConflict' | 'FailedToConvertType' | 'PreimageNotFound' | 'FailedToConvertCall' | 'FailedToBoundCall' | 'XcmError' | 'FailedToIntegrateVestingSchedule' | 'FailedToCalculateCheckingAccount' | 'FailedToBoundVector' | 'DmpQueuePriorityAlreadySet' | 'InvalidParameter' | 'PreimageMissing' | 'PreimageTooBig' | 'PreimageChunkMissing' | 'PreimageStatusInvalid' | 'BadXcmVersion' | 'InvalidOrigin';
2391
2390
  }
2392
- /** @name AssetHubPolkadotRuntimeRuntime (1014) */
2393
- type AssetHubPolkadotRuntimeRuntime = Null;
2391
+ /** @name AssetHubPezkuwiRuntimeRuntime (1014) */
2392
+ type AssetHubPezkuwiRuntimeRuntime = Null;
2394
2393
  /** @name XcmVersionedAsset (1062) */
2395
2394
  interface XcmVersionedAsset extends Enum {
2396
2395
  readonly isV3: boolean;
@@ -2418,95 +2417,95 @@ declare module '@polkadot/types/lookup' {
2418
2417
  readonly isAmountToBalanceConversionFailed: boolean;
2419
2418
  readonly type: 'AssetIdConversionFailed' | 'AmountToBalanceConversionFailed';
2420
2419
  }
2421
- /** @name CumulusPrimitivesCoreCollationInfo (1070) */
2422
- interface CumulusPrimitivesCoreCollationInfo extends Struct {
2420
+ /** @name PezcumulusPrimitivesCoreCollationInfo (1070) */
2421
+ interface PezcumulusPrimitivesCoreCollationInfo extends Struct {
2423
2422
  readonly upwardMessages: Vec<Bytes>;
2424
- readonly horizontalMessages: Vec<PolkadotCorePrimitivesOutboundHrmpMessage>;
2423
+ readonly horizontalMessages: Vec<PezkuwiCorePrimitivesOutboundHrmpMessage>;
2425
2424
  readonly newValidationCode: Option<Bytes>;
2426
2425
  readonly processedDownwardMessages: u32;
2427
2426
  readonly hrmpWatermark: u32;
2428
2427
  readonly headData: Bytes;
2429
2428
  }
2430
- /** @name AssetHubPolkadotRuntimeRuntimeError (1079) */
2431
- interface AssetHubPolkadotRuntimeRuntimeError extends Enum {
2429
+ /** @name AssetHubPezkuwiRuntimeRuntimeError (1079) */
2430
+ interface AssetHubPezkuwiRuntimeRuntimeError extends Enum {
2432
2431
  readonly isSystem: boolean;
2433
- readonly asSystem: FrameSystemError;
2432
+ readonly asSystem: PezframeSystemError;
2434
2433
  readonly isParachainSystem: boolean;
2435
- readonly asParachainSystem: CumulusPalletParachainSystemError;
2434
+ readonly asParachainSystem: PezcumulusPezpalletTeyrchainSystemError;
2436
2435
  readonly isPreimage: boolean;
2437
- readonly asPreimage: PalletPreimageError;
2436
+ readonly asPreimage: PezpalletPreimageError;
2438
2437
  readonly isScheduler: boolean;
2439
- readonly asScheduler: PalletSchedulerError;
2438
+ readonly asScheduler: PezpalletSchedulerError;
2440
2439
  readonly isBalances: boolean;
2441
- readonly asBalances: PalletBalancesError;
2440
+ readonly asBalances: PezpalletBalancesError;
2442
2441
  readonly isVesting: boolean;
2443
- readonly asVesting: PalletVestingError;
2442
+ readonly asVesting: PezpalletVestingError;
2444
2443
  readonly isClaims: boolean;
2445
- readonly asClaims: PolkadotRuntimeCommonClaimsPalletError;
2444
+ readonly asClaims: PezkuwiRuntimeCommonClaimsPezpalletError;
2446
2445
  readonly isCollatorSelection: boolean;
2447
- readonly asCollatorSelection: PalletCollatorSelectionError;
2446
+ readonly asCollatorSelection: PezpalletCollatorSelectionError;
2448
2447
  readonly isSession: boolean;
2449
- readonly asSession: PalletSessionError;
2448
+ readonly asSession: PezpalletSessionError;
2450
2449
  readonly isXcmpQueue: boolean;
2451
- readonly asXcmpQueue: CumulusPalletXcmpQueueError;
2450
+ readonly asXcmpQueue: PezcumulusPezpalletXcmpQueueError;
2452
2451
  readonly isPolkadotXcm: boolean;
2453
- readonly asPolkadotXcm: PalletXcmError;
2452
+ readonly asPolkadotXcm: PezpalletXcmError;
2454
2453
  readonly isMessageQueue: boolean;
2455
- readonly asMessageQueue: PalletMessageQueueError;
2454
+ readonly asMessageQueue: PezpalletMessageQueueError;
2456
2455
  readonly isSnowbridgeSystemFrontend: boolean;
2457
- readonly asSnowbridgeSystemFrontend: SnowbridgePalletSystemFrontendError;
2456
+ readonly asSnowbridgeSystemFrontend: SnowbridgePezpalletSystemFrontendError;
2458
2457
  readonly isUtility: boolean;
2459
- readonly asUtility: PalletUtilityError;
2458
+ readonly asUtility: PezpalletUtilityError;
2460
2459
  readonly isMultisig: boolean;
2461
- readonly asMultisig: PalletMultisigError;
2460
+ readonly asMultisig: PezpalletMultisigError;
2462
2461
  readonly isProxy: boolean;
2463
- readonly asProxy: PalletProxyError;
2462
+ readonly asProxy: PezpalletProxyError;
2464
2463
  readonly isIndices: boolean;
2465
- readonly asIndices: PalletIndicesError;
2464
+ readonly asIndices: PezpalletIndicesError;
2466
2465
  readonly isAssets: boolean;
2467
- readonly asAssets: PalletAssetsError;
2466
+ readonly asAssets: PezpalletAssetsError;
2468
2467
  readonly isUniques: boolean;
2469
- readonly asUniques: PalletUniquesError;
2468
+ readonly asUniques: PezpalletUniquesError;
2470
2469
  readonly isNfts: boolean;
2471
- readonly asNfts: PalletNftsError;
2470
+ readonly asNfts: PezpalletNftsError;
2472
2471
  readonly isForeignAssets: boolean;
2473
- readonly asForeignAssets: PalletAssetsError;
2472
+ readonly asForeignAssets: PezpalletAssetsError;
2474
2473
  readonly isPoolAssets: boolean;
2475
- readonly asPoolAssets: PalletAssetsError;
2474
+ readonly asPoolAssets: PezpalletAssetsError;
2476
2475
  readonly isAssetConversion: boolean;
2477
- readonly asAssetConversion: PalletAssetConversionError;
2476
+ readonly asAssetConversion: PezpalletAssetConversionError;
2478
2477
  readonly isTreasury: boolean;
2479
- readonly asTreasury: PalletTreasuryError;
2478
+ readonly asTreasury: PezpalletTreasuryError;
2480
2479
  readonly isConvictionVoting: boolean;
2481
- readonly asConvictionVoting: PalletConvictionVotingError;
2480
+ readonly asConvictionVoting: PezpalletConvictionVotingError;
2482
2481
  readonly isReferenda: boolean;
2483
- readonly asReferenda: PalletReferendaError;
2482
+ readonly asReferenda: PezpalletReferendaError;
2484
2483
  readonly isWhitelist: boolean;
2485
- readonly asWhitelist: PalletWhitelistError;
2484
+ readonly asWhitelist: PezpalletWhitelistError;
2486
2485
  readonly isBounties: boolean;
2487
- readonly asBounties: PalletBountiesError;
2486
+ readonly asBounties: PezpalletBountiesError;
2488
2487
  readonly isChildBounties: boolean;
2489
- readonly asChildBounties: PalletChildBountiesError;
2488
+ readonly asChildBounties: PezpalletChildBountiesError;
2490
2489
  readonly isAssetRate: boolean;
2491
- readonly asAssetRate: PalletAssetRateError;
2490
+ readonly asAssetRate: PezpalletAssetRateError;
2492
2491
  readonly isStateTrieMigration: boolean;
2493
- readonly asStateTrieMigration: PalletStateTrieMigrationError;
2492
+ readonly asStateTrieMigration: PezpalletStateTrieMigrationError;
2494
2493
  readonly isNominationPools: boolean;
2495
- readonly asNominationPools: PalletNominationPoolsError;
2494
+ readonly asNominationPools: PezpalletNominationPoolsError;
2496
2495
  readonly isVoterList: boolean;
2497
- readonly asVoterList: PalletBagsListError;
2496
+ readonly asVoterList: PezpalletBagsListError;
2498
2497
  readonly isDelegatedStaking: boolean;
2499
- readonly asDelegatedStaking: PalletDelegatedStakingError;
2498
+ readonly asDelegatedStaking: PezpalletDelegatedStakingError;
2500
2499
  readonly isMultiBlockElection: boolean;
2501
- readonly asMultiBlockElection: PalletElectionProviderMultiBlockError;
2500
+ readonly asMultiBlockElection: PezpalletElectionProviderMultiBlockError;
2502
2501
  readonly isMultiBlockElectionSigned: boolean;
2503
- readonly asMultiBlockElectionSigned: PalletElectionProviderMultiBlockSignedPalletError;
2502
+ readonly asMultiBlockElectionSigned: PezpalletElectionProviderMultiBlockSignedPezpalletError;
2504
2503
  readonly isStaking: boolean;
2505
- readonly asStaking: PalletStakingAsyncPalletError;
2504
+ readonly asStaking: PezpalletStakingAsyncPezpalletError;
2506
2505
  readonly isAhOps: boolean;
2507
- readonly asAhOps: PalletAhOpsError;
2506
+ readonly asAhOps: PezpalletAhOpsError;
2508
2507
  readonly isAhMigrator: boolean;
2509
- readonly asAhMigrator: PalletAhMigratorError;
2508
+ readonly asAhMigrator: PezpalletAhMigratorError;
2510
2509
  readonly type: 'System' | 'ParachainSystem' | 'Preimage' | 'Scheduler' | 'Balances' | 'Vesting' | 'Claims' | 'CollatorSelection' | 'Session' | 'XcmpQueue' | 'PolkadotXcm' | 'MessageQueue' | 'SnowbridgeSystemFrontend' | 'Utility' | 'Multisig' | 'Proxy' | 'Indices' | 'Assets' | 'Uniques' | 'Nfts' | 'ForeignAssets' | 'PoolAssets' | 'AssetConversion' | 'Treasury' | 'ConvictionVoting' | 'Referenda' | 'Whitelist' | 'Bounties' | 'ChildBounties' | 'AssetRate' | 'StateTrieMigration' | 'NominationPools' | 'VoterList' | 'DelegatedStaking' | 'MultiBlockElection' | 'MultiBlockElectionSigned' | 'Staking' | 'AhOps' | 'AhMigrator';
2511
2510
  }
2512
2511
  }