@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,764 +0,0 @@
1
- // Auto-generated via `yarn polkadot-types-from-defs`, do not edit
2
- /* eslint-disable */
3
-
4
- // import type lookup before we augment - in some environments
5
- // this is required to allow for ambient/previous definitions
6
- import '@polkadot/types/lookup';
7
-
8
- import type { BTreeMap, Bytes, Compact, Enum, Null, Option, Struct, U256, U8aFixed, Vec, bool, u128, u16, u32, u64 } from '@pezkuwi/types-codec';
9
- import type { ITuple } from '@pezkuwi/types-codec/types';
10
- import type { AccountId32, Call, H160, H256, MultiAddress, PerU16, Permill, Perquintill } from '@pezkuwi/types/interfaces/runtime';
11
-
12
- declare module '@polkadot/types/lookup' {
13
- /** @name AssetHubKusamaRuntimeRuntimeTask (32) */
14
- type AssetHubKusamaRuntimeRuntimeTask = Null;
15
-
16
- /** @name AssetHubKusamaRuntimeRuntimeParametersKey (43) */
17
- interface AssetHubKusamaRuntimeRuntimeParametersKey extends Enum {
18
- readonly isIssuance: boolean;
19
- readonly asIssuance: AssetHubKusamaRuntimeDynamicParamsIssuanceParametersKey;
20
- readonly isTreasury: boolean;
21
- readonly asTreasury: AssetHubKusamaRuntimeDynamicParamsTreasuryParametersKey;
22
- readonly isStakingElection: boolean;
23
- readonly asStakingElection: AssetHubKusamaRuntimeDynamicParamsStakingElectionParametersKey;
24
- readonly isScheduler: boolean;
25
- readonly asScheduler: AssetHubKusamaRuntimeDynamicParamsSchedulerParametersKey;
26
- readonly isMessageQueue: boolean;
27
- readonly asMessageQueue: AssetHubKusamaRuntimeDynamicParamsMessageQueueParametersKey;
28
- readonly type: 'Issuance' | 'Treasury' | 'StakingElection' | 'Scheduler' | 'MessageQueue';
29
- }
30
-
31
- /** @name AssetHubKusamaRuntimeDynamicParamsIssuanceParametersKey (44) */
32
- interface AssetHubKusamaRuntimeDynamicParamsIssuanceParametersKey extends Enum {
33
- readonly isMinInflation: boolean;
34
- readonly isMaxInflation: boolean;
35
- readonly isIdealStake: boolean;
36
- readonly isFalloff: boolean;
37
- readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff';
38
- }
39
-
40
- /** @name AssetHubKusamaRuntimeDynamicParamsIssuanceMinInflation (45) */
41
- type AssetHubKusamaRuntimeDynamicParamsIssuanceMinInflation = Null;
42
-
43
- /** @name AssetHubKusamaRuntimeDynamicParamsIssuanceMaxInflation (46) */
44
- type AssetHubKusamaRuntimeDynamicParamsIssuanceMaxInflation = Null;
45
-
46
- /** @name AssetHubKusamaRuntimeDynamicParamsIssuanceIdealStake (47) */
47
- type AssetHubKusamaRuntimeDynamicParamsIssuanceIdealStake = Null;
48
-
49
- /** @name AssetHubKusamaRuntimeDynamicParamsIssuanceFalloff (48) */
50
- type AssetHubKusamaRuntimeDynamicParamsIssuanceFalloff = Null;
51
-
52
- /** @name AssetHubKusamaRuntimeDynamicParamsTreasuryParametersKey (49) */
53
- interface AssetHubKusamaRuntimeDynamicParamsTreasuryParametersKey extends Enum {
54
- readonly isBurnPortion: boolean;
55
- readonly isBurnDestination: boolean;
56
- readonly type: 'BurnPortion' | 'BurnDestination';
57
- }
58
-
59
- /** @name AssetHubKusamaRuntimeDynamicParamsTreasuryBurnPortion (50) */
60
- type AssetHubKusamaRuntimeDynamicParamsTreasuryBurnPortion = Null;
61
-
62
- /** @name AssetHubKusamaRuntimeDynamicParamsTreasuryBurnDestination (51) */
63
- type AssetHubKusamaRuntimeDynamicParamsTreasuryBurnDestination = Null;
64
-
65
- /** @name AssetHubKusamaRuntimeDynamicParamsStakingElectionParametersKey (52) */
66
- interface AssetHubKusamaRuntimeDynamicParamsStakingElectionParametersKey extends Enum {
67
- readonly isSignedPhase: boolean;
68
- readonly isMaxSignedSubmissions: boolean;
69
- readonly isUnsignedPhase: boolean;
70
- readonly isMinerPages: boolean;
71
- readonly isMaxElectingVoters: boolean;
72
- readonly isTargetSnapshotPerBlock: boolean;
73
- readonly isMaxEraDuration: boolean;
74
- readonly type: 'SignedPhase' | 'MaxSignedSubmissions' | 'UnsignedPhase' | 'MinerPages' | 'MaxElectingVoters' | 'TargetSnapshotPerBlock' | 'MaxEraDuration';
75
- }
76
-
77
- /** @name AssetHubKusamaRuntimeDynamicParamsStakingElectionSignedPhase (53) */
78
- type AssetHubKusamaRuntimeDynamicParamsStakingElectionSignedPhase = Null;
79
-
80
- /** @name AssetHubKusamaRuntimeDynamicParamsStakingElectionMaxSignedSubmissions (54) */
81
- type AssetHubKusamaRuntimeDynamicParamsStakingElectionMaxSignedSubmissions = Null;
82
-
83
- /** @name AssetHubKusamaRuntimeDynamicParamsStakingElectionUnsignedPhase (55) */
84
- type AssetHubKusamaRuntimeDynamicParamsStakingElectionUnsignedPhase = Null;
85
-
86
- /** @name AssetHubKusamaRuntimeDynamicParamsStakingElectionMinerPages (56) */
87
- type AssetHubKusamaRuntimeDynamicParamsStakingElectionMinerPages = Null;
88
-
89
- /** @name AssetHubKusamaRuntimeDynamicParamsStakingElectionMaxElectingVoters (57) */
90
- type AssetHubKusamaRuntimeDynamicParamsStakingElectionMaxElectingVoters = Null;
91
-
92
- /** @name AssetHubKusamaRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock (58) */
93
- type AssetHubKusamaRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock = Null;
94
-
95
- /** @name AssetHubKusamaRuntimeDynamicParamsStakingElectionMaxEraDuration (59) */
96
- type AssetHubKusamaRuntimeDynamicParamsStakingElectionMaxEraDuration = Null;
97
-
98
- /** @name AssetHubKusamaRuntimeDynamicParamsSchedulerParametersKey (60) */
99
- interface AssetHubKusamaRuntimeDynamicParamsSchedulerParametersKey extends Enum {
100
- readonly isMaxScheduledPerBlock: boolean;
101
- readonly isMaximumWeight: boolean;
102
- readonly type: 'MaxScheduledPerBlock' | 'MaximumWeight';
103
- }
104
-
105
- /** @name AssetHubKusamaRuntimeDynamicParamsSchedulerMaxScheduledPerBlock (61) */
106
- type AssetHubKusamaRuntimeDynamicParamsSchedulerMaxScheduledPerBlock = Null;
107
-
108
- /** @name AssetHubKusamaRuntimeDynamicParamsSchedulerMaximumWeight (62) */
109
- type AssetHubKusamaRuntimeDynamicParamsSchedulerMaximumWeight = Null;
110
-
111
- /** @name AssetHubKusamaRuntimeDynamicParamsMessageQueueParametersKey (63) */
112
- interface AssetHubKusamaRuntimeDynamicParamsMessageQueueParametersKey extends Enum {
113
- readonly isMaxOnInitWeight: boolean;
114
- readonly isMaxOnIdleWeight: boolean;
115
- readonly type: 'MaxOnInitWeight' | 'MaxOnIdleWeight';
116
- }
117
-
118
- /** @name AssetHubKusamaRuntimeDynamicParamsMessageQueueMaxOnInitWeight (64) */
119
- type AssetHubKusamaRuntimeDynamicParamsMessageQueueMaxOnInitWeight = Null;
120
-
121
- /** @name AssetHubKusamaRuntimeDynamicParamsMessageQueueMaxOnIdleWeight (65) */
122
- type AssetHubKusamaRuntimeDynamicParamsMessageQueueMaxOnIdleWeight = Null;
123
-
124
- /** @name AssetHubKusamaRuntimeRuntimeParametersValue (67) */
125
- interface AssetHubKusamaRuntimeRuntimeParametersValue extends Enum {
126
- readonly isIssuance: boolean;
127
- readonly asIssuance: AssetHubKusamaRuntimeDynamicParamsIssuanceParametersValue;
128
- readonly isTreasury: boolean;
129
- readonly asTreasury: AssetHubKusamaRuntimeDynamicParamsTreasuryParametersValue;
130
- readonly isStakingElection: boolean;
131
- readonly asStakingElection: AssetHubKusamaRuntimeDynamicParamsStakingElectionParametersValue;
132
- readonly isScheduler: boolean;
133
- readonly asScheduler: AssetHubKusamaRuntimeDynamicParamsSchedulerParametersValue;
134
- readonly isMessageQueue: boolean;
135
- readonly asMessageQueue: AssetHubKusamaRuntimeDynamicParamsMessageQueueParametersValue;
136
- readonly type: 'Issuance' | 'Treasury' | 'StakingElection' | 'Scheduler' | 'MessageQueue';
137
- }
138
-
139
- /** @name AssetHubKusamaRuntimeDynamicParamsIssuanceParametersValue (68) */
140
- interface AssetHubKusamaRuntimeDynamicParamsIssuanceParametersValue extends Enum {
141
- readonly isMinInflation: boolean;
142
- readonly asMinInflation: Perquintill;
143
- readonly isMaxInflation: boolean;
144
- readonly asMaxInflation: Perquintill;
145
- readonly isIdealStake: boolean;
146
- readonly asIdealStake: Perquintill;
147
- readonly isFalloff: boolean;
148
- readonly asFalloff: Perquintill;
149
- readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff';
150
- }
151
-
152
- /** @name AssetHubKusamaRuntimeDynamicParamsTreasuryParametersValue (70) */
153
- interface AssetHubKusamaRuntimeDynamicParamsTreasuryParametersValue extends Enum {
154
- readonly isBurnPortion: boolean;
155
- readonly asBurnPortion: Permill;
156
- readonly isBurnDestination: boolean;
157
- readonly asBurnDestination: AssetHubKusamaRuntimeTreasuryBurnDestinationAccount;
158
- readonly type: 'BurnPortion' | 'BurnDestination';
159
- }
160
-
161
- /** @name AssetHubKusamaRuntimeTreasuryBurnDestinationAccount (72) */
162
- interface AssetHubKusamaRuntimeTreasuryBurnDestinationAccount extends Option<AccountId32> {}
163
-
164
- /** @name AssetHubKusamaRuntimeDynamicParamsStakingElectionParametersValue (74) */
165
- interface AssetHubKusamaRuntimeDynamicParamsStakingElectionParametersValue extends Enum {
166
- readonly isSignedPhase: boolean;
167
- readonly asSignedPhase: u32;
168
- readonly isMaxSignedSubmissions: boolean;
169
- readonly asMaxSignedSubmissions: u32;
170
- readonly isUnsignedPhase: boolean;
171
- readonly asUnsignedPhase: u32;
172
- readonly isMinerPages: boolean;
173
- readonly asMinerPages: u32;
174
- readonly isMaxElectingVoters: boolean;
175
- readonly asMaxElectingVoters: u32;
176
- readonly isTargetSnapshotPerBlock: boolean;
177
- readonly asTargetSnapshotPerBlock: u32;
178
- readonly isMaxEraDuration: boolean;
179
- readonly asMaxEraDuration: u64;
180
- readonly type: 'SignedPhase' | 'MaxSignedSubmissions' | 'UnsignedPhase' | 'MinerPages' | 'MaxElectingVoters' | 'TargetSnapshotPerBlock' | 'MaxEraDuration';
181
- }
182
-
183
- /** @name AssetHubKusamaRuntimeDynamicParamsSchedulerParametersValue (75) */
184
- interface AssetHubKusamaRuntimeDynamicParamsSchedulerParametersValue extends Enum {
185
- readonly isMaxScheduledPerBlock: boolean;
186
- readonly asMaxScheduledPerBlock: u32;
187
- readonly isMaximumWeight: boolean;
188
- readonly asMaximumWeight: SpWeightsWeightV2Weight;
189
- readonly type: 'MaxScheduledPerBlock' | 'MaximumWeight';
190
- }
191
-
192
- /** @name AssetHubKusamaRuntimeDynamicParamsMessageQueueParametersValue (76) */
193
- interface AssetHubKusamaRuntimeDynamicParamsMessageQueueParametersValue extends Enum {
194
- readonly isMaxOnInitWeight: boolean;
195
- readonly asMaxOnInitWeight: Option<SpWeightsWeightV2Weight>;
196
- readonly isMaxOnIdleWeight: boolean;
197
- readonly asMaxOnIdleWeight: Option<SpWeightsWeightV2Weight>;
198
- readonly type: 'MaxOnInitWeight' | 'MaxOnIdleWeight';
199
- }
200
-
201
- /** @name AssetHubKusamaRuntimeProxyType (193) */
202
- interface AssetHubKusamaRuntimeProxyType extends Enum {
203
- readonly isAny: boolean;
204
- readonly isNonTransfer: boolean;
205
- readonly isCancelProxy: boolean;
206
- readonly isAssets: boolean;
207
- readonly isAssetOwner: boolean;
208
- readonly isAssetManager: boolean;
209
- readonly isCollator: boolean;
210
- readonly isGovernance: boolean;
211
- readonly isStaking: boolean;
212
- readonly isNominationPools: boolean;
213
- readonly isAuction: boolean;
214
- readonly isParaRegistration: boolean;
215
- readonly isSociety: boolean;
216
- readonly isSpokesperson: boolean;
217
- readonly type: 'Any' | 'NonTransfer' | 'CancelProxy' | 'Assets' | 'AssetOwner' | 'AssetManager' | 'Collator' | 'Governance' | 'Staking' | 'NominationPools' | 'Auction' | 'ParaRegistration' | 'Society' | 'Spokesperson';
218
- }
219
-
220
- /** @name AssetHubKusamaRuntimeRuntime (220) */
221
- type AssetHubKusamaRuntimeRuntime = Null;
222
-
223
- /** @name AssetHubKusamaRuntimeRuntimeParameters (308) */
224
- interface AssetHubKusamaRuntimeRuntimeParameters extends Enum {
225
- readonly isIssuance: boolean;
226
- readonly asIssuance: AssetHubKusamaRuntimeDynamicParamsIssuanceParameters;
227
- readonly isTreasury: boolean;
228
- readonly asTreasury: AssetHubKusamaRuntimeDynamicParamsTreasuryParameters;
229
- readonly isStakingElection: boolean;
230
- readonly asStakingElection: AssetHubKusamaRuntimeDynamicParamsStakingElectionParameters;
231
- readonly isScheduler: boolean;
232
- readonly asScheduler: AssetHubKusamaRuntimeDynamicParamsSchedulerParameters;
233
- readonly isMessageQueue: boolean;
234
- readonly asMessageQueue: AssetHubKusamaRuntimeDynamicParamsMessageQueueParameters;
235
- readonly type: 'Issuance' | 'Treasury' | 'StakingElection' | 'Scheduler' | 'MessageQueue';
236
- }
237
-
238
- /** @name AssetHubKusamaRuntimeDynamicParamsIssuanceParameters (309) */
239
- interface AssetHubKusamaRuntimeDynamicParamsIssuanceParameters extends Enum {
240
- readonly isMinInflation: boolean;
241
- readonly asMinInflation: ITuple<[AssetHubKusamaRuntimeDynamicParamsIssuanceMinInflation, Option<Perquintill>]>;
242
- readonly isMaxInflation: boolean;
243
- readonly asMaxInflation: ITuple<[AssetHubKusamaRuntimeDynamicParamsIssuanceMaxInflation, Option<Perquintill>]>;
244
- readonly isIdealStake: boolean;
245
- readonly asIdealStake: ITuple<[AssetHubKusamaRuntimeDynamicParamsIssuanceIdealStake, Option<Perquintill>]>;
246
- readonly isFalloff: boolean;
247
- readonly asFalloff: ITuple<[AssetHubKusamaRuntimeDynamicParamsIssuanceFalloff, Option<Perquintill>]>;
248
- readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff';
249
- }
250
-
251
- /** @name AssetHubKusamaRuntimeDynamicParamsTreasuryParameters (311) */
252
- interface AssetHubKusamaRuntimeDynamicParamsTreasuryParameters extends Enum {
253
- readonly isBurnPortion: boolean;
254
- readonly asBurnPortion: ITuple<[AssetHubKusamaRuntimeDynamicParamsTreasuryBurnPortion, Option<Permill>]>;
255
- readonly isBurnDestination: boolean;
256
- readonly asBurnDestination: ITuple<[AssetHubKusamaRuntimeDynamicParamsTreasuryBurnDestination, Option<AssetHubKusamaRuntimeTreasuryBurnDestinationAccount>]>;
257
- readonly type: 'BurnPortion' | 'BurnDestination';
258
- }
259
-
260
- /** @name AssetHubKusamaRuntimeDynamicParamsStakingElectionParameters (314) */
261
- interface AssetHubKusamaRuntimeDynamicParamsStakingElectionParameters extends Enum {
262
- readonly isSignedPhase: boolean;
263
- readonly asSignedPhase: ITuple<[AssetHubKusamaRuntimeDynamicParamsStakingElectionSignedPhase, Option<u32>]>;
264
- readonly isMaxSignedSubmissions: boolean;
265
- readonly asMaxSignedSubmissions: ITuple<[AssetHubKusamaRuntimeDynamicParamsStakingElectionMaxSignedSubmissions, Option<u32>]>;
266
- readonly isUnsignedPhase: boolean;
267
- readonly asUnsignedPhase: ITuple<[AssetHubKusamaRuntimeDynamicParamsStakingElectionUnsignedPhase, Option<u32>]>;
268
- readonly isMinerPages: boolean;
269
- readonly asMinerPages: ITuple<[AssetHubKusamaRuntimeDynamicParamsStakingElectionMinerPages, Option<u32>]>;
270
- readonly isMaxElectingVoters: boolean;
271
- readonly asMaxElectingVoters: ITuple<[AssetHubKusamaRuntimeDynamicParamsStakingElectionMaxElectingVoters, Option<u32>]>;
272
- readonly isTargetSnapshotPerBlock: boolean;
273
- readonly asTargetSnapshotPerBlock: ITuple<[AssetHubKusamaRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock, Option<u32>]>;
274
- readonly isMaxEraDuration: boolean;
275
- readonly asMaxEraDuration: ITuple<[AssetHubKusamaRuntimeDynamicParamsStakingElectionMaxEraDuration, Option<u64>]>;
276
- readonly type: 'SignedPhase' | 'MaxSignedSubmissions' | 'UnsignedPhase' | 'MinerPages' | 'MaxElectingVoters' | 'TargetSnapshotPerBlock' | 'MaxEraDuration';
277
- }
278
-
279
- /** @name AssetHubKusamaRuntimeDynamicParamsSchedulerParameters (315) */
280
- interface AssetHubKusamaRuntimeDynamicParamsSchedulerParameters extends Enum {
281
- readonly isMaxScheduledPerBlock: boolean;
282
- readonly asMaxScheduledPerBlock: ITuple<[AssetHubKusamaRuntimeDynamicParamsSchedulerMaxScheduledPerBlock, Option<u32>]>;
283
- readonly isMaximumWeight: boolean;
284
- readonly asMaximumWeight: ITuple<[AssetHubKusamaRuntimeDynamicParamsSchedulerMaximumWeight, Option<SpWeightsWeightV2Weight>]>;
285
- readonly type: 'MaxScheduledPerBlock' | 'MaximumWeight';
286
- }
287
-
288
- /** @name AssetHubKusamaRuntimeDynamicParamsMessageQueueParameters (316) */
289
- interface AssetHubKusamaRuntimeDynamicParamsMessageQueueParameters extends Enum {
290
- readonly isMaxOnInitWeight: boolean;
291
- readonly asMaxOnInitWeight: ITuple<[AssetHubKusamaRuntimeDynamicParamsMessageQueueMaxOnInitWeight, Option<Option<SpWeightsWeightV2Weight>>]>;
292
- readonly isMaxOnIdleWeight: boolean;
293
- readonly asMaxOnIdleWeight: ITuple<[AssetHubKusamaRuntimeDynamicParamsMessageQueueMaxOnIdleWeight, Option<Option<SpWeightsWeightV2Weight>>]>;
294
- readonly type: 'MaxOnInitWeight' | 'MaxOnIdleWeight';
295
- }
296
-
297
- /** @name AssetHubKusamaRuntimeSessionKeys (333) */
298
- interface AssetHubKusamaRuntimeSessionKeys extends Struct {
299
- readonly aura: SpConsensusAuraSr25519AppSr25519Public;
300
- }
301
-
302
- /** @name SpConsensusAuraSr25519AppSr25519Public (334) */
303
- interface SpConsensusAuraSr25519AppSr25519Public extends U8aFixed {}
304
-
305
- /** @name AssetHubKusamaRuntimeOriginCaller (385) */
306
- interface AssetHubKusamaRuntimeOriginCaller extends Enum {
307
- readonly isSystem: boolean;
308
- readonly asSystem: FrameSupportDispatchRawOrigin;
309
- readonly isPolkadotXcm: boolean;
310
- readonly asPolkadotXcm: PalletXcmOrigin;
311
- readonly isCumulusXcm: boolean;
312
- readonly asCumulusXcm: CumulusPalletXcmOrigin;
313
- readonly isOrigins: boolean;
314
- readonly asOrigins: AssetHubKusamaRuntimeGovernanceOriginsPalletCustomOriginsOrigin;
315
- readonly type: 'System' | 'PolkadotXcm' | 'CumulusXcm' | 'Origins';
316
- }
317
-
318
- /** @name AssetHubKusamaRuntimeGovernanceOriginsPalletCustomOriginsOrigin (389) */
319
- interface AssetHubKusamaRuntimeGovernanceOriginsPalletCustomOriginsOrigin extends Enum {
320
- readonly isStakingAdmin: boolean;
321
- readonly isTreasurer: boolean;
322
- readonly isFellowshipAdmin: boolean;
323
- readonly isGeneralAdmin: boolean;
324
- readonly isAuctionAdmin: boolean;
325
- readonly isLeaseAdmin: boolean;
326
- readonly isReferendumCanceller: boolean;
327
- readonly isReferendumKiller: boolean;
328
- readonly isSmallTipper: boolean;
329
- readonly isBigTipper: boolean;
330
- readonly isSmallSpender: boolean;
331
- readonly isMediumSpender: boolean;
332
- readonly isBigSpender: boolean;
333
- readonly isWhitelistedCaller: boolean;
334
- readonly isFellowshipInitiates: boolean;
335
- readonly isFellows: boolean;
336
- readonly isFellowshipExperts: boolean;
337
- readonly isFellowshipMasters: boolean;
338
- readonly isFellowship1Dan: boolean;
339
- readonly isFellowship2Dan: boolean;
340
- readonly isFellowship3Dan: boolean;
341
- readonly isFellowship4Dan: boolean;
342
- readonly isFellowship5Dan: boolean;
343
- readonly isFellowship6Dan: boolean;
344
- readonly isFellowship7Dan: boolean;
345
- readonly isFellowship8Dan: boolean;
346
- readonly isFellowship9Dan: boolean;
347
- readonly isWishForChange: boolean;
348
- 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';
349
- }
350
-
351
- /** @name PalletRemoteProxyCall (394) */
352
- interface PalletRemoteProxyCall extends Enum {
353
- readonly isRemoteProxy: boolean;
354
- readonly asRemoteProxy: {
355
- readonly real: MultiAddress;
356
- readonly forceProxyType: Option<AssetHubKusamaRuntimeProxyType>;
357
- readonly call: Call;
358
- readonly proof: PalletRemoteProxyRemoteProxyProof;
359
- } & Struct;
360
- readonly isRegisterRemoteProxyProof: boolean;
361
- readonly asRegisterRemoteProxyProof: {
362
- readonly proof: PalletRemoteProxyRemoteProxyProof;
363
- } & Struct;
364
- readonly isRemoteProxyWithRegisteredProof: boolean;
365
- readonly asRemoteProxyWithRegisteredProof: {
366
- readonly real: MultiAddress;
367
- readonly forceProxyType: Option<AssetHubKusamaRuntimeProxyType>;
368
- readonly call: Call;
369
- } & Struct;
370
- readonly type: 'RemoteProxy' | 'RegisterRemoteProxyProof' | 'RemoteProxyWithRegisteredProof';
371
- }
372
-
373
- /** @name PalletRemoteProxyRemoteProxyProof (395) */
374
- interface PalletRemoteProxyRemoteProxyProof extends Enum {
375
- readonly isRelayChain: boolean;
376
- readonly asRelayChain: {
377
- readonly proof: Vec<Bytes>;
378
- readonly block: u32;
379
- } & Struct;
380
- readonly type: 'RelayChain';
381
- }
382
-
383
- /** @name AssetHubKusamaRuntimeStakingNposCompactSolution24 (466) */
384
- interface AssetHubKusamaRuntimeStakingNposCompactSolution24 extends Struct {
385
- readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
386
- readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
387
- readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
388
- readonly votes4: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
389
- readonly votes5: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
390
- readonly votes6: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
391
- readonly votes7: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
392
- readonly votes8: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
393
- readonly votes9: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
394
- readonly votes10: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
395
- readonly votes11: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
396
- readonly votes12: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
397
- readonly votes13: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
398
- readonly votes14: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
399
- readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
400
- readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
401
- readonly votes17: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
402
- readonly votes18: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
403
- readonly votes19: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
404
- readonly votes20: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
405
- readonly votes21: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
406
- readonly votes22: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
407
- readonly votes23: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
408
- readonly votes24: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
409
- }
410
-
411
- /** @name PalletProxyProxyDefinitionKusamaRuntimeConstantsProxyProxyType (598) */
412
- interface PalletProxyProxyDefinitionKusamaRuntimeConstantsProxyProxyType extends Struct {
413
- readonly delegate: AccountId32;
414
- readonly proxyType: KusamaRuntimeConstantsProxyProxyType;
415
- readonly delay: u32;
416
- }
417
-
418
- /** @name AssetHubKusamaRuntimeAhMigrationRcPalletsOrigin (650) */
419
- interface AssetHubKusamaRuntimeAhMigrationRcPalletsOrigin extends Enum {
420
- readonly isSystem: boolean;
421
- readonly asSystem: FrameSupportDispatchRawOrigin;
422
- readonly isOrigins: boolean;
423
- readonly asOrigins: AssetHubKusamaRuntimeGovernanceOriginsPalletCustomOriginsOrigin;
424
- readonly type: 'System' | 'Origins';
425
- }
426
-
427
- /** @name PalletRcMigratorRecoveryPortableRecoveryMessage (746) */
428
- interface PalletRcMigratorRecoveryPortableRecoveryMessage extends Enum {
429
- readonly isRecoverable: boolean;
430
- readonly asRecoverable: ITuple<[AccountId32, PalletRcMigratorRecoveryPortableRecoveryConfig]>;
431
- readonly isActiveRecoveries: boolean;
432
- readonly asActiveRecoveries: ITuple<[AccountId32, AccountId32, PalletRcMigratorRecoveryPortableActiveRecovery]>;
433
- readonly isProxy: boolean;
434
- readonly asProxy: ITuple<[AccountId32, AccountId32]>;
435
- readonly type: 'Recoverable' | 'ActiveRecoveries' | 'Proxy';
436
- }
437
-
438
- /** @name PalletRcMigratorRecoveryPortableRecoveryConfig (748) */
439
- interface PalletRcMigratorRecoveryPortableRecoveryConfig extends Struct {
440
- readonly delayPeriod: u32;
441
- readonly deposit: u128;
442
- readonly friends: PalletRcMigratorRecoveryPortableRecoveryFriends;
443
- readonly threshold: u16;
444
- }
445
-
446
- /** @name PalletRcMigratorRecoveryPortableRecoveryFriends (749) */
447
- interface PalletRcMigratorRecoveryPortableRecoveryFriends extends Struct {
448
- readonly friends: Vec<AccountId32>;
449
- }
450
-
451
- /** @name PalletRcMigratorRecoveryPortableActiveRecovery (752) */
452
- interface PalletRcMigratorRecoveryPortableActiveRecovery extends Struct {
453
- readonly created: u32;
454
- readonly deposit: u128;
455
- readonly friends: PalletRcMigratorRecoveryPortableRecoveryFriends;
456
- }
457
-
458
- /** @name PalletRcMigratorSocietyPortableSocietyMessage (755) */
459
- interface PalletRcMigratorSocietyPortableSocietyMessage extends Enum {
460
- readonly isValues: boolean;
461
- readonly asValues: PalletRcMigratorSocietySocietyValues;
462
- readonly isMember: boolean;
463
- readonly asMember: ITuple<[AccountId32, PalletRcMigratorSocietyPortableMemberRecord]>;
464
- readonly isPayout: boolean;
465
- readonly asPayout: ITuple<[AccountId32, PalletRcMigratorSocietyPortablePayoutRecord]>;
466
- readonly isMemberByIndex: boolean;
467
- readonly asMemberByIndex: ITuple<[u32, AccountId32]>;
468
- readonly isSuspendedMembers: boolean;
469
- readonly asSuspendedMembers: ITuple<[AccountId32, PalletRcMigratorSocietyPortableMemberRecord]>;
470
- readonly isCandidates: boolean;
471
- readonly asCandidates: ITuple<[AccountId32, PalletRcMigratorSocietyPortableCandidacy]>;
472
- readonly isVotes: boolean;
473
- readonly asVotes: ITuple<[AccountId32, AccountId32, PalletRcMigratorSocietyPortableVote]>;
474
- readonly isVoteClearCursor: boolean;
475
- readonly asVoteClearCursor: ITuple<[AccountId32, Bytes]>;
476
- readonly isDefenderVotes: boolean;
477
- readonly asDefenderVotes: ITuple<[u32, AccountId32, PalletRcMigratorSocietyPortableVote]>;
478
- readonly type: 'Values' | 'Member' | 'Payout' | 'MemberByIndex' | 'SuspendedMembers' | 'Candidates' | 'Votes' | 'VoteClearCursor' | 'DefenderVotes';
479
- }
480
-
481
- /** @name PalletRcMigratorSocietySocietyValues (756) */
482
- interface PalletRcMigratorSocietySocietyValues extends Struct {
483
- readonly parameters: Option<PalletRcMigratorSocietyPortableGroupParams>;
484
- readonly pot: Option<u128>;
485
- readonly founder: Option<AccountId32>;
486
- readonly head: Option<AccountId32>;
487
- readonly rules: Option<H256>;
488
- readonly memberCount: Option<u32>;
489
- readonly roundCount: Option<u32>;
490
- readonly bids: Option<Vec<PalletRcMigratorSocietyPortableBid>>;
491
- readonly sceptic: Option<AccountId32>;
492
- readonly nextHead: Option<PalletRcMigratorSocietyPortableIntakeRecord>;
493
- readonly challengeRoundCount: Option<u32>;
494
- readonly defending: Option<ITuple<[AccountId32, AccountId32, PalletRcMigratorSocietyPortableTally]>>;
495
- readonly nextIntakeAt: Option<u32>;
496
- readonly nextChallengeAt: Option<u32>;
497
- }
498
-
499
- /** @name PalletRcMigratorSocietyPortableGroupParams (758) */
500
- interface PalletRcMigratorSocietyPortableGroupParams extends Struct {
501
- readonly maxMembers: u32;
502
- readonly maxIntake: u32;
503
- readonly maxStrikes: u32;
504
- readonly candidateDeposit: u128;
505
- }
506
-
507
- /** @name PalletRcMigratorSocietyPortableBid (761) */
508
- interface PalletRcMigratorSocietyPortableBid extends Struct {
509
- readonly who: AccountId32;
510
- readonly kind: PalletRcMigratorSocietyPortableBidKind;
511
- readonly value: u128;
512
- }
513
-
514
- /** @name PalletRcMigratorSocietyPortableBidKind (762) */
515
- interface PalletRcMigratorSocietyPortableBidKind extends Enum {
516
- readonly isDeposit: boolean;
517
- readonly asDeposit: u128;
518
- readonly isVouch: boolean;
519
- readonly asVouch: ITuple<[AccountId32, u128]>;
520
- readonly type: 'Deposit' | 'Vouch';
521
- }
522
-
523
- /** @name PalletRcMigratorSocietyPortableIntakeRecord (764) */
524
- interface PalletRcMigratorSocietyPortableIntakeRecord extends Struct {
525
- readonly who: AccountId32;
526
- readonly bid: u128;
527
- readonly round: u32;
528
- }
529
-
530
- /** @name PalletRcMigratorSocietyPortableTally (767) */
531
- interface PalletRcMigratorSocietyPortableTally extends Struct {
532
- readonly approvals: u32;
533
- readonly rejections: u32;
534
- }
535
-
536
- /** @name PalletRcMigratorSocietyPortableMemberRecord (768) */
537
- interface PalletRcMigratorSocietyPortableMemberRecord extends Struct {
538
- readonly rank: u32;
539
- readonly strikes: u32;
540
- readonly vouching: Option<PalletRcMigratorSocietyPortableVouchingStatus>;
541
- readonly index: u32;
542
- }
543
-
544
- /** @name PalletRcMigratorSocietyPortableVouchingStatus (770) */
545
- interface PalletRcMigratorSocietyPortableVouchingStatus extends Enum {
546
- readonly isVouching: boolean;
547
- readonly isBanned: boolean;
548
- readonly type: 'Vouching' | 'Banned';
549
- }
550
-
551
- /** @name PalletRcMigratorSocietyPortablePayoutRecord (771) */
552
- interface PalletRcMigratorSocietyPortablePayoutRecord extends Struct {
553
- readonly paid: u128;
554
- readonly payouts: Vec<ITuple<[u32, u128]>>;
555
- }
556
-
557
- /** @name PalletRcMigratorSocietyPortableCandidacy (772) */
558
- interface PalletRcMigratorSocietyPortableCandidacy extends Struct {
559
- readonly round: u32;
560
- readonly kind: PalletRcMigratorSocietyPortableBidKind;
561
- readonly bid: u128;
562
- readonly tally: PalletRcMigratorSocietyPortableTally;
563
- readonly skepticStruck: bool;
564
- }
565
-
566
- /** @name PalletRcMigratorSocietyPortableVote (773) */
567
- interface PalletRcMigratorSocietyPortableVote extends Struct {
568
- readonly approve: bool;
569
- readonly weight: u32;
570
- }
571
-
572
- /** @name AssetHubKusamaRuntimeRuntimeHoldReason (853) */
573
- interface AssetHubKusamaRuntimeRuntimeHoldReason extends Enum {
574
- readonly isPreimage: boolean;
575
- readonly asPreimage: PalletPreimageHoldReason;
576
- readonly isSession: boolean;
577
- readonly asSession: PalletSessionHoldReason;
578
- readonly isPolkadotXcm: boolean;
579
- readonly asPolkadotXcm: PalletXcmHoldReason;
580
- readonly isNftFractionalization: boolean;
581
- readonly asNftFractionalization: PalletNftFractionalizationHoldReason;
582
- readonly isRevive: boolean;
583
- readonly asRevive: PalletReviveHoldReason;
584
- readonly isStateTrieMigration: boolean;
585
- readonly asStateTrieMigration: PalletStateTrieMigrationHoldReason;
586
- readonly isDelegatedStaking: boolean;
587
- readonly asDelegatedStaking: PalletDelegatedStakingHoldReason;
588
- readonly isMultiBlockElectionSigned: boolean;
589
- readonly asMultiBlockElectionSigned: PalletElectionProviderMultiBlockSignedPalletHoldReason;
590
- readonly isStaking: boolean;
591
- readonly asStaking: PalletStakingAsyncPalletHoldReason;
592
- readonly type: 'Preimage' | 'Session' | 'PolkadotXcm' | 'NftFractionalization' | 'Revive' | 'StateTrieMigration' | 'DelegatedStaking' | 'MultiBlockElectionSigned' | 'Staking';
593
- }
594
-
595
- /** @name AssetHubKusamaRuntimeRuntimeFreezeReason (861) */
596
- interface AssetHubKusamaRuntimeRuntimeFreezeReason extends Enum {
597
- readonly isNominationPools: boolean;
598
- readonly asNominationPools: PalletNominationPoolsFreezeReason;
599
- readonly type: 'NominationPools';
600
- }
601
-
602
- /** @name PalletProxyProxyDefinitionAssetHubKusamaRuntimeProxyType (939) */
603
- interface PalletProxyProxyDefinitionAssetHubKusamaRuntimeProxyType extends Struct {
604
- readonly delegate: AccountId32;
605
- readonly proxyType: AssetHubKusamaRuntimeProxyType;
606
- readonly delay: u32;
607
- }
608
-
609
- /** @name PalletRemoteProxyError (947) */
610
- interface PalletRemoteProxyError extends Enum {
611
- readonly isCouldNotConvertLocalToRemoteAccountId: boolean;
612
- readonly isUnknownProofAnchorBlock: boolean;
613
- readonly isInvalidProof: boolean;
614
- readonly isProxyDefinitionDecodingFailed: boolean;
615
- readonly isUnannounced: boolean;
616
- readonly isDidNotFindMatchingProxyDefinition: boolean;
617
- readonly isProxyProofNotRegistered: boolean;
618
- readonly type: 'CouldNotConvertLocalToRemoteAccountId' | 'UnknownProofAnchorBlock' | 'InvalidProof' | 'ProxyDefinitionDecodingFailed' | 'Unannounced' | 'DidNotFindMatchingProxyDefinition' | 'ProxyProofNotRegistered';
619
- }
620
-
621
- /** @name PalletReviveVmCodeInfo (1023) */
622
- interface PalletReviveVmCodeInfo extends Struct {
623
- readonly owner: AccountId32;
624
- readonly deposit: Compact<u128>;
625
- readonly refcount: Compact<u64>;
626
- readonly codeLen: u32;
627
- readonly behaviourVersion: u32;
628
- }
629
-
630
- /** @name PalletReviveStorageAccountInfo (1024) */
631
- interface PalletReviveStorageAccountInfo extends Struct {
632
- readonly accountType: PalletReviveStorageAccountType;
633
- readonly dust: u32;
634
- }
635
-
636
- /** @name PalletReviveStorageAccountType (1025) */
637
- interface PalletReviveStorageAccountType extends Enum {
638
- readonly isContract: boolean;
639
- readonly asContract: PalletReviveStorageContractInfo;
640
- readonly isEoa: boolean;
641
- readonly type: 'Contract' | 'Eoa';
642
- }
643
-
644
- /** @name PalletReviveEvmApiDebugRpcTypesPrestateTracerConfig (1233) */
645
- interface PalletReviveEvmApiDebugRpcTypesPrestateTracerConfig extends Struct {
646
- readonly diffMode: bool;
647
- readonly disableStorage: bool;
648
- readonly disableCode: bool;
649
- }
650
-
651
- /** @name PalletReviveEvmApiDebugRpcTypesPrestateTrace (1242) */
652
- interface PalletReviveEvmApiDebugRpcTypesPrestateTrace extends Enum {
653
- readonly isPrestate: boolean;
654
- readonly asPrestate: BTreeMap<H160, PalletReviveEvmApiDebugRpcTypesPrestateTraceInfo>;
655
- readonly isDiffMode: boolean;
656
- readonly asDiffMode: {
657
- readonly pre: BTreeMap<H160, PalletReviveEvmApiDebugRpcTypesPrestateTraceInfo>;
658
- readonly post: BTreeMap<H160, PalletReviveEvmApiDebugRpcTypesPrestateTraceInfo>;
659
- } & Struct;
660
- readonly type: 'Prestate' | 'DiffMode';
661
- }
662
-
663
- /** @name PalletReviveEvmApiDebugRpcTypesPrestateTraceInfo (1244) */
664
- interface PalletReviveEvmApiDebugRpcTypesPrestateTraceInfo extends Struct {
665
- readonly balance: Option<U256>;
666
- readonly nonce: Option<u32>;
667
- readonly code: Option<Bytes>;
668
- readonly storage: BTreeMap<Bytes, Option<Bytes>>;
669
- }
670
-
671
- /** @name AssetHubKusamaRuntimeRuntimeError (1252) */
672
- interface AssetHubKusamaRuntimeRuntimeError extends Enum {
673
- readonly isSystem: boolean;
674
- readonly asSystem: FrameSystemError;
675
- readonly isParachainSystem: boolean;
676
- readonly asParachainSystem: CumulusPalletParachainSystemError;
677
- readonly isMultiBlockMigrations: boolean;
678
- readonly asMultiBlockMigrations: PalletMigrationsError;
679
- readonly isPreimage: boolean;
680
- readonly asPreimage: PalletPreimageError;
681
- readonly isScheduler: boolean;
682
- readonly asScheduler: PalletSchedulerError;
683
- readonly isBalances: boolean;
684
- readonly asBalances: PalletBalancesError;
685
- readonly isVesting: boolean;
686
- readonly asVesting: PalletVestingError;
687
- readonly isClaims: boolean;
688
- readonly asClaims: PolkadotRuntimeCommonClaimsPalletError;
689
- readonly isCollatorSelection: boolean;
690
- readonly asCollatorSelection: PalletCollatorSelectionError;
691
- readonly isSession: boolean;
692
- readonly asSession: PalletSessionError;
693
- readonly isXcmpQueue: boolean;
694
- readonly asXcmpQueue: CumulusPalletXcmpQueueError;
695
- readonly isPolkadotXcm: boolean;
696
- readonly asPolkadotXcm: PalletXcmError;
697
- readonly isMessageQueue: boolean;
698
- readonly asMessageQueue: PalletMessageQueueError;
699
- readonly isUtility: boolean;
700
- readonly asUtility: PalletUtilityError;
701
- readonly isMultisig: boolean;
702
- readonly asMultisig: PalletMultisigError;
703
- readonly isProxy: boolean;
704
- readonly asProxy: PalletProxyError;
705
- readonly isRemoteProxyRelayChain: boolean;
706
- readonly asRemoteProxyRelayChain: PalletRemoteProxyError;
707
- readonly isIndices: boolean;
708
- readonly asIndices: PalletIndicesError;
709
- readonly isAssets: boolean;
710
- readonly asAssets: PalletAssetsError;
711
- readonly isUniques: boolean;
712
- readonly asUniques: PalletUniquesError;
713
- readonly isNfts: boolean;
714
- readonly asNfts: PalletNftsError;
715
- readonly isForeignAssets: boolean;
716
- readonly asForeignAssets: PalletAssetsError;
717
- readonly isNftFractionalization: boolean;
718
- readonly asNftFractionalization: PalletNftFractionalizationError;
719
- readonly isPoolAssets: boolean;
720
- readonly asPoolAssets: PalletAssetsError;
721
- readonly isAssetConversion: boolean;
722
- readonly asAssetConversion: PalletAssetConversionError;
723
- readonly isRecovery: boolean;
724
- readonly asRecovery: PalletRecoveryError;
725
- readonly isSociety: boolean;
726
- readonly asSociety: PalletSocietyError;
727
- readonly isRevive: boolean;
728
- readonly asRevive: PalletReviveError;
729
- readonly isStateTrieMigration: boolean;
730
- readonly asStateTrieMigration: PalletStateTrieMigrationError;
731
- readonly isNominationPools: boolean;
732
- readonly asNominationPools: PalletNominationPoolsError;
733
- readonly isVoterList: boolean;
734
- readonly asVoterList: PalletBagsListError;
735
- readonly isDelegatedStaking: boolean;
736
- readonly asDelegatedStaking: PalletDelegatedStakingError;
737
- readonly isMultiBlockElection: boolean;
738
- readonly asMultiBlockElection: PalletElectionProviderMultiBlockError;
739
- readonly isMultiBlockElectionSigned: boolean;
740
- readonly asMultiBlockElectionSigned: PalletElectionProviderMultiBlockSignedPalletError;
741
- readonly isStaking: boolean;
742
- readonly asStaking: PalletStakingAsyncPalletError;
743
- readonly isTreasury: boolean;
744
- readonly asTreasury: PalletTreasuryError;
745
- readonly isConvictionVoting: boolean;
746
- readonly asConvictionVoting: PalletConvictionVotingError;
747
- readonly isReferenda: boolean;
748
- readonly asReferenda: PalletReferendaError;
749
- readonly isWhitelist: boolean;
750
- readonly asWhitelist: PalletWhitelistError;
751
- readonly isBounties: boolean;
752
- readonly asBounties: PalletBountiesError;
753
- readonly isChildBounties: boolean;
754
- readonly asChildBounties: PalletChildBountiesError;
755
- readonly isAssetRate: boolean;
756
- readonly asAssetRate: PalletAssetRateError;
757
- readonly isAhOps: boolean;
758
- readonly asAhOps: PalletAhOpsError;
759
- readonly isAhMigrator: boolean;
760
- readonly asAhMigrator: PalletAhMigratorError;
761
- 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';
762
- }
763
-
764
- } // declare module