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