@dedot/chaintypes 0.194.0 → 0.195.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 +13 -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 +13 -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 +13 -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 +14 -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 +13 -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 +14 -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 +13 -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 +13 -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 +14 -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 +15 -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 +14 -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 +14 -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 +13 -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 +14 -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 +13 -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 +14 -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 +14 -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 +13 -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 +14 -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 +13 -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
package/paseo/events.d.ts CHANGED
@@ -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,33 +88,32 @@ 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
  * An upgrade was authorized.
116
110
  **/
117
- UpgradeAuthorized: GenericPalletEvent<Rv, 'System', 'UpgradeAuthorized', { codeHash: H256; checkVersion: boolean }>;
111
+ UpgradeAuthorized: GenericPalletEvent<'System', 'UpgradeAuthorized', { codeHash: H256; checkVersion: boolean }>;
118
112
 
119
113
  /**
120
114
  * An invalid authorized upgrade was rejected while trying to apply it.
121
115
  **/
122
116
  RejectedInvalidAuthorizedUpgrade: GenericPalletEvent<
123
- Rv,
124
117
  'System',
125
118
  'RejectedInvalidAuthorizedUpgrade',
126
119
  { codeHash: H256; error: DispatchError }
@@ -129,7 +122,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
129
122
  /**
130
123
  * Generic pallet event
131
124
  **/
132
- [prop: string]: GenericPalletEvent<Rv>;
125
+ [prop: string]: GenericPalletEvent;
133
126
  };
134
127
  /**
135
128
  * Pallet `Scheduler`'s events
@@ -138,18 +131,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
138
131
  /**
139
132
  * Scheduled some task.
140
133
  **/
141
- Scheduled: GenericPalletEvent<Rv, 'Scheduler', 'Scheduled', { when: number; index: number }>;
134
+ Scheduled: GenericPalletEvent<'Scheduler', 'Scheduled', { when: number; index: number }>;
142
135
 
143
136
  /**
144
137
  * Canceled some task.
145
138
  **/
146
- Canceled: GenericPalletEvent<Rv, 'Scheduler', 'Canceled', { when: number; index: number }>;
139
+ Canceled: GenericPalletEvent<'Scheduler', 'Canceled', { when: number; index: number }>;
147
140
 
148
141
  /**
149
142
  * Dispatched some task.
150
143
  **/
151
144
  Dispatched: GenericPalletEvent<
152
- Rv,
153
145
  'Scheduler',
154
146
  'Dispatched',
155
147
  { task: [number, number]; id?: FixedBytes<32> | undefined; result: Result<[], DispatchError> }
@@ -159,7 +151,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
159
151
  * Set a retry configuration for some task.
160
152
  **/
161
153
  RetrySet: GenericPalletEvent<
162
- Rv,
163
154
  'Scheduler',
164
155
  'RetrySet',
165
156
  { task: [number, number]; id?: FixedBytes<32> | undefined; period: number; retries: number }
@@ -169,7 +160,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
169
160
  * Cancel a retry configuration for some task.
170
161
  **/
171
162
  RetryCancelled: GenericPalletEvent<
172
- Rv,
173
163
  'Scheduler',
174
164
  'RetryCancelled',
175
165
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -179,7 +169,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
179
169
  * The call for the provided hash was not found so the task has been aborted.
180
170
  **/
181
171
  CallUnavailable: GenericPalletEvent<
182
- Rv,
183
172
  'Scheduler',
184
173
  'CallUnavailable',
185
174
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -189,7 +178,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
189
178
  * The given task was unable to be renewed since the agenda is full at that block.
190
179
  **/
191
180
  PeriodicFailed: GenericPalletEvent<
192
- Rv,
193
181
  'Scheduler',
194
182
  'PeriodicFailed',
195
183
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -200,7 +188,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
200
188
  * was not enough weight to reschedule it.
201
189
  **/
202
190
  RetryFailed: GenericPalletEvent<
203
- Rv,
204
191
  'Scheduler',
205
192
  'RetryFailed',
206
193
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -210,7 +197,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
210
197
  * The given task can never be executed since it is overweight.
211
198
  **/
212
199
  PermanentlyOverweight: GenericPalletEvent<
213
- Rv,
214
200
  'Scheduler',
215
201
  'PermanentlyOverweight',
216
202
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -219,12 +205,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
219
205
  /**
220
206
  * Agenda is incomplete from `when`.
221
207
  **/
222
- AgendaIncomplete: GenericPalletEvent<Rv, 'Scheduler', 'AgendaIncomplete', { when: number }>;
208
+ AgendaIncomplete: GenericPalletEvent<'Scheduler', 'AgendaIncomplete', { when: number }>;
223
209
 
224
210
  /**
225
211
  * Generic pallet event
226
212
  **/
227
- [prop: string]: GenericPalletEvent<Rv>;
213
+ [prop: string]: GenericPalletEvent;
228
214
  };
229
215
  /**
230
216
  * Pallet `Preimage`'s events
@@ -233,22 +219,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
233
219
  /**
234
220
  * A preimage has been noted.
235
221
  **/
236
- Noted: GenericPalletEvent<Rv, 'Preimage', 'Noted', { hash: H256 }>;
222
+ Noted: GenericPalletEvent<'Preimage', 'Noted', { hash: H256 }>;
237
223
 
238
224
  /**
239
225
  * A preimage has been requested.
240
226
  **/
241
- Requested: GenericPalletEvent<Rv, 'Preimage', 'Requested', { hash: H256 }>;
227
+ Requested: GenericPalletEvent<'Preimage', 'Requested', { hash: H256 }>;
242
228
 
243
229
  /**
244
230
  * A preimage has ben cleared.
245
231
  **/
246
- Cleared: GenericPalletEvent<Rv, 'Preimage', 'Cleared', { hash: H256 }>;
232
+ Cleared: GenericPalletEvent<'Preimage', 'Cleared', { hash: H256 }>;
247
233
 
248
234
  /**
249
235
  * Generic pallet event
250
236
  **/
251
- [prop: string]: GenericPalletEvent<Rv>;
237
+ [prop: string]: GenericPalletEvent;
252
238
  };
253
239
  /**
254
240
  * Pallet `Indices`'s events
@@ -257,23 +243,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
257
243
  /**
258
244
  * A account index was assigned.
259
245
  **/
260
- IndexAssigned: GenericPalletEvent<Rv, 'Indices', 'IndexAssigned', { who: AccountId32; index: number }>;
246
+ IndexAssigned: GenericPalletEvent<'Indices', 'IndexAssigned', { who: AccountId32; index: number }>;
261
247
 
262
248
  /**
263
249
  * A account index has been freed up (unassigned).
264
250
  **/
265
- IndexFreed: GenericPalletEvent<Rv, 'Indices', 'IndexFreed', { index: number }>;
251
+ IndexFreed: GenericPalletEvent<'Indices', 'IndexFreed', { index: number }>;
266
252
 
267
253
  /**
268
254
  * A account index has been frozen to its current account ID.
269
255
  **/
270
- IndexFrozen: GenericPalletEvent<Rv, 'Indices', 'IndexFrozen', { index: number; who: AccountId32 }>;
256
+ IndexFrozen: GenericPalletEvent<'Indices', 'IndexFrozen', { index: number; who: AccountId32 }>;
271
257
 
272
258
  /**
273
259
  * A deposit to reserve an index has been poked/reconsidered.
274
260
  **/
275
261
  DepositPoked: GenericPalletEvent<
276
- Rv,
277
262
  'Indices',
278
263
  'DepositPoked',
279
264
  { who: AccountId32; index: number; oldDeposit: bigint; newDeposit: bigint }
@@ -282,7 +267,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
282
267
  /**
283
268
  * Generic pallet event
284
269
  **/
285
- [prop: string]: GenericPalletEvent<Rv>;
270
+ [prop: string]: GenericPalletEvent;
286
271
  };
287
272
  /**
288
273
  * Pallet `Balances`'s events
@@ -291,40 +276,39 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
291
276
  /**
292
277
  * An account was created with some free balance.
293
278
  **/
294
- Endowed: GenericPalletEvent<Rv, 'Balances', 'Endowed', { account: AccountId32; freeBalance: bigint }>;
279
+ Endowed: GenericPalletEvent<'Balances', 'Endowed', { account: AccountId32; freeBalance: bigint }>;
295
280
 
296
281
  /**
297
282
  * An account was removed whose balance was non-zero but below ExistentialDeposit,
298
283
  * resulting in an outright loss.
299
284
  **/
300
- DustLost: GenericPalletEvent<Rv, 'Balances', 'DustLost', { account: AccountId32; amount: bigint }>;
285
+ DustLost: GenericPalletEvent<'Balances', 'DustLost', { account: AccountId32; amount: bigint }>;
301
286
 
302
287
  /**
303
288
  * Transfer succeeded.
304
289
  **/
305
- Transfer: GenericPalletEvent<Rv, 'Balances', 'Transfer', { from: AccountId32; to: AccountId32; amount: bigint }>;
290
+ Transfer: GenericPalletEvent<'Balances', 'Transfer', { from: AccountId32; to: AccountId32; amount: bigint }>;
306
291
 
307
292
  /**
308
293
  * A balance was set by root.
309
294
  **/
310
- BalanceSet: GenericPalletEvent<Rv, 'Balances', 'BalanceSet', { who: AccountId32; free: bigint }>;
295
+ BalanceSet: GenericPalletEvent<'Balances', 'BalanceSet', { who: AccountId32; free: bigint }>;
311
296
 
312
297
  /**
313
298
  * Some balance was reserved (moved from free to reserved).
314
299
  **/
315
- Reserved: GenericPalletEvent<Rv, 'Balances', 'Reserved', { who: AccountId32; amount: bigint }>;
300
+ Reserved: GenericPalletEvent<'Balances', 'Reserved', { who: AccountId32; amount: bigint }>;
316
301
 
317
302
  /**
318
303
  * Some balance was unreserved (moved from reserved to free).
319
304
  **/
320
- Unreserved: GenericPalletEvent<Rv, 'Balances', 'Unreserved', { who: AccountId32; amount: bigint }>;
305
+ Unreserved: GenericPalletEvent<'Balances', 'Unreserved', { who: AccountId32; amount: bigint }>;
321
306
 
322
307
  /**
323
308
  * Some balance was moved from the reserve of the first account to the second account.
324
309
  * Final argument indicates the destination balance type.
325
310
  **/
326
311
  ReserveRepatriated: GenericPalletEvent<
327
- Rv,
328
312
  'Balances',
329
313
  'ReserveRepatriated',
330
314
  { from: AccountId32; to: AccountId32; amount: bigint; destinationStatus: FrameSupportTokensMiscBalanceStatus }
@@ -333,87 +317,87 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
333
317
  /**
334
318
  * Some amount was deposited (e.g. for transaction fees).
335
319
  **/
336
- Deposit: GenericPalletEvent<Rv, 'Balances', 'Deposit', { who: AccountId32; amount: bigint }>;
320
+ Deposit: GenericPalletEvent<'Balances', 'Deposit', { who: AccountId32; amount: bigint }>;
337
321
 
338
322
  /**
339
323
  * Some amount was withdrawn from the account (e.g. for transaction fees).
340
324
  **/
341
- Withdraw: GenericPalletEvent<Rv, 'Balances', 'Withdraw', { who: AccountId32; amount: bigint }>;
325
+ Withdraw: GenericPalletEvent<'Balances', 'Withdraw', { who: AccountId32; amount: bigint }>;
342
326
 
343
327
  /**
344
328
  * Some amount was removed from the account (e.g. for misbehavior).
345
329
  **/
346
- Slashed: GenericPalletEvent<Rv, 'Balances', 'Slashed', { who: AccountId32; amount: bigint }>;
330
+ Slashed: GenericPalletEvent<'Balances', 'Slashed', { who: AccountId32; amount: bigint }>;
347
331
 
348
332
  /**
349
333
  * Some amount was minted into an account.
350
334
  **/
351
- Minted: GenericPalletEvent<Rv, 'Balances', 'Minted', { who: AccountId32; amount: bigint }>;
335
+ Minted: GenericPalletEvent<'Balances', 'Minted', { who: AccountId32; amount: bigint }>;
352
336
 
353
337
  /**
354
338
  * Some amount was burned from an account.
355
339
  **/
356
- Burned: GenericPalletEvent<Rv, 'Balances', 'Burned', { who: AccountId32; amount: bigint }>;
340
+ Burned: GenericPalletEvent<'Balances', 'Burned', { who: AccountId32; amount: bigint }>;
357
341
 
358
342
  /**
359
343
  * Some amount was suspended from an account (it can be restored later).
360
344
  **/
361
- Suspended: GenericPalletEvent<Rv, 'Balances', 'Suspended', { who: AccountId32; amount: bigint }>;
345
+ Suspended: GenericPalletEvent<'Balances', 'Suspended', { who: AccountId32; amount: bigint }>;
362
346
 
363
347
  /**
364
348
  * Some amount was restored into an account.
365
349
  **/
366
- Restored: GenericPalletEvent<Rv, 'Balances', 'Restored', { who: AccountId32; amount: bigint }>;
350
+ Restored: GenericPalletEvent<'Balances', 'Restored', { who: AccountId32; amount: bigint }>;
367
351
 
368
352
  /**
369
353
  * An account was upgraded.
370
354
  **/
371
- Upgraded: GenericPalletEvent<Rv, 'Balances', 'Upgraded', { who: AccountId32 }>;
355
+ Upgraded: GenericPalletEvent<'Balances', 'Upgraded', { who: AccountId32 }>;
372
356
 
373
357
  /**
374
358
  * Total issuance was increased by `amount`, creating a credit to be balanced.
375
359
  **/
376
- Issued: GenericPalletEvent<Rv, 'Balances', 'Issued', { amount: bigint }>;
360
+ Issued: GenericPalletEvent<'Balances', 'Issued', { amount: bigint }>;
377
361
 
378
362
  /**
379
363
  * Total issuance was decreased by `amount`, creating a debt to be balanced.
380
364
  **/
381
- Rescinded: GenericPalletEvent<Rv, 'Balances', 'Rescinded', { amount: bigint }>;
365
+ Rescinded: GenericPalletEvent<'Balances', 'Rescinded', { amount: bigint }>;
382
366
 
383
367
  /**
384
368
  * Some balance was locked.
385
369
  **/
386
- Locked: GenericPalletEvent<Rv, 'Balances', 'Locked', { who: AccountId32; amount: bigint }>;
370
+ Locked: GenericPalletEvent<'Balances', 'Locked', { who: AccountId32; amount: bigint }>;
387
371
 
388
372
  /**
389
373
  * Some balance was unlocked.
390
374
  **/
391
- Unlocked: GenericPalletEvent<Rv, 'Balances', 'Unlocked', { who: AccountId32; amount: bigint }>;
375
+ Unlocked: GenericPalletEvent<'Balances', 'Unlocked', { who: AccountId32; amount: bigint }>;
392
376
 
393
377
  /**
394
378
  * Some balance was frozen.
395
379
  **/
396
- Frozen: GenericPalletEvent<Rv, 'Balances', 'Frozen', { who: AccountId32; amount: bigint }>;
380
+ Frozen: GenericPalletEvent<'Balances', 'Frozen', { who: AccountId32; amount: bigint }>;
397
381
 
398
382
  /**
399
383
  * Some balance was thawed.
400
384
  **/
401
- Thawed: GenericPalletEvent<Rv, 'Balances', 'Thawed', { who: AccountId32; amount: bigint }>;
385
+ Thawed: GenericPalletEvent<'Balances', 'Thawed', { who: AccountId32; amount: bigint }>;
402
386
 
403
387
  /**
404
388
  * The `TotalIssuance` was forcefully changed.
405
389
  **/
406
- TotalIssuanceForced: GenericPalletEvent<Rv, 'Balances', 'TotalIssuanceForced', { old: bigint; new: bigint }>;
390
+ TotalIssuanceForced: GenericPalletEvent<'Balances', 'TotalIssuanceForced', { old: bigint; new: bigint }>;
407
391
 
408
392
  /**
409
393
  * An unexpected/defensive event was triggered.
410
394
  **/
411
- Unexpected: GenericPalletEvent<Rv, 'Balances', 'Unexpected', PalletBalancesUnexpectedKind>;
395
+ Unexpected: GenericPalletEvent<'Balances', 'Unexpected', PalletBalancesUnexpectedKind>;
412
396
 
413
397
  /**
414
398
  * Generic pallet event
415
399
  **/
416
- [prop: string]: GenericPalletEvent<Rv>;
400
+ [prop: string]: GenericPalletEvent;
417
401
  };
418
402
  /**
419
403
  * Pallet `TransactionPayment`'s events
@@ -424,7 +408,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
424
408
  * has been paid by `who`.
425
409
  **/
426
410
  TransactionFeePaid: GenericPalletEvent<
427
- Rv,
428
411
  'TransactionPayment',
429
412
  'TransactionFeePaid',
430
413
  { who: AccountId32; actualFee: bigint; tip: bigint }
@@ -433,7 +416,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
433
416
  /**
434
417
  * Generic pallet event
435
418
  **/
436
- [prop: string]: GenericPalletEvent<Rv>;
419
+ [prop: string]: GenericPalletEvent;
437
420
  };
438
421
  /**
439
422
  * Pallet `Staking`'s events
@@ -443,18 +426,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
443
426
  * The era payout has been set; the first balance is the validator-payout; the second is
444
427
  * the remainder from the maximum amount of reward.
445
428
  **/
446
- EraPaid: GenericPalletEvent<
447
- Rv,
448
- 'Staking',
449
- 'EraPaid',
450
- { eraIndex: number; validatorPayout: bigint; remainder: bigint }
451
- >;
429
+ EraPaid: GenericPalletEvent<'Staking', 'EraPaid', { eraIndex: number; validatorPayout: bigint; remainder: bigint }>;
452
430
 
453
431
  /**
454
432
  * The nominator has been rewarded by this amount to this destination.
455
433
  **/
456
434
  Rewarded: GenericPalletEvent<
457
- Rv,
458
435
  'Staking',
459
436
  'Rewarded',
460
437
  { stash: AccountId32; dest: PalletStakingRewardDestination; amount: bigint }
@@ -463,14 +440,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
463
440
  /**
464
441
  * A staker (validator or nominator) has been slashed by the given amount.
465
442
  **/
466
- Slashed: GenericPalletEvent<Rv, 'Staking', 'Slashed', { staker: AccountId32; amount: bigint }>;
443
+ Slashed: GenericPalletEvent<'Staking', 'Slashed', { staker: AccountId32; amount: bigint }>;
467
444
 
468
445
  /**
469
446
  * A slash for the given validator, for the given percentage of their stake, at the given
470
447
  * era as been reported.
471
448
  **/
472
449
  SlashReported: GenericPalletEvent<
473
- Rv,
474
450
  'Staking',
475
451
  'SlashReported',
476
452
  { validator: AccountId32; fraction: Perbill; slashEra: number }
@@ -480,17 +456,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
480
456
  * An old slashing report from a prior era was discarded because it could
481
457
  * not be processed.
482
458
  **/
483
- OldSlashingReportDiscarded: GenericPalletEvent<
484
- Rv,
485
- 'Staking',
486
- 'OldSlashingReportDiscarded',
487
- { sessionIndex: number }
488
- >;
459
+ OldSlashingReportDiscarded: GenericPalletEvent<'Staking', 'OldSlashingReportDiscarded', { sessionIndex: number }>;
489
460
 
490
461
  /**
491
462
  * A new set of stakers was elected.
492
463
  **/
493
- StakersElected: GenericPalletEvent<Rv, 'Staking', 'StakersElected', null>;
464
+ StakersElected: GenericPalletEvent<'Staking', 'StakersElected', null>;
494
465
 
495
466
  /**
496
467
  * An account has bonded this amount. \[stash, amount\]
@@ -498,39 +469,38 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
498
469
  * NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably,
499
470
  * it will not be emitted for staking rewards when they are added to stake.
500
471
  **/
501
- Bonded: GenericPalletEvent<Rv, 'Staking', 'Bonded', { stash: AccountId32; amount: bigint }>;
472
+ Bonded: GenericPalletEvent<'Staking', 'Bonded', { stash: AccountId32; amount: bigint }>;
502
473
 
503
474
  /**
504
475
  * An account has unbonded this amount.
505
476
  **/
506
- Unbonded: GenericPalletEvent<Rv, 'Staking', 'Unbonded', { stash: AccountId32; amount: bigint }>;
477
+ Unbonded: GenericPalletEvent<'Staking', 'Unbonded', { stash: AccountId32; amount: bigint }>;
507
478
 
508
479
  /**
509
480
  * An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance`
510
481
  * from the unlocking queue.
511
482
  **/
512
- Withdrawn: GenericPalletEvent<Rv, 'Staking', 'Withdrawn', { stash: AccountId32; amount: bigint }>;
483
+ Withdrawn: GenericPalletEvent<'Staking', 'Withdrawn', { stash: AccountId32; amount: bigint }>;
513
484
 
514
485
  /**
515
486
  * A nominator has been kicked from a validator.
516
487
  **/
517
- Kicked: GenericPalletEvent<Rv, 'Staking', 'Kicked', { nominator: AccountId32; stash: AccountId32 }>;
488
+ Kicked: GenericPalletEvent<'Staking', 'Kicked', { nominator: AccountId32; stash: AccountId32 }>;
518
489
 
519
490
  /**
520
491
  * The election failed. No new era is planned.
521
492
  **/
522
- StakingElectionFailed: GenericPalletEvent<Rv, 'Staking', 'StakingElectionFailed', null>;
493
+ StakingElectionFailed: GenericPalletEvent<'Staking', 'StakingElectionFailed', null>;
523
494
 
524
495
  /**
525
496
  * An account has stopped participating as either a validator or nominator.
526
497
  **/
527
- Chilled: GenericPalletEvent<Rv, 'Staking', 'Chilled', { stash: AccountId32 }>;
498
+ Chilled: GenericPalletEvent<'Staking', 'Chilled', { stash: AccountId32 }>;
528
499
 
529
500
  /**
530
501
  * A Page of stakers rewards are getting paid. `next` is `None` if all pages are claimed.
531
502
  **/
532
503
  PayoutStarted: GenericPalletEvent<
533
- Rv,
534
504
  'Staking',
535
505
  'PayoutStarted',
536
506
  { eraIndex: number; validatorStash: AccountId32; page: number; next?: number | undefined }
@@ -540,7 +510,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
540
510
  * A validator has set their preferences.
541
511
  **/
542
512
  ValidatorPrefsSet: GenericPalletEvent<
543
- Rv,
544
513
  'Staking',
545
514
  'ValidatorPrefsSet',
546
515
  { stash: AccountId32; prefs: PalletStakingValidatorPrefs }
@@ -549,38 +518,33 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
549
518
  /**
550
519
  * Voters size limit reached.
551
520
  **/
552
- SnapshotVotersSizeExceeded: GenericPalletEvent<Rv, 'Staking', 'SnapshotVotersSizeExceeded', { size: number }>;
521
+ SnapshotVotersSizeExceeded: GenericPalletEvent<'Staking', 'SnapshotVotersSizeExceeded', { size: number }>;
553
522
 
554
523
  /**
555
524
  * Targets size limit reached.
556
525
  **/
557
- SnapshotTargetsSizeExceeded: GenericPalletEvent<Rv, 'Staking', 'SnapshotTargetsSizeExceeded', { size: number }>;
526
+ SnapshotTargetsSizeExceeded: GenericPalletEvent<'Staking', 'SnapshotTargetsSizeExceeded', { size: number }>;
558
527
 
559
528
  /**
560
529
  * A new force era mode was set.
561
530
  **/
562
- ForceEra: GenericPalletEvent<Rv, 'Staking', 'ForceEra', { mode: PalletStakingForcing }>;
531
+ ForceEra: GenericPalletEvent<'Staking', 'ForceEra', { mode: PalletStakingForcing }>;
563
532
 
564
533
  /**
565
534
  * Report of a controller batch deprecation.
566
535
  **/
567
- ControllerBatchDeprecated: GenericPalletEvent<Rv, 'Staking', 'ControllerBatchDeprecated', { failures: number }>;
536
+ ControllerBatchDeprecated: GenericPalletEvent<'Staking', 'ControllerBatchDeprecated', { failures: number }>;
568
537
 
569
538
  /**
570
539
  * Staking balance migrated from locks to holds, with any balance that could not be held
571
540
  * is force withdrawn.
572
541
  **/
573
- CurrencyMigrated: GenericPalletEvent<
574
- Rv,
575
- 'Staking',
576
- 'CurrencyMigrated',
577
- { stash: AccountId32; forceWithdraw: bigint }
578
- >;
542
+ CurrencyMigrated: GenericPalletEvent<'Staking', 'CurrencyMigrated', { stash: AccountId32; forceWithdraw: bigint }>;
579
543
 
580
544
  /**
581
545
  * Generic pallet event
582
546
  **/
583
- [prop: string]: GenericPalletEvent<Rv>;
547
+ [prop: string]: GenericPalletEvent;
584
548
  };
585
549
  /**
586
550
  * Pallet `Offences`'s events
@@ -591,12 +555,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
591
555
  * (kind-specific) time slot. This event is not deposited for duplicate slashes.
592
556
  * \[kind, timeslot\].
593
557
  **/
594
- Offence: GenericPalletEvent<Rv, 'Offences', 'Offence', { kind: FixedBytes<16>; timeslot: Bytes }>;
558
+ Offence: GenericPalletEvent<'Offences', 'Offence', { kind: FixedBytes<16>; timeslot: Bytes }>;
595
559
 
596
560
  /**
597
561
  * Generic pallet event
598
562
  **/
599
- [prop: string]: GenericPalletEvent<Rv>;
563
+ [prop: string]: GenericPalletEvent;
600
564
  };
601
565
  /**
602
566
  * Pallet `Historical`'s events
@@ -605,17 +569,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
605
569
  /**
606
570
  * The merkle root of the validators of the said session were stored
607
571
  **/
608
- RootStored: GenericPalletEvent<Rv, 'Historical', 'RootStored', { index: number }>;
572
+ RootStored: GenericPalletEvent<'Historical', 'RootStored', { index: number }>;
609
573
 
610
574
  /**
611
575
  * The merkle roots of up to this session index were pruned
612
576
  **/
613
- RootsPruned: GenericPalletEvent<Rv, 'Historical', 'RootsPruned', { upTo: number }>;
577
+ RootsPruned: GenericPalletEvent<'Historical', 'RootsPruned', { upTo: number }>;
614
578
 
615
579
  /**
616
580
  * Generic pallet event
617
581
  **/
618
- [prop: string]: GenericPalletEvent<Rv>;
582
+ [prop: string]: GenericPalletEvent;
619
583
  };
620
584
  /**
621
585
  * Pallet `Session`'s events
@@ -625,28 +589,28 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
625
589
  * New session has happened. Note that the argument is the session index, not the
626
590
  * block number as the type might suggest.
627
591
  **/
628
- NewSession: GenericPalletEvent<Rv, 'Session', 'NewSession', { sessionIndex: number }>;
592
+ NewSession: GenericPalletEvent<'Session', 'NewSession', { sessionIndex: number }>;
629
593
 
630
594
  /**
631
595
  * The `NewSession` event in the current block also implies a new validator set to be
632
596
  * queued.
633
597
  **/
634
- NewQueued: GenericPalletEvent<Rv, 'Session', 'NewQueued', null>;
598
+ NewQueued: GenericPalletEvent<'Session', 'NewQueued', null>;
635
599
 
636
600
  /**
637
601
  * Validator has been disabled.
638
602
  **/
639
- ValidatorDisabled: GenericPalletEvent<Rv, 'Session', 'ValidatorDisabled', { validator: AccountId32 }>;
603
+ ValidatorDisabled: GenericPalletEvent<'Session', 'ValidatorDisabled', { validator: AccountId32 }>;
640
604
 
641
605
  /**
642
606
  * Validator has been re-enabled.
643
607
  **/
644
- ValidatorReenabled: GenericPalletEvent<Rv, 'Session', 'ValidatorReenabled', { validator: AccountId32 }>;
608
+ ValidatorReenabled: GenericPalletEvent<'Session', 'ValidatorReenabled', { validator: AccountId32 }>;
645
609
 
646
610
  /**
647
611
  * Generic pallet event
648
612
  **/
649
- [prop: string]: GenericPalletEvent<Rv>;
613
+ [prop: string]: GenericPalletEvent;
650
614
  };
651
615
  /**
652
616
  * Pallet `Grandpa`'s events
@@ -656,7 +620,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
656
620
  * New authority set has been applied.
657
621
  **/
658
622
  NewAuthorities: GenericPalletEvent<
659
- Rv,
660
623
  'Grandpa',
661
624
  'NewAuthorities',
662
625
  { authoritySet: Array<[SpConsensusGrandpaAppPublic, bigint]> }
@@ -665,17 +628,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
665
628
  /**
666
629
  * Current authority set has been paused.
667
630
  **/
668
- Paused: GenericPalletEvent<Rv, 'Grandpa', 'Paused', null>;
631
+ Paused: GenericPalletEvent<'Grandpa', 'Paused', null>;
669
632
 
670
633
  /**
671
634
  * Current authority set has been resumed.
672
635
  **/
673
- Resumed: GenericPalletEvent<Rv, 'Grandpa', 'Resumed', null>;
636
+ Resumed: GenericPalletEvent<'Grandpa', 'Resumed', null>;
674
637
 
675
638
  /**
676
639
  * Generic pallet event
677
640
  **/
678
- [prop: string]: GenericPalletEvent<Rv>;
641
+ [prop: string]: GenericPalletEvent;
679
642
  };
680
643
  /**
681
644
  * Pallet `Treasury`'s events
@@ -684,38 +647,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
684
647
  /**
685
648
  * We have ended a spend period and will now allocate funds.
686
649
  **/
687
- Spending: GenericPalletEvent<Rv, 'Treasury', 'Spending', { budgetRemaining: bigint }>;
650
+ Spending: GenericPalletEvent<'Treasury', 'Spending', { budgetRemaining: bigint }>;
688
651
 
689
652
  /**
690
653
  * Some funds have been allocated.
691
654
  **/
692
- Awarded: GenericPalletEvent<
693
- Rv,
694
- 'Treasury',
695
- 'Awarded',
696
- { proposalIndex: number; award: bigint; account: AccountId32 }
697
- >;
655
+ Awarded: GenericPalletEvent<'Treasury', 'Awarded', { proposalIndex: number; award: bigint; account: AccountId32 }>;
698
656
 
699
657
  /**
700
658
  * Some of our funds have been burnt.
701
659
  **/
702
- Burnt: GenericPalletEvent<Rv, 'Treasury', 'Burnt', { burntFunds: bigint }>;
660
+ Burnt: GenericPalletEvent<'Treasury', 'Burnt', { burntFunds: bigint }>;
703
661
 
704
662
  /**
705
663
  * Spending has finished; this is the amount that rolls over until next spend.
706
664
  **/
707
- Rollover: GenericPalletEvent<Rv, 'Treasury', 'Rollover', { rolloverBalance: bigint }>;
665
+ Rollover: GenericPalletEvent<'Treasury', 'Rollover', { rolloverBalance: bigint }>;
708
666
 
709
667
  /**
710
668
  * Some funds have been deposited.
711
669
  **/
712
- Deposit: GenericPalletEvent<Rv, 'Treasury', 'Deposit', { value: bigint }>;
670
+ Deposit: GenericPalletEvent<'Treasury', 'Deposit', { value: bigint }>;
713
671
 
714
672
  /**
715
673
  * A new spend proposal has been approved.
716
674
  **/
717
675
  SpendApproved: GenericPalletEvent<
718
- Rv,
719
676
  'Treasury',
720
677
  'SpendApproved',
721
678
  { proposalIndex: number; amount: bigint; beneficiary: AccountId32 }
@@ -724,18 +681,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
724
681
  /**
725
682
  * The inactive funds of the pallet have been updated.
726
683
  **/
727
- UpdatedInactive: GenericPalletEvent<
728
- Rv,
729
- 'Treasury',
730
- 'UpdatedInactive',
731
- { reactivated: bigint; deactivated: bigint }
732
- >;
684
+ UpdatedInactive: GenericPalletEvent<'Treasury', 'UpdatedInactive', { reactivated: bigint; deactivated: bigint }>;
733
685
 
734
686
  /**
735
687
  * A new asset spend proposal has been approved.
736
688
  **/
737
689
  AssetSpendApproved: GenericPalletEvent<
738
- Rv,
739
690
  'Treasury',
740
691
  'AssetSpendApproved',
741
692
  {
@@ -751,28 +702,28 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
751
702
  /**
752
703
  * An approved spend was voided.
753
704
  **/
754
- AssetSpendVoided: GenericPalletEvent<Rv, 'Treasury', 'AssetSpendVoided', { index: number }>;
705
+ AssetSpendVoided: GenericPalletEvent<'Treasury', 'AssetSpendVoided', { index: number }>;
755
706
 
756
707
  /**
757
708
  * A payment happened.
758
709
  **/
759
- Paid: GenericPalletEvent<Rv, 'Treasury', 'Paid', { index: number; paymentId: bigint }>;
710
+ Paid: GenericPalletEvent<'Treasury', 'Paid', { index: number; paymentId: bigint }>;
760
711
 
761
712
  /**
762
713
  * A payment failed and can be retried.
763
714
  **/
764
- PaymentFailed: GenericPalletEvent<Rv, 'Treasury', 'PaymentFailed', { index: number; paymentId: bigint }>;
715
+ PaymentFailed: GenericPalletEvent<'Treasury', 'PaymentFailed', { index: number; paymentId: bigint }>;
765
716
 
766
717
  /**
767
718
  * A spend was processed and removed from the storage. It might have been successfully
768
719
  * paid or it may have expired.
769
720
  **/
770
- SpendProcessed: GenericPalletEvent<Rv, 'Treasury', 'SpendProcessed', { index: number }>;
721
+ SpendProcessed: GenericPalletEvent<'Treasury', 'SpendProcessed', { index: number }>;
771
722
 
772
723
  /**
773
724
  * Generic pallet event
774
725
  **/
775
- [prop: string]: GenericPalletEvent<Rv>;
726
+ [prop: string]: GenericPalletEvent;
776
727
  };
777
728
  /**
778
729
  * Pallet `ConvictionVoting`'s events
@@ -781,18 +732,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
781
732
  /**
782
733
  * An account has delegated their vote to another account. \[who, target\]
783
734
  **/
784
- Delegated: GenericPalletEvent<Rv, 'ConvictionVoting', 'Delegated', [AccountId32, AccountId32]>;
735
+ Delegated: GenericPalletEvent<'ConvictionVoting', 'Delegated', [AccountId32, AccountId32]>;
785
736
 
786
737
  /**
787
738
  * An \[account\] has cancelled a previous delegation operation.
788
739
  **/
789
- Undelegated: GenericPalletEvent<Rv, 'ConvictionVoting', 'Undelegated', AccountId32>;
740
+ Undelegated: GenericPalletEvent<'ConvictionVoting', 'Undelegated', AccountId32>;
790
741
 
791
742
  /**
792
743
  * An account has voted
793
744
  **/
794
745
  Voted: GenericPalletEvent<
795
- Rv,
796
746
  'ConvictionVoting',
797
747
  'Voted',
798
748
  { who: AccountId32; vote: PalletConvictionVotingVoteAccountVote }
@@ -802,7 +752,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
802
752
  * A vote has been removed
803
753
  **/
804
754
  VoteRemoved: GenericPalletEvent<
805
- Rv,
806
755
  'ConvictionVoting',
807
756
  'VoteRemoved',
808
757
  { who: AccountId32; vote: PalletConvictionVotingVoteAccountVote }
@@ -811,12 +760,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
811
760
  /**
812
761
  * The lockup period of a conviction vote expired, and the funds have been unlocked.
813
762
  **/
814
- VoteUnlocked: GenericPalletEvent<Rv, 'ConvictionVoting', 'VoteUnlocked', { who: AccountId32; class: number }>;
763
+ VoteUnlocked: GenericPalletEvent<'ConvictionVoting', 'VoteUnlocked', { who: AccountId32; class: number }>;
815
764
 
816
765
  /**
817
766
  * Generic pallet event
818
767
  **/
819
- [prop: string]: GenericPalletEvent<Rv>;
768
+ [prop: string]: GenericPalletEvent;
820
769
  };
821
770
  /**
822
771
  * Pallet `Referenda`'s events
@@ -826,7 +775,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
826
775
  * A referendum has been submitted.
827
776
  **/
828
777
  Submitted: GenericPalletEvent<
829
- Rv,
830
778
  'Referenda',
831
779
  'Submitted',
832
780
  {
@@ -851,7 +799,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
851
799
  * The decision deposit has been placed.
852
800
  **/
853
801
  DecisionDepositPlaced: GenericPalletEvent<
854
- Rv,
855
802
  'Referenda',
856
803
  'DecisionDepositPlaced',
857
804
  {
@@ -876,7 +823,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
876
823
  * The decision deposit has been refunded.
877
824
  **/
878
825
  DecisionDepositRefunded: GenericPalletEvent<
879
- Rv,
880
826
  'Referenda',
881
827
  'DecisionDepositRefunded',
882
828
  {
@@ -901,7 +847,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
901
847
  * A deposit has been slashed.
902
848
  **/
903
849
  DepositSlashed: GenericPalletEvent<
904
- Rv,
905
850
  'Referenda',
906
851
  'DepositSlashed',
907
852
  {
@@ -921,7 +866,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
921
866
  * A referendum has moved into the deciding phase.
922
867
  **/
923
868
  DecisionStarted: GenericPalletEvent<
924
- Rv,
925
869
  'Referenda',
926
870
  'DecisionStarted',
927
871
  {
@@ -947,7 +891,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
947
891
  }
948
892
  >;
949
893
  ConfirmStarted: GenericPalletEvent<
950
- Rv,
951
894
  'Referenda',
952
895
  'ConfirmStarted',
953
896
  {
@@ -958,7 +901,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
958
901
  }
959
902
  >;
960
903
  ConfirmAborted: GenericPalletEvent<
961
- Rv,
962
904
  'Referenda',
963
905
  'ConfirmAborted',
964
906
  {
@@ -973,7 +915,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
973
915
  * A referendum has ended its confirmation phase and is ready for approval.
974
916
  **/
975
917
  Confirmed: GenericPalletEvent<
976
- Rv,
977
918
  'Referenda',
978
919
  'Confirmed',
979
920
  {
@@ -993,7 +934,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
993
934
  * A referendum has been approved and its proposal has been scheduled.
994
935
  **/
995
936
  Approved: GenericPalletEvent<
996
- Rv,
997
937
  'Referenda',
998
938
  'Approved',
999
939
  {
@@ -1008,7 +948,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1008
948
  * A proposal has been rejected by referendum.
1009
949
  **/
1010
950
  Rejected: GenericPalletEvent<
1011
- Rv,
1012
951
  'Referenda',
1013
952
  'Rejected',
1014
953
  {
@@ -1028,7 +967,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1028
967
  * A referendum has been timed out without being decided.
1029
968
  **/
1030
969
  TimedOut: GenericPalletEvent<
1031
- Rv,
1032
970
  'Referenda',
1033
971
  'TimedOut',
1034
972
  {
@@ -1048,7 +986,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1048
986
  * A referendum has been cancelled.
1049
987
  **/
1050
988
  Cancelled: GenericPalletEvent<
1051
- Rv,
1052
989
  'Referenda',
1053
990
  'Cancelled',
1054
991
  {
@@ -1068,7 +1005,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1068
1005
  * A referendum has been killed.
1069
1006
  **/
1070
1007
  Killed: GenericPalletEvent<
1071
- Rv,
1072
1008
  'Referenda',
1073
1009
  'Killed',
1074
1010
  {
@@ -1088,7 +1024,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1088
1024
  * The submission deposit has been refunded.
1089
1025
  **/
1090
1026
  SubmissionDepositRefunded: GenericPalletEvent<
1091
- Rv,
1092
1027
  'Referenda',
1093
1028
  'SubmissionDepositRefunded',
1094
1029
  {
@@ -1113,7 +1048,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1113
1048
  * Metadata for a referendum has been set.
1114
1049
  **/
1115
1050
  MetadataSet: GenericPalletEvent<
1116
- Rv,
1117
1051
  'Referenda',
1118
1052
  'MetadataSet',
1119
1053
  {
@@ -1133,7 +1067,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1133
1067
  * Metadata for a referendum has been cleared.
1134
1068
  **/
1135
1069
  MetadataCleared: GenericPalletEvent<
1136
- Rv,
1137
1070
  'Referenda',
1138
1071
  'MetadataCleared',
1139
1072
  {
@@ -1152,16 +1085,15 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1152
1085
  /**
1153
1086
  * Generic pallet event
1154
1087
  **/
1155
- [prop: string]: GenericPalletEvent<Rv>;
1088
+ [prop: string]: GenericPalletEvent;
1156
1089
  };
1157
1090
  /**
1158
1091
  * Pallet `Whitelist`'s events
1159
1092
  **/
1160
1093
  whitelist: {
1161
- CallWhitelisted: GenericPalletEvent<Rv, 'Whitelist', 'CallWhitelisted', { callHash: H256 }>;
1162
- WhitelistedCallRemoved: GenericPalletEvent<Rv, 'Whitelist', 'WhitelistedCallRemoved', { callHash: H256 }>;
1094
+ CallWhitelisted: GenericPalletEvent<'Whitelist', 'CallWhitelisted', { callHash: H256 }>;
1095
+ WhitelistedCallRemoved: GenericPalletEvent<'Whitelist', 'WhitelistedCallRemoved', { callHash: H256 }>;
1163
1096
  WhitelistedCallDispatched: GenericPalletEvent<
1164
- Rv,
1165
1097
  'Whitelist',
1166
1098
  'WhitelistedCallDispatched',
1167
1099
  { callHash: H256; result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo> }
@@ -1170,7 +1102,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1170
1102
  /**
1171
1103
  * Generic pallet event
1172
1104
  **/
1173
- [prop: string]: GenericPalletEvent<Rv>;
1105
+ [prop: string]: GenericPalletEvent;
1174
1106
  };
1175
1107
  /**
1176
1108
  * Pallet `Claims`'s events
@@ -1180,7 +1112,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1180
1112
  * Someone claimed some DOTs.
1181
1113
  **/
1182
1114
  Claimed: GenericPalletEvent<
1183
- Rv,
1184
1115
  'Claims',
1185
1116
  'Claimed',
1186
1117
  { who: AccountId32; ethereumAddress: EthereumAddress; amount: bigint }
@@ -1189,7 +1120,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1189
1120
  /**
1190
1121
  * Generic pallet event
1191
1122
  **/
1192
- [prop: string]: GenericPalletEvent<Rv>;
1123
+ [prop: string]: GenericPalletEvent;
1193
1124
  };
1194
1125
  /**
1195
1126
  * Pallet `Vesting`'s events
@@ -1198,28 +1129,23 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1198
1129
  /**
1199
1130
  * A vesting schedule has been created.
1200
1131
  **/
1201
- VestingCreated: GenericPalletEvent<
1202
- Rv,
1203
- 'Vesting',
1204
- 'VestingCreated',
1205
- { account: AccountId32; scheduleIndex: number }
1206
- >;
1132
+ VestingCreated: GenericPalletEvent<'Vesting', 'VestingCreated', { account: AccountId32; scheduleIndex: number }>;
1207
1133
 
1208
1134
  /**
1209
1135
  * The amount vested has been updated. This could indicate a change in funds available.
1210
1136
  * The balance given is the amount which is left unvested (and thus locked).
1211
1137
  **/
1212
- VestingUpdated: GenericPalletEvent<Rv, 'Vesting', 'VestingUpdated', { account: AccountId32; unvested: bigint }>;
1138
+ VestingUpdated: GenericPalletEvent<'Vesting', 'VestingUpdated', { account: AccountId32; unvested: bigint }>;
1213
1139
 
1214
1140
  /**
1215
1141
  * An \[account\] has become fully vested.
1216
1142
  **/
1217
- VestingCompleted: GenericPalletEvent<Rv, 'Vesting', 'VestingCompleted', { account: AccountId32 }>;
1143
+ VestingCompleted: GenericPalletEvent<'Vesting', 'VestingCompleted', { account: AccountId32 }>;
1218
1144
 
1219
1145
  /**
1220
1146
  * Generic pallet event
1221
1147
  **/
1222
- [prop: string]: GenericPalletEvent<Rv>;
1148
+ [prop: string]: GenericPalletEvent;
1223
1149
  };
1224
1150
  /**
1225
1151
  * Pallet `Utility`'s events
@@ -1229,47 +1155,47 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1229
1155
  * Batch of dispatches did not complete fully. Index of first failing dispatch given, as
1230
1156
  * well as the error.
1231
1157
  **/
1232
- BatchInterrupted: GenericPalletEvent<Rv, 'Utility', 'BatchInterrupted', { index: number; error: DispatchError }>;
1158
+ BatchInterrupted: GenericPalletEvent<'Utility', 'BatchInterrupted', { index: number; error: DispatchError }>;
1233
1159
 
1234
1160
  /**
1235
1161
  * Batch of dispatches completed fully with no error.
1236
1162
  **/
1237
- BatchCompleted: GenericPalletEvent<Rv, 'Utility', 'BatchCompleted', null>;
1163
+ BatchCompleted: GenericPalletEvent<'Utility', 'BatchCompleted', null>;
1238
1164
 
1239
1165
  /**
1240
1166
  * Batch of dispatches completed but has errors.
1241
1167
  **/
1242
- BatchCompletedWithErrors: GenericPalletEvent<Rv, 'Utility', 'BatchCompletedWithErrors', null>;
1168
+ BatchCompletedWithErrors: GenericPalletEvent<'Utility', 'BatchCompletedWithErrors', null>;
1243
1169
 
1244
1170
  /**
1245
1171
  * A single item within a Batch of dispatches has completed with no error.
1246
1172
  **/
1247
- ItemCompleted: GenericPalletEvent<Rv, 'Utility', 'ItemCompleted', null>;
1173
+ ItemCompleted: GenericPalletEvent<'Utility', 'ItemCompleted', null>;
1248
1174
 
1249
1175
  /**
1250
1176
  * A single item within a Batch of dispatches has completed with error.
1251
1177
  **/
1252
- ItemFailed: GenericPalletEvent<Rv, 'Utility', 'ItemFailed', { error: DispatchError }>;
1178
+ ItemFailed: GenericPalletEvent<'Utility', 'ItemFailed', { error: DispatchError }>;
1253
1179
 
1254
1180
  /**
1255
1181
  * A call was dispatched.
1256
1182
  **/
1257
- DispatchedAs: GenericPalletEvent<Rv, 'Utility', 'DispatchedAs', { result: Result<[], DispatchError> }>;
1183
+ DispatchedAs: GenericPalletEvent<'Utility', 'DispatchedAs', { result: Result<[], DispatchError> }>;
1258
1184
 
1259
1185
  /**
1260
1186
  * Main call was dispatched.
1261
1187
  **/
1262
- IfElseMainSuccess: GenericPalletEvent<Rv, 'Utility', 'IfElseMainSuccess', null>;
1188
+ IfElseMainSuccess: GenericPalletEvent<'Utility', 'IfElseMainSuccess', null>;
1263
1189
 
1264
1190
  /**
1265
1191
  * The fallback call was dispatched.
1266
1192
  **/
1267
- IfElseFallbackCalled: GenericPalletEvent<Rv, 'Utility', 'IfElseFallbackCalled', { mainError: DispatchError }>;
1193
+ IfElseFallbackCalled: GenericPalletEvent<'Utility', 'IfElseFallbackCalled', { mainError: DispatchError }>;
1268
1194
 
1269
1195
  /**
1270
1196
  * Generic pallet event
1271
1197
  **/
1272
- [prop: string]: GenericPalletEvent<Rv>;
1198
+ [prop: string]: GenericPalletEvent;
1273
1199
  };
1274
1200
  /**
1275
1201
  * Pallet `Proxy`'s events
@@ -1278,14 +1204,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1278
1204
  /**
1279
1205
  * A proxy was executed correctly, with the given.
1280
1206
  **/
1281
- ProxyExecuted: GenericPalletEvent<Rv, 'Proxy', 'ProxyExecuted', { result: Result<[], DispatchError> }>;
1207
+ ProxyExecuted: GenericPalletEvent<'Proxy', 'ProxyExecuted', { result: Result<[], DispatchError> }>;
1282
1208
 
1283
1209
  /**
1284
1210
  * A pure account has been created by new proxy with given
1285
1211
  * disambiguation index and proxy type.
1286
1212
  **/
1287
1213
  PureCreated: GenericPalletEvent<
1288
- Rv,
1289
1214
  'Proxy',
1290
1215
  'PureCreated',
1291
1216
  {
@@ -1300,7 +1225,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1300
1225
  * A pure proxy was killed by its spawner.
1301
1226
  **/
1302
1227
  PureKilled: GenericPalletEvent<
1303
- Rv,
1304
1228
  'Proxy',
1305
1229
  'PureKilled',
1306
1230
  {
@@ -1314,13 +1238,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1314
1238
  /**
1315
1239
  * An announcement was placed to make a call in the future.
1316
1240
  **/
1317
- Announced: GenericPalletEvent<Rv, 'Proxy', 'Announced', { real: AccountId32; proxy: AccountId32; callHash: H256 }>;
1241
+ Announced: GenericPalletEvent<'Proxy', 'Announced', { real: AccountId32; proxy: AccountId32; callHash: H256 }>;
1318
1242
 
1319
1243
  /**
1320
1244
  * A proxy was added.
1321
1245
  **/
1322
1246
  ProxyAdded: GenericPalletEvent<
1323
- Rv,
1324
1247
  'Proxy',
1325
1248
  'ProxyAdded',
1326
1249
  { delegator: AccountId32; delegatee: AccountId32; proxyType: PaseoRuntimeConstantsProxyProxyType; delay: number }
@@ -1330,7 +1253,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1330
1253
  * A proxy was removed.
1331
1254
  **/
1332
1255
  ProxyRemoved: GenericPalletEvent<
1333
- Rv,
1334
1256
  'Proxy',
1335
1257
  'ProxyRemoved',
1336
1258
  { delegator: AccountId32; delegatee: AccountId32; proxyType: PaseoRuntimeConstantsProxyProxyType; delay: number }
@@ -1340,7 +1262,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1340
1262
  * A deposit stored for proxies or announcements was poked / updated.
1341
1263
  **/
1342
1264
  DepositPoked: GenericPalletEvent<
1343
- Rv,
1344
1265
  'Proxy',
1345
1266
  'DepositPoked',
1346
1267
  { who: AccountId32; kind: PalletProxyDepositKind; oldDeposit: bigint; newDeposit: bigint }
@@ -1349,7 +1270,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1349
1270
  /**
1350
1271
  * Generic pallet event
1351
1272
  **/
1352
- [prop: string]: GenericPalletEvent<Rv>;
1273
+ [prop: string]: GenericPalletEvent;
1353
1274
  };
1354
1275
  /**
1355
1276
  * Pallet `Multisig`'s events
@@ -1359,7 +1280,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1359
1280
  * A new multisig operation has begun.
1360
1281
  **/
1361
1282
  NewMultisig: GenericPalletEvent<
1362
- Rv,
1363
1283
  'Multisig',
1364
1284
  'NewMultisig',
1365
1285
  { approving: AccountId32; multisig: AccountId32; callHash: FixedBytes<32> }
@@ -1369,7 +1289,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1369
1289
  * A multisig operation has been approved by someone.
1370
1290
  **/
1371
1291
  MultisigApproval: GenericPalletEvent<
1372
- Rv,
1373
1292
  'Multisig',
1374
1293
  'MultisigApproval',
1375
1294
  { approving: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
@@ -1379,7 +1298,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1379
1298
  * A multisig operation has been executed.
1380
1299
  **/
1381
1300
  MultisigExecuted: GenericPalletEvent<
1382
- Rv,
1383
1301
  'Multisig',
1384
1302
  'MultisigExecuted',
1385
1303
  {
@@ -1395,7 +1313,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1395
1313
  * A multisig operation has been cancelled.
1396
1314
  **/
1397
1315
  MultisigCancelled: GenericPalletEvent<
1398
- Rv,
1399
1316
  'Multisig',
1400
1317
  'MultisigCancelled',
1401
1318
  { cancelling: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
@@ -1405,7 +1322,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1405
1322
  * The deposit for a multisig operation has been updated/poked.
1406
1323
  **/
1407
1324
  DepositPoked: GenericPalletEvent<
1408
- Rv,
1409
1325
  'Multisig',
1410
1326
  'DepositPoked',
1411
1327
  { who: AccountId32; callHash: FixedBytes<32>; oldDeposit: bigint; newDeposit: bigint }
@@ -1414,7 +1330,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1414
1330
  /**
1415
1331
  * Generic pallet event
1416
1332
  **/
1417
- [prop: string]: GenericPalletEvent<Rv>;
1333
+ [prop: string]: GenericPalletEvent;
1418
1334
  };
1419
1335
  /**
1420
1336
  * Pallet `Bounties`'s events
@@ -1423,28 +1339,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1423
1339
  /**
1424
1340
  * New bounty proposal.
1425
1341
  **/
1426
- BountyProposed: GenericPalletEvent<Rv, 'Bounties', 'BountyProposed', { index: number }>;
1342
+ BountyProposed: GenericPalletEvent<'Bounties', 'BountyProposed', { index: number }>;
1427
1343
 
1428
1344
  /**
1429
1345
  * A bounty proposal was rejected; funds were slashed.
1430
1346
  **/
1431
- BountyRejected: GenericPalletEvent<Rv, 'Bounties', 'BountyRejected', { index: number; bond: bigint }>;
1347
+ BountyRejected: GenericPalletEvent<'Bounties', 'BountyRejected', { index: number; bond: bigint }>;
1432
1348
 
1433
1349
  /**
1434
1350
  * A bounty proposal is funded and became active.
1435
1351
  **/
1436
- BountyBecameActive: GenericPalletEvent<Rv, 'Bounties', 'BountyBecameActive', { index: number }>;
1352
+ BountyBecameActive: GenericPalletEvent<'Bounties', 'BountyBecameActive', { index: number }>;
1437
1353
 
1438
1354
  /**
1439
1355
  * A bounty is awarded to a beneficiary.
1440
1356
  **/
1441
- BountyAwarded: GenericPalletEvent<Rv, 'Bounties', 'BountyAwarded', { index: number; beneficiary: AccountId32 }>;
1357
+ BountyAwarded: GenericPalletEvent<'Bounties', 'BountyAwarded', { index: number; beneficiary: AccountId32 }>;
1442
1358
 
1443
1359
  /**
1444
1360
  * A bounty is claimed by beneficiary.
1445
1361
  **/
1446
1362
  BountyClaimed: GenericPalletEvent<
1447
- Rv,
1448
1363
  'Bounties',
1449
1364
  'BountyClaimed',
1450
1365
  { index: number; payout: bigint; beneficiary: AccountId32 }
@@ -1453,38 +1368,37 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1453
1368
  /**
1454
1369
  * A bounty is cancelled.
1455
1370
  **/
1456
- BountyCanceled: GenericPalletEvent<Rv, 'Bounties', 'BountyCanceled', { index: number }>;
1371
+ BountyCanceled: GenericPalletEvent<'Bounties', 'BountyCanceled', { index: number }>;
1457
1372
 
1458
1373
  /**
1459
1374
  * A bounty expiry is extended.
1460
1375
  **/
1461
- BountyExtended: GenericPalletEvent<Rv, 'Bounties', 'BountyExtended', { index: number }>;
1376
+ BountyExtended: GenericPalletEvent<'Bounties', 'BountyExtended', { index: number }>;
1462
1377
 
1463
1378
  /**
1464
1379
  * A bounty is approved.
1465
1380
  **/
1466
- BountyApproved: GenericPalletEvent<Rv, 'Bounties', 'BountyApproved', { index: number }>;
1381
+ BountyApproved: GenericPalletEvent<'Bounties', 'BountyApproved', { index: number }>;
1467
1382
 
1468
1383
  /**
1469
1384
  * A bounty curator is proposed.
1470
1385
  **/
1471
- CuratorProposed: GenericPalletEvent<Rv, 'Bounties', 'CuratorProposed', { bountyId: number; curator: AccountId32 }>;
1386
+ CuratorProposed: GenericPalletEvent<'Bounties', 'CuratorProposed', { bountyId: number; curator: AccountId32 }>;
1472
1387
 
1473
1388
  /**
1474
1389
  * A bounty curator is unassigned.
1475
1390
  **/
1476
- CuratorUnassigned: GenericPalletEvent<Rv, 'Bounties', 'CuratorUnassigned', { bountyId: number }>;
1391
+ CuratorUnassigned: GenericPalletEvent<'Bounties', 'CuratorUnassigned', { bountyId: number }>;
1477
1392
 
1478
1393
  /**
1479
1394
  * A bounty curator is accepted.
1480
1395
  **/
1481
- CuratorAccepted: GenericPalletEvent<Rv, 'Bounties', 'CuratorAccepted', { bountyId: number; curator: AccountId32 }>;
1396
+ CuratorAccepted: GenericPalletEvent<'Bounties', 'CuratorAccepted', { bountyId: number; curator: AccountId32 }>;
1482
1397
 
1483
1398
  /**
1484
1399
  * A bounty deposit has been poked.
1485
1400
  **/
1486
1401
  DepositPoked: GenericPalletEvent<
1487
- Rv,
1488
1402
  'Bounties',
1489
1403
  'DepositPoked',
1490
1404
  { bountyId: number; proposer: AccountId32; oldDeposit: bigint; newDeposit: bigint }
@@ -1493,7 +1407,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1493
1407
  /**
1494
1408
  * Generic pallet event
1495
1409
  **/
1496
- [prop: string]: GenericPalletEvent<Rv>;
1410
+ [prop: string]: GenericPalletEvent;
1497
1411
  };
1498
1412
  /**
1499
1413
  * Pallet `ChildBounties`'s events
@@ -1502,13 +1416,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1502
1416
  /**
1503
1417
  * A child-bounty is added.
1504
1418
  **/
1505
- Added: GenericPalletEvent<Rv, 'ChildBounties', 'Added', { index: number; childIndex: number }>;
1419
+ Added: GenericPalletEvent<'ChildBounties', 'Added', { index: number; childIndex: number }>;
1506
1420
 
1507
1421
  /**
1508
1422
  * A child-bounty is awarded to a beneficiary.
1509
1423
  **/
1510
1424
  Awarded: GenericPalletEvent<
1511
- Rv,
1512
1425
  'ChildBounties',
1513
1426
  'Awarded',
1514
1427
  { index: number; childIndex: number; beneficiary: AccountId32 }
@@ -1518,7 +1431,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1518
1431
  * A child-bounty is claimed by beneficiary.
1519
1432
  **/
1520
1433
  Claimed: GenericPalletEvent<
1521
- Rv,
1522
1434
  'ChildBounties',
1523
1435
  'Claimed',
1524
1436
  { index: number; childIndex: number; payout: bigint; beneficiary: AccountId32 }
@@ -1527,12 +1439,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1527
1439
  /**
1528
1440
  * A child-bounty is cancelled.
1529
1441
  **/
1530
- Canceled: GenericPalletEvent<Rv, 'ChildBounties', 'Canceled', { index: number; childIndex: number }>;
1442
+ Canceled: GenericPalletEvent<'ChildBounties', 'Canceled', { index: number; childIndex: number }>;
1531
1443
 
1532
1444
  /**
1533
1445
  * Generic pallet event
1534
1446
  **/
1535
- [prop: string]: GenericPalletEvent<Rv>;
1447
+ [prop: string]: GenericPalletEvent;
1536
1448
  };
1537
1449
  /**
1538
1450
  * Pallet `ElectionProviderMultiPhase`'s events
@@ -1548,7 +1460,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1548
1460
  * room for this one.
1549
1461
  **/
1550
1462
  SolutionStored: GenericPalletEvent<
1551
- Rv,
1552
1463
  'ElectionProviderMultiPhase',
1553
1464
  'SolutionStored',
1554
1465
  {
@@ -1562,7 +1473,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1562
1473
  * The election has been finalized, with the given computation and score.
1563
1474
  **/
1564
1475
  ElectionFinalized: GenericPalletEvent<
1565
- Rv,
1566
1476
  'ElectionProviderMultiPhase',
1567
1477
  'ElectionFinalized',
1568
1478
  { compute: PalletElectionProviderMultiPhaseElectionCompute; score: SpNposElectionsElectionScore }
@@ -1573,23 +1483,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1573
1483
  *
1574
1484
  * Not much can be said about which computes failed in the process.
1575
1485
  **/
1576
- ElectionFailed: GenericPalletEvent<Rv, 'ElectionProviderMultiPhase', 'ElectionFailed', null>;
1486
+ ElectionFailed: GenericPalletEvent<'ElectionProviderMultiPhase', 'ElectionFailed', null>;
1577
1487
 
1578
1488
  /**
1579
1489
  * An account has been rewarded for their signed submission being finalized.
1580
1490
  **/
1581
- Rewarded: GenericPalletEvent<Rv, 'ElectionProviderMultiPhase', 'Rewarded', { account: AccountId32; value: bigint }>;
1491
+ Rewarded: GenericPalletEvent<'ElectionProviderMultiPhase', 'Rewarded', { account: AccountId32; value: bigint }>;
1582
1492
 
1583
1493
  /**
1584
1494
  * An account has been slashed for submitting an invalid signed submission.
1585
1495
  **/
1586
- Slashed: GenericPalletEvent<Rv, 'ElectionProviderMultiPhase', 'Slashed', { account: AccountId32; value: bigint }>;
1496
+ Slashed: GenericPalletEvent<'ElectionProviderMultiPhase', 'Slashed', { account: AccountId32; value: bigint }>;
1587
1497
 
1588
1498
  /**
1589
1499
  * There was a phase transition in a given round.
1590
1500
  **/
1591
1501
  PhaseTransitioned: GenericPalletEvent<
1592
- Rv,
1593
1502
  'ElectionProviderMultiPhase',
1594
1503
  'PhaseTransitioned',
1595
1504
  { from: PalletElectionProviderMultiPhasePhase; to: PalletElectionProviderMultiPhasePhase; round: number }
@@ -1598,7 +1507,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1598
1507
  /**
1599
1508
  * Generic pallet event
1600
1509
  **/
1601
- [prop: string]: GenericPalletEvent<Rv>;
1510
+ [prop: string]: GenericPalletEvent;
1602
1511
  };
1603
1512
  /**
1604
1513
  * Pallet `VoterList`'s events
@@ -1607,17 +1516,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1607
1516
  /**
1608
1517
  * Moved an account from one bag to another.
1609
1518
  **/
1610
- Rebagged: GenericPalletEvent<Rv, 'VoterList', 'Rebagged', { who: AccountId32; from: bigint; to: bigint }>;
1519
+ Rebagged: GenericPalletEvent<'VoterList', 'Rebagged', { who: AccountId32; from: bigint; to: bigint }>;
1611
1520
 
1612
1521
  /**
1613
1522
  * Updated the score of some account to the given amount.
1614
1523
  **/
1615
- ScoreUpdated: GenericPalletEvent<Rv, 'VoterList', 'ScoreUpdated', { who: AccountId32; newScore: bigint }>;
1524
+ ScoreUpdated: GenericPalletEvent<'VoterList', 'ScoreUpdated', { who: AccountId32; newScore: bigint }>;
1616
1525
 
1617
1526
  /**
1618
1527
  * Generic pallet event
1619
1528
  **/
1620
- [prop: string]: GenericPalletEvent<Rv>;
1529
+ [prop: string]: GenericPalletEvent;
1621
1530
  };
1622
1531
  /**
1623
1532
  * Pallet `NominationPools`'s events
@@ -1626,13 +1535,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1626
1535
  /**
1627
1536
  * A pool has been created.
1628
1537
  **/
1629
- Created: GenericPalletEvent<Rv, 'NominationPools', 'Created', { depositor: AccountId32; poolId: number }>;
1538
+ Created: GenericPalletEvent<'NominationPools', 'Created', { depositor: AccountId32; poolId: number }>;
1630
1539
 
1631
1540
  /**
1632
1541
  * A member has became bonded in a pool.
1633
1542
  **/
1634
1543
  Bonded: GenericPalletEvent<
1635
- Rv,
1636
1544
  'NominationPools',
1637
1545
  'Bonded',
1638
1546
  { member: AccountId32; poolId: number; bonded: bigint; joined: boolean }
@@ -1641,12 +1549,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1641
1549
  /**
1642
1550
  * A payout has been made to a member.
1643
1551
  **/
1644
- PaidOut: GenericPalletEvent<
1645
- Rv,
1646
- 'NominationPools',
1647
- 'PaidOut',
1648
- { member: AccountId32; poolId: number; payout: bigint }
1649
- >;
1552
+ PaidOut: GenericPalletEvent<'NominationPools', 'PaidOut', { member: AccountId32; poolId: number; payout: bigint }>;
1650
1553
 
1651
1554
  /**
1652
1555
  * A member has unbonded from their pool.
@@ -1662,7 +1565,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1662
1565
  * requested to be unbonded.
1663
1566
  **/
1664
1567
  Unbonded: GenericPalletEvent<
1665
- Rv,
1666
1568
  'NominationPools',
1667
1569
  'Unbonded',
1668
1570
  { member: AccountId32; poolId: number; balance: bigint; points: bigint; era: number }
@@ -1677,7 +1579,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1677
1579
  * will be 1.
1678
1580
  **/
1679
1581
  Withdrawn: GenericPalletEvent<
1680
- Rv,
1681
1582
  'NominationPools',
1682
1583
  'Withdrawn',
1683
1584
  { member: AccountId32; poolId: number; balance: bigint; points: bigint }
@@ -1686,13 +1587,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1686
1587
  /**
1687
1588
  * A pool has been destroyed.
1688
1589
  **/
1689
- Destroyed: GenericPalletEvent<Rv, 'NominationPools', 'Destroyed', { poolId: number }>;
1590
+ Destroyed: GenericPalletEvent<'NominationPools', 'Destroyed', { poolId: number }>;
1690
1591
 
1691
1592
  /**
1692
1593
  * The state of a pool has changed
1693
1594
  **/
1694
1595
  StateChanged: GenericPalletEvent<
1695
- Rv,
1696
1596
  'NominationPools',
1697
1597
  'StateChanged',
1698
1598
  { poolId: number; newState: PalletNominationPoolsPoolState }
@@ -1706,7 +1606,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1706
1606
  * represented by `released_balance`.
1707
1607
  **/
1708
1608
  MemberRemoved: GenericPalletEvent<
1709
- Rv,
1710
1609
  'NominationPools',
1711
1610
  'MemberRemoved',
1712
1611
  { poolId: number; member: AccountId32; releasedBalance: bigint }
@@ -1717,7 +1616,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1717
1616
  * can never change.
1718
1617
  **/
1719
1618
  RolesUpdated: GenericPalletEvent<
1720
- Rv,
1721
1619
  'NominationPools',
1722
1620
  'RolesUpdated',
1723
1621
  { root?: AccountId32 | undefined; bouncer?: AccountId32 | undefined; nominator?: AccountId32 | undefined }
@@ -1726,13 +1624,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1726
1624
  /**
1727
1625
  * The active balance of pool `pool_id` has been slashed to `balance`.
1728
1626
  **/
1729
- PoolSlashed: GenericPalletEvent<Rv, 'NominationPools', 'PoolSlashed', { poolId: number; balance: bigint }>;
1627
+ PoolSlashed: GenericPalletEvent<'NominationPools', 'PoolSlashed', { poolId: number; balance: bigint }>;
1730
1628
 
1731
1629
  /**
1732
1630
  * The unbond pool at `era` of pool `pool_id` has been slashed to `balance`.
1733
1631
  **/
1734
1632
  UnbondingPoolSlashed: GenericPalletEvent<
1735
- Rv,
1736
1633
  'NominationPools',
1737
1634
  'UnbondingPoolSlashed',
1738
1635
  { poolId: number; era: number; balance: bigint }
@@ -1742,7 +1639,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1742
1639
  * A pool's commission setting has been changed.
1743
1640
  **/
1744
1641
  PoolCommissionUpdated: GenericPalletEvent<
1745
- Rv,
1746
1642
  'NominationPools',
1747
1643
  'PoolCommissionUpdated',
1748
1644
  { poolId: number; current?: [Perbill, AccountId32] | undefined }
@@ -1752,7 +1648,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1752
1648
  * A pool's maximum commission setting has been changed.
1753
1649
  **/
1754
1650
  PoolMaxCommissionUpdated: GenericPalletEvent<
1755
- Rv,
1756
1651
  'NominationPools',
1757
1652
  'PoolMaxCommissionUpdated',
1758
1653
  { poolId: number; maxCommission: Perbill }
@@ -1762,7 +1657,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1762
1657
  * A pool's commission `change_rate` has been changed.
1763
1658
  **/
1764
1659
  PoolCommissionChangeRateUpdated: GenericPalletEvent<
1765
- Rv,
1766
1660
  'NominationPools',
1767
1661
  'PoolCommissionChangeRateUpdated',
1768
1662
  { poolId: number; changeRate: PalletNominationPoolsCommissionChangeRate }
@@ -1772,7 +1666,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1772
1666
  * Pool commission claim permission has been updated.
1773
1667
  **/
1774
1668
  PoolCommissionClaimPermissionUpdated: GenericPalletEvent<
1775
- Rv,
1776
1669
  'NominationPools',
1777
1670
  'PoolCommissionClaimPermissionUpdated',
1778
1671
  { poolId: number; permission?: PalletNominationPoolsCommissionClaimPermission | undefined }
@@ -1782,7 +1675,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1782
1675
  * Pool commission has been claimed.
1783
1676
  **/
1784
1677
  PoolCommissionClaimed: GenericPalletEvent<
1785
- Rv,
1786
1678
  'NominationPools',
1787
1679
  'PoolCommissionClaimed',
1788
1680
  { poolId: number; commission: bigint }
@@ -1792,7 +1684,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1792
1684
  * Topped up deficit in frozen ED of the reward pool.
1793
1685
  **/
1794
1686
  MinBalanceDeficitAdjusted: GenericPalletEvent<
1795
- Rv,
1796
1687
  'NominationPools',
1797
1688
  'MinBalanceDeficitAdjusted',
1798
1689
  { poolId: number; amount: bigint }
@@ -1802,7 +1693,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1802
1693
  * Claimed excess frozen ED of af the reward pool.
1803
1694
  **/
1804
1695
  MinBalanceExcessAdjusted: GenericPalletEvent<
1805
- Rv,
1806
1696
  'NominationPools',
1807
1697
  'MinBalanceExcessAdjusted',
1808
1698
  { poolId: number; amount: bigint }
@@ -1812,7 +1702,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1812
1702
  * A pool member's claim permission has been updated.
1813
1703
  **/
1814
1704
  MemberClaimPermissionUpdated: GenericPalletEvent<
1815
- Rv,
1816
1705
  'NominationPools',
1817
1706
  'MemberClaimPermissionUpdated',
1818
1707
  { member: AccountId32; permission: PalletNominationPoolsClaimPermission }
@@ -1821,19 +1710,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1821
1710
  /**
1822
1711
  * A pool's metadata was updated.
1823
1712
  **/
1824
- MetadataUpdated: GenericPalletEvent<
1825
- Rv,
1826
- 'NominationPools',
1827
- 'MetadataUpdated',
1828
- { poolId: number; caller: AccountId32 }
1829
- >;
1713
+ MetadataUpdated: GenericPalletEvent<'NominationPools', 'MetadataUpdated', { poolId: number; caller: AccountId32 }>;
1830
1714
 
1831
1715
  /**
1832
1716
  * A pool's nominating account (or the pool's root account) has nominated a validator set
1833
1717
  * on behalf of the pool.
1834
1718
  **/
1835
1719
  PoolNominationMade: GenericPalletEvent<
1836
- Rv,
1837
1720
  'NominationPools',
1838
1721
  'PoolNominationMade',
1839
1722
  { poolId: number; caller: AccountId32 }
@@ -1843,7 +1726,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1843
1726
  * The pool is chilled i.e. no longer nominating.
1844
1727
  **/
1845
1728
  PoolNominatorChilled: GenericPalletEvent<
1846
- Rv,
1847
1729
  'NominationPools',
1848
1730
  'PoolNominatorChilled',
1849
1731
  { poolId: number; caller: AccountId32 }
@@ -1853,7 +1735,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1853
1735
  * Global parameters regulating nomination pools have been updated.
1854
1736
  **/
1855
1737
  GlobalParamsUpdated: GenericPalletEvent<
1856
- Rv,
1857
1738
  'NominationPools',
1858
1739
  'GlobalParamsUpdated',
1859
1740
  {
@@ -1869,7 +1750,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1869
1750
  /**
1870
1751
  * Generic pallet event
1871
1752
  **/
1872
- [prop: string]: GenericPalletEvent<Rv>;
1753
+ [prop: string]: GenericPalletEvent;
1873
1754
  };
1874
1755
  /**
1875
1756
  * Pallet `FastUnstake`'s events
@@ -1878,22 +1759,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1878
1759
  /**
1879
1760
  * A staker was unstaked.
1880
1761
  **/
1881
- Unstaked: GenericPalletEvent<
1882
- Rv,
1883
- 'FastUnstake',
1884
- 'Unstaked',
1885
- { stash: AccountId32; result: Result<[], DispatchError> }
1886
- >;
1762
+ Unstaked: GenericPalletEvent<'FastUnstake', 'Unstaked', { stash: AccountId32; result: Result<[], DispatchError> }>;
1887
1763
 
1888
1764
  /**
1889
1765
  * A staker was slashed for requesting fast-unstake whilst being exposed.
1890
1766
  **/
1891
- Slashed: GenericPalletEvent<Rv, 'FastUnstake', 'Slashed', { stash: AccountId32; amount: bigint }>;
1767
+ Slashed: GenericPalletEvent<'FastUnstake', 'Slashed', { stash: AccountId32; amount: bigint }>;
1892
1768
 
1893
1769
  /**
1894
1770
  * A batch was partially checked for the given eras, but the process did not finish.
1895
1771
  **/
1896
- BatchChecked: GenericPalletEvent<Rv, 'FastUnstake', 'BatchChecked', { eras: Array<number> }>;
1772
+ BatchChecked: GenericPalletEvent<'FastUnstake', 'BatchChecked', { eras: Array<number> }>;
1897
1773
 
1898
1774
  /**
1899
1775
  * A batch of a given size was terminated.
@@ -1901,17 +1777,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1901
1777
  * This is always follows by a number of `Unstaked` or `Slashed` events, marking the end
1902
1778
  * of the batch. A new batch will be created upon next block.
1903
1779
  **/
1904
- BatchFinished: GenericPalletEvent<Rv, 'FastUnstake', 'BatchFinished', { size: number }>;
1780
+ BatchFinished: GenericPalletEvent<'FastUnstake', 'BatchFinished', { size: number }>;
1905
1781
 
1906
1782
  /**
1907
1783
  * An internal error happened. Operations will be paused now.
1908
1784
  **/
1909
- InternalError: GenericPalletEvent<Rv, 'FastUnstake', 'InternalError', null>;
1785
+ InternalError: GenericPalletEvent<'FastUnstake', 'InternalError', null>;
1910
1786
 
1911
1787
  /**
1912
1788
  * Generic pallet event
1913
1789
  **/
1914
- [prop: string]: GenericPalletEvent<Rv>;
1790
+ [prop: string]: GenericPalletEvent;
1915
1791
  };
1916
1792
  /**
1917
1793
  * Pallet `DelegatedStaking`'s events
@@ -1921,7 +1797,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1921
1797
  * Funds delegated by a delegator.
1922
1798
  **/
1923
1799
  Delegated: GenericPalletEvent<
1924
- Rv,
1925
1800
  'DelegatedStaking',
1926
1801
  'Delegated',
1927
1802
  { agent: AccountId32; delegator: AccountId32; amount: bigint }
@@ -1931,7 +1806,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1931
1806
  * Funds released to a delegator.
1932
1807
  **/
1933
1808
  Released: GenericPalletEvent<
1934
- Rv,
1935
1809
  'DelegatedStaking',
1936
1810
  'Released',
1937
1811
  { agent: AccountId32; delegator: AccountId32; amount: bigint }
@@ -1941,7 +1815,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1941
1815
  * Funds slashed from a delegator.
1942
1816
  **/
1943
1817
  Slashed: GenericPalletEvent<
1944
- Rv,
1945
1818
  'DelegatedStaking',
1946
1819
  'Slashed',
1947
1820
  { agent: AccountId32; delegator: AccountId32; amount: bigint }
@@ -1951,7 +1824,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1951
1824
  * Unclaimed delegation funds migrated to delegator.
1952
1825
  **/
1953
1826
  MigratedDelegation: GenericPalletEvent<
1954
- Rv,
1955
1827
  'DelegatedStaking',
1956
1828
  'MigratedDelegation',
1957
1829
  { agent: AccountId32; delegator: AccountId32; amount: bigint }
@@ -1960,7 +1832,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1960
1832
  /**
1961
1833
  * Generic pallet event
1962
1834
  **/
1963
- [prop: string]: GenericPalletEvent<Rv>;
1835
+ [prop: string]: GenericPalletEvent;
1964
1836
  };
1965
1837
  /**
1966
1838
  * Pallet `StakingAhClient`'s events
@@ -1970,7 +1842,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1970
1842
  * A new validator set has been received.
1971
1843
  **/
1972
1844
  ValidatorSetReceived: GenericPalletEvent<
1973
- Rv,
1974
1845
  'StakingAhClient',
1975
1846
  'ValidatorSetReceived',
1976
1847
  { id: number; newValidatorSetCount: number; pruneUpTo?: number | undefined; leftover: boolean }
@@ -1982,24 +1853,24 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1982
1853
  * Note that this event is more resembling an error, but we use an event because in this
1983
1854
  * pallet we need to mutate storage upon some failures.
1984
1855
  **/
1985
- CouldNotMergeAndDropped: GenericPalletEvent<Rv, 'StakingAhClient', 'CouldNotMergeAndDropped', null>;
1856
+ CouldNotMergeAndDropped: GenericPalletEvent<'StakingAhClient', 'CouldNotMergeAndDropped', null>;
1986
1857
 
1987
1858
  /**
1988
1859
  * The validator set received is way too small, as per
1989
1860
  * [`Config::MinimumValidatorSetSize`].
1990
1861
  **/
1991
- SetTooSmallAndDropped: GenericPalletEvent<Rv, 'StakingAhClient', 'SetTooSmallAndDropped', null>;
1862
+ SetTooSmallAndDropped: GenericPalletEvent<'StakingAhClient', 'SetTooSmallAndDropped', null>;
1992
1863
 
1993
1864
  /**
1994
1865
  * Something occurred that should never happen under normal operation. Logged as an event
1995
1866
  * for fail-safe observability.
1996
1867
  **/
1997
- Unexpected: GenericPalletEvent<Rv, 'StakingAhClient', 'Unexpected', PalletStakingAsyncAhClientUnexpectedKind>;
1868
+ Unexpected: GenericPalletEvent<'StakingAhClient', 'Unexpected', PalletStakingAsyncAhClientUnexpectedKind>;
1998
1869
 
1999
1870
  /**
2000
1871
  * Generic pallet event
2001
1872
  **/
2002
- [prop: string]: GenericPalletEvent<Rv>;
1873
+ [prop: string]: GenericPalletEvent;
2003
1874
  };
2004
1875
  /**
2005
1876
  * Pallet `ParaInclusion`'s events
@@ -2009,7 +1880,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2009
1880
  * A candidate was backed. `[candidate, head_data]`
2010
1881
  **/
2011
1882
  CandidateBacked: GenericPalletEvent<
2012
- Rv,
2013
1883
  'ParaInclusion',
2014
1884
  'CandidateBacked',
2015
1885
  [
@@ -2024,7 +1894,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2024
1894
  * A candidate was included. `[candidate, head_data]`
2025
1895
  **/
2026
1896
  CandidateIncluded: GenericPalletEvent<
2027
- Rv,
2028
1897
  'ParaInclusion',
2029
1898
  'CandidateIncluded',
2030
1899
  [
@@ -2039,7 +1908,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2039
1908
  * A candidate timed out. `[candidate, head_data]`
2040
1909
  **/
2041
1910
  CandidateTimedOut: GenericPalletEvent<
2042
- Rv,
2043
1911
  'ParaInclusion',
2044
1912
  'CandidateTimedOut',
2045
1913
  [
@@ -2053,7 +1921,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2053
1921
  * Some upward messages have been received and will be processed.
2054
1922
  **/
2055
1923
  UpwardMessagesReceived: GenericPalletEvent<
2056
- Rv,
2057
1924
  'ParaInclusion',
2058
1925
  'UpwardMessagesReceived',
2059
1926
  { from: PolkadotParachainPrimitivesPrimitivesId; count: number }
@@ -2062,7 +1929,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2062
1929
  /**
2063
1930
  * Generic pallet event
2064
1931
  **/
2065
- [prop: string]: GenericPalletEvent<Rv>;
1932
+ [prop: string]: GenericPalletEvent;
2066
1933
  };
2067
1934
  /**
2068
1935
  * Pallet `Paras`'s events
@@ -2071,39 +1938,33 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2071
1938
  /**
2072
1939
  * Current code has been updated for a Para. `para_id`
2073
1940
  **/
2074
- CurrentCodeUpdated: GenericPalletEvent<Rv, 'Paras', 'CurrentCodeUpdated', PolkadotParachainPrimitivesPrimitivesId>;
1941
+ CurrentCodeUpdated: GenericPalletEvent<'Paras', 'CurrentCodeUpdated', PolkadotParachainPrimitivesPrimitivesId>;
2075
1942
 
2076
1943
  /**
2077
1944
  * Current head has been updated for a Para. `para_id`
2078
1945
  **/
2079
- CurrentHeadUpdated: GenericPalletEvent<Rv, 'Paras', 'CurrentHeadUpdated', PolkadotParachainPrimitivesPrimitivesId>;
1946
+ CurrentHeadUpdated: GenericPalletEvent<'Paras', 'CurrentHeadUpdated', PolkadotParachainPrimitivesPrimitivesId>;
2080
1947
 
2081
1948
  /**
2082
1949
  * A code upgrade has been scheduled for a Para. `para_id`
2083
1950
  **/
2084
- CodeUpgradeScheduled: GenericPalletEvent<
2085
- Rv,
2086
- 'Paras',
2087
- 'CodeUpgradeScheduled',
2088
- PolkadotParachainPrimitivesPrimitivesId
2089
- >;
1951
+ CodeUpgradeScheduled: GenericPalletEvent<'Paras', 'CodeUpgradeScheduled', PolkadotParachainPrimitivesPrimitivesId>;
2090
1952
 
2091
1953
  /**
2092
1954
  * A new head has been noted for a Para. `para_id`
2093
1955
  **/
2094
- NewHeadNoted: GenericPalletEvent<Rv, 'Paras', 'NewHeadNoted', PolkadotParachainPrimitivesPrimitivesId>;
1956
+ NewHeadNoted: GenericPalletEvent<'Paras', 'NewHeadNoted', PolkadotParachainPrimitivesPrimitivesId>;
2095
1957
 
2096
1958
  /**
2097
1959
  * A para has been queued to execute pending actions. `para_id`
2098
1960
  **/
2099
- ActionQueued: GenericPalletEvent<Rv, 'Paras', 'ActionQueued', [PolkadotParachainPrimitivesPrimitivesId, number]>;
1961
+ ActionQueued: GenericPalletEvent<'Paras', 'ActionQueued', [PolkadotParachainPrimitivesPrimitivesId, number]>;
2100
1962
 
2101
1963
  /**
2102
1964
  * The given para either initiated or subscribed to a PVF check for the given validation
2103
1965
  * code. `code_hash` `para_id`
2104
1966
  **/
2105
1967
  PvfCheckStarted: GenericPalletEvent<
2106
- Rv,
2107
1968
  'Paras',
2108
1969
  'PvfCheckStarted',
2109
1970
  [PolkadotParachainPrimitivesPrimitivesValidationCodeHash, PolkadotParachainPrimitivesPrimitivesId]
@@ -2114,7 +1975,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2114
1975
  * `code_hash` `para_id`
2115
1976
  **/
2116
1977
  PvfCheckAccepted: GenericPalletEvent<
2117
- Rv,
2118
1978
  'Paras',
2119
1979
  'PvfCheckAccepted',
2120
1980
  [PolkadotParachainPrimitivesPrimitivesValidationCodeHash, PolkadotParachainPrimitivesPrimitivesId]
@@ -2125,7 +1985,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2125
1985
  * `code_hash` `para_id`
2126
1986
  **/
2127
1987
  PvfCheckRejected: GenericPalletEvent<
2128
- Rv,
2129
1988
  'Paras',
2130
1989
  'PvfCheckRejected',
2131
1990
  [PolkadotParachainPrimitivesPrimitivesValidationCodeHash, PolkadotParachainPrimitivesPrimitivesId]
@@ -2135,7 +1994,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2135
1994
  * The upgrade cooldown was removed.
2136
1995
  **/
2137
1996
  UpgradeCooldownRemoved: GenericPalletEvent<
2138
- Rv,
2139
1997
  'Paras',
2140
1998
  'UpgradeCooldownRemoved',
2141
1999
  {
@@ -2150,7 +2008,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2150
2008
  * A new code hash has been authorized for a Para.
2151
2009
  **/
2152
2010
  CodeAuthorized: GenericPalletEvent<
2153
- Rv,
2154
2011
  'Paras',
2155
2012
  'CodeAuthorized',
2156
2013
  {
@@ -2174,7 +2031,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2174
2031
  /**
2175
2032
  * Generic pallet event
2176
2033
  **/
2177
- [prop: string]: GenericPalletEvent<Rv>;
2034
+ [prop: string]: GenericPalletEvent;
2178
2035
  };
2179
2036
  /**
2180
2037
  * Pallet `Hrmp`'s events
@@ -2184,7 +2041,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2184
2041
  * Open HRMP channel requested.
2185
2042
  **/
2186
2043
  OpenChannelRequested: GenericPalletEvent<
2187
- Rv,
2188
2044
  'Hrmp',
2189
2045
  'OpenChannelRequested',
2190
2046
  {
@@ -2199,7 +2055,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2199
2055
  * An HRMP channel request sent by the receiver was canceled by either party.
2200
2056
  **/
2201
2057
  OpenChannelCanceled: GenericPalletEvent<
2202
- Rv,
2203
2058
  'Hrmp',
2204
2059
  'OpenChannelCanceled',
2205
2060
  {
@@ -2212,7 +2067,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2212
2067
  * Open HRMP channel accepted.
2213
2068
  **/
2214
2069
  OpenChannelAccepted: GenericPalletEvent<
2215
- Rv,
2216
2070
  'Hrmp',
2217
2071
  'OpenChannelAccepted',
2218
2072
  { sender: PolkadotParachainPrimitivesPrimitivesId; recipient: PolkadotParachainPrimitivesPrimitivesId }
@@ -2222,7 +2076,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2222
2076
  * HRMP channel closed.
2223
2077
  **/
2224
2078
  ChannelClosed: GenericPalletEvent<
2225
- Rv,
2226
2079
  'Hrmp',
2227
2080
  'ChannelClosed',
2228
2081
  {
@@ -2235,7 +2088,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2235
2088
  * An HRMP channel was opened via Root origin.
2236
2089
  **/
2237
2090
  HrmpChannelForceOpened: GenericPalletEvent<
2238
- Rv,
2239
2091
  'Hrmp',
2240
2092
  'HrmpChannelForceOpened',
2241
2093
  {
@@ -2250,7 +2102,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2250
2102
  * An HRMP channel was opened with a system chain.
2251
2103
  **/
2252
2104
  HrmpSystemChannelOpened: GenericPalletEvent<
2253
- Rv,
2254
2105
  'Hrmp',
2255
2106
  'HrmpSystemChannelOpened',
2256
2107
  {
@@ -2265,7 +2116,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2265
2116
  * An HRMP channel's deposits were updated.
2266
2117
  **/
2267
2118
  OpenChannelDepositsUpdated: GenericPalletEvent<
2268
- Rv,
2269
2119
  'Hrmp',
2270
2120
  'OpenChannelDepositsUpdated',
2271
2121
  { sender: PolkadotParachainPrimitivesPrimitivesId; recipient: PolkadotParachainPrimitivesPrimitivesId }
@@ -2274,7 +2124,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2274
2124
  /**
2275
2125
  * Generic pallet event
2276
2126
  **/
2277
- [prop: string]: GenericPalletEvent<Rv>;
2127
+ [prop: string]: GenericPalletEvent;
2278
2128
  };
2279
2129
  /**
2280
2130
  * Pallet `ParasDisputes`'s events
@@ -2284,7 +2134,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2284
2134
  * A dispute has been initiated. \[candidate hash, dispute location\]
2285
2135
  **/
2286
2136
  DisputeInitiated: GenericPalletEvent<
2287
- Rv,
2288
2137
  'ParasDisputes',
2289
2138
  'DisputeInitiated',
2290
2139
  [PolkadotCorePrimitivesCandidateHash, PolkadotRuntimeParachainsDisputesDisputeLocation]
@@ -2295,7 +2144,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2295
2144
  * `\[para id, candidate hash, dispute result\]`
2296
2145
  **/
2297
2146
  DisputeConcluded: GenericPalletEvent<
2298
- Rv,
2299
2147
  'ParasDisputes',
2300
2148
  'DisputeConcluded',
2301
2149
  [PolkadotCorePrimitivesCandidateHash, PolkadotRuntimeParachainsDisputesDisputeResult]
@@ -2307,12 +2155,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2307
2155
  * instead revert the block at the given height. This should be the
2308
2156
  * number of the child of the last known valid block in the chain.
2309
2157
  **/
2310
- Revert: GenericPalletEvent<Rv, 'ParasDisputes', 'Revert', number>;
2158
+ Revert: GenericPalletEvent<'ParasDisputes', 'Revert', number>;
2311
2159
 
2312
2160
  /**
2313
2161
  * Generic pallet event
2314
2162
  **/
2315
- [prop: string]: GenericPalletEvent<Rv>;
2163
+ [prop: string]: GenericPalletEvent;
2316
2164
  };
2317
2165
  /**
2318
2166
  * Pallet `OnDemand`'s events
@@ -2322,7 +2170,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2322
2170
  * An order was placed at some spot price amount by orderer ordered_by
2323
2171
  **/
2324
2172
  OnDemandOrderPlaced: GenericPalletEvent<
2325
- Rv,
2326
2173
  'OnDemand',
2327
2174
  'OnDemandOrderPlaced',
2328
2175
  { paraId: PolkadotParachainPrimitivesPrimitivesId; spotPrice: bigint; orderedBy: AccountId32 }
@@ -2331,42 +2178,34 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2331
2178
  /**
2332
2179
  * The value of the spot price has likely changed
2333
2180
  **/
2334
- SpotPriceSet: GenericPalletEvent<Rv, 'OnDemand', 'SpotPriceSet', { spotPrice: bigint }>;
2181
+ SpotPriceSet: GenericPalletEvent<'OnDemand', 'SpotPriceSet', { spotPrice: bigint }>;
2335
2182
 
2336
2183
  /**
2337
2184
  * An account was given credits.
2338
2185
  **/
2339
- AccountCredited: GenericPalletEvent<Rv, 'OnDemand', 'AccountCredited', { who: AccountId32; amount: bigint }>;
2186
+ AccountCredited: GenericPalletEvent<'OnDemand', 'AccountCredited', { who: AccountId32; amount: bigint }>;
2340
2187
 
2341
2188
  /**
2342
2189
  * Generic pallet event
2343
2190
  **/
2344
- [prop: string]: GenericPalletEvent<Rv>;
2191
+ [prop: string]: GenericPalletEvent;
2345
2192
  };
2346
2193
  /**
2347
2194
  * Pallet `Registrar`'s events
2348
2195
  **/
2349
2196
  registrar: {
2350
2197
  Registered: GenericPalletEvent<
2351
- Rv,
2352
2198
  'Registrar',
2353
2199
  'Registered',
2354
2200
  { paraId: PolkadotParachainPrimitivesPrimitivesId; manager: AccountId32 }
2355
2201
  >;
2356
- Deregistered: GenericPalletEvent<
2357
- Rv,
2358
- 'Registrar',
2359
- 'Deregistered',
2360
- { paraId: PolkadotParachainPrimitivesPrimitivesId }
2361
- >;
2202
+ Deregistered: GenericPalletEvent<'Registrar', 'Deregistered', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
2362
2203
  Reserved: GenericPalletEvent<
2363
- Rv,
2364
2204
  'Registrar',
2365
2205
  'Reserved',
2366
2206
  { paraId: PolkadotParachainPrimitivesPrimitivesId; who: AccountId32 }
2367
2207
  >;
2368
2208
  Swapped: GenericPalletEvent<
2369
- Rv,
2370
2209
  'Registrar',
2371
2210
  'Swapped',
2372
2211
  { paraId: PolkadotParachainPrimitivesPrimitivesId; otherId: PolkadotParachainPrimitivesPrimitivesId }
@@ -2375,7 +2214,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2375
2214
  /**
2376
2215
  * Generic pallet event
2377
2216
  **/
2378
- [prop: string]: GenericPalletEvent<Rv>;
2217
+ [prop: string]: GenericPalletEvent;
2379
2218
  };
2380
2219
  /**
2381
2220
  * Pallet `Slots`'s events
@@ -2384,7 +2223,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2384
2223
  /**
2385
2224
  * A new `[lease_period]` is beginning.
2386
2225
  **/
2387
- NewLeasePeriod: GenericPalletEvent<Rv, 'Slots', 'NewLeasePeriod', { leasePeriod: number }>;
2226
+ NewLeasePeriod: GenericPalletEvent<'Slots', 'NewLeasePeriod', { leasePeriod: number }>;
2388
2227
 
2389
2228
  /**
2390
2229
  * A para has won the right to a continuous set of lease periods as a parachain.
@@ -2392,7 +2231,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2392
2231
  * Second balance is the total amount reserved.
2393
2232
  **/
2394
2233
  Leased: GenericPalletEvent<
2395
- Rv,
2396
2234
  'Slots',
2397
2235
  'Leased',
2398
2236
  {
@@ -2408,7 +2246,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2408
2246
  /**
2409
2247
  * Generic pallet event
2410
2248
  **/
2411
- [prop: string]: GenericPalletEvent<Rv>;
2249
+ [prop: string]: GenericPalletEvent;
2412
2250
  };
2413
2251
  /**
2414
2252
  * Pallet `Auctions`'s events
@@ -2419,7 +2257,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2419
2257
  * close and the first lease period of the quadruplet that is auctioned.
2420
2258
  **/
2421
2259
  AuctionStarted: GenericPalletEvent<
2422
- Rv,
2423
2260
  'Auctions',
2424
2261
  'AuctionStarted',
2425
2262
  { auctionIndex: number; leasePeriod: number; ending: number }
@@ -2428,14 +2265,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2428
2265
  /**
2429
2266
  * An auction ended. All funds become unreserved.
2430
2267
  **/
2431
- AuctionClosed: GenericPalletEvent<Rv, 'Auctions', 'AuctionClosed', { auctionIndex: number }>;
2268
+ AuctionClosed: GenericPalletEvent<'Auctions', 'AuctionClosed', { auctionIndex: number }>;
2432
2269
 
2433
2270
  /**
2434
2271
  * Funds were reserved for a winning bid. First balance is the extra amount reserved.
2435
2272
  * Second is the total.
2436
2273
  **/
2437
2274
  Reserved: GenericPalletEvent<
2438
- Rv,
2439
2275
  'Auctions',
2440
2276
  'Reserved',
2441
2277
  { bidder: AccountId32; extraReserved: bigint; totalAmount: bigint }
@@ -2444,14 +2280,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2444
2280
  /**
2445
2281
  * Funds were unreserved since bidder is no longer active. `[bidder, amount]`
2446
2282
  **/
2447
- Unreserved: GenericPalletEvent<Rv, 'Auctions', 'Unreserved', { bidder: AccountId32; amount: bigint }>;
2283
+ Unreserved: GenericPalletEvent<'Auctions', 'Unreserved', { bidder: AccountId32; amount: bigint }>;
2448
2284
 
2449
2285
  /**
2450
2286
  * Someone attempted to lease the same slot twice for a parachain. The amount is held in
2451
2287
  * reserve but no parachain slot has been leased.
2452
2288
  **/
2453
2289
  ReserveConfiscated: GenericPalletEvent<
2454
- Rv,
2455
2290
  'Auctions',
2456
2291
  'ReserveConfiscated',
2457
2292
  { paraId: PolkadotParachainPrimitivesPrimitivesId; leaser: AccountId32; amount: bigint }
@@ -2461,7 +2296,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2461
2296
  * A new bid has been accepted as the current winner.
2462
2297
  **/
2463
2298
  BidAccepted: GenericPalletEvent<
2464
- Rv,
2465
2299
  'Auctions',
2466
2300
  'BidAccepted',
2467
2301
  {
@@ -2477,12 +2311,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2477
2311
  * The winning offset was chosen for an auction. This will map into the `Winning` storage
2478
2312
  * map.
2479
2313
  **/
2480
- WinningOffset: GenericPalletEvent<Rv, 'Auctions', 'WinningOffset', { auctionIndex: number; blockNumber: number }>;
2314
+ WinningOffset: GenericPalletEvent<'Auctions', 'WinningOffset', { auctionIndex: number; blockNumber: number }>;
2481
2315
 
2482
2316
  /**
2483
2317
  * Generic pallet event
2484
2318
  **/
2485
- [prop: string]: GenericPalletEvent<Rv>;
2319
+ [prop: string]: GenericPalletEvent;
2486
2320
  };
2487
2321
  /**
2488
2322
  * Pallet `Crowdloan`'s events
@@ -2491,13 +2325,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2491
2325
  /**
2492
2326
  * Create a new crowdloaning campaign.
2493
2327
  **/
2494
- Created: GenericPalletEvent<Rv, 'Crowdloan', 'Created', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
2328
+ Created: GenericPalletEvent<'Crowdloan', 'Created', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
2495
2329
 
2496
2330
  /**
2497
2331
  * Contributed to a crowd sale.
2498
2332
  **/
2499
2333
  Contributed: GenericPalletEvent<
2500
- Rv,
2501
2334
  'Crowdloan',
2502
2335
  'Contributed',
2503
2336
  { who: AccountId32; fundIndex: PolkadotParachainPrimitivesPrimitivesId; amount: bigint }
@@ -2507,7 +2340,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2507
2340
  * Withdrew full balance of a contributor.
2508
2341
  **/
2509
2342
  Withdrew: GenericPalletEvent<
2510
- Rv,
2511
2343
  'Crowdloan',
2512
2344
  'Withdrew',
2513
2345
  { who: AccountId32; fundIndex: PolkadotParachainPrimitivesPrimitivesId; amount: bigint }
@@ -2518,7 +2350,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2518
2350
  * over child keys that still need to be killed.
2519
2351
  **/
2520
2352
  PartiallyRefunded: GenericPalletEvent<
2521
- Rv,
2522
2353
  'Crowdloan',
2523
2354
  'PartiallyRefunded',
2524
2355
  { paraId: PolkadotParachainPrimitivesPrimitivesId }
@@ -2527,23 +2358,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2527
2358
  /**
2528
2359
  * All loans in a fund have been refunded.
2529
2360
  **/
2530
- AllRefunded: GenericPalletEvent<
2531
- Rv,
2532
- 'Crowdloan',
2533
- 'AllRefunded',
2534
- { paraId: PolkadotParachainPrimitivesPrimitivesId }
2535
- >;
2361
+ AllRefunded: GenericPalletEvent<'Crowdloan', 'AllRefunded', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
2536
2362
 
2537
2363
  /**
2538
2364
  * Fund is dissolved.
2539
2365
  **/
2540
- Dissolved: GenericPalletEvent<Rv, 'Crowdloan', 'Dissolved', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
2366
+ Dissolved: GenericPalletEvent<'Crowdloan', 'Dissolved', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
2541
2367
 
2542
2368
  /**
2543
2369
  * The result of trying to submit a new bid to the Slots pallet.
2544
2370
  **/
2545
2371
  HandleBidResult: GenericPalletEvent<
2546
- Rv,
2547
2372
  'Crowdloan',
2548
2373
  'HandleBidResult',
2549
2374
  { paraId: PolkadotParachainPrimitivesPrimitivesId; result: Result<[], DispatchError> }
@@ -2552,13 +2377,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2552
2377
  /**
2553
2378
  * The configuration to a crowdloan has been edited.
2554
2379
  **/
2555
- Edited: GenericPalletEvent<Rv, 'Crowdloan', 'Edited', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
2380
+ Edited: GenericPalletEvent<'Crowdloan', 'Edited', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
2556
2381
 
2557
2382
  /**
2558
2383
  * A memo has been updated.
2559
2384
  **/
2560
2385
  MemoUpdated: GenericPalletEvent<
2561
- Rv,
2562
2386
  'Crowdloan',
2563
2387
  'MemoUpdated',
2564
2388
  { who: AccountId32; paraId: PolkadotParachainPrimitivesPrimitivesId; memo: Bytes }
@@ -2568,7 +2392,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2568
2392
  * A parachain has been moved to `NewRaise`
2569
2393
  **/
2570
2394
  AddedToNewRaise: GenericPalletEvent<
2571
- Rv,
2572
2395
  'Crowdloan',
2573
2396
  'AddedToNewRaise',
2574
2397
  { paraId: PolkadotParachainPrimitivesPrimitivesId }
@@ -2577,7 +2400,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2577
2400
  /**
2578
2401
  * Generic pallet event
2579
2402
  **/
2580
- [prop: string]: GenericPalletEvent<Rv>;
2403
+ [prop: string]: GenericPalletEvent;
2581
2404
  };
2582
2405
  /**
2583
2406
  * Pallet `Coretime`'s events
@@ -2586,17 +2409,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2586
2409
  /**
2587
2410
  * The broker chain has asked for revenue information for a specific block.
2588
2411
  **/
2589
- RevenueInfoRequested: GenericPalletEvent<Rv, 'Coretime', 'RevenueInfoRequested', { when: number }>;
2412
+ RevenueInfoRequested: GenericPalletEvent<'Coretime', 'RevenueInfoRequested', { when: number }>;
2590
2413
 
2591
2414
  /**
2592
2415
  * A core has received a new assignment from the broker chain.
2593
2416
  **/
2594
- CoreAssigned: GenericPalletEvent<Rv, 'Coretime', 'CoreAssigned', { core: PolkadotPrimitivesV8CoreIndex }>;
2417
+ CoreAssigned: GenericPalletEvent<'Coretime', 'CoreAssigned', { core: PolkadotPrimitivesV8CoreIndex }>;
2595
2418
 
2596
2419
  /**
2597
2420
  * Generic pallet event
2598
2421
  **/
2599
- [prop: string]: GenericPalletEvent<Rv>;
2422
+ [prop: string]: GenericPalletEvent;
2600
2423
  };
2601
2424
  /**
2602
2425
  * Pallet `StateTrieMigration`'s events
@@ -2607,7 +2430,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2607
2430
  * `compute`.
2608
2431
  **/
2609
2432
  Migrated: GenericPalletEvent<
2610
- Rv,
2611
2433
  'StateTrieMigration',
2612
2434
  'Migrated',
2613
2435
  { top: number; child: number; compute: PalletStateTrieMigrationMigrationCompute }
@@ -2616,22 +2438,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2616
2438
  /**
2617
2439
  * Some account got slashed by the given amount.
2618
2440
  **/
2619
- Slashed: GenericPalletEvent<Rv, 'StateTrieMigration', 'Slashed', { who: AccountId32; amount: bigint }>;
2441
+ Slashed: GenericPalletEvent<'StateTrieMigration', 'Slashed', { who: AccountId32; amount: bigint }>;
2620
2442
 
2621
2443
  /**
2622
2444
  * The auto migration task finished.
2623
2445
  **/
2624
- AutoMigrationFinished: GenericPalletEvent<Rv, 'StateTrieMigration', 'AutoMigrationFinished', null>;
2446
+ AutoMigrationFinished: GenericPalletEvent<'StateTrieMigration', 'AutoMigrationFinished', null>;
2625
2447
 
2626
2448
  /**
2627
2449
  * Migration got halted due to an error or miss-configuration.
2628
2450
  **/
2629
- Halted: GenericPalletEvent<Rv, 'StateTrieMigration', 'Halted', { error: PalletStateTrieMigrationError }>;
2451
+ Halted: GenericPalletEvent<'StateTrieMigration', 'Halted', { error: PalletStateTrieMigrationError }>;
2630
2452
 
2631
2453
  /**
2632
2454
  * Generic pallet event
2633
2455
  **/
2634
- [prop: string]: GenericPalletEvent<Rv>;
2456
+ [prop: string]: GenericPalletEvent;
2635
2457
  };
2636
2458
  /**
2637
2459
  * Pallet `XcmPallet`'s events
@@ -2640,13 +2462,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2640
2462
  /**
2641
2463
  * Execution of an XCM message was attempted.
2642
2464
  **/
2643
- Attempted: GenericPalletEvent<Rv, 'XcmPallet', 'Attempted', { outcome: StagingXcmV5TraitsOutcome }>;
2465
+ Attempted: GenericPalletEvent<'XcmPallet', 'Attempted', { outcome: StagingXcmV5TraitsOutcome }>;
2644
2466
 
2645
2467
  /**
2646
2468
  * An XCM message was sent.
2647
2469
  **/
2648
2470
  Sent: GenericPalletEvent<
2649
- Rv,
2650
2471
  'XcmPallet',
2651
2472
  'Sent',
2652
2473
  {
@@ -2661,7 +2482,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2661
2482
  * An XCM message failed to send.
2662
2483
  **/
2663
2484
  SendFailed: GenericPalletEvent<
2664
- Rv,
2665
2485
  'XcmPallet',
2666
2486
  'SendFailed',
2667
2487
  {
@@ -2676,7 +2496,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2676
2496
  * An XCM message failed to process.
2677
2497
  **/
2678
2498
  ProcessXcmError: GenericPalletEvent<
2679
- Rv,
2680
2499
  'XcmPallet',
2681
2500
  'ProcessXcmError',
2682
2501
  { origin: StagingXcmV5Location; error: XcmV5TraitsError; messageId: FixedBytes<32> }
@@ -2688,7 +2507,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2688
2507
  * because the query timed out.
2689
2508
  **/
2690
2509
  UnexpectedResponse: GenericPalletEvent<
2691
- Rv,
2692
2510
  'XcmPallet',
2693
2511
  'UnexpectedResponse',
2694
2512
  { origin: StagingXcmV5Location; queryId: bigint }
@@ -2699,7 +2517,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2699
2517
  * no registered notification call.
2700
2518
  **/
2701
2519
  ResponseReady: GenericPalletEvent<
2702
- Rv,
2703
2520
  'XcmPallet',
2704
2521
  'ResponseReady',
2705
2522
  { queryId: bigint; response: StagingXcmV5Response }
@@ -2709,12 +2526,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2709
2526
  * Query response has been received and query is removed. The registered notification has
2710
2527
  * been dispatched and executed successfully.
2711
2528
  **/
2712
- Notified: GenericPalletEvent<
2713
- Rv,
2714
- 'XcmPallet',
2715
- 'Notified',
2716
- { queryId: bigint; palletIndex: number; callIndex: number }
2717
- >;
2529
+ Notified: GenericPalletEvent<'XcmPallet', 'Notified', { queryId: bigint; palletIndex: number; callIndex: number }>;
2718
2530
 
2719
2531
  /**
2720
2532
  * Query response has been received and query is removed. The registered notification
@@ -2722,7 +2534,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2722
2534
  * originally budgeted by this runtime for the query result.
2723
2535
  **/
2724
2536
  NotifyOverweight: GenericPalletEvent<
2725
- Rv,
2726
2537
  'XcmPallet',
2727
2538
  'NotifyOverweight',
2728
2539
  {
@@ -2739,7 +2550,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2739
2550
  * dispatching the notification call.
2740
2551
  **/
2741
2552
  NotifyDispatchError: GenericPalletEvent<
2742
- Rv,
2743
2553
  'XcmPallet',
2744
2554
  'NotifyDispatchError',
2745
2555
  { queryId: bigint; palletIndex: number; callIndex: number }
@@ -2751,7 +2561,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2751
2561
  * is not `(origin, QueryId, Response)`.
2752
2562
  **/
2753
2563
  NotifyDecodeFailed: GenericPalletEvent<
2754
- Rv,
2755
2564
  'XcmPallet',
2756
2565
  'NotifyDecodeFailed',
2757
2566
  { queryId: bigint; palletIndex: number; callIndex: number }
@@ -2763,7 +2572,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2763
2572
  * be received and acted upon.
2764
2573
  **/
2765
2574
  InvalidResponder: GenericPalletEvent<
2766
- Rv,
2767
2575
  'XcmPallet',
2768
2576
  'InvalidResponder',
2769
2577
  { origin: StagingXcmV5Location; queryId: bigint; expectedLocation?: StagingXcmV5Location | undefined }
@@ -2779,7 +2587,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2779
2587
  * needed.
2780
2588
  **/
2781
2589
  InvalidResponderVersion: GenericPalletEvent<
2782
- Rv,
2783
2590
  'XcmPallet',
2784
2591
  'InvalidResponderVersion',
2785
2592
  { origin: StagingXcmV5Location; queryId: bigint }
@@ -2788,13 +2595,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2788
2595
  /**
2789
2596
  * Received query response has been read and removed.
2790
2597
  **/
2791
- ResponseTaken: GenericPalletEvent<Rv, 'XcmPallet', 'ResponseTaken', { queryId: bigint }>;
2598
+ ResponseTaken: GenericPalletEvent<'XcmPallet', 'ResponseTaken', { queryId: bigint }>;
2792
2599
 
2793
2600
  /**
2794
2601
  * Some assets have been placed in an asset trap.
2795
2602
  **/
2796
2603
  AssetsTrapped: GenericPalletEvent<
2797
- Rv,
2798
2604
  'XcmPallet',
2799
2605
  'AssetsTrapped',
2800
2606
  { hash: H256; origin: StagingXcmV5Location; assets: XcmVersionedAssets }
@@ -2806,7 +2612,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2806
2612
  * The cost of sending it (borne by the chain) is included.
2807
2613
  **/
2808
2614
  VersionChangeNotified: GenericPalletEvent<
2809
- Rv,
2810
2615
  'XcmPallet',
2811
2616
  'VersionChangeNotified',
2812
2617
  { destination: StagingXcmV5Location; result: number; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
@@ -2817,7 +2622,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2817
2622
  * automatic notification or a manual intervention.
2818
2623
  **/
2819
2624
  SupportedVersionChanged: GenericPalletEvent<
2820
- Rv,
2821
2625
  'XcmPallet',
2822
2626
  'SupportedVersionChanged',
2823
2627
  { location: StagingXcmV5Location; version: number }
@@ -2828,7 +2632,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2828
2632
  * sending the notification to it.
2829
2633
  **/
2830
2634
  NotifyTargetSendFail: GenericPalletEvent<
2831
- Rv,
2832
2635
  'XcmPallet',
2833
2636
  'NotifyTargetSendFail',
2834
2637
  { location: StagingXcmV5Location; queryId: bigint; error: XcmV5TraitsError }
@@ -2839,7 +2642,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2839
2642
  * migrating the location to our new XCM format.
2840
2643
  **/
2841
2644
  NotifyTargetMigrationFail: GenericPalletEvent<
2842
- Rv,
2843
2645
  'XcmPallet',
2844
2646
  'NotifyTargetMigrationFail',
2845
2647
  { location: XcmVersionedLocation; queryId: bigint }
@@ -2855,7 +2657,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2855
2657
  * needed.
2856
2658
  **/
2857
2659
  InvalidQuerierVersion: GenericPalletEvent<
2858
- Rv,
2859
2660
  'XcmPallet',
2860
2661
  'InvalidQuerierVersion',
2861
2662
  { origin: StagingXcmV5Location; queryId: bigint }
@@ -2867,7 +2668,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2867
2668
  * be received and acted upon.
2868
2669
  **/
2869
2670
  InvalidQuerier: GenericPalletEvent<
2870
- Rv,
2871
2671
  'XcmPallet',
2872
2672
  'InvalidQuerier',
2873
2673
  {
@@ -2883,7 +2683,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2883
2683
  * A version information message is sent to them and its cost is included.
2884
2684
  **/
2885
2685
  VersionNotifyStarted: GenericPalletEvent<
2886
- Rv,
2887
2686
  'XcmPallet',
2888
2687
  'VersionNotifyStarted',
2889
2688
  { destination: StagingXcmV5Location; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
@@ -2893,7 +2692,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2893
2692
  * We have requested that a remote chain send us XCM version change notifications.
2894
2693
  **/
2895
2694
  VersionNotifyRequested: GenericPalletEvent<
2896
- Rv,
2897
2695
  'XcmPallet',
2898
2696
  'VersionNotifyRequested',
2899
2697
  { destination: StagingXcmV5Location; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
@@ -2904,7 +2702,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2904
2702
  * notifications.
2905
2703
  **/
2906
2704
  VersionNotifyUnrequested: GenericPalletEvent<
2907
- Rv,
2908
2705
  'XcmPallet',
2909
2706
  'VersionNotifyUnrequested',
2910
2707
  { destination: StagingXcmV5Location; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
@@ -2914,7 +2711,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2914
2711
  * Fees were paid from a location for an operation (often for using `SendXcm`).
2915
2712
  **/
2916
2713
  FeesPaid: GenericPalletEvent<
2917
- Rv,
2918
2714
  'XcmPallet',
2919
2715
  'FeesPaid',
2920
2716
  { paying: StagingXcmV5Location; fees: StagingXcmV5AssetAssets }
@@ -2924,7 +2720,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2924
2720
  * Some assets have been claimed from an asset trap
2925
2721
  **/
2926
2722
  AssetsClaimed: GenericPalletEvent<
2927
- Rv,
2928
2723
  'XcmPallet',
2929
2724
  'AssetsClaimed',
2930
2725
  { hash: H256; origin: StagingXcmV5Location; assets: XcmVersionedAssets }
@@ -2933,14 +2728,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2933
2728
  /**
2934
2729
  * A XCM version migration finished.
2935
2730
  **/
2936
- VersionMigrationFinished: GenericPalletEvent<Rv, 'XcmPallet', 'VersionMigrationFinished', { version: number }>;
2731
+ VersionMigrationFinished: GenericPalletEvent<'XcmPallet', 'VersionMigrationFinished', { version: number }>;
2937
2732
 
2938
2733
  /**
2939
2734
  * An `aliaser` location was authorized by `target` to alias it, authorization valid until
2940
2735
  * `expiry` block number.
2941
2736
  **/
2942
2737
  AliasAuthorized: GenericPalletEvent<
2943
- Rv,
2944
2738
  'XcmPallet',
2945
2739
  'AliasAuthorized',
2946
2740
  { aliaser: StagingXcmV5Location; target: StagingXcmV5Location; expiry?: bigint | undefined }
@@ -2950,7 +2744,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2950
2744
  * `target` removed alias authorization for `aliaser`.
2951
2745
  **/
2952
2746
  AliasAuthorizationRemoved: GenericPalletEvent<
2953
- Rv,
2954
2747
  'XcmPallet',
2955
2748
  'AliasAuthorizationRemoved',
2956
2749
  { aliaser: StagingXcmV5Location; target: StagingXcmV5Location }
@@ -2960,7 +2753,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2960
2753
  * `target` removed all alias authorizations.
2961
2754
  **/
2962
2755
  AliasesAuthorizationsRemoved: GenericPalletEvent<
2963
- Rv,
2964
2756
  'XcmPallet',
2965
2757
  'AliasesAuthorizationsRemoved',
2966
2758
  { target: StagingXcmV5Location }
@@ -2969,7 +2761,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2969
2761
  /**
2970
2762
  * Generic pallet event
2971
2763
  **/
2972
- [prop: string]: GenericPalletEvent<Rv>;
2764
+ [prop: string]: GenericPalletEvent;
2973
2765
  };
2974
2766
  /**
2975
2767
  * Pallet `MessageQueue`'s events
@@ -2979,7 +2771,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2979
2771
  * Message discarded due to an error in the `MessageProcessor` (usually a format error).
2980
2772
  **/
2981
2773
  ProcessingFailed: GenericPalletEvent<
2982
- Rv,
2983
2774
  'MessageQueue',
2984
2775
  'ProcessingFailed',
2985
2776
  {
@@ -3007,7 +2798,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3007
2798
  * Message is processed.
3008
2799
  **/
3009
2800
  Processed: GenericPalletEvent<
3010
- Rv,
3011
2801
  'MessageQueue',
3012
2802
  'Processed',
3013
2803
  {
@@ -3042,7 +2832,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3042
2832
  * Message placed in overweight queue.
3043
2833
  **/
3044
2834
  OverweightEnqueued: GenericPalletEvent<
3045
- Rv,
3046
2835
  'MessageQueue',
3047
2836
  'OverweightEnqueued',
3048
2837
  {
@@ -3072,7 +2861,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3072
2861
  * This page was reaped.
3073
2862
  **/
3074
2863
  PageReaped: GenericPalletEvent<
3075
- Rv,
3076
2864
  'MessageQueue',
3077
2865
  'PageReaped',
3078
2866
  {
@@ -3091,26 +2879,23 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3091
2879
  /**
3092
2880
  * Generic pallet event
3093
2881
  **/
3094
- [prop: string]: GenericPalletEvent<Rv>;
2882
+ [prop: string]: GenericPalletEvent;
3095
2883
  };
3096
2884
  /**
3097
2885
  * Pallet `AssetRate`'s events
3098
2886
  **/
3099
2887
  assetRate: {
3100
2888
  AssetRateCreated: GenericPalletEvent<
3101
- Rv,
3102
2889
  'AssetRate',
3103
2890
  'AssetRateCreated',
3104
2891
  { assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset; rate: FixedU128 }
3105
2892
  >;
3106
2893
  AssetRateRemoved: GenericPalletEvent<
3107
- Rv,
3108
2894
  'AssetRate',
3109
2895
  'AssetRateRemoved',
3110
2896
  { assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset }
3111
2897
  >;
3112
2898
  AssetRateUpdated: GenericPalletEvent<
3113
- Rv,
3114
2899
  'AssetRate',
3115
2900
  'AssetRateUpdated',
3116
2901
  { assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset; old: FixedU128; new: FixedU128 }
@@ -3119,7 +2904,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3119
2904
  /**
3120
2905
  * Generic pallet event
3121
2906
  **/
3122
- [prop: string]: GenericPalletEvent<Rv>;
2907
+ [prop: string]: GenericPalletEvent;
3123
2908
  };
3124
2909
  /**
3125
2910
  * Pallet `Sudo`'s events
@@ -3129,7 +2914,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3129
2914
  * A sudo call just took place.
3130
2915
  **/
3131
2916
  Sudid: GenericPalletEvent<
3132
- Rv,
3133
2917
  'Sudo',
3134
2918
  'Sudid',
3135
2919
  {
@@ -3144,7 +2928,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3144
2928
  * The sudo key has been updated.
3145
2929
  **/
3146
2930
  KeyChanged: GenericPalletEvent<
3147
- Rv,
3148
2931
  'Sudo',
3149
2932
  'KeyChanged',
3150
2933
  {
@@ -3163,13 +2946,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3163
2946
  /**
3164
2947
  * The key was permanently removed.
3165
2948
  **/
3166
- KeyRemoved: GenericPalletEvent<Rv, 'Sudo', 'KeyRemoved', null>;
2949
+ KeyRemoved: GenericPalletEvent<'Sudo', 'KeyRemoved', null>;
3167
2950
 
3168
2951
  /**
3169
2952
  * A [sudo_as](Pallet::sudo_as) call just took place.
3170
2953
  **/
3171
2954
  SudoAsDone: GenericPalletEvent<
3172
- Rv,
3173
2955
  'Sudo',
3174
2956
  'SudoAsDone',
3175
2957
  {
@@ -3183,7 +2965,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3183
2965
  /**
3184
2966
  * Generic pallet event
3185
2967
  **/
3186
- [prop: string]: GenericPalletEvent<Rv>;
2968
+ [prop: string]: GenericPalletEvent;
3187
2969
  };
3188
2970
  /**
3189
2971
  * Pallet `RcMigrator`'s events
@@ -3193,7 +2975,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3193
2975
  * A stage transition has occurred.
3194
2976
  **/
3195
2977
  StageTransition: GenericPalletEvent<
3196
- Rv,
3197
2978
  'RcMigrator',
3198
2979
  'StageTransition',
3199
2980
  {
@@ -3217,7 +2998,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3217
2998
  * to understand. The activation is immediate and affects all events happening
3218
2999
  * afterwards.
3219
3000
  **/
3220
- AssetHubMigrationStarted: GenericPalletEvent<Rv, 'RcMigrator', 'AssetHubMigrationStarted', null>;
3001
+ AssetHubMigrationStarted: GenericPalletEvent<'RcMigrator', 'AssetHubMigrationStarted', null>;
3221
3002
 
3222
3003
  /**
3223
3004
  * The Asset Hub Migration finished.
@@ -3226,13 +3007,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3226
3007
  * to understand. The finishing is immediate and affects all events happening
3227
3008
  * afterwards.
3228
3009
  **/
3229
- AssetHubMigrationFinished: GenericPalletEvent<Rv, 'RcMigrator', 'AssetHubMigrationFinished', null>;
3010
+ AssetHubMigrationFinished: GenericPalletEvent<'RcMigrator', 'AssetHubMigrationFinished', null>;
3230
3011
 
3231
3012
  /**
3232
3013
  * A query response has been received.
3233
3014
  **/
3234
3015
  QueryResponseReceived: GenericPalletEvent<
3235
- Rv,
3236
3016
  'RcMigrator',
3237
3017
  'QueryResponseReceived',
3238
3018
  {
@@ -3252,7 +3032,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3252
3032
  * A XCM message has been resent.
3253
3033
  **/
3254
3034
  XcmResendAttempt: GenericPalletEvent<
3255
- Rv,
3256
3035
  'RcMigrator',
3257
3036
  'XcmResendAttempt',
3258
3037
  {
@@ -3272,7 +3051,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3272
3051
  * The unprocessed message buffer size has been set.
3273
3052
  **/
3274
3053
  UnprocessedMsgBufferSet: GenericPalletEvent<
3275
- Rv,
3276
3054
  'RcMigrator',
3277
3055
  'UnprocessedMsgBufferSet',
3278
3056
  {
@@ -3292,7 +3070,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3292
3070
  * Whether the AH UMP queue was prioritized for the next block.
3293
3071
  **/
3294
3072
  AhUmpQueuePrioritySet: GenericPalletEvent<
3295
- Rv,
3296
3073
  'RcMigrator',
3297
3074
  'AhUmpQueuePrioritySet',
3298
3075
  {
@@ -3319,7 +3096,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3319
3096
  * The AH UMP queue priority config was set.
3320
3097
  **/
3321
3098
  AhUmpQueuePriorityConfigSet: GenericPalletEvent<
3322
- Rv,
3323
3099
  'RcMigrator',
3324
3100
  'AhUmpQueuePriorityConfigSet',
3325
3101
  {
@@ -3339,7 +3115,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3339
3115
  * The total issuance was recorded.
3340
3116
  **/
3341
3117
  MigratedBalanceRecordSet: GenericPalletEvent<
3342
- Rv,
3343
3118
  'RcMigrator',
3344
3119
  'MigratedBalanceRecordSet',
3345
3120
  { kept: bigint; migrated: bigint }
@@ -3349,7 +3124,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3349
3124
  * The RC kept balance was consumed.
3350
3125
  **/
3351
3126
  MigratedBalanceConsumed: GenericPalletEvent<
3352
- Rv,
3353
3127
  'RcMigrator',
3354
3128
  'MigratedBalanceConsumed',
3355
3129
  { kept: bigint; migrated: bigint }
@@ -3359,7 +3133,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3359
3133
  * The manager account id was set.
3360
3134
  **/
3361
3135
  ManagerSet: GenericPalletEvent<
3362
- Rv,
3363
3136
  'RcMigrator',
3364
3137
  'ManagerSet',
3365
3138
  {
@@ -3379,7 +3152,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3379
3152
  * An XCM message was sent.
3380
3153
  **/
3381
3154
  XcmSent: GenericPalletEvent<
3382
- Rv,
3383
3155
  'RcMigrator',
3384
3156
  'XcmSent',
3385
3157
  {
@@ -3393,13 +3165,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3393
3165
  /**
3394
3166
  * The staking elections were paused.
3395
3167
  **/
3396
- StakingElectionsPaused: GenericPalletEvent<Rv, 'RcMigrator', 'StakingElectionsPaused', null>;
3168
+ StakingElectionsPaused: GenericPalletEvent<'RcMigrator', 'StakingElectionsPaused', null>;
3397
3169
 
3398
3170
  /**
3399
3171
  * The accounts to be preserved on Relay Chain were set.
3400
3172
  **/
3401
3173
  AccountsPreserved: GenericPalletEvent<
3402
- Rv,
3403
3174
  'RcMigrator',
3404
3175
  'AccountsPreserved',
3405
3176
  {
@@ -3414,7 +3185,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3414
3185
  * The canceller account id was set.
3415
3186
  **/
3416
3187
  CancellerSet: GenericPalletEvent<
3417
- Rv,
3418
3188
  'RcMigrator',
3419
3189
  'CancellerSet',
3420
3190
  {
@@ -3434,7 +3204,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3434
3204
  * The migration was paused.
3435
3205
  **/
3436
3206
  MigrationPaused: GenericPalletEvent<
3437
- Rv,
3438
3207
  'RcMigrator',
3439
3208
  'MigrationPaused',
3440
3209
  {
@@ -3448,13 +3217,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3448
3217
  /**
3449
3218
  * The migration was cancelled.
3450
3219
  **/
3451
- MigrationCancelled: GenericPalletEvent<Rv, 'RcMigrator', 'MigrationCancelled', null>;
3220
+ MigrationCancelled: GenericPalletEvent<'RcMigrator', 'MigrationCancelled', null>;
3452
3221
 
3453
3222
  /**
3454
3223
  * Some pure accounts were indexed for possibly receiving free `Any` proxies.
3455
3224
  **/
3456
3225
  PureAccountsIndexed: GenericPalletEvent<
3457
- Rv,
3458
3226
  'RcMigrator',
3459
3227
  'PureAccountsIndexed',
3460
3228
  {
@@ -3469,7 +3237,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3469
3237
  * The manager multisig dispatched something.
3470
3238
  **/
3471
3239
  ManagerMultisigDispatched: GenericPalletEvent<
3472
- Rv,
3473
3240
  'RcMigrator',
3474
3241
  'ManagerMultisigDispatched',
3475
3242
  { res: Result<[], DispatchError> }
@@ -3478,11 +3245,11 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3478
3245
  /**
3479
3246
  * The manager multisig received a vote.
3480
3247
  **/
3481
- ManagerMultisigVoted: GenericPalletEvent<Rv, 'RcMigrator', 'ManagerMultisigVoted', { votes: number }>;
3248
+ ManagerMultisigVoted: GenericPalletEvent<'RcMigrator', 'ManagerMultisigVoted', { votes: number }>;
3482
3249
 
3483
3250
  /**
3484
3251
  * Generic pallet event
3485
3252
  **/
3486
- [prop: string]: GenericPalletEvent<Rv>;
3253
+ [prop: string]: GenericPalletEvent;
3487
3254
  };
3488
3255
  }