@dedot/chaintypes 0.193.0 → 0.195.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/aleph/consts.d.ts +2 -2
  2. package/aleph/errors.d.ts +228 -228
  3. package/aleph/events.d.ts +122 -226
  4. package/aleph/index.d.ts +13 -17
  5. package/aleph/json-rpc.d.ts +3 -3
  6. package/aleph/query.d.ts +171 -207
  7. package/aleph/runtime.d.ts +47 -63
  8. package/aleph/tx.d.ts +377 -550
  9. package/aleph/view-functions.d.ts +2 -2
  10. package/astar/consts.d.ts +2 -2
  11. package/astar/errors.d.ts +431 -431
  12. package/astar/events.d.ts +232 -401
  13. package/astar/index.d.ts +13 -17
  14. package/astar/json-rpc.d.ts +3 -3
  15. package/astar/query.d.ts +243 -289
  16. package/astar/runtime.d.ts +59 -87
  17. package/astar/tx.d.ts +671 -980
  18. package/astar/view-functions.d.ts +2 -2
  19. package/basilisk/consts.d.ts +2 -2
  20. package/basilisk/errors.d.ts +489 -489
  21. package/basilisk/events.d.ts +187 -408
  22. package/basilisk/index.d.ts +13 -17
  23. package/basilisk/json-rpc.d.ts +3 -3
  24. package/basilisk/query.d.ts +213 -272
  25. package/basilisk/runtime.d.ts +27 -28
  26. package/basilisk/tx.d.ts +579 -842
  27. package/basilisk/view-functions.d.ts +2 -2
  28. package/hydration/consts.d.ts +47 -14
  29. package/hydration/errors.d.ts +827 -737
  30. package/hydration/events.d.ts +639 -527
  31. package/hydration/index.d.ts +14 -18
  32. package/hydration/json-rpc.d.ts +3 -3
  33. package/hydration/query.d.ts +530 -396
  34. package/hydration/runtime.d.ts +181 -89
  35. package/hydration/tx.d.ts +1130 -1167
  36. package/hydration/types.d.ts +889 -42
  37. package/hydration/view-functions.d.ts +2 -2
  38. package/kusama/consts.d.ts +2 -2
  39. package/kusama/errors.d.ts +571 -571
  40. package/kusama/events.d.ts +216 -477
  41. package/kusama/index.d.ts +13 -17
  42. package/kusama/json-rpc.d.ts +3 -3
  43. package/kusama/query.d.ts +360 -502
  44. package/kusama/runtime.d.ts +82 -131
  45. package/kusama/tx.d.ts +851 -1246
  46. package/kusama/view-functions.d.ts +7 -12
  47. package/kusama-asset-hub/consts.d.ts +2 -2
  48. package/kusama-asset-hub/errors.d.ts +653 -653
  49. package/kusama-asset-hub/events.d.ts +286 -629
  50. package/kusama-asset-hub/index.d.ts +14 -17
  51. package/kusama-asset-hub/json-rpc.d.ts +3 -3
  52. package/kusama-asset-hub/query.d.ts +316 -448
  53. package/kusama-asset-hub/runtime.d.ts +74 -111
  54. package/kusama-asset-hub/tx.d.ts +1059 -1558
  55. package/kusama-asset-hub/view-functions.d.ts +7 -9
  56. package/kusama-people/consts.d.ts +2 -2
  57. package/kusama-people/errors.d.ts +160 -160
  58. package/kusama-people/events.d.ts +89 -176
  59. package/kusama-people/index.d.ts +13 -17
  60. package/kusama-people/json-rpc.d.ts +3 -3
  61. package/kusama-people/query.d.ts +114 -145
  62. package/kusama-people/runtime.d.ts +45 -65
  63. package/kusama-people/tx.d.ts +246 -356
  64. package/kusama-people/view-functions.d.ts +3 -5
  65. package/moonbeam/consts.d.ts +2 -2
  66. package/moonbeam/errors.d.ts +478 -478
  67. package/moonbeam/events.d.ts +182 -426
  68. package/moonbeam/index.d.ts +13 -17
  69. package/moonbeam/json-rpc.d.ts +11 -3
  70. package/moonbeam/query.d.ts +234 -294
  71. package/moonbeam/runtime.d.ts +61 -89
  72. package/moonbeam/tx.d.ts +618 -901
  73. package/moonbeam/view-functions.d.ts +2 -2
  74. package/package.json +6 -3
  75. package/paseo/consts.d.ts +2 -2
  76. package/paseo/errors.d.ts +513 -513
  77. package/paseo/events.d.ts +197 -430
  78. package/paseo/index.d.ts +14 -18
  79. package/paseo/json-rpc.d.ts +3 -3
  80. package/paseo/query.d.ts +329 -450
  81. package/paseo/runtime.d.ts +107 -131
  82. package/paseo/tx.d.ts +787 -1151
  83. package/paseo/types.d.ts +7 -0
  84. package/paseo/view-functions.d.ts +7 -12
  85. package/paseo-asset-hub/consts.d.ts +2 -2
  86. package/paseo-asset-hub/errors.d.ts +605 -605
  87. package/paseo-asset-hub/events.d.ts +268 -600
  88. package/paseo-asset-hub/index.d.ts +15 -18
  89. package/paseo-asset-hub/json-rpc.d.ts +3 -3
  90. package/paseo-asset-hub/query.d.ts +293 -413
  91. package/paseo-asset-hub/runtime.d.ts +96 -104
  92. package/paseo-asset-hub/tx.d.ts +997 -1466
  93. package/paseo-asset-hub/types.d.ts +7 -0
  94. package/paseo-asset-hub/view-functions.d.ts +7 -9
  95. package/paseo-hydration/consts.d.ts +13 -3
  96. package/paseo-hydration/errors.d.ts +756 -745
  97. package/paseo-hydration/events.d.ts +277 -554
  98. package/paseo-hydration/index.d.ts +14 -18
  99. package/paseo-hydration/json-rpc.d.ts +3 -3
  100. package/paseo-hydration/query.d.ts +321 -411
  101. package/paseo-hydration/runtime.d.ts +95 -106
  102. package/paseo-hydration/tx.d.ts +923 -1226
  103. package/paseo-hydration/types.d.ts +91 -50
  104. package/paseo-hydration/view-functions.d.ts +2 -2
  105. package/paseo-people/consts.d.ts +2 -2
  106. package/paseo-people/errors.d.ts +162 -162
  107. package/paseo-people/events.d.ts +91 -181
  108. package/paseo-people/index.d.ts +14 -18
  109. package/paseo-people/json-rpc.d.ts +3 -3
  110. package/paseo-people/query.d.ts +116 -143
  111. package/paseo-people/runtime.d.ts +70 -65
  112. package/paseo-people/tx.d.ts +257 -372
  113. package/paseo-people/types.d.ts +7 -0
  114. package/paseo-people/view-functions.d.ts +3 -5
  115. package/polkadot/consts.d.ts +2 -2
  116. package/polkadot/errors.d.ts +501 -501
  117. package/polkadot/events.d.ts +195 -426
  118. package/polkadot/index.d.ts +13 -17
  119. package/polkadot/json-rpc.d.ts +3 -3
  120. package/polkadot/query.d.ts +329 -450
  121. package/polkadot/runtime.d.ts +83 -133
  122. package/polkadot/tx.d.ts +765 -1119
  123. package/polkadot/view-functions.d.ts +7 -12
  124. package/polkadot-asset-hub/consts.d.ts +2 -2
  125. package/polkadot-asset-hub/errors.d.ts +554 -554
  126. package/polkadot-asset-hub/events.d.ts +261 -585
  127. package/polkadot-asset-hub/index.d.ts +14 -17
  128. package/polkadot-asset-hub/json-rpc.d.ts +3 -3
  129. package/polkadot-asset-hub/query.d.ts +279 -396
  130. package/polkadot-asset-hub/runtime.d.ts +65 -93
  131. package/polkadot-asset-hub/tx.d.ts +952 -1400
  132. package/polkadot-asset-hub/view-functions.d.ts +7 -9
  133. package/polkadot-people/consts.d.ts +2 -2
  134. package/polkadot-people/errors.d.ts +160 -160
  135. package/polkadot-people/events.d.ts +89 -176
  136. package/polkadot-people/index.d.ts +13 -17
  137. package/polkadot-people/json-rpc.d.ts +3 -3
  138. package/polkadot-people/query.d.ts +114 -145
  139. package/polkadot-people/runtime.d.ts +46 -67
  140. package/polkadot-people/tx.d.ts +246 -356
  141. package/polkadot-people/view-functions.d.ts +3 -5
  142. package/substrate/consts.d.ts +2 -2
  143. package/substrate/errors.d.ts +909 -909
  144. package/substrate/events.d.ts +389 -794
  145. package/substrate/index.d.ts +14 -17
  146. package/substrate/json-rpc.d.ts +3 -3
  147. package/substrate/query.d.ts +458 -572
  148. package/substrate/runtime.d.ts +82 -126
  149. package/substrate/tx.d.ts +1317 -1936
  150. package/substrate/view-functions.d.ts +2 -2
  151. package/vara/consts.d.ts +9 -37
  152. package/vara/errors.d.ts +402 -382
  153. package/vara/events.d.ts +172 -310
  154. package/vara/index.d.ts +14 -18
  155. package/vara/json-rpc.d.ts +7 -3
  156. package/vara/query.d.ts +299 -331
  157. package/vara/runtime.d.ts +61 -79
  158. package/vara/tx.d.ts +573 -754
  159. package/vara/types.d.ts +71 -26
  160. package/vara/view-functions.d.ts +2 -2
  161. package/westend/consts.d.ts +2 -2
  162. package/westend/errors.d.ts +532 -532
  163. package/westend/events.d.ts +205 -462
  164. package/westend/index.d.ts +13 -17
  165. package/westend/json-rpc.d.ts +3 -4
  166. package/westend/query.d.ts +312 -434
  167. package/westend/runtime.d.ts +83 -135
  168. package/westend/tx.d.ts +807 -1179
  169. package/westend/view-functions.d.ts +7 -12
  170. package/westend-asset-hub/consts.d.ts +2 -2
  171. package/westend-asset-hub/errors.d.ts +605 -605
  172. package/westend-asset-hub/events.d.ts +265 -614
  173. package/westend-asset-hub/index.d.ts +14 -17
  174. package/westend-asset-hub/json-rpc.d.ts +3 -3
  175. package/westend-asset-hub/query.d.ts +293 -418
  176. package/westend-asset-hub/runtime.d.ts +83 -123
  177. package/westend-asset-hub/tx.d.ts +918 -1348
  178. package/westend-asset-hub/view-functions.d.ts +8 -13
  179. package/westend-people/consts.d.ts +2 -2
  180. package/westend-people/errors.d.ts +160 -160
  181. package/westend-people/events.d.ts +93 -186
  182. package/westend-people/index.d.ts +13 -17
  183. package/westend-people/json-rpc.d.ts +3 -3
  184. package/westend-people/query.d.ts +114 -145
  185. package/westend-people/runtime.d.ts +46 -67
  186. package/westend-people/tx.d.ts +251 -363
  187. package/westend-people/view-functions.d.ts +3 -5
@@ -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,
@@ -67,7 +67,7 @@ import type {
67
67
  KitchensinkRuntimeOriginCaller,
68
68
  } from './types.js';
69
69
 
70
- export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<Rv> {
70
+ export interface ChainEvents extends GenericChainEvents {
71
71
  /**
72
72
  * Pallet `System`'s events
73
73
  **/
@@ -75,18 +75,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
75
75
  /**
76
76
  * An extrinsic completed successfully.
77
77
  **/
78
- ExtrinsicSuccess: GenericPalletEvent<
79
- Rv,
80
- 'System',
81
- 'ExtrinsicSuccess',
82
- { dispatchInfo: FrameSystemDispatchEventInfo }
83
- >;
78
+ ExtrinsicSuccess: GenericPalletEvent<'System', 'ExtrinsicSuccess', { dispatchInfo: FrameSystemDispatchEventInfo }>;
84
79
 
85
80
  /**
86
81
  * An extrinsic failed.
87
82
  **/
88
83
  ExtrinsicFailed: GenericPalletEvent<
89
- Rv,
90
84
  'System',
91
85
  'ExtrinsicFailed',
92
86
  { dispatchError: DispatchError; dispatchInfo: FrameSystemDispatchEventInfo }
@@ -95,33 +89,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
95
89
  /**
96
90
  * `:code` was updated.
97
91
  **/
98
- CodeUpdated: GenericPalletEvent<Rv, 'System', 'CodeUpdated', null>;
92
+ CodeUpdated: GenericPalletEvent<'System', 'CodeUpdated', null>;
99
93
 
100
94
  /**
101
95
  * A new account was created.
102
96
  **/
103
- NewAccount: GenericPalletEvent<Rv, 'System', 'NewAccount', { account: AccountId32 }>;
97
+ NewAccount: GenericPalletEvent<'System', 'NewAccount', { account: AccountId32 }>;
104
98
 
105
99
  /**
106
100
  * An account was reaped.
107
101
  **/
108
- KilledAccount: GenericPalletEvent<Rv, 'System', 'KilledAccount', { account: AccountId32 }>;
102
+ KilledAccount: GenericPalletEvent<'System', 'KilledAccount', { account: AccountId32 }>;
109
103
 
110
104
  /**
111
105
  * On on-chain remark happened.
112
106
  **/
113
- Remarked: GenericPalletEvent<Rv, 'System', 'Remarked', { sender: AccountId32; hash: H256 }>;
107
+ Remarked: GenericPalletEvent<'System', 'Remarked', { sender: AccountId32; hash: H256 }>;
114
108
 
115
109
  /**
116
110
  * An upgrade was authorized.
117
111
  **/
118
- UpgradeAuthorized: GenericPalletEvent<Rv, 'System', 'UpgradeAuthorized', { codeHash: H256; checkVersion: boolean }>;
112
+ UpgradeAuthorized: GenericPalletEvent<'System', 'UpgradeAuthorized', { codeHash: H256; checkVersion: boolean }>;
119
113
 
120
114
  /**
121
115
  * An invalid authorized upgrade was rejected while trying to apply it.
122
116
  **/
123
117
  RejectedInvalidAuthorizedUpgrade: GenericPalletEvent<
124
- Rv,
125
118
  'System',
126
119
  'RejectedInvalidAuthorizedUpgrade',
127
120
  { codeHash: H256; error: DispatchError }
@@ -130,7 +123,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
130
123
  /**
131
124
  * Generic pallet event
132
125
  **/
133
- [prop: string]: GenericPalletEvent<Rv>;
126
+ [prop: string]: GenericPalletEvent;
134
127
  };
135
128
  /**
136
129
  * Pallet `Utility`'s events
@@ -140,47 +133,47 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
140
133
  * Batch of dispatches did not complete fully. Index of first failing dispatch given, as
141
134
  * well as the error.
142
135
  **/
143
- BatchInterrupted: GenericPalletEvent<Rv, 'Utility', 'BatchInterrupted', { index: number; error: DispatchError }>;
136
+ BatchInterrupted: GenericPalletEvent<'Utility', 'BatchInterrupted', { index: number; error: DispatchError }>;
144
137
 
145
138
  /**
146
139
  * Batch of dispatches completed fully with no error.
147
140
  **/
148
- BatchCompleted: GenericPalletEvent<Rv, 'Utility', 'BatchCompleted', null>;
141
+ BatchCompleted: GenericPalletEvent<'Utility', 'BatchCompleted', null>;
149
142
 
150
143
  /**
151
144
  * Batch of dispatches completed but has errors.
152
145
  **/
153
- BatchCompletedWithErrors: GenericPalletEvent<Rv, 'Utility', 'BatchCompletedWithErrors', null>;
146
+ BatchCompletedWithErrors: GenericPalletEvent<'Utility', 'BatchCompletedWithErrors', null>;
154
147
 
155
148
  /**
156
149
  * A single item within a Batch of dispatches has completed with no error.
157
150
  **/
158
- ItemCompleted: GenericPalletEvent<Rv, 'Utility', 'ItemCompleted', null>;
151
+ ItemCompleted: GenericPalletEvent<'Utility', 'ItemCompleted', null>;
159
152
 
160
153
  /**
161
154
  * A single item within a Batch of dispatches has completed with error.
162
155
  **/
163
- ItemFailed: GenericPalletEvent<Rv, 'Utility', 'ItemFailed', { error: DispatchError }>;
156
+ ItemFailed: GenericPalletEvent<'Utility', 'ItemFailed', { error: DispatchError }>;
164
157
 
165
158
  /**
166
159
  * A call was dispatched.
167
160
  **/
168
- DispatchedAs: GenericPalletEvent<Rv, 'Utility', 'DispatchedAs', { result: Result<[], DispatchError> }>;
161
+ DispatchedAs: GenericPalletEvent<'Utility', 'DispatchedAs', { result: Result<[], DispatchError> }>;
169
162
 
170
163
  /**
171
164
  * Main call was dispatched.
172
165
  **/
173
- IfElseMainSuccess: GenericPalletEvent<Rv, 'Utility', 'IfElseMainSuccess', null>;
166
+ IfElseMainSuccess: GenericPalletEvent<'Utility', 'IfElseMainSuccess', null>;
174
167
 
175
168
  /**
176
169
  * The fallback call was dispatched.
177
170
  **/
178
- IfElseFallbackCalled: GenericPalletEvent<Rv, 'Utility', 'IfElseFallbackCalled', { mainError: DispatchError }>;
171
+ IfElseFallbackCalled: GenericPalletEvent<'Utility', 'IfElseFallbackCalled', { mainError: DispatchError }>;
179
172
 
180
173
  /**
181
174
  * Generic pallet event
182
175
  **/
183
- [prop: string]: GenericPalletEvent<Rv>;
176
+ [prop: string]: GenericPalletEvent;
184
177
  };
185
178
  /**
186
179
  * Pallet `Indices`'s events
@@ -189,23 +182,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
189
182
  /**
190
183
  * A account index was assigned.
191
184
  **/
192
- IndexAssigned: GenericPalletEvent<Rv, 'Indices', 'IndexAssigned', { who: AccountId32; index: number }>;
185
+ IndexAssigned: GenericPalletEvent<'Indices', 'IndexAssigned', { who: AccountId32; index: number }>;
193
186
 
194
187
  /**
195
188
  * A account index has been freed up (unassigned).
196
189
  **/
197
- IndexFreed: GenericPalletEvent<Rv, 'Indices', 'IndexFreed', { index: number }>;
190
+ IndexFreed: GenericPalletEvent<'Indices', 'IndexFreed', { index: number }>;
198
191
 
199
192
  /**
200
193
  * A account index has been frozen to its current account ID.
201
194
  **/
202
- IndexFrozen: GenericPalletEvent<Rv, 'Indices', 'IndexFrozen', { index: number; who: AccountId32 }>;
195
+ IndexFrozen: GenericPalletEvent<'Indices', 'IndexFrozen', { index: number; who: AccountId32 }>;
203
196
 
204
197
  /**
205
198
  * A deposit to reserve an index has been poked/reconsidered.
206
199
  **/
207
200
  DepositPoked: GenericPalletEvent<
208
- Rv,
209
201
  'Indices',
210
202
  'DepositPoked',
211
203
  { who: AccountId32; index: number; oldDeposit: bigint; newDeposit: bigint }
@@ -214,7 +206,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
214
206
  /**
215
207
  * Generic pallet event
216
208
  **/
217
- [prop: string]: GenericPalletEvent<Rv>;
209
+ [prop: string]: GenericPalletEvent;
218
210
  };
219
211
  /**
220
212
  * Pallet `Balances`'s events
@@ -223,40 +215,39 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
223
215
  /**
224
216
  * An account was created with some free balance.
225
217
  **/
226
- Endowed: GenericPalletEvent<Rv, 'Balances', 'Endowed', { account: AccountId32; freeBalance: bigint }>;
218
+ Endowed: GenericPalletEvent<'Balances', 'Endowed', { account: AccountId32; freeBalance: bigint }>;
227
219
 
228
220
  /**
229
221
  * An account was removed whose balance was non-zero but below ExistentialDeposit,
230
222
  * resulting in an outright loss.
231
223
  **/
232
- DustLost: GenericPalletEvent<Rv, 'Balances', 'DustLost', { account: AccountId32; amount: bigint }>;
224
+ DustLost: GenericPalletEvent<'Balances', 'DustLost', { account: AccountId32; amount: bigint }>;
233
225
 
234
226
  /**
235
227
  * Transfer succeeded.
236
228
  **/
237
- Transfer: GenericPalletEvent<Rv, 'Balances', 'Transfer', { from: AccountId32; to: AccountId32; amount: bigint }>;
229
+ Transfer: GenericPalletEvent<'Balances', 'Transfer', { from: AccountId32; to: AccountId32; amount: bigint }>;
238
230
 
239
231
  /**
240
232
  * A balance was set by root.
241
233
  **/
242
- BalanceSet: GenericPalletEvent<Rv, 'Balances', 'BalanceSet', { who: AccountId32; free: bigint }>;
234
+ BalanceSet: GenericPalletEvent<'Balances', 'BalanceSet', { who: AccountId32; free: bigint }>;
243
235
 
244
236
  /**
245
237
  * Some balance was reserved (moved from free to reserved).
246
238
  **/
247
- Reserved: GenericPalletEvent<Rv, 'Balances', 'Reserved', { who: AccountId32; amount: bigint }>;
239
+ Reserved: GenericPalletEvent<'Balances', 'Reserved', { who: AccountId32; amount: bigint }>;
248
240
 
249
241
  /**
250
242
  * Some balance was unreserved (moved from reserved to free).
251
243
  **/
252
- Unreserved: GenericPalletEvent<Rv, 'Balances', 'Unreserved', { who: AccountId32; amount: bigint }>;
244
+ Unreserved: GenericPalletEvent<'Balances', 'Unreserved', { who: AccountId32; amount: bigint }>;
253
245
 
254
246
  /**
255
247
  * Some balance was moved from the reserve of the first account to the second account.
256
248
  * Final argument indicates the destination balance type.
257
249
  **/
258
250
  ReserveRepatriated: GenericPalletEvent<
259
- Rv,
260
251
  'Balances',
261
252
  'ReserveRepatriated',
262
253
  { from: AccountId32; to: AccountId32; amount: bigint; destinationStatus: FrameSupportTokensMiscBalanceStatus }
@@ -265,82 +256,82 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
265
256
  /**
266
257
  * Some amount was deposited (e.g. for transaction fees).
267
258
  **/
268
- Deposit: GenericPalletEvent<Rv, 'Balances', 'Deposit', { who: AccountId32; amount: bigint }>;
259
+ Deposit: GenericPalletEvent<'Balances', 'Deposit', { who: AccountId32; amount: bigint }>;
269
260
 
270
261
  /**
271
262
  * Some amount was withdrawn from the account (e.g. for transaction fees).
272
263
  **/
273
- Withdraw: GenericPalletEvent<Rv, 'Balances', 'Withdraw', { who: AccountId32; amount: bigint }>;
264
+ Withdraw: GenericPalletEvent<'Balances', 'Withdraw', { who: AccountId32; amount: bigint }>;
274
265
 
275
266
  /**
276
267
  * Some amount was removed from the account (e.g. for misbehavior).
277
268
  **/
278
- Slashed: GenericPalletEvent<Rv, 'Balances', 'Slashed', { who: AccountId32; amount: bigint }>;
269
+ Slashed: GenericPalletEvent<'Balances', 'Slashed', { who: AccountId32; amount: bigint }>;
279
270
 
280
271
  /**
281
272
  * Some amount was minted into an account.
282
273
  **/
283
- Minted: GenericPalletEvent<Rv, 'Balances', 'Minted', { who: AccountId32; amount: bigint }>;
274
+ Minted: GenericPalletEvent<'Balances', 'Minted', { who: AccountId32; amount: bigint }>;
284
275
 
285
276
  /**
286
277
  * Some amount was burned from an account.
287
278
  **/
288
- Burned: GenericPalletEvent<Rv, 'Balances', 'Burned', { who: AccountId32; amount: bigint }>;
279
+ Burned: GenericPalletEvent<'Balances', 'Burned', { who: AccountId32; amount: bigint }>;
289
280
 
290
281
  /**
291
282
  * Some amount was suspended from an account (it can be restored later).
292
283
  **/
293
- Suspended: GenericPalletEvent<Rv, 'Balances', 'Suspended', { who: AccountId32; amount: bigint }>;
284
+ Suspended: GenericPalletEvent<'Balances', 'Suspended', { who: AccountId32; amount: bigint }>;
294
285
 
295
286
  /**
296
287
  * Some amount was restored into an account.
297
288
  **/
298
- Restored: GenericPalletEvent<Rv, 'Balances', 'Restored', { who: AccountId32; amount: bigint }>;
289
+ Restored: GenericPalletEvent<'Balances', 'Restored', { who: AccountId32; amount: bigint }>;
299
290
 
300
291
  /**
301
292
  * An account was upgraded.
302
293
  **/
303
- Upgraded: GenericPalletEvent<Rv, 'Balances', 'Upgraded', { who: AccountId32 }>;
294
+ Upgraded: GenericPalletEvent<'Balances', 'Upgraded', { who: AccountId32 }>;
304
295
 
305
296
  /**
306
297
  * Total issuance was increased by `amount`, creating a credit to be balanced.
307
298
  **/
308
- Issued: GenericPalletEvent<Rv, 'Balances', 'Issued', { amount: bigint }>;
299
+ Issued: GenericPalletEvent<'Balances', 'Issued', { amount: bigint }>;
309
300
 
310
301
  /**
311
302
  * Total issuance was decreased by `amount`, creating a debt to be balanced.
312
303
  **/
313
- Rescinded: GenericPalletEvent<Rv, 'Balances', 'Rescinded', { amount: bigint }>;
304
+ Rescinded: GenericPalletEvent<'Balances', 'Rescinded', { amount: bigint }>;
314
305
 
315
306
  /**
316
307
  * Some balance was locked.
317
308
  **/
318
- Locked: GenericPalletEvent<Rv, 'Balances', 'Locked', { who: AccountId32; amount: bigint }>;
309
+ Locked: GenericPalletEvent<'Balances', 'Locked', { who: AccountId32; amount: bigint }>;
319
310
 
320
311
  /**
321
312
  * Some balance was unlocked.
322
313
  **/
323
- Unlocked: GenericPalletEvent<Rv, 'Balances', 'Unlocked', { who: AccountId32; amount: bigint }>;
314
+ Unlocked: GenericPalletEvent<'Balances', 'Unlocked', { who: AccountId32; amount: bigint }>;
324
315
 
325
316
  /**
326
317
  * Some balance was frozen.
327
318
  **/
328
- Frozen: GenericPalletEvent<Rv, 'Balances', 'Frozen', { who: AccountId32; amount: bigint }>;
319
+ Frozen: GenericPalletEvent<'Balances', 'Frozen', { who: AccountId32; amount: bigint }>;
329
320
 
330
321
  /**
331
322
  * Some balance was thawed.
332
323
  **/
333
- Thawed: GenericPalletEvent<Rv, 'Balances', 'Thawed', { who: AccountId32; amount: bigint }>;
324
+ Thawed: GenericPalletEvent<'Balances', 'Thawed', { who: AccountId32; amount: bigint }>;
334
325
 
335
326
  /**
336
327
  * The `TotalIssuance` was forcefully changed.
337
328
  **/
338
- TotalIssuanceForced: GenericPalletEvent<Rv, 'Balances', 'TotalIssuanceForced', { old: bigint; new: bigint }>;
329
+ TotalIssuanceForced: GenericPalletEvent<'Balances', 'TotalIssuanceForced', { old: bigint; new: bigint }>;
339
330
 
340
331
  /**
341
332
  * Generic pallet event
342
333
  **/
343
- [prop: string]: GenericPalletEvent<Rv>;
334
+ [prop: string]: GenericPalletEvent;
344
335
  };
345
336
  /**
346
337
  * Pallet `TransactionPayment`'s events
@@ -351,7 +342,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
351
342
  * has been paid by `who`.
352
343
  **/
353
344
  TransactionFeePaid: GenericPalletEvent<
354
- Rv,
355
345
  'TransactionPayment',
356
346
  'TransactionFeePaid',
357
347
  { who: AccountId32; actualFee: bigint; tip: bigint }
@@ -360,7 +350,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
360
350
  /**
361
351
  * Generic pallet event
362
352
  **/
363
- [prop: string]: GenericPalletEvent<Rv>;
353
+ [prop: string]: GenericPalletEvent;
364
354
  };
365
355
  /**
366
356
  * Pallet `AssetConversionTxPayment`'s events
@@ -371,7 +361,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
371
361
  * has been paid by `who` in an asset `asset_id`.
372
362
  **/
373
363
  AssetTxFeePaid: GenericPalletEvent<
374
- Rv,
375
364
  'AssetConversionTxPayment',
376
365
  'AssetTxFeePaid',
377
366
  { who: AccountId32; actualFee: bigint; tip: bigint; assetId: FrameSupportTokensFungibleUnionOfNativeOrWithId }
@@ -381,7 +370,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
381
370
  * A swap of the refund in native currency back to asset failed.
382
371
  **/
383
372
  AssetRefundFailed: GenericPalletEvent<
384
- Rv,
385
373
  'AssetConversionTxPayment',
386
374
  'AssetRefundFailed',
387
375
  { nativeAmountKept: bigint }
@@ -390,7 +378,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
390
378
  /**
391
379
  * Generic pallet event
392
380
  **/
393
- [prop: string]: GenericPalletEvent<Rv>;
381
+ [prop: string]: GenericPalletEvent;
394
382
  };
395
383
  /**
396
384
  * Pallet `ElectionProviderMultiPhase`'s events
@@ -406,7 +394,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
406
394
  * room for this one.
407
395
  **/
408
396
  SolutionStored: GenericPalletEvent<
409
- Rv,
410
397
  'ElectionProviderMultiPhase',
411
398
  'SolutionStored',
412
399
  {
@@ -420,7 +407,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
420
407
  * The election has been finalized, with the given computation and score.
421
408
  **/
422
409
  ElectionFinalized: GenericPalletEvent<
423
- Rv,
424
410
  'ElectionProviderMultiPhase',
425
411
  'ElectionFinalized',
426
412
  { compute: PalletElectionProviderMultiPhaseElectionCompute; score: SpNposElectionsElectionScore }
@@ -431,23 +417,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
431
417
  *
432
418
  * Not much can be said about which computes failed in the process.
433
419
  **/
434
- ElectionFailed: GenericPalletEvent<Rv, 'ElectionProviderMultiPhase', 'ElectionFailed', null>;
420
+ ElectionFailed: GenericPalletEvent<'ElectionProviderMultiPhase', 'ElectionFailed', null>;
435
421
 
436
422
  /**
437
423
  * An account has been rewarded for their signed submission being finalized.
438
424
  **/
439
- Rewarded: GenericPalletEvent<Rv, 'ElectionProviderMultiPhase', 'Rewarded', { account: AccountId32; value: bigint }>;
425
+ Rewarded: GenericPalletEvent<'ElectionProviderMultiPhase', 'Rewarded', { account: AccountId32; value: bigint }>;
440
426
 
441
427
  /**
442
428
  * An account has been slashed for submitting an invalid signed submission.
443
429
  **/
444
- Slashed: GenericPalletEvent<Rv, 'ElectionProviderMultiPhase', 'Slashed', { account: AccountId32; value: bigint }>;
430
+ Slashed: GenericPalletEvent<'ElectionProviderMultiPhase', 'Slashed', { account: AccountId32; value: bigint }>;
445
431
 
446
432
  /**
447
433
  * There was a phase transition in a given round.
448
434
  **/
449
435
  PhaseTransitioned: GenericPalletEvent<
450
- Rv,
451
436
  'ElectionProviderMultiPhase',
452
437
  'PhaseTransitioned',
453
438
  { from: PalletElectionProviderMultiPhasePhase; to: PalletElectionProviderMultiPhasePhase; round: number }
@@ -456,7 +441,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
456
441
  /**
457
442
  * Generic pallet event
458
443
  **/
459
- [prop: string]: GenericPalletEvent<Rv>;
444
+ [prop: string]: GenericPalletEvent;
460
445
  };
461
446
  /**
462
447
  * Pallet `Staking`'s events
@@ -466,18 +451,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
466
451
  * The era payout has been set; the first balance is the validator-payout; the second is
467
452
  * the remainder from the maximum amount of reward.
468
453
  **/
469
- EraPaid: GenericPalletEvent<
470
- Rv,
471
- 'Staking',
472
- 'EraPaid',
473
- { eraIndex: number; validatorPayout: bigint; remainder: bigint }
474
- >;
454
+ EraPaid: GenericPalletEvent<'Staking', 'EraPaid', { eraIndex: number; validatorPayout: bigint; remainder: bigint }>;
475
455
 
476
456
  /**
477
457
  * The nominator has been rewarded by this amount to this destination.
478
458
  **/
479
459
  Rewarded: GenericPalletEvent<
480
- Rv,
481
460
  'Staking',
482
461
  'Rewarded',
483
462
  { stash: AccountId32; dest: PalletStakingRewardDestination; amount: bigint }
@@ -486,14 +465,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
486
465
  /**
487
466
  * A staker (validator or nominator) has been slashed by the given amount.
488
467
  **/
489
- Slashed: GenericPalletEvent<Rv, 'Staking', 'Slashed', { staker: AccountId32; amount: bigint }>;
468
+ Slashed: GenericPalletEvent<'Staking', 'Slashed', { staker: AccountId32; amount: bigint }>;
490
469
 
491
470
  /**
492
471
  * A slash for the given validator, for the given percentage of their stake, at the given
493
472
  * era as been reported.
494
473
  **/
495
474
  SlashReported: GenericPalletEvent<
496
- Rv,
497
475
  'Staking',
498
476
  'SlashReported',
499
477
  { validator: AccountId32; fraction: Perbill; slashEra: number }
@@ -503,17 +481,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
503
481
  * An old slashing report from a prior era was discarded because it could
504
482
  * not be processed.
505
483
  **/
506
- OldSlashingReportDiscarded: GenericPalletEvent<
507
- Rv,
508
- 'Staking',
509
- 'OldSlashingReportDiscarded',
510
- { sessionIndex: number }
511
- >;
484
+ OldSlashingReportDiscarded: GenericPalletEvent<'Staking', 'OldSlashingReportDiscarded', { sessionIndex: number }>;
512
485
 
513
486
  /**
514
487
  * A new set of stakers was elected.
515
488
  **/
516
- StakersElected: GenericPalletEvent<Rv, 'Staking', 'StakersElected', null>;
489
+ StakersElected: GenericPalletEvent<'Staking', 'StakersElected', null>;
517
490
 
518
491
  /**
519
492
  * An account has bonded this amount. \[stash, amount\]
@@ -521,39 +494,38 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
521
494
  * NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably,
522
495
  * it will not be emitted for staking rewards when they are added to stake.
523
496
  **/
524
- Bonded: GenericPalletEvent<Rv, 'Staking', 'Bonded', { stash: AccountId32; amount: bigint }>;
497
+ Bonded: GenericPalletEvent<'Staking', 'Bonded', { stash: AccountId32; amount: bigint }>;
525
498
 
526
499
  /**
527
500
  * An account has unbonded this amount.
528
501
  **/
529
- Unbonded: GenericPalletEvent<Rv, 'Staking', 'Unbonded', { stash: AccountId32; amount: bigint }>;
502
+ Unbonded: GenericPalletEvent<'Staking', 'Unbonded', { stash: AccountId32; amount: bigint }>;
530
503
 
531
504
  /**
532
505
  * An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance`
533
506
  * from the unlocking queue.
534
507
  **/
535
- Withdrawn: GenericPalletEvent<Rv, 'Staking', 'Withdrawn', { stash: AccountId32; amount: bigint }>;
508
+ Withdrawn: GenericPalletEvent<'Staking', 'Withdrawn', { stash: AccountId32; amount: bigint }>;
536
509
 
537
510
  /**
538
511
  * A nominator has been kicked from a validator.
539
512
  **/
540
- Kicked: GenericPalletEvent<Rv, 'Staking', 'Kicked', { nominator: AccountId32; stash: AccountId32 }>;
513
+ Kicked: GenericPalletEvent<'Staking', 'Kicked', { nominator: AccountId32; stash: AccountId32 }>;
541
514
 
542
515
  /**
543
516
  * The election failed. No new era is planned.
544
517
  **/
545
- StakingElectionFailed: GenericPalletEvent<Rv, 'Staking', 'StakingElectionFailed', null>;
518
+ StakingElectionFailed: GenericPalletEvent<'Staking', 'StakingElectionFailed', null>;
546
519
 
547
520
  /**
548
521
  * An account has stopped participating as either a validator or nominator.
549
522
  **/
550
- Chilled: GenericPalletEvent<Rv, 'Staking', 'Chilled', { stash: AccountId32 }>;
523
+ Chilled: GenericPalletEvent<'Staking', 'Chilled', { stash: AccountId32 }>;
551
524
 
552
525
  /**
553
526
  * A Page of stakers rewards are getting paid. `next` is `None` if all pages are claimed.
554
527
  **/
555
528
  PayoutStarted: GenericPalletEvent<
556
- Rv,
557
529
  'Staking',
558
530
  'PayoutStarted',
559
531
  { eraIndex: number; validatorStash: AccountId32; page: number; next?: number | undefined }
@@ -563,7 +535,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
563
535
  * A validator has set their preferences.
564
536
  **/
565
537
  ValidatorPrefsSet: GenericPalletEvent<
566
- Rv,
567
538
  'Staking',
568
539
  'ValidatorPrefsSet',
569
540
  { stash: AccountId32; prefs: PalletStakingValidatorPrefs }
@@ -572,38 +543,33 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
572
543
  /**
573
544
  * Voters size limit reached.
574
545
  **/
575
- SnapshotVotersSizeExceeded: GenericPalletEvent<Rv, 'Staking', 'SnapshotVotersSizeExceeded', { size: number }>;
546
+ SnapshotVotersSizeExceeded: GenericPalletEvent<'Staking', 'SnapshotVotersSizeExceeded', { size: number }>;
576
547
 
577
548
  /**
578
549
  * Targets size limit reached.
579
550
  **/
580
- SnapshotTargetsSizeExceeded: GenericPalletEvent<Rv, 'Staking', 'SnapshotTargetsSizeExceeded', { size: number }>;
551
+ SnapshotTargetsSizeExceeded: GenericPalletEvent<'Staking', 'SnapshotTargetsSizeExceeded', { size: number }>;
581
552
 
582
553
  /**
583
554
  * A new force era mode was set.
584
555
  **/
585
- ForceEra: GenericPalletEvent<Rv, 'Staking', 'ForceEra', { mode: PalletStakingForcing }>;
556
+ ForceEra: GenericPalletEvent<'Staking', 'ForceEra', { mode: PalletStakingForcing }>;
586
557
 
587
558
  /**
588
559
  * Report of a controller batch deprecation.
589
560
  **/
590
- ControllerBatchDeprecated: GenericPalletEvent<Rv, 'Staking', 'ControllerBatchDeprecated', { failures: number }>;
561
+ ControllerBatchDeprecated: GenericPalletEvent<'Staking', 'ControllerBatchDeprecated', { failures: number }>;
591
562
 
592
563
  /**
593
564
  * Staking balance migrated from locks to holds, with any balance that could not be held
594
565
  * is force withdrawn.
595
566
  **/
596
- CurrencyMigrated: GenericPalletEvent<
597
- Rv,
598
- 'Staking',
599
- 'CurrencyMigrated',
600
- { stash: AccountId32; forceWithdraw: bigint }
601
- >;
567
+ CurrencyMigrated: GenericPalletEvent<'Staking', 'CurrencyMigrated', { stash: AccountId32; forceWithdraw: bigint }>;
602
568
 
603
569
  /**
604
570
  * Generic pallet event
605
571
  **/
606
- [prop: string]: GenericPalletEvent<Rv>;
572
+ [prop: string]: GenericPalletEvent;
607
573
  };
608
574
  /**
609
575
  * Pallet `Session`'s events
@@ -613,22 +579,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
613
579
  * New session has happened. Note that the argument is the session index, not the
614
580
  * block number as the type might suggest.
615
581
  **/
616
- NewSession: GenericPalletEvent<Rv, 'Session', 'NewSession', { sessionIndex: number }>;
582
+ NewSession: GenericPalletEvent<'Session', 'NewSession', { sessionIndex: number }>;
617
583
 
618
584
  /**
619
585
  * Validator has been disabled.
620
586
  **/
621
- ValidatorDisabled: GenericPalletEvent<Rv, 'Session', 'ValidatorDisabled', { validator: AccountId32 }>;
587
+ ValidatorDisabled: GenericPalletEvent<'Session', 'ValidatorDisabled', { validator: AccountId32 }>;
622
588
 
623
589
  /**
624
590
  * Validator has been re-enabled.
625
591
  **/
626
- ValidatorReenabled: GenericPalletEvent<Rv, 'Session', 'ValidatorReenabled', { validator: AccountId32 }>;
592
+ ValidatorReenabled: GenericPalletEvent<'Session', 'ValidatorReenabled', { validator: AccountId32 }>;
627
593
 
628
594
  /**
629
595
  * Generic pallet event
630
596
  **/
631
- [prop: string]: GenericPalletEvent<Rv>;
597
+ [prop: string]: GenericPalletEvent;
632
598
  };
633
599
  /**
634
600
  * Pallet `Democracy`'s events
@@ -637,68 +603,62 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
637
603
  /**
638
604
  * A motion has been proposed by a public account.
639
605
  **/
640
- Proposed: GenericPalletEvent<Rv, 'Democracy', 'Proposed', { proposalIndex: number; deposit: bigint }>;
606
+ Proposed: GenericPalletEvent<'Democracy', 'Proposed', { proposalIndex: number; deposit: bigint }>;
641
607
 
642
608
  /**
643
609
  * A public proposal has been tabled for referendum vote.
644
610
  **/
645
- Tabled: GenericPalletEvent<Rv, 'Democracy', 'Tabled', { proposalIndex: number; deposit: bigint }>;
611
+ Tabled: GenericPalletEvent<'Democracy', 'Tabled', { proposalIndex: number; deposit: bigint }>;
646
612
 
647
613
  /**
648
614
  * An external proposal has been tabled.
649
615
  **/
650
- ExternalTabled: GenericPalletEvent<Rv, 'Democracy', 'ExternalTabled', null>;
616
+ ExternalTabled: GenericPalletEvent<'Democracy', 'ExternalTabled', null>;
651
617
 
652
618
  /**
653
619
  * A referendum has begun.
654
620
  **/
655
- Started: GenericPalletEvent<
656
- Rv,
657
- 'Democracy',
658
- 'Started',
659
- { refIndex: number; threshold: PalletDemocracyVoteThreshold }
660
- >;
621
+ Started: GenericPalletEvent<'Democracy', 'Started', { refIndex: number; threshold: PalletDemocracyVoteThreshold }>;
661
622
 
662
623
  /**
663
624
  * A proposal has been approved by referendum.
664
625
  **/
665
- Passed: GenericPalletEvent<Rv, 'Democracy', 'Passed', { refIndex: number }>;
626
+ Passed: GenericPalletEvent<'Democracy', 'Passed', { refIndex: number }>;
666
627
 
667
628
  /**
668
629
  * A proposal has been rejected by referendum.
669
630
  **/
670
- NotPassed: GenericPalletEvent<Rv, 'Democracy', 'NotPassed', { refIndex: number }>;
631
+ NotPassed: GenericPalletEvent<'Democracy', 'NotPassed', { refIndex: number }>;
671
632
 
672
633
  /**
673
634
  * A referendum has been cancelled.
674
635
  **/
675
- Cancelled: GenericPalletEvent<Rv, 'Democracy', 'Cancelled', { refIndex: number }>;
636
+ Cancelled: GenericPalletEvent<'Democracy', 'Cancelled', { refIndex: number }>;
676
637
 
677
638
  /**
678
639
  * An account has delegated their vote to another account.
679
640
  **/
680
- Delegated: GenericPalletEvent<Rv, 'Democracy', 'Delegated', { who: AccountId32; target: AccountId32 }>;
641
+ Delegated: GenericPalletEvent<'Democracy', 'Delegated', { who: AccountId32; target: AccountId32 }>;
681
642
 
682
643
  /**
683
644
  * An account has cancelled a previous delegation operation.
684
645
  **/
685
- Undelegated: GenericPalletEvent<Rv, 'Democracy', 'Undelegated', { account: AccountId32 }>;
646
+ Undelegated: GenericPalletEvent<'Democracy', 'Undelegated', { account: AccountId32 }>;
686
647
 
687
648
  /**
688
649
  * An external proposal has been vetoed.
689
650
  **/
690
- Vetoed: GenericPalletEvent<Rv, 'Democracy', 'Vetoed', { who: AccountId32; proposalHash: H256; until: number }>;
651
+ Vetoed: GenericPalletEvent<'Democracy', 'Vetoed', { who: AccountId32; proposalHash: H256; until: number }>;
691
652
 
692
653
  /**
693
654
  * A proposal_hash has been blacklisted permanently.
694
655
  **/
695
- Blacklisted: GenericPalletEvent<Rv, 'Democracy', 'Blacklisted', { proposalHash: H256 }>;
656
+ Blacklisted: GenericPalletEvent<'Democracy', 'Blacklisted', { proposalHash: H256 }>;
696
657
 
697
658
  /**
698
659
  * An account has voted in a referendum
699
660
  **/
700
661
  Voted: GenericPalletEvent<
701
- Rv,
702
662
  'Democracy',
703
663
  'Voted',
704
664
  { voter: AccountId32; refIndex: number; vote: PalletDemocracyVoteAccountVote }
@@ -707,18 +667,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
707
667
  /**
708
668
  * An account has seconded a proposal
709
669
  **/
710
- Seconded: GenericPalletEvent<Rv, 'Democracy', 'Seconded', { seconder: AccountId32; propIndex: number }>;
670
+ Seconded: GenericPalletEvent<'Democracy', 'Seconded', { seconder: AccountId32; propIndex: number }>;
711
671
 
712
672
  /**
713
673
  * A proposal got canceled.
714
674
  **/
715
- ProposalCanceled: GenericPalletEvent<Rv, 'Democracy', 'ProposalCanceled', { propIndex: number }>;
675
+ ProposalCanceled: GenericPalletEvent<'Democracy', 'ProposalCanceled', { propIndex: number }>;
716
676
 
717
677
  /**
718
678
  * Metadata for a proposal or a referendum has been set.
719
679
  **/
720
680
  MetadataSet: GenericPalletEvent<
721
- Rv,
722
681
  'Democracy',
723
682
  'MetadataSet',
724
683
  {
@@ -738,7 +697,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
738
697
  * Metadata for a proposal or a referendum has been cleared.
739
698
  **/
740
699
  MetadataCleared: GenericPalletEvent<
741
- Rv,
742
700
  'Democracy',
743
701
  'MetadataCleared',
744
702
  {
@@ -758,7 +716,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
758
716
  * Metadata has been transferred to new owner.
759
717
  **/
760
718
  MetadataTransferred: GenericPalletEvent<
761
- Rv,
762
719
  'Democracy',
763
720
  'MetadataTransferred',
764
721
  {
@@ -782,7 +739,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
782
739
  /**
783
740
  * Generic pallet event
784
741
  **/
785
- [prop: string]: GenericPalletEvent<Rv>;
742
+ [prop: string]: GenericPalletEvent;
786
743
  };
787
744
  /**
788
745
  * Pallet `Council`'s events
@@ -793,7 +750,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
793
750
  * `MemberCount`).
794
751
  **/
795
752
  Proposed: GenericPalletEvent<
796
- Rv,
797
753
  'Council',
798
754
  'Proposed',
799
755
  { account: AccountId32; proposalIndex: number; proposalHash: H256; threshold: number }
@@ -804,7 +760,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
804
760
  * a tally (yes votes and no votes given respectively as `MemberCount`).
805
761
  **/
806
762
  Voted: GenericPalletEvent<
807
- Rv,
808
763
  'Council',
809
764
  'Voted',
810
765
  { account: AccountId32; proposalHash: H256; voted: boolean; yes: number; no: number }
@@ -813,23 +768,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
813
768
  /**
814
769
  * A motion was approved by the required threshold.
815
770
  **/
816
- Approved: GenericPalletEvent<Rv, 'Council', 'Approved', { proposalHash: H256 }>;
771
+ Approved: GenericPalletEvent<'Council', 'Approved', { proposalHash: H256 }>;
817
772
 
818
773
  /**
819
774
  * A motion was not approved by the required threshold.
820
775
  **/
821
- Disapproved: GenericPalletEvent<Rv, 'Council', 'Disapproved', { proposalHash: H256 }>;
776
+ Disapproved: GenericPalletEvent<'Council', 'Disapproved', { proposalHash: H256 }>;
822
777
 
823
778
  /**
824
779
  * A motion was executed; result will be `Ok` if it returned without error.
825
780
  **/
826
- Executed: GenericPalletEvent<Rv, 'Council', 'Executed', { proposalHash: H256; result: Result<[], DispatchError> }>;
781
+ Executed: GenericPalletEvent<'Council', 'Executed', { proposalHash: H256; result: Result<[], DispatchError> }>;
827
782
 
828
783
  /**
829
784
  * A single member did some action; result will be `Ok` if it returned without error.
830
785
  **/
831
786
  MemberExecuted: GenericPalletEvent<
832
- Rv,
833
787
  'Council',
834
788
  'MemberExecuted',
835
789
  { proposalHash: H256; result: Result<[], DispatchError> }
@@ -838,28 +792,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
838
792
  /**
839
793
  * A proposal was closed because its threshold was reached or after its duration was up.
840
794
  **/
841
- Closed: GenericPalletEvent<Rv, 'Council', 'Closed', { proposalHash: H256; yes: number; no: number }>;
795
+ Closed: GenericPalletEvent<'Council', 'Closed', { proposalHash: H256; yes: number; no: number }>;
842
796
 
843
797
  /**
844
798
  * A proposal was killed.
845
799
  **/
846
- Killed: GenericPalletEvent<Rv, 'Council', 'Killed', { proposalHash: H256 }>;
800
+ Killed: GenericPalletEvent<'Council', 'Killed', { proposalHash: H256 }>;
847
801
 
848
802
  /**
849
803
  * Some cost for storing a proposal was burned.
850
804
  **/
851
- ProposalCostBurned: GenericPalletEvent<
852
- Rv,
853
- 'Council',
854
- 'ProposalCostBurned',
855
- { proposalHash: H256; who: AccountId32 }
856
- >;
805
+ ProposalCostBurned: GenericPalletEvent<'Council', 'ProposalCostBurned', { proposalHash: H256; who: AccountId32 }>;
857
806
 
858
807
  /**
859
808
  * Some cost for storing a proposal was released.
860
809
  **/
861
810
  ProposalCostReleased: GenericPalletEvent<
862
- Rv,
863
811
  'Council',
864
812
  'ProposalCostReleased',
865
813
  { proposalHash: H256; who: AccountId32 }
@@ -868,7 +816,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
868
816
  /**
869
817
  * Generic pallet event
870
818
  **/
871
- [prop: string]: GenericPalletEvent<Rv>;
819
+ [prop: string]: GenericPalletEvent;
872
820
  };
873
821
  /**
874
822
  * Pallet `TechnicalCommittee`'s events
@@ -879,7 +827,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
879
827
  * `MemberCount`).
880
828
  **/
881
829
  Proposed: GenericPalletEvent<
882
- Rv,
883
830
  'TechnicalCommittee',
884
831
  'Proposed',
885
832
  { account: AccountId32; proposalIndex: number; proposalHash: H256; threshold: number }
@@ -890,7 +837,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
890
837
  * a tally (yes votes and no votes given respectively as `MemberCount`).
891
838
  **/
892
839
  Voted: GenericPalletEvent<
893
- Rv,
894
840
  'TechnicalCommittee',
895
841
  'Voted',
896
842
  { account: AccountId32; proposalHash: H256; voted: boolean; yes: number; no: number }
@@ -899,18 +845,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
899
845
  /**
900
846
  * A motion was approved by the required threshold.
901
847
  **/
902
- Approved: GenericPalletEvent<Rv, 'TechnicalCommittee', 'Approved', { proposalHash: H256 }>;
848
+ Approved: GenericPalletEvent<'TechnicalCommittee', 'Approved', { proposalHash: H256 }>;
903
849
 
904
850
  /**
905
851
  * A motion was not approved by the required threshold.
906
852
  **/
907
- Disapproved: GenericPalletEvent<Rv, 'TechnicalCommittee', 'Disapproved', { proposalHash: H256 }>;
853
+ Disapproved: GenericPalletEvent<'TechnicalCommittee', 'Disapproved', { proposalHash: H256 }>;
908
854
 
909
855
  /**
910
856
  * A motion was executed; result will be `Ok` if it returned without error.
911
857
  **/
912
858
  Executed: GenericPalletEvent<
913
- Rv,
914
859
  'TechnicalCommittee',
915
860
  'Executed',
916
861
  { proposalHash: H256; result: Result<[], DispatchError> }
@@ -920,7 +865,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
920
865
  * A single member did some action; result will be `Ok` if it returned without error.
921
866
  **/
922
867
  MemberExecuted: GenericPalletEvent<
923
- Rv,
924
868
  'TechnicalCommittee',
925
869
  'MemberExecuted',
926
870
  { proposalHash: H256; result: Result<[], DispatchError> }
@@ -929,18 +873,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
929
873
  /**
930
874
  * A proposal was closed because its threshold was reached or after its duration was up.
931
875
  **/
932
- Closed: GenericPalletEvent<Rv, 'TechnicalCommittee', 'Closed', { proposalHash: H256; yes: number; no: number }>;
876
+ Closed: GenericPalletEvent<'TechnicalCommittee', 'Closed', { proposalHash: H256; yes: number; no: number }>;
933
877
 
934
878
  /**
935
879
  * A proposal was killed.
936
880
  **/
937
- Killed: GenericPalletEvent<Rv, 'TechnicalCommittee', 'Killed', { proposalHash: H256 }>;
881
+ Killed: GenericPalletEvent<'TechnicalCommittee', 'Killed', { proposalHash: H256 }>;
938
882
 
939
883
  /**
940
884
  * Some cost for storing a proposal was burned.
941
885
  **/
942
886
  ProposalCostBurned: GenericPalletEvent<
943
- Rv,
944
887
  'TechnicalCommittee',
945
888
  'ProposalCostBurned',
946
889
  { proposalHash: H256; who: AccountId32 }
@@ -950,7 +893,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
950
893
  * Some cost for storing a proposal was released.
951
894
  **/
952
895
  ProposalCostReleased: GenericPalletEvent<
953
- Rv,
954
896
  'TechnicalCommittee',
955
897
  'ProposalCostReleased',
956
898
  { proposalHash: H256; who: AccountId32 }
@@ -959,7 +901,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
959
901
  /**
960
902
  * Generic pallet event
961
903
  **/
962
- [prop: string]: GenericPalletEvent<Rv>;
904
+ [prop: string]: GenericPalletEvent;
963
905
  };
964
906
  /**
965
907
  * Pallet `Elections`'s events
@@ -972,29 +914,29 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
972
914
  * slashed and none were elected, whilst `EmptyTerm` means that no candidates existed to
973
915
  * begin with.
974
916
  **/
975
- NewTerm: GenericPalletEvent<Rv, 'Elections', 'NewTerm', { newMembers: Array<[AccountId32, bigint]> }>;
917
+ NewTerm: GenericPalletEvent<'Elections', 'NewTerm', { newMembers: Array<[AccountId32, bigint]> }>;
976
918
 
977
919
  /**
978
920
  * No (or not enough) candidates existed for this round. This is different from
979
921
  * `NewTerm(\[\])`. See the description of `NewTerm`.
980
922
  **/
981
- EmptyTerm: GenericPalletEvent<Rv, 'Elections', 'EmptyTerm', null>;
923
+ EmptyTerm: GenericPalletEvent<'Elections', 'EmptyTerm', null>;
982
924
 
983
925
  /**
984
926
  * Internal error happened while trying to perform election.
985
927
  **/
986
- ElectionError: GenericPalletEvent<Rv, 'Elections', 'ElectionError', null>;
928
+ ElectionError: GenericPalletEvent<'Elections', 'ElectionError', null>;
987
929
 
988
930
  /**
989
931
  * A member has been removed. This should always be followed by either `NewTerm` or
990
932
  * `EmptyTerm`.
991
933
  **/
992
- MemberKicked: GenericPalletEvent<Rv, 'Elections', 'MemberKicked', { member: AccountId32 }>;
934
+ MemberKicked: GenericPalletEvent<'Elections', 'MemberKicked', { member: AccountId32 }>;
993
935
 
994
936
  /**
995
937
  * Someone has renounced their candidacy.
996
938
  **/
997
- Renounced: GenericPalletEvent<Rv, 'Elections', 'Renounced', { candidate: AccountId32 }>;
939
+ Renounced: GenericPalletEvent<'Elections', 'Renounced', { candidate: AccountId32 }>;
998
940
 
999
941
  /**
1000
942
  * A candidate was slashed by amount due to failing to obtain a seat as member or
@@ -1002,18 +944,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1002
944
  *
1003
945
  * Note that old members and runners-up are also candidates.
1004
946
  **/
1005
- CandidateSlashed: GenericPalletEvent<
1006
- Rv,
1007
- 'Elections',
1008
- 'CandidateSlashed',
1009
- { candidate: AccountId32; amount: bigint }
1010
- >;
947
+ CandidateSlashed: GenericPalletEvent<'Elections', 'CandidateSlashed', { candidate: AccountId32; amount: bigint }>;
1011
948
 
1012
949
  /**
1013
950
  * A seat holder was slashed by amount by being forcefully removed from the set.
1014
951
  **/
1015
952
  SeatHolderSlashed: GenericPalletEvent<
1016
- Rv,
1017
953
  'Elections',
1018
954
  'SeatHolderSlashed',
1019
955
  { seatHolder: AccountId32; amount: bigint }
@@ -1022,7 +958,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1022
958
  /**
1023
959
  * Generic pallet event
1024
960
  **/
1025
- [prop: string]: GenericPalletEvent<Rv>;
961
+ [prop: string]: GenericPalletEvent;
1026
962
  };
1027
963
  /**
1028
964
  * Pallet `TechnicalMembership`'s events
@@ -1031,37 +967,37 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1031
967
  /**
1032
968
  * The given member was added; see the transaction for who.
1033
969
  **/
1034
- MemberAdded: GenericPalletEvent<Rv, 'TechnicalMembership', 'MemberAdded', undefined>;
970
+ MemberAdded: GenericPalletEvent<'TechnicalMembership', 'MemberAdded', undefined>;
1035
971
 
1036
972
  /**
1037
973
  * The given member was removed; see the transaction for who.
1038
974
  **/
1039
- MemberRemoved: GenericPalletEvent<Rv, 'TechnicalMembership', 'MemberRemoved', undefined>;
975
+ MemberRemoved: GenericPalletEvent<'TechnicalMembership', 'MemberRemoved', undefined>;
1040
976
 
1041
977
  /**
1042
978
  * Two members were swapped; see the transaction for who.
1043
979
  **/
1044
- MembersSwapped: GenericPalletEvent<Rv, 'TechnicalMembership', 'MembersSwapped', undefined>;
980
+ MembersSwapped: GenericPalletEvent<'TechnicalMembership', 'MembersSwapped', undefined>;
1045
981
 
1046
982
  /**
1047
983
  * The membership was reset; see the transaction for who the new set is.
1048
984
  **/
1049
- MembersReset: GenericPalletEvent<Rv, 'TechnicalMembership', 'MembersReset', undefined>;
985
+ MembersReset: GenericPalletEvent<'TechnicalMembership', 'MembersReset', undefined>;
1050
986
 
1051
987
  /**
1052
988
  * One of the members' keys changed.
1053
989
  **/
1054
- KeyChanged: GenericPalletEvent<Rv, 'TechnicalMembership', 'KeyChanged', undefined>;
990
+ KeyChanged: GenericPalletEvent<'TechnicalMembership', 'KeyChanged', undefined>;
1055
991
 
1056
992
  /**
1057
993
  * Phantom member, never used.
1058
994
  **/
1059
- Dummy: GenericPalletEvent<Rv, 'TechnicalMembership', 'Dummy', undefined>;
995
+ Dummy: GenericPalletEvent<'TechnicalMembership', 'Dummy', undefined>;
1060
996
 
1061
997
  /**
1062
998
  * Generic pallet event
1063
999
  **/
1064
- [prop: string]: GenericPalletEvent<Rv>;
1000
+ [prop: string]: GenericPalletEvent;
1065
1001
  };
1066
1002
  /**
1067
1003
  * Pallet `Grandpa`'s events
@@ -1071,7 +1007,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1071
1007
  * New authority set has been applied.
1072
1008
  **/
1073
1009
  NewAuthorities: GenericPalletEvent<
1074
- Rv,
1075
1010
  'Grandpa',
1076
1011
  'NewAuthorities',
1077
1012
  { authoritySet: Array<[SpConsensusGrandpaAppPublic, bigint]> }
@@ -1080,17 +1015,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1080
1015
  /**
1081
1016
  * Current authority set has been paused.
1082
1017
  **/
1083
- Paused: GenericPalletEvent<Rv, 'Grandpa', 'Paused', null>;
1018
+ Paused: GenericPalletEvent<'Grandpa', 'Paused', null>;
1084
1019
 
1085
1020
  /**
1086
1021
  * Current authority set has been resumed.
1087
1022
  **/
1088
- Resumed: GenericPalletEvent<Rv, 'Grandpa', 'Resumed', null>;
1023
+ Resumed: GenericPalletEvent<'Grandpa', 'Resumed', null>;
1089
1024
 
1090
1025
  /**
1091
1026
  * Generic pallet event
1092
1027
  **/
1093
- [prop: string]: GenericPalletEvent<Rv>;
1028
+ [prop: string]: GenericPalletEvent;
1094
1029
  };
1095
1030
  /**
1096
1031
  * Pallet `Treasury`'s events
@@ -1099,38 +1034,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1099
1034
  /**
1100
1035
  * We have ended a spend period and will now allocate funds.
1101
1036
  **/
1102
- Spending: GenericPalletEvent<Rv, 'Treasury', 'Spending', { budgetRemaining: bigint }>;
1037
+ Spending: GenericPalletEvent<'Treasury', 'Spending', { budgetRemaining: bigint }>;
1103
1038
 
1104
1039
  /**
1105
1040
  * Some funds have been allocated.
1106
1041
  **/
1107
- Awarded: GenericPalletEvent<
1108
- Rv,
1109
- 'Treasury',
1110
- 'Awarded',
1111
- { proposalIndex: number; award: bigint; account: AccountId32 }
1112
- >;
1042
+ Awarded: GenericPalletEvent<'Treasury', 'Awarded', { proposalIndex: number; award: bigint; account: AccountId32 }>;
1113
1043
 
1114
1044
  /**
1115
1045
  * Some of our funds have been burnt.
1116
1046
  **/
1117
- Burnt: GenericPalletEvent<Rv, 'Treasury', 'Burnt', { burntFunds: bigint }>;
1047
+ Burnt: GenericPalletEvent<'Treasury', 'Burnt', { burntFunds: bigint }>;
1118
1048
 
1119
1049
  /**
1120
1050
  * Spending has finished; this is the amount that rolls over until next spend.
1121
1051
  **/
1122
- Rollover: GenericPalletEvent<Rv, 'Treasury', 'Rollover', { rolloverBalance: bigint }>;
1052
+ Rollover: GenericPalletEvent<'Treasury', 'Rollover', { rolloverBalance: bigint }>;
1123
1053
 
1124
1054
  /**
1125
1055
  * Some funds have been deposited.
1126
1056
  **/
1127
- Deposit: GenericPalletEvent<Rv, 'Treasury', 'Deposit', { value: bigint }>;
1057
+ Deposit: GenericPalletEvent<'Treasury', 'Deposit', { value: bigint }>;
1128
1058
 
1129
1059
  /**
1130
1060
  * A new spend proposal has been approved.
1131
1061
  **/
1132
1062
  SpendApproved: GenericPalletEvent<
1133
- Rv,
1134
1063
  'Treasury',
1135
1064
  'SpendApproved',
1136
1065
  { proposalIndex: number; amount: bigint; beneficiary: AccountId32 }
@@ -1139,18 +1068,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1139
1068
  /**
1140
1069
  * The inactive funds of the pallet have been updated.
1141
1070
  **/
1142
- UpdatedInactive: GenericPalletEvent<
1143
- Rv,
1144
- 'Treasury',
1145
- 'UpdatedInactive',
1146
- { reactivated: bigint; deactivated: bigint }
1147
- >;
1071
+ UpdatedInactive: GenericPalletEvent<'Treasury', 'UpdatedInactive', { reactivated: bigint; deactivated: bigint }>;
1148
1072
 
1149
1073
  /**
1150
1074
  * A new asset spend proposal has been approved.
1151
1075
  **/
1152
1076
  AssetSpendApproved: GenericPalletEvent<
1153
- Rv,
1154
1077
  'Treasury',
1155
1078
  'AssetSpendApproved',
1156
1079
  {
@@ -1166,47 +1089,44 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1166
1089
  /**
1167
1090
  * An approved spend was voided.
1168
1091
  **/
1169
- AssetSpendVoided: GenericPalletEvent<Rv, 'Treasury', 'AssetSpendVoided', { index: number }>;
1092
+ AssetSpendVoided: GenericPalletEvent<'Treasury', 'AssetSpendVoided', { index: number }>;
1170
1093
 
1171
1094
  /**
1172
1095
  * A payment happened.
1173
1096
  **/
1174
- Paid: GenericPalletEvent<Rv, 'Treasury', 'Paid', { index: number; paymentId: [] }>;
1097
+ Paid: GenericPalletEvent<'Treasury', 'Paid', { index: number; paymentId: [] }>;
1175
1098
 
1176
1099
  /**
1177
1100
  * A payment failed and can be retried.
1178
1101
  **/
1179
- PaymentFailed: GenericPalletEvent<Rv, 'Treasury', 'PaymentFailed', { index: number; paymentId: [] }>;
1102
+ PaymentFailed: GenericPalletEvent<'Treasury', 'PaymentFailed', { index: number; paymentId: [] }>;
1180
1103
 
1181
1104
  /**
1182
1105
  * A spend was processed and removed from the storage. It might have been successfully
1183
1106
  * paid or it may have expired.
1184
1107
  **/
1185
- SpendProcessed: GenericPalletEvent<Rv, 'Treasury', 'SpendProcessed', { index: number }>;
1108
+ SpendProcessed: GenericPalletEvent<'Treasury', 'SpendProcessed', { index: number }>;
1186
1109
 
1187
1110
  /**
1188
1111
  * Generic pallet event
1189
1112
  **/
1190
- [prop: string]: GenericPalletEvent<Rv>;
1113
+ [prop: string]: GenericPalletEvent;
1191
1114
  };
1192
1115
  /**
1193
1116
  * Pallet `AssetRate`'s events
1194
1117
  **/
1195
1118
  assetRate: {
1196
1119
  AssetRateCreated: GenericPalletEvent<
1197
- Rv,
1198
1120
  'AssetRate',
1199
1121
  'AssetRateCreated',
1200
1122
  { assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId; rate: FixedU128 }
1201
1123
  >;
1202
1124
  AssetRateRemoved: GenericPalletEvent<
1203
- Rv,
1204
1125
  'AssetRate',
1205
1126
  'AssetRateRemoved',
1206
1127
  { assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId }
1207
1128
  >;
1208
1129
  AssetRateUpdated: GenericPalletEvent<
1209
- Rv,
1210
1130
  'AssetRate',
1211
1131
  'AssetRateUpdated',
1212
1132
  { assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId; old: FixedU128; new: FixedU128 }
@@ -1215,7 +1135,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1215
1135
  /**
1216
1136
  * Generic pallet event
1217
1137
  **/
1218
- [prop: string]: GenericPalletEvent<Rv>;
1138
+ [prop: string]: GenericPalletEvent;
1219
1139
  };
1220
1140
  /**
1221
1141
  * Pallet `Contracts`'s events
@@ -1224,7 +1144,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1224
1144
  /**
1225
1145
  * Contract deployed by address at the specified address.
1226
1146
  **/
1227
- Instantiated: GenericPalletEvent<Rv, 'Contracts', 'Instantiated', { deployer: AccountId32; contract: AccountId32 }>;
1147
+ Instantiated: GenericPalletEvent<'Contracts', 'Instantiated', { deployer: AccountId32; contract: AccountId32 }>;
1228
1148
 
1229
1149
  /**
1230
1150
  * Contract has been removed.
@@ -1235,7 +1155,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1235
1155
  * `seal_terminate`.
1236
1156
  **/
1237
1157
  Terminated: GenericPalletEvent<
1238
- Rv,
1239
1158
  'Contracts',
1240
1159
  'Terminated',
1241
1160
  {
@@ -1255,7 +1174,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1255
1174
  * Code with the specified hash has been stored.
1256
1175
  **/
1257
1176
  CodeStored: GenericPalletEvent<
1258
- Rv,
1259
1177
  'Contracts',
1260
1178
  'CodeStored',
1261
1179
  { codeHash: H256; depositHeld: bigint; uploader: AccountId32 }
@@ -1265,7 +1183,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1265
1183
  * A custom event emitted by the contract.
1266
1184
  **/
1267
1185
  ContractEmitted: GenericPalletEvent<
1268
- Rv,
1269
1186
  'Contracts',
1270
1187
  'ContractEmitted',
1271
1188
  {
@@ -1286,7 +1203,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1286
1203
  * A code with the specified hash was removed.
1287
1204
  **/
1288
1205
  CodeRemoved: GenericPalletEvent<
1289
- Rv,
1290
1206
  'Contracts',
1291
1207
  'CodeRemoved',
1292
1208
  { codeHash: H256; depositReleased: bigint; remover: AccountId32 }
@@ -1296,7 +1212,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1296
1212
  * A contract's code was updated.
1297
1213
  **/
1298
1214
  ContractCodeUpdated: GenericPalletEvent<
1299
- Rv,
1300
1215
  'Contracts',
1301
1216
  'ContractCodeUpdated',
1302
1217
  {
@@ -1327,7 +1242,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1327
1242
  * rolled back.
1328
1243
  **/
1329
1244
  Called: GenericPalletEvent<
1330
- Rv,
1331
1245
  'Contracts',
1332
1246
  'Called',
1333
1247
  {
@@ -1353,7 +1267,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1353
1267
  * rolled back.
1354
1268
  **/
1355
1269
  DelegateCalled: GenericPalletEvent<
1356
- Rv,
1357
1270
  'Contracts',
1358
1271
  'DelegateCalled',
1359
1272
  {
@@ -1374,7 +1287,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1374
1287
  * Some funds have been transferred and held as storage deposit.
1375
1288
  **/
1376
1289
  StorageDepositTransferredAndHeld: GenericPalletEvent<
1377
- Rv,
1378
1290
  'Contracts',
1379
1291
  'StorageDepositTransferredAndHeld',
1380
1292
  { from: AccountId32; to: AccountId32; amount: bigint }
@@ -1384,7 +1296,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1384
1296
  * Some storage deposit funds have been transferred and released.
1385
1297
  **/
1386
1298
  StorageDepositTransferredAndReleased: GenericPalletEvent<
1387
- Rv,
1388
1299
  'Contracts',
1389
1300
  'StorageDepositTransferredAndReleased',
1390
1301
  { from: AccountId32; to: AccountId32; amount: bigint }
@@ -1393,7 +1304,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1393
1304
  /**
1394
1305
  * Generic pallet event
1395
1306
  **/
1396
- [prop: string]: GenericPalletEvent<Rv>;
1307
+ [prop: string]: GenericPalletEvent;
1397
1308
  };
1398
1309
  /**
1399
1310
  * Pallet `Sudo`'s events
@@ -1403,7 +1314,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1403
1314
  * A sudo call just took place.
1404
1315
  **/
1405
1316
  Sudid: GenericPalletEvent<
1406
- Rv,
1407
1317
  'Sudo',
1408
1318
  'Sudid',
1409
1319
  {
@@ -1418,7 +1328,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1418
1328
  * The sudo key has been updated.
1419
1329
  **/
1420
1330
  KeyChanged: GenericPalletEvent<
1421
- Rv,
1422
1331
  'Sudo',
1423
1332
  'KeyChanged',
1424
1333
  {
@@ -1437,13 +1346,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1437
1346
  /**
1438
1347
  * The key was permanently removed.
1439
1348
  **/
1440
- KeyRemoved: GenericPalletEvent<Rv, 'Sudo', 'KeyRemoved', null>;
1349
+ KeyRemoved: GenericPalletEvent<'Sudo', 'KeyRemoved', null>;
1441
1350
 
1442
1351
  /**
1443
1352
  * A [sudo_as](Pallet::sudo_as) call just took place.
1444
1353
  **/
1445
1354
  SudoAsDone: GenericPalletEvent<
1446
- Rv,
1447
1355
  'Sudo',
1448
1356
  'SudoAsDone',
1449
1357
  {
@@ -1457,7 +1365,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1457
1365
  /**
1458
1366
  * Generic pallet event
1459
1367
  **/
1460
- [prop: string]: GenericPalletEvent<Rv>;
1368
+ [prop: string]: GenericPalletEvent;
1461
1369
  };
1462
1370
  /**
1463
1371
  * Pallet `ImOnline`'s events
@@ -1467,7 +1375,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1467
1375
  * A new heartbeat was received from `AuthorityId`.
1468
1376
  **/
1469
1377
  HeartbeatReceived: GenericPalletEvent<
1470
- Rv,
1471
1378
  'ImOnline',
1472
1379
  'HeartbeatReceived',
1473
1380
  { authorityId: PalletImOnlineSr25519AppSr25519Public }
@@ -1476,17 +1383,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1476
1383
  /**
1477
1384
  * At the end of the session, no offence was committed.
1478
1385
  **/
1479
- AllGood: GenericPalletEvent<Rv, 'ImOnline', 'AllGood', null>;
1386
+ AllGood: GenericPalletEvent<'ImOnline', 'AllGood', null>;
1480
1387
 
1481
1388
  /**
1482
1389
  * At the end of the session, at least one validator was found to be offline.
1483
1390
  **/
1484
- SomeOffline: GenericPalletEvent<Rv, 'ImOnline', 'SomeOffline', { offline: Array<[AccountId32, []]> }>;
1391
+ SomeOffline: GenericPalletEvent<'ImOnline', 'SomeOffline', { offline: Array<[AccountId32, []]> }>;
1485
1392
 
1486
1393
  /**
1487
1394
  * Generic pallet event
1488
1395
  **/
1489
- [prop: string]: GenericPalletEvent<Rv>;
1396
+ [prop: string]: GenericPalletEvent;
1490
1397
  };
1491
1398
  /**
1492
1399
  * Pallet `Offences`'s events
@@ -1497,12 +1404,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1497
1404
  * (kind-specific) time slot. This event is not deposited for duplicate slashes.
1498
1405
  * \[kind, timeslot\].
1499
1406
  **/
1500
- Offence: GenericPalletEvent<Rv, 'Offences', 'Offence', { kind: FixedBytes<16>; timeslot: Bytes }>;
1407
+ Offence: GenericPalletEvent<'Offences', 'Offence', { kind: FixedBytes<16>; timeslot: Bytes }>;
1501
1408
 
1502
1409
  /**
1503
1410
  * Generic pallet event
1504
1411
  **/
1505
- [prop: string]: GenericPalletEvent<Rv>;
1412
+ [prop: string]: GenericPalletEvent;
1506
1413
  };
1507
1414
  /**
1508
1415
  * Pallet `Identity`'s events
@@ -1511,23 +1418,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1511
1418
  /**
1512
1419
  * A name was set or reset (which will remove all judgements).
1513
1420
  **/
1514
- IdentitySet: GenericPalletEvent<Rv, 'Identity', 'IdentitySet', { who: AccountId32 }>;
1421
+ IdentitySet: GenericPalletEvent<'Identity', 'IdentitySet', { who: AccountId32 }>;
1515
1422
 
1516
1423
  /**
1517
1424
  * A name was cleared, and the given balance returned.
1518
1425
  **/
1519
- IdentityCleared: GenericPalletEvent<Rv, 'Identity', 'IdentityCleared', { who: AccountId32; deposit: bigint }>;
1426
+ IdentityCleared: GenericPalletEvent<'Identity', 'IdentityCleared', { who: AccountId32; deposit: bigint }>;
1520
1427
 
1521
1428
  /**
1522
1429
  * A name was removed and the given balance slashed.
1523
1430
  **/
1524
- IdentityKilled: GenericPalletEvent<Rv, 'Identity', 'IdentityKilled', { who: AccountId32; deposit: bigint }>;
1431
+ IdentityKilled: GenericPalletEvent<'Identity', 'IdentityKilled', { who: AccountId32; deposit: bigint }>;
1525
1432
 
1526
1433
  /**
1527
1434
  * A judgement was asked from a registrar.
1528
1435
  **/
1529
1436
  JudgementRequested: GenericPalletEvent<
1530
- Rv,
1531
1437
  'Identity',
1532
1438
  'JudgementRequested',
1533
1439
  { who: AccountId32; registrarIndex: number }
@@ -1537,7 +1443,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1537
1443
  * A judgement request was retracted.
1538
1444
  **/
1539
1445
  JudgementUnrequested: GenericPalletEvent<
1540
- Rv,
1541
1446
  'Identity',
1542
1447
  'JudgementUnrequested',
1543
1448
  { who: AccountId32; registrarIndex: number }
@@ -1546,23 +1451,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1546
1451
  /**
1547
1452
  * A judgement was given by a registrar.
1548
1453
  **/
1549
- JudgementGiven: GenericPalletEvent<
1550
- Rv,
1551
- 'Identity',
1552
- 'JudgementGiven',
1553
- { target: AccountId32; registrarIndex: number }
1554
- >;
1454
+ JudgementGiven: GenericPalletEvent<'Identity', 'JudgementGiven', { target: AccountId32; registrarIndex: number }>;
1555
1455
 
1556
1456
  /**
1557
1457
  * A registrar was added.
1558
1458
  **/
1559
- RegistrarAdded: GenericPalletEvent<Rv, 'Identity', 'RegistrarAdded', { registrarIndex: number }>;
1459
+ RegistrarAdded: GenericPalletEvent<'Identity', 'RegistrarAdded', { registrarIndex: number }>;
1560
1460
 
1561
1461
  /**
1562
1462
  * A sub-identity was added to an identity and the deposit paid.
1563
1463
  **/
1564
1464
  SubIdentityAdded: GenericPalletEvent<
1565
- Rv,
1566
1465
  'Identity',
1567
1466
  'SubIdentityAdded',
1568
1467
  { sub: AccountId32; main: AccountId32; deposit: bigint }
@@ -1572,7 +1471,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1572
1471
  * An account's sub-identities were set (in bulk).
1573
1472
  **/
1574
1473
  SubIdentitiesSet: GenericPalletEvent<
1575
- Rv,
1576
1474
  'Identity',
1577
1475
  'SubIdentitiesSet',
1578
1476
  { main: AccountId32; numberOfSubs: number; newDeposit: bigint }
@@ -1581,18 +1479,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1581
1479
  /**
1582
1480
  * A given sub-account's associated name was changed by its super-identity.
1583
1481
  **/
1584
- SubIdentityRenamed: GenericPalletEvent<
1585
- Rv,
1586
- 'Identity',
1587
- 'SubIdentityRenamed',
1588
- { sub: AccountId32; main: AccountId32 }
1589
- >;
1482
+ SubIdentityRenamed: GenericPalletEvent<'Identity', 'SubIdentityRenamed', { sub: AccountId32; main: AccountId32 }>;
1590
1483
 
1591
1484
  /**
1592
1485
  * A sub-identity was removed from an identity and the deposit freed.
1593
1486
  **/
1594
1487
  SubIdentityRemoved: GenericPalletEvent<
1595
- Rv,
1596
1488
  'Identity',
1597
1489
  'SubIdentityRemoved',
1598
1490
  { sub: AccountId32; main: AccountId32; deposit: bigint }
@@ -1603,7 +1495,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1603
1495
  * main identity account to the sub-identity account.
1604
1496
  **/
1605
1497
  SubIdentityRevoked: GenericPalletEvent<
1606
- Rv,
1607
1498
  'Identity',
1608
1499
  'SubIdentityRevoked',
1609
1500
  { sub: AccountId32; main: AccountId32; deposit: bigint }
@@ -1612,23 +1503,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1612
1503
  /**
1613
1504
  * A username authority was added.
1614
1505
  **/
1615
- AuthorityAdded: GenericPalletEvent<Rv, 'Identity', 'AuthorityAdded', { authority: AccountId32 }>;
1506
+ AuthorityAdded: GenericPalletEvent<'Identity', 'AuthorityAdded', { authority: AccountId32 }>;
1616
1507
 
1617
1508
  /**
1618
1509
  * A username authority was removed.
1619
1510
  **/
1620
- AuthorityRemoved: GenericPalletEvent<Rv, 'Identity', 'AuthorityRemoved', { authority: AccountId32 }>;
1511
+ AuthorityRemoved: GenericPalletEvent<'Identity', 'AuthorityRemoved', { authority: AccountId32 }>;
1621
1512
 
1622
1513
  /**
1623
1514
  * A username was set for `who`.
1624
1515
  **/
1625
- UsernameSet: GenericPalletEvent<Rv, 'Identity', 'UsernameSet', { who: AccountId32; username: Bytes }>;
1516
+ UsernameSet: GenericPalletEvent<'Identity', 'UsernameSet', { who: AccountId32; username: Bytes }>;
1626
1517
 
1627
1518
  /**
1628
1519
  * A username was queued, but `who` must accept it prior to `expiration`.
1629
1520
  **/
1630
1521
  UsernameQueued: GenericPalletEvent<
1631
- Rv,
1632
1522
  'Identity',
1633
1523
  'UsernameQueued',
1634
1524
  { who: AccountId32; username: Bytes; expiration: number }
@@ -1637,19 +1527,18 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1637
1527
  /**
1638
1528
  * A queued username passed its expiration without being claimed and was removed.
1639
1529
  **/
1640
- PreapprovalExpired: GenericPalletEvent<Rv, 'Identity', 'PreapprovalExpired', { whose: AccountId32 }>;
1530
+ PreapprovalExpired: GenericPalletEvent<'Identity', 'PreapprovalExpired', { whose: AccountId32 }>;
1641
1531
 
1642
1532
  /**
1643
1533
  * A username was set as a primary and can be looked up from `who`.
1644
1534
  **/
1645
- PrimaryUsernameSet: GenericPalletEvent<Rv, 'Identity', 'PrimaryUsernameSet', { who: AccountId32; username: Bytes }>;
1535
+ PrimaryUsernameSet: GenericPalletEvent<'Identity', 'PrimaryUsernameSet', { who: AccountId32; username: Bytes }>;
1646
1536
 
1647
1537
  /**
1648
1538
  * A dangling username (as in, a username corresponding to an account that has removed its
1649
1539
  * identity) has been removed.
1650
1540
  **/
1651
1541
  DanglingUsernameRemoved: GenericPalletEvent<
1652
- Rv,
1653
1542
  'Identity',
1654
1543
  'DanglingUsernameRemoved',
1655
1544
  { who: AccountId32; username: Bytes }
@@ -1658,22 +1547,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1658
1547
  /**
1659
1548
  * A username has been unbound.
1660
1549
  **/
1661
- UsernameUnbound: GenericPalletEvent<Rv, 'Identity', 'UsernameUnbound', { username: Bytes }>;
1550
+ UsernameUnbound: GenericPalletEvent<'Identity', 'UsernameUnbound', { username: Bytes }>;
1662
1551
 
1663
1552
  /**
1664
1553
  * A username has been removed.
1665
1554
  **/
1666
- UsernameRemoved: GenericPalletEvent<Rv, 'Identity', 'UsernameRemoved', { username: Bytes }>;
1555
+ UsernameRemoved: GenericPalletEvent<'Identity', 'UsernameRemoved', { username: Bytes }>;
1667
1556
 
1668
1557
  /**
1669
1558
  * A username has been killed.
1670
1559
  **/
1671
- UsernameKilled: GenericPalletEvent<Rv, 'Identity', 'UsernameKilled', { username: Bytes }>;
1560
+ UsernameKilled: GenericPalletEvent<'Identity', 'UsernameKilled', { username: Bytes }>;
1672
1561
 
1673
1562
  /**
1674
1563
  * Generic pallet event
1675
1564
  **/
1676
- [prop: string]: GenericPalletEvent<Rv>;
1565
+ [prop: string]: GenericPalletEvent;
1677
1566
  };
1678
1567
  /**
1679
1568
  * Pallet `Society`'s events
@@ -1682,51 +1571,45 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1682
1571
  /**
1683
1572
  * The society is founded by the given identity.
1684
1573
  **/
1685
- Founded: GenericPalletEvent<Rv, 'Society', 'Founded', { founder: AccountId32 }>;
1574
+ Founded: GenericPalletEvent<'Society', 'Founded', { founder: AccountId32 }>;
1686
1575
 
1687
1576
  /**
1688
1577
  * A membership bid just happened. The given account is the candidate's ID and their offer
1689
1578
  * is the second.
1690
1579
  **/
1691
- Bid: GenericPalletEvent<Rv, 'Society', 'Bid', { candidateId: AccountId32; offer: bigint }>;
1580
+ Bid: GenericPalletEvent<'Society', 'Bid', { candidateId: AccountId32; offer: bigint }>;
1692
1581
 
1693
1582
  /**
1694
1583
  * A membership bid just happened by vouching. The given account is the candidate's ID and
1695
1584
  * their offer is the second. The vouching party is the third.
1696
1585
  **/
1697
- Vouch: GenericPalletEvent<
1698
- Rv,
1699
- 'Society',
1700
- 'Vouch',
1701
- { candidateId: AccountId32; offer: bigint; vouching: AccountId32 }
1702
- >;
1586
+ Vouch: GenericPalletEvent<'Society', 'Vouch', { candidateId: AccountId32; offer: bigint; vouching: AccountId32 }>;
1703
1587
 
1704
1588
  /**
1705
1589
  * A candidate was dropped (due to an excess of bids in the system).
1706
1590
  **/
1707
- AutoUnbid: GenericPalletEvent<Rv, 'Society', 'AutoUnbid', { candidate: AccountId32 }>;
1591
+ AutoUnbid: GenericPalletEvent<'Society', 'AutoUnbid', { candidate: AccountId32 }>;
1708
1592
 
1709
1593
  /**
1710
1594
  * A candidate was dropped (by their request).
1711
1595
  **/
1712
- Unbid: GenericPalletEvent<Rv, 'Society', 'Unbid', { candidate: AccountId32 }>;
1596
+ Unbid: GenericPalletEvent<'Society', 'Unbid', { candidate: AccountId32 }>;
1713
1597
 
1714
1598
  /**
1715
1599
  * A candidate was dropped (by request of who vouched for them).
1716
1600
  **/
1717
- Unvouch: GenericPalletEvent<Rv, 'Society', 'Unvouch', { candidate: AccountId32 }>;
1601
+ Unvouch: GenericPalletEvent<'Society', 'Unvouch', { candidate: AccountId32 }>;
1718
1602
 
1719
1603
  /**
1720
1604
  * A group of candidates have been inducted. The batch's primary is the first value, the
1721
1605
  * batch in full is the second.
1722
1606
  **/
1723
- Inducted: GenericPalletEvent<Rv, 'Society', 'Inducted', { primary: AccountId32; candidates: Array<AccountId32> }>;
1607
+ Inducted: GenericPalletEvent<'Society', 'Inducted', { primary: AccountId32; candidates: Array<AccountId32> }>;
1724
1608
 
1725
1609
  /**
1726
1610
  * A suspended member has been judged.
1727
1611
  **/
1728
1612
  SuspendedMemberJudgement: GenericPalletEvent<
1729
- Rv,
1730
1613
  'Society',
1731
1614
  'SuspendedMemberJudgement',
1732
1615
  { who: AccountId32; judged: boolean }
@@ -1735,52 +1618,52 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1735
1618
  /**
1736
1619
  * A candidate has been suspended
1737
1620
  **/
1738
- CandidateSuspended: GenericPalletEvent<Rv, 'Society', 'CandidateSuspended', { candidate: AccountId32 }>;
1621
+ CandidateSuspended: GenericPalletEvent<'Society', 'CandidateSuspended', { candidate: AccountId32 }>;
1739
1622
 
1740
1623
  /**
1741
1624
  * A member has been suspended
1742
1625
  **/
1743
- MemberSuspended: GenericPalletEvent<Rv, 'Society', 'MemberSuspended', { member: AccountId32 }>;
1626
+ MemberSuspended: GenericPalletEvent<'Society', 'MemberSuspended', { member: AccountId32 }>;
1744
1627
 
1745
1628
  /**
1746
1629
  * A member has been challenged
1747
1630
  **/
1748
- Challenged: GenericPalletEvent<Rv, 'Society', 'Challenged', { member: AccountId32 }>;
1631
+ Challenged: GenericPalletEvent<'Society', 'Challenged', { member: AccountId32 }>;
1749
1632
 
1750
1633
  /**
1751
1634
  * A vote has been placed
1752
1635
  **/
1753
- Vote: GenericPalletEvent<Rv, 'Society', 'Vote', { candidate: AccountId32; voter: AccountId32; vote: boolean }>;
1636
+ Vote: GenericPalletEvent<'Society', 'Vote', { candidate: AccountId32; voter: AccountId32; vote: boolean }>;
1754
1637
 
1755
1638
  /**
1756
1639
  * A vote has been placed for a defending member
1757
1640
  **/
1758
- DefenderVote: GenericPalletEvent<Rv, 'Society', 'DefenderVote', { voter: AccountId32; vote: boolean }>;
1641
+ DefenderVote: GenericPalletEvent<'Society', 'DefenderVote', { voter: AccountId32; vote: boolean }>;
1759
1642
 
1760
1643
  /**
1761
1644
  * A new set of \[params\] has been set for the group.
1762
1645
  **/
1763
- NewParams: GenericPalletEvent<Rv, 'Society', 'NewParams', { params: PalletSocietyGroupParams }>;
1646
+ NewParams: GenericPalletEvent<'Society', 'NewParams', { params: PalletSocietyGroupParams }>;
1764
1647
 
1765
1648
  /**
1766
1649
  * Society is unfounded.
1767
1650
  **/
1768
- Unfounded: GenericPalletEvent<Rv, 'Society', 'Unfounded', { founder: AccountId32 }>;
1651
+ Unfounded: GenericPalletEvent<'Society', 'Unfounded', { founder: AccountId32 }>;
1769
1652
 
1770
1653
  /**
1771
1654
  * Some funds were deposited into the society account.
1772
1655
  **/
1773
- Deposit: GenericPalletEvent<Rv, 'Society', 'Deposit', { value: bigint }>;
1656
+ Deposit: GenericPalletEvent<'Society', 'Deposit', { value: bigint }>;
1774
1657
 
1775
1658
  /**
1776
1659
  * A \[member\] got elevated to \[rank\].
1777
1660
  **/
1778
- Elevated: GenericPalletEvent<Rv, 'Society', 'Elevated', { member: AccountId32; rank: number }>;
1661
+ Elevated: GenericPalletEvent<'Society', 'Elevated', { member: AccountId32; rank: number }>;
1779
1662
 
1780
1663
  /**
1781
1664
  * Generic pallet event
1782
1665
  **/
1783
- [prop: string]: GenericPalletEvent<Rv>;
1666
+ [prop: string]: GenericPalletEvent;
1784
1667
  };
1785
1668
  /**
1786
1669
  * Pallet `Recovery`'s events
@@ -1789,13 +1672,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1789
1672
  /**
1790
1673
  * A recovery process has been set up for an account.
1791
1674
  **/
1792
- RecoveryCreated: GenericPalletEvent<Rv, 'Recovery', 'RecoveryCreated', { account: AccountId32 }>;
1675
+ RecoveryCreated: GenericPalletEvent<'Recovery', 'RecoveryCreated', { account: AccountId32 }>;
1793
1676
 
1794
1677
  /**
1795
1678
  * A recovery process has been initiated for lost account by rescuer account.
1796
1679
  **/
1797
1680
  RecoveryInitiated: GenericPalletEvent<
1798
- Rv,
1799
1681
  'Recovery',
1800
1682
  'RecoveryInitiated',
1801
1683
  { lostAccount: AccountId32; rescuerAccount: AccountId32 }
@@ -1805,7 +1687,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1805
1687
  * A recovery process for lost account by rescuer account has been vouched for by sender.
1806
1688
  **/
1807
1689
  RecoveryVouched: GenericPalletEvent<
1808
- Rv,
1809
1690
  'Recovery',
1810
1691
  'RecoveryVouched',
1811
1692
  { lostAccount: AccountId32; rescuerAccount: AccountId32; sender: AccountId32 }
@@ -1815,7 +1696,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1815
1696
  * A recovery process for lost account by rescuer account has been closed.
1816
1697
  **/
1817
1698
  RecoveryClosed: GenericPalletEvent<
1818
- Rv,
1819
1699
  'Recovery',
1820
1700
  'RecoveryClosed',
1821
1701
  { lostAccount: AccountId32; rescuerAccount: AccountId32 }
@@ -1825,7 +1705,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1825
1705
  * Lost account has been successfully recovered by rescuer account.
1826
1706
  **/
1827
1707
  AccountRecovered: GenericPalletEvent<
1828
- Rv,
1829
1708
  'Recovery',
1830
1709
  'AccountRecovered',
1831
1710
  { lostAccount: AccountId32; rescuerAccount: AccountId32 }
@@ -1834,12 +1713,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1834
1713
  /**
1835
1714
  * A recovery process has been removed for an account.
1836
1715
  **/
1837
- RecoveryRemoved: GenericPalletEvent<Rv, 'Recovery', 'RecoveryRemoved', { lostAccount: AccountId32 }>;
1716
+ RecoveryRemoved: GenericPalletEvent<'Recovery', 'RecoveryRemoved', { lostAccount: AccountId32 }>;
1838
1717
 
1839
1718
  /**
1840
1719
  * Generic pallet event
1841
1720
  **/
1842
- [prop: string]: GenericPalletEvent<Rv>;
1721
+ [prop: string]: GenericPalletEvent;
1843
1722
  };
1844
1723
  /**
1845
1724
  * Pallet `Vesting`'s events
@@ -1849,17 +1728,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1849
1728
  * The amount vested has been updated. This could indicate a change in funds available.
1850
1729
  * The balance given is the amount which is left unvested (and thus locked).
1851
1730
  **/
1852
- VestingUpdated: GenericPalletEvent<Rv, 'Vesting', 'VestingUpdated', { account: AccountId32; unvested: bigint }>;
1731
+ VestingUpdated: GenericPalletEvent<'Vesting', 'VestingUpdated', { account: AccountId32; unvested: bigint }>;
1853
1732
 
1854
1733
  /**
1855
1734
  * An \[account\] has become fully vested.
1856
1735
  **/
1857
- VestingCompleted: GenericPalletEvent<Rv, 'Vesting', 'VestingCompleted', { account: AccountId32 }>;
1736
+ VestingCompleted: GenericPalletEvent<'Vesting', 'VestingCompleted', { account: AccountId32 }>;
1858
1737
 
1859
1738
  /**
1860
1739
  * Generic pallet event
1861
1740
  **/
1862
- [prop: string]: GenericPalletEvent<Rv>;
1741
+ [prop: string]: GenericPalletEvent;
1863
1742
  };
1864
1743
  /**
1865
1744
  * Pallet `Scheduler`'s events
@@ -1868,18 +1747,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1868
1747
  /**
1869
1748
  * Scheduled some task.
1870
1749
  **/
1871
- Scheduled: GenericPalletEvent<Rv, 'Scheduler', 'Scheduled', { when: number; index: number }>;
1750
+ Scheduled: GenericPalletEvent<'Scheduler', 'Scheduled', { when: number; index: number }>;
1872
1751
 
1873
1752
  /**
1874
1753
  * Canceled some task.
1875
1754
  **/
1876
- Canceled: GenericPalletEvent<Rv, 'Scheduler', 'Canceled', { when: number; index: number }>;
1755
+ Canceled: GenericPalletEvent<'Scheduler', 'Canceled', { when: number; index: number }>;
1877
1756
 
1878
1757
  /**
1879
1758
  * Dispatched some task.
1880
1759
  **/
1881
1760
  Dispatched: GenericPalletEvent<
1882
- Rv,
1883
1761
  'Scheduler',
1884
1762
  'Dispatched',
1885
1763
  { task: [number, number]; id?: FixedBytes<32> | undefined; result: Result<[], DispatchError> }
@@ -1889,7 +1767,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1889
1767
  * Set a retry configuration for some task.
1890
1768
  **/
1891
1769
  RetrySet: GenericPalletEvent<
1892
- Rv,
1893
1770
  'Scheduler',
1894
1771
  'RetrySet',
1895
1772
  { task: [number, number]; id?: FixedBytes<32> | undefined; period: number; retries: number }
@@ -1899,7 +1776,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1899
1776
  * Cancel a retry configuration for some task.
1900
1777
  **/
1901
1778
  RetryCancelled: GenericPalletEvent<
1902
- Rv,
1903
1779
  'Scheduler',
1904
1780
  'RetryCancelled',
1905
1781
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1909,7 +1785,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1909
1785
  * The call for the provided hash was not found so the task has been aborted.
1910
1786
  **/
1911
1787
  CallUnavailable: GenericPalletEvent<
1912
- Rv,
1913
1788
  'Scheduler',
1914
1789
  'CallUnavailable',
1915
1790
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1919,7 +1794,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1919
1794
  * The given task was unable to be renewed since the agenda is full at that block.
1920
1795
  **/
1921
1796
  PeriodicFailed: GenericPalletEvent<
1922
- Rv,
1923
1797
  'Scheduler',
1924
1798
  'PeriodicFailed',
1925
1799
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1930,7 +1804,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1930
1804
  * was not enough weight to reschedule it.
1931
1805
  **/
1932
1806
  RetryFailed: GenericPalletEvent<
1933
- Rv,
1934
1807
  'Scheduler',
1935
1808
  'RetryFailed',
1936
1809
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1940,7 +1813,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1940
1813
  * The given task can never be executed since it is overweight.
1941
1814
  **/
1942
1815
  PermanentlyOverweight: GenericPalletEvent<
1943
- Rv,
1944
1816
  'Scheduler',
1945
1817
  'PermanentlyOverweight',
1946
1818
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1949,12 +1821,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1949
1821
  /**
1950
1822
  * Agenda is incomplete from `when`.
1951
1823
  **/
1952
- AgendaIncomplete: GenericPalletEvent<Rv, 'Scheduler', 'AgendaIncomplete', { when: number }>;
1824
+ AgendaIncomplete: GenericPalletEvent<'Scheduler', 'AgendaIncomplete', { when: number }>;
1953
1825
 
1954
1826
  /**
1955
1827
  * Generic pallet event
1956
1828
  **/
1957
- [prop: string]: GenericPalletEvent<Rv>;
1829
+ [prop: string]: GenericPalletEvent;
1958
1830
  };
1959
1831
  /**
1960
1832
  * Pallet `Glutton`'s events
@@ -1964,7 +1836,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1964
1836
  * The pallet has been (re)initialized.
1965
1837
  **/
1966
1838
  PalletInitialized: GenericPalletEvent<
1967
- Rv,
1968
1839
  'Glutton',
1969
1840
  'PalletInitialized',
1970
1841
  {
@@ -1979,7 +1850,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1979
1850
  * The computation limit has been updated.
1980
1851
  **/
1981
1852
  ComputationLimitSet: GenericPalletEvent<
1982
- Rv,
1983
1853
  'Glutton',
1984
1854
  'ComputationLimitSet',
1985
1855
  {
@@ -1994,7 +1864,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1994
1864
  * The storage limit has been updated.
1995
1865
  **/
1996
1866
  StorageLimitSet: GenericPalletEvent<
1997
- Rv,
1998
1867
  'Glutton',
1999
1868
  'StorageLimitSet',
2000
1869
  {
@@ -2009,7 +1878,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2009
1878
  * The block length limit has been updated.
2010
1879
  **/
2011
1880
  BlockLengthLimitSet: GenericPalletEvent<
2012
- Rv,
2013
1881
  'Glutton',
2014
1882
  'BlockLengthLimitSet',
2015
1883
  {
@@ -2023,7 +1891,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2023
1891
  /**
2024
1892
  * Generic pallet event
2025
1893
  **/
2026
- [prop: string]: GenericPalletEvent<Rv>;
1894
+ [prop: string]: GenericPalletEvent;
2027
1895
  };
2028
1896
  /**
2029
1897
  * Pallet `Preimage`'s events
@@ -2032,22 +1900,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2032
1900
  /**
2033
1901
  * A preimage has been noted.
2034
1902
  **/
2035
- Noted: GenericPalletEvent<Rv, 'Preimage', 'Noted', { hash: H256 }>;
1903
+ Noted: GenericPalletEvent<'Preimage', 'Noted', { hash: H256 }>;
2036
1904
 
2037
1905
  /**
2038
1906
  * A preimage has been requested.
2039
1907
  **/
2040
- Requested: GenericPalletEvent<Rv, 'Preimage', 'Requested', { hash: H256 }>;
1908
+ Requested: GenericPalletEvent<'Preimage', 'Requested', { hash: H256 }>;
2041
1909
 
2042
1910
  /**
2043
1911
  * A preimage has ben cleared.
2044
1912
  **/
2045
- Cleared: GenericPalletEvent<Rv, 'Preimage', 'Cleared', { hash: H256 }>;
1913
+ Cleared: GenericPalletEvent<'Preimage', 'Cleared', { hash: H256 }>;
2046
1914
 
2047
1915
  /**
2048
1916
  * Generic pallet event
2049
1917
  **/
2050
- [prop: string]: GenericPalletEvent<Rv>;
1918
+ [prop: string]: GenericPalletEvent;
2051
1919
  };
2052
1920
  /**
2053
1921
  * Pallet `Proxy`'s events
@@ -2056,14 +1924,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2056
1924
  /**
2057
1925
  * A proxy was executed correctly, with the given.
2058
1926
  **/
2059
- ProxyExecuted: GenericPalletEvent<Rv, 'Proxy', 'ProxyExecuted', { result: Result<[], DispatchError> }>;
1927
+ ProxyExecuted: GenericPalletEvent<'Proxy', 'ProxyExecuted', { result: Result<[], DispatchError> }>;
2060
1928
 
2061
1929
  /**
2062
1930
  * A pure account has been created by new proxy with given
2063
1931
  * disambiguation index and proxy type.
2064
1932
  **/
2065
1933
  PureCreated: GenericPalletEvent<
2066
- Rv,
2067
1934
  'Proxy',
2068
1935
  'PureCreated',
2069
1936
  { pure: AccountId32; who: AccountId32; proxyType: KitchensinkRuntimeProxyType; disambiguationIndex: number }
@@ -2072,13 +1939,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2072
1939
  /**
2073
1940
  * An announcement was placed to make a call in the future.
2074
1941
  **/
2075
- Announced: GenericPalletEvent<Rv, 'Proxy', 'Announced', { real: AccountId32; proxy: AccountId32; callHash: H256 }>;
1942
+ Announced: GenericPalletEvent<'Proxy', 'Announced', { real: AccountId32; proxy: AccountId32; callHash: H256 }>;
2076
1943
 
2077
1944
  /**
2078
1945
  * A proxy was added.
2079
1946
  **/
2080
1947
  ProxyAdded: GenericPalletEvent<
2081
- Rv,
2082
1948
  'Proxy',
2083
1949
  'ProxyAdded',
2084
1950
  { delegator: AccountId32; delegatee: AccountId32; proxyType: KitchensinkRuntimeProxyType; delay: number }
@@ -2088,7 +1954,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2088
1954
  * A proxy was removed.
2089
1955
  **/
2090
1956
  ProxyRemoved: GenericPalletEvent<
2091
- Rv,
2092
1957
  'Proxy',
2093
1958
  'ProxyRemoved',
2094
1959
  { delegator: AccountId32; delegatee: AccountId32; proxyType: KitchensinkRuntimeProxyType; delay: number }
@@ -2098,7 +1963,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2098
1963
  * A deposit stored for proxies or announcements was poked / updated.
2099
1964
  **/
2100
1965
  DepositPoked: GenericPalletEvent<
2101
- Rv,
2102
1966
  'Proxy',
2103
1967
  'DepositPoked',
2104
1968
  { who: AccountId32; kind: PalletProxyDepositKind; oldDeposit: bigint; newDeposit: bigint }
@@ -2107,7 +1971,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2107
1971
  /**
2108
1972
  * Generic pallet event
2109
1973
  **/
2110
- [prop: string]: GenericPalletEvent<Rv>;
1974
+ [prop: string]: GenericPalletEvent;
2111
1975
  };
2112
1976
  /**
2113
1977
  * Pallet `Multisig`'s events
@@ -2117,7 +1981,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2117
1981
  * A new multisig operation has begun.
2118
1982
  **/
2119
1983
  NewMultisig: GenericPalletEvent<
2120
- Rv,
2121
1984
  'Multisig',
2122
1985
  'NewMultisig',
2123
1986
  { approving: AccountId32; multisig: AccountId32; callHash: FixedBytes<32> }
@@ -2127,7 +1990,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2127
1990
  * A multisig operation has been approved by someone.
2128
1991
  **/
2129
1992
  MultisigApproval: GenericPalletEvent<
2130
- Rv,
2131
1993
  'Multisig',
2132
1994
  'MultisigApproval',
2133
1995
  { approving: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
@@ -2137,7 +1999,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2137
1999
  * A multisig operation has been executed.
2138
2000
  **/
2139
2001
  MultisigExecuted: GenericPalletEvent<
2140
- Rv,
2141
2002
  'Multisig',
2142
2003
  'MultisigExecuted',
2143
2004
  {
@@ -2153,7 +2014,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2153
2014
  * A multisig operation has been cancelled.
2154
2015
  **/
2155
2016
  MultisigCancelled: GenericPalletEvent<
2156
- Rv,
2157
2017
  'Multisig',
2158
2018
  'MultisigCancelled',
2159
2019
  { cancelling: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
@@ -2163,7 +2023,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2163
2023
  * The deposit for a multisig operation has been updated/poked.
2164
2024
  **/
2165
2025
  DepositPoked: GenericPalletEvent<
2166
- Rv,
2167
2026
  'Multisig',
2168
2027
  'DepositPoked',
2169
2028
  { who: AccountId32; callHash: FixedBytes<32>; oldDeposit: bigint; newDeposit: bigint }
@@ -2172,7 +2031,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2172
2031
  /**
2173
2032
  * Generic pallet event
2174
2033
  **/
2175
- [prop: string]: GenericPalletEvent<Rv>;
2034
+ [prop: string]: GenericPalletEvent;
2176
2035
  };
2177
2036
  /**
2178
2037
  * Pallet `Bounties`'s events
@@ -2181,28 +2040,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2181
2040
  /**
2182
2041
  * New bounty proposal.
2183
2042
  **/
2184
- BountyProposed: GenericPalletEvent<Rv, 'Bounties', 'BountyProposed', { index: number }>;
2043
+ BountyProposed: GenericPalletEvent<'Bounties', 'BountyProposed', { index: number }>;
2185
2044
 
2186
2045
  /**
2187
2046
  * A bounty proposal was rejected; funds were slashed.
2188
2047
  **/
2189
- BountyRejected: GenericPalletEvent<Rv, 'Bounties', 'BountyRejected', { index: number; bond: bigint }>;
2048
+ BountyRejected: GenericPalletEvent<'Bounties', 'BountyRejected', { index: number; bond: bigint }>;
2190
2049
 
2191
2050
  /**
2192
2051
  * A bounty proposal is funded and became active.
2193
2052
  **/
2194
- BountyBecameActive: GenericPalletEvent<Rv, 'Bounties', 'BountyBecameActive', { index: number }>;
2053
+ BountyBecameActive: GenericPalletEvent<'Bounties', 'BountyBecameActive', { index: number }>;
2195
2054
 
2196
2055
  /**
2197
2056
  * A bounty is awarded to a beneficiary.
2198
2057
  **/
2199
- BountyAwarded: GenericPalletEvent<Rv, 'Bounties', 'BountyAwarded', { index: number; beneficiary: AccountId32 }>;
2058
+ BountyAwarded: GenericPalletEvent<'Bounties', 'BountyAwarded', { index: number; beneficiary: AccountId32 }>;
2200
2059
 
2201
2060
  /**
2202
2061
  * A bounty is claimed by beneficiary.
2203
2062
  **/
2204
2063
  BountyClaimed: GenericPalletEvent<
2205
- Rv,
2206
2064
  'Bounties',
2207
2065
  'BountyClaimed',
2208
2066
  { index: number; payout: bigint; beneficiary: AccountId32 }
@@ -2211,37 +2069,37 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2211
2069
  /**
2212
2070
  * A bounty is cancelled.
2213
2071
  **/
2214
- BountyCanceled: GenericPalletEvent<Rv, 'Bounties', 'BountyCanceled', { index: number }>;
2072
+ BountyCanceled: GenericPalletEvent<'Bounties', 'BountyCanceled', { index: number }>;
2215
2073
 
2216
2074
  /**
2217
2075
  * A bounty expiry is extended.
2218
2076
  **/
2219
- BountyExtended: GenericPalletEvent<Rv, 'Bounties', 'BountyExtended', { index: number }>;
2077
+ BountyExtended: GenericPalletEvent<'Bounties', 'BountyExtended', { index: number }>;
2220
2078
 
2221
2079
  /**
2222
2080
  * A bounty is approved.
2223
2081
  **/
2224
- BountyApproved: GenericPalletEvent<Rv, 'Bounties', 'BountyApproved', { index: number }>;
2082
+ BountyApproved: GenericPalletEvent<'Bounties', 'BountyApproved', { index: number }>;
2225
2083
 
2226
2084
  /**
2227
2085
  * A bounty curator is proposed.
2228
2086
  **/
2229
- CuratorProposed: GenericPalletEvent<Rv, 'Bounties', 'CuratorProposed', { bountyId: number; curator: AccountId32 }>;
2087
+ CuratorProposed: GenericPalletEvent<'Bounties', 'CuratorProposed', { bountyId: number; curator: AccountId32 }>;
2230
2088
 
2231
2089
  /**
2232
2090
  * A bounty curator is unassigned.
2233
2091
  **/
2234
- CuratorUnassigned: GenericPalletEvent<Rv, 'Bounties', 'CuratorUnassigned', { bountyId: number }>;
2092
+ CuratorUnassigned: GenericPalletEvent<'Bounties', 'CuratorUnassigned', { bountyId: number }>;
2235
2093
 
2236
2094
  /**
2237
2095
  * A bounty curator is accepted.
2238
2096
  **/
2239
- CuratorAccepted: GenericPalletEvent<Rv, 'Bounties', 'CuratorAccepted', { bountyId: number; curator: AccountId32 }>;
2097
+ CuratorAccepted: GenericPalletEvent<'Bounties', 'CuratorAccepted', { bountyId: number; curator: AccountId32 }>;
2240
2098
 
2241
2099
  /**
2242
2100
  * Generic pallet event
2243
2101
  **/
2244
- [prop: string]: GenericPalletEvent<Rv>;
2102
+ [prop: string]: GenericPalletEvent;
2245
2103
  };
2246
2104
  /**
2247
2105
  * Pallet `Tips`'s events
@@ -2250,32 +2108,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2250
2108
  /**
2251
2109
  * A new tip suggestion has been opened.
2252
2110
  **/
2253
- NewTip: GenericPalletEvent<Rv, 'Tips', 'NewTip', { tipHash: H256 }>;
2111
+ NewTip: GenericPalletEvent<'Tips', 'NewTip', { tipHash: H256 }>;
2254
2112
 
2255
2113
  /**
2256
2114
  * A tip suggestion has reached threshold and is closing.
2257
2115
  **/
2258
- TipClosing: GenericPalletEvent<Rv, 'Tips', 'TipClosing', { tipHash: H256 }>;
2116
+ TipClosing: GenericPalletEvent<'Tips', 'TipClosing', { tipHash: H256 }>;
2259
2117
 
2260
2118
  /**
2261
2119
  * A tip suggestion has been closed.
2262
2120
  **/
2263
- TipClosed: GenericPalletEvent<Rv, 'Tips', 'TipClosed', { tipHash: H256; who: AccountId32; payout: bigint }>;
2121
+ TipClosed: GenericPalletEvent<'Tips', 'TipClosed', { tipHash: H256; who: AccountId32; payout: bigint }>;
2264
2122
 
2265
2123
  /**
2266
2124
  * A tip suggestion has been retracted.
2267
2125
  **/
2268
- TipRetracted: GenericPalletEvent<Rv, 'Tips', 'TipRetracted', { tipHash: H256 }>;
2126
+ TipRetracted: GenericPalletEvent<'Tips', 'TipRetracted', { tipHash: H256 }>;
2269
2127
 
2270
2128
  /**
2271
2129
  * A tip suggestion has been slashed.
2272
2130
  **/
2273
- TipSlashed: GenericPalletEvent<Rv, 'Tips', 'TipSlashed', { tipHash: H256; finder: AccountId32; deposit: bigint }>;
2131
+ TipSlashed: GenericPalletEvent<'Tips', 'TipSlashed', { tipHash: H256; finder: AccountId32; deposit: bigint }>;
2274
2132
 
2275
2133
  /**
2276
2134
  * Generic pallet event
2277
2135
  **/
2278
- [prop: string]: GenericPalletEvent<Rv>;
2136
+ [prop: string]: GenericPalletEvent;
2279
2137
  };
2280
2138
  /**
2281
2139
  * Pallet `Assets`'s events
@@ -2284,18 +2142,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2284
2142
  /**
2285
2143
  * Some asset class was created.
2286
2144
  **/
2287
- Created: GenericPalletEvent<Rv, 'Assets', 'Created', { assetId: number; creator: AccountId32; owner: AccountId32 }>;
2145
+ Created: GenericPalletEvent<'Assets', 'Created', { assetId: number; creator: AccountId32; owner: AccountId32 }>;
2288
2146
 
2289
2147
  /**
2290
2148
  * Some assets were issued.
2291
2149
  **/
2292
- Issued: GenericPalletEvent<Rv, 'Assets', 'Issued', { assetId: number; owner: AccountId32; amount: bigint }>;
2150
+ Issued: GenericPalletEvent<'Assets', 'Issued', { assetId: number; owner: AccountId32; amount: bigint }>;
2293
2151
 
2294
2152
  /**
2295
2153
  * Some assets were transferred.
2296
2154
  **/
2297
2155
  Transferred: GenericPalletEvent<
2298
- Rv,
2299
2156
  'Assets',
2300
2157
  'Transferred',
2301
2158
  { assetId: number; from: AccountId32; to: AccountId32; amount: bigint }
@@ -2304,13 +2161,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2304
2161
  /**
2305
2162
  * Some assets were destroyed.
2306
2163
  **/
2307
- Burned: GenericPalletEvent<Rv, 'Assets', 'Burned', { assetId: number; owner: AccountId32; balance: bigint }>;
2164
+ Burned: GenericPalletEvent<'Assets', 'Burned', { assetId: number; owner: AccountId32; balance: bigint }>;
2308
2165
 
2309
2166
  /**
2310
2167
  * The management team changed.
2311
2168
  **/
2312
2169
  TeamChanged: GenericPalletEvent<
2313
- Rv,
2314
2170
  'Assets',
2315
2171
  'TeamChanged',
2316
2172
  { assetId: number; issuer: AccountId32; admin: AccountId32; freezer: AccountId32 }
@@ -2319,33 +2175,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2319
2175
  /**
2320
2176
  * The owner changed.
2321
2177
  **/
2322
- OwnerChanged: GenericPalletEvent<Rv, 'Assets', 'OwnerChanged', { assetId: number; owner: AccountId32 }>;
2178
+ OwnerChanged: GenericPalletEvent<'Assets', 'OwnerChanged', { assetId: number; owner: AccountId32 }>;
2323
2179
 
2324
2180
  /**
2325
2181
  * Some account `who` was frozen.
2326
2182
  **/
2327
- Frozen: GenericPalletEvent<Rv, 'Assets', 'Frozen', { assetId: number; who: AccountId32 }>;
2183
+ Frozen: GenericPalletEvent<'Assets', 'Frozen', { assetId: number; who: AccountId32 }>;
2328
2184
 
2329
2185
  /**
2330
2186
  * Some account `who` was thawed.
2331
2187
  **/
2332
- Thawed: GenericPalletEvent<Rv, 'Assets', 'Thawed', { assetId: number; who: AccountId32 }>;
2188
+ Thawed: GenericPalletEvent<'Assets', 'Thawed', { assetId: number; who: AccountId32 }>;
2333
2189
 
2334
2190
  /**
2335
2191
  * Some asset `asset_id` was frozen.
2336
2192
  **/
2337
- AssetFrozen: GenericPalletEvent<Rv, 'Assets', 'AssetFrozen', { assetId: number }>;
2193
+ AssetFrozen: GenericPalletEvent<'Assets', 'AssetFrozen', { assetId: number }>;
2338
2194
 
2339
2195
  /**
2340
2196
  * Some asset `asset_id` was thawed.
2341
2197
  **/
2342
- AssetThawed: GenericPalletEvent<Rv, 'Assets', 'AssetThawed', { assetId: number }>;
2198
+ AssetThawed: GenericPalletEvent<'Assets', 'AssetThawed', { assetId: number }>;
2343
2199
 
2344
2200
  /**
2345
2201
  * Accounts were destroyed for given asset.
2346
2202
  **/
2347
2203
  AccountsDestroyed: GenericPalletEvent<
2348
- Rv,
2349
2204
  'Assets',
2350
2205
  'AccountsDestroyed',
2351
2206
  { assetId: number; accountsDestroyed: number; accountsRemaining: number }
@@ -2355,7 +2210,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2355
2210
  * Approvals were destroyed for given asset.
2356
2211
  **/
2357
2212
  ApprovalsDestroyed: GenericPalletEvent<
2358
- Rv,
2359
2213
  'Assets',
2360
2214
  'ApprovalsDestroyed',
2361
2215
  { assetId: number; approvalsDestroyed: number; approvalsRemaining: number }
@@ -2364,23 +2218,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2364
2218
  /**
2365
2219
  * An asset class is in the process of being destroyed.
2366
2220
  **/
2367
- DestructionStarted: GenericPalletEvent<Rv, 'Assets', 'DestructionStarted', { assetId: number }>;
2221
+ DestructionStarted: GenericPalletEvent<'Assets', 'DestructionStarted', { assetId: number }>;
2368
2222
 
2369
2223
  /**
2370
2224
  * An asset class was destroyed.
2371
2225
  **/
2372
- Destroyed: GenericPalletEvent<Rv, 'Assets', 'Destroyed', { assetId: number }>;
2226
+ Destroyed: GenericPalletEvent<'Assets', 'Destroyed', { assetId: number }>;
2373
2227
 
2374
2228
  /**
2375
2229
  * Some asset class was force-created.
2376
2230
  **/
2377
- ForceCreated: GenericPalletEvent<Rv, 'Assets', 'ForceCreated', { assetId: number; owner: AccountId32 }>;
2231
+ ForceCreated: GenericPalletEvent<'Assets', 'ForceCreated', { assetId: number; owner: AccountId32 }>;
2378
2232
 
2379
2233
  /**
2380
2234
  * New metadata has been set for an asset.
2381
2235
  **/
2382
2236
  MetadataSet: GenericPalletEvent<
2383
- Rv,
2384
2237
  'Assets',
2385
2238
  'MetadataSet',
2386
2239
  { assetId: number; name: Bytes; symbol: Bytes; decimals: number; isFrozen: boolean }
@@ -2389,13 +2242,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2389
2242
  /**
2390
2243
  * Metadata has been cleared for an asset.
2391
2244
  **/
2392
- MetadataCleared: GenericPalletEvent<Rv, 'Assets', 'MetadataCleared', { assetId: number }>;
2245
+ MetadataCleared: GenericPalletEvent<'Assets', 'MetadataCleared', { assetId: number }>;
2393
2246
 
2394
2247
  /**
2395
2248
  * (Additional) funds have been approved for transfer to a destination account.
2396
2249
  **/
2397
2250
  ApprovedTransfer: GenericPalletEvent<
2398
- Rv,
2399
2251
  'Assets',
2400
2252
  'ApprovedTransfer',
2401
2253
  { assetId: number; source: AccountId32; delegate: AccountId32; amount: bigint }
@@ -2405,7 +2257,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2405
2257
  * An approval for account `delegate` was cancelled by `owner`.
2406
2258
  **/
2407
2259
  ApprovalCancelled: GenericPalletEvent<
2408
- Rv,
2409
2260
  'Assets',
2410
2261
  'ApprovalCancelled',
2411
2262
  { assetId: number; owner: AccountId32; delegate: AccountId32 }
@@ -2416,7 +2267,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2416
2267
  * the approved `delegate`.
2417
2268
  **/
2418
2269
  TransferredApproved: GenericPalletEvent<
2419
- Rv,
2420
2270
  'Assets',
2421
2271
  'TransferredApproved',
2422
2272
  { assetId: number; owner: AccountId32; delegate: AccountId32; destination: AccountId32; amount: bigint }
@@ -2425,13 +2275,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2425
2275
  /**
2426
2276
  * An asset has had its attributes changed by the `Force` origin.
2427
2277
  **/
2428
- AssetStatusChanged: GenericPalletEvent<Rv, 'Assets', 'AssetStatusChanged', { assetId: number }>;
2278
+ AssetStatusChanged: GenericPalletEvent<'Assets', 'AssetStatusChanged', { assetId: number }>;
2429
2279
 
2430
2280
  /**
2431
2281
  * The min_balance of an asset has been updated by the asset owner.
2432
2282
  **/
2433
2283
  AssetMinBalanceChanged: GenericPalletEvent<
2434
- Rv,
2435
2284
  'Assets',
2436
2285
  'AssetMinBalanceChanged',
2437
2286
  { assetId: number; newMinBalance: bigint }
@@ -2440,27 +2289,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2440
2289
  /**
2441
2290
  * Some account `who` was created with a deposit from `depositor`.
2442
2291
  **/
2443
- Touched: GenericPalletEvent<Rv, 'Assets', 'Touched', { assetId: number; who: AccountId32; depositor: AccountId32 }>;
2292
+ Touched: GenericPalletEvent<'Assets', 'Touched', { assetId: number; who: AccountId32; depositor: AccountId32 }>;
2444
2293
 
2445
2294
  /**
2446
2295
  * Some account `who` was blocked.
2447
2296
  **/
2448
- Blocked: GenericPalletEvent<Rv, 'Assets', 'Blocked', { assetId: number; who: AccountId32 }>;
2297
+ Blocked: GenericPalletEvent<'Assets', 'Blocked', { assetId: number; who: AccountId32 }>;
2449
2298
 
2450
2299
  /**
2451
2300
  * Some assets were deposited (e.g. for transaction fees).
2452
2301
  **/
2453
- Deposited: GenericPalletEvent<Rv, 'Assets', 'Deposited', { assetId: number; who: AccountId32; amount: bigint }>;
2302
+ Deposited: GenericPalletEvent<'Assets', 'Deposited', { assetId: number; who: AccountId32; amount: bigint }>;
2454
2303
 
2455
2304
  /**
2456
2305
  * Some assets were withdrawn from the account (e.g. for transaction fees).
2457
2306
  **/
2458
- Withdrawn: GenericPalletEvent<Rv, 'Assets', 'Withdrawn', { assetId: number; who: AccountId32; amount: bigint }>;
2307
+ Withdrawn: GenericPalletEvent<'Assets', 'Withdrawn', { assetId: number; who: AccountId32; amount: bigint }>;
2459
2308
 
2460
2309
  /**
2461
2310
  * Generic pallet event
2462
2311
  **/
2463
- [prop: string]: GenericPalletEvent<Rv>;
2312
+ [prop: string]: GenericPalletEvent;
2464
2313
  };
2465
2314
  /**
2466
2315
  * Pallet `PoolAssets`'s events
@@ -2469,23 +2318,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2469
2318
  /**
2470
2319
  * Some asset class was created.
2471
2320
  **/
2472
- Created: GenericPalletEvent<
2473
- Rv,
2474
- 'PoolAssets',
2475
- 'Created',
2476
- { assetId: number; creator: AccountId32; owner: AccountId32 }
2477
- >;
2321
+ Created: GenericPalletEvent<'PoolAssets', 'Created', { assetId: number; creator: AccountId32; owner: AccountId32 }>;
2478
2322
 
2479
2323
  /**
2480
2324
  * Some assets were issued.
2481
2325
  **/
2482
- Issued: GenericPalletEvent<Rv, 'PoolAssets', 'Issued', { assetId: number; owner: AccountId32; amount: bigint }>;
2326
+ Issued: GenericPalletEvent<'PoolAssets', 'Issued', { assetId: number; owner: AccountId32; amount: bigint }>;
2483
2327
 
2484
2328
  /**
2485
2329
  * Some assets were transferred.
2486
2330
  **/
2487
2331
  Transferred: GenericPalletEvent<
2488
- Rv,
2489
2332
  'PoolAssets',
2490
2333
  'Transferred',
2491
2334
  { assetId: number; from: AccountId32; to: AccountId32; amount: bigint }
@@ -2494,13 +2337,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2494
2337
  /**
2495
2338
  * Some assets were destroyed.
2496
2339
  **/
2497
- Burned: GenericPalletEvent<Rv, 'PoolAssets', 'Burned', { assetId: number; owner: AccountId32; balance: bigint }>;
2340
+ Burned: GenericPalletEvent<'PoolAssets', 'Burned', { assetId: number; owner: AccountId32; balance: bigint }>;
2498
2341
 
2499
2342
  /**
2500
2343
  * The management team changed.
2501
2344
  **/
2502
2345
  TeamChanged: GenericPalletEvent<
2503
- Rv,
2504
2346
  'PoolAssets',
2505
2347
  'TeamChanged',
2506
2348
  { assetId: number; issuer: AccountId32; admin: AccountId32; freezer: AccountId32 }
@@ -2509,33 +2351,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2509
2351
  /**
2510
2352
  * The owner changed.
2511
2353
  **/
2512
- OwnerChanged: GenericPalletEvent<Rv, 'PoolAssets', 'OwnerChanged', { assetId: number; owner: AccountId32 }>;
2354
+ OwnerChanged: GenericPalletEvent<'PoolAssets', 'OwnerChanged', { assetId: number; owner: AccountId32 }>;
2513
2355
 
2514
2356
  /**
2515
2357
  * Some account `who` was frozen.
2516
2358
  **/
2517
- Frozen: GenericPalletEvent<Rv, 'PoolAssets', 'Frozen', { assetId: number; who: AccountId32 }>;
2359
+ Frozen: GenericPalletEvent<'PoolAssets', 'Frozen', { assetId: number; who: AccountId32 }>;
2518
2360
 
2519
2361
  /**
2520
2362
  * Some account `who` was thawed.
2521
2363
  **/
2522
- Thawed: GenericPalletEvent<Rv, 'PoolAssets', 'Thawed', { assetId: number; who: AccountId32 }>;
2364
+ Thawed: GenericPalletEvent<'PoolAssets', 'Thawed', { assetId: number; who: AccountId32 }>;
2523
2365
 
2524
2366
  /**
2525
2367
  * Some asset `asset_id` was frozen.
2526
2368
  **/
2527
- AssetFrozen: GenericPalletEvent<Rv, 'PoolAssets', 'AssetFrozen', { assetId: number }>;
2369
+ AssetFrozen: GenericPalletEvent<'PoolAssets', 'AssetFrozen', { assetId: number }>;
2528
2370
 
2529
2371
  /**
2530
2372
  * Some asset `asset_id` was thawed.
2531
2373
  **/
2532
- AssetThawed: GenericPalletEvent<Rv, 'PoolAssets', 'AssetThawed', { assetId: number }>;
2374
+ AssetThawed: GenericPalletEvent<'PoolAssets', 'AssetThawed', { assetId: number }>;
2533
2375
 
2534
2376
  /**
2535
2377
  * Accounts were destroyed for given asset.
2536
2378
  **/
2537
2379
  AccountsDestroyed: GenericPalletEvent<
2538
- Rv,
2539
2380
  'PoolAssets',
2540
2381
  'AccountsDestroyed',
2541
2382
  { assetId: number; accountsDestroyed: number; accountsRemaining: number }
@@ -2545,7 +2386,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2545
2386
  * Approvals were destroyed for given asset.
2546
2387
  **/
2547
2388
  ApprovalsDestroyed: GenericPalletEvent<
2548
- Rv,
2549
2389
  'PoolAssets',
2550
2390
  'ApprovalsDestroyed',
2551
2391
  { assetId: number; approvalsDestroyed: number; approvalsRemaining: number }
@@ -2554,23 +2394,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2554
2394
  /**
2555
2395
  * An asset class is in the process of being destroyed.
2556
2396
  **/
2557
- DestructionStarted: GenericPalletEvent<Rv, 'PoolAssets', 'DestructionStarted', { assetId: number }>;
2397
+ DestructionStarted: GenericPalletEvent<'PoolAssets', 'DestructionStarted', { assetId: number }>;
2558
2398
 
2559
2399
  /**
2560
2400
  * An asset class was destroyed.
2561
2401
  **/
2562
- Destroyed: GenericPalletEvent<Rv, 'PoolAssets', 'Destroyed', { assetId: number }>;
2402
+ Destroyed: GenericPalletEvent<'PoolAssets', 'Destroyed', { assetId: number }>;
2563
2403
 
2564
2404
  /**
2565
2405
  * Some asset class was force-created.
2566
2406
  **/
2567
- ForceCreated: GenericPalletEvent<Rv, 'PoolAssets', 'ForceCreated', { assetId: number; owner: AccountId32 }>;
2407
+ ForceCreated: GenericPalletEvent<'PoolAssets', 'ForceCreated', { assetId: number; owner: AccountId32 }>;
2568
2408
 
2569
2409
  /**
2570
2410
  * New metadata has been set for an asset.
2571
2411
  **/
2572
2412
  MetadataSet: GenericPalletEvent<
2573
- Rv,
2574
2413
  'PoolAssets',
2575
2414
  'MetadataSet',
2576
2415
  { assetId: number; name: Bytes; symbol: Bytes; decimals: number; isFrozen: boolean }
@@ -2579,13 +2418,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2579
2418
  /**
2580
2419
  * Metadata has been cleared for an asset.
2581
2420
  **/
2582
- MetadataCleared: GenericPalletEvent<Rv, 'PoolAssets', 'MetadataCleared', { assetId: number }>;
2421
+ MetadataCleared: GenericPalletEvent<'PoolAssets', 'MetadataCleared', { assetId: number }>;
2583
2422
 
2584
2423
  /**
2585
2424
  * (Additional) funds have been approved for transfer to a destination account.
2586
2425
  **/
2587
2426
  ApprovedTransfer: GenericPalletEvent<
2588
- Rv,
2589
2427
  'PoolAssets',
2590
2428
  'ApprovedTransfer',
2591
2429
  { assetId: number; source: AccountId32; delegate: AccountId32; amount: bigint }
@@ -2595,7 +2433,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2595
2433
  * An approval for account `delegate` was cancelled by `owner`.
2596
2434
  **/
2597
2435
  ApprovalCancelled: GenericPalletEvent<
2598
- Rv,
2599
2436
  'PoolAssets',
2600
2437
  'ApprovalCancelled',
2601
2438
  { assetId: number; owner: AccountId32; delegate: AccountId32 }
@@ -2606,7 +2443,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2606
2443
  * the approved `delegate`.
2607
2444
  **/
2608
2445
  TransferredApproved: GenericPalletEvent<
2609
- Rv,
2610
2446
  'PoolAssets',
2611
2447
  'TransferredApproved',
2612
2448
  { assetId: number; owner: AccountId32; delegate: AccountId32; destination: AccountId32; amount: bigint }
@@ -2615,13 +2451,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2615
2451
  /**
2616
2452
  * An asset has had its attributes changed by the `Force` origin.
2617
2453
  **/
2618
- AssetStatusChanged: GenericPalletEvent<Rv, 'PoolAssets', 'AssetStatusChanged', { assetId: number }>;
2454
+ AssetStatusChanged: GenericPalletEvent<'PoolAssets', 'AssetStatusChanged', { assetId: number }>;
2619
2455
 
2620
2456
  /**
2621
2457
  * The min_balance of an asset has been updated by the asset owner.
2622
2458
  **/
2623
2459
  AssetMinBalanceChanged: GenericPalletEvent<
2624
- Rv,
2625
2460
  'PoolAssets',
2626
2461
  'AssetMinBalanceChanged',
2627
2462
  { assetId: number; newMinBalance: bigint }
@@ -2630,32 +2465,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2630
2465
  /**
2631
2466
  * Some account `who` was created with a deposit from `depositor`.
2632
2467
  **/
2633
- Touched: GenericPalletEvent<
2634
- Rv,
2635
- 'PoolAssets',
2636
- 'Touched',
2637
- { assetId: number; who: AccountId32; depositor: AccountId32 }
2638
- >;
2468
+ Touched: GenericPalletEvent<'PoolAssets', 'Touched', { assetId: number; who: AccountId32; depositor: AccountId32 }>;
2639
2469
 
2640
2470
  /**
2641
2471
  * Some account `who` was blocked.
2642
2472
  **/
2643
- Blocked: GenericPalletEvent<Rv, 'PoolAssets', 'Blocked', { assetId: number; who: AccountId32 }>;
2473
+ Blocked: GenericPalletEvent<'PoolAssets', 'Blocked', { assetId: number; who: AccountId32 }>;
2644
2474
 
2645
2475
  /**
2646
2476
  * Some assets were deposited (e.g. for transaction fees).
2647
2477
  **/
2648
- Deposited: GenericPalletEvent<Rv, 'PoolAssets', 'Deposited', { assetId: number; who: AccountId32; amount: bigint }>;
2478
+ Deposited: GenericPalletEvent<'PoolAssets', 'Deposited', { assetId: number; who: AccountId32; amount: bigint }>;
2649
2479
 
2650
2480
  /**
2651
2481
  * Some assets were withdrawn from the account (e.g. for transaction fees).
2652
2482
  **/
2653
- Withdrawn: GenericPalletEvent<Rv, 'PoolAssets', 'Withdrawn', { assetId: number; who: AccountId32; amount: bigint }>;
2483
+ Withdrawn: GenericPalletEvent<'PoolAssets', 'Withdrawn', { assetId: number; who: AccountId32; amount: bigint }>;
2654
2484
 
2655
2485
  /**
2656
2486
  * Generic pallet event
2657
2487
  **/
2658
- [prop: string]: GenericPalletEvent<Rv>;
2488
+ [prop: string]: GenericPalletEvent;
2659
2489
  };
2660
2490
  /**
2661
2491
  * Pallet `Lottery`'s events
@@ -2664,27 +2494,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2664
2494
  /**
2665
2495
  * A lottery has been started!
2666
2496
  **/
2667
- LotteryStarted: GenericPalletEvent<Rv, 'Lottery', 'LotteryStarted', null>;
2497
+ LotteryStarted: GenericPalletEvent<'Lottery', 'LotteryStarted', null>;
2668
2498
 
2669
2499
  /**
2670
2500
  * A new set of calls have been set!
2671
2501
  **/
2672
- CallsUpdated: GenericPalletEvent<Rv, 'Lottery', 'CallsUpdated', null>;
2502
+ CallsUpdated: GenericPalletEvent<'Lottery', 'CallsUpdated', null>;
2673
2503
 
2674
2504
  /**
2675
2505
  * A winner has been chosen!
2676
2506
  **/
2677
- Winner: GenericPalletEvent<Rv, 'Lottery', 'Winner', { winner: AccountId32; lotteryBalance: bigint }>;
2507
+ Winner: GenericPalletEvent<'Lottery', 'Winner', { winner: AccountId32; lotteryBalance: bigint }>;
2678
2508
 
2679
2509
  /**
2680
2510
  * A ticket has been bought!
2681
2511
  **/
2682
- TicketBought: GenericPalletEvent<Rv, 'Lottery', 'TicketBought', { who: AccountId32; callIndex: [number, number] }>;
2512
+ TicketBought: GenericPalletEvent<'Lottery', 'TicketBought', { who: AccountId32; callIndex: [number, number] }>;
2683
2513
 
2684
2514
  /**
2685
2515
  * Generic pallet event
2686
2516
  **/
2687
- [prop: string]: GenericPalletEvent<Rv>;
2517
+ [prop: string]: GenericPalletEvent;
2688
2518
  };
2689
2519
  /**
2690
2520
  * Pallet `Nis`'s events
@@ -2693,23 +2523,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2693
2523
  /**
2694
2524
  * A bid was successfully placed.
2695
2525
  **/
2696
- BidPlaced: GenericPalletEvent<Rv, 'Nis', 'BidPlaced', { who: AccountId32; amount: bigint; duration: number }>;
2526
+ BidPlaced: GenericPalletEvent<'Nis', 'BidPlaced', { who: AccountId32; amount: bigint; duration: number }>;
2697
2527
 
2698
2528
  /**
2699
2529
  * A bid was successfully removed (before being accepted).
2700
2530
  **/
2701
- BidRetracted: GenericPalletEvent<Rv, 'Nis', 'BidRetracted', { who: AccountId32; amount: bigint; duration: number }>;
2531
+ BidRetracted: GenericPalletEvent<'Nis', 'BidRetracted', { who: AccountId32; amount: bigint; duration: number }>;
2702
2532
 
2703
2533
  /**
2704
2534
  * A bid was dropped from a queue because of another, more substantial, bid was present.
2705
2535
  **/
2706
- BidDropped: GenericPalletEvent<Rv, 'Nis', 'BidDropped', { who: AccountId32; amount: bigint; duration: number }>;
2536
+ BidDropped: GenericPalletEvent<'Nis', 'BidDropped', { who: AccountId32; amount: bigint; duration: number }>;
2707
2537
 
2708
2538
  /**
2709
2539
  * A bid was accepted. The balance may not be released until expiry.
2710
2540
  **/
2711
2541
  Issued: GenericPalletEvent<
2712
- Rv,
2713
2542
  'Nis',
2714
2543
  'Issued',
2715
2544
  {
@@ -2744,7 +2573,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2744
2573
  * An receipt has been (at least partially) thawed.
2745
2574
  **/
2746
2575
  Thawed: GenericPalletEvent<
2747
- Rv,
2748
2576
  'Nis',
2749
2577
  'Thawed',
2750
2578
  {
@@ -2778,17 +2606,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2778
2606
  /**
2779
2607
  * An automatic funding of the deficit was made.
2780
2608
  **/
2781
- Funded: GenericPalletEvent<Rv, 'Nis', 'Funded', { deficit: bigint }>;
2609
+ Funded: GenericPalletEvent<'Nis', 'Funded', { deficit: bigint }>;
2782
2610
 
2783
2611
  /**
2784
2612
  * A receipt was transferred.
2785
2613
  **/
2786
- Transferred: GenericPalletEvent<Rv, 'Nis', 'Transferred', { from: AccountId32; to: AccountId32; index: number }>;
2614
+ Transferred: GenericPalletEvent<'Nis', 'Transferred', { from: AccountId32; to: AccountId32; index: number }>;
2787
2615
 
2788
2616
  /**
2789
2617
  * Generic pallet event
2790
2618
  **/
2791
- [prop: string]: GenericPalletEvent<Rv>;
2619
+ [prop: string]: GenericPalletEvent;
2792
2620
  };
2793
2621
  /**
2794
2622
  * Pallet `Uniques`'s events
@@ -2797,33 +2625,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2797
2625
  /**
2798
2626
  * A `collection` was created.
2799
2627
  **/
2800
- Created: GenericPalletEvent<
2801
- Rv,
2802
- 'Uniques',
2803
- 'Created',
2804
- { collection: number; creator: AccountId32; owner: AccountId32 }
2805
- >;
2628
+ Created: GenericPalletEvent<'Uniques', 'Created', { collection: number; creator: AccountId32; owner: AccountId32 }>;
2806
2629
 
2807
2630
  /**
2808
2631
  * A `collection` was force-created.
2809
2632
  **/
2810
- ForceCreated: GenericPalletEvent<Rv, 'Uniques', 'ForceCreated', { collection: number; owner: AccountId32 }>;
2633
+ ForceCreated: GenericPalletEvent<'Uniques', 'ForceCreated', { collection: number; owner: AccountId32 }>;
2811
2634
 
2812
2635
  /**
2813
2636
  * A `collection` was destroyed.
2814
2637
  **/
2815
- Destroyed: GenericPalletEvent<Rv, 'Uniques', 'Destroyed', { collection: number }>;
2638
+ Destroyed: GenericPalletEvent<'Uniques', 'Destroyed', { collection: number }>;
2816
2639
 
2817
2640
  /**
2818
2641
  * An `item` was issued.
2819
2642
  **/
2820
- Issued: GenericPalletEvent<Rv, 'Uniques', 'Issued', { collection: number; item: number; owner: AccountId32 }>;
2643
+ Issued: GenericPalletEvent<'Uniques', 'Issued', { collection: number; item: number; owner: AccountId32 }>;
2821
2644
 
2822
2645
  /**
2823
2646
  * An `item` was transferred.
2824
2647
  **/
2825
2648
  Transferred: GenericPalletEvent<
2826
- Rv,
2827
2649
  'Uniques',
2828
2650
  'Transferred',
2829
2651
  { collection: number; item: number; from: AccountId32; to: AccountId32 }
@@ -2832,38 +2654,37 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2832
2654
  /**
2833
2655
  * An `item` was destroyed.
2834
2656
  **/
2835
- Burned: GenericPalletEvent<Rv, 'Uniques', 'Burned', { collection: number; item: number; owner: AccountId32 }>;
2657
+ Burned: GenericPalletEvent<'Uniques', 'Burned', { collection: number; item: number; owner: AccountId32 }>;
2836
2658
 
2837
2659
  /**
2838
2660
  * Some `item` was frozen.
2839
2661
  **/
2840
- Frozen: GenericPalletEvent<Rv, 'Uniques', 'Frozen', { collection: number; item: number }>;
2662
+ Frozen: GenericPalletEvent<'Uniques', 'Frozen', { collection: number; item: number }>;
2841
2663
 
2842
2664
  /**
2843
2665
  * Some `item` was thawed.
2844
2666
  **/
2845
- Thawed: GenericPalletEvent<Rv, 'Uniques', 'Thawed', { collection: number; item: number }>;
2667
+ Thawed: GenericPalletEvent<'Uniques', 'Thawed', { collection: number; item: number }>;
2846
2668
 
2847
2669
  /**
2848
2670
  * Some `collection` was frozen.
2849
2671
  **/
2850
- CollectionFrozen: GenericPalletEvent<Rv, 'Uniques', 'CollectionFrozen', { collection: number }>;
2672
+ CollectionFrozen: GenericPalletEvent<'Uniques', 'CollectionFrozen', { collection: number }>;
2851
2673
 
2852
2674
  /**
2853
2675
  * Some `collection` was thawed.
2854
2676
  **/
2855
- CollectionThawed: GenericPalletEvent<Rv, 'Uniques', 'CollectionThawed', { collection: number }>;
2677
+ CollectionThawed: GenericPalletEvent<'Uniques', 'CollectionThawed', { collection: number }>;
2856
2678
 
2857
2679
  /**
2858
2680
  * The owner changed.
2859
2681
  **/
2860
- OwnerChanged: GenericPalletEvent<Rv, 'Uniques', 'OwnerChanged', { collection: number; newOwner: AccountId32 }>;
2682
+ OwnerChanged: GenericPalletEvent<'Uniques', 'OwnerChanged', { collection: number; newOwner: AccountId32 }>;
2861
2683
 
2862
2684
  /**
2863
2685
  * The management team changed.
2864
2686
  **/
2865
2687
  TeamChanged: GenericPalletEvent<
2866
- Rv,
2867
2688
  'Uniques',
2868
2689
  'TeamChanged',
2869
2690
  { collection: number; issuer: AccountId32; admin: AccountId32; freezer: AccountId32 }
@@ -2874,7 +2695,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2874
2695
  * a `delegate`.
2875
2696
  **/
2876
2697
  ApprovedTransfer: GenericPalletEvent<
2877
- Rv,
2878
2698
  'Uniques',
2879
2699
  'ApprovedTransfer',
2880
2700
  { collection: number; item: number; owner: AccountId32; delegate: AccountId32 }
@@ -2885,7 +2705,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2885
2705
  * `collection` was cancelled by its `owner`.
2886
2706
  **/
2887
2707
  ApprovalCancelled: GenericPalletEvent<
2888
- Rv,
2889
2708
  'Uniques',
2890
2709
  'ApprovalCancelled',
2891
2710
  { collection: number; item: number; owner: AccountId32; delegate: AccountId32 }
@@ -2894,13 +2713,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2894
2713
  /**
2895
2714
  * A `collection` has had its attributes changed by the `Force` origin.
2896
2715
  **/
2897
- ItemStatusChanged: GenericPalletEvent<Rv, 'Uniques', 'ItemStatusChanged', { collection: number }>;
2716
+ ItemStatusChanged: GenericPalletEvent<'Uniques', 'ItemStatusChanged', { collection: number }>;
2898
2717
 
2899
2718
  /**
2900
2719
  * New metadata has been set for a `collection`.
2901
2720
  **/
2902
2721
  CollectionMetadataSet: GenericPalletEvent<
2903
- Rv,
2904
2722
  'Uniques',
2905
2723
  'CollectionMetadataSet',
2906
2724
  { collection: number; data: Bytes; isFrozen: boolean }
@@ -2909,13 +2727,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2909
2727
  /**
2910
2728
  * Metadata has been cleared for a `collection`.
2911
2729
  **/
2912
- CollectionMetadataCleared: GenericPalletEvent<Rv, 'Uniques', 'CollectionMetadataCleared', { collection: number }>;
2730
+ CollectionMetadataCleared: GenericPalletEvent<'Uniques', 'CollectionMetadataCleared', { collection: number }>;
2913
2731
 
2914
2732
  /**
2915
2733
  * New metadata has been set for an item.
2916
2734
  **/
2917
2735
  MetadataSet: GenericPalletEvent<
2918
- Rv,
2919
2736
  'Uniques',
2920
2737
  'MetadataSet',
2921
2738
  { collection: number; item: number; data: Bytes; isFrozen: boolean }
@@ -2924,23 +2741,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2924
2741
  /**
2925
2742
  * Metadata has been cleared for an item.
2926
2743
  **/
2927
- MetadataCleared: GenericPalletEvent<Rv, 'Uniques', 'MetadataCleared', { collection: number; item: number }>;
2744
+ MetadataCleared: GenericPalletEvent<'Uniques', 'MetadataCleared', { collection: number; item: number }>;
2928
2745
 
2929
2746
  /**
2930
2747
  * Metadata has been cleared for an item.
2931
2748
  **/
2932
- Redeposited: GenericPalletEvent<
2933
- Rv,
2934
- 'Uniques',
2935
- 'Redeposited',
2936
- { collection: number; successfulItems: Array<number> }
2937
- >;
2749
+ Redeposited: GenericPalletEvent<'Uniques', 'Redeposited', { collection: number; successfulItems: Array<number> }>;
2938
2750
 
2939
2751
  /**
2940
2752
  * New attribute metadata has been set for a `collection` or `item`.
2941
2753
  **/
2942
2754
  AttributeSet: GenericPalletEvent<
2943
- Rv,
2944
2755
  'Uniques',
2945
2756
  'AttributeSet',
2946
2757
  { collection: number; maybeItem?: number | undefined; key: Bytes; value: Bytes }
@@ -2950,7 +2761,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2950
2761
  * Attribute metadata has been cleared for a `collection` or `item`.
2951
2762
  **/
2952
2763
  AttributeCleared: GenericPalletEvent<
2953
- Rv,
2954
2764
  'Uniques',
2955
2765
  'AttributeCleared',
2956
2766
  { collection: number; maybeItem?: number | undefined; key: Bytes }
@@ -2960,7 +2770,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2960
2770
  * Ownership acceptance has changed for an account.
2961
2771
  **/
2962
2772
  OwnershipAcceptanceChanged: GenericPalletEvent<
2963
- Rv,
2964
2773
  'Uniques',
2965
2774
  'OwnershipAcceptanceChanged',
2966
2775
  { who: AccountId32; maybeCollection?: number | undefined }
@@ -2970,7 +2779,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2970
2779
  * Max supply has been set for a collection.
2971
2780
  **/
2972
2781
  CollectionMaxSupplySet: GenericPalletEvent<
2973
- Rv,
2974
2782
  'Uniques',
2975
2783
  'CollectionMaxSupplySet',
2976
2784
  { collection: number; maxSupply: number }
@@ -2980,7 +2788,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2980
2788
  * The price was set for the instance.
2981
2789
  **/
2982
2790
  ItemPriceSet: GenericPalletEvent<
2983
- Rv,
2984
2791
  'Uniques',
2985
2792
  'ItemPriceSet',
2986
2793
  { collection: number; item: number; price: bigint; whitelistedBuyer?: AccountId32 | undefined }
@@ -2989,13 +2796,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2989
2796
  /**
2990
2797
  * The price for the instance was removed.
2991
2798
  **/
2992
- ItemPriceRemoved: GenericPalletEvent<Rv, 'Uniques', 'ItemPriceRemoved', { collection: number; item: number }>;
2799
+ ItemPriceRemoved: GenericPalletEvent<'Uniques', 'ItemPriceRemoved', { collection: number; item: number }>;
2993
2800
 
2994
2801
  /**
2995
2802
  * An item was bought.
2996
2803
  **/
2997
2804
  ItemBought: GenericPalletEvent<
2998
- Rv,
2999
2805
  'Uniques',
3000
2806
  'ItemBought',
3001
2807
  { collection: number; item: number; price: bigint; seller: AccountId32; buyer: AccountId32 }
@@ -3004,7 +2810,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3004
2810
  /**
3005
2811
  * Generic pallet event
3006
2812
  **/
3007
- [prop: string]: GenericPalletEvent<Rv>;
2813
+ [prop: string]: GenericPalletEvent;
3008
2814
  };
3009
2815
  /**
3010
2816
  * Pallet `Nfts`'s events
@@ -3013,33 +2819,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3013
2819
  /**
3014
2820
  * A `collection` was created.
3015
2821
  **/
3016
- Created: GenericPalletEvent<
3017
- Rv,
3018
- 'Nfts',
3019
- 'Created',
3020
- { collection: number; creator: AccountId32; owner: AccountId32 }
3021
- >;
2822
+ Created: GenericPalletEvent<'Nfts', 'Created', { collection: number; creator: AccountId32; owner: AccountId32 }>;
3022
2823
 
3023
2824
  /**
3024
2825
  * A `collection` was force-created.
3025
2826
  **/
3026
- ForceCreated: GenericPalletEvent<Rv, 'Nfts', 'ForceCreated', { collection: number; owner: AccountId32 }>;
2827
+ ForceCreated: GenericPalletEvent<'Nfts', 'ForceCreated', { collection: number; owner: AccountId32 }>;
3027
2828
 
3028
2829
  /**
3029
2830
  * A `collection` was destroyed.
3030
2831
  **/
3031
- Destroyed: GenericPalletEvent<Rv, 'Nfts', 'Destroyed', { collection: number }>;
2832
+ Destroyed: GenericPalletEvent<'Nfts', 'Destroyed', { collection: number }>;
3032
2833
 
3033
2834
  /**
3034
2835
  * An `item` was issued.
3035
2836
  **/
3036
- Issued: GenericPalletEvent<Rv, 'Nfts', 'Issued', { collection: number; item: number; owner: AccountId32 }>;
2837
+ Issued: GenericPalletEvent<'Nfts', 'Issued', { collection: number; item: number; owner: AccountId32 }>;
3037
2838
 
3038
2839
  /**
3039
2840
  * An `item` was transferred.
3040
2841
  **/
3041
2842
  Transferred: GenericPalletEvent<
3042
- Rv,
3043
2843
  'Nfts',
3044
2844
  'Transferred',
3045
2845
  { collection: number; item: number; from: AccountId32; to: AccountId32 }
@@ -3048,23 +2848,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3048
2848
  /**
3049
2849
  * An `item` was destroyed.
3050
2850
  **/
3051
- Burned: GenericPalletEvent<Rv, 'Nfts', 'Burned', { collection: number; item: number; owner: AccountId32 }>;
2851
+ Burned: GenericPalletEvent<'Nfts', 'Burned', { collection: number; item: number; owner: AccountId32 }>;
3052
2852
 
3053
2853
  /**
3054
2854
  * An `item` became non-transferable.
3055
2855
  **/
3056
- ItemTransferLocked: GenericPalletEvent<Rv, 'Nfts', 'ItemTransferLocked', { collection: number; item: number }>;
2856
+ ItemTransferLocked: GenericPalletEvent<'Nfts', 'ItemTransferLocked', { collection: number; item: number }>;
3057
2857
 
3058
2858
  /**
3059
2859
  * An `item` became transferable.
3060
2860
  **/
3061
- ItemTransferUnlocked: GenericPalletEvent<Rv, 'Nfts', 'ItemTransferUnlocked', { collection: number; item: number }>;
2861
+ ItemTransferUnlocked: GenericPalletEvent<'Nfts', 'ItemTransferUnlocked', { collection: number; item: number }>;
3062
2862
 
3063
2863
  /**
3064
2864
  * `item` metadata or attributes were locked.
3065
2865
  **/
3066
2866
  ItemPropertiesLocked: GenericPalletEvent<
3067
- Rv,
3068
2867
  'Nfts',
3069
2868
  'ItemPropertiesLocked',
3070
2869
  { collection: number; item: number; lockMetadata: boolean; lockAttributes: boolean }
@@ -3073,18 +2872,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3073
2872
  /**
3074
2873
  * Some `collection` was locked.
3075
2874
  **/
3076
- CollectionLocked: GenericPalletEvent<Rv, 'Nfts', 'CollectionLocked', { collection: number }>;
2875
+ CollectionLocked: GenericPalletEvent<'Nfts', 'CollectionLocked', { collection: number }>;
3077
2876
 
3078
2877
  /**
3079
2878
  * The owner changed.
3080
2879
  **/
3081
- OwnerChanged: GenericPalletEvent<Rv, 'Nfts', 'OwnerChanged', { collection: number; newOwner: AccountId32 }>;
2880
+ OwnerChanged: GenericPalletEvent<'Nfts', 'OwnerChanged', { collection: number; newOwner: AccountId32 }>;
3082
2881
 
3083
2882
  /**
3084
2883
  * The management team changed.
3085
2884
  **/
3086
2885
  TeamChanged: GenericPalletEvent<
3087
- Rv,
3088
2886
  'Nfts',
3089
2887
  'TeamChanged',
3090
2888
  {
@@ -3100,7 +2898,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3100
2898
  * a `delegate`.
3101
2899
  **/
3102
2900
  TransferApproved: GenericPalletEvent<
3103
- Rv,
3104
2901
  'Nfts',
3105
2902
  'TransferApproved',
3106
2903
  { collection: number; item: number; owner: AccountId32; delegate: AccountId32; deadline?: number | undefined }
@@ -3111,7 +2908,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3111
2908
  * `collection` was cancelled by its `owner`.
3112
2909
  **/
3113
2910
  ApprovalCancelled: GenericPalletEvent<
3114
- Rv,
3115
2911
  'Nfts',
3116
2912
  'ApprovalCancelled',
3117
2913
  { collection: number; item: number; owner: AccountId32; delegate: AccountId32 }
@@ -3121,7 +2917,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3121
2917
  * All approvals of an item got cancelled.
3122
2918
  **/
3123
2919
  AllApprovalsCancelled: GenericPalletEvent<
3124
- Rv,
3125
2920
  'Nfts',
3126
2921
  'AllApprovalsCancelled',
3127
2922
  { collection: number; item: number; owner: AccountId32 }
@@ -3130,43 +2925,37 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3130
2925
  /**
3131
2926
  * A `collection` has had its config changed by the `Force` origin.
3132
2927
  **/
3133
- CollectionConfigChanged: GenericPalletEvent<Rv, 'Nfts', 'CollectionConfigChanged', { collection: number }>;
2928
+ CollectionConfigChanged: GenericPalletEvent<'Nfts', 'CollectionConfigChanged', { collection: number }>;
3134
2929
 
3135
2930
  /**
3136
2931
  * New metadata has been set for a `collection`.
3137
2932
  **/
3138
- CollectionMetadataSet: GenericPalletEvent<Rv, 'Nfts', 'CollectionMetadataSet', { collection: number; data: Bytes }>;
2933
+ CollectionMetadataSet: GenericPalletEvent<'Nfts', 'CollectionMetadataSet', { collection: number; data: Bytes }>;
3139
2934
 
3140
2935
  /**
3141
2936
  * Metadata has been cleared for a `collection`.
3142
2937
  **/
3143
- CollectionMetadataCleared: GenericPalletEvent<Rv, 'Nfts', 'CollectionMetadataCleared', { collection: number }>;
2938
+ CollectionMetadataCleared: GenericPalletEvent<'Nfts', 'CollectionMetadataCleared', { collection: number }>;
3144
2939
 
3145
2940
  /**
3146
2941
  * New metadata has been set for an item.
3147
2942
  **/
3148
- ItemMetadataSet: GenericPalletEvent<
3149
- Rv,
3150
- 'Nfts',
3151
- 'ItemMetadataSet',
3152
- { collection: number; item: number; data: Bytes }
3153
- >;
2943
+ ItemMetadataSet: GenericPalletEvent<'Nfts', 'ItemMetadataSet', { collection: number; item: number; data: Bytes }>;
3154
2944
 
3155
2945
  /**
3156
2946
  * Metadata has been cleared for an item.
3157
2947
  **/
3158
- ItemMetadataCleared: GenericPalletEvent<Rv, 'Nfts', 'ItemMetadataCleared', { collection: number; item: number }>;
2948
+ ItemMetadataCleared: GenericPalletEvent<'Nfts', 'ItemMetadataCleared', { collection: number; item: number }>;
3159
2949
 
3160
2950
  /**
3161
2951
  * The deposit for a set of `item`s within a `collection` has been updated.
3162
2952
  **/
3163
- Redeposited: GenericPalletEvent<Rv, 'Nfts', 'Redeposited', { collection: number; successfulItems: Array<number> }>;
2953
+ Redeposited: GenericPalletEvent<'Nfts', 'Redeposited', { collection: number; successfulItems: Array<number> }>;
3164
2954
 
3165
2955
  /**
3166
2956
  * New attribute metadata has been set for a `collection` or `item`.
3167
2957
  **/
3168
2958
  AttributeSet: GenericPalletEvent<
3169
- Rv,
3170
2959
  'Nfts',
3171
2960
  'AttributeSet',
3172
2961
  {
@@ -3182,7 +2971,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3182
2971
  * Attribute metadata has been cleared for a `collection` or `item`.
3183
2972
  **/
3184
2973
  AttributeCleared: GenericPalletEvent<
3185
- Rv,
3186
2974
  'Nfts',
3187
2975
  'AttributeCleared',
3188
2976
  { collection: number; maybeItem?: number | undefined; key: Bytes; namespace: PalletNftsAttributeNamespace }
@@ -3192,7 +2980,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3192
2980
  * A new approval to modify item attributes was added.
3193
2981
  **/
3194
2982
  ItemAttributesApprovalAdded: GenericPalletEvent<
3195
- Rv,
3196
2983
  'Nfts',
3197
2984
  'ItemAttributesApprovalAdded',
3198
2985
  { collection: number; item: number; delegate: AccountId32 }
@@ -3202,7 +2989,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3202
2989
  * A new approval to modify item attributes was removed.
3203
2990
  **/
3204
2991
  ItemAttributesApprovalRemoved: GenericPalletEvent<
3205
- Rv,
3206
2992
  'Nfts',
3207
2993
  'ItemAttributesApprovalRemoved',
3208
2994
  { collection: number; item: number; delegate: AccountId32 }
@@ -3212,7 +2998,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3212
2998
  * Ownership acceptance has changed for an account.
3213
2999
  **/
3214
3000
  OwnershipAcceptanceChanged: GenericPalletEvent<
3215
- Rv,
3216
3001
  'Nfts',
3217
3002
  'OwnershipAcceptanceChanged',
3218
3003
  { who: AccountId32; maybeCollection?: number | undefined }
@@ -3222,7 +3007,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3222
3007
  * Max supply has been set for a collection.
3223
3008
  **/
3224
3009
  CollectionMaxSupplySet: GenericPalletEvent<
3225
- Rv,
3226
3010
  'Nfts',
3227
3011
  'CollectionMaxSupplySet',
3228
3012
  { collection: number; maxSupply: number }
@@ -3231,18 +3015,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3231
3015
  /**
3232
3016
  * Mint settings for a collection had changed.
3233
3017
  **/
3234
- CollectionMintSettingsUpdated: GenericPalletEvent<
3235
- Rv,
3236
- 'Nfts',
3237
- 'CollectionMintSettingsUpdated',
3238
- { collection: number }
3239
- >;
3018
+ CollectionMintSettingsUpdated: GenericPalletEvent<'Nfts', 'CollectionMintSettingsUpdated', { collection: number }>;
3240
3019
 
3241
3020
  /**
3242
3021
  * Event gets emitted when the `NextCollectionId` gets incremented.
3243
3022
  **/
3244
3023
  NextCollectionIdIncremented: GenericPalletEvent<
3245
- Rv,
3246
3024
  'Nfts',
3247
3025
  'NextCollectionIdIncremented',
3248
3026
  { nextId?: number | undefined }
@@ -3252,7 +3030,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3252
3030
  * The price was set for the item.
3253
3031
  **/
3254
3032
  ItemPriceSet: GenericPalletEvent<
3255
- Rv,
3256
3033
  'Nfts',
3257
3034
  'ItemPriceSet',
3258
3035
  { collection: number; item: number; price: bigint; whitelistedBuyer?: AccountId32 | undefined }
@@ -3261,13 +3038,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3261
3038
  /**
3262
3039
  * The price for the item was removed.
3263
3040
  **/
3264
- ItemPriceRemoved: GenericPalletEvent<Rv, 'Nfts', 'ItemPriceRemoved', { collection: number; item: number }>;
3041
+ ItemPriceRemoved: GenericPalletEvent<'Nfts', 'ItemPriceRemoved', { collection: number; item: number }>;
3265
3042
 
3266
3043
  /**
3267
3044
  * An item was bought.
3268
3045
  **/
3269
3046
  ItemBought: GenericPalletEvent<
3270
- Rv,
3271
3047
  'Nfts',
3272
3048
  'ItemBought',
3273
3049
  { collection: number; item: number; price: bigint; seller: AccountId32; buyer: AccountId32 }
@@ -3277,7 +3053,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3277
3053
  * A tip was sent.
3278
3054
  **/
3279
3055
  TipSent: GenericPalletEvent<
3280
- Rv,
3281
3056
  'Nfts',
3282
3057
  'TipSent',
3283
3058
  { collection: number; item: number; sender: AccountId32; receiver: AccountId32; amount: bigint }
@@ -3287,7 +3062,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3287
3062
  * An `item` swap intent was created.
3288
3063
  **/
3289
3064
  SwapCreated: GenericPalletEvent<
3290
- Rv,
3291
3065
  'Nfts',
3292
3066
  'SwapCreated',
3293
3067
  {
@@ -3304,7 +3078,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3304
3078
  * The swap was cancelled.
3305
3079
  **/
3306
3080
  SwapCancelled: GenericPalletEvent<
3307
- Rv,
3308
3081
  'Nfts',
3309
3082
  'SwapCancelled',
3310
3083
  {
@@ -3321,7 +3094,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3321
3094
  * The swap has been claimed.
3322
3095
  **/
3323
3096
  SwapClaimed: GenericPalletEvent<
3324
- Rv,
3325
3097
  'Nfts',
3326
3098
  'SwapClaimed',
3327
3099
  {
@@ -3340,7 +3112,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3340
3112
  * New attributes have been set for an `item` of the `collection`.
3341
3113
  **/
3342
3114
  PreSignedAttributesSet: GenericPalletEvent<
3343
- Rv,
3344
3115
  'Nfts',
3345
3116
  'PreSignedAttributesSet',
3346
3117
  { collection: number; item: number; namespace: PalletNftsAttributeNamespace }
@@ -3351,7 +3122,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3351
3122
  * within that `collection`.
3352
3123
  **/
3353
3124
  PalletAttributeSet: GenericPalletEvent<
3354
- Rv,
3355
3125
  'Nfts',
3356
3126
  'PalletAttributeSet',
3357
3127
  { collection: number; item?: number | undefined; attribute: PalletNftsPalletAttributes; value: Bytes }
@@ -3360,7 +3130,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3360
3130
  /**
3361
3131
  * Generic pallet event
3362
3132
  **/
3363
- [prop: string]: GenericPalletEvent<Rv>;
3133
+ [prop: string]: GenericPalletEvent;
3364
3134
  };
3365
3135
  /**
3366
3136
  * Pallet `NftFractionalization`'s events
@@ -3370,7 +3140,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3370
3140
  * An NFT was successfully fractionalized.
3371
3141
  **/
3372
3142
  NftFractionalized: GenericPalletEvent<
3373
- Rv,
3374
3143
  'NftFractionalization',
3375
3144
  'NftFractionalized',
3376
3145
  { nftCollection: number; nft: number; fractions: bigint; asset: number; beneficiary: AccountId32 }
@@ -3380,7 +3149,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3380
3149
  * An NFT was successfully returned back.
3381
3150
  **/
3382
3151
  NftUnified: GenericPalletEvent<
3383
- Rv,
3384
3152
  'NftFractionalization',
3385
3153
  'NftUnified',
3386
3154
  { nftCollection: number; nft: number; asset: number; beneficiary: AccountId32 }
@@ -3389,7 +3157,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3389
3157
  /**
3390
3158
  * Generic pallet event
3391
3159
  **/
3392
- [prop: string]: GenericPalletEvent<Rv>;
3160
+ [prop: string]: GenericPalletEvent;
3393
3161
  };
3394
3162
  /**
3395
3163
  * Pallet `Salary`'s events
@@ -3398,37 +3166,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3398
3166
  /**
3399
3167
  * A member is inducted into the payroll.
3400
3168
  **/
3401
- Inducted: GenericPalletEvent<Rv, 'Salary', 'Inducted', { who: AccountId32 }>;
3169
+ Inducted: GenericPalletEvent<'Salary', 'Inducted', { who: AccountId32 }>;
3402
3170
 
3403
3171
  /**
3404
3172
  * A member registered for a payout.
3405
3173
  **/
3406
- Registered: GenericPalletEvent<Rv, 'Salary', 'Registered', { who: AccountId32; amount: bigint }>;
3174
+ Registered: GenericPalletEvent<'Salary', 'Registered', { who: AccountId32; amount: bigint }>;
3407
3175
 
3408
3176
  /**
3409
3177
  * A payment happened.
3410
3178
  **/
3411
- Paid: GenericPalletEvent<
3412
- Rv,
3413
- 'Salary',
3414
- 'Paid',
3415
- { who: AccountId32; beneficiary: AccountId32; amount: bigint; id: [] }
3416
- >;
3179
+ Paid: GenericPalletEvent<'Salary', 'Paid', { who: AccountId32; beneficiary: AccountId32; amount: bigint; id: [] }>;
3417
3180
 
3418
3181
  /**
3419
3182
  * The next cycle begins.
3420
3183
  **/
3421
- CycleStarted: GenericPalletEvent<Rv, 'Salary', 'CycleStarted', { index: number }>;
3184
+ CycleStarted: GenericPalletEvent<'Salary', 'CycleStarted', { index: number }>;
3422
3185
 
3423
3186
  /**
3424
3187
  * A member swapped their account.
3425
3188
  **/
3426
- Swapped: GenericPalletEvent<Rv, 'Salary', 'Swapped', { who: AccountId32; newWho: AccountId32 }>;
3189
+ Swapped: GenericPalletEvent<'Salary', 'Swapped', { who: AccountId32; newWho: AccountId32 }>;
3427
3190
 
3428
3191
  /**
3429
3192
  * Generic pallet event
3430
3193
  **/
3431
- [prop: string]: GenericPalletEvent<Rv>;
3194
+ [prop: string]: GenericPalletEvent;
3432
3195
  };
3433
3196
  /**
3434
3197
  * Pallet `CoreFellowship`'s events
@@ -3437,60 +3200,49 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3437
3200
  /**
3438
3201
  * Parameters for the pallet have changed.
3439
3202
  **/
3440
- ParamsChanged: GenericPalletEvent<
3441
- Rv,
3442
- 'CoreFellowship',
3443
- 'ParamsChanged',
3444
- { params: PalletCoreFellowshipParamsType }
3445
- >;
3203
+ ParamsChanged: GenericPalletEvent<'CoreFellowship', 'ParamsChanged', { params: PalletCoreFellowshipParamsType }>;
3446
3204
 
3447
3205
  /**
3448
3206
  * Member activity flag has been set.
3449
3207
  **/
3450
- ActiveChanged: GenericPalletEvent<Rv, 'CoreFellowship', 'ActiveChanged', { who: AccountId32; isActive: boolean }>;
3208
+ ActiveChanged: GenericPalletEvent<'CoreFellowship', 'ActiveChanged', { who: AccountId32; isActive: boolean }>;
3451
3209
 
3452
3210
  /**
3453
3211
  * Member has begun being tracked in this pallet.
3454
3212
  **/
3455
- Inducted: GenericPalletEvent<Rv, 'CoreFellowship', 'Inducted', { who: AccountId32 }>;
3213
+ Inducted: GenericPalletEvent<'CoreFellowship', 'Inducted', { who: AccountId32 }>;
3456
3214
 
3457
3215
  /**
3458
3216
  * Member has been removed from being tracked in this pallet (i.e. because rank is now
3459
3217
  * zero).
3460
3218
  **/
3461
- Offboarded: GenericPalletEvent<Rv, 'CoreFellowship', 'Offboarded', { who: AccountId32 }>;
3219
+ Offboarded: GenericPalletEvent<'CoreFellowship', 'Offboarded', { who: AccountId32 }>;
3462
3220
 
3463
3221
  /**
3464
3222
  * Member has been promoted to the given rank.
3465
3223
  **/
3466
- Promoted: GenericPalletEvent<Rv, 'CoreFellowship', 'Promoted', { who: AccountId32; toRank: number }>;
3224
+ Promoted: GenericPalletEvent<'CoreFellowship', 'Promoted', { who: AccountId32; toRank: number }>;
3467
3225
 
3468
3226
  /**
3469
3227
  * Member has been demoted to the given (non-zero) rank.
3470
3228
  **/
3471
- Demoted: GenericPalletEvent<Rv, 'CoreFellowship', 'Demoted', { who: AccountId32; toRank: number }>;
3229
+ Demoted: GenericPalletEvent<'CoreFellowship', 'Demoted', { who: AccountId32; toRank: number }>;
3472
3230
 
3473
3231
  /**
3474
3232
  * Member has been proven at their current rank, postponing auto-demotion.
3475
3233
  **/
3476
- Proven: GenericPalletEvent<Rv, 'CoreFellowship', 'Proven', { who: AccountId32; atRank: number }>;
3234
+ Proven: GenericPalletEvent<'CoreFellowship', 'Proven', { who: AccountId32; atRank: number }>;
3477
3235
 
3478
3236
  /**
3479
3237
  * Member has stated evidence of their efforts their request for rank.
3480
3238
  **/
3481
- Requested: GenericPalletEvent<
3482
- Rv,
3483
- 'CoreFellowship',
3484
- 'Requested',
3485
- { who: AccountId32; wish: PalletCoreFellowshipWish }
3486
- >;
3239
+ Requested: GenericPalletEvent<'CoreFellowship', 'Requested', { who: AccountId32; wish: PalletCoreFellowshipWish }>;
3487
3240
 
3488
3241
  /**
3489
3242
  * Some submitted evidence was judged and removed. There may or may not have been a change
3490
3243
  * to the rank, but in any case, `last_proof` is reset.
3491
3244
  **/
3492
3245
  EvidenceJudged: GenericPalletEvent<
3493
- Rv,
3494
3246
  'CoreFellowship',
3495
3247
  'EvidenceJudged',
3496
3248
  {
@@ -3524,17 +3276,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3524
3276
  /**
3525
3277
  * Pre-ranked account has been inducted at their current rank.
3526
3278
  **/
3527
- Imported: GenericPalletEvent<Rv, 'CoreFellowship', 'Imported', { who: AccountId32; rank: number }>;
3279
+ Imported: GenericPalletEvent<'CoreFellowship', 'Imported', { who: AccountId32; rank: number }>;
3528
3280
 
3529
3281
  /**
3530
3282
  * A member had its AccountId swapped.
3531
3283
  **/
3532
- Swapped: GenericPalletEvent<Rv, 'CoreFellowship', 'Swapped', { who: AccountId32; newWho: AccountId32 }>;
3284
+ Swapped: GenericPalletEvent<'CoreFellowship', 'Swapped', { who: AccountId32; newWho: AccountId32 }>;
3533
3285
 
3534
3286
  /**
3535
3287
  * Generic pallet event
3536
3288
  **/
3537
- [prop: string]: GenericPalletEvent<Rv>;
3289
+ [prop: string]: GenericPalletEvent;
3538
3290
  };
3539
3291
  /**
3540
3292
  * Pallet `TransactionStorage`'s events
@@ -3543,22 +3295,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3543
3295
  /**
3544
3296
  * Stored data under specified index.
3545
3297
  **/
3546
- Stored: GenericPalletEvent<Rv, 'TransactionStorage', 'Stored', { index: number }>;
3298
+ Stored: GenericPalletEvent<'TransactionStorage', 'Stored', { index: number }>;
3547
3299
 
3548
3300
  /**
3549
3301
  * Renewed data under specified index.
3550
3302
  **/
3551
- Renewed: GenericPalletEvent<Rv, 'TransactionStorage', 'Renewed', { index: number }>;
3303
+ Renewed: GenericPalletEvent<'TransactionStorage', 'Renewed', { index: number }>;
3552
3304
 
3553
3305
  /**
3554
3306
  * Storage proof was successfully checked.
3555
3307
  **/
3556
- ProofChecked: GenericPalletEvent<Rv, 'TransactionStorage', 'ProofChecked', null>;
3308
+ ProofChecked: GenericPalletEvent<'TransactionStorage', 'ProofChecked', null>;
3557
3309
 
3558
3310
  /**
3559
3311
  * Generic pallet event
3560
3312
  **/
3561
- [prop: string]: GenericPalletEvent<Rv>;
3313
+ [prop: string]: GenericPalletEvent;
3562
3314
  };
3563
3315
  /**
3564
3316
  * Pallet `VoterList`'s events
@@ -3567,17 +3319,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3567
3319
  /**
3568
3320
  * Moved an account from one bag to another.
3569
3321
  **/
3570
- Rebagged: GenericPalletEvent<Rv, 'VoterList', 'Rebagged', { who: AccountId32; from: bigint; to: bigint }>;
3322
+ Rebagged: GenericPalletEvent<'VoterList', 'Rebagged', { who: AccountId32; from: bigint; to: bigint }>;
3571
3323
 
3572
3324
  /**
3573
3325
  * Updated the score of some account to the given amount.
3574
3326
  **/
3575
- ScoreUpdated: GenericPalletEvent<Rv, 'VoterList', 'ScoreUpdated', { who: AccountId32; newScore: bigint }>;
3327
+ ScoreUpdated: GenericPalletEvent<'VoterList', 'ScoreUpdated', { who: AccountId32; newScore: bigint }>;
3576
3328
 
3577
3329
  /**
3578
3330
  * Generic pallet event
3579
3331
  **/
3580
- [prop: string]: GenericPalletEvent<Rv>;
3332
+ [prop: string]: GenericPalletEvent;
3581
3333
  };
3582
3334
  /**
3583
3335
  * Pallet `StateTrieMigration`'s events
@@ -3588,7 +3340,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3588
3340
  * `compute`.
3589
3341
  **/
3590
3342
  Migrated: GenericPalletEvent<
3591
- Rv,
3592
3343
  'StateTrieMigration',
3593
3344
  'Migrated',
3594
3345
  { top: number; child: number; compute: PalletStateTrieMigrationMigrationCompute }
@@ -3597,22 +3348,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3597
3348
  /**
3598
3349
  * Some account got slashed by the given amount.
3599
3350
  **/
3600
- Slashed: GenericPalletEvent<Rv, 'StateTrieMigration', 'Slashed', { who: AccountId32; amount: bigint }>;
3351
+ Slashed: GenericPalletEvent<'StateTrieMigration', 'Slashed', { who: AccountId32; amount: bigint }>;
3601
3352
 
3602
3353
  /**
3603
3354
  * The auto migration task finished.
3604
3355
  **/
3605
- AutoMigrationFinished: GenericPalletEvent<Rv, 'StateTrieMigration', 'AutoMigrationFinished', null>;
3356
+ AutoMigrationFinished: GenericPalletEvent<'StateTrieMigration', 'AutoMigrationFinished', null>;
3606
3357
 
3607
3358
  /**
3608
3359
  * Migration got halted due to an error or miss-configuration.
3609
3360
  **/
3610
- Halted: GenericPalletEvent<Rv, 'StateTrieMigration', 'Halted', { error: PalletStateTrieMigrationError }>;
3361
+ Halted: GenericPalletEvent<'StateTrieMigration', 'Halted', { error: PalletStateTrieMigrationError }>;
3611
3362
 
3612
3363
  /**
3613
3364
  * Generic pallet event
3614
3365
  **/
3615
- [prop: string]: GenericPalletEvent<Rv>;
3366
+ [prop: string]: GenericPalletEvent;
3616
3367
  };
3617
3368
  /**
3618
3369
  * Pallet `ChildBounties`'s events
@@ -3621,13 +3372,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3621
3372
  /**
3622
3373
  * A child-bounty is added.
3623
3374
  **/
3624
- Added: GenericPalletEvent<Rv, 'ChildBounties', 'Added', { index: number; childIndex: number }>;
3375
+ Added: GenericPalletEvent<'ChildBounties', 'Added', { index: number; childIndex: number }>;
3625
3376
 
3626
3377
  /**
3627
3378
  * A child-bounty is awarded to a beneficiary.
3628
3379
  **/
3629
3380
  Awarded: GenericPalletEvent<
3630
- Rv,
3631
3381
  'ChildBounties',
3632
3382
  'Awarded',
3633
3383
  { index: number; childIndex: number; beneficiary: AccountId32 }
@@ -3637,7 +3387,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3637
3387
  * A child-bounty is claimed by beneficiary.
3638
3388
  **/
3639
3389
  Claimed: GenericPalletEvent<
3640
- Rv,
3641
3390
  'ChildBounties',
3642
3391
  'Claimed',
3643
3392
  { index: number; childIndex: number; payout: bigint; beneficiary: AccountId32 }
@@ -3646,12 +3395,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3646
3395
  /**
3647
3396
  * A child-bounty is cancelled.
3648
3397
  **/
3649
- Canceled: GenericPalletEvent<Rv, 'ChildBounties', 'Canceled', { index: number; childIndex: number }>;
3398
+ Canceled: GenericPalletEvent<'ChildBounties', 'Canceled', { index: number; childIndex: number }>;
3650
3399
 
3651
3400
  /**
3652
3401
  * Generic pallet event
3653
3402
  **/
3654
- [prop: string]: GenericPalletEvent<Rv>;
3403
+ [prop: string]: GenericPalletEvent;
3655
3404
  };
3656
3405
  /**
3657
3406
  * Pallet `Referenda`'s events
@@ -3661,7 +3410,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3661
3410
  * A referendum has been submitted.
3662
3411
  **/
3663
3412
  Submitted: GenericPalletEvent<
3664
- Rv,
3665
3413
  'Referenda',
3666
3414
  'Submitted',
3667
3415
  {
@@ -3686,7 +3434,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3686
3434
  * The decision deposit has been placed.
3687
3435
  **/
3688
3436
  DecisionDepositPlaced: GenericPalletEvent<
3689
- Rv,
3690
3437
  'Referenda',
3691
3438
  'DecisionDepositPlaced',
3692
3439
  {
@@ -3711,7 +3458,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3711
3458
  * The decision deposit has been refunded.
3712
3459
  **/
3713
3460
  DecisionDepositRefunded: GenericPalletEvent<
3714
- Rv,
3715
3461
  'Referenda',
3716
3462
  'DecisionDepositRefunded',
3717
3463
  {
@@ -3736,7 +3482,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3736
3482
  * A deposit has been slashed.
3737
3483
  **/
3738
3484
  DepositSlashed: GenericPalletEvent<
3739
- Rv,
3740
3485
  'Referenda',
3741
3486
  'DepositSlashed',
3742
3487
  {
@@ -3756,7 +3501,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3756
3501
  * A referendum has moved into the deciding phase.
3757
3502
  **/
3758
3503
  DecisionStarted: GenericPalletEvent<
3759
- Rv,
3760
3504
  'Referenda',
3761
3505
  'DecisionStarted',
3762
3506
  {
@@ -3782,7 +3526,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3782
3526
  }
3783
3527
  >;
3784
3528
  ConfirmStarted: GenericPalletEvent<
3785
- Rv,
3786
3529
  'Referenda',
3787
3530
  'ConfirmStarted',
3788
3531
  {
@@ -3793,7 +3536,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3793
3536
  }
3794
3537
  >;
3795
3538
  ConfirmAborted: GenericPalletEvent<
3796
- Rv,
3797
3539
  'Referenda',
3798
3540
  'ConfirmAborted',
3799
3541
  {
@@ -3808,7 +3550,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3808
3550
  * A referendum has ended its confirmation phase and is ready for approval.
3809
3551
  **/
3810
3552
  Confirmed: GenericPalletEvent<
3811
- Rv,
3812
3553
  'Referenda',
3813
3554
  'Confirmed',
3814
3555
  {
@@ -3828,7 +3569,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3828
3569
  * A referendum has been approved and its proposal has been scheduled.
3829
3570
  **/
3830
3571
  Approved: GenericPalletEvent<
3831
- Rv,
3832
3572
  'Referenda',
3833
3573
  'Approved',
3834
3574
  {
@@ -3843,7 +3583,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3843
3583
  * A proposal has been rejected by referendum.
3844
3584
  **/
3845
3585
  Rejected: GenericPalletEvent<
3846
- Rv,
3847
3586
  'Referenda',
3848
3587
  'Rejected',
3849
3588
  {
@@ -3863,7 +3602,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3863
3602
  * A referendum has been timed out without being decided.
3864
3603
  **/
3865
3604
  TimedOut: GenericPalletEvent<
3866
- Rv,
3867
3605
  'Referenda',
3868
3606
  'TimedOut',
3869
3607
  {
@@ -3883,7 +3621,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3883
3621
  * A referendum has been cancelled.
3884
3622
  **/
3885
3623
  Cancelled: GenericPalletEvent<
3886
- Rv,
3887
3624
  'Referenda',
3888
3625
  'Cancelled',
3889
3626
  {
@@ -3903,7 +3640,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3903
3640
  * A referendum has been killed.
3904
3641
  **/
3905
3642
  Killed: GenericPalletEvent<
3906
- Rv,
3907
3643
  'Referenda',
3908
3644
  'Killed',
3909
3645
  {
@@ -3923,7 +3659,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3923
3659
  * The submission deposit has been refunded.
3924
3660
  **/
3925
3661
  SubmissionDepositRefunded: GenericPalletEvent<
3926
- Rv,
3927
3662
  'Referenda',
3928
3663
  'SubmissionDepositRefunded',
3929
3664
  {
@@ -3948,7 +3683,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3948
3683
  * Metadata for a referendum has been set.
3949
3684
  **/
3950
3685
  MetadataSet: GenericPalletEvent<
3951
- Rv,
3952
3686
  'Referenda',
3953
3687
  'MetadataSet',
3954
3688
  {
@@ -3968,7 +3702,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3968
3702
  * Metadata for a referendum has been cleared.
3969
3703
  **/
3970
3704
  MetadataCleared: GenericPalletEvent<
3971
- Rv,
3972
3705
  'Referenda',
3973
3706
  'MetadataCleared',
3974
3707
  {
@@ -3987,7 +3720,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3987
3720
  /**
3988
3721
  * Generic pallet event
3989
3722
  **/
3990
- [prop: string]: GenericPalletEvent<Rv>;
3723
+ [prop: string]: GenericPalletEvent;
3991
3724
  };
3992
3725
  /**
3993
3726
  * Pallet `Remark`'s events
@@ -3996,12 +3729,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3996
3729
  /**
3997
3730
  * Stored data off chain.
3998
3731
  **/
3999
- Stored: GenericPalletEvent<Rv, 'Remark', 'Stored', { sender: AccountId32; contentHash: H256 }>;
3732
+ Stored: GenericPalletEvent<'Remark', 'Stored', { sender: AccountId32; contentHash: H256 }>;
4000
3733
 
4001
3734
  /**
4002
3735
  * Generic pallet event
4003
3736
  **/
4004
- [prop: string]: GenericPalletEvent<Rv>;
3737
+ [prop: string]: GenericPalletEvent;
4005
3738
  };
4006
3739
  /**
4007
3740
  * Pallet `RootTesting`'s events
@@ -4010,12 +3743,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4010
3743
  /**
4011
3744
  * Event dispatched when the trigger_defensive extrinsic is called.
4012
3745
  **/
4013
- DefensiveTestCall: GenericPalletEvent<Rv, 'RootTesting', 'DefensiveTestCall', undefined>;
3746
+ DefensiveTestCall: GenericPalletEvent<'RootTesting', 'DefensiveTestCall', undefined>;
4014
3747
 
4015
3748
  /**
4016
3749
  * Generic pallet event
4017
3750
  **/
4018
- [prop: string]: GenericPalletEvent<Rv>;
3751
+ [prop: string]: GenericPalletEvent;
4019
3752
  };
4020
3753
  /**
4021
3754
  * Pallet `ConvictionVoting`'s events
@@ -4024,18 +3757,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4024
3757
  /**
4025
3758
  * An account has delegated their vote to another account. \[who, target\]
4026
3759
  **/
4027
- Delegated: GenericPalletEvent<Rv, 'ConvictionVoting', 'Delegated', [AccountId32, AccountId32]>;
3760
+ Delegated: GenericPalletEvent<'ConvictionVoting', 'Delegated', [AccountId32, AccountId32]>;
4028
3761
 
4029
3762
  /**
4030
3763
  * An \[account\] has cancelled a previous delegation operation.
4031
3764
  **/
4032
- Undelegated: GenericPalletEvent<Rv, 'ConvictionVoting', 'Undelegated', AccountId32>;
3765
+ Undelegated: GenericPalletEvent<'ConvictionVoting', 'Undelegated', AccountId32>;
4033
3766
 
4034
3767
  /**
4035
3768
  * An account has voted
4036
3769
  **/
4037
3770
  Voted: GenericPalletEvent<
4038
- Rv,
4039
3771
  'ConvictionVoting',
4040
3772
  'Voted',
4041
3773
  { who: AccountId32; vote: PalletConvictionVotingVoteAccountVote }
@@ -4045,7 +3777,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4045
3777
  * A vote has been removed
4046
3778
  **/
4047
3779
  VoteRemoved: GenericPalletEvent<
4048
- Rv,
4049
3780
  'ConvictionVoting',
4050
3781
  'VoteRemoved',
4051
3782
  { who: AccountId32; vote: PalletConvictionVotingVoteAccountVote }
@@ -4054,21 +3785,20 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4054
3785
  /**
4055
3786
  * The lockup period of a conviction vote expired, and the funds have been unlocked.
4056
3787
  **/
4057
- VoteUnlocked: GenericPalletEvent<Rv, 'ConvictionVoting', 'VoteUnlocked', { who: AccountId32; class: number }>;
3788
+ VoteUnlocked: GenericPalletEvent<'ConvictionVoting', 'VoteUnlocked', { who: AccountId32; class: number }>;
4058
3789
 
4059
3790
  /**
4060
3791
  * Generic pallet event
4061
3792
  **/
4062
- [prop: string]: GenericPalletEvent<Rv>;
3793
+ [prop: string]: GenericPalletEvent;
4063
3794
  };
4064
3795
  /**
4065
3796
  * Pallet `Whitelist`'s events
4066
3797
  **/
4067
3798
  whitelist: {
4068
- CallWhitelisted: GenericPalletEvent<Rv, 'Whitelist', 'CallWhitelisted', { callHash: H256 }>;
4069
- WhitelistedCallRemoved: GenericPalletEvent<Rv, 'Whitelist', 'WhitelistedCallRemoved', { callHash: H256 }>;
3799
+ CallWhitelisted: GenericPalletEvent<'Whitelist', 'CallWhitelisted', { callHash: H256 }>;
3800
+ WhitelistedCallRemoved: GenericPalletEvent<'Whitelist', 'WhitelistedCallRemoved', { callHash: H256 }>;
4070
3801
  WhitelistedCallDispatched: GenericPalletEvent<
4071
- Rv,
4072
3802
  'Whitelist',
4073
3803
  'WhitelistedCallDispatched',
4074
3804
  { callHash: H256; result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo> }
@@ -4077,7 +3807,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4077
3807
  /**
4078
3808
  * Generic pallet event
4079
3809
  **/
4080
- [prop: string]: GenericPalletEvent<Rv>;
3810
+ [prop: string]: GenericPalletEvent;
4081
3811
  };
4082
3812
  /**
4083
3813
  * Pallet `AllianceMotion`'s events
@@ -4088,7 +3818,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4088
3818
  * `MemberCount`).
4089
3819
  **/
4090
3820
  Proposed: GenericPalletEvent<
4091
- Rv,
4092
3821
  'AllianceMotion',
4093
3822
  'Proposed',
4094
3823
  { account: AccountId32; proposalIndex: number; proposalHash: H256; threshold: number }
@@ -4099,7 +3828,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4099
3828
  * a tally (yes votes and no votes given respectively as `MemberCount`).
4100
3829
  **/
4101
3830
  Voted: GenericPalletEvent<
4102
- Rv,
4103
3831
  'AllianceMotion',
4104
3832
  'Voted',
4105
3833
  { account: AccountId32; proposalHash: H256; voted: boolean; yes: number; no: number }
@@ -4108,18 +3836,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4108
3836
  /**
4109
3837
  * A motion was approved by the required threshold.
4110
3838
  **/
4111
- Approved: GenericPalletEvent<Rv, 'AllianceMotion', 'Approved', { proposalHash: H256 }>;
3839
+ Approved: GenericPalletEvent<'AllianceMotion', 'Approved', { proposalHash: H256 }>;
4112
3840
 
4113
3841
  /**
4114
3842
  * A motion was not approved by the required threshold.
4115
3843
  **/
4116
- Disapproved: GenericPalletEvent<Rv, 'AllianceMotion', 'Disapproved', { proposalHash: H256 }>;
3844
+ Disapproved: GenericPalletEvent<'AllianceMotion', 'Disapproved', { proposalHash: H256 }>;
4117
3845
 
4118
3846
  /**
4119
3847
  * A motion was executed; result will be `Ok` if it returned without error.
4120
3848
  **/
4121
3849
  Executed: GenericPalletEvent<
4122
- Rv,
4123
3850
  'AllianceMotion',
4124
3851
  'Executed',
4125
3852
  { proposalHash: H256; result: Result<[], DispatchError> }
@@ -4129,7 +3856,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4129
3856
  * A single member did some action; result will be `Ok` if it returned without error.
4130
3857
  **/
4131
3858
  MemberExecuted: GenericPalletEvent<
4132
- Rv,
4133
3859
  'AllianceMotion',
4134
3860
  'MemberExecuted',
4135
3861
  { proposalHash: H256; result: Result<[], DispatchError> }
@@ -4138,18 +3864,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4138
3864
  /**
4139
3865
  * A proposal was closed because its threshold was reached or after its duration was up.
4140
3866
  **/
4141
- Closed: GenericPalletEvent<Rv, 'AllianceMotion', 'Closed', { proposalHash: H256; yes: number; no: number }>;
3867
+ Closed: GenericPalletEvent<'AllianceMotion', 'Closed', { proposalHash: H256; yes: number; no: number }>;
4142
3868
 
4143
3869
  /**
4144
3870
  * A proposal was killed.
4145
3871
  **/
4146
- Killed: GenericPalletEvent<Rv, 'AllianceMotion', 'Killed', { proposalHash: H256 }>;
3872
+ Killed: GenericPalletEvent<'AllianceMotion', 'Killed', { proposalHash: H256 }>;
4147
3873
 
4148
3874
  /**
4149
3875
  * Some cost for storing a proposal was burned.
4150
3876
  **/
4151
3877
  ProposalCostBurned: GenericPalletEvent<
4152
- Rv,
4153
3878
  'AllianceMotion',
4154
3879
  'ProposalCostBurned',
4155
3880
  { proposalHash: H256; who: AccountId32 }
@@ -4159,7 +3884,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4159
3884
  * Some cost for storing a proposal was released.
4160
3885
  **/
4161
3886
  ProposalCostReleased: GenericPalletEvent<
4162
- Rv,
4163
3887
  'AllianceMotion',
4164
3888
  'ProposalCostReleased',
4165
3889
  { proposalHash: H256; who: AccountId32 }
@@ -4168,7 +3892,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4168
3892
  /**
4169
3893
  * Generic pallet event
4170
3894
  **/
4171
- [prop: string]: GenericPalletEvent<Rv>;
3895
+ [prop: string]: GenericPalletEvent;
4172
3896
  };
4173
3897
  /**
4174
3898
  * Pallet `Alliance`'s events
@@ -4177,23 +3901,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4177
3901
  /**
4178
3902
  * A new rule has been set.
4179
3903
  **/
4180
- NewRuleSet: GenericPalletEvent<Rv, 'Alliance', 'NewRuleSet', { rule: PalletAllianceCid }>;
3904
+ NewRuleSet: GenericPalletEvent<'Alliance', 'NewRuleSet', { rule: PalletAllianceCid }>;
4181
3905
 
4182
3906
  /**
4183
3907
  * A new announcement has been proposed.
4184
3908
  **/
4185
- Announced: GenericPalletEvent<Rv, 'Alliance', 'Announced', { announcement: PalletAllianceCid }>;
3909
+ Announced: GenericPalletEvent<'Alliance', 'Announced', { announcement: PalletAllianceCid }>;
4186
3910
 
4187
3911
  /**
4188
3912
  * An on-chain announcement has been removed.
4189
3913
  **/
4190
- AnnouncementRemoved: GenericPalletEvent<Rv, 'Alliance', 'AnnouncementRemoved', { announcement: PalletAllianceCid }>;
3914
+ AnnouncementRemoved: GenericPalletEvent<'Alliance', 'AnnouncementRemoved', { announcement: PalletAllianceCid }>;
4191
3915
 
4192
3916
  /**
4193
3917
  * Some accounts have been initialized as members (fellows/allies).
4194
3918
  **/
4195
3919
  MembersInitialized: GenericPalletEvent<
4196
- Rv,
4197
3920
  'Alliance',
4198
3921
  'MembersInitialized',
4199
3922
  { fellows: Array<AccountId32>; allies: Array<AccountId32> }
@@ -4203,7 +3926,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4203
3926
  * An account has been added as an Ally and reserved its deposit.
4204
3927
  **/
4205
3928
  NewAllyJoined: GenericPalletEvent<
4206
- Rv,
4207
3929
  'Alliance',
4208
3930
  'NewAllyJoined',
4209
3931
  { ally: AccountId32; nominator?: AccountId32 | undefined; reserved?: bigint | undefined }
@@ -4212,13 +3934,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4212
3934
  /**
4213
3935
  * An ally has been elevated to Fellow.
4214
3936
  **/
4215
- AllyElevated: GenericPalletEvent<Rv, 'Alliance', 'AllyElevated', { ally: AccountId32 }>;
3937
+ AllyElevated: GenericPalletEvent<'Alliance', 'AllyElevated', { ally: AccountId32 }>;
4216
3938
 
4217
3939
  /**
4218
3940
  * A member gave retirement notice and their retirement period started.
4219
3941
  **/
4220
3942
  MemberRetirementPeriodStarted: GenericPalletEvent<
4221
- Rv,
4222
3943
  'Alliance',
4223
3944
  'MemberRetirementPeriodStarted',
4224
3945
  { member: AccountId32 }
@@ -4228,7 +3949,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4228
3949
  * A member has retired with its deposit unreserved.
4229
3950
  **/
4230
3951
  MemberRetired: GenericPalletEvent<
4231
- Rv,
4232
3952
  'Alliance',
4233
3953
  'MemberRetired',
4234
3954
  { member: AccountId32; unreserved?: bigint | undefined }
@@ -4237,18 +3957,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4237
3957
  /**
4238
3958
  * A member has been kicked out with its deposit slashed.
4239
3959
  **/
4240
- MemberKicked: GenericPalletEvent<
4241
- Rv,
4242
- 'Alliance',
4243
- 'MemberKicked',
4244
- { member: AccountId32; slashed?: bigint | undefined }
4245
- >;
3960
+ MemberKicked: GenericPalletEvent<'Alliance', 'MemberKicked', { member: AccountId32; slashed?: bigint | undefined }>;
4246
3961
 
4247
3962
  /**
4248
3963
  * Accounts or websites have been added into the list of unscrupulous items.
4249
3964
  **/
4250
3965
  UnscrupulousItemAdded: GenericPalletEvent<
4251
- Rv,
4252
3966
  'Alliance',
4253
3967
  'UnscrupulousItemAdded',
4254
3968
  { items: Array<PalletAllianceUnscrupulousItem> }
@@ -4258,7 +3972,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4258
3972
  * Accounts or websites have been removed from the list of unscrupulous items.
4259
3973
  **/
4260
3974
  UnscrupulousItemRemoved: GenericPalletEvent<
4261
- Rv,
4262
3975
  'Alliance',
4263
3976
  'UnscrupulousItemRemoved',
4264
3977
  { items: Array<PalletAllianceUnscrupulousItem> }
@@ -4268,7 +3981,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4268
3981
  * Alliance disbanded. Includes number deleted members and unreserved deposits.
4269
3982
  **/
4270
3983
  AllianceDisbanded: GenericPalletEvent<
4271
- Rv,
4272
3984
  'Alliance',
4273
3985
  'AllianceDisbanded',
4274
3986
  { fellowMembers: number; allyMembers: number; unreserved: number }
@@ -4277,12 +3989,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4277
3989
  /**
4278
3990
  * A Fellow abdicated their voting rights. They are now an Ally.
4279
3991
  **/
4280
- FellowAbdicated: GenericPalletEvent<Rv, 'Alliance', 'FellowAbdicated', { fellow: AccountId32 }>;
3992
+ FellowAbdicated: GenericPalletEvent<'Alliance', 'FellowAbdicated', { fellow: AccountId32 }>;
4281
3993
 
4282
3994
  /**
4283
3995
  * Generic pallet event
4284
3996
  **/
4285
- [prop: string]: GenericPalletEvent<Rv>;
3997
+ [prop: string]: GenericPalletEvent;
4286
3998
  };
4287
3999
  /**
4288
4000
  * Pallet `NominationPools`'s events
@@ -4291,13 +4003,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4291
4003
  /**
4292
4004
  * A pool has been created.
4293
4005
  **/
4294
- Created: GenericPalletEvent<Rv, 'NominationPools', 'Created', { depositor: AccountId32; poolId: number }>;
4006
+ Created: GenericPalletEvent<'NominationPools', 'Created', { depositor: AccountId32; poolId: number }>;
4295
4007
 
4296
4008
  /**
4297
4009
  * A member has became bonded in a pool.
4298
4010
  **/
4299
4011
  Bonded: GenericPalletEvent<
4300
- Rv,
4301
4012
  'NominationPools',
4302
4013
  'Bonded',
4303
4014
  { member: AccountId32; poolId: number; bonded: bigint; joined: boolean }
@@ -4306,12 +4017,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4306
4017
  /**
4307
4018
  * A payout has been made to a member.
4308
4019
  **/
4309
- PaidOut: GenericPalletEvent<
4310
- Rv,
4311
- 'NominationPools',
4312
- 'PaidOut',
4313
- { member: AccountId32; poolId: number; payout: bigint }
4314
- >;
4020
+ PaidOut: GenericPalletEvent<'NominationPools', 'PaidOut', { member: AccountId32; poolId: number; payout: bigint }>;
4315
4021
 
4316
4022
  /**
4317
4023
  * A member has unbonded from their pool.
@@ -4327,7 +4033,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4327
4033
  * requested to be unbonded.
4328
4034
  **/
4329
4035
  Unbonded: GenericPalletEvent<
4330
- Rv,
4331
4036
  'NominationPools',
4332
4037
  'Unbonded',
4333
4038
  { member: AccountId32; poolId: number; balance: bigint; points: bigint; era: number }
@@ -4342,7 +4047,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4342
4047
  * will be 1.
4343
4048
  **/
4344
4049
  Withdrawn: GenericPalletEvent<
4345
- Rv,
4346
4050
  'NominationPools',
4347
4051
  'Withdrawn',
4348
4052
  { member: AccountId32; poolId: number; balance: bigint; points: bigint }
@@ -4351,13 +4055,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4351
4055
  /**
4352
4056
  * A pool has been destroyed.
4353
4057
  **/
4354
- Destroyed: GenericPalletEvent<Rv, 'NominationPools', 'Destroyed', { poolId: number }>;
4058
+ Destroyed: GenericPalletEvent<'NominationPools', 'Destroyed', { poolId: number }>;
4355
4059
 
4356
4060
  /**
4357
4061
  * The state of a pool has changed
4358
4062
  **/
4359
4063
  StateChanged: GenericPalletEvent<
4360
- Rv,
4361
4064
  'NominationPools',
4362
4065
  'StateChanged',
4363
4066
  { poolId: number; newState: PalletNominationPoolsPoolState }
@@ -4371,7 +4074,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4371
4074
  * represented by `released_balance`.
4372
4075
  **/
4373
4076
  MemberRemoved: GenericPalletEvent<
4374
- Rv,
4375
4077
  'NominationPools',
4376
4078
  'MemberRemoved',
4377
4079
  { poolId: number; member: AccountId32; releasedBalance: bigint }
@@ -4382,7 +4084,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4382
4084
  * can never change.
4383
4085
  **/
4384
4086
  RolesUpdated: GenericPalletEvent<
4385
- Rv,
4386
4087
  'NominationPools',
4387
4088
  'RolesUpdated',
4388
4089
  { root?: AccountId32 | undefined; bouncer?: AccountId32 | undefined; nominator?: AccountId32 | undefined }
@@ -4391,13 +4092,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4391
4092
  /**
4392
4093
  * The active balance of pool `pool_id` has been slashed to `balance`.
4393
4094
  **/
4394
- PoolSlashed: GenericPalletEvent<Rv, 'NominationPools', 'PoolSlashed', { poolId: number; balance: bigint }>;
4095
+ PoolSlashed: GenericPalletEvent<'NominationPools', 'PoolSlashed', { poolId: number; balance: bigint }>;
4395
4096
 
4396
4097
  /**
4397
4098
  * The unbond pool at `era` of pool `pool_id` has been slashed to `balance`.
4398
4099
  **/
4399
4100
  UnbondingPoolSlashed: GenericPalletEvent<
4400
- Rv,
4401
4101
  'NominationPools',
4402
4102
  'UnbondingPoolSlashed',
4403
4103
  { poolId: number; era: number; balance: bigint }
@@ -4407,7 +4107,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4407
4107
  * A pool's commission setting has been changed.
4408
4108
  **/
4409
4109
  PoolCommissionUpdated: GenericPalletEvent<
4410
- Rv,
4411
4110
  'NominationPools',
4412
4111
  'PoolCommissionUpdated',
4413
4112
  { poolId: number; current?: [Perbill, AccountId32] | undefined }
@@ -4417,7 +4116,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4417
4116
  * A pool's maximum commission setting has been changed.
4418
4117
  **/
4419
4118
  PoolMaxCommissionUpdated: GenericPalletEvent<
4420
- Rv,
4421
4119
  'NominationPools',
4422
4120
  'PoolMaxCommissionUpdated',
4423
4121
  { poolId: number; maxCommission: Perbill }
@@ -4427,7 +4125,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4427
4125
  * A pool's commission `change_rate` has been changed.
4428
4126
  **/
4429
4127
  PoolCommissionChangeRateUpdated: GenericPalletEvent<
4430
- Rv,
4431
4128
  'NominationPools',
4432
4129
  'PoolCommissionChangeRateUpdated',
4433
4130
  { poolId: number; changeRate: PalletNominationPoolsCommissionChangeRate }
@@ -4437,7 +4134,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4437
4134
  * Pool commission claim permission has been updated.
4438
4135
  **/
4439
4136
  PoolCommissionClaimPermissionUpdated: GenericPalletEvent<
4440
- Rv,
4441
4137
  'NominationPools',
4442
4138
  'PoolCommissionClaimPermissionUpdated',
4443
4139
  { poolId: number; permission?: PalletNominationPoolsCommissionClaimPermission | undefined }
@@ -4447,7 +4143,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4447
4143
  * Pool commission has been claimed.
4448
4144
  **/
4449
4145
  PoolCommissionClaimed: GenericPalletEvent<
4450
- Rv,
4451
4146
  'NominationPools',
4452
4147
  'PoolCommissionClaimed',
4453
4148
  { poolId: number; commission: bigint }
@@ -4457,7 +4152,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4457
4152
  * Topped up deficit in frozen ED of the reward pool.
4458
4153
  **/
4459
4154
  MinBalanceDeficitAdjusted: GenericPalletEvent<
4460
- Rv,
4461
4155
  'NominationPools',
4462
4156
  'MinBalanceDeficitAdjusted',
4463
4157
  { poolId: number; amount: bigint }
@@ -4467,7 +4161,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4467
4161
  * Claimed excess frozen ED of af the reward pool.
4468
4162
  **/
4469
4163
  MinBalanceExcessAdjusted: GenericPalletEvent<
4470
- Rv,
4471
4164
  'NominationPools',
4472
4165
  'MinBalanceExcessAdjusted',
4473
4166
  { poolId: number; amount: bigint }
@@ -4477,7 +4170,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4477
4170
  * A pool member's claim permission has been updated.
4478
4171
  **/
4479
4172
  MemberClaimPermissionUpdated: GenericPalletEvent<
4480
- Rv,
4481
4173
  'NominationPools',
4482
4174
  'MemberClaimPermissionUpdated',
4483
4175
  { member: AccountId32; permission: PalletNominationPoolsClaimPermission }
@@ -4486,19 +4178,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4486
4178
  /**
4487
4179
  * A pool's metadata was updated.
4488
4180
  **/
4489
- MetadataUpdated: GenericPalletEvent<
4490
- Rv,
4491
- 'NominationPools',
4492
- 'MetadataUpdated',
4493
- { poolId: number; caller: AccountId32 }
4494
- >;
4181
+ MetadataUpdated: GenericPalletEvent<'NominationPools', 'MetadataUpdated', { poolId: number; caller: AccountId32 }>;
4495
4182
 
4496
4183
  /**
4497
4184
  * A pool's nominating account (or the pool's root account) has nominated a validator set
4498
4185
  * on behalf of the pool.
4499
4186
  **/
4500
4187
  PoolNominationMade: GenericPalletEvent<
4501
- Rv,
4502
4188
  'NominationPools',
4503
4189
  'PoolNominationMade',
4504
4190
  { poolId: number; caller: AccountId32 }
@@ -4508,7 +4194,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4508
4194
  * The pool is chilled i.e. no longer nominating.
4509
4195
  **/
4510
4196
  PoolNominatorChilled: GenericPalletEvent<
4511
- Rv,
4512
4197
  'NominationPools',
4513
4198
  'PoolNominatorChilled',
4514
4199
  { poolId: number; caller: AccountId32 }
@@ -4518,7 +4203,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4518
4203
  * Global parameters regulating nomination pools have been updated.
4519
4204
  **/
4520
4205
  GlobalParamsUpdated: GenericPalletEvent<
4521
- Rv,
4522
4206
  'NominationPools',
4523
4207
  'GlobalParamsUpdated',
4524
4208
  {
@@ -4534,7 +4218,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4534
4218
  /**
4535
4219
  * Generic pallet event
4536
4220
  **/
4537
- [prop: string]: GenericPalletEvent<Rv>;
4221
+ [prop: string]: GenericPalletEvent;
4538
4222
  };
4539
4223
  /**
4540
4224
  * Pallet `RankedPolls`'s events
@@ -4544,7 +4228,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4544
4228
  * A referendum has been submitted.
4545
4229
  **/
4546
4230
  Submitted: GenericPalletEvent<
4547
- Rv,
4548
4231
  'RankedPolls',
4549
4232
  'Submitted',
4550
4233
  {
@@ -4569,7 +4252,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4569
4252
  * The decision deposit has been placed.
4570
4253
  **/
4571
4254
  DecisionDepositPlaced: GenericPalletEvent<
4572
- Rv,
4573
4255
  'RankedPolls',
4574
4256
  'DecisionDepositPlaced',
4575
4257
  {
@@ -4594,7 +4276,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4594
4276
  * The decision deposit has been refunded.
4595
4277
  **/
4596
4278
  DecisionDepositRefunded: GenericPalletEvent<
4597
- Rv,
4598
4279
  'RankedPolls',
4599
4280
  'DecisionDepositRefunded',
4600
4281
  {
@@ -4619,7 +4300,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4619
4300
  * A deposit has been slashed.
4620
4301
  **/
4621
4302
  DepositSlashed: GenericPalletEvent<
4622
- Rv,
4623
4303
  'RankedPolls',
4624
4304
  'DepositSlashed',
4625
4305
  {
@@ -4639,7 +4319,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4639
4319
  * A referendum has moved into the deciding phase.
4640
4320
  **/
4641
4321
  DecisionStarted: GenericPalletEvent<
4642
- Rv,
4643
4322
  'RankedPolls',
4644
4323
  'DecisionStarted',
4645
4324
  {
@@ -4665,7 +4344,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4665
4344
  }
4666
4345
  >;
4667
4346
  ConfirmStarted: GenericPalletEvent<
4668
- Rv,
4669
4347
  'RankedPolls',
4670
4348
  'ConfirmStarted',
4671
4349
  {
@@ -4676,7 +4354,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4676
4354
  }
4677
4355
  >;
4678
4356
  ConfirmAborted: GenericPalletEvent<
4679
- Rv,
4680
4357
  'RankedPolls',
4681
4358
  'ConfirmAborted',
4682
4359
  {
@@ -4691,7 +4368,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4691
4368
  * A referendum has ended its confirmation phase and is ready for approval.
4692
4369
  **/
4693
4370
  Confirmed: GenericPalletEvent<
4694
- Rv,
4695
4371
  'RankedPolls',
4696
4372
  'Confirmed',
4697
4373
  {
@@ -4711,7 +4387,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4711
4387
  * A referendum has been approved and its proposal has been scheduled.
4712
4388
  **/
4713
4389
  Approved: GenericPalletEvent<
4714
- Rv,
4715
4390
  'RankedPolls',
4716
4391
  'Approved',
4717
4392
  {
@@ -4726,7 +4401,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4726
4401
  * A proposal has been rejected by referendum.
4727
4402
  **/
4728
4403
  Rejected: GenericPalletEvent<
4729
- Rv,
4730
4404
  'RankedPolls',
4731
4405
  'Rejected',
4732
4406
  {
@@ -4746,7 +4420,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4746
4420
  * A referendum has been timed out without being decided.
4747
4421
  **/
4748
4422
  TimedOut: GenericPalletEvent<
4749
- Rv,
4750
4423
  'RankedPolls',
4751
4424
  'TimedOut',
4752
4425
  {
@@ -4766,7 +4439,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4766
4439
  * A referendum has been cancelled.
4767
4440
  **/
4768
4441
  Cancelled: GenericPalletEvent<
4769
- Rv,
4770
4442
  'RankedPolls',
4771
4443
  'Cancelled',
4772
4444
  {
@@ -4786,7 +4458,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4786
4458
  * A referendum has been killed.
4787
4459
  **/
4788
4460
  Killed: GenericPalletEvent<
4789
- Rv,
4790
4461
  'RankedPolls',
4791
4462
  'Killed',
4792
4463
  {
@@ -4806,7 +4477,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4806
4477
  * The submission deposit has been refunded.
4807
4478
  **/
4808
4479
  SubmissionDepositRefunded: GenericPalletEvent<
4809
- Rv,
4810
4480
  'RankedPolls',
4811
4481
  'SubmissionDepositRefunded',
4812
4482
  {
@@ -4831,7 +4501,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4831
4501
  * Metadata for a referendum has been set.
4832
4502
  **/
4833
4503
  MetadataSet: GenericPalletEvent<
4834
- Rv,
4835
4504
  'RankedPolls',
4836
4505
  'MetadataSet',
4837
4506
  {
@@ -4851,7 +4520,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4851
4520
  * Metadata for a referendum has been cleared.
4852
4521
  **/
4853
4522
  MetadataCleared: GenericPalletEvent<
4854
- Rv,
4855
4523
  'RankedPolls',
4856
4524
  'MetadataCleared',
4857
4525
  {
@@ -4870,7 +4538,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4870
4538
  /**
4871
4539
  * Generic pallet event
4872
4540
  **/
4873
- [prop: string]: GenericPalletEvent<Rv>;
4541
+ [prop: string]: GenericPalletEvent;
4874
4542
  };
4875
4543
  /**
4876
4544
  * Pallet `RankedCollective`'s events
@@ -4879,24 +4547,23 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4879
4547
  /**
4880
4548
  * A member `who` has been added.
4881
4549
  **/
4882
- MemberAdded: GenericPalletEvent<Rv, 'RankedCollective', 'MemberAdded', { who: AccountId32 }>;
4550
+ MemberAdded: GenericPalletEvent<'RankedCollective', 'MemberAdded', { who: AccountId32 }>;
4883
4551
 
4884
4552
  /**
4885
4553
  * The member `who`se rank has been changed to the given `rank`.
4886
4554
  **/
4887
- RankChanged: GenericPalletEvent<Rv, 'RankedCollective', 'RankChanged', { who: AccountId32; rank: number }>;
4555
+ RankChanged: GenericPalletEvent<'RankedCollective', 'RankChanged', { who: AccountId32; rank: number }>;
4888
4556
 
4889
4557
  /**
4890
4558
  * The member `who` of given `rank` has been removed from the collective.
4891
4559
  **/
4892
- MemberRemoved: GenericPalletEvent<Rv, 'RankedCollective', 'MemberRemoved', { who: AccountId32; rank: number }>;
4560
+ MemberRemoved: GenericPalletEvent<'RankedCollective', 'MemberRemoved', { who: AccountId32; rank: number }>;
4893
4561
 
4894
4562
  /**
4895
4563
  * The member `who` has voted for the `poll` with the given `vote` leading to an updated
4896
4564
  * `tally`.
4897
4565
  **/
4898
4566
  Voted: GenericPalletEvent<
4899
- Rv,
4900
4567
  'RankedCollective',
4901
4568
  'Voted',
4902
4569
  { who: AccountId32; poll: number; vote: PalletRankedCollectiveVoteRecord; tally: PalletRankedCollectiveTally }
@@ -4906,7 +4573,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4906
4573
  * The member `who` had their `AccountId` changed to `new_who`.
4907
4574
  **/
4908
4575
  MemberExchanged: GenericPalletEvent<
4909
- Rv,
4910
4576
  'RankedCollective',
4911
4577
  'MemberExchanged',
4912
4578
  { who: AccountId32; newWho: AccountId32 }
@@ -4915,7 +4581,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4915
4581
  /**
4916
4582
  * Generic pallet event
4917
4583
  **/
4918
- [prop: string]: GenericPalletEvent<Rv>;
4584
+ [prop: string]: GenericPalletEvent;
4919
4585
  };
4920
4586
  /**
4921
4587
  * Pallet `AssetConversion`'s events
@@ -4925,7 +4591,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4925
4591
  * A successful call of the `CreatePool` extrinsic will create this event.
4926
4592
  **/
4927
4593
  PoolCreated: GenericPalletEvent<
4928
- Rv,
4929
4594
  'AssetConversion',
4930
4595
  'PoolCreated',
4931
4596
  {
@@ -4957,7 +4622,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
4957
4622
  * A successful call of the `AddLiquidity` extrinsic will create this event.
4958
4623
  **/
4959
4624
  LiquidityAdded: GenericPalletEvent<
4960
- Rv,
4961
4625
  'AssetConversion',
4962
4626
  'LiquidityAdded',
4963
4627
  {
@@ -5002,7 +4666,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5002
4666
  * A successful call of the `RemoveLiquidity` extrinsic will create this event.
5003
4667
  **/
5004
4668
  LiquidityRemoved: GenericPalletEvent<
5005
- Rv,
5006
4669
  'AssetConversion',
5007
4670
  'LiquidityRemoved',
5008
4671
  {
@@ -5053,7 +4716,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5053
4716
  * and `SwapTokenForExactToken` will generate this event.
5054
4717
  **/
5055
4718
  SwapExecuted: GenericPalletEvent<
5056
- Rv,
5057
4719
  'AssetConversion',
5058
4720
  'SwapExecuted',
5059
4721
  {
@@ -5089,7 +4751,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5089
4751
  * Assets have been converted from one to another.
5090
4752
  **/
5091
4753
  SwapCreditExecuted: GenericPalletEvent<
5092
- Rv,
5093
4754
  'AssetConversion',
5094
4755
  'SwapCreditExecuted',
5095
4756
  {
@@ -5115,7 +4776,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5115
4776
  * Pool has been touched in order to fulfill operational requirements.
5116
4777
  **/
5117
4778
  Touched: GenericPalletEvent<
5118
- Rv,
5119
4779
  'AssetConversion',
5120
4780
  'Touched',
5121
4781
  {
@@ -5134,7 +4794,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5134
4794
  /**
5135
4795
  * Generic pallet event
5136
4796
  **/
5137
- [prop: string]: GenericPalletEvent<Rv>;
4797
+ [prop: string]: GenericPalletEvent;
5138
4798
  };
5139
4799
  /**
5140
4800
  * Pallet `FastUnstake`'s events
@@ -5143,22 +4803,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5143
4803
  /**
5144
4804
  * A staker was unstaked.
5145
4805
  **/
5146
- Unstaked: GenericPalletEvent<
5147
- Rv,
5148
- 'FastUnstake',
5149
- 'Unstaked',
5150
- { stash: AccountId32; result: Result<[], DispatchError> }
5151
- >;
4806
+ Unstaked: GenericPalletEvent<'FastUnstake', 'Unstaked', { stash: AccountId32; result: Result<[], DispatchError> }>;
5152
4807
 
5153
4808
  /**
5154
4809
  * A staker was slashed for requesting fast-unstake whilst being exposed.
5155
4810
  **/
5156
- Slashed: GenericPalletEvent<Rv, 'FastUnstake', 'Slashed', { stash: AccountId32; amount: bigint }>;
4811
+ Slashed: GenericPalletEvent<'FastUnstake', 'Slashed', { stash: AccountId32; amount: bigint }>;
5157
4812
 
5158
4813
  /**
5159
4814
  * A batch was partially checked for the given eras, but the process did not finish.
5160
4815
  **/
5161
- BatchChecked: GenericPalletEvent<Rv, 'FastUnstake', 'BatchChecked', { eras: Array<number> }>;
4816
+ BatchChecked: GenericPalletEvent<'FastUnstake', 'BatchChecked', { eras: Array<number> }>;
5162
4817
 
5163
4818
  /**
5164
4819
  * A batch of a given size was terminated.
@@ -5166,17 +4821,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5166
4821
  * This is always follows by a number of `Unstaked` or `Slashed` events, marking the end
5167
4822
  * of the batch. A new batch will be created upon next block.
5168
4823
  **/
5169
- BatchFinished: GenericPalletEvent<Rv, 'FastUnstake', 'BatchFinished', { size: number }>;
4824
+ BatchFinished: GenericPalletEvent<'FastUnstake', 'BatchFinished', { size: number }>;
5170
4825
 
5171
4826
  /**
5172
4827
  * An internal error happened. Operations will be paused now.
5173
4828
  **/
5174
- InternalError: GenericPalletEvent<Rv, 'FastUnstake', 'InternalError', null>;
4829
+ InternalError: GenericPalletEvent<'FastUnstake', 'InternalError', null>;
5175
4830
 
5176
4831
  /**
5177
4832
  * Generic pallet event
5178
4833
  **/
5179
- [prop: string]: GenericPalletEvent<Rv>;
4834
+ [prop: string]: GenericPalletEvent;
5180
4835
  };
5181
4836
  /**
5182
4837
  * Pallet `MessageQueue`'s events
@@ -5186,7 +4841,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5186
4841
  * Message discarded due to an error in the `MessageProcessor` (usually a format error).
5187
4842
  **/
5188
4843
  ProcessingFailed: GenericPalletEvent<
5189
- Rv,
5190
4844
  'MessageQueue',
5191
4845
  'ProcessingFailed',
5192
4846
  {
@@ -5214,7 +4868,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5214
4868
  * Message is processed.
5215
4869
  **/
5216
4870
  Processed: GenericPalletEvent<
5217
- Rv,
5218
4871
  'MessageQueue',
5219
4872
  'Processed',
5220
4873
  {
@@ -5249,7 +4902,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5249
4902
  * Message placed in overweight queue.
5250
4903
  **/
5251
4904
  OverweightEnqueued: GenericPalletEvent<
5252
- Rv,
5253
4905
  'MessageQueue',
5254
4906
  'OverweightEnqueued',
5255
4907
  {
@@ -5279,7 +4931,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5279
4931
  * This page was reaped.
5280
4932
  **/
5281
4933
  PageReaped: GenericPalletEvent<
5282
- Rv,
5283
4934
  'MessageQueue',
5284
4935
  'PageReaped',
5285
4936
  {
@@ -5298,18 +4949,18 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5298
4949
  /**
5299
4950
  * Generic pallet event
5300
4951
  **/
5301
- [prop: string]: GenericPalletEvent<Rv>;
4952
+ [prop: string]: GenericPalletEvent;
5302
4953
  };
5303
4954
  /**
5304
4955
  * Pallet `Pov`'s events
5305
4956
  **/
5306
4957
  pov: {
5307
- TestEvent: GenericPalletEvent<Rv, 'Pov', 'TestEvent', undefined>;
4958
+ TestEvent: GenericPalletEvent<'Pov', 'TestEvent', undefined>;
5308
4959
 
5309
4960
  /**
5310
4961
  * Generic pallet event
5311
4962
  **/
5312
- [prop: string]: GenericPalletEvent<Rv>;
4963
+ [prop: string]: GenericPalletEvent;
5313
4964
  };
5314
4965
  /**
5315
4966
  * Pallet `TxPause`'s events
@@ -5318,17 +4969,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5318
4969
  /**
5319
4970
  * This pallet, or a specific call is now paused.
5320
4971
  **/
5321
- CallPaused: GenericPalletEvent<Rv, 'TxPause', 'CallPaused', { fullName: [Bytes, Bytes] }>;
4972
+ CallPaused: GenericPalletEvent<'TxPause', 'CallPaused', { fullName: [Bytes, Bytes] }>;
5322
4973
 
5323
4974
  /**
5324
4975
  * This pallet, or a specific call is now unpaused.
5325
4976
  **/
5326
- CallUnpaused: GenericPalletEvent<Rv, 'TxPause', 'CallUnpaused', { fullName: [Bytes, Bytes] }>;
4977
+ CallUnpaused: GenericPalletEvent<'TxPause', 'CallUnpaused', { fullName: [Bytes, Bytes] }>;
5327
4978
 
5328
4979
  /**
5329
4980
  * Generic pallet event
5330
4981
  **/
5331
- [prop: string]: GenericPalletEvent<Rv>;
4982
+ [prop: string]: GenericPalletEvent;
5332
4983
  };
5333
4984
  /**
5334
4985
  * Pallet `SafeMode`'s events
@@ -5337,51 +4988,51 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5337
4988
  /**
5338
4989
  * The safe-mode was entered until inclusively this block.
5339
4990
  **/
5340
- Entered: GenericPalletEvent<Rv, 'SafeMode', 'Entered', { until: number }>;
4991
+ Entered: GenericPalletEvent<'SafeMode', 'Entered', { until: number }>;
5341
4992
 
5342
4993
  /**
5343
4994
  * The safe-mode was extended until inclusively this block.
5344
4995
  **/
5345
- Extended: GenericPalletEvent<Rv, 'SafeMode', 'Extended', { until: number }>;
4996
+ Extended: GenericPalletEvent<'SafeMode', 'Extended', { until: number }>;
5346
4997
 
5347
4998
  /**
5348
4999
  * Exited the safe-mode for a specific reason.
5349
5000
  **/
5350
- Exited: GenericPalletEvent<Rv, 'SafeMode', 'Exited', { reason: PalletSafeModeExitReason }>;
5001
+ Exited: GenericPalletEvent<'SafeMode', 'Exited', { reason: PalletSafeModeExitReason }>;
5351
5002
 
5352
5003
  /**
5353
5004
  * An account reserved funds for either entering or extending the safe-mode.
5354
5005
  **/
5355
- DepositPlaced: GenericPalletEvent<Rv, 'SafeMode', 'DepositPlaced', { account: AccountId32; amount: bigint }>;
5006
+ DepositPlaced: GenericPalletEvent<'SafeMode', 'DepositPlaced', { account: AccountId32; amount: bigint }>;
5356
5007
 
5357
5008
  /**
5358
5009
  * An account had a reserve released that was reserved.
5359
5010
  **/
5360
- DepositReleased: GenericPalletEvent<Rv, 'SafeMode', 'DepositReleased', { account: AccountId32; amount: bigint }>;
5011
+ DepositReleased: GenericPalletEvent<'SafeMode', 'DepositReleased', { account: AccountId32; amount: bigint }>;
5361
5012
 
5362
5013
  /**
5363
5014
  * An account had reserve slashed that was reserved.
5364
5015
  **/
5365
- DepositSlashed: GenericPalletEvent<Rv, 'SafeMode', 'DepositSlashed', { account: AccountId32; amount: bigint }>;
5016
+ DepositSlashed: GenericPalletEvent<'SafeMode', 'DepositSlashed', { account: AccountId32; amount: bigint }>;
5366
5017
 
5367
5018
  /**
5368
5019
  * Could not hold funds for entering or extending the safe-mode.
5369
5020
  *
5370
5021
  * This error comes from the underlying `Currency`.
5371
5022
  **/
5372
- CannotDeposit: GenericPalletEvent<Rv, 'SafeMode', 'CannotDeposit', null>;
5023
+ CannotDeposit: GenericPalletEvent<'SafeMode', 'CannotDeposit', null>;
5373
5024
 
5374
5025
  /**
5375
5026
  * Could not release funds for entering or extending the safe-mode.
5376
5027
  *
5377
5028
  * This error comes from the underlying `Currency`.
5378
5029
  **/
5379
- CannotRelease: GenericPalletEvent<Rv, 'SafeMode', 'CannotRelease', null>;
5030
+ CannotRelease: GenericPalletEvent<'SafeMode', 'CannotRelease', null>;
5380
5031
 
5381
5032
  /**
5382
5033
  * Generic pallet event
5383
5034
  **/
5384
- [prop: string]: GenericPalletEvent<Rv>;
5035
+ [prop: string]: GenericPalletEvent;
5385
5036
  };
5386
5037
  /**
5387
5038
  * Pallet `Statement`'s events
@@ -5391,7 +5042,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5391
5042
  * A new statement is submitted
5392
5043
  **/
5393
5044
  NewStatement: GenericPalletEvent<
5394
- Rv,
5395
5045
  'Statement',
5396
5046
  'NewStatement',
5397
5047
  { account: AccountId32; statement: SpStatementStoreStatement }
@@ -5400,7 +5050,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5400
5050
  /**
5401
5051
  * Generic pallet event
5402
5052
  **/
5403
- [prop: string]: GenericPalletEvent<Rv>;
5053
+ [prop: string]: GenericPalletEvent;
5404
5054
  };
5405
5055
  /**
5406
5056
  * Pallet `MultiBlockMigrations`'s events
@@ -5412,7 +5062,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5412
5062
  * Its end is indicated by `UpgradeCompleted` or `UpgradeFailed`.
5413
5063
  **/
5414
5064
  UpgradeStarted: GenericPalletEvent<
5415
- Rv,
5416
5065
  'MultiBlockMigrations',
5417
5066
  'UpgradeStarted',
5418
5067
  {
@@ -5431,20 +5080,19 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5431
5080
  *
5432
5081
  * This implies that all of its migrations completed successfully as well.
5433
5082
  **/
5434
- UpgradeCompleted: GenericPalletEvent<Rv, 'MultiBlockMigrations', 'UpgradeCompleted', null>;
5083
+ UpgradeCompleted: GenericPalletEvent<'MultiBlockMigrations', 'UpgradeCompleted', null>;
5435
5084
 
5436
5085
  /**
5437
5086
  * Runtime upgrade failed.
5438
5087
  *
5439
5088
  * This is very bad and will require governance intervention.
5440
5089
  **/
5441
- UpgradeFailed: GenericPalletEvent<Rv, 'MultiBlockMigrations', 'UpgradeFailed', null>;
5090
+ UpgradeFailed: GenericPalletEvent<'MultiBlockMigrations', 'UpgradeFailed', null>;
5442
5091
 
5443
5092
  /**
5444
5093
  * A migration was skipped since it was already executed in the past.
5445
5094
  **/
5446
5095
  MigrationSkipped: GenericPalletEvent<
5447
- Rv,
5448
5096
  'MultiBlockMigrations',
5449
5097
  'MigrationSkipped',
5450
5098
  {
@@ -5459,7 +5107,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5459
5107
  * A migration progressed.
5460
5108
  **/
5461
5109
  MigrationAdvanced: GenericPalletEvent<
5462
- Rv,
5463
5110
  'MultiBlockMigrations',
5464
5111
  'MigrationAdvanced',
5465
5112
  {
@@ -5479,7 +5126,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5479
5126
  * A Migration completed.
5480
5127
  **/
5481
5128
  MigrationCompleted: GenericPalletEvent<
5482
- Rv,
5483
5129
  'MultiBlockMigrations',
5484
5130
  'MigrationCompleted',
5485
5131
  {
@@ -5501,7 +5147,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5501
5147
  * This implies that the whole upgrade failed and governance intervention is required.
5502
5148
  **/
5503
5149
  MigrationFailed: GenericPalletEvent<
5504
- Rv,
5505
5150
  'MultiBlockMigrations',
5506
5151
  'MigrationFailed',
5507
5152
  {
@@ -5521,7 +5166,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5521
5166
  * The set of historical migrations has been cleared.
5522
5167
  **/
5523
5168
  HistoricCleared: GenericPalletEvent<
5524
- Rv,
5525
5169
  'MultiBlockMigrations',
5526
5170
  'HistoricCleared',
5527
5171
  {
@@ -5535,7 +5179,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5535
5179
  /**
5536
5180
  * Generic pallet event
5537
5181
  **/
5538
- [prop: string]: GenericPalletEvent<Rv>;
5182
+ [prop: string]: GenericPalletEvent;
5539
5183
  };
5540
5184
  /**
5541
5185
  * Pallet `Broker`'s events
@@ -5545,7 +5189,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5545
5189
  * A Region of Bulk Coretime has been purchased.
5546
5190
  **/
5547
5191
  Purchased: GenericPalletEvent<
5548
- Rv,
5549
5192
  'Broker',
5550
5193
  'Purchased',
5551
5194
  {
@@ -5575,7 +5218,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5575
5218
  * The workload of a core has become renewable.
5576
5219
  **/
5577
5220
  Renewable: GenericPalletEvent<
5578
- Rv,
5579
5221
  'Broker',
5580
5222
  'Renewable',
5581
5223
  {
@@ -5607,7 +5249,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5607
5249
  * A workload has been renewed.
5608
5250
  **/
5609
5251
  Renewed: GenericPalletEvent<
5610
- Rv,
5611
5252
  'Broker',
5612
5253
  'Renewed',
5613
5254
  {
@@ -5652,7 +5293,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5652
5293
  * Ownership of a Region has been transferred.
5653
5294
  **/
5654
5295
  Transferred: GenericPalletEvent<
5655
- Rv,
5656
5296
  'Broker',
5657
5297
  'Transferred',
5658
5298
  {
@@ -5682,7 +5322,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5682
5322
  * A Region has been split into two non-overlapping Regions.
5683
5323
  **/
5684
5324
  Partitioned: GenericPalletEvent<
5685
- Rv,
5686
5325
  'Broker',
5687
5326
  'Partitioned',
5688
5327
  {
@@ -5702,7 +5341,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5702
5341
  * A Region has been converted into two overlapping Regions each of lesser regularity.
5703
5342
  **/
5704
5343
  Interlaced: GenericPalletEvent<
5705
- Rv,
5706
5344
  'Broker',
5707
5345
  'Interlaced',
5708
5346
  {
@@ -5722,7 +5360,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5722
5360
  * A Region has been assigned to a particular task.
5723
5361
  **/
5724
5362
  Assigned: GenericPalletEvent<
5725
- Rv,
5726
5363
  'Broker',
5727
5364
  'Assigned',
5728
5365
  {
@@ -5747,7 +5384,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5747
5384
  * An assignment has been removed from the workplan.
5748
5385
  **/
5749
5386
  AssignmentRemoved: GenericPalletEvent<
5750
- Rv,
5751
5387
  'Broker',
5752
5388
  'AssignmentRemoved',
5753
5389
  {
@@ -5762,7 +5398,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5762
5398
  * A Region has been added to the Instantaneous Coretime Pool.
5763
5399
  **/
5764
5400
  Pooled: GenericPalletEvent<
5765
- Rv,
5766
5401
  'Broker',
5767
5402
  'Pooled',
5768
5403
  {
@@ -5782,7 +5417,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5782
5417
  * A new number of cores has been requested.
5783
5418
  **/
5784
5419
  CoreCountRequested: GenericPalletEvent<
5785
- Rv,
5786
5420
  'Broker',
5787
5421
  'CoreCountRequested',
5788
5422
  {
@@ -5797,7 +5431,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5797
5431
  * The number of cores available for scheduling has changed.
5798
5432
  **/
5799
5433
  CoreCountChanged: GenericPalletEvent<
5800
- Rv,
5801
5434
  'Broker',
5802
5435
  'CoreCountChanged',
5803
5436
  {
@@ -5812,7 +5445,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5812
5445
  * There is a new reservation for a workload.
5813
5446
  **/
5814
5447
  ReservationMade: GenericPalletEvent<
5815
- Rv,
5816
5448
  'Broker',
5817
5449
  'ReservationMade',
5818
5450
  {
@@ -5832,7 +5464,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5832
5464
  * A reservation for a workload has been cancelled.
5833
5465
  **/
5834
5466
  ReservationCancelled: GenericPalletEvent<
5835
- Rv,
5836
5467
  'Broker',
5837
5468
  'ReservationCancelled',
5838
5469
  {
@@ -5852,7 +5483,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5852
5483
  * A new sale has been initialized.
5853
5484
  **/
5854
5485
  SaleInitialized: GenericPalletEvent<
5855
- Rv,
5856
5486
  'Broker',
5857
5487
  'SaleInitialized',
5858
5488
  {
@@ -5904,7 +5534,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5904
5534
  * A new lease has been created.
5905
5535
  **/
5906
5536
  Leased: GenericPalletEvent<
5907
- Rv,
5908
5537
  'Broker',
5909
5538
  'Leased',
5910
5539
  {
@@ -5926,7 +5555,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5926
5555
  * A lease has been removed.
5927
5556
  **/
5928
5557
  LeaseRemoved: GenericPalletEvent<
5929
- Rv,
5930
5558
  'Broker',
5931
5559
  'LeaseRemoved',
5932
5560
  {
@@ -5941,7 +5569,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5941
5569
  * A lease is about to end.
5942
5570
  **/
5943
5571
  LeaseEnding: GenericPalletEvent<
5944
- Rv,
5945
5572
  'Broker',
5946
5573
  'LeaseEnding',
5947
5574
  {
@@ -5961,7 +5588,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5961
5588
  * The sale rotation has been started and a new sale is imminent.
5962
5589
  **/
5963
5590
  SalesStarted: GenericPalletEvent<
5964
- Rv,
5965
5591
  'Broker',
5966
5592
  'SalesStarted',
5967
5593
  {
@@ -5981,7 +5607,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
5981
5607
  * The act of claiming revenue has begun.
5982
5608
  **/
5983
5609
  RevenueClaimBegun: GenericPalletEvent<
5984
- Rv,
5985
5610
  'Broker',
5986
5611
  'RevenueClaimBegun',
5987
5612
  {
@@ -6001,7 +5626,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6001
5626
  * A particular timeslice has a non-zero claim.
6002
5627
  **/
6003
5628
  RevenueClaimItem: GenericPalletEvent<
6004
- Rv,
6005
5629
  'Broker',
6006
5630
  'RevenueClaimItem',
6007
5631
  {
@@ -6021,7 +5645,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6021
5645
  * A revenue claim has (possibly only in part) been paid.
6022
5646
  **/
6023
5647
  RevenueClaimPaid: GenericPalletEvent<
6024
- Rv,
6025
5648
  'Broker',
6026
5649
  'RevenueClaimPaid',
6027
5650
  {
@@ -6046,7 +5669,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6046
5669
  * Some Instantaneous Coretime Pool credit has been purchased.
6047
5670
  **/
6048
5671
  CreditPurchased: GenericPalletEvent<
6049
- Rv,
6050
5672
  'Broker',
6051
5673
  'CreditPurchased',
6052
5674
  {
@@ -6071,7 +5693,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6071
5693
  * A Region has been dropped due to being out of date.
6072
5694
  **/
6073
5695
  RegionDropped: GenericPalletEvent<
6074
- Rv,
6075
5696
  'Broker',
6076
5697
  'RegionDropped',
6077
5698
  {
@@ -6091,7 +5712,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6091
5712
  * Some historical Instantaneous Core Pool contribution record has been dropped.
6092
5713
  **/
6093
5714
  ContributionDropped: GenericPalletEvent<
6094
- Rv,
6095
5715
  'Broker',
6096
5716
  'ContributionDropped',
6097
5717
  {
@@ -6106,7 +5726,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6106
5726
  * Some historical Instantaneous Core Pool payment record has been initialized.
6107
5727
  **/
6108
5728
  HistoryInitialized: GenericPalletEvent<
6109
- Rv,
6110
5729
  'Broker',
6111
5730
  'HistoryInitialized',
6112
5731
  {
@@ -6132,7 +5751,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6132
5751
  * Some historical Instantaneous Core Pool payment record has been dropped.
6133
5752
  **/
6134
5753
  HistoryDropped: GenericPalletEvent<
6135
- Rv,
6136
5754
  'Broker',
6137
5755
  'HistoryDropped',
6138
5756
  {
@@ -6153,7 +5771,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6153
5771
  * timeslice was already known. Governance may need to intervene.
6154
5772
  **/
6155
5773
  HistoryIgnored: GenericPalletEvent<
6156
- Rv,
6157
5774
  'Broker',
6158
5775
  'HistoryIgnored',
6159
5776
  {
@@ -6173,7 +5790,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6173
5790
  * Some historical Instantaneous Core Pool Revenue is ready for payout claims.
6174
5791
  **/
6175
5792
  ClaimsReady: GenericPalletEvent<
6176
- Rv,
6177
5793
  'Broker',
6178
5794
  'ClaimsReady',
6179
5795
  {
@@ -6198,7 +5814,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6198
5814
  * A Core has been assigned to one or more tasks and/or the Pool on the Relay-chain.
6199
5815
  **/
6200
5816
  CoreAssigned: GenericPalletEvent<
6201
- Rv,
6202
5817
  'Broker',
6203
5818
  'CoreAssigned',
6204
5819
  {
@@ -6223,7 +5838,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6223
5838
  * Some historical Instantaneous Core Pool payment record has been dropped.
6224
5839
  **/
6225
5840
  PotentialRenewalDropped: GenericPalletEvent<
6226
- Rv,
6227
5841
  'Broker',
6228
5842
  'PotentialRenewalDropped',
6229
5843
  {
@@ -6239,7 +5853,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6239
5853
  }
6240
5854
  >;
6241
5855
  AutoRenewalEnabled: GenericPalletEvent<
6242
- Rv,
6243
5856
  'Broker',
6244
5857
  'AutoRenewalEnabled',
6245
5858
  {
@@ -6255,7 +5868,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6255
5868
  }
6256
5869
  >;
6257
5870
  AutoRenewalDisabled: GenericPalletEvent<
6258
- Rv,
6259
5871
  'Broker',
6260
5872
  'AutoRenewalDisabled',
6261
5873
  {
@@ -6276,7 +5888,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6276
5888
  * funded.
6277
5889
  **/
6278
5890
  AutoRenewalFailed: GenericPalletEvent<
6279
- Rv,
6280
5891
  'Broker',
6281
5892
  'AutoRenewalFailed',
6282
5893
  {
@@ -6300,12 +5911,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6300
5911
  * This should never happen, given that enable_auto_renew checks for this before enabling
6301
5912
  * auto-renewal.
6302
5913
  **/
6303
- AutoRenewalLimitReached: GenericPalletEvent<Rv, 'Broker', 'AutoRenewalLimitReached', null>;
5914
+ AutoRenewalLimitReached: GenericPalletEvent<'Broker', 'AutoRenewalLimitReached', null>;
6304
5915
 
6305
5916
  /**
6306
5917
  * Generic pallet event
6307
5918
  **/
6308
- [prop: string]: GenericPalletEvent<Rv>;
5919
+ [prop: string]: GenericPalletEvent;
6309
5920
  };
6310
5921
  /**
6311
5922
  * Pallet `Parameters`'s events
@@ -6317,7 +5928,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6317
5928
  * Is also emitted when the value was not changed.
6318
5929
  **/
6319
5930
  Updated: GenericPalletEvent<
6320
- Rv,
6321
5931
  'Parameters',
6322
5932
  'Updated',
6323
5933
  {
@@ -6341,7 +5951,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6341
5951
  /**
6342
5952
  * Generic pallet event
6343
5953
  **/
6344
- [prop: string]: GenericPalletEvent<Rv>;
5954
+ [prop: string]: GenericPalletEvent;
6345
5955
  };
6346
5956
  /**
6347
5957
  * Pallet `SkipFeelessPayment`'s events
@@ -6350,12 +5960,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6350
5960
  /**
6351
5961
  * A transaction fee was skipped.
6352
5962
  **/
6353
- FeeSkipped: GenericPalletEvent<Rv, 'SkipFeelessPayment', 'FeeSkipped', { origin: KitchensinkRuntimeOriginCaller }>;
5963
+ FeeSkipped: GenericPalletEvent<'SkipFeelessPayment', 'FeeSkipped', { origin: KitchensinkRuntimeOriginCaller }>;
6354
5964
 
6355
5965
  /**
6356
5966
  * Generic pallet event
6357
5967
  **/
6358
- [prop: string]: GenericPalletEvent<Rv>;
5968
+ [prop: string]: GenericPalletEvent;
6359
5969
  };
6360
5970
  /**
6361
5971
  * Pallet `AssetConversionMigration`'s events
@@ -6365,7 +5975,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6365
5975
  * Indicates that a pool has been migrated to the new account ID.
6366
5976
  **/
6367
5977
  MigratedToNewAccount: GenericPalletEvent<
6368
- Rv,
6369
5978
  'AssetConversionMigration',
6370
5979
  'MigratedToNewAccount',
6371
5980
  {
@@ -6389,7 +5998,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6389
5998
  /**
6390
5999
  * Generic pallet event
6391
6000
  **/
6392
- [prop: string]: GenericPalletEvent<Rv>;
6001
+ [prop: string]: GenericPalletEvent;
6393
6002
  };
6394
6003
  /**
6395
6004
  * Pallet `Revive`'s events
@@ -6399,7 +6008,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6399
6008
  * A custom event emitted by the contract.
6400
6009
  **/
6401
6010
  ContractEmitted: GenericPalletEvent<
6402
- Rv,
6403
6011
  'Revive',
6404
6012
  'ContractEmitted',
6405
6013
  {
@@ -6425,7 +6033,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6425
6033
  /**
6426
6034
  * Generic pallet event
6427
6035
  **/
6428
- [prop: string]: GenericPalletEvent<Rv>;
6036
+ [prop: string]: GenericPalletEvent;
6429
6037
  };
6430
6038
  /**
6431
6039
  * Pallet `DelegatedStaking`'s events
@@ -6435,7 +6043,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6435
6043
  * Funds delegated by a delegator.
6436
6044
  **/
6437
6045
  Delegated: GenericPalletEvent<
6438
- Rv,
6439
6046
  'DelegatedStaking',
6440
6047
  'Delegated',
6441
6048
  { agent: AccountId32; delegator: AccountId32; amount: bigint }
@@ -6445,7 +6052,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6445
6052
  * Funds released to a delegator.
6446
6053
  **/
6447
6054
  Released: GenericPalletEvent<
6448
- Rv,
6449
6055
  'DelegatedStaking',
6450
6056
  'Released',
6451
6057
  { agent: AccountId32; delegator: AccountId32; amount: bigint }
@@ -6455,7 +6061,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6455
6061
  * Funds slashed from a delegator.
6456
6062
  **/
6457
6063
  Slashed: GenericPalletEvent<
6458
- Rv,
6459
6064
  'DelegatedStaking',
6460
6065
  'Slashed',
6461
6066
  { agent: AccountId32; delegator: AccountId32; amount: bigint }
@@ -6465,7 +6070,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6465
6070
  * Unclaimed delegation funds migrated to delegator.
6466
6071
  **/
6467
6072
  MigratedDelegation: GenericPalletEvent<
6468
- Rv,
6469
6073
  'DelegatedStaking',
6470
6074
  'MigratedDelegation',
6471
6075
  { agent: AccountId32; delegator: AccountId32; amount: bigint }
@@ -6474,7 +6078,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6474
6078
  /**
6475
6079
  * Generic pallet event
6476
6080
  **/
6477
- [prop: string]: GenericPalletEvent<Rv>;
6081
+ [prop: string]: GenericPalletEvent;
6478
6082
  };
6479
6083
  /**
6480
6084
  * Pallet `AssetRewards`'s events
@@ -6484,7 +6088,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6484
6088
  * An account staked some tokens in a pool.
6485
6089
  **/
6486
6090
  Staked: GenericPalletEvent<
6487
- Rv,
6488
6091
  'AssetRewards',
6489
6092
  'Staked',
6490
6093
  {
@@ -6509,7 +6112,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6509
6112
  * An account unstaked some tokens from a pool.
6510
6113
  **/
6511
6114
  Unstaked: GenericPalletEvent<
6512
- Rv,
6513
6115
  'AssetRewards',
6514
6116
  'Unstaked',
6515
6117
  {
@@ -6539,7 +6141,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6539
6141
  * An account harvested some rewards.
6540
6142
  **/
6541
6143
  RewardsHarvested: GenericPalletEvent<
6542
- Rv,
6543
6144
  'AssetRewards',
6544
6145
  'RewardsHarvested',
6545
6146
  {
@@ -6569,7 +6170,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6569
6170
  * A new reward pool was created.
6570
6171
  **/
6571
6172
  PoolCreated: GenericPalletEvent<
6572
- Rv,
6573
6173
  'AssetRewards',
6574
6174
  'PoolCreated',
6575
6175
  {
@@ -6614,7 +6214,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6614
6214
  * A pool reward rate was modified by the admin.
6615
6215
  **/
6616
6216
  PoolRewardRateModified: GenericPalletEvent<
6617
- Rv,
6618
6217
  'AssetRewards',
6619
6218
  'PoolRewardRateModified',
6620
6219
  {
@@ -6634,7 +6233,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6634
6233
  * A pool admin was modified.
6635
6234
  **/
6636
6235
  PoolAdminModified: GenericPalletEvent<
6637
- Rv,
6638
6236
  'AssetRewards',
6639
6237
  'PoolAdminModified',
6640
6238
  {
@@ -6654,7 +6252,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6654
6252
  * A pool expiry block was modified by the admin.
6655
6253
  **/
6656
6254
  PoolExpiryBlockModified: GenericPalletEvent<
6657
- Rv,
6658
6255
  'AssetRewards',
6659
6256
  'PoolExpiryBlockModified',
6660
6257
  {
@@ -6674,7 +6271,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6674
6271
  * A pool information was cleared after it's completion.
6675
6272
  **/
6676
6273
  PoolCleanedUp: GenericPalletEvent<
6677
- Rv,
6678
6274
  'AssetRewards',
6679
6275
  'PoolCleanedUp',
6680
6276
  {
@@ -6688,19 +6284,19 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6688
6284
  /**
6689
6285
  * Generic pallet event
6690
6286
  **/
6691
- [prop: string]: GenericPalletEvent<Rv>;
6287
+ [prop: string]: GenericPalletEvent;
6692
6288
  };
6693
6289
  /**
6694
6290
  * Pallet `AssetsFreezer`'s events
6695
6291
  **/
6696
6292
  assetsFreezer: {
6697
- Frozen: GenericPalletEvent<Rv, 'AssetsFreezer', 'Frozen', { who: AccountId32; assetId: number; amount: bigint }>;
6698
- Thawed: GenericPalletEvent<Rv, 'AssetsFreezer', 'Thawed', { who: AccountId32; assetId: number; amount: bigint }>;
6293
+ Frozen: GenericPalletEvent<'AssetsFreezer', 'Frozen', { who: AccountId32; assetId: number; amount: bigint }>;
6294
+ Thawed: GenericPalletEvent<'AssetsFreezer', 'Thawed', { who: AccountId32; assetId: number; amount: bigint }>;
6699
6295
 
6700
6296
  /**
6701
6297
  * Generic pallet event
6702
6298
  **/
6703
- [prop: string]: GenericPalletEvent<Rv>;
6299
+ [prop: string]: GenericPalletEvent;
6704
6300
  };
6705
6301
  /**
6706
6302
  * Pallet `MetaTx`'s events
@@ -6713,7 +6309,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6713
6309
  * information.
6714
6310
  **/
6715
6311
  Dispatched: GenericPalletEvent<
6716
- Rv,
6717
6312
  'MetaTx',
6718
6313
  'Dispatched',
6719
6314
  { result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo> }
@@ -6722,6 +6317,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
6722
6317
  /**
6723
6318
  * Generic pallet event
6724
6319
  **/
6725
- [prop: string]: GenericPalletEvent<Rv>;
6320
+ [prop: string]: GenericPalletEvent;
6726
6321
  };
6727
6322
  }