@dedot/chaintypes 0.194.0 → 0.196.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/aleph/consts.d.ts +2 -2
  2. package/aleph/errors.d.ts +228 -228
  3. package/aleph/events.d.ts +122 -226
  4. package/aleph/index.d.ts +15 -17
  5. package/aleph/json-rpc.d.ts +3 -3
  6. package/aleph/query.d.ts +171 -207
  7. package/aleph/runtime.d.ts +47 -63
  8. package/aleph/tx.d.ts +377 -550
  9. package/aleph/view-functions.d.ts +2 -2
  10. package/astar/consts.d.ts +2 -2
  11. package/astar/errors.d.ts +431 -431
  12. package/astar/events.d.ts +232 -401
  13. package/astar/index.d.ts +15 -17
  14. package/astar/json-rpc.d.ts +3 -3
  15. package/astar/query.d.ts +243 -289
  16. package/astar/runtime.d.ts +59 -87
  17. package/astar/tx.d.ts +671 -980
  18. package/astar/view-functions.d.ts +2 -2
  19. package/basilisk/consts.d.ts +2 -2
  20. package/basilisk/errors.d.ts +489 -489
  21. package/basilisk/events.d.ts +187 -408
  22. package/basilisk/index.d.ts +15 -17
  23. package/basilisk/json-rpc.d.ts +3 -3
  24. package/basilisk/query.d.ts +213 -272
  25. package/basilisk/runtime.d.ts +27 -28
  26. package/basilisk/tx.d.ts +579 -842
  27. package/basilisk/view-functions.d.ts +2 -2
  28. package/hydration/consts.d.ts +47 -14
  29. package/hydration/errors.d.ts +827 -737
  30. package/hydration/events.d.ts +639 -527
  31. package/hydration/index.d.ts +16 -18
  32. package/hydration/json-rpc.d.ts +3 -3
  33. package/hydration/query.d.ts +530 -396
  34. package/hydration/runtime.d.ts +181 -89
  35. package/hydration/tx.d.ts +1130 -1167
  36. package/hydration/types.d.ts +889 -42
  37. package/hydration/view-functions.d.ts +2 -2
  38. package/kusama/consts.d.ts +2 -2
  39. package/kusama/errors.d.ts +571 -571
  40. package/kusama/events.d.ts +216 -477
  41. package/kusama/index.d.ts +15 -17
  42. package/kusama/json-rpc.d.ts +3 -3
  43. package/kusama/query.d.ts +360 -502
  44. package/kusama/runtime.d.ts +82 -131
  45. package/kusama/tx.d.ts +851 -1246
  46. package/kusama/view-functions.d.ts +7 -12
  47. package/kusama-asset-hub/consts.d.ts +2 -2
  48. package/kusama-asset-hub/errors.d.ts +653 -653
  49. package/kusama-asset-hub/events.d.ts +286 -629
  50. package/kusama-asset-hub/index.d.ts +16 -17
  51. package/kusama-asset-hub/json-rpc.d.ts +3 -3
  52. package/kusama-asset-hub/query.d.ts +316 -448
  53. package/kusama-asset-hub/runtime.d.ts +74 -111
  54. package/kusama-asset-hub/tx.d.ts +1059 -1558
  55. package/kusama-asset-hub/view-functions.d.ts +7 -9
  56. package/kusama-people/consts.d.ts +2 -2
  57. package/kusama-people/errors.d.ts +160 -160
  58. package/kusama-people/events.d.ts +89 -176
  59. package/kusama-people/index.d.ts +15 -17
  60. package/kusama-people/json-rpc.d.ts +3 -3
  61. package/kusama-people/query.d.ts +114 -145
  62. package/kusama-people/runtime.d.ts +45 -65
  63. package/kusama-people/tx.d.ts +246 -356
  64. package/kusama-people/view-functions.d.ts +3 -5
  65. package/moonbeam/consts.d.ts +2 -2
  66. package/moonbeam/errors.d.ts +478 -478
  67. package/moonbeam/events.d.ts +182 -426
  68. package/moonbeam/index.d.ts +15 -17
  69. package/moonbeam/json-rpc.d.ts +11 -3
  70. package/moonbeam/query.d.ts +234 -294
  71. package/moonbeam/runtime.d.ts +61 -89
  72. package/moonbeam/tx.d.ts +618 -901
  73. package/moonbeam/view-functions.d.ts +2 -2
  74. package/package.json +6 -3
  75. package/paseo/consts.d.ts +2 -2
  76. package/paseo/errors.d.ts +513 -513
  77. package/paseo/events.d.ts +197 -430
  78. package/paseo/index.d.ts +16 -18
  79. package/paseo/json-rpc.d.ts +3 -3
  80. package/paseo/query.d.ts +329 -450
  81. package/paseo/runtime.d.ts +107 -131
  82. package/paseo/tx.d.ts +787 -1151
  83. package/paseo/types.d.ts +7 -0
  84. package/paseo/view-functions.d.ts +7 -12
  85. package/paseo-asset-hub/consts.d.ts +2 -2
  86. package/paseo-asset-hub/errors.d.ts +605 -605
  87. package/paseo-asset-hub/events.d.ts +268 -600
  88. package/paseo-asset-hub/index.d.ts +17 -18
  89. package/paseo-asset-hub/json-rpc.d.ts +3 -3
  90. package/paseo-asset-hub/query.d.ts +293 -413
  91. package/paseo-asset-hub/runtime.d.ts +96 -104
  92. package/paseo-asset-hub/tx.d.ts +997 -1466
  93. package/paseo-asset-hub/types.d.ts +7 -0
  94. package/paseo-asset-hub/view-functions.d.ts +7 -9
  95. package/paseo-hydration/consts.d.ts +13 -3
  96. package/paseo-hydration/errors.d.ts +756 -745
  97. package/paseo-hydration/events.d.ts +277 -554
  98. package/paseo-hydration/index.d.ts +16 -18
  99. package/paseo-hydration/json-rpc.d.ts +3 -3
  100. package/paseo-hydration/query.d.ts +321 -411
  101. package/paseo-hydration/runtime.d.ts +95 -106
  102. package/paseo-hydration/tx.d.ts +923 -1226
  103. package/paseo-hydration/types.d.ts +91 -50
  104. package/paseo-hydration/view-functions.d.ts +2 -2
  105. package/paseo-people/consts.d.ts +2 -2
  106. package/paseo-people/errors.d.ts +162 -162
  107. package/paseo-people/events.d.ts +91 -181
  108. package/paseo-people/index.d.ts +16 -18
  109. package/paseo-people/json-rpc.d.ts +3 -3
  110. package/paseo-people/query.d.ts +116 -143
  111. package/paseo-people/runtime.d.ts +70 -65
  112. package/paseo-people/tx.d.ts +257 -372
  113. package/paseo-people/types.d.ts +7 -0
  114. package/paseo-people/view-functions.d.ts +3 -5
  115. package/polkadot/consts.d.ts +2 -2
  116. package/polkadot/errors.d.ts +501 -501
  117. package/polkadot/events.d.ts +195 -426
  118. package/polkadot/index.d.ts +15 -17
  119. package/polkadot/json-rpc.d.ts +3 -3
  120. package/polkadot/query.d.ts +329 -450
  121. package/polkadot/runtime.d.ts +83 -133
  122. package/polkadot/tx.d.ts +765 -1119
  123. package/polkadot/view-functions.d.ts +7 -12
  124. package/polkadot-asset-hub/consts.d.ts +2 -2
  125. package/polkadot-asset-hub/errors.d.ts +554 -554
  126. package/polkadot-asset-hub/events.d.ts +261 -585
  127. package/polkadot-asset-hub/index.d.ts +16 -17
  128. package/polkadot-asset-hub/json-rpc.d.ts +3 -3
  129. package/polkadot-asset-hub/query.d.ts +279 -396
  130. package/polkadot-asset-hub/runtime.d.ts +65 -93
  131. package/polkadot-asset-hub/tx.d.ts +952 -1400
  132. package/polkadot-asset-hub/view-functions.d.ts +7 -9
  133. package/polkadot-people/consts.d.ts +2 -2
  134. package/polkadot-people/errors.d.ts +160 -160
  135. package/polkadot-people/events.d.ts +89 -176
  136. package/polkadot-people/index.d.ts +15 -17
  137. package/polkadot-people/json-rpc.d.ts +3 -3
  138. package/polkadot-people/query.d.ts +114 -145
  139. package/polkadot-people/runtime.d.ts +46 -67
  140. package/polkadot-people/tx.d.ts +246 -356
  141. package/polkadot-people/view-functions.d.ts +3 -5
  142. package/substrate/consts.d.ts +2 -2
  143. package/substrate/errors.d.ts +909 -909
  144. package/substrate/events.d.ts +389 -794
  145. package/substrate/index.d.ts +16 -17
  146. package/substrate/json-rpc.d.ts +3 -3
  147. package/substrate/query.d.ts +458 -572
  148. package/substrate/runtime.d.ts +82 -126
  149. package/substrate/tx.d.ts +1317 -1936
  150. package/substrate/view-functions.d.ts +2 -2
  151. package/vara/consts.d.ts +9 -37
  152. package/vara/errors.d.ts +402 -382
  153. package/vara/events.d.ts +172 -310
  154. package/vara/index.d.ts +16 -18
  155. package/vara/json-rpc.d.ts +7 -3
  156. package/vara/query.d.ts +299 -331
  157. package/vara/runtime.d.ts +61 -79
  158. package/vara/tx.d.ts +573 -754
  159. package/vara/types.d.ts +71 -26
  160. package/vara/view-functions.d.ts +2 -2
  161. package/westend/consts.d.ts +2 -2
  162. package/westend/errors.d.ts +532 -532
  163. package/westend/events.d.ts +205 -462
  164. package/westend/index.d.ts +15 -17
  165. package/westend/json-rpc.d.ts +3 -3
  166. package/westend/query.d.ts +312 -434
  167. package/westend/runtime.d.ts +83 -135
  168. package/westend/tx.d.ts +807 -1179
  169. package/westend/view-functions.d.ts +7 -12
  170. package/westend-asset-hub/consts.d.ts +2 -2
  171. package/westend-asset-hub/errors.d.ts +605 -605
  172. package/westend-asset-hub/events.d.ts +265 -614
  173. package/westend-asset-hub/index.d.ts +16 -17
  174. package/westend-asset-hub/json-rpc.d.ts +3 -3
  175. package/westend-asset-hub/query.d.ts +293 -418
  176. package/westend-asset-hub/runtime.d.ts +83 -123
  177. package/westend-asset-hub/tx.d.ts +918 -1348
  178. package/westend-asset-hub/view-functions.d.ts +8 -13
  179. package/westend-people/consts.d.ts +2 -2
  180. package/westend-people/errors.d.ts +160 -160
  181. package/westend-people/events.d.ts +93 -186
  182. package/westend-people/index.d.ts +15 -17
  183. package/westend-people/json-rpc.d.ts +3 -3
  184. package/westend-people/query.d.ts +114 -145
  185. package/westend-people/runtime.d.ts +46 -67
  186. package/westend-people/tx.d.ts +251 -363
  187. package/westend-people/view-functions.d.ts +3 -5
@@ -1,6 +1,6 @@
1
1
  // Generated by dedot cli
2
2
 
3
- import type { GenericChainEvents, GenericPalletEvent, RpcVersion } from 'dedot/types';
3
+ import type { GenericChainEvents, GenericPalletEvent } from 'dedot/types';
4
4
  import type {
5
5
  DispatchError,
6
6
  AccountId32,
@@ -70,7 +70,7 @@ import type {
70
70
  PalletRcMigratorQueuePriority,
71
71
  } from './types.js';
72
72
 
73
- export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<Rv> {
73
+ export interface ChainEvents extends GenericChainEvents {
74
74
  /**
75
75
  * Pallet `System`'s events
76
76
  **/
@@ -78,18 +78,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
78
78
  /**
79
79
  * An extrinsic completed successfully.
80
80
  **/
81
- ExtrinsicSuccess: GenericPalletEvent<
82
- Rv,
83
- 'System',
84
- 'ExtrinsicSuccess',
85
- { dispatchInfo: FrameSystemDispatchEventInfo }
86
- >;
81
+ ExtrinsicSuccess: GenericPalletEvent<'System', 'ExtrinsicSuccess', { dispatchInfo: FrameSystemDispatchEventInfo }>;
87
82
 
88
83
  /**
89
84
  * An extrinsic failed.
90
85
  **/
91
86
  ExtrinsicFailed: GenericPalletEvent<
92
- Rv,
93
87
  'System',
94
88
  'ExtrinsicFailed',
95
89
  { dispatchError: DispatchError; dispatchInfo: FrameSystemDispatchEventInfo }
@@ -98,33 +92,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
98
92
  /**
99
93
  * `:code` was updated.
100
94
  **/
101
- CodeUpdated: GenericPalletEvent<Rv, 'System', 'CodeUpdated', null>;
95
+ CodeUpdated: GenericPalletEvent<'System', 'CodeUpdated', null>;
102
96
 
103
97
  /**
104
98
  * A new account was created.
105
99
  **/
106
- NewAccount: GenericPalletEvent<Rv, 'System', 'NewAccount', { account: AccountId32 }>;
100
+ NewAccount: GenericPalletEvent<'System', 'NewAccount', { account: AccountId32 }>;
107
101
 
108
102
  /**
109
103
  * An account was reaped.
110
104
  **/
111
- KilledAccount: GenericPalletEvent<Rv, 'System', 'KilledAccount', { account: AccountId32 }>;
105
+ KilledAccount: GenericPalletEvent<'System', 'KilledAccount', { account: AccountId32 }>;
112
106
 
113
107
  /**
114
108
  * On on-chain remark happened.
115
109
  **/
116
- Remarked: GenericPalletEvent<Rv, 'System', 'Remarked', { sender: AccountId32; hash: H256 }>;
110
+ Remarked: GenericPalletEvent<'System', 'Remarked', { sender: AccountId32; hash: H256 }>;
117
111
 
118
112
  /**
119
113
  * An upgrade was authorized.
120
114
  **/
121
- UpgradeAuthorized: GenericPalletEvent<Rv, 'System', 'UpgradeAuthorized', { codeHash: H256; checkVersion: boolean }>;
115
+ UpgradeAuthorized: GenericPalletEvent<'System', 'UpgradeAuthorized', { codeHash: H256; checkVersion: boolean }>;
122
116
 
123
117
  /**
124
118
  * An invalid authorized upgrade was rejected while trying to apply it.
125
119
  **/
126
120
  RejectedInvalidAuthorizedUpgrade: GenericPalletEvent<
127
- Rv,
128
121
  'System',
129
122
  'RejectedInvalidAuthorizedUpgrade',
130
123
  { codeHash: H256; error: DispatchError }
@@ -133,7 +126,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
133
126
  /**
134
127
  * Generic pallet event
135
128
  **/
136
- [prop: string]: GenericPalletEvent<Rv>;
129
+ [prop: string]: GenericPalletEvent;
137
130
  };
138
131
  /**
139
132
  * Pallet `Indices`'s events
@@ -142,23 +135,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
142
135
  /**
143
136
  * A account index was assigned.
144
137
  **/
145
- IndexAssigned: GenericPalletEvent<Rv, 'Indices', 'IndexAssigned', { who: AccountId32; index: number }>;
138
+ IndexAssigned: GenericPalletEvent<'Indices', 'IndexAssigned', { who: AccountId32; index: number }>;
146
139
 
147
140
  /**
148
141
  * A account index has been freed up (unassigned).
149
142
  **/
150
- IndexFreed: GenericPalletEvent<Rv, 'Indices', 'IndexFreed', { index: number }>;
143
+ IndexFreed: GenericPalletEvent<'Indices', 'IndexFreed', { index: number }>;
151
144
 
152
145
  /**
153
146
  * A account index has been frozen to its current account ID.
154
147
  **/
155
- IndexFrozen: GenericPalletEvent<Rv, 'Indices', 'IndexFrozen', { index: number; who: AccountId32 }>;
148
+ IndexFrozen: GenericPalletEvent<'Indices', 'IndexFrozen', { index: number; who: AccountId32 }>;
156
149
 
157
150
  /**
158
151
  * A deposit to reserve an index has been poked/reconsidered.
159
152
  **/
160
153
  DepositPoked: GenericPalletEvent<
161
- Rv,
162
154
  'Indices',
163
155
  'DepositPoked',
164
156
  { who: AccountId32; index: number; oldDeposit: bigint; newDeposit: bigint }
@@ -167,7 +159,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
167
159
  /**
168
160
  * Generic pallet event
169
161
  **/
170
- [prop: string]: GenericPalletEvent<Rv>;
162
+ [prop: string]: GenericPalletEvent;
171
163
  };
172
164
  /**
173
165
  * Pallet `Balances`'s events
@@ -176,40 +168,39 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
176
168
  /**
177
169
  * An account was created with some free balance.
178
170
  **/
179
- Endowed: GenericPalletEvent<Rv, 'Balances', 'Endowed', { account: AccountId32; freeBalance: bigint }>;
171
+ Endowed: GenericPalletEvent<'Balances', 'Endowed', { account: AccountId32; freeBalance: bigint }>;
180
172
 
181
173
  /**
182
174
  * An account was removed whose balance was non-zero but below ExistentialDeposit,
183
175
  * resulting in an outright loss.
184
176
  **/
185
- DustLost: GenericPalletEvent<Rv, 'Balances', 'DustLost', { account: AccountId32; amount: bigint }>;
177
+ DustLost: GenericPalletEvent<'Balances', 'DustLost', { account: AccountId32; amount: bigint }>;
186
178
 
187
179
  /**
188
180
  * Transfer succeeded.
189
181
  **/
190
- Transfer: GenericPalletEvent<Rv, 'Balances', 'Transfer', { from: AccountId32; to: AccountId32; amount: bigint }>;
182
+ Transfer: GenericPalletEvent<'Balances', 'Transfer', { from: AccountId32; to: AccountId32; amount: bigint }>;
191
183
 
192
184
  /**
193
185
  * A balance was set by root.
194
186
  **/
195
- BalanceSet: GenericPalletEvent<Rv, 'Balances', 'BalanceSet', { who: AccountId32; free: bigint }>;
187
+ BalanceSet: GenericPalletEvent<'Balances', 'BalanceSet', { who: AccountId32; free: bigint }>;
196
188
 
197
189
  /**
198
190
  * Some balance was reserved (moved from free to reserved).
199
191
  **/
200
- Reserved: GenericPalletEvent<Rv, 'Balances', 'Reserved', { who: AccountId32; amount: bigint }>;
192
+ Reserved: GenericPalletEvent<'Balances', 'Reserved', { who: AccountId32; amount: bigint }>;
201
193
 
202
194
  /**
203
195
  * Some balance was unreserved (moved from reserved to free).
204
196
  **/
205
- Unreserved: GenericPalletEvent<Rv, 'Balances', 'Unreserved', { who: AccountId32; amount: bigint }>;
197
+ Unreserved: GenericPalletEvent<'Balances', 'Unreserved', { who: AccountId32; amount: bigint }>;
206
198
 
207
199
  /**
208
200
  * Some balance was moved from the reserve of the first account to the second account.
209
201
  * Final argument indicates the destination balance type.
210
202
  **/
211
203
  ReserveRepatriated: GenericPalletEvent<
212
- Rv,
213
204
  'Balances',
214
205
  'ReserveRepatriated',
215
206
  { from: AccountId32; to: AccountId32; amount: bigint; destinationStatus: FrameSupportTokensMiscBalanceStatus }
@@ -218,87 +209,87 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
218
209
  /**
219
210
  * Some amount was deposited (e.g. for transaction fees).
220
211
  **/
221
- Deposit: GenericPalletEvent<Rv, 'Balances', 'Deposit', { who: AccountId32; amount: bigint }>;
212
+ Deposit: GenericPalletEvent<'Balances', 'Deposit', { who: AccountId32; amount: bigint }>;
222
213
 
223
214
  /**
224
215
  * Some amount was withdrawn from the account (e.g. for transaction fees).
225
216
  **/
226
- Withdraw: GenericPalletEvent<Rv, 'Balances', 'Withdraw', { who: AccountId32; amount: bigint }>;
217
+ Withdraw: GenericPalletEvent<'Balances', 'Withdraw', { who: AccountId32; amount: bigint }>;
227
218
 
228
219
  /**
229
220
  * Some amount was removed from the account (e.g. for misbehavior).
230
221
  **/
231
- Slashed: GenericPalletEvent<Rv, 'Balances', 'Slashed', { who: AccountId32; amount: bigint }>;
222
+ Slashed: GenericPalletEvent<'Balances', 'Slashed', { who: AccountId32; amount: bigint }>;
232
223
 
233
224
  /**
234
225
  * Some amount was minted into an account.
235
226
  **/
236
- Minted: GenericPalletEvent<Rv, 'Balances', 'Minted', { who: AccountId32; amount: bigint }>;
227
+ Minted: GenericPalletEvent<'Balances', 'Minted', { who: AccountId32; amount: bigint }>;
237
228
 
238
229
  /**
239
230
  * Some amount was burned from an account.
240
231
  **/
241
- Burned: GenericPalletEvent<Rv, 'Balances', 'Burned', { who: AccountId32; amount: bigint }>;
232
+ Burned: GenericPalletEvent<'Balances', 'Burned', { who: AccountId32; amount: bigint }>;
242
233
 
243
234
  /**
244
235
  * Some amount was suspended from an account (it can be restored later).
245
236
  **/
246
- Suspended: GenericPalletEvent<Rv, 'Balances', 'Suspended', { who: AccountId32; amount: bigint }>;
237
+ Suspended: GenericPalletEvent<'Balances', 'Suspended', { who: AccountId32; amount: bigint }>;
247
238
 
248
239
  /**
249
240
  * Some amount was restored into an account.
250
241
  **/
251
- Restored: GenericPalletEvent<Rv, 'Balances', 'Restored', { who: AccountId32; amount: bigint }>;
242
+ Restored: GenericPalletEvent<'Balances', 'Restored', { who: AccountId32; amount: bigint }>;
252
243
 
253
244
  /**
254
245
  * An account was upgraded.
255
246
  **/
256
- Upgraded: GenericPalletEvent<Rv, 'Balances', 'Upgraded', { who: AccountId32 }>;
247
+ Upgraded: GenericPalletEvent<'Balances', 'Upgraded', { who: AccountId32 }>;
257
248
 
258
249
  /**
259
250
  * Total issuance was increased by `amount`, creating a credit to be balanced.
260
251
  **/
261
- Issued: GenericPalletEvent<Rv, 'Balances', 'Issued', { amount: bigint }>;
252
+ Issued: GenericPalletEvent<'Balances', 'Issued', { amount: bigint }>;
262
253
 
263
254
  /**
264
255
  * Total issuance was decreased by `amount`, creating a debt to be balanced.
265
256
  **/
266
- Rescinded: GenericPalletEvent<Rv, 'Balances', 'Rescinded', { amount: bigint }>;
257
+ Rescinded: GenericPalletEvent<'Balances', 'Rescinded', { amount: bigint }>;
267
258
 
268
259
  /**
269
260
  * Some balance was locked.
270
261
  **/
271
- Locked: GenericPalletEvent<Rv, 'Balances', 'Locked', { who: AccountId32; amount: bigint }>;
262
+ Locked: GenericPalletEvent<'Balances', 'Locked', { who: AccountId32; amount: bigint }>;
272
263
 
273
264
  /**
274
265
  * Some balance was unlocked.
275
266
  **/
276
- Unlocked: GenericPalletEvent<Rv, 'Balances', 'Unlocked', { who: AccountId32; amount: bigint }>;
267
+ Unlocked: GenericPalletEvent<'Balances', 'Unlocked', { who: AccountId32; amount: bigint }>;
277
268
 
278
269
  /**
279
270
  * Some balance was frozen.
280
271
  **/
281
- Frozen: GenericPalletEvent<Rv, 'Balances', 'Frozen', { who: AccountId32; amount: bigint }>;
272
+ Frozen: GenericPalletEvent<'Balances', 'Frozen', { who: AccountId32; amount: bigint }>;
282
273
 
283
274
  /**
284
275
  * Some balance was thawed.
285
276
  **/
286
- Thawed: GenericPalletEvent<Rv, 'Balances', 'Thawed', { who: AccountId32; amount: bigint }>;
277
+ Thawed: GenericPalletEvent<'Balances', 'Thawed', { who: AccountId32; amount: bigint }>;
287
278
 
288
279
  /**
289
280
  * The `TotalIssuance` was forcefully changed.
290
281
  **/
291
- TotalIssuanceForced: GenericPalletEvent<Rv, 'Balances', 'TotalIssuanceForced', { old: bigint; new: bigint }>;
282
+ TotalIssuanceForced: GenericPalletEvent<'Balances', 'TotalIssuanceForced', { old: bigint; new: bigint }>;
292
283
 
293
284
  /**
294
285
  * An unexpected/defensive event was triggered.
295
286
  **/
296
- Unexpected: GenericPalletEvent<Rv, 'Balances', 'Unexpected', PalletBalancesUnexpectedKind>;
287
+ Unexpected: GenericPalletEvent<'Balances', 'Unexpected', PalletBalancesUnexpectedKind>;
297
288
 
298
289
  /**
299
290
  * Generic pallet event
300
291
  **/
301
- [prop: string]: GenericPalletEvent<Rv>;
292
+ [prop: string]: GenericPalletEvent;
302
293
  };
303
294
  /**
304
295
  * Pallet `TransactionPayment`'s events
@@ -309,7 +300,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
309
300
  * has been paid by `who`.
310
301
  **/
311
302
  TransactionFeePaid: GenericPalletEvent<
312
- Rv,
313
303
  'TransactionPayment',
314
304
  'TransactionFeePaid',
315
305
  { who: AccountId32; actualFee: bigint; tip: bigint }
@@ -318,7 +308,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
318
308
  /**
319
309
  * Generic pallet event
320
310
  **/
321
- [prop: string]: GenericPalletEvent<Rv>;
311
+ [prop: string]: GenericPalletEvent;
322
312
  };
323
313
  /**
324
314
  * Pallet `Staking`'s events
@@ -328,18 +318,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
328
318
  * The era payout has been set; the first balance is the validator-payout; the second is
329
319
  * the remainder from the maximum amount of reward.
330
320
  **/
331
- EraPaid: GenericPalletEvent<
332
- Rv,
333
- 'Staking',
334
- 'EraPaid',
335
- { eraIndex: number; validatorPayout: bigint; remainder: bigint }
336
- >;
321
+ EraPaid: GenericPalletEvent<'Staking', 'EraPaid', { eraIndex: number; validatorPayout: bigint; remainder: bigint }>;
337
322
 
338
323
  /**
339
324
  * The nominator has been rewarded by this amount to this destination.
340
325
  **/
341
326
  Rewarded: GenericPalletEvent<
342
- Rv,
343
327
  'Staking',
344
328
  'Rewarded',
345
329
  { stash: AccountId32; dest: PalletStakingRewardDestination; amount: bigint }
@@ -348,14 +332,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
348
332
  /**
349
333
  * A staker (validator or nominator) has been slashed by the given amount.
350
334
  **/
351
- Slashed: GenericPalletEvent<Rv, 'Staking', 'Slashed', { staker: AccountId32; amount: bigint }>;
335
+ Slashed: GenericPalletEvent<'Staking', 'Slashed', { staker: AccountId32; amount: bigint }>;
352
336
 
353
337
  /**
354
338
  * A slash for the given validator, for the given percentage of their stake, at the given
355
339
  * era as been reported.
356
340
  **/
357
341
  SlashReported: GenericPalletEvent<
358
- Rv,
359
342
  'Staking',
360
343
  'SlashReported',
361
344
  { validator: AccountId32; fraction: Perbill; slashEra: number }
@@ -365,17 +348,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
365
348
  * An old slashing report from a prior era was discarded because it could
366
349
  * not be processed.
367
350
  **/
368
- OldSlashingReportDiscarded: GenericPalletEvent<
369
- Rv,
370
- 'Staking',
371
- 'OldSlashingReportDiscarded',
372
- { sessionIndex: number }
373
- >;
351
+ OldSlashingReportDiscarded: GenericPalletEvent<'Staking', 'OldSlashingReportDiscarded', { sessionIndex: number }>;
374
352
 
375
353
  /**
376
354
  * A new set of stakers was elected.
377
355
  **/
378
- StakersElected: GenericPalletEvent<Rv, 'Staking', 'StakersElected', null>;
356
+ StakersElected: GenericPalletEvent<'Staking', 'StakersElected', null>;
379
357
 
380
358
  /**
381
359
  * An account has bonded this amount. \[stash, amount\]
@@ -383,39 +361,38 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
383
361
  * NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably,
384
362
  * it will not be emitted for staking rewards when they are added to stake.
385
363
  **/
386
- Bonded: GenericPalletEvent<Rv, 'Staking', 'Bonded', { stash: AccountId32; amount: bigint }>;
364
+ Bonded: GenericPalletEvent<'Staking', 'Bonded', { stash: AccountId32; amount: bigint }>;
387
365
 
388
366
  /**
389
367
  * An account has unbonded this amount.
390
368
  **/
391
- Unbonded: GenericPalletEvent<Rv, 'Staking', 'Unbonded', { stash: AccountId32; amount: bigint }>;
369
+ Unbonded: GenericPalletEvent<'Staking', 'Unbonded', { stash: AccountId32; amount: bigint }>;
392
370
 
393
371
  /**
394
372
  * An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance`
395
373
  * from the unlocking queue.
396
374
  **/
397
- Withdrawn: GenericPalletEvent<Rv, 'Staking', 'Withdrawn', { stash: AccountId32; amount: bigint }>;
375
+ Withdrawn: GenericPalletEvent<'Staking', 'Withdrawn', { stash: AccountId32; amount: bigint }>;
398
376
 
399
377
  /**
400
378
  * A nominator has been kicked from a validator.
401
379
  **/
402
- Kicked: GenericPalletEvent<Rv, 'Staking', 'Kicked', { nominator: AccountId32; stash: AccountId32 }>;
380
+ Kicked: GenericPalletEvent<'Staking', 'Kicked', { nominator: AccountId32; stash: AccountId32 }>;
403
381
 
404
382
  /**
405
383
  * The election failed. No new era is planned.
406
384
  **/
407
- StakingElectionFailed: GenericPalletEvent<Rv, 'Staking', 'StakingElectionFailed', null>;
385
+ StakingElectionFailed: GenericPalletEvent<'Staking', 'StakingElectionFailed', null>;
408
386
 
409
387
  /**
410
388
  * An account has stopped participating as either a validator or nominator.
411
389
  **/
412
- Chilled: GenericPalletEvent<Rv, 'Staking', 'Chilled', { stash: AccountId32 }>;
390
+ Chilled: GenericPalletEvent<'Staking', 'Chilled', { stash: AccountId32 }>;
413
391
 
414
392
  /**
415
393
  * A Page of stakers rewards are getting paid. `next` is `None` if all pages are claimed.
416
394
  **/
417
395
  PayoutStarted: GenericPalletEvent<
418
- Rv,
419
396
  'Staking',
420
397
  'PayoutStarted',
421
398
  { eraIndex: number; validatorStash: AccountId32; page: number; next?: number | undefined }
@@ -425,7 +402,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
425
402
  * A validator has set their preferences.
426
403
  **/
427
404
  ValidatorPrefsSet: GenericPalletEvent<
428
- Rv,
429
405
  'Staking',
430
406
  'ValidatorPrefsSet',
431
407
  { stash: AccountId32; prefs: PalletStakingValidatorPrefs }
@@ -434,38 +410,33 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
434
410
  /**
435
411
  * Voters size limit reached.
436
412
  **/
437
- SnapshotVotersSizeExceeded: GenericPalletEvent<Rv, 'Staking', 'SnapshotVotersSizeExceeded', { size: number }>;
413
+ SnapshotVotersSizeExceeded: GenericPalletEvent<'Staking', 'SnapshotVotersSizeExceeded', { size: number }>;
438
414
 
439
415
  /**
440
416
  * Targets size limit reached.
441
417
  **/
442
- SnapshotTargetsSizeExceeded: GenericPalletEvent<Rv, 'Staking', 'SnapshotTargetsSizeExceeded', { size: number }>;
418
+ SnapshotTargetsSizeExceeded: GenericPalletEvent<'Staking', 'SnapshotTargetsSizeExceeded', { size: number }>;
443
419
 
444
420
  /**
445
421
  * A new force era mode was set.
446
422
  **/
447
- ForceEra: GenericPalletEvent<Rv, 'Staking', 'ForceEra', { mode: PalletStakingForcing }>;
423
+ ForceEra: GenericPalletEvent<'Staking', 'ForceEra', { mode: PalletStakingForcing }>;
448
424
 
449
425
  /**
450
426
  * Report of a controller batch deprecation.
451
427
  **/
452
- ControllerBatchDeprecated: GenericPalletEvent<Rv, 'Staking', 'ControllerBatchDeprecated', { failures: number }>;
428
+ ControllerBatchDeprecated: GenericPalletEvent<'Staking', 'ControllerBatchDeprecated', { failures: number }>;
453
429
 
454
430
  /**
455
431
  * Staking balance migrated from locks to holds, with any balance that could not be held
456
432
  * is force withdrawn.
457
433
  **/
458
- CurrencyMigrated: GenericPalletEvent<
459
- Rv,
460
- 'Staking',
461
- 'CurrencyMigrated',
462
- { stash: AccountId32; forceWithdraw: bigint }
463
- >;
434
+ CurrencyMigrated: GenericPalletEvent<'Staking', 'CurrencyMigrated', { stash: AccountId32; forceWithdraw: bigint }>;
464
435
 
465
436
  /**
466
437
  * Generic pallet event
467
438
  **/
468
- [prop: string]: GenericPalletEvent<Rv>;
439
+ [prop: string]: GenericPalletEvent;
469
440
  };
470
441
  /**
471
442
  * Pallet `Offences`'s events
@@ -476,12 +447,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
476
447
  * (kind-specific) time slot. This event is not deposited for duplicate slashes.
477
448
  * \[kind, timeslot\].
478
449
  **/
479
- Offence: GenericPalletEvent<Rv, 'Offences', 'Offence', { kind: FixedBytes<16>; timeslot: Bytes }>;
450
+ Offence: GenericPalletEvent<'Offences', 'Offence', { kind: FixedBytes<16>; timeslot: Bytes }>;
480
451
 
481
452
  /**
482
453
  * Generic pallet event
483
454
  **/
484
- [prop: string]: GenericPalletEvent<Rv>;
455
+ [prop: string]: GenericPalletEvent;
485
456
  };
486
457
  /**
487
458
  * Pallet `Historical`'s events
@@ -490,17 +461,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
490
461
  /**
491
462
  * The merkle root of the validators of the said session were stored
492
463
  **/
493
- RootStored: GenericPalletEvent<Rv, 'Historical', 'RootStored', { index: number }>;
464
+ RootStored: GenericPalletEvent<'Historical', 'RootStored', { index: number }>;
494
465
 
495
466
  /**
496
467
  * The merkle roots of up to this session index were pruned
497
468
  **/
498
- RootsPruned: GenericPalletEvent<Rv, 'Historical', 'RootsPruned', { upTo: number }>;
469
+ RootsPruned: GenericPalletEvent<'Historical', 'RootsPruned', { upTo: number }>;
499
470
 
500
471
  /**
501
472
  * Generic pallet event
502
473
  **/
503
- [prop: string]: GenericPalletEvent<Rv>;
474
+ [prop: string]: GenericPalletEvent;
504
475
  };
505
476
  /**
506
477
  * Pallet `Session`'s events
@@ -510,28 +481,28 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
510
481
  * New session has happened. Note that the argument is the session index, not the
511
482
  * block number as the type might suggest.
512
483
  **/
513
- NewSession: GenericPalletEvent<Rv, 'Session', 'NewSession', { sessionIndex: number }>;
484
+ NewSession: GenericPalletEvent<'Session', 'NewSession', { sessionIndex: number }>;
514
485
 
515
486
  /**
516
487
  * The `NewSession` event in the current block also implies a new validator set to be
517
488
  * queued.
518
489
  **/
519
- NewQueued: GenericPalletEvent<Rv, 'Session', 'NewQueued', null>;
490
+ NewQueued: GenericPalletEvent<'Session', 'NewQueued', null>;
520
491
 
521
492
  /**
522
493
  * Validator has been disabled.
523
494
  **/
524
- ValidatorDisabled: GenericPalletEvent<Rv, 'Session', 'ValidatorDisabled', { validator: AccountId32 }>;
495
+ ValidatorDisabled: GenericPalletEvent<'Session', 'ValidatorDisabled', { validator: AccountId32 }>;
525
496
 
526
497
  /**
527
498
  * Validator has been re-enabled.
528
499
  **/
529
- ValidatorReenabled: GenericPalletEvent<Rv, 'Session', 'ValidatorReenabled', { validator: AccountId32 }>;
500
+ ValidatorReenabled: GenericPalletEvent<'Session', 'ValidatorReenabled', { validator: AccountId32 }>;
530
501
 
531
502
  /**
532
503
  * Generic pallet event
533
504
  **/
534
- [prop: string]: GenericPalletEvent<Rv>;
505
+ [prop: string]: GenericPalletEvent;
535
506
  };
536
507
  /**
537
508
  * Pallet `Grandpa`'s events
@@ -541,7 +512,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
541
512
  * New authority set has been applied.
542
513
  **/
543
514
  NewAuthorities: GenericPalletEvent<
544
- Rv,
545
515
  'Grandpa',
546
516
  'NewAuthorities',
547
517
  { authoritySet: Array<[SpConsensusGrandpaAppPublic, bigint]> }
@@ -550,17 +520,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
550
520
  /**
551
521
  * Current authority set has been paused.
552
522
  **/
553
- Paused: GenericPalletEvent<Rv, 'Grandpa', 'Paused', null>;
523
+ Paused: GenericPalletEvent<'Grandpa', 'Paused', null>;
554
524
 
555
525
  /**
556
526
  * Current authority set has been resumed.
557
527
  **/
558
- Resumed: GenericPalletEvent<Rv, 'Grandpa', 'Resumed', null>;
528
+ Resumed: GenericPalletEvent<'Grandpa', 'Resumed', null>;
559
529
 
560
530
  /**
561
531
  * Generic pallet event
562
532
  **/
563
- [prop: string]: GenericPalletEvent<Rv>;
533
+ [prop: string]: GenericPalletEvent;
564
534
  };
565
535
  /**
566
536
  * Pallet `Treasury`'s events
@@ -569,38 +539,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
569
539
  /**
570
540
  * We have ended a spend period and will now allocate funds.
571
541
  **/
572
- Spending: GenericPalletEvent<Rv, 'Treasury', 'Spending', { budgetRemaining: bigint }>;
542
+ Spending: GenericPalletEvent<'Treasury', 'Spending', { budgetRemaining: bigint }>;
573
543
 
574
544
  /**
575
545
  * Some funds have been allocated.
576
546
  **/
577
- Awarded: GenericPalletEvent<
578
- Rv,
579
- 'Treasury',
580
- 'Awarded',
581
- { proposalIndex: number; award: bigint; account: AccountId32 }
582
- >;
547
+ Awarded: GenericPalletEvent<'Treasury', 'Awarded', { proposalIndex: number; award: bigint; account: AccountId32 }>;
583
548
 
584
549
  /**
585
550
  * Some of our funds have been burnt.
586
551
  **/
587
- Burnt: GenericPalletEvent<Rv, 'Treasury', 'Burnt', { burntFunds: bigint }>;
552
+ Burnt: GenericPalletEvent<'Treasury', 'Burnt', { burntFunds: bigint }>;
588
553
 
589
554
  /**
590
555
  * Spending has finished; this is the amount that rolls over until next spend.
591
556
  **/
592
- Rollover: GenericPalletEvent<Rv, 'Treasury', 'Rollover', { rolloverBalance: bigint }>;
557
+ Rollover: GenericPalletEvent<'Treasury', 'Rollover', { rolloverBalance: bigint }>;
593
558
 
594
559
  /**
595
560
  * Some funds have been deposited.
596
561
  **/
597
- Deposit: GenericPalletEvent<Rv, 'Treasury', 'Deposit', { value: bigint }>;
562
+ Deposit: GenericPalletEvent<'Treasury', 'Deposit', { value: bigint }>;
598
563
 
599
564
  /**
600
565
  * A new spend proposal has been approved.
601
566
  **/
602
567
  SpendApproved: GenericPalletEvent<
603
- Rv,
604
568
  'Treasury',
605
569
  'SpendApproved',
606
570
  { proposalIndex: number; amount: bigint; beneficiary: AccountId32 }
@@ -609,18 +573,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
609
573
  /**
610
574
  * The inactive funds of the pallet have been updated.
611
575
  **/
612
- UpdatedInactive: GenericPalletEvent<
613
- Rv,
614
- 'Treasury',
615
- 'UpdatedInactive',
616
- { reactivated: bigint; deactivated: bigint }
617
- >;
576
+ UpdatedInactive: GenericPalletEvent<'Treasury', 'UpdatedInactive', { reactivated: bigint; deactivated: bigint }>;
618
577
 
619
578
  /**
620
579
  * A new asset spend proposal has been approved.
621
580
  **/
622
581
  AssetSpendApproved: GenericPalletEvent<
623
- Rv,
624
582
  'Treasury',
625
583
  'AssetSpendApproved',
626
584
  {
@@ -636,28 +594,28 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
636
594
  /**
637
595
  * An approved spend was voided.
638
596
  **/
639
- AssetSpendVoided: GenericPalletEvent<Rv, 'Treasury', 'AssetSpendVoided', { index: number }>;
597
+ AssetSpendVoided: GenericPalletEvent<'Treasury', 'AssetSpendVoided', { index: number }>;
640
598
 
641
599
  /**
642
600
  * A payment happened.
643
601
  **/
644
- Paid: GenericPalletEvent<Rv, 'Treasury', 'Paid', { index: number; paymentId: bigint }>;
602
+ Paid: GenericPalletEvent<'Treasury', 'Paid', { index: number; paymentId: bigint }>;
645
603
 
646
604
  /**
647
605
  * A payment failed and can be retried.
648
606
  **/
649
- PaymentFailed: GenericPalletEvent<Rv, 'Treasury', 'PaymentFailed', { index: number; paymentId: bigint }>;
607
+ PaymentFailed: GenericPalletEvent<'Treasury', 'PaymentFailed', { index: number; paymentId: bigint }>;
650
608
 
651
609
  /**
652
610
  * A spend was processed and removed from the storage. It might have been successfully
653
611
  * paid or it may have expired.
654
612
  **/
655
- SpendProcessed: GenericPalletEvent<Rv, 'Treasury', 'SpendProcessed', { index: number }>;
613
+ SpendProcessed: GenericPalletEvent<'Treasury', 'SpendProcessed', { index: number }>;
656
614
 
657
615
  /**
658
616
  * Generic pallet event
659
617
  **/
660
- [prop: string]: GenericPalletEvent<Rv>;
618
+ [prop: string]: GenericPalletEvent;
661
619
  };
662
620
  /**
663
621
  * Pallet `ConvictionVoting`'s events
@@ -666,18 +624,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
666
624
  /**
667
625
  * An account has delegated their vote to another account. \[who, target\]
668
626
  **/
669
- Delegated: GenericPalletEvent<Rv, 'ConvictionVoting', 'Delegated', [AccountId32, AccountId32]>;
627
+ Delegated: GenericPalletEvent<'ConvictionVoting', 'Delegated', [AccountId32, AccountId32]>;
670
628
 
671
629
  /**
672
630
  * An \[account\] has cancelled a previous delegation operation.
673
631
  **/
674
- Undelegated: GenericPalletEvent<Rv, 'ConvictionVoting', 'Undelegated', AccountId32>;
632
+ Undelegated: GenericPalletEvent<'ConvictionVoting', 'Undelegated', AccountId32>;
675
633
 
676
634
  /**
677
635
  * An account has voted
678
636
  **/
679
637
  Voted: GenericPalletEvent<
680
- Rv,
681
638
  'ConvictionVoting',
682
639
  'Voted',
683
640
  { who: AccountId32; vote: PalletConvictionVotingVoteAccountVote }
@@ -687,7 +644,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
687
644
  * A vote has been removed
688
645
  **/
689
646
  VoteRemoved: GenericPalletEvent<
690
- Rv,
691
647
  'ConvictionVoting',
692
648
  'VoteRemoved',
693
649
  { who: AccountId32; vote: PalletConvictionVotingVoteAccountVote }
@@ -696,12 +652,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
696
652
  /**
697
653
  * The lockup period of a conviction vote expired, and the funds have been unlocked.
698
654
  **/
699
- VoteUnlocked: GenericPalletEvent<Rv, 'ConvictionVoting', 'VoteUnlocked', { who: AccountId32; class: number }>;
655
+ VoteUnlocked: GenericPalletEvent<'ConvictionVoting', 'VoteUnlocked', { who: AccountId32; class: number }>;
700
656
 
701
657
  /**
702
658
  * Generic pallet event
703
659
  **/
704
- [prop: string]: GenericPalletEvent<Rv>;
660
+ [prop: string]: GenericPalletEvent;
705
661
  };
706
662
  /**
707
663
  * Pallet `Referenda`'s events
@@ -711,7 +667,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
711
667
  * A referendum has been submitted.
712
668
  **/
713
669
  Submitted: GenericPalletEvent<
714
- Rv,
715
670
  'Referenda',
716
671
  'Submitted',
717
672
  {
@@ -736,7 +691,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
736
691
  * The decision deposit has been placed.
737
692
  **/
738
693
  DecisionDepositPlaced: GenericPalletEvent<
739
- Rv,
740
694
  'Referenda',
741
695
  'DecisionDepositPlaced',
742
696
  {
@@ -761,7 +715,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
761
715
  * The decision deposit has been refunded.
762
716
  **/
763
717
  DecisionDepositRefunded: GenericPalletEvent<
764
- Rv,
765
718
  'Referenda',
766
719
  'DecisionDepositRefunded',
767
720
  {
@@ -786,7 +739,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
786
739
  * A deposit has been slashed.
787
740
  **/
788
741
  DepositSlashed: GenericPalletEvent<
789
- Rv,
790
742
  'Referenda',
791
743
  'DepositSlashed',
792
744
  {
@@ -806,7 +758,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
806
758
  * A referendum has moved into the deciding phase.
807
759
  **/
808
760
  DecisionStarted: GenericPalletEvent<
809
- Rv,
810
761
  'Referenda',
811
762
  'DecisionStarted',
812
763
  {
@@ -832,7 +783,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
832
783
  }
833
784
  >;
834
785
  ConfirmStarted: GenericPalletEvent<
835
- Rv,
836
786
  'Referenda',
837
787
  'ConfirmStarted',
838
788
  {
@@ -843,7 +793,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
843
793
  }
844
794
  >;
845
795
  ConfirmAborted: GenericPalletEvent<
846
- Rv,
847
796
  'Referenda',
848
797
  'ConfirmAborted',
849
798
  {
@@ -858,7 +807,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
858
807
  * A referendum has ended its confirmation phase and is ready for approval.
859
808
  **/
860
809
  Confirmed: GenericPalletEvent<
861
- Rv,
862
810
  'Referenda',
863
811
  'Confirmed',
864
812
  {
@@ -878,7 +826,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
878
826
  * A referendum has been approved and its proposal has been scheduled.
879
827
  **/
880
828
  Approved: GenericPalletEvent<
881
- Rv,
882
829
  'Referenda',
883
830
  'Approved',
884
831
  {
@@ -893,7 +840,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
893
840
  * A proposal has been rejected by referendum.
894
841
  **/
895
842
  Rejected: GenericPalletEvent<
896
- Rv,
897
843
  'Referenda',
898
844
  'Rejected',
899
845
  {
@@ -913,7 +859,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
913
859
  * A referendum has been timed out without being decided.
914
860
  **/
915
861
  TimedOut: GenericPalletEvent<
916
- Rv,
917
862
  'Referenda',
918
863
  'TimedOut',
919
864
  {
@@ -933,7 +878,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
933
878
  * A referendum has been cancelled.
934
879
  **/
935
880
  Cancelled: GenericPalletEvent<
936
- Rv,
937
881
  'Referenda',
938
882
  'Cancelled',
939
883
  {
@@ -953,7 +897,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
953
897
  * A referendum has been killed.
954
898
  **/
955
899
  Killed: GenericPalletEvent<
956
- Rv,
957
900
  'Referenda',
958
901
  'Killed',
959
902
  {
@@ -973,7 +916,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
973
916
  * The submission deposit has been refunded.
974
917
  **/
975
918
  SubmissionDepositRefunded: GenericPalletEvent<
976
- Rv,
977
919
  'Referenda',
978
920
  'SubmissionDepositRefunded',
979
921
  {
@@ -998,7 +940,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
998
940
  * Metadata for a referendum has been set.
999
941
  **/
1000
942
  MetadataSet: GenericPalletEvent<
1001
- Rv,
1002
943
  'Referenda',
1003
944
  'MetadataSet',
1004
945
  {
@@ -1018,7 +959,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1018
959
  * Metadata for a referendum has been cleared.
1019
960
  **/
1020
961
  MetadataCleared: GenericPalletEvent<
1021
- Rv,
1022
962
  'Referenda',
1023
963
  'MetadataCleared',
1024
964
  {
@@ -1037,7 +977,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1037
977
  /**
1038
978
  * Generic pallet event
1039
979
  **/
1040
- [prop: string]: GenericPalletEvent<Rv>;
980
+ [prop: string]: GenericPalletEvent;
1041
981
  };
1042
982
  /**
1043
983
  * Pallet `FellowshipCollective`'s events
@@ -1046,24 +986,23 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1046
986
  /**
1047
987
  * A member `who` has been added.
1048
988
  **/
1049
- MemberAdded: GenericPalletEvent<Rv, 'FellowshipCollective', 'MemberAdded', { who: AccountId32 }>;
989
+ MemberAdded: GenericPalletEvent<'FellowshipCollective', 'MemberAdded', { who: AccountId32 }>;
1050
990
 
1051
991
  /**
1052
992
  * The member `who`se rank has been changed to the given `rank`.
1053
993
  **/
1054
- RankChanged: GenericPalletEvent<Rv, 'FellowshipCollective', 'RankChanged', { who: AccountId32; rank: number }>;
994
+ RankChanged: GenericPalletEvent<'FellowshipCollective', 'RankChanged', { who: AccountId32; rank: number }>;
1055
995
 
1056
996
  /**
1057
997
  * The member `who` of given `rank` has been removed from the collective.
1058
998
  **/
1059
- MemberRemoved: GenericPalletEvent<Rv, 'FellowshipCollective', 'MemberRemoved', { who: AccountId32; rank: number }>;
999
+ MemberRemoved: GenericPalletEvent<'FellowshipCollective', 'MemberRemoved', { who: AccountId32; rank: number }>;
1060
1000
 
1061
1001
  /**
1062
1002
  * The member `who` has voted for the `poll` with the given `vote` leading to an updated
1063
1003
  * `tally`.
1064
1004
  **/
1065
1005
  Voted: GenericPalletEvent<
1066
- Rv,
1067
1006
  'FellowshipCollective',
1068
1007
  'Voted',
1069
1008
  { who: AccountId32; poll: number; vote: PalletRankedCollectiveVoteRecord; tally: PalletRankedCollectiveTally }
@@ -1073,7 +1012,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1073
1012
  * The member `who` had their `AccountId` changed to `new_who`.
1074
1013
  **/
1075
1014
  MemberExchanged: GenericPalletEvent<
1076
- Rv,
1077
1015
  'FellowshipCollective',
1078
1016
  'MemberExchanged',
1079
1017
  { who: AccountId32; newWho: AccountId32 }
@@ -1082,7 +1020,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1082
1020
  /**
1083
1021
  * Generic pallet event
1084
1022
  **/
1085
- [prop: string]: GenericPalletEvent<Rv>;
1023
+ [prop: string]: GenericPalletEvent;
1086
1024
  };
1087
1025
  /**
1088
1026
  * Pallet `FellowshipReferenda`'s events
@@ -1092,7 +1030,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1092
1030
  * A referendum has been submitted.
1093
1031
  **/
1094
1032
  Submitted: GenericPalletEvent<
1095
- Rv,
1096
1033
  'FellowshipReferenda',
1097
1034
  'Submitted',
1098
1035
  {
@@ -1117,7 +1054,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1117
1054
  * The decision deposit has been placed.
1118
1055
  **/
1119
1056
  DecisionDepositPlaced: GenericPalletEvent<
1120
- Rv,
1121
1057
  'FellowshipReferenda',
1122
1058
  'DecisionDepositPlaced',
1123
1059
  {
@@ -1142,7 +1078,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1142
1078
  * The decision deposit has been refunded.
1143
1079
  **/
1144
1080
  DecisionDepositRefunded: GenericPalletEvent<
1145
- Rv,
1146
1081
  'FellowshipReferenda',
1147
1082
  'DecisionDepositRefunded',
1148
1083
  {
@@ -1167,7 +1102,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1167
1102
  * A deposit has been slashed.
1168
1103
  **/
1169
1104
  DepositSlashed: GenericPalletEvent<
1170
- Rv,
1171
1105
  'FellowshipReferenda',
1172
1106
  'DepositSlashed',
1173
1107
  {
@@ -1187,7 +1121,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1187
1121
  * A referendum has moved into the deciding phase.
1188
1122
  **/
1189
1123
  DecisionStarted: GenericPalletEvent<
1190
- Rv,
1191
1124
  'FellowshipReferenda',
1192
1125
  'DecisionStarted',
1193
1126
  {
@@ -1213,7 +1146,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1213
1146
  }
1214
1147
  >;
1215
1148
  ConfirmStarted: GenericPalletEvent<
1216
- Rv,
1217
1149
  'FellowshipReferenda',
1218
1150
  'ConfirmStarted',
1219
1151
  {
@@ -1224,7 +1156,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1224
1156
  }
1225
1157
  >;
1226
1158
  ConfirmAborted: GenericPalletEvent<
1227
- Rv,
1228
1159
  'FellowshipReferenda',
1229
1160
  'ConfirmAborted',
1230
1161
  {
@@ -1239,7 +1170,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1239
1170
  * A referendum has ended its confirmation phase and is ready for approval.
1240
1171
  **/
1241
1172
  Confirmed: GenericPalletEvent<
1242
- Rv,
1243
1173
  'FellowshipReferenda',
1244
1174
  'Confirmed',
1245
1175
  {
@@ -1259,7 +1189,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1259
1189
  * A referendum has been approved and its proposal has been scheduled.
1260
1190
  **/
1261
1191
  Approved: GenericPalletEvent<
1262
- Rv,
1263
1192
  'FellowshipReferenda',
1264
1193
  'Approved',
1265
1194
  {
@@ -1274,7 +1203,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1274
1203
  * A proposal has been rejected by referendum.
1275
1204
  **/
1276
1205
  Rejected: GenericPalletEvent<
1277
- Rv,
1278
1206
  'FellowshipReferenda',
1279
1207
  'Rejected',
1280
1208
  {
@@ -1294,7 +1222,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1294
1222
  * A referendum has been timed out without being decided.
1295
1223
  **/
1296
1224
  TimedOut: GenericPalletEvent<
1297
- Rv,
1298
1225
  'FellowshipReferenda',
1299
1226
  'TimedOut',
1300
1227
  {
@@ -1314,7 +1241,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1314
1241
  * A referendum has been cancelled.
1315
1242
  **/
1316
1243
  Cancelled: GenericPalletEvent<
1317
- Rv,
1318
1244
  'FellowshipReferenda',
1319
1245
  'Cancelled',
1320
1246
  {
@@ -1334,7 +1260,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1334
1260
  * A referendum has been killed.
1335
1261
  **/
1336
1262
  Killed: GenericPalletEvent<
1337
- Rv,
1338
1263
  'FellowshipReferenda',
1339
1264
  'Killed',
1340
1265
  {
@@ -1354,7 +1279,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1354
1279
  * The submission deposit has been refunded.
1355
1280
  **/
1356
1281
  SubmissionDepositRefunded: GenericPalletEvent<
1357
- Rv,
1358
1282
  'FellowshipReferenda',
1359
1283
  'SubmissionDepositRefunded',
1360
1284
  {
@@ -1379,7 +1303,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1379
1303
  * Metadata for a referendum has been set.
1380
1304
  **/
1381
1305
  MetadataSet: GenericPalletEvent<
1382
- Rv,
1383
1306
  'FellowshipReferenda',
1384
1307
  'MetadataSet',
1385
1308
  {
@@ -1399,7 +1322,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1399
1322
  * Metadata for a referendum has been cleared.
1400
1323
  **/
1401
1324
  MetadataCleared: GenericPalletEvent<
1402
- Rv,
1403
1325
  'FellowshipReferenda',
1404
1326
  'MetadataCleared',
1405
1327
  {
@@ -1418,16 +1340,15 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1418
1340
  /**
1419
1341
  * Generic pallet event
1420
1342
  **/
1421
- [prop: string]: GenericPalletEvent<Rv>;
1343
+ [prop: string]: GenericPalletEvent;
1422
1344
  };
1423
1345
  /**
1424
1346
  * Pallet `Whitelist`'s events
1425
1347
  **/
1426
1348
  whitelist: {
1427
- CallWhitelisted: GenericPalletEvent<Rv, 'Whitelist', 'CallWhitelisted', { callHash: H256 }>;
1428
- WhitelistedCallRemoved: GenericPalletEvent<Rv, 'Whitelist', 'WhitelistedCallRemoved', { callHash: H256 }>;
1349
+ CallWhitelisted: GenericPalletEvent<'Whitelist', 'CallWhitelisted', { callHash: H256 }>;
1350
+ WhitelistedCallRemoved: GenericPalletEvent<'Whitelist', 'WhitelistedCallRemoved', { callHash: H256 }>;
1429
1351
  WhitelistedCallDispatched: GenericPalletEvent<
1430
- Rv,
1431
1352
  'Whitelist',
1432
1353
  'WhitelistedCallDispatched',
1433
1354
  { callHash: H256; result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo> }
@@ -1436,7 +1357,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1436
1357
  /**
1437
1358
  * Generic pallet event
1438
1359
  **/
1439
- [prop: string]: GenericPalletEvent<Rv>;
1360
+ [prop: string]: GenericPalletEvent;
1440
1361
  };
1441
1362
  /**
1442
1363
  * Pallet `Parameters`'s events
@@ -1448,7 +1369,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1448
1369
  * Is also emitted when the value was not changed.
1449
1370
  **/
1450
1371
  Updated: GenericPalletEvent<
1451
- Rv,
1452
1372
  'Parameters',
1453
1373
  'Updated',
1454
1374
  {
@@ -1472,7 +1392,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1472
1392
  /**
1473
1393
  * Generic pallet event
1474
1394
  **/
1475
- [prop: string]: GenericPalletEvent<Rv>;
1395
+ [prop: string]: GenericPalletEvent;
1476
1396
  };
1477
1397
  /**
1478
1398
  * Pallet `Claims`'s events
@@ -1482,7 +1402,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1482
1402
  * Someone claimed some DOTs.
1483
1403
  **/
1484
1404
  Claimed: GenericPalletEvent<
1485
- Rv,
1486
1405
  'Claims',
1487
1406
  'Claimed',
1488
1407
  { who: AccountId32; ethereumAddress: EthereumAddress; amount: bigint }
@@ -1491,7 +1410,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1491
1410
  /**
1492
1411
  * Generic pallet event
1493
1412
  **/
1494
- [prop: string]: GenericPalletEvent<Rv>;
1413
+ [prop: string]: GenericPalletEvent;
1495
1414
  };
1496
1415
  /**
1497
1416
  * Pallet `Utility`'s events
@@ -1501,47 +1420,47 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1501
1420
  * Batch of dispatches did not complete fully. Index of first failing dispatch given, as
1502
1421
  * well as the error.
1503
1422
  **/
1504
- BatchInterrupted: GenericPalletEvent<Rv, 'Utility', 'BatchInterrupted', { index: number; error: DispatchError }>;
1423
+ BatchInterrupted: GenericPalletEvent<'Utility', 'BatchInterrupted', { index: number; error: DispatchError }>;
1505
1424
 
1506
1425
  /**
1507
1426
  * Batch of dispatches completed fully with no error.
1508
1427
  **/
1509
- BatchCompleted: GenericPalletEvent<Rv, 'Utility', 'BatchCompleted', null>;
1428
+ BatchCompleted: GenericPalletEvent<'Utility', 'BatchCompleted', null>;
1510
1429
 
1511
1430
  /**
1512
1431
  * Batch of dispatches completed but has errors.
1513
1432
  **/
1514
- BatchCompletedWithErrors: GenericPalletEvent<Rv, 'Utility', 'BatchCompletedWithErrors', null>;
1433
+ BatchCompletedWithErrors: GenericPalletEvent<'Utility', 'BatchCompletedWithErrors', null>;
1515
1434
 
1516
1435
  /**
1517
1436
  * A single item within a Batch of dispatches has completed with no error.
1518
1437
  **/
1519
- ItemCompleted: GenericPalletEvent<Rv, 'Utility', 'ItemCompleted', null>;
1438
+ ItemCompleted: GenericPalletEvent<'Utility', 'ItemCompleted', null>;
1520
1439
 
1521
1440
  /**
1522
1441
  * A single item within a Batch of dispatches has completed with error.
1523
1442
  **/
1524
- ItemFailed: GenericPalletEvent<Rv, 'Utility', 'ItemFailed', { error: DispatchError }>;
1443
+ ItemFailed: GenericPalletEvent<'Utility', 'ItemFailed', { error: DispatchError }>;
1525
1444
 
1526
1445
  /**
1527
1446
  * A call was dispatched.
1528
1447
  **/
1529
- DispatchedAs: GenericPalletEvent<Rv, 'Utility', 'DispatchedAs', { result: Result<[], DispatchError> }>;
1448
+ DispatchedAs: GenericPalletEvent<'Utility', 'DispatchedAs', { result: Result<[], DispatchError> }>;
1530
1449
 
1531
1450
  /**
1532
1451
  * Main call was dispatched.
1533
1452
  **/
1534
- IfElseMainSuccess: GenericPalletEvent<Rv, 'Utility', 'IfElseMainSuccess', null>;
1453
+ IfElseMainSuccess: GenericPalletEvent<'Utility', 'IfElseMainSuccess', null>;
1535
1454
 
1536
1455
  /**
1537
1456
  * The fallback call was dispatched.
1538
1457
  **/
1539
- IfElseFallbackCalled: GenericPalletEvent<Rv, 'Utility', 'IfElseFallbackCalled', { mainError: DispatchError }>;
1458
+ IfElseFallbackCalled: GenericPalletEvent<'Utility', 'IfElseFallbackCalled', { mainError: DispatchError }>;
1540
1459
 
1541
1460
  /**
1542
1461
  * Generic pallet event
1543
1462
  **/
1544
- [prop: string]: GenericPalletEvent<Rv>;
1463
+ [prop: string]: GenericPalletEvent;
1545
1464
  };
1546
1465
  /**
1547
1466
  * Pallet `Society`'s events
@@ -1550,51 +1469,45 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1550
1469
  /**
1551
1470
  * The society is founded by the given identity.
1552
1471
  **/
1553
- Founded: GenericPalletEvent<Rv, 'Society', 'Founded', { founder: AccountId32 }>;
1472
+ Founded: GenericPalletEvent<'Society', 'Founded', { founder: AccountId32 }>;
1554
1473
 
1555
1474
  /**
1556
1475
  * A membership bid just happened. The given account is the candidate's ID and their offer
1557
1476
  * is the second.
1558
1477
  **/
1559
- Bid: GenericPalletEvent<Rv, 'Society', 'Bid', { candidateId: AccountId32; offer: bigint }>;
1478
+ Bid: GenericPalletEvent<'Society', 'Bid', { candidateId: AccountId32; offer: bigint }>;
1560
1479
 
1561
1480
  /**
1562
1481
  * A membership bid just happened by vouching. The given account is the candidate's ID and
1563
1482
  * their offer is the second. The vouching party is the third.
1564
1483
  **/
1565
- Vouch: GenericPalletEvent<
1566
- Rv,
1567
- 'Society',
1568
- 'Vouch',
1569
- { candidateId: AccountId32; offer: bigint; vouching: AccountId32 }
1570
- >;
1484
+ Vouch: GenericPalletEvent<'Society', 'Vouch', { candidateId: AccountId32; offer: bigint; vouching: AccountId32 }>;
1571
1485
 
1572
1486
  /**
1573
1487
  * A candidate was dropped (due to an excess of bids in the system).
1574
1488
  **/
1575
- AutoUnbid: GenericPalletEvent<Rv, 'Society', 'AutoUnbid', { candidate: AccountId32 }>;
1489
+ AutoUnbid: GenericPalletEvent<'Society', 'AutoUnbid', { candidate: AccountId32 }>;
1576
1490
 
1577
1491
  /**
1578
1492
  * A candidate was dropped (by their request).
1579
1493
  **/
1580
- Unbid: GenericPalletEvent<Rv, 'Society', 'Unbid', { candidate: AccountId32 }>;
1494
+ Unbid: GenericPalletEvent<'Society', 'Unbid', { candidate: AccountId32 }>;
1581
1495
 
1582
1496
  /**
1583
1497
  * A candidate was dropped (by request of who vouched for them).
1584
1498
  **/
1585
- Unvouch: GenericPalletEvent<Rv, 'Society', 'Unvouch', { candidate: AccountId32 }>;
1499
+ Unvouch: GenericPalletEvent<'Society', 'Unvouch', { candidate: AccountId32 }>;
1586
1500
 
1587
1501
  /**
1588
1502
  * A group of candidates have been inducted. The batch's primary is the first value, the
1589
1503
  * batch in full is the second.
1590
1504
  **/
1591
- Inducted: GenericPalletEvent<Rv, 'Society', 'Inducted', { primary: AccountId32; candidates: Array<AccountId32> }>;
1505
+ Inducted: GenericPalletEvent<'Society', 'Inducted', { primary: AccountId32; candidates: Array<AccountId32> }>;
1592
1506
 
1593
1507
  /**
1594
1508
  * A suspended member has been judged.
1595
1509
  **/
1596
1510
  SuspendedMemberJudgement: GenericPalletEvent<
1597
- Rv,
1598
1511
  'Society',
1599
1512
  'SuspendedMemberJudgement',
1600
1513
  { who: AccountId32; judged: boolean }
@@ -1603,53 +1516,52 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1603
1516
  /**
1604
1517
  * A candidate has been suspended
1605
1518
  **/
1606
- CandidateSuspended: GenericPalletEvent<Rv, 'Society', 'CandidateSuspended', { candidate: AccountId32 }>;
1519
+ CandidateSuspended: GenericPalletEvent<'Society', 'CandidateSuspended', { candidate: AccountId32 }>;
1607
1520
 
1608
1521
  /**
1609
1522
  * A member has been suspended
1610
1523
  **/
1611
- MemberSuspended: GenericPalletEvent<Rv, 'Society', 'MemberSuspended', { member: AccountId32 }>;
1524
+ MemberSuspended: GenericPalletEvent<'Society', 'MemberSuspended', { member: AccountId32 }>;
1612
1525
 
1613
1526
  /**
1614
1527
  * A member has been challenged
1615
1528
  **/
1616
- Challenged: GenericPalletEvent<Rv, 'Society', 'Challenged', { member: AccountId32 }>;
1529
+ Challenged: GenericPalletEvent<'Society', 'Challenged', { member: AccountId32 }>;
1617
1530
 
1618
1531
  /**
1619
1532
  * A vote has been placed
1620
1533
  **/
1621
- Vote: GenericPalletEvent<Rv, 'Society', 'Vote', { candidate: AccountId32; voter: AccountId32; vote: boolean }>;
1534
+ Vote: GenericPalletEvent<'Society', 'Vote', { candidate: AccountId32; voter: AccountId32; vote: boolean }>;
1622
1535
 
1623
1536
  /**
1624
1537
  * A vote has been placed for a defending member
1625
1538
  **/
1626
- DefenderVote: GenericPalletEvent<Rv, 'Society', 'DefenderVote', { voter: AccountId32; vote: boolean }>;
1539
+ DefenderVote: GenericPalletEvent<'Society', 'DefenderVote', { voter: AccountId32; vote: boolean }>;
1627
1540
 
1628
1541
  /**
1629
1542
  * A new set of \[params\] has been set for the group.
1630
1543
  **/
1631
- NewParams: GenericPalletEvent<Rv, 'Society', 'NewParams', { params: PalletSocietyGroupParams }>;
1544
+ NewParams: GenericPalletEvent<'Society', 'NewParams', { params: PalletSocietyGroupParams }>;
1632
1545
 
1633
1546
  /**
1634
1547
  * Society is unfounded.
1635
1548
  **/
1636
- Unfounded: GenericPalletEvent<Rv, 'Society', 'Unfounded', { founder: AccountId32 }>;
1549
+ Unfounded: GenericPalletEvent<'Society', 'Unfounded', { founder: AccountId32 }>;
1637
1550
 
1638
1551
  /**
1639
1552
  * Some funds were deposited into the society account.
1640
1553
  **/
1641
- Deposit: GenericPalletEvent<Rv, 'Society', 'Deposit', { value: bigint }>;
1554
+ Deposit: GenericPalletEvent<'Society', 'Deposit', { value: bigint }>;
1642
1555
 
1643
1556
  /**
1644
1557
  * A \[member\] got elevated to \[rank\].
1645
1558
  **/
1646
- Elevated: GenericPalletEvent<Rv, 'Society', 'Elevated', { member: AccountId32; rank: number }>;
1559
+ Elevated: GenericPalletEvent<'Society', 'Elevated', { member: AccountId32; rank: number }>;
1647
1560
 
1648
1561
  /**
1649
1562
  * A deposit was poked / adjusted.
1650
1563
  **/
1651
1564
  DepositPoked: GenericPalletEvent<
1652
- Rv,
1653
1565
  'Society',
1654
1566
  'DepositPoked',
1655
1567
  { who: AccountId32; oldDeposit: bigint; newDeposit: bigint }
@@ -1658,7 +1570,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1658
1570
  /**
1659
1571
  * Generic pallet event
1660
1572
  **/
1661
- [prop: string]: GenericPalletEvent<Rv>;
1573
+ [prop: string]: GenericPalletEvent;
1662
1574
  };
1663
1575
  /**
1664
1576
  * Pallet `Recovery`'s events
@@ -1667,13 +1579,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1667
1579
  /**
1668
1580
  * A recovery process has been set up for an account.
1669
1581
  **/
1670
- RecoveryCreated: GenericPalletEvent<Rv, 'Recovery', 'RecoveryCreated', { account: AccountId32 }>;
1582
+ RecoveryCreated: GenericPalletEvent<'Recovery', 'RecoveryCreated', { account: AccountId32 }>;
1671
1583
 
1672
1584
  /**
1673
1585
  * A recovery process has been initiated for lost account by rescuer account.
1674
1586
  **/
1675
1587
  RecoveryInitiated: GenericPalletEvent<
1676
- Rv,
1677
1588
  'Recovery',
1678
1589
  'RecoveryInitiated',
1679
1590
  { lostAccount: AccountId32; rescuerAccount: AccountId32 }
@@ -1683,7 +1594,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1683
1594
  * A recovery process for lost account by rescuer account has been vouched for by sender.
1684
1595
  **/
1685
1596
  RecoveryVouched: GenericPalletEvent<
1686
- Rv,
1687
1597
  'Recovery',
1688
1598
  'RecoveryVouched',
1689
1599
  { lostAccount: AccountId32; rescuerAccount: AccountId32; sender: AccountId32 }
@@ -1693,7 +1603,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1693
1603
  * A recovery process for lost account by rescuer account has been closed.
1694
1604
  **/
1695
1605
  RecoveryClosed: GenericPalletEvent<
1696
- Rv,
1697
1606
  'Recovery',
1698
1607
  'RecoveryClosed',
1699
1608
  { lostAccount: AccountId32; rescuerAccount: AccountId32 }
@@ -1703,7 +1612,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1703
1612
  * Lost account has been successfully recovered by rescuer account.
1704
1613
  **/
1705
1614
  AccountRecovered: GenericPalletEvent<
1706
- Rv,
1707
1615
  'Recovery',
1708
1616
  'AccountRecovered',
1709
1617
  { lostAccount: AccountId32; rescuerAccount: AccountId32 }
@@ -1712,13 +1620,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1712
1620
  /**
1713
1621
  * A recovery process has been removed for an account.
1714
1622
  **/
1715
- RecoveryRemoved: GenericPalletEvent<Rv, 'Recovery', 'RecoveryRemoved', { lostAccount: AccountId32 }>;
1623
+ RecoveryRemoved: GenericPalletEvent<'Recovery', 'RecoveryRemoved', { lostAccount: AccountId32 }>;
1716
1624
 
1717
1625
  /**
1718
1626
  * A deposit has been updated.
1719
1627
  **/
1720
1628
  DepositPoked: GenericPalletEvent<
1721
- Rv,
1722
1629
  'Recovery',
1723
1630
  'DepositPoked',
1724
1631
  { who: AccountId32; kind: PalletRecoveryDepositKind; oldDeposit: bigint; newDeposit: bigint }
@@ -1727,7 +1634,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1727
1634
  /**
1728
1635
  * Generic pallet event
1729
1636
  **/
1730
- [prop: string]: GenericPalletEvent<Rv>;
1637
+ [prop: string]: GenericPalletEvent;
1731
1638
  };
1732
1639
  /**
1733
1640
  * Pallet `Vesting`'s events
@@ -1736,28 +1643,23 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1736
1643
  /**
1737
1644
  * A vesting schedule has been created.
1738
1645
  **/
1739
- VestingCreated: GenericPalletEvent<
1740
- Rv,
1741
- 'Vesting',
1742
- 'VestingCreated',
1743
- { account: AccountId32; scheduleIndex: number }
1744
- >;
1646
+ VestingCreated: GenericPalletEvent<'Vesting', 'VestingCreated', { account: AccountId32; scheduleIndex: number }>;
1745
1647
 
1746
1648
  /**
1747
1649
  * The amount vested has been updated. This could indicate a change in funds available.
1748
1650
  * The balance given is the amount which is left unvested (and thus locked).
1749
1651
  **/
1750
- VestingUpdated: GenericPalletEvent<Rv, 'Vesting', 'VestingUpdated', { account: AccountId32; unvested: bigint }>;
1652
+ VestingUpdated: GenericPalletEvent<'Vesting', 'VestingUpdated', { account: AccountId32; unvested: bigint }>;
1751
1653
 
1752
1654
  /**
1753
1655
  * An \[account\] has become fully vested.
1754
1656
  **/
1755
- VestingCompleted: GenericPalletEvent<Rv, 'Vesting', 'VestingCompleted', { account: AccountId32 }>;
1657
+ VestingCompleted: GenericPalletEvent<'Vesting', 'VestingCompleted', { account: AccountId32 }>;
1756
1658
 
1757
1659
  /**
1758
1660
  * Generic pallet event
1759
1661
  **/
1760
- [prop: string]: GenericPalletEvent<Rv>;
1662
+ [prop: string]: GenericPalletEvent;
1761
1663
  };
1762
1664
  /**
1763
1665
  * Pallet `Scheduler`'s events
@@ -1766,18 +1668,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1766
1668
  /**
1767
1669
  * Scheduled some task.
1768
1670
  **/
1769
- Scheduled: GenericPalletEvent<Rv, 'Scheduler', 'Scheduled', { when: number; index: number }>;
1671
+ Scheduled: GenericPalletEvent<'Scheduler', 'Scheduled', { when: number; index: number }>;
1770
1672
 
1771
1673
  /**
1772
1674
  * Canceled some task.
1773
1675
  **/
1774
- Canceled: GenericPalletEvent<Rv, 'Scheduler', 'Canceled', { when: number; index: number }>;
1676
+ Canceled: GenericPalletEvent<'Scheduler', 'Canceled', { when: number; index: number }>;
1775
1677
 
1776
1678
  /**
1777
1679
  * Dispatched some task.
1778
1680
  **/
1779
1681
  Dispatched: GenericPalletEvent<
1780
- Rv,
1781
1682
  'Scheduler',
1782
1683
  'Dispatched',
1783
1684
  { task: [number, number]; id?: FixedBytes<32> | undefined; result: Result<[], DispatchError> }
@@ -1787,7 +1688,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1787
1688
  * Set a retry configuration for some task.
1788
1689
  **/
1789
1690
  RetrySet: GenericPalletEvent<
1790
- Rv,
1791
1691
  'Scheduler',
1792
1692
  'RetrySet',
1793
1693
  { task: [number, number]; id?: FixedBytes<32> | undefined; period: number; retries: number }
@@ -1797,7 +1697,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1797
1697
  * Cancel a retry configuration for some task.
1798
1698
  **/
1799
1699
  RetryCancelled: GenericPalletEvent<
1800
- Rv,
1801
1700
  'Scheduler',
1802
1701
  'RetryCancelled',
1803
1702
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1807,7 +1706,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1807
1706
  * The call for the provided hash was not found so the task has been aborted.
1808
1707
  **/
1809
1708
  CallUnavailable: GenericPalletEvent<
1810
- Rv,
1811
1709
  'Scheduler',
1812
1710
  'CallUnavailable',
1813
1711
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1817,7 +1715,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1817
1715
  * The given task was unable to be renewed since the agenda is full at that block.
1818
1716
  **/
1819
1717
  PeriodicFailed: GenericPalletEvent<
1820
- Rv,
1821
1718
  'Scheduler',
1822
1719
  'PeriodicFailed',
1823
1720
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1828,7 +1725,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1828
1725
  * was not enough weight to reschedule it.
1829
1726
  **/
1830
1727
  RetryFailed: GenericPalletEvent<
1831
- Rv,
1832
1728
  'Scheduler',
1833
1729
  'RetryFailed',
1834
1730
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1838,7 +1734,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1838
1734
  * The given task can never be executed since it is overweight.
1839
1735
  **/
1840
1736
  PermanentlyOverweight: GenericPalletEvent<
1841
- Rv,
1842
1737
  'Scheduler',
1843
1738
  'PermanentlyOverweight',
1844
1739
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1847,12 +1742,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1847
1742
  /**
1848
1743
  * Agenda is incomplete from `when`.
1849
1744
  **/
1850
- AgendaIncomplete: GenericPalletEvent<Rv, 'Scheduler', 'AgendaIncomplete', { when: number }>;
1745
+ AgendaIncomplete: GenericPalletEvent<'Scheduler', 'AgendaIncomplete', { when: number }>;
1851
1746
 
1852
1747
  /**
1853
1748
  * Generic pallet event
1854
1749
  **/
1855
- [prop: string]: GenericPalletEvent<Rv>;
1750
+ [prop: string]: GenericPalletEvent;
1856
1751
  };
1857
1752
  /**
1858
1753
  * Pallet `Proxy`'s events
@@ -1861,14 +1756,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1861
1756
  /**
1862
1757
  * A proxy was executed correctly, with the given.
1863
1758
  **/
1864
- ProxyExecuted: GenericPalletEvent<Rv, 'Proxy', 'ProxyExecuted', { result: Result<[], DispatchError> }>;
1759
+ ProxyExecuted: GenericPalletEvent<'Proxy', 'ProxyExecuted', { result: Result<[], DispatchError> }>;
1865
1760
 
1866
1761
  /**
1867
1762
  * A pure account has been created by new proxy with given
1868
1763
  * disambiguation index and proxy type.
1869
1764
  **/
1870
1765
  PureCreated: GenericPalletEvent<
1871
- Rv,
1872
1766
  'Proxy',
1873
1767
  'PureCreated',
1874
1768
  {
@@ -1883,7 +1777,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1883
1777
  * A pure proxy was killed by its spawner.
1884
1778
  **/
1885
1779
  PureKilled: GenericPalletEvent<
1886
- Rv,
1887
1780
  'Proxy',
1888
1781
  'PureKilled',
1889
1782
  {
@@ -1897,13 +1790,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1897
1790
  /**
1898
1791
  * An announcement was placed to make a call in the future.
1899
1792
  **/
1900
- Announced: GenericPalletEvent<Rv, 'Proxy', 'Announced', { real: AccountId32; proxy: AccountId32; callHash: H256 }>;
1793
+ Announced: GenericPalletEvent<'Proxy', 'Announced', { real: AccountId32; proxy: AccountId32; callHash: H256 }>;
1901
1794
 
1902
1795
  /**
1903
1796
  * A proxy was added.
1904
1797
  **/
1905
1798
  ProxyAdded: GenericPalletEvent<
1906
- Rv,
1907
1799
  'Proxy',
1908
1800
  'ProxyAdded',
1909
1801
  { delegator: AccountId32; delegatee: AccountId32; proxyType: KusamaRuntimeConstantsProxyProxyType; delay: number }
@@ -1913,7 +1805,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1913
1805
  * A proxy was removed.
1914
1806
  **/
1915
1807
  ProxyRemoved: GenericPalletEvent<
1916
- Rv,
1917
1808
  'Proxy',
1918
1809
  'ProxyRemoved',
1919
1810
  { delegator: AccountId32; delegatee: AccountId32; proxyType: KusamaRuntimeConstantsProxyProxyType; delay: number }
@@ -1923,7 +1814,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1923
1814
  * A deposit stored for proxies or announcements was poked / updated.
1924
1815
  **/
1925
1816
  DepositPoked: GenericPalletEvent<
1926
- Rv,
1927
1817
  'Proxy',
1928
1818
  'DepositPoked',
1929
1819
  { who: AccountId32; kind: PalletProxyDepositKind; oldDeposit: bigint; newDeposit: bigint }
@@ -1932,7 +1822,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1932
1822
  /**
1933
1823
  * Generic pallet event
1934
1824
  **/
1935
- [prop: string]: GenericPalletEvent<Rv>;
1825
+ [prop: string]: GenericPalletEvent;
1936
1826
  };
1937
1827
  /**
1938
1828
  * Pallet `Multisig`'s events
@@ -1942,7 +1832,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1942
1832
  * A new multisig operation has begun.
1943
1833
  **/
1944
1834
  NewMultisig: GenericPalletEvent<
1945
- Rv,
1946
1835
  'Multisig',
1947
1836
  'NewMultisig',
1948
1837
  { approving: AccountId32; multisig: AccountId32; callHash: FixedBytes<32> }
@@ -1952,7 +1841,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1952
1841
  * A multisig operation has been approved by someone.
1953
1842
  **/
1954
1843
  MultisigApproval: GenericPalletEvent<
1955
- Rv,
1956
1844
  'Multisig',
1957
1845
  'MultisigApproval',
1958
1846
  { approving: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
@@ -1962,7 +1850,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1962
1850
  * A multisig operation has been executed.
1963
1851
  **/
1964
1852
  MultisigExecuted: GenericPalletEvent<
1965
- Rv,
1966
1853
  'Multisig',
1967
1854
  'MultisigExecuted',
1968
1855
  {
@@ -1978,7 +1865,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1978
1865
  * A multisig operation has been cancelled.
1979
1866
  **/
1980
1867
  MultisigCancelled: GenericPalletEvent<
1981
- Rv,
1982
1868
  'Multisig',
1983
1869
  'MultisigCancelled',
1984
1870
  { cancelling: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
@@ -1988,7 +1874,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1988
1874
  * The deposit for a multisig operation has been updated/poked.
1989
1875
  **/
1990
1876
  DepositPoked: GenericPalletEvent<
1991
- Rv,
1992
1877
  'Multisig',
1993
1878
  'DepositPoked',
1994
1879
  { who: AccountId32; callHash: FixedBytes<32>; oldDeposit: bigint; newDeposit: bigint }
@@ -1997,7 +1882,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1997
1882
  /**
1998
1883
  * Generic pallet event
1999
1884
  **/
2000
- [prop: string]: GenericPalletEvent<Rv>;
1885
+ [prop: string]: GenericPalletEvent;
2001
1886
  };
2002
1887
  /**
2003
1888
  * Pallet `Preimage`'s events
@@ -2006,22 +1891,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2006
1891
  /**
2007
1892
  * A preimage has been noted.
2008
1893
  **/
2009
- Noted: GenericPalletEvent<Rv, 'Preimage', 'Noted', { hash: H256 }>;
1894
+ Noted: GenericPalletEvent<'Preimage', 'Noted', { hash: H256 }>;
2010
1895
 
2011
1896
  /**
2012
1897
  * A preimage has been requested.
2013
1898
  **/
2014
- Requested: GenericPalletEvent<Rv, 'Preimage', 'Requested', { hash: H256 }>;
1899
+ Requested: GenericPalletEvent<'Preimage', 'Requested', { hash: H256 }>;
2015
1900
 
2016
1901
  /**
2017
1902
  * A preimage has ben cleared.
2018
1903
  **/
2019
- Cleared: GenericPalletEvent<Rv, 'Preimage', 'Cleared', { hash: H256 }>;
1904
+ Cleared: GenericPalletEvent<'Preimage', 'Cleared', { hash: H256 }>;
2020
1905
 
2021
1906
  /**
2022
1907
  * Generic pallet event
2023
1908
  **/
2024
- [prop: string]: GenericPalletEvent<Rv>;
1909
+ [prop: string]: GenericPalletEvent;
2025
1910
  };
2026
1911
  /**
2027
1912
  * Pallet `Bounties`'s events
@@ -2030,28 +1915,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2030
1915
  /**
2031
1916
  * New bounty proposal.
2032
1917
  **/
2033
- BountyProposed: GenericPalletEvent<Rv, 'Bounties', 'BountyProposed', { index: number }>;
1918
+ BountyProposed: GenericPalletEvent<'Bounties', 'BountyProposed', { index: number }>;
2034
1919
 
2035
1920
  /**
2036
1921
  * A bounty proposal was rejected; funds were slashed.
2037
1922
  **/
2038
- BountyRejected: GenericPalletEvent<Rv, 'Bounties', 'BountyRejected', { index: number; bond: bigint }>;
1923
+ BountyRejected: GenericPalletEvent<'Bounties', 'BountyRejected', { index: number; bond: bigint }>;
2039
1924
 
2040
1925
  /**
2041
1926
  * A bounty proposal is funded and became active.
2042
1927
  **/
2043
- BountyBecameActive: GenericPalletEvent<Rv, 'Bounties', 'BountyBecameActive', { index: number }>;
1928
+ BountyBecameActive: GenericPalletEvent<'Bounties', 'BountyBecameActive', { index: number }>;
2044
1929
 
2045
1930
  /**
2046
1931
  * A bounty is awarded to a beneficiary.
2047
1932
  **/
2048
- BountyAwarded: GenericPalletEvent<Rv, 'Bounties', 'BountyAwarded', { index: number; beneficiary: AccountId32 }>;
1933
+ BountyAwarded: GenericPalletEvent<'Bounties', 'BountyAwarded', { index: number; beneficiary: AccountId32 }>;
2049
1934
 
2050
1935
  /**
2051
1936
  * A bounty is claimed by beneficiary.
2052
1937
  **/
2053
1938
  BountyClaimed: GenericPalletEvent<
2054
- Rv,
2055
1939
  'Bounties',
2056
1940
  'BountyClaimed',
2057
1941
  { index: number; payout: bigint; beneficiary: AccountId32 }
@@ -2060,38 +1944,37 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2060
1944
  /**
2061
1945
  * A bounty is cancelled.
2062
1946
  **/
2063
- BountyCanceled: GenericPalletEvent<Rv, 'Bounties', 'BountyCanceled', { index: number }>;
1947
+ BountyCanceled: GenericPalletEvent<'Bounties', 'BountyCanceled', { index: number }>;
2064
1948
 
2065
1949
  /**
2066
1950
  * A bounty expiry is extended.
2067
1951
  **/
2068
- BountyExtended: GenericPalletEvent<Rv, 'Bounties', 'BountyExtended', { index: number }>;
1952
+ BountyExtended: GenericPalletEvent<'Bounties', 'BountyExtended', { index: number }>;
2069
1953
 
2070
1954
  /**
2071
1955
  * A bounty is approved.
2072
1956
  **/
2073
- BountyApproved: GenericPalletEvent<Rv, 'Bounties', 'BountyApproved', { index: number }>;
1957
+ BountyApproved: GenericPalletEvent<'Bounties', 'BountyApproved', { index: number }>;
2074
1958
 
2075
1959
  /**
2076
1960
  * A bounty curator is proposed.
2077
1961
  **/
2078
- CuratorProposed: GenericPalletEvent<Rv, 'Bounties', 'CuratorProposed', { bountyId: number; curator: AccountId32 }>;
1962
+ CuratorProposed: GenericPalletEvent<'Bounties', 'CuratorProposed', { bountyId: number; curator: AccountId32 }>;
2079
1963
 
2080
1964
  /**
2081
1965
  * A bounty curator is unassigned.
2082
1966
  **/
2083
- CuratorUnassigned: GenericPalletEvent<Rv, 'Bounties', 'CuratorUnassigned', { bountyId: number }>;
1967
+ CuratorUnassigned: GenericPalletEvent<'Bounties', 'CuratorUnassigned', { bountyId: number }>;
2084
1968
 
2085
1969
  /**
2086
1970
  * A bounty curator is accepted.
2087
1971
  **/
2088
- CuratorAccepted: GenericPalletEvent<Rv, 'Bounties', 'CuratorAccepted', { bountyId: number; curator: AccountId32 }>;
1972
+ CuratorAccepted: GenericPalletEvent<'Bounties', 'CuratorAccepted', { bountyId: number; curator: AccountId32 }>;
2089
1973
 
2090
1974
  /**
2091
1975
  * A bounty deposit has been poked.
2092
1976
  **/
2093
1977
  DepositPoked: GenericPalletEvent<
2094
- Rv,
2095
1978
  'Bounties',
2096
1979
  'DepositPoked',
2097
1980
  { bountyId: number; proposer: AccountId32; oldDeposit: bigint; newDeposit: bigint }
@@ -2100,7 +1983,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2100
1983
  /**
2101
1984
  * Generic pallet event
2102
1985
  **/
2103
- [prop: string]: GenericPalletEvent<Rv>;
1986
+ [prop: string]: GenericPalletEvent;
2104
1987
  };
2105
1988
  /**
2106
1989
  * Pallet `ChildBounties`'s events
@@ -2109,13 +1992,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2109
1992
  /**
2110
1993
  * A child-bounty is added.
2111
1994
  **/
2112
- Added: GenericPalletEvent<Rv, 'ChildBounties', 'Added', { index: number; childIndex: number }>;
1995
+ Added: GenericPalletEvent<'ChildBounties', 'Added', { index: number; childIndex: number }>;
2113
1996
 
2114
1997
  /**
2115
1998
  * A child-bounty is awarded to a beneficiary.
2116
1999
  **/
2117
2000
  Awarded: GenericPalletEvent<
2118
- Rv,
2119
2001
  'ChildBounties',
2120
2002
  'Awarded',
2121
2003
  { index: number; childIndex: number; beneficiary: AccountId32 }
@@ -2125,7 +2007,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2125
2007
  * A child-bounty is claimed by beneficiary.
2126
2008
  **/
2127
2009
  Claimed: GenericPalletEvent<
2128
- Rv,
2129
2010
  'ChildBounties',
2130
2011
  'Claimed',
2131
2012
  { index: number; childIndex: number; payout: bigint; beneficiary: AccountId32 }
@@ -2134,12 +2015,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2134
2015
  /**
2135
2016
  * A child-bounty is cancelled.
2136
2017
  **/
2137
- Canceled: GenericPalletEvent<Rv, 'ChildBounties', 'Canceled', { index: number; childIndex: number }>;
2018
+ Canceled: GenericPalletEvent<'ChildBounties', 'Canceled', { index: number; childIndex: number }>;
2138
2019
 
2139
2020
  /**
2140
2021
  * Generic pallet event
2141
2022
  **/
2142
- [prop: string]: GenericPalletEvent<Rv>;
2023
+ [prop: string]: GenericPalletEvent;
2143
2024
  };
2144
2025
  /**
2145
2026
  * Pallet `ElectionProviderMultiPhase`'s events
@@ -2155,7 +2036,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2155
2036
  * room for this one.
2156
2037
  **/
2157
2038
  SolutionStored: GenericPalletEvent<
2158
- Rv,
2159
2039
  'ElectionProviderMultiPhase',
2160
2040
  'SolutionStored',
2161
2041
  {
@@ -2169,7 +2049,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2169
2049
  * The election has been finalized, with the given computation and score.
2170
2050
  **/
2171
2051
  ElectionFinalized: GenericPalletEvent<
2172
- Rv,
2173
2052
  'ElectionProviderMultiPhase',
2174
2053
  'ElectionFinalized',
2175
2054
  { compute: PalletElectionProviderMultiPhaseElectionCompute; score: SpNposElectionsElectionScore }
@@ -2180,23 +2059,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2180
2059
  *
2181
2060
  * Not much can be said about which computes failed in the process.
2182
2061
  **/
2183
- ElectionFailed: GenericPalletEvent<Rv, 'ElectionProviderMultiPhase', 'ElectionFailed', null>;
2062
+ ElectionFailed: GenericPalletEvent<'ElectionProviderMultiPhase', 'ElectionFailed', null>;
2184
2063
 
2185
2064
  /**
2186
2065
  * An account has been rewarded for their signed submission being finalized.
2187
2066
  **/
2188
- Rewarded: GenericPalletEvent<Rv, 'ElectionProviderMultiPhase', 'Rewarded', { account: AccountId32; value: bigint }>;
2067
+ Rewarded: GenericPalletEvent<'ElectionProviderMultiPhase', 'Rewarded', { account: AccountId32; value: bigint }>;
2189
2068
 
2190
2069
  /**
2191
2070
  * An account has been slashed for submitting an invalid signed submission.
2192
2071
  **/
2193
- Slashed: GenericPalletEvent<Rv, 'ElectionProviderMultiPhase', 'Slashed', { account: AccountId32; value: bigint }>;
2072
+ Slashed: GenericPalletEvent<'ElectionProviderMultiPhase', 'Slashed', { account: AccountId32; value: bigint }>;
2194
2073
 
2195
2074
  /**
2196
2075
  * There was a phase transition in a given round.
2197
2076
  **/
2198
2077
  PhaseTransitioned: GenericPalletEvent<
2199
- Rv,
2200
2078
  'ElectionProviderMultiPhase',
2201
2079
  'PhaseTransitioned',
2202
2080
  { from: PalletElectionProviderMultiPhasePhase; to: PalletElectionProviderMultiPhasePhase; round: number }
@@ -2205,7 +2083,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2205
2083
  /**
2206
2084
  * Generic pallet event
2207
2085
  **/
2208
- [prop: string]: GenericPalletEvent<Rv>;
2086
+ [prop: string]: GenericPalletEvent;
2209
2087
  };
2210
2088
  /**
2211
2089
  * Pallet `VoterList`'s events
@@ -2214,17 +2092,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2214
2092
  /**
2215
2093
  * Moved an account from one bag to another.
2216
2094
  **/
2217
- Rebagged: GenericPalletEvent<Rv, 'VoterList', 'Rebagged', { who: AccountId32; from: bigint; to: bigint }>;
2095
+ Rebagged: GenericPalletEvent<'VoterList', 'Rebagged', { who: AccountId32; from: bigint; to: bigint }>;
2218
2096
 
2219
2097
  /**
2220
2098
  * Updated the score of some account to the given amount.
2221
2099
  **/
2222
- ScoreUpdated: GenericPalletEvent<Rv, 'VoterList', 'ScoreUpdated', { who: AccountId32; newScore: bigint }>;
2100
+ ScoreUpdated: GenericPalletEvent<'VoterList', 'ScoreUpdated', { who: AccountId32; newScore: bigint }>;
2223
2101
 
2224
2102
  /**
2225
2103
  * Generic pallet event
2226
2104
  **/
2227
- [prop: string]: GenericPalletEvent<Rv>;
2105
+ [prop: string]: GenericPalletEvent;
2228
2106
  };
2229
2107
  /**
2230
2108
  * Pallet `NominationPools`'s events
@@ -2233,13 +2111,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2233
2111
  /**
2234
2112
  * A pool has been created.
2235
2113
  **/
2236
- Created: GenericPalletEvent<Rv, 'NominationPools', 'Created', { depositor: AccountId32; poolId: number }>;
2114
+ Created: GenericPalletEvent<'NominationPools', 'Created', { depositor: AccountId32; poolId: number }>;
2237
2115
 
2238
2116
  /**
2239
2117
  * A member has became bonded in a pool.
2240
2118
  **/
2241
2119
  Bonded: GenericPalletEvent<
2242
- Rv,
2243
2120
  'NominationPools',
2244
2121
  'Bonded',
2245
2122
  { member: AccountId32; poolId: number; bonded: bigint; joined: boolean }
@@ -2248,12 +2125,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2248
2125
  /**
2249
2126
  * A payout has been made to a member.
2250
2127
  **/
2251
- PaidOut: GenericPalletEvent<
2252
- Rv,
2253
- 'NominationPools',
2254
- 'PaidOut',
2255
- { member: AccountId32; poolId: number; payout: bigint }
2256
- >;
2128
+ PaidOut: GenericPalletEvent<'NominationPools', 'PaidOut', { member: AccountId32; poolId: number; payout: bigint }>;
2257
2129
 
2258
2130
  /**
2259
2131
  * A member has unbonded from their pool.
@@ -2269,7 +2141,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2269
2141
  * requested to be unbonded.
2270
2142
  **/
2271
2143
  Unbonded: GenericPalletEvent<
2272
- Rv,
2273
2144
  'NominationPools',
2274
2145
  'Unbonded',
2275
2146
  { member: AccountId32; poolId: number; balance: bigint; points: bigint; era: number }
@@ -2284,7 +2155,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2284
2155
  * will be 1.
2285
2156
  **/
2286
2157
  Withdrawn: GenericPalletEvent<
2287
- Rv,
2288
2158
  'NominationPools',
2289
2159
  'Withdrawn',
2290
2160
  { member: AccountId32; poolId: number; balance: bigint; points: bigint }
@@ -2293,13 +2163,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2293
2163
  /**
2294
2164
  * A pool has been destroyed.
2295
2165
  **/
2296
- Destroyed: GenericPalletEvent<Rv, 'NominationPools', 'Destroyed', { poolId: number }>;
2166
+ Destroyed: GenericPalletEvent<'NominationPools', 'Destroyed', { poolId: number }>;
2297
2167
 
2298
2168
  /**
2299
2169
  * The state of a pool has changed
2300
2170
  **/
2301
2171
  StateChanged: GenericPalletEvent<
2302
- Rv,
2303
2172
  'NominationPools',
2304
2173
  'StateChanged',
2305
2174
  { poolId: number; newState: PalletNominationPoolsPoolState }
@@ -2313,7 +2182,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2313
2182
  * represented by `released_balance`.
2314
2183
  **/
2315
2184
  MemberRemoved: GenericPalletEvent<
2316
- Rv,
2317
2185
  'NominationPools',
2318
2186
  'MemberRemoved',
2319
2187
  { poolId: number; member: AccountId32; releasedBalance: bigint }
@@ -2324,7 +2192,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2324
2192
  * can never change.
2325
2193
  **/
2326
2194
  RolesUpdated: GenericPalletEvent<
2327
- Rv,
2328
2195
  'NominationPools',
2329
2196
  'RolesUpdated',
2330
2197
  { root?: AccountId32 | undefined; bouncer?: AccountId32 | undefined; nominator?: AccountId32 | undefined }
@@ -2333,13 +2200,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2333
2200
  /**
2334
2201
  * The active balance of pool `pool_id` has been slashed to `balance`.
2335
2202
  **/
2336
- PoolSlashed: GenericPalletEvent<Rv, 'NominationPools', 'PoolSlashed', { poolId: number; balance: bigint }>;
2203
+ PoolSlashed: GenericPalletEvent<'NominationPools', 'PoolSlashed', { poolId: number; balance: bigint }>;
2337
2204
 
2338
2205
  /**
2339
2206
  * The unbond pool at `era` of pool `pool_id` has been slashed to `balance`.
2340
2207
  **/
2341
2208
  UnbondingPoolSlashed: GenericPalletEvent<
2342
- Rv,
2343
2209
  'NominationPools',
2344
2210
  'UnbondingPoolSlashed',
2345
2211
  { poolId: number; era: number; balance: bigint }
@@ -2349,7 +2215,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2349
2215
  * A pool's commission setting has been changed.
2350
2216
  **/
2351
2217
  PoolCommissionUpdated: GenericPalletEvent<
2352
- Rv,
2353
2218
  'NominationPools',
2354
2219
  'PoolCommissionUpdated',
2355
2220
  { poolId: number; current?: [Perbill, AccountId32] | undefined }
@@ -2359,7 +2224,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2359
2224
  * A pool's maximum commission setting has been changed.
2360
2225
  **/
2361
2226
  PoolMaxCommissionUpdated: GenericPalletEvent<
2362
- Rv,
2363
2227
  'NominationPools',
2364
2228
  'PoolMaxCommissionUpdated',
2365
2229
  { poolId: number; maxCommission: Perbill }
@@ -2369,7 +2233,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2369
2233
  * A pool's commission `change_rate` has been changed.
2370
2234
  **/
2371
2235
  PoolCommissionChangeRateUpdated: GenericPalletEvent<
2372
- Rv,
2373
2236
  'NominationPools',
2374
2237
  'PoolCommissionChangeRateUpdated',
2375
2238
  { poolId: number; changeRate: PalletNominationPoolsCommissionChangeRate }
@@ -2379,7 +2242,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2379
2242
  * Pool commission claim permission has been updated.
2380
2243
  **/
2381
2244
  PoolCommissionClaimPermissionUpdated: GenericPalletEvent<
2382
- Rv,
2383
2245
  'NominationPools',
2384
2246
  'PoolCommissionClaimPermissionUpdated',
2385
2247
  { poolId: number; permission?: PalletNominationPoolsCommissionClaimPermission | undefined }
@@ -2389,7 +2251,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2389
2251
  * Pool commission has been claimed.
2390
2252
  **/
2391
2253
  PoolCommissionClaimed: GenericPalletEvent<
2392
- Rv,
2393
2254
  'NominationPools',
2394
2255
  'PoolCommissionClaimed',
2395
2256
  { poolId: number; commission: bigint }
@@ -2399,7 +2260,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2399
2260
  * Topped up deficit in frozen ED of the reward pool.
2400
2261
  **/
2401
2262
  MinBalanceDeficitAdjusted: GenericPalletEvent<
2402
- Rv,
2403
2263
  'NominationPools',
2404
2264
  'MinBalanceDeficitAdjusted',
2405
2265
  { poolId: number; amount: bigint }
@@ -2409,7 +2269,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2409
2269
  * Claimed excess frozen ED of af the reward pool.
2410
2270
  **/
2411
2271
  MinBalanceExcessAdjusted: GenericPalletEvent<
2412
- Rv,
2413
2272
  'NominationPools',
2414
2273
  'MinBalanceExcessAdjusted',
2415
2274
  { poolId: number; amount: bigint }
@@ -2419,7 +2278,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2419
2278
  * A pool member's claim permission has been updated.
2420
2279
  **/
2421
2280
  MemberClaimPermissionUpdated: GenericPalletEvent<
2422
- Rv,
2423
2281
  'NominationPools',
2424
2282
  'MemberClaimPermissionUpdated',
2425
2283
  { member: AccountId32; permission: PalletNominationPoolsClaimPermission }
@@ -2428,19 +2286,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2428
2286
  /**
2429
2287
  * A pool's metadata was updated.
2430
2288
  **/
2431
- MetadataUpdated: GenericPalletEvent<
2432
- Rv,
2433
- 'NominationPools',
2434
- 'MetadataUpdated',
2435
- { poolId: number; caller: AccountId32 }
2436
- >;
2289
+ MetadataUpdated: GenericPalletEvent<'NominationPools', 'MetadataUpdated', { poolId: number; caller: AccountId32 }>;
2437
2290
 
2438
2291
  /**
2439
2292
  * A pool's nominating account (or the pool's root account) has nominated a validator set
2440
2293
  * on behalf of the pool.
2441
2294
  **/
2442
2295
  PoolNominationMade: GenericPalletEvent<
2443
- Rv,
2444
2296
  'NominationPools',
2445
2297
  'PoolNominationMade',
2446
2298
  { poolId: number; caller: AccountId32 }
@@ -2450,7 +2302,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2450
2302
  * The pool is chilled i.e. no longer nominating.
2451
2303
  **/
2452
2304
  PoolNominatorChilled: GenericPalletEvent<
2453
- Rv,
2454
2305
  'NominationPools',
2455
2306
  'PoolNominatorChilled',
2456
2307
  { poolId: number; caller: AccountId32 }
@@ -2460,7 +2311,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2460
2311
  * Global parameters regulating nomination pools have been updated.
2461
2312
  **/
2462
2313
  GlobalParamsUpdated: GenericPalletEvent<
2463
- Rv,
2464
2314
  'NominationPools',
2465
2315
  'GlobalParamsUpdated',
2466
2316
  {
@@ -2476,7 +2326,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2476
2326
  /**
2477
2327
  * Generic pallet event
2478
2328
  **/
2479
- [prop: string]: GenericPalletEvent<Rv>;
2329
+ [prop: string]: GenericPalletEvent;
2480
2330
  };
2481
2331
  /**
2482
2332
  * Pallet `FastUnstake`'s events
@@ -2485,22 +2335,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2485
2335
  /**
2486
2336
  * A staker was unstaked.
2487
2337
  **/
2488
- Unstaked: GenericPalletEvent<
2489
- Rv,
2490
- 'FastUnstake',
2491
- 'Unstaked',
2492
- { stash: AccountId32; result: Result<[], DispatchError> }
2493
- >;
2338
+ Unstaked: GenericPalletEvent<'FastUnstake', 'Unstaked', { stash: AccountId32; result: Result<[], DispatchError> }>;
2494
2339
 
2495
2340
  /**
2496
2341
  * A staker was slashed for requesting fast-unstake whilst being exposed.
2497
2342
  **/
2498
- Slashed: GenericPalletEvent<Rv, 'FastUnstake', 'Slashed', { stash: AccountId32; amount: bigint }>;
2343
+ Slashed: GenericPalletEvent<'FastUnstake', 'Slashed', { stash: AccountId32; amount: bigint }>;
2499
2344
 
2500
2345
  /**
2501
2346
  * A batch was partially checked for the given eras, but the process did not finish.
2502
2347
  **/
2503
- BatchChecked: GenericPalletEvent<Rv, 'FastUnstake', 'BatchChecked', { eras: Array<number> }>;
2348
+ BatchChecked: GenericPalletEvent<'FastUnstake', 'BatchChecked', { eras: Array<number> }>;
2504
2349
 
2505
2350
  /**
2506
2351
  * A batch of a given size was terminated.
@@ -2508,17 +2353,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2508
2353
  * This is always follows by a number of `Unstaked` or `Slashed` events, marking the end
2509
2354
  * of the batch. A new batch will be created upon next block.
2510
2355
  **/
2511
- BatchFinished: GenericPalletEvent<Rv, 'FastUnstake', 'BatchFinished', { size: number }>;
2356
+ BatchFinished: GenericPalletEvent<'FastUnstake', 'BatchFinished', { size: number }>;
2512
2357
 
2513
2358
  /**
2514
2359
  * An internal error happened. Operations will be paused now.
2515
2360
  **/
2516
- InternalError: GenericPalletEvent<Rv, 'FastUnstake', 'InternalError', null>;
2361
+ InternalError: GenericPalletEvent<'FastUnstake', 'InternalError', null>;
2517
2362
 
2518
2363
  /**
2519
2364
  * Generic pallet event
2520
2365
  **/
2521
- [prop: string]: GenericPalletEvent<Rv>;
2366
+ [prop: string]: GenericPalletEvent;
2522
2367
  };
2523
2368
  /**
2524
2369
  * Pallet `DelegatedStaking`'s events
@@ -2528,7 +2373,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2528
2373
  * Funds delegated by a delegator.
2529
2374
  **/
2530
2375
  Delegated: GenericPalletEvent<
2531
- Rv,
2532
2376
  'DelegatedStaking',
2533
2377
  'Delegated',
2534
2378
  { agent: AccountId32; delegator: AccountId32; amount: bigint }
@@ -2538,7 +2382,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2538
2382
  * Funds released to a delegator.
2539
2383
  **/
2540
2384
  Released: GenericPalletEvent<
2541
- Rv,
2542
2385
  'DelegatedStaking',
2543
2386
  'Released',
2544
2387
  { agent: AccountId32; delegator: AccountId32; amount: bigint }
@@ -2548,7 +2391,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2548
2391
  * Funds slashed from a delegator.
2549
2392
  **/
2550
2393
  Slashed: GenericPalletEvent<
2551
- Rv,
2552
2394
  'DelegatedStaking',
2553
2395
  'Slashed',
2554
2396
  { agent: AccountId32; delegator: AccountId32; amount: bigint }
@@ -2558,7 +2400,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2558
2400
  * Unclaimed delegation funds migrated to delegator.
2559
2401
  **/
2560
2402
  MigratedDelegation: GenericPalletEvent<
2561
- Rv,
2562
2403
  'DelegatedStaking',
2563
2404
  'MigratedDelegation',
2564
2405
  { agent: AccountId32; delegator: AccountId32; amount: bigint }
@@ -2567,7 +2408,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2567
2408
  /**
2568
2409
  * Generic pallet event
2569
2410
  **/
2570
- [prop: string]: GenericPalletEvent<Rv>;
2411
+ [prop: string]: GenericPalletEvent;
2571
2412
  };
2572
2413
  /**
2573
2414
  * Pallet `StakingAhClient`'s events
@@ -2577,7 +2418,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2577
2418
  * A new validator set has been received.
2578
2419
  **/
2579
2420
  ValidatorSetReceived: GenericPalletEvent<
2580
- Rv,
2581
2421
  'StakingAhClient',
2582
2422
  'ValidatorSetReceived',
2583
2423
  { id: number; newValidatorSetCount: number; pruneUpTo?: number | undefined; leftover: boolean }
@@ -2589,24 +2429,24 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2589
2429
  * Note that this event is more resembling an error, but we use an event because in this
2590
2430
  * pallet we need to mutate storage upon some failures.
2591
2431
  **/
2592
- CouldNotMergeAndDropped: GenericPalletEvent<Rv, 'StakingAhClient', 'CouldNotMergeAndDropped', null>;
2432
+ CouldNotMergeAndDropped: GenericPalletEvent<'StakingAhClient', 'CouldNotMergeAndDropped', null>;
2593
2433
 
2594
2434
  /**
2595
2435
  * The validator set received is way too small, as per
2596
2436
  * [`Config::MinimumValidatorSetSize`].
2597
2437
  **/
2598
- SetTooSmallAndDropped: GenericPalletEvent<Rv, 'StakingAhClient', 'SetTooSmallAndDropped', null>;
2438
+ SetTooSmallAndDropped: GenericPalletEvent<'StakingAhClient', 'SetTooSmallAndDropped', null>;
2599
2439
 
2600
2440
  /**
2601
2441
  * Something occurred that should never happen under normal operation. Logged as an event
2602
2442
  * for fail-safe observability.
2603
2443
  **/
2604
- Unexpected: GenericPalletEvent<Rv, 'StakingAhClient', 'Unexpected', PalletStakingAsyncAhClientUnexpectedKind>;
2444
+ Unexpected: GenericPalletEvent<'StakingAhClient', 'Unexpected', PalletStakingAsyncAhClientUnexpectedKind>;
2605
2445
 
2606
2446
  /**
2607
2447
  * Generic pallet event
2608
2448
  **/
2609
- [prop: string]: GenericPalletEvent<Rv>;
2449
+ [prop: string]: GenericPalletEvent;
2610
2450
  };
2611
2451
  /**
2612
2452
  * Pallet `ParaInclusion`'s events
@@ -2616,7 +2456,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2616
2456
  * A candidate was backed. `[candidate, head_data]`
2617
2457
  **/
2618
2458
  CandidateBacked: GenericPalletEvent<
2619
- Rv,
2620
2459
  'ParaInclusion',
2621
2460
  'CandidateBacked',
2622
2461
  [
@@ -2631,7 +2470,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2631
2470
  * A candidate was included. `[candidate, head_data]`
2632
2471
  **/
2633
2472
  CandidateIncluded: GenericPalletEvent<
2634
- Rv,
2635
2473
  'ParaInclusion',
2636
2474
  'CandidateIncluded',
2637
2475
  [
@@ -2646,7 +2484,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2646
2484
  * A candidate timed out. `[candidate, head_data]`
2647
2485
  **/
2648
2486
  CandidateTimedOut: GenericPalletEvent<
2649
- Rv,
2650
2487
  'ParaInclusion',
2651
2488
  'CandidateTimedOut',
2652
2489
  [
@@ -2660,7 +2497,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2660
2497
  * Some upward messages have been received and will be processed.
2661
2498
  **/
2662
2499
  UpwardMessagesReceived: GenericPalletEvent<
2663
- Rv,
2664
2500
  'ParaInclusion',
2665
2501
  'UpwardMessagesReceived',
2666
2502
  { from: PolkadotParachainPrimitivesPrimitivesId; count: number }
@@ -2669,7 +2505,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2669
2505
  /**
2670
2506
  * Generic pallet event
2671
2507
  **/
2672
- [prop: string]: GenericPalletEvent<Rv>;
2508
+ [prop: string]: GenericPalletEvent;
2673
2509
  };
2674
2510
  /**
2675
2511
  * Pallet `Paras`'s events
@@ -2678,39 +2514,33 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2678
2514
  /**
2679
2515
  * Current code has been updated for a Para. `para_id`
2680
2516
  **/
2681
- CurrentCodeUpdated: GenericPalletEvent<Rv, 'Paras', 'CurrentCodeUpdated', PolkadotParachainPrimitivesPrimitivesId>;
2517
+ CurrentCodeUpdated: GenericPalletEvent<'Paras', 'CurrentCodeUpdated', PolkadotParachainPrimitivesPrimitivesId>;
2682
2518
 
2683
2519
  /**
2684
2520
  * Current head has been updated for a Para. `para_id`
2685
2521
  **/
2686
- CurrentHeadUpdated: GenericPalletEvent<Rv, 'Paras', 'CurrentHeadUpdated', PolkadotParachainPrimitivesPrimitivesId>;
2522
+ CurrentHeadUpdated: GenericPalletEvent<'Paras', 'CurrentHeadUpdated', PolkadotParachainPrimitivesPrimitivesId>;
2687
2523
 
2688
2524
  /**
2689
2525
  * A code upgrade has been scheduled for a Para. `para_id`
2690
2526
  **/
2691
- CodeUpgradeScheduled: GenericPalletEvent<
2692
- Rv,
2693
- 'Paras',
2694
- 'CodeUpgradeScheduled',
2695
- PolkadotParachainPrimitivesPrimitivesId
2696
- >;
2527
+ CodeUpgradeScheduled: GenericPalletEvent<'Paras', 'CodeUpgradeScheduled', PolkadotParachainPrimitivesPrimitivesId>;
2697
2528
 
2698
2529
  /**
2699
2530
  * A new head has been noted for a Para. `para_id`
2700
2531
  **/
2701
- NewHeadNoted: GenericPalletEvent<Rv, 'Paras', 'NewHeadNoted', PolkadotParachainPrimitivesPrimitivesId>;
2532
+ NewHeadNoted: GenericPalletEvent<'Paras', 'NewHeadNoted', PolkadotParachainPrimitivesPrimitivesId>;
2702
2533
 
2703
2534
  /**
2704
2535
  * A para has been queued to execute pending actions. `para_id`
2705
2536
  **/
2706
- ActionQueued: GenericPalletEvent<Rv, 'Paras', 'ActionQueued', [PolkadotParachainPrimitivesPrimitivesId, number]>;
2537
+ ActionQueued: GenericPalletEvent<'Paras', 'ActionQueued', [PolkadotParachainPrimitivesPrimitivesId, number]>;
2707
2538
 
2708
2539
  /**
2709
2540
  * The given para either initiated or subscribed to a PVF check for the given validation
2710
2541
  * code. `code_hash` `para_id`
2711
2542
  **/
2712
2543
  PvfCheckStarted: GenericPalletEvent<
2713
- Rv,
2714
2544
  'Paras',
2715
2545
  'PvfCheckStarted',
2716
2546
  [PolkadotParachainPrimitivesPrimitivesValidationCodeHash, PolkadotParachainPrimitivesPrimitivesId]
@@ -2721,7 +2551,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2721
2551
  * `code_hash` `para_id`
2722
2552
  **/
2723
2553
  PvfCheckAccepted: GenericPalletEvent<
2724
- Rv,
2725
2554
  'Paras',
2726
2555
  'PvfCheckAccepted',
2727
2556
  [PolkadotParachainPrimitivesPrimitivesValidationCodeHash, PolkadotParachainPrimitivesPrimitivesId]
@@ -2732,7 +2561,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2732
2561
  * `code_hash` `para_id`
2733
2562
  **/
2734
2563
  PvfCheckRejected: GenericPalletEvent<
2735
- Rv,
2736
2564
  'Paras',
2737
2565
  'PvfCheckRejected',
2738
2566
  [PolkadotParachainPrimitivesPrimitivesValidationCodeHash, PolkadotParachainPrimitivesPrimitivesId]
@@ -2742,7 +2570,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2742
2570
  * The upgrade cooldown was removed.
2743
2571
  **/
2744
2572
  UpgradeCooldownRemoved: GenericPalletEvent<
2745
- Rv,
2746
2573
  'Paras',
2747
2574
  'UpgradeCooldownRemoved',
2748
2575
  {
@@ -2757,7 +2584,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2757
2584
  * A new code hash has been authorized for a Para.
2758
2585
  **/
2759
2586
  CodeAuthorized: GenericPalletEvent<
2760
- Rv,
2761
2587
  'Paras',
2762
2588
  'CodeAuthorized',
2763
2589
  {
@@ -2781,7 +2607,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2781
2607
  /**
2782
2608
  * Generic pallet event
2783
2609
  **/
2784
- [prop: string]: GenericPalletEvent<Rv>;
2610
+ [prop: string]: GenericPalletEvent;
2785
2611
  };
2786
2612
  /**
2787
2613
  * Pallet `Hrmp`'s events
@@ -2791,7 +2617,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2791
2617
  * Open HRMP channel requested.
2792
2618
  **/
2793
2619
  OpenChannelRequested: GenericPalletEvent<
2794
- Rv,
2795
2620
  'Hrmp',
2796
2621
  'OpenChannelRequested',
2797
2622
  {
@@ -2806,7 +2631,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2806
2631
  * An HRMP channel request sent by the receiver was canceled by either party.
2807
2632
  **/
2808
2633
  OpenChannelCanceled: GenericPalletEvent<
2809
- Rv,
2810
2634
  'Hrmp',
2811
2635
  'OpenChannelCanceled',
2812
2636
  {
@@ -2819,7 +2643,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2819
2643
  * Open HRMP channel accepted.
2820
2644
  **/
2821
2645
  OpenChannelAccepted: GenericPalletEvent<
2822
- Rv,
2823
2646
  'Hrmp',
2824
2647
  'OpenChannelAccepted',
2825
2648
  { sender: PolkadotParachainPrimitivesPrimitivesId; recipient: PolkadotParachainPrimitivesPrimitivesId }
@@ -2829,7 +2652,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2829
2652
  * HRMP channel closed.
2830
2653
  **/
2831
2654
  ChannelClosed: GenericPalletEvent<
2832
- Rv,
2833
2655
  'Hrmp',
2834
2656
  'ChannelClosed',
2835
2657
  {
@@ -2842,7 +2664,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2842
2664
  * An HRMP channel was opened via Root origin.
2843
2665
  **/
2844
2666
  HrmpChannelForceOpened: GenericPalletEvent<
2845
- Rv,
2846
2667
  'Hrmp',
2847
2668
  'HrmpChannelForceOpened',
2848
2669
  {
@@ -2857,7 +2678,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2857
2678
  * An HRMP channel was opened with a system chain.
2858
2679
  **/
2859
2680
  HrmpSystemChannelOpened: GenericPalletEvent<
2860
- Rv,
2861
2681
  'Hrmp',
2862
2682
  'HrmpSystemChannelOpened',
2863
2683
  {
@@ -2872,7 +2692,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2872
2692
  * An HRMP channel's deposits were updated.
2873
2693
  **/
2874
2694
  OpenChannelDepositsUpdated: GenericPalletEvent<
2875
- Rv,
2876
2695
  'Hrmp',
2877
2696
  'OpenChannelDepositsUpdated',
2878
2697
  { sender: PolkadotParachainPrimitivesPrimitivesId; recipient: PolkadotParachainPrimitivesPrimitivesId }
@@ -2881,7 +2700,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2881
2700
  /**
2882
2701
  * Generic pallet event
2883
2702
  **/
2884
- [prop: string]: GenericPalletEvent<Rv>;
2703
+ [prop: string]: GenericPalletEvent;
2885
2704
  };
2886
2705
  /**
2887
2706
  * Pallet `ParasDisputes`'s events
@@ -2891,7 +2710,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2891
2710
  * A dispute has been initiated. \[candidate hash, dispute location\]
2892
2711
  **/
2893
2712
  DisputeInitiated: GenericPalletEvent<
2894
- Rv,
2895
2713
  'ParasDisputes',
2896
2714
  'DisputeInitiated',
2897
2715
  [PolkadotCorePrimitivesCandidateHash, PolkadotRuntimeParachainsDisputesDisputeLocation]
@@ -2902,7 +2720,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2902
2720
  * `\[para id, candidate hash, dispute result\]`
2903
2721
  **/
2904
2722
  DisputeConcluded: GenericPalletEvent<
2905
- Rv,
2906
2723
  'ParasDisputes',
2907
2724
  'DisputeConcluded',
2908
2725
  [PolkadotCorePrimitivesCandidateHash, PolkadotRuntimeParachainsDisputesDisputeResult]
@@ -2914,12 +2731,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2914
2731
  * instead revert the block at the given height. This should be the
2915
2732
  * number of the child of the last known valid block in the chain.
2916
2733
  **/
2917
- Revert: GenericPalletEvent<Rv, 'ParasDisputes', 'Revert', number>;
2734
+ Revert: GenericPalletEvent<'ParasDisputes', 'Revert', number>;
2918
2735
 
2919
2736
  /**
2920
2737
  * Generic pallet event
2921
2738
  **/
2922
- [prop: string]: GenericPalletEvent<Rv>;
2739
+ [prop: string]: GenericPalletEvent;
2923
2740
  };
2924
2741
  /**
2925
2742
  * Pallet `OnDemandAssignmentProvider`'s events
@@ -2929,7 +2746,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2929
2746
  * An order was placed at some spot price amount by orderer ordered_by
2930
2747
  **/
2931
2748
  OnDemandOrderPlaced: GenericPalletEvent<
2932
- Rv,
2933
2749
  'OnDemandAssignmentProvider',
2934
2750
  'OnDemandOrderPlaced',
2935
2751
  { paraId: PolkadotParachainPrimitivesPrimitivesId; spotPrice: bigint; orderedBy: AccountId32 }
@@ -2938,13 +2754,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2938
2754
  /**
2939
2755
  * The value of the spot price has likely changed
2940
2756
  **/
2941
- SpotPriceSet: GenericPalletEvent<Rv, 'OnDemandAssignmentProvider', 'SpotPriceSet', { spotPrice: bigint }>;
2757
+ SpotPriceSet: GenericPalletEvent<'OnDemandAssignmentProvider', 'SpotPriceSet', { spotPrice: bigint }>;
2942
2758
 
2943
2759
  /**
2944
2760
  * An account was given credits.
2945
2761
  **/
2946
2762
  AccountCredited: GenericPalletEvent<
2947
- Rv,
2948
2763
  'OnDemandAssignmentProvider',
2949
2764
  'AccountCredited',
2950
2765
  { who: AccountId32; amount: bigint }
@@ -2953,32 +2768,24 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2953
2768
  /**
2954
2769
  * Generic pallet event
2955
2770
  **/
2956
- [prop: string]: GenericPalletEvent<Rv>;
2771
+ [prop: string]: GenericPalletEvent;
2957
2772
  };
2958
2773
  /**
2959
2774
  * Pallet `Registrar`'s events
2960
2775
  **/
2961
2776
  registrar: {
2962
2777
  Registered: GenericPalletEvent<
2963
- Rv,
2964
2778
  'Registrar',
2965
2779
  'Registered',
2966
2780
  { paraId: PolkadotParachainPrimitivesPrimitivesId; manager: AccountId32 }
2967
2781
  >;
2968
- Deregistered: GenericPalletEvent<
2969
- Rv,
2970
- 'Registrar',
2971
- 'Deregistered',
2972
- { paraId: PolkadotParachainPrimitivesPrimitivesId }
2973
- >;
2782
+ Deregistered: GenericPalletEvent<'Registrar', 'Deregistered', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
2974
2783
  Reserved: GenericPalletEvent<
2975
- Rv,
2976
2784
  'Registrar',
2977
2785
  'Reserved',
2978
2786
  { paraId: PolkadotParachainPrimitivesPrimitivesId; who: AccountId32 }
2979
2787
  >;
2980
2788
  Swapped: GenericPalletEvent<
2981
- Rv,
2982
2789
  'Registrar',
2983
2790
  'Swapped',
2984
2791
  { paraId: PolkadotParachainPrimitivesPrimitivesId; otherId: PolkadotParachainPrimitivesPrimitivesId }
@@ -2987,7 +2794,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2987
2794
  /**
2988
2795
  * Generic pallet event
2989
2796
  **/
2990
- [prop: string]: GenericPalletEvent<Rv>;
2797
+ [prop: string]: GenericPalletEvent;
2991
2798
  };
2992
2799
  /**
2993
2800
  * Pallet `Slots`'s events
@@ -2996,7 +2803,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2996
2803
  /**
2997
2804
  * A new `[lease_period]` is beginning.
2998
2805
  **/
2999
- NewLeasePeriod: GenericPalletEvent<Rv, 'Slots', 'NewLeasePeriod', { leasePeriod: number }>;
2806
+ NewLeasePeriod: GenericPalletEvent<'Slots', 'NewLeasePeriod', { leasePeriod: number }>;
3000
2807
 
3001
2808
  /**
3002
2809
  * A para has won the right to a continuous set of lease periods as a parachain.
@@ -3004,7 +2811,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3004
2811
  * Second balance is the total amount reserved.
3005
2812
  **/
3006
2813
  Leased: GenericPalletEvent<
3007
- Rv,
3008
2814
  'Slots',
3009
2815
  'Leased',
3010
2816
  {
@@ -3020,7 +2826,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3020
2826
  /**
3021
2827
  * Generic pallet event
3022
2828
  **/
3023
- [prop: string]: GenericPalletEvent<Rv>;
2829
+ [prop: string]: GenericPalletEvent;
3024
2830
  };
3025
2831
  /**
3026
2832
  * Pallet `Auctions`'s events
@@ -3031,7 +2837,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3031
2837
  * close and the first lease period of the quadruplet that is auctioned.
3032
2838
  **/
3033
2839
  AuctionStarted: GenericPalletEvent<
3034
- Rv,
3035
2840
  'Auctions',
3036
2841
  'AuctionStarted',
3037
2842
  { auctionIndex: number; leasePeriod: number; ending: number }
@@ -3040,14 +2845,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3040
2845
  /**
3041
2846
  * An auction ended. All funds become unreserved.
3042
2847
  **/
3043
- AuctionClosed: GenericPalletEvent<Rv, 'Auctions', 'AuctionClosed', { auctionIndex: number }>;
2848
+ AuctionClosed: GenericPalletEvent<'Auctions', 'AuctionClosed', { auctionIndex: number }>;
3044
2849
 
3045
2850
  /**
3046
2851
  * Funds were reserved for a winning bid. First balance is the extra amount reserved.
3047
2852
  * Second is the total.
3048
2853
  **/
3049
2854
  Reserved: GenericPalletEvent<
3050
- Rv,
3051
2855
  'Auctions',
3052
2856
  'Reserved',
3053
2857
  { bidder: AccountId32; extraReserved: bigint; totalAmount: bigint }
@@ -3056,14 +2860,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3056
2860
  /**
3057
2861
  * Funds were unreserved since bidder is no longer active. `[bidder, amount]`
3058
2862
  **/
3059
- Unreserved: GenericPalletEvent<Rv, 'Auctions', 'Unreserved', { bidder: AccountId32; amount: bigint }>;
2863
+ Unreserved: GenericPalletEvent<'Auctions', 'Unreserved', { bidder: AccountId32; amount: bigint }>;
3060
2864
 
3061
2865
  /**
3062
2866
  * Someone attempted to lease the same slot twice for a parachain. The amount is held in
3063
2867
  * reserve but no parachain slot has been leased.
3064
2868
  **/
3065
2869
  ReserveConfiscated: GenericPalletEvent<
3066
- Rv,
3067
2870
  'Auctions',
3068
2871
  'ReserveConfiscated',
3069
2872
  { paraId: PolkadotParachainPrimitivesPrimitivesId; leaser: AccountId32; amount: bigint }
@@ -3073,7 +2876,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3073
2876
  * A new bid has been accepted as the current winner.
3074
2877
  **/
3075
2878
  BidAccepted: GenericPalletEvent<
3076
- Rv,
3077
2879
  'Auctions',
3078
2880
  'BidAccepted',
3079
2881
  {
@@ -3089,12 +2891,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3089
2891
  * The winning offset was chosen for an auction. This will map into the `Winning` storage
3090
2892
  * map.
3091
2893
  **/
3092
- WinningOffset: GenericPalletEvent<Rv, 'Auctions', 'WinningOffset', { auctionIndex: number; blockNumber: number }>;
2894
+ WinningOffset: GenericPalletEvent<'Auctions', 'WinningOffset', { auctionIndex: number; blockNumber: number }>;
3093
2895
 
3094
2896
  /**
3095
2897
  * Generic pallet event
3096
2898
  **/
3097
- [prop: string]: GenericPalletEvent<Rv>;
2899
+ [prop: string]: GenericPalletEvent;
3098
2900
  };
3099
2901
  /**
3100
2902
  * Pallet `Crowdloan`'s events
@@ -3103,13 +2905,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3103
2905
  /**
3104
2906
  * Create a new crowdloaning campaign.
3105
2907
  **/
3106
- Created: GenericPalletEvent<Rv, 'Crowdloan', 'Created', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
2908
+ Created: GenericPalletEvent<'Crowdloan', 'Created', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
3107
2909
 
3108
2910
  /**
3109
2911
  * Contributed to a crowd sale.
3110
2912
  **/
3111
2913
  Contributed: GenericPalletEvent<
3112
- Rv,
3113
2914
  'Crowdloan',
3114
2915
  'Contributed',
3115
2916
  { who: AccountId32; fundIndex: PolkadotParachainPrimitivesPrimitivesId; amount: bigint }
@@ -3119,7 +2920,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3119
2920
  * Withdrew full balance of a contributor.
3120
2921
  **/
3121
2922
  Withdrew: GenericPalletEvent<
3122
- Rv,
3123
2923
  'Crowdloan',
3124
2924
  'Withdrew',
3125
2925
  { who: AccountId32; fundIndex: PolkadotParachainPrimitivesPrimitivesId; amount: bigint }
@@ -3130,7 +2930,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3130
2930
  * over child keys that still need to be killed.
3131
2931
  **/
3132
2932
  PartiallyRefunded: GenericPalletEvent<
3133
- Rv,
3134
2933
  'Crowdloan',
3135
2934
  'PartiallyRefunded',
3136
2935
  { paraId: PolkadotParachainPrimitivesPrimitivesId }
@@ -3139,23 +2938,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3139
2938
  /**
3140
2939
  * All loans in a fund have been refunded.
3141
2940
  **/
3142
- AllRefunded: GenericPalletEvent<
3143
- Rv,
3144
- 'Crowdloan',
3145
- 'AllRefunded',
3146
- { paraId: PolkadotParachainPrimitivesPrimitivesId }
3147
- >;
2941
+ AllRefunded: GenericPalletEvent<'Crowdloan', 'AllRefunded', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
3148
2942
 
3149
2943
  /**
3150
2944
  * Fund is dissolved.
3151
2945
  **/
3152
- Dissolved: GenericPalletEvent<Rv, 'Crowdloan', 'Dissolved', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
2946
+ Dissolved: GenericPalletEvent<'Crowdloan', 'Dissolved', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
3153
2947
 
3154
2948
  /**
3155
2949
  * The result of trying to submit a new bid to the Slots pallet.
3156
2950
  **/
3157
2951
  HandleBidResult: GenericPalletEvent<
3158
- Rv,
3159
2952
  'Crowdloan',
3160
2953
  'HandleBidResult',
3161
2954
  { paraId: PolkadotParachainPrimitivesPrimitivesId; result: Result<[], DispatchError> }
@@ -3164,13 +2957,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3164
2957
  /**
3165
2958
  * The configuration to a crowdloan has been edited.
3166
2959
  **/
3167
- Edited: GenericPalletEvent<Rv, 'Crowdloan', 'Edited', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
2960
+ Edited: GenericPalletEvent<'Crowdloan', 'Edited', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
3168
2961
 
3169
2962
  /**
3170
2963
  * A memo has been updated.
3171
2964
  **/
3172
2965
  MemoUpdated: GenericPalletEvent<
3173
- Rv,
3174
2966
  'Crowdloan',
3175
2967
  'MemoUpdated',
3176
2968
  { who: AccountId32; paraId: PolkadotParachainPrimitivesPrimitivesId; memo: Bytes }
@@ -3180,7 +2972,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3180
2972
  * A parachain has been moved to `NewRaise`
3181
2973
  **/
3182
2974
  AddedToNewRaise: GenericPalletEvent<
3183
- Rv,
3184
2975
  'Crowdloan',
3185
2976
  'AddedToNewRaise',
3186
2977
  { paraId: PolkadotParachainPrimitivesPrimitivesId }
@@ -3189,7 +2980,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3189
2980
  /**
3190
2981
  * Generic pallet event
3191
2982
  **/
3192
- [prop: string]: GenericPalletEvent<Rv>;
2983
+ [prop: string]: GenericPalletEvent;
3193
2984
  };
3194
2985
  /**
3195
2986
  * Pallet `Coretime`'s events
@@ -3198,17 +2989,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3198
2989
  /**
3199
2990
  * The broker chain has asked for revenue information for a specific block.
3200
2991
  **/
3201
- RevenueInfoRequested: GenericPalletEvent<Rv, 'Coretime', 'RevenueInfoRequested', { when: number }>;
2992
+ RevenueInfoRequested: GenericPalletEvent<'Coretime', 'RevenueInfoRequested', { when: number }>;
3202
2993
 
3203
2994
  /**
3204
2995
  * A core has received a new assignment from the broker chain.
3205
2996
  **/
3206
- CoreAssigned: GenericPalletEvent<Rv, 'Coretime', 'CoreAssigned', { core: PolkadotPrimitivesV8CoreIndex }>;
2997
+ CoreAssigned: GenericPalletEvent<'Coretime', 'CoreAssigned', { core: PolkadotPrimitivesV8CoreIndex }>;
3207
2998
 
3208
2999
  /**
3209
3000
  * Generic pallet event
3210
3001
  **/
3211
- [prop: string]: GenericPalletEvent<Rv>;
3002
+ [prop: string]: GenericPalletEvent;
3212
3003
  };
3213
3004
  /**
3214
3005
  * Pallet `XcmPallet`'s events
@@ -3217,13 +3008,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3217
3008
  /**
3218
3009
  * Execution of an XCM message was attempted.
3219
3010
  **/
3220
- Attempted: GenericPalletEvent<Rv, 'XcmPallet', 'Attempted', { outcome: StagingXcmV5TraitsOutcome }>;
3011
+ Attempted: GenericPalletEvent<'XcmPallet', 'Attempted', { outcome: StagingXcmV5TraitsOutcome }>;
3221
3012
 
3222
3013
  /**
3223
3014
  * An XCM message was sent.
3224
3015
  **/
3225
3016
  Sent: GenericPalletEvent<
3226
- Rv,
3227
3017
  'XcmPallet',
3228
3018
  'Sent',
3229
3019
  {
@@ -3238,7 +3028,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3238
3028
  * An XCM message failed to send.
3239
3029
  **/
3240
3030
  SendFailed: GenericPalletEvent<
3241
- Rv,
3242
3031
  'XcmPallet',
3243
3032
  'SendFailed',
3244
3033
  {
@@ -3253,7 +3042,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3253
3042
  * An XCM message failed to process.
3254
3043
  **/
3255
3044
  ProcessXcmError: GenericPalletEvent<
3256
- Rv,
3257
3045
  'XcmPallet',
3258
3046
  'ProcessXcmError',
3259
3047
  { origin: StagingXcmV5Location; error: XcmV5TraitsError; messageId: FixedBytes<32> }
@@ -3265,7 +3053,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3265
3053
  * because the query timed out.
3266
3054
  **/
3267
3055
  UnexpectedResponse: GenericPalletEvent<
3268
- Rv,
3269
3056
  'XcmPallet',
3270
3057
  'UnexpectedResponse',
3271
3058
  { origin: StagingXcmV5Location; queryId: bigint }
@@ -3276,7 +3063,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3276
3063
  * no registered notification call.
3277
3064
  **/
3278
3065
  ResponseReady: GenericPalletEvent<
3279
- Rv,
3280
3066
  'XcmPallet',
3281
3067
  'ResponseReady',
3282
3068
  { queryId: bigint; response: StagingXcmV5Response }
@@ -3286,12 +3072,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3286
3072
  * Query response has been received and query is removed. The registered notification has
3287
3073
  * been dispatched and executed successfully.
3288
3074
  **/
3289
- Notified: GenericPalletEvent<
3290
- Rv,
3291
- 'XcmPallet',
3292
- 'Notified',
3293
- { queryId: bigint; palletIndex: number; callIndex: number }
3294
- >;
3075
+ Notified: GenericPalletEvent<'XcmPallet', 'Notified', { queryId: bigint; palletIndex: number; callIndex: number }>;
3295
3076
 
3296
3077
  /**
3297
3078
  * Query response has been received and query is removed. The registered notification
@@ -3299,7 +3080,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3299
3080
  * originally budgeted by this runtime for the query result.
3300
3081
  **/
3301
3082
  NotifyOverweight: GenericPalletEvent<
3302
- Rv,
3303
3083
  'XcmPallet',
3304
3084
  'NotifyOverweight',
3305
3085
  {
@@ -3316,7 +3096,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3316
3096
  * dispatching the notification call.
3317
3097
  **/
3318
3098
  NotifyDispatchError: GenericPalletEvent<
3319
- Rv,
3320
3099
  'XcmPallet',
3321
3100
  'NotifyDispatchError',
3322
3101
  { queryId: bigint; palletIndex: number; callIndex: number }
@@ -3328,7 +3107,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3328
3107
  * is not `(origin, QueryId, Response)`.
3329
3108
  **/
3330
3109
  NotifyDecodeFailed: GenericPalletEvent<
3331
- Rv,
3332
3110
  'XcmPallet',
3333
3111
  'NotifyDecodeFailed',
3334
3112
  { queryId: bigint; palletIndex: number; callIndex: number }
@@ -3340,7 +3118,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3340
3118
  * be received and acted upon.
3341
3119
  **/
3342
3120
  InvalidResponder: GenericPalletEvent<
3343
- Rv,
3344
3121
  'XcmPallet',
3345
3122
  'InvalidResponder',
3346
3123
  { origin: StagingXcmV5Location; queryId: bigint; expectedLocation?: StagingXcmV5Location | undefined }
@@ -3356,7 +3133,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3356
3133
  * needed.
3357
3134
  **/
3358
3135
  InvalidResponderVersion: GenericPalletEvent<
3359
- Rv,
3360
3136
  'XcmPallet',
3361
3137
  'InvalidResponderVersion',
3362
3138
  { origin: StagingXcmV5Location; queryId: bigint }
@@ -3365,13 +3141,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3365
3141
  /**
3366
3142
  * Received query response has been read and removed.
3367
3143
  **/
3368
- ResponseTaken: GenericPalletEvent<Rv, 'XcmPallet', 'ResponseTaken', { queryId: bigint }>;
3144
+ ResponseTaken: GenericPalletEvent<'XcmPallet', 'ResponseTaken', { queryId: bigint }>;
3369
3145
 
3370
3146
  /**
3371
3147
  * Some assets have been placed in an asset trap.
3372
3148
  **/
3373
3149
  AssetsTrapped: GenericPalletEvent<
3374
- Rv,
3375
3150
  'XcmPallet',
3376
3151
  'AssetsTrapped',
3377
3152
  { hash: H256; origin: StagingXcmV5Location; assets: XcmVersionedAssets }
@@ -3383,7 +3158,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3383
3158
  * The cost of sending it (borne by the chain) is included.
3384
3159
  **/
3385
3160
  VersionChangeNotified: GenericPalletEvent<
3386
- Rv,
3387
3161
  'XcmPallet',
3388
3162
  'VersionChangeNotified',
3389
3163
  { destination: StagingXcmV5Location; result: number; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
@@ -3394,7 +3168,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3394
3168
  * automatic notification or a manual intervention.
3395
3169
  **/
3396
3170
  SupportedVersionChanged: GenericPalletEvent<
3397
- Rv,
3398
3171
  'XcmPallet',
3399
3172
  'SupportedVersionChanged',
3400
3173
  { location: StagingXcmV5Location; version: number }
@@ -3405,7 +3178,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3405
3178
  * sending the notification to it.
3406
3179
  **/
3407
3180
  NotifyTargetSendFail: GenericPalletEvent<
3408
- Rv,
3409
3181
  'XcmPallet',
3410
3182
  'NotifyTargetSendFail',
3411
3183
  { location: StagingXcmV5Location; queryId: bigint; error: XcmV5TraitsError }
@@ -3416,7 +3188,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3416
3188
  * migrating the location to our new XCM format.
3417
3189
  **/
3418
3190
  NotifyTargetMigrationFail: GenericPalletEvent<
3419
- Rv,
3420
3191
  'XcmPallet',
3421
3192
  'NotifyTargetMigrationFail',
3422
3193
  { location: XcmVersionedLocation; queryId: bigint }
@@ -3432,7 +3203,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3432
3203
  * needed.
3433
3204
  **/
3434
3205
  InvalidQuerierVersion: GenericPalletEvent<
3435
- Rv,
3436
3206
  'XcmPallet',
3437
3207
  'InvalidQuerierVersion',
3438
3208
  { origin: StagingXcmV5Location; queryId: bigint }
@@ -3444,7 +3214,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3444
3214
  * be received and acted upon.
3445
3215
  **/
3446
3216
  InvalidQuerier: GenericPalletEvent<
3447
- Rv,
3448
3217
  'XcmPallet',
3449
3218
  'InvalidQuerier',
3450
3219
  {
@@ -3460,7 +3229,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3460
3229
  * A version information message is sent to them and its cost is included.
3461
3230
  **/
3462
3231
  VersionNotifyStarted: GenericPalletEvent<
3463
- Rv,
3464
3232
  'XcmPallet',
3465
3233
  'VersionNotifyStarted',
3466
3234
  { destination: StagingXcmV5Location; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
@@ -3470,7 +3238,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3470
3238
  * We have requested that a remote chain send us XCM version change notifications.
3471
3239
  **/
3472
3240
  VersionNotifyRequested: GenericPalletEvent<
3473
- Rv,
3474
3241
  'XcmPallet',
3475
3242
  'VersionNotifyRequested',
3476
3243
  { destination: StagingXcmV5Location; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
@@ -3481,7 +3248,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3481
3248
  * notifications.
3482
3249
  **/
3483
3250
  VersionNotifyUnrequested: GenericPalletEvent<
3484
- Rv,
3485
3251
  'XcmPallet',
3486
3252
  'VersionNotifyUnrequested',
3487
3253
  { destination: StagingXcmV5Location; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
@@ -3491,7 +3257,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3491
3257
  * Fees were paid from a location for an operation (often for using `SendXcm`).
3492
3258
  **/
3493
3259
  FeesPaid: GenericPalletEvent<
3494
- Rv,
3495
3260
  'XcmPallet',
3496
3261
  'FeesPaid',
3497
3262
  { paying: StagingXcmV5Location; fees: StagingXcmV5AssetAssets }
@@ -3501,7 +3266,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3501
3266
  * Some assets have been claimed from an asset trap
3502
3267
  **/
3503
3268
  AssetsClaimed: GenericPalletEvent<
3504
- Rv,
3505
3269
  'XcmPallet',
3506
3270
  'AssetsClaimed',
3507
3271
  { hash: H256; origin: StagingXcmV5Location; assets: XcmVersionedAssets }
@@ -3510,14 +3274,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3510
3274
  /**
3511
3275
  * A XCM version migration finished.
3512
3276
  **/
3513
- VersionMigrationFinished: GenericPalletEvent<Rv, 'XcmPallet', 'VersionMigrationFinished', { version: number }>;
3277
+ VersionMigrationFinished: GenericPalletEvent<'XcmPallet', 'VersionMigrationFinished', { version: number }>;
3514
3278
 
3515
3279
  /**
3516
3280
  * An `aliaser` location was authorized by `target` to alias it, authorization valid until
3517
3281
  * `expiry` block number.
3518
3282
  **/
3519
3283
  AliasAuthorized: GenericPalletEvent<
3520
- Rv,
3521
3284
  'XcmPallet',
3522
3285
  'AliasAuthorized',
3523
3286
  { aliaser: StagingXcmV5Location; target: StagingXcmV5Location; expiry?: bigint | undefined }
@@ -3527,7 +3290,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3527
3290
  * `target` removed alias authorization for `aliaser`.
3528
3291
  **/
3529
3292
  AliasAuthorizationRemoved: GenericPalletEvent<
3530
- Rv,
3531
3293
  'XcmPallet',
3532
3294
  'AliasAuthorizationRemoved',
3533
3295
  { aliaser: StagingXcmV5Location; target: StagingXcmV5Location }
@@ -3537,7 +3299,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3537
3299
  * `target` removed all alias authorizations.
3538
3300
  **/
3539
3301
  AliasesAuthorizationsRemoved: GenericPalletEvent<
3540
- Rv,
3541
3302
  'XcmPallet',
3542
3303
  'AliasesAuthorizationsRemoved',
3543
3304
  { target: StagingXcmV5Location }
@@ -3546,7 +3307,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3546
3307
  /**
3547
3308
  * Generic pallet event
3548
3309
  **/
3549
- [prop: string]: GenericPalletEvent<Rv>;
3310
+ [prop: string]: GenericPalletEvent;
3550
3311
  };
3551
3312
  /**
3552
3313
  * Pallet `MessageQueue`'s events
@@ -3556,7 +3317,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3556
3317
  * Message discarded due to an error in the `MessageProcessor` (usually a format error).
3557
3318
  **/
3558
3319
  ProcessingFailed: GenericPalletEvent<
3559
- Rv,
3560
3320
  'MessageQueue',
3561
3321
  'ProcessingFailed',
3562
3322
  {
@@ -3584,7 +3344,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3584
3344
  * Message is processed.
3585
3345
  **/
3586
3346
  Processed: GenericPalletEvent<
3587
- Rv,
3588
3347
  'MessageQueue',
3589
3348
  'Processed',
3590
3349
  {
@@ -3619,7 +3378,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3619
3378
  * Message placed in overweight queue.
3620
3379
  **/
3621
3380
  OverweightEnqueued: GenericPalletEvent<
3622
- Rv,
3623
3381
  'MessageQueue',
3624
3382
  'OverweightEnqueued',
3625
3383
  {
@@ -3649,7 +3407,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3649
3407
  * This page was reaped.
3650
3408
  **/
3651
3409
  PageReaped: GenericPalletEvent<
3652
- Rv,
3653
3410
  'MessageQueue',
3654
3411
  'PageReaped',
3655
3412
  {
@@ -3668,26 +3425,23 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3668
3425
  /**
3669
3426
  * Generic pallet event
3670
3427
  **/
3671
- [prop: string]: GenericPalletEvent<Rv>;
3428
+ [prop: string]: GenericPalletEvent;
3672
3429
  };
3673
3430
  /**
3674
3431
  * Pallet `AssetRate`'s events
3675
3432
  **/
3676
3433
  assetRate: {
3677
3434
  AssetRateCreated: GenericPalletEvent<
3678
- Rv,
3679
3435
  'AssetRate',
3680
3436
  'AssetRateCreated',
3681
3437
  { assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset; rate: FixedU128 }
3682
3438
  >;
3683
3439
  AssetRateRemoved: GenericPalletEvent<
3684
- Rv,
3685
3440
  'AssetRate',
3686
3441
  'AssetRateRemoved',
3687
3442
  { assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset }
3688
3443
  >;
3689
3444
  AssetRateUpdated: GenericPalletEvent<
3690
- Rv,
3691
3445
  'AssetRate',
3692
3446
  'AssetRateUpdated',
3693
3447
  { assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset; old: FixedU128; new: FixedU128 }
@@ -3696,7 +3450,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3696
3450
  /**
3697
3451
  * Generic pallet event
3698
3452
  **/
3699
- [prop: string]: GenericPalletEvent<Rv>;
3453
+ [prop: string]: GenericPalletEvent;
3700
3454
  };
3701
3455
  /**
3702
3456
  * Pallet `RcMigrator`'s events
@@ -3706,7 +3460,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3706
3460
  * A stage transition has occurred.
3707
3461
  **/
3708
3462
  StageTransition: GenericPalletEvent<
3709
- Rv,
3710
3463
  'RcMigrator',
3711
3464
  'StageTransition',
3712
3465
  {
@@ -3730,7 +3483,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3730
3483
  * to understand. The activation is immediate and affects all events happening
3731
3484
  * afterwards.
3732
3485
  **/
3733
- AssetHubMigrationStarted: GenericPalletEvent<Rv, 'RcMigrator', 'AssetHubMigrationStarted', null>;
3486
+ AssetHubMigrationStarted: GenericPalletEvent<'RcMigrator', 'AssetHubMigrationStarted', null>;
3734
3487
 
3735
3488
  /**
3736
3489
  * The Asset Hub Migration finished.
@@ -3739,13 +3492,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3739
3492
  * to understand. The finishing is immediate and affects all events happening
3740
3493
  * afterwards.
3741
3494
  **/
3742
- AssetHubMigrationFinished: GenericPalletEvent<Rv, 'RcMigrator', 'AssetHubMigrationFinished', null>;
3495
+ AssetHubMigrationFinished: GenericPalletEvent<'RcMigrator', 'AssetHubMigrationFinished', null>;
3743
3496
 
3744
3497
  /**
3745
3498
  * A query response has been received.
3746
3499
  **/
3747
3500
  QueryResponseReceived: GenericPalletEvent<
3748
- Rv,
3749
3501
  'RcMigrator',
3750
3502
  'QueryResponseReceived',
3751
3503
  {
@@ -3765,7 +3517,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3765
3517
  * A XCM message has been resent.
3766
3518
  **/
3767
3519
  XcmResendAttempt: GenericPalletEvent<
3768
- Rv,
3769
3520
  'RcMigrator',
3770
3521
  'XcmResendAttempt',
3771
3522
  {
@@ -3785,7 +3536,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3785
3536
  * The unprocessed message buffer size has been set.
3786
3537
  **/
3787
3538
  UnprocessedMsgBufferSet: GenericPalletEvent<
3788
- Rv,
3789
3539
  'RcMigrator',
3790
3540
  'UnprocessedMsgBufferSet',
3791
3541
  {
@@ -3805,7 +3555,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3805
3555
  * Whether the AH UMP queue was prioritized for the next block.
3806
3556
  **/
3807
3557
  AhUmpQueuePrioritySet: GenericPalletEvent<
3808
- Rv,
3809
3558
  'RcMigrator',
3810
3559
  'AhUmpQueuePrioritySet',
3811
3560
  {
@@ -3832,7 +3581,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3832
3581
  * The AH UMP queue priority config was set.
3833
3582
  **/
3834
3583
  AhUmpQueuePriorityConfigSet: GenericPalletEvent<
3835
- Rv,
3836
3584
  'RcMigrator',
3837
3585
  'AhUmpQueuePriorityConfigSet',
3838
3586
  {
@@ -3852,7 +3600,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3852
3600
  * The total issuance was recorded.
3853
3601
  **/
3854
3602
  MigratedBalanceRecordSet: GenericPalletEvent<
3855
- Rv,
3856
3603
  'RcMigrator',
3857
3604
  'MigratedBalanceRecordSet',
3858
3605
  { kept: bigint; migrated: bigint }
@@ -3862,7 +3609,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3862
3609
  * The RC kept balance was consumed.
3863
3610
  **/
3864
3611
  MigratedBalanceConsumed: GenericPalletEvent<
3865
- Rv,
3866
3612
  'RcMigrator',
3867
3613
  'MigratedBalanceConsumed',
3868
3614
  { kept: bigint; migrated: bigint }
@@ -3872,7 +3618,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3872
3618
  * The manager account id was set.
3873
3619
  **/
3874
3620
  ManagerSet: GenericPalletEvent<
3875
- Rv,
3876
3621
  'RcMigrator',
3877
3622
  'ManagerSet',
3878
3623
  {
@@ -3892,7 +3637,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3892
3637
  * An XCM message was sent.
3893
3638
  **/
3894
3639
  XcmSent: GenericPalletEvent<
3895
- Rv,
3896
3640
  'RcMigrator',
3897
3641
  'XcmSent',
3898
3642
  {
@@ -3906,13 +3650,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3906
3650
  /**
3907
3651
  * The staking elections were paused.
3908
3652
  **/
3909
- StakingElectionsPaused: GenericPalletEvent<Rv, 'RcMigrator', 'StakingElectionsPaused', null>;
3653
+ StakingElectionsPaused: GenericPalletEvent<'RcMigrator', 'StakingElectionsPaused', null>;
3910
3654
 
3911
3655
  /**
3912
3656
  * The accounts to be preserved on Relay Chain were set.
3913
3657
  **/
3914
3658
  AccountsPreserved: GenericPalletEvent<
3915
- Rv,
3916
3659
  'RcMigrator',
3917
3660
  'AccountsPreserved',
3918
3661
  {
@@ -3927,7 +3670,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3927
3670
  * The canceller account id was set.
3928
3671
  **/
3929
3672
  CancellerSet: GenericPalletEvent<
3930
- Rv,
3931
3673
  'RcMigrator',
3932
3674
  'CancellerSet',
3933
3675
  {
@@ -3947,7 +3689,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3947
3689
  * The migration was paused.
3948
3690
  **/
3949
3691
  MigrationPaused: GenericPalletEvent<
3950
- Rv,
3951
3692
  'RcMigrator',
3952
3693
  'MigrationPaused',
3953
3694
  {
@@ -3961,13 +3702,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3961
3702
  /**
3962
3703
  * The migration was cancelled.
3963
3704
  **/
3964
- MigrationCancelled: GenericPalletEvent<Rv, 'RcMigrator', 'MigrationCancelled', null>;
3705
+ MigrationCancelled: GenericPalletEvent<'RcMigrator', 'MigrationCancelled', null>;
3965
3706
 
3966
3707
  /**
3967
3708
  * Some pure accounts were indexed for possibly receiving free `Any` proxies.
3968
3709
  **/
3969
3710
  PureAccountsIndexed: GenericPalletEvent<
3970
- Rv,
3971
3711
  'RcMigrator',
3972
3712
  'PureAccountsIndexed',
3973
3713
  {
@@ -3982,7 +3722,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3982
3722
  * The manager multisig dispatched something.
3983
3723
  **/
3984
3724
  ManagerMultisigDispatched: GenericPalletEvent<
3985
- Rv,
3986
3725
  'RcMigrator',
3987
3726
  'ManagerMultisigDispatched',
3988
3727
  { res: Result<[], DispatchError> }
@@ -3991,11 +3730,11 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3991
3730
  /**
3992
3731
  * The manager multisig received a vote.
3993
3732
  **/
3994
- ManagerMultisigVoted: GenericPalletEvent<Rv, 'RcMigrator', 'ManagerMultisigVoted', { votes: number }>;
3733
+ ManagerMultisigVoted: GenericPalletEvent<'RcMigrator', 'ManagerMultisigVoted', { votes: number }>;
3995
3734
 
3996
3735
  /**
3997
3736
  * Generic pallet event
3998
3737
  **/
3999
- [prop: string]: GenericPalletEvent<Rv>;
3738
+ [prop: string]: GenericPalletEvent;
4000
3739
  };
4001
3740
  }