@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,399 +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 { Compact, Enum, Null, Option, Struct, Vec, bool, u16, u32 } from '@pezkuwi/types-codec';
9
- import type { ITuple } from '@pezkuwi/types-codec/types';
10
- import type { AccountId32, PerU16, Permill, Perquintill } from '@pezkuwi/types/interfaces/runtime';
11
-
12
- declare module '@polkadot/types/lookup' {
13
- /** @name StagingKusamaRuntimeSessionKeys (138) */
14
- interface StagingKusamaRuntimeSessionKeys extends Struct {
15
- readonly grandpa: SpConsensusGrandpaAppPublic;
16
- readonly babe: SpConsensusBabeAppPublic;
17
- readonly paraValidator: PolkadotPrimitivesV8ValidatorAppPublic;
18
- readonly paraAssignment: PolkadotPrimitivesV8AssignmentAppPublic;
19
- readonly authorityDiscovery: SpAuthorityDiscoveryAppPublic;
20
- readonly beefy: SpConsensusBeefyEcdsaCryptoPublic;
21
- }
22
-
23
- /** @name StagingKusamaRuntimeOriginCaller (160) */
24
- interface StagingKusamaRuntimeOriginCaller extends Enum {
25
- readonly isSystem: boolean;
26
- readonly asSystem: FrameSupportDispatchRawOrigin;
27
- readonly isOrigins: boolean;
28
- readonly asOrigins: StagingKusamaRuntimeGovernanceOriginsPalletCustomOriginsOrigin;
29
- readonly isParachainsOrigin: boolean;
30
- readonly asParachainsOrigin: PolkadotRuntimeParachainsOriginPalletOrigin;
31
- readonly isXcmPallet: boolean;
32
- readonly asXcmPallet: PalletXcmOrigin;
33
- readonly type: 'System' | 'Origins' | 'ParachainsOrigin' | 'XcmPallet';
34
- }
35
-
36
- /** @name StagingKusamaRuntimeGovernanceOriginsPalletCustomOriginsOrigin (162) */
37
- interface StagingKusamaRuntimeGovernanceOriginsPalletCustomOriginsOrigin extends Enum {
38
- readonly isStakingAdmin: boolean;
39
- readonly isTreasurer: boolean;
40
- readonly isFellowshipAdmin: boolean;
41
- readonly isGeneralAdmin: boolean;
42
- readonly isAuctionAdmin: boolean;
43
- readonly isLeaseAdmin: boolean;
44
- readonly isReferendumCanceller: boolean;
45
- readonly isReferendumKiller: boolean;
46
- readonly isSmallTipper: boolean;
47
- readonly isBigTipper: boolean;
48
- readonly isSmallSpender: boolean;
49
- readonly isMediumSpender: boolean;
50
- readonly isBigSpender: boolean;
51
- readonly isWhitelistedCaller: boolean;
52
- readonly isFellowshipInitiates: boolean;
53
- readonly isFellows: boolean;
54
- readonly isFellowshipExperts: boolean;
55
- readonly isFellowshipMasters: boolean;
56
- readonly isFellowship1Dan: boolean;
57
- readonly isFellowship2Dan: boolean;
58
- readonly isFellowship3Dan: boolean;
59
- readonly isFellowship4Dan: boolean;
60
- readonly isFellowship5Dan: boolean;
61
- readonly isFellowship6Dan: boolean;
62
- readonly isFellowship7Dan: boolean;
63
- readonly isFellowship8Dan: boolean;
64
- readonly isFellowship9Dan: boolean;
65
- readonly isWishForChange: boolean;
66
- 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';
67
- }
68
-
69
- /** @name StagingKusamaRuntimeRuntimeParameters (172) */
70
- interface StagingKusamaRuntimeRuntimeParameters extends Enum {
71
- readonly isInflation: boolean;
72
- readonly asInflation: StagingKusamaRuntimeDynamicParamsInflationParameters;
73
- readonly isTreasury: boolean;
74
- readonly asTreasury: StagingKusamaRuntimeDynamicParamsTreasuryParameters;
75
- readonly type: 'Inflation' | 'Treasury';
76
- }
77
-
78
- /** @name StagingKusamaRuntimeDynamicParamsInflationParameters (173) */
79
- interface StagingKusamaRuntimeDynamicParamsInflationParameters extends Enum {
80
- readonly isMinInflation: boolean;
81
- readonly asMinInflation: ITuple<[StagingKusamaRuntimeDynamicParamsInflationMinInflation, Option<Perquintill>]>;
82
- readonly isMaxInflation: boolean;
83
- readonly asMaxInflation: ITuple<[StagingKusamaRuntimeDynamicParamsInflationMaxInflation, Option<Perquintill>]>;
84
- readonly isIdealStake: boolean;
85
- readonly asIdealStake: ITuple<[StagingKusamaRuntimeDynamicParamsInflationIdealStake, Option<Perquintill>]>;
86
- readonly isFalloff: boolean;
87
- readonly asFalloff: ITuple<[StagingKusamaRuntimeDynamicParamsInflationFalloff, Option<Perquintill>]>;
88
- readonly isUseAuctionSlots: boolean;
89
- readonly asUseAuctionSlots: ITuple<[StagingKusamaRuntimeDynamicParamsInflationUseAuctionSlots, Option<bool>]>;
90
- readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff' | 'UseAuctionSlots';
91
- }
92
-
93
- /** @name StagingKusamaRuntimeDynamicParamsInflationMinInflation (174) */
94
- type StagingKusamaRuntimeDynamicParamsInflationMinInflation = Null;
95
-
96
- /** @name StagingKusamaRuntimeDynamicParamsInflationMaxInflation (177) */
97
- type StagingKusamaRuntimeDynamicParamsInflationMaxInflation = Null;
98
-
99
- /** @name StagingKusamaRuntimeDynamicParamsInflationIdealStake (178) */
100
- type StagingKusamaRuntimeDynamicParamsInflationIdealStake = Null;
101
-
102
- /** @name StagingKusamaRuntimeDynamicParamsInflationFalloff (179) */
103
- type StagingKusamaRuntimeDynamicParamsInflationFalloff = Null;
104
-
105
- /** @name StagingKusamaRuntimeDynamicParamsInflationUseAuctionSlots (180) */
106
- type StagingKusamaRuntimeDynamicParamsInflationUseAuctionSlots = Null;
107
-
108
- /** @name StagingKusamaRuntimeDynamicParamsTreasuryParameters (182) */
109
- interface StagingKusamaRuntimeDynamicParamsTreasuryParameters extends Enum {
110
- readonly isBurnPortion: boolean;
111
- readonly asBurnPortion: ITuple<[StagingKusamaRuntimeDynamicParamsTreasuryBurnPortion, Option<Permill>]>;
112
- readonly isBurnDestination: boolean;
113
- readonly asBurnDestination: ITuple<[StagingKusamaRuntimeDynamicParamsTreasuryBurnDestination, Option<StagingKusamaRuntimeBurnDestinationAccount>]>;
114
- readonly type: 'BurnPortion' | 'BurnDestination';
115
- }
116
-
117
- /** @name StagingKusamaRuntimeDynamicParamsTreasuryBurnPortion (183) */
118
- type StagingKusamaRuntimeDynamicParamsTreasuryBurnPortion = Null;
119
-
120
- /** @name StagingKusamaRuntimeDynamicParamsTreasuryBurnDestination (186) */
121
- type StagingKusamaRuntimeDynamicParamsTreasuryBurnDestination = Null;
122
-
123
- /** @name StagingKusamaRuntimeBurnDestinationAccount (188) */
124
- interface StagingKusamaRuntimeBurnDestinationAccount extends Option<AccountId32> {}
125
-
126
- /** @name KusamaRuntimeConstantsProxyProxyType (209) */
127
- interface KusamaRuntimeConstantsProxyProxyType extends Enum {
128
- readonly isAny: boolean;
129
- readonly isNonTransfer: boolean;
130
- readonly isGovernance: boolean;
131
- readonly isStaking: boolean;
132
- readonly isCancelProxy: boolean;
133
- readonly isAuction: boolean;
134
- readonly isSociety: boolean;
135
- readonly isNominationPools: boolean;
136
- readonly isSpokesperson: boolean;
137
- readonly isParaRegistration: boolean;
138
- readonly type: 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | 'CancelProxy' | 'Auction' | 'Society' | 'NominationPools' | 'Spokesperson' | 'ParaRegistration';
139
- }
140
-
141
- /** @name StagingKusamaRuntimeNposCompactSolution24 (219) */
142
- interface StagingKusamaRuntimeNposCompactSolution24 extends Struct {
143
- readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
144
- readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
145
- readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
146
- readonly votes4: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
147
- readonly votes5: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
148
- readonly votes6: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
149
- readonly votes7: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
150
- readonly votes8: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
151
- readonly votes9: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
152
- readonly votes10: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
153
- readonly votes11: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
154
- readonly votes12: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
155
- readonly votes13: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
156
- readonly votes14: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
157
- readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
158
- readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
159
- readonly votes17: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
160
- readonly votes18: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
161
- readonly votes19: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
162
- readonly votes20: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
163
- readonly votes21: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
164
- readonly votes22: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
165
- readonly votes23: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
166
- readonly votes24: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
167
- }
168
-
169
- /** @name PalletRcMigratorRecoveryRecoveryStage (539) */
170
- interface PalletRcMigratorRecoveryRecoveryStage extends Enum {
171
- readonly isRecoverable: boolean;
172
- readonly asRecoverable: Option<AccountId32>;
173
- readonly isActiveRecoveries: boolean;
174
- readonly asActiveRecoveries: Option<ITuple<[AccountId32, AccountId32]>>;
175
- readonly isProxy: boolean;
176
- readonly asProxy: Option<AccountId32>;
177
- readonly isFinished: boolean;
178
- readonly type: 'Recoverable' | 'ActiveRecoveries' | 'Proxy' | 'Finished';
179
- }
180
-
181
- /** @name PalletRcMigratorSocietySocietyStage (543) */
182
- interface PalletRcMigratorSocietySocietyStage extends Enum {
183
- readonly isValues: boolean;
184
- readonly isMembers: boolean;
185
- readonly asMembers: Option<AccountId32>;
186
- readonly isPayouts: boolean;
187
- readonly asPayouts: Option<AccountId32>;
188
- readonly isMemberByIndex: boolean;
189
- readonly asMemberByIndex: Option<u32>;
190
- readonly isSuspendedMembers: boolean;
191
- readonly asSuspendedMembers: Option<AccountId32>;
192
- readonly isCandidates: boolean;
193
- readonly asCandidates: Option<AccountId32>;
194
- readonly isVotes: boolean;
195
- readonly asVotes: Option<ITuple<[AccountId32, AccountId32]>>;
196
- readonly isVoteClearCursor: boolean;
197
- readonly asVoteClearCursor: Option<AccountId32>;
198
- readonly isDefenderVotes: boolean;
199
- readonly asDefenderVotes: Option<ITuple<[u32, AccountId32]>>;
200
- readonly isFinished: boolean;
201
- readonly type: 'Values' | 'Members' | 'Payouts' | 'MemberByIndex' | 'SuspendedMembers' | 'Candidates' | 'Votes' | 'VoteClearCursor' | 'DefenderVotes' | 'Finished';
202
- }
203
-
204
- /** @name StagingKusamaRuntimeRuntimeParametersKey (566) */
205
- interface StagingKusamaRuntimeRuntimeParametersKey extends Enum {
206
- readonly isInflation: boolean;
207
- readonly asInflation: StagingKusamaRuntimeDynamicParamsInflationParametersKey;
208
- readonly isTreasury: boolean;
209
- readonly asTreasury: StagingKusamaRuntimeDynamicParamsTreasuryParametersKey;
210
- readonly type: 'Inflation' | 'Treasury';
211
- }
212
-
213
- /** @name StagingKusamaRuntimeDynamicParamsInflationParametersKey (567) */
214
- interface StagingKusamaRuntimeDynamicParamsInflationParametersKey extends Enum {
215
- readonly isMinInflation: boolean;
216
- readonly isMaxInflation: boolean;
217
- readonly isIdealStake: boolean;
218
- readonly isFalloff: boolean;
219
- readonly isUseAuctionSlots: boolean;
220
- readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff' | 'UseAuctionSlots';
221
- }
222
-
223
- /** @name StagingKusamaRuntimeDynamicParamsTreasuryParametersKey (568) */
224
- interface StagingKusamaRuntimeDynamicParamsTreasuryParametersKey extends Enum {
225
- readonly isBurnPortion: boolean;
226
- readonly isBurnDestination: boolean;
227
- readonly type: 'BurnPortion' | 'BurnDestination';
228
- }
229
-
230
- /** @name StagingKusamaRuntimeRuntimeParametersValue (570) */
231
- interface StagingKusamaRuntimeRuntimeParametersValue extends Enum {
232
- readonly isInflation: boolean;
233
- readonly asInflation: StagingKusamaRuntimeDynamicParamsInflationParametersValue;
234
- readonly isTreasury: boolean;
235
- readonly asTreasury: StagingKusamaRuntimeDynamicParamsTreasuryParametersValue;
236
- readonly type: 'Inflation' | 'Treasury';
237
- }
238
-
239
- /** @name StagingKusamaRuntimeDynamicParamsInflationParametersValue (571) */
240
- interface StagingKusamaRuntimeDynamicParamsInflationParametersValue extends Enum {
241
- readonly isMinInflation: boolean;
242
- readonly asMinInflation: Perquintill;
243
- readonly isMaxInflation: boolean;
244
- readonly asMaxInflation: Perquintill;
245
- readonly isIdealStake: boolean;
246
- readonly asIdealStake: Perquintill;
247
- readonly isFalloff: boolean;
248
- readonly asFalloff: Perquintill;
249
- readonly isUseAuctionSlots: boolean;
250
- readonly asUseAuctionSlots: bool;
251
- readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff' | 'UseAuctionSlots';
252
- }
253
-
254
- /** @name StagingKusamaRuntimeDynamicParamsTreasuryParametersValue (572) */
255
- interface StagingKusamaRuntimeDynamicParamsTreasuryParametersValue extends Enum {
256
- readonly isBurnPortion: boolean;
257
- readonly asBurnPortion: Permill;
258
- readonly isBurnDestination: boolean;
259
- readonly asBurnDestination: StagingKusamaRuntimeBurnDestinationAccount;
260
- readonly type: 'BurnPortion' | 'BurnDestination';
261
- }
262
-
263
- /** @name PalletRecoveryDepositKind (579) */
264
- interface PalletRecoveryDepositKind extends Enum {
265
- readonly isRecoveryConfig: boolean;
266
- readonly isActiveRecoveryFor: boolean;
267
- readonly asActiveRecoveryFor: AccountId32;
268
- readonly type: 'RecoveryConfig' | 'ActiveRecoveryFor';
269
- }
270
-
271
- /** @name StagingKusamaRuntimeRuntime (580) */
272
- type StagingKusamaRuntimeRuntime = Null;
273
-
274
- /** @name StagingKusamaRuntimeRuntimeHoldReason (668) */
275
- interface StagingKusamaRuntimeRuntimeHoldReason extends Enum {
276
- readonly isStaking: boolean;
277
- readonly asStaking: PalletStakingPalletHoldReason;
278
- readonly isSession: boolean;
279
- readonly asSession: PalletSessionHoldReason;
280
- readonly isPreimage: boolean;
281
- readonly asPreimage: PalletPreimageHoldReason;
282
- readonly isDelegatedStaking: boolean;
283
- readonly asDelegatedStaking: PalletDelegatedStakingHoldReason;
284
- readonly isXcmPallet: boolean;
285
- readonly asXcmPallet: PalletXcmHoldReason;
286
- readonly type: 'Staking' | 'Session' | 'Preimage' | 'DelegatedStaking' | 'XcmPallet';
287
- }
288
-
289
- /** @name StagingKusamaRuntimeRuntimeFreezeReason (677) */
290
- interface StagingKusamaRuntimeRuntimeFreezeReason extends Enum {
291
- readonly isNominationPools: boolean;
292
- readonly asNominationPools: PalletNominationPoolsFreezeReason;
293
- readonly type: 'NominationPools';
294
- }
295
-
296
- /** @name StagingKusamaRuntimeRuntimeError (1159) */
297
- interface StagingKusamaRuntimeRuntimeError extends Enum {
298
- readonly isSystem: boolean;
299
- readonly asSystem: FrameSystemError;
300
- readonly isBabe: boolean;
301
- readonly asBabe: PalletBabeError;
302
- readonly isIndices: boolean;
303
- readonly asIndices: PalletIndicesError;
304
- readonly isBalances: boolean;
305
- readonly asBalances: PalletBalancesError;
306
- readonly isStaking: boolean;
307
- readonly asStaking: PalletStakingPalletError;
308
- readonly isSession: boolean;
309
- readonly asSession: PalletSessionError;
310
- readonly isGrandpa: boolean;
311
- readonly asGrandpa: PalletGrandpaError;
312
- readonly isTreasury: boolean;
313
- readonly asTreasury: PalletTreasuryError;
314
- readonly isClaims: boolean;
315
- readonly asClaims: PolkadotRuntimeCommonClaimsPalletError;
316
- readonly isConvictionVoting: boolean;
317
- readonly asConvictionVoting: PalletConvictionVotingError;
318
- readonly isReferenda: boolean;
319
- readonly asReferenda: PalletReferendaError;
320
- readonly isFellowshipCollective: boolean;
321
- readonly asFellowshipCollective: PalletRankedCollectiveError;
322
- readonly isFellowshipReferenda: boolean;
323
- readonly asFellowshipReferenda: PalletReferendaError;
324
- readonly isUtility: boolean;
325
- readonly asUtility: PalletUtilityError;
326
- readonly isSociety: boolean;
327
- readonly asSociety: PalletSocietyError;
328
- readonly isRecovery: boolean;
329
- readonly asRecovery: PalletRecoveryError;
330
- readonly isVesting: boolean;
331
- readonly asVesting: PalletVestingError;
332
- readonly isScheduler: boolean;
333
- readonly asScheduler: PalletSchedulerError;
334
- readonly isProxy: boolean;
335
- readonly asProxy: PalletProxyError;
336
- readonly isMultisig: boolean;
337
- readonly asMultisig: PalletMultisigError;
338
- readonly isPreimage: boolean;
339
- readonly asPreimage: PalletPreimageError;
340
- readonly isBounties: boolean;
341
- readonly asBounties: PalletBountiesError;
342
- readonly isElectionProviderMultiPhase: boolean;
343
- readonly asElectionProviderMultiPhase: PalletElectionProviderMultiPhaseError;
344
- readonly isVoterList: boolean;
345
- readonly asVoterList: PalletBagsListError;
346
- readonly isChildBounties: boolean;
347
- readonly asChildBounties: PalletChildBountiesError;
348
- readonly isNominationPools: boolean;
349
- readonly asNominationPools: PalletNominationPoolsError;
350
- readonly isFastUnstake: boolean;
351
- readonly asFastUnstake: PalletFastUnstakeError;
352
- readonly isWhitelist: boolean;
353
- readonly asWhitelist: PalletWhitelistError;
354
- readonly isDelegatedStaking: boolean;
355
- readonly asDelegatedStaking: PalletDelegatedStakingError;
356
- readonly isStakingAhClient: boolean;
357
- readonly asStakingAhClient: PalletStakingAsyncAhClientError;
358
- readonly isConfiguration: boolean;
359
- readonly asConfiguration: PolkadotRuntimeParachainsConfigurationPalletError;
360
- readonly isParaInclusion: boolean;
361
- readonly asParaInclusion: PolkadotRuntimeParachainsInclusionPalletError;
362
- readonly isParaInherent: boolean;
363
- readonly asParaInherent: PolkadotRuntimeParachainsParasInherentPalletError;
364
- readonly isParas: boolean;
365
- readonly asParas: PolkadotRuntimeParachainsParasPalletError;
366
- readonly isHrmp: boolean;
367
- readonly asHrmp: PolkadotRuntimeParachainsHrmpPalletError;
368
- readonly isParasDisputes: boolean;
369
- readonly asParasDisputes: PolkadotRuntimeParachainsDisputesPalletError;
370
- readonly isParasSlashing: boolean;
371
- readonly asParasSlashing: PolkadotRuntimeParachainsDisputesSlashingPalletError;
372
- readonly isOnDemandAssignmentProvider: boolean;
373
- readonly asOnDemandAssignmentProvider: PolkadotRuntimeParachainsOnDemandPalletError;
374
- readonly isCoretimeAssignmentProvider: boolean;
375
- readonly asCoretimeAssignmentProvider: PolkadotRuntimeParachainsAssignerCoretimePalletError;
376
- readonly isRegistrar: boolean;
377
- readonly asRegistrar: PolkadotRuntimeCommonParasRegistrarPalletError;
378
- readonly isSlots: boolean;
379
- readonly asSlots: PolkadotRuntimeCommonSlotsPalletError;
380
- readonly isAuctions: boolean;
381
- readonly asAuctions: PolkadotRuntimeCommonAuctionsPalletError;
382
- readonly isCrowdloan: boolean;
383
- readonly asCrowdloan: PolkadotRuntimeCommonCrowdloanPalletError;
384
- readonly isCoretime: boolean;
385
- readonly asCoretime: PolkadotRuntimeParachainsCoretimePalletError;
386
- readonly isXcmPallet: boolean;
387
- readonly asXcmPallet: PalletXcmError;
388
- readonly isMessageQueue: boolean;
389
- readonly asMessageQueue: PalletMessageQueueError;
390
- readonly isAssetRate: boolean;
391
- readonly asAssetRate: PalletAssetRateError;
392
- readonly isBeefy: boolean;
393
- readonly asBeefy: PalletBeefyError;
394
- readonly isRcMigrator: boolean;
395
- readonly asRcMigrator: PalletRcMigratorError;
396
- readonly type: 'System' | 'Babe' | 'Indices' | 'Balances' | 'Staking' | 'Session' | 'Grandpa' | 'Treasury' | 'Claims' | 'ConvictionVoting' | 'Referenda' | 'FellowshipCollective' | 'FellowshipReferenda' | 'Utility' | 'Society' | 'Recovery' | 'Vesting' | 'Scheduler' | 'Proxy' | 'Multisig' | 'Preimage' | 'Bounties' | 'ElectionProviderMultiPhase' | 'VoterList' | 'ChildBounties' | 'NominationPools' | 'FastUnstake' | 'Whitelist' | 'DelegatedStaking' | 'StakingAhClient' | 'Configuration' | 'ParaInclusion' | 'ParaInherent' | 'Paras' | 'Hrmp' | 'ParasDisputes' | 'ParasSlashing' | 'OnDemandAssignmentProvider' | 'CoretimeAssignmentProvider' | 'Registrar' | 'Slots' | 'Auctions' | 'Crowdloan' | 'Coretime' | 'XcmPallet' | 'MessageQueue' | 'AssetRate' | 'Beefy' | 'RcMigrator';
397
- }
398
-
399
- } // declare module