@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
@@ -0,0 +1,684 @@
1
+ import '@pezkuwi/types/lookup';
2
+ import type { BTreeMap, Bytes, Compact, Enum, Null, Option, Struct, U256, U8aFixed, Vec, bool, u128, u16, u32, u64 } from '@pezkuwi/types-codec';
3
+ import type { ITuple } from '@pezkuwi/types-codec/types';
4
+ import type { AccountId32, H160, H256, MultiAddress, PerU16, Permill, Perquintill, RuntimeCall } from '@pezkuwi/types/interfaces/runtime';
5
+ declare module '@pezkuwi/types/lookup' {
6
+ /** @name AssetHubDicleRuntimeRuntimeTask (32) */
7
+ type AssetHubDicleRuntimeRuntimeTask = Null;
8
+ /** @name AssetHubDicleRuntimeRuntimeParametersKey (43) */
9
+ interface AssetHubDicleRuntimeRuntimeParametersKey extends Enum {
10
+ readonly isIssuance: boolean;
11
+ readonly asIssuance: AssetHubDicleRuntimeDynamicParamsIssuanceParametersKey;
12
+ readonly isTreasury: boolean;
13
+ readonly asTreasury: AssetHubDicleRuntimeDynamicParamsTreasuryParametersKey;
14
+ readonly isStakingElection: boolean;
15
+ readonly asStakingElection: AssetHubDicleRuntimeDynamicParamsStakingElectionParametersKey;
16
+ readonly isScheduler: boolean;
17
+ readonly asScheduler: AssetHubDicleRuntimeDynamicParamsSchedulerParametersKey;
18
+ readonly isMessageQueue: boolean;
19
+ readonly asMessageQueue: AssetHubDicleRuntimeDynamicParamsMessageQueueParametersKey;
20
+ readonly type: 'Issuance' | 'Treasury' | 'StakingElection' | 'Scheduler' | 'MessageQueue';
21
+ }
22
+ /** @name AssetHubDicleRuntimeDynamicParamsIssuanceParametersKey (44) */
23
+ interface AssetHubDicleRuntimeDynamicParamsIssuanceParametersKey extends Enum {
24
+ readonly isMinInflation: boolean;
25
+ readonly isMaxInflation: boolean;
26
+ readonly isIdealStake: boolean;
27
+ readonly isFalloff: boolean;
28
+ readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff';
29
+ }
30
+ /** @name AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation (45) */
31
+ type AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation = Null;
32
+ /** @name AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation (46) */
33
+ type AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation = Null;
34
+ /** @name AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake (47) */
35
+ type AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake = Null;
36
+ /** @name AssetHubDicleRuntimeDynamicParamsIssuanceFalloff (48) */
37
+ type AssetHubDicleRuntimeDynamicParamsIssuanceFalloff = Null;
38
+ /** @name AssetHubDicleRuntimeDynamicParamsTreasuryParametersKey (49) */
39
+ interface AssetHubDicleRuntimeDynamicParamsTreasuryParametersKey extends Enum {
40
+ readonly isBurnPortion: boolean;
41
+ readonly isBurnDestination: boolean;
42
+ readonly type: 'BurnPortion' | 'BurnDestination';
43
+ }
44
+ /** @name AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion (50) */
45
+ type AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion = Null;
46
+ /** @name AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination (51) */
47
+ type AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination = Null;
48
+ /** @name AssetHubDicleRuntimeDynamicParamsStakingElectionParametersKey (52) */
49
+ interface AssetHubDicleRuntimeDynamicParamsStakingElectionParametersKey extends Enum {
50
+ readonly isSignedPhase: boolean;
51
+ readonly isMaxSignedSubmissions: boolean;
52
+ readonly isUnsignedPhase: boolean;
53
+ readonly isMinerPages: boolean;
54
+ readonly isMaxElectingVoters: boolean;
55
+ readonly isTargetSnapshotPerBlock: boolean;
56
+ readonly isMaxEraDuration: boolean;
57
+ readonly type: 'SignedPhase' | 'MaxSignedSubmissions' | 'UnsignedPhase' | 'MinerPages' | 'MaxElectingVoters' | 'TargetSnapshotPerBlock' | 'MaxEraDuration';
58
+ }
59
+ /** @name AssetHubDicleRuntimeDynamicParamsStakingElectionSignedPhase (53) */
60
+ type AssetHubDicleRuntimeDynamicParamsStakingElectionSignedPhase = Null;
61
+ /** @name AssetHubDicleRuntimeDynamicParamsStakingElectionMaxSignedSubmissions (54) */
62
+ type AssetHubDicleRuntimeDynamicParamsStakingElectionMaxSignedSubmissions = Null;
63
+ /** @name AssetHubDicleRuntimeDynamicParamsStakingElectionUnsignedPhase (55) */
64
+ type AssetHubDicleRuntimeDynamicParamsStakingElectionUnsignedPhase = Null;
65
+ /** @name AssetHubDicleRuntimeDynamicParamsStakingElectionMinerPages (56) */
66
+ type AssetHubDicleRuntimeDynamicParamsStakingElectionMinerPages = Null;
67
+ /** @name AssetHubDicleRuntimeDynamicParamsStakingElectionMaxElectingVoters (57) */
68
+ type AssetHubDicleRuntimeDynamicParamsStakingElectionMaxElectingVoters = Null;
69
+ /** @name AssetHubDicleRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock (58) */
70
+ type AssetHubDicleRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock = Null;
71
+ /** @name AssetHubDicleRuntimeDynamicParamsStakingElectionMaxEraDuration (59) */
72
+ type AssetHubDicleRuntimeDynamicParamsStakingElectionMaxEraDuration = Null;
73
+ /** @name AssetHubDicleRuntimeDynamicParamsSchedulerParametersKey (60) */
74
+ interface AssetHubDicleRuntimeDynamicParamsSchedulerParametersKey extends Enum {
75
+ readonly isMaxScheduledPerBlock: boolean;
76
+ readonly isMaximumWeight: boolean;
77
+ readonly type: 'MaxScheduledPerBlock' | 'MaximumWeight';
78
+ }
79
+ /** @name AssetHubDicleRuntimeDynamicParamsSchedulerMaxScheduledPerBlock (61) */
80
+ type AssetHubDicleRuntimeDynamicParamsSchedulerMaxScheduledPerBlock = Null;
81
+ /** @name AssetHubDicleRuntimeDynamicParamsSchedulerMaximumWeight (62) */
82
+ type AssetHubDicleRuntimeDynamicParamsSchedulerMaximumWeight = Null;
83
+ /** @name AssetHubDicleRuntimeDynamicParamsMessageQueueParametersKey (63) */
84
+ interface AssetHubDicleRuntimeDynamicParamsMessageQueueParametersKey extends Enum {
85
+ readonly isMaxOnInitWeight: boolean;
86
+ readonly isMaxOnIdleWeight: boolean;
87
+ readonly type: 'MaxOnInitWeight' | 'MaxOnIdleWeight';
88
+ }
89
+ /** @name AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnInitWeight (64) */
90
+ type AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnInitWeight = Null;
91
+ /** @name AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnIdleWeight (65) */
92
+ type AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnIdleWeight = Null;
93
+ /** @name AssetHubDicleRuntimeRuntimeParametersValue (67) */
94
+ interface AssetHubDicleRuntimeRuntimeParametersValue extends Enum {
95
+ readonly isIssuance: boolean;
96
+ readonly asIssuance: AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue;
97
+ readonly isTreasury: boolean;
98
+ readonly asTreasury: AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue;
99
+ readonly isStakingElection: boolean;
100
+ readonly asStakingElection: AssetHubDicleRuntimeDynamicParamsStakingElectionParametersValue;
101
+ readonly isScheduler: boolean;
102
+ readonly asScheduler: AssetHubDicleRuntimeDynamicParamsSchedulerParametersValue;
103
+ readonly isMessageQueue: boolean;
104
+ readonly asMessageQueue: AssetHubDicleRuntimeDynamicParamsMessageQueueParametersValue;
105
+ readonly type: 'Issuance' | 'Treasury' | 'StakingElection' | 'Scheduler' | 'MessageQueue';
106
+ }
107
+ /** @name AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue (68) */
108
+ interface AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue extends Enum {
109
+ readonly isMinInflation: boolean;
110
+ readonly asMinInflation: Perquintill;
111
+ readonly isMaxInflation: boolean;
112
+ readonly asMaxInflation: Perquintill;
113
+ readonly isIdealStake: boolean;
114
+ readonly asIdealStake: Perquintill;
115
+ readonly isFalloff: boolean;
116
+ readonly asFalloff: Perquintill;
117
+ readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff';
118
+ }
119
+ /** @name AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue (70) */
120
+ interface AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue extends Enum {
121
+ readonly isBurnPortion: boolean;
122
+ readonly asBurnPortion: Permill;
123
+ readonly isBurnDestination: boolean;
124
+ readonly asBurnDestination: AssetHubDicleRuntimeTreasuryBurnDestinationAccount;
125
+ readonly type: 'BurnPortion' | 'BurnDestination';
126
+ }
127
+ /** @name AssetHubDicleRuntimeTreasuryBurnDestinationAccount (72) */
128
+ interface AssetHubDicleRuntimeTreasuryBurnDestinationAccount extends Option<AccountId32> {
129
+ }
130
+ /** @name AssetHubDicleRuntimeDynamicParamsStakingElectionParametersValue (74) */
131
+ interface AssetHubDicleRuntimeDynamicParamsStakingElectionParametersValue extends Enum {
132
+ readonly isSignedPhase: boolean;
133
+ readonly asSignedPhase: u32;
134
+ readonly isMaxSignedSubmissions: boolean;
135
+ readonly asMaxSignedSubmissions: u32;
136
+ readonly isUnsignedPhase: boolean;
137
+ readonly asUnsignedPhase: u32;
138
+ readonly isMinerPages: boolean;
139
+ readonly asMinerPages: u32;
140
+ readonly isMaxElectingVoters: boolean;
141
+ readonly asMaxElectingVoters: u32;
142
+ readonly isTargetSnapshotPerBlock: boolean;
143
+ readonly asTargetSnapshotPerBlock: u32;
144
+ readonly isMaxEraDuration: boolean;
145
+ readonly asMaxEraDuration: u64;
146
+ readonly type: 'SignedPhase' | 'MaxSignedSubmissions' | 'UnsignedPhase' | 'MinerPages' | 'MaxElectingVoters' | 'TargetSnapshotPerBlock' | 'MaxEraDuration';
147
+ }
148
+ /** @name AssetHubDicleRuntimeDynamicParamsSchedulerParametersValue (75) */
149
+ interface AssetHubDicleRuntimeDynamicParamsSchedulerParametersValue extends Enum {
150
+ readonly isMaxScheduledPerBlock: boolean;
151
+ readonly asMaxScheduledPerBlock: u32;
152
+ readonly isMaximumWeight: boolean;
153
+ readonly asMaximumWeight: PezspWeightsWeightV2Weight;
154
+ readonly type: 'MaxScheduledPerBlock' | 'MaximumWeight';
155
+ }
156
+ /** @name AssetHubDicleRuntimeDynamicParamsMessageQueueParametersValue (76) */
157
+ interface AssetHubDicleRuntimeDynamicParamsMessageQueueParametersValue extends Enum {
158
+ readonly isMaxOnInitWeight: boolean;
159
+ readonly asMaxOnInitWeight: Option<PezspWeightsWeightV2Weight>;
160
+ readonly isMaxOnIdleWeight: boolean;
161
+ readonly asMaxOnIdleWeight: Option<PezspWeightsWeightV2Weight>;
162
+ readonly type: 'MaxOnInitWeight' | 'MaxOnIdleWeight';
163
+ }
164
+ /** @name AssetHubDicleRuntimeProxyType (193) */
165
+ interface AssetHubDicleRuntimeProxyType extends Enum {
166
+ readonly isAny: boolean;
167
+ readonly isNonTransfer: boolean;
168
+ readonly isCancelProxy: boolean;
169
+ readonly isAssets: boolean;
170
+ readonly isAssetOwner: boolean;
171
+ readonly isAssetManager: boolean;
172
+ readonly isCollator: boolean;
173
+ readonly isGovernance: boolean;
174
+ readonly isStaking: boolean;
175
+ readonly isNominationPools: boolean;
176
+ readonly isAuction: boolean;
177
+ readonly isParaRegistration: boolean;
178
+ readonly isSociety: boolean;
179
+ readonly isSpokesperson: boolean;
180
+ readonly type: 'Any' | 'NonTransfer' | 'CancelProxy' | 'Assets' | 'AssetOwner' | 'AssetManager' | 'Collator' | 'Governance' | 'Staking' | 'NominationPools' | 'Auction' | 'ParaRegistration' | 'Society' | 'Spokesperson';
181
+ }
182
+ /** @name AssetHubDicleRuntimeRuntime (220) */
183
+ type AssetHubDicleRuntimeRuntime = Null;
184
+ /** @name AssetHubDicleRuntimeRuntimeParameters (308) */
185
+ interface AssetHubDicleRuntimeRuntimeParameters extends Enum {
186
+ readonly isIssuance: boolean;
187
+ readonly asIssuance: AssetHubDicleRuntimeDynamicParamsIssuanceParameters;
188
+ readonly isTreasury: boolean;
189
+ readonly asTreasury: AssetHubDicleRuntimeDynamicParamsTreasuryParameters;
190
+ readonly isStakingElection: boolean;
191
+ readonly asStakingElection: AssetHubDicleRuntimeDynamicParamsStakingElectionParameters;
192
+ readonly isScheduler: boolean;
193
+ readonly asScheduler: AssetHubDicleRuntimeDynamicParamsSchedulerParameters;
194
+ readonly isMessageQueue: boolean;
195
+ readonly asMessageQueue: AssetHubDicleRuntimeDynamicParamsMessageQueueParameters;
196
+ readonly type: 'Issuance' | 'Treasury' | 'StakingElection' | 'Scheduler' | 'MessageQueue';
197
+ }
198
+ /** @name AssetHubDicleRuntimeDynamicParamsIssuanceParameters (309) */
199
+ interface AssetHubDicleRuntimeDynamicParamsIssuanceParameters extends Enum {
200
+ readonly isMinInflation: boolean;
201
+ readonly asMinInflation: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation, Option<Perquintill>]>;
202
+ readonly isMaxInflation: boolean;
203
+ readonly asMaxInflation: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation, Option<Perquintill>]>;
204
+ readonly isIdealStake: boolean;
205
+ readonly asIdealStake: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake, Option<Perquintill>]>;
206
+ readonly isFalloff: boolean;
207
+ readonly asFalloff: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceFalloff, Option<Perquintill>]>;
208
+ readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff';
209
+ }
210
+ /** @name AssetHubDicleRuntimeDynamicParamsTreasuryParameters (311) */
211
+ interface AssetHubDicleRuntimeDynamicParamsTreasuryParameters extends Enum {
212
+ readonly isBurnPortion: boolean;
213
+ readonly asBurnPortion: ITuple<[AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion, Option<Permill>]>;
214
+ readonly isBurnDestination: boolean;
215
+ readonly asBurnDestination: ITuple<[AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination, Option<AssetHubDicleRuntimeTreasuryBurnDestinationAccount>]>;
216
+ readonly type: 'BurnPortion' | 'BurnDestination';
217
+ }
218
+ /** @name AssetHubDicleRuntimeDynamicParamsStakingElectionParameters (314) */
219
+ interface AssetHubDicleRuntimeDynamicParamsStakingElectionParameters extends Enum {
220
+ readonly isSignedPhase: boolean;
221
+ readonly asSignedPhase: ITuple<[AssetHubDicleRuntimeDynamicParamsStakingElectionSignedPhase, Option<u32>]>;
222
+ readonly isMaxSignedSubmissions: boolean;
223
+ readonly asMaxSignedSubmissions: ITuple<[AssetHubDicleRuntimeDynamicParamsStakingElectionMaxSignedSubmissions, Option<u32>]>;
224
+ readonly isUnsignedPhase: boolean;
225
+ readonly asUnsignedPhase: ITuple<[AssetHubDicleRuntimeDynamicParamsStakingElectionUnsignedPhase, Option<u32>]>;
226
+ readonly isMinerPages: boolean;
227
+ readonly asMinerPages: ITuple<[AssetHubDicleRuntimeDynamicParamsStakingElectionMinerPages, Option<u32>]>;
228
+ readonly isMaxElectingVoters: boolean;
229
+ readonly asMaxElectingVoters: ITuple<[AssetHubDicleRuntimeDynamicParamsStakingElectionMaxElectingVoters, Option<u32>]>;
230
+ readonly isTargetSnapshotPerBlock: boolean;
231
+ readonly asTargetSnapshotPerBlock: ITuple<[AssetHubDicleRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock, Option<u32>]>;
232
+ readonly isMaxEraDuration: boolean;
233
+ readonly asMaxEraDuration: ITuple<[AssetHubDicleRuntimeDynamicParamsStakingElectionMaxEraDuration, Option<u64>]>;
234
+ readonly type: 'SignedPhase' | 'MaxSignedSubmissions' | 'UnsignedPhase' | 'MinerPages' | 'MaxElectingVoters' | 'TargetSnapshotPerBlock' | 'MaxEraDuration';
235
+ }
236
+ /** @name AssetHubDicleRuntimeDynamicParamsSchedulerParameters (315) */
237
+ interface AssetHubDicleRuntimeDynamicParamsSchedulerParameters extends Enum {
238
+ readonly isMaxScheduledPerBlock: boolean;
239
+ readonly asMaxScheduledPerBlock: ITuple<[AssetHubDicleRuntimeDynamicParamsSchedulerMaxScheduledPerBlock, Option<u32>]>;
240
+ readonly isMaximumWeight: boolean;
241
+ readonly asMaximumWeight: ITuple<[AssetHubDicleRuntimeDynamicParamsSchedulerMaximumWeight, Option<PezspWeightsWeightV2Weight>]>;
242
+ readonly type: 'MaxScheduledPerBlock' | 'MaximumWeight';
243
+ }
244
+ /** @name AssetHubDicleRuntimeDynamicParamsMessageQueueParameters (316) */
245
+ interface AssetHubDicleRuntimeDynamicParamsMessageQueueParameters extends Enum {
246
+ readonly isMaxOnInitWeight: boolean;
247
+ readonly asMaxOnInitWeight: ITuple<[AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnInitWeight, Option<Option<PezspWeightsWeightV2Weight>>]>;
248
+ readonly isMaxOnIdleWeight: boolean;
249
+ readonly asMaxOnIdleWeight: ITuple<[AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnIdleWeight, Option<Option<PezspWeightsWeightV2Weight>>]>;
250
+ readonly type: 'MaxOnInitWeight' | 'MaxOnIdleWeight';
251
+ }
252
+ /** @name AssetHubDicleRuntimeSessionKeys (333) */
253
+ interface AssetHubDicleRuntimeSessionKeys extends Struct {
254
+ readonly aura: PezspConsensusAuraSr25519AppSr25519Public;
255
+ }
256
+ /** @name PezspConsensusAuraSr25519AppSr25519Public (334) */
257
+ interface PezspConsensusAuraSr25519AppSr25519Public extends U8aFixed {
258
+ }
259
+ /** @name AssetHubDicleRuntimeOriginCaller (385) */
260
+ interface AssetHubDicleRuntimeOriginCaller extends Enum {
261
+ readonly isSystem: boolean;
262
+ readonly asSystem: PezframeSupportDispatchRawOrigin;
263
+ readonly isPolkadotXcm: boolean;
264
+ readonly asPolkadotXcm: PezpalletXcmOrigin;
265
+ readonly isCumulusXcm: boolean;
266
+ readonly asCumulusXcm: PezcumulusPezpalletXcmOrigin;
267
+ readonly isOrigins: boolean;
268
+ readonly asOrigins: AssetHubDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin;
269
+ readonly type: 'System' | 'PolkadotXcm' | 'CumulusXcm' | 'Origins';
270
+ }
271
+ /** @name AssetHubDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin (389) */
272
+ interface AssetHubDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin extends Enum {
273
+ readonly isStakingAdmin: boolean;
274
+ readonly isTreasurer: boolean;
275
+ readonly isFellowshipAdmin: boolean;
276
+ readonly isGeneralAdmin: boolean;
277
+ readonly isAuctionAdmin: boolean;
278
+ readonly isLeaseAdmin: boolean;
279
+ readonly isReferendumCanceller: boolean;
280
+ readonly isReferendumKiller: boolean;
281
+ readonly isSmallTipper: boolean;
282
+ readonly isBigTipper: boolean;
283
+ readonly isSmallSpender: boolean;
284
+ readonly isMediumSpender: boolean;
285
+ readonly isBigSpender: boolean;
286
+ readonly isWhitelistedCaller: boolean;
287
+ readonly isFellowshipInitiates: boolean;
288
+ readonly isFellows: boolean;
289
+ readonly isFellowshipExperts: boolean;
290
+ readonly isFellowshipMasters: boolean;
291
+ readonly isFellowship1Dan: boolean;
292
+ readonly isFellowship2Dan: boolean;
293
+ readonly isFellowship3Dan: boolean;
294
+ readonly isFellowship4Dan: boolean;
295
+ readonly isFellowship5Dan: boolean;
296
+ readonly isFellowship6Dan: boolean;
297
+ readonly isFellowship7Dan: boolean;
298
+ readonly isFellowship8Dan: boolean;
299
+ readonly isFellowship9Dan: boolean;
300
+ readonly isWishForChange: boolean;
301
+ readonly type: 'StakingAdmin' | 'Treasurer' | 'FellowshipAdmin' | 'GeneralAdmin' | 'AuctionAdmin' | 'LeaseAdmin' | 'ReferendumCanceller' | 'ReferendumKiller' | 'SmallTipper' | 'BigTipper' | 'SmallSpender' | 'MediumSpender' | 'BigSpender' | 'WhitelistedCaller' | 'FellowshipInitiates' | 'Fellows' | 'FellowshipExperts' | 'FellowshipMasters' | 'Fellowship1Dan' | 'Fellowship2Dan' | 'Fellowship3Dan' | 'Fellowship4Dan' | 'Fellowship5Dan' | 'Fellowship6Dan' | 'Fellowship7Dan' | 'Fellowship8Dan' | 'Fellowship9Dan' | 'WishForChange';
302
+ }
303
+ /** @name PezpalletRemoteProxyCall (394) */
304
+ interface PezpalletRemoteProxyCall extends Enum {
305
+ readonly isRemoteProxy: boolean;
306
+ readonly asRemoteProxy: {
307
+ readonly real: MultiAddress;
308
+ readonly forceProxyType: Option<AssetHubDicleRuntimeProxyType>;
309
+ readonly call: RuntimeCall;
310
+ readonly proof: PezpalletRemoteProxyRemoteProxyProof;
311
+ } & Struct;
312
+ readonly isRegisterRemoteProxyProof: boolean;
313
+ readonly asRegisterRemoteProxyProof: {
314
+ readonly proof: PezpalletRemoteProxyRemoteProxyProof;
315
+ } & Struct;
316
+ readonly isRemoteProxyWithRegisteredProof: boolean;
317
+ readonly asRemoteProxyWithRegisteredProof: {
318
+ readonly real: MultiAddress;
319
+ readonly forceProxyType: Option<AssetHubDicleRuntimeProxyType>;
320
+ readonly call: RuntimeCall;
321
+ } & Struct;
322
+ readonly type: 'RemoteProxy' | 'RegisterRemoteProxyProof' | 'RemoteProxyWithRegisteredProof';
323
+ }
324
+ /** @name PezpalletRemoteProxyRemoteProxyProof (395) */
325
+ interface PezpalletRemoteProxyRemoteProxyProof extends Enum {
326
+ readonly isRelayChain: boolean;
327
+ readonly asRelayChain: {
328
+ readonly proof: Vec<Bytes>;
329
+ readonly block: u32;
330
+ } & Struct;
331
+ readonly type: 'RelayChain';
332
+ }
333
+ /** @name AssetHubDicleRuntimeStakingNposCompactSolution24 (466) */
334
+ interface AssetHubDicleRuntimeStakingNposCompactSolution24 extends Struct {
335
+ readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
336
+ readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
337
+ readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
338
+ readonly votes4: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
339
+ readonly votes5: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
340
+ readonly votes6: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
341
+ readonly votes7: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
342
+ readonly votes8: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
343
+ readonly votes9: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
344
+ readonly votes10: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
345
+ readonly votes11: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
346
+ readonly votes12: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
347
+ readonly votes13: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
348
+ readonly votes14: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
349
+ readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
350
+ readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
351
+ readonly votes17: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
352
+ readonly votes18: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
353
+ readonly votes19: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
354
+ readonly votes20: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
355
+ readonly votes21: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
356
+ readonly votes22: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
357
+ readonly votes23: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
358
+ readonly votes24: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
359
+ }
360
+ /** @name PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType (598) */
361
+ interface PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType extends Struct {
362
+ readonly delegate: AccountId32;
363
+ readonly proxyType: DicleRuntimeConstantsProxyProxyType;
364
+ readonly delay: u32;
365
+ }
366
+ /** @name AssetHubDicleRuntimeAhMigrationRcPalletsOrigin (650) */
367
+ interface AssetHubDicleRuntimeAhMigrationRcPalletsOrigin extends Enum {
368
+ readonly isSystem: boolean;
369
+ readonly asSystem: PezframeSupportDispatchRawOrigin;
370
+ readonly isOrigins: boolean;
371
+ readonly asOrigins: AssetHubDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin;
372
+ readonly type: 'System' | 'Origins';
373
+ }
374
+ /** @name PezpalletRcMigratorRecoveryPortableRecoveryMessage (746) */
375
+ interface PezpalletRcMigratorRecoveryPortableRecoveryMessage extends Enum {
376
+ readonly isRecoverable: boolean;
377
+ readonly asRecoverable: ITuple<[AccountId32, PezpalletRcMigratorRecoveryPortableRecoveryConfig]>;
378
+ readonly isActiveRecoveries: boolean;
379
+ readonly asActiveRecoveries: ITuple<[AccountId32, AccountId32, PezpalletRcMigratorRecoveryPortableActiveRecovery]>;
380
+ readonly isProxy: boolean;
381
+ readonly asProxy: ITuple<[AccountId32, AccountId32]>;
382
+ readonly type: 'Recoverable' | 'ActiveRecoveries' | 'Proxy';
383
+ }
384
+ /** @name PezpalletRcMigratorRecoveryPortableRecoveryConfig (748) */
385
+ interface PezpalletRcMigratorRecoveryPortableRecoveryConfig extends Struct {
386
+ readonly delayPeriod: u32;
387
+ readonly deposit: u128;
388
+ readonly friends: PezpalletRcMigratorRecoveryPortableRecoveryFriends;
389
+ readonly threshold: u16;
390
+ }
391
+ /** @name PezpalletRcMigratorRecoveryPortableRecoveryFriends (749) */
392
+ interface PezpalletRcMigratorRecoveryPortableRecoveryFriends extends Struct {
393
+ readonly friends: Vec<AccountId32>;
394
+ }
395
+ /** @name PezpalletRcMigratorRecoveryPortableActiveRecovery (752) */
396
+ interface PezpalletRcMigratorRecoveryPortableActiveRecovery extends Struct {
397
+ readonly created: u32;
398
+ readonly deposit: u128;
399
+ readonly friends: PezpalletRcMigratorRecoveryPortableRecoveryFriends;
400
+ }
401
+ /** @name PezpalletRcMigratorSocietyPortableSocietyMessage (755) */
402
+ interface PezpalletRcMigratorSocietyPortableSocietyMessage extends Enum {
403
+ readonly isValues: boolean;
404
+ readonly asValues: PezpalletRcMigratorSocietySocietyValues;
405
+ readonly isMember: boolean;
406
+ readonly asMember: ITuple<[AccountId32, PezpalletRcMigratorSocietyPortableMemberRecord]>;
407
+ readonly isPayout: boolean;
408
+ readonly asPayout: ITuple<[AccountId32, PezpalletRcMigratorSocietyPortablePayoutRecord]>;
409
+ readonly isMemberByIndex: boolean;
410
+ readonly asMemberByIndex: ITuple<[u32, AccountId32]>;
411
+ readonly isSuspendedMembers: boolean;
412
+ readonly asSuspendedMembers: ITuple<[AccountId32, PezpalletRcMigratorSocietyPortableMemberRecord]>;
413
+ readonly isCandidates: boolean;
414
+ readonly asCandidates: ITuple<[AccountId32, PezpalletRcMigratorSocietyPortableCandidacy]>;
415
+ readonly isVotes: boolean;
416
+ readonly asVotes: ITuple<[AccountId32, AccountId32, PezpalletRcMigratorSocietyPortableVote]>;
417
+ readonly isVoteClearCursor: boolean;
418
+ readonly asVoteClearCursor: ITuple<[AccountId32, Bytes]>;
419
+ readonly isDefenderVotes: boolean;
420
+ readonly asDefenderVotes: ITuple<[u32, AccountId32, PezpalletRcMigratorSocietyPortableVote]>;
421
+ readonly type: 'Values' | 'Member' | 'Payout' | 'MemberByIndex' | 'SuspendedMembers' | 'Candidates' | 'Votes' | 'VoteClearCursor' | 'DefenderVotes';
422
+ }
423
+ /** @name PezpalletRcMigratorSocietySocietyValues (756) */
424
+ interface PezpalletRcMigratorSocietySocietyValues extends Struct {
425
+ readonly parameters: Option<PezpalletRcMigratorSocietyPortableGroupParams>;
426
+ readonly pot: Option<u128>;
427
+ readonly founder: Option<AccountId32>;
428
+ readonly head: Option<AccountId32>;
429
+ readonly rules: Option<H256>;
430
+ readonly memberCount: Option<u32>;
431
+ readonly roundCount: Option<u32>;
432
+ readonly bids: Option<Vec<PezpalletRcMigratorSocietyPortableBid>>;
433
+ readonly sceptic: Option<AccountId32>;
434
+ readonly nextHead: Option<PezpalletRcMigratorSocietyPortableIntakeRecord>;
435
+ readonly challengeRoundCount: Option<u32>;
436
+ readonly defending: Option<ITuple<[AccountId32, AccountId32, PezpalletRcMigratorSocietyPortableTally]>>;
437
+ readonly nextIntakeAt: Option<u32>;
438
+ readonly nextChallengeAt: Option<u32>;
439
+ }
440
+ /** @name PezpalletRcMigratorSocietyPortableGroupParams (758) */
441
+ interface PezpalletRcMigratorSocietyPortableGroupParams extends Struct {
442
+ readonly maxMembers: u32;
443
+ readonly maxIntake: u32;
444
+ readonly maxStrikes: u32;
445
+ readonly candidateDeposit: u128;
446
+ }
447
+ /** @name PezpalletRcMigratorSocietyPortableBid (761) */
448
+ interface PezpalletRcMigratorSocietyPortableBid extends Struct {
449
+ readonly who: AccountId32;
450
+ readonly kind: PezpalletRcMigratorSocietyPortableBidKind;
451
+ readonly value: u128;
452
+ }
453
+ /** @name PezpalletRcMigratorSocietyPortableBidKind (762) */
454
+ interface PezpalletRcMigratorSocietyPortableBidKind extends Enum {
455
+ readonly isDeposit: boolean;
456
+ readonly asDeposit: u128;
457
+ readonly isVouch: boolean;
458
+ readonly asVouch: ITuple<[AccountId32, u128]>;
459
+ readonly type: 'Deposit' | 'Vouch';
460
+ }
461
+ /** @name PezpalletRcMigratorSocietyPortableIntakeRecord (764) */
462
+ interface PezpalletRcMigratorSocietyPortableIntakeRecord extends Struct {
463
+ readonly who: AccountId32;
464
+ readonly bid: u128;
465
+ readonly round: u32;
466
+ }
467
+ /** @name PezpalletRcMigratorSocietyPortableTally (767) */
468
+ interface PezpalletRcMigratorSocietyPortableTally extends Struct {
469
+ readonly approvals: u32;
470
+ readonly rejections: u32;
471
+ }
472
+ /** @name PezpalletRcMigratorSocietyPortableMemberRecord (768) */
473
+ interface PezpalletRcMigratorSocietyPortableMemberRecord extends Struct {
474
+ readonly rank: u32;
475
+ readonly strikes: u32;
476
+ readonly vouching: Option<PezpalletRcMigratorSocietyPortableVouchingStatus>;
477
+ readonly index: u32;
478
+ }
479
+ /** @name PezpalletRcMigratorSocietyPortableVouchingStatus (770) */
480
+ interface PezpalletRcMigratorSocietyPortableVouchingStatus extends Enum {
481
+ readonly isVouching: boolean;
482
+ readonly isBanned: boolean;
483
+ readonly type: 'Vouching' | 'Banned';
484
+ }
485
+ /** @name PezpalletRcMigratorSocietyPortablePayoutRecord (771) */
486
+ interface PezpalletRcMigratorSocietyPortablePayoutRecord extends Struct {
487
+ readonly paid: u128;
488
+ readonly payouts: Vec<ITuple<[u32, u128]>>;
489
+ }
490
+ /** @name PezpalletRcMigratorSocietyPortableCandidacy (772) */
491
+ interface PezpalletRcMigratorSocietyPortableCandidacy extends Struct {
492
+ readonly round: u32;
493
+ readonly kind: PezpalletRcMigratorSocietyPortableBidKind;
494
+ readonly bid: u128;
495
+ readonly tally: PezpalletRcMigratorSocietyPortableTally;
496
+ readonly skepticStruck: bool;
497
+ }
498
+ /** @name PezpalletRcMigratorSocietyPortableVote (773) */
499
+ interface PezpalletRcMigratorSocietyPortableVote extends Struct {
500
+ readonly approve: bool;
501
+ readonly weight: u32;
502
+ }
503
+ /** @name AssetHubDicleRuntimeRuntimeHoldReason (853) */
504
+ interface AssetHubDicleRuntimeRuntimeHoldReason extends Enum {
505
+ readonly isPreimage: boolean;
506
+ readonly asPreimage: PezpalletPreimageHoldReason;
507
+ readonly isSession: boolean;
508
+ readonly asSession: PezpalletSessionHoldReason;
509
+ readonly isPolkadotXcm: boolean;
510
+ readonly asPolkadotXcm: PezpalletXcmHoldReason;
511
+ readonly isNftFractionalization: boolean;
512
+ readonly asNftFractionalization: PezpalletNftFractionalizationHoldReason;
513
+ readonly isRevive: boolean;
514
+ readonly asRevive: PezpalletReviveHoldReason;
515
+ readonly isStateTrieMigration: boolean;
516
+ readonly asStateTrieMigration: PezpalletStateTrieMigrationHoldReason;
517
+ readonly isDelegatedStaking: boolean;
518
+ readonly asDelegatedStaking: PezpalletDelegatedStakingHoldReason;
519
+ readonly isMultiBlockElectionSigned: boolean;
520
+ readonly asMultiBlockElectionSigned: PezpalletElectionProviderMultiBlockSignedPezpalletHoldReason;
521
+ readonly isStaking: boolean;
522
+ readonly asStaking: PezpalletStakingAsyncPezpalletHoldReason;
523
+ readonly type: 'Preimage' | 'Session' | 'PolkadotXcm' | 'NftFractionalization' | 'Revive' | 'StateTrieMigration' | 'DelegatedStaking' | 'MultiBlockElectionSigned' | 'Staking';
524
+ }
525
+ /** @name AssetHubDicleRuntimeRuntimeFreezeReason (861) */
526
+ interface AssetHubDicleRuntimeRuntimeFreezeReason extends Enum {
527
+ readonly isNominationPools: boolean;
528
+ readonly asNominationPools: PezpalletNominationPoolsFreezeReason;
529
+ readonly type: 'NominationPools';
530
+ }
531
+ /** @name PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType (939) */
532
+ interface PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType extends Struct {
533
+ readonly delegate: AccountId32;
534
+ readonly proxyType: AssetHubDicleRuntimeProxyType;
535
+ readonly delay: u32;
536
+ }
537
+ /** @name PezpalletRemoteProxyError (947) */
538
+ interface PezpalletRemoteProxyError extends Enum {
539
+ readonly isCouldNotConvertLocalToRemoteAccountId: boolean;
540
+ readonly isUnknownProofAnchorBlock: boolean;
541
+ readonly isInvalidProof: boolean;
542
+ readonly isProxyDefinitionDecodingFailed: boolean;
543
+ readonly isUnannounced: boolean;
544
+ readonly isDidNotFindMatchingProxyDefinition: boolean;
545
+ readonly isProxyProofNotRegistered: boolean;
546
+ readonly type: 'CouldNotConvertLocalToRemoteAccountId' | 'UnknownProofAnchorBlock' | 'InvalidProof' | 'ProxyDefinitionDecodingFailed' | 'Unannounced' | 'DidNotFindMatchingProxyDefinition' | 'ProxyProofNotRegistered';
547
+ }
548
+ /** @name PezpalletReviveVmCodeInfo (1023) */
549
+ interface PezpalletReviveVmCodeInfo extends Struct {
550
+ readonly owner: AccountId32;
551
+ readonly deposit: Compact<u128>;
552
+ readonly refcount: Compact<u64>;
553
+ readonly codeLen: u32;
554
+ readonly behaviourVersion: u32;
555
+ }
556
+ /** @name PezpalletReviveStorageAccountInfo (1024) */
557
+ interface PezpalletReviveStorageAccountInfo extends Struct {
558
+ readonly accountType: PezpalletReviveStorageAccountType;
559
+ readonly dust: u32;
560
+ }
561
+ /** @name PezpalletReviveStorageAccountType (1025) */
562
+ interface PezpalletReviveStorageAccountType extends Enum {
563
+ readonly isContract: boolean;
564
+ readonly asContract: PezpalletReviveStorageContractInfo;
565
+ readonly isEoa: boolean;
566
+ readonly type: 'Contract' | 'Eoa';
567
+ }
568
+ /** @name PezpalletReviveEvmApiDebugRpcTypesPrestateTracerConfig (1233) */
569
+ interface PezpalletReviveEvmApiDebugRpcTypesPrestateTracerConfig extends Struct {
570
+ readonly diffMode: bool;
571
+ readonly disableStorage: bool;
572
+ readonly disableCode: bool;
573
+ }
574
+ /** @name PezpalletReviveEvmApiDebugRpcTypesPrestateTrace (1242) */
575
+ interface PezpalletReviveEvmApiDebugRpcTypesPrestateTrace extends Enum {
576
+ readonly isPrestate: boolean;
577
+ readonly asPrestate: BTreeMap<H160, PezpalletReviveEvmApiDebugRpcTypesPrestateTraceInfo>;
578
+ readonly isDiffMode: boolean;
579
+ readonly asDiffMode: {
580
+ readonly pre: BTreeMap<H160, PezpalletReviveEvmApiDebugRpcTypesPrestateTraceInfo>;
581
+ readonly post: BTreeMap<H160, PezpalletReviveEvmApiDebugRpcTypesPrestateTraceInfo>;
582
+ } & Struct;
583
+ readonly type: 'Prestate' | 'DiffMode';
584
+ }
585
+ /** @name PezpalletReviveEvmApiDebugRpcTypesPrestateTraceInfo (1244) */
586
+ interface PezpalletReviveEvmApiDebugRpcTypesPrestateTraceInfo extends Struct {
587
+ readonly balance: Option<U256>;
588
+ readonly nonce: Option<u32>;
589
+ readonly code: Option<Bytes>;
590
+ readonly storage: BTreeMap<Bytes, Option<Bytes>>;
591
+ }
592
+ /** @name AssetHubDicleRuntimeRuntimeError (1252) */
593
+ interface AssetHubDicleRuntimeRuntimeError extends Enum {
594
+ readonly isSystem: boolean;
595
+ readonly asSystem: PezframeSystemError;
596
+ readonly isParachainSystem: boolean;
597
+ readonly asParachainSystem: PezcumulusPezpalletTeyrchainSystemError;
598
+ readonly isMultiBlockMigrations: boolean;
599
+ readonly asMultiBlockMigrations: PezpalletMigrationsError;
600
+ readonly isPreimage: boolean;
601
+ readonly asPreimage: PezpalletPreimageError;
602
+ readonly isScheduler: boolean;
603
+ readonly asScheduler: PezpalletSchedulerError;
604
+ readonly isBalances: boolean;
605
+ readonly asBalances: PezpalletBalancesError;
606
+ readonly isVesting: boolean;
607
+ readonly asVesting: PezpalletVestingError;
608
+ readonly isClaims: boolean;
609
+ readonly asClaims: PezkuwiRuntimeCommonClaimsPezpalletError;
610
+ readonly isCollatorSelection: boolean;
611
+ readonly asCollatorSelection: PezpalletCollatorSelectionError;
612
+ readonly isSession: boolean;
613
+ readonly asSession: PezpalletSessionError;
614
+ readonly isXcmpQueue: boolean;
615
+ readonly asXcmpQueue: PezcumulusPezpalletXcmpQueueError;
616
+ readonly isPolkadotXcm: boolean;
617
+ readonly asPolkadotXcm: PezpalletXcmError;
618
+ readonly isMessageQueue: boolean;
619
+ readonly asMessageQueue: PezpalletMessageQueueError;
620
+ readonly isUtility: boolean;
621
+ readonly asUtility: PezpalletUtilityError;
622
+ readonly isMultisig: boolean;
623
+ readonly asMultisig: PezpalletMultisigError;
624
+ readonly isProxy: boolean;
625
+ readonly asProxy: PezpalletProxyError;
626
+ readonly isRemoteProxyRelayChain: boolean;
627
+ readonly asRemoteProxyRelayChain: PezpalletRemoteProxyError;
628
+ readonly isIndices: boolean;
629
+ readonly asIndices: PezpalletIndicesError;
630
+ readonly isAssets: boolean;
631
+ readonly asAssets: PezpalletAssetsError;
632
+ readonly isUniques: boolean;
633
+ readonly asUniques: PezpalletUniquesError;
634
+ readonly isNfts: boolean;
635
+ readonly asNfts: PezpalletNftsError;
636
+ readonly isForeignAssets: boolean;
637
+ readonly asForeignAssets: PezpalletAssetsError;
638
+ readonly isNftFractionalization: boolean;
639
+ readonly asNftFractionalization: PezpalletNftFractionalizationError;
640
+ readonly isPoolAssets: boolean;
641
+ readonly asPoolAssets: PezpalletAssetsError;
642
+ readonly isAssetConversion: boolean;
643
+ readonly asAssetConversion: PezpalletAssetConversionError;
644
+ readonly isRecovery: boolean;
645
+ readonly asRecovery: PezpalletRecoveryError;
646
+ readonly isSociety: boolean;
647
+ readonly asSociety: PezpalletSocietyError;
648
+ readonly isRevive: boolean;
649
+ readonly asRevive: PezpalletReviveError;
650
+ readonly isStateTrieMigration: boolean;
651
+ readonly asStateTrieMigration: PezpalletStateTrieMigrationError;
652
+ readonly isNominationPools: boolean;
653
+ readonly asNominationPools: PezpalletNominationPoolsError;
654
+ readonly isVoterList: boolean;
655
+ readonly asVoterList: PezpalletBagsListError;
656
+ readonly isDelegatedStaking: boolean;
657
+ readonly asDelegatedStaking: PezpalletDelegatedStakingError;
658
+ readonly isMultiBlockElection: boolean;
659
+ readonly asMultiBlockElection: PezpalletElectionProviderMultiBlockError;
660
+ readonly isMultiBlockElectionSigned: boolean;
661
+ readonly asMultiBlockElectionSigned: PezpalletElectionProviderMultiBlockSignedPezpalletError;
662
+ readonly isStaking: boolean;
663
+ readonly asStaking: PezpalletStakingAsyncPezpalletError;
664
+ readonly isTreasury: boolean;
665
+ readonly asTreasury: PezpalletTreasuryError;
666
+ readonly isConvictionVoting: boolean;
667
+ readonly asConvictionVoting: PezpalletConvictionVotingError;
668
+ readonly isReferenda: boolean;
669
+ readonly asReferenda: PezpalletReferendaError;
670
+ readonly isWhitelist: boolean;
671
+ readonly asWhitelist: PezpalletWhitelistError;
672
+ readonly isBounties: boolean;
673
+ readonly asBounties: PezpalletBountiesError;
674
+ readonly isChildBounties: boolean;
675
+ readonly asChildBounties: PezpalletChildBountiesError;
676
+ readonly isAssetRate: boolean;
677
+ readonly asAssetRate: PezpalletAssetRateError;
678
+ readonly isAhOps: boolean;
679
+ readonly asAhOps: PezpalletAhOpsError;
680
+ readonly isAhMigrator: boolean;
681
+ readonly asAhMigrator: PezpalletAhMigratorError;
682
+ readonly type: 'System' | 'ParachainSystem' | 'MultiBlockMigrations' | 'Preimage' | 'Scheduler' | 'Balances' | 'Vesting' | 'Claims' | 'CollatorSelection' | 'Session' | 'XcmpQueue' | 'PolkadotXcm' | 'MessageQueue' | 'Utility' | 'Multisig' | 'Proxy' | 'RemoteProxyRelayChain' | 'Indices' | 'Assets' | 'Uniques' | 'Nfts' | 'ForeignAssets' | 'NftFractionalization' | 'PoolAssets' | 'AssetConversion' | 'Recovery' | 'Society' | 'Revive' | 'StateTrieMigration' | 'NominationPools' | 'VoterList' | 'DelegatedStaking' | 'MultiBlockElection' | 'MultiBlockElectionSigned' | 'Staking' | 'Treasury' | 'ConvictionVoting' | 'Referenda' | 'Whitelist' | 'Bounties' | 'ChildBounties' | 'AssetRate' | 'AhOps' | 'AhMigrator';
683
+ }
684
+ }