@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.
- package/aleph/consts.d.ts +2 -2
- package/aleph/errors.d.ts +228 -228
- package/aleph/events.d.ts +122 -226
- package/aleph/index.d.ts +15 -17
- package/aleph/json-rpc.d.ts +3 -3
- package/aleph/query.d.ts +171 -207
- package/aleph/runtime.d.ts +47 -63
- package/aleph/tx.d.ts +377 -550
- package/aleph/view-functions.d.ts +2 -2
- package/astar/consts.d.ts +2 -2
- package/astar/errors.d.ts +431 -431
- package/astar/events.d.ts +232 -401
- package/astar/index.d.ts +15 -17
- package/astar/json-rpc.d.ts +3 -3
- package/astar/query.d.ts +243 -289
- package/astar/runtime.d.ts +59 -87
- package/astar/tx.d.ts +671 -980
- package/astar/view-functions.d.ts +2 -2
- package/basilisk/consts.d.ts +2 -2
- package/basilisk/errors.d.ts +489 -489
- package/basilisk/events.d.ts +187 -408
- package/basilisk/index.d.ts +15 -17
- package/basilisk/json-rpc.d.ts +3 -3
- package/basilisk/query.d.ts +213 -272
- package/basilisk/runtime.d.ts +27 -28
- package/basilisk/tx.d.ts +579 -842
- package/basilisk/view-functions.d.ts +2 -2
- package/hydration/consts.d.ts +47 -14
- package/hydration/errors.d.ts +827 -737
- package/hydration/events.d.ts +639 -527
- package/hydration/index.d.ts +16 -18
- package/hydration/json-rpc.d.ts +3 -3
- package/hydration/query.d.ts +530 -396
- package/hydration/runtime.d.ts +181 -89
- package/hydration/tx.d.ts +1130 -1167
- package/hydration/types.d.ts +889 -42
- package/hydration/view-functions.d.ts +2 -2
- package/kusama/consts.d.ts +2 -2
- package/kusama/errors.d.ts +571 -571
- package/kusama/events.d.ts +216 -477
- package/kusama/index.d.ts +15 -17
- package/kusama/json-rpc.d.ts +3 -3
- package/kusama/query.d.ts +360 -502
- package/kusama/runtime.d.ts +82 -131
- package/kusama/tx.d.ts +851 -1246
- package/kusama/view-functions.d.ts +7 -12
- package/kusama-asset-hub/consts.d.ts +2 -2
- package/kusama-asset-hub/errors.d.ts +653 -653
- package/kusama-asset-hub/events.d.ts +286 -629
- package/kusama-asset-hub/index.d.ts +16 -17
- package/kusama-asset-hub/json-rpc.d.ts +3 -3
- package/kusama-asset-hub/query.d.ts +316 -448
- package/kusama-asset-hub/runtime.d.ts +74 -111
- package/kusama-asset-hub/tx.d.ts +1059 -1558
- package/kusama-asset-hub/view-functions.d.ts +7 -9
- package/kusama-people/consts.d.ts +2 -2
- package/kusama-people/errors.d.ts +160 -160
- package/kusama-people/events.d.ts +89 -176
- package/kusama-people/index.d.ts +15 -17
- package/kusama-people/json-rpc.d.ts +3 -3
- package/kusama-people/query.d.ts +114 -145
- package/kusama-people/runtime.d.ts +45 -65
- package/kusama-people/tx.d.ts +246 -356
- package/kusama-people/view-functions.d.ts +3 -5
- package/moonbeam/consts.d.ts +2 -2
- package/moonbeam/errors.d.ts +478 -478
- package/moonbeam/events.d.ts +182 -426
- package/moonbeam/index.d.ts +15 -17
- package/moonbeam/json-rpc.d.ts +11 -3
- package/moonbeam/query.d.ts +234 -294
- package/moonbeam/runtime.d.ts +61 -89
- package/moonbeam/tx.d.ts +618 -901
- package/moonbeam/view-functions.d.ts +2 -2
- package/package.json +6 -3
- package/paseo/consts.d.ts +2 -2
- package/paseo/errors.d.ts +513 -513
- package/paseo/events.d.ts +197 -430
- package/paseo/index.d.ts +16 -18
- package/paseo/json-rpc.d.ts +3 -3
- package/paseo/query.d.ts +329 -450
- package/paseo/runtime.d.ts +107 -131
- package/paseo/tx.d.ts +787 -1151
- package/paseo/types.d.ts +7 -0
- package/paseo/view-functions.d.ts +7 -12
- package/paseo-asset-hub/consts.d.ts +2 -2
- package/paseo-asset-hub/errors.d.ts +605 -605
- package/paseo-asset-hub/events.d.ts +268 -600
- package/paseo-asset-hub/index.d.ts +17 -18
- package/paseo-asset-hub/json-rpc.d.ts +3 -3
- package/paseo-asset-hub/query.d.ts +293 -413
- package/paseo-asset-hub/runtime.d.ts +96 -104
- package/paseo-asset-hub/tx.d.ts +997 -1466
- package/paseo-asset-hub/types.d.ts +7 -0
- package/paseo-asset-hub/view-functions.d.ts +7 -9
- package/paseo-hydration/consts.d.ts +13 -3
- package/paseo-hydration/errors.d.ts +756 -745
- package/paseo-hydration/events.d.ts +277 -554
- package/paseo-hydration/index.d.ts +16 -18
- package/paseo-hydration/json-rpc.d.ts +3 -3
- package/paseo-hydration/query.d.ts +321 -411
- package/paseo-hydration/runtime.d.ts +95 -106
- package/paseo-hydration/tx.d.ts +923 -1226
- package/paseo-hydration/types.d.ts +91 -50
- package/paseo-hydration/view-functions.d.ts +2 -2
- package/paseo-people/consts.d.ts +2 -2
- package/paseo-people/errors.d.ts +162 -162
- package/paseo-people/events.d.ts +91 -181
- package/paseo-people/index.d.ts +16 -18
- package/paseo-people/json-rpc.d.ts +3 -3
- package/paseo-people/query.d.ts +116 -143
- package/paseo-people/runtime.d.ts +70 -65
- package/paseo-people/tx.d.ts +257 -372
- package/paseo-people/types.d.ts +7 -0
- package/paseo-people/view-functions.d.ts +3 -5
- package/polkadot/consts.d.ts +2 -2
- package/polkadot/errors.d.ts +501 -501
- package/polkadot/events.d.ts +195 -426
- package/polkadot/index.d.ts +15 -17
- package/polkadot/json-rpc.d.ts +3 -3
- package/polkadot/query.d.ts +329 -450
- package/polkadot/runtime.d.ts +83 -133
- package/polkadot/tx.d.ts +765 -1119
- package/polkadot/view-functions.d.ts +7 -12
- package/polkadot-asset-hub/consts.d.ts +2 -2
- package/polkadot-asset-hub/errors.d.ts +554 -554
- package/polkadot-asset-hub/events.d.ts +261 -585
- package/polkadot-asset-hub/index.d.ts +16 -17
- package/polkadot-asset-hub/json-rpc.d.ts +3 -3
- package/polkadot-asset-hub/query.d.ts +279 -396
- package/polkadot-asset-hub/runtime.d.ts +65 -93
- package/polkadot-asset-hub/tx.d.ts +952 -1400
- package/polkadot-asset-hub/view-functions.d.ts +7 -9
- package/polkadot-people/consts.d.ts +2 -2
- package/polkadot-people/errors.d.ts +160 -160
- package/polkadot-people/events.d.ts +89 -176
- package/polkadot-people/index.d.ts +15 -17
- package/polkadot-people/json-rpc.d.ts +3 -3
- package/polkadot-people/query.d.ts +114 -145
- package/polkadot-people/runtime.d.ts +46 -67
- package/polkadot-people/tx.d.ts +246 -356
- package/polkadot-people/view-functions.d.ts +3 -5
- package/substrate/consts.d.ts +2 -2
- package/substrate/errors.d.ts +909 -909
- package/substrate/events.d.ts +389 -794
- package/substrate/index.d.ts +16 -17
- package/substrate/json-rpc.d.ts +3 -3
- package/substrate/query.d.ts +458 -572
- package/substrate/runtime.d.ts +82 -126
- package/substrate/tx.d.ts +1317 -1936
- package/substrate/view-functions.d.ts +2 -2
- package/vara/consts.d.ts +9 -37
- package/vara/errors.d.ts +402 -382
- package/vara/events.d.ts +172 -310
- package/vara/index.d.ts +16 -18
- package/vara/json-rpc.d.ts +7 -3
- package/vara/query.d.ts +299 -331
- package/vara/runtime.d.ts +61 -79
- package/vara/tx.d.ts +573 -754
- package/vara/types.d.ts +71 -26
- package/vara/view-functions.d.ts +2 -2
- package/westend/consts.d.ts +2 -2
- package/westend/errors.d.ts +532 -532
- package/westend/events.d.ts +205 -462
- package/westend/index.d.ts +15 -17
- package/westend/json-rpc.d.ts +3 -3
- package/westend/query.d.ts +312 -434
- package/westend/runtime.d.ts +83 -135
- package/westend/tx.d.ts +807 -1179
- package/westend/view-functions.d.ts +7 -12
- package/westend-asset-hub/consts.d.ts +2 -2
- package/westend-asset-hub/errors.d.ts +605 -605
- package/westend-asset-hub/events.d.ts +265 -614
- package/westend-asset-hub/index.d.ts +16 -17
- package/westend-asset-hub/json-rpc.d.ts +3 -3
- package/westend-asset-hub/query.d.ts +293 -418
- package/westend-asset-hub/runtime.d.ts +83 -123
- package/westend-asset-hub/tx.d.ts +918 -1348
- package/westend-asset-hub/view-functions.d.ts +8 -13
- package/westend-people/consts.d.ts +2 -2
- package/westend-people/errors.d.ts +160 -160
- package/westend-people/events.d.ts +93 -186
- package/westend-people/index.d.ts +15 -17
- package/westend-people/json-rpc.d.ts +3 -3
- package/westend-people/query.d.ts +114 -145
- package/westend-people/runtime.d.ts +46 -67
- package/westend-people/tx.d.ts +251 -363
- package/westend-people/view-functions.d.ts +3 -5
package/astar/errors.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// Generated by dedot cli
|
|
2
2
|
|
|
3
|
-
import type { GenericChainErrors, GenericPalletError
|
|
3
|
+
import type { GenericChainErrors, GenericPalletError } from 'dedot/types';
|
|
4
4
|
|
|
5
|
-
export interface ChainErrors
|
|
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
|
|
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
|
|
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
|
|
27
|
+
FailedToExtractRuntimeVersion: GenericPalletError;
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
30
|
* Suicide called when the account has non-default composite data.
|
|
31
31
|
**/
|
|
32
|
-
NonDefaultComposite: GenericPalletError
|
|
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
|
|
37
|
+
NonZeroRefCount: GenericPalletError;
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
40
|
* The origin filter prevent the call to be dispatched.
|
|
41
41
|
**/
|
|
42
|
-
CallFiltered: GenericPalletError
|
|
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
|
|
47
|
+
MultiBlockMigrationsOngoing: GenericPalletError;
|
|
48
48
|
|
|
49
49
|
/**
|
|
50
50
|
* No upgrade authorized.
|
|
51
51
|
**/
|
|
52
|
-
NothingAuthorized: GenericPalletError
|
|
52
|
+
NothingAuthorized: GenericPalletError;
|
|
53
53
|
|
|
54
54
|
/**
|
|
55
55
|
* The submitted code is not authorized.
|
|
56
56
|
**/
|
|
57
|
-
Unauthorized: GenericPalletError
|
|
57
|
+
Unauthorized: GenericPalletError;
|
|
58
58
|
|
|
59
59
|
/**
|
|
60
60
|
* Generic pallet error
|
|
61
61
|
**/
|
|
62
|
-
[error: string]: GenericPalletError
|
|
62
|
+
[error: string]: GenericPalletError;
|
|
63
63
|
};
|
|
64
64
|
/**
|
|
65
65
|
* Pallet `Utility`'s errors
|
|
@@ -68,12 +68,12 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
68
68
|
/**
|
|
69
69
|
* Too many calls batched.
|
|
70
70
|
**/
|
|
71
|
-
TooManyCalls: GenericPalletError
|
|
71
|
+
TooManyCalls: GenericPalletError;
|
|
72
72
|
|
|
73
73
|
/**
|
|
74
74
|
* Generic pallet error
|
|
75
75
|
**/
|
|
76
|
-
[error: string]: GenericPalletError
|
|
76
|
+
[error: string]: GenericPalletError;
|
|
77
77
|
};
|
|
78
78
|
/**
|
|
79
79
|
* Pallet `Identity`'s errors
|
|
@@ -82,158 +82,158 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
82
82
|
/**
|
|
83
83
|
* Too many subs-accounts.
|
|
84
84
|
**/
|
|
85
|
-
TooManySubAccounts: GenericPalletError
|
|
85
|
+
TooManySubAccounts: GenericPalletError;
|
|
86
86
|
|
|
87
87
|
/**
|
|
88
88
|
* Account isn't found.
|
|
89
89
|
**/
|
|
90
|
-
NotFound: GenericPalletError
|
|
90
|
+
NotFound: GenericPalletError;
|
|
91
91
|
|
|
92
92
|
/**
|
|
93
93
|
* Account isn't named.
|
|
94
94
|
**/
|
|
95
|
-
NotNamed: GenericPalletError
|
|
95
|
+
NotNamed: GenericPalletError;
|
|
96
96
|
|
|
97
97
|
/**
|
|
98
98
|
* Empty index.
|
|
99
99
|
**/
|
|
100
|
-
EmptyIndex: GenericPalletError
|
|
100
|
+
EmptyIndex: GenericPalletError;
|
|
101
101
|
|
|
102
102
|
/**
|
|
103
103
|
* Fee is changed.
|
|
104
104
|
**/
|
|
105
|
-
FeeChanged: GenericPalletError
|
|
105
|
+
FeeChanged: GenericPalletError;
|
|
106
106
|
|
|
107
107
|
/**
|
|
108
108
|
* No identity found.
|
|
109
109
|
**/
|
|
110
|
-
NoIdentity: GenericPalletError
|
|
110
|
+
NoIdentity: GenericPalletError;
|
|
111
111
|
|
|
112
112
|
/**
|
|
113
113
|
* Sticky judgement.
|
|
114
114
|
**/
|
|
115
|
-
StickyJudgement: GenericPalletError
|
|
115
|
+
StickyJudgement: GenericPalletError;
|
|
116
116
|
|
|
117
117
|
/**
|
|
118
118
|
* Judgement given.
|
|
119
119
|
**/
|
|
120
|
-
JudgementGiven: GenericPalletError
|
|
120
|
+
JudgementGiven: GenericPalletError;
|
|
121
121
|
|
|
122
122
|
/**
|
|
123
123
|
* Invalid judgement.
|
|
124
124
|
**/
|
|
125
|
-
InvalidJudgement: GenericPalletError
|
|
125
|
+
InvalidJudgement: GenericPalletError;
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
128
|
* The index is invalid.
|
|
129
129
|
**/
|
|
130
|
-
InvalidIndex: GenericPalletError
|
|
130
|
+
InvalidIndex: GenericPalletError;
|
|
131
131
|
|
|
132
132
|
/**
|
|
133
133
|
* The target is invalid.
|
|
134
134
|
**/
|
|
135
|
-
InvalidTarget: GenericPalletError
|
|
135
|
+
InvalidTarget: GenericPalletError;
|
|
136
136
|
|
|
137
137
|
/**
|
|
138
138
|
* Maximum amount of registrars reached. Cannot add any more.
|
|
139
139
|
**/
|
|
140
|
-
TooManyRegistrars: GenericPalletError
|
|
140
|
+
TooManyRegistrars: GenericPalletError;
|
|
141
141
|
|
|
142
142
|
/**
|
|
143
143
|
* Account ID is already named.
|
|
144
144
|
**/
|
|
145
|
-
AlreadyClaimed: GenericPalletError
|
|
145
|
+
AlreadyClaimed: GenericPalletError;
|
|
146
146
|
|
|
147
147
|
/**
|
|
148
148
|
* Sender is not a sub-account.
|
|
149
149
|
**/
|
|
150
|
-
NotSub: GenericPalletError
|
|
150
|
+
NotSub: GenericPalletError;
|
|
151
151
|
|
|
152
152
|
/**
|
|
153
153
|
* Sub-account isn't owned by sender.
|
|
154
154
|
**/
|
|
155
|
-
NotOwned: GenericPalletError
|
|
155
|
+
NotOwned: GenericPalletError;
|
|
156
156
|
|
|
157
157
|
/**
|
|
158
158
|
* The provided judgement was for a different identity.
|
|
159
159
|
**/
|
|
160
|
-
JudgementForDifferentIdentity: GenericPalletError
|
|
160
|
+
JudgementForDifferentIdentity: GenericPalletError;
|
|
161
161
|
|
|
162
162
|
/**
|
|
163
163
|
* Error that occurs when there is an issue paying for judgement.
|
|
164
164
|
**/
|
|
165
|
-
JudgementPaymentFailed: GenericPalletError
|
|
165
|
+
JudgementPaymentFailed: GenericPalletError;
|
|
166
166
|
|
|
167
167
|
/**
|
|
168
168
|
* The provided suffix is too long.
|
|
169
169
|
**/
|
|
170
|
-
InvalidSuffix: GenericPalletError
|
|
170
|
+
InvalidSuffix: GenericPalletError;
|
|
171
171
|
|
|
172
172
|
/**
|
|
173
173
|
* The sender does not have permission to issue a username.
|
|
174
174
|
**/
|
|
175
|
-
NotUsernameAuthority: GenericPalletError
|
|
175
|
+
NotUsernameAuthority: GenericPalletError;
|
|
176
176
|
|
|
177
177
|
/**
|
|
178
178
|
* The authority cannot allocate any more usernames.
|
|
179
179
|
**/
|
|
180
|
-
NoAllocation: GenericPalletError
|
|
180
|
+
NoAllocation: GenericPalletError;
|
|
181
181
|
|
|
182
182
|
/**
|
|
183
183
|
* The signature on a username was not valid.
|
|
184
184
|
**/
|
|
185
|
-
InvalidSignature: GenericPalletError
|
|
185
|
+
InvalidSignature: GenericPalletError;
|
|
186
186
|
|
|
187
187
|
/**
|
|
188
188
|
* Setting this username requires a signature, but none was provided.
|
|
189
189
|
**/
|
|
190
|
-
RequiresSignature: GenericPalletError
|
|
190
|
+
RequiresSignature: GenericPalletError;
|
|
191
191
|
|
|
192
192
|
/**
|
|
193
193
|
* The username does not meet the requirements.
|
|
194
194
|
**/
|
|
195
|
-
InvalidUsername: GenericPalletError
|
|
195
|
+
InvalidUsername: GenericPalletError;
|
|
196
196
|
|
|
197
197
|
/**
|
|
198
198
|
* The username is already taken.
|
|
199
199
|
**/
|
|
200
|
-
UsernameTaken: GenericPalletError
|
|
200
|
+
UsernameTaken: GenericPalletError;
|
|
201
201
|
|
|
202
202
|
/**
|
|
203
203
|
* The requested username does not exist.
|
|
204
204
|
**/
|
|
205
|
-
NoUsername: GenericPalletError
|
|
205
|
+
NoUsername: GenericPalletError;
|
|
206
206
|
|
|
207
207
|
/**
|
|
208
208
|
* The username cannot be forcefully removed because it can still be accepted.
|
|
209
209
|
**/
|
|
210
|
-
NotExpired: GenericPalletError
|
|
210
|
+
NotExpired: GenericPalletError;
|
|
211
211
|
|
|
212
212
|
/**
|
|
213
213
|
* The username cannot be removed because it's still in the grace period.
|
|
214
214
|
**/
|
|
215
|
-
TooEarly: GenericPalletError
|
|
215
|
+
TooEarly: GenericPalletError;
|
|
216
216
|
|
|
217
217
|
/**
|
|
218
218
|
* The username cannot be removed because it is not unbinding.
|
|
219
219
|
**/
|
|
220
|
-
NotUnbinding: GenericPalletError
|
|
220
|
+
NotUnbinding: GenericPalletError;
|
|
221
221
|
|
|
222
222
|
/**
|
|
223
223
|
* The username cannot be unbound because it is already unbinding.
|
|
224
224
|
**/
|
|
225
|
-
AlreadyUnbinding: GenericPalletError
|
|
225
|
+
AlreadyUnbinding: GenericPalletError;
|
|
226
226
|
|
|
227
227
|
/**
|
|
228
228
|
* The action cannot be performed because of insufficient privileges (e.g. authority
|
|
229
229
|
* trying to unbind a username provided by the system).
|
|
230
230
|
**/
|
|
231
|
-
InsufficientPrivileges: GenericPalletError
|
|
231
|
+
InsufficientPrivileges: GenericPalletError;
|
|
232
232
|
|
|
233
233
|
/**
|
|
234
234
|
* Generic pallet error
|
|
235
235
|
**/
|
|
236
|
-
[error: string]: GenericPalletError
|
|
236
|
+
[error: string]: GenericPalletError;
|
|
237
237
|
};
|
|
238
238
|
/**
|
|
239
239
|
* Pallet `Multisig`'s errors
|
|
@@ -242,77 +242,77 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
242
242
|
/**
|
|
243
243
|
* Threshold must be 2 or greater.
|
|
244
244
|
**/
|
|
245
|
-
MinimumThreshold: GenericPalletError
|
|
245
|
+
MinimumThreshold: GenericPalletError;
|
|
246
246
|
|
|
247
247
|
/**
|
|
248
248
|
* Call is already approved by this signatory.
|
|
249
249
|
**/
|
|
250
|
-
AlreadyApproved: GenericPalletError
|
|
250
|
+
AlreadyApproved: GenericPalletError;
|
|
251
251
|
|
|
252
252
|
/**
|
|
253
253
|
* Call doesn't need any (more) approvals.
|
|
254
254
|
**/
|
|
255
|
-
NoApprovalsNeeded: GenericPalletError
|
|
255
|
+
NoApprovalsNeeded: GenericPalletError;
|
|
256
256
|
|
|
257
257
|
/**
|
|
258
258
|
* There are too few signatories in the list.
|
|
259
259
|
**/
|
|
260
|
-
TooFewSignatories: GenericPalletError
|
|
260
|
+
TooFewSignatories: GenericPalletError;
|
|
261
261
|
|
|
262
262
|
/**
|
|
263
263
|
* There are too many signatories in the list.
|
|
264
264
|
**/
|
|
265
|
-
TooManySignatories: GenericPalletError
|
|
265
|
+
TooManySignatories: GenericPalletError;
|
|
266
266
|
|
|
267
267
|
/**
|
|
268
268
|
* The signatories were provided out of order; they should be ordered.
|
|
269
269
|
**/
|
|
270
|
-
SignatoriesOutOfOrder: GenericPalletError
|
|
270
|
+
SignatoriesOutOfOrder: GenericPalletError;
|
|
271
271
|
|
|
272
272
|
/**
|
|
273
273
|
* The sender was contained in the other signatories; it shouldn't be.
|
|
274
274
|
**/
|
|
275
|
-
SenderInSignatories: GenericPalletError
|
|
275
|
+
SenderInSignatories: GenericPalletError;
|
|
276
276
|
|
|
277
277
|
/**
|
|
278
278
|
* Multisig operation not found when attempting to cancel.
|
|
279
279
|
**/
|
|
280
|
-
NotFound: GenericPalletError
|
|
280
|
+
NotFound: GenericPalletError;
|
|
281
281
|
|
|
282
282
|
/**
|
|
283
283
|
* Only the account that originally created the multisig is able to cancel it.
|
|
284
284
|
**/
|
|
285
|
-
NotOwner: GenericPalletError
|
|
285
|
+
NotOwner: GenericPalletError;
|
|
286
286
|
|
|
287
287
|
/**
|
|
288
288
|
* No timepoint was given, yet the multisig operation is already underway.
|
|
289
289
|
**/
|
|
290
|
-
NoTimepoint: GenericPalletError
|
|
290
|
+
NoTimepoint: GenericPalletError;
|
|
291
291
|
|
|
292
292
|
/**
|
|
293
293
|
* A different timepoint was given to the multisig operation that is underway.
|
|
294
294
|
**/
|
|
295
|
-
WrongTimepoint: GenericPalletError
|
|
295
|
+
WrongTimepoint: GenericPalletError;
|
|
296
296
|
|
|
297
297
|
/**
|
|
298
298
|
* A timepoint was given, yet no multisig operation is underway.
|
|
299
299
|
**/
|
|
300
|
-
UnexpectedTimepoint: GenericPalletError
|
|
300
|
+
UnexpectedTimepoint: GenericPalletError;
|
|
301
301
|
|
|
302
302
|
/**
|
|
303
303
|
* The maximum weight information provided was too low.
|
|
304
304
|
**/
|
|
305
|
-
MaxWeightTooLow: GenericPalletError
|
|
305
|
+
MaxWeightTooLow: GenericPalletError;
|
|
306
306
|
|
|
307
307
|
/**
|
|
308
308
|
* The data to be stored is already stored.
|
|
309
309
|
**/
|
|
310
|
-
AlreadyStored: GenericPalletError
|
|
310
|
+
AlreadyStored: GenericPalletError;
|
|
311
311
|
|
|
312
312
|
/**
|
|
313
313
|
* Generic pallet error
|
|
314
314
|
**/
|
|
315
|
-
[error: string]: GenericPalletError
|
|
315
|
+
[error: string]: GenericPalletError;
|
|
316
316
|
};
|
|
317
317
|
/**
|
|
318
318
|
* Pallet `Proxy`'s errors
|
|
@@ -321,47 +321,47 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
321
321
|
/**
|
|
322
322
|
* There are too many proxies registered or too many announcements pending.
|
|
323
323
|
**/
|
|
324
|
-
TooMany: GenericPalletError
|
|
324
|
+
TooMany: GenericPalletError;
|
|
325
325
|
|
|
326
326
|
/**
|
|
327
327
|
* Proxy registration not found.
|
|
328
328
|
**/
|
|
329
|
-
NotFound: GenericPalletError
|
|
329
|
+
NotFound: GenericPalletError;
|
|
330
330
|
|
|
331
331
|
/**
|
|
332
332
|
* Sender is not a proxy of the account to be proxied.
|
|
333
333
|
**/
|
|
334
|
-
NotProxy: GenericPalletError
|
|
334
|
+
NotProxy: GenericPalletError;
|
|
335
335
|
|
|
336
336
|
/**
|
|
337
337
|
* A call which is incompatible with the proxy type's filter was attempted.
|
|
338
338
|
**/
|
|
339
|
-
Unproxyable: GenericPalletError
|
|
339
|
+
Unproxyable: GenericPalletError;
|
|
340
340
|
|
|
341
341
|
/**
|
|
342
342
|
* Account is already a proxy.
|
|
343
343
|
**/
|
|
344
|
-
Duplicate: GenericPalletError
|
|
344
|
+
Duplicate: GenericPalletError;
|
|
345
345
|
|
|
346
346
|
/**
|
|
347
347
|
* Call may not be made by proxy because it may escalate its privileges.
|
|
348
348
|
**/
|
|
349
|
-
NoPermission: GenericPalletError
|
|
349
|
+
NoPermission: GenericPalletError;
|
|
350
350
|
|
|
351
351
|
/**
|
|
352
352
|
* Announcement, if made at all, was made too recently.
|
|
353
353
|
**/
|
|
354
|
-
Unannounced: GenericPalletError
|
|
354
|
+
Unannounced: GenericPalletError;
|
|
355
355
|
|
|
356
356
|
/**
|
|
357
357
|
* Cannot add self as proxy.
|
|
358
358
|
**/
|
|
359
|
-
NoSelfProxy: GenericPalletError
|
|
359
|
+
NoSelfProxy: GenericPalletError;
|
|
360
360
|
|
|
361
361
|
/**
|
|
362
362
|
* Generic pallet error
|
|
363
363
|
**/
|
|
364
|
-
[error: string]: GenericPalletError
|
|
364
|
+
[error: string]: GenericPalletError;
|
|
365
365
|
};
|
|
366
366
|
/**
|
|
367
367
|
* Pallet `Scheduler`'s errors
|
|
@@ -370,32 +370,32 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
370
370
|
/**
|
|
371
371
|
* Failed to schedule a call
|
|
372
372
|
**/
|
|
373
|
-
FailedToSchedule: GenericPalletError
|
|
373
|
+
FailedToSchedule: GenericPalletError;
|
|
374
374
|
|
|
375
375
|
/**
|
|
376
376
|
* Cannot find the scheduled call.
|
|
377
377
|
**/
|
|
378
|
-
NotFound: GenericPalletError
|
|
378
|
+
NotFound: GenericPalletError;
|
|
379
379
|
|
|
380
380
|
/**
|
|
381
381
|
* Given target block number is in the past.
|
|
382
382
|
**/
|
|
383
|
-
TargetBlockNumberInPast: GenericPalletError
|
|
383
|
+
TargetBlockNumberInPast: GenericPalletError;
|
|
384
384
|
|
|
385
385
|
/**
|
|
386
386
|
* Reschedule failed because it does not change scheduled time.
|
|
387
387
|
**/
|
|
388
|
-
RescheduleNoChange: GenericPalletError
|
|
388
|
+
RescheduleNoChange: GenericPalletError;
|
|
389
389
|
|
|
390
390
|
/**
|
|
391
391
|
* Attempt to use a non-named function on a named task.
|
|
392
392
|
**/
|
|
393
|
-
Named: GenericPalletError
|
|
393
|
+
Named: GenericPalletError;
|
|
394
394
|
|
|
395
395
|
/**
|
|
396
396
|
* Generic pallet error
|
|
397
397
|
**/
|
|
398
|
-
[error: string]: GenericPalletError
|
|
398
|
+
[error: string]: GenericPalletError;
|
|
399
399
|
};
|
|
400
400
|
/**
|
|
401
401
|
* Pallet `ParachainSystem`'s errors
|
|
@@ -404,48 +404,48 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
404
404
|
/**
|
|
405
405
|
* Attempt to upgrade validation function while existing upgrade pending.
|
|
406
406
|
**/
|
|
407
|
-
OverlappingUpgrades: GenericPalletError
|
|
407
|
+
OverlappingUpgrades: GenericPalletError;
|
|
408
408
|
|
|
409
409
|
/**
|
|
410
410
|
* Polkadot currently prohibits this parachain from upgrading its validation function.
|
|
411
411
|
**/
|
|
412
|
-
ProhibitedByPolkadot: GenericPalletError
|
|
412
|
+
ProhibitedByPolkadot: GenericPalletError;
|
|
413
413
|
|
|
414
414
|
/**
|
|
415
415
|
* The supplied validation function has compiled into a blob larger than Polkadot is
|
|
416
416
|
* willing to run.
|
|
417
417
|
**/
|
|
418
|
-
TooBig: GenericPalletError
|
|
418
|
+
TooBig: GenericPalletError;
|
|
419
419
|
|
|
420
420
|
/**
|
|
421
421
|
* The inherent which supplies the validation data did not run this block.
|
|
422
422
|
**/
|
|
423
|
-
ValidationDataNotAvailable: GenericPalletError
|
|
423
|
+
ValidationDataNotAvailable: GenericPalletError;
|
|
424
424
|
|
|
425
425
|
/**
|
|
426
426
|
* The inherent which supplies the host configuration did not run this block.
|
|
427
427
|
**/
|
|
428
|
-
HostConfigurationNotAvailable: GenericPalletError
|
|
428
|
+
HostConfigurationNotAvailable: GenericPalletError;
|
|
429
429
|
|
|
430
430
|
/**
|
|
431
431
|
* No validation function upgrade is currently scheduled.
|
|
432
432
|
**/
|
|
433
|
-
NotScheduled: GenericPalletError
|
|
433
|
+
NotScheduled: GenericPalletError;
|
|
434
434
|
|
|
435
435
|
/**
|
|
436
436
|
* No code upgrade has been authorized.
|
|
437
437
|
**/
|
|
438
|
-
NothingAuthorized: GenericPalletError
|
|
438
|
+
NothingAuthorized: GenericPalletError;
|
|
439
439
|
|
|
440
440
|
/**
|
|
441
441
|
* The given code upgrade has not been authorized.
|
|
442
442
|
**/
|
|
443
|
-
Unauthorized: GenericPalletError
|
|
443
|
+
Unauthorized: GenericPalletError;
|
|
444
444
|
|
|
445
445
|
/**
|
|
446
446
|
* Generic pallet error
|
|
447
447
|
**/
|
|
448
|
-
[error: string]: GenericPalletError
|
|
448
|
+
[error: string]: GenericPalletError;
|
|
449
449
|
};
|
|
450
450
|
/**
|
|
451
451
|
* Pallet `Balances`'s errors
|
|
@@ -454,67 +454,67 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
454
454
|
/**
|
|
455
455
|
* Vesting balance too high to send value.
|
|
456
456
|
**/
|
|
457
|
-
VestingBalance: GenericPalletError
|
|
457
|
+
VestingBalance: GenericPalletError;
|
|
458
458
|
|
|
459
459
|
/**
|
|
460
460
|
* Account liquidity restrictions prevent withdrawal.
|
|
461
461
|
**/
|
|
462
|
-
LiquidityRestrictions: GenericPalletError
|
|
462
|
+
LiquidityRestrictions: GenericPalletError;
|
|
463
463
|
|
|
464
464
|
/**
|
|
465
465
|
* Balance too low to send value.
|
|
466
466
|
**/
|
|
467
|
-
InsufficientBalance: GenericPalletError
|
|
467
|
+
InsufficientBalance: GenericPalletError;
|
|
468
468
|
|
|
469
469
|
/**
|
|
470
470
|
* Value too low to create account due to existential deposit.
|
|
471
471
|
**/
|
|
472
|
-
ExistentialDeposit: GenericPalletError
|
|
472
|
+
ExistentialDeposit: GenericPalletError;
|
|
473
473
|
|
|
474
474
|
/**
|
|
475
475
|
* Transfer/payment would kill account.
|
|
476
476
|
**/
|
|
477
|
-
Expendability: GenericPalletError
|
|
477
|
+
Expendability: GenericPalletError;
|
|
478
478
|
|
|
479
479
|
/**
|
|
480
480
|
* A vesting schedule already exists for this account.
|
|
481
481
|
**/
|
|
482
|
-
ExistingVestingSchedule: GenericPalletError
|
|
482
|
+
ExistingVestingSchedule: GenericPalletError;
|
|
483
483
|
|
|
484
484
|
/**
|
|
485
485
|
* Beneficiary account must pre-exist.
|
|
486
486
|
**/
|
|
487
|
-
DeadAccount: GenericPalletError
|
|
487
|
+
DeadAccount: GenericPalletError;
|
|
488
488
|
|
|
489
489
|
/**
|
|
490
490
|
* Number of named reserves exceed `MaxReserves`.
|
|
491
491
|
**/
|
|
492
|
-
TooManyReserves: GenericPalletError
|
|
492
|
+
TooManyReserves: GenericPalletError;
|
|
493
493
|
|
|
494
494
|
/**
|
|
495
495
|
* Number of holds exceed `VariantCountOf<T::RuntimeHoldReason>`.
|
|
496
496
|
**/
|
|
497
|
-
TooManyHolds: GenericPalletError
|
|
497
|
+
TooManyHolds: GenericPalletError;
|
|
498
498
|
|
|
499
499
|
/**
|
|
500
500
|
* Number of freezes exceed `MaxFreezes`.
|
|
501
501
|
**/
|
|
502
|
-
TooManyFreezes: GenericPalletError
|
|
502
|
+
TooManyFreezes: GenericPalletError;
|
|
503
503
|
|
|
504
504
|
/**
|
|
505
505
|
* The issuance cannot be modified since it is already deactivated.
|
|
506
506
|
**/
|
|
507
|
-
IssuanceDeactivated: GenericPalletError
|
|
507
|
+
IssuanceDeactivated: GenericPalletError;
|
|
508
508
|
|
|
509
509
|
/**
|
|
510
510
|
* The delta cannot be zero.
|
|
511
511
|
**/
|
|
512
|
-
DeltaZero: GenericPalletError
|
|
512
|
+
DeltaZero: GenericPalletError;
|
|
513
513
|
|
|
514
514
|
/**
|
|
515
515
|
* Generic pallet error
|
|
516
516
|
**/
|
|
517
|
-
[error: string]: GenericPalletError
|
|
517
|
+
[error: string]: GenericPalletError;
|
|
518
518
|
};
|
|
519
519
|
/**
|
|
520
520
|
* Pallet `Vesting`'s errors
|
|
@@ -523,33 +523,33 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
523
523
|
/**
|
|
524
524
|
* The account given is not vesting.
|
|
525
525
|
**/
|
|
526
|
-
NotVesting: GenericPalletError
|
|
526
|
+
NotVesting: GenericPalletError;
|
|
527
527
|
|
|
528
528
|
/**
|
|
529
529
|
* The account already has `MaxVestingSchedules` count of schedules and thus
|
|
530
530
|
* cannot add another one. Consider merging existing schedules in order to add another.
|
|
531
531
|
**/
|
|
532
|
-
AtMaxVestingSchedules: GenericPalletError
|
|
532
|
+
AtMaxVestingSchedules: GenericPalletError;
|
|
533
533
|
|
|
534
534
|
/**
|
|
535
535
|
* Amount being transferred is too low to create a vesting schedule.
|
|
536
536
|
**/
|
|
537
|
-
AmountLow: GenericPalletError
|
|
537
|
+
AmountLow: GenericPalletError;
|
|
538
538
|
|
|
539
539
|
/**
|
|
540
540
|
* An index was out of bounds of the vesting schedules.
|
|
541
541
|
**/
|
|
542
|
-
ScheduleIndexOutOfBounds: GenericPalletError
|
|
542
|
+
ScheduleIndexOutOfBounds: GenericPalletError;
|
|
543
543
|
|
|
544
544
|
/**
|
|
545
545
|
* Failed to create a new schedule because some parameter was invalid.
|
|
546
546
|
**/
|
|
547
|
-
InvalidScheduleParams: GenericPalletError
|
|
547
|
+
InvalidScheduleParams: GenericPalletError;
|
|
548
548
|
|
|
549
549
|
/**
|
|
550
550
|
* Generic pallet error
|
|
551
551
|
**/
|
|
552
|
-
[error: string]: GenericPalletError
|
|
552
|
+
[error: string]: GenericPalletError;
|
|
553
553
|
};
|
|
554
554
|
/**
|
|
555
555
|
* Pallet `Inflation`'s errors
|
|
@@ -558,12 +558,12 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
558
558
|
/**
|
|
559
559
|
* Sum of all parts must be one whole (100%).
|
|
560
560
|
**/
|
|
561
|
-
InvalidInflationParameters: GenericPalletError
|
|
561
|
+
InvalidInflationParameters: GenericPalletError;
|
|
562
562
|
|
|
563
563
|
/**
|
|
564
564
|
* Generic pallet error
|
|
565
565
|
**/
|
|
566
|
-
[error: string]: GenericPalletError
|
|
566
|
+
[error: string]: GenericPalletError;
|
|
567
567
|
};
|
|
568
568
|
/**
|
|
569
569
|
* Pallet `DappStaking`'s errors
|
|
@@ -572,194 +572,194 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
572
572
|
/**
|
|
573
573
|
* Pallet is disabled/in maintenance mode.
|
|
574
574
|
**/
|
|
575
|
-
Disabled: GenericPalletError
|
|
575
|
+
Disabled: GenericPalletError;
|
|
576
576
|
|
|
577
577
|
/**
|
|
578
578
|
* Smart contract already exists within dApp staking protocol.
|
|
579
579
|
**/
|
|
580
|
-
ContractAlreadyExists: GenericPalletError
|
|
580
|
+
ContractAlreadyExists: GenericPalletError;
|
|
581
581
|
|
|
582
582
|
/**
|
|
583
583
|
* Maximum number of smart contracts has been reached.
|
|
584
584
|
**/
|
|
585
|
-
ExceededMaxNumberOfContracts: GenericPalletError
|
|
585
|
+
ExceededMaxNumberOfContracts: GenericPalletError;
|
|
586
586
|
|
|
587
587
|
/**
|
|
588
588
|
* Not possible to assign a new dApp Id.
|
|
589
589
|
* This should never happen since current type can support up to 65536 - 1 unique dApps.
|
|
590
590
|
**/
|
|
591
|
-
NewDAppIdUnavailable: GenericPalletError
|
|
591
|
+
NewDAppIdUnavailable: GenericPalletError;
|
|
592
592
|
|
|
593
593
|
/**
|
|
594
594
|
* Specified smart contract does not exist in dApp staking.
|
|
595
595
|
**/
|
|
596
|
-
ContractNotFound: GenericPalletError
|
|
596
|
+
ContractNotFound: GenericPalletError;
|
|
597
597
|
|
|
598
598
|
/**
|
|
599
599
|
* Call origin is not dApp owner.
|
|
600
600
|
**/
|
|
601
|
-
OriginNotOwner: GenericPalletError
|
|
601
|
+
OriginNotOwner: GenericPalletError;
|
|
602
602
|
|
|
603
603
|
/**
|
|
604
604
|
* Performing locking or staking with 0 amount.
|
|
605
605
|
**/
|
|
606
|
-
ZeroAmount: GenericPalletError
|
|
606
|
+
ZeroAmount: GenericPalletError;
|
|
607
607
|
|
|
608
608
|
/**
|
|
609
609
|
* Total locked amount for staker is below minimum threshold.
|
|
610
610
|
**/
|
|
611
|
-
LockedAmountBelowThreshold: GenericPalletError
|
|
611
|
+
LockedAmountBelowThreshold: GenericPalletError;
|
|
612
612
|
|
|
613
613
|
/**
|
|
614
614
|
* Account is not allowed to participate in dApp staking due to some external reason (e.g. account is already a collator).
|
|
615
615
|
**/
|
|
616
|
-
AccountNotAvailableForDappStaking: GenericPalletError
|
|
616
|
+
AccountNotAvailableForDappStaking: GenericPalletError;
|
|
617
617
|
|
|
618
618
|
/**
|
|
619
619
|
* Cannot add additional unlocking chunks due to capacity limit.
|
|
620
620
|
**/
|
|
621
|
-
TooManyUnlockingChunks: GenericPalletError
|
|
621
|
+
TooManyUnlockingChunks: GenericPalletError;
|
|
622
622
|
|
|
623
623
|
/**
|
|
624
624
|
* Remaining stake prevents entire balance of starting the unlocking process.
|
|
625
625
|
**/
|
|
626
|
-
RemainingStakePreventsFullUnlock: GenericPalletError
|
|
626
|
+
RemainingStakePreventsFullUnlock: GenericPalletError;
|
|
627
627
|
|
|
628
628
|
/**
|
|
629
629
|
* There are no eligible unlocked chunks to claim. This can happen either if no eligible chunks exist, or if user has no chunks at all.
|
|
630
630
|
**/
|
|
631
|
-
NoUnlockedChunksToClaim: GenericPalletError
|
|
631
|
+
NoUnlockedChunksToClaim: GenericPalletError;
|
|
632
632
|
|
|
633
633
|
/**
|
|
634
634
|
* There are no unlocking chunks available to relock.
|
|
635
635
|
**/
|
|
636
|
-
NoUnlockingChunks: GenericPalletError
|
|
636
|
+
NoUnlockingChunks: GenericPalletError;
|
|
637
637
|
|
|
638
638
|
/**
|
|
639
639
|
* The amount being staked is too large compared to what's available for staking.
|
|
640
640
|
**/
|
|
641
|
-
UnavailableStakeFunds: GenericPalletError
|
|
641
|
+
UnavailableStakeFunds: GenericPalletError;
|
|
642
642
|
|
|
643
643
|
/**
|
|
644
644
|
* There are unclaimed rewards remaining from past eras or periods. They should be claimed before attempting any stake modification again.
|
|
645
645
|
**/
|
|
646
|
-
UnclaimedRewards: GenericPalletError
|
|
646
|
+
UnclaimedRewards: GenericPalletError;
|
|
647
647
|
|
|
648
648
|
/**
|
|
649
649
|
* An unexpected error occurred while trying to stake.
|
|
650
650
|
**/
|
|
651
|
-
InternalStakeError: GenericPalletError
|
|
651
|
+
InternalStakeError: GenericPalletError;
|
|
652
652
|
|
|
653
653
|
/**
|
|
654
654
|
* Total staked amount on contract is below the minimum required value.
|
|
655
655
|
**/
|
|
656
|
-
InsufficientStakeAmount: GenericPalletError
|
|
656
|
+
InsufficientStakeAmount: GenericPalletError;
|
|
657
657
|
|
|
658
658
|
/**
|
|
659
659
|
* Stake operation is rejected since period ends in the next era.
|
|
660
660
|
**/
|
|
661
|
-
PeriodEndsInNextEra: GenericPalletError
|
|
661
|
+
PeriodEndsInNextEra: GenericPalletError;
|
|
662
662
|
|
|
663
663
|
/**
|
|
664
664
|
* Unstaking is rejected since the period in which past stake was active has passed.
|
|
665
665
|
**/
|
|
666
|
-
UnstakeFromPastPeriod: GenericPalletError
|
|
666
|
+
UnstakeFromPastPeriod: GenericPalletError;
|
|
667
667
|
|
|
668
668
|
/**
|
|
669
669
|
* Unstake amount is greater than the staked amount.
|
|
670
670
|
**/
|
|
671
|
-
UnstakeAmountTooLarge: GenericPalletError
|
|
671
|
+
UnstakeAmountTooLarge: GenericPalletError;
|
|
672
672
|
|
|
673
673
|
/**
|
|
674
674
|
* Account has no staking information for the contract.
|
|
675
675
|
**/
|
|
676
|
-
NoStakingInfo: GenericPalletError
|
|
676
|
+
NoStakingInfo: GenericPalletError;
|
|
677
677
|
|
|
678
678
|
/**
|
|
679
679
|
* An unexpected error occurred while trying to unstake.
|
|
680
680
|
**/
|
|
681
|
-
InternalUnstakeError: GenericPalletError
|
|
681
|
+
InternalUnstakeError: GenericPalletError;
|
|
682
682
|
|
|
683
683
|
/**
|
|
684
684
|
* Rewards are no longer claimable since they are too old.
|
|
685
685
|
**/
|
|
686
|
-
RewardExpired: GenericPalletError
|
|
686
|
+
RewardExpired: GenericPalletError;
|
|
687
687
|
|
|
688
688
|
/**
|
|
689
689
|
* Reward payout has failed due to an unexpected reason.
|
|
690
690
|
**/
|
|
691
|
-
RewardPayoutFailed: GenericPalletError
|
|
691
|
+
RewardPayoutFailed: GenericPalletError;
|
|
692
692
|
|
|
693
693
|
/**
|
|
694
694
|
* There are no claimable rewards.
|
|
695
695
|
**/
|
|
696
|
-
NoClaimableRewards: GenericPalletError
|
|
696
|
+
NoClaimableRewards: GenericPalletError;
|
|
697
697
|
|
|
698
698
|
/**
|
|
699
699
|
* An unexpected error occurred while trying to claim staker rewards.
|
|
700
700
|
**/
|
|
701
|
-
InternalClaimStakerError: GenericPalletError
|
|
701
|
+
InternalClaimStakerError: GenericPalletError;
|
|
702
702
|
|
|
703
703
|
/**
|
|
704
704
|
* Account is has no eligible stake amount for bonus reward.
|
|
705
705
|
**/
|
|
706
|
-
NotEligibleForBonusReward: GenericPalletError
|
|
706
|
+
NotEligibleForBonusReward: GenericPalletError;
|
|
707
707
|
|
|
708
708
|
/**
|
|
709
709
|
* An unexpected error occurred while trying to claim bonus reward.
|
|
710
710
|
**/
|
|
711
|
-
InternalClaimBonusError: GenericPalletError
|
|
711
|
+
InternalClaimBonusError: GenericPalletError;
|
|
712
712
|
|
|
713
713
|
/**
|
|
714
714
|
* Claim era is invalid - it must be in history, and rewards must exist for it.
|
|
715
715
|
**/
|
|
716
|
-
InvalidClaimEra: GenericPalletError
|
|
716
|
+
InvalidClaimEra: GenericPalletError;
|
|
717
717
|
|
|
718
718
|
/**
|
|
719
719
|
* No dApp tier info exists for the specified era. This can be because era has expired
|
|
720
720
|
* or because during the specified era there were no eligible rewards or protocol wasn't active.
|
|
721
721
|
**/
|
|
722
|
-
NoDAppTierInfo: GenericPalletError
|
|
722
|
+
NoDAppTierInfo: GenericPalletError;
|
|
723
723
|
|
|
724
724
|
/**
|
|
725
725
|
* An unexpected error occurred while trying to claim dApp reward.
|
|
726
726
|
**/
|
|
727
|
-
InternalClaimDAppError: GenericPalletError
|
|
727
|
+
InternalClaimDAppError: GenericPalletError;
|
|
728
728
|
|
|
729
729
|
/**
|
|
730
730
|
* Contract is still active, not unregistered.
|
|
731
731
|
**/
|
|
732
|
-
ContractStillActive: GenericPalletError
|
|
732
|
+
ContractStillActive: GenericPalletError;
|
|
733
733
|
|
|
734
734
|
/**
|
|
735
735
|
* There are too many contract stake entries for the account. This can be cleaned up by either unstaking or cleaning expired entries.
|
|
736
736
|
**/
|
|
737
|
-
TooManyStakedContracts: GenericPalletError
|
|
737
|
+
TooManyStakedContracts: GenericPalletError;
|
|
738
738
|
|
|
739
739
|
/**
|
|
740
740
|
* There are no expired entries to cleanup for the account.
|
|
741
741
|
**/
|
|
742
|
-
NoExpiredEntries: GenericPalletError
|
|
742
|
+
NoExpiredEntries: GenericPalletError;
|
|
743
743
|
|
|
744
744
|
/**
|
|
745
745
|
* Force call is not allowed in production.
|
|
746
746
|
**/
|
|
747
|
-
ForceNotAllowed: GenericPalletError
|
|
747
|
+
ForceNotAllowed: GenericPalletError;
|
|
748
748
|
|
|
749
749
|
/**
|
|
750
750
|
* Invalid tier parameters were provided. This can happen if any number exceeds 100% or if number of elements does not match the number of tiers.
|
|
751
751
|
**/
|
|
752
|
-
InvalidTierParams: GenericPalletError
|
|
752
|
+
InvalidTierParams: GenericPalletError;
|
|
753
753
|
|
|
754
754
|
/**
|
|
755
755
|
* Same contract specified as source and destination.
|
|
756
756
|
**/
|
|
757
|
-
SameContracts: GenericPalletError
|
|
757
|
+
SameContracts: GenericPalletError;
|
|
758
758
|
|
|
759
759
|
/**
|
|
760
760
|
* Generic pallet error
|
|
761
761
|
**/
|
|
762
|
-
[error: string]: GenericPalletError
|
|
762
|
+
[error: string]: GenericPalletError;
|
|
763
763
|
};
|
|
764
764
|
/**
|
|
765
765
|
* Pallet `Assets`'s errors
|
|
@@ -768,115 +768,115 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
768
768
|
/**
|
|
769
769
|
* Account balance must be greater than or equal to the transfer amount.
|
|
770
770
|
**/
|
|
771
|
-
BalanceLow: GenericPalletError
|
|
771
|
+
BalanceLow: GenericPalletError;
|
|
772
772
|
|
|
773
773
|
/**
|
|
774
774
|
* The account to alter does not exist.
|
|
775
775
|
**/
|
|
776
|
-
NoAccount: GenericPalletError
|
|
776
|
+
NoAccount: GenericPalletError;
|
|
777
777
|
|
|
778
778
|
/**
|
|
779
779
|
* The signing account has no permission to do the operation.
|
|
780
780
|
**/
|
|
781
|
-
NoPermission: GenericPalletError
|
|
781
|
+
NoPermission: GenericPalletError;
|
|
782
782
|
|
|
783
783
|
/**
|
|
784
784
|
* The given asset ID is unknown.
|
|
785
785
|
**/
|
|
786
|
-
Unknown: GenericPalletError
|
|
786
|
+
Unknown: GenericPalletError;
|
|
787
787
|
|
|
788
788
|
/**
|
|
789
789
|
* The origin account is frozen.
|
|
790
790
|
**/
|
|
791
|
-
Frozen: GenericPalletError
|
|
791
|
+
Frozen: GenericPalletError;
|
|
792
792
|
|
|
793
793
|
/**
|
|
794
794
|
* The asset ID is already taken.
|
|
795
795
|
**/
|
|
796
|
-
InUse: GenericPalletError
|
|
796
|
+
InUse: GenericPalletError;
|
|
797
797
|
|
|
798
798
|
/**
|
|
799
799
|
* Invalid witness data given.
|
|
800
800
|
**/
|
|
801
|
-
BadWitness: GenericPalletError
|
|
801
|
+
BadWitness: GenericPalletError;
|
|
802
802
|
|
|
803
803
|
/**
|
|
804
804
|
* Minimum balance should be non-zero.
|
|
805
805
|
**/
|
|
806
|
-
MinBalanceZero: GenericPalletError
|
|
806
|
+
MinBalanceZero: GenericPalletError;
|
|
807
807
|
|
|
808
808
|
/**
|
|
809
809
|
* Unable to increment the consumer reference counters on the account. Either no provider
|
|
810
810
|
* reference exists to allow a non-zero balance of a non-self-sufficient asset, or one
|
|
811
811
|
* fewer then the maximum number of consumers has been reached.
|
|
812
812
|
**/
|
|
813
|
-
UnavailableConsumer: GenericPalletError
|
|
813
|
+
UnavailableConsumer: GenericPalletError;
|
|
814
814
|
|
|
815
815
|
/**
|
|
816
816
|
* Invalid metadata given.
|
|
817
817
|
**/
|
|
818
|
-
BadMetadata: GenericPalletError
|
|
818
|
+
BadMetadata: GenericPalletError;
|
|
819
819
|
|
|
820
820
|
/**
|
|
821
821
|
* No approval exists that would allow the transfer.
|
|
822
822
|
**/
|
|
823
|
-
Unapproved: GenericPalletError
|
|
823
|
+
Unapproved: GenericPalletError;
|
|
824
824
|
|
|
825
825
|
/**
|
|
826
826
|
* The source account would not survive the transfer and it needs to stay alive.
|
|
827
827
|
**/
|
|
828
|
-
WouldDie: GenericPalletError
|
|
828
|
+
WouldDie: GenericPalletError;
|
|
829
829
|
|
|
830
830
|
/**
|
|
831
831
|
* The asset-account already exists.
|
|
832
832
|
**/
|
|
833
|
-
AlreadyExists: GenericPalletError
|
|
833
|
+
AlreadyExists: GenericPalletError;
|
|
834
834
|
|
|
835
835
|
/**
|
|
836
836
|
* The asset-account doesn't have an associated deposit.
|
|
837
837
|
**/
|
|
838
|
-
NoDeposit: GenericPalletError
|
|
838
|
+
NoDeposit: GenericPalletError;
|
|
839
839
|
|
|
840
840
|
/**
|
|
841
841
|
* The operation would result in funds being burned.
|
|
842
842
|
**/
|
|
843
|
-
WouldBurn: GenericPalletError
|
|
843
|
+
WouldBurn: GenericPalletError;
|
|
844
844
|
|
|
845
845
|
/**
|
|
846
846
|
* The asset is a live asset and is actively being used. Usually emit for operations such
|
|
847
847
|
* as `start_destroy` which require the asset to be in a destroying state.
|
|
848
848
|
**/
|
|
849
|
-
LiveAsset: GenericPalletError
|
|
849
|
+
LiveAsset: GenericPalletError;
|
|
850
850
|
|
|
851
851
|
/**
|
|
852
852
|
* The asset is not live, and likely being destroyed.
|
|
853
853
|
**/
|
|
854
|
-
AssetNotLive: GenericPalletError
|
|
854
|
+
AssetNotLive: GenericPalletError;
|
|
855
855
|
|
|
856
856
|
/**
|
|
857
857
|
* The asset status is not the expected status.
|
|
858
858
|
**/
|
|
859
|
-
IncorrectStatus: GenericPalletError
|
|
859
|
+
IncorrectStatus: GenericPalletError;
|
|
860
860
|
|
|
861
861
|
/**
|
|
862
862
|
* The asset should be frozen before the given operation.
|
|
863
863
|
**/
|
|
864
|
-
NotFrozen: GenericPalletError
|
|
864
|
+
NotFrozen: GenericPalletError;
|
|
865
865
|
|
|
866
866
|
/**
|
|
867
867
|
* Callback action resulted in error
|
|
868
868
|
**/
|
|
869
|
-
CallbackFailed: GenericPalletError
|
|
869
|
+
CallbackFailed: GenericPalletError;
|
|
870
870
|
|
|
871
871
|
/**
|
|
872
872
|
* The asset ID must be equal to the [`NextAssetId`].
|
|
873
873
|
**/
|
|
874
|
-
BadAssetId: GenericPalletError
|
|
874
|
+
BadAssetId: GenericPalletError;
|
|
875
875
|
|
|
876
876
|
/**
|
|
877
877
|
* Generic pallet error
|
|
878
878
|
**/
|
|
879
|
-
[error: string]: GenericPalletError
|
|
879
|
+
[error: string]: GenericPalletError;
|
|
880
880
|
};
|
|
881
881
|
/**
|
|
882
882
|
* Pallet `Oracle`'s errors
|
|
@@ -885,17 +885,17 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
885
885
|
/**
|
|
886
886
|
* Sender does not have permission
|
|
887
887
|
**/
|
|
888
|
-
NoPermission: GenericPalletError
|
|
888
|
+
NoPermission: GenericPalletError;
|
|
889
889
|
|
|
890
890
|
/**
|
|
891
891
|
* Feeder has already feeded at this block
|
|
892
892
|
**/
|
|
893
|
-
AlreadyFeeded: GenericPalletError
|
|
893
|
+
AlreadyFeeded: GenericPalletError;
|
|
894
894
|
|
|
895
895
|
/**
|
|
896
896
|
* Generic pallet error
|
|
897
897
|
**/
|
|
898
|
-
[error: string]: GenericPalletError
|
|
898
|
+
[error: string]: GenericPalletError;
|
|
899
899
|
};
|
|
900
900
|
/**
|
|
901
901
|
* Pallet `OracleMembership`'s errors
|
|
@@ -904,22 +904,22 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
904
904
|
/**
|
|
905
905
|
* Already a member.
|
|
906
906
|
**/
|
|
907
|
-
AlreadyMember: GenericPalletError
|
|
907
|
+
AlreadyMember: GenericPalletError;
|
|
908
908
|
|
|
909
909
|
/**
|
|
910
910
|
* Not a member.
|
|
911
911
|
**/
|
|
912
|
-
NotMember: GenericPalletError
|
|
912
|
+
NotMember: GenericPalletError;
|
|
913
913
|
|
|
914
914
|
/**
|
|
915
915
|
* Too many members.
|
|
916
916
|
**/
|
|
917
|
-
TooManyMembers: GenericPalletError
|
|
917
|
+
TooManyMembers: GenericPalletError;
|
|
918
918
|
|
|
919
919
|
/**
|
|
920
920
|
* Generic pallet error
|
|
921
921
|
**/
|
|
922
|
-
[error: string]: GenericPalletError
|
|
922
|
+
[error: string]: GenericPalletError;
|
|
923
923
|
};
|
|
924
924
|
/**
|
|
925
925
|
* Pallet `CollatorSelection`'s errors
|
|
@@ -928,82 +928,82 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
928
928
|
/**
|
|
929
929
|
* Too many candidates
|
|
930
930
|
**/
|
|
931
|
-
TooManyCandidates: GenericPalletError
|
|
931
|
+
TooManyCandidates: GenericPalletError;
|
|
932
932
|
|
|
933
933
|
/**
|
|
934
934
|
* Too few candidates
|
|
935
935
|
**/
|
|
936
|
-
TooFewCandidates: GenericPalletError
|
|
936
|
+
TooFewCandidates: GenericPalletError;
|
|
937
937
|
|
|
938
938
|
/**
|
|
939
939
|
* Unknown error
|
|
940
940
|
**/
|
|
941
|
-
Unknown: GenericPalletError
|
|
941
|
+
Unknown: GenericPalletError;
|
|
942
942
|
|
|
943
943
|
/**
|
|
944
944
|
* Permission issue
|
|
945
945
|
**/
|
|
946
|
-
Permission: GenericPalletError
|
|
946
|
+
Permission: GenericPalletError;
|
|
947
947
|
|
|
948
948
|
/**
|
|
949
949
|
* User is already a candidate
|
|
950
950
|
**/
|
|
951
|
-
AlreadyCandidate: GenericPalletError
|
|
951
|
+
AlreadyCandidate: GenericPalletError;
|
|
952
952
|
|
|
953
953
|
/**
|
|
954
954
|
* User is not a candidate
|
|
955
955
|
**/
|
|
956
|
-
NotCandidate: GenericPalletError
|
|
956
|
+
NotCandidate: GenericPalletError;
|
|
957
957
|
|
|
958
958
|
/**
|
|
959
959
|
* User is already an Invulnerable
|
|
960
960
|
**/
|
|
961
|
-
AlreadyInvulnerable: GenericPalletError
|
|
961
|
+
AlreadyInvulnerable: GenericPalletError;
|
|
962
962
|
|
|
963
963
|
/**
|
|
964
964
|
* User is not an Invulnerable
|
|
965
965
|
**/
|
|
966
|
-
NotInvulnerable: GenericPalletError
|
|
966
|
+
NotInvulnerable: GenericPalletError;
|
|
967
967
|
|
|
968
968
|
/**
|
|
969
969
|
* Account has no associated validator ID
|
|
970
970
|
**/
|
|
971
|
-
NoAssociatedValidatorId: GenericPalletError
|
|
971
|
+
NoAssociatedValidatorId: GenericPalletError;
|
|
972
972
|
|
|
973
973
|
/**
|
|
974
974
|
* Validator ID is not yet registered
|
|
975
975
|
**/
|
|
976
|
-
ValidatorNotRegistered: GenericPalletError
|
|
976
|
+
ValidatorNotRegistered: GenericPalletError;
|
|
977
977
|
|
|
978
978
|
/**
|
|
979
979
|
* Account is now allowed to be a candidate due to an external reason (e.g. it might be participating in dApp staking)
|
|
980
980
|
**/
|
|
981
|
-
NotAllowedCandidate: GenericPalletError
|
|
981
|
+
NotAllowedCandidate: GenericPalletError;
|
|
982
982
|
|
|
983
983
|
/**
|
|
984
984
|
* The candidacy bond is currently in the un-bonding period.
|
|
985
985
|
**/
|
|
986
|
-
BondStillLocked: GenericPalletError
|
|
986
|
+
BondStillLocked: GenericPalletError;
|
|
987
987
|
|
|
988
988
|
/**
|
|
989
989
|
* No candidacy bond available for withdrawal.
|
|
990
990
|
**/
|
|
991
|
-
NoCandidacyBond: GenericPalletError
|
|
991
|
+
NoCandidacyBond: GenericPalletError;
|
|
992
992
|
|
|
993
993
|
/**
|
|
994
994
|
* User has already submitted an application
|
|
995
995
|
**/
|
|
996
|
-
PendingApplicationExists: GenericPalletError
|
|
996
|
+
PendingApplicationExists: GenericPalletError;
|
|
997
997
|
|
|
998
998
|
/**
|
|
999
999
|
* No candidacy application found
|
|
1000
1000
|
**/
|
|
1001
|
-
NoApplicationFound: GenericPalletError
|
|
1001
|
+
NoApplicationFound: GenericPalletError;
|
|
1002
1002
|
|
|
1003
1003
|
/**
|
|
1004
1004
|
* Generic pallet error
|
|
1005
1005
|
**/
|
|
1006
|
-
[error: string]: GenericPalletError
|
|
1006
|
+
[error: string]: GenericPalletError;
|
|
1007
1007
|
};
|
|
1008
1008
|
/**
|
|
1009
1009
|
* Pallet `Session`'s errors
|
|
@@ -1012,32 +1012,32 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1012
1012
|
/**
|
|
1013
1013
|
* Invalid ownership proof.
|
|
1014
1014
|
**/
|
|
1015
|
-
InvalidProof: GenericPalletError
|
|
1015
|
+
InvalidProof: GenericPalletError;
|
|
1016
1016
|
|
|
1017
1017
|
/**
|
|
1018
1018
|
* No associated validator ID for account.
|
|
1019
1019
|
**/
|
|
1020
|
-
NoAssociatedValidatorId: GenericPalletError
|
|
1020
|
+
NoAssociatedValidatorId: GenericPalletError;
|
|
1021
1021
|
|
|
1022
1022
|
/**
|
|
1023
1023
|
* Registered duplicate key.
|
|
1024
1024
|
**/
|
|
1025
|
-
DuplicatedKey: GenericPalletError
|
|
1025
|
+
DuplicatedKey: GenericPalletError;
|
|
1026
1026
|
|
|
1027
1027
|
/**
|
|
1028
1028
|
* No keys are associated with this account.
|
|
1029
1029
|
**/
|
|
1030
|
-
NoKeys: GenericPalletError
|
|
1030
|
+
NoKeys: GenericPalletError;
|
|
1031
1031
|
|
|
1032
1032
|
/**
|
|
1033
1033
|
* Key setting account is not live, so it's impossible to associate keys.
|
|
1034
1034
|
**/
|
|
1035
|
-
NoAccount: GenericPalletError
|
|
1035
|
+
NoAccount: GenericPalletError;
|
|
1036
1036
|
|
|
1037
1037
|
/**
|
|
1038
1038
|
* Generic pallet error
|
|
1039
1039
|
**/
|
|
1040
|
-
[error: string]: GenericPalletError
|
|
1040
|
+
[error: string]: GenericPalletError;
|
|
1041
1041
|
};
|
|
1042
1042
|
/**
|
|
1043
1043
|
* Pallet `XcmpQueue`'s errors
|
|
@@ -1046,32 +1046,32 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1046
1046
|
/**
|
|
1047
1047
|
* Setting the queue config failed since one of its values was invalid.
|
|
1048
1048
|
**/
|
|
1049
|
-
BadQueueConfig: GenericPalletError
|
|
1049
|
+
BadQueueConfig: GenericPalletError;
|
|
1050
1050
|
|
|
1051
1051
|
/**
|
|
1052
1052
|
* The execution is already suspended.
|
|
1053
1053
|
**/
|
|
1054
|
-
AlreadySuspended: GenericPalletError
|
|
1054
|
+
AlreadySuspended: GenericPalletError;
|
|
1055
1055
|
|
|
1056
1056
|
/**
|
|
1057
1057
|
* The execution is already resumed.
|
|
1058
1058
|
**/
|
|
1059
|
-
AlreadyResumed: GenericPalletError
|
|
1059
|
+
AlreadyResumed: GenericPalletError;
|
|
1060
1060
|
|
|
1061
1061
|
/**
|
|
1062
1062
|
* There are too many active outbound channels.
|
|
1063
1063
|
**/
|
|
1064
|
-
TooManyActiveOutboundChannels: GenericPalletError
|
|
1064
|
+
TooManyActiveOutboundChannels: GenericPalletError;
|
|
1065
1065
|
|
|
1066
1066
|
/**
|
|
1067
1067
|
* The message is too big.
|
|
1068
1068
|
**/
|
|
1069
|
-
TooBig: GenericPalletError
|
|
1069
|
+
TooBig: GenericPalletError;
|
|
1070
1070
|
|
|
1071
1071
|
/**
|
|
1072
1072
|
* Generic pallet error
|
|
1073
1073
|
**/
|
|
1074
|
-
[error: string]: GenericPalletError
|
|
1074
|
+
[error: string]: GenericPalletError;
|
|
1075
1075
|
};
|
|
1076
1076
|
/**
|
|
1077
1077
|
* Pallet `PolkadotXcm`'s errors
|
|
@@ -1081,129 +1081,129 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1081
1081
|
* The desired destination was unreachable, generally because there is a no way of routing
|
|
1082
1082
|
* to it.
|
|
1083
1083
|
**/
|
|
1084
|
-
Unreachable: GenericPalletError
|
|
1084
|
+
Unreachable: GenericPalletError;
|
|
1085
1085
|
|
|
1086
1086
|
/**
|
|
1087
1087
|
* There was some other issue (i.e. not to do with routing) in sending the message.
|
|
1088
1088
|
* Perhaps a lack of space for buffering the message.
|
|
1089
1089
|
**/
|
|
1090
|
-
SendFailure: GenericPalletError
|
|
1090
|
+
SendFailure: GenericPalletError;
|
|
1091
1091
|
|
|
1092
1092
|
/**
|
|
1093
1093
|
* The message execution fails the filter.
|
|
1094
1094
|
**/
|
|
1095
|
-
Filtered: GenericPalletError
|
|
1095
|
+
Filtered: GenericPalletError;
|
|
1096
1096
|
|
|
1097
1097
|
/**
|
|
1098
1098
|
* The message's weight could not be determined.
|
|
1099
1099
|
**/
|
|
1100
|
-
UnweighableMessage: GenericPalletError
|
|
1100
|
+
UnweighableMessage: GenericPalletError;
|
|
1101
1101
|
|
|
1102
1102
|
/**
|
|
1103
1103
|
* The destination `Location` provided cannot be inverted.
|
|
1104
1104
|
**/
|
|
1105
|
-
DestinationNotInvertible: GenericPalletError
|
|
1105
|
+
DestinationNotInvertible: GenericPalletError;
|
|
1106
1106
|
|
|
1107
1107
|
/**
|
|
1108
1108
|
* The assets to be sent are empty.
|
|
1109
1109
|
**/
|
|
1110
|
-
Empty: GenericPalletError
|
|
1110
|
+
Empty: GenericPalletError;
|
|
1111
1111
|
|
|
1112
1112
|
/**
|
|
1113
1113
|
* Could not re-anchor the assets to declare the fees for the destination chain.
|
|
1114
1114
|
**/
|
|
1115
|
-
CannotReanchor: GenericPalletError
|
|
1115
|
+
CannotReanchor: GenericPalletError;
|
|
1116
1116
|
|
|
1117
1117
|
/**
|
|
1118
1118
|
* Too many assets have been attempted for transfer.
|
|
1119
1119
|
**/
|
|
1120
|
-
TooManyAssets: GenericPalletError
|
|
1120
|
+
TooManyAssets: GenericPalletError;
|
|
1121
1121
|
|
|
1122
1122
|
/**
|
|
1123
1123
|
* Origin is invalid for sending.
|
|
1124
1124
|
**/
|
|
1125
|
-
InvalidOrigin: GenericPalletError
|
|
1125
|
+
InvalidOrigin: GenericPalletError;
|
|
1126
1126
|
|
|
1127
1127
|
/**
|
|
1128
1128
|
* The version of the `Versioned` value used is not able to be interpreted.
|
|
1129
1129
|
**/
|
|
1130
|
-
BadVersion: GenericPalletError
|
|
1130
|
+
BadVersion: GenericPalletError;
|
|
1131
1131
|
|
|
1132
1132
|
/**
|
|
1133
1133
|
* The given location could not be used (e.g. because it cannot be expressed in the
|
|
1134
1134
|
* desired version of XCM).
|
|
1135
1135
|
**/
|
|
1136
|
-
BadLocation: GenericPalletError
|
|
1136
|
+
BadLocation: GenericPalletError;
|
|
1137
1137
|
|
|
1138
1138
|
/**
|
|
1139
1139
|
* The referenced subscription could not be found.
|
|
1140
1140
|
**/
|
|
1141
|
-
NoSubscription: GenericPalletError
|
|
1141
|
+
NoSubscription: GenericPalletError;
|
|
1142
1142
|
|
|
1143
1143
|
/**
|
|
1144
1144
|
* The location is invalid since it already has a subscription from us.
|
|
1145
1145
|
**/
|
|
1146
|
-
AlreadySubscribed: GenericPalletError
|
|
1146
|
+
AlreadySubscribed: GenericPalletError;
|
|
1147
1147
|
|
|
1148
1148
|
/**
|
|
1149
1149
|
* Could not check-out the assets for teleportation to the destination chain.
|
|
1150
1150
|
**/
|
|
1151
|
-
CannotCheckOutTeleport: GenericPalletError
|
|
1151
|
+
CannotCheckOutTeleport: GenericPalletError;
|
|
1152
1152
|
|
|
1153
1153
|
/**
|
|
1154
1154
|
* The owner does not own (all) of the asset that they wish to do the operation on.
|
|
1155
1155
|
**/
|
|
1156
|
-
LowBalance: GenericPalletError
|
|
1156
|
+
LowBalance: GenericPalletError;
|
|
1157
1157
|
|
|
1158
1158
|
/**
|
|
1159
1159
|
* The asset owner has too many locks on the asset.
|
|
1160
1160
|
**/
|
|
1161
|
-
TooManyLocks: GenericPalletError
|
|
1161
|
+
TooManyLocks: GenericPalletError;
|
|
1162
1162
|
|
|
1163
1163
|
/**
|
|
1164
1164
|
* The given account is not an identifiable sovereign account for any location.
|
|
1165
1165
|
**/
|
|
1166
|
-
AccountNotSovereign: GenericPalletError
|
|
1166
|
+
AccountNotSovereign: GenericPalletError;
|
|
1167
1167
|
|
|
1168
1168
|
/**
|
|
1169
1169
|
* The operation required fees to be paid which the initiator could not meet.
|
|
1170
1170
|
**/
|
|
1171
|
-
FeesNotMet: GenericPalletError
|
|
1171
|
+
FeesNotMet: GenericPalletError;
|
|
1172
1172
|
|
|
1173
1173
|
/**
|
|
1174
1174
|
* A remote lock with the corresponding data could not be found.
|
|
1175
1175
|
**/
|
|
1176
|
-
LockNotFound: GenericPalletError
|
|
1176
|
+
LockNotFound: GenericPalletError;
|
|
1177
1177
|
|
|
1178
1178
|
/**
|
|
1179
1179
|
* The unlock operation cannot succeed because there are still consumers of the lock.
|
|
1180
1180
|
**/
|
|
1181
|
-
InUse: GenericPalletError
|
|
1181
|
+
InUse: GenericPalletError;
|
|
1182
1182
|
|
|
1183
1183
|
/**
|
|
1184
1184
|
* Invalid asset, reserve chain could not be determined for it.
|
|
1185
1185
|
**/
|
|
1186
|
-
InvalidAssetUnknownReserve: GenericPalletError
|
|
1186
|
+
InvalidAssetUnknownReserve: GenericPalletError;
|
|
1187
1187
|
|
|
1188
1188
|
/**
|
|
1189
1189
|
* Invalid asset, do not support remote asset reserves with different fees reserves.
|
|
1190
1190
|
**/
|
|
1191
|
-
InvalidAssetUnsupportedReserve: GenericPalletError
|
|
1191
|
+
InvalidAssetUnsupportedReserve: GenericPalletError;
|
|
1192
1192
|
|
|
1193
1193
|
/**
|
|
1194
1194
|
* Too many assets with different reserve locations have been attempted for transfer.
|
|
1195
1195
|
**/
|
|
1196
|
-
TooManyReserves: GenericPalletError
|
|
1196
|
+
TooManyReserves: GenericPalletError;
|
|
1197
1197
|
|
|
1198
1198
|
/**
|
|
1199
1199
|
* Local XCM execution incomplete.
|
|
1200
1200
|
**/
|
|
1201
|
-
LocalExecutionIncomplete: GenericPalletError
|
|
1201
|
+
LocalExecutionIncomplete: GenericPalletError;
|
|
1202
1202
|
|
|
1203
1203
|
/**
|
|
1204
1204
|
* Generic pallet error
|
|
1205
1205
|
**/
|
|
1206
|
-
[error: string]: GenericPalletError
|
|
1206
|
+
[error: string]: GenericPalletError;
|
|
1207
1207
|
};
|
|
1208
1208
|
/**
|
|
1209
1209
|
* Pallet `XcAssetConfig`'s errors
|
|
@@ -1212,22 +1212,22 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1212
1212
|
/**
|
|
1213
1213
|
* Asset is already registered.
|
|
1214
1214
|
**/
|
|
1215
|
-
AssetAlreadyRegistered: GenericPalletError
|
|
1215
|
+
AssetAlreadyRegistered: GenericPalletError;
|
|
1216
1216
|
|
|
1217
1217
|
/**
|
|
1218
1218
|
* Asset does not exist (hasn't been registered).
|
|
1219
1219
|
**/
|
|
1220
|
-
AssetDoesNotExist: GenericPalletError
|
|
1220
|
+
AssetDoesNotExist: GenericPalletError;
|
|
1221
1221
|
|
|
1222
1222
|
/**
|
|
1223
1223
|
* Failed to convert to latest versioned Location
|
|
1224
1224
|
**/
|
|
1225
|
-
MultiLocationNotSupported: GenericPalletError
|
|
1225
|
+
MultiLocationNotSupported: GenericPalletError;
|
|
1226
1226
|
|
|
1227
1227
|
/**
|
|
1228
1228
|
* Generic pallet error
|
|
1229
1229
|
**/
|
|
1230
|
-
[error: string]: GenericPalletError
|
|
1230
|
+
[error: string]: GenericPalletError;
|
|
1231
1231
|
};
|
|
1232
1232
|
/**
|
|
1233
1233
|
* Pallet `XTokens`'s errors
|
|
@@ -1236,110 +1236,110 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1236
1236
|
/**
|
|
1237
1237
|
* Asset has no reserve location.
|
|
1238
1238
|
**/
|
|
1239
|
-
AssetHasNoReserve: GenericPalletError
|
|
1239
|
+
AssetHasNoReserve: GenericPalletError;
|
|
1240
1240
|
|
|
1241
1241
|
/**
|
|
1242
1242
|
* Not cross-chain transfer.
|
|
1243
1243
|
**/
|
|
1244
|
-
NotCrossChainTransfer: GenericPalletError
|
|
1244
|
+
NotCrossChainTransfer: GenericPalletError;
|
|
1245
1245
|
|
|
1246
1246
|
/**
|
|
1247
1247
|
* Invalid transfer destination.
|
|
1248
1248
|
**/
|
|
1249
|
-
InvalidDest: GenericPalletError
|
|
1249
|
+
InvalidDest: GenericPalletError;
|
|
1250
1250
|
|
|
1251
1251
|
/**
|
|
1252
1252
|
* Currency is not cross-chain transferable.
|
|
1253
1253
|
**/
|
|
1254
|
-
NotCrossChainTransferableCurrency: GenericPalletError
|
|
1254
|
+
NotCrossChainTransferableCurrency: GenericPalletError;
|
|
1255
1255
|
|
|
1256
1256
|
/**
|
|
1257
1257
|
* The message's weight could not be determined.
|
|
1258
1258
|
**/
|
|
1259
|
-
UnweighableMessage: GenericPalletError
|
|
1259
|
+
UnweighableMessage: GenericPalletError;
|
|
1260
1260
|
|
|
1261
1261
|
/**
|
|
1262
1262
|
* XCM execution failed.
|
|
1263
1263
|
**/
|
|
1264
|
-
XcmExecutionFailed: GenericPalletError
|
|
1264
|
+
XcmExecutionFailed: GenericPalletError;
|
|
1265
1265
|
|
|
1266
1266
|
/**
|
|
1267
1267
|
* Could not re-anchor the assets to declare the fees for the
|
|
1268
1268
|
* destination chain.
|
|
1269
1269
|
**/
|
|
1270
|
-
CannotReanchor: GenericPalletError
|
|
1270
|
+
CannotReanchor: GenericPalletError;
|
|
1271
1271
|
|
|
1272
1272
|
/**
|
|
1273
1273
|
* Could not get ancestry of asset reserve location.
|
|
1274
1274
|
**/
|
|
1275
|
-
InvalidAncestry: GenericPalletError
|
|
1275
|
+
InvalidAncestry: GenericPalletError;
|
|
1276
1276
|
|
|
1277
1277
|
/**
|
|
1278
1278
|
* The Asset is invalid.
|
|
1279
1279
|
**/
|
|
1280
|
-
InvalidAsset: GenericPalletError
|
|
1280
|
+
InvalidAsset: GenericPalletError;
|
|
1281
1281
|
|
|
1282
1282
|
/**
|
|
1283
1283
|
* The destination `Location` provided cannot be inverted.
|
|
1284
1284
|
**/
|
|
1285
|
-
DestinationNotInvertible: GenericPalletError
|
|
1285
|
+
DestinationNotInvertible: GenericPalletError;
|
|
1286
1286
|
|
|
1287
1287
|
/**
|
|
1288
1288
|
* The version of the `Versioned` value used is not able to be
|
|
1289
1289
|
* interpreted.
|
|
1290
1290
|
**/
|
|
1291
|
-
BadVersion: GenericPalletError
|
|
1291
|
+
BadVersion: GenericPalletError;
|
|
1292
1292
|
|
|
1293
1293
|
/**
|
|
1294
1294
|
* We tried sending distinct asset and fee but they have different
|
|
1295
1295
|
* reserve chains.
|
|
1296
1296
|
**/
|
|
1297
|
-
DistinctReserveForAssetAndFee: GenericPalletError
|
|
1297
|
+
DistinctReserveForAssetAndFee: GenericPalletError;
|
|
1298
1298
|
|
|
1299
1299
|
/**
|
|
1300
1300
|
* The fee is zero.
|
|
1301
1301
|
**/
|
|
1302
|
-
ZeroFee: GenericPalletError
|
|
1302
|
+
ZeroFee: GenericPalletError;
|
|
1303
1303
|
|
|
1304
1304
|
/**
|
|
1305
1305
|
* The transfering asset amount is zero.
|
|
1306
1306
|
**/
|
|
1307
|
-
ZeroAmount: GenericPalletError
|
|
1307
|
+
ZeroAmount: GenericPalletError;
|
|
1308
1308
|
|
|
1309
1309
|
/**
|
|
1310
1310
|
* The number of assets to be sent is over the maximum.
|
|
1311
1311
|
**/
|
|
1312
|
-
TooManyAssetsBeingSent: GenericPalletError
|
|
1312
|
+
TooManyAssetsBeingSent: GenericPalletError;
|
|
1313
1313
|
|
|
1314
1314
|
/**
|
|
1315
1315
|
* The specified index does not exist in a Assets struct.
|
|
1316
1316
|
**/
|
|
1317
|
-
AssetIndexNonExistent: GenericPalletError
|
|
1317
|
+
AssetIndexNonExistent: GenericPalletError;
|
|
1318
1318
|
|
|
1319
1319
|
/**
|
|
1320
1320
|
* Fee is not enough.
|
|
1321
1321
|
**/
|
|
1322
|
-
FeeNotEnough: GenericPalletError
|
|
1322
|
+
FeeNotEnough: GenericPalletError;
|
|
1323
1323
|
|
|
1324
1324
|
/**
|
|
1325
1325
|
* Not supported Location
|
|
1326
1326
|
**/
|
|
1327
|
-
NotSupportedLocation: GenericPalletError
|
|
1327
|
+
NotSupportedLocation: GenericPalletError;
|
|
1328
1328
|
|
|
1329
1329
|
/**
|
|
1330
1330
|
* MinXcmFee not registered for certain reserve location
|
|
1331
1331
|
**/
|
|
1332
|
-
MinXcmFeeNotDefined: GenericPalletError
|
|
1332
|
+
MinXcmFeeNotDefined: GenericPalletError;
|
|
1333
1333
|
|
|
1334
1334
|
/**
|
|
1335
1335
|
* Asset transfer is limited by RateLimiter.
|
|
1336
1336
|
**/
|
|
1337
|
-
RateLimited: GenericPalletError
|
|
1337
|
+
RateLimited: GenericPalletError;
|
|
1338
1338
|
|
|
1339
1339
|
/**
|
|
1340
1340
|
* Generic pallet error
|
|
1341
1341
|
**/
|
|
1342
|
-
[error: string]: GenericPalletError
|
|
1342
|
+
[error: string]: GenericPalletError;
|
|
1343
1343
|
};
|
|
1344
1344
|
/**
|
|
1345
1345
|
* Pallet `MessageQueue`'s errors
|
|
@@ -1349,32 +1349,32 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1349
1349
|
* Page is not reapable because it has items remaining to be processed and is not old
|
|
1350
1350
|
* enough.
|
|
1351
1351
|
**/
|
|
1352
|
-
NotReapable: GenericPalletError
|
|
1352
|
+
NotReapable: GenericPalletError;
|
|
1353
1353
|
|
|
1354
1354
|
/**
|
|
1355
1355
|
* Page to be reaped does not exist.
|
|
1356
1356
|
**/
|
|
1357
|
-
NoPage: GenericPalletError
|
|
1357
|
+
NoPage: GenericPalletError;
|
|
1358
1358
|
|
|
1359
1359
|
/**
|
|
1360
1360
|
* The referenced message could not be found.
|
|
1361
1361
|
**/
|
|
1362
|
-
NoMessage: GenericPalletError
|
|
1362
|
+
NoMessage: GenericPalletError;
|
|
1363
1363
|
|
|
1364
1364
|
/**
|
|
1365
1365
|
* The message was already processed and cannot be processed again.
|
|
1366
1366
|
**/
|
|
1367
|
-
AlreadyProcessed: GenericPalletError
|
|
1367
|
+
AlreadyProcessed: GenericPalletError;
|
|
1368
1368
|
|
|
1369
1369
|
/**
|
|
1370
1370
|
* The message is queued for future execution.
|
|
1371
1371
|
**/
|
|
1372
|
-
Queued: GenericPalletError
|
|
1372
|
+
Queued: GenericPalletError;
|
|
1373
1373
|
|
|
1374
1374
|
/**
|
|
1375
1375
|
* There is temporarily not enough weight to continue servicing messages.
|
|
1376
1376
|
**/
|
|
1377
|
-
InsufficientWeight: GenericPalletError
|
|
1377
|
+
InsufficientWeight: GenericPalletError;
|
|
1378
1378
|
|
|
1379
1379
|
/**
|
|
1380
1380
|
* This message is temporarily unprocessable.
|
|
@@ -1382,24 +1382,24 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1382
1382
|
* Such errors are expected, but not guaranteed, to resolve themselves eventually through
|
|
1383
1383
|
* retrying.
|
|
1384
1384
|
**/
|
|
1385
|
-
TemporarilyUnprocessable: GenericPalletError
|
|
1385
|
+
TemporarilyUnprocessable: GenericPalletError;
|
|
1386
1386
|
|
|
1387
1387
|
/**
|
|
1388
1388
|
* The queue is paused and no message can be executed from it.
|
|
1389
1389
|
*
|
|
1390
1390
|
* This can change at any time and may resolve in the future by re-trying.
|
|
1391
1391
|
**/
|
|
1392
|
-
QueuePaused: GenericPalletError
|
|
1392
|
+
QueuePaused: GenericPalletError;
|
|
1393
1393
|
|
|
1394
1394
|
/**
|
|
1395
1395
|
* Another call is in progress and needs to finish before this call can happen.
|
|
1396
1396
|
**/
|
|
1397
|
-
RecursiveDisallowed: GenericPalletError
|
|
1397
|
+
RecursiveDisallowed: GenericPalletError;
|
|
1398
1398
|
|
|
1399
1399
|
/**
|
|
1400
1400
|
* Generic pallet error
|
|
1401
1401
|
**/
|
|
1402
|
-
[error: string]: GenericPalletError
|
|
1402
|
+
[error: string]: GenericPalletError;
|
|
1403
1403
|
};
|
|
1404
1404
|
/**
|
|
1405
1405
|
* Pallet `EVM`'s errors
|
|
@@ -1408,72 +1408,72 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1408
1408
|
/**
|
|
1409
1409
|
* Not enough balance to perform action
|
|
1410
1410
|
**/
|
|
1411
|
-
BalanceLow: GenericPalletError
|
|
1411
|
+
BalanceLow: GenericPalletError;
|
|
1412
1412
|
|
|
1413
1413
|
/**
|
|
1414
1414
|
* Calculating total fee overflowed
|
|
1415
1415
|
**/
|
|
1416
|
-
FeeOverflow: GenericPalletError
|
|
1416
|
+
FeeOverflow: GenericPalletError;
|
|
1417
1417
|
|
|
1418
1418
|
/**
|
|
1419
1419
|
* Calculating total payment overflowed
|
|
1420
1420
|
**/
|
|
1421
|
-
PaymentOverflow: GenericPalletError
|
|
1421
|
+
PaymentOverflow: GenericPalletError;
|
|
1422
1422
|
|
|
1423
1423
|
/**
|
|
1424
1424
|
* Withdraw fee failed
|
|
1425
1425
|
**/
|
|
1426
|
-
WithdrawFailed: GenericPalletError
|
|
1426
|
+
WithdrawFailed: GenericPalletError;
|
|
1427
1427
|
|
|
1428
1428
|
/**
|
|
1429
1429
|
* Gas price is too low.
|
|
1430
1430
|
**/
|
|
1431
|
-
GasPriceTooLow: GenericPalletError
|
|
1431
|
+
GasPriceTooLow: GenericPalletError;
|
|
1432
1432
|
|
|
1433
1433
|
/**
|
|
1434
1434
|
* Nonce is invalid
|
|
1435
1435
|
**/
|
|
1436
|
-
InvalidNonce: GenericPalletError
|
|
1436
|
+
InvalidNonce: GenericPalletError;
|
|
1437
1437
|
|
|
1438
1438
|
/**
|
|
1439
1439
|
* Gas limit is too low.
|
|
1440
1440
|
**/
|
|
1441
|
-
GasLimitTooLow: GenericPalletError
|
|
1441
|
+
GasLimitTooLow: GenericPalletError;
|
|
1442
1442
|
|
|
1443
1443
|
/**
|
|
1444
1444
|
* Gas limit is too high.
|
|
1445
1445
|
**/
|
|
1446
|
-
GasLimitTooHigh: GenericPalletError
|
|
1446
|
+
GasLimitTooHigh: GenericPalletError;
|
|
1447
1447
|
|
|
1448
1448
|
/**
|
|
1449
1449
|
* The chain id is invalid.
|
|
1450
1450
|
**/
|
|
1451
|
-
InvalidChainId: GenericPalletError
|
|
1451
|
+
InvalidChainId: GenericPalletError;
|
|
1452
1452
|
|
|
1453
1453
|
/**
|
|
1454
1454
|
* the signature is invalid.
|
|
1455
1455
|
**/
|
|
1456
|
-
InvalidSignature: GenericPalletError
|
|
1456
|
+
InvalidSignature: GenericPalletError;
|
|
1457
1457
|
|
|
1458
1458
|
/**
|
|
1459
1459
|
* EVM reentrancy
|
|
1460
1460
|
**/
|
|
1461
|
-
Reentrancy: GenericPalletError
|
|
1461
|
+
Reentrancy: GenericPalletError;
|
|
1462
1462
|
|
|
1463
1463
|
/**
|
|
1464
1464
|
* EIP-3607,
|
|
1465
1465
|
**/
|
|
1466
|
-
TransactionMustComeFromEOA: GenericPalletError
|
|
1466
|
+
TransactionMustComeFromEOA: GenericPalletError;
|
|
1467
1467
|
|
|
1468
1468
|
/**
|
|
1469
1469
|
* Undefined error.
|
|
1470
1470
|
**/
|
|
1471
|
-
Undefined: GenericPalletError
|
|
1471
|
+
Undefined: GenericPalletError;
|
|
1472
1472
|
|
|
1473
1473
|
/**
|
|
1474
1474
|
* Generic pallet error
|
|
1475
1475
|
**/
|
|
1476
|
-
[error: string]: GenericPalletError
|
|
1476
|
+
[error: string]: GenericPalletError;
|
|
1477
1477
|
};
|
|
1478
1478
|
/**
|
|
1479
1479
|
* Pallet `Ethereum`'s errors
|
|
@@ -1482,17 +1482,17 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1482
1482
|
/**
|
|
1483
1483
|
* Signature is invalid.
|
|
1484
1484
|
**/
|
|
1485
|
-
InvalidSignature: GenericPalletError
|
|
1485
|
+
InvalidSignature: GenericPalletError;
|
|
1486
1486
|
|
|
1487
1487
|
/**
|
|
1488
1488
|
* Pre-log is present, therefore transact is not allowed.
|
|
1489
1489
|
**/
|
|
1490
|
-
PreLogExists: GenericPalletError
|
|
1490
|
+
PreLogExists: GenericPalletError;
|
|
1491
1491
|
|
|
1492
1492
|
/**
|
|
1493
1493
|
* Generic pallet error
|
|
1494
1494
|
**/
|
|
1495
|
-
[error: string]: GenericPalletError
|
|
1495
|
+
[error: string]: GenericPalletError;
|
|
1496
1496
|
};
|
|
1497
1497
|
/**
|
|
1498
1498
|
* Pallet `DynamicEvmBaseFee`'s errors
|
|
@@ -1501,12 +1501,12 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1501
1501
|
/**
|
|
1502
1502
|
* Specified value is outside of the allowed range.
|
|
1503
1503
|
**/
|
|
1504
|
-
ValueOutOfBounds: GenericPalletError
|
|
1504
|
+
ValueOutOfBounds: GenericPalletError;
|
|
1505
1505
|
|
|
1506
1506
|
/**
|
|
1507
1507
|
* Generic pallet error
|
|
1508
1508
|
**/
|
|
1509
|
-
[error: string]: GenericPalletError
|
|
1509
|
+
[error: string]: GenericPalletError;
|
|
1510
1510
|
};
|
|
1511
1511
|
/**
|
|
1512
1512
|
* Pallet `Contracts`'s errors
|
|
@@ -1515,120 +1515,120 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1515
1515
|
/**
|
|
1516
1516
|
* Invalid schedule supplied, e.g. with zero weight of a basic operation.
|
|
1517
1517
|
**/
|
|
1518
|
-
InvalidSchedule: GenericPalletError
|
|
1518
|
+
InvalidSchedule: GenericPalletError;
|
|
1519
1519
|
|
|
1520
1520
|
/**
|
|
1521
1521
|
* Invalid combination of flags supplied to `seal_call` or `seal_delegate_call`.
|
|
1522
1522
|
**/
|
|
1523
|
-
InvalidCallFlags: GenericPalletError
|
|
1523
|
+
InvalidCallFlags: GenericPalletError;
|
|
1524
1524
|
|
|
1525
1525
|
/**
|
|
1526
1526
|
* The executed contract exhausted its gas limit.
|
|
1527
1527
|
**/
|
|
1528
|
-
OutOfGas: GenericPalletError
|
|
1528
|
+
OutOfGas: GenericPalletError;
|
|
1529
1529
|
|
|
1530
1530
|
/**
|
|
1531
1531
|
* The output buffer supplied to a contract API call was too small.
|
|
1532
1532
|
**/
|
|
1533
|
-
OutputBufferTooSmall: GenericPalletError
|
|
1533
|
+
OutputBufferTooSmall: GenericPalletError;
|
|
1534
1534
|
|
|
1535
1535
|
/**
|
|
1536
1536
|
* Performing the requested transfer failed. Probably because there isn't enough
|
|
1537
1537
|
* free balance in the sender's account.
|
|
1538
1538
|
**/
|
|
1539
|
-
TransferFailed: GenericPalletError
|
|
1539
|
+
TransferFailed: GenericPalletError;
|
|
1540
1540
|
|
|
1541
1541
|
/**
|
|
1542
1542
|
* Performing a call was denied because the calling depth reached the limit
|
|
1543
1543
|
* of what is specified in the schedule.
|
|
1544
1544
|
**/
|
|
1545
|
-
MaxCallDepthReached: GenericPalletError
|
|
1545
|
+
MaxCallDepthReached: GenericPalletError;
|
|
1546
1546
|
|
|
1547
1547
|
/**
|
|
1548
1548
|
* No contract was found at the specified address.
|
|
1549
1549
|
**/
|
|
1550
|
-
ContractNotFound: GenericPalletError
|
|
1550
|
+
ContractNotFound: GenericPalletError;
|
|
1551
1551
|
|
|
1552
1552
|
/**
|
|
1553
1553
|
* The code supplied to `instantiate_with_code` exceeds the limit specified in the
|
|
1554
1554
|
* current schedule.
|
|
1555
1555
|
**/
|
|
1556
|
-
CodeTooLarge: GenericPalletError
|
|
1556
|
+
CodeTooLarge: GenericPalletError;
|
|
1557
1557
|
|
|
1558
1558
|
/**
|
|
1559
1559
|
* No code could be found at the supplied code hash.
|
|
1560
1560
|
**/
|
|
1561
|
-
CodeNotFound: GenericPalletError
|
|
1561
|
+
CodeNotFound: GenericPalletError;
|
|
1562
1562
|
|
|
1563
1563
|
/**
|
|
1564
1564
|
* No code info could be found at the supplied code hash.
|
|
1565
1565
|
**/
|
|
1566
|
-
CodeInfoNotFound: GenericPalletError
|
|
1566
|
+
CodeInfoNotFound: GenericPalletError;
|
|
1567
1567
|
|
|
1568
1568
|
/**
|
|
1569
1569
|
* A buffer outside of sandbox memory was passed to a contract API function.
|
|
1570
1570
|
**/
|
|
1571
|
-
OutOfBounds: GenericPalletError
|
|
1571
|
+
OutOfBounds: GenericPalletError;
|
|
1572
1572
|
|
|
1573
1573
|
/**
|
|
1574
1574
|
* Input passed to a contract API function failed to decode as expected type.
|
|
1575
1575
|
**/
|
|
1576
|
-
DecodingFailed: GenericPalletError
|
|
1576
|
+
DecodingFailed: GenericPalletError;
|
|
1577
1577
|
|
|
1578
1578
|
/**
|
|
1579
1579
|
* Contract trapped during execution.
|
|
1580
1580
|
**/
|
|
1581
|
-
ContractTrapped: GenericPalletError
|
|
1581
|
+
ContractTrapped: GenericPalletError;
|
|
1582
1582
|
|
|
1583
1583
|
/**
|
|
1584
1584
|
* The size defined in `T::MaxValueSize` was exceeded.
|
|
1585
1585
|
**/
|
|
1586
|
-
ValueTooLarge: GenericPalletError
|
|
1586
|
+
ValueTooLarge: GenericPalletError;
|
|
1587
1587
|
|
|
1588
1588
|
/**
|
|
1589
1589
|
* Termination of a contract is not allowed while the contract is already
|
|
1590
1590
|
* on the call stack. Can be triggered by `seal_terminate`.
|
|
1591
1591
|
**/
|
|
1592
|
-
TerminatedWhileReentrant: GenericPalletError
|
|
1592
|
+
TerminatedWhileReentrant: GenericPalletError;
|
|
1593
1593
|
|
|
1594
1594
|
/**
|
|
1595
1595
|
* `seal_call` forwarded this contracts input. It therefore is no longer available.
|
|
1596
1596
|
**/
|
|
1597
|
-
InputForwarded: GenericPalletError
|
|
1597
|
+
InputForwarded: GenericPalletError;
|
|
1598
1598
|
|
|
1599
1599
|
/**
|
|
1600
1600
|
* The subject passed to `seal_random` exceeds the limit.
|
|
1601
1601
|
**/
|
|
1602
|
-
RandomSubjectTooLong: GenericPalletError
|
|
1602
|
+
RandomSubjectTooLong: GenericPalletError;
|
|
1603
1603
|
|
|
1604
1604
|
/**
|
|
1605
1605
|
* The amount of topics passed to `seal_deposit_events` exceeds the limit.
|
|
1606
1606
|
**/
|
|
1607
|
-
TooManyTopics: GenericPalletError
|
|
1607
|
+
TooManyTopics: GenericPalletError;
|
|
1608
1608
|
|
|
1609
1609
|
/**
|
|
1610
1610
|
* The chain does not provide a chain extension. Calling the chain extension results
|
|
1611
1611
|
* in this error. Note that this usually shouldn't happen as deploying such contracts
|
|
1612
1612
|
* is rejected.
|
|
1613
1613
|
**/
|
|
1614
|
-
NoChainExtension: GenericPalletError
|
|
1614
|
+
NoChainExtension: GenericPalletError;
|
|
1615
1615
|
|
|
1616
1616
|
/**
|
|
1617
1617
|
* Failed to decode the XCM program.
|
|
1618
1618
|
**/
|
|
1619
|
-
XcmDecodeFailed: GenericPalletError
|
|
1619
|
+
XcmDecodeFailed: GenericPalletError;
|
|
1620
1620
|
|
|
1621
1621
|
/**
|
|
1622
1622
|
* A contract with the same AccountId already exists.
|
|
1623
1623
|
**/
|
|
1624
|
-
DuplicateContract: GenericPalletError
|
|
1624
|
+
DuplicateContract: GenericPalletError;
|
|
1625
1625
|
|
|
1626
1626
|
/**
|
|
1627
1627
|
* A contract self destructed in its constructor.
|
|
1628
1628
|
*
|
|
1629
1629
|
* This can be triggered by a call to `seal_terminate`.
|
|
1630
1630
|
**/
|
|
1631
|
-
TerminatedInConstructor: GenericPalletError
|
|
1631
|
+
TerminatedInConstructor: GenericPalletError;
|
|
1632
1632
|
|
|
1633
1633
|
/**
|
|
1634
1634
|
* A call tried to invoke a contract that is flagged as non-reentrant.
|
|
@@ -1636,27 +1636,27 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1636
1636
|
* into `pallet-contracts`. This would make the whole pallet reentrant with regard to
|
|
1637
1637
|
* contract code execution which is not supported.
|
|
1638
1638
|
**/
|
|
1639
|
-
ReentranceDenied: GenericPalletError
|
|
1639
|
+
ReentranceDenied: GenericPalletError;
|
|
1640
1640
|
|
|
1641
1641
|
/**
|
|
1642
1642
|
* A contract attempted to invoke a state modifying API while being in read-only mode.
|
|
1643
1643
|
**/
|
|
1644
|
-
StateChangeDenied: GenericPalletError
|
|
1644
|
+
StateChangeDenied: GenericPalletError;
|
|
1645
1645
|
|
|
1646
1646
|
/**
|
|
1647
1647
|
* Origin doesn't have enough balance to pay the required storage deposits.
|
|
1648
1648
|
**/
|
|
1649
|
-
StorageDepositNotEnoughFunds: GenericPalletError
|
|
1649
|
+
StorageDepositNotEnoughFunds: GenericPalletError;
|
|
1650
1650
|
|
|
1651
1651
|
/**
|
|
1652
1652
|
* More storage was created than allowed by the storage deposit limit.
|
|
1653
1653
|
**/
|
|
1654
|
-
StorageDepositLimitExhausted: GenericPalletError
|
|
1654
|
+
StorageDepositLimitExhausted: GenericPalletError;
|
|
1655
1655
|
|
|
1656
1656
|
/**
|
|
1657
1657
|
* Code removal was denied because the code is still in use by at least one contract.
|
|
1658
1658
|
**/
|
|
1659
|
-
CodeInUse: GenericPalletError
|
|
1659
|
+
CodeInUse: GenericPalletError;
|
|
1660
1660
|
|
|
1661
1661
|
/**
|
|
1662
1662
|
* The contract ran to completion but decided to revert its storage changes.
|
|
@@ -1664,7 +1664,7 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1664
1664
|
* or via RPC an `Ok` will be returned. In this case the caller needs to inspect the flags
|
|
1665
1665
|
* to determine whether a reversion has taken place.
|
|
1666
1666
|
**/
|
|
1667
|
-
ContractReverted: GenericPalletError
|
|
1667
|
+
ContractReverted: GenericPalletError;
|
|
1668
1668
|
|
|
1669
1669
|
/**
|
|
1670
1670
|
* The contract's code was found to be invalid during validation.
|
|
@@ -1676,52 +1676,52 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1676
1676
|
* A more detailed error can be found on the node console if debug messages are enabled
|
|
1677
1677
|
* by supplying `-lruntime::contracts=debug`.
|
|
1678
1678
|
**/
|
|
1679
|
-
CodeRejected: GenericPalletError
|
|
1679
|
+
CodeRejected: GenericPalletError;
|
|
1680
1680
|
|
|
1681
1681
|
/**
|
|
1682
1682
|
* An indeterministic code was used in a context where this is not permitted.
|
|
1683
1683
|
**/
|
|
1684
|
-
Indeterministic: GenericPalletError
|
|
1684
|
+
Indeterministic: GenericPalletError;
|
|
1685
1685
|
|
|
1686
1686
|
/**
|
|
1687
1687
|
* A pending migration needs to complete before the extrinsic can be called.
|
|
1688
1688
|
**/
|
|
1689
|
-
MigrationInProgress: GenericPalletError
|
|
1689
|
+
MigrationInProgress: GenericPalletError;
|
|
1690
1690
|
|
|
1691
1691
|
/**
|
|
1692
1692
|
* Migrate dispatch call was attempted but no migration was performed.
|
|
1693
1693
|
**/
|
|
1694
|
-
NoMigrationPerformed: GenericPalletError
|
|
1694
|
+
NoMigrationPerformed: GenericPalletError;
|
|
1695
1695
|
|
|
1696
1696
|
/**
|
|
1697
1697
|
* The contract has reached its maximum number of delegate dependencies.
|
|
1698
1698
|
**/
|
|
1699
|
-
MaxDelegateDependenciesReached: GenericPalletError
|
|
1699
|
+
MaxDelegateDependenciesReached: GenericPalletError;
|
|
1700
1700
|
|
|
1701
1701
|
/**
|
|
1702
1702
|
* The dependency was not found in the contract's delegate dependencies.
|
|
1703
1703
|
**/
|
|
1704
|
-
DelegateDependencyNotFound: GenericPalletError
|
|
1704
|
+
DelegateDependencyNotFound: GenericPalletError;
|
|
1705
1705
|
|
|
1706
1706
|
/**
|
|
1707
1707
|
* The contract already depends on the given delegate dependency.
|
|
1708
1708
|
**/
|
|
1709
|
-
DelegateDependencyAlreadyExists: GenericPalletError
|
|
1709
|
+
DelegateDependencyAlreadyExists: GenericPalletError;
|
|
1710
1710
|
|
|
1711
1711
|
/**
|
|
1712
1712
|
* Can not add a delegate dependency to the code hash of the contract itself.
|
|
1713
1713
|
**/
|
|
1714
|
-
CannotAddSelfAsDelegateDependency: GenericPalletError
|
|
1714
|
+
CannotAddSelfAsDelegateDependency: GenericPalletError;
|
|
1715
1715
|
|
|
1716
1716
|
/**
|
|
1717
1717
|
* Can not add more data to transient storage.
|
|
1718
1718
|
**/
|
|
1719
|
-
OutOfTransientStorage: GenericPalletError
|
|
1719
|
+
OutOfTransientStorage: GenericPalletError;
|
|
1720
1720
|
|
|
1721
1721
|
/**
|
|
1722
1722
|
* Generic pallet error
|
|
1723
1723
|
**/
|
|
1724
|
-
[error: string]: GenericPalletError
|
|
1724
|
+
[error: string]: GenericPalletError;
|
|
1725
1725
|
};
|
|
1726
1726
|
/**
|
|
1727
1727
|
* Pallet `Preimage`'s errors
|
|
@@ -1730,47 +1730,47 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1730
1730
|
/**
|
|
1731
1731
|
* Preimage is too large to store on-chain.
|
|
1732
1732
|
**/
|
|
1733
|
-
TooBig: GenericPalletError
|
|
1733
|
+
TooBig: GenericPalletError;
|
|
1734
1734
|
|
|
1735
1735
|
/**
|
|
1736
1736
|
* Preimage has already been noted on-chain.
|
|
1737
1737
|
**/
|
|
1738
|
-
AlreadyNoted: GenericPalletError
|
|
1738
|
+
AlreadyNoted: GenericPalletError;
|
|
1739
1739
|
|
|
1740
1740
|
/**
|
|
1741
1741
|
* The user is not authorized to perform this action.
|
|
1742
1742
|
**/
|
|
1743
|
-
NotAuthorized: GenericPalletError
|
|
1743
|
+
NotAuthorized: GenericPalletError;
|
|
1744
1744
|
|
|
1745
1745
|
/**
|
|
1746
1746
|
* The preimage cannot be removed since it has not yet been noted.
|
|
1747
1747
|
**/
|
|
1748
|
-
NotNoted: GenericPalletError
|
|
1748
|
+
NotNoted: GenericPalletError;
|
|
1749
1749
|
|
|
1750
1750
|
/**
|
|
1751
1751
|
* A preimage may not be removed when there are outstanding requests.
|
|
1752
1752
|
**/
|
|
1753
|
-
Requested: GenericPalletError
|
|
1753
|
+
Requested: GenericPalletError;
|
|
1754
1754
|
|
|
1755
1755
|
/**
|
|
1756
1756
|
* The preimage request cannot be removed since no outstanding requests exist.
|
|
1757
1757
|
**/
|
|
1758
|
-
NotRequested: GenericPalletError
|
|
1758
|
+
NotRequested: GenericPalletError;
|
|
1759
1759
|
|
|
1760
1760
|
/**
|
|
1761
1761
|
* More than `MAX_HASH_UPGRADE_BULK_COUNT` hashes were requested to be upgraded at once.
|
|
1762
1762
|
**/
|
|
1763
|
-
TooMany: GenericPalletError
|
|
1763
|
+
TooMany: GenericPalletError;
|
|
1764
1764
|
|
|
1765
1765
|
/**
|
|
1766
1766
|
* Too few hashes were requested to be upgraded (i.e. zero).
|
|
1767
1767
|
**/
|
|
1768
|
-
TooFew: GenericPalletError
|
|
1768
|
+
TooFew: GenericPalletError;
|
|
1769
1769
|
|
|
1770
1770
|
/**
|
|
1771
1771
|
* Generic pallet error
|
|
1772
1772
|
**/
|
|
1773
|
-
[error: string]: GenericPalletError
|
|
1773
|
+
[error: string]: GenericPalletError;
|
|
1774
1774
|
};
|
|
1775
1775
|
/**
|
|
1776
1776
|
* Pallet `Sudo`'s errors
|
|
@@ -1779,12 +1779,12 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1779
1779
|
/**
|
|
1780
1780
|
* Sender must be the Sudo account.
|
|
1781
1781
|
**/
|
|
1782
|
-
RequireSudo: GenericPalletError
|
|
1782
|
+
RequireSudo: GenericPalletError;
|
|
1783
1783
|
|
|
1784
1784
|
/**
|
|
1785
1785
|
* Generic pallet error
|
|
1786
1786
|
**/
|
|
1787
|
-
[error: string]: GenericPalletError
|
|
1787
|
+
[error: string]: GenericPalletError;
|
|
1788
1788
|
};
|
|
1789
1789
|
/**
|
|
1790
1790
|
* Pallet `CouncilMembership`'s errors
|
|
@@ -1793,22 +1793,22 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1793
1793
|
/**
|
|
1794
1794
|
* Already a member.
|
|
1795
1795
|
**/
|
|
1796
|
-
AlreadyMember: GenericPalletError
|
|
1796
|
+
AlreadyMember: GenericPalletError;
|
|
1797
1797
|
|
|
1798
1798
|
/**
|
|
1799
1799
|
* Not a member.
|
|
1800
1800
|
**/
|
|
1801
|
-
NotMember: GenericPalletError
|
|
1801
|
+
NotMember: GenericPalletError;
|
|
1802
1802
|
|
|
1803
1803
|
/**
|
|
1804
1804
|
* Too many members.
|
|
1805
1805
|
**/
|
|
1806
|
-
TooManyMembers: GenericPalletError
|
|
1806
|
+
TooManyMembers: GenericPalletError;
|
|
1807
1807
|
|
|
1808
1808
|
/**
|
|
1809
1809
|
* Generic pallet error
|
|
1810
1810
|
**/
|
|
1811
|
-
[error: string]: GenericPalletError
|
|
1811
|
+
[error: string]: GenericPalletError;
|
|
1812
1812
|
};
|
|
1813
1813
|
/**
|
|
1814
1814
|
* Pallet `TechnicalCommitteeMembership`'s errors
|
|
@@ -1817,22 +1817,22 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1817
1817
|
/**
|
|
1818
1818
|
* Already a member.
|
|
1819
1819
|
**/
|
|
1820
|
-
AlreadyMember: GenericPalletError
|
|
1820
|
+
AlreadyMember: GenericPalletError;
|
|
1821
1821
|
|
|
1822
1822
|
/**
|
|
1823
1823
|
* Not a member.
|
|
1824
1824
|
**/
|
|
1825
|
-
NotMember: GenericPalletError
|
|
1825
|
+
NotMember: GenericPalletError;
|
|
1826
1826
|
|
|
1827
1827
|
/**
|
|
1828
1828
|
* Too many members.
|
|
1829
1829
|
**/
|
|
1830
|
-
TooManyMembers: GenericPalletError
|
|
1830
|
+
TooManyMembers: GenericPalletError;
|
|
1831
1831
|
|
|
1832
1832
|
/**
|
|
1833
1833
|
* Generic pallet error
|
|
1834
1834
|
**/
|
|
1835
|
-
[error: string]: GenericPalletError
|
|
1835
|
+
[error: string]: GenericPalletError;
|
|
1836
1836
|
};
|
|
1837
1837
|
/**
|
|
1838
1838
|
* Pallet `CommunityCouncilMembership`'s errors
|
|
@@ -1841,22 +1841,22 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1841
1841
|
/**
|
|
1842
1842
|
* Already a member.
|
|
1843
1843
|
**/
|
|
1844
|
-
AlreadyMember: GenericPalletError
|
|
1844
|
+
AlreadyMember: GenericPalletError;
|
|
1845
1845
|
|
|
1846
1846
|
/**
|
|
1847
1847
|
* Not a member.
|
|
1848
1848
|
**/
|
|
1849
|
-
NotMember: GenericPalletError
|
|
1849
|
+
NotMember: GenericPalletError;
|
|
1850
1850
|
|
|
1851
1851
|
/**
|
|
1852
1852
|
* Too many members.
|
|
1853
1853
|
**/
|
|
1854
|
-
TooManyMembers: GenericPalletError
|
|
1854
|
+
TooManyMembers: GenericPalletError;
|
|
1855
1855
|
|
|
1856
1856
|
/**
|
|
1857
1857
|
* Generic pallet error
|
|
1858
1858
|
**/
|
|
1859
|
-
[error: string]: GenericPalletError
|
|
1859
|
+
[error: string]: GenericPalletError;
|
|
1860
1860
|
};
|
|
1861
1861
|
/**
|
|
1862
1862
|
* Pallet `Council`'s errors
|
|
@@ -1865,67 +1865,67 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1865
1865
|
/**
|
|
1866
1866
|
* Account is not a member
|
|
1867
1867
|
**/
|
|
1868
|
-
NotMember: GenericPalletError
|
|
1868
|
+
NotMember: GenericPalletError;
|
|
1869
1869
|
|
|
1870
1870
|
/**
|
|
1871
1871
|
* Duplicate proposals not allowed
|
|
1872
1872
|
**/
|
|
1873
|
-
DuplicateProposal: GenericPalletError
|
|
1873
|
+
DuplicateProposal: GenericPalletError;
|
|
1874
1874
|
|
|
1875
1875
|
/**
|
|
1876
1876
|
* Proposal must exist
|
|
1877
1877
|
**/
|
|
1878
|
-
ProposalMissing: GenericPalletError
|
|
1878
|
+
ProposalMissing: GenericPalletError;
|
|
1879
1879
|
|
|
1880
1880
|
/**
|
|
1881
1881
|
* Mismatched index
|
|
1882
1882
|
**/
|
|
1883
|
-
WrongIndex: GenericPalletError
|
|
1883
|
+
WrongIndex: GenericPalletError;
|
|
1884
1884
|
|
|
1885
1885
|
/**
|
|
1886
1886
|
* Duplicate vote ignored
|
|
1887
1887
|
**/
|
|
1888
|
-
DuplicateVote: GenericPalletError
|
|
1888
|
+
DuplicateVote: GenericPalletError;
|
|
1889
1889
|
|
|
1890
1890
|
/**
|
|
1891
1891
|
* Members are already initialized!
|
|
1892
1892
|
**/
|
|
1893
|
-
AlreadyInitialized: GenericPalletError
|
|
1893
|
+
AlreadyInitialized: GenericPalletError;
|
|
1894
1894
|
|
|
1895
1895
|
/**
|
|
1896
1896
|
* The close call was made too early, before the end of the voting.
|
|
1897
1897
|
**/
|
|
1898
|
-
TooEarly: GenericPalletError
|
|
1898
|
+
TooEarly: GenericPalletError;
|
|
1899
1899
|
|
|
1900
1900
|
/**
|
|
1901
1901
|
* There can only be a maximum of `MaxProposals` active proposals.
|
|
1902
1902
|
**/
|
|
1903
|
-
TooManyProposals: GenericPalletError
|
|
1903
|
+
TooManyProposals: GenericPalletError;
|
|
1904
1904
|
|
|
1905
1905
|
/**
|
|
1906
1906
|
* The given weight bound for the proposal was too low.
|
|
1907
1907
|
**/
|
|
1908
|
-
WrongProposalWeight: GenericPalletError
|
|
1908
|
+
WrongProposalWeight: GenericPalletError;
|
|
1909
1909
|
|
|
1910
1910
|
/**
|
|
1911
1911
|
* The given length bound for the proposal was too low.
|
|
1912
1912
|
**/
|
|
1913
|
-
WrongProposalLength: GenericPalletError
|
|
1913
|
+
WrongProposalLength: GenericPalletError;
|
|
1914
1914
|
|
|
1915
1915
|
/**
|
|
1916
1916
|
* Prime account is not a member
|
|
1917
1917
|
**/
|
|
1918
|
-
PrimeAccountNotMember: GenericPalletError
|
|
1918
|
+
PrimeAccountNotMember: GenericPalletError;
|
|
1919
1919
|
|
|
1920
1920
|
/**
|
|
1921
1921
|
* Proposal is still active.
|
|
1922
1922
|
**/
|
|
1923
|
-
ProposalActive: GenericPalletError
|
|
1923
|
+
ProposalActive: GenericPalletError;
|
|
1924
1924
|
|
|
1925
1925
|
/**
|
|
1926
1926
|
* Generic pallet error
|
|
1927
1927
|
**/
|
|
1928
|
-
[error: string]: GenericPalletError
|
|
1928
|
+
[error: string]: GenericPalletError;
|
|
1929
1929
|
};
|
|
1930
1930
|
/**
|
|
1931
1931
|
* Pallet `TechnicalCommittee`'s errors
|
|
@@ -1934,67 +1934,67 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
1934
1934
|
/**
|
|
1935
1935
|
* Account is not a member
|
|
1936
1936
|
**/
|
|
1937
|
-
NotMember: GenericPalletError
|
|
1937
|
+
NotMember: GenericPalletError;
|
|
1938
1938
|
|
|
1939
1939
|
/**
|
|
1940
1940
|
* Duplicate proposals not allowed
|
|
1941
1941
|
**/
|
|
1942
|
-
DuplicateProposal: GenericPalletError
|
|
1942
|
+
DuplicateProposal: GenericPalletError;
|
|
1943
1943
|
|
|
1944
1944
|
/**
|
|
1945
1945
|
* Proposal must exist
|
|
1946
1946
|
**/
|
|
1947
|
-
ProposalMissing: GenericPalletError
|
|
1947
|
+
ProposalMissing: GenericPalletError;
|
|
1948
1948
|
|
|
1949
1949
|
/**
|
|
1950
1950
|
* Mismatched index
|
|
1951
1951
|
**/
|
|
1952
|
-
WrongIndex: GenericPalletError
|
|
1952
|
+
WrongIndex: GenericPalletError;
|
|
1953
1953
|
|
|
1954
1954
|
/**
|
|
1955
1955
|
* Duplicate vote ignored
|
|
1956
1956
|
**/
|
|
1957
|
-
DuplicateVote: GenericPalletError
|
|
1957
|
+
DuplicateVote: GenericPalletError;
|
|
1958
1958
|
|
|
1959
1959
|
/**
|
|
1960
1960
|
* Members are already initialized!
|
|
1961
1961
|
**/
|
|
1962
|
-
AlreadyInitialized: GenericPalletError
|
|
1962
|
+
AlreadyInitialized: GenericPalletError;
|
|
1963
1963
|
|
|
1964
1964
|
/**
|
|
1965
1965
|
* The close call was made too early, before the end of the voting.
|
|
1966
1966
|
**/
|
|
1967
|
-
TooEarly: GenericPalletError
|
|
1967
|
+
TooEarly: GenericPalletError;
|
|
1968
1968
|
|
|
1969
1969
|
/**
|
|
1970
1970
|
* There can only be a maximum of `MaxProposals` active proposals.
|
|
1971
1971
|
**/
|
|
1972
|
-
TooManyProposals: GenericPalletError
|
|
1972
|
+
TooManyProposals: GenericPalletError;
|
|
1973
1973
|
|
|
1974
1974
|
/**
|
|
1975
1975
|
* The given weight bound for the proposal was too low.
|
|
1976
1976
|
**/
|
|
1977
|
-
WrongProposalWeight: GenericPalletError
|
|
1977
|
+
WrongProposalWeight: GenericPalletError;
|
|
1978
1978
|
|
|
1979
1979
|
/**
|
|
1980
1980
|
* The given length bound for the proposal was too low.
|
|
1981
1981
|
**/
|
|
1982
|
-
WrongProposalLength: GenericPalletError
|
|
1982
|
+
WrongProposalLength: GenericPalletError;
|
|
1983
1983
|
|
|
1984
1984
|
/**
|
|
1985
1985
|
* Prime account is not a member
|
|
1986
1986
|
**/
|
|
1987
|
-
PrimeAccountNotMember: GenericPalletError
|
|
1987
|
+
PrimeAccountNotMember: GenericPalletError;
|
|
1988
1988
|
|
|
1989
1989
|
/**
|
|
1990
1990
|
* Proposal is still active.
|
|
1991
1991
|
**/
|
|
1992
|
-
ProposalActive: GenericPalletError
|
|
1992
|
+
ProposalActive: GenericPalletError;
|
|
1993
1993
|
|
|
1994
1994
|
/**
|
|
1995
1995
|
* Generic pallet error
|
|
1996
1996
|
**/
|
|
1997
|
-
[error: string]: GenericPalletError
|
|
1997
|
+
[error: string]: GenericPalletError;
|
|
1998
1998
|
};
|
|
1999
1999
|
/**
|
|
2000
2000
|
* Pallet `CommunityCouncil`'s errors
|
|
@@ -2003,67 +2003,67 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
2003
2003
|
/**
|
|
2004
2004
|
* Account is not a member
|
|
2005
2005
|
**/
|
|
2006
|
-
NotMember: GenericPalletError
|
|
2006
|
+
NotMember: GenericPalletError;
|
|
2007
2007
|
|
|
2008
2008
|
/**
|
|
2009
2009
|
* Duplicate proposals not allowed
|
|
2010
2010
|
**/
|
|
2011
|
-
DuplicateProposal: GenericPalletError
|
|
2011
|
+
DuplicateProposal: GenericPalletError;
|
|
2012
2012
|
|
|
2013
2013
|
/**
|
|
2014
2014
|
* Proposal must exist
|
|
2015
2015
|
**/
|
|
2016
|
-
ProposalMissing: GenericPalletError
|
|
2016
|
+
ProposalMissing: GenericPalletError;
|
|
2017
2017
|
|
|
2018
2018
|
/**
|
|
2019
2019
|
* Mismatched index
|
|
2020
2020
|
**/
|
|
2021
|
-
WrongIndex: GenericPalletError
|
|
2021
|
+
WrongIndex: GenericPalletError;
|
|
2022
2022
|
|
|
2023
2023
|
/**
|
|
2024
2024
|
* Duplicate vote ignored
|
|
2025
2025
|
**/
|
|
2026
|
-
DuplicateVote: GenericPalletError
|
|
2026
|
+
DuplicateVote: GenericPalletError;
|
|
2027
2027
|
|
|
2028
2028
|
/**
|
|
2029
2029
|
* Members are already initialized!
|
|
2030
2030
|
**/
|
|
2031
|
-
AlreadyInitialized: GenericPalletError
|
|
2031
|
+
AlreadyInitialized: GenericPalletError;
|
|
2032
2032
|
|
|
2033
2033
|
/**
|
|
2034
2034
|
* The close call was made too early, before the end of the voting.
|
|
2035
2035
|
**/
|
|
2036
|
-
TooEarly: GenericPalletError
|
|
2036
|
+
TooEarly: GenericPalletError;
|
|
2037
2037
|
|
|
2038
2038
|
/**
|
|
2039
2039
|
* There can only be a maximum of `MaxProposals` active proposals.
|
|
2040
2040
|
**/
|
|
2041
|
-
TooManyProposals: GenericPalletError
|
|
2041
|
+
TooManyProposals: GenericPalletError;
|
|
2042
2042
|
|
|
2043
2043
|
/**
|
|
2044
2044
|
* The given weight bound for the proposal was too low.
|
|
2045
2045
|
**/
|
|
2046
|
-
WrongProposalWeight: GenericPalletError
|
|
2046
|
+
WrongProposalWeight: GenericPalletError;
|
|
2047
2047
|
|
|
2048
2048
|
/**
|
|
2049
2049
|
* The given length bound for the proposal was too low.
|
|
2050
2050
|
**/
|
|
2051
|
-
WrongProposalLength: GenericPalletError
|
|
2051
|
+
WrongProposalLength: GenericPalletError;
|
|
2052
2052
|
|
|
2053
2053
|
/**
|
|
2054
2054
|
* Prime account is not a member
|
|
2055
2055
|
**/
|
|
2056
|
-
PrimeAccountNotMember: GenericPalletError
|
|
2056
|
+
PrimeAccountNotMember: GenericPalletError;
|
|
2057
2057
|
|
|
2058
2058
|
/**
|
|
2059
2059
|
* Proposal is still active.
|
|
2060
2060
|
**/
|
|
2061
|
-
ProposalActive: GenericPalletError
|
|
2061
|
+
ProposalActive: GenericPalletError;
|
|
2062
2062
|
|
|
2063
2063
|
/**
|
|
2064
2064
|
* Generic pallet error
|
|
2065
2065
|
**/
|
|
2066
|
-
[error: string]: GenericPalletError
|
|
2066
|
+
[error: string]: GenericPalletError;
|
|
2067
2067
|
};
|
|
2068
2068
|
/**
|
|
2069
2069
|
* Pallet `Democracy`'s errors
|
|
@@ -2072,128 +2072,128 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
2072
2072
|
/**
|
|
2073
2073
|
* Value too low
|
|
2074
2074
|
**/
|
|
2075
|
-
ValueLow: GenericPalletError
|
|
2075
|
+
ValueLow: GenericPalletError;
|
|
2076
2076
|
|
|
2077
2077
|
/**
|
|
2078
2078
|
* Proposal does not exist
|
|
2079
2079
|
**/
|
|
2080
|
-
ProposalMissing: GenericPalletError
|
|
2080
|
+
ProposalMissing: GenericPalletError;
|
|
2081
2081
|
|
|
2082
2082
|
/**
|
|
2083
2083
|
* Cannot cancel the same proposal twice
|
|
2084
2084
|
**/
|
|
2085
|
-
AlreadyCanceled: GenericPalletError
|
|
2085
|
+
AlreadyCanceled: GenericPalletError;
|
|
2086
2086
|
|
|
2087
2087
|
/**
|
|
2088
2088
|
* Proposal already made
|
|
2089
2089
|
**/
|
|
2090
|
-
DuplicateProposal: GenericPalletError
|
|
2090
|
+
DuplicateProposal: GenericPalletError;
|
|
2091
2091
|
|
|
2092
2092
|
/**
|
|
2093
2093
|
* Proposal still blacklisted
|
|
2094
2094
|
**/
|
|
2095
|
-
ProposalBlacklisted: GenericPalletError
|
|
2095
|
+
ProposalBlacklisted: GenericPalletError;
|
|
2096
2096
|
|
|
2097
2097
|
/**
|
|
2098
2098
|
* Next external proposal not simple majority
|
|
2099
2099
|
**/
|
|
2100
|
-
NotSimpleMajority: GenericPalletError
|
|
2100
|
+
NotSimpleMajority: GenericPalletError;
|
|
2101
2101
|
|
|
2102
2102
|
/**
|
|
2103
2103
|
* Invalid hash
|
|
2104
2104
|
**/
|
|
2105
|
-
InvalidHash: GenericPalletError
|
|
2105
|
+
InvalidHash: GenericPalletError;
|
|
2106
2106
|
|
|
2107
2107
|
/**
|
|
2108
2108
|
* No external proposal
|
|
2109
2109
|
**/
|
|
2110
|
-
NoProposal: GenericPalletError
|
|
2110
|
+
NoProposal: GenericPalletError;
|
|
2111
2111
|
|
|
2112
2112
|
/**
|
|
2113
2113
|
* Identity may not veto a proposal twice
|
|
2114
2114
|
**/
|
|
2115
|
-
AlreadyVetoed: GenericPalletError
|
|
2115
|
+
AlreadyVetoed: GenericPalletError;
|
|
2116
2116
|
|
|
2117
2117
|
/**
|
|
2118
2118
|
* Vote given for invalid referendum
|
|
2119
2119
|
**/
|
|
2120
|
-
ReferendumInvalid: GenericPalletError
|
|
2120
|
+
ReferendumInvalid: GenericPalletError;
|
|
2121
2121
|
|
|
2122
2122
|
/**
|
|
2123
2123
|
* No proposals waiting
|
|
2124
2124
|
**/
|
|
2125
|
-
NoneWaiting: GenericPalletError
|
|
2125
|
+
NoneWaiting: GenericPalletError;
|
|
2126
2126
|
|
|
2127
2127
|
/**
|
|
2128
2128
|
* The given account did not vote on the referendum.
|
|
2129
2129
|
**/
|
|
2130
|
-
NotVoter: GenericPalletError
|
|
2130
|
+
NotVoter: GenericPalletError;
|
|
2131
2131
|
|
|
2132
2132
|
/**
|
|
2133
2133
|
* The actor has no permission to conduct the action.
|
|
2134
2134
|
**/
|
|
2135
|
-
NoPermission: GenericPalletError
|
|
2135
|
+
NoPermission: GenericPalletError;
|
|
2136
2136
|
|
|
2137
2137
|
/**
|
|
2138
2138
|
* The account is already delegating.
|
|
2139
2139
|
**/
|
|
2140
|
-
AlreadyDelegating: GenericPalletError
|
|
2140
|
+
AlreadyDelegating: GenericPalletError;
|
|
2141
2141
|
|
|
2142
2142
|
/**
|
|
2143
2143
|
* Too high a balance was provided that the account cannot afford.
|
|
2144
2144
|
**/
|
|
2145
|
-
InsufficientFunds: GenericPalletError
|
|
2145
|
+
InsufficientFunds: GenericPalletError;
|
|
2146
2146
|
|
|
2147
2147
|
/**
|
|
2148
2148
|
* The account is not currently delegating.
|
|
2149
2149
|
**/
|
|
2150
|
-
NotDelegating: GenericPalletError
|
|
2150
|
+
NotDelegating: GenericPalletError;
|
|
2151
2151
|
|
|
2152
2152
|
/**
|
|
2153
2153
|
* The account currently has votes attached to it and the operation cannot succeed until
|
|
2154
2154
|
* these are removed, either through `unvote` or `reap_vote`.
|
|
2155
2155
|
**/
|
|
2156
|
-
VotesExist: GenericPalletError
|
|
2156
|
+
VotesExist: GenericPalletError;
|
|
2157
2157
|
|
|
2158
2158
|
/**
|
|
2159
2159
|
* The instant referendum origin is currently disallowed.
|
|
2160
2160
|
**/
|
|
2161
|
-
InstantNotAllowed: GenericPalletError
|
|
2161
|
+
InstantNotAllowed: GenericPalletError;
|
|
2162
2162
|
|
|
2163
2163
|
/**
|
|
2164
2164
|
* Delegation to oneself makes no sense.
|
|
2165
2165
|
**/
|
|
2166
|
-
Nonsense: GenericPalletError
|
|
2166
|
+
Nonsense: GenericPalletError;
|
|
2167
2167
|
|
|
2168
2168
|
/**
|
|
2169
2169
|
* Invalid upper bound.
|
|
2170
2170
|
**/
|
|
2171
|
-
WrongUpperBound: GenericPalletError
|
|
2171
|
+
WrongUpperBound: GenericPalletError;
|
|
2172
2172
|
|
|
2173
2173
|
/**
|
|
2174
2174
|
* Maximum number of votes reached.
|
|
2175
2175
|
**/
|
|
2176
|
-
MaxVotesReached: GenericPalletError
|
|
2176
|
+
MaxVotesReached: GenericPalletError;
|
|
2177
2177
|
|
|
2178
2178
|
/**
|
|
2179
2179
|
* Maximum number of items reached.
|
|
2180
2180
|
**/
|
|
2181
|
-
TooMany: GenericPalletError
|
|
2181
|
+
TooMany: GenericPalletError;
|
|
2182
2182
|
|
|
2183
2183
|
/**
|
|
2184
2184
|
* Voting period too low
|
|
2185
2185
|
**/
|
|
2186
|
-
VotingPeriodLow: GenericPalletError
|
|
2186
|
+
VotingPeriodLow: GenericPalletError;
|
|
2187
2187
|
|
|
2188
2188
|
/**
|
|
2189
2189
|
* The preimage does not exist.
|
|
2190
2190
|
**/
|
|
2191
|
-
PreimageNotExist: GenericPalletError
|
|
2191
|
+
PreimageNotExist: GenericPalletError;
|
|
2192
2192
|
|
|
2193
2193
|
/**
|
|
2194
2194
|
* Generic pallet error
|
|
2195
2195
|
**/
|
|
2196
|
-
[error: string]: GenericPalletError
|
|
2196
|
+
[error: string]: GenericPalletError;
|
|
2197
2197
|
};
|
|
2198
2198
|
/**
|
|
2199
2199
|
* Pallet `Treasury`'s errors
|
|
@@ -2202,33 +2202,33 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
2202
2202
|
/**
|
|
2203
2203
|
* Proposer's balance is too low.
|
|
2204
2204
|
**/
|
|
2205
|
-
InsufficientProposersBalance: GenericPalletError
|
|
2205
|
+
InsufficientProposersBalance: GenericPalletError;
|
|
2206
2206
|
|
|
2207
2207
|
/**
|
|
2208
2208
|
* No proposal, bounty or spend at that index.
|
|
2209
2209
|
**/
|
|
2210
|
-
InvalidIndex: GenericPalletError
|
|
2210
|
+
InvalidIndex: GenericPalletError;
|
|
2211
2211
|
|
|
2212
2212
|
/**
|
|
2213
2213
|
* Too many approvals in the queue.
|
|
2214
2214
|
**/
|
|
2215
|
-
TooManyApprovals: GenericPalletError
|
|
2215
|
+
TooManyApprovals: GenericPalletError;
|
|
2216
2216
|
|
|
2217
2217
|
/**
|
|
2218
2218
|
* The spend origin is valid but the amount it is allowed to spend is lower than the
|
|
2219
2219
|
* amount to be spent.
|
|
2220
2220
|
**/
|
|
2221
|
-
InsufficientPermission: GenericPalletError
|
|
2221
|
+
InsufficientPermission: GenericPalletError;
|
|
2222
2222
|
|
|
2223
2223
|
/**
|
|
2224
2224
|
* Proposal has not been approved.
|
|
2225
2225
|
**/
|
|
2226
|
-
ProposalNotApproved: GenericPalletError
|
|
2226
|
+
ProposalNotApproved: GenericPalletError;
|
|
2227
2227
|
|
|
2228
2228
|
/**
|
|
2229
2229
|
* Generic pallet error
|
|
2230
2230
|
**/
|
|
2231
|
-
[error: string]: GenericPalletError
|
|
2231
|
+
[error: string]: GenericPalletError;
|
|
2232
2232
|
};
|
|
2233
2233
|
/**
|
|
2234
2234
|
* Pallet `CommunityTreasury`'s errors
|
|
@@ -2237,33 +2237,33 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
2237
2237
|
/**
|
|
2238
2238
|
* Proposer's balance is too low.
|
|
2239
2239
|
**/
|
|
2240
|
-
InsufficientProposersBalance: GenericPalletError
|
|
2240
|
+
InsufficientProposersBalance: GenericPalletError;
|
|
2241
2241
|
|
|
2242
2242
|
/**
|
|
2243
2243
|
* No proposal, bounty or spend at that index.
|
|
2244
2244
|
**/
|
|
2245
|
-
InvalidIndex: GenericPalletError
|
|
2245
|
+
InvalidIndex: GenericPalletError;
|
|
2246
2246
|
|
|
2247
2247
|
/**
|
|
2248
2248
|
* Too many approvals in the queue.
|
|
2249
2249
|
**/
|
|
2250
|
-
TooManyApprovals: GenericPalletError
|
|
2250
|
+
TooManyApprovals: GenericPalletError;
|
|
2251
2251
|
|
|
2252
2252
|
/**
|
|
2253
2253
|
* The spend origin is valid but the amount it is allowed to spend is lower than the
|
|
2254
2254
|
* amount to be spent.
|
|
2255
2255
|
**/
|
|
2256
|
-
InsufficientPermission: GenericPalletError
|
|
2256
|
+
InsufficientPermission: GenericPalletError;
|
|
2257
2257
|
|
|
2258
2258
|
/**
|
|
2259
2259
|
* Proposal has not been approved.
|
|
2260
2260
|
**/
|
|
2261
|
-
ProposalNotApproved: GenericPalletError
|
|
2261
|
+
ProposalNotApproved: GenericPalletError;
|
|
2262
2262
|
|
|
2263
2263
|
/**
|
|
2264
2264
|
* Generic pallet error
|
|
2265
2265
|
**/
|
|
2266
|
-
[error: string]: GenericPalletError
|
|
2266
|
+
[error: string]: GenericPalletError;
|
|
2267
2267
|
};
|
|
2268
2268
|
/**
|
|
2269
2269
|
* Pallet `SafeMode`'s errors
|
|
@@ -2272,42 +2272,42 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
2272
2272
|
/**
|
|
2273
2273
|
* The safe-mode is (already or still) entered.
|
|
2274
2274
|
**/
|
|
2275
|
-
Entered: GenericPalletError
|
|
2275
|
+
Entered: GenericPalletError;
|
|
2276
2276
|
|
|
2277
2277
|
/**
|
|
2278
2278
|
* The safe-mode is (already or still) exited.
|
|
2279
2279
|
**/
|
|
2280
|
-
Exited: GenericPalletError
|
|
2280
|
+
Exited: GenericPalletError;
|
|
2281
2281
|
|
|
2282
2282
|
/**
|
|
2283
2283
|
* This functionality of the pallet is disabled by the configuration.
|
|
2284
2284
|
**/
|
|
2285
|
-
NotConfigured: GenericPalletError
|
|
2285
|
+
NotConfigured: GenericPalletError;
|
|
2286
2286
|
|
|
2287
2287
|
/**
|
|
2288
2288
|
* There is no balance reserved.
|
|
2289
2289
|
**/
|
|
2290
|
-
NoDeposit: GenericPalletError
|
|
2290
|
+
NoDeposit: GenericPalletError;
|
|
2291
2291
|
|
|
2292
2292
|
/**
|
|
2293
2293
|
* The account already has a deposit reserved and can therefore not enter or extend again.
|
|
2294
2294
|
**/
|
|
2295
|
-
AlreadyDeposited: GenericPalletError
|
|
2295
|
+
AlreadyDeposited: GenericPalletError;
|
|
2296
2296
|
|
|
2297
2297
|
/**
|
|
2298
2298
|
* This deposit cannot be released yet.
|
|
2299
2299
|
**/
|
|
2300
|
-
CannotReleaseYet: GenericPalletError
|
|
2300
|
+
CannotReleaseYet: GenericPalletError;
|
|
2301
2301
|
|
|
2302
2302
|
/**
|
|
2303
2303
|
* An error from the underlying `Currency`.
|
|
2304
2304
|
**/
|
|
2305
|
-
CurrencyError: GenericPalletError
|
|
2305
|
+
CurrencyError: GenericPalletError;
|
|
2306
2306
|
|
|
2307
2307
|
/**
|
|
2308
2308
|
* Generic pallet error
|
|
2309
2309
|
**/
|
|
2310
|
-
[error: string]: GenericPalletError
|
|
2310
|
+
[error: string]: GenericPalletError;
|
|
2311
2311
|
};
|
|
2312
2312
|
/**
|
|
2313
2313
|
* Pallet `TxPause`'s errors
|
|
@@ -2316,23 +2316,23 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
2316
2316
|
/**
|
|
2317
2317
|
* The call is paused.
|
|
2318
2318
|
**/
|
|
2319
|
-
IsPaused: GenericPalletError
|
|
2319
|
+
IsPaused: GenericPalletError;
|
|
2320
2320
|
|
|
2321
2321
|
/**
|
|
2322
2322
|
* The call is unpaused.
|
|
2323
2323
|
**/
|
|
2324
|
-
IsUnpaused: GenericPalletError
|
|
2324
|
+
IsUnpaused: GenericPalletError;
|
|
2325
2325
|
|
|
2326
2326
|
/**
|
|
2327
2327
|
* The call is whitelisted and cannot be paused.
|
|
2328
2328
|
**/
|
|
2329
|
-
Unpausable: GenericPalletError
|
|
2330
|
-
NotFound: GenericPalletError
|
|
2329
|
+
Unpausable: GenericPalletError;
|
|
2330
|
+
NotFound: GenericPalletError;
|
|
2331
2331
|
|
|
2332
2332
|
/**
|
|
2333
2333
|
* Generic pallet error
|
|
2334
2334
|
**/
|
|
2335
|
-
[error: string]: GenericPalletError
|
|
2335
|
+
[error: string]: GenericPalletError;
|
|
2336
2336
|
};
|
|
2337
2337
|
/**
|
|
2338
2338
|
* Pallet `MultiBlockMigrations`'s errors
|
|
@@ -2341,11 +2341,11 @@ export interface ChainErrors<Rv extends RpcVersion> extends GenericChainErrors<R
|
|
|
2341
2341
|
/**
|
|
2342
2342
|
* The operation cannot complete since some MBMs are ongoing.
|
|
2343
2343
|
**/
|
|
2344
|
-
Ongoing: GenericPalletError
|
|
2344
|
+
Ongoing: GenericPalletError;
|
|
2345
2345
|
|
|
2346
2346
|
/**
|
|
2347
2347
|
* Generic pallet error
|
|
2348
2348
|
**/
|
|
2349
|
-
[error: string]: GenericPalletError
|
|
2349
|
+
[error: string]: GenericPalletError;
|
|
2350
2350
|
};
|
|
2351
2351
|
}
|