@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,
|
|
@@ -67,7 +67,7 @@ import type {
|
|
|
67
67
|
PalletRcMigratorQueuePriority,
|
|
68
68
|
} from './types.js';
|
|
69
69
|
|
|
70
|
-
export interface ChainEvents
|
|
70
|
+
export interface ChainEvents extends GenericChainEvents {
|
|
71
71
|
/**
|
|
72
72
|
* Pallet `System`'s events
|
|
73
73
|
**/
|
|
@@ -75,18 +75,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
75
75
|
/**
|
|
76
76
|
* An extrinsic completed successfully.
|
|
77
77
|
**/
|
|
78
|
-
ExtrinsicSuccess: GenericPalletEvent<
|
|
79
|
-
Rv,
|
|
80
|
-
'System',
|
|
81
|
-
'ExtrinsicSuccess',
|
|
82
|
-
{ dispatchInfo: FrameSystemDispatchEventInfo }
|
|
83
|
-
>;
|
|
78
|
+
ExtrinsicSuccess: GenericPalletEvent<'System', 'ExtrinsicSuccess', { dispatchInfo: FrameSystemDispatchEventInfo }>;
|
|
84
79
|
|
|
85
80
|
/**
|
|
86
81
|
* An extrinsic failed.
|
|
87
82
|
**/
|
|
88
83
|
ExtrinsicFailed: GenericPalletEvent<
|
|
89
|
-
Rv,
|
|
90
84
|
'System',
|
|
91
85
|
'ExtrinsicFailed',
|
|
92
86
|
{ dispatchError: DispatchError; dispatchInfo: FrameSystemDispatchEventInfo }
|
|
@@ -95,38 +89,37 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
95
89
|
/**
|
|
96
90
|
* `:code` was updated.
|
|
97
91
|
**/
|
|
98
|
-
CodeUpdated: GenericPalletEvent<
|
|
92
|
+
CodeUpdated: GenericPalletEvent<'System', 'CodeUpdated', null>;
|
|
99
93
|
|
|
100
94
|
/**
|
|
101
95
|
* A new account was created.
|
|
102
96
|
**/
|
|
103
|
-
NewAccount: GenericPalletEvent<
|
|
97
|
+
NewAccount: GenericPalletEvent<'System', 'NewAccount', { account: AccountId32 }>;
|
|
104
98
|
|
|
105
99
|
/**
|
|
106
100
|
* An account was reaped.
|
|
107
101
|
**/
|
|
108
|
-
KilledAccount: GenericPalletEvent<
|
|
102
|
+
KilledAccount: GenericPalletEvent<'System', 'KilledAccount', { account: AccountId32 }>;
|
|
109
103
|
|
|
110
104
|
/**
|
|
111
105
|
* On on-chain remark happened.
|
|
112
106
|
**/
|
|
113
|
-
Remarked: GenericPalletEvent<
|
|
107
|
+
Remarked: GenericPalletEvent<'System', 'Remarked', { sender: AccountId32; hash: H256 }>;
|
|
114
108
|
|
|
115
109
|
/**
|
|
116
110
|
* A [`Task`] has started executing
|
|
117
111
|
**/
|
|
118
|
-
TaskStarted: GenericPalletEvent<
|
|
112
|
+
TaskStarted: GenericPalletEvent<'System', 'TaskStarted', { task: AssetHubPaseoRuntimeRuntimeTask }>;
|
|
119
113
|
|
|
120
114
|
/**
|
|
121
115
|
* A [`Task`] has finished executing.
|
|
122
116
|
**/
|
|
123
|
-
TaskCompleted: GenericPalletEvent<
|
|
117
|
+
TaskCompleted: GenericPalletEvent<'System', 'TaskCompleted', { task: AssetHubPaseoRuntimeRuntimeTask }>;
|
|
124
118
|
|
|
125
119
|
/**
|
|
126
120
|
* A [`Task`] failed during execution.
|
|
127
121
|
**/
|
|
128
122
|
TaskFailed: GenericPalletEvent<
|
|
129
|
-
Rv,
|
|
130
123
|
'System',
|
|
131
124
|
'TaskFailed',
|
|
132
125
|
{ task: AssetHubPaseoRuntimeRuntimeTask; err: DispatchError }
|
|
@@ -135,13 +128,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
135
128
|
/**
|
|
136
129
|
* An upgrade was authorized.
|
|
137
130
|
**/
|
|
138
|
-
UpgradeAuthorized: GenericPalletEvent<
|
|
131
|
+
UpgradeAuthorized: GenericPalletEvent<'System', 'UpgradeAuthorized', { codeHash: H256; checkVersion: boolean }>;
|
|
139
132
|
|
|
140
133
|
/**
|
|
141
134
|
* An invalid authorized upgrade was rejected while trying to apply it.
|
|
142
135
|
**/
|
|
143
136
|
RejectedInvalidAuthorizedUpgrade: GenericPalletEvent<
|
|
144
|
-
Rv,
|
|
145
137
|
'System',
|
|
146
138
|
'RejectedInvalidAuthorizedUpgrade',
|
|
147
139
|
{ codeHash: H256; error: DispatchError }
|
|
@@ -150,7 +142,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
150
142
|
/**
|
|
151
143
|
* Generic pallet event
|
|
152
144
|
**/
|
|
153
|
-
[prop: string]: GenericPalletEvent
|
|
145
|
+
[prop: string]: GenericPalletEvent;
|
|
154
146
|
};
|
|
155
147
|
/**
|
|
156
148
|
* Pallet `ParachainSystem`'s events
|
|
@@ -159,13 +151,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
159
151
|
/**
|
|
160
152
|
* The validation function has been scheduled to apply.
|
|
161
153
|
**/
|
|
162
|
-
ValidationFunctionStored: GenericPalletEvent<
|
|
154
|
+
ValidationFunctionStored: GenericPalletEvent<'ParachainSystem', 'ValidationFunctionStored', null>;
|
|
163
155
|
|
|
164
156
|
/**
|
|
165
157
|
* The validation function was applied as of the contained relay chain block number.
|
|
166
158
|
**/
|
|
167
159
|
ValidationFunctionApplied: GenericPalletEvent<
|
|
168
|
-
Rv,
|
|
169
160
|
'ParachainSystem',
|
|
170
161
|
'ValidationFunctionApplied',
|
|
171
162
|
{ relayChainBlockNum: number }
|
|
@@ -174,18 +165,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
174
165
|
/**
|
|
175
166
|
* The relay-chain aborted the upgrade process.
|
|
176
167
|
**/
|
|
177
|
-
ValidationFunctionDiscarded: GenericPalletEvent<
|
|
168
|
+
ValidationFunctionDiscarded: GenericPalletEvent<'ParachainSystem', 'ValidationFunctionDiscarded', null>;
|
|
178
169
|
|
|
179
170
|
/**
|
|
180
171
|
* Some downward messages have been received and will be processed.
|
|
181
172
|
**/
|
|
182
|
-
DownwardMessagesReceived: GenericPalletEvent<
|
|
173
|
+
DownwardMessagesReceived: GenericPalletEvent<'ParachainSystem', 'DownwardMessagesReceived', { count: number }>;
|
|
183
174
|
|
|
184
175
|
/**
|
|
185
176
|
* Downward messages were processed using the given weight.
|
|
186
177
|
**/
|
|
187
178
|
DownwardMessagesProcessed: GenericPalletEvent<
|
|
188
|
-
Rv,
|
|
189
179
|
'ParachainSystem',
|
|
190
180
|
'DownwardMessagesProcessed',
|
|
191
181
|
{ weightUsed: SpWeightsWeightV2Weight; dmqHead: H256 }
|
|
@@ -195,7 +185,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
195
185
|
* An upward message was sent to the relay chain.
|
|
196
186
|
**/
|
|
197
187
|
UpwardMessageSent: GenericPalletEvent<
|
|
198
|
-
Rv,
|
|
199
188
|
'ParachainSystem',
|
|
200
189
|
'UpwardMessageSent',
|
|
201
190
|
{ messageHash?: FixedBytes<32> | undefined }
|
|
@@ -204,7 +193,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
204
193
|
/**
|
|
205
194
|
* Generic pallet event
|
|
206
195
|
**/
|
|
207
|
-
[prop: string]: GenericPalletEvent
|
|
196
|
+
[prop: string]: GenericPalletEvent;
|
|
208
197
|
};
|
|
209
198
|
/**
|
|
210
199
|
* Pallet `Preimage`'s events
|
|
@@ -213,22 +202,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
213
202
|
/**
|
|
214
203
|
* A preimage has been noted.
|
|
215
204
|
**/
|
|
216
|
-
Noted: GenericPalletEvent<
|
|
205
|
+
Noted: GenericPalletEvent<'Preimage', 'Noted', { hash: H256 }>;
|
|
217
206
|
|
|
218
207
|
/**
|
|
219
208
|
* A preimage has been requested.
|
|
220
209
|
**/
|
|
221
|
-
Requested: GenericPalletEvent<
|
|
210
|
+
Requested: GenericPalletEvent<'Preimage', 'Requested', { hash: H256 }>;
|
|
222
211
|
|
|
223
212
|
/**
|
|
224
213
|
* A preimage has ben cleared.
|
|
225
214
|
**/
|
|
226
|
-
Cleared: GenericPalletEvent<
|
|
215
|
+
Cleared: GenericPalletEvent<'Preimage', 'Cleared', { hash: H256 }>;
|
|
227
216
|
|
|
228
217
|
/**
|
|
229
218
|
* Generic pallet event
|
|
230
219
|
**/
|
|
231
|
-
[prop: string]: GenericPalletEvent
|
|
220
|
+
[prop: string]: GenericPalletEvent;
|
|
232
221
|
};
|
|
233
222
|
/**
|
|
234
223
|
* Pallet `Scheduler`'s events
|
|
@@ -237,18 +226,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
237
226
|
/**
|
|
238
227
|
* Scheduled some task.
|
|
239
228
|
**/
|
|
240
|
-
Scheduled: GenericPalletEvent<
|
|
229
|
+
Scheduled: GenericPalletEvent<'Scheduler', 'Scheduled', { when: number; index: number }>;
|
|
241
230
|
|
|
242
231
|
/**
|
|
243
232
|
* Canceled some task.
|
|
244
233
|
**/
|
|
245
|
-
Canceled: GenericPalletEvent<
|
|
234
|
+
Canceled: GenericPalletEvent<'Scheduler', 'Canceled', { when: number; index: number }>;
|
|
246
235
|
|
|
247
236
|
/**
|
|
248
237
|
* Dispatched some task.
|
|
249
238
|
**/
|
|
250
239
|
Dispatched: GenericPalletEvent<
|
|
251
|
-
Rv,
|
|
252
240
|
'Scheduler',
|
|
253
241
|
'Dispatched',
|
|
254
242
|
{ task: [number, number]; id?: FixedBytes<32> | undefined; result: Result<[], DispatchError> }
|
|
@@ -258,7 +246,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
258
246
|
* Set a retry configuration for some task.
|
|
259
247
|
**/
|
|
260
248
|
RetrySet: GenericPalletEvent<
|
|
261
|
-
Rv,
|
|
262
249
|
'Scheduler',
|
|
263
250
|
'RetrySet',
|
|
264
251
|
{ task: [number, number]; id?: FixedBytes<32> | undefined; period: number; retries: number }
|
|
@@ -268,7 +255,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
268
255
|
* Cancel a retry configuration for some task.
|
|
269
256
|
**/
|
|
270
257
|
RetryCancelled: GenericPalletEvent<
|
|
271
|
-
Rv,
|
|
272
258
|
'Scheduler',
|
|
273
259
|
'RetryCancelled',
|
|
274
260
|
{ task: [number, number]; id?: FixedBytes<32> | undefined }
|
|
@@ -278,7 +264,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
278
264
|
* The call for the provided hash was not found so the task has been aborted.
|
|
279
265
|
**/
|
|
280
266
|
CallUnavailable: GenericPalletEvent<
|
|
281
|
-
Rv,
|
|
282
267
|
'Scheduler',
|
|
283
268
|
'CallUnavailable',
|
|
284
269
|
{ task: [number, number]; id?: FixedBytes<32> | undefined }
|
|
@@ -288,7 +273,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
288
273
|
* The given task was unable to be renewed since the agenda is full at that block.
|
|
289
274
|
**/
|
|
290
275
|
PeriodicFailed: GenericPalletEvent<
|
|
291
|
-
Rv,
|
|
292
276
|
'Scheduler',
|
|
293
277
|
'PeriodicFailed',
|
|
294
278
|
{ task: [number, number]; id?: FixedBytes<32> | undefined }
|
|
@@ -299,7 +283,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
299
283
|
* was not enough weight to reschedule it.
|
|
300
284
|
**/
|
|
301
285
|
RetryFailed: GenericPalletEvent<
|
|
302
|
-
Rv,
|
|
303
286
|
'Scheduler',
|
|
304
287
|
'RetryFailed',
|
|
305
288
|
{ task: [number, number]; id?: FixedBytes<32> | undefined }
|
|
@@ -309,7 +292,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
309
292
|
* The given task can never be executed since it is overweight.
|
|
310
293
|
**/
|
|
311
294
|
PermanentlyOverweight: GenericPalletEvent<
|
|
312
|
-
Rv,
|
|
313
295
|
'Scheduler',
|
|
314
296
|
'PermanentlyOverweight',
|
|
315
297
|
{ task: [number, number]; id?: FixedBytes<32> | undefined }
|
|
@@ -318,12 +300,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
318
300
|
/**
|
|
319
301
|
* Agenda is incomplete from `when`.
|
|
320
302
|
**/
|
|
321
|
-
AgendaIncomplete: GenericPalletEvent<
|
|
303
|
+
AgendaIncomplete: GenericPalletEvent<'Scheduler', 'AgendaIncomplete', { when: number }>;
|
|
322
304
|
|
|
323
305
|
/**
|
|
324
306
|
* Generic pallet event
|
|
325
307
|
**/
|
|
326
|
-
[prop: string]: GenericPalletEvent
|
|
308
|
+
[prop: string]: GenericPalletEvent;
|
|
327
309
|
};
|
|
328
310
|
/**
|
|
329
311
|
* Pallet `Parameters`'s events
|
|
@@ -335,7 +317,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
335
317
|
* Is also emitted when the value was not changed.
|
|
336
318
|
**/
|
|
337
319
|
Updated: GenericPalletEvent<
|
|
338
|
-
Rv,
|
|
339
320
|
'Parameters',
|
|
340
321
|
'Updated',
|
|
341
322
|
{
|
|
@@ -359,7 +340,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
359
340
|
/**
|
|
360
341
|
* Generic pallet event
|
|
361
342
|
**/
|
|
362
|
-
[prop: string]: GenericPalletEvent
|
|
343
|
+
[prop: string]: GenericPalletEvent;
|
|
363
344
|
};
|
|
364
345
|
/**
|
|
365
346
|
* Pallet `MultiBlockMigrations`'s events
|
|
@@ -371,7 +352,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
371
352
|
* Its end is indicated by `UpgradeCompleted` or `UpgradeFailed`.
|
|
372
353
|
**/
|
|
373
354
|
UpgradeStarted: GenericPalletEvent<
|
|
374
|
-
Rv,
|
|
375
355
|
'MultiBlockMigrations',
|
|
376
356
|
'UpgradeStarted',
|
|
377
357
|
{
|
|
@@ -390,20 +370,19 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
390
370
|
*
|
|
391
371
|
* This implies that all of its migrations completed successfully as well.
|
|
392
372
|
**/
|
|
393
|
-
UpgradeCompleted: GenericPalletEvent<
|
|
373
|
+
UpgradeCompleted: GenericPalletEvent<'MultiBlockMigrations', 'UpgradeCompleted', null>;
|
|
394
374
|
|
|
395
375
|
/**
|
|
396
376
|
* Runtime upgrade failed.
|
|
397
377
|
*
|
|
398
378
|
* This is very bad and will require governance intervention.
|
|
399
379
|
**/
|
|
400
|
-
UpgradeFailed: GenericPalletEvent<
|
|
380
|
+
UpgradeFailed: GenericPalletEvent<'MultiBlockMigrations', 'UpgradeFailed', null>;
|
|
401
381
|
|
|
402
382
|
/**
|
|
403
383
|
* A migration was skipped since it was already executed in the past.
|
|
404
384
|
**/
|
|
405
385
|
MigrationSkipped: GenericPalletEvent<
|
|
406
|
-
Rv,
|
|
407
386
|
'MultiBlockMigrations',
|
|
408
387
|
'MigrationSkipped',
|
|
409
388
|
{
|
|
@@ -418,7 +397,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
418
397
|
* A migration progressed.
|
|
419
398
|
**/
|
|
420
399
|
MigrationAdvanced: GenericPalletEvent<
|
|
421
|
-
Rv,
|
|
422
400
|
'MultiBlockMigrations',
|
|
423
401
|
'MigrationAdvanced',
|
|
424
402
|
{
|
|
@@ -438,7 +416,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
438
416
|
* A Migration completed.
|
|
439
417
|
**/
|
|
440
418
|
MigrationCompleted: GenericPalletEvent<
|
|
441
|
-
Rv,
|
|
442
419
|
'MultiBlockMigrations',
|
|
443
420
|
'MigrationCompleted',
|
|
444
421
|
{
|
|
@@ -460,7 +437,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
460
437
|
* This implies that the whole upgrade failed and governance intervention is required.
|
|
461
438
|
**/
|
|
462
439
|
MigrationFailed: GenericPalletEvent<
|
|
463
|
-
Rv,
|
|
464
440
|
'MultiBlockMigrations',
|
|
465
441
|
'MigrationFailed',
|
|
466
442
|
{
|
|
@@ -480,7 +456,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
480
456
|
* The set of historical migrations has been cleared.
|
|
481
457
|
**/
|
|
482
458
|
HistoricCleared: GenericPalletEvent<
|
|
483
|
-
Rv,
|
|
484
459
|
'MultiBlockMigrations',
|
|
485
460
|
'HistoricCleared',
|
|
486
461
|
{
|
|
@@ -494,7 +469,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
494
469
|
/**
|
|
495
470
|
* Generic pallet event
|
|
496
471
|
**/
|
|
497
|
-
[prop: string]: GenericPalletEvent
|
|
472
|
+
[prop: string]: GenericPalletEvent;
|
|
498
473
|
};
|
|
499
474
|
/**
|
|
500
475
|
* Pallet `Balances`'s events
|
|
@@ -503,40 +478,39 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
503
478
|
/**
|
|
504
479
|
* An account was created with some free balance.
|
|
505
480
|
**/
|
|
506
|
-
Endowed: GenericPalletEvent<
|
|
481
|
+
Endowed: GenericPalletEvent<'Balances', 'Endowed', { account: AccountId32; freeBalance: bigint }>;
|
|
507
482
|
|
|
508
483
|
/**
|
|
509
484
|
* An account was removed whose balance was non-zero but below ExistentialDeposit,
|
|
510
485
|
* resulting in an outright loss.
|
|
511
486
|
**/
|
|
512
|
-
DustLost: GenericPalletEvent<
|
|
487
|
+
DustLost: GenericPalletEvent<'Balances', 'DustLost', { account: AccountId32; amount: bigint }>;
|
|
513
488
|
|
|
514
489
|
/**
|
|
515
490
|
* Transfer succeeded.
|
|
516
491
|
**/
|
|
517
|
-
Transfer: GenericPalletEvent<
|
|
492
|
+
Transfer: GenericPalletEvent<'Balances', 'Transfer', { from: AccountId32; to: AccountId32; amount: bigint }>;
|
|
518
493
|
|
|
519
494
|
/**
|
|
520
495
|
* A balance was set by root.
|
|
521
496
|
**/
|
|
522
|
-
BalanceSet: GenericPalletEvent<
|
|
497
|
+
BalanceSet: GenericPalletEvent<'Balances', 'BalanceSet', { who: AccountId32; free: bigint }>;
|
|
523
498
|
|
|
524
499
|
/**
|
|
525
500
|
* Some balance was reserved (moved from free to reserved).
|
|
526
501
|
**/
|
|
527
|
-
Reserved: GenericPalletEvent<
|
|
502
|
+
Reserved: GenericPalletEvent<'Balances', 'Reserved', { who: AccountId32; amount: bigint }>;
|
|
528
503
|
|
|
529
504
|
/**
|
|
530
505
|
* Some balance was unreserved (moved from reserved to free).
|
|
531
506
|
**/
|
|
532
|
-
Unreserved: GenericPalletEvent<
|
|
507
|
+
Unreserved: GenericPalletEvent<'Balances', 'Unreserved', { who: AccountId32; amount: bigint }>;
|
|
533
508
|
|
|
534
509
|
/**
|
|
535
510
|
* Some balance was moved from the reserve of the first account to the second account.
|
|
536
511
|
* Final argument indicates the destination balance type.
|
|
537
512
|
**/
|
|
538
513
|
ReserveRepatriated: GenericPalletEvent<
|
|
539
|
-
Rv,
|
|
540
514
|
'Balances',
|
|
541
515
|
'ReserveRepatriated',
|
|
542
516
|
{ from: AccountId32; to: AccountId32; amount: bigint; destinationStatus: FrameSupportTokensMiscBalanceStatus }
|
|
@@ -545,87 +519,87 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
545
519
|
/**
|
|
546
520
|
* Some amount was deposited (e.g. for transaction fees).
|
|
547
521
|
**/
|
|
548
|
-
Deposit: GenericPalletEvent<
|
|
522
|
+
Deposit: GenericPalletEvent<'Balances', 'Deposit', { who: AccountId32; amount: bigint }>;
|
|
549
523
|
|
|
550
524
|
/**
|
|
551
525
|
* Some amount was withdrawn from the account (e.g. for transaction fees).
|
|
552
526
|
**/
|
|
553
|
-
Withdraw: GenericPalletEvent<
|
|
527
|
+
Withdraw: GenericPalletEvent<'Balances', 'Withdraw', { who: AccountId32; amount: bigint }>;
|
|
554
528
|
|
|
555
529
|
/**
|
|
556
530
|
* Some amount was removed from the account (e.g. for misbehavior).
|
|
557
531
|
**/
|
|
558
|
-
Slashed: GenericPalletEvent<
|
|
532
|
+
Slashed: GenericPalletEvent<'Balances', 'Slashed', { who: AccountId32; amount: bigint }>;
|
|
559
533
|
|
|
560
534
|
/**
|
|
561
535
|
* Some amount was minted into an account.
|
|
562
536
|
**/
|
|
563
|
-
Minted: GenericPalletEvent<
|
|
537
|
+
Minted: GenericPalletEvent<'Balances', 'Minted', { who: AccountId32; amount: bigint }>;
|
|
564
538
|
|
|
565
539
|
/**
|
|
566
540
|
* Some amount was burned from an account.
|
|
567
541
|
**/
|
|
568
|
-
Burned: GenericPalletEvent<
|
|
542
|
+
Burned: GenericPalletEvent<'Balances', 'Burned', { who: AccountId32; amount: bigint }>;
|
|
569
543
|
|
|
570
544
|
/**
|
|
571
545
|
* Some amount was suspended from an account (it can be restored later).
|
|
572
546
|
**/
|
|
573
|
-
Suspended: GenericPalletEvent<
|
|
547
|
+
Suspended: GenericPalletEvent<'Balances', 'Suspended', { who: AccountId32; amount: bigint }>;
|
|
574
548
|
|
|
575
549
|
/**
|
|
576
550
|
* Some amount was restored into an account.
|
|
577
551
|
**/
|
|
578
|
-
Restored: GenericPalletEvent<
|
|
552
|
+
Restored: GenericPalletEvent<'Balances', 'Restored', { who: AccountId32; amount: bigint }>;
|
|
579
553
|
|
|
580
554
|
/**
|
|
581
555
|
* An account was upgraded.
|
|
582
556
|
**/
|
|
583
|
-
Upgraded: GenericPalletEvent<
|
|
557
|
+
Upgraded: GenericPalletEvent<'Balances', 'Upgraded', { who: AccountId32 }>;
|
|
584
558
|
|
|
585
559
|
/**
|
|
586
560
|
* Total issuance was increased by `amount`, creating a credit to be balanced.
|
|
587
561
|
**/
|
|
588
|
-
Issued: GenericPalletEvent<
|
|
562
|
+
Issued: GenericPalletEvent<'Balances', 'Issued', { amount: bigint }>;
|
|
589
563
|
|
|
590
564
|
/**
|
|
591
565
|
* Total issuance was decreased by `amount`, creating a debt to be balanced.
|
|
592
566
|
**/
|
|
593
|
-
Rescinded: GenericPalletEvent<
|
|
567
|
+
Rescinded: GenericPalletEvent<'Balances', 'Rescinded', { amount: bigint }>;
|
|
594
568
|
|
|
595
569
|
/**
|
|
596
570
|
* Some balance was locked.
|
|
597
571
|
**/
|
|
598
|
-
Locked: GenericPalletEvent<
|
|
572
|
+
Locked: GenericPalletEvent<'Balances', 'Locked', { who: AccountId32; amount: bigint }>;
|
|
599
573
|
|
|
600
574
|
/**
|
|
601
575
|
* Some balance was unlocked.
|
|
602
576
|
**/
|
|
603
|
-
Unlocked: GenericPalletEvent<
|
|
577
|
+
Unlocked: GenericPalletEvent<'Balances', 'Unlocked', { who: AccountId32; amount: bigint }>;
|
|
604
578
|
|
|
605
579
|
/**
|
|
606
580
|
* Some balance was frozen.
|
|
607
581
|
**/
|
|
608
|
-
Frozen: GenericPalletEvent<
|
|
582
|
+
Frozen: GenericPalletEvent<'Balances', 'Frozen', { who: AccountId32; amount: bigint }>;
|
|
609
583
|
|
|
610
584
|
/**
|
|
611
585
|
* Some balance was thawed.
|
|
612
586
|
**/
|
|
613
|
-
Thawed: GenericPalletEvent<
|
|
587
|
+
Thawed: GenericPalletEvent<'Balances', 'Thawed', { who: AccountId32; amount: bigint }>;
|
|
614
588
|
|
|
615
589
|
/**
|
|
616
590
|
* The `TotalIssuance` was forcefully changed.
|
|
617
591
|
**/
|
|
618
|
-
TotalIssuanceForced: GenericPalletEvent<
|
|
592
|
+
TotalIssuanceForced: GenericPalletEvent<'Balances', 'TotalIssuanceForced', { old: bigint; new: bigint }>;
|
|
619
593
|
|
|
620
594
|
/**
|
|
621
595
|
* An unexpected/defensive event was triggered.
|
|
622
596
|
**/
|
|
623
|
-
Unexpected: GenericPalletEvent<
|
|
597
|
+
Unexpected: GenericPalletEvent<'Balances', 'Unexpected', PalletBalancesUnexpectedKind>;
|
|
624
598
|
|
|
625
599
|
/**
|
|
626
600
|
* Generic pallet event
|
|
627
601
|
**/
|
|
628
|
-
[prop: string]: GenericPalletEvent
|
|
602
|
+
[prop: string]: GenericPalletEvent;
|
|
629
603
|
};
|
|
630
604
|
/**
|
|
631
605
|
* Pallet `TransactionPayment`'s events
|
|
@@ -636,7 +610,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
636
610
|
* has been paid by `who`.
|
|
637
611
|
**/
|
|
638
612
|
TransactionFeePaid: GenericPalletEvent<
|
|
639
|
-
Rv,
|
|
640
613
|
'TransactionPayment',
|
|
641
614
|
'TransactionFeePaid',
|
|
642
615
|
{ who: AccountId32; actualFee: bigint; tip: bigint }
|
|
@@ -645,7 +618,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
645
618
|
/**
|
|
646
619
|
* Generic pallet event
|
|
647
620
|
**/
|
|
648
|
-
[prop: string]: GenericPalletEvent
|
|
621
|
+
[prop: string]: GenericPalletEvent;
|
|
649
622
|
};
|
|
650
623
|
/**
|
|
651
624
|
* Pallet `AssetTxPayment`'s events
|
|
@@ -656,7 +629,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
656
629
|
* has been paid by `who` in an asset `asset_id`.
|
|
657
630
|
**/
|
|
658
631
|
AssetTxFeePaid: GenericPalletEvent<
|
|
659
|
-
Rv,
|
|
660
632
|
'AssetTxPayment',
|
|
661
633
|
'AssetTxFeePaid',
|
|
662
634
|
{ who: AccountId32; actualFee: bigint; tip: bigint; assetId: StagingXcmV5Location }
|
|
@@ -665,12 +637,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
665
637
|
/**
|
|
666
638
|
* A swap of the refund in native currency back to asset failed.
|
|
667
639
|
**/
|
|
668
|
-
AssetRefundFailed: GenericPalletEvent<
|
|
640
|
+
AssetRefundFailed: GenericPalletEvent<'AssetTxPayment', 'AssetRefundFailed', { nativeAmountKept: bigint }>;
|
|
669
641
|
|
|
670
642
|
/**
|
|
671
643
|
* Generic pallet event
|
|
672
644
|
**/
|
|
673
|
-
[prop: string]: GenericPalletEvent
|
|
645
|
+
[prop: string]: GenericPalletEvent;
|
|
674
646
|
};
|
|
675
647
|
/**
|
|
676
648
|
* Pallet `Vesting`'s events
|
|
@@ -679,28 +651,23 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
679
651
|
/**
|
|
680
652
|
* A vesting schedule has been created.
|
|
681
653
|
**/
|
|
682
|
-
VestingCreated: GenericPalletEvent<
|
|
683
|
-
Rv,
|
|
684
|
-
'Vesting',
|
|
685
|
-
'VestingCreated',
|
|
686
|
-
{ account: AccountId32; scheduleIndex: number }
|
|
687
|
-
>;
|
|
654
|
+
VestingCreated: GenericPalletEvent<'Vesting', 'VestingCreated', { account: AccountId32; scheduleIndex: number }>;
|
|
688
655
|
|
|
689
656
|
/**
|
|
690
657
|
* The amount vested has been updated. This could indicate a change in funds available.
|
|
691
658
|
* The balance given is the amount which is left unvested (and thus locked).
|
|
692
659
|
**/
|
|
693
|
-
VestingUpdated: GenericPalletEvent<
|
|
660
|
+
VestingUpdated: GenericPalletEvent<'Vesting', 'VestingUpdated', { account: AccountId32; unvested: bigint }>;
|
|
694
661
|
|
|
695
662
|
/**
|
|
696
663
|
* An \[account\] has become fully vested.
|
|
697
664
|
**/
|
|
698
|
-
VestingCompleted: GenericPalletEvent<
|
|
665
|
+
VestingCompleted: GenericPalletEvent<'Vesting', 'VestingCompleted', { account: AccountId32 }>;
|
|
699
666
|
|
|
700
667
|
/**
|
|
701
668
|
* Generic pallet event
|
|
702
669
|
**/
|
|
703
|
-
[prop: string]: GenericPalletEvent
|
|
670
|
+
[prop: string]: GenericPalletEvent;
|
|
704
671
|
};
|
|
705
672
|
/**
|
|
706
673
|
* Pallet `Claims`'s events
|
|
@@ -710,7 +677,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
710
677
|
* Someone claimed some DOTs.
|
|
711
678
|
**/
|
|
712
679
|
Claimed: GenericPalletEvent<
|
|
713
|
-
Rv,
|
|
714
680
|
'Claims',
|
|
715
681
|
'Claimed',
|
|
716
682
|
{ who: AccountId32; ethereumAddress: EthereumAddress; amount: bigint }
|
|
@@ -719,7 +685,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
719
685
|
/**
|
|
720
686
|
* Generic pallet event
|
|
721
687
|
**/
|
|
722
|
-
[prop: string]: GenericPalletEvent
|
|
688
|
+
[prop: string]: GenericPalletEvent;
|
|
723
689
|
};
|
|
724
690
|
/**
|
|
725
691
|
* Pallet `CollatorSelection`'s events
|
|
@@ -729,7 +695,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
729
695
|
* New Invulnerables were set.
|
|
730
696
|
**/
|
|
731
697
|
NewInvulnerables: GenericPalletEvent<
|
|
732
|
-
Rv,
|
|
733
698
|
'CollatorSelection',
|
|
734
699
|
'NewInvulnerables',
|
|
735
700
|
{ invulnerables: Array<AccountId32> }
|
|
@@ -738,18 +703,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
738
703
|
/**
|
|
739
704
|
* A new Invulnerable was added.
|
|
740
705
|
**/
|
|
741
|
-
InvulnerableAdded: GenericPalletEvent<
|
|
706
|
+
InvulnerableAdded: GenericPalletEvent<'CollatorSelection', 'InvulnerableAdded', { accountId: AccountId32 }>;
|
|
742
707
|
|
|
743
708
|
/**
|
|
744
709
|
* An Invulnerable was removed.
|
|
745
710
|
**/
|
|
746
|
-
InvulnerableRemoved: GenericPalletEvent<
|
|
711
|
+
InvulnerableRemoved: GenericPalletEvent<'CollatorSelection', 'InvulnerableRemoved', { accountId: AccountId32 }>;
|
|
747
712
|
|
|
748
713
|
/**
|
|
749
714
|
* The number of desired candidates was set.
|
|
750
715
|
**/
|
|
751
716
|
NewDesiredCandidates: GenericPalletEvent<
|
|
752
|
-
Rv,
|
|
753
717
|
'CollatorSelection',
|
|
754
718
|
'NewDesiredCandidates',
|
|
755
719
|
{ desiredCandidates: number }
|
|
@@ -758,13 +722,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
758
722
|
/**
|
|
759
723
|
* The candidacy bond was set.
|
|
760
724
|
**/
|
|
761
|
-
NewCandidacyBond: GenericPalletEvent<
|
|
725
|
+
NewCandidacyBond: GenericPalletEvent<'CollatorSelection', 'NewCandidacyBond', { bondAmount: bigint }>;
|
|
762
726
|
|
|
763
727
|
/**
|
|
764
728
|
* A new candidate joined.
|
|
765
729
|
**/
|
|
766
730
|
CandidateAdded: GenericPalletEvent<
|
|
767
|
-
Rv,
|
|
768
731
|
'CollatorSelection',
|
|
769
732
|
'CandidateAdded',
|
|
770
733
|
{ accountId: AccountId32; deposit: bigint }
|
|
@@ -774,7 +737,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
774
737
|
* Bond of a candidate updated.
|
|
775
738
|
**/
|
|
776
739
|
CandidateBondUpdated: GenericPalletEvent<
|
|
777
|
-
Rv,
|
|
778
740
|
'CollatorSelection',
|
|
779
741
|
'CandidateBondUpdated',
|
|
780
742
|
{ accountId: AccountId32; deposit: bigint }
|
|
@@ -783,13 +745,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
783
745
|
/**
|
|
784
746
|
* A candidate was removed.
|
|
785
747
|
**/
|
|
786
|
-
CandidateRemoved: GenericPalletEvent<
|
|
748
|
+
CandidateRemoved: GenericPalletEvent<'CollatorSelection', 'CandidateRemoved', { accountId: AccountId32 }>;
|
|
787
749
|
|
|
788
750
|
/**
|
|
789
751
|
* An account was replaced in the candidate list by another one.
|
|
790
752
|
**/
|
|
791
753
|
CandidateReplaced: GenericPalletEvent<
|
|
792
|
-
Rv,
|
|
793
754
|
'CollatorSelection',
|
|
794
755
|
'CandidateReplaced',
|
|
795
756
|
{ old: AccountId32; new: AccountId32; deposit: bigint }
|
|
@@ -800,7 +761,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
800
761
|
* registered. Other Invulnerables may have been set.
|
|
801
762
|
**/
|
|
802
763
|
InvalidInvulnerableSkipped: GenericPalletEvent<
|
|
803
|
-
Rv,
|
|
804
764
|
'CollatorSelection',
|
|
805
765
|
'InvalidInvulnerableSkipped',
|
|
806
766
|
{ accountId: AccountId32 }
|
|
@@ -809,7 +769,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
809
769
|
/**
|
|
810
770
|
* Generic pallet event
|
|
811
771
|
**/
|
|
812
|
-
[prop: string]: GenericPalletEvent
|
|
772
|
+
[prop: string]: GenericPalletEvent;
|
|
813
773
|
};
|
|
814
774
|
/**
|
|
815
775
|
* Pallet `Session`'s events
|
|
@@ -819,28 +779,28 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
819
779
|
* New session has happened. Note that the argument is the session index, not the
|
|
820
780
|
* block number as the type might suggest.
|
|
821
781
|
**/
|
|
822
|
-
NewSession: GenericPalletEvent<
|
|
782
|
+
NewSession: GenericPalletEvent<'Session', 'NewSession', { sessionIndex: number }>;
|
|
823
783
|
|
|
824
784
|
/**
|
|
825
785
|
* The `NewSession` event in the current block also implies a new validator set to be
|
|
826
786
|
* queued.
|
|
827
787
|
**/
|
|
828
|
-
NewQueued: GenericPalletEvent<
|
|
788
|
+
NewQueued: GenericPalletEvent<'Session', 'NewQueued', null>;
|
|
829
789
|
|
|
830
790
|
/**
|
|
831
791
|
* Validator has been disabled.
|
|
832
792
|
**/
|
|
833
|
-
ValidatorDisabled: GenericPalletEvent<
|
|
793
|
+
ValidatorDisabled: GenericPalletEvent<'Session', 'ValidatorDisabled', { validator: AccountId32 }>;
|
|
834
794
|
|
|
835
795
|
/**
|
|
836
796
|
* Validator has been re-enabled.
|
|
837
797
|
**/
|
|
838
|
-
ValidatorReenabled: GenericPalletEvent<
|
|
798
|
+
ValidatorReenabled: GenericPalletEvent<'Session', 'ValidatorReenabled', { validator: AccountId32 }>;
|
|
839
799
|
|
|
840
800
|
/**
|
|
841
801
|
* Generic pallet event
|
|
842
802
|
**/
|
|
843
|
-
[prop: string]: GenericPalletEvent
|
|
803
|
+
[prop: string]: GenericPalletEvent;
|
|
844
804
|
};
|
|
845
805
|
/**
|
|
846
806
|
* Pallet `XcmpQueue`'s events
|
|
@@ -849,12 +809,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
849
809
|
/**
|
|
850
810
|
* An HRMP message was sent to a sibling parachain.
|
|
851
811
|
**/
|
|
852
|
-
XcmpMessageSent: GenericPalletEvent<
|
|
812
|
+
XcmpMessageSent: GenericPalletEvent<'XcmpQueue', 'XcmpMessageSent', { messageHash: FixedBytes<32> }>;
|
|
853
813
|
|
|
854
814
|
/**
|
|
855
815
|
* Generic pallet event
|
|
856
816
|
**/
|
|
857
|
-
[prop: string]: GenericPalletEvent
|
|
817
|
+
[prop: string]: GenericPalletEvent;
|
|
858
818
|
};
|
|
859
819
|
/**
|
|
860
820
|
* Pallet `PolkadotXcm`'s events
|
|
@@ -863,13 +823,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
863
823
|
/**
|
|
864
824
|
* Execution of an XCM message was attempted.
|
|
865
825
|
**/
|
|
866
|
-
Attempted: GenericPalletEvent<
|
|
826
|
+
Attempted: GenericPalletEvent<'PolkadotXcm', 'Attempted', { outcome: StagingXcmV5TraitsOutcome }>;
|
|
867
827
|
|
|
868
828
|
/**
|
|
869
829
|
* An XCM message was sent.
|
|
870
830
|
**/
|
|
871
831
|
Sent: GenericPalletEvent<
|
|
872
|
-
Rv,
|
|
873
832
|
'PolkadotXcm',
|
|
874
833
|
'Sent',
|
|
875
834
|
{
|
|
@@ -884,7 +843,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
884
843
|
* An XCM message failed to send.
|
|
885
844
|
**/
|
|
886
845
|
SendFailed: GenericPalletEvent<
|
|
887
|
-
Rv,
|
|
888
846
|
'PolkadotXcm',
|
|
889
847
|
'SendFailed',
|
|
890
848
|
{
|
|
@@ -899,7 +857,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
899
857
|
* An XCM message failed to process.
|
|
900
858
|
**/
|
|
901
859
|
ProcessXcmError: GenericPalletEvent<
|
|
902
|
-
Rv,
|
|
903
860
|
'PolkadotXcm',
|
|
904
861
|
'ProcessXcmError',
|
|
905
862
|
{ origin: StagingXcmV5Location; error: XcmV5TraitsError; messageId: FixedBytes<32> }
|
|
@@ -911,7 +868,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
911
868
|
* because the query timed out.
|
|
912
869
|
**/
|
|
913
870
|
UnexpectedResponse: GenericPalletEvent<
|
|
914
|
-
Rv,
|
|
915
871
|
'PolkadotXcm',
|
|
916
872
|
'UnexpectedResponse',
|
|
917
873
|
{ origin: StagingXcmV5Location; queryId: bigint }
|
|
@@ -922,7 +878,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
922
878
|
* no registered notification call.
|
|
923
879
|
**/
|
|
924
880
|
ResponseReady: GenericPalletEvent<
|
|
925
|
-
Rv,
|
|
926
881
|
'PolkadotXcm',
|
|
927
882
|
'ResponseReady',
|
|
928
883
|
{ queryId: bigint; response: StagingXcmV5Response }
|
|
@@ -933,7 +888,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
933
888
|
* been dispatched and executed successfully.
|
|
934
889
|
**/
|
|
935
890
|
Notified: GenericPalletEvent<
|
|
936
|
-
Rv,
|
|
937
891
|
'PolkadotXcm',
|
|
938
892
|
'Notified',
|
|
939
893
|
{ queryId: bigint; palletIndex: number; callIndex: number }
|
|
@@ -945,7 +899,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
945
899
|
* originally budgeted by this runtime for the query result.
|
|
946
900
|
**/
|
|
947
901
|
NotifyOverweight: GenericPalletEvent<
|
|
948
|
-
Rv,
|
|
949
902
|
'PolkadotXcm',
|
|
950
903
|
'NotifyOverweight',
|
|
951
904
|
{
|
|
@@ -962,7 +915,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
962
915
|
* dispatching the notification call.
|
|
963
916
|
**/
|
|
964
917
|
NotifyDispatchError: GenericPalletEvent<
|
|
965
|
-
Rv,
|
|
966
918
|
'PolkadotXcm',
|
|
967
919
|
'NotifyDispatchError',
|
|
968
920
|
{ queryId: bigint; palletIndex: number; callIndex: number }
|
|
@@ -974,7 +926,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
974
926
|
* is not `(origin, QueryId, Response)`.
|
|
975
927
|
**/
|
|
976
928
|
NotifyDecodeFailed: GenericPalletEvent<
|
|
977
|
-
Rv,
|
|
978
929
|
'PolkadotXcm',
|
|
979
930
|
'NotifyDecodeFailed',
|
|
980
931
|
{ queryId: bigint; palletIndex: number; callIndex: number }
|
|
@@ -986,7 +937,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
986
937
|
* be received and acted upon.
|
|
987
938
|
**/
|
|
988
939
|
InvalidResponder: GenericPalletEvent<
|
|
989
|
-
Rv,
|
|
990
940
|
'PolkadotXcm',
|
|
991
941
|
'InvalidResponder',
|
|
992
942
|
{ origin: StagingXcmV5Location; queryId: bigint; expectedLocation?: StagingXcmV5Location | undefined }
|
|
@@ -1002,7 +952,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1002
952
|
* needed.
|
|
1003
953
|
**/
|
|
1004
954
|
InvalidResponderVersion: GenericPalletEvent<
|
|
1005
|
-
Rv,
|
|
1006
955
|
'PolkadotXcm',
|
|
1007
956
|
'InvalidResponderVersion',
|
|
1008
957
|
{ origin: StagingXcmV5Location; queryId: bigint }
|
|
@@ -1011,13 +960,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1011
960
|
/**
|
|
1012
961
|
* Received query response has been read and removed.
|
|
1013
962
|
**/
|
|
1014
|
-
ResponseTaken: GenericPalletEvent<
|
|
963
|
+
ResponseTaken: GenericPalletEvent<'PolkadotXcm', 'ResponseTaken', { queryId: bigint }>;
|
|
1015
964
|
|
|
1016
965
|
/**
|
|
1017
966
|
* Some assets have been placed in an asset trap.
|
|
1018
967
|
**/
|
|
1019
968
|
AssetsTrapped: GenericPalletEvent<
|
|
1020
|
-
Rv,
|
|
1021
969
|
'PolkadotXcm',
|
|
1022
970
|
'AssetsTrapped',
|
|
1023
971
|
{ hash: H256; origin: StagingXcmV5Location; assets: XcmVersionedAssets }
|
|
@@ -1029,7 +977,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1029
977
|
* The cost of sending it (borne by the chain) is included.
|
|
1030
978
|
**/
|
|
1031
979
|
VersionChangeNotified: GenericPalletEvent<
|
|
1032
|
-
Rv,
|
|
1033
980
|
'PolkadotXcm',
|
|
1034
981
|
'VersionChangeNotified',
|
|
1035
982
|
{ destination: StagingXcmV5Location; result: number; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
|
|
@@ -1040,7 +987,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1040
987
|
* automatic notification or a manual intervention.
|
|
1041
988
|
**/
|
|
1042
989
|
SupportedVersionChanged: GenericPalletEvent<
|
|
1043
|
-
Rv,
|
|
1044
990
|
'PolkadotXcm',
|
|
1045
991
|
'SupportedVersionChanged',
|
|
1046
992
|
{ location: StagingXcmV5Location; version: number }
|
|
@@ -1051,7 +997,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1051
997
|
* sending the notification to it.
|
|
1052
998
|
**/
|
|
1053
999
|
NotifyTargetSendFail: GenericPalletEvent<
|
|
1054
|
-
Rv,
|
|
1055
1000
|
'PolkadotXcm',
|
|
1056
1001
|
'NotifyTargetSendFail',
|
|
1057
1002
|
{ location: StagingXcmV5Location; queryId: bigint; error: XcmV5TraitsError }
|
|
@@ -1062,7 +1007,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1062
1007
|
* migrating the location to our new XCM format.
|
|
1063
1008
|
**/
|
|
1064
1009
|
NotifyTargetMigrationFail: GenericPalletEvent<
|
|
1065
|
-
Rv,
|
|
1066
1010
|
'PolkadotXcm',
|
|
1067
1011
|
'NotifyTargetMigrationFail',
|
|
1068
1012
|
{ location: XcmVersionedLocation; queryId: bigint }
|
|
@@ -1078,7 +1022,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1078
1022
|
* needed.
|
|
1079
1023
|
**/
|
|
1080
1024
|
InvalidQuerierVersion: GenericPalletEvent<
|
|
1081
|
-
Rv,
|
|
1082
1025
|
'PolkadotXcm',
|
|
1083
1026
|
'InvalidQuerierVersion',
|
|
1084
1027
|
{ origin: StagingXcmV5Location; queryId: bigint }
|
|
@@ -1090,7 +1033,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1090
1033
|
* be received and acted upon.
|
|
1091
1034
|
**/
|
|
1092
1035
|
InvalidQuerier: GenericPalletEvent<
|
|
1093
|
-
Rv,
|
|
1094
1036
|
'PolkadotXcm',
|
|
1095
1037
|
'InvalidQuerier',
|
|
1096
1038
|
{
|
|
@@ -1106,7 +1048,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1106
1048
|
* A version information message is sent to them and its cost is included.
|
|
1107
1049
|
**/
|
|
1108
1050
|
VersionNotifyStarted: GenericPalletEvent<
|
|
1109
|
-
Rv,
|
|
1110
1051
|
'PolkadotXcm',
|
|
1111
1052
|
'VersionNotifyStarted',
|
|
1112
1053
|
{ destination: StagingXcmV5Location; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
|
|
@@ -1116,7 +1057,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1116
1057
|
* We have requested that a remote chain send us XCM version change notifications.
|
|
1117
1058
|
**/
|
|
1118
1059
|
VersionNotifyRequested: GenericPalletEvent<
|
|
1119
|
-
Rv,
|
|
1120
1060
|
'PolkadotXcm',
|
|
1121
1061
|
'VersionNotifyRequested',
|
|
1122
1062
|
{ destination: StagingXcmV5Location; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
|
|
@@ -1127,7 +1067,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1127
1067
|
* notifications.
|
|
1128
1068
|
**/
|
|
1129
1069
|
VersionNotifyUnrequested: GenericPalletEvent<
|
|
1130
|
-
Rv,
|
|
1131
1070
|
'PolkadotXcm',
|
|
1132
1071
|
'VersionNotifyUnrequested',
|
|
1133
1072
|
{ destination: StagingXcmV5Location; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
|
|
@@ -1137,7 +1076,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1137
1076
|
* Fees were paid from a location for an operation (often for using `SendXcm`).
|
|
1138
1077
|
**/
|
|
1139
1078
|
FeesPaid: GenericPalletEvent<
|
|
1140
|
-
Rv,
|
|
1141
1079
|
'PolkadotXcm',
|
|
1142
1080
|
'FeesPaid',
|
|
1143
1081
|
{ paying: StagingXcmV5Location; fees: StagingXcmV5AssetAssets }
|
|
@@ -1147,7 +1085,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1147
1085
|
* Some assets have been claimed from an asset trap
|
|
1148
1086
|
**/
|
|
1149
1087
|
AssetsClaimed: GenericPalletEvent<
|
|
1150
|
-
Rv,
|
|
1151
1088
|
'PolkadotXcm',
|
|
1152
1089
|
'AssetsClaimed',
|
|
1153
1090
|
{ hash: H256; origin: StagingXcmV5Location; assets: XcmVersionedAssets }
|
|
@@ -1156,14 +1093,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1156
1093
|
/**
|
|
1157
1094
|
* A XCM version migration finished.
|
|
1158
1095
|
**/
|
|
1159
|
-
VersionMigrationFinished: GenericPalletEvent<
|
|
1096
|
+
VersionMigrationFinished: GenericPalletEvent<'PolkadotXcm', 'VersionMigrationFinished', { version: number }>;
|
|
1160
1097
|
|
|
1161
1098
|
/**
|
|
1162
1099
|
* An `aliaser` location was authorized by `target` to alias it, authorization valid until
|
|
1163
1100
|
* `expiry` block number.
|
|
1164
1101
|
**/
|
|
1165
1102
|
AliasAuthorized: GenericPalletEvent<
|
|
1166
|
-
Rv,
|
|
1167
1103
|
'PolkadotXcm',
|
|
1168
1104
|
'AliasAuthorized',
|
|
1169
1105
|
{ aliaser: StagingXcmV5Location; target: StagingXcmV5Location; expiry?: bigint | undefined }
|
|
@@ -1173,7 +1109,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1173
1109
|
* `target` removed alias authorization for `aliaser`.
|
|
1174
1110
|
**/
|
|
1175
1111
|
AliasAuthorizationRemoved: GenericPalletEvent<
|
|
1176
|
-
Rv,
|
|
1177
1112
|
'PolkadotXcm',
|
|
1178
1113
|
'AliasAuthorizationRemoved',
|
|
1179
1114
|
{ aliaser: StagingXcmV5Location; target: StagingXcmV5Location }
|
|
@@ -1183,7 +1118,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1183
1118
|
* `target` removed all alias authorizations.
|
|
1184
1119
|
**/
|
|
1185
1120
|
AliasesAuthorizationsRemoved: GenericPalletEvent<
|
|
1186
|
-
Rv,
|
|
1187
1121
|
'PolkadotXcm',
|
|
1188
1122
|
'AliasesAuthorizationsRemoved',
|
|
1189
1123
|
{ target: StagingXcmV5Location }
|
|
@@ -1192,7 +1126,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1192
1126
|
/**
|
|
1193
1127
|
* Generic pallet event
|
|
1194
1128
|
**/
|
|
1195
|
-
[prop: string]: GenericPalletEvent
|
|
1129
|
+
[prop: string]: GenericPalletEvent;
|
|
1196
1130
|
};
|
|
1197
1131
|
/**
|
|
1198
1132
|
* Pallet `CumulusXcm`'s events
|
|
@@ -1202,29 +1136,24 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1202
1136
|
* Downward message is invalid XCM.
|
|
1203
1137
|
* \[ id \]
|
|
1204
1138
|
**/
|
|
1205
|
-
InvalidFormat: GenericPalletEvent<
|
|
1139
|
+
InvalidFormat: GenericPalletEvent<'CumulusXcm', 'InvalidFormat', FixedBytes<32>>;
|
|
1206
1140
|
|
|
1207
1141
|
/**
|
|
1208
1142
|
* Downward message is unsupported version of XCM.
|
|
1209
1143
|
* \[ id \]
|
|
1210
1144
|
**/
|
|
1211
|
-
UnsupportedVersion: GenericPalletEvent<
|
|
1145
|
+
UnsupportedVersion: GenericPalletEvent<'CumulusXcm', 'UnsupportedVersion', FixedBytes<32>>;
|
|
1212
1146
|
|
|
1213
1147
|
/**
|
|
1214
1148
|
* Downward message executed with the given outcome.
|
|
1215
1149
|
* \[ id, outcome \]
|
|
1216
1150
|
**/
|
|
1217
|
-
ExecutedDownward: GenericPalletEvent<
|
|
1218
|
-
Rv,
|
|
1219
|
-
'CumulusXcm',
|
|
1220
|
-
'ExecutedDownward',
|
|
1221
|
-
[FixedBytes<32>, StagingXcmV5TraitsOutcome]
|
|
1222
|
-
>;
|
|
1151
|
+
ExecutedDownward: GenericPalletEvent<'CumulusXcm', 'ExecutedDownward', [FixedBytes<32>, StagingXcmV5TraitsOutcome]>;
|
|
1223
1152
|
|
|
1224
1153
|
/**
|
|
1225
1154
|
* Generic pallet event
|
|
1226
1155
|
**/
|
|
1227
|
-
[prop: string]: GenericPalletEvent
|
|
1156
|
+
[prop: string]: GenericPalletEvent;
|
|
1228
1157
|
};
|
|
1229
1158
|
/**
|
|
1230
1159
|
* Pallet `ToKusamaXcmRouter`'s events
|
|
@@ -1234,7 +1163,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1234
1163
|
* Delivery fee factor has been decreased.
|
|
1235
1164
|
**/
|
|
1236
1165
|
DeliveryFeeFactorDecreased: GenericPalletEvent<
|
|
1237
|
-
Rv,
|
|
1238
1166
|
'ToKusamaXcmRouter',
|
|
1239
1167
|
'DeliveryFeeFactorDecreased',
|
|
1240
1168
|
{
|
|
@@ -1249,7 +1177,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1249
1177
|
* Delivery fee factor has been increased.
|
|
1250
1178
|
**/
|
|
1251
1179
|
DeliveryFeeFactorIncreased: GenericPalletEvent<
|
|
1252
|
-
Rv,
|
|
1253
1180
|
'ToKusamaXcmRouter',
|
|
1254
1181
|
'DeliveryFeeFactorIncreased',
|
|
1255
1182
|
{
|
|
@@ -1263,7 +1190,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1263
1190
|
/**
|
|
1264
1191
|
* Generic pallet event
|
|
1265
1192
|
**/
|
|
1266
|
-
[prop: string]: GenericPalletEvent
|
|
1193
|
+
[prop: string]: GenericPalletEvent;
|
|
1267
1194
|
};
|
|
1268
1195
|
/**
|
|
1269
1196
|
* Pallet `MessageQueue`'s events
|
|
@@ -1273,7 +1200,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1273
1200
|
* Message discarded due to an error in the `MessageProcessor` (usually a format error).
|
|
1274
1201
|
**/
|
|
1275
1202
|
ProcessingFailed: GenericPalletEvent<
|
|
1276
|
-
Rv,
|
|
1277
1203
|
'MessageQueue',
|
|
1278
1204
|
'ProcessingFailed',
|
|
1279
1205
|
{
|
|
@@ -1301,7 +1227,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1301
1227
|
* Message is processed.
|
|
1302
1228
|
**/
|
|
1303
1229
|
Processed: GenericPalletEvent<
|
|
1304
|
-
Rv,
|
|
1305
1230
|
'MessageQueue',
|
|
1306
1231
|
'Processed',
|
|
1307
1232
|
{
|
|
@@ -1336,7 +1261,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1336
1261
|
* Message placed in overweight queue.
|
|
1337
1262
|
**/
|
|
1338
1263
|
OverweightEnqueued: GenericPalletEvent<
|
|
1339
|
-
Rv,
|
|
1340
1264
|
'MessageQueue',
|
|
1341
1265
|
'OverweightEnqueued',
|
|
1342
1266
|
{
|
|
@@ -1366,7 +1290,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1366
1290
|
* This page was reaped.
|
|
1367
1291
|
**/
|
|
1368
1292
|
PageReaped: GenericPalletEvent<
|
|
1369
|
-
Rv,
|
|
1370
1293
|
'MessageQueue',
|
|
1371
1294
|
'PageReaped',
|
|
1372
1295
|
{
|
|
@@ -1385,7 +1308,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1385
1308
|
/**
|
|
1386
1309
|
* Generic pallet event
|
|
1387
1310
|
**/
|
|
1388
|
-
[prop: string]: GenericPalletEvent
|
|
1311
|
+
[prop: string]: GenericPalletEvent;
|
|
1389
1312
|
};
|
|
1390
1313
|
/**
|
|
1391
1314
|
* Pallet `SnowbridgeSystemFrontend`'s events
|
|
@@ -1395,7 +1318,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1395
1318
|
* An XCM was sent
|
|
1396
1319
|
**/
|
|
1397
1320
|
MessageSent: GenericPalletEvent<
|
|
1398
|
-
Rv,
|
|
1399
1321
|
'SnowbridgeSystemFrontend',
|
|
1400
1322
|
'MessageSent',
|
|
1401
1323
|
{
|
|
@@ -1410,7 +1332,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1410
1332
|
* Set OperatingMode
|
|
1411
1333
|
**/
|
|
1412
1334
|
ExportOperatingModeChanged: GenericPalletEvent<
|
|
1413
|
-
Rv,
|
|
1414
1335
|
'SnowbridgeSystemFrontend',
|
|
1415
1336
|
'ExportOperatingModeChanged',
|
|
1416
1337
|
{ mode: SnowbridgeCoreOperatingModeBasicOperatingMode }
|
|
@@ -1419,7 +1340,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1419
1340
|
/**
|
|
1420
1341
|
* Generic pallet event
|
|
1421
1342
|
**/
|
|
1422
|
-
[prop: string]: GenericPalletEvent
|
|
1343
|
+
[prop: string]: GenericPalletEvent;
|
|
1423
1344
|
};
|
|
1424
1345
|
/**
|
|
1425
1346
|
* Pallet `Utility`'s events
|
|
@@ -1429,47 +1350,47 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1429
1350
|
* Batch of dispatches did not complete fully. Index of first failing dispatch given, as
|
|
1430
1351
|
* well as the error.
|
|
1431
1352
|
**/
|
|
1432
|
-
BatchInterrupted: GenericPalletEvent<
|
|
1353
|
+
BatchInterrupted: GenericPalletEvent<'Utility', 'BatchInterrupted', { index: number; error: DispatchError }>;
|
|
1433
1354
|
|
|
1434
1355
|
/**
|
|
1435
1356
|
* Batch of dispatches completed fully with no error.
|
|
1436
1357
|
**/
|
|
1437
|
-
BatchCompleted: GenericPalletEvent<
|
|
1358
|
+
BatchCompleted: GenericPalletEvent<'Utility', 'BatchCompleted', null>;
|
|
1438
1359
|
|
|
1439
1360
|
/**
|
|
1440
1361
|
* Batch of dispatches completed but has errors.
|
|
1441
1362
|
**/
|
|
1442
|
-
BatchCompletedWithErrors: GenericPalletEvent<
|
|
1363
|
+
BatchCompletedWithErrors: GenericPalletEvent<'Utility', 'BatchCompletedWithErrors', null>;
|
|
1443
1364
|
|
|
1444
1365
|
/**
|
|
1445
1366
|
* A single item within a Batch of dispatches has completed with no error.
|
|
1446
1367
|
**/
|
|
1447
|
-
ItemCompleted: GenericPalletEvent<
|
|
1368
|
+
ItemCompleted: GenericPalletEvent<'Utility', 'ItemCompleted', null>;
|
|
1448
1369
|
|
|
1449
1370
|
/**
|
|
1450
1371
|
* A single item within a Batch of dispatches has completed with error.
|
|
1451
1372
|
**/
|
|
1452
|
-
ItemFailed: GenericPalletEvent<
|
|
1373
|
+
ItemFailed: GenericPalletEvent<'Utility', 'ItemFailed', { error: DispatchError }>;
|
|
1453
1374
|
|
|
1454
1375
|
/**
|
|
1455
1376
|
* A call was dispatched.
|
|
1456
1377
|
**/
|
|
1457
|
-
DispatchedAs: GenericPalletEvent<
|
|
1378
|
+
DispatchedAs: GenericPalletEvent<'Utility', 'DispatchedAs', { result: Result<[], DispatchError> }>;
|
|
1458
1379
|
|
|
1459
1380
|
/**
|
|
1460
1381
|
* Main call was dispatched.
|
|
1461
1382
|
**/
|
|
1462
|
-
IfElseMainSuccess: GenericPalletEvent<
|
|
1383
|
+
IfElseMainSuccess: GenericPalletEvent<'Utility', 'IfElseMainSuccess', null>;
|
|
1463
1384
|
|
|
1464
1385
|
/**
|
|
1465
1386
|
* The fallback call was dispatched.
|
|
1466
1387
|
**/
|
|
1467
|
-
IfElseFallbackCalled: GenericPalletEvent<
|
|
1388
|
+
IfElseFallbackCalled: GenericPalletEvent<'Utility', 'IfElseFallbackCalled', { mainError: DispatchError }>;
|
|
1468
1389
|
|
|
1469
1390
|
/**
|
|
1470
1391
|
* Generic pallet event
|
|
1471
1392
|
**/
|
|
1472
|
-
[prop: string]: GenericPalletEvent
|
|
1393
|
+
[prop: string]: GenericPalletEvent;
|
|
1473
1394
|
};
|
|
1474
1395
|
/**
|
|
1475
1396
|
* Pallet `Multisig`'s events
|
|
@@ -1479,7 +1400,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1479
1400
|
* A new multisig operation has begun.
|
|
1480
1401
|
**/
|
|
1481
1402
|
NewMultisig: GenericPalletEvent<
|
|
1482
|
-
Rv,
|
|
1483
1403
|
'Multisig',
|
|
1484
1404
|
'NewMultisig',
|
|
1485
1405
|
{ approving: AccountId32; multisig: AccountId32; callHash: FixedBytes<32> }
|
|
@@ -1489,7 +1409,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1489
1409
|
* A multisig operation has been approved by someone.
|
|
1490
1410
|
**/
|
|
1491
1411
|
MultisigApproval: GenericPalletEvent<
|
|
1492
|
-
Rv,
|
|
1493
1412
|
'Multisig',
|
|
1494
1413
|
'MultisigApproval',
|
|
1495
1414
|
{ approving: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
|
|
@@ -1499,7 +1418,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1499
1418
|
* A multisig operation has been executed.
|
|
1500
1419
|
**/
|
|
1501
1420
|
MultisigExecuted: GenericPalletEvent<
|
|
1502
|
-
Rv,
|
|
1503
1421
|
'Multisig',
|
|
1504
1422
|
'MultisigExecuted',
|
|
1505
1423
|
{
|
|
@@ -1515,7 +1433,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1515
1433
|
* A multisig operation has been cancelled.
|
|
1516
1434
|
**/
|
|
1517
1435
|
MultisigCancelled: GenericPalletEvent<
|
|
1518
|
-
Rv,
|
|
1519
1436
|
'Multisig',
|
|
1520
1437
|
'MultisigCancelled',
|
|
1521
1438
|
{ cancelling: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
|
|
@@ -1525,7 +1442,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1525
1442
|
* The deposit for a multisig operation has been updated/poked.
|
|
1526
1443
|
**/
|
|
1527
1444
|
DepositPoked: GenericPalletEvent<
|
|
1528
|
-
Rv,
|
|
1529
1445
|
'Multisig',
|
|
1530
1446
|
'DepositPoked',
|
|
1531
1447
|
{ who: AccountId32; callHash: FixedBytes<32>; oldDeposit: bigint; newDeposit: bigint }
|
|
@@ -1534,7 +1450,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1534
1450
|
/**
|
|
1535
1451
|
* Generic pallet event
|
|
1536
1452
|
**/
|
|
1537
|
-
[prop: string]: GenericPalletEvent
|
|
1453
|
+
[prop: string]: GenericPalletEvent;
|
|
1538
1454
|
};
|
|
1539
1455
|
/**
|
|
1540
1456
|
* Pallet `Proxy`'s events
|
|
@@ -1543,14 +1459,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1543
1459
|
/**
|
|
1544
1460
|
* A proxy was executed correctly, with the given.
|
|
1545
1461
|
**/
|
|
1546
|
-
ProxyExecuted: GenericPalletEvent<
|
|
1462
|
+
ProxyExecuted: GenericPalletEvent<'Proxy', 'ProxyExecuted', { result: Result<[], DispatchError> }>;
|
|
1547
1463
|
|
|
1548
1464
|
/**
|
|
1549
1465
|
* A pure account has been created by new proxy with given
|
|
1550
1466
|
* disambiguation index and proxy type.
|
|
1551
1467
|
**/
|
|
1552
1468
|
PureCreated: GenericPalletEvent<
|
|
1553
|
-
Rv,
|
|
1554
1469
|
'Proxy',
|
|
1555
1470
|
'PureCreated',
|
|
1556
1471
|
{ pure: AccountId32; who: AccountId32; proxyType: AssetHubPaseoRuntimeProxyType; disambiguationIndex: number }
|
|
@@ -1560,7 +1475,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1560
1475
|
* A pure proxy was killed by its spawner.
|
|
1561
1476
|
**/
|
|
1562
1477
|
PureKilled: GenericPalletEvent<
|
|
1563
|
-
Rv,
|
|
1564
1478
|
'Proxy',
|
|
1565
1479
|
'PureKilled',
|
|
1566
1480
|
{ pure: AccountId32; spawner: AccountId32; proxyType: AssetHubPaseoRuntimeProxyType; disambiguationIndex: number }
|
|
@@ -1569,13 +1483,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1569
1483
|
/**
|
|
1570
1484
|
* An announcement was placed to make a call in the future.
|
|
1571
1485
|
**/
|
|
1572
|
-
Announced: GenericPalletEvent<
|
|
1486
|
+
Announced: GenericPalletEvent<'Proxy', 'Announced', { real: AccountId32; proxy: AccountId32; callHash: H256 }>;
|
|
1573
1487
|
|
|
1574
1488
|
/**
|
|
1575
1489
|
* A proxy was added.
|
|
1576
1490
|
**/
|
|
1577
1491
|
ProxyAdded: GenericPalletEvent<
|
|
1578
|
-
Rv,
|
|
1579
1492
|
'Proxy',
|
|
1580
1493
|
'ProxyAdded',
|
|
1581
1494
|
{ delegator: AccountId32; delegatee: AccountId32; proxyType: AssetHubPaseoRuntimeProxyType; delay: number }
|
|
@@ -1585,7 +1498,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1585
1498
|
* A proxy was removed.
|
|
1586
1499
|
**/
|
|
1587
1500
|
ProxyRemoved: GenericPalletEvent<
|
|
1588
|
-
Rv,
|
|
1589
1501
|
'Proxy',
|
|
1590
1502
|
'ProxyRemoved',
|
|
1591
1503
|
{ delegator: AccountId32; delegatee: AccountId32; proxyType: AssetHubPaseoRuntimeProxyType; delay: number }
|
|
@@ -1595,7 +1507,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1595
1507
|
* A deposit stored for proxies or announcements was poked / updated.
|
|
1596
1508
|
**/
|
|
1597
1509
|
DepositPoked: GenericPalletEvent<
|
|
1598
|
-
Rv,
|
|
1599
1510
|
'Proxy',
|
|
1600
1511
|
'DepositPoked',
|
|
1601
1512
|
{ who: AccountId32; kind: PalletProxyDepositKind; oldDeposit: bigint; newDeposit: bigint }
|
|
@@ -1604,7 +1515,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1604
1515
|
/**
|
|
1605
1516
|
* Generic pallet event
|
|
1606
1517
|
**/
|
|
1607
|
-
[prop: string]: GenericPalletEvent
|
|
1518
|
+
[prop: string]: GenericPalletEvent;
|
|
1608
1519
|
};
|
|
1609
1520
|
/**
|
|
1610
1521
|
* Pallet `Indices`'s events
|
|
@@ -1613,23 +1524,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1613
1524
|
/**
|
|
1614
1525
|
* A account index was assigned.
|
|
1615
1526
|
**/
|
|
1616
|
-
IndexAssigned: GenericPalletEvent<
|
|
1527
|
+
IndexAssigned: GenericPalletEvent<'Indices', 'IndexAssigned', { who: AccountId32; index: number }>;
|
|
1617
1528
|
|
|
1618
1529
|
/**
|
|
1619
1530
|
* A account index has been freed up (unassigned).
|
|
1620
1531
|
**/
|
|
1621
|
-
IndexFreed: GenericPalletEvent<
|
|
1532
|
+
IndexFreed: GenericPalletEvent<'Indices', 'IndexFreed', { index: number }>;
|
|
1622
1533
|
|
|
1623
1534
|
/**
|
|
1624
1535
|
* A account index has been frozen to its current account ID.
|
|
1625
1536
|
**/
|
|
1626
|
-
IndexFrozen: GenericPalletEvent<
|
|
1537
|
+
IndexFrozen: GenericPalletEvent<'Indices', 'IndexFrozen', { index: number; who: AccountId32 }>;
|
|
1627
1538
|
|
|
1628
1539
|
/**
|
|
1629
1540
|
* A deposit to reserve an index has been poked/reconsidered.
|
|
1630
1541
|
**/
|
|
1631
1542
|
DepositPoked: GenericPalletEvent<
|
|
1632
|
-
Rv,
|
|
1633
1543
|
'Indices',
|
|
1634
1544
|
'DepositPoked',
|
|
1635
1545
|
{ who: AccountId32; index: number; oldDeposit: bigint; newDeposit: bigint }
|
|
@@ -1638,7 +1548,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1638
1548
|
/**
|
|
1639
1549
|
* Generic pallet event
|
|
1640
1550
|
**/
|
|
1641
|
-
[prop: string]: GenericPalletEvent
|
|
1551
|
+
[prop: string]: GenericPalletEvent;
|
|
1642
1552
|
};
|
|
1643
1553
|
/**
|
|
1644
1554
|
* Pallet `Assets`'s events
|
|
@@ -1647,18 +1557,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1647
1557
|
/**
|
|
1648
1558
|
* Some asset class was created.
|
|
1649
1559
|
**/
|
|
1650
|
-
Created: GenericPalletEvent<
|
|
1560
|
+
Created: GenericPalletEvent<'Assets', 'Created', { assetId: number; creator: AccountId32; owner: AccountId32 }>;
|
|
1651
1561
|
|
|
1652
1562
|
/**
|
|
1653
1563
|
* Some assets were issued.
|
|
1654
1564
|
**/
|
|
1655
|
-
Issued: GenericPalletEvent<
|
|
1565
|
+
Issued: GenericPalletEvent<'Assets', 'Issued', { assetId: number; owner: AccountId32; amount: bigint }>;
|
|
1656
1566
|
|
|
1657
1567
|
/**
|
|
1658
1568
|
* Some assets were transferred.
|
|
1659
1569
|
**/
|
|
1660
1570
|
Transferred: GenericPalletEvent<
|
|
1661
|
-
Rv,
|
|
1662
1571
|
'Assets',
|
|
1663
1572
|
'Transferred',
|
|
1664
1573
|
{ assetId: number; from: AccountId32; to: AccountId32; amount: bigint }
|
|
@@ -1667,13 +1576,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1667
1576
|
/**
|
|
1668
1577
|
* Some assets were destroyed.
|
|
1669
1578
|
**/
|
|
1670
|
-
Burned: GenericPalletEvent<
|
|
1579
|
+
Burned: GenericPalletEvent<'Assets', 'Burned', { assetId: number; owner: AccountId32; balance: bigint }>;
|
|
1671
1580
|
|
|
1672
1581
|
/**
|
|
1673
1582
|
* The management team changed.
|
|
1674
1583
|
**/
|
|
1675
1584
|
TeamChanged: GenericPalletEvent<
|
|
1676
|
-
Rv,
|
|
1677
1585
|
'Assets',
|
|
1678
1586
|
'TeamChanged',
|
|
1679
1587
|
{ assetId: number; issuer: AccountId32; admin: AccountId32; freezer: AccountId32 }
|
|
@@ -1682,33 +1590,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1682
1590
|
/**
|
|
1683
1591
|
* The owner changed.
|
|
1684
1592
|
**/
|
|
1685
|
-
OwnerChanged: GenericPalletEvent<
|
|
1593
|
+
OwnerChanged: GenericPalletEvent<'Assets', 'OwnerChanged', { assetId: number; owner: AccountId32 }>;
|
|
1686
1594
|
|
|
1687
1595
|
/**
|
|
1688
1596
|
* Some account `who` was frozen.
|
|
1689
1597
|
**/
|
|
1690
|
-
Frozen: GenericPalletEvent<
|
|
1598
|
+
Frozen: GenericPalletEvent<'Assets', 'Frozen', { assetId: number; who: AccountId32 }>;
|
|
1691
1599
|
|
|
1692
1600
|
/**
|
|
1693
1601
|
* Some account `who` was thawed.
|
|
1694
1602
|
**/
|
|
1695
|
-
Thawed: GenericPalletEvent<
|
|
1603
|
+
Thawed: GenericPalletEvent<'Assets', 'Thawed', { assetId: number; who: AccountId32 }>;
|
|
1696
1604
|
|
|
1697
1605
|
/**
|
|
1698
1606
|
* Some asset `asset_id` was frozen.
|
|
1699
1607
|
**/
|
|
1700
|
-
AssetFrozen: GenericPalletEvent<
|
|
1608
|
+
AssetFrozen: GenericPalletEvent<'Assets', 'AssetFrozen', { assetId: number }>;
|
|
1701
1609
|
|
|
1702
1610
|
/**
|
|
1703
1611
|
* Some asset `asset_id` was thawed.
|
|
1704
1612
|
**/
|
|
1705
|
-
AssetThawed: GenericPalletEvent<
|
|
1613
|
+
AssetThawed: GenericPalletEvent<'Assets', 'AssetThawed', { assetId: number }>;
|
|
1706
1614
|
|
|
1707
1615
|
/**
|
|
1708
1616
|
* Accounts were destroyed for given asset.
|
|
1709
1617
|
**/
|
|
1710
1618
|
AccountsDestroyed: GenericPalletEvent<
|
|
1711
|
-
Rv,
|
|
1712
1619
|
'Assets',
|
|
1713
1620
|
'AccountsDestroyed',
|
|
1714
1621
|
{ assetId: number; accountsDestroyed: number; accountsRemaining: number }
|
|
@@ -1718,7 +1625,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1718
1625
|
* Approvals were destroyed for given asset.
|
|
1719
1626
|
**/
|
|
1720
1627
|
ApprovalsDestroyed: GenericPalletEvent<
|
|
1721
|
-
Rv,
|
|
1722
1628
|
'Assets',
|
|
1723
1629
|
'ApprovalsDestroyed',
|
|
1724
1630
|
{ assetId: number; approvalsDestroyed: number; approvalsRemaining: number }
|
|
@@ -1727,23 +1633,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1727
1633
|
/**
|
|
1728
1634
|
* An asset class is in the process of being destroyed.
|
|
1729
1635
|
**/
|
|
1730
|
-
DestructionStarted: GenericPalletEvent<
|
|
1636
|
+
DestructionStarted: GenericPalletEvent<'Assets', 'DestructionStarted', { assetId: number }>;
|
|
1731
1637
|
|
|
1732
1638
|
/**
|
|
1733
1639
|
* An asset class was destroyed.
|
|
1734
1640
|
**/
|
|
1735
|
-
Destroyed: GenericPalletEvent<
|
|
1641
|
+
Destroyed: GenericPalletEvent<'Assets', 'Destroyed', { assetId: number }>;
|
|
1736
1642
|
|
|
1737
1643
|
/**
|
|
1738
1644
|
* Some asset class was force-created.
|
|
1739
1645
|
**/
|
|
1740
|
-
ForceCreated: GenericPalletEvent<
|
|
1646
|
+
ForceCreated: GenericPalletEvent<'Assets', 'ForceCreated', { assetId: number; owner: AccountId32 }>;
|
|
1741
1647
|
|
|
1742
1648
|
/**
|
|
1743
1649
|
* New metadata has been set for an asset.
|
|
1744
1650
|
**/
|
|
1745
1651
|
MetadataSet: GenericPalletEvent<
|
|
1746
|
-
Rv,
|
|
1747
1652
|
'Assets',
|
|
1748
1653
|
'MetadataSet',
|
|
1749
1654
|
{ assetId: number; name: Bytes; symbol: Bytes; decimals: number; isFrozen: boolean }
|
|
@@ -1752,13 +1657,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1752
1657
|
/**
|
|
1753
1658
|
* Metadata has been cleared for an asset.
|
|
1754
1659
|
**/
|
|
1755
|
-
MetadataCleared: GenericPalletEvent<
|
|
1660
|
+
MetadataCleared: GenericPalletEvent<'Assets', 'MetadataCleared', { assetId: number }>;
|
|
1756
1661
|
|
|
1757
1662
|
/**
|
|
1758
1663
|
* (Additional) funds have been approved for transfer to a destination account.
|
|
1759
1664
|
**/
|
|
1760
1665
|
ApprovedTransfer: GenericPalletEvent<
|
|
1761
|
-
Rv,
|
|
1762
1666
|
'Assets',
|
|
1763
1667
|
'ApprovedTransfer',
|
|
1764
1668
|
{ assetId: number; source: AccountId32; delegate: AccountId32; amount: bigint }
|
|
@@ -1768,7 +1672,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1768
1672
|
* An approval for account `delegate` was cancelled by `owner`.
|
|
1769
1673
|
**/
|
|
1770
1674
|
ApprovalCancelled: GenericPalletEvent<
|
|
1771
|
-
Rv,
|
|
1772
1675
|
'Assets',
|
|
1773
1676
|
'ApprovalCancelled',
|
|
1774
1677
|
{ assetId: number; owner: AccountId32; delegate: AccountId32 }
|
|
@@ -1779,7 +1682,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1779
1682
|
* the approved `delegate`.
|
|
1780
1683
|
**/
|
|
1781
1684
|
TransferredApproved: GenericPalletEvent<
|
|
1782
|
-
Rv,
|
|
1783
1685
|
'Assets',
|
|
1784
1686
|
'TransferredApproved',
|
|
1785
1687
|
{ assetId: number; owner: AccountId32; delegate: AccountId32; destination: AccountId32; amount: bigint }
|
|
@@ -1788,13 +1690,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1788
1690
|
/**
|
|
1789
1691
|
* An asset has had its attributes changed by the `Force` origin.
|
|
1790
1692
|
**/
|
|
1791
|
-
AssetStatusChanged: GenericPalletEvent<
|
|
1693
|
+
AssetStatusChanged: GenericPalletEvent<'Assets', 'AssetStatusChanged', { assetId: number }>;
|
|
1792
1694
|
|
|
1793
1695
|
/**
|
|
1794
1696
|
* The min_balance of an asset has been updated by the asset owner.
|
|
1795
1697
|
**/
|
|
1796
1698
|
AssetMinBalanceChanged: GenericPalletEvent<
|
|
1797
|
-
Rv,
|
|
1798
1699
|
'Assets',
|
|
1799
1700
|
'AssetMinBalanceChanged',
|
|
1800
1701
|
{ assetId: number; newMinBalance: bigint }
|
|
@@ -1803,27 +1704,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1803
1704
|
/**
|
|
1804
1705
|
* Some account `who` was created with a deposit from `depositor`.
|
|
1805
1706
|
**/
|
|
1806
|
-
Touched: GenericPalletEvent<
|
|
1707
|
+
Touched: GenericPalletEvent<'Assets', 'Touched', { assetId: number; who: AccountId32; depositor: AccountId32 }>;
|
|
1807
1708
|
|
|
1808
1709
|
/**
|
|
1809
1710
|
* Some account `who` was blocked.
|
|
1810
1711
|
**/
|
|
1811
|
-
Blocked: GenericPalletEvent<
|
|
1712
|
+
Blocked: GenericPalletEvent<'Assets', 'Blocked', { assetId: number; who: AccountId32 }>;
|
|
1812
1713
|
|
|
1813
1714
|
/**
|
|
1814
1715
|
* Some assets were deposited (e.g. for transaction fees).
|
|
1815
1716
|
**/
|
|
1816
|
-
Deposited: GenericPalletEvent<
|
|
1717
|
+
Deposited: GenericPalletEvent<'Assets', 'Deposited', { assetId: number; who: AccountId32; amount: bigint }>;
|
|
1817
1718
|
|
|
1818
1719
|
/**
|
|
1819
1720
|
* Some assets were withdrawn from the account (e.g. for transaction fees).
|
|
1820
1721
|
**/
|
|
1821
|
-
Withdrawn: GenericPalletEvent<
|
|
1722
|
+
Withdrawn: GenericPalletEvent<'Assets', 'Withdrawn', { assetId: number; who: AccountId32; amount: bigint }>;
|
|
1822
1723
|
|
|
1823
1724
|
/**
|
|
1824
1725
|
* Generic pallet event
|
|
1825
1726
|
**/
|
|
1826
|
-
[prop: string]: GenericPalletEvent
|
|
1727
|
+
[prop: string]: GenericPalletEvent;
|
|
1827
1728
|
};
|
|
1828
1729
|
/**
|
|
1829
1730
|
* Pallet `Uniques`'s events
|
|
@@ -1832,33 +1733,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1832
1733
|
/**
|
|
1833
1734
|
* A `collection` was created.
|
|
1834
1735
|
**/
|
|
1835
|
-
Created: GenericPalletEvent<
|
|
1836
|
-
Rv,
|
|
1837
|
-
'Uniques',
|
|
1838
|
-
'Created',
|
|
1839
|
-
{ collection: number; creator: AccountId32; owner: AccountId32 }
|
|
1840
|
-
>;
|
|
1736
|
+
Created: GenericPalletEvent<'Uniques', 'Created', { collection: number; creator: AccountId32; owner: AccountId32 }>;
|
|
1841
1737
|
|
|
1842
1738
|
/**
|
|
1843
1739
|
* A `collection` was force-created.
|
|
1844
1740
|
**/
|
|
1845
|
-
ForceCreated: GenericPalletEvent<
|
|
1741
|
+
ForceCreated: GenericPalletEvent<'Uniques', 'ForceCreated', { collection: number; owner: AccountId32 }>;
|
|
1846
1742
|
|
|
1847
1743
|
/**
|
|
1848
1744
|
* A `collection` was destroyed.
|
|
1849
1745
|
**/
|
|
1850
|
-
Destroyed: GenericPalletEvent<
|
|
1746
|
+
Destroyed: GenericPalletEvent<'Uniques', 'Destroyed', { collection: number }>;
|
|
1851
1747
|
|
|
1852
1748
|
/**
|
|
1853
1749
|
* An `item` was issued.
|
|
1854
1750
|
**/
|
|
1855
|
-
Issued: GenericPalletEvent<
|
|
1751
|
+
Issued: GenericPalletEvent<'Uniques', 'Issued', { collection: number; item: number; owner: AccountId32 }>;
|
|
1856
1752
|
|
|
1857
1753
|
/**
|
|
1858
1754
|
* An `item` was transferred.
|
|
1859
1755
|
**/
|
|
1860
1756
|
Transferred: GenericPalletEvent<
|
|
1861
|
-
Rv,
|
|
1862
1757
|
'Uniques',
|
|
1863
1758
|
'Transferred',
|
|
1864
1759
|
{ collection: number; item: number; from: AccountId32; to: AccountId32 }
|
|
@@ -1867,38 +1762,37 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1867
1762
|
/**
|
|
1868
1763
|
* An `item` was destroyed.
|
|
1869
1764
|
**/
|
|
1870
|
-
Burned: GenericPalletEvent<
|
|
1765
|
+
Burned: GenericPalletEvent<'Uniques', 'Burned', { collection: number; item: number; owner: AccountId32 }>;
|
|
1871
1766
|
|
|
1872
1767
|
/**
|
|
1873
1768
|
* Some `item` was frozen.
|
|
1874
1769
|
**/
|
|
1875
|
-
Frozen: GenericPalletEvent<
|
|
1770
|
+
Frozen: GenericPalletEvent<'Uniques', 'Frozen', { collection: number; item: number }>;
|
|
1876
1771
|
|
|
1877
1772
|
/**
|
|
1878
1773
|
* Some `item` was thawed.
|
|
1879
1774
|
**/
|
|
1880
|
-
Thawed: GenericPalletEvent<
|
|
1775
|
+
Thawed: GenericPalletEvent<'Uniques', 'Thawed', { collection: number; item: number }>;
|
|
1881
1776
|
|
|
1882
1777
|
/**
|
|
1883
1778
|
* Some `collection` was frozen.
|
|
1884
1779
|
**/
|
|
1885
|
-
CollectionFrozen: GenericPalletEvent<
|
|
1780
|
+
CollectionFrozen: GenericPalletEvent<'Uniques', 'CollectionFrozen', { collection: number }>;
|
|
1886
1781
|
|
|
1887
1782
|
/**
|
|
1888
1783
|
* Some `collection` was thawed.
|
|
1889
1784
|
**/
|
|
1890
|
-
CollectionThawed: GenericPalletEvent<
|
|
1785
|
+
CollectionThawed: GenericPalletEvent<'Uniques', 'CollectionThawed', { collection: number }>;
|
|
1891
1786
|
|
|
1892
1787
|
/**
|
|
1893
1788
|
* The owner changed.
|
|
1894
1789
|
**/
|
|
1895
|
-
OwnerChanged: GenericPalletEvent<
|
|
1790
|
+
OwnerChanged: GenericPalletEvent<'Uniques', 'OwnerChanged', { collection: number; newOwner: AccountId32 }>;
|
|
1896
1791
|
|
|
1897
1792
|
/**
|
|
1898
1793
|
* The management team changed.
|
|
1899
1794
|
**/
|
|
1900
1795
|
TeamChanged: GenericPalletEvent<
|
|
1901
|
-
Rv,
|
|
1902
1796
|
'Uniques',
|
|
1903
1797
|
'TeamChanged',
|
|
1904
1798
|
{ collection: number; issuer: AccountId32; admin: AccountId32; freezer: AccountId32 }
|
|
@@ -1909,7 +1803,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1909
1803
|
* a `delegate`.
|
|
1910
1804
|
**/
|
|
1911
1805
|
ApprovedTransfer: GenericPalletEvent<
|
|
1912
|
-
Rv,
|
|
1913
1806
|
'Uniques',
|
|
1914
1807
|
'ApprovedTransfer',
|
|
1915
1808
|
{ collection: number; item: number; owner: AccountId32; delegate: AccountId32 }
|
|
@@ -1920,7 +1813,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1920
1813
|
* `collection` was cancelled by its `owner`.
|
|
1921
1814
|
**/
|
|
1922
1815
|
ApprovalCancelled: GenericPalletEvent<
|
|
1923
|
-
Rv,
|
|
1924
1816
|
'Uniques',
|
|
1925
1817
|
'ApprovalCancelled',
|
|
1926
1818
|
{ collection: number; item: number; owner: AccountId32; delegate: AccountId32 }
|
|
@@ -1929,13 +1821,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1929
1821
|
/**
|
|
1930
1822
|
* A `collection` has had its attributes changed by the `Force` origin.
|
|
1931
1823
|
**/
|
|
1932
|
-
ItemStatusChanged: GenericPalletEvent<
|
|
1824
|
+
ItemStatusChanged: GenericPalletEvent<'Uniques', 'ItemStatusChanged', { collection: number }>;
|
|
1933
1825
|
|
|
1934
1826
|
/**
|
|
1935
1827
|
* New metadata has been set for a `collection`.
|
|
1936
1828
|
**/
|
|
1937
1829
|
CollectionMetadataSet: GenericPalletEvent<
|
|
1938
|
-
Rv,
|
|
1939
1830
|
'Uniques',
|
|
1940
1831
|
'CollectionMetadataSet',
|
|
1941
1832
|
{ collection: number; data: Bytes; isFrozen: boolean }
|
|
@@ -1944,13 +1835,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1944
1835
|
/**
|
|
1945
1836
|
* Metadata has been cleared for a `collection`.
|
|
1946
1837
|
**/
|
|
1947
|
-
CollectionMetadataCleared: GenericPalletEvent<
|
|
1838
|
+
CollectionMetadataCleared: GenericPalletEvent<'Uniques', 'CollectionMetadataCleared', { collection: number }>;
|
|
1948
1839
|
|
|
1949
1840
|
/**
|
|
1950
1841
|
* New metadata has been set for an item.
|
|
1951
1842
|
**/
|
|
1952
1843
|
MetadataSet: GenericPalletEvent<
|
|
1953
|
-
Rv,
|
|
1954
1844
|
'Uniques',
|
|
1955
1845
|
'MetadataSet',
|
|
1956
1846
|
{ collection: number; item: number; data: Bytes; isFrozen: boolean }
|
|
@@ -1959,23 +1849,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1959
1849
|
/**
|
|
1960
1850
|
* Metadata has been cleared for an item.
|
|
1961
1851
|
**/
|
|
1962
|
-
MetadataCleared: GenericPalletEvent<
|
|
1852
|
+
MetadataCleared: GenericPalletEvent<'Uniques', 'MetadataCleared', { collection: number; item: number }>;
|
|
1963
1853
|
|
|
1964
1854
|
/**
|
|
1965
1855
|
* Metadata has been cleared for an item.
|
|
1966
1856
|
**/
|
|
1967
|
-
Redeposited: GenericPalletEvent<
|
|
1968
|
-
Rv,
|
|
1969
|
-
'Uniques',
|
|
1970
|
-
'Redeposited',
|
|
1971
|
-
{ collection: number; successfulItems: Array<number> }
|
|
1972
|
-
>;
|
|
1857
|
+
Redeposited: GenericPalletEvent<'Uniques', 'Redeposited', { collection: number; successfulItems: Array<number> }>;
|
|
1973
1858
|
|
|
1974
1859
|
/**
|
|
1975
1860
|
* New attribute metadata has been set for a `collection` or `item`.
|
|
1976
1861
|
**/
|
|
1977
1862
|
AttributeSet: GenericPalletEvent<
|
|
1978
|
-
Rv,
|
|
1979
1863
|
'Uniques',
|
|
1980
1864
|
'AttributeSet',
|
|
1981
1865
|
{ collection: number; maybeItem?: number | undefined; key: Bytes; value: Bytes }
|
|
@@ -1985,7 +1869,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1985
1869
|
* Attribute metadata has been cleared for a `collection` or `item`.
|
|
1986
1870
|
**/
|
|
1987
1871
|
AttributeCleared: GenericPalletEvent<
|
|
1988
|
-
Rv,
|
|
1989
1872
|
'Uniques',
|
|
1990
1873
|
'AttributeCleared',
|
|
1991
1874
|
{ collection: number; maybeItem?: number | undefined; key: Bytes }
|
|
@@ -1995,7 +1878,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1995
1878
|
* Ownership acceptance has changed for an account.
|
|
1996
1879
|
**/
|
|
1997
1880
|
OwnershipAcceptanceChanged: GenericPalletEvent<
|
|
1998
|
-
Rv,
|
|
1999
1881
|
'Uniques',
|
|
2000
1882
|
'OwnershipAcceptanceChanged',
|
|
2001
1883
|
{ who: AccountId32; maybeCollection?: number | undefined }
|
|
@@ -2005,7 +1887,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2005
1887
|
* Max supply has been set for a collection.
|
|
2006
1888
|
**/
|
|
2007
1889
|
CollectionMaxSupplySet: GenericPalletEvent<
|
|
2008
|
-
Rv,
|
|
2009
1890
|
'Uniques',
|
|
2010
1891
|
'CollectionMaxSupplySet',
|
|
2011
1892
|
{ collection: number; maxSupply: number }
|
|
@@ -2015,7 +1896,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2015
1896
|
* The price was set for the instance.
|
|
2016
1897
|
**/
|
|
2017
1898
|
ItemPriceSet: GenericPalletEvent<
|
|
2018
|
-
Rv,
|
|
2019
1899
|
'Uniques',
|
|
2020
1900
|
'ItemPriceSet',
|
|
2021
1901
|
{ collection: number; item: number; price: bigint; whitelistedBuyer?: AccountId32 | undefined }
|
|
@@ -2024,13 +1904,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2024
1904
|
/**
|
|
2025
1905
|
* The price for the instance was removed.
|
|
2026
1906
|
**/
|
|
2027
|
-
ItemPriceRemoved: GenericPalletEvent<
|
|
1907
|
+
ItemPriceRemoved: GenericPalletEvent<'Uniques', 'ItemPriceRemoved', { collection: number; item: number }>;
|
|
2028
1908
|
|
|
2029
1909
|
/**
|
|
2030
1910
|
* An item was bought.
|
|
2031
1911
|
**/
|
|
2032
1912
|
ItemBought: GenericPalletEvent<
|
|
2033
|
-
Rv,
|
|
2034
1913
|
'Uniques',
|
|
2035
1914
|
'ItemBought',
|
|
2036
1915
|
{ collection: number; item: number; price: bigint; seller: AccountId32; buyer: AccountId32 }
|
|
@@ -2039,7 +1918,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2039
1918
|
/**
|
|
2040
1919
|
* Generic pallet event
|
|
2041
1920
|
**/
|
|
2042
|
-
[prop: string]: GenericPalletEvent
|
|
1921
|
+
[prop: string]: GenericPalletEvent;
|
|
2043
1922
|
};
|
|
2044
1923
|
/**
|
|
2045
1924
|
* Pallet `Nfts`'s events
|
|
@@ -2048,33 +1927,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2048
1927
|
/**
|
|
2049
1928
|
* A `collection` was created.
|
|
2050
1929
|
**/
|
|
2051
|
-
Created: GenericPalletEvent<
|
|
2052
|
-
Rv,
|
|
2053
|
-
'Nfts',
|
|
2054
|
-
'Created',
|
|
2055
|
-
{ collection: number; creator: AccountId32; owner: AccountId32 }
|
|
2056
|
-
>;
|
|
1930
|
+
Created: GenericPalletEvent<'Nfts', 'Created', { collection: number; creator: AccountId32; owner: AccountId32 }>;
|
|
2057
1931
|
|
|
2058
1932
|
/**
|
|
2059
1933
|
* A `collection` was force-created.
|
|
2060
1934
|
**/
|
|
2061
|
-
ForceCreated: GenericPalletEvent<
|
|
1935
|
+
ForceCreated: GenericPalletEvent<'Nfts', 'ForceCreated', { collection: number; owner: AccountId32 }>;
|
|
2062
1936
|
|
|
2063
1937
|
/**
|
|
2064
1938
|
* A `collection` was destroyed.
|
|
2065
1939
|
**/
|
|
2066
|
-
Destroyed: GenericPalletEvent<
|
|
1940
|
+
Destroyed: GenericPalletEvent<'Nfts', 'Destroyed', { collection: number }>;
|
|
2067
1941
|
|
|
2068
1942
|
/**
|
|
2069
1943
|
* An `item` was issued.
|
|
2070
1944
|
**/
|
|
2071
|
-
Issued: GenericPalletEvent<
|
|
1945
|
+
Issued: GenericPalletEvent<'Nfts', 'Issued', { collection: number; item: number; owner: AccountId32 }>;
|
|
2072
1946
|
|
|
2073
1947
|
/**
|
|
2074
1948
|
* An `item` was transferred.
|
|
2075
1949
|
**/
|
|
2076
1950
|
Transferred: GenericPalletEvent<
|
|
2077
|
-
Rv,
|
|
2078
1951
|
'Nfts',
|
|
2079
1952
|
'Transferred',
|
|
2080
1953
|
{ collection: number; item: number; from: AccountId32; to: AccountId32 }
|
|
@@ -2083,23 +1956,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2083
1956
|
/**
|
|
2084
1957
|
* An `item` was destroyed.
|
|
2085
1958
|
**/
|
|
2086
|
-
Burned: GenericPalletEvent<
|
|
1959
|
+
Burned: GenericPalletEvent<'Nfts', 'Burned', { collection: number; item: number; owner: AccountId32 }>;
|
|
2087
1960
|
|
|
2088
1961
|
/**
|
|
2089
1962
|
* An `item` became non-transferable.
|
|
2090
1963
|
**/
|
|
2091
|
-
ItemTransferLocked: GenericPalletEvent<
|
|
1964
|
+
ItemTransferLocked: GenericPalletEvent<'Nfts', 'ItemTransferLocked', { collection: number; item: number }>;
|
|
2092
1965
|
|
|
2093
1966
|
/**
|
|
2094
1967
|
* An `item` became transferable.
|
|
2095
1968
|
**/
|
|
2096
|
-
ItemTransferUnlocked: GenericPalletEvent<
|
|
1969
|
+
ItemTransferUnlocked: GenericPalletEvent<'Nfts', 'ItemTransferUnlocked', { collection: number; item: number }>;
|
|
2097
1970
|
|
|
2098
1971
|
/**
|
|
2099
1972
|
* `item` metadata or attributes were locked.
|
|
2100
1973
|
**/
|
|
2101
1974
|
ItemPropertiesLocked: GenericPalletEvent<
|
|
2102
|
-
Rv,
|
|
2103
1975
|
'Nfts',
|
|
2104
1976
|
'ItemPropertiesLocked',
|
|
2105
1977
|
{ collection: number; item: number; lockMetadata: boolean; lockAttributes: boolean }
|
|
@@ -2108,18 +1980,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2108
1980
|
/**
|
|
2109
1981
|
* Some `collection` was locked.
|
|
2110
1982
|
**/
|
|
2111
|
-
CollectionLocked: GenericPalletEvent<
|
|
1983
|
+
CollectionLocked: GenericPalletEvent<'Nfts', 'CollectionLocked', { collection: number }>;
|
|
2112
1984
|
|
|
2113
1985
|
/**
|
|
2114
1986
|
* The owner changed.
|
|
2115
1987
|
**/
|
|
2116
|
-
OwnerChanged: GenericPalletEvent<
|
|
1988
|
+
OwnerChanged: GenericPalletEvent<'Nfts', 'OwnerChanged', { collection: number; newOwner: AccountId32 }>;
|
|
2117
1989
|
|
|
2118
1990
|
/**
|
|
2119
1991
|
* The management team changed.
|
|
2120
1992
|
**/
|
|
2121
1993
|
TeamChanged: GenericPalletEvent<
|
|
2122
|
-
Rv,
|
|
2123
1994
|
'Nfts',
|
|
2124
1995
|
'TeamChanged',
|
|
2125
1996
|
{
|
|
@@ -2135,7 +2006,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2135
2006
|
* a `delegate`.
|
|
2136
2007
|
**/
|
|
2137
2008
|
TransferApproved: GenericPalletEvent<
|
|
2138
|
-
Rv,
|
|
2139
2009
|
'Nfts',
|
|
2140
2010
|
'TransferApproved',
|
|
2141
2011
|
{ collection: number; item: number; owner: AccountId32; delegate: AccountId32; deadline?: number | undefined }
|
|
@@ -2146,7 +2016,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2146
2016
|
* `collection` was cancelled by its `owner`.
|
|
2147
2017
|
**/
|
|
2148
2018
|
ApprovalCancelled: GenericPalletEvent<
|
|
2149
|
-
Rv,
|
|
2150
2019
|
'Nfts',
|
|
2151
2020
|
'ApprovalCancelled',
|
|
2152
2021
|
{ collection: number; item: number; owner: AccountId32; delegate: AccountId32 }
|
|
@@ -2156,7 +2025,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2156
2025
|
* All approvals of an item got cancelled.
|
|
2157
2026
|
**/
|
|
2158
2027
|
AllApprovalsCancelled: GenericPalletEvent<
|
|
2159
|
-
Rv,
|
|
2160
2028
|
'Nfts',
|
|
2161
2029
|
'AllApprovalsCancelled',
|
|
2162
2030
|
{ collection: number; item: number; owner: AccountId32 }
|
|
@@ -2165,43 +2033,37 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2165
2033
|
/**
|
|
2166
2034
|
* A `collection` has had its config changed by the `Force` origin.
|
|
2167
2035
|
**/
|
|
2168
|
-
CollectionConfigChanged: GenericPalletEvent<
|
|
2036
|
+
CollectionConfigChanged: GenericPalletEvent<'Nfts', 'CollectionConfigChanged', { collection: number }>;
|
|
2169
2037
|
|
|
2170
2038
|
/**
|
|
2171
2039
|
* New metadata has been set for a `collection`.
|
|
2172
2040
|
**/
|
|
2173
|
-
CollectionMetadataSet: GenericPalletEvent<
|
|
2041
|
+
CollectionMetadataSet: GenericPalletEvent<'Nfts', 'CollectionMetadataSet', { collection: number; data: Bytes }>;
|
|
2174
2042
|
|
|
2175
2043
|
/**
|
|
2176
2044
|
* Metadata has been cleared for a `collection`.
|
|
2177
2045
|
**/
|
|
2178
|
-
CollectionMetadataCleared: GenericPalletEvent<
|
|
2046
|
+
CollectionMetadataCleared: GenericPalletEvent<'Nfts', 'CollectionMetadataCleared', { collection: number }>;
|
|
2179
2047
|
|
|
2180
2048
|
/**
|
|
2181
2049
|
* New metadata has been set for an item.
|
|
2182
2050
|
**/
|
|
2183
|
-
ItemMetadataSet: GenericPalletEvent<
|
|
2184
|
-
Rv,
|
|
2185
|
-
'Nfts',
|
|
2186
|
-
'ItemMetadataSet',
|
|
2187
|
-
{ collection: number; item: number; data: Bytes }
|
|
2188
|
-
>;
|
|
2051
|
+
ItemMetadataSet: GenericPalletEvent<'Nfts', 'ItemMetadataSet', { collection: number; item: number; data: Bytes }>;
|
|
2189
2052
|
|
|
2190
2053
|
/**
|
|
2191
2054
|
* Metadata has been cleared for an item.
|
|
2192
2055
|
**/
|
|
2193
|
-
ItemMetadataCleared: GenericPalletEvent<
|
|
2056
|
+
ItemMetadataCleared: GenericPalletEvent<'Nfts', 'ItemMetadataCleared', { collection: number; item: number }>;
|
|
2194
2057
|
|
|
2195
2058
|
/**
|
|
2196
2059
|
* The deposit for a set of `item`s within a `collection` has been updated.
|
|
2197
2060
|
**/
|
|
2198
|
-
Redeposited: GenericPalletEvent<
|
|
2061
|
+
Redeposited: GenericPalletEvent<'Nfts', 'Redeposited', { collection: number; successfulItems: Array<number> }>;
|
|
2199
2062
|
|
|
2200
2063
|
/**
|
|
2201
2064
|
* New attribute metadata has been set for a `collection` or `item`.
|
|
2202
2065
|
**/
|
|
2203
2066
|
AttributeSet: GenericPalletEvent<
|
|
2204
|
-
Rv,
|
|
2205
2067
|
'Nfts',
|
|
2206
2068
|
'AttributeSet',
|
|
2207
2069
|
{
|
|
@@ -2217,7 +2079,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2217
2079
|
* Attribute metadata has been cleared for a `collection` or `item`.
|
|
2218
2080
|
**/
|
|
2219
2081
|
AttributeCleared: GenericPalletEvent<
|
|
2220
|
-
Rv,
|
|
2221
2082
|
'Nfts',
|
|
2222
2083
|
'AttributeCleared',
|
|
2223
2084
|
{ collection: number; maybeItem?: number | undefined; key: Bytes; namespace: PalletNftsAttributeNamespace }
|
|
@@ -2227,7 +2088,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2227
2088
|
* A new approval to modify item attributes was added.
|
|
2228
2089
|
**/
|
|
2229
2090
|
ItemAttributesApprovalAdded: GenericPalletEvent<
|
|
2230
|
-
Rv,
|
|
2231
2091
|
'Nfts',
|
|
2232
2092
|
'ItemAttributesApprovalAdded',
|
|
2233
2093
|
{ collection: number; item: number; delegate: AccountId32 }
|
|
@@ -2237,7 +2097,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2237
2097
|
* A new approval to modify item attributes was removed.
|
|
2238
2098
|
**/
|
|
2239
2099
|
ItemAttributesApprovalRemoved: GenericPalletEvent<
|
|
2240
|
-
Rv,
|
|
2241
2100
|
'Nfts',
|
|
2242
2101
|
'ItemAttributesApprovalRemoved',
|
|
2243
2102
|
{ collection: number; item: number; delegate: AccountId32 }
|
|
@@ -2247,7 +2106,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2247
2106
|
* Ownership acceptance has changed for an account.
|
|
2248
2107
|
**/
|
|
2249
2108
|
OwnershipAcceptanceChanged: GenericPalletEvent<
|
|
2250
|
-
Rv,
|
|
2251
2109
|
'Nfts',
|
|
2252
2110
|
'OwnershipAcceptanceChanged',
|
|
2253
2111
|
{ who: AccountId32; maybeCollection?: number | undefined }
|
|
@@ -2257,7 +2115,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2257
2115
|
* Max supply has been set for a collection.
|
|
2258
2116
|
**/
|
|
2259
2117
|
CollectionMaxSupplySet: GenericPalletEvent<
|
|
2260
|
-
Rv,
|
|
2261
2118
|
'Nfts',
|
|
2262
2119
|
'CollectionMaxSupplySet',
|
|
2263
2120
|
{ collection: number; maxSupply: number }
|
|
@@ -2266,18 +2123,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2266
2123
|
/**
|
|
2267
2124
|
* Mint settings for a collection had changed.
|
|
2268
2125
|
**/
|
|
2269
|
-
CollectionMintSettingsUpdated: GenericPalletEvent<
|
|
2270
|
-
Rv,
|
|
2271
|
-
'Nfts',
|
|
2272
|
-
'CollectionMintSettingsUpdated',
|
|
2273
|
-
{ collection: number }
|
|
2274
|
-
>;
|
|
2126
|
+
CollectionMintSettingsUpdated: GenericPalletEvent<'Nfts', 'CollectionMintSettingsUpdated', { collection: number }>;
|
|
2275
2127
|
|
|
2276
2128
|
/**
|
|
2277
2129
|
* Event gets emitted when the `NextCollectionId` gets incremented.
|
|
2278
2130
|
**/
|
|
2279
2131
|
NextCollectionIdIncremented: GenericPalletEvent<
|
|
2280
|
-
Rv,
|
|
2281
2132
|
'Nfts',
|
|
2282
2133
|
'NextCollectionIdIncremented',
|
|
2283
2134
|
{ nextId?: number | undefined }
|
|
@@ -2287,7 +2138,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2287
2138
|
* The price was set for the item.
|
|
2288
2139
|
**/
|
|
2289
2140
|
ItemPriceSet: GenericPalletEvent<
|
|
2290
|
-
Rv,
|
|
2291
2141
|
'Nfts',
|
|
2292
2142
|
'ItemPriceSet',
|
|
2293
2143
|
{ collection: number; item: number; price: bigint; whitelistedBuyer?: AccountId32 | undefined }
|
|
@@ -2296,13 +2146,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2296
2146
|
/**
|
|
2297
2147
|
* The price for the item was removed.
|
|
2298
2148
|
**/
|
|
2299
|
-
ItemPriceRemoved: GenericPalletEvent<
|
|
2149
|
+
ItemPriceRemoved: GenericPalletEvent<'Nfts', 'ItemPriceRemoved', { collection: number; item: number }>;
|
|
2300
2150
|
|
|
2301
2151
|
/**
|
|
2302
2152
|
* An item was bought.
|
|
2303
2153
|
**/
|
|
2304
2154
|
ItemBought: GenericPalletEvent<
|
|
2305
|
-
Rv,
|
|
2306
2155
|
'Nfts',
|
|
2307
2156
|
'ItemBought',
|
|
2308
2157
|
{ collection: number; item: number; price: bigint; seller: AccountId32; buyer: AccountId32 }
|
|
@@ -2312,7 +2161,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2312
2161
|
* A tip was sent.
|
|
2313
2162
|
**/
|
|
2314
2163
|
TipSent: GenericPalletEvent<
|
|
2315
|
-
Rv,
|
|
2316
2164
|
'Nfts',
|
|
2317
2165
|
'TipSent',
|
|
2318
2166
|
{ collection: number; item: number; sender: AccountId32; receiver: AccountId32; amount: bigint }
|
|
@@ -2322,7 +2170,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2322
2170
|
* An `item` swap intent was created.
|
|
2323
2171
|
**/
|
|
2324
2172
|
SwapCreated: GenericPalletEvent<
|
|
2325
|
-
Rv,
|
|
2326
2173
|
'Nfts',
|
|
2327
2174
|
'SwapCreated',
|
|
2328
2175
|
{
|
|
@@ -2339,7 +2186,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2339
2186
|
* The swap was cancelled.
|
|
2340
2187
|
**/
|
|
2341
2188
|
SwapCancelled: GenericPalletEvent<
|
|
2342
|
-
Rv,
|
|
2343
2189
|
'Nfts',
|
|
2344
2190
|
'SwapCancelled',
|
|
2345
2191
|
{
|
|
@@ -2356,7 +2202,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2356
2202
|
* The swap has been claimed.
|
|
2357
2203
|
**/
|
|
2358
2204
|
SwapClaimed: GenericPalletEvent<
|
|
2359
|
-
Rv,
|
|
2360
2205
|
'Nfts',
|
|
2361
2206
|
'SwapClaimed',
|
|
2362
2207
|
{
|
|
@@ -2375,7 +2220,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2375
2220
|
* New attributes have been set for an `item` of the `collection`.
|
|
2376
2221
|
**/
|
|
2377
2222
|
PreSignedAttributesSet: GenericPalletEvent<
|
|
2378
|
-
Rv,
|
|
2379
2223
|
'Nfts',
|
|
2380
2224
|
'PreSignedAttributesSet',
|
|
2381
2225
|
{ collection: number; item: number; namespace: PalletNftsAttributeNamespace }
|
|
@@ -2386,7 +2230,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2386
2230
|
* within that `collection`.
|
|
2387
2231
|
**/
|
|
2388
2232
|
PalletAttributeSet: GenericPalletEvent<
|
|
2389
|
-
Rv,
|
|
2390
2233
|
'Nfts',
|
|
2391
2234
|
'PalletAttributeSet',
|
|
2392
2235
|
{ collection: number; item?: number | undefined; attribute: PalletNftsPalletAttributes; value: Bytes }
|
|
@@ -2395,7 +2238,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2395
2238
|
/**
|
|
2396
2239
|
* Generic pallet event
|
|
2397
2240
|
**/
|
|
2398
|
-
[prop: string]: GenericPalletEvent
|
|
2241
|
+
[prop: string]: GenericPalletEvent;
|
|
2399
2242
|
};
|
|
2400
2243
|
/**
|
|
2401
2244
|
* Pallet `ForeignAssets`'s events
|
|
@@ -2405,7 +2248,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2405
2248
|
* Some asset class was created.
|
|
2406
2249
|
**/
|
|
2407
2250
|
Created: GenericPalletEvent<
|
|
2408
|
-
Rv,
|
|
2409
2251
|
'ForeignAssets',
|
|
2410
2252
|
'Created',
|
|
2411
2253
|
{ assetId: StagingXcmV5Location; creator: AccountId32; owner: AccountId32 }
|
|
@@ -2415,7 +2257,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2415
2257
|
* Some assets were issued.
|
|
2416
2258
|
**/
|
|
2417
2259
|
Issued: GenericPalletEvent<
|
|
2418
|
-
Rv,
|
|
2419
2260
|
'ForeignAssets',
|
|
2420
2261
|
'Issued',
|
|
2421
2262
|
{ assetId: StagingXcmV5Location; owner: AccountId32; amount: bigint }
|
|
@@ -2425,7 +2266,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2425
2266
|
* Some assets were transferred.
|
|
2426
2267
|
**/
|
|
2427
2268
|
Transferred: GenericPalletEvent<
|
|
2428
|
-
Rv,
|
|
2429
2269
|
'ForeignAssets',
|
|
2430
2270
|
'Transferred',
|
|
2431
2271
|
{ assetId: StagingXcmV5Location; from: AccountId32; to: AccountId32; amount: bigint }
|
|
@@ -2435,7 +2275,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2435
2275
|
* Some assets were destroyed.
|
|
2436
2276
|
**/
|
|
2437
2277
|
Burned: GenericPalletEvent<
|
|
2438
|
-
Rv,
|
|
2439
2278
|
'ForeignAssets',
|
|
2440
2279
|
'Burned',
|
|
2441
2280
|
{ assetId: StagingXcmV5Location; owner: AccountId32; balance: bigint }
|
|
@@ -2445,7 +2284,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2445
2284
|
* The management team changed.
|
|
2446
2285
|
**/
|
|
2447
2286
|
TeamChanged: GenericPalletEvent<
|
|
2448
|
-
Rv,
|
|
2449
2287
|
'ForeignAssets',
|
|
2450
2288
|
'TeamChanged',
|
|
2451
2289
|
{ assetId: StagingXcmV5Location; issuer: AccountId32; admin: AccountId32; freezer: AccountId32 }
|
|
@@ -2455,7 +2293,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2455
2293
|
* The owner changed.
|
|
2456
2294
|
**/
|
|
2457
2295
|
OwnerChanged: GenericPalletEvent<
|
|
2458
|
-
Rv,
|
|
2459
2296
|
'ForeignAssets',
|
|
2460
2297
|
'OwnerChanged',
|
|
2461
2298
|
{ assetId: StagingXcmV5Location; owner: AccountId32 }
|
|
@@ -2464,28 +2301,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2464
2301
|
/**
|
|
2465
2302
|
* Some account `who` was frozen.
|
|
2466
2303
|
**/
|
|
2467
|
-
Frozen: GenericPalletEvent<
|
|
2304
|
+
Frozen: GenericPalletEvent<'ForeignAssets', 'Frozen', { assetId: StagingXcmV5Location; who: AccountId32 }>;
|
|
2468
2305
|
|
|
2469
2306
|
/**
|
|
2470
2307
|
* Some account `who` was thawed.
|
|
2471
2308
|
**/
|
|
2472
|
-
Thawed: GenericPalletEvent<
|
|
2309
|
+
Thawed: GenericPalletEvent<'ForeignAssets', 'Thawed', { assetId: StagingXcmV5Location; who: AccountId32 }>;
|
|
2473
2310
|
|
|
2474
2311
|
/**
|
|
2475
2312
|
* Some asset `asset_id` was frozen.
|
|
2476
2313
|
**/
|
|
2477
|
-
AssetFrozen: GenericPalletEvent<
|
|
2314
|
+
AssetFrozen: GenericPalletEvent<'ForeignAssets', 'AssetFrozen', { assetId: StagingXcmV5Location }>;
|
|
2478
2315
|
|
|
2479
2316
|
/**
|
|
2480
2317
|
* Some asset `asset_id` was thawed.
|
|
2481
2318
|
**/
|
|
2482
|
-
AssetThawed: GenericPalletEvent<
|
|
2319
|
+
AssetThawed: GenericPalletEvent<'ForeignAssets', 'AssetThawed', { assetId: StagingXcmV5Location }>;
|
|
2483
2320
|
|
|
2484
2321
|
/**
|
|
2485
2322
|
* Accounts were destroyed for given asset.
|
|
2486
2323
|
**/
|
|
2487
2324
|
AccountsDestroyed: GenericPalletEvent<
|
|
2488
|
-
Rv,
|
|
2489
2325
|
'ForeignAssets',
|
|
2490
2326
|
'AccountsDestroyed',
|
|
2491
2327
|
{ assetId: StagingXcmV5Location; accountsDestroyed: number; accountsRemaining: number }
|
|
@@ -2495,7 +2331,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2495
2331
|
* Approvals were destroyed for given asset.
|
|
2496
2332
|
**/
|
|
2497
2333
|
ApprovalsDestroyed: GenericPalletEvent<
|
|
2498
|
-
Rv,
|
|
2499
2334
|
'ForeignAssets',
|
|
2500
2335
|
'ApprovalsDestroyed',
|
|
2501
2336
|
{ assetId: StagingXcmV5Location; approvalsDestroyed: number; approvalsRemaining: number }
|
|
@@ -2504,23 +2339,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2504
2339
|
/**
|
|
2505
2340
|
* An asset class is in the process of being destroyed.
|
|
2506
2341
|
**/
|
|
2507
|
-
DestructionStarted: GenericPalletEvent<
|
|
2508
|
-
Rv,
|
|
2509
|
-
'ForeignAssets',
|
|
2510
|
-
'DestructionStarted',
|
|
2511
|
-
{ assetId: StagingXcmV5Location }
|
|
2512
|
-
>;
|
|
2342
|
+
DestructionStarted: GenericPalletEvent<'ForeignAssets', 'DestructionStarted', { assetId: StagingXcmV5Location }>;
|
|
2513
2343
|
|
|
2514
2344
|
/**
|
|
2515
2345
|
* An asset class was destroyed.
|
|
2516
2346
|
**/
|
|
2517
|
-
Destroyed: GenericPalletEvent<
|
|
2347
|
+
Destroyed: GenericPalletEvent<'ForeignAssets', 'Destroyed', { assetId: StagingXcmV5Location }>;
|
|
2518
2348
|
|
|
2519
2349
|
/**
|
|
2520
2350
|
* Some asset class was force-created.
|
|
2521
2351
|
**/
|
|
2522
2352
|
ForceCreated: GenericPalletEvent<
|
|
2523
|
-
Rv,
|
|
2524
2353
|
'ForeignAssets',
|
|
2525
2354
|
'ForceCreated',
|
|
2526
2355
|
{ assetId: StagingXcmV5Location; owner: AccountId32 }
|
|
@@ -2530,7 +2359,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2530
2359
|
* New metadata has been set for an asset.
|
|
2531
2360
|
**/
|
|
2532
2361
|
MetadataSet: GenericPalletEvent<
|
|
2533
|
-
Rv,
|
|
2534
2362
|
'ForeignAssets',
|
|
2535
2363
|
'MetadataSet',
|
|
2536
2364
|
{ assetId: StagingXcmV5Location; name: Bytes; symbol: Bytes; decimals: number; isFrozen: boolean }
|
|
@@ -2539,13 +2367,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2539
2367
|
/**
|
|
2540
2368
|
* Metadata has been cleared for an asset.
|
|
2541
2369
|
**/
|
|
2542
|
-
MetadataCleared: GenericPalletEvent<
|
|
2370
|
+
MetadataCleared: GenericPalletEvent<'ForeignAssets', 'MetadataCleared', { assetId: StagingXcmV5Location }>;
|
|
2543
2371
|
|
|
2544
2372
|
/**
|
|
2545
2373
|
* (Additional) funds have been approved for transfer to a destination account.
|
|
2546
2374
|
**/
|
|
2547
2375
|
ApprovedTransfer: GenericPalletEvent<
|
|
2548
|
-
Rv,
|
|
2549
2376
|
'ForeignAssets',
|
|
2550
2377
|
'ApprovedTransfer',
|
|
2551
2378
|
{ assetId: StagingXcmV5Location; source: AccountId32; delegate: AccountId32; amount: bigint }
|
|
@@ -2555,7 +2382,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2555
2382
|
* An approval for account `delegate` was cancelled by `owner`.
|
|
2556
2383
|
**/
|
|
2557
2384
|
ApprovalCancelled: GenericPalletEvent<
|
|
2558
|
-
Rv,
|
|
2559
2385
|
'ForeignAssets',
|
|
2560
2386
|
'ApprovalCancelled',
|
|
2561
2387
|
{ assetId: StagingXcmV5Location; owner: AccountId32; delegate: AccountId32 }
|
|
@@ -2566,7 +2392,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2566
2392
|
* the approved `delegate`.
|
|
2567
2393
|
**/
|
|
2568
2394
|
TransferredApproved: GenericPalletEvent<
|
|
2569
|
-
Rv,
|
|
2570
2395
|
'ForeignAssets',
|
|
2571
2396
|
'TransferredApproved',
|
|
2572
2397
|
{
|
|
@@ -2581,18 +2406,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2581
2406
|
/**
|
|
2582
2407
|
* An asset has had its attributes changed by the `Force` origin.
|
|
2583
2408
|
**/
|
|
2584
|
-
AssetStatusChanged: GenericPalletEvent<
|
|
2585
|
-
Rv,
|
|
2586
|
-
'ForeignAssets',
|
|
2587
|
-
'AssetStatusChanged',
|
|
2588
|
-
{ assetId: StagingXcmV5Location }
|
|
2589
|
-
>;
|
|
2409
|
+
AssetStatusChanged: GenericPalletEvent<'ForeignAssets', 'AssetStatusChanged', { assetId: StagingXcmV5Location }>;
|
|
2590
2410
|
|
|
2591
2411
|
/**
|
|
2592
2412
|
* The min_balance of an asset has been updated by the asset owner.
|
|
2593
2413
|
**/
|
|
2594
2414
|
AssetMinBalanceChanged: GenericPalletEvent<
|
|
2595
|
-
Rv,
|
|
2596
2415
|
'ForeignAssets',
|
|
2597
2416
|
'AssetMinBalanceChanged',
|
|
2598
2417
|
{ assetId: StagingXcmV5Location; newMinBalance: bigint }
|
|
@@ -2602,7 +2421,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2602
2421
|
* Some account `who` was created with a deposit from `depositor`.
|
|
2603
2422
|
**/
|
|
2604
2423
|
Touched: GenericPalletEvent<
|
|
2605
|
-
Rv,
|
|
2606
2424
|
'ForeignAssets',
|
|
2607
2425
|
'Touched',
|
|
2608
2426
|
{ assetId: StagingXcmV5Location; who: AccountId32; depositor: AccountId32 }
|
|
@@ -2611,13 +2429,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2611
2429
|
/**
|
|
2612
2430
|
* Some account `who` was blocked.
|
|
2613
2431
|
**/
|
|
2614
|
-
Blocked: GenericPalletEvent<
|
|
2432
|
+
Blocked: GenericPalletEvent<'ForeignAssets', 'Blocked', { assetId: StagingXcmV5Location; who: AccountId32 }>;
|
|
2615
2433
|
|
|
2616
2434
|
/**
|
|
2617
2435
|
* Some assets were deposited (e.g. for transaction fees).
|
|
2618
2436
|
**/
|
|
2619
2437
|
Deposited: GenericPalletEvent<
|
|
2620
|
-
Rv,
|
|
2621
2438
|
'ForeignAssets',
|
|
2622
2439
|
'Deposited',
|
|
2623
2440
|
{ assetId: StagingXcmV5Location; who: AccountId32; amount: bigint }
|
|
@@ -2627,7 +2444,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2627
2444
|
* Some assets were withdrawn from the account (e.g. for transaction fees).
|
|
2628
2445
|
**/
|
|
2629
2446
|
Withdrawn: GenericPalletEvent<
|
|
2630
|
-
Rv,
|
|
2631
2447
|
'ForeignAssets',
|
|
2632
2448
|
'Withdrawn',
|
|
2633
2449
|
{ assetId: StagingXcmV5Location; who: AccountId32; amount: bigint }
|
|
@@ -2636,7 +2452,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2636
2452
|
/**
|
|
2637
2453
|
* Generic pallet event
|
|
2638
2454
|
**/
|
|
2639
|
-
[prop: string]: GenericPalletEvent
|
|
2455
|
+
[prop: string]: GenericPalletEvent;
|
|
2640
2456
|
};
|
|
2641
2457
|
/**
|
|
2642
2458
|
* Pallet `PoolAssets`'s events
|
|
@@ -2645,23 +2461,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2645
2461
|
/**
|
|
2646
2462
|
* Some asset class was created.
|
|
2647
2463
|
**/
|
|
2648
|
-
Created: GenericPalletEvent<
|
|
2649
|
-
Rv,
|
|
2650
|
-
'PoolAssets',
|
|
2651
|
-
'Created',
|
|
2652
|
-
{ assetId: number; creator: AccountId32; owner: AccountId32 }
|
|
2653
|
-
>;
|
|
2464
|
+
Created: GenericPalletEvent<'PoolAssets', 'Created', { assetId: number; creator: AccountId32; owner: AccountId32 }>;
|
|
2654
2465
|
|
|
2655
2466
|
/**
|
|
2656
2467
|
* Some assets were issued.
|
|
2657
2468
|
**/
|
|
2658
|
-
Issued: GenericPalletEvent<
|
|
2469
|
+
Issued: GenericPalletEvent<'PoolAssets', 'Issued', { assetId: number; owner: AccountId32; amount: bigint }>;
|
|
2659
2470
|
|
|
2660
2471
|
/**
|
|
2661
2472
|
* Some assets were transferred.
|
|
2662
2473
|
**/
|
|
2663
2474
|
Transferred: GenericPalletEvent<
|
|
2664
|
-
Rv,
|
|
2665
2475
|
'PoolAssets',
|
|
2666
2476
|
'Transferred',
|
|
2667
2477
|
{ assetId: number; from: AccountId32; to: AccountId32; amount: bigint }
|
|
@@ -2670,13 +2480,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2670
2480
|
/**
|
|
2671
2481
|
* Some assets were destroyed.
|
|
2672
2482
|
**/
|
|
2673
|
-
Burned: GenericPalletEvent<
|
|
2483
|
+
Burned: GenericPalletEvent<'PoolAssets', 'Burned', { assetId: number; owner: AccountId32; balance: bigint }>;
|
|
2674
2484
|
|
|
2675
2485
|
/**
|
|
2676
2486
|
* The management team changed.
|
|
2677
2487
|
**/
|
|
2678
2488
|
TeamChanged: GenericPalletEvent<
|
|
2679
|
-
Rv,
|
|
2680
2489
|
'PoolAssets',
|
|
2681
2490
|
'TeamChanged',
|
|
2682
2491
|
{ assetId: number; issuer: AccountId32; admin: AccountId32; freezer: AccountId32 }
|
|
@@ -2685,33 +2494,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2685
2494
|
/**
|
|
2686
2495
|
* The owner changed.
|
|
2687
2496
|
**/
|
|
2688
|
-
OwnerChanged: GenericPalletEvent<
|
|
2497
|
+
OwnerChanged: GenericPalletEvent<'PoolAssets', 'OwnerChanged', { assetId: number; owner: AccountId32 }>;
|
|
2689
2498
|
|
|
2690
2499
|
/**
|
|
2691
2500
|
* Some account `who` was frozen.
|
|
2692
2501
|
**/
|
|
2693
|
-
Frozen: GenericPalletEvent<
|
|
2502
|
+
Frozen: GenericPalletEvent<'PoolAssets', 'Frozen', { assetId: number; who: AccountId32 }>;
|
|
2694
2503
|
|
|
2695
2504
|
/**
|
|
2696
2505
|
* Some account `who` was thawed.
|
|
2697
2506
|
**/
|
|
2698
|
-
Thawed: GenericPalletEvent<
|
|
2507
|
+
Thawed: GenericPalletEvent<'PoolAssets', 'Thawed', { assetId: number; who: AccountId32 }>;
|
|
2699
2508
|
|
|
2700
2509
|
/**
|
|
2701
2510
|
* Some asset `asset_id` was frozen.
|
|
2702
2511
|
**/
|
|
2703
|
-
AssetFrozen: GenericPalletEvent<
|
|
2512
|
+
AssetFrozen: GenericPalletEvent<'PoolAssets', 'AssetFrozen', { assetId: number }>;
|
|
2704
2513
|
|
|
2705
2514
|
/**
|
|
2706
2515
|
* Some asset `asset_id` was thawed.
|
|
2707
2516
|
**/
|
|
2708
|
-
AssetThawed: GenericPalletEvent<
|
|
2517
|
+
AssetThawed: GenericPalletEvent<'PoolAssets', 'AssetThawed', { assetId: number }>;
|
|
2709
2518
|
|
|
2710
2519
|
/**
|
|
2711
2520
|
* Accounts were destroyed for given asset.
|
|
2712
2521
|
**/
|
|
2713
2522
|
AccountsDestroyed: GenericPalletEvent<
|
|
2714
|
-
Rv,
|
|
2715
2523
|
'PoolAssets',
|
|
2716
2524
|
'AccountsDestroyed',
|
|
2717
2525
|
{ assetId: number; accountsDestroyed: number; accountsRemaining: number }
|
|
@@ -2721,7 +2529,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2721
2529
|
* Approvals were destroyed for given asset.
|
|
2722
2530
|
**/
|
|
2723
2531
|
ApprovalsDestroyed: GenericPalletEvent<
|
|
2724
|
-
Rv,
|
|
2725
2532
|
'PoolAssets',
|
|
2726
2533
|
'ApprovalsDestroyed',
|
|
2727
2534
|
{ assetId: number; approvalsDestroyed: number; approvalsRemaining: number }
|
|
@@ -2730,23 +2537,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2730
2537
|
/**
|
|
2731
2538
|
* An asset class is in the process of being destroyed.
|
|
2732
2539
|
**/
|
|
2733
|
-
DestructionStarted: GenericPalletEvent<
|
|
2540
|
+
DestructionStarted: GenericPalletEvent<'PoolAssets', 'DestructionStarted', { assetId: number }>;
|
|
2734
2541
|
|
|
2735
2542
|
/**
|
|
2736
2543
|
* An asset class was destroyed.
|
|
2737
2544
|
**/
|
|
2738
|
-
Destroyed: GenericPalletEvent<
|
|
2545
|
+
Destroyed: GenericPalletEvent<'PoolAssets', 'Destroyed', { assetId: number }>;
|
|
2739
2546
|
|
|
2740
2547
|
/**
|
|
2741
2548
|
* Some asset class was force-created.
|
|
2742
2549
|
**/
|
|
2743
|
-
ForceCreated: GenericPalletEvent<
|
|
2550
|
+
ForceCreated: GenericPalletEvent<'PoolAssets', 'ForceCreated', { assetId: number; owner: AccountId32 }>;
|
|
2744
2551
|
|
|
2745
2552
|
/**
|
|
2746
2553
|
* New metadata has been set for an asset.
|
|
2747
2554
|
**/
|
|
2748
2555
|
MetadataSet: GenericPalletEvent<
|
|
2749
|
-
Rv,
|
|
2750
2556
|
'PoolAssets',
|
|
2751
2557
|
'MetadataSet',
|
|
2752
2558
|
{ assetId: number; name: Bytes; symbol: Bytes; decimals: number; isFrozen: boolean }
|
|
@@ -2755,13 +2561,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2755
2561
|
/**
|
|
2756
2562
|
* Metadata has been cleared for an asset.
|
|
2757
2563
|
**/
|
|
2758
|
-
MetadataCleared: GenericPalletEvent<
|
|
2564
|
+
MetadataCleared: GenericPalletEvent<'PoolAssets', 'MetadataCleared', { assetId: number }>;
|
|
2759
2565
|
|
|
2760
2566
|
/**
|
|
2761
2567
|
* (Additional) funds have been approved for transfer to a destination account.
|
|
2762
2568
|
**/
|
|
2763
2569
|
ApprovedTransfer: GenericPalletEvent<
|
|
2764
|
-
Rv,
|
|
2765
2570
|
'PoolAssets',
|
|
2766
2571
|
'ApprovedTransfer',
|
|
2767
2572
|
{ assetId: number; source: AccountId32; delegate: AccountId32; amount: bigint }
|
|
@@ -2771,7 +2576,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2771
2576
|
* An approval for account `delegate` was cancelled by `owner`.
|
|
2772
2577
|
**/
|
|
2773
2578
|
ApprovalCancelled: GenericPalletEvent<
|
|
2774
|
-
Rv,
|
|
2775
2579
|
'PoolAssets',
|
|
2776
2580
|
'ApprovalCancelled',
|
|
2777
2581
|
{ assetId: number; owner: AccountId32; delegate: AccountId32 }
|
|
@@ -2782,7 +2586,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2782
2586
|
* the approved `delegate`.
|
|
2783
2587
|
**/
|
|
2784
2588
|
TransferredApproved: GenericPalletEvent<
|
|
2785
|
-
Rv,
|
|
2786
2589
|
'PoolAssets',
|
|
2787
2590
|
'TransferredApproved',
|
|
2788
2591
|
{ assetId: number; owner: AccountId32; delegate: AccountId32; destination: AccountId32; amount: bigint }
|
|
@@ -2791,13 +2594,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2791
2594
|
/**
|
|
2792
2595
|
* An asset has had its attributes changed by the `Force` origin.
|
|
2793
2596
|
**/
|
|
2794
|
-
AssetStatusChanged: GenericPalletEvent<
|
|
2597
|
+
AssetStatusChanged: GenericPalletEvent<'PoolAssets', 'AssetStatusChanged', { assetId: number }>;
|
|
2795
2598
|
|
|
2796
2599
|
/**
|
|
2797
2600
|
* The min_balance of an asset has been updated by the asset owner.
|
|
2798
2601
|
**/
|
|
2799
2602
|
AssetMinBalanceChanged: GenericPalletEvent<
|
|
2800
|
-
Rv,
|
|
2801
2603
|
'PoolAssets',
|
|
2802
2604
|
'AssetMinBalanceChanged',
|
|
2803
2605
|
{ assetId: number; newMinBalance: bigint }
|
|
@@ -2806,32 +2608,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2806
2608
|
/**
|
|
2807
2609
|
* Some account `who` was created with a deposit from `depositor`.
|
|
2808
2610
|
**/
|
|
2809
|
-
Touched: GenericPalletEvent<
|
|
2810
|
-
Rv,
|
|
2811
|
-
'PoolAssets',
|
|
2812
|
-
'Touched',
|
|
2813
|
-
{ assetId: number; who: AccountId32; depositor: AccountId32 }
|
|
2814
|
-
>;
|
|
2611
|
+
Touched: GenericPalletEvent<'PoolAssets', 'Touched', { assetId: number; who: AccountId32; depositor: AccountId32 }>;
|
|
2815
2612
|
|
|
2816
2613
|
/**
|
|
2817
2614
|
* Some account `who` was blocked.
|
|
2818
2615
|
**/
|
|
2819
|
-
Blocked: GenericPalletEvent<
|
|
2616
|
+
Blocked: GenericPalletEvent<'PoolAssets', 'Blocked', { assetId: number; who: AccountId32 }>;
|
|
2820
2617
|
|
|
2821
2618
|
/**
|
|
2822
2619
|
* Some assets were deposited (e.g. for transaction fees).
|
|
2823
2620
|
**/
|
|
2824
|
-
Deposited: GenericPalletEvent<
|
|
2621
|
+
Deposited: GenericPalletEvent<'PoolAssets', 'Deposited', { assetId: number; who: AccountId32; amount: bigint }>;
|
|
2825
2622
|
|
|
2826
2623
|
/**
|
|
2827
2624
|
* Some assets were withdrawn from the account (e.g. for transaction fees).
|
|
2828
2625
|
**/
|
|
2829
|
-
Withdrawn: GenericPalletEvent<
|
|
2626
|
+
Withdrawn: GenericPalletEvent<'PoolAssets', 'Withdrawn', { assetId: number; who: AccountId32; amount: bigint }>;
|
|
2830
2627
|
|
|
2831
2628
|
/**
|
|
2832
2629
|
* Generic pallet event
|
|
2833
2630
|
**/
|
|
2834
|
-
[prop: string]: GenericPalletEvent
|
|
2631
|
+
[prop: string]: GenericPalletEvent;
|
|
2835
2632
|
};
|
|
2836
2633
|
/**
|
|
2837
2634
|
* Pallet `AssetConversion`'s events
|
|
@@ -2841,7 +2638,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2841
2638
|
* A successful call of the `CreatePool` extrinsic will create this event.
|
|
2842
2639
|
**/
|
|
2843
2640
|
PoolCreated: GenericPalletEvent<
|
|
2844
|
-
Rv,
|
|
2845
2641
|
'AssetConversion',
|
|
2846
2642
|
'PoolCreated',
|
|
2847
2643
|
{
|
|
@@ -2873,7 +2669,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2873
2669
|
* A successful call of the `AddLiquidity` extrinsic will create this event.
|
|
2874
2670
|
**/
|
|
2875
2671
|
LiquidityAdded: GenericPalletEvent<
|
|
2876
|
-
Rv,
|
|
2877
2672
|
'AssetConversion',
|
|
2878
2673
|
'LiquidityAdded',
|
|
2879
2674
|
{
|
|
@@ -2918,7 +2713,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2918
2713
|
* A successful call of the `RemoveLiquidity` extrinsic will create this event.
|
|
2919
2714
|
**/
|
|
2920
2715
|
LiquidityRemoved: GenericPalletEvent<
|
|
2921
|
-
Rv,
|
|
2922
2716
|
'AssetConversion',
|
|
2923
2717
|
'LiquidityRemoved',
|
|
2924
2718
|
{
|
|
@@ -2969,7 +2763,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2969
2763
|
* and `SwapTokenForExactToken` will generate this event.
|
|
2970
2764
|
**/
|
|
2971
2765
|
SwapExecuted: GenericPalletEvent<
|
|
2972
|
-
Rv,
|
|
2973
2766
|
'AssetConversion',
|
|
2974
2767
|
'SwapExecuted',
|
|
2975
2768
|
{
|
|
@@ -3005,7 +2798,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3005
2798
|
* Assets have been converted from one to another.
|
|
3006
2799
|
**/
|
|
3007
2800
|
SwapCreditExecuted: GenericPalletEvent<
|
|
3008
|
-
Rv,
|
|
3009
2801
|
'AssetConversion',
|
|
3010
2802
|
'SwapCreditExecuted',
|
|
3011
2803
|
{
|
|
@@ -3031,7 +2823,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3031
2823
|
* Pool has been touched in order to fulfill operational requirements.
|
|
3032
2824
|
**/
|
|
3033
2825
|
Touched: GenericPalletEvent<
|
|
3034
|
-
Rv,
|
|
3035
2826
|
'AssetConversion',
|
|
3036
2827
|
'Touched',
|
|
3037
2828
|
{
|
|
@@ -3050,7 +2841,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3050
2841
|
/**
|
|
3051
2842
|
* Generic pallet event
|
|
3052
2843
|
**/
|
|
3053
|
-
[prop: string]: GenericPalletEvent
|
|
2844
|
+
[prop: string]: GenericPalletEvent;
|
|
3054
2845
|
};
|
|
3055
2846
|
/**
|
|
3056
2847
|
* Pallet `Treasury`'s events
|
|
@@ -3059,38 +2850,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3059
2850
|
/**
|
|
3060
2851
|
* We have ended a spend period and will now allocate funds.
|
|
3061
2852
|
**/
|
|
3062
|
-
Spending: GenericPalletEvent<
|
|
2853
|
+
Spending: GenericPalletEvent<'Treasury', 'Spending', { budgetRemaining: bigint }>;
|
|
3063
2854
|
|
|
3064
2855
|
/**
|
|
3065
2856
|
* Some funds have been allocated.
|
|
3066
2857
|
**/
|
|
3067
|
-
Awarded: GenericPalletEvent<
|
|
3068
|
-
Rv,
|
|
3069
|
-
'Treasury',
|
|
3070
|
-
'Awarded',
|
|
3071
|
-
{ proposalIndex: number; award: bigint; account: AccountId32 }
|
|
3072
|
-
>;
|
|
2858
|
+
Awarded: GenericPalletEvent<'Treasury', 'Awarded', { proposalIndex: number; award: bigint; account: AccountId32 }>;
|
|
3073
2859
|
|
|
3074
2860
|
/**
|
|
3075
2861
|
* Some of our funds have been burnt.
|
|
3076
2862
|
**/
|
|
3077
|
-
Burnt: GenericPalletEvent<
|
|
2863
|
+
Burnt: GenericPalletEvent<'Treasury', 'Burnt', { burntFunds: bigint }>;
|
|
3078
2864
|
|
|
3079
2865
|
/**
|
|
3080
2866
|
* Spending has finished; this is the amount that rolls over until next spend.
|
|
3081
2867
|
**/
|
|
3082
|
-
Rollover: GenericPalletEvent<
|
|
2868
|
+
Rollover: GenericPalletEvent<'Treasury', 'Rollover', { rolloverBalance: bigint }>;
|
|
3083
2869
|
|
|
3084
2870
|
/**
|
|
3085
2871
|
* Some funds have been deposited.
|
|
3086
2872
|
**/
|
|
3087
|
-
Deposit: GenericPalletEvent<
|
|
2873
|
+
Deposit: GenericPalletEvent<'Treasury', 'Deposit', { value: bigint }>;
|
|
3088
2874
|
|
|
3089
2875
|
/**
|
|
3090
2876
|
* A new spend proposal has been approved.
|
|
3091
2877
|
**/
|
|
3092
2878
|
SpendApproved: GenericPalletEvent<
|
|
3093
|
-
Rv,
|
|
3094
2879
|
'Treasury',
|
|
3095
2880
|
'SpendApproved',
|
|
3096
2881
|
{ proposalIndex: number; amount: bigint; beneficiary: AccountId32 }
|
|
@@ -3099,18 +2884,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3099
2884
|
/**
|
|
3100
2885
|
* The inactive funds of the pallet have been updated.
|
|
3101
2886
|
**/
|
|
3102
|
-
UpdatedInactive: GenericPalletEvent<
|
|
3103
|
-
Rv,
|
|
3104
|
-
'Treasury',
|
|
3105
|
-
'UpdatedInactive',
|
|
3106
|
-
{ reactivated: bigint; deactivated: bigint }
|
|
3107
|
-
>;
|
|
2887
|
+
UpdatedInactive: GenericPalletEvent<'Treasury', 'UpdatedInactive', { reactivated: bigint; deactivated: bigint }>;
|
|
3108
2888
|
|
|
3109
2889
|
/**
|
|
3110
2890
|
* A new asset spend proposal has been approved.
|
|
3111
2891
|
**/
|
|
3112
2892
|
AssetSpendApproved: GenericPalletEvent<
|
|
3113
|
-
Rv,
|
|
3114
2893
|
'Treasury',
|
|
3115
2894
|
'AssetSpendApproved',
|
|
3116
2895
|
{
|
|
@@ -3126,28 +2905,28 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3126
2905
|
/**
|
|
3127
2906
|
* An approved spend was voided.
|
|
3128
2907
|
**/
|
|
3129
|
-
AssetSpendVoided: GenericPalletEvent<
|
|
2908
|
+
AssetSpendVoided: GenericPalletEvent<'Treasury', 'AssetSpendVoided', { index: number }>;
|
|
3130
2909
|
|
|
3131
2910
|
/**
|
|
3132
2911
|
* A payment happened.
|
|
3133
2912
|
**/
|
|
3134
|
-
Paid: GenericPalletEvent<
|
|
2913
|
+
Paid: GenericPalletEvent<'Treasury', 'Paid', { index: number; paymentId: bigint }>;
|
|
3135
2914
|
|
|
3136
2915
|
/**
|
|
3137
2916
|
* A payment failed and can be retried.
|
|
3138
2917
|
**/
|
|
3139
|
-
PaymentFailed: GenericPalletEvent<
|
|
2918
|
+
PaymentFailed: GenericPalletEvent<'Treasury', 'PaymentFailed', { index: number; paymentId: bigint }>;
|
|
3140
2919
|
|
|
3141
2920
|
/**
|
|
3142
2921
|
* A spend was processed and removed from the storage. It might have been successfully
|
|
3143
2922
|
* paid or it may have expired.
|
|
3144
2923
|
**/
|
|
3145
|
-
SpendProcessed: GenericPalletEvent<
|
|
2924
|
+
SpendProcessed: GenericPalletEvent<'Treasury', 'SpendProcessed', { index: number }>;
|
|
3146
2925
|
|
|
3147
2926
|
/**
|
|
3148
2927
|
* Generic pallet event
|
|
3149
2928
|
**/
|
|
3150
|
-
[prop: string]: GenericPalletEvent
|
|
2929
|
+
[prop: string]: GenericPalletEvent;
|
|
3151
2930
|
};
|
|
3152
2931
|
/**
|
|
3153
2932
|
* Pallet `ConvictionVoting`'s events
|
|
@@ -3156,18 +2935,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3156
2935
|
/**
|
|
3157
2936
|
* An account has delegated their vote to another account. \[who, target\]
|
|
3158
2937
|
**/
|
|
3159
|
-
Delegated: GenericPalletEvent<
|
|
2938
|
+
Delegated: GenericPalletEvent<'ConvictionVoting', 'Delegated', [AccountId32, AccountId32]>;
|
|
3160
2939
|
|
|
3161
2940
|
/**
|
|
3162
2941
|
* An \[account\] has cancelled a previous delegation operation.
|
|
3163
2942
|
**/
|
|
3164
|
-
Undelegated: GenericPalletEvent<
|
|
2943
|
+
Undelegated: GenericPalletEvent<'ConvictionVoting', 'Undelegated', AccountId32>;
|
|
3165
2944
|
|
|
3166
2945
|
/**
|
|
3167
2946
|
* An account has voted
|
|
3168
2947
|
**/
|
|
3169
2948
|
Voted: GenericPalletEvent<
|
|
3170
|
-
Rv,
|
|
3171
2949
|
'ConvictionVoting',
|
|
3172
2950
|
'Voted',
|
|
3173
2951
|
{ who: AccountId32; vote: PalletConvictionVotingVoteAccountVote }
|
|
@@ -3177,7 +2955,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3177
2955
|
* A vote has been removed
|
|
3178
2956
|
**/
|
|
3179
2957
|
VoteRemoved: GenericPalletEvent<
|
|
3180
|
-
Rv,
|
|
3181
2958
|
'ConvictionVoting',
|
|
3182
2959
|
'VoteRemoved',
|
|
3183
2960
|
{ who: AccountId32; vote: PalletConvictionVotingVoteAccountVote }
|
|
@@ -3186,12 +2963,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3186
2963
|
/**
|
|
3187
2964
|
* The lockup period of a conviction vote expired, and the funds have been unlocked.
|
|
3188
2965
|
**/
|
|
3189
|
-
VoteUnlocked: GenericPalletEvent<
|
|
2966
|
+
VoteUnlocked: GenericPalletEvent<'ConvictionVoting', 'VoteUnlocked', { who: AccountId32; class: number }>;
|
|
3190
2967
|
|
|
3191
2968
|
/**
|
|
3192
2969
|
* Generic pallet event
|
|
3193
2970
|
**/
|
|
3194
|
-
[prop: string]: GenericPalletEvent
|
|
2971
|
+
[prop: string]: GenericPalletEvent;
|
|
3195
2972
|
};
|
|
3196
2973
|
/**
|
|
3197
2974
|
* Pallet `Referenda`'s events
|
|
@@ -3201,7 +2978,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3201
2978
|
* A referendum has been submitted.
|
|
3202
2979
|
**/
|
|
3203
2980
|
Submitted: GenericPalletEvent<
|
|
3204
|
-
Rv,
|
|
3205
2981
|
'Referenda',
|
|
3206
2982
|
'Submitted',
|
|
3207
2983
|
{
|
|
@@ -3226,7 +3002,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3226
3002
|
* The decision deposit has been placed.
|
|
3227
3003
|
**/
|
|
3228
3004
|
DecisionDepositPlaced: GenericPalletEvent<
|
|
3229
|
-
Rv,
|
|
3230
3005
|
'Referenda',
|
|
3231
3006
|
'DecisionDepositPlaced',
|
|
3232
3007
|
{
|
|
@@ -3251,7 +3026,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3251
3026
|
* The decision deposit has been refunded.
|
|
3252
3027
|
**/
|
|
3253
3028
|
DecisionDepositRefunded: GenericPalletEvent<
|
|
3254
|
-
Rv,
|
|
3255
3029
|
'Referenda',
|
|
3256
3030
|
'DecisionDepositRefunded',
|
|
3257
3031
|
{
|
|
@@ -3276,7 +3050,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3276
3050
|
* A deposit has been slashed.
|
|
3277
3051
|
**/
|
|
3278
3052
|
DepositSlashed: GenericPalletEvent<
|
|
3279
|
-
Rv,
|
|
3280
3053
|
'Referenda',
|
|
3281
3054
|
'DepositSlashed',
|
|
3282
3055
|
{
|
|
@@ -3296,7 +3069,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3296
3069
|
* A referendum has moved into the deciding phase.
|
|
3297
3070
|
**/
|
|
3298
3071
|
DecisionStarted: GenericPalletEvent<
|
|
3299
|
-
Rv,
|
|
3300
3072
|
'Referenda',
|
|
3301
3073
|
'DecisionStarted',
|
|
3302
3074
|
{
|
|
@@ -3322,7 +3094,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3322
3094
|
}
|
|
3323
3095
|
>;
|
|
3324
3096
|
ConfirmStarted: GenericPalletEvent<
|
|
3325
|
-
Rv,
|
|
3326
3097
|
'Referenda',
|
|
3327
3098
|
'ConfirmStarted',
|
|
3328
3099
|
{
|
|
@@ -3333,7 +3104,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3333
3104
|
}
|
|
3334
3105
|
>;
|
|
3335
3106
|
ConfirmAborted: GenericPalletEvent<
|
|
3336
|
-
Rv,
|
|
3337
3107
|
'Referenda',
|
|
3338
3108
|
'ConfirmAborted',
|
|
3339
3109
|
{
|
|
@@ -3348,7 +3118,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3348
3118
|
* A referendum has ended its confirmation phase and is ready for approval.
|
|
3349
3119
|
**/
|
|
3350
3120
|
Confirmed: GenericPalletEvent<
|
|
3351
|
-
Rv,
|
|
3352
3121
|
'Referenda',
|
|
3353
3122
|
'Confirmed',
|
|
3354
3123
|
{
|
|
@@ -3368,7 +3137,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3368
3137
|
* A referendum has been approved and its proposal has been scheduled.
|
|
3369
3138
|
**/
|
|
3370
3139
|
Approved: GenericPalletEvent<
|
|
3371
|
-
Rv,
|
|
3372
3140
|
'Referenda',
|
|
3373
3141
|
'Approved',
|
|
3374
3142
|
{
|
|
@@ -3383,7 +3151,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3383
3151
|
* A proposal has been rejected by referendum.
|
|
3384
3152
|
**/
|
|
3385
3153
|
Rejected: GenericPalletEvent<
|
|
3386
|
-
Rv,
|
|
3387
3154
|
'Referenda',
|
|
3388
3155
|
'Rejected',
|
|
3389
3156
|
{
|
|
@@ -3403,7 +3170,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3403
3170
|
* A referendum has been timed out without being decided.
|
|
3404
3171
|
**/
|
|
3405
3172
|
TimedOut: GenericPalletEvent<
|
|
3406
|
-
Rv,
|
|
3407
3173
|
'Referenda',
|
|
3408
3174
|
'TimedOut',
|
|
3409
3175
|
{
|
|
@@ -3423,7 +3189,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3423
3189
|
* A referendum has been cancelled.
|
|
3424
3190
|
**/
|
|
3425
3191
|
Cancelled: GenericPalletEvent<
|
|
3426
|
-
Rv,
|
|
3427
3192
|
'Referenda',
|
|
3428
3193
|
'Cancelled',
|
|
3429
3194
|
{
|
|
@@ -3443,7 +3208,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3443
3208
|
* A referendum has been killed.
|
|
3444
3209
|
**/
|
|
3445
3210
|
Killed: GenericPalletEvent<
|
|
3446
|
-
Rv,
|
|
3447
3211
|
'Referenda',
|
|
3448
3212
|
'Killed',
|
|
3449
3213
|
{
|
|
@@ -3463,7 +3227,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3463
3227
|
* The submission deposit has been refunded.
|
|
3464
3228
|
**/
|
|
3465
3229
|
SubmissionDepositRefunded: GenericPalletEvent<
|
|
3466
|
-
Rv,
|
|
3467
3230
|
'Referenda',
|
|
3468
3231
|
'SubmissionDepositRefunded',
|
|
3469
3232
|
{
|
|
@@ -3488,7 +3251,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3488
3251
|
* Metadata for a referendum has been set.
|
|
3489
3252
|
**/
|
|
3490
3253
|
MetadataSet: GenericPalletEvent<
|
|
3491
|
-
Rv,
|
|
3492
3254
|
'Referenda',
|
|
3493
3255
|
'MetadataSet',
|
|
3494
3256
|
{
|
|
@@ -3508,7 +3270,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3508
3270
|
* Metadata for a referendum has been cleared.
|
|
3509
3271
|
**/
|
|
3510
3272
|
MetadataCleared: GenericPalletEvent<
|
|
3511
|
-
Rv,
|
|
3512
3273
|
'Referenda',
|
|
3513
3274
|
'MetadataCleared',
|
|
3514
3275
|
{
|
|
@@ -3527,16 +3288,15 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3527
3288
|
/**
|
|
3528
3289
|
* Generic pallet event
|
|
3529
3290
|
**/
|
|
3530
|
-
[prop: string]: GenericPalletEvent
|
|
3291
|
+
[prop: string]: GenericPalletEvent;
|
|
3531
3292
|
};
|
|
3532
3293
|
/**
|
|
3533
3294
|
* Pallet `Whitelist`'s events
|
|
3534
3295
|
**/
|
|
3535
3296
|
whitelist: {
|
|
3536
|
-
CallWhitelisted: GenericPalletEvent<
|
|
3537
|
-
WhitelistedCallRemoved: GenericPalletEvent<
|
|
3297
|
+
CallWhitelisted: GenericPalletEvent<'Whitelist', 'CallWhitelisted', { callHash: H256 }>;
|
|
3298
|
+
WhitelistedCallRemoved: GenericPalletEvent<'Whitelist', 'WhitelistedCallRemoved', { callHash: H256 }>;
|
|
3538
3299
|
WhitelistedCallDispatched: GenericPalletEvent<
|
|
3539
|
-
Rv,
|
|
3540
3300
|
'Whitelist',
|
|
3541
3301
|
'WhitelistedCallDispatched',
|
|
3542
3302
|
{ callHash: H256; result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo> }
|
|
@@ -3545,7 +3305,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3545
3305
|
/**
|
|
3546
3306
|
* Generic pallet event
|
|
3547
3307
|
**/
|
|
3548
|
-
[prop: string]: GenericPalletEvent
|
|
3308
|
+
[prop: string]: GenericPalletEvent;
|
|
3549
3309
|
};
|
|
3550
3310
|
/**
|
|
3551
3311
|
* Pallet `Bounties`'s events
|
|
@@ -3554,28 +3314,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3554
3314
|
/**
|
|
3555
3315
|
* New bounty proposal.
|
|
3556
3316
|
**/
|
|
3557
|
-
BountyProposed: GenericPalletEvent<
|
|
3317
|
+
BountyProposed: GenericPalletEvent<'Bounties', 'BountyProposed', { index: number }>;
|
|
3558
3318
|
|
|
3559
3319
|
/**
|
|
3560
3320
|
* A bounty proposal was rejected; funds were slashed.
|
|
3561
3321
|
**/
|
|
3562
|
-
BountyRejected: GenericPalletEvent<
|
|
3322
|
+
BountyRejected: GenericPalletEvent<'Bounties', 'BountyRejected', { index: number; bond: bigint }>;
|
|
3563
3323
|
|
|
3564
3324
|
/**
|
|
3565
3325
|
* A bounty proposal is funded and became active.
|
|
3566
3326
|
**/
|
|
3567
|
-
BountyBecameActive: GenericPalletEvent<
|
|
3327
|
+
BountyBecameActive: GenericPalletEvent<'Bounties', 'BountyBecameActive', { index: number }>;
|
|
3568
3328
|
|
|
3569
3329
|
/**
|
|
3570
3330
|
* A bounty is awarded to a beneficiary.
|
|
3571
3331
|
**/
|
|
3572
|
-
BountyAwarded: GenericPalletEvent<
|
|
3332
|
+
BountyAwarded: GenericPalletEvent<'Bounties', 'BountyAwarded', { index: number; beneficiary: AccountId32 }>;
|
|
3573
3333
|
|
|
3574
3334
|
/**
|
|
3575
3335
|
* A bounty is claimed by beneficiary.
|
|
3576
3336
|
**/
|
|
3577
3337
|
BountyClaimed: GenericPalletEvent<
|
|
3578
|
-
Rv,
|
|
3579
3338
|
'Bounties',
|
|
3580
3339
|
'BountyClaimed',
|
|
3581
3340
|
{ index: number; payout: bigint; beneficiary: AccountId32 }
|
|
@@ -3584,38 +3343,37 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3584
3343
|
/**
|
|
3585
3344
|
* A bounty is cancelled.
|
|
3586
3345
|
**/
|
|
3587
|
-
BountyCanceled: GenericPalletEvent<
|
|
3346
|
+
BountyCanceled: GenericPalletEvent<'Bounties', 'BountyCanceled', { index: number }>;
|
|
3588
3347
|
|
|
3589
3348
|
/**
|
|
3590
3349
|
* A bounty expiry is extended.
|
|
3591
3350
|
**/
|
|
3592
|
-
BountyExtended: GenericPalletEvent<
|
|
3351
|
+
BountyExtended: GenericPalletEvent<'Bounties', 'BountyExtended', { index: number }>;
|
|
3593
3352
|
|
|
3594
3353
|
/**
|
|
3595
3354
|
* A bounty is approved.
|
|
3596
3355
|
**/
|
|
3597
|
-
BountyApproved: GenericPalletEvent<
|
|
3356
|
+
BountyApproved: GenericPalletEvent<'Bounties', 'BountyApproved', { index: number }>;
|
|
3598
3357
|
|
|
3599
3358
|
/**
|
|
3600
3359
|
* A bounty curator is proposed.
|
|
3601
3360
|
**/
|
|
3602
|
-
CuratorProposed: GenericPalletEvent<
|
|
3361
|
+
CuratorProposed: GenericPalletEvent<'Bounties', 'CuratorProposed', { bountyId: number; curator: AccountId32 }>;
|
|
3603
3362
|
|
|
3604
3363
|
/**
|
|
3605
3364
|
* A bounty curator is unassigned.
|
|
3606
3365
|
**/
|
|
3607
|
-
CuratorUnassigned: GenericPalletEvent<
|
|
3366
|
+
CuratorUnassigned: GenericPalletEvent<'Bounties', 'CuratorUnassigned', { bountyId: number }>;
|
|
3608
3367
|
|
|
3609
3368
|
/**
|
|
3610
3369
|
* A bounty curator is accepted.
|
|
3611
3370
|
**/
|
|
3612
|
-
CuratorAccepted: GenericPalletEvent<
|
|
3371
|
+
CuratorAccepted: GenericPalletEvent<'Bounties', 'CuratorAccepted', { bountyId: number; curator: AccountId32 }>;
|
|
3613
3372
|
|
|
3614
3373
|
/**
|
|
3615
3374
|
* A bounty deposit has been poked.
|
|
3616
3375
|
**/
|
|
3617
3376
|
DepositPoked: GenericPalletEvent<
|
|
3618
|
-
Rv,
|
|
3619
3377
|
'Bounties',
|
|
3620
3378
|
'DepositPoked',
|
|
3621
3379
|
{ bountyId: number; proposer: AccountId32; oldDeposit: bigint; newDeposit: bigint }
|
|
@@ -3624,7 +3382,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3624
3382
|
/**
|
|
3625
3383
|
* Generic pallet event
|
|
3626
3384
|
**/
|
|
3627
|
-
[prop: string]: GenericPalletEvent
|
|
3385
|
+
[prop: string]: GenericPalletEvent;
|
|
3628
3386
|
};
|
|
3629
3387
|
/**
|
|
3630
3388
|
* Pallet `ChildBounties`'s events
|
|
@@ -3633,13 +3391,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3633
3391
|
/**
|
|
3634
3392
|
* A child-bounty is added.
|
|
3635
3393
|
**/
|
|
3636
|
-
Added: GenericPalletEvent<
|
|
3394
|
+
Added: GenericPalletEvent<'ChildBounties', 'Added', { index: number; childIndex: number }>;
|
|
3637
3395
|
|
|
3638
3396
|
/**
|
|
3639
3397
|
* A child-bounty is awarded to a beneficiary.
|
|
3640
3398
|
**/
|
|
3641
3399
|
Awarded: GenericPalletEvent<
|
|
3642
|
-
Rv,
|
|
3643
3400
|
'ChildBounties',
|
|
3644
3401
|
'Awarded',
|
|
3645
3402
|
{ index: number; childIndex: number; beneficiary: AccountId32 }
|
|
@@ -3649,7 +3406,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3649
3406
|
* A child-bounty is claimed by beneficiary.
|
|
3650
3407
|
**/
|
|
3651
3408
|
Claimed: GenericPalletEvent<
|
|
3652
|
-
Rv,
|
|
3653
3409
|
'ChildBounties',
|
|
3654
3410
|
'Claimed',
|
|
3655
3411
|
{ index: number; childIndex: number; payout: bigint; beneficiary: AccountId32 }
|
|
@@ -3658,31 +3414,28 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3658
3414
|
/**
|
|
3659
3415
|
* A child-bounty is cancelled.
|
|
3660
3416
|
**/
|
|
3661
|
-
Canceled: GenericPalletEvent<
|
|
3417
|
+
Canceled: GenericPalletEvent<'ChildBounties', 'Canceled', { index: number; childIndex: number }>;
|
|
3662
3418
|
|
|
3663
3419
|
/**
|
|
3664
3420
|
* Generic pallet event
|
|
3665
3421
|
**/
|
|
3666
|
-
[prop: string]: GenericPalletEvent
|
|
3422
|
+
[prop: string]: GenericPalletEvent;
|
|
3667
3423
|
};
|
|
3668
3424
|
/**
|
|
3669
3425
|
* Pallet `AssetRate`'s events
|
|
3670
3426
|
**/
|
|
3671
3427
|
assetRate: {
|
|
3672
3428
|
AssetRateCreated: GenericPalletEvent<
|
|
3673
|
-
Rv,
|
|
3674
3429
|
'AssetRate',
|
|
3675
3430
|
'AssetRateCreated',
|
|
3676
3431
|
{ assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset; rate: FixedU128 }
|
|
3677
3432
|
>;
|
|
3678
3433
|
AssetRateRemoved: GenericPalletEvent<
|
|
3679
|
-
Rv,
|
|
3680
3434
|
'AssetRate',
|
|
3681
3435
|
'AssetRateRemoved',
|
|
3682
3436
|
{ assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset }
|
|
3683
3437
|
>;
|
|
3684
3438
|
AssetRateUpdated: GenericPalletEvent<
|
|
3685
|
-
Rv,
|
|
3686
3439
|
'AssetRate',
|
|
3687
3440
|
'AssetRateUpdated',
|
|
3688
3441
|
{ assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset; old: FixedU128; new: FixedU128 }
|
|
@@ -3691,7 +3444,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3691
3444
|
/**
|
|
3692
3445
|
* Generic pallet event
|
|
3693
3446
|
**/
|
|
3694
|
-
[prop: string]: GenericPalletEvent
|
|
3447
|
+
[prop: string]: GenericPalletEvent;
|
|
3695
3448
|
};
|
|
3696
3449
|
/**
|
|
3697
3450
|
* Pallet `StateTrieMigration`'s events
|
|
@@ -3702,7 +3455,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3702
3455
|
* `compute`.
|
|
3703
3456
|
**/
|
|
3704
3457
|
Migrated: GenericPalletEvent<
|
|
3705
|
-
Rv,
|
|
3706
3458
|
'StateTrieMigration',
|
|
3707
3459
|
'Migrated',
|
|
3708
3460
|
{ top: number; child: number; compute: PalletStateTrieMigrationMigrationCompute }
|
|
@@ -3711,22 +3463,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3711
3463
|
/**
|
|
3712
3464
|
* Some account got slashed by the given amount.
|
|
3713
3465
|
**/
|
|
3714
|
-
Slashed: GenericPalletEvent<
|
|
3466
|
+
Slashed: GenericPalletEvent<'StateTrieMigration', 'Slashed', { who: AccountId32; amount: bigint }>;
|
|
3715
3467
|
|
|
3716
3468
|
/**
|
|
3717
3469
|
* The auto migration task finished.
|
|
3718
3470
|
**/
|
|
3719
|
-
AutoMigrationFinished: GenericPalletEvent<
|
|
3471
|
+
AutoMigrationFinished: GenericPalletEvent<'StateTrieMigration', 'AutoMigrationFinished', null>;
|
|
3720
3472
|
|
|
3721
3473
|
/**
|
|
3722
3474
|
* Migration got halted due to an error or miss-configuration.
|
|
3723
3475
|
**/
|
|
3724
|
-
Halted: GenericPalletEvent<
|
|
3476
|
+
Halted: GenericPalletEvent<'StateTrieMigration', 'Halted', { error: PalletStateTrieMigrationError }>;
|
|
3725
3477
|
|
|
3726
3478
|
/**
|
|
3727
3479
|
* Generic pallet event
|
|
3728
3480
|
**/
|
|
3729
|
-
[prop: string]: GenericPalletEvent
|
|
3481
|
+
[prop: string]: GenericPalletEvent;
|
|
3730
3482
|
};
|
|
3731
3483
|
/**
|
|
3732
3484
|
* Pallet `NominationPools`'s events
|
|
@@ -3735,13 +3487,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3735
3487
|
/**
|
|
3736
3488
|
* A pool has been created.
|
|
3737
3489
|
**/
|
|
3738
|
-
Created: GenericPalletEvent<
|
|
3490
|
+
Created: GenericPalletEvent<'NominationPools', 'Created', { depositor: AccountId32; poolId: number }>;
|
|
3739
3491
|
|
|
3740
3492
|
/**
|
|
3741
3493
|
* A member has became bonded in a pool.
|
|
3742
3494
|
**/
|
|
3743
3495
|
Bonded: GenericPalletEvent<
|
|
3744
|
-
Rv,
|
|
3745
3496
|
'NominationPools',
|
|
3746
3497
|
'Bonded',
|
|
3747
3498
|
{ member: AccountId32; poolId: number; bonded: bigint; joined: boolean }
|
|
@@ -3750,12 +3501,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3750
3501
|
/**
|
|
3751
3502
|
* A payout has been made to a member.
|
|
3752
3503
|
**/
|
|
3753
|
-
PaidOut: GenericPalletEvent<
|
|
3754
|
-
Rv,
|
|
3755
|
-
'NominationPools',
|
|
3756
|
-
'PaidOut',
|
|
3757
|
-
{ member: AccountId32; poolId: number; payout: bigint }
|
|
3758
|
-
>;
|
|
3504
|
+
PaidOut: GenericPalletEvent<'NominationPools', 'PaidOut', { member: AccountId32; poolId: number; payout: bigint }>;
|
|
3759
3505
|
|
|
3760
3506
|
/**
|
|
3761
3507
|
* A member has unbonded from their pool.
|
|
@@ -3771,7 +3517,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3771
3517
|
* requested to be unbonded.
|
|
3772
3518
|
**/
|
|
3773
3519
|
Unbonded: GenericPalletEvent<
|
|
3774
|
-
Rv,
|
|
3775
3520
|
'NominationPools',
|
|
3776
3521
|
'Unbonded',
|
|
3777
3522
|
{ member: AccountId32; poolId: number; balance: bigint; points: bigint; era: number }
|
|
@@ -3786,7 +3531,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3786
3531
|
* will be 1.
|
|
3787
3532
|
**/
|
|
3788
3533
|
Withdrawn: GenericPalletEvent<
|
|
3789
|
-
Rv,
|
|
3790
3534
|
'NominationPools',
|
|
3791
3535
|
'Withdrawn',
|
|
3792
3536
|
{ member: AccountId32; poolId: number; balance: bigint; points: bigint }
|
|
@@ -3795,13 +3539,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3795
3539
|
/**
|
|
3796
3540
|
* A pool has been destroyed.
|
|
3797
3541
|
**/
|
|
3798
|
-
Destroyed: GenericPalletEvent<
|
|
3542
|
+
Destroyed: GenericPalletEvent<'NominationPools', 'Destroyed', { poolId: number }>;
|
|
3799
3543
|
|
|
3800
3544
|
/**
|
|
3801
3545
|
* The state of a pool has changed
|
|
3802
3546
|
**/
|
|
3803
3547
|
StateChanged: GenericPalletEvent<
|
|
3804
|
-
Rv,
|
|
3805
3548
|
'NominationPools',
|
|
3806
3549
|
'StateChanged',
|
|
3807
3550
|
{ poolId: number; newState: PalletNominationPoolsPoolState }
|
|
@@ -3815,7 +3558,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3815
3558
|
* represented by `released_balance`.
|
|
3816
3559
|
**/
|
|
3817
3560
|
MemberRemoved: GenericPalletEvent<
|
|
3818
|
-
Rv,
|
|
3819
3561
|
'NominationPools',
|
|
3820
3562
|
'MemberRemoved',
|
|
3821
3563
|
{ poolId: number; member: AccountId32; releasedBalance: bigint }
|
|
@@ -3826,7 +3568,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3826
3568
|
* can never change.
|
|
3827
3569
|
**/
|
|
3828
3570
|
RolesUpdated: GenericPalletEvent<
|
|
3829
|
-
Rv,
|
|
3830
3571
|
'NominationPools',
|
|
3831
3572
|
'RolesUpdated',
|
|
3832
3573
|
{ root?: AccountId32 | undefined; bouncer?: AccountId32 | undefined; nominator?: AccountId32 | undefined }
|
|
@@ -3835,13 +3576,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3835
3576
|
/**
|
|
3836
3577
|
* The active balance of pool `pool_id` has been slashed to `balance`.
|
|
3837
3578
|
**/
|
|
3838
|
-
PoolSlashed: GenericPalletEvent<
|
|
3579
|
+
PoolSlashed: GenericPalletEvent<'NominationPools', 'PoolSlashed', { poolId: number; balance: bigint }>;
|
|
3839
3580
|
|
|
3840
3581
|
/**
|
|
3841
3582
|
* The unbond pool at `era` of pool `pool_id` has been slashed to `balance`.
|
|
3842
3583
|
**/
|
|
3843
3584
|
UnbondingPoolSlashed: GenericPalletEvent<
|
|
3844
|
-
Rv,
|
|
3845
3585
|
'NominationPools',
|
|
3846
3586
|
'UnbondingPoolSlashed',
|
|
3847
3587
|
{ poolId: number; era: number; balance: bigint }
|
|
@@ -3851,7 +3591,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3851
3591
|
* A pool's commission setting has been changed.
|
|
3852
3592
|
**/
|
|
3853
3593
|
PoolCommissionUpdated: GenericPalletEvent<
|
|
3854
|
-
Rv,
|
|
3855
3594
|
'NominationPools',
|
|
3856
3595
|
'PoolCommissionUpdated',
|
|
3857
3596
|
{ poolId: number; current?: [Perbill, AccountId32] | undefined }
|
|
@@ -3861,7 +3600,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3861
3600
|
* A pool's maximum commission setting has been changed.
|
|
3862
3601
|
**/
|
|
3863
3602
|
PoolMaxCommissionUpdated: GenericPalletEvent<
|
|
3864
|
-
Rv,
|
|
3865
3603
|
'NominationPools',
|
|
3866
3604
|
'PoolMaxCommissionUpdated',
|
|
3867
3605
|
{ poolId: number; maxCommission: Perbill }
|
|
@@ -3871,7 +3609,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3871
3609
|
* A pool's commission `change_rate` has been changed.
|
|
3872
3610
|
**/
|
|
3873
3611
|
PoolCommissionChangeRateUpdated: GenericPalletEvent<
|
|
3874
|
-
Rv,
|
|
3875
3612
|
'NominationPools',
|
|
3876
3613
|
'PoolCommissionChangeRateUpdated',
|
|
3877
3614
|
{ poolId: number; changeRate: PalletNominationPoolsCommissionChangeRate }
|
|
@@ -3881,7 +3618,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3881
3618
|
* Pool commission claim permission has been updated.
|
|
3882
3619
|
**/
|
|
3883
3620
|
PoolCommissionClaimPermissionUpdated: GenericPalletEvent<
|
|
3884
|
-
Rv,
|
|
3885
3621
|
'NominationPools',
|
|
3886
3622
|
'PoolCommissionClaimPermissionUpdated',
|
|
3887
3623
|
{ poolId: number; permission?: PalletNominationPoolsCommissionClaimPermission | undefined }
|
|
@@ -3891,7 +3627,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3891
3627
|
* Pool commission has been claimed.
|
|
3892
3628
|
**/
|
|
3893
3629
|
PoolCommissionClaimed: GenericPalletEvent<
|
|
3894
|
-
Rv,
|
|
3895
3630
|
'NominationPools',
|
|
3896
3631
|
'PoolCommissionClaimed',
|
|
3897
3632
|
{ poolId: number; commission: bigint }
|
|
@@ -3901,7 +3636,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3901
3636
|
* Topped up deficit in frozen ED of the reward pool.
|
|
3902
3637
|
**/
|
|
3903
3638
|
MinBalanceDeficitAdjusted: GenericPalletEvent<
|
|
3904
|
-
Rv,
|
|
3905
3639
|
'NominationPools',
|
|
3906
3640
|
'MinBalanceDeficitAdjusted',
|
|
3907
3641
|
{ poolId: number; amount: bigint }
|
|
@@ -3911,7 +3645,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3911
3645
|
* Claimed excess frozen ED of af the reward pool.
|
|
3912
3646
|
**/
|
|
3913
3647
|
MinBalanceExcessAdjusted: GenericPalletEvent<
|
|
3914
|
-
Rv,
|
|
3915
3648
|
'NominationPools',
|
|
3916
3649
|
'MinBalanceExcessAdjusted',
|
|
3917
3650
|
{ poolId: number; amount: bigint }
|
|
@@ -3921,7 +3654,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3921
3654
|
* A pool member's claim permission has been updated.
|
|
3922
3655
|
**/
|
|
3923
3656
|
MemberClaimPermissionUpdated: GenericPalletEvent<
|
|
3924
|
-
Rv,
|
|
3925
3657
|
'NominationPools',
|
|
3926
3658
|
'MemberClaimPermissionUpdated',
|
|
3927
3659
|
{ member: AccountId32; permission: PalletNominationPoolsClaimPermission }
|
|
@@ -3930,19 +3662,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3930
3662
|
/**
|
|
3931
3663
|
* A pool's metadata was updated.
|
|
3932
3664
|
**/
|
|
3933
|
-
MetadataUpdated: GenericPalletEvent<
|
|
3934
|
-
Rv,
|
|
3935
|
-
'NominationPools',
|
|
3936
|
-
'MetadataUpdated',
|
|
3937
|
-
{ poolId: number; caller: AccountId32 }
|
|
3938
|
-
>;
|
|
3665
|
+
MetadataUpdated: GenericPalletEvent<'NominationPools', 'MetadataUpdated', { poolId: number; caller: AccountId32 }>;
|
|
3939
3666
|
|
|
3940
3667
|
/**
|
|
3941
3668
|
* A pool's nominating account (or the pool's root account) has nominated a validator set
|
|
3942
3669
|
* on behalf of the pool.
|
|
3943
3670
|
**/
|
|
3944
3671
|
PoolNominationMade: GenericPalletEvent<
|
|
3945
|
-
Rv,
|
|
3946
3672
|
'NominationPools',
|
|
3947
3673
|
'PoolNominationMade',
|
|
3948
3674
|
{ poolId: number; caller: AccountId32 }
|
|
@@ -3952,7 +3678,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3952
3678
|
* The pool is chilled i.e. no longer nominating.
|
|
3953
3679
|
**/
|
|
3954
3680
|
PoolNominatorChilled: GenericPalletEvent<
|
|
3955
|
-
Rv,
|
|
3956
3681
|
'NominationPools',
|
|
3957
3682
|
'PoolNominatorChilled',
|
|
3958
3683
|
{ poolId: number; caller: AccountId32 }
|
|
@@ -3962,7 +3687,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3962
3687
|
* Global parameters regulating nomination pools have been updated.
|
|
3963
3688
|
**/
|
|
3964
3689
|
GlobalParamsUpdated: GenericPalletEvent<
|
|
3965
|
-
Rv,
|
|
3966
3690
|
'NominationPools',
|
|
3967
3691
|
'GlobalParamsUpdated',
|
|
3968
3692
|
{
|
|
@@ -3978,7 +3702,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3978
3702
|
/**
|
|
3979
3703
|
* Generic pallet event
|
|
3980
3704
|
**/
|
|
3981
|
-
[prop: string]: GenericPalletEvent
|
|
3705
|
+
[prop: string]: GenericPalletEvent;
|
|
3982
3706
|
};
|
|
3983
3707
|
/**
|
|
3984
3708
|
* Pallet `VoterList`'s events
|
|
@@ -3987,17 +3711,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
3987
3711
|
/**
|
|
3988
3712
|
* Moved an account from one bag to another.
|
|
3989
3713
|
**/
|
|
3990
|
-
Rebagged: GenericPalletEvent<
|
|
3714
|
+
Rebagged: GenericPalletEvent<'VoterList', 'Rebagged', { who: AccountId32; from: bigint; to: bigint }>;
|
|
3991
3715
|
|
|
3992
3716
|
/**
|
|
3993
3717
|
* Updated the score of some account to the given amount.
|
|
3994
3718
|
**/
|
|
3995
|
-
ScoreUpdated: GenericPalletEvent<
|
|
3719
|
+
ScoreUpdated: GenericPalletEvent<'VoterList', 'ScoreUpdated', { who: AccountId32; newScore: bigint }>;
|
|
3996
3720
|
|
|
3997
3721
|
/**
|
|
3998
3722
|
* Generic pallet event
|
|
3999
3723
|
**/
|
|
4000
|
-
[prop: string]: GenericPalletEvent
|
|
3724
|
+
[prop: string]: GenericPalletEvent;
|
|
4001
3725
|
};
|
|
4002
3726
|
/**
|
|
4003
3727
|
* Pallet `DelegatedStaking`'s events
|
|
@@ -4007,7 +3731,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4007
3731
|
* Funds delegated by a delegator.
|
|
4008
3732
|
**/
|
|
4009
3733
|
Delegated: GenericPalletEvent<
|
|
4010
|
-
Rv,
|
|
4011
3734
|
'DelegatedStaking',
|
|
4012
3735
|
'Delegated',
|
|
4013
3736
|
{ agent: AccountId32; delegator: AccountId32; amount: bigint }
|
|
@@ -4017,7 +3740,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4017
3740
|
* Funds released to a delegator.
|
|
4018
3741
|
**/
|
|
4019
3742
|
Released: GenericPalletEvent<
|
|
4020
|
-
Rv,
|
|
4021
3743
|
'DelegatedStaking',
|
|
4022
3744
|
'Released',
|
|
4023
3745
|
{ agent: AccountId32; delegator: AccountId32; amount: bigint }
|
|
@@ -4027,7 +3749,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4027
3749
|
* Funds slashed from a delegator.
|
|
4028
3750
|
**/
|
|
4029
3751
|
Slashed: GenericPalletEvent<
|
|
4030
|
-
Rv,
|
|
4031
3752
|
'DelegatedStaking',
|
|
4032
3753
|
'Slashed',
|
|
4033
3754
|
{ agent: AccountId32; delegator: AccountId32; amount: bigint }
|
|
@@ -4037,7 +3758,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4037
3758
|
* Unclaimed delegation funds migrated to delegator.
|
|
4038
3759
|
**/
|
|
4039
3760
|
MigratedDelegation: GenericPalletEvent<
|
|
4040
|
-
Rv,
|
|
4041
3761
|
'DelegatedStaking',
|
|
4042
3762
|
'MigratedDelegation',
|
|
4043
3763
|
{ agent: AccountId32; delegator: AccountId32; amount: bigint }
|
|
@@ -4046,7 +3766,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4046
3766
|
/**
|
|
4047
3767
|
* Generic pallet event
|
|
4048
3768
|
**/
|
|
4049
|
-
[prop: string]: GenericPalletEvent
|
|
3769
|
+
[prop: string]: GenericPalletEvent;
|
|
4050
3770
|
};
|
|
4051
3771
|
/**
|
|
4052
3772
|
* Pallet `StakingRcClient`'s events
|
|
@@ -4056,7 +3776,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4056
3776
|
* A said session report was received.
|
|
4057
3777
|
**/
|
|
4058
3778
|
SessionReportReceived: GenericPalletEvent<
|
|
4059
|
-
Rv,
|
|
4060
3779
|
'StakingRcClient',
|
|
4061
3780
|
'SessionReportReceived',
|
|
4062
3781
|
{
|
|
@@ -4071,7 +3790,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4071
3790
|
* A new offence was reported.
|
|
4072
3791
|
**/
|
|
4073
3792
|
OffenceReceived: GenericPalletEvent<
|
|
4074
|
-
Rv,
|
|
4075
3793
|
'StakingRcClient',
|
|
4076
3794
|
'OffenceReceived',
|
|
4077
3795
|
{ slashSession: number; offencesCount: number }
|
|
@@ -4081,12 +3799,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4081
3799
|
* Something occurred that should never happen under normal operation.
|
|
4082
3800
|
* Logged as an event for fail-safe observability.
|
|
4083
3801
|
**/
|
|
4084
|
-
Unexpected: GenericPalletEvent<
|
|
3802
|
+
Unexpected: GenericPalletEvent<'StakingRcClient', 'Unexpected', PalletStakingAsyncRcClientUnexpectedKind>;
|
|
4085
3803
|
|
|
4086
3804
|
/**
|
|
4087
3805
|
* Generic pallet event
|
|
4088
3806
|
**/
|
|
4089
|
-
[prop: string]: GenericPalletEvent
|
|
3807
|
+
[prop: string]: GenericPalletEvent;
|
|
4090
3808
|
};
|
|
4091
3809
|
/**
|
|
4092
3810
|
* Pallet `MultiBlockElection`'s events
|
|
@@ -4097,7 +3815,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4097
3815
|
* values.
|
|
4098
3816
|
**/
|
|
4099
3817
|
PhaseTransitioned: GenericPalletEvent<
|
|
4100
|
-
Rv,
|
|
4101
3818
|
'MultiBlockElection',
|
|
4102
3819
|
'PhaseTransitioned',
|
|
4103
3820
|
{
|
|
@@ -4116,22 +3833,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4116
3833
|
/**
|
|
4117
3834
|
* Target snapshot creation failed
|
|
4118
3835
|
**/
|
|
4119
|
-
UnexpectedTargetSnapshotFailed: GenericPalletEvent<
|
|
4120
|
-
Rv,
|
|
4121
|
-
'MultiBlockElection',
|
|
4122
|
-
'UnexpectedTargetSnapshotFailed',
|
|
4123
|
-
null
|
|
4124
|
-
>;
|
|
3836
|
+
UnexpectedTargetSnapshotFailed: GenericPalletEvent<'MultiBlockElection', 'UnexpectedTargetSnapshotFailed', null>;
|
|
4125
3837
|
|
|
4126
3838
|
/**
|
|
4127
3839
|
* Voter snapshot creation failed
|
|
4128
3840
|
**/
|
|
4129
|
-
UnexpectedVoterSnapshotFailed: GenericPalletEvent<
|
|
3841
|
+
UnexpectedVoterSnapshotFailed: GenericPalletEvent<'MultiBlockElection', 'UnexpectedVoterSnapshotFailed', null>;
|
|
4130
3842
|
|
|
4131
3843
|
/**
|
|
4132
3844
|
* Generic pallet event
|
|
4133
3845
|
**/
|
|
4134
|
-
[prop: string]: GenericPalletEvent
|
|
3846
|
+
[prop: string]: GenericPalletEvent;
|
|
4135
3847
|
};
|
|
4136
3848
|
/**
|
|
4137
3849
|
* Pallet `MultiBlockElectionVerifier`'s events
|
|
@@ -4144,7 +3856,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4144
3856
|
* was wrong, or the final checks of `finalize_verification` failed.
|
|
4145
3857
|
**/
|
|
4146
3858
|
VerificationFailed: GenericPalletEvent<
|
|
4147
|
-
Rv,
|
|
4148
3859
|
'MultiBlockElectionVerifier',
|
|
4149
3860
|
'VerificationFailed',
|
|
4150
3861
|
[number, PalletElectionProviderMultiBlockVerifierFeasibilityError]
|
|
@@ -4154,13 +3865,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4154
3865
|
* The given page of a solution has been verified, with the given number of winners being
|
|
4155
3866
|
* found in it.
|
|
4156
3867
|
**/
|
|
4157
|
-
Verified: GenericPalletEvent<
|
|
3868
|
+
Verified: GenericPalletEvent<'MultiBlockElectionVerifier', 'Verified', [number, number]>;
|
|
4158
3869
|
|
|
4159
3870
|
/**
|
|
4160
3871
|
* A solution with the given score has replaced our current best solution.
|
|
4161
3872
|
**/
|
|
4162
3873
|
Queued: GenericPalletEvent<
|
|
4163
|
-
Rv,
|
|
4164
3874
|
'MultiBlockElectionVerifier',
|
|
4165
3875
|
'Queued',
|
|
4166
3876
|
[SpNposElectionsElectionScore, SpNposElectionsElectionScore | undefined]
|
|
@@ -4169,7 +3879,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4169
3879
|
/**
|
|
4170
3880
|
* Generic pallet event
|
|
4171
3881
|
**/
|
|
4172
|
-
[prop: string]: GenericPalletEvent
|
|
3882
|
+
[prop: string]: GenericPalletEvent;
|
|
4173
3883
|
};
|
|
4174
3884
|
/**
|
|
4175
3885
|
* Pallet `MultiBlockElectionSigned`'s events
|
|
@@ -4179,7 +3889,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4179
3889
|
* Upcoming submission has been registered for the given account, with the given score.
|
|
4180
3890
|
**/
|
|
4181
3891
|
Registered: GenericPalletEvent<
|
|
4182
|
-
Rv,
|
|
4183
3892
|
'MultiBlockElectionSigned',
|
|
4184
3893
|
'Registered',
|
|
4185
3894
|
[number, AccountId32, SpNposElectionsElectionScore]
|
|
@@ -4188,37 +3897,37 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4188
3897
|
/**
|
|
4189
3898
|
* A page of solution solution with the given index has been stored for the given account.
|
|
4190
3899
|
**/
|
|
4191
|
-
Stored: GenericPalletEvent<
|
|
3900
|
+
Stored: GenericPalletEvent<'MultiBlockElectionSigned', 'Stored', [number, AccountId32, number]>;
|
|
4192
3901
|
|
|
4193
3902
|
/**
|
|
4194
3903
|
* The given account has been rewarded with the given amount.
|
|
4195
3904
|
**/
|
|
4196
|
-
Rewarded: GenericPalletEvent<
|
|
3905
|
+
Rewarded: GenericPalletEvent<'MultiBlockElectionSigned', 'Rewarded', [number, AccountId32, bigint]>;
|
|
4197
3906
|
|
|
4198
3907
|
/**
|
|
4199
3908
|
* The given account has been slashed with the given amount.
|
|
4200
3909
|
**/
|
|
4201
|
-
Slashed: GenericPalletEvent<
|
|
3910
|
+
Slashed: GenericPalletEvent<'MultiBlockElectionSigned', 'Slashed', [number, AccountId32, bigint]>;
|
|
4202
3911
|
|
|
4203
3912
|
/**
|
|
4204
3913
|
* The given solution, for the given round, was ejected.
|
|
4205
3914
|
**/
|
|
4206
|
-
Ejected: GenericPalletEvent<
|
|
3915
|
+
Ejected: GenericPalletEvent<'MultiBlockElectionSigned', 'Ejected', [number, AccountId32]>;
|
|
4207
3916
|
|
|
4208
3917
|
/**
|
|
4209
3918
|
* The given account has been discarded.
|
|
4210
3919
|
**/
|
|
4211
|
-
Discarded: GenericPalletEvent<
|
|
3920
|
+
Discarded: GenericPalletEvent<'MultiBlockElectionSigned', 'Discarded', [number, AccountId32]>;
|
|
4212
3921
|
|
|
4213
3922
|
/**
|
|
4214
3923
|
* The given account has bailed.
|
|
4215
3924
|
**/
|
|
4216
|
-
Bailed: GenericPalletEvent<
|
|
3925
|
+
Bailed: GenericPalletEvent<'MultiBlockElectionSigned', 'Bailed', [number, AccountId32]>;
|
|
4217
3926
|
|
|
4218
3927
|
/**
|
|
4219
3928
|
* Generic pallet event
|
|
4220
3929
|
**/
|
|
4221
|
-
[prop: string]: GenericPalletEvent
|
|
3930
|
+
[prop: string]: GenericPalletEvent;
|
|
4222
3931
|
};
|
|
4223
3932
|
/**
|
|
4224
3933
|
* Pallet `Staking`'s events
|
|
@@ -4228,18 +3937,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4228
3937
|
* The era payout has been set; the first balance is the validator-payout; the second is
|
|
4229
3938
|
* the remainder from the maximum amount of reward.
|
|
4230
3939
|
**/
|
|
4231
|
-
EraPaid: GenericPalletEvent<
|
|
4232
|
-
Rv,
|
|
4233
|
-
'Staking',
|
|
4234
|
-
'EraPaid',
|
|
4235
|
-
{ eraIndex: number; validatorPayout: bigint; remainder: bigint }
|
|
4236
|
-
>;
|
|
3940
|
+
EraPaid: GenericPalletEvent<'Staking', 'EraPaid', { eraIndex: number; validatorPayout: bigint; remainder: bigint }>;
|
|
4237
3941
|
|
|
4238
3942
|
/**
|
|
4239
3943
|
* The nominator has been rewarded by this amount to this destination.
|
|
4240
3944
|
**/
|
|
4241
3945
|
Rewarded: GenericPalletEvent<
|
|
4242
|
-
Rv,
|
|
4243
3946
|
'Staking',
|
|
4244
3947
|
'Rewarded',
|
|
4245
3948
|
{ stash: AccountId32; dest: PalletStakingAsyncRewardDestination; amount: bigint }
|
|
@@ -4248,18 +3951,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4248
3951
|
/**
|
|
4249
3952
|
* A staker (validator or nominator) has been slashed by the given amount.
|
|
4250
3953
|
**/
|
|
4251
|
-
Slashed: GenericPalletEvent<
|
|
3954
|
+
Slashed: GenericPalletEvent<'Staking', 'Slashed', { staker: AccountId32; amount: bigint }>;
|
|
4252
3955
|
|
|
4253
3956
|
/**
|
|
4254
3957
|
* An old slashing report from a prior era was discarded because it could
|
|
4255
3958
|
* not be processed.
|
|
4256
3959
|
**/
|
|
4257
|
-
OldSlashingReportDiscarded: GenericPalletEvent<
|
|
4258
|
-
Rv,
|
|
4259
|
-
'Staking',
|
|
4260
|
-
'OldSlashingReportDiscarded',
|
|
4261
|
-
{ sessionIndex: number }
|
|
4262
|
-
>;
|
|
3960
|
+
OldSlashingReportDiscarded: GenericPalletEvent<'Staking', 'OldSlashingReportDiscarded', { sessionIndex: number }>;
|
|
4263
3961
|
|
|
4264
3962
|
/**
|
|
4265
3963
|
* An account has bonded this amount. \[stash, amount\]
|
|
@@ -4267,40 +3965,39 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4267
3965
|
* NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably,
|
|
4268
3966
|
* it will not be emitted for staking rewards when they are added to stake.
|
|
4269
3967
|
**/
|
|
4270
|
-
Bonded: GenericPalletEvent<
|
|
3968
|
+
Bonded: GenericPalletEvent<'Staking', 'Bonded', { stash: AccountId32; amount: bigint }>;
|
|
4271
3969
|
|
|
4272
3970
|
/**
|
|
4273
3971
|
* An account has unbonded this amount.
|
|
4274
3972
|
**/
|
|
4275
|
-
Unbonded: GenericPalletEvent<
|
|
3973
|
+
Unbonded: GenericPalletEvent<'Staking', 'Unbonded', { stash: AccountId32; amount: bigint }>;
|
|
4276
3974
|
|
|
4277
3975
|
/**
|
|
4278
3976
|
* An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance`
|
|
4279
3977
|
* from the unlocking queue.
|
|
4280
3978
|
**/
|
|
4281
|
-
Withdrawn: GenericPalletEvent<
|
|
3979
|
+
Withdrawn: GenericPalletEvent<'Staking', 'Withdrawn', { stash: AccountId32; amount: bigint }>;
|
|
4282
3980
|
|
|
4283
3981
|
/**
|
|
4284
3982
|
* A subsequent event of `Withdrawn`, indicating that `stash` was fully removed from the
|
|
4285
3983
|
* system.
|
|
4286
3984
|
**/
|
|
4287
|
-
StakerRemoved: GenericPalletEvent<
|
|
3985
|
+
StakerRemoved: GenericPalletEvent<'Staking', 'StakerRemoved', { stash: AccountId32 }>;
|
|
4288
3986
|
|
|
4289
3987
|
/**
|
|
4290
3988
|
* A nominator has been kicked from a validator.
|
|
4291
3989
|
**/
|
|
4292
|
-
Kicked: GenericPalletEvent<
|
|
3990
|
+
Kicked: GenericPalletEvent<'Staking', 'Kicked', { nominator: AccountId32; stash: AccountId32 }>;
|
|
4293
3991
|
|
|
4294
3992
|
/**
|
|
4295
3993
|
* An account has stopped participating as either a validator or nominator.
|
|
4296
3994
|
**/
|
|
4297
|
-
Chilled: GenericPalletEvent<
|
|
3995
|
+
Chilled: GenericPalletEvent<'Staking', 'Chilled', { stash: AccountId32 }>;
|
|
4298
3996
|
|
|
4299
3997
|
/**
|
|
4300
3998
|
* A Page of stakers rewards are getting paid. `next` is `None` if all pages are claimed.
|
|
4301
3999
|
**/
|
|
4302
4000
|
PayoutStarted: GenericPalletEvent<
|
|
4303
|
-
Rv,
|
|
4304
4001
|
'Staking',
|
|
4305
4002
|
'PayoutStarted',
|
|
4306
4003
|
{ eraIndex: number; validatorStash: AccountId32; page: number; next?: number | undefined }
|
|
@@ -4310,7 +4007,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4310
4007
|
* A validator has set their preferences.
|
|
4311
4008
|
**/
|
|
4312
4009
|
ValidatorPrefsSet: GenericPalletEvent<
|
|
4313
|
-
Rv,
|
|
4314
4010
|
'Staking',
|
|
4315
4011
|
'ValidatorPrefsSet',
|
|
4316
4012
|
{ stash: AccountId32; prefs: PalletStakingAsyncValidatorPrefs }
|
|
@@ -4319,29 +4015,24 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4319
4015
|
/**
|
|
4320
4016
|
* Voters size limit reached.
|
|
4321
4017
|
**/
|
|
4322
|
-
SnapshotVotersSizeExceeded: GenericPalletEvent<
|
|
4018
|
+
SnapshotVotersSizeExceeded: GenericPalletEvent<'Staking', 'SnapshotVotersSizeExceeded', { size: number }>;
|
|
4323
4019
|
|
|
4324
4020
|
/**
|
|
4325
4021
|
* Targets size limit reached.
|
|
4326
4022
|
**/
|
|
4327
|
-
SnapshotTargetsSizeExceeded: GenericPalletEvent<
|
|
4328
|
-
ForceEra: GenericPalletEvent<
|
|
4023
|
+
SnapshotTargetsSizeExceeded: GenericPalletEvent<'Staking', 'SnapshotTargetsSizeExceeded', { size: number }>;
|
|
4024
|
+
ForceEra: GenericPalletEvent<'Staking', 'ForceEra', { mode: PalletStakingAsyncForcing }>;
|
|
4329
4025
|
|
|
4330
4026
|
/**
|
|
4331
4027
|
* Report of a controller batch deprecation.
|
|
4332
4028
|
**/
|
|
4333
|
-
ControllerBatchDeprecated: GenericPalletEvent<
|
|
4029
|
+
ControllerBatchDeprecated: GenericPalletEvent<'Staking', 'ControllerBatchDeprecated', { failures: number }>;
|
|
4334
4030
|
|
|
4335
4031
|
/**
|
|
4336
4032
|
* Staking balance migrated from locks to holds, with any balance that could not be held
|
|
4337
4033
|
* is force withdrawn.
|
|
4338
4034
|
**/
|
|
4339
|
-
CurrencyMigrated: GenericPalletEvent<
|
|
4340
|
-
Rv,
|
|
4341
|
-
'Staking',
|
|
4342
|
-
'CurrencyMigrated',
|
|
4343
|
-
{ stash: AccountId32; forceWithdraw: bigint }
|
|
4344
|
-
>;
|
|
4035
|
+
CurrencyMigrated: GenericPalletEvent<'Staking', 'CurrencyMigrated', { stash: AccountId32; forceWithdraw: bigint }>;
|
|
4345
4036
|
|
|
4346
4037
|
/**
|
|
4347
4038
|
* A page from a multi-page election was fetched. A number of these are followed by
|
|
@@ -4355,7 +4046,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4355
4046
|
* the overall election will continue.
|
|
4356
4047
|
**/
|
|
4357
4048
|
PagedElectionProceeded: GenericPalletEvent<
|
|
4358
|
-
Rv,
|
|
4359
4049
|
'Staking',
|
|
4360
4050
|
'PagedElectionProceeded',
|
|
4361
4051
|
{ page: number; result: Result<number, number> }
|
|
@@ -4366,7 +4056,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4366
4056
|
* given era as been reported.
|
|
4367
4057
|
**/
|
|
4368
4058
|
OffenceReported: GenericPalletEvent<
|
|
4369
|
-
Rv,
|
|
4370
4059
|
'Staking',
|
|
4371
4060
|
'OffenceReported',
|
|
4372
4061
|
{ offenceEra: number; validator: AccountId32; fraction: Perbill }
|
|
@@ -4376,7 +4065,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4376
4065
|
* An offence has been processed and the corresponding slash has been computed.
|
|
4377
4066
|
**/
|
|
4378
4067
|
SlashComputed: GenericPalletEvent<
|
|
4379
|
-
Rv,
|
|
4380
4068
|
'Staking',
|
|
4381
4069
|
'SlashComputed',
|
|
4382
4070
|
{ offenceEra: number; slashEra: number; offender: AccountId32; page: number }
|
|
@@ -4385,7 +4073,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4385
4073
|
/**
|
|
4386
4074
|
* An unapplied slash has been cancelled.
|
|
4387
4075
|
**/
|
|
4388
|
-
SlashCancelled: GenericPalletEvent<
|
|
4076
|
+
SlashCancelled: GenericPalletEvent<'Staking', 'SlashCancelled', { slashEra: number; validator: AccountId32 }>;
|
|
4389
4077
|
|
|
4390
4078
|
/**
|
|
4391
4079
|
* Session change has been triggered.
|
|
@@ -4394,7 +4082,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4394
4082
|
* election is ongoing.
|
|
4395
4083
|
**/
|
|
4396
4084
|
SessionRotated: GenericPalletEvent<
|
|
4397
|
-
Rv,
|
|
4398
4085
|
'Staking',
|
|
4399
4086
|
'SessionRotated',
|
|
4400
4087
|
{ startingSession: number; activeEra: number; plannedEra: number }
|
|
@@ -4404,13 +4091,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4404
4091
|
* Something occurred that should never happen under normal operation.
|
|
4405
4092
|
* Logged as an event for fail-safe observability.
|
|
4406
4093
|
**/
|
|
4407
|
-
Unexpected: GenericPalletEvent<
|
|
4094
|
+
Unexpected: GenericPalletEvent<'Staking', 'Unexpected', PalletStakingAsyncPalletUnexpectedKind>;
|
|
4408
4095
|
|
|
4409
4096
|
/**
|
|
4410
4097
|
* An offence was reported that was too old to be processed, and thus was dropped.
|
|
4411
4098
|
**/
|
|
4412
4099
|
OffenceTooOld: GenericPalletEvent<
|
|
4413
|
-
Rv,
|
|
4414
4100
|
'Staking',
|
|
4415
4101
|
'OffenceTooOld',
|
|
4416
4102
|
{ offenceEra: number; validator: AccountId32; fraction: Perbill }
|
|
@@ -4419,12 +4105,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4419
4105
|
/**
|
|
4420
4106
|
* An old era with the given index was pruned.
|
|
4421
4107
|
**/
|
|
4422
|
-
EraPruned: GenericPalletEvent<
|
|
4108
|
+
EraPruned: GenericPalletEvent<'Staking', 'EraPruned', { index: number }>;
|
|
4423
4109
|
|
|
4424
4110
|
/**
|
|
4425
4111
|
* Generic pallet event
|
|
4426
4112
|
**/
|
|
4427
|
-
[prop: string]: GenericPalletEvent
|
|
4113
|
+
[prop: string]: GenericPalletEvent;
|
|
4428
4114
|
};
|
|
4429
4115
|
/**
|
|
4430
4116
|
* Pallet `Revive`'s events
|
|
@@ -4434,7 +4120,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4434
4120
|
* A custom event emitted by the contract.
|
|
4435
4121
|
**/
|
|
4436
4122
|
ContractEmitted: GenericPalletEvent<
|
|
4437
|
-
Rv,
|
|
4438
4123
|
'Revive',
|
|
4439
4124
|
'ContractEmitted',
|
|
4440
4125
|
{
|
|
@@ -4460,12 +4145,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4460
4145
|
/**
|
|
4461
4146
|
* Contract deployed by deployer at the specified address.
|
|
4462
4147
|
**/
|
|
4463
|
-
Instantiated: GenericPalletEvent<
|
|
4148
|
+
Instantiated: GenericPalletEvent<'Revive', 'Instantiated', { deployer: H160; contract: H160 }>;
|
|
4464
4149
|
|
|
4465
4150
|
/**
|
|
4466
4151
|
* Generic pallet event
|
|
4467
4152
|
**/
|
|
4468
|
-
[prop: string]: GenericPalletEvent
|
|
4153
|
+
[prop: string]: GenericPalletEvent;
|
|
4469
4154
|
};
|
|
4470
4155
|
/**
|
|
4471
4156
|
* Pallet `Sudo`'s events
|
|
@@ -4475,7 +4160,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4475
4160
|
* A sudo call just took place.
|
|
4476
4161
|
**/
|
|
4477
4162
|
Sudid: GenericPalletEvent<
|
|
4478
|
-
Rv,
|
|
4479
4163
|
'Sudo',
|
|
4480
4164
|
'Sudid',
|
|
4481
4165
|
{
|
|
@@ -4490,7 +4174,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4490
4174
|
* The sudo key has been updated.
|
|
4491
4175
|
**/
|
|
4492
4176
|
KeyChanged: GenericPalletEvent<
|
|
4493
|
-
Rv,
|
|
4494
4177
|
'Sudo',
|
|
4495
4178
|
'KeyChanged',
|
|
4496
4179
|
{
|
|
@@ -4509,13 +4192,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4509
4192
|
/**
|
|
4510
4193
|
* The key was permanently removed.
|
|
4511
4194
|
**/
|
|
4512
|
-
KeyRemoved: GenericPalletEvent<
|
|
4195
|
+
KeyRemoved: GenericPalletEvent<'Sudo', 'KeyRemoved', null>;
|
|
4513
4196
|
|
|
4514
4197
|
/**
|
|
4515
4198
|
* A [sudo_as](Pallet::sudo_as) call just took place.
|
|
4516
4199
|
**/
|
|
4517
4200
|
SudoAsDone: GenericPalletEvent<
|
|
4518
|
-
Rv,
|
|
4519
4201
|
'Sudo',
|
|
4520
4202
|
'SudoAsDone',
|
|
4521
4203
|
{
|
|
@@ -4529,7 +4211,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4529
4211
|
/**
|
|
4530
4212
|
* Generic pallet event
|
|
4531
4213
|
**/
|
|
4532
|
-
[prop: string]: GenericPalletEvent
|
|
4214
|
+
[prop: string]: GenericPalletEvent;
|
|
4533
4215
|
};
|
|
4534
4216
|
/**
|
|
4535
4217
|
* Pallet `AhOps`'s events
|
|
@@ -4539,7 +4221,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4539
4221
|
* Some lease reserve could not be unreserved and needs manual cleanup.
|
|
4540
4222
|
**/
|
|
4541
4223
|
LeaseUnreserveRemaining: GenericPalletEvent<
|
|
4542
|
-
Rv,
|
|
4543
4224
|
'AhOps',
|
|
4544
4225
|
'LeaseUnreserveRemaining',
|
|
4545
4226
|
{ depositor: AccountId32; paraId: PolkadotParachainPrimitivesPrimitivesId; remaining: bigint }
|
|
@@ -4549,7 +4230,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4549
4230
|
* Some amount for a crowdloan reserve could not be unreserved and needs manual cleanup.
|
|
4550
4231
|
**/
|
|
4551
4232
|
CrowdloanUnreserveRemaining: GenericPalletEvent<
|
|
4552
|
-
Rv,
|
|
4553
4233
|
'AhOps',
|
|
4554
4234
|
'CrowdloanUnreserveRemaining',
|
|
4555
4235
|
{ depositor: AccountId32; paraId: PolkadotParachainPrimitivesPrimitivesId; remaining: bigint }
|
|
@@ -4560,7 +4240,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4560
4240
|
* representation.
|
|
4561
4241
|
**/
|
|
4562
4242
|
SovereignMigrated: GenericPalletEvent<
|
|
4563
|
-
Rv,
|
|
4564
4243
|
'AhOps',
|
|
4565
4244
|
'SovereignMigrated',
|
|
4566
4245
|
{
|
|
@@ -4589,7 +4268,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4589
4268
|
/**
|
|
4590
4269
|
* Generic pallet event
|
|
4591
4270
|
**/
|
|
4592
|
-
[prop: string]: GenericPalletEvent
|
|
4271
|
+
[prop: string]: GenericPalletEvent;
|
|
4593
4272
|
};
|
|
4594
4273
|
/**
|
|
4595
4274
|
* Pallet `AhMigrator`'s events
|
|
@@ -4599,7 +4278,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4599
4278
|
* A stage transition has occurred.
|
|
4600
4279
|
**/
|
|
4601
4280
|
StageTransition: GenericPalletEvent<
|
|
4602
|
-
Rv,
|
|
4603
4281
|
'AhMigrator',
|
|
4604
4282
|
'StageTransition',
|
|
4605
4283
|
{
|
|
@@ -4619,7 +4297,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4619
4297
|
* We received a batch of messages that will be integrated into a pallet.
|
|
4620
4298
|
**/
|
|
4621
4299
|
BatchReceived: GenericPalletEvent<
|
|
4622
|
-
Rv,
|
|
4623
4300
|
'AhMigrator',
|
|
4624
4301
|
'BatchReceived',
|
|
4625
4302
|
{ pallet: PalletAhMigratorPalletEventName; count: number }
|
|
@@ -4629,7 +4306,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4629
4306
|
* We processed a batch of messages for this pallet.
|
|
4630
4307
|
**/
|
|
4631
4308
|
BatchProcessed: GenericPalletEvent<
|
|
4632
|
-
Rv,
|
|
4633
4309
|
'AhMigrator',
|
|
4634
4310
|
'BatchProcessed',
|
|
4635
4311
|
{ pallet: PalletAhMigratorPalletEventName; countGood: number; countBad: number }
|
|
@@ -4643,7 +4319,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4643
4319
|
* easier to understand. The activation is immediate and affects all events happening
|
|
4644
4320
|
* afterwards.
|
|
4645
4321
|
**/
|
|
4646
|
-
AssetHubMigrationStarted: GenericPalletEvent<
|
|
4322
|
+
AssetHubMigrationStarted: GenericPalletEvent<'AhMigrator', 'AssetHubMigrationStarted', null>;
|
|
4647
4323
|
|
|
4648
4324
|
/**
|
|
4649
4325
|
* The Asset Hub Migration finished.
|
|
@@ -4652,13 +4328,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4652
4328
|
* to understand. The finishing is immediate and affects all events happening
|
|
4653
4329
|
* afterwards.
|
|
4654
4330
|
**/
|
|
4655
|
-
AssetHubMigrationFinished: GenericPalletEvent<
|
|
4331
|
+
AssetHubMigrationFinished: GenericPalletEvent<'AhMigrator', 'AssetHubMigrationFinished', null>;
|
|
4656
4332
|
|
|
4657
4333
|
/**
|
|
4658
4334
|
* Whether the DMP queue was prioritized for the next block.
|
|
4659
4335
|
**/
|
|
4660
4336
|
DmpQueuePrioritySet: GenericPalletEvent<
|
|
4661
|
-
Rv,
|
|
4662
4337
|
'AhMigrator',
|
|
4663
4338
|
'DmpQueuePrioritySet',
|
|
4664
4339
|
{
|
|
@@ -4685,7 +4360,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4685
4360
|
* The DMP queue priority config was set.
|
|
4686
4361
|
**/
|
|
4687
4362
|
DmpQueuePriorityConfigSet: GenericPalletEvent<
|
|
4688
|
-
Rv,
|
|
4689
4363
|
'AhMigrator',
|
|
4690
4364
|
'DmpQueuePriorityConfigSet',
|
|
4691
4365
|
{
|
|
@@ -4705,7 +4379,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4705
4379
|
* The balances before the migration were recorded.
|
|
4706
4380
|
**/
|
|
4707
4381
|
BalancesBeforeRecordSet: GenericPalletEvent<
|
|
4708
|
-
Rv,
|
|
4709
4382
|
'AhMigrator',
|
|
4710
4383
|
'BalancesBeforeRecordSet',
|
|
4711
4384
|
{ checkingAccount: bigint; totalIssuance: bigint }
|
|
@@ -4715,7 +4388,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4715
4388
|
* The balances before the migration were consumed.
|
|
4716
4389
|
**/
|
|
4717
4390
|
BalancesBeforeRecordConsumed: GenericPalletEvent<
|
|
4718
|
-
Rv,
|
|
4719
4391
|
'AhMigrator',
|
|
4720
4392
|
'BalancesBeforeRecordConsumed',
|
|
4721
4393
|
{ checkingAccount: bigint; totalIssuance: bigint }
|
|
@@ -4724,13 +4396,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4724
4396
|
/**
|
|
4725
4397
|
* A referendum was cancelled because it could not be mapped.
|
|
4726
4398
|
**/
|
|
4727
|
-
ReferendumCanceled: GenericPalletEvent<
|
|
4399
|
+
ReferendumCanceled: GenericPalletEvent<'AhMigrator', 'ReferendumCanceled', { id: number }>;
|
|
4728
4400
|
|
|
4729
4401
|
/**
|
|
4730
4402
|
* The manager account id was set.
|
|
4731
4403
|
**/
|
|
4732
4404
|
ManagerSet: GenericPalletEvent<
|
|
4733
|
-
Rv,
|
|
4734
4405
|
'AhMigrator',
|
|
4735
4406
|
'ManagerSet',
|
|
4736
4407
|
{
|
|
@@ -4746,13 +4417,11 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4746
4417
|
}
|
|
4747
4418
|
>;
|
|
4748
4419
|
AccountTranslatedParachainSovereign: GenericPalletEvent<
|
|
4749
|
-
Rv,
|
|
4750
4420
|
'AhMigrator',
|
|
4751
4421
|
'AccountTranslatedParachainSovereign',
|
|
4752
4422
|
{ from: AccountId32; to: AccountId32 }
|
|
4753
4423
|
>;
|
|
4754
4424
|
AccountTranslatedParachainSovereignDerived: GenericPalletEvent<
|
|
4755
|
-
Rv,
|
|
4756
4425
|
'AhMigrator',
|
|
4757
4426
|
'AccountTranslatedParachainSovereignDerived',
|
|
4758
4427
|
{ from: AccountId32; to: AccountId32; derivationIndex: number }
|
|
@@ -4762,7 +4431,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4762
4431
|
* An XCM message was sent.
|
|
4763
4432
|
**/
|
|
4764
4433
|
XcmSent: GenericPalletEvent<
|
|
4765
|
-
Rv,
|
|
4766
4434
|
'AhMigrator',
|
|
4767
4435
|
'XcmSent',
|
|
4768
4436
|
{
|
|
@@ -4776,6 +4444,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
4776
4444
|
/**
|
|
4777
4445
|
* Generic pallet event
|
|
4778
4446
|
**/
|
|
4779
|
-
[prop: string]: GenericPalletEvent
|
|
4447
|
+
[prop: string]: GenericPalletEvent;
|
|
4780
4448
|
};
|
|
4781
4449
|
}
|