@dedot/chaintypes 0.194.0 → 0.196.0

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 (187) hide show
  1. package/aleph/consts.d.ts +2 -2
  2. package/aleph/errors.d.ts +228 -228
  3. package/aleph/events.d.ts +122 -226
  4. package/aleph/index.d.ts +15 -17
  5. package/aleph/json-rpc.d.ts +3 -3
  6. package/aleph/query.d.ts +171 -207
  7. package/aleph/runtime.d.ts +47 -63
  8. package/aleph/tx.d.ts +377 -550
  9. package/aleph/view-functions.d.ts +2 -2
  10. package/astar/consts.d.ts +2 -2
  11. package/astar/errors.d.ts +431 -431
  12. package/astar/events.d.ts +232 -401
  13. package/astar/index.d.ts +15 -17
  14. package/astar/json-rpc.d.ts +3 -3
  15. package/astar/query.d.ts +243 -289
  16. package/astar/runtime.d.ts +59 -87
  17. package/astar/tx.d.ts +671 -980
  18. package/astar/view-functions.d.ts +2 -2
  19. package/basilisk/consts.d.ts +2 -2
  20. package/basilisk/errors.d.ts +489 -489
  21. package/basilisk/events.d.ts +187 -408
  22. package/basilisk/index.d.ts +15 -17
  23. package/basilisk/json-rpc.d.ts +3 -3
  24. package/basilisk/query.d.ts +213 -272
  25. package/basilisk/runtime.d.ts +27 -28
  26. package/basilisk/tx.d.ts +579 -842
  27. package/basilisk/view-functions.d.ts +2 -2
  28. package/hydration/consts.d.ts +47 -14
  29. package/hydration/errors.d.ts +827 -737
  30. package/hydration/events.d.ts +639 -527
  31. package/hydration/index.d.ts +16 -18
  32. package/hydration/json-rpc.d.ts +3 -3
  33. package/hydration/query.d.ts +530 -396
  34. package/hydration/runtime.d.ts +181 -89
  35. package/hydration/tx.d.ts +1130 -1167
  36. package/hydration/types.d.ts +889 -42
  37. package/hydration/view-functions.d.ts +2 -2
  38. package/kusama/consts.d.ts +2 -2
  39. package/kusama/errors.d.ts +571 -571
  40. package/kusama/events.d.ts +216 -477
  41. package/kusama/index.d.ts +15 -17
  42. package/kusama/json-rpc.d.ts +3 -3
  43. package/kusama/query.d.ts +360 -502
  44. package/kusama/runtime.d.ts +82 -131
  45. package/kusama/tx.d.ts +851 -1246
  46. package/kusama/view-functions.d.ts +7 -12
  47. package/kusama-asset-hub/consts.d.ts +2 -2
  48. package/kusama-asset-hub/errors.d.ts +653 -653
  49. package/kusama-asset-hub/events.d.ts +286 -629
  50. package/kusama-asset-hub/index.d.ts +16 -17
  51. package/kusama-asset-hub/json-rpc.d.ts +3 -3
  52. package/kusama-asset-hub/query.d.ts +316 -448
  53. package/kusama-asset-hub/runtime.d.ts +74 -111
  54. package/kusama-asset-hub/tx.d.ts +1059 -1558
  55. package/kusama-asset-hub/view-functions.d.ts +7 -9
  56. package/kusama-people/consts.d.ts +2 -2
  57. package/kusama-people/errors.d.ts +160 -160
  58. package/kusama-people/events.d.ts +89 -176
  59. package/kusama-people/index.d.ts +15 -17
  60. package/kusama-people/json-rpc.d.ts +3 -3
  61. package/kusama-people/query.d.ts +114 -145
  62. package/kusama-people/runtime.d.ts +45 -65
  63. package/kusama-people/tx.d.ts +246 -356
  64. package/kusama-people/view-functions.d.ts +3 -5
  65. package/moonbeam/consts.d.ts +2 -2
  66. package/moonbeam/errors.d.ts +478 -478
  67. package/moonbeam/events.d.ts +182 -426
  68. package/moonbeam/index.d.ts +15 -17
  69. package/moonbeam/json-rpc.d.ts +11 -3
  70. package/moonbeam/query.d.ts +234 -294
  71. package/moonbeam/runtime.d.ts +61 -89
  72. package/moonbeam/tx.d.ts +618 -901
  73. package/moonbeam/view-functions.d.ts +2 -2
  74. package/package.json +6 -3
  75. package/paseo/consts.d.ts +2 -2
  76. package/paseo/errors.d.ts +513 -513
  77. package/paseo/events.d.ts +197 -430
  78. package/paseo/index.d.ts +16 -18
  79. package/paseo/json-rpc.d.ts +3 -3
  80. package/paseo/query.d.ts +329 -450
  81. package/paseo/runtime.d.ts +107 -131
  82. package/paseo/tx.d.ts +787 -1151
  83. package/paseo/types.d.ts +7 -0
  84. package/paseo/view-functions.d.ts +7 -12
  85. package/paseo-asset-hub/consts.d.ts +2 -2
  86. package/paseo-asset-hub/errors.d.ts +605 -605
  87. package/paseo-asset-hub/events.d.ts +268 -600
  88. package/paseo-asset-hub/index.d.ts +17 -18
  89. package/paseo-asset-hub/json-rpc.d.ts +3 -3
  90. package/paseo-asset-hub/query.d.ts +293 -413
  91. package/paseo-asset-hub/runtime.d.ts +96 -104
  92. package/paseo-asset-hub/tx.d.ts +997 -1466
  93. package/paseo-asset-hub/types.d.ts +7 -0
  94. package/paseo-asset-hub/view-functions.d.ts +7 -9
  95. package/paseo-hydration/consts.d.ts +13 -3
  96. package/paseo-hydration/errors.d.ts +756 -745
  97. package/paseo-hydration/events.d.ts +277 -554
  98. package/paseo-hydration/index.d.ts +16 -18
  99. package/paseo-hydration/json-rpc.d.ts +3 -3
  100. package/paseo-hydration/query.d.ts +321 -411
  101. package/paseo-hydration/runtime.d.ts +95 -106
  102. package/paseo-hydration/tx.d.ts +923 -1226
  103. package/paseo-hydration/types.d.ts +91 -50
  104. package/paseo-hydration/view-functions.d.ts +2 -2
  105. package/paseo-people/consts.d.ts +2 -2
  106. package/paseo-people/errors.d.ts +162 -162
  107. package/paseo-people/events.d.ts +91 -181
  108. package/paseo-people/index.d.ts +16 -18
  109. package/paseo-people/json-rpc.d.ts +3 -3
  110. package/paseo-people/query.d.ts +116 -143
  111. package/paseo-people/runtime.d.ts +70 -65
  112. package/paseo-people/tx.d.ts +257 -372
  113. package/paseo-people/types.d.ts +7 -0
  114. package/paseo-people/view-functions.d.ts +3 -5
  115. package/polkadot/consts.d.ts +2 -2
  116. package/polkadot/errors.d.ts +501 -501
  117. package/polkadot/events.d.ts +195 -426
  118. package/polkadot/index.d.ts +15 -17
  119. package/polkadot/json-rpc.d.ts +3 -3
  120. package/polkadot/query.d.ts +329 -450
  121. package/polkadot/runtime.d.ts +83 -133
  122. package/polkadot/tx.d.ts +765 -1119
  123. package/polkadot/view-functions.d.ts +7 -12
  124. package/polkadot-asset-hub/consts.d.ts +2 -2
  125. package/polkadot-asset-hub/errors.d.ts +554 -554
  126. package/polkadot-asset-hub/events.d.ts +261 -585
  127. package/polkadot-asset-hub/index.d.ts +16 -17
  128. package/polkadot-asset-hub/json-rpc.d.ts +3 -3
  129. package/polkadot-asset-hub/query.d.ts +279 -396
  130. package/polkadot-asset-hub/runtime.d.ts +65 -93
  131. package/polkadot-asset-hub/tx.d.ts +952 -1400
  132. package/polkadot-asset-hub/view-functions.d.ts +7 -9
  133. package/polkadot-people/consts.d.ts +2 -2
  134. package/polkadot-people/errors.d.ts +160 -160
  135. package/polkadot-people/events.d.ts +89 -176
  136. package/polkadot-people/index.d.ts +15 -17
  137. package/polkadot-people/json-rpc.d.ts +3 -3
  138. package/polkadot-people/query.d.ts +114 -145
  139. package/polkadot-people/runtime.d.ts +46 -67
  140. package/polkadot-people/tx.d.ts +246 -356
  141. package/polkadot-people/view-functions.d.ts +3 -5
  142. package/substrate/consts.d.ts +2 -2
  143. package/substrate/errors.d.ts +909 -909
  144. package/substrate/events.d.ts +389 -794
  145. package/substrate/index.d.ts +16 -17
  146. package/substrate/json-rpc.d.ts +3 -3
  147. package/substrate/query.d.ts +458 -572
  148. package/substrate/runtime.d.ts +82 -126
  149. package/substrate/tx.d.ts +1317 -1936
  150. package/substrate/view-functions.d.ts +2 -2
  151. package/vara/consts.d.ts +9 -37
  152. package/vara/errors.d.ts +402 -382
  153. package/vara/events.d.ts +172 -310
  154. package/vara/index.d.ts +16 -18
  155. package/vara/json-rpc.d.ts +7 -3
  156. package/vara/query.d.ts +299 -331
  157. package/vara/runtime.d.ts +61 -79
  158. package/vara/tx.d.ts +573 -754
  159. package/vara/types.d.ts +71 -26
  160. package/vara/view-functions.d.ts +2 -2
  161. package/westend/consts.d.ts +2 -2
  162. package/westend/errors.d.ts +532 -532
  163. package/westend/events.d.ts +205 -462
  164. package/westend/index.d.ts +15 -17
  165. package/westend/json-rpc.d.ts +3 -3
  166. package/westend/query.d.ts +312 -434
  167. package/westend/runtime.d.ts +83 -135
  168. package/westend/tx.d.ts +807 -1179
  169. package/westend/view-functions.d.ts +7 -12
  170. package/westend-asset-hub/consts.d.ts +2 -2
  171. package/westend-asset-hub/errors.d.ts +605 -605
  172. package/westend-asset-hub/events.d.ts +265 -614
  173. package/westend-asset-hub/index.d.ts +16 -17
  174. package/westend-asset-hub/json-rpc.d.ts +3 -3
  175. package/westend-asset-hub/query.d.ts +293 -418
  176. package/westend-asset-hub/runtime.d.ts +83 -123
  177. package/westend-asset-hub/tx.d.ts +918 -1348
  178. package/westend-asset-hub/view-functions.d.ts +8 -13
  179. package/westend-people/consts.d.ts +2 -2
  180. package/westend-people/errors.d.ts +160 -160
  181. package/westend-people/events.d.ts +93 -186
  182. package/westend-people/index.d.ts +15 -17
  183. package/westend-people/json-rpc.d.ts +3 -3
  184. package/westend-people/query.d.ts +114 -145
  185. package/westend-people/runtime.d.ts +46 -67
  186. package/westend-people/tx.d.ts +251 -363
  187. package/westend-people/view-functions.d.ts +3 -5
@@ -1,8 +1,8 @@
1
1
  // Generated by dedot cli
2
2
 
3
- import type { GenericChainErrors, GenericPalletError, RpcVersion } from 'dedot/types';
3
+ import type { GenericChainErrors, GenericPalletError } from 'dedot/types';
4
4
 
5
- export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<Rv> {
5
+ export interface ChainErrors extends GenericChainErrors {
6
6
  /**
7
7
  * Pallet `System`'s errors
8
8
  **/
@@ -11,55 +11,55 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
11
11
  * The name of specification does not match between the current runtime
12
12
  * and the new runtime.
13
13
  **/
14
- InvalidSpecName: GenericPalletError<Rv>;
14
+ InvalidSpecName: GenericPalletError;
15
15
 
16
16
  /**
17
17
  * The specification version is not allowed to decrease between the current runtime
18
18
  * and the new runtime.
19
19
  **/
20
- SpecVersionNeedsToIncrease: GenericPalletError<Rv>;
20
+ SpecVersionNeedsToIncrease: GenericPalletError;
21
21
 
22
22
  /**
23
23
  * Failed to extract the runtime version from the new runtime.
24
24
  *
25
25
  * Either calling `Core_version` or decoding `RuntimeVersion` failed.
26
26
  **/
27
- FailedToExtractRuntimeVersion: GenericPalletError<Rv>;
27
+ FailedToExtractRuntimeVersion: GenericPalletError;
28
28
 
29
29
  /**
30
30
  * Suicide called when the account has non-default composite data.
31
31
  **/
32
- NonDefaultComposite: GenericPalletError<Rv>;
32
+ NonDefaultComposite: GenericPalletError;
33
33
 
34
34
  /**
35
35
  * There is a non-zero reference count preventing the account from being purged.
36
36
  **/
37
- NonZeroRefCount: GenericPalletError<Rv>;
37
+ NonZeroRefCount: GenericPalletError;
38
38
 
39
39
  /**
40
40
  * The origin filter prevent the call to be dispatched.
41
41
  **/
42
- CallFiltered: GenericPalletError<Rv>;
42
+ CallFiltered: GenericPalletError;
43
43
 
44
44
  /**
45
45
  * A multi-block migration is ongoing and prevents the current code from being replaced.
46
46
  **/
47
- MultiBlockMigrationsOngoing: GenericPalletError<Rv>;
47
+ MultiBlockMigrationsOngoing: GenericPalletError;
48
48
 
49
49
  /**
50
50
  * No upgrade authorized.
51
51
  **/
52
- NothingAuthorized: GenericPalletError<Rv>;
52
+ NothingAuthorized: GenericPalletError;
53
53
 
54
54
  /**
55
55
  * The submitted code is not authorized.
56
56
  **/
57
- Unauthorized: GenericPalletError<Rv>;
57
+ Unauthorized: GenericPalletError;
58
58
 
59
59
  /**
60
60
  * Generic pallet error
61
61
  **/
62
- [error: string]: GenericPalletError<Rv>;
62
+ [error: string]: GenericPalletError;
63
63
  };
64
64
  /**
65
65
  * Pallet `ParachainSystem`'s errors
@@ -68,38 +68,38 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
68
68
  /**
69
69
  * Attempt to upgrade validation function while existing upgrade pending.
70
70
  **/
71
- OverlappingUpgrades: GenericPalletError<Rv>;
71
+ OverlappingUpgrades: GenericPalletError;
72
72
 
73
73
  /**
74
74
  * Polkadot currently prohibits this parachain from upgrading its validation function.
75
75
  **/
76
- ProhibitedByPolkadot: GenericPalletError<Rv>;
76
+ ProhibitedByPolkadot: GenericPalletError;
77
77
 
78
78
  /**
79
79
  * The supplied validation function has compiled into a blob larger than Polkadot is
80
80
  * willing to run.
81
81
  **/
82
- TooBig: GenericPalletError<Rv>;
82
+ TooBig: GenericPalletError;
83
83
 
84
84
  /**
85
85
  * The inherent which supplies the validation data did not run this block.
86
86
  **/
87
- ValidationDataNotAvailable: GenericPalletError<Rv>;
87
+ ValidationDataNotAvailable: GenericPalletError;
88
88
 
89
89
  /**
90
90
  * The inherent which supplies the host configuration did not run this block.
91
91
  **/
92
- HostConfigurationNotAvailable: GenericPalletError<Rv>;
92
+ HostConfigurationNotAvailable: GenericPalletError;
93
93
 
94
94
  /**
95
95
  * No validation function upgrade is currently scheduled.
96
96
  **/
97
- NotScheduled: GenericPalletError<Rv>;
97
+ NotScheduled: GenericPalletError;
98
98
 
99
99
  /**
100
100
  * Generic pallet error
101
101
  **/
102
- [error: string]: GenericPalletError<Rv>;
102
+ [error: string]: GenericPalletError;
103
103
  };
104
104
  /**
105
105
  * Pallet `MultiBlockMigrations`'s errors
@@ -108,12 +108,12 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
108
108
  /**
109
109
  * The operation cannot complete since some MBMs are ongoing.
110
110
  **/
111
- Ongoing: GenericPalletError<Rv>;
111
+ Ongoing: GenericPalletError;
112
112
 
113
113
  /**
114
114
  * Generic pallet error
115
115
  **/
116
- [error: string]: GenericPalletError<Rv>;
116
+ [error: string]: GenericPalletError;
117
117
  };
118
118
  /**
119
119
  * Pallet `Balances`'s errors
@@ -122,67 +122,67 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
122
122
  /**
123
123
  * Vesting balance too high to send value.
124
124
  **/
125
- VestingBalance: GenericPalletError<Rv>;
125
+ VestingBalance: GenericPalletError;
126
126
 
127
127
  /**
128
128
  * Account liquidity restrictions prevent withdrawal.
129
129
  **/
130
- LiquidityRestrictions: GenericPalletError<Rv>;
130
+ LiquidityRestrictions: GenericPalletError;
131
131
 
132
132
  /**
133
133
  * Balance too low to send value.
134
134
  **/
135
- InsufficientBalance: GenericPalletError<Rv>;
135
+ InsufficientBalance: GenericPalletError;
136
136
 
137
137
  /**
138
138
  * Value too low to create account due to existential deposit.
139
139
  **/
140
- ExistentialDeposit: GenericPalletError<Rv>;
140
+ ExistentialDeposit: GenericPalletError;
141
141
 
142
142
  /**
143
143
  * Transfer/payment would kill account.
144
144
  **/
145
- Expendability: GenericPalletError<Rv>;
145
+ Expendability: GenericPalletError;
146
146
 
147
147
  /**
148
148
  * A vesting schedule already exists for this account.
149
149
  **/
150
- ExistingVestingSchedule: GenericPalletError<Rv>;
150
+ ExistingVestingSchedule: GenericPalletError;
151
151
 
152
152
  /**
153
153
  * Beneficiary account must pre-exist.
154
154
  **/
155
- DeadAccount: GenericPalletError<Rv>;
155
+ DeadAccount: GenericPalletError;
156
156
 
157
157
  /**
158
158
  * Number of named reserves exceed `MaxReserves`.
159
159
  **/
160
- TooManyReserves: GenericPalletError<Rv>;
160
+ TooManyReserves: GenericPalletError;
161
161
 
162
162
  /**
163
163
  * Number of holds exceed `VariantCountOf<T::RuntimeHoldReason>`.
164
164
  **/
165
- TooManyHolds: GenericPalletError<Rv>;
165
+ TooManyHolds: GenericPalletError;
166
166
 
167
167
  /**
168
168
  * Number of freezes exceed `MaxFreezes`.
169
169
  **/
170
- TooManyFreezes: GenericPalletError<Rv>;
170
+ TooManyFreezes: GenericPalletError;
171
171
 
172
172
  /**
173
173
  * The issuance cannot be modified since it is already deactivated.
174
174
  **/
175
- IssuanceDeactivated: GenericPalletError<Rv>;
175
+ IssuanceDeactivated: GenericPalletError;
176
176
 
177
177
  /**
178
178
  * The delta cannot be zero.
179
179
  **/
180
- DeltaZero: GenericPalletError<Rv>;
180
+ DeltaZero: GenericPalletError;
181
181
 
182
182
  /**
183
183
  * Generic pallet error
184
184
  **/
185
- [error: string]: GenericPalletError<Rv>;
185
+ [error: string]: GenericPalletError;
186
186
  };
187
187
  /**
188
188
  * Pallet `CollatorSelection`'s errors
@@ -191,92 +191,92 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
191
191
  /**
192
192
  * The pallet has too many candidates.
193
193
  **/
194
- TooManyCandidates: GenericPalletError<Rv>;
194
+ TooManyCandidates: GenericPalletError;
195
195
 
196
196
  /**
197
197
  * Leaving would result in too few candidates.
198
198
  **/
199
- TooFewEligibleCollators: GenericPalletError<Rv>;
199
+ TooFewEligibleCollators: GenericPalletError;
200
200
 
201
201
  /**
202
202
  * Account is already a candidate.
203
203
  **/
204
- AlreadyCandidate: GenericPalletError<Rv>;
204
+ AlreadyCandidate: GenericPalletError;
205
205
 
206
206
  /**
207
207
  * Account is not a candidate.
208
208
  **/
209
- NotCandidate: GenericPalletError<Rv>;
209
+ NotCandidate: GenericPalletError;
210
210
 
211
211
  /**
212
212
  * There are too many Invulnerables.
213
213
  **/
214
- TooManyInvulnerables: GenericPalletError<Rv>;
214
+ TooManyInvulnerables: GenericPalletError;
215
215
 
216
216
  /**
217
217
  * Account is already an Invulnerable.
218
218
  **/
219
- AlreadyInvulnerable: GenericPalletError<Rv>;
219
+ AlreadyInvulnerable: GenericPalletError;
220
220
 
221
221
  /**
222
222
  * Account is not an Invulnerable.
223
223
  **/
224
- NotInvulnerable: GenericPalletError<Rv>;
224
+ NotInvulnerable: GenericPalletError;
225
225
 
226
226
  /**
227
227
  * Account has no associated validator ID.
228
228
  **/
229
- NoAssociatedValidatorId: GenericPalletError<Rv>;
229
+ NoAssociatedValidatorId: GenericPalletError;
230
230
 
231
231
  /**
232
232
  * Validator ID is not yet registered.
233
233
  **/
234
- ValidatorNotRegistered: GenericPalletError<Rv>;
234
+ ValidatorNotRegistered: GenericPalletError;
235
235
 
236
236
  /**
237
237
  * Could not insert in the candidate list.
238
238
  **/
239
- InsertToCandidateListFailed: GenericPalletError<Rv>;
239
+ InsertToCandidateListFailed: GenericPalletError;
240
240
 
241
241
  /**
242
242
  * Could not remove from the candidate list.
243
243
  **/
244
- RemoveFromCandidateListFailed: GenericPalletError<Rv>;
244
+ RemoveFromCandidateListFailed: GenericPalletError;
245
245
 
246
246
  /**
247
247
  * New deposit amount would be below the minimum candidacy bond.
248
248
  **/
249
- DepositTooLow: GenericPalletError<Rv>;
249
+ DepositTooLow: GenericPalletError;
250
250
 
251
251
  /**
252
252
  * Could not update the candidate list.
253
253
  **/
254
- UpdateCandidateListFailed: GenericPalletError<Rv>;
254
+ UpdateCandidateListFailed: GenericPalletError;
255
255
 
256
256
  /**
257
257
  * Deposit amount is too low to take the target's slot in the candidate list.
258
258
  **/
259
- InsufficientBond: GenericPalletError<Rv>;
259
+ InsufficientBond: GenericPalletError;
260
260
 
261
261
  /**
262
262
  * The target account to be replaced in the candidate list is not a candidate.
263
263
  **/
264
- TargetIsNotCandidate: GenericPalletError<Rv>;
264
+ TargetIsNotCandidate: GenericPalletError;
265
265
 
266
266
  /**
267
267
  * The updated deposit amount is equal to the amount already reserved.
268
268
  **/
269
- IdenticalDeposit: GenericPalletError<Rv>;
269
+ IdenticalDeposit: GenericPalletError;
270
270
 
271
271
  /**
272
272
  * Cannot lower candidacy bond while occupying a future collator slot in the list.
273
273
  **/
274
- InvalidUnreserve: GenericPalletError<Rv>;
274
+ InvalidUnreserve: GenericPalletError;
275
275
 
276
276
  /**
277
277
  * Generic pallet error
278
278
  **/
279
- [error: string]: GenericPalletError<Rv>;
279
+ [error: string]: GenericPalletError;
280
280
  };
281
281
  /**
282
282
  * Pallet `Session`'s errors
@@ -285,32 +285,32 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
285
285
  /**
286
286
  * Invalid ownership proof.
287
287
  **/
288
- InvalidProof: GenericPalletError<Rv>;
288
+ InvalidProof: GenericPalletError;
289
289
 
290
290
  /**
291
291
  * No associated validator ID for account.
292
292
  **/
293
- NoAssociatedValidatorId: GenericPalletError<Rv>;
293
+ NoAssociatedValidatorId: GenericPalletError;
294
294
 
295
295
  /**
296
296
  * Registered duplicate key.
297
297
  **/
298
- DuplicatedKey: GenericPalletError<Rv>;
298
+ DuplicatedKey: GenericPalletError;
299
299
 
300
300
  /**
301
301
  * No keys are associated with this account.
302
302
  **/
303
- NoKeys: GenericPalletError<Rv>;
303
+ NoKeys: GenericPalletError;
304
304
 
305
305
  /**
306
306
  * Key setting account is not live, so it's impossible to associate keys.
307
307
  **/
308
- NoAccount: GenericPalletError<Rv>;
308
+ NoAccount: GenericPalletError;
309
309
 
310
310
  /**
311
311
  * Generic pallet error
312
312
  **/
313
- [error: string]: GenericPalletError<Rv>;
313
+ [error: string]: GenericPalletError;
314
314
  };
315
315
  /**
316
316
  * Pallet `XcmpQueue`'s errors
@@ -319,32 +319,32 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
319
319
  /**
320
320
  * Setting the queue config failed since one of its values was invalid.
321
321
  **/
322
- BadQueueConfig: GenericPalletError<Rv>;
322
+ BadQueueConfig: GenericPalletError;
323
323
 
324
324
  /**
325
325
  * The execution is already suspended.
326
326
  **/
327
- AlreadySuspended: GenericPalletError<Rv>;
327
+ AlreadySuspended: GenericPalletError;
328
328
 
329
329
  /**
330
330
  * The execution is already resumed.
331
331
  **/
332
- AlreadyResumed: GenericPalletError<Rv>;
332
+ AlreadyResumed: GenericPalletError;
333
333
 
334
334
  /**
335
335
  * There are too many active outbound channels.
336
336
  **/
337
- TooManyActiveOutboundChannels: GenericPalletError<Rv>;
337
+ TooManyActiveOutboundChannels: GenericPalletError;
338
338
 
339
339
  /**
340
340
  * The message is too big.
341
341
  **/
342
- TooBig: GenericPalletError<Rv>;
342
+ TooBig: GenericPalletError;
343
343
 
344
344
  /**
345
345
  * Generic pallet error
346
346
  **/
347
- [error: string]: GenericPalletError<Rv>;
347
+ [error: string]: GenericPalletError;
348
348
  };
349
349
  /**
350
350
  * Pallet `PolkadotXcm`'s errors
@@ -354,152 +354,152 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
354
354
  * The desired destination was unreachable, generally because there is a no way of routing
355
355
  * to it.
356
356
  **/
357
- Unreachable: GenericPalletError<Rv>;
357
+ Unreachable: GenericPalletError;
358
358
 
359
359
  /**
360
360
  * There was some other issue (i.e. not to do with routing) in sending the message.
361
361
  * Perhaps a lack of space for buffering the message.
362
362
  **/
363
- SendFailure: GenericPalletError<Rv>;
363
+ SendFailure: GenericPalletError;
364
364
 
365
365
  /**
366
366
  * The message execution fails the filter.
367
367
  **/
368
- Filtered: GenericPalletError<Rv>;
368
+ Filtered: GenericPalletError;
369
369
 
370
370
  /**
371
371
  * The message's weight could not be determined.
372
372
  **/
373
- UnweighableMessage: GenericPalletError<Rv>;
373
+ UnweighableMessage: GenericPalletError;
374
374
 
375
375
  /**
376
376
  * The destination `Location` provided cannot be inverted.
377
377
  **/
378
- DestinationNotInvertible: GenericPalletError<Rv>;
378
+ DestinationNotInvertible: GenericPalletError;
379
379
 
380
380
  /**
381
381
  * The assets to be sent are empty.
382
382
  **/
383
- Empty: GenericPalletError<Rv>;
383
+ Empty: GenericPalletError;
384
384
 
385
385
  /**
386
386
  * Could not re-anchor the assets to declare the fees for the destination chain.
387
387
  **/
388
- CannotReanchor: GenericPalletError<Rv>;
388
+ CannotReanchor: GenericPalletError;
389
389
 
390
390
  /**
391
391
  * Too many assets have been attempted for transfer.
392
392
  **/
393
- TooManyAssets: GenericPalletError<Rv>;
393
+ TooManyAssets: GenericPalletError;
394
394
 
395
395
  /**
396
396
  * Origin is invalid for sending.
397
397
  **/
398
- InvalidOrigin: GenericPalletError<Rv>;
398
+ InvalidOrigin: GenericPalletError;
399
399
 
400
400
  /**
401
401
  * The version of the `Versioned` value used is not able to be interpreted.
402
402
  **/
403
- BadVersion: GenericPalletError<Rv>;
403
+ BadVersion: GenericPalletError;
404
404
 
405
405
  /**
406
406
  * The given location could not be used (e.g. because it cannot be expressed in the
407
407
  * desired version of XCM).
408
408
  **/
409
- BadLocation: GenericPalletError<Rv>;
409
+ BadLocation: GenericPalletError;
410
410
 
411
411
  /**
412
412
  * The referenced subscription could not be found.
413
413
  **/
414
- NoSubscription: GenericPalletError<Rv>;
414
+ NoSubscription: GenericPalletError;
415
415
 
416
416
  /**
417
417
  * The location is invalid since it already has a subscription from us.
418
418
  **/
419
- AlreadySubscribed: GenericPalletError<Rv>;
419
+ AlreadySubscribed: GenericPalletError;
420
420
 
421
421
  /**
422
422
  * Could not check-out the assets for teleportation to the destination chain.
423
423
  **/
424
- CannotCheckOutTeleport: GenericPalletError<Rv>;
424
+ CannotCheckOutTeleport: GenericPalletError;
425
425
 
426
426
  /**
427
427
  * The owner does not own (all) of the asset that they wish to do the operation on.
428
428
  **/
429
- LowBalance: GenericPalletError<Rv>;
429
+ LowBalance: GenericPalletError;
430
430
 
431
431
  /**
432
432
  * The asset owner has too many locks on the asset.
433
433
  **/
434
- TooManyLocks: GenericPalletError<Rv>;
434
+ TooManyLocks: GenericPalletError;
435
435
 
436
436
  /**
437
437
  * The given account is not an identifiable sovereign account for any location.
438
438
  **/
439
- AccountNotSovereign: GenericPalletError<Rv>;
439
+ AccountNotSovereign: GenericPalletError;
440
440
 
441
441
  /**
442
442
  * The operation required fees to be paid which the initiator could not meet.
443
443
  **/
444
- FeesNotMet: GenericPalletError<Rv>;
444
+ FeesNotMet: GenericPalletError;
445
445
 
446
446
  /**
447
447
  * A remote lock with the corresponding data could not be found.
448
448
  **/
449
- LockNotFound: GenericPalletError<Rv>;
449
+ LockNotFound: GenericPalletError;
450
450
 
451
451
  /**
452
452
  * The unlock operation cannot succeed because there are still consumers of the lock.
453
453
  **/
454
- InUse: GenericPalletError<Rv>;
454
+ InUse: GenericPalletError;
455
455
 
456
456
  /**
457
457
  * Invalid asset, reserve chain could not be determined for it.
458
458
  **/
459
- InvalidAssetUnknownReserve: GenericPalletError<Rv>;
459
+ InvalidAssetUnknownReserve: GenericPalletError;
460
460
 
461
461
  /**
462
462
  * Invalid asset, do not support remote asset reserves with different fees reserves.
463
463
  **/
464
- InvalidAssetUnsupportedReserve: GenericPalletError<Rv>;
464
+ InvalidAssetUnsupportedReserve: GenericPalletError;
465
465
 
466
466
  /**
467
467
  * Too many assets with different reserve locations have been attempted for transfer.
468
468
  **/
469
- TooManyReserves: GenericPalletError<Rv>;
469
+ TooManyReserves: GenericPalletError;
470
470
 
471
471
  /**
472
472
  * Local XCM execution incomplete.
473
473
  **/
474
- LocalExecutionIncomplete: GenericPalletError<Rv>;
474
+ LocalExecutionIncomplete: GenericPalletError;
475
475
 
476
476
  /**
477
477
  * Too many locations authorized to alias origin.
478
478
  *
479
479
  * @deprecated Use `LocalExecutionIncompleteWithError` instead (since 20.0.0)
480
480
  **/
481
- TooManyAuthorizedAliases: GenericPalletError<Rv>;
481
+ TooManyAuthorizedAliases: GenericPalletError;
482
482
 
483
483
  /**
484
484
  * Expiry block number is in the past.
485
485
  **/
486
- ExpiresInPast: GenericPalletError<Rv>;
486
+ ExpiresInPast: GenericPalletError;
487
487
 
488
488
  /**
489
489
  * The alias to remove authorization for was not found.
490
490
  **/
491
- AliasNotFound: GenericPalletError<Rv>;
491
+ AliasNotFound: GenericPalletError;
492
492
 
493
493
  /**
494
494
  * Local XCM execution incomplete with the actual XCM error and the index of the
495
495
  * instruction that caused the error.
496
496
  **/
497
- LocalExecutionIncompleteWithError: GenericPalletError<Rv>;
497
+ LocalExecutionIncompleteWithError: GenericPalletError;
498
498
 
499
499
  /**
500
500
  * Generic pallet error
501
501
  **/
502
- [error: string]: GenericPalletError<Rv>;
502
+ [error: string]: GenericPalletError;
503
503
  };
504
504
  /**
505
505
  * Pallet `MessageQueue`'s errors
@@ -509,32 +509,32 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
509
509
  * Page is not reapable because it has items remaining to be processed and is not old
510
510
  * enough.
511
511
  **/
512
- NotReapable: GenericPalletError<Rv>;
512
+ NotReapable: GenericPalletError;
513
513
 
514
514
  /**
515
515
  * Page to be reaped does not exist.
516
516
  **/
517
- NoPage: GenericPalletError<Rv>;
517
+ NoPage: GenericPalletError;
518
518
 
519
519
  /**
520
520
  * The referenced message could not be found.
521
521
  **/
522
- NoMessage: GenericPalletError<Rv>;
522
+ NoMessage: GenericPalletError;
523
523
 
524
524
  /**
525
525
  * The message was already processed and cannot be processed again.
526
526
  **/
527
- AlreadyProcessed: GenericPalletError<Rv>;
527
+ AlreadyProcessed: GenericPalletError;
528
528
 
529
529
  /**
530
530
  * The message is queued for future execution.
531
531
  **/
532
- Queued: GenericPalletError<Rv>;
532
+ Queued: GenericPalletError;
533
533
 
534
534
  /**
535
535
  * There is temporarily not enough weight to continue servicing messages.
536
536
  **/
537
- InsufficientWeight: GenericPalletError<Rv>;
537
+ InsufficientWeight: GenericPalletError;
538
538
 
539
539
  /**
540
540
  * This message is temporarily unprocessable.
@@ -542,24 +542,24 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
542
542
  * Such errors are expected, but not guaranteed, to resolve themselves eventually through
543
543
  * retrying.
544
544
  **/
545
- TemporarilyUnprocessable: GenericPalletError<Rv>;
545
+ TemporarilyUnprocessable: GenericPalletError;
546
546
 
547
547
  /**
548
548
  * The queue is paused and no message can be executed from it.
549
549
  *
550
550
  * This can change at any time and may resolve in the future by re-trying.
551
551
  **/
552
- QueuePaused: GenericPalletError<Rv>;
552
+ QueuePaused: GenericPalletError;
553
553
 
554
554
  /**
555
555
  * Another call is in progress and needs to finish before this call can happen.
556
556
  **/
557
- RecursiveDisallowed: GenericPalletError<Rv>;
557
+ RecursiveDisallowed: GenericPalletError;
558
558
 
559
559
  /**
560
560
  * Generic pallet error
561
561
  **/
562
- [error: string]: GenericPalletError<Rv>;
562
+ [error: string]: GenericPalletError;
563
563
  };
564
564
  /**
565
565
  * Pallet `Utility`'s errors
@@ -568,12 +568,12 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
568
568
  /**
569
569
  * Too many calls batched.
570
570
  **/
571
- TooManyCalls: GenericPalletError<Rv>;
571
+ TooManyCalls: GenericPalletError;
572
572
 
573
573
  /**
574
574
  * Generic pallet error
575
575
  **/
576
- [error: string]: GenericPalletError<Rv>;
576
+ [error: string]: GenericPalletError;
577
577
  };
578
578
  /**
579
579
  * Pallet `Multisig`'s errors
@@ -582,78 +582,78 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
582
582
  /**
583
583
  * Threshold must be 2 or greater.
584
584
  **/
585
- MinimumThreshold: GenericPalletError<Rv>;
585
+ MinimumThreshold: GenericPalletError;
586
586
 
587
587
  /**
588
588
  * Call is already approved by this signatory.
589
589
  **/
590
- AlreadyApproved: GenericPalletError<Rv>;
590
+ AlreadyApproved: GenericPalletError;
591
591
 
592
592
  /**
593
593
  * Call doesn't need any (more) approvals.
594
594
  **/
595
- NoApprovalsNeeded: GenericPalletError<Rv>;
595
+ NoApprovalsNeeded: GenericPalletError;
596
596
 
597
597
  /**
598
598
  * There are too few signatories in the list.
599
599
  **/
600
- TooFewSignatories: GenericPalletError<Rv>;
600
+ TooFewSignatories: GenericPalletError;
601
601
 
602
602
  /**
603
603
  * There are too many signatories in the list.
604
604
  **/
605
- TooManySignatories: GenericPalletError<Rv>;
605
+ TooManySignatories: GenericPalletError;
606
606
 
607
607
  /**
608
608
  * The signatories were provided out of order; they should be ordered.
609
609
  **/
610
- SignatoriesOutOfOrder: GenericPalletError<Rv>;
610
+ SignatoriesOutOfOrder: GenericPalletError;
611
611
 
612
612
  /**
613
613
  * The sender was contained in the other signatories; it shouldn't be.
614
614
  **/
615
- SenderInSignatories: GenericPalletError<Rv>;
615
+ SenderInSignatories: GenericPalletError;
616
616
 
617
617
  /**
618
618
  * Multisig operation not found in storage.
619
619
  **/
620
- NotFound: GenericPalletError<Rv>;
620
+ NotFound: GenericPalletError;
621
621
 
622
622
  /**
623
623
  * Only the account that originally created the multisig is able to cancel it or update
624
624
  * its deposits.
625
625
  **/
626
- NotOwner: GenericPalletError<Rv>;
626
+ NotOwner: GenericPalletError;
627
627
 
628
628
  /**
629
629
  * No timepoint was given, yet the multisig operation is already underway.
630
630
  **/
631
- NoTimepoint: GenericPalletError<Rv>;
631
+ NoTimepoint: GenericPalletError;
632
632
 
633
633
  /**
634
634
  * A different timepoint was given to the multisig operation that is underway.
635
635
  **/
636
- WrongTimepoint: GenericPalletError<Rv>;
636
+ WrongTimepoint: GenericPalletError;
637
637
 
638
638
  /**
639
639
  * A timepoint was given, yet no multisig operation is underway.
640
640
  **/
641
- UnexpectedTimepoint: GenericPalletError<Rv>;
641
+ UnexpectedTimepoint: GenericPalletError;
642
642
 
643
643
  /**
644
644
  * The maximum weight information provided was too low.
645
645
  **/
646
- MaxWeightTooLow: GenericPalletError<Rv>;
646
+ MaxWeightTooLow: GenericPalletError;
647
647
 
648
648
  /**
649
649
  * The data to be stored is already stored.
650
650
  **/
651
- AlreadyStored: GenericPalletError<Rv>;
651
+ AlreadyStored: GenericPalletError;
652
652
 
653
653
  /**
654
654
  * Generic pallet error
655
655
  **/
656
- [error: string]: GenericPalletError<Rv>;
656
+ [error: string]: GenericPalletError;
657
657
  };
658
658
  /**
659
659
  * Pallet `Proxy`'s errors
@@ -662,47 +662,47 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
662
662
  /**
663
663
  * There are too many proxies registered or too many announcements pending.
664
664
  **/
665
- TooMany: GenericPalletError<Rv>;
665
+ TooMany: GenericPalletError;
666
666
 
667
667
  /**
668
668
  * Proxy registration not found.
669
669
  **/
670
- NotFound: GenericPalletError<Rv>;
670
+ NotFound: GenericPalletError;
671
671
 
672
672
  /**
673
673
  * Sender is not a proxy of the account to be proxied.
674
674
  **/
675
- NotProxy: GenericPalletError<Rv>;
675
+ NotProxy: GenericPalletError;
676
676
 
677
677
  /**
678
678
  * A call which is incompatible with the proxy type's filter was attempted.
679
679
  **/
680
- Unproxyable: GenericPalletError<Rv>;
680
+ Unproxyable: GenericPalletError;
681
681
 
682
682
  /**
683
683
  * Account is already a proxy.
684
684
  **/
685
- Duplicate: GenericPalletError<Rv>;
685
+ Duplicate: GenericPalletError;
686
686
 
687
687
  /**
688
688
  * Call may not be made by proxy because it may escalate its privileges.
689
689
  **/
690
- NoPermission: GenericPalletError<Rv>;
690
+ NoPermission: GenericPalletError;
691
691
 
692
692
  /**
693
693
  * Announcement, if made at all, was made too recently.
694
694
  **/
695
- Unannounced: GenericPalletError<Rv>;
695
+ Unannounced: GenericPalletError;
696
696
 
697
697
  /**
698
698
  * Cannot add self as proxy.
699
699
  **/
700
- NoSelfProxy: GenericPalletError<Rv>;
700
+ NoSelfProxy: GenericPalletError;
701
701
 
702
702
  /**
703
703
  * Generic pallet error
704
704
  **/
705
- [error: string]: GenericPalletError<Rv>;
705
+ [error: string]: GenericPalletError;
706
706
  };
707
707
  /**
708
708
  * Pallet `Identity`'s errors
@@ -711,158 +711,158 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
711
711
  /**
712
712
  * Too many subs-accounts.
713
713
  **/
714
- TooManySubAccounts: GenericPalletError<Rv>;
714
+ TooManySubAccounts: GenericPalletError;
715
715
 
716
716
  /**
717
717
  * Account isn't found.
718
718
  **/
719
- NotFound: GenericPalletError<Rv>;
719
+ NotFound: GenericPalletError;
720
720
 
721
721
  /**
722
722
  * Account isn't named.
723
723
  **/
724
- NotNamed: GenericPalletError<Rv>;
724
+ NotNamed: GenericPalletError;
725
725
 
726
726
  /**
727
727
  * Empty index.
728
728
  **/
729
- EmptyIndex: GenericPalletError<Rv>;
729
+ EmptyIndex: GenericPalletError;
730
730
 
731
731
  /**
732
732
  * Fee is changed.
733
733
  **/
734
- FeeChanged: GenericPalletError<Rv>;
734
+ FeeChanged: GenericPalletError;
735
735
 
736
736
  /**
737
737
  * No identity found.
738
738
  **/
739
- NoIdentity: GenericPalletError<Rv>;
739
+ NoIdentity: GenericPalletError;
740
740
 
741
741
  /**
742
742
  * Sticky judgement.
743
743
  **/
744
- StickyJudgement: GenericPalletError<Rv>;
744
+ StickyJudgement: GenericPalletError;
745
745
 
746
746
  /**
747
747
  * Judgement given.
748
748
  **/
749
- JudgementGiven: GenericPalletError<Rv>;
749
+ JudgementGiven: GenericPalletError;
750
750
 
751
751
  /**
752
752
  * Invalid judgement.
753
753
  **/
754
- InvalidJudgement: GenericPalletError<Rv>;
754
+ InvalidJudgement: GenericPalletError;
755
755
 
756
756
  /**
757
757
  * The index is invalid.
758
758
  **/
759
- InvalidIndex: GenericPalletError<Rv>;
759
+ InvalidIndex: GenericPalletError;
760
760
 
761
761
  /**
762
762
  * The target is invalid.
763
763
  **/
764
- InvalidTarget: GenericPalletError<Rv>;
764
+ InvalidTarget: GenericPalletError;
765
765
 
766
766
  /**
767
767
  * Maximum amount of registrars reached. Cannot add any more.
768
768
  **/
769
- TooManyRegistrars: GenericPalletError<Rv>;
769
+ TooManyRegistrars: GenericPalletError;
770
770
 
771
771
  /**
772
772
  * Account ID is already named.
773
773
  **/
774
- AlreadyClaimed: GenericPalletError<Rv>;
774
+ AlreadyClaimed: GenericPalletError;
775
775
 
776
776
  /**
777
777
  * Sender is not a sub-account.
778
778
  **/
779
- NotSub: GenericPalletError<Rv>;
779
+ NotSub: GenericPalletError;
780
780
 
781
781
  /**
782
782
  * Sub-account isn't owned by sender.
783
783
  **/
784
- NotOwned: GenericPalletError<Rv>;
784
+ NotOwned: GenericPalletError;
785
785
 
786
786
  /**
787
787
  * The provided judgement was for a different identity.
788
788
  **/
789
- JudgementForDifferentIdentity: GenericPalletError<Rv>;
789
+ JudgementForDifferentIdentity: GenericPalletError;
790
790
 
791
791
  /**
792
792
  * Error that occurs when there is an issue paying for judgement.
793
793
  **/
794
- JudgementPaymentFailed: GenericPalletError<Rv>;
794
+ JudgementPaymentFailed: GenericPalletError;
795
795
 
796
796
  /**
797
797
  * The provided suffix is too long.
798
798
  **/
799
- InvalidSuffix: GenericPalletError<Rv>;
799
+ InvalidSuffix: GenericPalletError;
800
800
 
801
801
  /**
802
802
  * The sender does not have permission to issue a username.
803
803
  **/
804
- NotUsernameAuthority: GenericPalletError<Rv>;
804
+ NotUsernameAuthority: GenericPalletError;
805
805
 
806
806
  /**
807
807
  * The authority cannot allocate any more usernames.
808
808
  **/
809
- NoAllocation: GenericPalletError<Rv>;
809
+ NoAllocation: GenericPalletError;
810
810
 
811
811
  /**
812
812
  * The signature on a username was not valid.
813
813
  **/
814
- InvalidSignature: GenericPalletError<Rv>;
814
+ InvalidSignature: GenericPalletError;
815
815
 
816
816
  /**
817
817
  * Setting this username requires a signature, but none was provided.
818
818
  **/
819
- RequiresSignature: GenericPalletError<Rv>;
819
+ RequiresSignature: GenericPalletError;
820
820
 
821
821
  /**
822
822
  * The username does not meet the requirements.
823
823
  **/
824
- InvalidUsername: GenericPalletError<Rv>;
824
+ InvalidUsername: GenericPalletError;
825
825
 
826
826
  /**
827
827
  * The username is already taken.
828
828
  **/
829
- UsernameTaken: GenericPalletError<Rv>;
829
+ UsernameTaken: GenericPalletError;
830
830
 
831
831
  /**
832
832
  * The requested username does not exist.
833
833
  **/
834
- NoUsername: GenericPalletError<Rv>;
834
+ NoUsername: GenericPalletError;
835
835
 
836
836
  /**
837
837
  * The username cannot be forcefully removed because it can still be accepted.
838
838
  **/
839
- NotExpired: GenericPalletError<Rv>;
839
+ NotExpired: GenericPalletError;
840
840
 
841
841
  /**
842
842
  * The username cannot be removed because it's still in the grace period.
843
843
  **/
844
- TooEarly: GenericPalletError<Rv>;
844
+ TooEarly: GenericPalletError;
845
845
 
846
846
  /**
847
847
  * The username cannot be removed because it is not unbinding.
848
848
  **/
849
- NotUnbinding: GenericPalletError<Rv>;
849
+ NotUnbinding: GenericPalletError;
850
850
 
851
851
  /**
852
852
  * The username cannot be unbound because it is already unbinding.
853
853
  **/
854
- AlreadyUnbinding: GenericPalletError<Rv>;
854
+ AlreadyUnbinding: GenericPalletError;
855
855
 
856
856
  /**
857
857
  * The action cannot be performed because of insufficient privileges (e.g. authority
858
858
  * trying to unbind a username provided by the system).
859
859
  **/
860
- InsufficientPrivileges: GenericPalletError<Rv>;
860
+ InsufficientPrivileges: GenericPalletError;
861
861
 
862
862
  /**
863
863
  * Generic pallet error
864
864
  **/
865
- [error: string]: GenericPalletError<Rv>;
865
+ [error: string]: GenericPalletError;
866
866
  };
867
867
  /**
868
868
  * Pallet `Sudo`'s errors
@@ -871,11 +871,11 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
871
871
  /**
872
872
  * Sender must be the Sudo account.
873
873
  **/
874
- RequireSudo: GenericPalletError<Rv>;
874
+ RequireSudo: GenericPalletError;
875
875
 
876
876
  /**
877
877
  * Generic pallet error
878
878
  **/
879
- [error: string]: GenericPalletError<Rv>;
879
+ [error: string]: GenericPalletError;
880
880
  };
881
881
  }