@dedot/chaintypes 0.193.0 → 0.195.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 +13 -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 +13 -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 +13 -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 +14 -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 +13 -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 +14 -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 +13 -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 +13 -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 +14 -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 +15 -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 +14 -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 +14 -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 +13 -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 +14 -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 +13 -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 +14 -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 +14 -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 +13 -17
- package/westend/json-rpc.d.ts +3 -4
- 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 +14 -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 +13 -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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Generated by dedot cli
|
|
2
2
|
|
|
3
|
-
import type { GenericChainEvents, GenericPalletEvent
|
|
3
|
+
import type { GenericChainEvents, GenericPalletEvent } from 'dedot/types';
|
|
4
4
|
import type {
|
|
5
5
|
DispatchError,
|
|
6
6
|
AccountId32,
|
|
@@ -60,7 +60,7 @@ import type {
|
|
|
60
60
|
ParachainsCommonPayVersionedLocatableAccount,
|
|
61
61
|
} from './types.js';
|
|
62
62
|
|
|
63
|
-
export interface ChainEvents
|
|
63
|
+
export interface ChainEvents extends GenericChainEvents {
|
|
64
64
|
/**
|
|
65
65
|
* Pallet `System`'s events
|
|
66
66
|
**/
|
|
@@ -68,18 +68,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
68
68
|
/**
|
|
69
69
|
* An extrinsic completed successfully.
|
|
70
70
|
**/
|
|
71
|
-
ExtrinsicSuccess: GenericPalletEvent<
|
|
72
|
-
Rv,
|
|
73
|
-
'System',
|
|
74
|
-
'ExtrinsicSuccess',
|
|
75
|
-
{ dispatchInfo: FrameSystemDispatchEventInfo }
|
|
76
|
-
>;
|
|
71
|
+
ExtrinsicSuccess: GenericPalletEvent<'System', 'ExtrinsicSuccess', { dispatchInfo: FrameSystemDispatchEventInfo }>;
|
|
77
72
|
|
|
78
73
|
/**
|
|
79
74
|
* An extrinsic failed.
|
|
80
75
|
**/
|
|
81
76
|
ExtrinsicFailed: GenericPalletEvent<
|
|
82
|
-
Rv,
|
|
83
77
|
'System',
|
|
84
78
|
'ExtrinsicFailed',
|
|
85
79
|
{ dispatchError: DispatchError; dispatchInfo: FrameSystemDispatchEventInfo }
|
|
@@ -88,33 +82,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
88
82
|
/**
|
|
89
83
|
* `:code` was updated.
|
|
90
84
|
**/
|
|
91
|
-
CodeUpdated: GenericPalletEvent<
|
|
85
|
+
CodeUpdated: GenericPalletEvent<'System', 'CodeUpdated', null>;
|
|
92
86
|
|
|
93
87
|
/**
|
|
94
88
|
* A new account was created.
|
|
95
89
|
**/
|
|
96
|
-
NewAccount: GenericPalletEvent<
|
|
90
|
+
NewAccount: GenericPalletEvent<'System', 'NewAccount', { account: AccountId32 }>;
|
|
97
91
|
|
|
98
92
|
/**
|
|
99
93
|
* An account was reaped.
|
|
100
94
|
**/
|
|
101
|
-
KilledAccount: GenericPalletEvent<
|
|
95
|
+
KilledAccount: GenericPalletEvent<'System', 'KilledAccount', { account: AccountId32 }>;
|
|
102
96
|
|
|
103
97
|
/**
|
|
104
98
|
* On on-chain remark happened.
|
|
105
99
|
**/
|
|
106
|
-
Remarked: GenericPalletEvent<
|
|
100
|
+
Remarked: GenericPalletEvent<'System', 'Remarked', { sender: AccountId32; hash: H256 }>;
|
|
107
101
|
|
|
108
102
|
/**
|
|
109
103
|
* An upgrade was authorized.
|
|
110
104
|
**/
|
|
111
|
-
UpgradeAuthorized: GenericPalletEvent<
|
|
105
|
+
UpgradeAuthorized: GenericPalletEvent<'System', 'UpgradeAuthorized', { codeHash: H256; checkVersion: boolean }>;
|
|
112
106
|
|
|
113
107
|
/**
|
|
114
108
|
* An invalid authorized upgrade was rejected while trying to apply it.
|
|
115
109
|
**/
|
|
116
110
|
RejectedInvalidAuthorizedUpgrade: GenericPalletEvent<
|
|
117
|
-
Rv,
|
|
118
111
|
'System',
|
|
119
112
|
'RejectedInvalidAuthorizedUpgrade',
|
|
120
113
|
{ codeHash: H256; error: DispatchError }
|
|
@@ -123,7 +116,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
123
116
|
/**
|
|
124
117
|
* Generic pallet event
|
|
125
118
|
**/
|
|
126
|
-
[prop: string]: GenericPalletEvent
|
|
119
|
+
[prop: string]: GenericPalletEvent;
|
|
127
120
|
};
|
|
128
121
|
/**
|
|
129
122
|
* Pallet `ParachainSystem`'s events
|
|
@@ -132,13 +125,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
132
125
|
/**
|
|
133
126
|
* The validation function has been scheduled to apply.
|
|
134
127
|
**/
|
|
135
|
-
ValidationFunctionStored: GenericPalletEvent<
|
|
128
|
+
ValidationFunctionStored: GenericPalletEvent<'ParachainSystem', 'ValidationFunctionStored', null>;
|
|
136
129
|
|
|
137
130
|
/**
|
|
138
131
|
* The validation function was applied as of the contained relay chain block number.
|
|
139
132
|
**/
|
|
140
133
|
ValidationFunctionApplied: GenericPalletEvent<
|
|
141
|
-
Rv,
|
|
142
134
|
'ParachainSystem',
|
|
143
135
|
'ValidationFunctionApplied',
|
|
144
136
|
{ relayChainBlockNum: number }
|
|
@@ -147,18 +139,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
147
139
|
/**
|
|
148
140
|
* The relay-chain aborted the upgrade process.
|
|
149
141
|
**/
|
|
150
|
-
ValidationFunctionDiscarded: GenericPalletEvent<
|
|
142
|
+
ValidationFunctionDiscarded: GenericPalletEvent<'ParachainSystem', 'ValidationFunctionDiscarded', null>;
|
|
151
143
|
|
|
152
144
|
/**
|
|
153
145
|
* Some downward messages have been received and will be processed.
|
|
154
146
|
**/
|
|
155
|
-
DownwardMessagesReceived: GenericPalletEvent<
|
|
147
|
+
DownwardMessagesReceived: GenericPalletEvent<'ParachainSystem', 'DownwardMessagesReceived', { count: number }>;
|
|
156
148
|
|
|
157
149
|
/**
|
|
158
150
|
* Downward messages were processed using the given weight.
|
|
159
151
|
**/
|
|
160
152
|
DownwardMessagesProcessed: GenericPalletEvent<
|
|
161
|
-
Rv,
|
|
162
153
|
'ParachainSystem',
|
|
163
154
|
'DownwardMessagesProcessed',
|
|
164
155
|
{ weightUsed: SpWeightsWeightV2Weight; dmqHead: H256 }
|
|
@@ -168,7 +159,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
168
159
|
* An upward message was sent to the relay chain.
|
|
169
160
|
**/
|
|
170
161
|
UpwardMessageSent: GenericPalletEvent<
|
|
171
|
-
Rv,
|
|
172
162
|
'ParachainSystem',
|
|
173
163
|
'UpwardMessageSent',
|
|
174
164
|
{ messageHash?: FixedBytes<32> | undefined }
|
|
@@ -177,7 +167,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
177
167
|
/**
|
|
178
168
|
* Generic pallet event
|
|
179
169
|
**/
|
|
180
|
-
[prop: string]: GenericPalletEvent
|
|
170
|
+
[prop: string]: GenericPalletEvent;
|
|
181
171
|
};
|
|
182
172
|
/**
|
|
183
173
|
* Pallet `MultiBlockMigrations`'s events
|
|
@@ -189,7 +179,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
189
179
|
* Its end is indicated by `UpgradeCompleted` or `UpgradeFailed`.
|
|
190
180
|
**/
|
|
191
181
|
UpgradeStarted: GenericPalletEvent<
|
|
192
|
-
Rv,
|
|
193
182
|
'MultiBlockMigrations',
|
|
194
183
|
'UpgradeStarted',
|
|
195
184
|
{
|
|
@@ -208,20 +197,19 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
208
197
|
*
|
|
209
198
|
* This implies that all of its migrations completed successfully as well.
|
|
210
199
|
**/
|
|
211
|
-
UpgradeCompleted: GenericPalletEvent<
|
|
200
|
+
UpgradeCompleted: GenericPalletEvent<'MultiBlockMigrations', 'UpgradeCompleted', null>;
|
|
212
201
|
|
|
213
202
|
/**
|
|
214
203
|
* Runtime upgrade failed.
|
|
215
204
|
*
|
|
216
205
|
* This is very bad and will require governance intervention.
|
|
217
206
|
**/
|
|
218
|
-
UpgradeFailed: GenericPalletEvent<
|
|
207
|
+
UpgradeFailed: GenericPalletEvent<'MultiBlockMigrations', 'UpgradeFailed', null>;
|
|
219
208
|
|
|
220
209
|
/**
|
|
221
210
|
* A migration was skipped since it was already executed in the past.
|
|
222
211
|
**/
|
|
223
212
|
MigrationSkipped: GenericPalletEvent<
|
|
224
|
-
Rv,
|
|
225
213
|
'MultiBlockMigrations',
|
|
226
214
|
'MigrationSkipped',
|
|
227
215
|
{
|
|
@@ -236,7 +224,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
236
224
|
* A migration progressed.
|
|
237
225
|
**/
|
|
238
226
|
MigrationAdvanced: GenericPalletEvent<
|
|
239
|
-
Rv,
|
|
240
227
|
'MultiBlockMigrations',
|
|
241
228
|
'MigrationAdvanced',
|
|
242
229
|
{
|
|
@@ -256,7 +243,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
256
243
|
* A Migration completed.
|
|
257
244
|
**/
|
|
258
245
|
MigrationCompleted: GenericPalletEvent<
|
|
259
|
-
Rv,
|
|
260
246
|
'MultiBlockMigrations',
|
|
261
247
|
'MigrationCompleted',
|
|
262
248
|
{
|
|
@@ -278,7 +264,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
278
264
|
* This implies that the whole upgrade failed and governance intervention is required.
|
|
279
265
|
**/
|
|
280
266
|
MigrationFailed: GenericPalletEvent<
|
|
281
|
-
Rv,
|
|
282
267
|
'MultiBlockMigrations',
|
|
283
268
|
'MigrationFailed',
|
|
284
269
|
{
|
|
@@ -298,7 +283,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
298
283
|
* The set of historical migrations has been cleared.
|
|
299
284
|
**/
|
|
300
285
|
HistoricCleared: GenericPalletEvent<
|
|
301
|
-
Rv,
|
|
302
286
|
'MultiBlockMigrations',
|
|
303
287
|
'HistoricCleared',
|
|
304
288
|
{
|
|
@@ -312,7 +296,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
312
296
|
/**
|
|
313
297
|
* Generic pallet event
|
|
314
298
|
**/
|
|
315
|
-
[prop: string]: GenericPalletEvent
|
|
299
|
+
[prop: string]: GenericPalletEvent;
|
|
316
300
|
};
|
|
317
301
|
/**
|
|
318
302
|
* Pallet `Preimage`'s events
|
|
@@ -321,22 +305,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
321
305
|
/**
|
|
322
306
|
* A preimage has been noted.
|
|
323
307
|
**/
|
|
324
|
-
Noted: GenericPalletEvent<
|
|
308
|
+
Noted: GenericPalletEvent<'Preimage', 'Noted', { hash: H256 }>;
|
|
325
309
|
|
|
326
310
|
/**
|
|
327
311
|
* A preimage has been requested.
|
|
328
312
|
**/
|
|
329
|
-
Requested: GenericPalletEvent<
|
|
313
|
+
Requested: GenericPalletEvent<'Preimage', 'Requested', { hash: H256 }>;
|
|
330
314
|
|
|
331
315
|
/**
|
|
332
316
|
* A preimage has ben cleared.
|
|
333
317
|
**/
|
|
334
|
-
Cleared: GenericPalletEvent<
|
|
318
|
+
Cleared: GenericPalletEvent<'Preimage', 'Cleared', { hash: H256 }>;
|
|
335
319
|
|
|
336
320
|
/**
|
|
337
321
|
* Generic pallet event
|
|
338
322
|
**/
|
|
339
|
-
[prop: string]: GenericPalletEvent
|
|
323
|
+
[prop: string]: GenericPalletEvent;
|
|
340
324
|
};
|
|
341
325
|
/**
|
|
342
326
|
* Pallet `Scheduler`'s events
|
|
@@ -345,18 +329,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
345
329
|
/**
|
|
346
330
|
* Scheduled some task.
|
|
347
331
|
**/
|
|
348
|
-
Scheduled: GenericPalletEvent<
|
|
332
|
+
Scheduled: GenericPalletEvent<'Scheduler', 'Scheduled', { when: number; index: number }>;
|
|
349
333
|
|
|
350
334
|
/**
|
|
351
335
|
* Canceled some task.
|
|
352
336
|
**/
|
|
353
|
-
Canceled: GenericPalletEvent<
|
|
337
|
+
Canceled: GenericPalletEvent<'Scheduler', 'Canceled', { when: number; index: number }>;
|
|
354
338
|
|
|
355
339
|
/**
|
|
356
340
|
* Dispatched some task.
|
|
357
341
|
**/
|
|
358
342
|
Dispatched: GenericPalletEvent<
|
|
359
|
-
Rv,
|
|
360
343
|
'Scheduler',
|
|
361
344
|
'Dispatched',
|
|
362
345
|
{ task: [number, number]; id?: FixedBytes<32> | undefined; result: Result<[], DispatchError> }
|
|
@@ -366,7 +349,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
366
349
|
* Set a retry configuration for some task.
|
|
367
350
|
**/
|
|
368
351
|
RetrySet: GenericPalletEvent<
|
|
369
|
-
Rv,
|
|
370
352
|
'Scheduler',
|
|
371
353
|
'RetrySet',
|
|
372
354
|
{ task: [number, number]; id?: FixedBytes<32> | undefined; period: number; retries: number }
|
|
@@ -376,7 +358,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
376
358
|
* Cancel a retry configuration for some task.
|
|
377
359
|
**/
|
|
378
360
|
RetryCancelled: GenericPalletEvent<
|
|
379
|
-
Rv,
|
|
380
361
|
'Scheduler',
|
|
381
362
|
'RetryCancelled',
|
|
382
363
|
{ task: [number, number]; id?: FixedBytes<32> | undefined }
|
|
@@ -386,7 +367,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
386
367
|
* The call for the provided hash was not found so the task has been aborted.
|
|
387
368
|
**/
|
|
388
369
|
CallUnavailable: GenericPalletEvent<
|
|
389
|
-
Rv,
|
|
390
370
|
'Scheduler',
|
|
391
371
|
'CallUnavailable',
|
|
392
372
|
{ task: [number, number]; id?: FixedBytes<32> | undefined }
|
|
@@ -396,7 +376,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
396
376
|
* The given task was unable to be renewed since the agenda is full at that block.
|
|
397
377
|
**/
|
|
398
378
|
PeriodicFailed: GenericPalletEvent<
|
|
399
|
-
Rv,
|
|
400
379
|
'Scheduler',
|
|
401
380
|
'PeriodicFailed',
|
|
402
381
|
{ task: [number, number]; id?: FixedBytes<32> | undefined }
|
|
@@ -407,7 +386,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
407
386
|
* was not enough weight to reschedule it.
|
|
408
387
|
**/
|
|
409
388
|
RetryFailed: GenericPalletEvent<
|
|
410
|
-
Rv,
|
|
411
389
|
'Scheduler',
|
|
412
390
|
'RetryFailed',
|
|
413
391
|
{ task: [number, number]; id?: FixedBytes<32> | undefined }
|
|
@@ -417,7 +395,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
417
395
|
* The given task can never be executed since it is overweight.
|
|
418
396
|
**/
|
|
419
397
|
PermanentlyOverweight: GenericPalletEvent<
|
|
420
|
-
Rv,
|
|
421
398
|
'Scheduler',
|
|
422
399
|
'PermanentlyOverweight',
|
|
423
400
|
{ task: [number, number]; id?: FixedBytes<32> | undefined }
|
|
@@ -426,12 +403,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
426
403
|
/**
|
|
427
404
|
* Agenda is incomplete from `when`.
|
|
428
405
|
**/
|
|
429
|
-
AgendaIncomplete: GenericPalletEvent<
|
|
406
|
+
AgendaIncomplete: GenericPalletEvent<'Scheduler', 'AgendaIncomplete', { when: number }>;
|
|
430
407
|
|
|
431
408
|
/**
|
|
432
409
|
* Generic pallet event
|
|
433
410
|
**/
|
|
434
|
-
[prop: string]: GenericPalletEvent
|
|
411
|
+
[prop: string]: GenericPalletEvent;
|
|
435
412
|
};
|
|
436
413
|
/**
|
|
437
414
|
* Pallet `Sudo`'s events
|
|
@@ -441,7 +418,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
441
418
|
* A sudo call just took place.
|
|
442
419
|
**/
|
|
443
420
|
Sudid: GenericPalletEvent<
|
|
444
|
-
Rv,
|
|
445
421
|
'Sudo',
|
|
446
422
|
'Sudid',
|
|
447
423
|
{
|
|
@@ -456,7 +432,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
456
432
|
* The sudo key has been updated.
|
|
457
433
|
**/
|
|
458
434
|
KeyChanged: GenericPalletEvent<
|
|
459
|
-
Rv,
|
|
460
435
|
'Sudo',
|
|
461
436
|
'KeyChanged',
|
|
462
437
|
{
|
|
@@ -475,13 +450,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
475
450
|
/**
|
|
476
451
|
* The key was permanently removed.
|
|
477
452
|
**/
|
|
478
|
-
KeyRemoved: GenericPalletEvent<
|
|
453
|
+
KeyRemoved: GenericPalletEvent<'Sudo', 'KeyRemoved', null>;
|
|
479
454
|
|
|
480
455
|
/**
|
|
481
456
|
* A [sudo_as](Pallet::sudo_as) call just took place.
|
|
482
457
|
**/
|
|
483
458
|
SudoAsDone: GenericPalletEvent<
|
|
484
|
-
Rv,
|
|
485
459
|
'Sudo',
|
|
486
460
|
'SudoAsDone',
|
|
487
461
|
{
|
|
@@ -495,7 +469,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
495
469
|
/**
|
|
496
470
|
* Generic pallet event
|
|
497
471
|
**/
|
|
498
|
-
[prop: string]: GenericPalletEvent
|
|
472
|
+
[prop: string]: GenericPalletEvent;
|
|
499
473
|
};
|
|
500
474
|
/**
|
|
501
475
|
* Pallet `Balances`'s events
|
|
@@ -504,40 +478,39 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
504
478
|
/**
|
|
505
479
|
* An account was created with some free balance.
|
|
506
480
|
**/
|
|
507
|
-
Endowed: GenericPalletEvent<
|
|
481
|
+
Endowed: GenericPalletEvent<'Balances', 'Endowed', { account: AccountId32; freeBalance: bigint }>;
|
|
508
482
|
|
|
509
483
|
/**
|
|
510
484
|
* An account was removed whose balance was non-zero but below ExistentialDeposit,
|
|
511
485
|
* resulting in an outright loss.
|
|
512
486
|
**/
|
|
513
|
-
DustLost: GenericPalletEvent<
|
|
487
|
+
DustLost: GenericPalletEvent<'Balances', 'DustLost', { account: AccountId32; amount: bigint }>;
|
|
514
488
|
|
|
515
489
|
/**
|
|
516
490
|
* Transfer succeeded.
|
|
517
491
|
**/
|
|
518
|
-
Transfer: GenericPalletEvent<
|
|
492
|
+
Transfer: GenericPalletEvent<'Balances', 'Transfer', { from: AccountId32; to: AccountId32; amount: bigint }>;
|
|
519
493
|
|
|
520
494
|
/**
|
|
521
495
|
* A balance was set by root.
|
|
522
496
|
**/
|
|
523
|
-
BalanceSet: GenericPalletEvent<
|
|
497
|
+
BalanceSet: GenericPalletEvent<'Balances', 'BalanceSet', { who: AccountId32; free: bigint }>;
|
|
524
498
|
|
|
525
499
|
/**
|
|
526
500
|
* Some balance was reserved (moved from free to reserved).
|
|
527
501
|
**/
|
|
528
|
-
Reserved: GenericPalletEvent<
|
|
502
|
+
Reserved: GenericPalletEvent<'Balances', 'Reserved', { who: AccountId32; amount: bigint }>;
|
|
529
503
|
|
|
530
504
|
/**
|
|
531
505
|
* Some balance was unreserved (moved from reserved to free).
|
|
532
506
|
**/
|
|
533
|
-
Unreserved: GenericPalletEvent<
|
|
507
|
+
Unreserved: GenericPalletEvent<'Balances', 'Unreserved', { who: AccountId32; amount: bigint }>;
|
|
534
508
|
|
|
535
509
|
/**
|
|
536
510
|
* Some balance was moved from the reserve of the first account to the second account.
|
|
537
511
|
* Final argument indicates the destination balance type.
|
|
538
512
|
**/
|
|
539
513
|
ReserveRepatriated: GenericPalletEvent<
|
|
540
|
-
Rv,
|
|
541
514
|
'Balances',
|
|
542
515
|
'ReserveRepatriated',
|
|
543
516
|
{ from: AccountId32; to: AccountId32; amount: bigint; destinationStatus: FrameSupportTokensMiscBalanceStatus }
|
|
@@ -546,93 +519,92 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
546
519
|
/**
|
|
547
520
|
* Some amount was deposited (e.g. for transaction fees).
|
|
548
521
|
**/
|
|
549
|
-
Deposit: GenericPalletEvent<
|
|
522
|
+
Deposit: GenericPalletEvent<'Balances', 'Deposit', { who: AccountId32; amount: bigint }>;
|
|
550
523
|
|
|
551
524
|
/**
|
|
552
525
|
* Some amount was withdrawn from the account (e.g. for transaction fees).
|
|
553
526
|
**/
|
|
554
|
-
Withdraw: GenericPalletEvent<
|
|
527
|
+
Withdraw: GenericPalletEvent<'Balances', 'Withdraw', { who: AccountId32; amount: bigint }>;
|
|
555
528
|
|
|
556
529
|
/**
|
|
557
530
|
* Some amount was removed from the account (e.g. for misbehavior).
|
|
558
531
|
**/
|
|
559
|
-
Slashed: GenericPalletEvent<
|
|
532
|
+
Slashed: GenericPalletEvent<'Balances', 'Slashed', { who: AccountId32; amount: bigint }>;
|
|
560
533
|
|
|
561
534
|
/**
|
|
562
535
|
* Some amount was minted into an account.
|
|
563
536
|
**/
|
|
564
|
-
Minted: GenericPalletEvent<
|
|
537
|
+
Minted: GenericPalletEvent<'Balances', 'Minted', { who: AccountId32; amount: bigint }>;
|
|
565
538
|
|
|
566
539
|
/**
|
|
567
540
|
* Some credit was balanced and added to the TotalIssuance.
|
|
568
541
|
**/
|
|
569
|
-
MintedCredit: GenericPalletEvent<
|
|
542
|
+
MintedCredit: GenericPalletEvent<'Balances', 'MintedCredit', { amount: bigint }>;
|
|
570
543
|
|
|
571
544
|
/**
|
|
572
545
|
* Some amount was burned from an account.
|
|
573
546
|
**/
|
|
574
|
-
Burned: GenericPalletEvent<
|
|
547
|
+
Burned: GenericPalletEvent<'Balances', 'Burned', { who: AccountId32; amount: bigint }>;
|
|
575
548
|
|
|
576
549
|
/**
|
|
577
550
|
* Some debt has been dropped from the Total Issuance.
|
|
578
551
|
**/
|
|
579
|
-
BurnedDebt: GenericPalletEvent<
|
|
552
|
+
BurnedDebt: GenericPalletEvent<'Balances', 'BurnedDebt', { amount: bigint }>;
|
|
580
553
|
|
|
581
554
|
/**
|
|
582
555
|
* Some amount was suspended from an account (it can be restored later).
|
|
583
556
|
**/
|
|
584
|
-
Suspended: GenericPalletEvent<
|
|
557
|
+
Suspended: GenericPalletEvent<'Balances', 'Suspended', { who: AccountId32; amount: bigint }>;
|
|
585
558
|
|
|
586
559
|
/**
|
|
587
560
|
* Some amount was restored into an account.
|
|
588
561
|
**/
|
|
589
|
-
Restored: GenericPalletEvent<
|
|
562
|
+
Restored: GenericPalletEvent<'Balances', 'Restored', { who: AccountId32; amount: bigint }>;
|
|
590
563
|
|
|
591
564
|
/**
|
|
592
565
|
* An account was upgraded.
|
|
593
566
|
**/
|
|
594
|
-
Upgraded: GenericPalletEvent<
|
|
567
|
+
Upgraded: GenericPalletEvent<'Balances', 'Upgraded', { who: AccountId32 }>;
|
|
595
568
|
|
|
596
569
|
/**
|
|
597
570
|
* Total issuance was increased by `amount`, creating a credit to be balanced.
|
|
598
571
|
**/
|
|
599
|
-
Issued: GenericPalletEvent<
|
|
572
|
+
Issued: GenericPalletEvent<'Balances', 'Issued', { amount: bigint }>;
|
|
600
573
|
|
|
601
574
|
/**
|
|
602
575
|
* Total issuance was decreased by `amount`, creating a debt to be balanced.
|
|
603
576
|
**/
|
|
604
|
-
Rescinded: GenericPalletEvent<
|
|
577
|
+
Rescinded: GenericPalletEvent<'Balances', 'Rescinded', { amount: bigint }>;
|
|
605
578
|
|
|
606
579
|
/**
|
|
607
580
|
* Some balance was locked.
|
|
608
581
|
**/
|
|
609
|
-
Locked: GenericPalletEvent<
|
|
582
|
+
Locked: GenericPalletEvent<'Balances', 'Locked', { who: AccountId32; amount: bigint }>;
|
|
610
583
|
|
|
611
584
|
/**
|
|
612
585
|
* Some balance was unlocked.
|
|
613
586
|
**/
|
|
614
|
-
Unlocked: GenericPalletEvent<
|
|
587
|
+
Unlocked: GenericPalletEvent<'Balances', 'Unlocked', { who: AccountId32; amount: bigint }>;
|
|
615
588
|
|
|
616
589
|
/**
|
|
617
590
|
* Some balance was frozen.
|
|
618
591
|
**/
|
|
619
|
-
Frozen: GenericPalletEvent<
|
|
592
|
+
Frozen: GenericPalletEvent<'Balances', 'Frozen', { who: AccountId32; amount: bigint }>;
|
|
620
593
|
|
|
621
594
|
/**
|
|
622
595
|
* Some balance was thawed.
|
|
623
596
|
**/
|
|
624
|
-
Thawed: GenericPalletEvent<
|
|
597
|
+
Thawed: GenericPalletEvent<'Balances', 'Thawed', { who: AccountId32; amount: bigint }>;
|
|
625
598
|
|
|
626
599
|
/**
|
|
627
600
|
* The `TotalIssuance` was forcefully changed.
|
|
628
601
|
**/
|
|
629
|
-
TotalIssuanceForced: GenericPalletEvent<
|
|
602
|
+
TotalIssuanceForced: GenericPalletEvent<'Balances', 'TotalIssuanceForced', { old: bigint; new: bigint }>;
|
|
630
603
|
|
|
631
604
|
/**
|
|
632
605
|
* Some balance was placed on hold.
|
|
633
606
|
**/
|
|
634
607
|
Held: GenericPalletEvent<
|
|
635
|
-
Rv,
|
|
636
608
|
'Balances',
|
|
637
609
|
'Held',
|
|
638
610
|
{ reason: AssetHubWestendRuntimeRuntimeHoldReason; who: AccountId32; amount: bigint }
|
|
@@ -642,7 +614,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
642
614
|
* Held balance was burned from an account.
|
|
643
615
|
**/
|
|
644
616
|
BurnedHeld: GenericPalletEvent<
|
|
645
|
-
Rv,
|
|
646
617
|
'Balances',
|
|
647
618
|
'BurnedHeld',
|
|
648
619
|
{ reason: AssetHubWestendRuntimeRuntimeHoldReason; who: AccountId32; amount: bigint }
|
|
@@ -652,7 +623,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
652
623
|
* A transfer of `amount` on hold from `source` to `dest` was initiated.
|
|
653
624
|
**/
|
|
654
625
|
TransferOnHold: GenericPalletEvent<
|
|
655
|
-
Rv,
|
|
656
626
|
'Balances',
|
|
657
627
|
'TransferOnHold',
|
|
658
628
|
{ reason: AssetHubWestendRuntimeRuntimeHoldReason; source: AccountId32; dest: AccountId32; amount: bigint }
|
|
@@ -662,7 +632,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
662
632
|
* The `transferred` balance is placed on hold at the `dest` account.
|
|
663
633
|
**/
|
|
664
634
|
TransferAndHold: GenericPalletEvent<
|
|
665
|
-
Rv,
|
|
666
635
|
'Balances',
|
|
667
636
|
'TransferAndHold',
|
|
668
637
|
{ reason: AssetHubWestendRuntimeRuntimeHoldReason; source: AccountId32; dest: AccountId32; transferred: bigint }
|
|
@@ -672,7 +641,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
672
641
|
* Some balance was released from hold.
|
|
673
642
|
**/
|
|
674
643
|
Released: GenericPalletEvent<
|
|
675
|
-
Rv,
|
|
676
644
|
'Balances',
|
|
677
645
|
'Released',
|
|
678
646
|
{ reason: AssetHubWestendRuntimeRuntimeHoldReason; who: AccountId32; amount: bigint }
|
|
@@ -681,12 +649,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
681
649
|
/**
|
|
682
650
|
* An unexpected/defensive event was triggered.
|
|
683
651
|
**/
|
|
684
|
-
Unexpected: GenericPalletEvent<
|
|
652
|
+
Unexpected: GenericPalletEvent<'Balances', 'Unexpected', PalletBalancesUnexpectedKind>;
|
|
685
653
|
|
|
686
654
|
/**
|
|
687
655
|
* Generic pallet event
|
|
688
656
|
**/
|
|
689
|
-
[prop: string]: GenericPalletEvent
|
|
657
|
+
[prop: string]: GenericPalletEvent;
|
|
690
658
|
};
|
|
691
659
|
/**
|
|
692
660
|
* Pallet `TransactionPayment`'s events
|
|
@@ -697,7 +665,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
697
665
|
* has been paid by `who`.
|
|
698
666
|
**/
|
|
699
667
|
TransactionFeePaid: GenericPalletEvent<
|
|
700
|
-
Rv,
|
|
701
668
|
'TransactionPayment',
|
|
702
669
|
'TransactionFeePaid',
|
|
703
670
|
{ who: AccountId32; actualFee: bigint; tip: bigint }
|
|
@@ -706,7 +673,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
706
673
|
/**
|
|
707
674
|
* Generic pallet event
|
|
708
675
|
**/
|
|
709
|
-
[prop: string]: GenericPalletEvent
|
|
676
|
+
[prop: string]: GenericPalletEvent;
|
|
710
677
|
};
|
|
711
678
|
/**
|
|
712
679
|
* Pallet `AssetTxPayment`'s events
|
|
@@ -717,7 +684,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
717
684
|
* has been paid by `who` in an asset `asset_id`.
|
|
718
685
|
**/
|
|
719
686
|
AssetTxFeePaid: GenericPalletEvent<
|
|
720
|
-
Rv,
|
|
721
687
|
'AssetTxPayment',
|
|
722
688
|
'AssetTxFeePaid',
|
|
723
689
|
{ who: AccountId32; actualFee: bigint; tip: bigint; assetId: StagingXcmV5Location }
|
|
@@ -726,12 +692,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
726
692
|
/**
|
|
727
693
|
* A swap of the refund in native currency back to asset failed.
|
|
728
694
|
**/
|
|
729
|
-
AssetRefundFailed: GenericPalletEvent<
|
|
695
|
+
AssetRefundFailed: GenericPalletEvent<'AssetTxPayment', 'AssetRefundFailed', { nativeAmountKept: bigint }>;
|
|
730
696
|
|
|
731
697
|
/**
|
|
732
698
|
* Generic pallet event
|
|
733
699
|
**/
|
|
734
|
-
[prop: string]: GenericPalletEvent
|
|
700
|
+
[prop: string]: GenericPalletEvent;
|
|
735
701
|
};
|
|
736
702
|
/**
|
|
737
703
|
* Pallet `Vesting`'s events
|
|
@@ -740,28 +706,23 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
740
706
|
/**
|
|
741
707
|
* A vesting schedule has been created.
|
|
742
708
|
**/
|
|
743
|
-
VestingCreated: GenericPalletEvent<
|
|
744
|
-
Rv,
|
|
745
|
-
'Vesting',
|
|
746
|
-
'VestingCreated',
|
|
747
|
-
{ account: AccountId32; scheduleIndex: number }
|
|
748
|
-
>;
|
|
709
|
+
VestingCreated: GenericPalletEvent<'Vesting', 'VestingCreated', { account: AccountId32; scheduleIndex: number }>;
|
|
749
710
|
|
|
750
711
|
/**
|
|
751
712
|
* The amount vested has been updated. This could indicate a change in funds available.
|
|
752
713
|
* The balance given is the amount which is left unvested (and thus locked).
|
|
753
714
|
**/
|
|
754
|
-
VestingUpdated: GenericPalletEvent<
|
|
715
|
+
VestingUpdated: GenericPalletEvent<'Vesting', 'VestingUpdated', { account: AccountId32; unvested: bigint }>;
|
|
755
716
|
|
|
756
717
|
/**
|
|
757
718
|
* An \[account\] has become fully vested.
|
|
758
719
|
**/
|
|
759
|
-
VestingCompleted: GenericPalletEvent<
|
|
720
|
+
VestingCompleted: GenericPalletEvent<'Vesting', 'VestingCompleted', { account: AccountId32 }>;
|
|
760
721
|
|
|
761
722
|
/**
|
|
762
723
|
* Generic pallet event
|
|
763
724
|
**/
|
|
764
|
-
[prop: string]: GenericPalletEvent
|
|
725
|
+
[prop: string]: GenericPalletEvent;
|
|
765
726
|
};
|
|
766
727
|
/**
|
|
767
728
|
* Pallet `CollatorSelection`'s events
|
|
@@ -771,7 +732,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
771
732
|
* New Invulnerables were set.
|
|
772
733
|
**/
|
|
773
734
|
NewInvulnerables: GenericPalletEvent<
|
|
774
|
-
Rv,
|
|
775
735
|
'CollatorSelection',
|
|
776
736
|
'NewInvulnerables',
|
|
777
737
|
{ invulnerables: Array<AccountId32> }
|
|
@@ -780,18 +740,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
780
740
|
/**
|
|
781
741
|
* A new Invulnerable was added.
|
|
782
742
|
**/
|
|
783
|
-
InvulnerableAdded: GenericPalletEvent<
|
|
743
|
+
InvulnerableAdded: GenericPalletEvent<'CollatorSelection', 'InvulnerableAdded', { accountId: AccountId32 }>;
|
|
784
744
|
|
|
785
745
|
/**
|
|
786
746
|
* An Invulnerable was removed.
|
|
787
747
|
**/
|
|
788
|
-
InvulnerableRemoved: GenericPalletEvent<
|
|
748
|
+
InvulnerableRemoved: GenericPalletEvent<'CollatorSelection', 'InvulnerableRemoved', { accountId: AccountId32 }>;
|
|
789
749
|
|
|
790
750
|
/**
|
|
791
751
|
* The number of desired candidates was set.
|
|
792
752
|
**/
|
|
793
753
|
NewDesiredCandidates: GenericPalletEvent<
|
|
794
|
-
Rv,
|
|
795
754
|
'CollatorSelection',
|
|
796
755
|
'NewDesiredCandidates',
|
|
797
756
|
{ desiredCandidates: number }
|
|
@@ -800,13 +759,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
800
759
|
/**
|
|
801
760
|
* The candidacy bond was set.
|
|
802
761
|
**/
|
|
803
|
-
NewCandidacyBond: GenericPalletEvent<
|
|
762
|
+
NewCandidacyBond: GenericPalletEvent<'CollatorSelection', 'NewCandidacyBond', { bondAmount: bigint }>;
|
|
804
763
|
|
|
805
764
|
/**
|
|
806
765
|
* A new candidate joined.
|
|
807
766
|
**/
|
|
808
767
|
CandidateAdded: GenericPalletEvent<
|
|
809
|
-
Rv,
|
|
810
768
|
'CollatorSelection',
|
|
811
769
|
'CandidateAdded',
|
|
812
770
|
{ accountId: AccountId32; deposit: bigint }
|
|
@@ -816,7 +774,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
816
774
|
* Bond of a candidate updated.
|
|
817
775
|
**/
|
|
818
776
|
CandidateBondUpdated: GenericPalletEvent<
|
|
819
|
-
Rv,
|
|
820
777
|
'CollatorSelection',
|
|
821
778
|
'CandidateBondUpdated',
|
|
822
779
|
{ accountId: AccountId32; deposit: bigint }
|
|
@@ -825,13 +782,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
825
782
|
/**
|
|
826
783
|
* A candidate was removed.
|
|
827
784
|
**/
|
|
828
|
-
CandidateRemoved: GenericPalletEvent<
|
|
785
|
+
CandidateRemoved: GenericPalletEvent<'CollatorSelection', 'CandidateRemoved', { accountId: AccountId32 }>;
|
|
829
786
|
|
|
830
787
|
/**
|
|
831
788
|
* An account was replaced in the candidate list by another one.
|
|
832
789
|
**/
|
|
833
790
|
CandidateReplaced: GenericPalletEvent<
|
|
834
|
-
Rv,
|
|
835
791
|
'CollatorSelection',
|
|
836
792
|
'CandidateReplaced',
|
|
837
793
|
{ old: AccountId32; new: AccountId32; deposit: bigint }
|
|
@@ -842,7 +798,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
842
798
|
* registered. Other Invulnerables may have been set.
|
|
843
799
|
**/
|
|
844
800
|
InvalidInvulnerableSkipped: GenericPalletEvent<
|
|
845
|
-
Rv,
|
|
846
801
|
'CollatorSelection',
|
|
847
802
|
'InvalidInvulnerableSkipped',
|
|
848
803
|
{ accountId: AccountId32 }
|
|
@@ -851,7 +806,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
851
806
|
/**
|
|
852
807
|
* Generic pallet event
|
|
853
808
|
**/
|
|
854
|
-
[prop: string]: GenericPalletEvent
|
|
809
|
+
[prop: string]: GenericPalletEvent;
|
|
855
810
|
};
|
|
856
811
|
/**
|
|
857
812
|
* Pallet `Session`'s events
|
|
@@ -861,28 +816,28 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
861
816
|
* New session has happened. Note that the argument is the session index, not the
|
|
862
817
|
* block number as the type might suggest.
|
|
863
818
|
**/
|
|
864
|
-
NewSession: GenericPalletEvent<
|
|
819
|
+
NewSession: GenericPalletEvent<'Session', 'NewSession', { sessionIndex: number }>;
|
|
865
820
|
|
|
866
821
|
/**
|
|
867
822
|
* The `NewSession` event in the current block also implies a new validator set to be
|
|
868
823
|
* queued.
|
|
869
824
|
**/
|
|
870
|
-
NewQueued: GenericPalletEvent<
|
|
825
|
+
NewQueued: GenericPalletEvent<'Session', 'NewQueued', null>;
|
|
871
826
|
|
|
872
827
|
/**
|
|
873
828
|
* Validator has been disabled.
|
|
874
829
|
**/
|
|
875
|
-
ValidatorDisabled: GenericPalletEvent<
|
|
830
|
+
ValidatorDisabled: GenericPalletEvent<'Session', 'ValidatorDisabled', { validator: AccountId32 }>;
|
|
876
831
|
|
|
877
832
|
/**
|
|
878
833
|
* Validator has been re-enabled.
|
|
879
834
|
**/
|
|
880
|
-
ValidatorReenabled: GenericPalletEvent<
|
|
835
|
+
ValidatorReenabled: GenericPalletEvent<'Session', 'ValidatorReenabled', { validator: AccountId32 }>;
|
|
881
836
|
|
|
882
837
|
/**
|
|
883
838
|
* Generic pallet event
|
|
884
839
|
**/
|
|
885
|
-
[prop: string]: GenericPalletEvent
|
|
840
|
+
[prop: string]: GenericPalletEvent;
|
|
886
841
|
};
|
|
887
842
|
/**
|
|
888
843
|
* Pallet `XcmpQueue`'s events
|
|
@@ -891,12 +846,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
891
846
|
/**
|
|
892
847
|
* An HRMP message was sent to a sibling parachain.
|
|
893
848
|
**/
|
|
894
|
-
XcmpMessageSent: GenericPalletEvent<
|
|
849
|
+
XcmpMessageSent: GenericPalletEvent<'XcmpQueue', 'XcmpMessageSent', { messageHash: FixedBytes<32> }>;
|
|
895
850
|
|
|
896
851
|
/**
|
|
897
852
|
* Generic pallet event
|
|
898
853
|
**/
|
|
899
|
-
[prop: string]: GenericPalletEvent
|
|
854
|
+
[prop: string]: GenericPalletEvent;
|
|
900
855
|
};
|
|
901
856
|
/**
|
|
902
857
|
* Pallet `PolkadotXcm`'s events
|
|
@@ -905,13 +860,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
905
860
|
/**
|
|
906
861
|
* Execution of an XCM message was attempted.
|
|
907
862
|
**/
|
|
908
|
-
Attempted: GenericPalletEvent<
|
|
863
|
+
Attempted: GenericPalletEvent<'PolkadotXcm', 'Attempted', { outcome: StagingXcmV5TraitsOutcome }>;
|
|
909
864
|
|
|
910
865
|
/**
|
|
911
866
|
* An XCM message was sent.
|
|
912
867
|
**/
|
|
913
868
|
Sent: GenericPalletEvent<
|
|
914
|
-
Rv,
|
|
915
869
|
'PolkadotXcm',
|
|
916
870
|
'Sent',
|
|
917
871
|
{
|
|
@@ -926,7 +880,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
926
880
|
* An XCM message failed to send.
|
|
927
881
|
**/
|
|
928
882
|
SendFailed: GenericPalletEvent<
|
|
929
|
-
Rv,
|
|
930
883
|
'PolkadotXcm',
|
|
931
884
|
'SendFailed',
|
|
932
885
|
{
|
|
@@ -941,7 +894,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
941
894
|
* An XCM message failed to process.
|
|
942
895
|
**/
|
|
943
896
|
ProcessXcmError: GenericPalletEvent<
|
|
944
|
-
Rv,
|
|
945
897
|
'PolkadotXcm',
|
|
946
898
|
'ProcessXcmError',
|
|
947
899
|
{ origin: StagingXcmV5Location; error: XcmV5TraitsError; messageId: FixedBytes<32> }
|
|
@@ -953,7 +905,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
953
905
|
* because the query timed out.
|
|
954
906
|
**/
|
|
955
907
|
UnexpectedResponse: GenericPalletEvent<
|
|
956
|
-
Rv,
|
|
957
908
|
'PolkadotXcm',
|
|
958
909
|
'UnexpectedResponse',
|
|
959
910
|
{ origin: StagingXcmV5Location; queryId: bigint }
|
|
@@ -964,7 +915,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
964
915
|
* no registered notification call.
|
|
965
916
|
**/
|
|
966
917
|
ResponseReady: GenericPalletEvent<
|
|
967
|
-
Rv,
|
|
968
918
|
'PolkadotXcm',
|
|
969
919
|
'ResponseReady',
|
|
970
920
|
{ queryId: bigint; response: StagingXcmV5Response }
|
|
@@ -975,7 +925,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
975
925
|
* been dispatched and executed successfully.
|
|
976
926
|
**/
|
|
977
927
|
Notified: GenericPalletEvent<
|
|
978
|
-
Rv,
|
|
979
928
|
'PolkadotXcm',
|
|
980
929
|
'Notified',
|
|
981
930
|
{ queryId: bigint; palletIndex: number; callIndex: number }
|
|
@@ -987,7 +936,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
987
936
|
* originally budgeted by this runtime for the query result.
|
|
988
937
|
**/
|
|
989
938
|
NotifyOverweight: GenericPalletEvent<
|
|
990
|
-
Rv,
|
|
991
939
|
'PolkadotXcm',
|
|
992
940
|
'NotifyOverweight',
|
|
993
941
|
{
|
|
@@ -1004,7 +952,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1004
952
|
* dispatching the notification call.
|
|
1005
953
|
**/
|
|
1006
954
|
NotifyDispatchError: GenericPalletEvent<
|
|
1007
|
-
Rv,
|
|
1008
955
|
'PolkadotXcm',
|
|
1009
956
|
'NotifyDispatchError',
|
|
1010
957
|
{ queryId: bigint; palletIndex: number; callIndex: number }
|
|
@@ -1016,7 +963,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1016
963
|
* is not `(origin, QueryId, Response)`.
|
|
1017
964
|
**/
|
|
1018
965
|
NotifyDecodeFailed: GenericPalletEvent<
|
|
1019
|
-
Rv,
|
|
1020
966
|
'PolkadotXcm',
|
|
1021
967
|
'NotifyDecodeFailed',
|
|
1022
968
|
{ queryId: bigint; palletIndex: number; callIndex: number }
|
|
@@ -1028,7 +974,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1028
974
|
* be received and acted upon.
|
|
1029
975
|
**/
|
|
1030
976
|
InvalidResponder: GenericPalletEvent<
|
|
1031
|
-
Rv,
|
|
1032
977
|
'PolkadotXcm',
|
|
1033
978
|
'InvalidResponder',
|
|
1034
979
|
{ origin: StagingXcmV5Location; queryId: bigint; expectedLocation?: StagingXcmV5Location | undefined }
|
|
@@ -1044,7 +989,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1044
989
|
* needed.
|
|
1045
990
|
**/
|
|
1046
991
|
InvalidResponderVersion: GenericPalletEvent<
|
|
1047
|
-
Rv,
|
|
1048
992
|
'PolkadotXcm',
|
|
1049
993
|
'InvalidResponderVersion',
|
|
1050
994
|
{ origin: StagingXcmV5Location; queryId: bigint }
|
|
@@ -1053,13 +997,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1053
997
|
/**
|
|
1054
998
|
* Received query response has been read and removed.
|
|
1055
999
|
**/
|
|
1056
|
-
ResponseTaken: GenericPalletEvent<
|
|
1000
|
+
ResponseTaken: GenericPalletEvent<'PolkadotXcm', 'ResponseTaken', { queryId: bigint }>;
|
|
1057
1001
|
|
|
1058
1002
|
/**
|
|
1059
1003
|
* Some assets have been placed in an asset trap.
|
|
1060
1004
|
**/
|
|
1061
1005
|
AssetsTrapped: GenericPalletEvent<
|
|
1062
|
-
Rv,
|
|
1063
1006
|
'PolkadotXcm',
|
|
1064
1007
|
'AssetsTrapped',
|
|
1065
1008
|
{ hash: H256; origin: StagingXcmV5Location; assets: XcmVersionedAssets }
|
|
@@ -1071,7 +1014,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1071
1014
|
* The cost of sending it (borne by the chain) is included.
|
|
1072
1015
|
**/
|
|
1073
1016
|
VersionChangeNotified: GenericPalletEvent<
|
|
1074
|
-
Rv,
|
|
1075
1017
|
'PolkadotXcm',
|
|
1076
1018
|
'VersionChangeNotified',
|
|
1077
1019
|
{ destination: StagingXcmV5Location; result: number; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
|
|
@@ -1082,7 +1024,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1082
1024
|
* automatic notification or a manual intervention.
|
|
1083
1025
|
**/
|
|
1084
1026
|
SupportedVersionChanged: GenericPalletEvent<
|
|
1085
|
-
Rv,
|
|
1086
1027
|
'PolkadotXcm',
|
|
1087
1028
|
'SupportedVersionChanged',
|
|
1088
1029
|
{ location: StagingXcmV5Location; version: number }
|
|
@@ -1093,7 +1034,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1093
1034
|
* sending the notification to it.
|
|
1094
1035
|
**/
|
|
1095
1036
|
NotifyTargetSendFail: GenericPalletEvent<
|
|
1096
|
-
Rv,
|
|
1097
1037
|
'PolkadotXcm',
|
|
1098
1038
|
'NotifyTargetSendFail',
|
|
1099
1039
|
{ location: StagingXcmV5Location; queryId: bigint; error: XcmV5TraitsError }
|
|
@@ -1104,7 +1044,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1104
1044
|
* migrating the location to our new XCM format.
|
|
1105
1045
|
**/
|
|
1106
1046
|
NotifyTargetMigrationFail: GenericPalletEvent<
|
|
1107
|
-
Rv,
|
|
1108
1047
|
'PolkadotXcm',
|
|
1109
1048
|
'NotifyTargetMigrationFail',
|
|
1110
1049
|
{ location: XcmVersionedLocation; queryId: bigint }
|
|
@@ -1120,7 +1059,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1120
1059
|
* needed.
|
|
1121
1060
|
**/
|
|
1122
1061
|
InvalidQuerierVersion: GenericPalletEvent<
|
|
1123
|
-
Rv,
|
|
1124
1062
|
'PolkadotXcm',
|
|
1125
1063
|
'InvalidQuerierVersion',
|
|
1126
1064
|
{ origin: StagingXcmV5Location; queryId: bigint }
|
|
@@ -1132,7 +1070,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1132
1070
|
* be received and acted upon.
|
|
1133
1071
|
**/
|
|
1134
1072
|
InvalidQuerier: GenericPalletEvent<
|
|
1135
|
-
Rv,
|
|
1136
1073
|
'PolkadotXcm',
|
|
1137
1074
|
'InvalidQuerier',
|
|
1138
1075
|
{
|
|
@@ -1148,7 +1085,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1148
1085
|
* A version information message is sent to them and its cost is included.
|
|
1149
1086
|
**/
|
|
1150
1087
|
VersionNotifyStarted: GenericPalletEvent<
|
|
1151
|
-
Rv,
|
|
1152
1088
|
'PolkadotXcm',
|
|
1153
1089
|
'VersionNotifyStarted',
|
|
1154
1090
|
{ destination: StagingXcmV5Location; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
|
|
@@ -1158,7 +1094,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1158
1094
|
* We have requested that a remote chain send us XCM version change notifications.
|
|
1159
1095
|
**/
|
|
1160
1096
|
VersionNotifyRequested: GenericPalletEvent<
|
|
1161
|
-
Rv,
|
|
1162
1097
|
'PolkadotXcm',
|
|
1163
1098
|
'VersionNotifyRequested',
|
|
1164
1099
|
{ destination: StagingXcmV5Location; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
|
|
@@ -1169,7 +1104,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1169
1104
|
* notifications.
|
|
1170
1105
|
**/
|
|
1171
1106
|
VersionNotifyUnrequested: GenericPalletEvent<
|
|
1172
|
-
Rv,
|
|
1173
1107
|
'PolkadotXcm',
|
|
1174
1108
|
'VersionNotifyUnrequested',
|
|
1175
1109
|
{ destination: StagingXcmV5Location; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
|
|
@@ -1179,7 +1113,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1179
1113
|
* Fees were paid from a location for an operation (often for using `SendXcm`).
|
|
1180
1114
|
**/
|
|
1181
1115
|
FeesPaid: GenericPalletEvent<
|
|
1182
|
-
Rv,
|
|
1183
1116
|
'PolkadotXcm',
|
|
1184
1117
|
'FeesPaid',
|
|
1185
1118
|
{ paying: StagingXcmV5Location; fees: StagingXcmV5AssetAssets }
|
|
@@ -1189,7 +1122,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1189
1122
|
* Some assets have been claimed from an asset trap
|
|
1190
1123
|
**/
|
|
1191
1124
|
AssetsClaimed: GenericPalletEvent<
|
|
1192
|
-
Rv,
|
|
1193
1125
|
'PolkadotXcm',
|
|
1194
1126
|
'AssetsClaimed',
|
|
1195
1127
|
{ hash: H256; origin: StagingXcmV5Location; assets: XcmVersionedAssets }
|
|
@@ -1198,14 +1130,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1198
1130
|
/**
|
|
1199
1131
|
* A XCM version migration finished.
|
|
1200
1132
|
**/
|
|
1201
|
-
VersionMigrationFinished: GenericPalletEvent<
|
|
1133
|
+
VersionMigrationFinished: GenericPalletEvent<'PolkadotXcm', 'VersionMigrationFinished', { version: number }>;
|
|
1202
1134
|
|
|
1203
1135
|
/**
|
|
1204
1136
|
* An `aliaser` location was authorized by `target` to alias it, authorization valid until
|
|
1205
1137
|
* `expiry` block number.
|
|
1206
1138
|
**/
|
|
1207
1139
|
AliasAuthorized: GenericPalletEvent<
|
|
1208
|
-
Rv,
|
|
1209
1140
|
'PolkadotXcm',
|
|
1210
1141
|
'AliasAuthorized',
|
|
1211
1142
|
{ aliaser: StagingXcmV5Location; target: StagingXcmV5Location; expiry?: bigint | undefined }
|
|
@@ -1215,7 +1146,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1215
1146
|
* `target` removed alias authorization for `aliaser`.
|
|
1216
1147
|
**/
|
|
1217
1148
|
AliasAuthorizationRemoved: GenericPalletEvent<
|
|
1218
|
-
Rv,
|
|
1219
1149
|
'PolkadotXcm',
|
|
1220
1150
|
'AliasAuthorizationRemoved',
|
|
1221
1151
|
{ aliaser: StagingXcmV5Location; target: StagingXcmV5Location }
|
|
@@ -1225,7 +1155,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1225
1155
|
* `target` removed all alias authorizations.
|
|
1226
1156
|
**/
|
|
1227
1157
|
AliasesAuthorizationsRemoved: GenericPalletEvent<
|
|
1228
|
-
Rv,
|
|
1229
1158
|
'PolkadotXcm',
|
|
1230
1159
|
'AliasesAuthorizationsRemoved',
|
|
1231
1160
|
{ target: StagingXcmV5Location }
|
|
@@ -1234,7 +1163,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1234
1163
|
/**
|
|
1235
1164
|
* Generic pallet event
|
|
1236
1165
|
**/
|
|
1237
|
-
[prop: string]: GenericPalletEvent
|
|
1166
|
+
[prop: string]: GenericPalletEvent;
|
|
1238
1167
|
};
|
|
1239
1168
|
/**
|
|
1240
1169
|
* Pallet `CumulusXcm`'s events
|
|
@@ -1244,29 +1173,24 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1244
1173
|
* Downward message is invalid XCM.
|
|
1245
1174
|
* \[ id \]
|
|
1246
1175
|
**/
|
|
1247
|
-
InvalidFormat: GenericPalletEvent<
|
|
1176
|
+
InvalidFormat: GenericPalletEvent<'CumulusXcm', 'InvalidFormat', FixedBytes<32>>;
|
|
1248
1177
|
|
|
1249
1178
|
/**
|
|
1250
1179
|
* Downward message is unsupported version of XCM.
|
|
1251
1180
|
* \[ id \]
|
|
1252
1181
|
**/
|
|
1253
|
-
UnsupportedVersion: GenericPalletEvent<
|
|
1182
|
+
UnsupportedVersion: GenericPalletEvent<'CumulusXcm', 'UnsupportedVersion', FixedBytes<32>>;
|
|
1254
1183
|
|
|
1255
1184
|
/**
|
|
1256
1185
|
* Downward message executed with the given outcome.
|
|
1257
1186
|
* \[ id, outcome \]
|
|
1258
1187
|
**/
|
|
1259
|
-
ExecutedDownward: GenericPalletEvent<
|
|
1260
|
-
Rv,
|
|
1261
|
-
'CumulusXcm',
|
|
1262
|
-
'ExecutedDownward',
|
|
1263
|
-
[FixedBytes<32>, StagingXcmV5TraitsOutcome]
|
|
1264
|
-
>;
|
|
1188
|
+
ExecutedDownward: GenericPalletEvent<'CumulusXcm', 'ExecutedDownward', [FixedBytes<32>, StagingXcmV5TraitsOutcome]>;
|
|
1265
1189
|
|
|
1266
1190
|
/**
|
|
1267
1191
|
* Generic pallet event
|
|
1268
1192
|
**/
|
|
1269
|
-
[prop: string]: GenericPalletEvent
|
|
1193
|
+
[prop: string]: GenericPalletEvent;
|
|
1270
1194
|
};
|
|
1271
1195
|
/**
|
|
1272
1196
|
* Pallet `ToRococoXcmRouter`'s events
|
|
@@ -1276,7 +1200,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1276
1200
|
* Delivery fee factor has been decreased.
|
|
1277
1201
|
**/
|
|
1278
1202
|
DeliveryFeeFactorDecreased: GenericPalletEvent<
|
|
1279
|
-
Rv,
|
|
1280
1203
|
'ToRococoXcmRouter',
|
|
1281
1204
|
'DeliveryFeeFactorDecreased',
|
|
1282
1205
|
{
|
|
@@ -1291,7 +1214,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1291
1214
|
* Delivery fee factor has been increased.
|
|
1292
1215
|
**/
|
|
1293
1216
|
DeliveryFeeFactorIncreased: GenericPalletEvent<
|
|
1294
|
-
Rv,
|
|
1295
1217
|
'ToRococoXcmRouter',
|
|
1296
1218
|
'DeliveryFeeFactorIncreased',
|
|
1297
1219
|
{
|
|
@@ -1305,7 +1227,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1305
1227
|
/**
|
|
1306
1228
|
* Generic pallet event
|
|
1307
1229
|
**/
|
|
1308
|
-
[prop: string]: GenericPalletEvent
|
|
1230
|
+
[prop: string]: GenericPalletEvent;
|
|
1309
1231
|
};
|
|
1310
1232
|
/**
|
|
1311
1233
|
* Pallet `MessageQueue`'s events
|
|
@@ -1315,7 +1237,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1315
1237
|
* Message discarded due to an error in the `MessageProcessor` (usually a format error).
|
|
1316
1238
|
**/
|
|
1317
1239
|
ProcessingFailed: GenericPalletEvent<
|
|
1318
|
-
Rv,
|
|
1319
1240
|
'MessageQueue',
|
|
1320
1241
|
'ProcessingFailed',
|
|
1321
1242
|
{
|
|
@@ -1343,7 +1264,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1343
1264
|
* Message is processed.
|
|
1344
1265
|
**/
|
|
1345
1266
|
Processed: GenericPalletEvent<
|
|
1346
|
-
Rv,
|
|
1347
1267
|
'MessageQueue',
|
|
1348
1268
|
'Processed',
|
|
1349
1269
|
{
|
|
@@ -1378,7 +1298,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1378
1298
|
* Message placed in overweight queue.
|
|
1379
1299
|
**/
|
|
1380
1300
|
OverweightEnqueued: GenericPalletEvent<
|
|
1381
|
-
Rv,
|
|
1382
1301
|
'MessageQueue',
|
|
1383
1302
|
'OverweightEnqueued',
|
|
1384
1303
|
{
|
|
@@ -1408,7 +1327,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1408
1327
|
* This page was reaped.
|
|
1409
1328
|
**/
|
|
1410
1329
|
PageReaped: GenericPalletEvent<
|
|
1411
|
-
Rv,
|
|
1412
1330
|
'MessageQueue',
|
|
1413
1331
|
'PageReaped',
|
|
1414
1332
|
{
|
|
@@ -1427,7 +1345,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1427
1345
|
/**
|
|
1428
1346
|
* Generic pallet event
|
|
1429
1347
|
**/
|
|
1430
|
-
[prop: string]: GenericPalletEvent
|
|
1348
|
+
[prop: string]: GenericPalletEvent;
|
|
1431
1349
|
};
|
|
1432
1350
|
/**
|
|
1433
1351
|
* Pallet `SnowbridgeSystemFrontend`'s events
|
|
@@ -1437,7 +1355,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1437
1355
|
* An XCM was sent
|
|
1438
1356
|
**/
|
|
1439
1357
|
MessageSent: GenericPalletEvent<
|
|
1440
|
-
Rv,
|
|
1441
1358
|
'SnowbridgeSystemFrontend',
|
|
1442
1359
|
'MessageSent',
|
|
1443
1360
|
{
|
|
@@ -1452,7 +1369,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1452
1369
|
* Set OperatingMode
|
|
1453
1370
|
**/
|
|
1454
1371
|
ExportOperatingModeChanged: GenericPalletEvent<
|
|
1455
|
-
Rv,
|
|
1456
1372
|
'SnowbridgeSystemFrontend',
|
|
1457
1373
|
'ExportOperatingModeChanged',
|
|
1458
1374
|
{ mode: SnowbridgeCoreOperatingModeBasicOperatingMode }
|
|
@@ -1461,7 +1377,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1461
1377
|
/**
|
|
1462
1378
|
* Generic pallet event
|
|
1463
1379
|
**/
|
|
1464
|
-
[prop: string]: GenericPalletEvent
|
|
1380
|
+
[prop: string]: GenericPalletEvent;
|
|
1465
1381
|
};
|
|
1466
1382
|
/**
|
|
1467
1383
|
* Pallet `Utility`'s events
|
|
@@ -1471,47 +1387,47 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1471
1387
|
* Batch of dispatches did not complete fully. Index of first failing dispatch given, as
|
|
1472
1388
|
* well as the error.
|
|
1473
1389
|
**/
|
|
1474
|
-
BatchInterrupted: GenericPalletEvent<
|
|
1390
|
+
BatchInterrupted: GenericPalletEvent<'Utility', 'BatchInterrupted', { index: number; error: DispatchError }>;
|
|
1475
1391
|
|
|
1476
1392
|
/**
|
|
1477
1393
|
* Batch of dispatches completed fully with no error.
|
|
1478
1394
|
**/
|
|
1479
|
-
BatchCompleted: GenericPalletEvent<
|
|
1395
|
+
BatchCompleted: GenericPalletEvent<'Utility', 'BatchCompleted', null>;
|
|
1480
1396
|
|
|
1481
1397
|
/**
|
|
1482
1398
|
* Batch of dispatches completed but has errors.
|
|
1483
1399
|
**/
|
|
1484
|
-
BatchCompletedWithErrors: GenericPalletEvent<
|
|
1400
|
+
BatchCompletedWithErrors: GenericPalletEvent<'Utility', 'BatchCompletedWithErrors', null>;
|
|
1485
1401
|
|
|
1486
1402
|
/**
|
|
1487
1403
|
* A single item within a Batch of dispatches has completed with no error.
|
|
1488
1404
|
**/
|
|
1489
|
-
ItemCompleted: GenericPalletEvent<
|
|
1405
|
+
ItemCompleted: GenericPalletEvent<'Utility', 'ItemCompleted', null>;
|
|
1490
1406
|
|
|
1491
1407
|
/**
|
|
1492
1408
|
* A single item within a Batch of dispatches has completed with error.
|
|
1493
1409
|
**/
|
|
1494
|
-
ItemFailed: GenericPalletEvent<
|
|
1410
|
+
ItemFailed: GenericPalletEvent<'Utility', 'ItemFailed', { error: DispatchError }>;
|
|
1495
1411
|
|
|
1496
1412
|
/**
|
|
1497
1413
|
* A call was dispatched.
|
|
1498
1414
|
**/
|
|
1499
|
-
DispatchedAs: GenericPalletEvent<
|
|
1415
|
+
DispatchedAs: GenericPalletEvent<'Utility', 'DispatchedAs', { result: Result<[], DispatchError> }>;
|
|
1500
1416
|
|
|
1501
1417
|
/**
|
|
1502
1418
|
* Main call was dispatched.
|
|
1503
1419
|
**/
|
|
1504
|
-
IfElseMainSuccess: GenericPalletEvent<
|
|
1420
|
+
IfElseMainSuccess: GenericPalletEvent<'Utility', 'IfElseMainSuccess', null>;
|
|
1505
1421
|
|
|
1506
1422
|
/**
|
|
1507
1423
|
* The fallback call was dispatched.
|
|
1508
1424
|
**/
|
|
1509
|
-
IfElseFallbackCalled: GenericPalletEvent<
|
|
1425
|
+
IfElseFallbackCalled: GenericPalletEvent<'Utility', 'IfElseFallbackCalled', { mainError: DispatchError }>;
|
|
1510
1426
|
|
|
1511
1427
|
/**
|
|
1512
1428
|
* Generic pallet event
|
|
1513
1429
|
**/
|
|
1514
|
-
[prop: string]: GenericPalletEvent
|
|
1430
|
+
[prop: string]: GenericPalletEvent;
|
|
1515
1431
|
};
|
|
1516
1432
|
/**
|
|
1517
1433
|
* Pallet `Multisig`'s events
|
|
@@ -1521,7 +1437,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1521
1437
|
* A new multisig operation has begun.
|
|
1522
1438
|
**/
|
|
1523
1439
|
NewMultisig: GenericPalletEvent<
|
|
1524
|
-
Rv,
|
|
1525
1440
|
'Multisig',
|
|
1526
1441
|
'NewMultisig',
|
|
1527
1442
|
{ approving: AccountId32; multisig: AccountId32; callHash: FixedBytes<32> }
|
|
@@ -1531,7 +1446,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1531
1446
|
* A multisig operation has been approved by someone.
|
|
1532
1447
|
**/
|
|
1533
1448
|
MultisigApproval: GenericPalletEvent<
|
|
1534
|
-
Rv,
|
|
1535
1449
|
'Multisig',
|
|
1536
1450
|
'MultisigApproval',
|
|
1537
1451
|
{ approving: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
|
|
@@ -1541,7 +1455,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1541
1455
|
* A multisig operation has been executed.
|
|
1542
1456
|
**/
|
|
1543
1457
|
MultisigExecuted: GenericPalletEvent<
|
|
1544
|
-
Rv,
|
|
1545
1458
|
'Multisig',
|
|
1546
1459
|
'MultisigExecuted',
|
|
1547
1460
|
{
|
|
@@ -1557,7 +1470,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1557
1470
|
* A multisig operation has been cancelled.
|
|
1558
1471
|
**/
|
|
1559
1472
|
MultisigCancelled: GenericPalletEvent<
|
|
1560
|
-
Rv,
|
|
1561
1473
|
'Multisig',
|
|
1562
1474
|
'MultisigCancelled',
|
|
1563
1475
|
{ cancelling: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
|
|
@@ -1567,7 +1479,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1567
1479
|
* The deposit for a multisig operation has been updated/poked.
|
|
1568
1480
|
**/
|
|
1569
1481
|
DepositPoked: GenericPalletEvent<
|
|
1570
|
-
Rv,
|
|
1571
1482
|
'Multisig',
|
|
1572
1483
|
'DepositPoked',
|
|
1573
1484
|
{ who: AccountId32; callHash: FixedBytes<32>; oldDeposit: bigint; newDeposit: bigint }
|
|
@@ -1576,7 +1487,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1576
1487
|
/**
|
|
1577
1488
|
* Generic pallet event
|
|
1578
1489
|
**/
|
|
1579
|
-
[prop: string]: GenericPalletEvent
|
|
1490
|
+
[prop: string]: GenericPalletEvent;
|
|
1580
1491
|
};
|
|
1581
1492
|
/**
|
|
1582
1493
|
* Pallet `Proxy`'s events
|
|
@@ -1585,14 +1496,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1585
1496
|
/**
|
|
1586
1497
|
* A proxy was executed correctly, with the given.
|
|
1587
1498
|
**/
|
|
1588
|
-
ProxyExecuted: GenericPalletEvent<
|
|
1499
|
+
ProxyExecuted: GenericPalletEvent<'Proxy', 'ProxyExecuted', { result: Result<[], DispatchError> }>;
|
|
1589
1500
|
|
|
1590
1501
|
/**
|
|
1591
1502
|
* A pure account has been created by new proxy with given
|
|
1592
1503
|
* disambiguation index and proxy type.
|
|
1593
1504
|
**/
|
|
1594
1505
|
PureCreated: GenericPalletEvent<
|
|
1595
|
-
Rv,
|
|
1596
1506
|
'Proxy',
|
|
1597
1507
|
'PureCreated',
|
|
1598
1508
|
{
|
|
@@ -1609,7 +1519,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1609
1519
|
* A pure proxy was killed by its spawner.
|
|
1610
1520
|
**/
|
|
1611
1521
|
PureKilled: GenericPalletEvent<
|
|
1612
|
-
Rv,
|
|
1613
1522
|
'Proxy',
|
|
1614
1523
|
'PureKilled',
|
|
1615
1524
|
{
|
|
@@ -1623,13 +1532,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1623
1532
|
/**
|
|
1624
1533
|
* An announcement was placed to make a call in the future.
|
|
1625
1534
|
**/
|
|
1626
|
-
Announced: GenericPalletEvent<
|
|
1535
|
+
Announced: GenericPalletEvent<'Proxy', 'Announced', { real: AccountId32; proxy: AccountId32; callHash: H256 }>;
|
|
1627
1536
|
|
|
1628
1537
|
/**
|
|
1629
1538
|
* A proxy was added.
|
|
1630
1539
|
**/
|
|
1631
1540
|
ProxyAdded: GenericPalletEvent<
|
|
1632
|
-
Rv,
|
|
1633
1541
|
'Proxy',
|
|
1634
1542
|
'ProxyAdded',
|
|
1635
1543
|
{ delegator: AccountId32; delegatee: AccountId32; proxyType: AssetHubWestendRuntimeProxyType; delay: number }
|
|
@@ -1639,7 +1547,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1639
1547
|
* A proxy was removed.
|
|
1640
1548
|
**/
|
|
1641
1549
|
ProxyRemoved: GenericPalletEvent<
|
|
1642
|
-
Rv,
|
|
1643
1550
|
'Proxy',
|
|
1644
1551
|
'ProxyRemoved',
|
|
1645
1552
|
{ delegator: AccountId32; delegatee: AccountId32; proxyType: AssetHubWestendRuntimeProxyType; delay: number }
|
|
@@ -1649,7 +1556,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1649
1556
|
* A deposit stored for proxies or announcements was poked / updated.
|
|
1650
1557
|
**/
|
|
1651
1558
|
DepositPoked: GenericPalletEvent<
|
|
1652
|
-
Rv,
|
|
1653
1559
|
'Proxy',
|
|
1654
1560
|
'DepositPoked',
|
|
1655
1561
|
{ who: AccountId32; kind: PalletProxyDepositKind; oldDeposit: bigint; newDeposit: bigint }
|
|
@@ -1658,7 +1564,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1658
1564
|
/**
|
|
1659
1565
|
* Generic pallet event
|
|
1660
1566
|
**/
|
|
1661
|
-
[prop: string]: GenericPalletEvent
|
|
1567
|
+
[prop: string]: GenericPalletEvent;
|
|
1662
1568
|
};
|
|
1663
1569
|
/**
|
|
1664
1570
|
* Pallet `Indices`'s events
|
|
@@ -1667,23 +1573,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1667
1573
|
/**
|
|
1668
1574
|
* A account index was assigned.
|
|
1669
1575
|
**/
|
|
1670
|
-
IndexAssigned: GenericPalletEvent<
|
|
1576
|
+
IndexAssigned: GenericPalletEvent<'Indices', 'IndexAssigned', { who: AccountId32; index: number }>;
|
|
1671
1577
|
|
|
1672
1578
|
/**
|
|
1673
1579
|
* A account index has been freed up (unassigned).
|
|
1674
1580
|
**/
|
|
1675
|
-
IndexFreed: GenericPalletEvent<
|
|
1581
|
+
IndexFreed: GenericPalletEvent<'Indices', 'IndexFreed', { index: number }>;
|
|
1676
1582
|
|
|
1677
1583
|
/**
|
|
1678
1584
|
* A account index has been frozen to its current account ID.
|
|
1679
1585
|
**/
|
|
1680
|
-
IndexFrozen: GenericPalletEvent<
|
|
1586
|
+
IndexFrozen: GenericPalletEvent<'Indices', 'IndexFrozen', { index: number; who: AccountId32 }>;
|
|
1681
1587
|
|
|
1682
1588
|
/**
|
|
1683
1589
|
* A deposit to reserve an index has been poked/reconsidered.
|
|
1684
1590
|
**/
|
|
1685
1591
|
DepositPoked: GenericPalletEvent<
|
|
1686
|
-
Rv,
|
|
1687
1592
|
'Indices',
|
|
1688
1593
|
'DepositPoked',
|
|
1689
1594
|
{ who: AccountId32; index: number; oldDeposit: bigint; newDeposit: bigint }
|
|
@@ -1692,7 +1597,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1692
1597
|
/**
|
|
1693
1598
|
* Generic pallet event
|
|
1694
1599
|
**/
|
|
1695
|
-
[prop: string]: GenericPalletEvent
|
|
1600
|
+
[prop: string]: GenericPalletEvent;
|
|
1696
1601
|
};
|
|
1697
1602
|
/**
|
|
1698
1603
|
* Pallet `Assets`'s events
|
|
@@ -1701,18 +1606,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1701
1606
|
/**
|
|
1702
1607
|
* Some asset class was created.
|
|
1703
1608
|
**/
|
|
1704
|
-
Created: GenericPalletEvent<
|
|
1609
|
+
Created: GenericPalletEvent<'Assets', 'Created', { assetId: number; creator: AccountId32; owner: AccountId32 }>;
|
|
1705
1610
|
|
|
1706
1611
|
/**
|
|
1707
1612
|
* Some assets were issued.
|
|
1708
1613
|
**/
|
|
1709
|
-
Issued: GenericPalletEvent<
|
|
1614
|
+
Issued: GenericPalletEvent<'Assets', 'Issued', { assetId: number; owner: AccountId32; amount: bigint }>;
|
|
1710
1615
|
|
|
1711
1616
|
/**
|
|
1712
1617
|
* Some assets were transferred.
|
|
1713
1618
|
**/
|
|
1714
1619
|
Transferred: GenericPalletEvent<
|
|
1715
|
-
Rv,
|
|
1716
1620
|
'Assets',
|
|
1717
1621
|
'Transferred',
|
|
1718
1622
|
{ assetId: number; from: AccountId32; to: AccountId32; amount: bigint }
|
|
@@ -1721,13 +1625,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1721
1625
|
/**
|
|
1722
1626
|
* Some assets were destroyed.
|
|
1723
1627
|
**/
|
|
1724
|
-
Burned: GenericPalletEvent<
|
|
1628
|
+
Burned: GenericPalletEvent<'Assets', 'Burned', { assetId: number; owner: AccountId32; balance: bigint }>;
|
|
1725
1629
|
|
|
1726
1630
|
/**
|
|
1727
1631
|
* The management team changed.
|
|
1728
1632
|
**/
|
|
1729
1633
|
TeamChanged: GenericPalletEvent<
|
|
1730
|
-
Rv,
|
|
1731
1634
|
'Assets',
|
|
1732
1635
|
'TeamChanged',
|
|
1733
1636
|
{ assetId: number; issuer: AccountId32; admin: AccountId32; freezer: AccountId32 }
|
|
@@ -1736,33 +1639,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1736
1639
|
/**
|
|
1737
1640
|
* The owner changed.
|
|
1738
1641
|
**/
|
|
1739
|
-
OwnerChanged: GenericPalletEvent<
|
|
1642
|
+
OwnerChanged: GenericPalletEvent<'Assets', 'OwnerChanged', { assetId: number; owner: AccountId32 }>;
|
|
1740
1643
|
|
|
1741
1644
|
/**
|
|
1742
1645
|
* Some account `who` was frozen.
|
|
1743
1646
|
**/
|
|
1744
|
-
Frozen: GenericPalletEvent<
|
|
1647
|
+
Frozen: GenericPalletEvent<'Assets', 'Frozen', { assetId: number; who: AccountId32 }>;
|
|
1745
1648
|
|
|
1746
1649
|
/**
|
|
1747
1650
|
* Some account `who` was thawed.
|
|
1748
1651
|
**/
|
|
1749
|
-
Thawed: GenericPalletEvent<
|
|
1652
|
+
Thawed: GenericPalletEvent<'Assets', 'Thawed', { assetId: number; who: AccountId32 }>;
|
|
1750
1653
|
|
|
1751
1654
|
/**
|
|
1752
1655
|
* Some asset `asset_id` was frozen.
|
|
1753
1656
|
**/
|
|
1754
|
-
AssetFrozen: GenericPalletEvent<
|
|
1657
|
+
AssetFrozen: GenericPalletEvent<'Assets', 'AssetFrozen', { assetId: number }>;
|
|
1755
1658
|
|
|
1756
1659
|
/**
|
|
1757
1660
|
* Some asset `asset_id` was thawed.
|
|
1758
1661
|
**/
|
|
1759
|
-
AssetThawed: GenericPalletEvent<
|
|
1662
|
+
AssetThawed: GenericPalletEvent<'Assets', 'AssetThawed', { assetId: number }>;
|
|
1760
1663
|
|
|
1761
1664
|
/**
|
|
1762
1665
|
* Accounts were destroyed for given asset.
|
|
1763
1666
|
**/
|
|
1764
1667
|
AccountsDestroyed: GenericPalletEvent<
|
|
1765
|
-
Rv,
|
|
1766
1668
|
'Assets',
|
|
1767
1669
|
'AccountsDestroyed',
|
|
1768
1670
|
{ assetId: number; accountsDestroyed: number; accountsRemaining: number }
|
|
@@ -1772,7 +1674,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1772
1674
|
* Approvals were destroyed for given asset.
|
|
1773
1675
|
**/
|
|
1774
1676
|
ApprovalsDestroyed: GenericPalletEvent<
|
|
1775
|
-
Rv,
|
|
1776
1677
|
'Assets',
|
|
1777
1678
|
'ApprovalsDestroyed',
|
|
1778
1679
|
{ assetId: number; approvalsDestroyed: number; approvalsRemaining: number }
|
|
@@ -1781,23 +1682,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1781
1682
|
/**
|
|
1782
1683
|
* An asset class is in the process of being destroyed.
|
|
1783
1684
|
**/
|
|
1784
|
-
DestructionStarted: GenericPalletEvent<
|
|
1685
|
+
DestructionStarted: GenericPalletEvent<'Assets', 'DestructionStarted', { assetId: number }>;
|
|
1785
1686
|
|
|
1786
1687
|
/**
|
|
1787
1688
|
* An asset class was destroyed.
|
|
1788
1689
|
**/
|
|
1789
|
-
Destroyed: GenericPalletEvent<
|
|
1690
|
+
Destroyed: GenericPalletEvent<'Assets', 'Destroyed', { assetId: number }>;
|
|
1790
1691
|
|
|
1791
1692
|
/**
|
|
1792
1693
|
* Some asset class was force-created.
|
|
1793
1694
|
**/
|
|
1794
|
-
ForceCreated: GenericPalletEvent<
|
|
1695
|
+
ForceCreated: GenericPalletEvent<'Assets', 'ForceCreated', { assetId: number; owner: AccountId32 }>;
|
|
1795
1696
|
|
|
1796
1697
|
/**
|
|
1797
1698
|
* New metadata has been set for an asset.
|
|
1798
1699
|
**/
|
|
1799
1700
|
MetadataSet: GenericPalletEvent<
|
|
1800
|
-
Rv,
|
|
1801
1701
|
'Assets',
|
|
1802
1702
|
'MetadataSet',
|
|
1803
1703
|
{ assetId: number; name: Bytes; symbol: Bytes; decimals: number; isFrozen: boolean }
|
|
@@ -1806,13 +1706,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1806
1706
|
/**
|
|
1807
1707
|
* Metadata has been cleared for an asset.
|
|
1808
1708
|
**/
|
|
1809
|
-
MetadataCleared: GenericPalletEvent<
|
|
1709
|
+
MetadataCleared: GenericPalletEvent<'Assets', 'MetadataCleared', { assetId: number }>;
|
|
1810
1710
|
|
|
1811
1711
|
/**
|
|
1812
1712
|
* (Additional) funds have been approved for transfer to a destination account.
|
|
1813
1713
|
**/
|
|
1814
1714
|
ApprovedTransfer: GenericPalletEvent<
|
|
1815
|
-
Rv,
|
|
1816
1715
|
'Assets',
|
|
1817
1716
|
'ApprovedTransfer',
|
|
1818
1717
|
{ assetId: number; source: AccountId32; delegate: AccountId32; amount: bigint }
|
|
@@ -1822,7 +1721,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1822
1721
|
* An approval for account `delegate` was cancelled by `owner`.
|
|
1823
1722
|
**/
|
|
1824
1723
|
ApprovalCancelled: GenericPalletEvent<
|
|
1825
|
-
Rv,
|
|
1826
1724
|
'Assets',
|
|
1827
1725
|
'ApprovalCancelled',
|
|
1828
1726
|
{ assetId: number; owner: AccountId32; delegate: AccountId32 }
|
|
@@ -1833,7 +1731,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1833
1731
|
* the approved `delegate`.
|
|
1834
1732
|
**/
|
|
1835
1733
|
TransferredApproved: GenericPalletEvent<
|
|
1836
|
-
Rv,
|
|
1837
1734
|
'Assets',
|
|
1838
1735
|
'TransferredApproved',
|
|
1839
1736
|
{ assetId: number; owner: AccountId32; delegate: AccountId32; destination: AccountId32; amount: bigint }
|
|
@@ -1842,13 +1739,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1842
1739
|
/**
|
|
1843
1740
|
* An asset has had its attributes changed by the `Force` origin.
|
|
1844
1741
|
**/
|
|
1845
|
-
AssetStatusChanged: GenericPalletEvent<
|
|
1742
|
+
AssetStatusChanged: GenericPalletEvent<'Assets', 'AssetStatusChanged', { assetId: number }>;
|
|
1846
1743
|
|
|
1847
1744
|
/**
|
|
1848
1745
|
* The min_balance of an asset has been updated by the asset owner.
|
|
1849
1746
|
**/
|
|
1850
1747
|
AssetMinBalanceChanged: GenericPalletEvent<
|
|
1851
|
-
Rv,
|
|
1852
1748
|
'Assets',
|
|
1853
1749
|
'AssetMinBalanceChanged',
|
|
1854
1750
|
{ assetId: number; newMinBalance: bigint }
|
|
@@ -1857,27 +1753,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1857
1753
|
/**
|
|
1858
1754
|
* Some account `who` was created with a deposit from `depositor`.
|
|
1859
1755
|
**/
|
|
1860
|
-
Touched: GenericPalletEvent<
|
|
1756
|
+
Touched: GenericPalletEvent<'Assets', 'Touched', { assetId: number; who: AccountId32; depositor: AccountId32 }>;
|
|
1861
1757
|
|
|
1862
1758
|
/**
|
|
1863
1759
|
* Some account `who` was blocked.
|
|
1864
1760
|
**/
|
|
1865
|
-
Blocked: GenericPalletEvent<
|
|
1761
|
+
Blocked: GenericPalletEvent<'Assets', 'Blocked', { assetId: number; who: AccountId32 }>;
|
|
1866
1762
|
|
|
1867
1763
|
/**
|
|
1868
1764
|
* Some assets were deposited (e.g. for transaction fees).
|
|
1869
1765
|
**/
|
|
1870
|
-
Deposited: GenericPalletEvent<
|
|
1766
|
+
Deposited: GenericPalletEvent<'Assets', 'Deposited', { assetId: number; who: AccountId32; amount: bigint }>;
|
|
1871
1767
|
|
|
1872
1768
|
/**
|
|
1873
1769
|
* Some assets were withdrawn from the account (e.g. for transaction fees).
|
|
1874
1770
|
**/
|
|
1875
|
-
Withdrawn: GenericPalletEvent<
|
|
1771
|
+
Withdrawn: GenericPalletEvent<'Assets', 'Withdrawn', { assetId: number; who: AccountId32; amount: bigint }>;
|
|
1876
1772
|
|
|
1877
1773
|
/**
|
|
1878
1774
|
* Generic pallet event
|
|
1879
1775
|
**/
|
|
1880
|
-
[prop: string]: GenericPalletEvent
|
|
1776
|
+
[prop: string]: GenericPalletEvent;
|
|
1881
1777
|
};
|
|
1882
1778
|
/**
|
|
1883
1779
|
* Pallet `Uniques`'s events
|
|
@@ -1886,33 +1782,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1886
1782
|
/**
|
|
1887
1783
|
* A `collection` was created.
|
|
1888
1784
|
**/
|
|
1889
|
-
Created: GenericPalletEvent<
|
|
1890
|
-
Rv,
|
|
1891
|
-
'Uniques',
|
|
1892
|
-
'Created',
|
|
1893
|
-
{ collection: number; creator: AccountId32; owner: AccountId32 }
|
|
1894
|
-
>;
|
|
1785
|
+
Created: GenericPalletEvent<'Uniques', 'Created', { collection: number; creator: AccountId32; owner: AccountId32 }>;
|
|
1895
1786
|
|
|
1896
1787
|
/**
|
|
1897
1788
|
* A `collection` was force-created.
|
|
1898
1789
|
**/
|
|
1899
|
-
ForceCreated: GenericPalletEvent<
|
|
1790
|
+
ForceCreated: GenericPalletEvent<'Uniques', 'ForceCreated', { collection: number; owner: AccountId32 }>;
|
|
1900
1791
|
|
|
1901
1792
|
/**
|
|
1902
1793
|
* A `collection` was destroyed.
|
|
1903
1794
|
**/
|
|
1904
|
-
Destroyed: GenericPalletEvent<
|
|
1795
|
+
Destroyed: GenericPalletEvent<'Uniques', 'Destroyed', { collection: number }>;
|
|
1905
1796
|
|
|
1906
1797
|
/**
|
|
1907
1798
|
* An `item` was issued.
|
|
1908
1799
|
**/
|
|
1909
|
-
Issued: GenericPalletEvent<
|
|
1800
|
+
Issued: GenericPalletEvent<'Uniques', 'Issued', { collection: number; item: number; owner: AccountId32 }>;
|
|
1910
1801
|
|
|
1911
1802
|
/**
|
|
1912
1803
|
* An `item` was transferred.
|
|
1913
1804
|
**/
|
|
1914
1805
|
Transferred: GenericPalletEvent<
|
|
1915
|
-
Rv,
|
|
1916
1806
|
'Uniques',
|
|
1917
1807
|
'Transferred',
|
|
1918
1808
|
{ collection: number; item: number; from: AccountId32; to: AccountId32 }
|
|
@@ -1921,38 +1811,37 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1921
1811
|
/**
|
|
1922
1812
|
* An `item` was destroyed.
|
|
1923
1813
|
**/
|
|
1924
|
-
Burned: GenericPalletEvent<
|
|
1814
|
+
Burned: GenericPalletEvent<'Uniques', 'Burned', { collection: number; item: number; owner: AccountId32 }>;
|
|
1925
1815
|
|
|
1926
1816
|
/**
|
|
1927
1817
|
* Some `item` was frozen.
|
|
1928
1818
|
**/
|
|
1929
|
-
Frozen: GenericPalletEvent<
|
|
1819
|
+
Frozen: GenericPalletEvent<'Uniques', 'Frozen', { collection: number; item: number }>;
|
|
1930
1820
|
|
|
1931
1821
|
/**
|
|
1932
1822
|
* Some `item` was thawed.
|
|
1933
1823
|
**/
|
|
1934
|
-
Thawed: GenericPalletEvent<
|
|
1824
|
+
Thawed: GenericPalletEvent<'Uniques', 'Thawed', { collection: number; item: number }>;
|
|
1935
1825
|
|
|
1936
1826
|
/**
|
|
1937
1827
|
* Some `collection` was frozen.
|
|
1938
1828
|
**/
|
|
1939
|
-
CollectionFrozen: GenericPalletEvent<
|
|
1829
|
+
CollectionFrozen: GenericPalletEvent<'Uniques', 'CollectionFrozen', { collection: number }>;
|
|
1940
1830
|
|
|
1941
1831
|
/**
|
|
1942
1832
|
* Some `collection` was thawed.
|
|
1943
1833
|
**/
|
|
1944
|
-
CollectionThawed: GenericPalletEvent<
|
|
1834
|
+
CollectionThawed: GenericPalletEvent<'Uniques', 'CollectionThawed', { collection: number }>;
|
|
1945
1835
|
|
|
1946
1836
|
/**
|
|
1947
1837
|
* The owner changed.
|
|
1948
1838
|
**/
|
|
1949
|
-
OwnerChanged: GenericPalletEvent<
|
|
1839
|
+
OwnerChanged: GenericPalletEvent<'Uniques', 'OwnerChanged', { collection: number; newOwner: AccountId32 }>;
|
|
1950
1840
|
|
|
1951
1841
|
/**
|
|
1952
1842
|
* The management team changed.
|
|
1953
1843
|
**/
|
|
1954
1844
|
TeamChanged: GenericPalletEvent<
|
|
1955
|
-
Rv,
|
|
1956
1845
|
'Uniques',
|
|
1957
1846
|
'TeamChanged',
|
|
1958
1847
|
{ collection: number; issuer: AccountId32; admin: AccountId32; freezer: AccountId32 }
|
|
@@ -1963,7 +1852,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1963
1852
|
* a `delegate`.
|
|
1964
1853
|
**/
|
|
1965
1854
|
ApprovedTransfer: GenericPalletEvent<
|
|
1966
|
-
Rv,
|
|
1967
1855
|
'Uniques',
|
|
1968
1856
|
'ApprovedTransfer',
|
|
1969
1857
|
{ collection: number; item: number; owner: AccountId32; delegate: AccountId32 }
|
|
@@ -1974,7 +1862,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1974
1862
|
* `collection` was cancelled by its `owner`.
|
|
1975
1863
|
**/
|
|
1976
1864
|
ApprovalCancelled: GenericPalletEvent<
|
|
1977
|
-
Rv,
|
|
1978
1865
|
'Uniques',
|
|
1979
1866
|
'ApprovalCancelled',
|
|
1980
1867
|
{ collection: number; item: number; owner: AccountId32; delegate: AccountId32 }
|
|
@@ -1983,13 +1870,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1983
1870
|
/**
|
|
1984
1871
|
* A `collection` has had its attributes changed by the `Force` origin.
|
|
1985
1872
|
**/
|
|
1986
|
-
ItemStatusChanged: GenericPalletEvent<
|
|
1873
|
+
ItemStatusChanged: GenericPalletEvent<'Uniques', 'ItemStatusChanged', { collection: number }>;
|
|
1987
1874
|
|
|
1988
1875
|
/**
|
|
1989
1876
|
* New metadata has been set for a `collection`.
|
|
1990
1877
|
**/
|
|
1991
1878
|
CollectionMetadataSet: GenericPalletEvent<
|
|
1992
|
-
Rv,
|
|
1993
1879
|
'Uniques',
|
|
1994
1880
|
'CollectionMetadataSet',
|
|
1995
1881
|
{ collection: number; data: Bytes; isFrozen: boolean }
|
|
@@ -1998,13 +1884,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1998
1884
|
/**
|
|
1999
1885
|
* Metadata has been cleared for a `collection`.
|
|
2000
1886
|
**/
|
|
2001
|
-
CollectionMetadataCleared: GenericPalletEvent<
|
|
1887
|
+
CollectionMetadataCleared: GenericPalletEvent<'Uniques', 'CollectionMetadataCleared', { collection: number }>;
|
|
2002
1888
|
|
|
2003
1889
|
/**
|
|
2004
1890
|
* New metadata has been set for an item.
|
|
2005
1891
|
**/
|
|
2006
1892
|
MetadataSet: GenericPalletEvent<
|
|
2007
|
-
Rv,
|
|
2008
1893
|
'Uniques',
|
|
2009
1894
|
'MetadataSet',
|
|
2010
1895
|
{ collection: number; item: number; data: Bytes; isFrozen: boolean }
|
|
@@ -2013,23 +1898,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2013
1898
|
/**
|
|
2014
1899
|
* Metadata has been cleared for an item.
|
|
2015
1900
|
**/
|
|
2016
|
-
MetadataCleared: GenericPalletEvent<
|
|
1901
|
+
MetadataCleared: GenericPalletEvent<'Uniques', 'MetadataCleared', { collection: number; item: number }>;
|
|
2017
1902
|
|
|
2018
1903
|
/**
|
|
2019
1904
|
* Metadata has been cleared for an item.
|
|
2020
1905
|
**/
|
|
2021
|
-
Redeposited: GenericPalletEvent<
|
|
2022
|
-
Rv,
|
|
2023
|
-
'Uniques',
|
|
2024
|
-
'Redeposited',
|
|
2025
|
-
{ collection: number; successfulItems: Array<number> }
|
|
2026
|
-
>;
|
|
1906
|
+
Redeposited: GenericPalletEvent<'Uniques', 'Redeposited', { collection: number; successfulItems: Array<number> }>;
|
|
2027
1907
|
|
|
2028
1908
|
/**
|
|
2029
1909
|
* New attribute metadata has been set for a `collection` or `item`.
|
|
2030
1910
|
**/
|
|
2031
1911
|
AttributeSet: GenericPalletEvent<
|
|
2032
|
-
Rv,
|
|
2033
1912
|
'Uniques',
|
|
2034
1913
|
'AttributeSet',
|
|
2035
1914
|
{ collection: number; maybeItem?: number | undefined; key: Bytes; value: Bytes }
|
|
@@ -2039,7 +1918,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2039
1918
|
* Attribute metadata has been cleared for a `collection` or `item`.
|
|
2040
1919
|
**/
|
|
2041
1920
|
AttributeCleared: GenericPalletEvent<
|
|
2042
|
-
Rv,
|
|
2043
1921
|
'Uniques',
|
|
2044
1922
|
'AttributeCleared',
|
|
2045
1923
|
{ collection: number; maybeItem?: number | undefined; key: Bytes }
|
|
@@ -2049,7 +1927,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2049
1927
|
* Ownership acceptance has changed for an account.
|
|
2050
1928
|
**/
|
|
2051
1929
|
OwnershipAcceptanceChanged: GenericPalletEvent<
|
|
2052
|
-
Rv,
|
|
2053
1930
|
'Uniques',
|
|
2054
1931
|
'OwnershipAcceptanceChanged',
|
|
2055
1932
|
{ who: AccountId32; maybeCollection?: number | undefined }
|
|
@@ -2059,7 +1936,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2059
1936
|
* Max supply has been set for a collection.
|
|
2060
1937
|
**/
|
|
2061
1938
|
CollectionMaxSupplySet: GenericPalletEvent<
|
|
2062
|
-
Rv,
|
|
2063
1939
|
'Uniques',
|
|
2064
1940
|
'CollectionMaxSupplySet',
|
|
2065
1941
|
{ collection: number; maxSupply: number }
|
|
@@ -2069,7 +1945,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2069
1945
|
* The price was set for the instance.
|
|
2070
1946
|
**/
|
|
2071
1947
|
ItemPriceSet: GenericPalletEvent<
|
|
2072
|
-
Rv,
|
|
2073
1948
|
'Uniques',
|
|
2074
1949
|
'ItemPriceSet',
|
|
2075
1950
|
{ collection: number; item: number; price: bigint; whitelistedBuyer?: AccountId32 | undefined }
|
|
@@ -2078,13 +1953,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2078
1953
|
/**
|
|
2079
1954
|
* The price for the instance was removed.
|
|
2080
1955
|
**/
|
|
2081
|
-
ItemPriceRemoved: GenericPalletEvent<
|
|
1956
|
+
ItemPriceRemoved: GenericPalletEvent<'Uniques', 'ItemPriceRemoved', { collection: number; item: number }>;
|
|
2082
1957
|
|
|
2083
1958
|
/**
|
|
2084
1959
|
* An item was bought.
|
|
2085
1960
|
**/
|
|
2086
1961
|
ItemBought: GenericPalletEvent<
|
|
2087
|
-
Rv,
|
|
2088
1962
|
'Uniques',
|
|
2089
1963
|
'ItemBought',
|
|
2090
1964
|
{ collection: number; item: number; price: bigint; seller: AccountId32; buyer: AccountId32 }
|
|
@@ -2093,7 +1967,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2093
1967
|
/**
|
|
2094
1968
|
* Generic pallet event
|
|
2095
1969
|
**/
|
|
2096
|
-
[prop: string]: GenericPalletEvent
|
|
1970
|
+
[prop: string]: GenericPalletEvent;
|
|
2097
1971
|
};
|
|
2098
1972
|
/**
|
|
2099
1973
|
* Pallet `Nfts`'s events
|
|
@@ -2102,33 +1976,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2102
1976
|
/**
|
|
2103
1977
|
* A `collection` was created.
|
|
2104
1978
|
**/
|
|
2105
|
-
Created: GenericPalletEvent<
|
|
2106
|
-
Rv,
|
|
2107
|
-
'Nfts',
|
|
2108
|
-
'Created',
|
|
2109
|
-
{ collection: number; creator: AccountId32; owner: AccountId32 }
|
|
2110
|
-
>;
|
|
1979
|
+
Created: GenericPalletEvent<'Nfts', 'Created', { collection: number; creator: AccountId32; owner: AccountId32 }>;
|
|
2111
1980
|
|
|
2112
1981
|
/**
|
|
2113
1982
|
* A `collection` was force-created.
|
|
2114
1983
|
**/
|
|
2115
|
-
ForceCreated: GenericPalletEvent<
|
|
1984
|
+
ForceCreated: GenericPalletEvent<'Nfts', 'ForceCreated', { collection: number; owner: AccountId32 }>;
|
|
2116
1985
|
|
|
2117
1986
|
/**
|
|
2118
1987
|
* A `collection` was destroyed.
|
|
2119
1988
|
**/
|
|
2120
|
-
Destroyed: GenericPalletEvent<
|
|
1989
|
+
Destroyed: GenericPalletEvent<'Nfts', 'Destroyed', { collection: number }>;
|
|
2121
1990
|
|
|
2122
1991
|
/**
|
|
2123
1992
|
* An `item` was issued.
|
|
2124
1993
|
**/
|
|
2125
|
-
Issued: GenericPalletEvent<
|
|
1994
|
+
Issued: GenericPalletEvent<'Nfts', 'Issued', { collection: number; item: number; owner: AccountId32 }>;
|
|
2126
1995
|
|
|
2127
1996
|
/**
|
|
2128
1997
|
* An `item` was transferred.
|
|
2129
1998
|
**/
|
|
2130
1999
|
Transferred: GenericPalletEvent<
|
|
2131
|
-
Rv,
|
|
2132
2000
|
'Nfts',
|
|
2133
2001
|
'Transferred',
|
|
2134
2002
|
{ collection: number; item: number; from: AccountId32; to: AccountId32 }
|
|
@@ -2137,23 +2005,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2137
2005
|
/**
|
|
2138
2006
|
* An `item` was destroyed.
|
|
2139
2007
|
**/
|
|
2140
|
-
Burned: GenericPalletEvent<
|
|
2008
|
+
Burned: GenericPalletEvent<'Nfts', 'Burned', { collection: number; item: number; owner: AccountId32 }>;
|
|
2141
2009
|
|
|
2142
2010
|
/**
|
|
2143
2011
|
* An `item` became non-transferable.
|
|
2144
2012
|
**/
|
|
2145
|
-
ItemTransferLocked: GenericPalletEvent<
|
|
2013
|
+
ItemTransferLocked: GenericPalletEvent<'Nfts', 'ItemTransferLocked', { collection: number; item: number }>;
|
|
2146
2014
|
|
|
2147
2015
|
/**
|
|
2148
2016
|
* An `item` became transferable.
|
|
2149
2017
|
**/
|
|
2150
|
-
ItemTransferUnlocked: GenericPalletEvent<
|
|
2018
|
+
ItemTransferUnlocked: GenericPalletEvent<'Nfts', 'ItemTransferUnlocked', { collection: number; item: number }>;
|
|
2151
2019
|
|
|
2152
2020
|
/**
|
|
2153
2021
|
* `item` metadata or attributes were locked.
|
|
2154
2022
|
**/
|
|
2155
2023
|
ItemPropertiesLocked: GenericPalletEvent<
|
|
2156
|
-
Rv,
|
|
2157
2024
|
'Nfts',
|
|
2158
2025
|
'ItemPropertiesLocked',
|
|
2159
2026
|
{ collection: number; item: number; lockMetadata: boolean; lockAttributes: boolean }
|
|
@@ -2162,18 +2029,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2162
2029
|
/**
|
|
2163
2030
|
* Some `collection` was locked.
|
|
2164
2031
|
**/
|
|
2165
|
-
CollectionLocked: GenericPalletEvent<
|
|
2032
|
+
CollectionLocked: GenericPalletEvent<'Nfts', 'CollectionLocked', { collection: number }>;
|
|
2166
2033
|
|
|
2167
2034
|
/**
|
|
2168
2035
|
* The owner changed.
|
|
2169
2036
|
**/
|
|
2170
|
-
OwnerChanged: GenericPalletEvent<
|
|
2037
|
+
OwnerChanged: GenericPalletEvent<'Nfts', 'OwnerChanged', { collection: number; newOwner: AccountId32 }>;
|
|
2171
2038
|
|
|
2172
2039
|
/**
|
|
2173
2040
|
* The management team changed.
|
|
2174
2041
|
**/
|
|
2175
2042
|
TeamChanged: GenericPalletEvent<
|
|
2176
|
-
Rv,
|
|
2177
2043
|
'Nfts',
|
|
2178
2044
|
'TeamChanged',
|
|
2179
2045
|
{
|
|
@@ -2189,7 +2055,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2189
2055
|
* a `delegate`.
|
|
2190
2056
|
**/
|
|
2191
2057
|
TransferApproved: GenericPalletEvent<
|
|
2192
|
-
Rv,
|
|
2193
2058
|
'Nfts',
|
|
2194
2059
|
'TransferApproved',
|
|
2195
2060
|
{ collection: number; item: number; owner: AccountId32; delegate: AccountId32; deadline?: number | undefined }
|
|
@@ -2200,7 +2065,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2200
2065
|
* `collection` was cancelled by its `owner`.
|
|
2201
2066
|
**/
|
|
2202
2067
|
ApprovalCancelled: GenericPalletEvent<
|
|
2203
|
-
Rv,
|
|
2204
2068
|
'Nfts',
|
|
2205
2069
|
'ApprovalCancelled',
|
|
2206
2070
|
{ collection: number; item: number; owner: AccountId32; delegate: AccountId32 }
|
|
@@ -2210,7 +2074,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2210
2074
|
* All approvals of an item got cancelled.
|
|
2211
2075
|
**/
|
|
2212
2076
|
AllApprovalsCancelled: GenericPalletEvent<
|
|
2213
|
-
Rv,
|
|
2214
2077
|
'Nfts',
|
|
2215
2078
|
'AllApprovalsCancelled',
|
|
2216
2079
|
{ collection: number; item: number; owner: AccountId32 }
|
|
@@ -2219,43 +2082,37 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2219
2082
|
/**
|
|
2220
2083
|
* A `collection` has had its config changed by the `Force` origin.
|
|
2221
2084
|
**/
|
|
2222
|
-
CollectionConfigChanged: GenericPalletEvent<
|
|
2085
|
+
CollectionConfigChanged: GenericPalletEvent<'Nfts', 'CollectionConfigChanged', { collection: number }>;
|
|
2223
2086
|
|
|
2224
2087
|
/**
|
|
2225
2088
|
* New metadata has been set for a `collection`.
|
|
2226
2089
|
**/
|
|
2227
|
-
CollectionMetadataSet: GenericPalletEvent<
|
|
2090
|
+
CollectionMetadataSet: GenericPalletEvent<'Nfts', 'CollectionMetadataSet', { collection: number; data: Bytes }>;
|
|
2228
2091
|
|
|
2229
2092
|
/**
|
|
2230
2093
|
* Metadata has been cleared for a `collection`.
|
|
2231
2094
|
**/
|
|
2232
|
-
CollectionMetadataCleared: GenericPalletEvent<
|
|
2095
|
+
CollectionMetadataCleared: GenericPalletEvent<'Nfts', 'CollectionMetadataCleared', { collection: number }>;
|
|
2233
2096
|
|
|
2234
2097
|
/**
|
|
2235
2098
|
* New metadata has been set for an item.
|
|
2236
2099
|
**/
|
|
2237
|
-
ItemMetadataSet: GenericPalletEvent<
|
|
2238
|
-
Rv,
|
|
2239
|
-
'Nfts',
|
|
2240
|
-
'ItemMetadataSet',
|
|
2241
|
-
{ collection: number; item: number; data: Bytes }
|
|
2242
|
-
>;
|
|
2100
|
+
ItemMetadataSet: GenericPalletEvent<'Nfts', 'ItemMetadataSet', { collection: number; item: number; data: Bytes }>;
|
|
2243
2101
|
|
|
2244
2102
|
/**
|
|
2245
2103
|
* Metadata has been cleared for an item.
|
|
2246
2104
|
**/
|
|
2247
|
-
ItemMetadataCleared: GenericPalletEvent<
|
|
2105
|
+
ItemMetadataCleared: GenericPalletEvent<'Nfts', 'ItemMetadataCleared', { collection: number; item: number }>;
|
|
2248
2106
|
|
|
2249
2107
|
/**
|
|
2250
2108
|
* The deposit for a set of `item`s within a `collection` has been updated.
|
|
2251
2109
|
**/
|
|
2252
|
-
Redeposited: GenericPalletEvent<
|
|
2110
|
+
Redeposited: GenericPalletEvent<'Nfts', 'Redeposited', { collection: number; successfulItems: Array<number> }>;
|
|
2253
2111
|
|
|
2254
2112
|
/**
|
|
2255
2113
|
* New attribute metadata has been set for a `collection` or `item`.
|
|
2256
2114
|
**/
|
|
2257
2115
|
AttributeSet: GenericPalletEvent<
|
|
2258
|
-
Rv,
|
|
2259
2116
|
'Nfts',
|
|
2260
2117
|
'AttributeSet',
|
|
2261
2118
|
{
|
|
@@ -2271,7 +2128,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2271
2128
|
* Attribute metadata has been cleared for a `collection` or `item`.
|
|
2272
2129
|
**/
|
|
2273
2130
|
AttributeCleared: GenericPalletEvent<
|
|
2274
|
-
Rv,
|
|
2275
2131
|
'Nfts',
|
|
2276
2132
|
'AttributeCleared',
|
|
2277
2133
|
{ collection: number; maybeItem?: number | undefined; key: Bytes; namespace: PalletNftsAttributeNamespace }
|
|
@@ -2281,7 +2137,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2281
2137
|
* A new approval to modify item attributes was added.
|
|
2282
2138
|
**/
|
|
2283
2139
|
ItemAttributesApprovalAdded: GenericPalletEvent<
|
|
2284
|
-
Rv,
|
|
2285
2140
|
'Nfts',
|
|
2286
2141
|
'ItemAttributesApprovalAdded',
|
|
2287
2142
|
{ collection: number; item: number; delegate: AccountId32 }
|
|
@@ -2291,7 +2146,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2291
2146
|
* A new approval to modify item attributes was removed.
|
|
2292
2147
|
**/
|
|
2293
2148
|
ItemAttributesApprovalRemoved: GenericPalletEvent<
|
|
2294
|
-
Rv,
|
|
2295
2149
|
'Nfts',
|
|
2296
2150
|
'ItemAttributesApprovalRemoved',
|
|
2297
2151
|
{ collection: number; item: number; delegate: AccountId32 }
|
|
@@ -2301,7 +2155,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2301
2155
|
* Ownership acceptance has changed for an account.
|
|
2302
2156
|
**/
|
|
2303
2157
|
OwnershipAcceptanceChanged: GenericPalletEvent<
|
|
2304
|
-
Rv,
|
|
2305
2158
|
'Nfts',
|
|
2306
2159
|
'OwnershipAcceptanceChanged',
|
|
2307
2160
|
{ who: AccountId32; maybeCollection?: number | undefined }
|
|
@@ -2311,7 +2164,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2311
2164
|
* Max supply has been set for a collection.
|
|
2312
2165
|
**/
|
|
2313
2166
|
CollectionMaxSupplySet: GenericPalletEvent<
|
|
2314
|
-
Rv,
|
|
2315
2167
|
'Nfts',
|
|
2316
2168
|
'CollectionMaxSupplySet',
|
|
2317
2169
|
{ collection: number; maxSupply: number }
|
|
@@ -2320,18 +2172,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2320
2172
|
/**
|
|
2321
2173
|
* Mint settings for a collection had changed.
|
|
2322
2174
|
**/
|
|
2323
|
-
CollectionMintSettingsUpdated: GenericPalletEvent<
|
|
2324
|
-
Rv,
|
|
2325
|
-
'Nfts',
|
|
2326
|
-
'CollectionMintSettingsUpdated',
|
|
2327
|
-
{ collection: number }
|
|
2328
|
-
>;
|
|
2175
|
+
CollectionMintSettingsUpdated: GenericPalletEvent<'Nfts', 'CollectionMintSettingsUpdated', { collection: number }>;
|
|
2329
2176
|
|
|
2330
2177
|
/**
|
|
2331
2178
|
* Event gets emitted when the `NextCollectionId` gets incremented.
|
|
2332
2179
|
**/
|
|
2333
2180
|
NextCollectionIdIncremented: GenericPalletEvent<
|
|
2334
|
-
Rv,
|
|
2335
2181
|
'Nfts',
|
|
2336
2182
|
'NextCollectionIdIncremented',
|
|
2337
2183
|
{ nextId?: number | undefined }
|
|
@@ -2341,7 +2187,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2341
2187
|
* The price was set for the item.
|
|
2342
2188
|
**/
|
|
2343
2189
|
ItemPriceSet: GenericPalletEvent<
|
|
2344
|
-
Rv,
|
|
2345
2190
|
'Nfts',
|
|
2346
2191
|
'ItemPriceSet',
|
|
2347
2192
|
{ collection: number; item: number; price: bigint; whitelistedBuyer?: AccountId32 | undefined }
|
|
@@ -2350,13 +2195,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2350
2195
|
/**
|
|
2351
2196
|
* The price for the item was removed.
|
|
2352
2197
|
**/
|
|
2353
|
-
ItemPriceRemoved: GenericPalletEvent<
|
|
2198
|
+
ItemPriceRemoved: GenericPalletEvent<'Nfts', 'ItemPriceRemoved', { collection: number; item: number }>;
|
|
2354
2199
|
|
|
2355
2200
|
/**
|
|
2356
2201
|
* An item was bought.
|
|
2357
2202
|
**/
|
|
2358
2203
|
ItemBought: GenericPalletEvent<
|
|
2359
|
-
Rv,
|
|
2360
2204
|
'Nfts',
|
|
2361
2205
|
'ItemBought',
|
|
2362
2206
|
{ collection: number; item: number; price: bigint; seller: AccountId32; buyer: AccountId32 }
|
|
@@ -2366,7 +2210,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2366
2210
|
* A tip was sent.
|
|
2367
2211
|
**/
|
|
2368
2212
|
TipSent: GenericPalletEvent<
|
|
2369
|
-
Rv,
|
|
2370
2213
|
'Nfts',
|
|
2371
2214
|
'TipSent',
|
|
2372
2215
|
{ collection: number; item: number; sender: AccountId32; receiver: AccountId32; amount: bigint }
|
|
@@ -2376,7 +2219,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2376
2219
|
* An `item` swap intent was created.
|
|
2377
2220
|
**/
|
|
2378
2221
|
SwapCreated: GenericPalletEvent<
|
|
2379
|
-
Rv,
|
|
2380
2222
|
'Nfts',
|
|
2381
2223
|
'SwapCreated',
|
|
2382
2224
|
{
|
|
@@ -2393,7 +2235,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2393
2235
|
* The swap was cancelled.
|
|
2394
2236
|
**/
|
|
2395
2237
|
SwapCancelled: GenericPalletEvent<
|
|
2396
|
-
Rv,
|
|
2397
2238
|
'Nfts',
|
|
2398
2239
|
'SwapCancelled',
|
|
2399
2240
|
{
|
|
@@ -2410,7 +2251,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2410
2251
|
* The swap has been claimed.
|
|
2411
2252
|
**/
|
|
2412
2253
|
SwapClaimed: GenericPalletEvent<
|
|
2413
|
-
Rv,
|
|
2414
2254
|
'Nfts',
|
|
2415
2255
|
'SwapClaimed',
|
|
2416
2256
|
{
|
|
@@ -2429,7 +2269,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2429
2269
|
* New attributes have been set for an `item` of the `collection`.
|
|
2430
2270
|
**/
|
|
2431
2271
|
PreSignedAttributesSet: GenericPalletEvent<
|
|
2432
|
-
Rv,
|
|
2433
2272
|
'Nfts',
|
|
2434
2273
|
'PreSignedAttributesSet',
|
|
2435
2274
|
{ collection: number; item: number; namespace: PalletNftsAttributeNamespace }
|
|
@@ -2440,7 +2279,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2440
2279
|
* within that `collection`.
|
|
2441
2280
|
**/
|
|
2442
2281
|
PalletAttributeSet: GenericPalletEvent<
|
|
2443
|
-
Rv,
|
|
2444
2282
|
'Nfts',
|
|
2445
2283
|
'PalletAttributeSet',
|
|
2446
2284
|
{ collection: number; item?: number | undefined; attribute: PalletNftsPalletAttributes; value: Bytes }
|
|
@@ -2449,7 +2287,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2449
2287
|
/**
|
|
2450
2288
|
* Generic pallet event
|
|
2451
2289
|
**/
|
|
2452
|
-
[prop: string]: GenericPalletEvent
|
|
2290
|
+
[prop: string]: GenericPalletEvent;
|
|
2453
2291
|
};
|
|
2454
2292
|
/**
|
|
2455
2293
|
* Pallet `ForeignAssets`'s events
|
|
@@ -2459,7 +2297,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2459
2297
|
* Some asset class was created.
|
|
2460
2298
|
**/
|
|
2461
2299
|
Created: GenericPalletEvent<
|
|
2462
|
-
Rv,
|
|
2463
2300
|
'ForeignAssets',
|
|
2464
2301
|
'Created',
|
|
2465
2302
|
{ assetId: StagingXcmV5Location; creator: AccountId32; owner: AccountId32 }
|
|
@@ -2469,7 +2306,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2469
2306
|
* Some assets were issued.
|
|
2470
2307
|
**/
|
|
2471
2308
|
Issued: GenericPalletEvent<
|
|
2472
|
-
Rv,
|
|
2473
2309
|
'ForeignAssets',
|
|
2474
2310
|
'Issued',
|
|
2475
2311
|
{ assetId: StagingXcmV5Location; owner: AccountId32; amount: bigint }
|
|
@@ -2479,7 +2315,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2479
2315
|
* Some assets were transferred.
|
|
2480
2316
|
**/
|
|
2481
2317
|
Transferred: GenericPalletEvent<
|
|
2482
|
-
Rv,
|
|
2483
2318
|
'ForeignAssets',
|
|
2484
2319
|
'Transferred',
|
|
2485
2320
|
{ assetId: StagingXcmV5Location; from: AccountId32; to: AccountId32; amount: bigint }
|
|
@@ -2489,7 +2324,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2489
2324
|
* Some assets were destroyed.
|
|
2490
2325
|
**/
|
|
2491
2326
|
Burned: GenericPalletEvent<
|
|
2492
|
-
Rv,
|
|
2493
2327
|
'ForeignAssets',
|
|
2494
2328
|
'Burned',
|
|
2495
2329
|
{ assetId: StagingXcmV5Location; owner: AccountId32; balance: bigint }
|
|
@@ -2499,7 +2333,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2499
2333
|
* The management team changed.
|
|
2500
2334
|
**/
|
|
2501
2335
|
TeamChanged: GenericPalletEvent<
|
|
2502
|
-
Rv,
|
|
2503
2336
|
'ForeignAssets',
|
|
2504
2337
|
'TeamChanged',
|
|
2505
2338
|
{ assetId: StagingXcmV5Location; issuer: AccountId32; admin: AccountId32; freezer: AccountId32 }
|
|
@@ -2509,7 +2342,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2509
2342
|
* The owner changed.
|
|
2510
2343
|
**/
|
|
2511
2344
|
OwnerChanged: GenericPalletEvent<
|
|
2512
|
-
Rv,
|
|
2513
2345
|
'ForeignAssets',
|
|
2514
2346
|
'OwnerChanged',
|
|
2515
2347
|
{ assetId: StagingXcmV5Location; owner: AccountId32 }
|
|
@@ -2518,28 +2350,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2518
2350
|
/**
|
|
2519
2351
|
* Some account `who` was frozen.
|
|
2520
2352
|
**/
|
|
2521
|
-
Frozen: GenericPalletEvent<
|
|
2353
|
+
Frozen: GenericPalletEvent<'ForeignAssets', 'Frozen', { assetId: StagingXcmV5Location; who: AccountId32 }>;
|
|
2522
2354
|
|
|
2523
2355
|
/**
|
|
2524
2356
|
* Some account `who` was thawed.
|
|
2525
2357
|
**/
|
|
2526
|
-
Thawed: GenericPalletEvent<
|
|
2358
|
+
Thawed: GenericPalletEvent<'ForeignAssets', 'Thawed', { assetId: StagingXcmV5Location; who: AccountId32 }>;
|
|
2527
2359
|
|
|
2528
2360
|
/**
|
|
2529
2361
|
* Some asset `asset_id` was frozen.
|
|
2530
2362
|
**/
|
|
2531
|
-
AssetFrozen: GenericPalletEvent<
|
|
2363
|
+
AssetFrozen: GenericPalletEvent<'ForeignAssets', 'AssetFrozen', { assetId: StagingXcmV5Location }>;
|
|
2532
2364
|
|
|
2533
2365
|
/**
|
|
2534
2366
|
* Some asset `asset_id` was thawed.
|
|
2535
2367
|
**/
|
|
2536
|
-
AssetThawed: GenericPalletEvent<
|
|
2368
|
+
AssetThawed: GenericPalletEvent<'ForeignAssets', 'AssetThawed', { assetId: StagingXcmV5Location }>;
|
|
2537
2369
|
|
|
2538
2370
|
/**
|
|
2539
2371
|
* Accounts were destroyed for given asset.
|
|
2540
2372
|
**/
|
|
2541
2373
|
AccountsDestroyed: GenericPalletEvent<
|
|
2542
|
-
Rv,
|
|
2543
2374
|
'ForeignAssets',
|
|
2544
2375
|
'AccountsDestroyed',
|
|
2545
2376
|
{ assetId: StagingXcmV5Location; accountsDestroyed: number; accountsRemaining: number }
|
|
@@ -2549,7 +2380,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2549
2380
|
* Approvals were destroyed for given asset.
|
|
2550
2381
|
**/
|
|
2551
2382
|
ApprovalsDestroyed: GenericPalletEvent<
|
|
2552
|
-
Rv,
|
|
2553
2383
|
'ForeignAssets',
|
|
2554
2384
|
'ApprovalsDestroyed',
|
|
2555
2385
|
{ assetId: StagingXcmV5Location; approvalsDestroyed: number; approvalsRemaining: number }
|
|
@@ -2558,23 +2388,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2558
2388
|
/**
|
|
2559
2389
|
* An asset class is in the process of being destroyed.
|
|
2560
2390
|
**/
|
|
2561
|
-
DestructionStarted: GenericPalletEvent<
|
|
2562
|
-
Rv,
|
|
2563
|
-
'ForeignAssets',
|
|
2564
|
-
'DestructionStarted',
|
|
2565
|
-
{ assetId: StagingXcmV5Location }
|
|
2566
|
-
>;
|
|
2391
|
+
DestructionStarted: GenericPalletEvent<'ForeignAssets', 'DestructionStarted', { assetId: StagingXcmV5Location }>;
|
|
2567
2392
|
|
|
2568
2393
|
/**
|
|
2569
2394
|
* An asset class was destroyed.
|
|
2570
2395
|
**/
|
|
2571
|
-
Destroyed: GenericPalletEvent<
|
|
2396
|
+
Destroyed: GenericPalletEvent<'ForeignAssets', 'Destroyed', { assetId: StagingXcmV5Location }>;
|
|
2572
2397
|
|
|
2573
2398
|
/**
|
|
2574
2399
|
* Some asset class was force-created.
|
|
2575
2400
|
**/
|
|
2576
2401
|
ForceCreated: GenericPalletEvent<
|
|
2577
|
-
Rv,
|
|
2578
2402
|
'ForeignAssets',
|
|
2579
2403
|
'ForceCreated',
|
|
2580
2404
|
{ assetId: StagingXcmV5Location; owner: AccountId32 }
|
|
@@ -2584,7 +2408,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2584
2408
|
* New metadata has been set for an asset.
|
|
2585
2409
|
**/
|
|
2586
2410
|
MetadataSet: GenericPalletEvent<
|
|
2587
|
-
Rv,
|
|
2588
2411
|
'ForeignAssets',
|
|
2589
2412
|
'MetadataSet',
|
|
2590
2413
|
{ assetId: StagingXcmV5Location; name: Bytes; symbol: Bytes; decimals: number; isFrozen: boolean }
|
|
@@ -2593,13 +2416,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2593
2416
|
/**
|
|
2594
2417
|
* Metadata has been cleared for an asset.
|
|
2595
2418
|
**/
|
|
2596
|
-
MetadataCleared: GenericPalletEvent<
|
|
2419
|
+
MetadataCleared: GenericPalletEvent<'ForeignAssets', 'MetadataCleared', { assetId: StagingXcmV5Location }>;
|
|
2597
2420
|
|
|
2598
2421
|
/**
|
|
2599
2422
|
* (Additional) funds have been approved for transfer to a destination account.
|
|
2600
2423
|
**/
|
|
2601
2424
|
ApprovedTransfer: GenericPalletEvent<
|
|
2602
|
-
Rv,
|
|
2603
2425
|
'ForeignAssets',
|
|
2604
2426
|
'ApprovedTransfer',
|
|
2605
2427
|
{ assetId: StagingXcmV5Location; source: AccountId32; delegate: AccountId32; amount: bigint }
|
|
@@ -2609,7 +2431,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2609
2431
|
* An approval for account `delegate` was cancelled by `owner`.
|
|
2610
2432
|
**/
|
|
2611
2433
|
ApprovalCancelled: GenericPalletEvent<
|
|
2612
|
-
Rv,
|
|
2613
2434
|
'ForeignAssets',
|
|
2614
2435
|
'ApprovalCancelled',
|
|
2615
2436
|
{ assetId: StagingXcmV5Location; owner: AccountId32; delegate: AccountId32 }
|
|
@@ -2620,7 +2441,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2620
2441
|
* the approved `delegate`.
|
|
2621
2442
|
**/
|
|
2622
2443
|
TransferredApproved: GenericPalletEvent<
|
|
2623
|
-
Rv,
|
|
2624
2444
|
'ForeignAssets',
|
|
2625
2445
|
'TransferredApproved',
|
|
2626
2446
|
{
|
|
@@ -2635,18 +2455,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2635
2455
|
/**
|
|
2636
2456
|
* An asset has had its attributes changed by the `Force` origin.
|
|
2637
2457
|
**/
|
|
2638
|
-
AssetStatusChanged: GenericPalletEvent<
|
|
2639
|
-
Rv,
|
|
2640
|
-
'ForeignAssets',
|
|
2641
|
-
'AssetStatusChanged',
|
|
2642
|
-
{ assetId: StagingXcmV5Location }
|
|
2643
|
-
>;
|
|
2458
|
+
AssetStatusChanged: GenericPalletEvent<'ForeignAssets', 'AssetStatusChanged', { assetId: StagingXcmV5Location }>;
|
|
2644
2459
|
|
|
2645
2460
|
/**
|
|
2646
2461
|
* The min_balance of an asset has been updated by the asset owner.
|
|
2647
2462
|
**/
|
|
2648
2463
|
AssetMinBalanceChanged: GenericPalletEvent<
|
|
2649
|
-
Rv,
|
|
2650
2464
|
'ForeignAssets',
|
|
2651
2465
|
'AssetMinBalanceChanged',
|
|
2652
2466
|
{ assetId: StagingXcmV5Location; newMinBalance: bigint }
|
|
@@ -2656,7 +2470,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2656
2470
|
* Some account `who` was created with a deposit from `depositor`.
|
|
2657
2471
|
**/
|
|
2658
2472
|
Touched: GenericPalletEvent<
|
|
2659
|
-
Rv,
|
|
2660
2473
|
'ForeignAssets',
|
|
2661
2474
|
'Touched',
|
|
2662
2475
|
{ assetId: StagingXcmV5Location; who: AccountId32; depositor: AccountId32 }
|
|
@@ -2665,13 +2478,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2665
2478
|
/**
|
|
2666
2479
|
* Some account `who` was blocked.
|
|
2667
2480
|
**/
|
|
2668
|
-
Blocked: GenericPalletEvent<
|
|
2481
|
+
Blocked: GenericPalletEvent<'ForeignAssets', 'Blocked', { assetId: StagingXcmV5Location; who: AccountId32 }>;
|
|
2669
2482
|
|
|
2670
2483
|
/**
|
|
2671
2484
|
* Some assets were deposited (e.g. for transaction fees).
|
|
2672
2485
|
**/
|
|
2673
2486
|
Deposited: GenericPalletEvent<
|
|
2674
|
-
Rv,
|
|
2675
2487
|
'ForeignAssets',
|
|
2676
2488
|
'Deposited',
|
|
2677
2489
|
{ assetId: StagingXcmV5Location; who: AccountId32; amount: bigint }
|
|
@@ -2681,7 +2493,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2681
2493
|
* Some assets were withdrawn from the account (e.g. for transaction fees).
|
|
2682
2494
|
**/
|
|
2683
2495
|
Withdrawn: GenericPalletEvent<
|
|
2684
|
-
Rv,
|
|
2685
2496
|
'ForeignAssets',
|
|
2686
2497
|
'Withdrawn',
|
|
2687
2498
|
{ assetId: StagingXcmV5Location; who: AccountId32; amount: bigint }
|
|
@@ -2690,7 +2501,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2690
2501
|
/**
|
|
2691
2502
|
* Generic pallet event
|
|
2692
2503
|
**/
|
|
2693
|
-
[prop: string]: GenericPalletEvent
|
|
2504
|
+
[prop: string]: GenericPalletEvent;
|
|
2694
2505
|
};
|
|
2695
2506
|
/**
|
|
2696
2507
|
* Pallet `NftFractionalization`'s events
|
|
@@ -2700,7 +2511,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2700
2511
|
* An NFT was successfully fractionalized.
|
|
2701
2512
|
**/
|
|
2702
2513
|
NftFractionalized: GenericPalletEvent<
|
|
2703
|
-
Rv,
|
|
2704
2514
|
'NftFractionalization',
|
|
2705
2515
|
'NftFractionalized',
|
|
2706
2516
|
{ nftCollection: number; nft: number; fractions: bigint; asset: number; beneficiary: AccountId32 }
|
|
@@ -2710,7 +2520,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2710
2520
|
* An NFT was successfully returned back.
|
|
2711
2521
|
**/
|
|
2712
2522
|
NftUnified: GenericPalletEvent<
|
|
2713
|
-
Rv,
|
|
2714
2523
|
'NftFractionalization',
|
|
2715
2524
|
'NftUnified',
|
|
2716
2525
|
{ nftCollection: number; nft: number; asset: number; beneficiary: AccountId32 }
|
|
@@ -2719,7 +2528,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2719
2528
|
/**
|
|
2720
2529
|
* Generic pallet event
|
|
2721
2530
|
**/
|
|
2722
|
-
[prop: string]: GenericPalletEvent
|
|
2531
|
+
[prop: string]: GenericPalletEvent;
|
|
2723
2532
|
};
|
|
2724
2533
|
/**
|
|
2725
2534
|
* Pallet `PoolAssets`'s events
|
|
@@ -2728,23 +2537,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2728
2537
|
/**
|
|
2729
2538
|
* Some asset class was created.
|
|
2730
2539
|
**/
|
|
2731
|
-
Created: GenericPalletEvent<
|
|
2732
|
-
Rv,
|
|
2733
|
-
'PoolAssets',
|
|
2734
|
-
'Created',
|
|
2735
|
-
{ assetId: number; creator: AccountId32; owner: AccountId32 }
|
|
2736
|
-
>;
|
|
2540
|
+
Created: GenericPalletEvent<'PoolAssets', 'Created', { assetId: number; creator: AccountId32; owner: AccountId32 }>;
|
|
2737
2541
|
|
|
2738
2542
|
/**
|
|
2739
2543
|
* Some assets were issued.
|
|
2740
2544
|
**/
|
|
2741
|
-
Issued: GenericPalletEvent<
|
|
2545
|
+
Issued: GenericPalletEvent<'PoolAssets', 'Issued', { assetId: number; owner: AccountId32; amount: bigint }>;
|
|
2742
2546
|
|
|
2743
2547
|
/**
|
|
2744
2548
|
* Some assets were transferred.
|
|
2745
2549
|
**/
|
|
2746
2550
|
Transferred: GenericPalletEvent<
|
|
2747
|
-
Rv,
|
|
2748
2551
|
'PoolAssets',
|
|
2749
2552
|
'Transferred',
|
|
2750
2553
|
{ assetId: number; from: AccountId32; to: AccountId32; amount: bigint }
|
|
@@ -2753,13 +2556,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2753
2556
|
/**
|
|
2754
2557
|
* Some assets were destroyed.
|
|
2755
2558
|
**/
|
|
2756
|
-
Burned: GenericPalletEvent<
|
|
2559
|
+
Burned: GenericPalletEvent<'PoolAssets', 'Burned', { assetId: number; owner: AccountId32; balance: bigint }>;
|
|
2757
2560
|
|
|
2758
2561
|
/**
|
|
2759
2562
|
* The management team changed.
|
|
2760
2563
|
**/
|
|
2761
2564
|
TeamChanged: GenericPalletEvent<
|
|
2762
|
-
Rv,
|
|
2763
2565
|
'PoolAssets',
|
|
2764
2566
|
'TeamChanged',
|
|
2765
2567
|
{ assetId: number; issuer: AccountId32; admin: AccountId32; freezer: AccountId32 }
|
|
@@ -2768,33 +2570,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2768
2570
|
/**
|
|
2769
2571
|
* The owner changed.
|
|
2770
2572
|
**/
|
|
2771
|
-
OwnerChanged: GenericPalletEvent<
|
|
2573
|
+
OwnerChanged: GenericPalletEvent<'PoolAssets', 'OwnerChanged', { assetId: number; owner: AccountId32 }>;
|
|
2772
2574
|
|
|
2773
2575
|
/**
|
|
2774
2576
|
* Some account `who` was frozen.
|
|
2775
2577
|
**/
|
|
2776
|
-
Frozen: GenericPalletEvent<
|
|
2578
|
+
Frozen: GenericPalletEvent<'PoolAssets', 'Frozen', { assetId: number; who: AccountId32 }>;
|
|
2777
2579
|
|
|
2778
2580
|
/**
|
|
2779
2581
|
* Some account `who` was thawed.
|
|
2780
2582
|
**/
|
|
2781
|
-
Thawed: GenericPalletEvent<
|
|
2583
|
+
Thawed: GenericPalletEvent<'PoolAssets', 'Thawed', { assetId: number; who: AccountId32 }>;
|
|
2782
2584
|
|
|
2783
2585
|
/**
|
|
2784
2586
|
* Some asset `asset_id` was frozen.
|
|
2785
2587
|
**/
|
|
2786
|
-
AssetFrozen: GenericPalletEvent<
|
|
2588
|
+
AssetFrozen: GenericPalletEvent<'PoolAssets', 'AssetFrozen', { assetId: number }>;
|
|
2787
2589
|
|
|
2788
2590
|
/**
|
|
2789
2591
|
* Some asset `asset_id` was thawed.
|
|
2790
2592
|
**/
|
|
2791
|
-
AssetThawed: GenericPalletEvent<
|
|
2593
|
+
AssetThawed: GenericPalletEvent<'PoolAssets', 'AssetThawed', { assetId: number }>;
|
|
2792
2594
|
|
|
2793
2595
|
/**
|
|
2794
2596
|
* Accounts were destroyed for given asset.
|
|
2795
2597
|
**/
|
|
2796
2598
|
AccountsDestroyed: GenericPalletEvent<
|
|
2797
|
-
Rv,
|
|
2798
2599
|
'PoolAssets',
|
|
2799
2600
|
'AccountsDestroyed',
|
|
2800
2601
|
{ assetId: number; accountsDestroyed: number; accountsRemaining: number }
|
|
@@ -2804,7 +2605,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2804
2605
|
* Approvals were destroyed for given asset.
|
|
2805
2606
|
**/
|
|
2806
2607
|
ApprovalsDestroyed: GenericPalletEvent<
|
|
2807
|
-
Rv,
|
|
2808
2608
|
'PoolAssets',
|
|
2809
2609
|
'ApprovalsDestroyed',
|
|
2810
2610
|
{ assetId: number; approvalsDestroyed: number; approvalsRemaining: number }
|
|
@@ -2813,23 +2613,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2813
2613
|
/**
|
|
2814
2614
|
* An asset class is in the process of being destroyed.
|
|
2815
2615
|
**/
|
|
2816
|
-
DestructionStarted: GenericPalletEvent<
|
|
2616
|
+
DestructionStarted: GenericPalletEvent<'PoolAssets', 'DestructionStarted', { assetId: number }>;
|
|
2817
2617
|
|
|
2818
2618
|
/**
|
|
2819
2619
|
* An asset class was destroyed.
|
|
2820
2620
|
**/
|
|
2821
|
-
Destroyed: GenericPalletEvent<
|
|
2621
|
+
Destroyed: GenericPalletEvent<'PoolAssets', 'Destroyed', { assetId: number }>;
|
|
2822
2622
|
|
|
2823
2623
|
/**
|
|
2824
2624
|
* Some asset class was force-created.
|
|
2825
2625
|
**/
|
|
2826
|
-
ForceCreated: GenericPalletEvent<
|
|
2626
|
+
ForceCreated: GenericPalletEvent<'PoolAssets', 'ForceCreated', { assetId: number; owner: AccountId32 }>;
|
|
2827
2627
|
|
|
2828
2628
|
/**
|
|
2829
2629
|
* New metadata has been set for an asset.
|
|
2830
2630
|
**/
|
|
2831
2631
|
MetadataSet: GenericPalletEvent<
|
|
2832
|
-
Rv,
|
|
2833
2632
|
'PoolAssets',
|
|
2834
2633
|
'MetadataSet',
|
|
2835
2634
|
{ assetId: number; name: Bytes; symbol: Bytes; decimals: number; isFrozen: boolean }
|
|
@@ -2838,13 +2637,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2838
2637
|
/**
|
|
2839
2638
|
* Metadata has been cleared for an asset.
|
|
2840
2639
|
**/
|
|
2841
|
-
MetadataCleared: GenericPalletEvent<
|
|
2640
|
+
MetadataCleared: GenericPalletEvent<'PoolAssets', 'MetadataCleared', { assetId: number }>;
|
|
2842
2641
|
|
|
2843
2642
|
/**
|
|
2844
2643
|
* (Additional) funds have been approved for transfer to a destination account.
|
|
2845
2644
|
**/
|
|
2846
2645
|
ApprovedTransfer: GenericPalletEvent<
|
|
2847
|
-
Rv,
|
|
2848
2646
|
'PoolAssets',
|
|
2849
2647
|
'ApprovedTransfer',
|
|
2850
2648
|
{ assetId: number; source: AccountId32; delegate: AccountId32; amount: bigint }
|
|
@@ -2854,7 +2652,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2854
2652
|
* An approval for account `delegate` was cancelled by `owner`.
|
|
2855
2653
|
**/
|
|
2856
2654
|
ApprovalCancelled: GenericPalletEvent<
|
|
2857
|
-
Rv,
|
|
2858
2655
|
'PoolAssets',
|
|
2859
2656
|
'ApprovalCancelled',
|
|
2860
2657
|
{ assetId: number; owner: AccountId32; delegate: AccountId32 }
|
|
@@ -2865,7 +2662,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2865
2662
|
* the approved `delegate`.
|
|
2866
2663
|
**/
|
|
2867
2664
|
TransferredApproved: GenericPalletEvent<
|
|
2868
|
-
Rv,
|
|
2869
2665
|
'PoolAssets',
|
|
2870
2666
|
'TransferredApproved',
|
|
2871
2667
|
{ assetId: number; owner: AccountId32; delegate: AccountId32; destination: AccountId32; amount: bigint }
|
|
@@ -2874,13 +2670,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2874
2670
|
/**
|
|
2875
2671
|
* An asset has had its attributes changed by the `Force` origin.
|
|
2876
2672
|
**/
|
|
2877
|
-
AssetStatusChanged: GenericPalletEvent<
|
|
2673
|
+
AssetStatusChanged: GenericPalletEvent<'PoolAssets', 'AssetStatusChanged', { assetId: number }>;
|
|
2878
2674
|
|
|
2879
2675
|
/**
|
|
2880
2676
|
* The min_balance of an asset has been updated by the asset owner.
|
|
2881
2677
|
**/
|
|
2882
2678
|
AssetMinBalanceChanged: GenericPalletEvent<
|
|
2883
|
-
Rv,
|
|
2884
2679
|
'PoolAssets',
|
|
2885
2680
|
'AssetMinBalanceChanged',
|
|
2886
2681
|
{ assetId: number; newMinBalance: bigint }
|
|
@@ -2889,32 +2684,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2889
2684
|
/**
|
|
2890
2685
|
* Some account `who` was created with a deposit from `depositor`.
|
|
2891
2686
|
**/
|
|
2892
|
-
Touched: GenericPalletEvent<
|
|
2893
|
-
Rv,
|
|
2894
|
-
'PoolAssets',
|
|
2895
|
-
'Touched',
|
|
2896
|
-
{ assetId: number; who: AccountId32; depositor: AccountId32 }
|
|
2897
|
-
>;
|
|
2687
|
+
Touched: GenericPalletEvent<'PoolAssets', 'Touched', { assetId: number; who: AccountId32; depositor: AccountId32 }>;
|
|
2898
2688
|
|
|
2899
2689
|
/**
|
|
2900
2690
|
* Some account `who` was blocked.
|
|
2901
2691
|
**/
|
|
2902
|
-
Blocked: GenericPalletEvent<
|
|
2692
|
+
Blocked: GenericPalletEvent<'PoolAssets', 'Blocked', { assetId: number; who: AccountId32 }>;
|
|
2903
2693
|
|
|
2904
2694
|
/**
|
|
2905
2695
|
* Some assets were deposited (e.g. for transaction fees).
|
|
2906
2696
|
**/
|
|
2907
|
-
Deposited: GenericPalletEvent<
|
|
2697
|
+
Deposited: GenericPalletEvent<'PoolAssets', 'Deposited', { assetId: number; who: AccountId32; amount: bigint }>;
|
|
2908
2698
|
|
|
2909
2699
|
/**
|
|
2910
2700
|
* Some assets were withdrawn from the account (e.g. for transaction fees).
|
|
2911
2701
|
**/
|
|
2912
|
-
Withdrawn: GenericPalletEvent<
|
|
2702
|
+
Withdrawn: GenericPalletEvent<'PoolAssets', 'Withdrawn', { assetId: number; who: AccountId32; amount: bigint }>;
|
|
2913
2703
|
|
|
2914
2704
|
/**
|
|
2915
2705
|
* Generic pallet event
|
|
2916
2706
|
**/
|
|
2917
|
-
[prop: string]: GenericPalletEvent
|
|
2707
|
+
[prop: string]: GenericPalletEvent;
|
|
2918
2708
|
};
|
|
2919
2709
|
/**
|
|
2920
2710
|
* Pallet `AssetConversion`'s events
|
|
@@ -2924,7 +2714,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2924
2714
|
* A successful call of the `CreatePool` extrinsic will create this event.
|
|
2925
2715
|
**/
|
|
2926
2716
|
PoolCreated: GenericPalletEvent<
|
|
2927
|
-
Rv,
|
|
2928
2717
|
'AssetConversion',
|
|
2929
2718
|
'PoolCreated',
|
|
2930
2719
|
{
|
|
@@ -2956,7 +2745,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2956
2745
|
* A successful call of the `AddLiquidity` extrinsic will create this event.
|
|
2957
2746
|
**/
|
|
2958
2747
|
LiquidityAdded: GenericPalletEvent<
|
|
2959
|
-
Rv,
|
|
2960
2748
|
'AssetConversion',
|
|
2961
2749
|
'LiquidityAdded',
|
|
2962
2750
|
{
|
|
@@ -3001,7 +2789,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3001
2789
|
* A successful call of the `RemoveLiquidity` extrinsic will create this event.
|
|
3002
2790
|
**/
|
|
3003
2791
|
LiquidityRemoved: GenericPalletEvent<
|
|
3004
|
-
Rv,
|
|
3005
2792
|
'AssetConversion',
|
|
3006
2793
|
'LiquidityRemoved',
|
|
3007
2794
|
{
|
|
@@ -3052,7 +2839,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3052
2839
|
* and `SwapTokenForExactToken` will generate this event.
|
|
3053
2840
|
**/
|
|
3054
2841
|
SwapExecuted: GenericPalletEvent<
|
|
3055
|
-
Rv,
|
|
3056
2842
|
'AssetConversion',
|
|
3057
2843
|
'SwapExecuted',
|
|
3058
2844
|
{
|
|
@@ -3088,7 +2874,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3088
2874
|
* Assets have been converted from one to another.
|
|
3089
2875
|
**/
|
|
3090
2876
|
SwapCreditExecuted: GenericPalletEvent<
|
|
3091
|
-
Rv,
|
|
3092
2877
|
'AssetConversion',
|
|
3093
2878
|
'SwapCreditExecuted',
|
|
3094
2879
|
{
|
|
@@ -3114,7 +2899,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3114
2899
|
* Pool has been touched in order to fulfill operational requirements.
|
|
3115
2900
|
**/
|
|
3116
2901
|
Touched: GenericPalletEvent<
|
|
3117
|
-
Rv,
|
|
3118
2902
|
'AssetConversion',
|
|
3119
2903
|
'Touched',
|
|
3120
2904
|
{
|
|
@@ -3133,32 +2917,30 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3133
2917
|
/**
|
|
3134
2918
|
* Generic pallet event
|
|
3135
2919
|
**/
|
|
3136
|
-
[prop: string]: GenericPalletEvent
|
|
2920
|
+
[prop: string]: GenericPalletEvent;
|
|
3137
2921
|
};
|
|
3138
2922
|
/**
|
|
3139
2923
|
* Pallet `AssetsFreezer`'s events
|
|
3140
2924
|
**/
|
|
3141
2925
|
assetsFreezer: {
|
|
3142
|
-
Frozen: GenericPalletEvent<
|
|
3143
|
-
Thawed: GenericPalletEvent<
|
|
2926
|
+
Frozen: GenericPalletEvent<'AssetsFreezer', 'Frozen', { who: AccountId32; assetId: number; amount: bigint }>;
|
|
2927
|
+
Thawed: GenericPalletEvent<'AssetsFreezer', 'Thawed', { who: AccountId32; assetId: number; amount: bigint }>;
|
|
3144
2928
|
|
|
3145
2929
|
/**
|
|
3146
2930
|
* Generic pallet event
|
|
3147
2931
|
**/
|
|
3148
|
-
[prop: string]: GenericPalletEvent
|
|
2932
|
+
[prop: string]: GenericPalletEvent;
|
|
3149
2933
|
};
|
|
3150
2934
|
/**
|
|
3151
2935
|
* Pallet `ForeignAssetsFreezer`'s events
|
|
3152
2936
|
**/
|
|
3153
2937
|
foreignAssetsFreezer: {
|
|
3154
2938
|
Frozen: GenericPalletEvent<
|
|
3155
|
-
Rv,
|
|
3156
2939
|
'ForeignAssetsFreezer',
|
|
3157
2940
|
'Frozen',
|
|
3158
2941
|
{ who: AccountId32; assetId: StagingXcmV5Location; amount: bigint }
|
|
3159
2942
|
>;
|
|
3160
2943
|
Thawed: GenericPalletEvent<
|
|
3161
|
-
Rv,
|
|
3162
2944
|
'ForeignAssetsFreezer',
|
|
3163
2945
|
'Thawed',
|
|
3164
2946
|
{ who: AccountId32; assetId: StagingXcmV5Location; amount: bigint }
|
|
@@ -3167,29 +2949,19 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3167
2949
|
/**
|
|
3168
2950
|
* Generic pallet event
|
|
3169
2951
|
**/
|
|
3170
|
-
[prop: string]: GenericPalletEvent
|
|
2952
|
+
[prop: string]: GenericPalletEvent;
|
|
3171
2953
|
};
|
|
3172
2954
|
/**
|
|
3173
2955
|
* Pallet `PoolAssetsFreezer`'s events
|
|
3174
2956
|
**/
|
|
3175
2957
|
poolAssetsFreezer: {
|
|
3176
|
-
Frozen: GenericPalletEvent<
|
|
3177
|
-
|
|
3178
|
-
'PoolAssetsFreezer',
|
|
3179
|
-
'Frozen',
|
|
3180
|
-
{ who: AccountId32; assetId: number; amount: bigint }
|
|
3181
|
-
>;
|
|
3182
|
-
Thawed: GenericPalletEvent<
|
|
3183
|
-
Rv,
|
|
3184
|
-
'PoolAssetsFreezer',
|
|
3185
|
-
'Thawed',
|
|
3186
|
-
{ who: AccountId32; assetId: number; amount: bigint }
|
|
3187
|
-
>;
|
|
2958
|
+
Frozen: GenericPalletEvent<'PoolAssetsFreezer', 'Frozen', { who: AccountId32; assetId: number; amount: bigint }>;
|
|
2959
|
+
Thawed: GenericPalletEvent<'PoolAssetsFreezer', 'Thawed', { who: AccountId32; assetId: number; amount: bigint }>;
|
|
3188
2960
|
|
|
3189
2961
|
/**
|
|
3190
2962
|
* Generic pallet event
|
|
3191
2963
|
**/
|
|
3192
|
-
[prop: string]: GenericPalletEvent
|
|
2964
|
+
[prop: string]: GenericPalletEvent;
|
|
3193
2965
|
};
|
|
3194
2966
|
/**
|
|
3195
2967
|
* Pallet `Revive`'s events
|
|
@@ -3199,7 +2971,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3199
2971
|
* A custom event emitted by the contract.
|
|
3200
2972
|
**/
|
|
3201
2973
|
ContractEmitted: GenericPalletEvent<
|
|
3202
|
-
Rv,
|
|
3203
2974
|
'Revive',
|
|
3204
2975
|
'ContractEmitted',
|
|
3205
2976
|
{
|
|
@@ -3225,7 +2996,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3225
2996
|
/**
|
|
3226
2997
|
* Contract deployed by deployer at the specified address.
|
|
3227
2998
|
**/
|
|
3228
|
-
Instantiated: GenericPalletEvent<
|
|
2999
|
+
Instantiated: GenericPalletEvent<'Revive', 'Instantiated', { deployer: H160; contract: H160 }>;
|
|
3229
3000
|
|
|
3230
3001
|
/**
|
|
3231
3002
|
* Emitted when an Ethereum transaction reverts.
|
|
@@ -3235,12 +3006,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3235
3006
|
* To distinguish reverted calls from successful ones, this event is emitted
|
|
3236
3007
|
* for failed Ethereum transactions.
|
|
3237
3008
|
**/
|
|
3238
|
-
EthExtrinsicRevert: GenericPalletEvent<
|
|
3009
|
+
EthExtrinsicRevert: GenericPalletEvent<'Revive', 'EthExtrinsicRevert', { dispatchError: DispatchError }>;
|
|
3239
3010
|
|
|
3240
3011
|
/**
|
|
3241
3012
|
* Generic pallet event
|
|
3242
3013
|
**/
|
|
3243
|
-
[prop: string]: GenericPalletEvent
|
|
3014
|
+
[prop: string]: GenericPalletEvent;
|
|
3244
3015
|
};
|
|
3245
3016
|
/**
|
|
3246
3017
|
* Pallet `AssetRewards`'s events
|
|
@@ -3250,7 +3021,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3250
3021
|
* An account staked some tokens in a pool.
|
|
3251
3022
|
**/
|
|
3252
3023
|
Staked: GenericPalletEvent<
|
|
3253
|
-
Rv,
|
|
3254
3024
|
'AssetRewards',
|
|
3255
3025
|
'Staked',
|
|
3256
3026
|
{
|
|
@@ -3275,7 +3045,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3275
3045
|
* An account unstaked some tokens from a pool.
|
|
3276
3046
|
**/
|
|
3277
3047
|
Unstaked: GenericPalletEvent<
|
|
3278
|
-
Rv,
|
|
3279
3048
|
'AssetRewards',
|
|
3280
3049
|
'Unstaked',
|
|
3281
3050
|
{
|
|
@@ -3305,7 +3074,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3305
3074
|
* An account harvested some rewards.
|
|
3306
3075
|
**/
|
|
3307
3076
|
RewardsHarvested: GenericPalletEvent<
|
|
3308
|
-
Rv,
|
|
3309
3077
|
'AssetRewards',
|
|
3310
3078
|
'RewardsHarvested',
|
|
3311
3079
|
{
|
|
@@ -3335,7 +3103,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3335
3103
|
* A new reward pool was created.
|
|
3336
3104
|
**/
|
|
3337
3105
|
PoolCreated: GenericPalletEvent<
|
|
3338
|
-
Rv,
|
|
3339
3106
|
'AssetRewards',
|
|
3340
3107
|
'PoolCreated',
|
|
3341
3108
|
{
|
|
@@ -3380,7 +3147,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3380
3147
|
* A pool reward rate was modified by the admin.
|
|
3381
3148
|
**/
|
|
3382
3149
|
PoolRewardRateModified: GenericPalletEvent<
|
|
3383
|
-
Rv,
|
|
3384
3150
|
'AssetRewards',
|
|
3385
3151
|
'PoolRewardRateModified',
|
|
3386
3152
|
{
|
|
@@ -3400,7 +3166,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3400
3166
|
* A pool admin was modified.
|
|
3401
3167
|
**/
|
|
3402
3168
|
PoolAdminModified: GenericPalletEvent<
|
|
3403
|
-
Rv,
|
|
3404
3169
|
'AssetRewards',
|
|
3405
3170
|
'PoolAdminModified',
|
|
3406
3171
|
{
|
|
@@ -3420,7 +3185,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3420
3185
|
* A pool expiry block was modified by the admin.
|
|
3421
3186
|
**/
|
|
3422
3187
|
PoolExpiryBlockModified: GenericPalletEvent<
|
|
3423
|
-
Rv,
|
|
3424
3188
|
'AssetRewards',
|
|
3425
3189
|
'PoolExpiryBlockModified',
|
|
3426
3190
|
{
|
|
@@ -3440,7 +3204,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3440
3204
|
* A pool information was cleared after it's completion.
|
|
3441
3205
|
**/
|
|
3442
3206
|
PoolCleanedUp: GenericPalletEvent<
|
|
3443
|
-
Rv,
|
|
3444
3207
|
'AssetRewards',
|
|
3445
3208
|
'PoolCleanedUp',
|
|
3446
3209
|
{
|
|
@@ -3454,7 +3217,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3454
3217
|
/**
|
|
3455
3218
|
* Generic pallet event
|
|
3456
3219
|
**/
|
|
3457
|
-
[prop: string]: GenericPalletEvent
|
|
3220
|
+
[prop: string]: GenericPalletEvent;
|
|
3458
3221
|
};
|
|
3459
3222
|
/**
|
|
3460
3223
|
* Pallet `StateTrieMigration`'s events
|
|
@@ -3465,7 +3228,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3465
3228
|
* `compute`.
|
|
3466
3229
|
**/
|
|
3467
3230
|
Migrated: GenericPalletEvent<
|
|
3468
|
-
Rv,
|
|
3469
3231
|
'StateTrieMigration',
|
|
3470
3232
|
'Migrated',
|
|
3471
3233
|
{ top: number; child: number; compute: PalletStateTrieMigrationMigrationCompute }
|
|
@@ -3474,22 +3236,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3474
3236
|
/**
|
|
3475
3237
|
* Some account got slashed by the given amount.
|
|
3476
3238
|
**/
|
|
3477
|
-
Slashed: GenericPalletEvent<
|
|
3239
|
+
Slashed: GenericPalletEvent<'StateTrieMigration', 'Slashed', { who: AccountId32; amount: bigint }>;
|
|
3478
3240
|
|
|
3479
3241
|
/**
|
|
3480
3242
|
* The auto migration task finished.
|
|
3481
3243
|
**/
|
|
3482
|
-
AutoMigrationFinished: GenericPalletEvent<
|
|
3244
|
+
AutoMigrationFinished: GenericPalletEvent<'StateTrieMigration', 'AutoMigrationFinished', null>;
|
|
3483
3245
|
|
|
3484
3246
|
/**
|
|
3485
3247
|
* Migration got halted due to an error or miss-configuration.
|
|
3486
3248
|
**/
|
|
3487
|
-
Halted: GenericPalletEvent<
|
|
3249
|
+
Halted: GenericPalletEvent<'StateTrieMigration', 'Halted', { error: PalletStateTrieMigrationError }>;
|
|
3488
3250
|
|
|
3489
3251
|
/**
|
|
3490
3252
|
* Generic pallet event
|
|
3491
3253
|
**/
|
|
3492
|
-
[prop: string]: GenericPalletEvent
|
|
3254
|
+
[prop: string]: GenericPalletEvent;
|
|
3493
3255
|
};
|
|
3494
3256
|
/**
|
|
3495
3257
|
* Pallet `Staking`'s events
|
|
@@ -3499,18 +3261,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3499
3261
|
* The era payout has been set; the first balance is the validator-payout; the second is
|
|
3500
3262
|
* the remainder from the maximum amount of reward.
|
|
3501
3263
|
**/
|
|
3502
|
-
EraPaid: GenericPalletEvent<
|
|
3503
|
-
Rv,
|
|
3504
|
-
'Staking',
|
|
3505
|
-
'EraPaid',
|
|
3506
|
-
{ eraIndex: number; validatorPayout: bigint; remainder: bigint }
|
|
3507
|
-
>;
|
|
3264
|
+
EraPaid: GenericPalletEvent<'Staking', 'EraPaid', { eraIndex: number; validatorPayout: bigint; remainder: bigint }>;
|
|
3508
3265
|
|
|
3509
3266
|
/**
|
|
3510
3267
|
* The nominator has been rewarded by this amount to this destination.
|
|
3511
3268
|
**/
|
|
3512
3269
|
Rewarded: GenericPalletEvent<
|
|
3513
|
-
Rv,
|
|
3514
3270
|
'Staking',
|
|
3515
3271
|
'Rewarded',
|
|
3516
3272
|
{ stash: AccountId32; dest: PalletStakingAsyncRewardDestination; amount: bigint }
|
|
@@ -3519,18 +3275,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3519
3275
|
/**
|
|
3520
3276
|
* A staker (validator or nominator) has been slashed by the given amount.
|
|
3521
3277
|
**/
|
|
3522
|
-
Slashed: GenericPalletEvent<
|
|
3278
|
+
Slashed: GenericPalletEvent<'Staking', 'Slashed', { staker: AccountId32; amount: bigint }>;
|
|
3523
3279
|
|
|
3524
3280
|
/**
|
|
3525
3281
|
* An old slashing report from a prior era was discarded because it could
|
|
3526
3282
|
* not be processed.
|
|
3527
3283
|
**/
|
|
3528
|
-
OldSlashingReportDiscarded: GenericPalletEvent<
|
|
3529
|
-
Rv,
|
|
3530
|
-
'Staking',
|
|
3531
|
-
'OldSlashingReportDiscarded',
|
|
3532
|
-
{ sessionIndex: number }
|
|
3533
|
-
>;
|
|
3284
|
+
OldSlashingReportDiscarded: GenericPalletEvent<'Staking', 'OldSlashingReportDiscarded', { sessionIndex: number }>;
|
|
3534
3285
|
|
|
3535
3286
|
/**
|
|
3536
3287
|
* An account has bonded this amount. \[stash, amount\]
|
|
@@ -3538,40 +3289,39 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3538
3289
|
* NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably,
|
|
3539
3290
|
* it will not be emitted for staking rewards when they are added to stake.
|
|
3540
3291
|
**/
|
|
3541
|
-
Bonded: GenericPalletEvent<
|
|
3292
|
+
Bonded: GenericPalletEvent<'Staking', 'Bonded', { stash: AccountId32; amount: bigint }>;
|
|
3542
3293
|
|
|
3543
3294
|
/**
|
|
3544
3295
|
* An account has unbonded this amount.
|
|
3545
3296
|
**/
|
|
3546
|
-
Unbonded: GenericPalletEvent<
|
|
3297
|
+
Unbonded: GenericPalletEvent<'Staking', 'Unbonded', { stash: AccountId32; amount: bigint }>;
|
|
3547
3298
|
|
|
3548
3299
|
/**
|
|
3549
3300
|
* An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance`
|
|
3550
3301
|
* from the unlocking queue.
|
|
3551
3302
|
**/
|
|
3552
|
-
Withdrawn: GenericPalletEvent<
|
|
3303
|
+
Withdrawn: GenericPalletEvent<'Staking', 'Withdrawn', { stash: AccountId32; amount: bigint }>;
|
|
3553
3304
|
|
|
3554
3305
|
/**
|
|
3555
3306
|
* A subsequent event of `Withdrawn`, indicating that `stash` was fully removed from the
|
|
3556
3307
|
* system.
|
|
3557
3308
|
**/
|
|
3558
|
-
StakerRemoved: GenericPalletEvent<
|
|
3309
|
+
StakerRemoved: GenericPalletEvent<'Staking', 'StakerRemoved', { stash: AccountId32 }>;
|
|
3559
3310
|
|
|
3560
3311
|
/**
|
|
3561
3312
|
* A nominator has been kicked from a validator.
|
|
3562
3313
|
**/
|
|
3563
|
-
Kicked: GenericPalletEvent<
|
|
3314
|
+
Kicked: GenericPalletEvent<'Staking', 'Kicked', { nominator: AccountId32; stash: AccountId32 }>;
|
|
3564
3315
|
|
|
3565
3316
|
/**
|
|
3566
3317
|
* An account has stopped participating as either a validator or nominator.
|
|
3567
3318
|
**/
|
|
3568
|
-
Chilled: GenericPalletEvent<
|
|
3319
|
+
Chilled: GenericPalletEvent<'Staking', 'Chilled', { stash: AccountId32 }>;
|
|
3569
3320
|
|
|
3570
3321
|
/**
|
|
3571
3322
|
* A Page of stakers rewards are getting paid. `next` is `None` if all pages are claimed.
|
|
3572
3323
|
**/
|
|
3573
3324
|
PayoutStarted: GenericPalletEvent<
|
|
3574
|
-
Rv,
|
|
3575
3325
|
'Staking',
|
|
3576
3326
|
'PayoutStarted',
|
|
3577
3327
|
{ eraIndex: number; validatorStash: AccountId32; page: number; next?: number | undefined }
|
|
@@ -3581,7 +3331,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3581
3331
|
* A validator has set their preferences.
|
|
3582
3332
|
**/
|
|
3583
3333
|
ValidatorPrefsSet: GenericPalletEvent<
|
|
3584
|
-
Rv,
|
|
3585
3334
|
'Staking',
|
|
3586
3335
|
'ValidatorPrefsSet',
|
|
3587
3336
|
{ stash: AccountId32; prefs: PalletStakingAsyncValidatorPrefs }
|
|
@@ -3590,29 +3339,24 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3590
3339
|
/**
|
|
3591
3340
|
* Voters size limit reached.
|
|
3592
3341
|
**/
|
|
3593
|
-
SnapshotVotersSizeExceeded: GenericPalletEvent<
|
|
3342
|
+
SnapshotVotersSizeExceeded: GenericPalletEvent<'Staking', 'SnapshotVotersSizeExceeded', { size: number }>;
|
|
3594
3343
|
|
|
3595
3344
|
/**
|
|
3596
3345
|
* Targets size limit reached.
|
|
3597
3346
|
**/
|
|
3598
|
-
SnapshotTargetsSizeExceeded: GenericPalletEvent<
|
|
3599
|
-
ForceEra: GenericPalletEvent<
|
|
3347
|
+
SnapshotTargetsSizeExceeded: GenericPalletEvent<'Staking', 'SnapshotTargetsSizeExceeded', { size: number }>;
|
|
3348
|
+
ForceEra: GenericPalletEvent<'Staking', 'ForceEra', { mode: PalletStakingAsyncForcing }>;
|
|
3600
3349
|
|
|
3601
3350
|
/**
|
|
3602
3351
|
* Report of a controller batch deprecation.
|
|
3603
3352
|
**/
|
|
3604
|
-
ControllerBatchDeprecated: GenericPalletEvent<
|
|
3353
|
+
ControllerBatchDeprecated: GenericPalletEvent<'Staking', 'ControllerBatchDeprecated', { failures: number }>;
|
|
3605
3354
|
|
|
3606
3355
|
/**
|
|
3607
3356
|
* Staking balance migrated from locks to holds, with any balance that could not be held
|
|
3608
3357
|
* is force withdrawn.
|
|
3609
3358
|
**/
|
|
3610
|
-
CurrencyMigrated: GenericPalletEvent<
|
|
3611
|
-
Rv,
|
|
3612
|
-
'Staking',
|
|
3613
|
-
'CurrencyMigrated',
|
|
3614
|
-
{ stash: AccountId32; forceWithdraw: bigint }
|
|
3615
|
-
>;
|
|
3359
|
+
CurrencyMigrated: GenericPalletEvent<'Staking', 'CurrencyMigrated', { stash: AccountId32; forceWithdraw: bigint }>;
|
|
3616
3360
|
|
|
3617
3361
|
/**
|
|
3618
3362
|
* A page from a multi-page election was fetched. A number of these are followed by
|
|
@@ -3626,7 +3370,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3626
3370
|
* the overall election will continue.
|
|
3627
3371
|
**/
|
|
3628
3372
|
PagedElectionProceeded: GenericPalletEvent<
|
|
3629
|
-
Rv,
|
|
3630
3373
|
'Staking',
|
|
3631
3374
|
'PagedElectionProceeded',
|
|
3632
3375
|
{ page: number; result: Result<number, number> }
|
|
@@ -3637,7 +3380,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3637
3380
|
* given era as been reported.
|
|
3638
3381
|
**/
|
|
3639
3382
|
OffenceReported: GenericPalletEvent<
|
|
3640
|
-
Rv,
|
|
3641
3383
|
'Staking',
|
|
3642
3384
|
'OffenceReported',
|
|
3643
3385
|
{ offenceEra: number; validator: AccountId32; fraction: Perbill }
|
|
@@ -3647,7 +3389,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3647
3389
|
* An offence has been processed and the corresponding slash has been computed.
|
|
3648
3390
|
**/
|
|
3649
3391
|
SlashComputed: GenericPalletEvent<
|
|
3650
|
-
Rv,
|
|
3651
3392
|
'Staking',
|
|
3652
3393
|
'SlashComputed',
|
|
3653
3394
|
{ offenceEra: number; slashEra: number; offender: AccountId32; page: number }
|
|
@@ -3656,7 +3397,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3656
3397
|
/**
|
|
3657
3398
|
* An unapplied slash has been cancelled.
|
|
3658
3399
|
**/
|
|
3659
|
-
SlashCancelled: GenericPalletEvent<
|
|
3400
|
+
SlashCancelled: GenericPalletEvent<'Staking', 'SlashCancelled', { slashEra: number; validator: AccountId32 }>;
|
|
3660
3401
|
|
|
3661
3402
|
/**
|
|
3662
3403
|
* Session change has been triggered.
|
|
@@ -3665,7 +3406,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3665
3406
|
* election is ongoing.
|
|
3666
3407
|
**/
|
|
3667
3408
|
SessionRotated: GenericPalletEvent<
|
|
3668
|
-
Rv,
|
|
3669
3409
|
'Staking',
|
|
3670
3410
|
'SessionRotated',
|
|
3671
3411
|
{ startingSession: number; activeEra: number; plannedEra: number }
|
|
@@ -3675,13 +3415,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3675
3415
|
* Something occurred that should never happen under normal operation.
|
|
3676
3416
|
* Logged as an event for fail-safe observability.
|
|
3677
3417
|
**/
|
|
3678
|
-
Unexpected: GenericPalletEvent<
|
|
3418
|
+
Unexpected: GenericPalletEvent<'Staking', 'Unexpected', PalletStakingAsyncPalletUnexpectedKind>;
|
|
3679
3419
|
|
|
3680
3420
|
/**
|
|
3681
3421
|
* An offence was reported that was too old to be processed, and thus was dropped.
|
|
3682
3422
|
**/
|
|
3683
3423
|
OffenceTooOld: GenericPalletEvent<
|
|
3684
|
-
Rv,
|
|
3685
3424
|
'Staking',
|
|
3686
3425
|
'OffenceTooOld',
|
|
3687
3426
|
{ offenceEra: number; validator: AccountId32; fraction: Perbill }
|
|
@@ -3690,12 +3429,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3690
3429
|
/**
|
|
3691
3430
|
* An old era with the given index was pruned.
|
|
3692
3431
|
**/
|
|
3693
|
-
EraPruned: GenericPalletEvent<
|
|
3432
|
+
EraPruned: GenericPalletEvent<'Staking', 'EraPruned', { index: number }>;
|
|
3694
3433
|
|
|
3695
3434
|
/**
|
|
3696
3435
|
* Generic pallet event
|
|
3697
3436
|
**/
|
|
3698
|
-
[prop: string]: GenericPalletEvent
|
|
3437
|
+
[prop: string]: GenericPalletEvent;
|
|
3699
3438
|
};
|
|
3700
3439
|
/**
|
|
3701
3440
|
* Pallet `NominationPools`'s events
|
|
@@ -3704,13 +3443,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3704
3443
|
/**
|
|
3705
3444
|
* A pool has been created.
|
|
3706
3445
|
**/
|
|
3707
|
-
Created: GenericPalletEvent<
|
|
3446
|
+
Created: GenericPalletEvent<'NominationPools', 'Created', { depositor: AccountId32; poolId: number }>;
|
|
3708
3447
|
|
|
3709
3448
|
/**
|
|
3710
3449
|
* A member has became bonded in a pool.
|
|
3711
3450
|
**/
|
|
3712
3451
|
Bonded: GenericPalletEvent<
|
|
3713
|
-
Rv,
|
|
3714
3452
|
'NominationPools',
|
|
3715
3453
|
'Bonded',
|
|
3716
3454
|
{ member: AccountId32; poolId: number; bonded: bigint; joined: boolean }
|
|
@@ -3719,12 +3457,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3719
3457
|
/**
|
|
3720
3458
|
* A payout has been made to a member.
|
|
3721
3459
|
**/
|
|
3722
|
-
PaidOut: GenericPalletEvent<
|
|
3723
|
-
Rv,
|
|
3724
|
-
'NominationPools',
|
|
3725
|
-
'PaidOut',
|
|
3726
|
-
{ member: AccountId32; poolId: number; payout: bigint }
|
|
3727
|
-
>;
|
|
3460
|
+
PaidOut: GenericPalletEvent<'NominationPools', 'PaidOut', { member: AccountId32; poolId: number; payout: bigint }>;
|
|
3728
3461
|
|
|
3729
3462
|
/**
|
|
3730
3463
|
* A member has unbonded from their pool.
|
|
@@ -3740,7 +3473,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3740
3473
|
* requested to be unbonded.
|
|
3741
3474
|
**/
|
|
3742
3475
|
Unbonded: GenericPalletEvent<
|
|
3743
|
-
Rv,
|
|
3744
3476
|
'NominationPools',
|
|
3745
3477
|
'Unbonded',
|
|
3746
3478
|
{ member: AccountId32; poolId: number; balance: bigint; points: bigint; era: number }
|
|
@@ -3755,7 +3487,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3755
3487
|
* will be 1.
|
|
3756
3488
|
**/
|
|
3757
3489
|
Withdrawn: GenericPalletEvent<
|
|
3758
|
-
Rv,
|
|
3759
3490
|
'NominationPools',
|
|
3760
3491
|
'Withdrawn',
|
|
3761
3492
|
{ member: AccountId32; poolId: number; balance: bigint; points: bigint }
|
|
@@ -3764,13 +3495,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3764
3495
|
/**
|
|
3765
3496
|
* A pool has been destroyed.
|
|
3766
3497
|
**/
|
|
3767
|
-
Destroyed: GenericPalletEvent<
|
|
3498
|
+
Destroyed: GenericPalletEvent<'NominationPools', 'Destroyed', { poolId: number }>;
|
|
3768
3499
|
|
|
3769
3500
|
/**
|
|
3770
3501
|
* The state of a pool has changed
|
|
3771
3502
|
**/
|
|
3772
3503
|
StateChanged: GenericPalletEvent<
|
|
3773
|
-
Rv,
|
|
3774
3504
|
'NominationPools',
|
|
3775
3505
|
'StateChanged',
|
|
3776
3506
|
{ poolId: number; newState: PalletNominationPoolsPoolState }
|
|
@@ -3784,7 +3514,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3784
3514
|
* represented by `released_balance`.
|
|
3785
3515
|
**/
|
|
3786
3516
|
MemberRemoved: GenericPalletEvent<
|
|
3787
|
-
Rv,
|
|
3788
3517
|
'NominationPools',
|
|
3789
3518
|
'MemberRemoved',
|
|
3790
3519
|
{ poolId: number; member: AccountId32; releasedBalance: bigint }
|
|
@@ -3795,7 +3524,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3795
3524
|
* can never change.
|
|
3796
3525
|
**/
|
|
3797
3526
|
RolesUpdated: GenericPalletEvent<
|
|
3798
|
-
Rv,
|
|
3799
3527
|
'NominationPools',
|
|
3800
3528
|
'RolesUpdated',
|
|
3801
3529
|
{ root?: AccountId32 | undefined; bouncer?: AccountId32 | undefined; nominator?: AccountId32 | undefined }
|
|
@@ -3804,13 +3532,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3804
3532
|
/**
|
|
3805
3533
|
* The active balance of pool `pool_id` has been slashed to `balance`.
|
|
3806
3534
|
**/
|
|
3807
|
-
PoolSlashed: GenericPalletEvent<
|
|
3535
|
+
PoolSlashed: GenericPalletEvent<'NominationPools', 'PoolSlashed', { poolId: number; balance: bigint }>;
|
|
3808
3536
|
|
|
3809
3537
|
/**
|
|
3810
3538
|
* The unbond pool at `era` of pool `pool_id` has been slashed to `balance`.
|
|
3811
3539
|
**/
|
|
3812
3540
|
UnbondingPoolSlashed: GenericPalletEvent<
|
|
3813
|
-
Rv,
|
|
3814
3541
|
'NominationPools',
|
|
3815
3542
|
'UnbondingPoolSlashed',
|
|
3816
3543
|
{ poolId: number; era: number; balance: bigint }
|
|
@@ -3820,7 +3547,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3820
3547
|
* A pool's commission setting has been changed.
|
|
3821
3548
|
**/
|
|
3822
3549
|
PoolCommissionUpdated: GenericPalletEvent<
|
|
3823
|
-
Rv,
|
|
3824
3550
|
'NominationPools',
|
|
3825
3551
|
'PoolCommissionUpdated',
|
|
3826
3552
|
{ poolId: number; current?: [Perbill, AccountId32] | undefined }
|
|
@@ -3830,7 +3556,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3830
3556
|
* A pool's maximum commission setting has been changed.
|
|
3831
3557
|
**/
|
|
3832
3558
|
PoolMaxCommissionUpdated: GenericPalletEvent<
|
|
3833
|
-
Rv,
|
|
3834
3559
|
'NominationPools',
|
|
3835
3560
|
'PoolMaxCommissionUpdated',
|
|
3836
3561
|
{ poolId: number; maxCommission: Perbill }
|
|
@@ -3840,7 +3565,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3840
3565
|
* A pool's commission `change_rate` has been changed.
|
|
3841
3566
|
**/
|
|
3842
3567
|
PoolCommissionChangeRateUpdated: GenericPalletEvent<
|
|
3843
|
-
Rv,
|
|
3844
3568
|
'NominationPools',
|
|
3845
3569
|
'PoolCommissionChangeRateUpdated',
|
|
3846
3570
|
{ poolId: number; changeRate: PalletNominationPoolsCommissionChangeRate }
|
|
@@ -3850,7 +3574,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3850
3574
|
* Pool commission claim permission has been updated.
|
|
3851
3575
|
**/
|
|
3852
3576
|
PoolCommissionClaimPermissionUpdated: GenericPalletEvent<
|
|
3853
|
-
Rv,
|
|
3854
3577
|
'NominationPools',
|
|
3855
3578
|
'PoolCommissionClaimPermissionUpdated',
|
|
3856
3579
|
{ poolId: number; permission?: PalletNominationPoolsCommissionClaimPermission | undefined }
|
|
@@ -3860,7 +3583,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3860
3583
|
* Pool commission has been claimed.
|
|
3861
3584
|
**/
|
|
3862
3585
|
PoolCommissionClaimed: GenericPalletEvent<
|
|
3863
|
-
Rv,
|
|
3864
3586
|
'NominationPools',
|
|
3865
3587
|
'PoolCommissionClaimed',
|
|
3866
3588
|
{ poolId: number; commission: bigint }
|
|
@@ -3870,7 +3592,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3870
3592
|
* Topped up deficit in frozen ED of the reward pool.
|
|
3871
3593
|
**/
|
|
3872
3594
|
MinBalanceDeficitAdjusted: GenericPalletEvent<
|
|
3873
|
-
Rv,
|
|
3874
3595
|
'NominationPools',
|
|
3875
3596
|
'MinBalanceDeficitAdjusted',
|
|
3876
3597
|
{ poolId: number; amount: bigint }
|
|
@@ -3880,7 +3601,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3880
3601
|
* Claimed excess frozen ED of af the reward pool.
|
|
3881
3602
|
**/
|
|
3882
3603
|
MinBalanceExcessAdjusted: GenericPalletEvent<
|
|
3883
|
-
Rv,
|
|
3884
3604
|
'NominationPools',
|
|
3885
3605
|
'MinBalanceExcessAdjusted',
|
|
3886
3606
|
{ poolId: number; amount: bigint }
|
|
@@ -3890,7 +3610,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3890
3610
|
* A pool member's claim permission has been updated.
|
|
3891
3611
|
**/
|
|
3892
3612
|
MemberClaimPermissionUpdated: GenericPalletEvent<
|
|
3893
|
-
Rv,
|
|
3894
3613
|
'NominationPools',
|
|
3895
3614
|
'MemberClaimPermissionUpdated',
|
|
3896
3615
|
{ member: AccountId32; permission: PalletNominationPoolsClaimPermission }
|
|
@@ -3899,19 +3618,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3899
3618
|
/**
|
|
3900
3619
|
* A pool's metadata was updated.
|
|
3901
3620
|
**/
|
|
3902
|
-
MetadataUpdated: GenericPalletEvent<
|
|
3903
|
-
Rv,
|
|
3904
|
-
'NominationPools',
|
|
3905
|
-
'MetadataUpdated',
|
|
3906
|
-
{ poolId: number; caller: AccountId32 }
|
|
3907
|
-
>;
|
|
3621
|
+
MetadataUpdated: GenericPalletEvent<'NominationPools', 'MetadataUpdated', { poolId: number; caller: AccountId32 }>;
|
|
3908
3622
|
|
|
3909
3623
|
/**
|
|
3910
3624
|
* A pool's nominating account (or the pool's root account) has nominated a validator set
|
|
3911
3625
|
* on behalf of the pool.
|
|
3912
3626
|
**/
|
|
3913
3627
|
PoolNominationMade: GenericPalletEvent<
|
|
3914
|
-
Rv,
|
|
3915
3628
|
'NominationPools',
|
|
3916
3629
|
'PoolNominationMade',
|
|
3917
3630
|
{ poolId: number; caller: AccountId32 }
|
|
@@ -3921,7 +3634,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3921
3634
|
* The pool is chilled i.e. no longer nominating.
|
|
3922
3635
|
**/
|
|
3923
3636
|
PoolNominatorChilled: GenericPalletEvent<
|
|
3924
|
-
Rv,
|
|
3925
3637
|
'NominationPools',
|
|
3926
3638
|
'PoolNominatorChilled',
|
|
3927
3639
|
{ poolId: number; caller: AccountId32 }
|
|
@@ -3931,7 +3643,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3931
3643
|
* Global parameters regulating nomination pools have been updated.
|
|
3932
3644
|
**/
|
|
3933
3645
|
GlobalParamsUpdated: GenericPalletEvent<
|
|
3934
|
-
Rv,
|
|
3935
3646
|
'NominationPools',
|
|
3936
3647
|
'GlobalParamsUpdated',
|
|
3937
3648
|
{
|
|
@@ -3947,7 +3658,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3947
3658
|
/**
|
|
3948
3659
|
* Generic pallet event
|
|
3949
3660
|
**/
|
|
3950
|
-
[prop: string]: GenericPalletEvent
|
|
3661
|
+
[prop: string]: GenericPalletEvent;
|
|
3951
3662
|
};
|
|
3952
3663
|
/**
|
|
3953
3664
|
* Pallet `FastUnstake`'s events
|
|
@@ -3956,22 +3667,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3956
3667
|
/**
|
|
3957
3668
|
* A staker was unstaked.
|
|
3958
3669
|
**/
|
|
3959
|
-
Unstaked: GenericPalletEvent<
|
|
3960
|
-
Rv,
|
|
3961
|
-
'FastUnstake',
|
|
3962
|
-
'Unstaked',
|
|
3963
|
-
{ stash: AccountId32; result: Result<[], DispatchError> }
|
|
3964
|
-
>;
|
|
3670
|
+
Unstaked: GenericPalletEvent<'FastUnstake', 'Unstaked', { stash: AccountId32; result: Result<[], DispatchError> }>;
|
|
3965
3671
|
|
|
3966
3672
|
/**
|
|
3967
3673
|
* A staker was slashed for requesting fast-unstake whilst being exposed.
|
|
3968
3674
|
**/
|
|
3969
|
-
Slashed: GenericPalletEvent<
|
|
3675
|
+
Slashed: GenericPalletEvent<'FastUnstake', 'Slashed', { stash: AccountId32; amount: bigint }>;
|
|
3970
3676
|
|
|
3971
3677
|
/**
|
|
3972
3678
|
* A batch was partially checked for the given eras, but the process did not finish.
|
|
3973
3679
|
**/
|
|
3974
|
-
BatchChecked: GenericPalletEvent<
|
|
3680
|
+
BatchChecked: GenericPalletEvent<'FastUnstake', 'BatchChecked', { eras: Array<number> }>;
|
|
3975
3681
|
|
|
3976
3682
|
/**
|
|
3977
3683
|
* A batch of a given size was terminated.
|
|
@@ -3979,17 +3685,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3979
3685
|
* This is always follows by a number of `Unstaked` or `Slashed` events, marking the end
|
|
3980
3686
|
* of the batch. A new batch will be created upon next block.
|
|
3981
3687
|
**/
|
|
3982
|
-
BatchFinished: GenericPalletEvent<
|
|
3688
|
+
BatchFinished: GenericPalletEvent<'FastUnstake', 'BatchFinished', { size: number }>;
|
|
3983
3689
|
|
|
3984
3690
|
/**
|
|
3985
3691
|
* An internal error happened. Operations will be paused now.
|
|
3986
3692
|
**/
|
|
3987
|
-
InternalError: GenericPalletEvent<
|
|
3693
|
+
InternalError: GenericPalletEvent<'FastUnstake', 'InternalError', null>;
|
|
3988
3694
|
|
|
3989
3695
|
/**
|
|
3990
3696
|
* Generic pallet event
|
|
3991
3697
|
**/
|
|
3992
|
-
[prop: string]: GenericPalletEvent
|
|
3698
|
+
[prop: string]: GenericPalletEvent;
|
|
3993
3699
|
};
|
|
3994
3700
|
/**
|
|
3995
3701
|
* Pallet `VoterList`'s events
|
|
@@ -3998,17 +3704,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3998
3704
|
/**
|
|
3999
3705
|
* Moved an account from one bag to another.
|
|
4000
3706
|
**/
|
|
4001
|
-
Rebagged: GenericPalletEvent<
|
|
3707
|
+
Rebagged: GenericPalletEvent<'VoterList', 'Rebagged', { who: AccountId32; from: bigint; to: bigint }>;
|
|
4002
3708
|
|
|
4003
3709
|
/**
|
|
4004
3710
|
* Updated the score of some account to the given amount.
|
|
4005
3711
|
**/
|
|
4006
|
-
ScoreUpdated: GenericPalletEvent<
|
|
3712
|
+
ScoreUpdated: GenericPalletEvent<'VoterList', 'ScoreUpdated', { who: AccountId32; newScore: bigint }>;
|
|
4007
3713
|
|
|
4008
3714
|
/**
|
|
4009
3715
|
* Generic pallet event
|
|
4010
3716
|
**/
|
|
4011
|
-
[prop: string]: GenericPalletEvent
|
|
3717
|
+
[prop: string]: GenericPalletEvent;
|
|
4012
3718
|
};
|
|
4013
3719
|
/**
|
|
4014
3720
|
* Pallet `DelegatedStaking`'s events
|
|
@@ -4018,7 +3724,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4018
3724
|
* Funds delegated by a delegator.
|
|
4019
3725
|
**/
|
|
4020
3726
|
Delegated: GenericPalletEvent<
|
|
4021
|
-
Rv,
|
|
4022
3727
|
'DelegatedStaking',
|
|
4023
3728
|
'Delegated',
|
|
4024
3729
|
{ agent: AccountId32; delegator: AccountId32; amount: bigint }
|
|
@@ -4028,7 +3733,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4028
3733
|
* Funds released to a delegator.
|
|
4029
3734
|
**/
|
|
4030
3735
|
Released: GenericPalletEvent<
|
|
4031
|
-
Rv,
|
|
4032
3736
|
'DelegatedStaking',
|
|
4033
3737
|
'Released',
|
|
4034
3738
|
{ agent: AccountId32; delegator: AccountId32; amount: bigint }
|
|
@@ -4038,7 +3742,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4038
3742
|
* Funds slashed from a delegator.
|
|
4039
3743
|
**/
|
|
4040
3744
|
Slashed: GenericPalletEvent<
|
|
4041
|
-
Rv,
|
|
4042
3745
|
'DelegatedStaking',
|
|
4043
3746
|
'Slashed',
|
|
4044
3747
|
{ agent: AccountId32; delegator: AccountId32; amount: bigint }
|
|
@@ -4048,7 +3751,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4048
3751
|
* Unclaimed delegation funds migrated to delegator.
|
|
4049
3752
|
**/
|
|
4050
3753
|
MigratedDelegation: GenericPalletEvent<
|
|
4051
|
-
Rv,
|
|
4052
3754
|
'DelegatedStaking',
|
|
4053
3755
|
'MigratedDelegation',
|
|
4054
3756
|
{ agent: AccountId32; delegator: AccountId32; amount: bigint }
|
|
@@ -4057,7 +3759,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4057
3759
|
/**
|
|
4058
3760
|
* Generic pallet event
|
|
4059
3761
|
**/
|
|
4060
|
-
[prop: string]: GenericPalletEvent
|
|
3762
|
+
[prop: string]: GenericPalletEvent;
|
|
4061
3763
|
};
|
|
4062
3764
|
/**
|
|
4063
3765
|
* Pallet `StakingRcClient`'s events
|
|
@@ -4067,7 +3769,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4067
3769
|
* A said session report was received.
|
|
4068
3770
|
**/
|
|
4069
3771
|
SessionReportReceived: GenericPalletEvent<
|
|
4070
|
-
Rv,
|
|
4071
3772
|
'StakingRcClient',
|
|
4072
3773
|
'SessionReportReceived',
|
|
4073
3774
|
{
|
|
@@ -4082,7 +3783,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4082
3783
|
* A new offence was reported.
|
|
4083
3784
|
**/
|
|
4084
3785
|
OffenceReceived: GenericPalletEvent<
|
|
4085
|
-
Rv,
|
|
4086
3786
|
'StakingRcClient',
|
|
4087
3787
|
'OffenceReceived',
|
|
4088
3788
|
{ slashSession: number; offencesCount: number }
|
|
@@ -4092,12 +3792,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4092
3792
|
* Something occurred that should never happen under normal operation.
|
|
4093
3793
|
* Logged as an event for fail-safe observability.
|
|
4094
3794
|
**/
|
|
4095
|
-
Unexpected: GenericPalletEvent<
|
|
3795
|
+
Unexpected: GenericPalletEvent<'StakingRcClient', 'Unexpected', PalletStakingAsyncRcClientUnexpectedKind>;
|
|
4096
3796
|
|
|
4097
3797
|
/**
|
|
4098
3798
|
* Generic pallet event
|
|
4099
3799
|
**/
|
|
4100
|
-
[prop: string]: GenericPalletEvent
|
|
3800
|
+
[prop: string]: GenericPalletEvent;
|
|
4101
3801
|
};
|
|
4102
3802
|
/**
|
|
4103
3803
|
* Pallet `MultiBlockElection`'s events
|
|
@@ -4108,7 +3808,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4108
3808
|
* values.
|
|
4109
3809
|
**/
|
|
4110
3810
|
PhaseTransitioned: GenericPalletEvent<
|
|
4111
|
-
Rv,
|
|
4112
3811
|
'MultiBlockElection',
|
|
4113
3812
|
'PhaseTransitioned',
|
|
4114
3813
|
{
|
|
@@ -4127,22 +3826,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4127
3826
|
/**
|
|
4128
3827
|
* Target snapshot creation failed
|
|
4129
3828
|
**/
|
|
4130
|
-
UnexpectedTargetSnapshotFailed: GenericPalletEvent<
|
|
4131
|
-
Rv,
|
|
4132
|
-
'MultiBlockElection',
|
|
4133
|
-
'UnexpectedTargetSnapshotFailed',
|
|
4134
|
-
null
|
|
4135
|
-
>;
|
|
3829
|
+
UnexpectedTargetSnapshotFailed: GenericPalletEvent<'MultiBlockElection', 'UnexpectedTargetSnapshotFailed', null>;
|
|
4136
3830
|
|
|
4137
3831
|
/**
|
|
4138
3832
|
* Voter snapshot creation failed
|
|
4139
3833
|
**/
|
|
4140
|
-
UnexpectedVoterSnapshotFailed: GenericPalletEvent<
|
|
3834
|
+
UnexpectedVoterSnapshotFailed: GenericPalletEvent<'MultiBlockElection', 'UnexpectedVoterSnapshotFailed', null>;
|
|
4141
3835
|
|
|
4142
3836
|
/**
|
|
4143
3837
|
* Generic pallet event
|
|
4144
3838
|
**/
|
|
4145
|
-
[prop: string]: GenericPalletEvent
|
|
3839
|
+
[prop: string]: GenericPalletEvent;
|
|
4146
3840
|
};
|
|
4147
3841
|
/**
|
|
4148
3842
|
* Pallet `MultiBlockElectionVerifier`'s events
|
|
@@ -4155,7 +3849,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4155
3849
|
* was wrong, or the final checks of `finalize_verification` failed.
|
|
4156
3850
|
**/
|
|
4157
3851
|
VerificationFailed: GenericPalletEvent<
|
|
4158
|
-
Rv,
|
|
4159
3852
|
'MultiBlockElectionVerifier',
|
|
4160
3853
|
'VerificationFailed',
|
|
4161
3854
|
[number, PalletElectionProviderMultiBlockVerifierFeasibilityError]
|
|
@@ -4165,13 +3858,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4165
3858
|
* The given page of a solution has been verified, with the given number of winners being
|
|
4166
3859
|
* found in it.
|
|
4167
3860
|
**/
|
|
4168
|
-
Verified: GenericPalletEvent<
|
|
3861
|
+
Verified: GenericPalletEvent<'MultiBlockElectionVerifier', 'Verified', [number, number]>;
|
|
4169
3862
|
|
|
4170
3863
|
/**
|
|
4171
3864
|
* A solution with the given score has replaced our current best solution.
|
|
4172
3865
|
**/
|
|
4173
3866
|
Queued: GenericPalletEvent<
|
|
4174
|
-
Rv,
|
|
4175
3867
|
'MultiBlockElectionVerifier',
|
|
4176
3868
|
'Queued',
|
|
4177
3869
|
[SpNposElectionsElectionScore, SpNposElectionsElectionScore | undefined]
|
|
@@ -4180,7 +3872,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4180
3872
|
/**
|
|
4181
3873
|
* Generic pallet event
|
|
4182
3874
|
**/
|
|
4183
|
-
[prop: string]: GenericPalletEvent
|
|
3875
|
+
[prop: string]: GenericPalletEvent;
|
|
4184
3876
|
};
|
|
4185
3877
|
/**
|
|
4186
3878
|
* Pallet `MultiBlockElectionSigned`'s events
|
|
@@ -4190,7 +3882,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4190
3882
|
* Upcoming submission has been registered for the given account, with the given score.
|
|
4191
3883
|
**/
|
|
4192
3884
|
Registered: GenericPalletEvent<
|
|
4193
|
-
Rv,
|
|
4194
3885
|
'MultiBlockElectionSigned',
|
|
4195
3886
|
'Registered',
|
|
4196
3887
|
[number, AccountId32, SpNposElectionsElectionScore]
|
|
@@ -4199,37 +3890,37 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4199
3890
|
/**
|
|
4200
3891
|
* A page of solution solution with the given index has been stored for the given account.
|
|
4201
3892
|
**/
|
|
4202
|
-
Stored: GenericPalletEvent<
|
|
3893
|
+
Stored: GenericPalletEvent<'MultiBlockElectionSigned', 'Stored', [number, AccountId32, number]>;
|
|
4203
3894
|
|
|
4204
3895
|
/**
|
|
4205
3896
|
* The given account has been rewarded with the given amount.
|
|
4206
3897
|
**/
|
|
4207
|
-
Rewarded: GenericPalletEvent<
|
|
3898
|
+
Rewarded: GenericPalletEvent<'MultiBlockElectionSigned', 'Rewarded', [number, AccountId32, bigint]>;
|
|
4208
3899
|
|
|
4209
3900
|
/**
|
|
4210
3901
|
* The given account has been slashed with the given amount.
|
|
4211
3902
|
**/
|
|
4212
|
-
Slashed: GenericPalletEvent<
|
|
3903
|
+
Slashed: GenericPalletEvent<'MultiBlockElectionSigned', 'Slashed', [number, AccountId32, bigint]>;
|
|
4213
3904
|
|
|
4214
3905
|
/**
|
|
4215
3906
|
* The given solution, for the given round, was ejected.
|
|
4216
3907
|
**/
|
|
4217
|
-
Ejected: GenericPalletEvent<
|
|
3908
|
+
Ejected: GenericPalletEvent<'MultiBlockElectionSigned', 'Ejected', [number, AccountId32]>;
|
|
4218
3909
|
|
|
4219
3910
|
/**
|
|
4220
3911
|
* The given account has been discarded.
|
|
4221
3912
|
**/
|
|
4222
|
-
Discarded: GenericPalletEvent<
|
|
3913
|
+
Discarded: GenericPalletEvent<'MultiBlockElectionSigned', 'Discarded', [number, AccountId32]>;
|
|
4223
3914
|
|
|
4224
3915
|
/**
|
|
4225
3916
|
* The given account has bailed.
|
|
4226
3917
|
**/
|
|
4227
|
-
Bailed: GenericPalletEvent<
|
|
3918
|
+
Bailed: GenericPalletEvent<'MultiBlockElectionSigned', 'Bailed', [number, AccountId32]>;
|
|
4228
3919
|
|
|
4229
3920
|
/**
|
|
4230
3921
|
* Generic pallet event
|
|
4231
3922
|
**/
|
|
4232
|
-
[prop: string]: GenericPalletEvent
|
|
3923
|
+
[prop: string]: GenericPalletEvent;
|
|
4233
3924
|
};
|
|
4234
3925
|
/**
|
|
4235
3926
|
* Pallet `ConvictionVoting`'s events
|
|
@@ -4238,18 +3929,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4238
3929
|
/**
|
|
4239
3930
|
* An account has delegated their vote to another account. \[who, target\]
|
|
4240
3931
|
**/
|
|
4241
|
-
Delegated: GenericPalletEvent<
|
|
3932
|
+
Delegated: GenericPalletEvent<'ConvictionVoting', 'Delegated', [AccountId32, AccountId32, number]>;
|
|
4242
3933
|
|
|
4243
3934
|
/**
|
|
4244
3935
|
* An \[account\] has cancelled a previous delegation operation.
|
|
4245
3936
|
**/
|
|
4246
|
-
Undelegated: GenericPalletEvent<
|
|
3937
|
+
Undelegated: GenericPalletEvent<'ConvictionVoting', 'Undelegated', [AccountId32, number]>;
|
|
4247
3938
|
|
|
4248
3939
|
/**
|
|
4249
3940
|
* An account has voted
|
|
4250
3941
|
**/
|
|
4251
3942
|
Voted: GenericPalletEvent<
|
|
4252
|
-
Rv,
|
|
4253
3943
|
'ConvictionVoting',
|
|
4254
3944
|
'Voted',
|
|
4255
3945
|
{ who: AccountId32; vote: PalletConvictionVotingVoteAccountVote; pollIndex: number }
|
|
@@ -4259,7 +3949,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4259
3949
|
* A vote has been removed
|
|
4260
3950
|
**/
|
|
4261
3951
|
VoteRemoved: GenericPalletEvent<
|
|
4262
|
-
Rv,
|
|
4263
3952
|
'ConvictionVoting',
|
|
4264
3953
|
'VoteRemoved',
|
|
4265
3954
|
{ who: AccountId32; vote: PalletConvictionVotingVoteAccountVote; pollIndex: number }
|
|
@@ -4268,12 +3957,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4268
3957
|
/**
|
|
4269
3958
|
* The lockup period of a conviction vote expired, and the funds have been unlocked.
|
|
4270
3959
|
**/
|
|
4271
|
-
VoteUnlocked: GenericPalletEvent<
|
|
3960
|
+
VoteUnlocked: GenericPalletEvent<'ConvictionVoting', 'VoteUnlocked', { who: AccountId32; class: number }>;
|
|
4272
3961
|
|
|
4273
3962
|
/**
|
|
4274
3963
|
* Generic pallet event
|
|
4275
3964
|
**/
|
|
4276
|
-
[prop: string]: GenericPalletEvent
|
|
3965
|
+
[prop: string]: GenericPalletEvent;
|
|
4277
3966
|
};
|
|
4278
3967
|
/**
|
|
4279
3968
|
* Pallet `Referenda`'s events
|
|
@@ -4283,7 +3972,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4283
3972
|
* A referendum has been submitted.
|
|
4284
3973
|
**/
|
|
4285
3974
|
Submitted: GenericPalletEvent<
|
|
4286
|
-
Rv,
|
|
4287
3975
|
'Referenda',
|
|
4288
3976
|
'Submitted',
|
|
4289
3977
|
{
|
|
@@ -4308,7 +3996,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4308
3996
|
* The decision deposit has been placed.
|
|
4309
3997
|
**/
|
|
4310
3998
|
DecisionDepositPlaced: GenericPalletEvent<
|
|
4311
|
-
Rv,
|
|
4312
3999
|
'Referenda',
|
|
4313
4000
|
'DecisionDepositPlaced',
|
|
4314
4001
|
{
|
|
@@ -4333,7 +4020,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4333
4020
|
* The decision deposit has been refunded.
|
|
4334
4021
|
**/
|
|
4335
4022
|
DecisionDepositRefunded: GenericPalletEvent<
|
|
4336
|
-
Rv,
|
|
4337
4023
|
'Referenda',
|
|
4338
4024
|
'DecisionDepositRefunded',
|
|
4339
4025
|
{
|
|
@@ -4358,7 +4044,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4358
4044
|
* A deposit has been slashed.
|
|
4359
4045
|
**/
|
|
4360
4046
|
DepositSlashed: GenericPalletEvent<
|
|
4361
|
-
Rv,
|
|
4362
4047
|
'Referenda',
|
|
4363
4048
|
'DepositSlashed',
|
|
4364
4049
|
{
|
|
@@ -4378,7 +4063,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4378
4063
|
* A referendum has moved into the deciding phase.
|
|
4379
4064
|
**/
|
|
4380
4065
|
DecisionStarted: GenericPalletEvent<
|
|
4381
|
-
Rv,
|
|
4382
4066
|
'Referenda',
|
|
4383
4067
|
'DecisionStarted',
|
|
4384
4068
|
{
|
|
@@ -4404,7 +4088,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4404
4088
|
}
|
|
4405
4089
|
>;
|
|
4406
4090
|
ConfirmStarted: GenericPalletEvent<
|
|
4407
|
-
Rv,
|
|
4408
4091
|
'Referenda',
|
|
4409
4092
|
'ConfirmStarted',
|
|
4410
4093
|
{
|
|
@@ -4415,7 +4098,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4415
4098
|
}
|
|
4416
4099
|
>;
|
|
4417
4100
|
ConfirmAborted: GenericPalletEvent<
|
|
4418
|
-
Rv,
|
|
4419
4101
|
'Referenda',
|
|
4420
4102
|
'ConfirmAborted',
|
|
4421
4103
|
{
|
|
@@ -4430,7 +4112,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4430
4112
|
* A referendum has ended its confirmation phase and is ready for approval.
|
|
4431
4113
|
**/
|
|
4432
4114
|
Confirmed: GenericPalletEvent<
|
|
4433
|
-
Rv,
|
|
4434
4115
|
'Referenda',
|
|
4435
4116
|
'Confirmed',
|
|
4436
4117
|
{
|
|
@@ -4450,7 +4131,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4450
4131
|
* A referendum has been approved and its proposal has been scheduled.
|
|
4451
4132
|
**/
|
|
4452
4133
|
Approved: GenericPalletEvent<
|
|
4453
|
-
Rv,
|
|
4454
4134
|
'Referenda',
|
|
4455
4135
|
'Approved',
|
|
4456
4136
|
{
|
|
@@ -4465,7 +4145,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4465
4145
|
* A proposal has been rejected by referendum.
|
|
4466
4146
|
**/
|
|
4467
4147
|
Rejected: GenericPalletEvent<
|
|
4468
|
-
Rv,
|
|
4469
4148
|
'Referenda',
|
|
4470
4149
|
'Rejected',
|
|
4471
4150
|
{
|
|
@@ -4485,7 +4164,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4485
4164
|
* A referendum has been timed out without being decided.
|
|
4486
4165
|
**/
|
|
4487
4166
|
TimedOut: GenericPalletEvent<
|
|
4488
|
-
Rv,
|
|
4489
4167
|
'Referenda',
|
|
4490
4168
|
'TimedOut',
|
|
4491
4169
|
{
|
|
@@ -4505,7 +4183,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4505
4183
|
* A referendum has been cancelled.
|
|
4506
4184
|
**/
|
|
4507
4185
|
Cancelled: GenericPalletEvent<
|
|
4508
|
-
Rv,
|
|
4509
4186
|
'Referenda',
|
|
4510
4187
|
'Cancelled',
|
|
4511
4188
|
{
|
|
@@ -4525,7 +4202,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4525
4202
|
* A referendum has been killed.
|
|
4526
4203
|
**/
|
|
4527
4204
|
Killed: GenericPalletEvent<
|
|
4528
|
-
Rv,
|
|
4529
4205
|
'Referenda',
|
|
4530
4206
|
'Killed',
|
|
4531
4207
|
{
|
|
@@ -4545,7 +4221,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4545
4221
|
* The submission deposit has been refunded.
|
|
4546
4222
|
**/
|
|
4547
4223
|
SubmissionDepositRefunded: GenericPalletEvent<
|
|
4548
|
-
Rv,
|
|
4549
4224
|
'Referenda',
|
|
4550
4225
|
'SubmissionDepositRefunded',
|
|
4551
4226
|
{
|
|
@@ -4570,7 +4245,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4570
4245
|
* Metadata for a referendum has been set.
|
|
4571
4246
|
**/
|
|
4572
4247
|
MetadataSet: GenericPalletEvent<
|
|
4573
|
-
Rv,
|
|
4574
4248
|
'Referenda',
|
|
4575
4249
|
'MetadataSet',
|
|
4576
4250
|
{
|
|
@@ -4590,7 +4264,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4590
4264
|
* Metadata for a referendum has been cleared.
|
|
4591
4265
|
**/
|
|
4592
4266
|
MetadataCleared: GenericPalletEvent<
|
|
4593
|
-
Rv,
|
|
4594
4267
|
'Referenda',
|
|
4595
4268
|
'MetadataCleared',
|
|
4596
4269
|
{
|
|
@@ -4609,16 +4282,15 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4609
4282
|
/**
|
|
4610
4283
|
* Generic pallet event
|
|
4611
4284
|
**/
|
|
4612
|
-
[prop: string]: GenericPalletEvent
|
|
4285
|
+
[prop: string]: GenericPalletEvent;
|
|
4613
4286
|
};
|
|
4614
4287
|
/**
|
|
4615
4288
|
* Pallet `Whitelist`'s events
|
|
4616
4289
|
**/
|
|
4617
4290
|
whitelist: {
|
|
4618
|
-
CallWhitelisted: GenericPalletEvent<
|
|
4619
|
-
WhitelistedCallRemoved: GenericPalletEvent<
|
|
4291
|
+
CallWhitelisted: GenericPalletEvent<'Whitelist', 'CallWhitelisted', { callHash: H256 }>;
|
|
4292
|
+
WhitelistedCallRemoved: GenericPalletEvent<'Whitelist', 'WhitelistedCallRemoved', { callHash: H256 }>;
|
|
4620
4293
|
WhitelistedCallDispatched: GenericPalletEvent<
|
|
4621
|
-
Rv,
|
|
4622
4294
|
'Whitelist',
|
|
4623
4295
|
'WhitelistedCallDispatched',
|
|
4624
4296
|
{ callHash: H256; result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo> }
|
|
@@ -4627,7 +4299,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4627
4299
|
/**
|
|
4628
4300
|
* Generic pallet event
|
|
4629
4301
|
**/
|
|
4630
|
-
[prop: string]: GenericPalletEvent
|
|
4302
|
+
[prop: string]: GenericPalletEvent;
|
|
4631
4303
|
};
|
|
4632
4304
|
/**
|
|
4633
4305
|
* Pallet `Treasury`'s events
|
|
@@ -4636,38 +4308,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4636
4308
|
/**
|
|
4637
4309
|
* We have ended a spend period and will now allocate funds.
|
|
4638
4310
|
**/
|
|
4639
|
-
Spending: GenericPalletEvent<
|
|
4311
|
+
Spending: GenericPalletEvent<'Treasury', 'Spending', { budgetRemaining: bigint }>;
|
|
4640
4312
|
|
|
4641
4313
|
/**
|
|
4642
4314
|
* Some funds have been allocated.
|
|
4643
4315
|
**/
|
|
4644
|
-
Awarded: GenericPalletEvent<
|
|
4645
|
-
Rv,
|
|
4646
|
-
'Treasury',
|
|
4647
|
-
'Awarded',
|
|
4648
|
-
{ proposalIndex: number; award: bigint; account: AccountId32 }
|
|
4649
|
-
>;
|
|
4316
|
+
Awarded: GenericPalletEvent<'Treasury', 'Awarded', { proposalIndex: number; award: bigint; account: AccountId32 }>;
|
|
4650
4317
|
|
|
4651
4318
|
/**
|
|
4652
4319
|
* Some of our funds have been burnt.
|
|
4653
4320
|
**/
|
|
4654
|
-
Burnt: GenericPalletEvent<
|
|
4321
|
+
Burnt: GenericPalletEvent<'Treasury', 'Burnt', { burntFunds: bigint }>;
|
|
4655
4322
|
|
|
4656
4323
|
/**
|
|
4657
4324
|
* Spending has finished; this is the amount that rolls over until next spend.
|
|
4658
4325
|
**/
|
|
4659
|
-
Rollover: GenericPalletEvent<
|
|
4326
|
+
Rollover: GenericPalletEvent<'Treasury', 'Rollover', { rolloverBalance: bigint }>;
|
|
4660
4327
|
|
|
4661
4328
|
/**
|
|
4662
4329
|
* Some funds have been deposited.
|
|
4663
4330
|
**/
|
|
4664
|
-
Deposit: GenericPalletEvent<
|
|
4331
|
+
Deposit: GenericPalletEvent<'Treasury', 'Deposit', { value: bigint }>;
|
|
4665
4332
|
|
|
4666
4333
|
/**
|
|
4667
4334
|
* A new spend proposal has been approved.
|
|
4668
4335
|
**/
|
|
4669
4336
|
SpendApproved: GenericPalletEvent<
|
|
4670
|
-
Rv,
|
|
4671
4337
|
'Treasury',
|
|
4672
4338
|
'SpendApproved',
|
|
4673
4339
|
{ proposalIndex: number; amount: bigint; beneficiary: AccountId32 }
|
|
@@ -4676,18 +4342,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4676
4342
|
/**
|
|
4677
4343
|
* The inactive funds of the pallet have been updated.
|
|
4678
4344
|
**/
|
|
4679
|
-
UpdatedInactive: GenericPalletEvent<
|
|
4680
|
-
Rv,
|
|
4681
|
-
'Treasury',
|
|
4682
|
-
'UpdatedInactive',
|
|
4683
|
-
{ reactivated: bigint; deactivated: bigint }
|
|
4684
|
-
>;
|
|
4345
|
+
UpdatedInactive: GenericPalletEvent<'Treasury', 'UpdatedInactive', { reactivated: bigint; deactivated: bigint }>;
|
|
4685
4346
|
|
|
4686
4347
|
/**
|
|
4687
4348
|
* A new asset spend proposal has been approved.
|
|
4688
4349
|
**/
|
|
4689
4350
|
AssetSpendApproved: GenericPalletEvent<
|
|
4690
|
-
Rv,
|
|
4691
4351
|
'Treasury',
|
|
4692
4352
|
'AssetSpendApproved',
|
|
4693
4353
|
{
|
|
@@ -4703,47 +4363,44 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4703
4363
|
/**
|
|
4704
4364
|
* An approved spend was voided.
|
|
4705
4365
|
**/
|
|
4706
|
-
AssetSpendVoided: GenericPalletEvent<
|
|
4366
|
+
AssetSpendVoided: GenericPalletEvent<'Treasury', 'AssetSpendVoided', { index: number }>;
|
|
4707
4367
|
|
|
4708
4368
|
/**
|
|
4709
4369
|
* A payment happened.
|
|
4710
4370
|
**/
|
|
4711
|
-
Paid: GenericPalletEvent<
|
|
4371
|
+
Paid: GenericPalletEvent<'Treasury', 'Paid', { index: number; paymentId: bigint }>;
|
|
4712
4372
|
|
|
4713
4373
|
/**
|
|
4714
4374
|
* A payment failed and can be retried.
|
|
4715
4375
|
**/
|
|
4716
|
-
PaymentFailed: GenericPalletEvent<
|
|
4376
|
+
PaymentFailed: GenericPalletEvent<'Treasury', 'PaymentFailed', { index: number; paymentId: bigint }>;
|
|
4717
4377
|
|
|
4718
4378
|
/**
|
|
4719
4379
|
* A spend was processed and removed from the storage. It might have been successfully
|
|
4720
4380
|
* paid or it may have expired.
|
|
4721
4381
|
**/
|
|
4722
|
-
SpendProcessed: GenericPalletEvent<
|
|
4382
|
+
SpendProcessed: GenericPalletEvent<'Treasury', 'SpendProcessed', { index: number }>;
|
|
4723
4383
|
|
|
4724
4384
|
/**
|
|
4725
4385
|
* Generic pallet event
|
|
4726
4386
|
**/
|
|
4727
|
-
[prop: string]: GenericPalletEvent
|
|
4387
|
+
[prop: string]: GenericPalletEvent;
|
|
4728
4388
|
};
|
|
4729
4389
|
/**
|
|
4730
4390
|
* Pallet `AssetRate`'s events
|
|
4731
4391
|
**/
|
|
4732
4392
|
assetRate: {
|
|
4733
4393
|
AssetRateCreated: GenericPalletEvent<
|
|
4734
|
-
Rv,
|
|
4735
4394
|
'AssetRate',
|
|
4736
4395
|
'AssetRateCreated',
|
|
4737
4396
|
{ assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset; rate: FixedU128 }
|
|
4738
4397
|
>;
|
|
4739
4398
|
AssetRateRemoved: GenericPalletEvent<
|
|
4740
|
-
Rv,
|
|
4741
4399
|
'AssetRate',
|
|
4742
4400
|
'AssetRateRemoved',
|
|
4743
4401
|
{ assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset }
|
|
4744
4402
|
>;
|
|
4745
4403
|
AssetRateUpdated: GenericPalletEvent<
|
|
4746
|
-
Rv,
|
|
4747
4404
|
'AssetRate',
|
|
4748
4405
|
'AssetRateUpdated',
|
|
4749
4406
|
{ assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset; old: FixedU128; new: FixedU128 }
|
|
@@ -4752,7 +4409,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4752
4409
|
/**
|
|
4753
4410
|
* Generic pallet event
|
|
4754
4411
|
**/
|
|
4755
|
-
[prop: string]: GenericPalletEvent
|
|
4412
|
+
[prop: string]: GenericPalletEvent;
|
|
4756
4413
|
};
|
|
4757
4414
|
/**
|
|
4758
4415
|
* Pallet `AssetConversionMigration`'s events
|
|
@@ -4762,7 +4419,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4762
4419
|
* Indicates that a pool has been migrated to the new account ID.
|
|
4763
4420
|
**/
|
|
4764
4421
|
MigratedToNewAccount: GenericPalletEvent<
|
|
4765
|
-
Rv,
|
|
4766
4422
|
'AssetConversionMigration',
|
|
4767
4423
|
'MigratedToNewAccount',
|
|
4768
4424
|
{
|
|
@@ -4786,7 +4442,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4786
4442
|
/**
|
|
4787
4443
|
* Generic pallet event
|
|
4788
4444
|
**/
|
|
4789
|
-
[prop: string]: GenericPalletEvent
|
|
4445
|
+
[prop: string]: GenericPalletEvent;
|
|
4790
4446
|
};
|
|
4791
4447
|
/**
|
|
4792
4448
|
* Pallet `AhOps`'s events
|
|
@@ -4796,7 +4452,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4796
4452
|
* Some lease reserve could not be unreserved and needs manual cleanup.
|
|
4797
4453
|
**/
|
|
4798
4454
|
LeaseUnreserveRemaining: GenericPalletEvent<
|
|
4799
|
-
Rv,
|
|
4800
4455
|
'AhOps',
|
|
4801
4456
|
'LeaseUnreserveRemaining',
|
|
4802
4457
|
{ depositor: AccountId32; paraId: number; remaining: bigint }
|
|
@@ -4806,7 +4461,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4806
4461
|
* Some amount for a crowdloan reserve could not be unreserved and needs manual cleanup.
|
|
4807
4462
|
**/
|
|
4808
4463
|
CrowdloanUnreserveRemaining: GenericPalletEvent<
|
|
4809
|
-
Rv,
|
|
4810
4464
|
'AhOps',
|
|
4811
4465
|
'CrowdloanUnreserveRemaining',
|
|
4812
4466
|
{ depositor: AccountId32; paraId: number; remaining: bigint }
|
|
@@ -4817,7 +4471,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4817
4471
|
* representation.
|
|
4818
4472
|
**/
|
|
4819
4473
|
SovereignMigrated: GenericPalletEvent<
|
|
4820
|
-
Rv,
|
|
4821
4474
|
'AhOps',
|
|
4822
4475
|
'SovereignMigrated',
|
|
4823
4476
|
{
|
|
@@ -4847,7 +4500,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4847
4500
|
* An amount of fungible balance was put on hold.
|
|
4848
4501
|
**/
|
|
4849
4502
|
HoldPlaced: GenericPalletEvent<
|
|
4850
|
-
Rv,
|
|
4851
4503
|
'AhOps',
|
|
4852
4504
|
'HoldPlaced',
|
|
4853
4505
|
{ account: AccountId32; amount: bigint; reason: AssetHubWestendRuntimeRuntimeHoldReason }
|
|
@@ -4857,7 +4509,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4857
4509
|
* An amount of fungible balance was released from its hold.
|
|
4858
4510
|
**/
|
|
4859
4511
|
HoldReleased: GenericPalletEvent<
|
|
4860
|
-
Rv,
|
|
4861
4512
|
'AhOps',
|
|
4862
4513
|
'HoldReleased',
|
|
4863
4514
|
{ account: AccountId32; amount: bigint; reason: AssetHubWestendRuntimeRuntimeHoldReason }
|
|
@@ -4866,6 +4517,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4866
4517
|
/**
|
|
4867
4518
|
* Generic pallet event
|
|
4868
4519
|
**/
|
|
4869
|
-
[prop: string]: GenericPalletEvent
|
|
4520
|
+
[prop: string]: GenericPalletEvent;
|
|
4870
4521
|
};
|
|
4871
4522
|
}
|