@dedot/chaintypes 0.194.0 → 0.196.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/aleph/consts.d.ts +2 -2
  2. package/aleph/errors.d.ts +228 -228
  3. package/aleph/events.d.ts +122 -226
  4. package/aleph/index.d.ts +15 -17
  5. package/aleph/json-rpc.d.ts +3 -3
  6. package/aleph/query.d.ts +171 -207
  7. package/aleph/runtime.d.ts +47 -63
  8. package/aleph/tx.d.ts +377 -550
  9. package/aleph/view-functions.d.ts +2 -2
  10. package/astar/consts.d.ts +2 -2
  11. package/astar/errors.d.ts +431 -431
  12. package/astar/events.d.ts +232 -401
  13. package/astar/index.d.ts +15 -17
  14. package/astar/json-rpc.d.ts +3 -3
  15. package/astar/query.d.ts +243 -289
  16. package/astar/runtime.d.ts +59 -87
  17. package/astar/tx.d.ts +671 -980
  18. package/astar/view-functions.d.ts +2 -2
  19. package/basilisk/consts.d.ts +2 -2
  20. package/basilisk/errors.d.ts +489 -489
  21. package/basilisk/events.d.ts +187 -408
  22. package/basilisk/index.d.ts +15 -17
  23. package/basilisk/json-rpc.d.ts +3 -3
  24. package/basilisk/query.d.ts +213 -272
  25. package/basilisk/runtime.d.ts +27 -28
  26. package/basilisk/tx.d.ts +579 -842
  27. package/basilisk/view-functions.d.ts +2 -2
  28. package/hydration/consts.d.ts +47 -14
  29. package/hydration/errors.d.ts +827 -737
  30. package/hydration/events.d.ts +639 -527
  31. package/hydration/index.d.ts +16 -18
  32. package/hydration/json-rpc.d.ts +3 -3
  33. package/hydration/query.d.ts +530 -396
  34. package/hydration/runtime.d.ts +181 -89
  35. package/hydration/tx.d.ts +1130 -1167
  36. package/hydration/types.d.ts +889 -42
  37. package/hydration/view-functions.d.ts +2 -2
  38. package/kusama/consts.d.ts +2 -2
  39. package/kusama/errors.d.ts +571 -571
  40. package/kusama/events.d.ts +216 -477
  41. package/kusama/index.d.ts +15 -17
  42. package/kusama/json-rpc.d.ts +3 -3
  43. package/kusama/query.d.ts +360 -502
  44. package/kusama/runtime.d.ts +82 -131
  45. package/kusama/tx.d.ts +851 -1246
  46. package/kusama/view-functions.d.ts +7 -12
  47. package/kusama-asset-hub/consts.d.ts +2 -2
  48. package/kusama-asset-hub/errors.d.ts +653 -653
  49. package/kusama-asset-hub/events.d.ts +286 -629
  50. package/kusama-asset-hub/index.d.ts +16 -17
  51. package/kusama-asset-hub/json-rpc.d.ts +3 -3
  52. package/kusama-asset-hub/query.d.ts +316 -448
  53. package/kusama-asset-hub/runtime.d.ts +74 -111
  54. package/kusama-asset-hub/tx.d.ts +1059 -1558
  55. package/kusama-asset-hub/view-functions.d.ts +7 -9
  56. package/kusama-people/consts.d.ts +2 -2
  57. package/kusama-people/errors.d.ts +160 -160
  58. package/kusama-people/events.d.ts +89 -176
  59. package/kusama-people/index.d.ts +15 -17
  60. package/kusama-people/json-rpc.d.ts +3 -3
  61. package/kusama-people/query.d.ts +114 -145
  62. package/kusama-people/runtime.d.ts +45 -65
  63. package/kusama-people/tx.d.ts +246 -356
  64. package/kusama-people/view-functions.d.ts +3 -5
  65. package/moonbeam/consts.d.ts +2 -2
  66. package/moonbeam/errors.d.ts +478 -478
  67. package/moonbeam/events.d.ts +182 -426
  68. package/moonbeam/index.d.ts +15 -17
  69. package/moonbeam/json-rpc.d.ts +11 -3
  70. package/moonbeam/query.d.ts +234 -294
  71. package/moonbeam/runtime.d.ts +61 -89
  72. package/moonbeam/tx.d.ts +618 -901
  73. package/moonbeam/view-functions.d.ts +2 -2
  74. package/package.json +6 -3
  75. package/paseo/consts.d.ts +2 -2
  76. package/paseo/errors.d.ts +513 -513
  77. package/paseo/events.d.ts +197 -430
  78. package/paseo/index.d.ts +16 -18
  79. package/paseo/json-rpc.d.ts +3 -3
  80. package/paseo/query.d.ts +329 -450
  81. package/paseo/runtime.d.ts +107 -131
  82. package/paseo/tx.d.ts +787 -1151
  83. package/paseo/types.d.ts +7 -0
  84. package/paseo/view-functions.d.ts +7 -12
  85. package/paseo-asset-hub/consts.d.ts +2 -2
  86. package/paseo-asset-hub/errors.d.ts +605 -605
  87. package/paseo-asset-hub/events.d.ts +268 -600
  88. package/paseo-asset-hub/index.d.ts +17 -18
  89. package/paseo-asset-hub/json-rpc.d.ts +3 -3
  90. package/paseo-asset-hub/query.d.ts +293 -413
  91. package/paseo-asset-hub/runtime.d.ts +96 -104
  92. package/paseo-asset-hub/tx.d.ts +997 -1466
  93. package/paseo-asset-hub/types.d.ts +7 -0
  94. package/paseo-asset-hub/view-functions.d.ts +7 -9
  95. package/paseo-hydration/consts.d.ts +13 -3
  96. package/paseo-hydration/errors.d.ts +756 -745
  97. package/paseo-hydration/events.d.ts +277 -554
  98. package/paseo-hydration/index.d.ts +16 -18
  99. package/paseo-hydration/json-rpc.d.ts +3 -3
  100. package/paseo-hydration/query.d.ts +321 -411
  101. package/paseo-hydration/runtime.d.ts +95 -106
  102. package/paseo-hydration/tx.d.ts +923 -1226
  103. package/paseo-hydration/types.d.ts +91 -50
  104. package/paseo-hydration/view-functions.d.ts +2 -2
  105. package/paseo-people/consts.d.ts +2 -2
  106. package/paseo-people/errors.d.ts +162 -162
  107. package/paseo-people/events.d.ts +91 -181
  108. package/paseo-people/index.d.ts +16 -18
  109. package/paseo-people/json-rpc.d.ts +3 -3
  110. package/paseo-people/query.d.ts +116 -143
  111. package/paseo-people/runtime.d.ts +70 -65
  112. package/paseo-people/tx.d.ts +257 -372
  113. package/paseo-people/types.d.ts +7 -0
  114. package/paseo-people/view-functions.d.ts +3 -5
  115. package/polkadot/consts.d.ts +2 -2
  116. package/polkadot/errors.d.ts +501 -501
  117. package/polkadot/events.d.ts +195 -426
  118. package/polkadot/index.d.ts +15 -17
  119. package/polkadot/json-rpc.d.ts +3 -3
  120. package/polkadot/query.d.ts +329 -450
  121. package/polkadot/runtime.d.ts +83 -133
  122. package/polkadot/tx.d.ts +765 -1119
  123. package/polkadot/view-functions.d.ts +7 -12
  124. package/polkadot-asset-hub/consts.d.ts +2 -2
  125. package/polkadot-asset-hub/errors.d.ts +554 -554
  126. package/polkadot-asset-hub/events.d.ts +261 -585
  127. package/polkadot-asset-hub/index.d.ts +16 -17
  128. package/polkadot-asset-hub/json-rpc.d.ts +3 -3
  129. package/polkadot-asset-hub/query.d.ts +279 -396
  130. package/polkadot-asset-hub/runtime.d.ts +65 -93
  131. package/polkadot-asset-hub/tx.d.ts +952 -1400
  132. package/polkadot-asset-hub/view-functions.d.ts +7 -9
  133. package/polkadot-people/consts.d.ts +2 -2
  134. package/polkadot-people/errors.d.ts +160 -160
  135. package/polkadot-people/events.d.ts +89 -176
  136. package/polkadot-people/index.d.ts +15 -17
  137. package/polkadot-people/json-rpc.d.ts +3 -3
  138. package/polkadot-people/query.d.ts +114 -145
  139. package/polkadot-people/runtime.d.ts +46 -67
  140. package/polkadot-people/tx.d.ts +246 -356
  141. package/polkadot-people/view-functions.d.ts +3 -5
  142. package/substrate/consts.d.ts +2 -2
  143. package/substrate/errors.d.ts +909 -909
  144. package/substrate/events.d.ts +389 -794
  145. package/substrate/index.d.ts +16 -17
  146. package/substrate/json-rpc.d.ts +3 -3
  147. package/substrate/query.d.ts +458 -572
  148. package/substrate/runtime.d.ts +82 -126
  149. package/substrate/tx.d.ts +1317 -1936
  150. package/substrate/view-functions.d.ts +2 -2
  151. package/vara/consts.d.ts +9 -37
  152. package/vara/errors.d.ts +402 -382
  153. package/vara/events.d.ts +172 -310
  154. package/vara/index.d.ts +16 -18
  155. package/vara/json-rpc.d.ts +7 -3
  156. package/vara/query.d.ts +299 -331
  157. package/vara/runtime.d.ts +61 -79
  158. package/vara/tx.d.ts +573 -754
  159. package/vara/types.d.ts +71 -26
  160. package/vara/view-functions.d.ts +2 -2
  161. package/westend/consts.d.ts +2 -2
  162. package/westend/errors.d.ts +532 -532
  163. package/westend/events.d.ts +205 -462
  164. package/westend/index.d.ts +15 -17
  165. package/westend/json-rpc.d.ts +3 -3
  166. package/westend/query.d.ts +312 -434
  167. package/westend/runtime.d.ts +83 -135
  168. package/westend/tx.d.ts +807 -1179
  169. package/westend/view-functions.d.ts +7 -12
  170. package/westend-asset-hub/consts.d.ts +2 -2
  171. package/westend-asset-hub/errors.d.ts +605 -605
  172. package/westend-asset-hub/events.d.ts +265 -614
  173. package/westend-asset-hub/index.d.ts +16 -17
  174. package/westend-asset-hub/json-rpc.d.ts +3 -3
  175. package/westend-asset-hub/query.d.ts +293 -418
  176. package/westend-asset-hub/runtime.d.ts +83 -123
  177. package/westend-asset-hub/tx.d.ts +918 -1348
  178. package/westend-asset-hub/view-functions.d.ts +8 -13
  179. package/westend-people/consts.d.ts +2 -2
  180. package/westend-people/errors.d.ts +160 -160
  181. package/westend-people/events.d.ts +93 -186
  182. package/westend-people/index.d.ts +15 -17
  183. package/westend-people/json-rpc.d.ts +3 -3
  184. package/westend-people/query.d.ts +114 -145
  185. package/westend-people/runtime.d.ts +46 -67
  186. package/westend-people/tx.d.ts +251 -363
  187. package/westend-people/view-functions.d.ts +3 -5
@@ -1,6 +1,6 @@
1
1
  // Generated by dedot cli
2
2
 
3
- import type { GenericChainEvents, GenericPalletEvent, RpcVersion } from 'dedot/types';
3
+ import type { GenericChainEvents, GenericPalletEvent } from 'dedot/types';
4
4
  import type {
5
5
  DispatchError,
6
6
  AccountId20,
@@ -58,7 +58,7 @@ import type {
58
58
  StagingXcmV5Junctions,
59
59
  } from './types.js';
60
60
 
61
- export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<Rv> {
61
+ export interface ChainEvents extends GenericChainEvents {
62
62
  /**
63
63
  * Pallet `System`'s events
64
64
  **/
@@ -66,18 +66,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
66
66
  /**
67
67
  * An extrinsic completed successfully.
68
68
  **/
69
- ExtrinsicSuccess: GenericPalletEvent<
70
- Rv,
71
- 'System',
72
- 'ExtrinsicSuccess',
73
- { dispatchInfo: FrameSystemDispatchEventInfo }
74
- >;
69
+ ExtrinsicSuccess: GenericPalletEvent<'System', 'ExtrinsicSuccess', { dispatchInfo: FrameSystemDispatchEventInfo }>;
75
70
 
76
71
  /**
77
72
  * An extrinsic failed.
78
73
  **/
79
74
  ExtrinsicFailed: GenericPalletEvent<
80
- Rv,
81
75
  'System',
82
76
  'ExtrinsicFailed',
83
77
  { dispatchError: DispatchError; dispatchInfo: FrameSystemDispatchEventInfo }
@@ -86,33 +80,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
86
80
  /**
87
81
  * `:code` was updated.
88
82
  **/
89
- CodeUpdated: GenericPalletEvent<Rv, 'System', 'CodeUpdated', null>;
83
+ CodeUpdated: GenericPalletEvent<'System', 'CodeUpdated', null>;
90
84
 
91
85
  /**
92
86
  * A new account was created.
93
87
  **/
94
- NewAccount: GenericPalletEvent<Rv, 'System', 'NewAccount', { account: AccountId20 }>;
88
+ NewAccount: GenericPalletEvent<'System', 'NewAccount', { account: AccountId20 }>;
95
89
 
96
90
  /**
97
91
  * An account was reaped.
98
92
  **/
99
- KilledAccount: GenericPalletEvent<Rv, 'System', 'KilledAccount', { account: AccountId20 }>;
93
+ KilledAccount: GenericPalletEvent<'System', 'KilledAccount', { account: AccountId20 }>;
100
94
 
101
95
  /**
102
96
  * On on-chain remark happened.
103
97
  **/
104
- Remarked: GenericPalletEvent<Rv, 'System', 'Remarked', { sender: AccountId20; hash: H256 }>;
98
+ Remarked: GenericPalletEvent<'System', 'Remarked', { sender: AccountId20; hash: H256 }>;
105
99
 
106
100
  /**
107
101
  * An upgrade was authorized.
108
102
  **/
109
- UpgradeAuthorized: GenericPalletEvent<Rv, 'System', 'UpgradeAuthorized', { codeHash: H256; checkVersion: boolean }>;
103
+ UpgradeAuthorized: GenericPalletEvent<'System', 'UpgradeAuthorized', { codeHash: H256; checkVersion: boolean }>;
110
104
 
111
105
  /**
112
106
  * An invalid authorized upgrade was rejected while trying to apply it.
113
107
  **/
114
108
  RejectedInvalidAuthorizedUpgrade: GenericPalletEvent<
115
- Rv,
116
109
  'System',
117
110
  'RejectedInvalidAuthorizedUpgrade',
118
111
  { codeHash: H256; error: DispatchError }
@@ -121,7 +114,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
121
114
  /**
122
115
  * Generic pallet event
123
116
  **/
124
- [prop: string]: GenericPalletEvent<Rv>;
117
+ [prop: string]: GenericPalletEvent;
125
118
  };
126
119
  /**
127
120
  * Pallet `ParachainSystem`'s events
@@ -130,13 +123,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
130
123
  /**
131
124
  * The validation function has been scheduled to apply.
132
125
  **/
133
- ValidationFunctionStored: GenericPalletEvent<Rv, 'ParachainSystem', 'ValidationFunctionStored', null>;
126
+ ValidationFunctionStored: GenericPalletEvent<'ParachainSystem', 'ValidationFunctionStored', null>;
134
127
 
135
128
  /**
136
129
  * The validation function was applied as of the contained relay chain block number.
137
130
  **/
138
131
  ValidationFunctionApplied: GenericPalletEvent<
139
- Rv,
140
132
  'ParachainSystem',
141
133
  'ValidationFunctionApplied',
142
134
  { relayChainBlockNum: number }
@@ -145,18 +137,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
145
137
  /**
146
138
  * The relay-chain aborted the upgrade process.
147
139
  **/
148
- ValidationFunctionDiscarded: GenericPalletEvent<Rv, 'ParachainSystem', 'ValidationFunctionDiscarded', null>;
140
+ ValidationFunctionDiscarded: GenericPalletEvent<'ParachainSystem', 'ValidationFunctionDiscarded', null>;
149
141
 
150
142
  /**
151
143
  * Some downward messages have been received and will be processed.
152
144
  **/
153
- DownwardMessagesReceived: GenericPalletEvent<Rv, 'ParachainSystem', 'DownwardMessagesReceived', { count: number }>;
145
+ DownwardMessagesReceived: GenericPalletEvent<'ParachainSystem', 'DownwardMessagesReceived', { count: number }>;
154
146
 
155
147
  /**
156
148
  * Downward messages were processed using the given weight.
157
149
  **/
158
150
  DownwardMessagesProcessed: GenericPalletEvent<
159
- Rv,
160
151
  'ParachainSystem',
161
152
  'DownwardMessagesProcessed',
162
153
  { weightUsed: SpWeightsWeightV2Weight; dmqHead: H256 }
@@ -166,7 +157,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
166
157
  * An upward message was sent to the relay chain.
167
158
  **/
168
159
  UpwardMessageSent: GenericPalletEvent<
169
- Rv,
170
160
  'ParachainSystem',
171
161
  'UpwardMessageSent',
172
162
  { messageHash?: FixedBytes<32> | undefined }
@@ -175,7 +165,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
175
165
  /**
176
166
  * Generic pallet event
177
167
  **/
178
- [prop: string]: GenericPalletEvent<Rv>;
168
+ [prop: string]: GenericPalletEvent;
179
169
  };
180
170
  /**
181
171
  * Pallet `RootTesting`'s events
@@ -184,12 +174,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
184
174
  /**
185
175
  * Event dispatched when the trigger_defensive extrinsic is called.
186
176
  **/
187
- DefensiveTestCall: GenericPalletEvent<Rv, 'RootTesting', 'DefensiveTestCall', undefined>;
177
+ DefensiveTestCall: GenericPalletEvent<'RootTesting', 'DefensiveTestCall', undefined>;
188
178
 
189
179
  /**
190
180
  * Generic pallet event
191
181
  **/
192
- [prop: string]: GenericPalletEvent<Rv>;
182
+ [prop: string]: GenericPalletEvent;
193
183
  };
194
184
  /**
195
185
  * Pallet `Balances`'s events
@@ -198,40 +188,39 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
198
188
  /**
199
189
  * An account was created with some free balance.
200
190
  **/
201
- Endowed: GenericPalletEvent<Rv, 'Balances', 'Endowed', { account: AccountId20; freeBalance: bigint }>;
191
+ Endowed: GenericPalletEvent<'Balances', 'Endowed', { account: AccountId20; freeBalance: bigint }>;
202
192
 
203
193
  /**
204
194
  * An account was removed whose balance was non-zero but below ExistentialDeposit,
205
195
  * resulting in an outright loss.
206
196
  **/
207
- DustLost: GenericPalletEvent<Rv, 'Balances', 'DustLost', { account: AccountId20; amount: bigint }>;
197
+ DustLost: GenericPalletEvent<'Balances', 'DustLost', { account: AccountId20; amount: bigint }>;
208
198
 
209
199
  /**
210
200
  * Transfer succeeded.
211
201
  **/
212
- Transfer: GenericPalletEvent<Rv, 'Balances', 'Transfer', { from: AccountId20; to: AccountId20; amount: bigint }>;
202
+ Transfer: GenericPalletEvent<'Balances', 'Transfer', { from: AccountId20; to: AccountId20; amount: bigint }>;
213
203
 
214
204
  /**
215
205
  * A balance was set by root.
216
206
  **/
217
- BalanceSet: GenericPalletEvent<Rv, 'Balances', 'BalanceSet', { who: AccountId20; free: bigint }>;
207
+ BalanceSet: GenericPalletEvent<'Balances', 'BalanceSet', { who: AccountId20; free: bigint }>;
218
208
 
219
209
  /**
220
210
  * Some balance was reserved (moved from free to reserved).
221
211
  **/
222
- Reserved: GenericPalletEvent<Rv, 'Balances', 'Reserved', { who: AccountId20; amount: bigint }>;
212
+ Reserved: GenericPalletEvent<'Balances', 'Reserved', { who: AccountId20; amount: bigint }>;
223
213
 
224
214
  /**
225
215
  * Some balance was unreserved (moved from reserved to free).
226
216
  **/
227
- Unreserved: GenericPalletEvent<Rv, 'Balances', 'Unreserved', { who: AccountId20; amount: bigint }>;
217
+ Unreserved: GenericPalletEvent<'Balances', 'Unreserved', { who: AccountId20; amount: bigint }>;
228
218
 
229
219
  /**
230
220
  * Some balance was moved from the reserve of the first account to the second account.
231
221
  * Final argument indicates the destination balance type.
232
222
  **/
233
223
  ReserveRepatriated: GenericPalletEvent<
234
- Rv,
235
224
  'Balances',
236
225
  'ReserveRepatriated',
237
226
  { from: AccountId20; to: AccountId20; amount: bigint; destinationStatus: FrameSupportTokensMiscBalanceStatus }
@@ -240,82 +229,82 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
240
229
  /**
241
230
  * Some amount was deposited (e.g. for transaction fees).
242
231
  **/
243
- Deposit: GenericPalletEvent<Rv, 'Balances', 'Deposit', { who: AccountId20; amount: bigint }>;
232
+ Deposit: GenericPalletEvent<'Balances', 'Deposit', { who: AccountId20; amount: bigint }>;
244
233
 
245
234
  /**
246
235
  * Some amount was withdrawn from the account (e.g. for transaction fees).
247
236
  **/
248
- Withdraw: GenericPalletEvent<Rv, 'Balances', 'Withdraw', { who: AccountId20; amount: bigint }>;
237
+ Withdraw: GenericPalletEvent<'Balances', 'Withdraw', { who: AccountId20; amount: bigint }>;
249
238
 
250
239
  /**
251
240
  * Some amount was removed from the account (e.g. for misbehavior).
252
241
  **/
253
- Slashed: GenericPalletEvent<Rv, 'Balances', 'Slashed', { who: AccountId20; amount: bigint }>;
242
+ Slashed: GenericPalletEvent<'Balances', 'Slashed', { who: AccountId20; amount: bigint }>;
254
243
 
255
244
  /**
256
245
  * Some amount was minted into an account.
257
246
  **/
258
- Minted: GenericPalletEvent<Rv, 'Balances', 'Minted', { who: AccountId20; amount: bigint }>;
247
+ Minted: GenericPalletEvent<'Balances', 'Minted', { who: AccountId20; amount: bigint }>;
259
248
 
260
249
  /**
261
250
  * Some amount was burned from an account.
262
251
  **/
263
- Burned: GenericPalletEvent<Rv, 'Balances', 'Burned', { who: AccountId20; amount: bigint }>;
252
+ Burned: GenericPalletEvent<'Balances', 'Burned', { who: AccountId20; amount: bigint }>;
264
253
 
265
254
  /**
266
255
  * Some amount was suspended from an account (it can be restored later).
267
256
  **/
268
- Suspended: GenericPalletEvent<Rv, 'Balances', 'Suspended', { who: AccountId20; amount: bigint }>;
257
+ Suspended: GenericPalletEvent<'Balances', 'Suspended', { who: AccountId20; amount: bigint }>;
269
258
 
270
259
  /**
271
260
  * Some amount was restored into an account.
272
261
  **/
273
- Restored: GenericPalletEvent<Rv, 'Balances', 'Restored', { who: AccountId20; amount: bigint }>;
262
+ Restored: GenericPalletEvent<'Balances', 'Restored', { who: AccountId20; amount: bigint }>;
274
263
 
275
264
  /**
276
265
  * An account was upgraded.
277
266
  **/
278
- Upgraded: GenericPalletEvent<Rv, 'Balances', 'Upgraded', { who: AccountId20 }>;
267
+ Upgraded: GenericPalletEvent<'Balances', 'Upgraded', { who: AccountId20 }>;
279
268
 
280
269
  /**
281
270
  * Total issuance was increased by `amount`, creating a credit to be balanced.
282
271
  **/
283
- Issued: GenericPalletEvent<Rv, 'Balances', 'Issued', { amount: bigint }>;
272
+ Issued: GenericPalletEvent<'Balances', 'Issued', { amount: bigint }>;
284
273
 
285
274
  /**
286
275
  * Total issuance was decreased by `amount`, creating a debt to be balanced.
287
276
  **/
288
- Rescinded: GenericPalletEvent<Rv, 'Balances', 'Rescinded', { amount: bigint }>;
277
+ Rescinded: GenericPalletEvent<'Balances', 'Rescinded', { amount: bigint }>;
289
278
 
290
279
  /**
291
280
  * Some balance was locked.
292
281
  **/
293
- Locked: GenericPalletEvent<Rv, 'Balances', 'Locked', { who: AccountId20; amount: bigint }>;
282
+ Locked: GenericPalletEvent<'Balances', 'Locked', { who: AccountId20; amount: bigint }>;
294
283
 
295
284
  /**
296
285
  * Some balance was unlocked.
297
286
  **/
298
- Unlocked: GenericPalletEvent<Rv, 'Balances', 'Unlocked', { who: AccountId20; amount: bigint }>;
287
+ Unlocked: GenericPalletEvent<'Balances', 'Unlocked', { who: AccountId20; amount: bigint }>;
299
288
 
300
289
  /**
301
290
  * Some balance was frozen.
302
291
  **/
303
- Frozen: GenericPalletEvent<Rv, 'Balances', 'Frozen', { who: AccountId20; amount: bigint }>;
292
+ Frozen: GenericPalletEvent<'Balances', 'Frozen', { who: AccountId20; amount: bigint }>;
304
293
 
305
294
  /**
306
295
  * Some balance was thawed.
307
296
  **/
308
- Thawed: GenericPalletEvent<Rv, 'Balances', 'Thawed', { who: AccountId20; amount: bigint }>;
297
+ Thawed: GenericPalletEvent<'Balances', 'Thawed', { who: AccountId20; amount: bigint }>;
309
298
 
310
299
  /**
311
300
  * The `TotalIssuance` was forcefully changed.
312
301
  **/
313
- TotalIssuanceForced: GenericPalletEvent<Rv, 'Balances', 'TotalIssuanceForced', { old: bigint; new: bigint }>;
302
+ TotalIssuanceForced: GenericPalletEvent<'Balances', 'TotalIssuanceForced', { old: bigint; new: bigint }>;
314
303
 
315
304
  /**
316
305
  * Generic pallet event
317
306
  **/
318
- [prop: string]: GenericPalletEvent<Rv>;
307
+ [prop: string]: GenericPalletEvent;
319
308
  };
320
309
  /**
321
310
  * Pallet `TransactionPayment`'s events
@@ -326,7 +315,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
326
315
  * has been paid by `who`.
327
316
  **/
328
317
  TransactionFeePaid: GenericPalletEvent<
329
- Rv,
330
318
  'TransactionPayment',
331
319
  'TransactionFeePaid',
332
320
  { who: AccountId20; actualFee: bigint; tip: bigint }
@@ -335,7 +323,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
335
323
  /**
336
324
  * Generic pallet event
337
325
  **/
338
- [prop: string]: GenericPalletEvent<Rv>;
326
+ [prop: string]: GenericPalletEvent;
339
327
  };
340
328
  /**
341
329
  * Pallet `ParachainStaking`'s events
@@ -345,7 +333,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
345
333
  * Started new round.
346
334
  **/
347
335
  NewRound: GenericPalletEvent<
348
- Rv,
349
336
  'ParachainStaking',
350
337
  'NewRound',
351
338
  { startingBlock: number; round: number; selectedCollatorsNumber: number; totalBalance: bigint }
@@ -355,7 +342,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
355
342
  * Account joined the set of collator candidates.
356
343
  **/
357
344
  JoinedCollatorCandidates: GenericPalletEvent<
358
- Rv,
359
345
  'ParachainStaking',
360
346
  'JoinedCollatorCandidates',
361
347
  { account: AccountId20; amountLocked: bigint; newTotalAmtLocked: bigint }
@@ -365,7 +351,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
365
351
  * Candidate selected for collators. Total Exposed Amount includes all delegations.
366
352
  **/
367
353
  CollatorChosen: GenericPalletEvent<
368
- Rv,
369
354
  'ParachainStaking',
370
355
  'CollatorChosen',
371
356
  { round: number; collatorAccount: AccountId20; totalExposedAmount: bigint }
@@ -375,7 +360,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
375
360
  * Candidate requested to decrease a self bond.
376
361
  **/
377
362
  CandidateBondLessRequested: GenericPalletEvent<
378
- Rv,
379
363
  'ParachainStaking',
380
364
  'CandidateBondLessRequested',
381
365
  { candidate: AccountId20; amountToDecrease: bigint; executeRound: number }
@@ -385,7 +369,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
385
369
  * Candidate has increased a self bond.
386
370
  **/
387
371
  CandidateBondedMore: GenericPalletEvent<
388
- Rv,
389
372
  'ParachainStaking',
390
373
  'CandidateBondedMore',
391
374
  { candidate: AccountId20; amount: bigint; newTotalBond: bigint }
@@ -395,7 +378,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
395
378
  * Candidate has decreased a self bond.
396
379
  **/
397
380
  CandidateBondedLess: GenericPalletEvent<
398
- Rv,
399
381
  'ParachainStaking',
400
382
  'CandidateBondedLess',
401
383
  { candidate: AccountId20; amount: bigint; newBond: bigint }
@@ -404,23 +386,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
404
386
  /**
405
387
  * Candidate temporarily leave the set of collator candidates without unbonding.
406
388
  **/
407
- CandidateWentOffline: GenericPalletEvent<
408
- Rv,
409
- 'ParachainStaking',
410
- 'CandidateWentOffline',
411
- { candidate: AccountId20 }
412
- >;
389
+ CandidateWentOffline: GenericPalletEvent<'ParachainStaking', 'CandidateWentOffline', { candidate: AccountId20 }>;
413
390
 
414
391
  /**
415
392
  * Candidate rejoins the set of collator candidates.
416
393
  **/
417
- CandidateBackOnline: GenericPalletEvent<Rv, 'ParachainStaking', 'CandidateBackOnline', { candidate: AccountId20 }>;
394
+ CandidateBackOnline: GenericPalletEvent<'ParachainStaking', 'CandidateBackOnline', { candidate: AccountId20 }>;
418
395
 
419
396
  /**
420
397
  * Candidate has requested to leave the set of candidates.
421
398
  **/
422
399
  CandidateScheduledExit: GenericPalletEvent<
423
- Rv,
424
400
  'ParachainStaking',
425
401
  'CandidateScheduledExit',
426
402
  { exitAllowedRound: number; candidate: AccountId20; scheduledExit: number }
@@ -430,7 +406,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
430
406
  * Cancelled request to leave the set of candidates.
431
407
  **/
432
408
  CancelledCandidateExit: GenericPalletEvent<
433
- Rv,
434
409
  'ParachainStaking',
435
410
  'CancelledCandidateExit',
436
411
  { candidate: AccountId20 }
@@ -440,7 +415,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
440
415
  * Cancelled request to decrease candidate's bond.
441
416
  **/
442
417
  CancelledCandidateBondLess: GenericPalletEvent<
443
- Rv,
444
418
  'ParachainStaking',
445
419
  'CancelledCandidateBondLess',
446
420
  { candidate: AccountId20; amount: bigint; executeRound: number }
@@ -450,7 +424,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
450
424
  * Candidate has left the set of candidates.
451
425
  **/
452
426
  CandidateLeft: GenericPalletEvent<
453
- Rv,
454
427
  'ParachainStaking',
455
428
  'CandidateLeft',
456
429
  { exCandidate: AccountId20; unlockedAmount: bigint; newTotalAmtLocked: bigint }
@@ -460,19 +433,16 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
460
433
  * Delegator requested to decrease a bond for the collator candidate.
461
434
  **/
462
435
  DelegationDecreaseScheduled: GenericPalletEvent<
463
- Rv,
464
436
  'ParachainStaking',
465
437
  'DelegationDecreaseScheduled',
466
438
  { delegator: AccountId20; candidate: AccountId20; amountToDecrease: bigint; executeRound: number }
467
439
  >;
468
440
  DelegationIncreased: GenericPalletEvent<
469
- Rv,
470
441
  'ParachainStaking',
471
442
  'DelegationIncreased',
472
443
  { delegator: AccountId20; candidate: AccountId20; amount: bigint; inTop: boolean }
473
444
  >;
474
445
  DelegationDecreased: GenericPalletEvent<
475
- Rv,
476
446
  'ParachainStaking',
477
447
  'DelegationDecreased',
478
448
  { delegator: AccountId20; candidate: AccountId20; amount: bigint; inTop: boolean }
@@ -482,7 +452,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
482
452
  * Delegator requested to leave the set of delegators.
483
453
  **/
484
454
  DelegatorExitScheduled: GenericPalletEvent<
485
- Rv,
486
455
  'ParachainStaking',
487
456
  'DelegatorExitScheduled',
488
457
  { round: number; delegator: AccountId20; scheduledExit: number }
@@ -492,7 +461,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
492
461
  * Delegator requested to revoke delegation.
493
462
  **/
494
463
  DelegationRevocationScheduled: GenericPalletEvent<
495
- Rv,
496
464
  'ParachainStaking',
497
465
  'DelegationRevocationScheduled',
498
466
  { round: number; delegator: AccountId20; candidate: AccountId20; scheduledExit: number }
@@ -502,7 +470,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
502
470
  * Delegator has left the set of delegators.
503
471
  **/
504
472
  DelegatorLeft: GenericPalletEvent<
505
- Rv,
506
473
  'ParachainStaking',
507
474
  'DelegatorLeft',
508
475
  { delegator: AccountId20; unstakedAmount: bigint }
@@ -512,7 +479,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
512
479
  * Delegation revoked.
513
480
  **/
514
481
  DelegationRevoked: GenericPalletEvent<
515
- Rv,
516
482
  'ParachainStaking',
517
483
  'DelegationRevoked',
518
484
  { delegator: AccountId20; candidate: AccountId20; unstakedAmount: bigint }
@@ -522,7 +488,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
522
488
  * Delegation kicked.
523
489
  **/
524
490
  DelegationKicked: GenericPalletEvent<
525
- Rv,
526
491
  'ParachainStaking',
527
492
  'DelegationKicked',
528
493
  { delegator: AccountId20; candidate: AccountId20; unstakedAmount: bigint }
@@ -532,7 +497,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
532
497
  * Cancelled a pending request to exit the set of delegators.
533
498
  **/
534
499
  DelegatorExitCancelled: GenericPalletEvent<
535
- Rv,
536
500
  'ParachainStaking',
537
501
  'DelegatorExitCancelled',
538
502
  { delegator: AccountId20 }
@@ -542,7 +506,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
542
506
  * Cancelled request to change an existing delegation.
543
507
  **/
544
508
  CancelledDelegationRequest: GenericPalletEvent<
545
- Rv,
546
509
  'ParachainStaking',
547
510
  'CancelledDelegationRequest',
548
511
  {
@@ -556,7 +519,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
556
519
  * New delegation (increase of the existing one).
557
520
  **/
558
521
  Delegation: GenericPalletEvent<
559
- Rv,
560
522
  'ParachainStaking',
561
523
  'Delegation',
562
524
  {
@@ -572,7 +534,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
572
534
  * Delegation from candidate state has been remove.
573
535
  **/
574
536
  DelegatorLeftCandidate: GenericPalletEvent<
575
- Rv,
576
537
  'ParachainStaking',
577
538
  'DelegatorLeftCandidate',
578
539
  { delegator: AccountId20; candidate: AccountId20; unstakedAmount: bigint; totalCandidateStaked: bigint }
@@ -581,19 +542,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
581
542
  /**
582
543
  * Paid the account (delegator or collator) the balance as liquid rewards.
583
544
  **/
584
- Rewarded: GenericPalletEvent<Rv, 'ParachainStaking', 'Rewarded', { account: AccountId20; rewards: bigint }>;
545
+ Rewarded: GenericPalletEvent<'ParachainStaking', 'Rewarded', { account: AccountId20; rewards: bigint }>;
585
546
 
586
547
  /**
587
548
  * Transferred to account which holds funds reserved for parachain bond.
588
549
  **/
589
550
  InflationDistributed: GenericPalletEvent<
590
- Rv,
591
551
  'ParachainStaking',
592
552
  'InflationDistributed',
593
553
  { index: number; account: AccountId20; value: bigint }
594
554
  >;
595
555
  InflationDistributionConfigUpdated: GenericPalletEvent<
596
- Rv,
597
556
  'ParachainStaking',
598
557
  'InflationDistributionConfigUpdated',
599
558
  { old: PalletParachainStakingInflationDistributionConfig; new: PalletParachainStakingInflationDistributionConfig }
@@ -603,7 +562,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
603
562
  * Annual inflation input (first 3) was used to derive new per-round inflation (last 3)
604
563
  **/
605
564
  InflationSet: GenericPalletEvent<
606
- Rv,
607
565
  'ParachainStaking',
608
566
  'InflationSet',
609
567
  {
@@ -620,7 +578,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
620
578
  * Staking expectations set.
621
579
  **/
622
580
  StakeExpectationsSet: GenericPalletEvent<
623
- Rv,
624
581
  'ParachainStaking',
625
582
  'StakeExpectationsSet',
626
583
  { expectMin: bigint; expectIdeal: bigint; expectMax: bigint }
@@ -629,13 +586,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
629
586
  /**
630
587
  * Set total selected candidates to this value.
631
588
  **/
632
- TotalSelectedSet: GenericPalletEvent<Rv, 'ParachainStaking', 'TotalSelectedSet', { old: number; new: number }>;
589
+ TotalSelectedSet: GenericPalletEvent<'ParachainStaking', 'TotalSelectedSet', { old: number; new: number }>;
633
590
 
634
591
  /**
635
592
  * Set collator commission to this value.
636
593
  **/
637
594
  CollatorCommissionSet: GenericPalletEvent<
638
- Rv,
639
595
  'ParachainStaking',
640
596
  'CollatorCommissionSet',
641
597
  { old: Perbill; new: Perbill }
@@ -645,7 +601,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
645
601
  * Set blocks per round
646
602
  **/
647
603
  BlocksPerRoundSet: GenericPalletEvent<
648
- Rv,
649
604
  'ParachainStaking',
650
605
  'BlocksPerRoundSet',
651
606
  {
@@ -663,7 +618,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
663
618
  * Auto-compounding reward percent was set for a delegation.
664
619
  **/
665
620
  AutoCompoundSet: GenericPalletEvent<
666
- Rv,
667
621
  'ParachainStaking',
668
622
  'AutoCompoundSet',
669
623
  { candidate: AccountId20; delegator: AccountId20; value: Percent }
@@ -673,7 +627,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
673
627
  * Compounded a portion of rewards towards the delegation.
674
628
  **/
675
629
  Compounded: GenericPalletEvent<
676
- Rv,
677
630
  'ParachainStaking',
678
631
  'Compounded',
679
632
  { candidate: AccountId20; delegator: AccountId20; amount: bigint }
@@ -682,7 +635,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
682
635
  /**
683
636
  * Generic pallet event
684
637
  **/
685
- [prop: string]: GenericPalletEvent<Rv>;
638
+ [prop: string]: GenericPalletEvent;
686
639
  };
687
640
  /**
688
641
  * Pallet `AuthorFilter`'s events
@@ -691,12 +644,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
691
644
  /**
692
645
  * The amount of eligible authors for the filter to select has been changed.
693
646
  **/
694
- EligibleUpdated: GenericPalletEvent<Rv, 'AuthorFilter', 'EligibleUpdated', PalletAuthorSlotFilterNumNonZeroU32>;
647
+ EligibleUpdated: GenericPalletEvent<'AuthorFilter', 'EligibleUpdated', PalletAuthorSlotFilterNumNonZeroU32>;
695
648
 
696
649
  /**
697
650
  * Generic pallet event
698
651
  **/
699
- [prop: string]: GenericPalletEvent<Rv>;
652
+ [prop: string]: GenericPalletEvent;
700
653
  };
701
654
  /**
702
655
  * Pallet `AuthorMapping`'s events
@@ -706,7 +659,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
706
659
  * A NimbusId has been registered and mapped to an AccountId.
707
660
  **/
708
661
  KeysRegistered: GenericPalletEvent<
709
- Rv,
710
662
  'AuthorMapping',
711
663
  'KeysRegistered',
712
664
  {
@@ -720,7 +672,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
720
672
  * An NimbusId has been de-registered, and its AccountId mapping removed.
721
673
  **/
722
674
  KeysRemoved: GenericPalletEvent<
723
- Rv,
724
675
  'AuthorMapping',
725
676
  'KeysRemoved',
726
677
  {
@@ -734,7 +685,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
734
685
  * An NimbusId has been registered, replacing a previous registration and its mapping.
735
686
  **/
736
687
  KeysRotated: GenericPalletEvent<
737
- Rv,
738
688
  'AuthorMapping',
739
689
  'KeysRotated',
740
690
  {
@@ -747,7 +697,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
747
697
  /**
748
698
  * Generic pallet event
749
699
  **/
750
- [prop: string]: GenericPalletEvent<Rv>;
700
+ [prop: string]: GenericPalletEvent;
751
701
  };
752
702
  /**
753
703
  * Pallet `MoonbeamOrbiters`'s events
@@ -757,7 +707,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
757
707
  * An orbiter join a collator pool
758
708
  **/
759
709
  OrbiterJoinCollatorPool: GenericPalletEvent<
760
- Rv,
761
710
  'MoonbeamOrbiters',
762
711
  'OrbiterJoinCollatorPool',
763
712
  { collator: AccountId20; orbiter: AccountId20 }
@@ -767,7 +716,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
767
716
  * An orbiter leave a collator pool
768
717
  **/
769
718
  OrbiterLeaveCollatorPool: GenericPalletEvent<
770
- Rv,
771
719
  'MoonbeamOrbiters',
772
720
  'OrbiterLeaveCollatorPool',
773
721
  { collator: AccountId20; orbiter: AccountId20 }
@@ -777,13 +725,11 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
777
725
  * Paid the orbiter account the balance as liquid rewards.
778
726
  **/
779
727
  OrbiterRewarded: GenericPalletEvent<
780
- Rv,
781
728
  'MoonbeamOrbiters',
782
729
  'OrbiterRewarded',
783
730
  { account: AccountId20; rewards: bigint }
784
731
  >;
785
732
  OrbiterRotation: GenericPalletEvent<
786
- Rv,
787
733
  'MoonbeamOrbiters',
788
734
  'OrbiterRotation',
789
735
  { collator: AccountId20; oldOrbiter?: AccountId20 | undefined; newOrbiter?: AccountId20 | undefined }
@@ -793,7 +739,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
793
739
  * An orbiter has registered
794
740
  **/
795
741
  OrbiterRegistered: GenericPalletEvent<
796
- Rv,
797
742
  'MoonbeamOrbiters',
798
743
  'OrbiterRegistered',
799
744
  { account: AccountId20; deposit: bigint }
@@ -802,12 +747,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
802
747
  /**
803
748
  * An orbiter has unregistered
804
749
  **/
805
- OrbiterUnregistered: GenericPalletEvent<Rv, 'MoonbeamOrbiters', 'OrbiterUnregistered', { account: AccountId20 }>;
750
+ OrbiterUnregistered: GenericPalletEvent<'MoonbeamOrbiters', 'OrbiterUnregistered', { account: AccountId20 }>;
806
751
 
807
752
  /**
808
753
  * Generic pallet event
809
754
  **/
810
- [prop: string]: GenericPalletEvent<Rv>;
755
+ [prop: string]: GenericPalletEvent;
811
756
  };
812
757
  /**
813
758
  * Pallet `Utility`'s events
@@ -817,47 +762,47 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
817
762
  * Batch of dispatches did not complete fully. Index of first failing dispatch given, as
818
763
  * well as the error.
819
764
  **/
820
- BatchInterrupted: GenericPalletEvent<Rv, 'Utility', 'BatchInterrupted', { index: number; error: DispatchError }>;
765
+ BatchInterrupted: GenericPalletEvent<'Utility', 'BatchInterrupted', { index: number; error: DispatchError }>;
821
766
 
822
767
  /**
823
768
  * Batch of dispatches completed fully with no error.
824
769
  **/
825
- BatchCompleted: GenericPalletEvent<Rv, 'Utility', 'BatchCompleted', null>;
770
+ BatchCompleted: GenericPalletEvent<'Utility', 'BatchCompleted', null>;
826
771
 
827
772
  /**
828
773
  * Batch of dispatches completed but has errors.
829
774
  **/
830
- BatchCompletedWithErrors: GenericPalletEvent<Rv, 'Utility', 'BatchCompletedWithErrors', null>;
775
+ BatchCompletedWithErrors: GenericPalletEvent<'Utility', 'BatchCompletedWithErrors', null>;
831
776
 
832
777
  /**
833
778
  * A single item within a Batch of dispatches has completed with no error.
834
779
  **/
835
- ItemCompleted: GenericPalletEvent<Rv, 'Utility', 'ItemCompleted', null>;
780
+ ItemCompleted: GenericPalletEvent<'Utility', 'ItemCompleted', null>;
836
781
 
837
782
  /**
838
783
  * A single item within a Batch of dispatches has completed with error.
839
784
  **/
840
- ItemFailed: GenericPalletEvent<Rv, 'Utility', 'ItemFailed', { error: DispatchError }>;
785
+ ItemFailed: GenericPalletEvent<'Utility', 'ItemFailed', { error: DispatchError }>;
841
786
 
842
787
  /**
843
788
  * A call was dispatched.
844
789
  **/
845
- DispatchedAs: GenericPalletEvent<Rv, 'Utility', 'DispatchedAs', { result: Result<[], DispatchError> }>;
790
+ DispatchedAs: GenericPalletEvent<'Utility', 'DispatchedAs', { result: Result<[], DispatchError> }>;
846
791
 
847
792
  /**
848
793
  * Main call was dispatched.
849
794
  **/
850
- IfElseMainSuccess: GenericPalletEvent<Rv, 'Utility', 'IfElseMainSuccess', null>;
795
+ IfElseMainSuccess: GenericPalletEvent<'Utility', 'IfElseMainSuccess', null>;
851
796
 
852
797
  /**
853
798
  * The fallback call was dispatched.
854
799
  **/
855
- IfElseFallbackCalled: GenericPalletEvent<Rv, 'Utility', 'IfElseFallbackCalled', { mainError: DispatchError }>;
800
+ IfElseFallbackCalled: GenericPalletEvent<'Utility', 'IfElseFallbackCalled', { mainError: DispatchError }>;
856
801
 
857
802
  /**
858
803
  * Generic pallet event
859
804
  **/
860
- [prop: string]: GenericPalletEvent<Rv>;
805
+ [prop: string]: GenericPalletEvent;
861
806
  };
862
807
  /**
863
808
  * Pallet `Proxy`'s events
@@ -866,14 +811,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
866
811
  /**
867
812
  * A proxy was executed correctly, with the given.
868
813
  **/
869
- ProxyExecuted: GenericPalletEvent<Rv, 'Proxy', 'ProxyExecuted', { result: Result<[], DispatchError> }>;
814
+ ProxyExecuted: GenericPalletEvent<'Proxy', 'ProxyExecuted', { result: Result<[], DispatchError> }>;
870
815
 
871
816
  /**
872
817
  * A pure account has been created by new proxy with given
873
818
  * disambiguation index and proxy type.
874
819
  **/
875
820
  PureCreated: GenericPalletEvent<
876
- Rv,
877
821
  'Proxy',
878
822
  'PureCreated',
879
823
  { pure: AccountId20; who: AccountId20; proxyType: MoonbeamRuntimeProxyType; disambiguationIndex: number }
@@ -882,13 +826,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
882
826
  /**
883
827
  * An announcement was placed to make a call in the future.
884
828
  **/
885
- Announced: GenericPalletEvent<Rv, 'Proxy', 'Announced', { real: AccountId20; proxy: AccountId20; callHash: H256 }>;
829
+ Announced: GenericPalletEvent<'Proxy', 'Announced', { real: AccountId20; proxy: AccountId20; callHash: H256 }>;
886
830
 
887
831
  /**
888
832
  * A proxy was added.
889
833
  **/
890
834
  ProxyAdded: GenericPalletEvent<
891
- Rv,
892
835
  'Proxy',
893
836
  'ProxyAdded',
894
837
  { delegator: AccountId20; delegatee: AccountId20; proxyType: MoonbeamRuntimeProxyType; delay: number }
@@ -898,7 +841,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
898
841
  * A proxy was removed.
899
842
  **/
900
843
  ProxyRemoved: GenericPalletEvent<
901
- Rv,
902
844
  'Proxy',
903
845
  'ProxyRemoved',
904
846
  { delegator: AccountId20; delegatee: AccountId20; proxyType: MoonbeamRuntimeProxyType; delay: number }
@@ -908,7 +850,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
908
850
  * A deposit stored for proxies or announcements was poked / updated.
909
851
  **/
910
852
  DepositPoked: GenericPalletEvent<
911
- Rv,
912
853
  'Proxy',
913
854
  'DepositPoked',
914
855
  { who: AccountId20; kind: PalletProxyDepositKind; oldDeposit: bigint; newDeposit: bigint }
@@ -917,7 +858,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
917
858
  /**
918
859
  * Generic pallet event
919
860
  **/
920
- [prop: string]: GenericPalletEvent<Rv>;
861
+ [prop: string]: GenericPalletEvent;
921
862
  };
922
863
  /**
923
864
  * Pallet `MaintenanceMode`'s events
@@ -926,18 +867,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
926
867
  /**
927
868
  * The chain was put into Maintenance Mode
928
869
  **/
929
- EnteredMaintenanceMode: GenericPalletEvent<Rv, 'MaintenanceMode', 'EnteredMaintenanceMode', null>;
870
+ EnteredMaintenanceMode: GenericPalletEvent<'MaintenanceMode', 'EnteredMaintenanceMode', null>;
930
871
 
931
872
  /**
932
873
  * The chain returned to its normal operating state
933
874
  **/
934
- NormalOperationResumed: GenericPalletEvent<Rv, 'MaintenanceMode', 'NormalOperationResumed', null>;
875
+ NormalOperationResumed: GenericPalletEvent<'MaintenanceMode', 'NormalOperationResumed', null>;
935
876
 
936
877
  /**
937
878
  * The call to suspend on_idle XCM execution failed with inner error
938
879
  **/
939
880
  FailedToSuspendIdleXcmExecution: GenericPalletEvent<
940
- Rv,
941
881
  'MaintenanceMode',
942
882
  'FailedToSuspendIdleXcmExecution',
943
883
  { error: DispatchError }
@@ -947,7 +887,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
947
887
  * The call to resume on_idle XCM execution failed with inner error
948
888
  **/
949
889
  FailedToResumeIdleXcmExecution: GenericPalletEvent<
950
- Rv,
951
890
  'MaintenanceMode',
952
891
  'FailedToResumeIdleXcmExecution',
953
892
  { error: DispatchError }
@@ -956,7 +895,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
956
895
  /**
957
896
  * Generic pallet event
958
897
  **/
959
- [prop: string]: GenericPalletEvent<Rv>;
898
+ [prop: string]: GenericPalletEvent;
960
899
  };
961
900
  /**
962
901
  * Pallet `Identity`'s events
@@ -965,23 +904,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
965
904
  /**
966
905
  * A name was set or reset (which will remove all judgements).
967
906
  **/
968
- IdentitySet: GenericPalletEvent<Rv, 'Identity', 'IdentitySet', { who: AccountId20 }>;
907
+ IdentitySet: GenericPalletEvent<'Identity', 'IdentitySet', { who: AccountId20 }>;
969
908
 
970
909
  /**
971
910
  * A name was cleared, and the given balance returned.
972
911
  **/
973
- IdentityCleared: GenericPalletEvent<Rv, 'Identity', 'IdentityCleared', { who: AccountId20; deposit: bigint }>;
912
+ IdentityCleared: GenericPalletEvent<'Identity', 'IdentityCleared', { who: AccountId20; deposit: bigint }>;
974
913
 
975
914
  /**
976
915
  * A name was removed and the given balance slashed.
977
916
  **/
978
- IdentityKilled: GenericPalletEvent<Rv, 'Identity', 'IdentityKilled', { who: AccountId20; deposit: bigint }>;
917
+ IdentityKilled: GenericPalletEvent<'Identity', 'IdentityKilled', { who: AccountId20; deposit: bigint }>;
979
918
 
980
919
  /**
981
920
  * A judgement was asked from a registrar.
982
921
  **/
983
922
  JudgementRequested: GenericPalletEvent<
984
- Rv,
985
923
  'Identity',
986
924
  'JudgementRequested',
987
925
  { who: AccountId20; registrarIndex: number }
@@ -991,7 +929,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
991
929
  * A judgement request was retracted.
992
930
  **/
993
931
  JudgementUnrequested: GenericPalletEvent<
994
- Rv,
995
932
  'Identity',
996
933
  'JudgementUnrequested',
997
934
  { who: AccountId20; registrarIndex: number }
@@ -1000,23 +937,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1000
937
  /**
1001
938
  * A judgement was given by a registrar.
1002
939
  **/
1003
- JudgementGiven: GenericPalletEvent<
1004
- Rv,
1005
- 'Identity',
1006
- 'JudgementGiven',
1007
- { target: AccountId20; registrarIndex: number }
1008
- >;
940
+ JudgementGiven: GenericPalletEvent<'Identity', 'JudgementGiven', { target: AccountId20; registrarIndex: number }>;
1009
941
 
1010
942
  /**
1011
943
  * A registrar was added.
1012
944
  **/
1013
- RegistrarAdded: GenericPalletEvent<Rv, 'Identity', 'RegistrarAdded', { registrarIndex: number }>;
945
+ RegistrarAdded: GenericPalletEvent<'Identity', 'RegistrarAdded', { registrarIndex: number }>;
1014
946
 
1015
947
  /**
1016
948
  * A sub-identity was added to an identity and the deposit paid.
1017
949
  **/
1018
950
  SubIdentityAdded: GenericPalletEvent<
1019
- Rv,
1020
951
  'Identity',
1021
952
  'SubIdentityAdded',
1022
953
  { sub: AccountId20; main: AccountId20; deposit: bigint }
@@ -1026,7 +957,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1026
957
  * An account's sub-identities were set (in bulk).
1027
958
  **/
1028
959
  SubIdentitiesSet: GenericPalletEvent<
1029
- Rv,
1030
960
  'Identity',
1031
961
  'SubIdentitiesSet',
1032
962
  { main: AccountId20; numberOfSubs: number; newDeposit: bigint }
@@ -1035,18 +965,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1035
965
  /**
1036
966
  * A given sub-account's associated name was changed by its super-identity.
1037
967
  **/
1038
- SubIdentityRenamed: GenericPalletEvent<
1039
- Rv,
1040
- 'Identity',
1041
- 'SubIdentityRenamed',
1042
- { sub: AccountId20; main: AccountId20 }
1043
- >;
968
+ SubIdentityRenamed: GenericPalletEvent<'Identity', 'SubIdentityRenamed', { sub: AccountId20; main: AccountId20 }>;
1044
969
 
1045
970
  /**
1046
971
  * A sub-identity was removed from an identity and the deposit freed.
1047
972
  **/
1048
973
  SubIdentityRemoved: GenericPalletEvent<
1049
- Rv,
1050
974
  'Identity',
1051
975
  'SubIdentityRemoved',
1052
976
  { sub: AccountId20; main: AccountId20; deposit: bigint }
@@ -1057,7 +981,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1057
981
  * main identity account to the sub-identity account.
1058
982
  **/
1059
983
  SubIdentityRevoked: GenericPalletEvent<
1060
- Rv,
1061
984
  'Identity',
1062
985
  'SubIdentityRevoked',
1063
986
  { sub: AccountId20; main: AccountId20; deposit: bigint }
@@ -1066,23 +989,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1066
989
  /**
1067
990
  * A username authority was added.
1068
991
  **/
1069
- AuthorityAdded: GenericPalletEvent<Rv, 'Identity', 'AuthorityAdded', { authority: AccountId20 }>;
992
+ AuthorityAdded: GenericPalletEvent<'Identity', 'AuthorityAdded', { authority: AccountId20 }>;
1070
993
 
1071
994
  /**
1072
995
  * A username authority was removed.
1073
996
  **/
1074
- AuthorityRemoved: GenericPalletEvent<Rv, 'Identity', 'AuthorityRemoved', { authority: AccountId20 }>;
997
+ AuthorityRemoved: GenericPalletEvent<'Identity', 'AuthorityRemoved', { authority: AccountId20 }>;
1075
998
 
1076
999
  /**
1077
1000
  * A username was set for `who`.
1078
1001
  **/
1079
- UsernameSet: GenericPalletEvent<Rv, 'Identity', 'UsernameSet', { who: AccountId20; username: Bytes }>;
1002
+ UsernameSet: GenericPalletEvent<'Identity', 'UsernameSet', { who: AccountId20; username: Bytes }>;
1080
1003
 
1081
1004
  /**
1082
1005
  * A username was queued, but `who` must accept it prior to `expiration`.
1083
1006
  **/
1084
1007
  UsernameQueued: GenericPalletEvent<
1085
- Rv,
1086
1008
  'Identity',
1087
1009
  'UsernameQueued',
1088
1010
  { who: AccountId20; username: Bytes; expiration: number }
@@ -1091,19 +1013,18 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1091
1013
  /**
1092
1014
  * A queued username passed its expiration without being claimed and was removed.
1093
1015
  **/
1094
- PreapprovalExpired: GenericPalletEvent<Rv, 'Identity', 'PreapprovalExpired', { whose: AccountId20 }>;
1016
+ PreapprovalExpired: GenericPalletEvent<'Identity', 'PreapprovalExpired', { whose: AccountId20 }>;
1095
1017
 
1096
1018
  /**
1097
1019
  * A username was set as a primary and can be looked up from `who`.
1098
1020
  **/
1099
- PrimaryUsernameSet: GenericPalletEvent<Rv, 'Identity', 'PrimaryUsernameSet', { who: AccountId20; username: Bytes }>;
1021
+ PrimaryUsernameSet: GenericPalletEvent<'Identity', 'PrimaryUsernameSet', { who: AccountId20; username: Bytes }>;
1100
1022
 
1101
1023
  /**
1102
1024
  * A dangling username (as in, a username corresponding to an account that has removed its
1103
1025
  * identity) has been removed.
1104
1026
  **/
1105
1027
  DanglingUsernameRemoved: GenericPalletEvent<
1106
- Rv,
1107
1028
  'Identity',
1108
1029
  'DanglingUsernameRemoved',
1109
1030
  { who: AccountId20; username: Bytes }
@@ -1112,22 +1033,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1112
1033
  /**
1113
1034
  * A username has been unbound.
1114
1035
  **/
1115
- UsernameUnbound: GenericPalletEvent<Rv, 'Identity', 'UsernameUnbound', { username: Bytes }>;
1036
+ UsernameUnbound: GenericPalletEvent<'Identity', 'UsernameUnbound', { username: Bytes }>;
1116
1037
 
1117
1038
  /**
1118
1039
  * A username has been removed.
1119
1040
  **/
1120
- UsernameRemoved: GenericPalletEvent<Rv, 'Identity', 'UsernameRemoved', { username: Bytes }>;
1041
+ UsernameRemoved: GenericPalletEvent<'Identity', 'UsernameRemoved', { username: Bytes }>;
1121
1042
 
1122
1043
  /**
1123
1044
  * A username has been killed.
1124
1045
  **/
1125
- UsernameKilled: GenericPalletEvent<Rv, 'Identity', 'UsernameKilled', { username: Bytes }>;
1046
+ UsernameKilled: GenericPalletEvent<'Identity', 'UsernameKilled', { username: Bytes }>;
1126
1047
 
1127
1048
  /**
1128
1049
  * Generic pallet event
1129
1050
  **/
1130
- [prop: string]: GenericPalletEvent<Rv>;
1051
+ [prop: string]: GenericPalletEvent;
1131
1052
  };
1132
1053
  /**
1133
1054
  * Pallet `Multisig`'s events
@@ -1137,7 +1058,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1137
1058
  * A new multisig operation has begun.
1138
1059
  **/
1139
1060
  NewMultisig: GenericPalletEvent<
1140
- Rv,
1141
1061
  'Multisig',
1142
1062
  'NewMultisig',
1143
1063
  { approving: AccountId20; multisig: AccountId20; callHash: FixedBytes<32> }
@@ -1147,7 +1067,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1147
1067
  * A multisig operation has been approved by someone.
1148
1068
  **/
1149
1069
  MultisigApproval: GenericPalletEvent<
1150
- Rv,
1151
1070
  'Multisig',
1152
1071
  'MultisigApproval',
1153
1072
  { approving: AccountId20; timepoint: PalletMultisigTimepoint; multisig: AccountId20; callHash: FixedBytes<32> }
@@ -1157,7 +1076,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1157
1076
  * A multisig operation has been executed.
1158
1077
  **/
1159
1078
  MultisigExecuted: GenericPalletEvent<
1160
- Rv,
1161
1079
  'Multisig',
1162
1080
  'MultisigExecuted',
1163
1081
  {
@@ -1173,7 +1091,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1173
1091
  * A multisig operation has been cancelled.
1174
1092
  **/
1175
1093
  MultisigCancelled: GenericPalletEvent<
1176
- Rv,
1177
1094
  'Multisig',
1178
1095
  'MultisigCancelled',
1179
1096
  { cancelling: AccountId20; timepoint: PalletMultisigTimepoint; multisig: AccountId20; callHash: FixedBytes<32> }
@@ -1183,7 +1100,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1183
1100
  * The deposit for a multisig operation has been updated/poked.
1184
1101
  **/
1185
1102
  DepositPoked: GenericPalletEvent<
1186
- Rv,
1187
1103
  'Multisig',
1188
1104
  'DepositPoked',
1189
1105
  { who: AccountId20; callHash: FixedBytes<32>; oldDeposit: bigint; newDeposit: bigint }
@@ -1192,7 +1108,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1192
1108
  /**
1193
1109
  * Generic pallet event
1194
1110
  **/
1195
- [prop: string]: GenericPalletEvent<Rv>;
1111
+ [prop: string]: GenericPalletEvent;
1196
1112
  };
1197
1113
  /**
1198
1114
  * Pallet `Parameters`'s events
@@ -1204,7 +1120,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1204
1120
  * Is also emitted when the value was not changed.
1205
1121
  **/
1206
1122
  Updated: GenericPalletEvent<
1207
- Rv,
1208
1123
  'Parameters',
1209
1124
  'Updated',
1210
1125
  {
@@ -1228,7 +1143,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1228
1143
  /**
1229
1144
  * Generic pallet event
1230
1145
  **/
1231
- [prop: string]: GenericPalletEvent<Rv>;
1146
+ [prop: string]: GenericPalletEvent;
1232
1147
  };
1233
1148
  /**
1234
1149
  * Pallet `EVM`'s events
@@ -1237,32 +1152,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1237
1152
  /**
1238
1153
  * Ethereum events from contracts.
1239
1154
  **/
1240
- Log: GenericPalletEvent<Rv, 'EVM', 'Log', { log: EthereumLog }>;
1155
+ Log: GenericPalletEvent<'EVM', 'Log', { log: EthereumLog }>;
1241
1156
 
1242
1157
  /**
1243
1158
  * A contract has been created at given address.
1244
1159
  **/
1245
- Created: GenericPalletEvent<Rv, 'EVM', 'Created', { address: H160 }>;
1160
+ Created: GenericPalletEvent<'EVM', 'Created', { address: H160 }>;
1246
1161
 
1247
1162
  /**
1248
1163
  * A contract was attempted to be created, but the execution failed.
1249
1164
  **/
1250
- CreatedFailed: GenericPalletEvent<Rv, 'EVM', 'CreatedFailed', { address: H160 }>;
1165
+ CreatedFailed: GenericPalletEvent<'EVM', 'CreatedFailed', { address: H160 }>;
1251
1166
 
1252
1167
  /**
1253
1168
  * A contract has been executed successfully with states applied.
1254
1169
  **/
1255
- Executed: GenericPalletEvent<Rv, 'EVM', 'Executed', { address: H160 }>;
1170
+ Executed: GenericPalletEvent<'EVM', 'Executed', { address: H160 }>;
1256
1171
 
1257
1172
  /**
1258
1173
  * A contract has been executed with errors. States are reverted with only gas fees applied.
1259
1174
  **/
1260
- ExecutedFailed: GenericPalletEvent<Rv, 'EVM', 'ExecutedFailed', { address: H160 }>;
1175
+ ExecutedFailed: GenericPalletEvent<'EVM', 'ExecutedFailed', { address: H160 }>;
1261
1176
 
1262
1177
  /**
1263
1178
  * Generic pallet event
1264
1179
  **/
1265
- [prop: string]: GenericPalletEvent<Rv>;
1180
+ [prop: string]: GenericPalletEvent;
1266
1181
  };
1267
1182
  /**
1268
1183
  * Pallet `Ethereum`'s events
@@ -1272,7 +1187,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1272
1187
  * An ethereum transaction was successfully executed.
1273
1188
  **/
1274
1189
  Executed: GenericPalletEvent<
1275
- Rv,
1276
1190
  'Ethereum',
1277
1191
  'Executed',
1278
1192
  { from: H160; to: H160; transactionHash: H256; exitReason: EvmCoreErrorExitReason; extraData: Bytes }
@@ -1281,7 +1195,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1281
1195
  /**
1282
1196
  * Generic pallet event
1283
1197
  **/
1284
- [prop: string]: GenericPalletEvent<Rv>;
1198
+ [prop: string]: GenericPalletEvent;
1285
1199
  };
1286
1200
  /**
1287
1201
  * Pallet `Scheduler`'s events
@@ -1290,18 +1204,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1290
1204
  /**
1291
1205
  * Scheduled some task.
1292
1206
  **/
1293
- Scheduled: GenericPalletEvent<Rv, 'Scheduler', 'Scheduled', { when: number; index: number }>;
1207
+ Scheduled: GenericPalletEvent<'Scheduler', 'Scheduled', { when: number; index: number }>;
1294
1208
 
1295
1209
  /**
1296
1210
  * Canceled some task.
1297
1211
  **/
1298
- Canceled: GenericPalletEvent<Rv, 'Scheduler', 'Canceled', { when: number; index: number }>;
1212
+ Canceled: GenericPalletEvent<'Scheduler', 'Canceled', { when: number; index: number }>;
1299
1213
 
1300
1214
  /**
1301
1215
  * Dispatched some task.
1302
1216
  **/
1303
1217
  Dispatched: GenericPalletEvent<
1304
- Rv,
1305
1218
  'Scheduler',
1306
1219
  'Dispatched',
1307
1220
  { task: [number, number]; id?: FixedBytes<32> | undefined; result: Result<[], DispatchError> }
@@ -1311,7 +1224,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1311
1224
  * Set a retry configuration for some task.
1312
1225
  **/
1313
1226
  RetrySet: GenericPalletEvent<
1314
- Rv,
1315
1227
  'Scheduler',
1316
1228
  'RetrySet',
1317
1229
  { task: [number, number]; id?: FixedBytes<32> | undefined; period: number; retries: number }
@@ -1321,7 +1233,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1321
1233
  * Cancel a retry configuration for some task.
1322
1234
  **/
1323
1235
  RetryCancelled: GenericPalletEvent<
1324
- Rv,
1325
1236
  'Scheduler',
1326
1237
  'RetryCancelled',
1327
1238
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1331,7 +1242,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1331
1242
  * The call for the provided hash was not found so the task has been aborted.
1332
1243
  **/
1333
1244
  CallUnavailable: GenericPalletEvent<
1334
- Rv,
1335
1245
  'Scheduler',
1336
1246
  'CallUnavailable',
1337
1247
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1341,7 +1251,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1341
1251
  * The given task was unable to be renewed since the agenda is full at that block.
1342
1252
  **/
1343
1253
  PeriodicFailed: GenericPalletEvent<
1344
- Rv,
1345
1254
  'Scheduler',
1346
1255
  'PeriodicFailed',
1347
1256
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1352,7 +1261,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1352
1261
  * was not enough weight to reschedule it.
1353
1262
  **/
1354
1263
  RetryFailed: GenericPalletEvent<
1355
- Rv,
1356
1264
  'Scheduler',
1357
1265
  'RetryFailed',
1358
1266
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1362,7 +1270,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1362
1270
  * The given task can never be executed since it is overweight.
1363
1271
  **/
1364
1272
  PermanentlyOverweight: GenericPalletEvent<
1365
- Rv,
1366
1273
  'Scheduler',
1367
1274
  'PermanentlyOverweight',
1368
1275
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1371,12 +1278,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1371
1278
  /**
1372
1279
  * Agenda is incomplete from `when`.
1373
1280
  **/
1374
- AgendaIncomplete: GenericPalletEvent<Rv, 'Scheduler', 'AgendaIncomplete', { when: number }>;
1281
+ AgendaIncomplete: GenericPalletEvent<'Scheduler', 'AgendaIncomplete', { when: number }>;
1375
1282
 
1376
1283
  /**
1377
1284
  * Generic pallet event
1378
1285
  **/
1379
- [prop: string]: GenericPalletEvent<Rv>;
1286
+ [prop: string]: GenericPalletEvent;
1380
1287
  };
1381
1288
  /**
1382
1289
  * Pallet `Preimage`'s events
@@ -1385,22 +1292,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1385
1292
  /**
1386
1293
  * A preimage has been noted.
1387
1294
  **/
1388
- Noted: GenericPalletEvent<Rv, 'Preimage', 'Noted', { hash: H256 }>;
1295
+ Noted: GenericPalletEvent<'Preimage', 'Noted', { hash: H256 }>;
1389
1296
 
1390
1297
  /**
1391
1298
  * A preimage has been requested.
1392
1299
  **/
1393
- Requested: GenericPalletEvent<Rv, 'Preimage', 'Requested', { hash: H256 }>;
1300
+ Requested: GenericPalletEvent<'Preimage', 'Requested', { hash: H256 }>;
1394
1301
 
1395
1302
  /**
1396
1303
  * A preimage has ben cleared.
1397
1304
  **/
1398
- Cleared: GenericPalletEvent<Rv, 'Preimage', 'Cleared', { hash: H256 }>;
1305
+ Cleared: GenericPalletEvent<'Preimage', 'Cleared', { hash: H256 }>;
1399
1306
 
1400
1307
  /**
1401
1308
  * Generic pallet event
1402
1309
  **/
1403
- [prop: string]: GenericPalletEvent<Rv>;
1310
+ [prop: string]: GenericPalletEvent;
1404
1311
  };
1405
1312
  /**
1406
1313
  * Pallet `ConvictionVoting`'s events
@@ -1409,18 +1316,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1409
1316
  /**
1410
1317
  * An account has delegated their vote to another account. \[who, target\]
1411
1318
  **/
1412
- Delegated: GenericPalletEvent<Rv, 'ConvictionVoting', 'Delegated', [AccountId20, AccountId20]>;
1319
+ Delegated: GenericPalletEvent<'ConvictionVoting', 'Delegated', [AccountId20, AccountId20]>;
1413
1320
 
1414
1321
  /**
1415
1322
  * An \[account\] has cancelled a previous delegation operation.
1416
1323
  **/
1417
- Undelegated: GenericPalletEvent<Rv, 'ConvictionVoting', 'Undelegated', AccountId20>;
1324
+ Undelegated: GenericPalletEvent<'ConvictionVoting', 'Undelegated', AccountId20>;
1418
1325
 
1419
1326
  /**
1420
1327
  * An account has voted
1421
1328
  **/
1422
1329
  Voted: GenericPalletEvent<
1423
- Rv,
1424
1330
  'ConvictionVoting',
1425
1331
  'Voted',
1426
1332
  { who: AccountId20; vote: PalletConvictionVotingVoteAccountVote }
@@ -1430,7 +1336,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1430
1336
  * A vote has been removed
1431
1337
  **/
1432
1338
  VoteRemoved: GenericPalletEvent<
1433
- Rv,
1434
1339
  'ConvictionVoting',
1435
1340
  'VoteRemoved',
1436
1341
  { who: AccountId20; vote: PalletConvictionVotingVoteAccountVote }
@@ -1439,12 +1344,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1439
1344
  /**
1440
1345
  * The lockup period of a conviction vote expired, and the funds have been unlocked.
1441
1346
  **/
1442
- VoteUnlocked: GenericPalletEvent<Rv, 'ConvictionVoting', 'VoteUnlocked', { who: AccountId20; class: number }>;
1347
+ VoteUnlocked: GenericPalletEvent<'ConvictionVoting', 'VoteUnlocked', { who: AccountId20; class: number }>;
1443
1348
 
1444
1349
  /**
1445
1350
  * Generic pallet event
1446
1351
  **/
1447
- [prop: string]: GenericPalletEvent<Rv>;
1352
+ [prop: string]: GenericPalletEvent;
1448
1353
  };
1449
1354
  /**
1450
1355
  * Pallet `Referenda`'s events
@@ -1454,7 +1359,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1454
1359
  * A referendum has been submitted.
1455
1360
  **/
1456
1361
  Submitted: GenericPalletEvent<
1457
- Rv,
1458
1362
  'Referenda',
1459
1363
  'Submitted',
1460
1364
  {
@@ -1479,7 +1383,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1479
1383
  * The decision deposit has been placed.
1480
1384
  **/
1481
1385
  DecisionDepositPlaced: GenericPalletEvent<
1482
- Rv,
1483
1386
  'Referenda',
1484
1387
  'DecisionDepositPlaced',
1485
1388
  {
@@ -1504,7 +1407,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1504
1407
  * The decision deposit has been refunded.
1505
1408
  **/
1506
1409
  DecisionDepositRefunded: GenericPalletEvent<
1507
- Rv,
1508
1410
  'Referenda',
1509
1411
  'DecisionDepositRefunded',
1510
1412
  {
@@ -1529,7 +1431,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1529
1431
  * A deposit has been slashed.
1530
1432
  **/
1531
1433
  DepositSlashed: GenericPalletEvent<
1532
- Rv,
1533
1434
  'Referenda',
1534
1435
  'DepositSlashed',
1535
1436
  {
@@ -1549,7 +1450,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1549
1450
  * A referendum has moved into the deciding phase.
1550
1451
  **/
1551
1452
  DecisionStarted: GenericPalletEvent<
1552
- Rv,
1553
1453
  'Referenda',
1554
1454
  'DecisionStarted',
1555
1455
  {
@@ -1575,7 +1475,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1575
1475
  }
1576
1476
  >;
1577
1477
  ConfirmStarted: GenericPalletEvent<
1578
- Rv,
1579
1478
  'Referenda',
1580
1479
  'ConfirmStarted',
1581
1480
  {
@@ -1586,7 +1485,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1586
1485
  }
1587
1486
  >;
1588
1487
  ConfirmAborted: GenericPalletEvent<
1589
- Rv,
1590
1488
  'Referenda',
1591
1489
  'ConfirmAborted',
1592
1490
  {
@@ -1601,7 +1499,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1601
1499
  * A referendum has ended its confirmation phase and is ready for approval.
1602
1500
  **/
1603
1501
  Confirmed: GenericPalletEvent<
1604
- Rv,
1605
1502
  'Referenda',
1606
1503
  'Confirmed',
1607
1504
  {
@@ -1621,7 +1518,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1621
1518
  * A referendum has been approved and its proposal has been scheduled.
1622
1519
  **/
1623
1520
  Approved: GenericPalletEvent<
1624
- Rv,
1625
1521
  'Referenda',
1626
1522
  'Approved',
1627
1523
  {
@@ -1636,7 +1532,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1636
1532
  * A proposal has been rejected by referendum.
1637
1533
  **/
1638
1534
  Rejected: GenericPalletEvent<
1639
- Rv,
1640
1535
  'Referenda',
1641
1536
  'Rejected',
1642
1537
  {
@@ -1656,7 +1551,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1656
1551
  * A referendum has been timed out without being decided.
1657
1552
  **/
1658
1553
  TimedOut: GenericPalletEvent<
1659
- Rv,
1660
1554
  'Referenda',
1661
1555
  'TimedOut',
1662
1556
  {
@@ -1676,7 +1570,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1676
1570
  * A referendum has been cancelled.
1677
1571
  **/
1678
1572
  Cancelled: GenericPalletEvent<
1679
- Rv,
1680
1573
  'Referenda',
1681
1574
  'Cancelled',
1682
1575
  {
@@ -1696,7 +1589,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1696
1589
  * A referendum has been killed.
1697
1590
  **/
1698
1591
  Killed: GenericPalletEvent<
1699
- Rv,
1700
1592
  'Referenda',
1701
1593
  'Killed',
1702
1594
  {
@@ -1716,7 +1608,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1716
1608
  * The submission deposit has been refunded.
1717
1609
  **/
1718
1610
  SubmissionDepositRefunded: GenericPalletEvent<
1719
- Rv,
1720
1611
  'Referenda',
1721
1612
  'SubmissionDepositRefunded',
1722
1613
  {
@@ -1741,7 +1632,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1741
1632
  * Metadata for a referendum has been set.
1742
1633
  **/
1743
1634
  MetadataSet: GenericPalletEvent<
1744
- Rv,
1745
1635
  'Referenda',
1746
1636
  'MetadataSet',
1747
1637
  {
@@ -1761,7 +1651,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1761
1651
  * Metadata for a referendum has been cleared.
1762
1652
  **/
1763
1653
  MetadataCleared: GenericPalletEvent<
1764
- Rv,
1765
1654
  'Referenda',
1766
1655
  'MetadataCleared',
1767
1656
  {
@@ -1780,16 +1669,15 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1780
1669
  /**
1781
1670
  * Generic pallet event
1782
1671
  **/
1783
- [prop: string]: GenericPalletEvent<Rv>;
1672
+ [prop: string]: GenericPalletEvent;
1784
1673
  };
1785
1674
  /**
1786
1675
  * Pallet `Whitelist`'s events
1787
1676
  **/
1788
1677
  whitelist: {
1789
- CallWhitelisted: GenericPalletEvent<Rv, 'Whitelist', 'CallWhitelisted', { callHash: H256 }>;
1790
- WhitelistedCallRemoved: GenericPalletEvent<Rv, 'Whitelist', 'WhitelistedCallRemoved', { callHash: H256 }>;
1678
+ CallWhitelisted: GenericPalletEvent<'Whitelist', 'CallWhitelisted', { callHash: H256 }>;
1679
+ WhitelistedCallRemoved: GenericPalletEvent<'Whitelist', 'WhitelistedCallRemoved', { callHash: H256 }>;
1791
1680
  WhitelistedCallDispatched: GenericPalletEvent<
1792
- Rv,
1793
1681
  'Whitelist',
1794
1682
  'WhitelistedCallDispatched',
1795
1683
  { callHash: H256; result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo> }
@@ -1798,7 +1686,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1798
1686
  /**
1799
1687
  * Generic pallet event
1800
1688
  **/
1801
- [prop: string]: GenericPalletEvent<Rv>;
1689
+ [prop: string]: GenericPalletEvent;
1802
1690
  };
1803
1691
  /**
1804
1692
  * Pallet `TreasuryCouncilCollective`'s events
@@ -1809,7 +1697,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1809
1697
  * `MemberCount`).
1810
1698
  **/
1811
1699
  Proposed: GenericPalletEvent<
1812
- Rv,
1813
1700
  'TreasuryCouncilCollective',
1814
1701
  'Proposed',
1815
1702
  { account: AccountId20; proposalIndex: number; proposalHash: H256; threshold: number }
@@ -1820,7 +1707,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1820
1707
  * a tally (yes votes and no votes given respectively as `MemberCount`).
1821
1708
  **/
1822
1709
  Voted: GenericPalletEvent<
1823
- Rv,
1824
1710
  'TreasuryCouncilCollective',
1825
1711
  'Voted',
1826
1712
  { account: AccountId20; proposalHash: H256; voted: boolean; yes: number; no: number }
@@ -1829,18 +1715,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1829
1715
  /**
1830
1716
  * A motion was approved by the required threshold.
1831
1717
  **/
1832
- Approved: GenericPalletEvent<Rv, 'TreasuryCouncilCollective', 'Approved', { proposalHash: H256 }>;
1718
+ Approved: GenericPalletEvent<'TreasuryCouncilCollective', 'Approved', { proposalHash: H256 }>;
1833
1719
 
1834
1720
  /**
1835
1721
  * A motion was not approved by the required threshold.
1836
1722
  **/
1837
- Disapproved: GenericPalletEvent<Rv, 'TreasuryCouncilCollective', 'Disapproved', { proposalHash: H256 }>;
1723
+ Disapproved: GenericPalletEvent<'TreasuryCouncilCollective', 'Disapproved', { proposalHash: H256 }>;
1838
1724
 
1839
1725
  /**
1840
1726
  * A motion was executed; result will be `Ok` if it returned without error.
1841
1727
  **/
1842
1728
  Executed: GenericPalletEvent<
1843
- Rv,
1844
1729
  'TreasuryCouncilCollective',
1845
1730
  'Executed',
1846
1731
  { proposalHash: H256; result: Result<[], DispatchError> }
@@ -1850,7 +1735,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1850
1735
  * A single member did some action; result will be `Ok` if it returned without error.
1851
1736
  **/
1852
1737
  MemberExecuted: GenericPalletEvent<
1853
- Rv,
1854
1738
  'TreasuryCouncilCollective',
1855
1739
  'MemberExecuted',
1856
1740
  { proposalHash: H256; result: Result<[], DispatchError> }
@@ -1859,23 +1743,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1859
1743
  /**
1860
1744
  * A proposal was closed because its threshold was reached or after its duration was up.
1861
1745
  **/
1862
- Closed: GenericPalletEvent<
1863
- Rv,
1864
- 'TreasuryCouncilCollective',
1865
- 'Closed',
1866
- { proposalHash: H256; yes: number; no: number }
1867
- >;
1746
+ Closed: GenericPalletEvent<'TreasuryCouncilCollective', 'Closed', { proposalHash: H256; yes: number; no: number }>;
1868
1747
 
1869
1748
  /**
1870
1749
  * A proposal was killed.
1871
1750
  **/
1872
- Killed: GenericPalletEvent<Rv, 'TreasuryCouncilCollective', 'Killed', { proposalHash: H256 }>;
1751
+ Killed: GenericPalletEvent<'TreasuryCouncilCollective', 'Killed', { proposalHash: H256 }>;
1873
1752
 
1874
1753
  /**
1875
1754
  * Some cost for storing a proposal was burned.
1876
1755
  **/
1877
1756
  ProposalCostBurned: GenericPalletEvent<
1878
- Rv,
1879
1757
  'TreasuryCouncilCollective',
1880
1758
  'ProposalCostBurned',
1881
1759
  { proposalHash: H256; who: AccountId20 }
@@ -1885,7 +1763,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1885
1763
  * Some cost for storing a proposal was released.
1886
1764
  **/
1887
1765
  ProposalCostReleased: GenericPalletEvent<
1888
- Rv,
1889
1766
  'TreasuryCouncilCollective',
1890
1767
  'ProposalCostReleased',
1891
1768
  { proposalHash: H256; who: AccountId20 }
@@ -1894,7 +1771,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1894
1771
  /**
1895
1772
  * Generic pallet event
1896
1773
  **/
1897
- [prop: string]: GenericPalletEvent<Rv>;
1774
+ [prop: string]: GenericPalletEvent;
1898
1775
  };
1899
1776
  /**
1900
1777
  * Pallet `OpenTechCommitteeCollective`'s events
@@ -1905,7 +1782,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1905
1782
  * `MemberCount`).
1906
1783
  **/
1907
1784
  Proposed: GenericPalletEvent<
1908
- Rv,
1909
1785
  'OpenTechCommitteeCollective',
1910
1786
  'Proposed',
1911
1787
  { account: AccountId20; proposalIndex: number; proposalHash: H256; threshold: number }
@@ -1916,7 +1792,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1916
1792
  * a tally (yes votes and no votes given respectively as `MemberCount`).
1917
1793
  **/
1918
1794
  Voted: GenericPalletEvent<
1919
- Rv,
1920
1795
  'OpenTechCommitteeCollective',
1921
1796
  'Voted',
1922
1797
  { account: AccountId20; proposalHash: H256; voted: boolean; yes: number; no: number }
@@ -1925,18 +1800,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1925
1800
  /**
1926
1801
  * A motion was approved by the required threshold.
1927
1802
  **/
1928
- Approved: GenericPalletEvent<Rv, 'OpenTechCommitteeCollective', 'Approved', { proposalHash: H256 }>;
1803
+ Approved: GenericPalletEvent<'OpenTechCommitteeCollective', 'Approved', { proposalHash: H256 }>;
1929
1804
 
1930
1805
  /**
1931
1806
  * A motion was not approved by the required threshold.
1932
1807
  **/
1933
- Disapproved: GenericPalletEvent<Rv, 'OpenTechCommitteeCollective', 'Disapproved', { proposalHash: H256 }>;
1808
+ Disapproved: GenericPalletEvent<'OpenTechCommitteeCollective', 'Disapproved', { proposalHash: H256 }>;
1934
1809
 
1935
1810
  /**
1936
1811
  * A motion was executed; result will be `Ok` if it returned without error.
1937
1812
  **/
1938
1813
  Executed: GenericPalletEvent<
1939
- Rv,
1940
1814
  'OpenTechCommitteeCollective',
1941
1815
  'Executed',
1942
1816
  { proposalHash: H256; result: Result<[], DispatchError> }
@@ -1946,7 +1820,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1946
1820
  * A single member did some action; result will be `Ok` if it returned without error.
1947
1821
  **/
1948
1822
  MemberExecuted: GenericPalletEvent<
1949
- Rv,
1950
1823
  'OpenTechCommitteeCollective',
1951
1824
  'MemberExecuted',
1952
1825
  { proposalHash: H256; result: Result<[], DispatchError> }
@@ -1956,7 +1829,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1956
1829
  * A proposal was closed because its threshold was reached or after its duration was up.
1957
1830
  **/
1958
1831
  Closed: GenericPalletEvent<
1959
- Rv,
1960
1832
  'OpenTechCommitteeCollective',
1961
1833
  'Closed',
1962
1834
  { proposalHash: H256; yes: number; no: number }
@@ -1965,13 +1837,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1965
1837
  /**
1966
1838
  * A proposal was killed.
1967
1839
  **/
1968
- Killed: GenericPalletEvent<Rv, 'OpenTechCommitteeCollective', 'Killed', { proposalHash: H256 }>;
1840
+ Killed: GenericPalletEvent<'OpenTechCommitteeCollective', 'Killed', { proposalHash: H256 }>;
1969
1841
 
1970
1842
  /**
1971
1843
  * Some cost for storing a proposal was burned.
1972
1844
  **/
1973
1845
  ProposalCostBurned: GenericPalletEvent<
1974
- Rv,
1975
1846
  'OpenTechCommitteeCollective',
1976
1847
  'ProposalCostBurned',
1977
1848
  { proposalHash: H256; who: AccountId20 }
@@ -1981,7 +1852,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1981
1852
  * Some cost for storing a proposal was released.
1982
1853
  **/
1983
1854
  ProposalCostReleased: GenericPalletEvent<
1984
- Rv,
1985
1855
  'OpenTechCommitteeCollective',
1986
1856
  'ProposalCostReleased',
1987
1857
  { proposalHash: H256; who: AccountId20 }
@@ -1990,7 +1860,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1990
1860
  /**
1991
1861
  * Generic pallet event
1992
1862
  **/
1993
- [prop: string]: GenericPalletEvent<Rv>;
1863
+ [prop: string]: GenericPalletEvent;
1994
1864
  };
1995
1865
  /**
1996
1866
  * Pallet `Treasury`'s events
@@ -1999,38 +1869,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1999
1869
  /**
2000
1870
  * We have ended a spend period and will now allocate funds.
2001
1871
  **/
2002
- Spending: GenericPalletEvent<Rv, 'Treasury', 'Spending', { budgetRemaining: bigint }>;
1872
+ Spending: GenericPalletEvent<'Treasury', 'Spending', { budgetRemaining: bigint }>;
2003
1873
 
2004
1874
  /**
2005
1875
  * Some funds have been allocated.
2006
1876
  **/
2007
- Awarded: GenericPalletEvent<
2008
- Rv,
2009
- 'Treasury',
2010
- 'Awarded',
2011
- { proposalIndex: number; award: bigint; account: AccountId20 }
2012
- >;
1877
+ Awarded: GenericPalletEvent<'Treasury', 'Awarded', { proposalIndex: number; award: bigint; account: AccountId20 }>;
2013
1878
 
2014
1879
  /**
2015
1880
  * Some of our funds have been burnt.
2016
1881
  **/
2017
- Burnt: GenericPalletEvent<Rv, 'Treasury', 'Burnt', { burntFunds: bigint }>;
1882
+ Burnt: GenericPalletEvent<'Treasury', 'Burnt', { burntFunds: bigint }>;
2018
1883
 
2019
1884
  /**
2020
1885
  * Spending has finished; this is the amount that rolls over until next spend.
2021
1886
  **/
2022
- Rollover: GenericPalletEvent<Rv, 'Treasury', 'Rollover', { rolloverBalance: bigint }>;
1887
+ Rollover: GenericPalletEvent<'Treasury', 'Rollover', { rolloverBalance: bigint }>;
2023
1888
 
2024
1889
  /**
2025
1890
  * Some funds have been deposited.
2026
1891
  **/
2027
- Deposit: GenericPalletEvent<Rv, 'Treasury', 'Deposit', { value: bigint }>;
1892
+ Deposit: GenericPalletEvent<'Treasury', 'Deposit', { value: bigint }>;
2028
1893
 
2029
1894
  /**
2030
1895
  * A new spend proposal has been approved.
2031
1896
  **/
2032
1897
  SpendApproved: GenericPalletEvent<
2033
- Rv,
2034
1898
  'Treasury',
2035
1899
  'SpendApproved',
2036
1900
  { proposalIndex: number; amount: bigint; beneficiary: AccountId20 }
@@ -2039,18 +1903,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2039
1903
  /**
2040
1904
  * The inactive funds of the pallet have been updated.
2041
1905
  **/
2042
- UpdatedInactive: GenericPalletEvent<
2043
- Rv,
2044
- 'Treasury',
2045
- 'UpdatedInactive',
2046
- { reactivated: bigint; deactivated: bigint }
2047
- >;
1906
+ UpdatedInactive: GenericPalletEvent<'Treasury', 'UpdatedInactive', { reactivated: bigint; deactivated: bigint }>;
2048
1907
 
2049
1908
  /**
2050
1909
  * A new asset spend proposal has been approved.
2051
1910
  **/
2052
1911
  AssetSpendApproved: GenericPalletEvent<
2053
- Rv,
2054
1912
  'Treasury',
2055
1913
  'AssetSpendApproved',
2056
1914
  {
@@ -2066,28 +1924,28 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2066
1924
  /**
2067
1925
  * An approved spend was voided.
2068
1926
  **/
2069
- AssetSpendVoided: GenericPalletEvent<Rv, 'Treasury', 'AssetSpendVoided', { index: number }>;
1927
+ AssetSpendVoided: GenericPalletEvent<'Treasury', 'AssetSpendVoided', { index: number }>;
2070
1928
 
2071
1929
  /**
2072
1930
  * A payment happened.
2073
1931
  **/
2074
- Paid: GenericPalletEvent<Rv, 'Treasury', 'Paid', { index: number; paymentId: [] }>;
1932
+ Paid: GenericPalletEvent<'Treasury', 'Paid', { index: number; paymentId: [] }>;
2075
1933
 
2076
1934
  /**
2077
1935
  * A payment failed and can be retried.
2078
1936
  **/
2079
- PaymentFailed: GenericPalletEvent<Rv, 'Treasury', 'PaymentFailed', { index: number; paymentId: [] }>;
1937
+ PaymentFailed: GenericPalletEvent<'Treasury', 'PaymentFailed', { index: number; paymentId: [] }>;
2080
1938
 
2081
1939
  /**
2082
1940
  * A spend was processed and removed from the storage. It might have been successfully
2083
1941
  * paid or it may have expired.
2084
1942
  **/
2085
- SpendProcessed: GenericPalletEvent<Rv, 'Treasury', 'SpendProcessed', { index: number }>;
1943
+ SpendProcessed: GenericPalletEvent<'Treasury', 'SpendProcessed', { index: number }>;
2086
1944
 
2087
1945
  /**
2088
1946
  * Generic pallet event
2089
1947
  **/
2090
- [prop: string]: GenericPalletEvent<Rv>;
1948
+ [prop: string]: GenericPalletEvent;
2091
1949
  };
2092
1950
  /**
2093
1951
  * Pallet `CrowdloanRewards`'s events
@@ -2096,14 +1954,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2096
1954
  /**
2097
1955
  * The initial payment of InitializationPayment % was paid
2098
1956
  **/
2099
- InitialPaymentMade: GenericPalletEvent<Rv, 'CrowdloanRewards', 'InitialPaymentMade', [AccountId20, bigint]>;
1957
+ InitialPaymentMade: GenericPalletEvent<'CrowdloanRewards', 'InitialPaymentMade', [AccountId20, bigint]>;
2100
1958
 
2101
1959
  /**
2102
1960
  * Someone has proven they made a contribution and associated a native identity with it.
2103
1961
  * Data is the relay account, native account and the total amount of _rewards_ that will be paid
2104
1962
  **/
2105
1963
  NativeIdentityAssociated: GenericPalletEvent<
2106
- Rv,
2107
1964
  'CrowdloanRewards',
2108
1965
  'NativeIdentityAssociated',
2109
1966
  [FixedBytes<32>, AccountId20, bigint]
@@ -2113,23 +1970,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2113
1970
  * A contributor has claimed some rewards.
2114
1971
  * Data is the account getting paid and the amount of rewards paid.
2115
1972
  **/
2116
- RewardsPaid: GenericPalletEvent<Rv, 'CrowdloanRewards', 'RewardsPaid', [AccountId20, bigint]>;
1973
+ RewardsPaid: GenericPalletEvent<'CrowdloanRewards', 'RewardsPaid', [AccountId20, bigint]>;
2117
1974
 
2118
1975
  /**
2119
1976
  * A contributor has updated the reward address.
2120
1977
  **/
2121
- RewardAddressUpdated: GenericPalletEvent<
2122
- Rv,
2123
- 'CrowdloanRewards',
2124
- 'RewardAddressUpdated',
2125
- [AccountId20, AccountId20]
2126
- >;
1978
+ RewardAddressUpdated: GenericPalletEvent<'CrowdloanRewards', 'RewardAddressUpdated', [AccountId20, AccountId20]>;
2127
1979
 
2128
1980
  /**
2129
1981
  * When initializing the reward vec an already initialized account was found
2130
1982
  **/
2131
1983
  InitializedAlreadyInitializedAccount: GenericPalletEvent<
2132
- Rv,
2133
1984
  'CrowdloanRewards',
2134
1985
  'InitializedAlreadyInitializedAccount',
2135
1986
  [FixedBytes<32>, AccountId20 | undefined, bigint]
@@ -2139,7 +1990,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2139
1990
  * When initializing the reward vec an already initialized account was found
2140
1991
  **/
2141
1992
  InitializedAccountWithNotEnoughContribution: GenericPalletEvent<
2142
- Rv,
2143
1993
  'CrowdloanRewards',
2144
1994
  'InitializedAccountWithNotEnoughContribution',
2145
1995
  [FixedBytes<32>, AccountId20 | undefined, bigint]
@@ -2148,7 +1998,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2148
1998
  /**
2149
1999
  * Generic pallet event
2150
2000
  **/
2151
- [prop: string]: GenericPalletEvent<Rv>;
2001
+ [prop: string]: GenericPalletEvent;
2152
2002
  };
2153
2003
  /**
2154
2004
  * Pallet `XcmpQueue`'s events
@@ -2157,12 +2007,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2157
2007
  /**
2158
2008
  * An HRMP message was sent to a sibling parachain.
2159
2009
  **/
2160
- XcmpMessageSent: GenericPalletEvent<Rv, 'XcmpQueue', 'XcmpMessageSent', { messageHash: FixedBytes<32> }>;
2010
+ XcmpMessageSent: GenericPalletEvent<'XcmpQueue', 'XcmpMessageSent', { messageHash: FixedBytes<32> }>;
2161
2011
 
2162
2012
  /**
2163
2013
  * Generic pallet event
2164
2014
  **/
2165
- [prop: string]: GenericPalletEvent<Rv>;
2015
+ [prop: string]: GenericPalletEvent;
2166
2016
  };
2167
2017
  /**
2168
2018
  * Pallet `CumulusXcm`'s events
@@ -2172,29 +2022,24 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2172
2022
  * Downward message is invalid XCM.
2173
2023
  * \[ id \]
2174
2024
  **/
2175
- InvalidFormat: GenericPalletEvent<Rv, 'CumulusXcm', 'InvalidFormat', FixedBytes<32>>;
2025
+ InvalidFormat: GenericPalletEvent<'CumulusXcm', 'InvalidFormat', FixedBytes<32>>;
2176
2026
 
2177
2027
  /**
2178
2028
  * Downward message is unsupported version of XCM.
2179
2029
  * \[ id \]
2180
2030
  **/
2181
- UnsupportedVersion: GenericPalletEvent<Rv, 'CumulusXcm', 'UnsupportedVersion', FixedBytes<32>>;
2031
+ UnsupportedVersion: GenericPalletEvent<'CumulusXcm', 'UnsupportedVersion', FixedBytes<32>>;
2182
2032
 
2183
2033
  /**
2184
2034
  * Downward message executed with the given outcome.
2185
2035
  * \[ id, outcome \]
2186
2036
  **/
2187
- ExecutedDownward: GenericPalletEvent<
2188
- Rv,
2189
- 'CumulusXcm',
2190
- 'ExecutedDownward',
2191
- [FixedBytes<32>, StagingXcmV5TraitsOutcome]
2192
- >;
2037
+ ExecutedDownward: GenericPalletEvent<'CumulusXcm', 'ExecutedDownward', [FixedBytes<32>, StagingXcmV5TraitsOutcome]>;
2193
2038
 
2194
2039
  /**
2195
2040
  * Generic pallet event
2196
2041
  **/
2197
- [prop: string]: GenericPalletEvent<Rv>;
2042
+ [prop: string]: GenericPalletEvent;
2198
2043
  };
2199
2044
  /**
2200
2045
  * Pallet `PolkadotXcm`'s events
@@ -2203,13 +2048,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2203
2048
  /**
2204
2049
  * Execution of an XCM message was attempted.
2205
2050
  **/
2206
- Attempted: GenericPalletEvent<Rv, 'PolkadotXcm', 'Attempted', { outcome: StagingXcmV5TraitsOutcome }>;
2051
+ Attempted: GenericPalletEvent<'PolkadotXcm', 'Attempted', { outcome: StagingXcmV5TraitsOutcome }>;
2207
2052
 
2208
2053
  /**
2209
2054
  * An XCM message was sent.
2210
2055
  **/
2211
2056
  Sent: GenericPalletEvent<
2212
- Rv,
2213
2057
  'PolkadotXcm',
2214
2058
  'Sent',
2215
2059
  {
@@ -2224,7 +2068,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2224
2068
  * An XCM message failed to send.
2225
2069
  **/
2226
2070
  SendFailed: GenericPalletEvent<
2227
- Rv,
2228
2071
  'PolkadotXcm',
2229
2072
  'SendFailed',
2230
2073
  {
@@ -2239,7 +2082,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2239
2082
  * An XCM message failed to process.
2240
2083
  **/
2241
2084
  ProcessXcmError: GenericPalletEvent<
2242
- Rv,
2243
2085
  'PolkadotXcm',
2244
2086
  'ProcessXcmError',
2245
2087
  { origin: StagingXcmV5Location; error: XcmV5TraitsError; messageId: FixedBytes<32> }
@@ -2251,7 +2093,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2251
2093
  * because the query timed out.
2252
2094
  **/
2253
2095
  UnexpectedResponse: GenericPalletEvent<
2254
- Rv,
2255
2096
  'PolkadotXcm',
2256
2097
  'UnexpectedResponse',
2257
2098
  { origin: StagingXcmV5Location; queryId: bigint }
@@ -2262,7 +2103,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2262
2103
  * no registered notification call.
2263
2104
  **/
2264
2105
  ResponseReady: GenericPalletEvent<
2265
- Rv,
2266
2106
  'PolkadotXcm',
2267
2107
  'ResponseReady',
2268
2108
  { queryId: bigint; response: StagingXcmV5Response }
@@ -2273,7 +2113,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2273
2113
  * been dispatched and executed successfully.
2274
2114
  **/
2275
2115
  Notified: GenericPalletEvent<
2276
- Rv,
2277
2116
  'PolkadotXcm',
2278
2117
  'Notified',
2279
2118
  { queryId: bigint; palletIndex: number; callIndex: number }
@@ -2285,7 +2124,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2285
2124
  * originally budgeted by this runtime for the query result.
2286
2125
  **/
2287
2126
  NotifyOverweight: GenericPalletEvent<
2288
- Rv,
2289
2127
  'PolkadotXcm',
2290
2128
  'NotifyOverweight',
2291
2129
  {
@@ -2302,7 +2140,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2302
2140
  * dispatching the notification call.
2303
2141
  **/
2304
2142
  NotifyDispatchError: GenericPalletEvent<
2305
- Rv,
2306
2143
  'PolkadotXcm',
2307
2144
  'NotifyDispatchError',
2308
2145
  { queryId: bigint; palletIndex: number; callIndex: number }
@@ -2314,7 +2151,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2314
2151
  * is not `(origin, QueryId, Response)`.
2315
2152
  **/
2316
2153
  NotifyDecodeFailed: GenericPalletEvent<
2317
- Rv,
2318
2154
  'PolkadotXcm',
2319
2155
  'NotifyDecodeFailed',
2320
2156
  { queryId: bigint; palletIndex: number; callIndex: number }
@@ -2326,7 +2162,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2326
2162
  * be received and acted upon.
2327
2163
  **/
2328
2164
  InvalidResponder: GenericPalletEvent<
2329
- Rv,
2330
2165
  'PolkadotXcm',
2331
2166
  'InvalidResponder',
2332
2167
  { origin: StagingXcmV5Location; queryId: bigint; expectedLocation?: StagingXcmV5Location | undefined }
@@ -2342,7 +2177,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2342
2177
  * needed.
2343
2178
  **/
2344
2179
  InvalidResponderVersion: GenericPalletEvent<
2345
- Rv,
2346
2180
  'PolkadotXcm',
2347
2181
  'InvalidResponderVersion',
2348
2182
  { origin: StagingXcmV5Location; queryId: bigint }
@@ -2351,13 +2185,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2351
2185
  /**
2352
2186
  * Received query response has been read and removed.
2353
2187
  **/
2354
- ResponseTaken: GenericPalletEvent<Rv, 'PolkadotXcm', 'ResponseTaken', { queryId: bigint }>;
2188
+ ResponseTaken: GenericPalletEvent<'PolkadotXcm', 'ResponseTaken', { queryId: bigint }>;
2355
2189
 
2356
2190
  /**
2357
2191
  * Some assets have been placed in an asset trap.
2358
2192
  **/
2359
2193
  AssetsTrapped: GenericPalletEvent<
2360
- Rv,
2361
2194
  'PolkadotXcm',
2362
2195
  'AssetsTrapped',
2363
2196
  { hash: H256; origin: StagingXcmV5Location; assets: XcmVersionedAssets }
@@ -2369,7 +2202,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2369
2202
  * The cost of sending it (borne by the chain) is included.
2370
2203
  **/
2371
2204
  VersionChangeNotified: GenericPalletEvent<
2372
- Rv,
2373
2205
  'PolkadotXcm',
2374
2206
  'VersionChangeNotified',
2375
2207
  { destination: StagingXcmV5Location; result: number; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
@@ -2380,7 +2212,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2380
2212
  * automatic notification or a manual intervention.
2381
2213
  **/
2382
2214
  SupportedVersionChanged: GenericPalletEvent<
2383
- Rv,
2384
2215
  'PolkadotXcm',
2385
2216
  'SupportedVersionChanged',
2386
2217
  { location: StagingXcmV5Location; version: number }
@@ -2391,7 +2222,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2391
2222
  * sending the notification to it.
2392
2223
  **/
2393
2224
  NotifyTargetSendFail: GenericPalletEvent<
2394
- Rv,
2395
2225
  'PolkadotXcm',
2396
2226
  'NotifyTargetSendFail',
2397
2227
  { location: StagingXcmV5Location; queryId: bigint; error: XcmV5TraitsError }
@@ -2402,7 +2232,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2402
2232
  * migrating the location to our new XCM format.
2403
2233
  **/
2404
2234
  NotifyTargetMigrationFail: GenericPalletEvent<
2405
- Rv,
2406
2235
  'PolkadotXcm',
2407
2236
  'NotifyTargetMigrationFail',
2408
2237
  { location: XcmVersionedLocation; queryId: bigint }
@@ -2418,7 +2247,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2418
2247
  * needed.
2419
2248
  **/
2420
2249
  InvalidQuerierVersion: GenericPalletEvent<
2421
- Rv,
2422
2250
  'PolkadotXcm',
2423
2251
  'InvalidQuerierVersion',
2424
2252
  { origin: StagingXcmV5Location; queryId: bigint }
@@ -2430,7 +2258,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2430
2258
  * be received and acted upon.
2431
2259
  **/
2432
2260
  InvalidQuerier: GenericPalletEvent<
2433
- Rv,
2434
2261
  'PolkadotXcm',
2435
2262
  'InvalidQuerier',
2436
2263
  {
@@ -2446,7 +2273,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2446
2273
  * A version information message is sent to them and its cost is included.
2447
2274
  **/
2448
2275
  VersionNotifyStarted: GenericPalletEvent<
2449
- Rv,
2450
2276
  'PolkadotXcm',
2451
2277
  'VersionNotifyStarted',
2452
2278
  { destination: StagingXcmV5Location; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
@@ -2456,7 +2282,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2456
2282
  * We have requested that a remote chain send us XCM version change notifications.
2457
2283
  **/
2458
2284
  VersionNotifyRequested: GenericPalletEvent<
2459
- Rv,
2460
2285
  'PolkadotXcm',
2461
2286
  'VersionNotifyRequested',
2462
2287
  { destination: StagingXcmV5Location; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
@@ -2467,7 +2292,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2467
2292
  * notifications.
2468
2293
  **/
2469
2294
  VersionNotifyUnrequested: GenericPalletEvent<
2470
- Rv,
2471
2295
  'PolkadotXcm',
2472
2296
  'VersionNotifyUnrequested',
2473
2297
  { destination: StagingXcmV5Location; cost: StagingXcmV5AssetAssets; messageId: FixedBytes<32> }
@@ -2477,7 +2301,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2477
2301
  * Fees were paid from a location for an operation (often for using `SendXcm`).
2478
2302
  **/
2479
2303
  FeesPaid: GenericPalletEvent<
2480
- Rv,
2481
2304
  'PolkadotXcm',
2482
2305
  'FeesPaid',
2483
2306
  { paying: StagingXcmV5Location; fees: StagingXcmV5AssetAssets }
@@ -2487,7 +2310,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2487
2310
  * Some assets have been claimed from an asset trap
2488
2311
  **/
2489
2312
  AssetsClaimed: GenericPalletEvent<
2490
- Rv,
2491
2313
  'PolkadotXcm',
2492
2314
  'AssetsClaimed',
2493
2315
  { hash: H256; origin: StagingXcmV5Location; assets: XcmVersionedAssets }
@@ -2496,14 +2318,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2496
2318
  /**
2497
2319
  * A XCM version migration finished.
2498
2320
  **/
2499
- VersionMigrationFinished: GenericPalletEvent<Rv, 'PolkadotXcm', 'VersionMigrationFinished', { version: number }>;
2321
+ VersionMigrationFinished: GenericPalletEvent<'PolkadotXcm', 'VersionMigrationFinished', { version: number }>;
2500
2322
 
2501
2323
  /**
2502
2324
  * An `aliaser` location was authorized by `target` to alias it, authorization valid until
2503
2325
  * `expiry` block number.
2504
2326
  **/
2505
2327
  AliasAuthorized: GenericPalletEvent<
2506
- Rv,
2507
2328
  'PolkadotXcm',
2508
2329
  'AliasAuthorized',
2509
2330
  { aliaser: StagingXcmV5Location; target: StagingXcmV5Location; expiry?: bigint | undefined }
@@ -2513,7 +2334,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2513
2334
  * `target` removed alias authorization for `aliaser`.
2514
2335
  **/
2515
2336
  AliasAuthorizationRemoved: GenericPalletEvent<
2516
- Rv,
2517
2337
  'PolkadotXcm',
2518
2338
  'AliasAuthorizationRemoved',
2519
2339
  { aliaser: StagingXcmV5Location; target: StagingXcmV5Location }
@@ -2523,7 +2343,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2523
2343
  * `target` removed all alias authorizations.
2524
2344
  **/
2525
2345
  AliasesAuthorizationsRemoved: GenericPalletEvent<
2526
- Rv,
2527
2346
  'PolkadotXcm',
2528
2347
  'AliasesAuthorizationsRemoved',
2529
2348
  { target: StagingXcmV5Location }
@@ -2532,7 +2351,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2532
2351
  /**
2533
2352
  * Generic pallet event
2534
2353
  **/
2535
- [prop: string]: GenericPalletEvent<Rv>;
2354
+ [prop: string]: GenericPalletEvent;
2536
2355
  };
2537
2356
  /**
2538
2357
  * Pallet `Assets`'s events
@@ -2541,18 +2360,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2541
2360
  /**
2542
2361
  * Some asset class was created.
2543
2362
  **/
2544
- Created: GenericPalletEvent<Rv, 'Assets', 'Created', { assetId: bigint; creator: AccountId20; owner: AccountId20 }>;
2363
+ Created: GenericPalletEvent<'Assets', 'Created', { assetId: bigint; creator: AccountId20; owner: AccountId20 }>;
2545
2364
 
2546
2365
  /**
2547
2366
  * Some assets were issued.
2548
2367
  **/
2549
- Issued: GenericPalletEvent<Rv, 'Assets', 'Issued', { assetId: bigint; owner: AccountId20; amount: bigint }>;
2368
+ Issued: GenericPalletEvent<'Assets', 'Issued', { assetId: bigint; owner: AccountId20; amount: bigint }>;
2550
2369
 
2551
2370
  /**
2552
2371
  * Some assets were transferred.
2553
2372
  **/
2554
2373
  Transferred: GenericPalletEvent<
2555
- Rv,
2556
2374
  'Assets',
2557
2375
  'Transferred',
2558
2376
  { assetId: bigint; from: AccountId20; to: AccountId20; amount: bigint }
@@ -2561,13 +2379,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2561
2379
  /**
2562
2380
  * Some assets were destroyed.
2563
2381
  **/
2564
- Burned: GenericPalletEvent<Rv, 'Assets', 'Burned', { assetId: bigint; owner: AccountId20; balance: bigint }>;
2382
+ Burned: GenericPalletEvent<'Assets', 'Burned', { assetId: bigint; owner: AccountId20; balance: bigint }>;
2565
2383
 
2566
2384
  /**
2567
2385
  * The management team changed.
2568
2386
  **/
2569
2387
  TeamChanged: GenericPalletEvent<
2570
- Rv,
2571
2388
  'Assets',
2572
2389
  'TeamChanged',
2573
2390
  { assetId: bigint; issuer: AccountId20; admin: AccountId20; freezer: AccountId20 }
@@ -2576,33 +2393,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2576
2393
  /**
2577
2394
  * The owner changed.
2578
2395
  **/
2579
- OwnerChanged: GenericPalletEvent<Rv, 'Assets', 'OwnerChanged', { assetId: bigint; owner: AccountId20 }>;
2396
+ OwnerChanged: GenericPalletEvent<'Assets', 'OwnerChanged', { assetId: bigint; owner: AccountId20 }>;
2580
2397
 
2581
2398
  /**
2582
2399
  * Some account `who` was frozen.
2583
2400
  **/
2584
- Frozen: GenericPalletEvent<Rv, 'Assets', 'Frozen', { assetId: bigint; who: AccountId20 }>;
2401
+ Frozen: GenericPalletEvent<'Assets', 'Frozen', { assetId: bigint; who: AccountId20 }>;
2585
2402
 
2586
2403
  /**
2587
2404
  * Some account `who` was thawed.
2588
2405
  **/
2589
- Thawed: GenericPalletEvent<Rv, 'Assets', 'Thawed', { assetId: bigint; who: AccountId20 }>;
2406
+ Thawed: GenericPalletEvent<'Assets', 'Thawed', { assetId: bigint; who: AccountId20 }>;
2590
2407
 
2591
2408
  /**
2592
2409
  * Some asset `asset_id` was frozen.
2593
2410
  **/
2594
- AssetFrozen: GenericPalletEvent<Rv, 'Assets', 'AssetFrozen', { assetId: bigint }>;
2411
+ AssetFrozen: GenericPalletEvent<'Assets', 'AssetFrozen', { assetId: bigint }>;
2595
2412
 
2596
2413
  /**
2597
2414
  * Some asset `asset_id` was thawed.
2598
2415
  **/
2599
- AssetThawed: GenericPalletEvent<Rv, 'Assets', 'AssetThawed', { assetId: bigint }>;
2416
+ AssetThawed: GenericPalletEvent<'Assets', 'AssetThawed', { assetId: bigint }>;
2600
2417
 
2601
2418
  /**
2602
2419
  * Accounts were destroyed for given asset.
2603
2420
  **/
2604
2421
  AccountsDestroyed: GenericPalletEvent<
2605
- Rv,
2606
2422
  'Assets',
2607
2423
  'AccountsDestroyed',
2608
2424
  { assetId: bigint; accountsDestroyed: number; accountsRemaining: number }
@@ -2612,7 +2428,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2612
2428
  * Approvals were destroyed for given asset.
2613
2429
  **/
2614
2430
  ApprovalsDestroyed: GenericPalletEvent<
2615
- Rv,
2616
2431
  'Assets',
2617
2432
  'ApprovalsDestroyed',
2618
2433
  { assetId: bigint; approvalsDestroyed: number; approvalsRemaining: number }
@@ -2621,23 +2436,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2621
2436
  /**
2622
2437
  * An asset class is in the process of being destroyed.
2623
2438
  **/
2624
- DestructionStarted: GenericPalletEvent<Rv, 'Assets', 'DestructionStarted', { assetId: bigint }>;
2439
+ DestructionStarted: GenericPalletEvent<'Assets', 'DestructionStarted', { assetId: bigint }>;
2625
2440
 
2626
2441
  /**
2627
2442
  * An asset class was destroyed.
2628
2443
  **/
2629
- Destroyed: GenericPalletEvent<Rv, 'Assets', 'Destroyed', { assetId: bigint }>;
2444
+ Destroyed: GenericPalletEvent<'Assets', 'Destroyed', { assetId: bigint }>;
2630
2445
 
2631
2446
  /**
2632
2447
  * Some asset class was force-created.
2633
2448
  **/
2634
- ForceCreated: GenericPalletEvent<Rv, 'Assets', 'ForceCreated', { assetId: bigint; owner: AccountId20 }>;
2449
+ ForceCreated: GenericPalletEvent<'Assets', 'ForceCreated', { assetId: bigint; owner: AccountId20 }>;
2635
2450
 
2636
2451
  /**
2637
2452
  * New metadata has been set for an asset.
2638
2453
  **/
2639
2454
  MetadataSet: GenericPalletEvent<
2640
- Rv,
2641
2455
  'Assets',
2642
2456
  'MetadataSet',
2643
2457
  { assetId: bigint; name: Bytes; symbol: Bytes; decimals: number; isFrozen: boolean }
@@ -2646,13 +2460,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2646
2460
  /**
2647
2461
  * Metadata has been cleared for an asset.
2648
2462
  **/
2649
- MetadataCleared: GenericPalletEvent<Rv, 'Assets', 'MetadataCleared', { assetId: bigint }>;
2463
+ MetadataCleared: GenericPalletEvent<'Assets', 'MetadataCleared', { assetId: bigint }>;
2650
2464
 
2651
2465
  /**
2652
2466
  * (Additional) funds have been approved for transfer to a destination account.
2653
2467
  **/
2654
2468
  ApprovedTransfer: GenericPalletEvent<
2655
- Rv,
2656
2469
  'Assets',
2657
2470
  'ApprovedTransfer',
2658
2471
  { assetId: bigint; source: AccountId20; delegate: AccountId20; amount: bigint }
@@ -2662,7 +2475,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2662
2475
  * An approval for account `delegate` was cancelled by `owner`.
2663
2476
  **/
2664
2477
  ApprovalCancelled: GenericPalletEvent<
2665
- Rv,
2666
2478
  'Assets',
2667
2479
  'ApprovalCancelled',
2668
2480
  { assetId: bigint; owner: AccountId20; delegate: AccountId20 }
@@ -2673,7 +2485,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2673
2485
  * the approved `delegate`.
2674
2486
  **/
2675
2487
  TransferredApproved: GenericPalletEvent<
2676
- Rv,
2677
2488
  'Assets',
2678
2489
  'TransferredApproved',
2679
2490
  { assetId: bigint; owner: AccountId20; delegate: AccountId20; destination: AccountId20; amount: bigint }
@@ -2682,13 +2493,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2682
2493
  /**
2683
2494
  * An asset has had its attributes changed by the `Force` origin.
2684
2495
  **/
2685
- AssetStatusChanged: GenericPalletEvent<Rv, 'Assets', 'AssetStatusChanged', { assetId: bigint }>;
2496
+ AssetStatusChanged: GenericPalletEvent<'Assets', 'AssetStatusChanged', { assetId: bigint }>;
2686
2497
 
2687
2498
  /**
2688
2499
  * The min_balance of an asset has been updated by the asset owner.
2689
2500
  **/
2690
2501
  AssetMinBalanceChanged: GenericPalletEvent<
2691
- Rv,
2692
2502
  'Assets',
2693
2503
  'AssetMinBalanceChanged',
2694
2504
  { assetId: bigint; newMinBalance: bigint }
@@ -2697,27 +2507,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2697
2507
  /**
2698
2508
  * Some account `who` was created with a deposit from `depositor`.
2699
2509
  **/
2700
- Touched: GenericPalletEvent<Rv, 'Assets', 'Touched', { assetId: bigint; who: AccountId20; depositor: AccountId20 }>;
2510
+ Touched: GenericPalletEvent<'Assets', 'Touched', { assetId: bigint; who: AccountId20; depositor: AccountId20 }>;
2701
2511
 
2702
2512
  /**
2703
2513
  * Some account `who` was blocked.
2704
2514
  **/
2705
- Blocked: GenericPalletEvent<Rv, 'Assets', 'Blocked', { assetId: bigint; who: AccountId20 }>;
2515
+ Blocked: GenericPalletEvent<'Assets', 'Blocked', { assetId: bigint; who: AccountId20 }>;
2706
2516
 
2707
2517
  /**
2708
2518
  * Some assets were deposited (e.g. for transaction fees).
2709
2519
  **/
2710
- Deposited: GenericPalletEvent<Rv, 'Assets', 'Deposited', { assetId: bigint; who: AccountId20; amount: bigint }>;
2520
+ Deposited: GenericPalletEvent<'Assets', 'Deposited', { assetId: bigint; who: AccountId20; amount: bigint }>;
2711
2521
 
2712
2522
  /**
2713
2523
  * Some assets were withdrawn from the account (e.g. for transaction fees).
2714
2524
  **/
2715
- Withdrawn: GenericPalletEvent<Rv, 'Assets', 'Withdrawn', { assetId: bigint; who: AccountId20; amount: bigint }>;
2525
+ Withdrawn: GenericPalletEvent<'Assets', 'Withdrawn', { assetId: bigint; who: AccountId20; amount: bigint }>;
2716
2526
 
2717
2527
  /**
2718
2528
  * Generic pallet event
2719
2529
  **/
2720
- [prop: string]: GenericPalletEvent<Rv>;
2530
+ [prop: string]: GenericPalletEvent;
2721
2531
  };
2722
2532
  /**
2723
2533
  * Pallet `XcmTransactor`'s events
@@ -2727,7 +2537,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2727
2537
  * Transacted the inner call through a derivative account in a destination chain.
2728
2538
  **/
2729
2539
  TransactedDerivative: GenericPalletEvent<
2730
- Rv,
2731
2540
  'XcmTransactor',
2732
2541
  'TransactedDerivative',
2733
2542
  { accountId: AccountId20; dest: StagingXcmV5Location; call: Bytes; index: number }
@@ -2737,7 +2546,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2737
2546
  * Transacted the call through the sovereign account in a destination chain.
2738
2547
  **/
2739
2548
  TransactedSovereign: GenericPalletEvent<
2740
- Rv,
2741
2549
  'XcmTransactor',
2742
2550
  'TransactedSovereign',
2743
2551
  { feePayer?: AccountId20 | undefined; dest: StagingXcmV5Location; call: Bytes }
@@ -2747,7 +2555,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2747
2555
  * Transacted the call through a signed account in a destination chain.
2748
2556
  **/
2749
2557
  TransactedSigned: GenericPalletEvent<
2750
- Rv,
2751
2558
  'XcmTransactor',
2752
2559
  'TransactedSigned',
2753
2560
  { feePayer: AccountId20; dest: StagingXcmV5Location; call: Bytes }
@@ -2757,23 +2564,21 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2757
2564
  * Registered a derivative index for an account id.
2758
2565
  **/
2759
2566
  RegisteredDerivative: GenericPalletEvent<
2760
- Rv,
2761
2567
  'XcmTransactor',
2762
2568
  'RegisteredDerivative',
2763
2569
  { accountId: AccountId20; index: number }
2764
2570
  >;
2765
- DeRegisteredDerivative: GenericPalletEvent<Rv, 'XcmTransactor', 'DeRegisteredDerivative', { index: number }>;
2571
+ DeRegisteredDerivative: GenericPalletEvent<'XcmTransactor', 'DeRegisteredDerivative', { index: number }>;
2766
2572
 
2767
2573
  /**
2768
2574
  * Transact failed
2769
2575
  **/
2770
- TransactFailed: GenericPalletEvent<Rv, 'XcmTransactor', 'TransactFailed', { error: XcmV5TraitsError }>;
2576
+ TransactFailed: GenericPalletEvent<'XcmTransactor', 'TransactFailed', { error: XcmV5TraitsError }>;
2771
2577
 
2772
2578
  /**
2773
2579
  * Changed the transact info of a location
2774
2580
  **/
2775
2581
  TransactInfoChanged: GenericPalletEvent<
2776
- Rv,
2777
2582
  'XcmTransactor',
2778
2583
  'TransactInfoChanged',
2779
2584
  { location: StagingXcmV5Location; remoteInfo: PalletXcmTransactorRemoteTransactInfoWithMaxWeight }
@@ -2782,18 +2587,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2782
2587
  /**
2783
2588
  * Removed the transact info of a location
2784
2589
  **/
2785
- TransactInfoRemoved: GenericPalletEvent<
2786
- Rv,
2787
- 'XcmTransactor',
2788
- 'TransactInfoRemoved',
2789
- { location: StagingXcmV5Location }
2790
- >;
2590
+ TransactInfoRemoved: GenericPalletEvent<'XcmTransactor', 'TransactInfoRemoved', { location: StagingXcmV5Location }>;
2791
2591
 
2792
2592
  /**
2793
2593
  * Set dest fee per second
2794
2594
  **/
2795
2595
  DestFeePerSecondChanged: GenericPalletEvent<
2796
- Rv,
2797
2596
  'XcmTransactor',
2798
2597
  'DestFeePerSecondChanged',
2799
2598
  { location: StagingXcmV5Location; feePerSecond: bigint }
@@ -2803,7 +2602,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2803
2602
  * Remove dest fee per second
2804
2603
  **/
2805
2604
  DestFeePerSecondRemoved: GenericPalletEvent<
2806
- Rv,
2807
2605
  'XcmTransactor',
2808
2606
  'DestFeePerSecondRemoved',
2809
2607
  { location: StagingXcmV5Location }
@@ -2813,7 +2611,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2813
2611
  * HRMP manage action succesfully sent
2814
2612
  **/
2815
2613
  HrmpManagementSent: GenericPalletEvent<
2816
- Rv,
2817
2614
  'XcmTransactor',
2818
2615
  'HrmpManagementSent',
2819
2616
  { action: PalletXcmTransactorHrmpOperation }
@@ -2822,7 +2619,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2822
2619
  /**
2823
2620
  * Generic pallet event
2824
2621
  **/
2825
- [prop: string]: GenericPalletEvent<Rv>;
2622
+ [prop: string]: GenericPalletEvent;
2826
2623
  };
2827
2624
  /**
2828
2625
  * Pallet `EthereumXcm`'s events
@@ -2831,12 +2628,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2831
2628
  /**
2832
2629
  * Ethereum transaction executed from XCM
2833
2630
  **/
2834
- ExecutedFromXcm: GenericPalletEvent<Rv, 'EthereumXcm', 'ExecutedFromXcm', { xcmMsgHash: H256; ethTxHash: H256 }>;
2631
+ ExecutedFromXcm: GenericPalletEvent<'EthereumXcm', 'ExecutedFromXcm', { xcmMsgHash: H256; ethTxHash: H256 }>;
2835
2632
 
2836
2633
  /**
2837
2634
  * Generic pallet event
2838
2635
  **/
2839
- [prop: string]: GenericPalletEvent<Rv>;
2636
+ [prop: string]: GenericPalletEvent;
2840
2637
  };
2841
2638
  /**
2842
2639
  * Pallet `MessageQueue`'s events
@@ -2846,7 +2643,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2846
2643
  * Message discarded due to an error in the `MessageProcessor` (usually a format error).
2847
2644
  **/
2848
2645
  ProcessingFailed: GenericPalletEvent<
2849
- Rv,
2850
2646
  'MessageQueue',
2851
2647
  'ProcessingFailed',
2852
2648
  {
@@ -2874,7 +2670,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2874
2670
  * Message is processed.
2875
2671
  **/
2876
2672
  Processed: GenericPalletEvent<
2877
- Rv,
2878
2673
  'MessageQueue',
2879
2674
  'Processed',
2880
2675
  {
@@ -2909,7 +2704,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2909
2704
  * Message placed in overweight queue.
2910
2705
  **/
2911
2706
  OverweightEnqueued: GenericPalletEvent<
2912
- Rv,
2913
2707
  'MessageQueue',
2914
2708
  'OverweightEnqueued',
2915
2709
  {
@@ -2939,7 +2733,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2939
2733
  * This page was reaped.
2940
2734
  **/
2941
2735
  PageReaped: GenericPalletEvent<
2942
- Rv,
2943
2736
  'MessageQueue',
2944
2737
  'PageReaped',
2945
2738
  {
@@ -2958,7 +2751,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2958
2751
  /**
2959
2752
  * Generic pallet event
2960
2753
  **/
2961
- [prop: string]: GenericPalletEvent<Rv>;
2754
+ [prop: string]: GenericPalletEvent;
2962
2755
  };
2963
2756
  /**
2964
2757
  * Pallet `EvmForeignAssets`'s events
@@ -2968,7 +2761,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2968
2761
  * New asset with the asset manager is registered
2969
2762
  **/
2970
2763
  ForeignAssetCreated: GenericPalletEvent<
2971
- Rv,
2972
2764
  'EvmForeignAssets',
2973
2765
  'ForeignAssetCreated',
2974
2766
  { contractAddress: H160; assetId: bigint; xcmLocation: StagingXcmV5Location; deposit?: bigint | undefined }
@@ -2978,19 +2770,16 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2978
2770
  * Changed the xcm type mapping for a given asset id
2979
2771
  **/
2980
2772
  ForeignAssetXcmLocationChanged: GenericPalletEvent<
2981
- Rv,
2982
2773
  'EvmForeignAssets',
2983
2774
  'ForeignAssetXcmLocationChanged',
2984
2775
  { assetId: bigint; previousXcmLocation: StagingXcmV5Location; newXcmLocation: StagingXcmV5Location }
2985
2776
  >;
2986
2777
  ForeignAssetFrozen: GenericPalletEvent<
2987
- Rv,
2988
2778
  'EvmForeignAssets',
2989
2779
  'ForeignAssetFrozen',
2990
2780
  { assetId: bigint; xcmLocation: StagingXcmV5Location }
2991
2781
  >;
2992
2782
  ForeignAssetUnfrozen: GenericPalletEvent<
2993
- Rv,
2994
2783
  'EvmForeignAssets',
2995
2784
  'ForeignAssetUnfrozen',
2996
2785
  { assetId: bigint; xcmLocation: StagingXcmV5Location }
@@ -2999,12 +2788,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2999
2788
  /**
3000
2789
  * Tokens have been locked for asset creation
3001
2790
  **/
3002
- TokensLocked: GenericPalletEvent<Rv, 'EvmForeignAssets', 'TokensLocked', [AccountId20, bigint, U256]>;
2791
+ TokensLocked: GenericPalletEvent<'EvmForeignAssets', 'TokensLocked', [AccountId20, bigint, U256]>;
3003
2792
 
3004
2793
  /**
3005
2794
  * Generic pallet event
3006
2795
  **/
3007
- [prop: string]: GenericPalletEvent<Rv>;
2796
+ [prop: string]: GenericPalletEvent;
3008
2797
  };
3009
2798
  /**
3010
2799
  * Pallet `XcmWeightTrader`'s events
@@ -3014,7 +2803,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3014
2803
  * New supported asset is registered
3015
2804
  **/
3016
2805
  SupportedAssetAdded: GenericPalletEvent<
3017
- Rv,
3018
2806
  'XcmWeightTrader',
3019
2807
  'SupportedAssetAdded',
3020
2808
  { location: StagingXcmV5Location; relativePrice: bigint }
@@ -3024,7 +2812,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3024
2812
  * Changed the amount of units we are charging per execution second for a given asset
3025
2813
  **/
3026
2814
  SupportedAssetEdited: GenericPalletEvent<
3027
- Rv,
3028
2815
  'XcmWeightTrader',
3029
2816
  'SupportedAssetEdited',
3030
2817
  { location: StagingXcmV5Location; relativePrice: bigint }
@@ -3033,28 +2820,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3033
2820
  /**
3034
2821
  * Pause support for a given asset
3035
2822
  **/
3036
- PauseAssetSupport: GenericPalletEvent<
3037
- Rv,
3038
- 'XcmWeightTrader',
3039
- 'PauseAssetSupport',
3040
- { location: StagingXcmV5Location }
3041
- >;
2823
+ PauseAssetSupport: GenericPalletEvent<'XcmWeightTrader', 'PauseAssetSupport', { location: StagingXcmV5Location }>;
3042
2824
 
3043
2825
  /**
3044
2826
  * Resume support for a given asset
3045
2827
  **/
3046
- ResumeAssetSupport: GenericPalletEvent<
3047
- Rv,
3048
- 'XcmWeightTrader',
3049
- 'ResumeAssetSupport',
3050
- { location: StagingXcmV5Location }
3051
- >;
2828
+ ResumeAssetSupport: GenericPalletEvent<'XcmWeightTrader', 'ResumeAssetSupport', { location: StagingXcmV5Location }>;
3052
2829
 
3053
2830
  /**
3054
2831
  * Supported asset type for fee payment removed
3055
2832
  **/
3056
2833
  SupportedAssetRemoved: GenericPalletEvent<
3057
- Rv,
3058
2834
  'XcmWeightTrader',
3059
2835
  'SupportedAssetRemoved',
3060
2836
  { location: StagingXcmV5Location }
@@ -3063,7 +2839,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3063
2839
  /**
3064
2840
  * Generic pallet event
3065
2841
  **/
3066
- [prop: string]: GenericPalletEvent<Rv>;
2842
+ [prop: string]: GenericPalletEvent;
3067
2843
  };
3068
2844
  /**
3069
2845
  * Pallet `EmergencyParaXcm`'s events
@@ -3072,17 +2848,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3072
2848
  /**
3073
2849
  * The XCM incoming execution was Paused
3074
2850
  **/
3075
- EnteredPausedXcmMode: GenericPalletEvent<Rv, 'EmergencyParaXcm', 'EnteredPausedXcmMode', undefined>;
2851
+ EnteredPausedXcmMode: GenericPalletEvent<'EmergencyParaXcm', 'EnteredPausedXcmMode', undefined>;
3076
2852
 
3077
2853
  /**
3078
2854
  * The XCM incoming execution returned to normal operation
3079
2855
  **/
3080
- NormalXcmOperationResumed: GenericPalletEvent<Rv, 'EmergencyParaXcm', 'NormalXcmOperationResumed', undefined>;
2856
+ NormalXcmOperationResumed: GenericPalletEvent<'EmergencyParaXcm', 'NormalXcmOperationResumed', undefined>;
3081
2857
 
3082
2858
  /**
3083
2859
  * Generic pallet event
3084
2860
  **/
3085
- [prop: string]: GenericPalletEvent<Rv>;
2861
+ [prop: string]: GenericPalletEvent;
3086
2862
  };
3087
2863
  /**
3088
2864
  * Pallet `MultiBlockMigrations`'s events
@@ -3094,7 +2870,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3094
2870
  * Its end is indicated by `UpgradeCompleted` or `UpgradeFailed`.
3095
2871
  **/
3096
2872
  UpgradeStarted: GenericPalletEvent<
3097
- Rv,
3098
2873
  'MultiBlockMigrations',
3099
2874
  'UpgradeStarted',
3100
2875
  {
@@ -3113,20 +2888,19 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3113
2888
  *
3114
2889
  * This implies that all of its migrations completed successfully as well.
3115
2890
  **/
3116
- UpgradeCompleted: GenericPalletEvent<Rv, 'MultiBlockMigrations', 'UpgradeCompleted', null>;
2891
+ UpgradeCompleted: GenericPalletEvent<'MultiBlockMigrations', 'UpgradeCompleted', null>;
3117
2892
 
3118
2893
  /**
3119
2894
  * Runtime upgrade failed.
3120
2895
  *
3121
2896
  * This is very bad and will require governance intervention.
3122
2897
  **/
3123
- UpgradeFailed: GenericPalletEvent<Rv, 'MultiBlockMigrations', 'UpgradeFailed', null>;
2898
+ UpgradeFailed: GenericPalletEvent<'MultiBlockMigrations', 'UpgradeFailed', null>;
3124
2899
 
3125
2900
  /**
3126
2901
  * A migration was skipped since it was already executed in the past.
3127
2902
  **/
3128
2903
  MigrationSkipped: GenericPalletEvent<
3129
- Rv,
3130
2904
  'MultiBlockMigrations',
3131
2905
  'MigrationSkipped',
3132
2906
  {
@@ -3141,7 +2915,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3141
2915
  * A migration progressed.
3142
2916
  **/
3143
2917
  MigrationAdvanced: GenericPalletEvent<
3144
- Rv,
3145
2918
  'MultiBlockMigrations',
3146
2919
  'MigrationAdvanced',
3147
2920
  {
@@ -3161,7 +2934,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3161
2934
  * A Migration completed.
3162
2935
  **/
3163
2936
  MigrationCompleted: GenericPalletEvent<
3164
- Rv,
3165
2937
  'MultiBlockMigrations',
3166
2938
  'MigrationCompleted',
3167
2939
  {
@@ -3183,7 +2955,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3183
2955
  * This implies that the whole upgrade failed and governance intervention is required.
3184
2956
  **/
3185
2957
  MigrationFailed: GenericPalletEvent<
3186
- Rv,
3187
2958
  'MultiBlockMigrations',
3188
2959
  'MigrationFailed',
3189
2960
  {
@@ -3203,7 +2974,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3203
2974
  * The set of historical migrations has been cleared.
3204
2975
  **/
3205
2976
  HistoricCleared: GenericPalletEvent<
3206
- Rv,
3207
2977
  'MultiBlockMigrations',
3208
2978
  'HistoricCleared',
3209
2979
  {
@@ -3217,14 +2987,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3217
2987
  /**
3218
2988
  * Generic pallet event
3219
2989
  **/
3220
- [prop: string]: GenericPalletEvent<Rv>;
2990
+ [prop: string]: GenericPalletEvent;
3221
2991
  };
3222
2992
  /**
3223
2993
  * Pallet `Randomness`'s events
3224
2994
  **/
3225
2995
  randomness: {
3226
2996
  RandomnessRequestedBabeEpoch: GenericPalletEvent<
3227
- Rv,
3228
2997
  'Randomness',
3229
2998
  'RandomnessRequestedBabeEpoch',
3230
2999
  {
@@ -3239,7 +3008,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3239
3008
  }
3240
3009
  >;
3241
3010
  RandomnessRequestedLocal: GenericPalletEvent<
3242
- Rv,
3243
3011
  'Randomness',
3244
3012
  'RandomnessRequestedLocal',
3245
3013
  {
@@ -3253,14 +3021,14 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3253
3021
  earliestBlock: number;
3254
3022
  }
3255
3023
  >;
3256
- RequestFulfilled: GenericPalletEvent<Rv, 'Randomness', 'RequestFulfilled', { id: bigint }>;
3257
- RequestFeeIncreased: GenericPalletEvent<Rv, 'Randomness', 'RequestFeeIncreased', { id: bigint; newFee: bigint }>;
3258
- RequestExpirationExecuted: GenericPalletEvent<Rv, 'Randomness', 'RequestExpirationExecuted', { id: bigint }>;
3024
+ RequestFulfilled: GenericPalletEvent<'Randomness', 'RequestFulfilled', { id: bigint }>;
3025
+ RequestFeeIncreased: GenericPalletEvent<'Randomness', 'RequestFeeIncreased', { id: bigint; newFee: bigint }>;
3026
+ RequestExpirationExecuted: GenericPalletEvent<'Randomness', 'RequestExpirationExecuted', { id: bigint }>;
3259
3027
 
3260
3028
  /**
3261
3029
  * Generic pallet event
3262
3030
  **/
3263
- [prop: string]: GenericPalletEvent<Rv>;
3031
+ [prop: string]: GenericPalletEvent;
3264
3032
  };
3265
3033
  /**
3266
3034
  * Pallet `BridgeKusamaGrandpa`'s events
@@ -3270,7 +3038,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3270
3038
  * Best finalized chain header has been updated to the header with given number and hash.
3271
3039
  **/
3272
3040
  UpdatedBestFinalizedHeader: GenericPalletEvent<
3273
- Rv,
3274
3041
  'BridgeKusamaGrandpa',
3275
3042
  'UpdatedBestFinalizedHeader',
3276
3043
  {
@@ -3294,7 +3061,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3294
3061
  /**
3295
3062
  * Generic pallet event
3296
3063
  **/
3297
- [prop: string]: GenericPalletEvent<Rv>;
3064
+ [prop: string]: GenericPalletEvent;
3298
3065
  };
3299
3066
  /**
3300
3067
  * Pallet `BridgeKusamaParachains`'s events
@@ -3304,7 +3071,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3304
3071
  * The caller has provided head of parachain that the pallet is not configured to track.
3305
3072
  **/
3306
3073
  UntrackedParachainRejected: GenericPalletEvent<
3307
- Rv,
3308
3074
  'BridgeKusamaParachains',
3309
3075
  'UntrackedParachainRejected',
3310
3076
  {
@@ -3320,7 +3086,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3320
3086
  * from the storage proof.
3321
3087
  **/
3322
3088
  MissingParachainHead: GenericPalletEvent<
3323
- Rv,
3324
3089
  'BridgeKusamaParachains',
3325
3090
  'MissingParachainHead',
3326
3091
  {
@@ -3336,7 +3101,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3336
3101
  * storage proof.
3337
3102
  **/
3338
3103
  IncorrectParachainHeadHash: GenericPalletEvent<
3339
- Rv,
3340
3104
  'BridgeKusamaParachains',
3341
3105
  'IncorrectParachainHeadHash',
3342
3106
  {
@@ -3361,7 +3125,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3361
3125
  * The caller has provided obsolete parachain head, which is already known to the pallet.
3362
3126
  **/
3363
3127
  RejectedObsoleteParachainHead: GenericPalletEvent<
3364
- Rv,
3365
3128
  'BridgeKusamaParachains',
3366
3129
  'RejectedObsoleteParachainHead',
3367
3130
  {
@@ -3381,7 +3144,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3381
3144
  * The caller has provided parachain head that exceeds the maximal configured head size.
3382
3145
  **/
3383
3146
  RejectedLargeParachainHead: GenericPalletEvent<
3384
- Rv,
3385
3147
  'BridgeKusamaParachains',
3386
3148
  'RejectedLargeParachainHead',
3387
3149
  {
@@ -3406,7 +3168,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3406
3168
  * Parachain head has been updated.
3407
3169
  **/
3408
3170
  UpdatedParachainHead: GenericPalletEvent<
3409
- Rv,
3410
3171
  'BridgeKusamaParachains',
3411
3172
  'UpdatedParachainHead',
3412
3173
  {
@@ -3425,7 +3186,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3425
3186
  /**
3426
3187
  * Generic pallet event
3427
3188
  **/
3428
- [prop: string]: GenericPalletEvent<Rv>;
3189
+ [prop: string]: GenericPalletEvent;
3429
3190
  };
3430
3191
  /**
3431
3192
  * Pallet `BridgeKusamaMessages`'s events
@@ -3435,7 +3196,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3435
3196
  * Message has been accepted and is waiting to be delivered.
3436
3197
  **/
3437
3198
  MessageAccepted: GenericPalletEvent<
3438
- Rv,
3439
3199
  'BridgeKusamaMessages',
3440
3200
  'MessageAccepted',
3441
3201
  {
@@ -3454,13 +3214,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3454
3214
  /**
3455
3215
  * Messages have been received from the bridged chain.
3456
3216
  **/
3457
- MessagesReceived: GenericPalletEvent<Rv, 'BridgeKusamaMessages', 'MessagesReceived', BpMessagesReceivedMessages>;
3217
+ MessagesReceived: GenericPalletEvent<'BridgeKusamaMessages', 'MessagesReceived', BpMessagesReceivedMessages>;
3458
3218
 
3459
3219
  /**
3460
3220
  * Messages in the inclusive range have been delivered to the bridged chain.
3461
3221
  **/
3462
3222
  MessagesDelivered: GenericPalletEvent<
3463
- Rv,
3464
3223
  'BridgeKusamaMessages',
3465
3224
  'MessagesDelivered',
3466
3225
  {
@@ -3479,7 +3238,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3479
3238
  /**
3480
3239
  * Generic pallet event
3481
3240
  **/
3482
- [prop: string]: GenericPalletEvent<Rv>;
3241
+ [prop: string]: GenericPalletEvent;
3483
3242
  };
3484
3243
  /**
3485
3244
  * Pallet `BridgeXcmOverMoonriver`'s events
@@ -3489,7 +3248,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3489
3248
  * The bridge between two locations has been opened.
3490
3249
  **/
3491
3250
  BridgeOpened: GenericPalletEvent<
3492
- Rv,
3493
3251
  'BridgeXcmOverMoonriver',
3494
3252
  'BridgeOpened',
3495
3253
  {
@@ -3524,7 +3282,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3524
3282
  * Bridge is going to be closed, but not yet fully pruned from the runtime storage.
3525
3283
  **/
3526
3284
  ClosingBridge: GenericPalletEvent<
3527
- Rv,
3528
3285
  'BridgeXcmOverMoonriver',
3529
3286
  'ClosingBridge',
3530
3287
  {
@@ -3555,7 +3312,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3555
3312
  * again by any participant.
3556
3313
  **/
3557
3314
  BridgePruned: GenericPalletEvent<
3558
- Rv,
3559
3315
  'BridgeXcmOverMoonriver',
3560
3316
  'BridgePruned',
3561
3317
  {
@@ -3584,6 +3340,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3584
3340
  /**
3585
3341
  * Generic pallet event
3586
3342
  **/
3587
- [prop: string]: GenericPalletEvent<Rv>;
3343
+ [prop: string]: GenericPalletEvent;
3588
3344
  };
3589
3345
  }