@dedot/chaintypes 0.194.0 → 0.196.0

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