@dedot/chaintypes 0.193.0 → 0.195.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/aleph/consts.d.ts +2 -2
  2. package/aleph/errors.d.ts +228 -228
  3. package/aleph/events.d.ts +122 -226
  4. package/aleph/index.d.ts +13 -17
  5. package/aleph/json-rpc.d.ts +3 -3
  6. package/aleph/query.d.ts +171 -207
  7. package/aleph/runtime.d.ts +47 -63
  8. package/aleph/tx.d.ts +377 -550
  9. package/aleph/view-functions.d.ts +2 -2
  10. package/astar/consts.d.ts +2 -2
  11. package/astar/errors.d.ts +431 -431
  12. package/astar/events.d.ts +232 -401
  13. package/astar/index.d.ts +13 -17
  14. package/astar/json-rpc.d.ts +3 -3
  15. package/astar/query.d.ts +243 -289
  16. package/astar/runtime.d.ts +59 -87
  17. package/astar/tx.d.ts +671 -980
  18. package/astar/view-functions.d.ts +2 -2
  19. package/basilisk/consts.d.ts +2 -2
  20. package/basilisk/errors.d.ts +489 -489
  21. package/basilisk/events.d.ts +187 -408
  22. package/basilisk/index.d.ts +13 -17
  23. package/basilisk/json-rpc.d.ts +3 -3
  24. package/basilisk/query.d.ts +213 -272
  25. package/basilisk/runtime.d.ts +27 -28
  26. package/basilisk/tx.d.ts +579 -842
  27. package/basilisk/view-functions.d.ts +2 -2
  28. package/hydration/consts.d.ts +47 -14
  29. package/hydration/errors.d.ts +827 -737
  30. package/hydration/events.d.ts +639 -527
  31. package/hydration/index.d.ts +14 -18
  32. package/hydration/json-rpc.d.ts +3 -3
  33. package/hydration/query.d.ts +530 -396
  34. package/hydration/runtime.d.ts +181 -89
  35. package/hydration/tx.d.ts +1130 -1167
  36. package/hydration/types.d.ts +889 -42
  37. package/hydration/view-functions.d.ts +2 -2
  38. package/kusama/consts.d.ts +2 -2
  39. package/kusama/errors.d.ts +571 -571
  40. package/kusama/events.d.ts +216 -477
  41. package/kusama/index.d.ts +13 -17
  42. package/kusama/json-rpc.d.ts +3 -3
  43. package/kusama/query.d.ts +360 -502
  44. package/kusama/runtime.d.ts +82 -131
  45. package/kusama/tx.d.ts +851 -1246
  46. package/kusama/view-functions.d.ts +7 -12
  47. package/kusama-asset-hub/consts.d.ts +2 -2
  48. package/kusama-asset-hub/errors.d.ts +653 -653
  49. package/kusama-asset-hub/events.d.ts +286 -629
  50. package/kusama-asset-hub/index.d.ts +14 -17
  51. package/kusama-asset-hub/json-rpc.d.ts +3 -3
  52. package/kusama-asset-hub/query.d.ts +316 -448
  53. package/kusama-asset-hub/runtime.d.ts +74 -111
  54. package/kusama-asset-hub/tx.d.ts +1059 -1558
  55. package/kusama-asset-hub/view-functions.d.ts +7 -9
  56. package/kusama-people/consts.d.ts +2 -2
  57. package/kusama-people/errors.d.ts +160 -160
  58. package/kusama-people/events.d.ts +89 -176
  59. package/kusama-people/index.d.ts +13 -17
  60. package/kusama-people/json-rpc.d.ts +3 -3
  61. package/kusama-people/query.d.ts +114 -145
  62. package/kusama-people/runtime.d.ts +45 -65
  63. package/kusama-people/tx.d.ts +246 -356
  64. package/kusama-people/view-functions.d.ts +3 -5
  65. package/moonbeam/consts.d.ts +2 -2
  66. package/moonbeam/errors.d.ts +478 -478
  67. package/moonbeam/events.d.ts +182 -426
  68. package/moonbeam/index.d.ts +13 -17
  69. package/moonbeam/json-rpc.d.ts +11 -3
  70. package/moonbeam/query.d.ts +234 -294
  71. package/moonbeam/runtime.d.ts +61 -89
  72. package/moonbeam/tx.d.ts +618 -901
  73. package/moonbeam/view-functions.d.ts +2 -2
  74. package/package.json +6 -3
  75. package/paseo/consts.d.ts +2 -2
  76. package/paseo/errors.d.ts +513 -513
  77. package/paseo/events.d.ts +197 -430
  78. package/paseo/index.d.ts +14 -18
  79. package/paseo/json-rpc.d.ts +3 -3
  80. package/paseo/query.d.ts +329 -450
  81. package/paseo/runtime.d.ts +107 -131
  82. package/paseo/tx.d.ts +787 -1151
  83. package/paseo/types.d.ts +7 -0
  84. package/paseo/view-functions.d.ts +7 -12
  85. package/paseo-asset-hub/consts.d.ts +2 -2
  86. package/paseo-asset-hub/errors.d.ts +605 -605
  87. package/paseo-asset-hub/events.d.ts +268 -600
  88. package/paseo-asset-hub/index.d.ts +15 -18
  89. package/paseo-asset-hub/json-rpc.d.ts +3 -3
  90. package/paseo-asset-hub/query.d.ts +293 -413
  91. package/paseo-asset-hub/runtime.d.ts +96 -104
  92. package/paseo-asset-hub/tx.d.ts +997 -1466
  93. package/paseo-asset-hub/types.d.ts +7 -0
  94. package/paseo-asset-hub/view-functions.d.ts +7 -9
  95. package/paseo-hydration/consts.d.ts +13 -3
  96. package/paseo-hydration/errors.d.ts +756 -745
  97. package/paseo-hydration/events.d.ts +277 -554
  98. package/paseo-hydration/index.d.ts +14 -18
  99. package/paseo-hydration/json-rpc.d.ts +3 -3
  100. package/paseo-hydration/query.d.ts +321 -411
  101. package/paseo-hydration/runtime.d.ts +95 -106
  102. package/paseo-hydration/tx.d.ts +923 -1226
  103. package/paseo-hydration/types.d.ts +91 -50
  104. package/paseo-hydration/view-functions.d.ts +2 -2
  105. package/paseo-people/consts.d.ts +2 -2
  106. package/paseo-people/errors.d.ts +162 -162
  107. package/paseo-people/events.d.ts +91 -181
  108. package/paseo-people/index.d.ts +14 -18
  109. package/paseo-people/json-rpc.d.ts +3 -3
  110. package/paseo-people/query.d.ts +116 -143
  111. package/paseo-people/runtime.d.ts +70 -65
  112. package/paseo-people/tx.d.ts +257 -372
  113. package/paseo-people/types.d.ts +7 -0
  114. package/paseo-people/view-functions.d.ts +3 -5
  115. package/polkadot/consts.d.ts +2 -2
  116. package/polkadot/errors.d.ts +501 -501
  117. package/polkadot/events.d.ts +195 -426
  118. package/polkadot/index.d.ts +13 -17
  119. package/polkadot/json-rpc.d.ts +3 -3
  120. package/polkadot/query.d.ts +329 -450
  121. package/polkadot/runtime.d.ts +83 -133
  122. package/polkadot/tx.d.ts +765 -1119
  123. package/polkadot/view-functions.d.ts +7 -12
  124. package/polkadot-asset-hub/consts.d.ts +2 -2
  125. package/polkadot-asset-hub/errors.d.ts +554 -554
  126. package/polkadot-asset-hub/events.d.ts +261 -585
  127. package/polkadot-asset-hub/index.d.ts +14 -17
  128. package/polkadot-asset-hub/json-rpc.d.ts +3 -3
  129. package/polkadot-asset-hub/query.d.ts +279 -396
  130. package/polkadot-asset-hub/runtime.d.ts +65 -93
  131. package/polkadot-asset-hub/tx.d.ts +952 -1400
  132. package/polkadot-asset-hub/view-functions.d.ts +7 -9
  133. package/polkadot-people/consts.d.ts +2 -2
  134. package/polkadot-people/errors.d.ts +160 -160
  135. package/polkadot-people/events.d.ts +89 -176
  136. package/polkadot-people/index.d.ts +13 -17
  137. package/polkadot-people/json-rpc.d.ts +3 -3
  138. package/polkadot-people/query.d.ts +114 -145
  139. package/polkadot-people/runtime.d.ts +46 -67
  140. package/polkadot-people/tx.d.ts +246 -356
  141. package/polkadot-people/view-functions.d.ts +3 -5
  142. package/substrate/consts.d.ts +2 -2
  143. package/substrate/errors.d.ts +909 -909
  144. package/substrate/events.d.ts +389 -794
  145. package/substrate/index.d.ts +14 -17
  146. package/substrate/json-rpc.d.ts +3 -3
  147. package/substrate/query.d.ts +458 -572
  148. package/substrate/runtime.d.ts +82 -126
  149. package/substrate/tx.d.ts +1317 -1936
  150. package/substrate/view-functions.d.ts +2 -2
  151. package/vara/consts.d.ts +9 -37
  152. package/vara/errors.d.ts +402 -382
  153. package/vara/events.d.ts +172 -310
  154. package/vara/index.d.ts +14 -18
  155. package/vara/json-rpc.d.ts +7 -3
  156. package/vara/query.d.ts +299 -331
  157. package/vara/runtime.d.ts +61 -79
  158. package/vara/tx.d.ts +573 -754
  159. package/vara/types.d.ts +71 -26
  160. package/vara/view-functions.d.ts +2 -2
  161. package/westend/consts.d.ts +2 -2
  162. package/westend/errors.d.ts +532 -532
  163. package/westend/events.d.ts +205 -462
  164. package/westend/index.d.ts +13 -17
  165. package/westend/json-rpc.d.ts +3 -4
  166. package/westend/query.d.ts +312 -434
  167. package/westend/runtime.d.ts +83 -135
  168. package/westend/tx.d.ts +807 -1179
  169. package/westend/view-functions.d.ts +7 -12
  170. package/westend-asset-hub/consts.d.ts +2 -2
  171. package/westend-asset-hub/errors.d.ts +605 -605
  172. package/westend-asset-hub/events.d.ts +265 -614
  173. package/westend-asset-hub/index.d.ts +14 -17
  174. package/westend-asset-hub/json-rpc.d.ts +3 -3
  175. package/westend-asset-hub/query.d.ts +293 -418
  176. package/westend-asset-hub/runtime.d.ts +83 -123
  177. package/westend-asset-hub/tx.d.ts +918 -1348
  178. package/westend-asset-hub/view-functions.d.ts +8 -13
  179. package/westend-people/consts.d.ts +2 -2
  180. package/westend-people/errors.d.ts +160 -160
  181. package/westend-people/events.d.ts +93 -186
  182. package/westend-people/index.d.ts +13 -17
  183. package/westend-people/json-rpc.d.ts +3 -3
  184. package/westend-people/query.d.ts +114 -145
  185. package/westend-people/runtime.d.ts +46 -67
  186. package/westend-people/tx.d.ts +251 -363
  187. package/westend-people/view-functions.d.ts +3 -5
@@ -1,6 +1,6 @@
1
1
  // Generated by dedot cli
2
2
 
3
- import type { GenericChainEvents, GenericPalletEvent, RpcVersion } from 'dedot/types';
3
+ import type { GenericChainEvents, GenericPalletEvent } from 'dedot/types';
4
4
  import type {
5
5
  DispatchInfo,
6
6
  DispatchError,
@@ -52,7 +52,7 @@ import type {
52
52
  StagingXcmV4Asset,
53
53
  } from './types.js';
54
54
 
55
- export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<Rv> {
55
+ export interface ChainEvents extends GenericChainEvents {
56
56
  /**
57
57
  * Pallet `System`'s events
58
58
  **/
@@ -60,13 +60,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
60
60
  /**
61
61
  * An extrinsic completed successfully.
62
62
  **/
63
- ExtrinsicSuccess: GenericPalletEvent<Rv, 'System', 'ExtrinsicSuccess', { dispatchInfo: DispatchInfo }>;
63
+ ExtrinsicSuccess: GenericPalletEvent<'System', 'ExtrinsicSuccess', { dispatchInfo: DispatchInfo }>;
64
64
 
65
65
  /**
66
66
  * An extrinsic failed.
67
67
  **/
68
68
  ExtrinsicFailed: GenericPalletEvent<
69
- Rv,
70
69
  'System',
71
70
  'ExtrinsicFailed',
72
71
  { dispatchError: DispatchError; dispatchInfo: DispatchInfo }
@@ -75,32 +74,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
75
74
  /**
76
75
  * `:code` was updated.
77
76
  **/
78
- CodeUpdated: GenericPalletEvent<Rv, 'System', 'CodeUpdated', null>;
77
+ CodeUpdated: GenericPalletEvent<'System', 'CodeUpdated', null>;
79
78
 
80
79
  /**
81
80
  * A new account was created.
82
81
  **/
83
- NewAccount: GenericPalletEvent<Rv, 'System', 'NewAccount', { account: AccountId32 }>;
82
+ NewAccount: GenericPalletEvent<'System', 'NewAccount', { account: AccountId32 }>;
84
83
 
85
84
  /**
86
85
  * An account was reaped.
87
86
  **/
88
- KilledAccount: GenericPalletEvent<Rv, 'System', 'KilledAccount', { account: AccountId32 }>;
87
+ KilledAccount: GenericPalletEvent<'System', 'KilledAccount', { account: AccountId32 }>;
89
88
 
90
89
  /**
91
90
  * On on-chain remark happened.
92
91
  **/
93
- Remarked: GenericPalletEvent<Rv, 'System', 'Remarked', { sender: AccountId32; hash: H256 }>;
92
+ Remarked: GenericPalletEvent<'System', 'Remarked', { sender: AccountId32; hash: H256 }>;
94
93
 
95
94
  /**
96
95
  * An upgrade was authorized.
97
96
  **/
98
- UpgradeAuthorized: GenericPalletEvent<Rv, 'System', 'UpgradeAuthorized', { codeHash: H256; checkVersion: boolean }>;
97
+ UpgradeAuthorized: GenericPalletEvent<'System', 'UpgradeAuthorized', { codeHash: H256; checkVersion: boolean }>;
99
98
 
100
99
  /**
101
100
  * Generic pallet event
102
101
  **/
103
- [prop: string]: GenericPalletEvent<Rv>;
102
+ [prop: string]: GenericPalletEvent;
104
103
  };
105
104
  /**
106
105
  * Pallet `Balances`'s events
@@ -109,40 +108,39 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
109
108
  /**
110
109
  * An account was created with some free balance.
111
110
  **/
112
- Endowed: GenericPalletEvent<Rv, 'Balances', 'Endowed', { account: AccountId32; freeBalance: bigint }>;
111
+ Endowed: GenericPalletEvent<'Balances', 'Endowed', { account: AccountId32; freeBalance: bigint }>;
113
112
 
114
113
  /**
115
114
  * An account was removed whose balance was non-zero but below ExistentialDeposit,
116
115
  * resulting in an outright loss.
117
116
  **/
118
- DustLost: GenericPalletEvent<Rv, 'Balances', 'DustLost', { account: AccountId32; amount: bigint }>;
117
+ DustLost: GenericPalletEvent<'Balances', 'DustLost', { account: AccountId32; amount: bigint }>;
119
118
 
120
119
  /**
121
120
  * Transfer succeeded.
122
121
  **/
123
- Transfer: GenericPalletEvent<Rv, 'Balances', 'Transfer', { from: AccountId32; to: AccountId32; amount: bigint }>;
122
+ Transfer: GenericPalletEvent<'Balances', 'Transfer', { from: AccountId32; to: AccountId32; amount: bigint }>;
124
123
 
125
124
  /**
126
125
  * A balance was set by root.
127
126
  **/
128
- BalanceSet: GenericPalletEvent<Rv, 'Balances', 'BalanceSet', { who: AccountId32; free: bigint }>;
127
+ BalanceSet: GenericPalletEvent<'Balances', 'BalanceSet', { who: AccountId32; free: bigint }>;
129
128
 
130
129
  /**
131
130
  * Some balance was reserved (moved from free to reserved).
132
131
  **/
133
- Reserved: GenericPalletEvent<Rv, 'Balances', 'Reserved', { who: AccountId32; amount: bigint }>;
132
+ Reserved: GenericPalletEvent<'Balances', 'Reserved', { who: AccountId32; amount: bigint }>;
134
133
 
135
134
  /**
136
135
  * Some balance was unreserved (moved from reserved to free).
137
136
  **/
138
- Unreserved: GenericPalletEvent<Rv, 'Balances', 'Unreserved', { who: AccountId32; amount: bigint }>;
137
+ Unreserved: GenericPalletEvent<'Balances', 'Unreserved', { who: AccountId32; amount: bigint }>;
139
138
 
140
139
  /**
141
140
  * Some balance was moved from the reserve of the first account to the second account.
142
141
  * Final argument indicates the destination balance type.
143
142
  **/
144
143
  ReserveRepatriated: GenericPalletEvent<
145
- Rv,
146
144
  'Balances',
147
145
  'ReserveRepatriated',
148
146
  { from: AccountId32; to: AccountId32; amount: bigint; destinationStatus: FrameSupportTokensMiscBalanceStatus }
@@ -151,82 +149,82 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
151
149
  /**
152
150
  * Some amount was deposited (e.g. for transaction fees).
153
151
  **/
154
- Deposit: GenericPalletEvent<Rv, 'Balances', 'Deposit', { who: AccountId32; amount: bigint }>;
152
+ Deposit: GenericPalletEvent<'Balances', 'Deposit', { who: AccountId32; amount: bigint }>;
155
153
 
156
154
  /**
157
155
  * Some amount was withdrawn from the account (e.g. for transaction fees).
158
156
  **/
159
- Withdraw: GenericPalletEvent<Rv, 'Balances', 'Withdraw', { who: AccountId32; amount: bigint }>;
157
+ Withdraw: GenericPalletEvent<'Balances', 'Withdraw', { who: AccountId32; amount: bigint }>;
160
158
 
161
159
  /**
162
160
  * Some amount was removed from the account (e.g. for misbehavior).
163
161
  **/
164
- Slashed: GenericPalletEvent<Rv, 'Balances', 'Slashed', { who: AccountId32; amount: bigint }>;
162
+ Slashed: GenericPalletEvent<'Balances', 'Slashed', { who: AccountId32; amount: bigint }>;
165
163
 
166
164
  /**
167
165
  * Some amount was minted into an account.
168
166
  **/
169
- Minted: GenericPalletEvent<Rv, 'Balances', 'Minted', { who: AccountId32; amount: bigint }>;
167
+ Minted: GenericPalletEvent<'Balances', 'Minted', { who: AccountId32; amount: bigint }>;
170
168
 
171
169
  /**
172
170
  * Some amount was burned from an account.
173
171
  **/
174
- Burned: GenericPalletEvent<Rv, 'Balances', 'Burned', { who: AccountId32; amount: bigint }>;
172
+ Burned: GenericPalletEvent<'Balances', 'Burned', { who: AccountId32; amount: bigint }>;
175
173
 
176
174
  /**
177
175
  * Some amount was suspended from an account (it can be restored later).
178
176
  **/
179
- Suspended: GenericPalletEvent<Rv, 'Balances', 'Suspended', { who: AccountId32; amount: bigint }>;
177
+ Suspended: GenericPalletEvent<'Balances', 'Suspended', { who: AccountId32; amount: bigint }>;
180
178
 
181
179
  /**
182
180
  * Some amount was restored into an account.
183
181
  **/
184
- Restored: GenericPalletEvent<Rv, 'Balances', 'Restored', { who: AccountId32; amount: bigint }>;
182
+ Restored: GenericPalletEvent<'Balances', 'Restored', { who: AccountId32; amount: bigint }>;
185
183
 
186
184
  /**
187
185
  * An account was upgraded.
188
186
  **/
189
- Upgraded: GenericPalletEvent<Rv, 'Balances', 'Upgraded', { who: AccountId32 }>;
187
+ Upgraded: GenericPalletEvent<'Balances', 'Upgraded', { who: AccountId32 }>;
190
188
 
191
189
  /**
192
190
  * Total issuance was increased by `amount`, creating a credit to be balanced.
193
191
  **/
194
- Issued: GenericPalletEvent<Rv, 'Balances', 'Issued', { amount: bigint }>;
192
+ Issued: GenericPalletEvent<'Balances', 'Issued', { amount: bigint }>;
195
193
 
196
194
  /**
197
195
  * Total issuance was decreased by `amount`, creating a debt to be balanced.
198
196
  **/
199
- Rescinded: GenericPalletEvent<Rv, 'Balances', 'Rescinded', { amount: bigint }>;
197
+ Rescinded: GenericPalletEvent<'Balances', 'Rescinded', { amount: bigint }>;
200
198
 
201
199
  /**
202
200
  * Some balance was locked.
203
201
  **/
204
- Locked: GenericPalletEvent<Rv, 'Balances', 'Locked', { who: AccountId32; amount: bigint }>;
202
+ Locked: GenericPalletEvent<'Balances', 'Locked', { who: AccountId32; amount: bigint }>;
205
203
 
206
204
  /**
207
205
  * Some balance was unlocked.
208
206
  **/
209
- Unlocked: GenericPalletEvent<Rv, 'Balances', 'Unlocked', { who: AccountId32; amount: bigint }>;
207
+ Unlocked: GenericPalletEvent<'Balances', 'Unlocked', { who: AccountId32; amount: bigint }>;
210
208
 
211
209
  /**
212
210
  * Some balance was frozen.
213
211
  **/
214
- Frozen: GenericPalletEvent<Rv, 'Balances', 'Frozen', { who: AccountId32; amount: bigint }>;
212
+ Frozen: GenericPalletEvent<'Balances', 'Frozen', { who: AccountId32; amount: bigint }>;
215
213
 
216
214
  /**
217
215
  * Some balance was thawed.
218
216
  **/
219
- Thawed: GenericPalletEvent<Rv, 'Balances', 'Thawed', { who: AccountId32; amount: bigint }>;
217
+ Thawed: GenericPalletEvent<'Balances', 'Thawed', { who: AccountId32; amount: bigint }>;
220
218
 
221
219
  /**
222
220
  * The `TotalIssuance` was forcefully changed.
223
221
  **/
224
- TotalIssuanceForced: GenericPalletEvent<Rv, 'Balances', 'TotalIssuanceForced', { old: bigint; new: bigint }>;
222
+ TotalIssuanceForced: GenericPalletEvent<'Balances', 'TotalIssuanceForced', { old: bigint; new: bigint }>;
225
223
 
226
224
  /**
227
225
  * Generic pallet event
228
226
  **/
229
- [prop: string]: GenericPalletEvent<Rv>;
227
+ [prop: string]: GenericPalletEvent;
230
228
  };
231
229
  /**
232
230
  * Pallet `TransactionPayment`'s events
@@ -237,7 +235,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
237
235
  * has been paid by `who`.
238
236
  **/
239
237
  TransactionFeePaid: GenericPalletEvent<
240
- Rv,
241
238
  'TransactionPayment',
242
239
  'TransactionFeePaid',
243
240
  { who: AccountId32; actualFee: bigint; tip: bigint }
@@ -246,7 +243,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
246
243
  /**
247
244
  * Generic pallet event
248
245
  **/
249
- [prop: string]: GenericPalletEvent<Rv>;
246
+ [prop: string]: GenericPalletEvent;
250
247
  };
251
248
  /**
252
249
  * Pallet `MultiTransactionPayment`'s events
@@ -257,7 +254,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
257
254
  * [who, currency]
258
255
  **/
259
256
  CurrencySet: GenericPalletEvent<
260
- Rv,
261
257
  'MultiTransactionPayment',
262
258
  'CurrencySet',
263
259
  { accountId: AccountId32; assetId: number }
@@ -267,20 +263,19 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
267
263
  * New accepted currency added
268
264
  * [currency]
269
265
  **/
270
- CurrencyAdded: GenericPalletEvent<Rv, 'MultiTransactionPayment', 'CurrencyAdded', { assetId: number }>;
266
+ CurrencyAdded: GenericPalletEvent<'MultiTransactionPayment', 'CurrencyAdded', { assetId: number }>;
271
267
 
272
268
  /**
273
269
  * Accepted currency removed
274
270
  * [currency]
275
271
  **/
276
- CurrencyRemoved: GenericPalletEvent<Rv, 'MultiTransactionPayment', 'CurrencyRemoved', { assetId: number }>;
272
+ CurrencyRemoved: GenericPalletEvent<'MultiTransactionPayment', 'CurrencyRemoved', { assetId: number }>;
277
273
 
278
274
  /**
279
275
  * Transaction fee paid in non-native currency
280
276
  * [Account, Currency, Native fee amount, Non-native fee amount, Destination account]
281
277
  **/
282
278
  FeeWithdrawn: GenericPalletEvent<
283
- Rv,
284
279
  'MultiTransactionPayment',
285
280
  'FeeWithdrawn',
286
281
  {
@@ -295,7 +290,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
295
290
  /**
296
291
  * Generic pallet event
297
292
  **/
298
- [prop: string]: GenericPalletEvent<Rv>;
293
+ [prop: string]: GenericPalletEvent;
299
294
  };
300
295
  /**
301
296
  * Pallet `Treasury`'s events
@@ -304,38 +299,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
304
299
  /**
305
300
  * We have ended a spend period and will now allocate funds.
306
301
  **/
307
- Spending: GenericPalletEvent<Rv, 'Treasury', 'Spending', { budgetRemaining: bigint }>;
302
+ Spending: GenericPalletEvent<'Treasury', 'Spending', { budgetRemaining: bigint }>;
308
303
 
309
304
  /**
310
305
  * Some funds have been allocated.
311
306
  **/
312
- Awarded: GenericPalletEvent<
313
- Rv,
314
- 'Treasury',
315
- 'Awarded',
316
- { proposalIndex: number; award: bigint; account: AccountId32 }
317
- >;
307
+ Awarded: GenericPalletEvent<'Treasury', 'Awarded', { proposalIndex: number; award: bigint; account: AccountId32 }>;
318
308
 
319
309
  /**
320
310
  * Some of our funds have been burnt.
321
311
  **/
322
- Burnt: GenericPalletEvent<Rv, 'Treasury', 'Burnt', { burntFunds: bigint }>;
312
+ Burnt: GenericPalletEvent<'Treasury', 'Burnt', { burntFunds: bigint }>;
323
313
 
324
314
  /**
325
315
  * Spending has finished; this is the amount that rolls over until next spend.
326
316
  **/
327
- Rollover: GenericPalletEvent<Rv, 'Treasury', 'Rollover', { rolloverBalance: bigint }>;
317
+ Rollover: GenericPalletEvent<'Treasury', 'Rollover', { rolloverBalance: bigint }>;
328
318
 
329
319
  /**
330
320
  * Some funds have been deposited.
331
321
  **/
332
- Deposit: GenericPalletEvent<Rv, 'Treasury', 'Deposit', { value: bigint }>;
322
+ Deposit: GenericPalletEvent<'Treasury', 'Deposit', { value: bigint }>;
333
323
 
334
324
  /**
335
325
  * A new spend proposal has been approved.
336
326
  **/
337
327
  SpendApproved: GenericPalletEvent<
338
- Rv,
339
328
  'Treasury',
340
329
  'SpendApproved',
341
330
  { proposalIndex: number; amount: bigint; beneficiary: AccountId32 }
@@ -344,18 +333,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
344
333
  /**
345
334
  * The inactive funds of the pallet have been updated.
346
335
  **/
347
- UpdatedInactive: GenericPalletEvent<
348
- Rv,
349
- 'Treasury',
350
- 'UpdatedInactive',
351
- { reactivated: bigint; deactivated: bigint }
352
- >;
336
+ UpdatedInactive: GenericPalletEvent<'Treasury', 'UpdatedInactive', { reactivated: bigint; deactivated: bigint }>;
353
337
 
354
338
  /**
355
339
  * A new asset spend proposal has been approved.
356
340
  **/
357
341
  AssetSpendApproved: GenericPalletEvent<
358
- Rv,
359
342
  'Treasury',
360
343
  'AssetSpendApproved',
361
344
  { index: number; assetKind: []; amount: bigint; beneficiary: AccountId32; validFrom: number; expireAt: number }
@@ -364,28 +347,28 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
364
347
  /**
365
348
  * An approved spend was voided.
366
349
  **/
367
- AssetSpendVoided: GenericPalletEvent<Rv, 'Treasury', 'AssetSpendVoided', { index: number }>;
350
+ AssetSpendVoided: GenericPalletEvent<'Treasury', 'AssetSpendVoided', { index: number }>;
368
351
 
369
352
  /**
370
353
  * A payment happened.
371
354
  **/
372
- Paid: GenericPalletEvent<Rv, 'Treasury', 'Paid', { index: number; paymentId: [] }>;
355
+ Paid: GenericPalletEvent<'Treasury', 'Paid', { index: number; paymentId: [] }>;
373
356
 
374
357
  /**
375
358
  * A payment failed and can be retried.
376
359
  **/
377
- PaymentFailed: GenericPalletEvent<Rv, 'Treasury', 'PaymentFailed', { index: number; paymentId: [] }>;
360
+ PaymentFailed: GenericPalletEvent<'Treasury', 'PaymentFailed', { index: number; paymentId: [] }>;
378
361
 
379
362
  /**
380
363
  * A spend was processed and removed from the storage. It might have been successfully
381
364
  * paid or it may have expired.
382
365
  **/
383
- SpendProcessed: GenericPalletEvent<Rv, 'Treasury', 'SpendProcessed', { index: number }>;
366
+ SpendProcessed: GenericPalletEvent<'Treasury', 'SpendProcessed', { index: number }>;
384
367
 
385
368
  /**
386
369
  * Generic pallet event
387
370
  **/
388
- [prop: string]: GenericPalletEvent<Rv>;
371
+ [prop: string]: GenericPalletEvent;
389
372
  };
390
373
  /**
391
374
  * Pallet `Utility`'s events
@@ -395,37 +378,37 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
395
378
  * Batch of dispatches did not complete fully. Index of first failing dispatch given, as
396
379
  * well as the error.
397
380
  **/
398
- BatchInterrupted: GenericPalletEvent<Rv, 'Utility', 'BatchInterrupted', { index: number; error: DispatchError }>;
381
+ BatchInterrupted: GenericPalletEvent<'Utility', 'BatchInterrupted', { index: number; error: DispatchError }>;
399
382
 
400
383
  /**
401
384
  * Batch of dispatches completed fully with no error.
402
385
  **/
403
- BatchCompleted: GenericPalletEvent<Rv, 'Utility', 'BatchCompleted', null>;
386
+ BatchCompleted: GenericPalletEvent<'Utility', 'BatchCompleted', null>;
404
387
 
405
388
  /**
406
389
  * Batch of dispatches completed but has errors.
407
390
  **/
408
- BatchCompletedWithErrors: GenericPalletEvent<Rv, 'Utility', 'BatchCompletedWithErrors', null>;
391
+ BatchCompletedWithErrors: GenericPalletEvent<'Utility', 'BatchCompletedWithErrors', null>;
409
392
 
410
393
  /**
411
394
  * A single item within a Batch of dispatches has completed with no error.
412
395
  **/
413
- ItemCompleted: GenericPalletEvent<Rv, 'Utility', 'ItemCompleted', null>;
396
+ ItemCompleted: GenericPalletEvent<'Utility', 'ItemCompleted', null>;
414
397
 
415
398
  /**
416
399
  * A single item within a Batch of dispatches has completed with error.
417
400
  **/
418
- ItemFailed: GenericPalletEvent<Rv, 'Utility', 'ItemFailed', { error: DispatchError }>;
401
+ ItemFailed: GenericPalletEvent<'Utility', 'ItemFailed', { error: DispatchError }>;
419
402
 
420
403
  /**
421
404
  * A call was dispatched.
422
405
  **/
423
- DispatchedAs: GenericPalletEvent<Rv, 'Utility', 'DispatchedAs', { result: Result<[], DispatchError> }>;
406
+ DispatchedAs: GenericPalletEvent<'Utility', 'DispatchedAs', { result: Result<[], DispatchError> }>;
424
407
 
425
408
  /**
426
409
  * Generic pallet event
427
410
  **/
428
- [prop: string]: GenericPalletEvent<Rv>;
411
+ [prop: string]: GenericPalletEvent;
429
412
  };
430
413
  /**
431
414
  * Pallet `Democracy`'s events
@@ -434,68 +417,62 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
434
417
  /**
435
418
  * A motion has been proposed by a public account.
436
419
  **/
437
- Proposed: GenericPalletEvent<Rv, 'Democracy', 'Proposed', { proposalIndex: number; deposit: bigint }>;
420
+ Proposed: GenericPalletEvent<'Democracy', 'Proposed', { proposalIndex: number; deposit: bigint }>;
438
421
 
439
422
  /**
440
423
  * A public proposal has been tabled for referendum vote.
441
424
  **/
442
- Tabled: GenericPalletEvent<Rv, 'Democracy', 'Tabled', { proposalIndex: number; deposit: bigint }>;
425
+ Tabled: GenericPalletEvent<'Democracy', 'Tabled', { proposalIndex: number; deposit: bigint }>;
443
426
 
444
427
  /**
445
428
  * An external proposal has been tabled.
446
429
  **/
447
- ExternalTabled: GenericPalletEvent<Rv, 'Democracy', 'ExternalTabled', null>;
430
+ ExternalTabled: GenericPalletEvent<'Democracy', 'ExternalTabled', null>;
448
431
 
449
432
  /**
450
433
  * A referendum has begun.
451
434
  **/
452
- Started: GenericPalletEvent<
453
- Rv,
454
- 'Democracy',
455
- 'Started',
456
- { refIndex: number; threshold: PalletDemocracyVoteThreshold }
457
- >;
435
+ Started: GenericPalletEvent<'Democracy', 'Started', { refIndex: number; threshold: PalletDemocracyVoteThreshold }>;
458
436
 
459
437
  /**
460
438
  * A proposal has been approved by referendum.
461
439
  **/
462
- Passed: GenericPalletEvent<Rv, 'Democracy', 'Passed', { refIndex: number }>;
440
+ Passed: GenericPalletEvent<'Democracy', 'Passed', { refIndex: number }>;
463
441
 
464
442
  /**
465
443
  * A proposal has been rejected by referendum.
466
444
  **/
467
- NotPassed: GenericPalletEvent<Rv, 'Democracy', 'NotPassed', { refIndex: number }>;
445
+ NotPassed: GenericPalletEvent<'Democracy', 'NotPassed', { refIndex: number }>;
468
446
 
469
447
  /**
470
448
  * A referendum has been cancelled.
471
449
  **/
472
- Cancelled: GenericPalletEvent<Rv, 'Democracy', 'Cancelled', { refIndex: number }>;
450
+ Cancelled: GenericPalletEvent<'Democracy', 'Cancelled', { refIndex: number }>;
473
451
 
474
452
  /**
475
453
  * An account has delegated their vote to another account.
476
454
  **/
477
- Delegated: GenericPalletEvent<Rv, 'Democracy', 'Delegated', { who: AccountId32; target: AccountId32 }>;
455
+ Delegated: GenericPalletEvent<'Democracy', 'Delegated', { who: AccountId32; target: AccountId32 }>;
478
456
 
479
457
  /**
480
458
  * An account has cancelled a previous delegation operation.
481
459
  **/
482
- Undelegated: GenericPalletEvent<Rv, 'Democracy', 'Undelegated', { account: AccountId32 }>;
460
+ Undelegated: GenericPalletEvent<'Democracy', 'Undelegated', { account: AccountId32 }>;
483
461
 
484
462
  /**
485
463
  * An external proposal has been vetoed.
486
464
  **/
487
- Vetoed: GenericPalletEvent<Rv, 'Democracy', 'Vetoed', { who: AccountId32; proposalHash: H256; until: number }>;
465
+ Vetoed: GenericPalletEvent<'Democracy', 'Vetoed', { who: AccountId32; proposalHash: H256; until: number }>;
488
466
 
489
467
  /**
490
468
  * A proposal_hash has been blacklisted permanently.
491
469
  **/
492
- Blacklisted: GenericPalletEvent<Rv, 'Democracy', 'Blacklisted', { proposalHash: H256 }>;
470
+ Blacklisted: GenericPalletEvent<'Democracy', 'Blacklisted', { proposalHash: H256 }>;
493
471
 
494
472
  /**
495
473
  * An account has voted in a referendum
496
474
  **/
497
475
  Voted: GenericPalletEvent<
498
- Rv,
499
476
  'Democracy',
500
477
  'Voted',
501
478
  { voter: AccountId32; refIndex: number; vote: PalletDemocracyVoteAccountVote }
@@ -504,18 +481,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
504
481
  /**
505
482
  * An account has seconded a proposal
506
483
  **/
507
- Seconded: GenericPalletEvent<Rv, 'Democracy', 'Seconded', { seconder: AccountId32; propIndex: number }>;
484
+ Seconded: GenericPalletEvent<'Democracy', 'Seconded', { seconder: AccountId32; propIndex: number }>;
508
485
 
509
486
  /**
510
487
  * A proposal got canceled.
511
488
  **/
512
- ProposalCanceled: GenericPalletEvent<Rv, 'Democracy', 'ProposalCanceled', { propIndex: number }>;
489
+ ProposalCanceled: GenericPalletEvent<'Democracy', 'ProposalCanceled', { propIndex: number }>;
513
490
 
514
491
  /**
515
492
  * Metadata for a proposal or a referendum has been set.
516
493
  **/
517
494
  MetadataSet: GenericPalletEvent<
518
- Rv,
519
495
  'Democracy',
520
496
  'MetadataSet',
521
497
  {
@@ -535,7 +511,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
535
511
  * Metadata for a proposal or a referendum has been cleared.
536
512
  **/
537
513
  MetadataCleared: GenericPalletEvent<
538
- Rv,
539
514
  'Democracy',
540
515
  'MetadataCleared',
541
516
  {
@@ -555,7 +530,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
555
530
  * Metadata has been transferred to new owner.
556
531
  **/
557
532
  MetadataTransferred: GenericPalletEvent<
558
- Rv,
559
533
  'Democracy',
560
534
  'MetadataTransferred',
561
535
  {
@@ -579,7 +553,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
579
553
  /**
580
554
  * Generic pallet event
581
555
  **/
582
- [prop: string]: GenericPalletEvent<Rv>;
556
+ [prop: string]: GenericPalletEvent;
583
557
  };
584
558
  /**
585
559
  * Pallet `TechnicalCommittee`'s events
@@ -590,7 +564,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
590
564
  * `MemberCount`).
591
565
  **/
592
566
  Proposed: GenericPalletEvent<
593
- Rv,
594
567
  'TechnicalCommittee',
595
568
  'Proposed',
596
569
  { account: AccountId32; proposalIndex: number; proposalHash: H256; threshold: number }
@@ -601,7 +574,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
601
574
  * a tally (yes votes and no votes given respectively as `MemberCount`).
602
575
  **/
603
576
  Voted: GenericPalletEvent<
604
- Rv,
605
577
  'TechnicalCommittee',
606
578
  'Voted',
607
579
  { account: AccountId32; proposalHash: H256; voted: boolean; yes: number; no: number }
@@ -610,18 +582,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
610
582
  /**
611
583
  * A motion was approved by the required threshold.
612
584
  **/
613
- Approved: GenericPalletEvent<Rv, 'TechnicalCommittee', 'Approved', { proposalHash: H256 }>;
585
+ Approved: GenericPalletEvent<'TechnicalCommittee', 'Approved', { proposalHash: H256 }>;
614
586
 
615
587
  /**
616
588
  * A motion was not approved by the required threshold.
617
589
  **/
618
- Disapproved: GenericPalletEvent<Rv, 'TechnicalCommittee', 'Disapproved', { proposalHash: H256 }>;
590
+ Disapproved: GenericPalletEvent<'TechnicalCommittee', 'Disapproved', { proposalHash: H256 }>;
619
591
 
620
592
  /**
621
593
  * A motion was executed; result will be `Ok` if it returned without error.
622
594
  **/
623
595
  Executed: GenericPalletEvent<
624
- Rv,
625
596
  'TechnicalCommittee',
626
597
  'Executed',
627
598
  { proposalHash: H256; result: Result<[], DispatchError> }
@@ -631,7 +602,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
631
602
  * A single member did some action; result will be `Ok` if it returned without error.
632
603
  **/
633
604
  MemberExecuted: GenericPalletEvent<
634
- Rv,
635
605
  'TechnicalCommittee',
636
606
  'MemberExecuted',
637
607
  { proposalHash: H256; result: Result<[], DispatchError> }
@@ -640,12 +610,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
640
610
  /**
641
611
  * A proposal was closed because its threshold was reached or after its duration was up.
642
612
  **/
643
- Closed: GenericPalletEvent<Rv, 'TechnicalCommittee', 'Closed', { proposalHash: H256; yes: number; no: number }>;
613
+ Closed: GenericPalletEvent<'TechnicalCommittee', 'Closed', { proposalHash: H256; yes: number; no: number }>;
644
614
 
645
615
  /**
646
616
  * Generic pallet event
647
617
  **/
648
- [prop: string]: GenericPalletEvent<Rv>;
618
+ [prop: string]: GenericPalletEvent;
649
619
  };
650
620
  /**
651
621
  * Pallet `Vesting`'s events
@@ -655,7 +625,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
655
625
  * Added new vesting schedule.
656
626
  **/
657
627
  VestingScheduleAdded: GenericPalletEvent<
658
- Rv,
659
628
  'Vesting',
660
629
  'VestingScheduleAdded',
661
630
  { from: AccountId32; to: AccountId32; vestingSchedule: OrmlVestingVestingSchedule }
@@ -664,17 +633,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
664
633
  /**
665
634
  * Claimed vesting.
666
635
  **/
667
- Claimed: GenericPalletEvent<Rv, 'Vesting', 'Claimed', { who: AccountId32; amount: bigint }>;
636
+ Claimed: GenericPalletEvent<'Vesting', 'Claimed', { who: AccountId32; amount: bigint }>;
668
637
 
669
638
  /**
670
639
  * Updated vesting schedules.
671
640
  **/
672
- VestingSchedulesUpdated: GenericPalletEvent<Rv, 'Vesting', 'VestingSchedulesUpdated', { who: AccountId32 }>;
641
+ VestingSchedulesUpdated: GenericPalletEvent<'Vesting', 'VestingSchedulesUpdated', { who: AccountId32 }>;
673
642
 
674
643
  /**
675
644
  * Generic pallet event
676
645
  **/
677
- [prop: string]: GenericPalletEvent<Rv>;
646
+ [prop: string]: GenericPalletEvent;
678
647
  };
679
648
  /**
680
649
  * Pallet `Proxy`'s events
@@ -683,14 +652,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
683
652
  /**
684
653
  * A proxy was executed correctly, with the given.
685
654
  **/
686
- ProxyExecuted: GenericPalletEvent<Rv, 'Proxy', 'ProxyExecuted', { result: Result<[], DispatchError> }>;
655
+ ProxyExecuted: GenericPalletEvent<'Proxy', 'ProxyExecuted', { result: Result<[], DispatchError> }>;
687
656
 
688
657
  /**
689
658
  * A pure account has been created by new proxy with given
690
659
  * disambiguation index and proxy type.
691
660
  **/
692
661
  PureCreated: GenericPalletEvent<
693
- Rv,
694
662
  'Proxy',
695
663
  'PureCreated',
696
664
  { pure: AccountId32; who: AccountId32; proxyType: BasiliskRuntimeSystemProxyType; disambiguationIndex: number }
@@ -699,13 +667,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
699
667
  /**
700
668
  * An announcement was placed to make a call in the future.
701
669
  **/
702
- Announced: GenericPalletEvent<Rv, 'Proxy', 'Announced', { real: AccountId32; proxy: AccountId32; callHash: H256 }>;
670
+ Announced: GenericPalletEvent<'Proxy', 'Announced', { real: AccountId32; proxy: AccountId32; callHash: H256 }>;
703
671
 
704
672
  /**
705
673
  * A proxy was added.
706
674
  **/
707
675
  ProxyAdded: GenericPalletEvent<
708
- Rv,
709
676
  'Proxy',
710
677
  'ProxyAdded',
711
678
  { delegator: AccountId32; delegatee: AccountId32; proxyType: BasiliskRuntimeSystemProxyType; delay: number }
@@ -715,7 +682,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
715
682
  * A proxy was removed.
716
683
  **/
717
684
  ProxyRemoved: GenericPalletEvent<
718
- Rv,
719
685
  'Proxy',
720
686
  'ProxyRemoved',
721
687
  { delegator: AccountId32; delegatee: AccountId32; proxyType: BasiliskRuntimeSystemProxyType; delay: number }
@@ -724,7 +690,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
724
690
  /**
725
691
  * Generic pallet event
726
692
  **/
727
- [prop: string]: GenericPalletEvent<Rv>;
693
+ [prop: string]: GenericPalletEvent;
728
694
  };
729
695
  /**
730
696
  * Pallet `CollatorSelection`'s events
@@ -734,7 +700,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
734
700
  * New Invulnerables were set.
735
701
  **/
736
702
  NewInvulnerables: GenericPalletEvent<
737
- Rv,
738
703
  'CollatorSelection',
739
704
  'NewInvulnerables',
740
705
  { invulnerables: Array<AccountId32> }
@@ -743,18 +708,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
743
708
  /**
744
709
  * A new Invulnerable was added.
745
710
  **/
746
- InvulnerableAdded: GenericPalletEvent<Rv, 'CollatorSelection', 'InvulnerableAdded', { accountId: AccountId32 }>;
711
+ InvulnerableAdded: GenericPalletEvent<'CollatorSelection', 'InvulnerableAdded', { accountId: AccountId32 }>;
747
712
 
748
713
  /**
749
714
  * An Invulnerable was removed.
750
715
  **/
751
- InvulnerableRemoved: GenericPalletEvent<Rv, 'CollatorSelection', 'InvulnerableRemoved', { accountId: AccountId32 }>;
716
+ InvulnerableRemoved: GenericPalletEvent<'CollatorSelection', 'InvulnerableRemoved', { accountId: AccountId32 }>;
752
717
 
753
718
  /**
754
719
  * The number of desired candidates was set.
755
720
  **/
756
721
  NewDesiredCandidates: GenericPalletEvent<
757
- Rv,
758
722
  'CollatorSelection',
759
723
  'NewDesiredCandidates',
760
724
  { desiredCandidates: number }
@@ -763,13 +727,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
763
727
  /**
764
728
  * The candidacy bond was set.
765
729
  **/
766
- NewCandidacyBond: GenericPalletEvent<Rv, 'CollatorSelection', 'NewCandidacyBond', { bondAmount: bigint }>;
730
+ NewCandidacyBond: GenericPalletEvent<'CollatorSelection', 'NewCandidacyBond', { bondAmount: bigint }>;
767
731
 
768
732
  /**
769
733
  * A new candidate joined.
770
734
  **/
771
735
  CandidateAdded: GenericPalletEvent<
772
- Rv,
773
736
  'CollatorSelection',
774
737
  'CandidateAdded',
775
738
  { accountId: AccountId32; deposit: bigint }
@@ -779,7 +742,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
779
742
  * Bond of a candidate updated.
780
743
  **/
781
744
  CandidateBondUpdated: GenericPalletEvent<
782
- Rv,
783
745
  'CollatorSelection',
784
746
  'CandidateBondUpdated',
785
747
  { accountId: AccountId32; deposit: bigint }
@@ -788,13 +750,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
788
750
  /**
789
751
  * A candidate was removed.
790
752
  **/
791
- CandidateRemoved: GenericPalletEvent<Rv, 'CollatorSelection', 'CandidateRemoved', { accountId: AccountId32 }>;
753
+ CandidateRemoved: GenericPalletEvent<'CollatorSelection', 'CandidateRemoved', { accountId: AccountId32 }>;
792
754
 
793
755
  /**
794
756
  * An account was replaced in the candidate list by another one.
795
757
  **/
796
758
  CandidateReplaced: GenericPalletEvent<
797
- Rv,
798
759
  'CollatorSelection',
799
760
  'CandidateReplaced',
800
761
  { old: AccountId32; new: AccountId32; deposit: bigint }
@@ -805,7 +766,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
805
766
  * registered. Other Invulnerables may have been set.
806
767
  **/
807
768
  InvalidInvulnerableSkipped: GenericPalletEvent<
808
- Rv,
809
769
  'CollatorSelection',
810
770
  'InvalidInvulnerableSkipped',
811
771
  { accountId: AccountId32 }
@@ -814,7 +774,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
814
774
  /**
815
775
  * Generic pallet event
816
776
  **/
817
- [prop: string]: GenericPalletEvent<Rv>;
777
+ [prop: string]: GenericPalletEvent;
818
778
  };
819
779
  /**
820
780
  * Pallet `Session`'s events
@@ -824,12 +784,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
824
784
  * New session has happened. Note that the argument is the session index, not the
825
785
  * block number as the type might suggest.
826
786
  **/
827
- NewSession: GenericPalletEvent<Rv, 'Session', 'NewSession', { sessionIndex: number }>;
787
+ NewSession: GenericPalletEvent<'Session', 'NewSession', { sessionIndex: number }>;
828
788
 
829
789
  /**
830
790
  * Generic pallet event
831
791
  **/
832
- [prop: string]: GenericPalletEvent<Rv>;
792
+ [prop: string]: GenericPalletEvent;
833
793
  };
834
794
  /**
835
795
  * Pallet `Preimage`'s events
@@ -838,22 +798,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
838
798
  /**
839
799
  * A preimage has been noted.
840
800
  **/
841
- Noted: GenericPalletEvent<Rv, 'Preimage', 'Noted', { hash: H256 }>;
801
+ Noted: GenericPalletEvent<'Preimage', 'Noted', { hash: H256 }>;
842
802
 
843
803
  /**
844
804
  * A preimage has been requested.
845
805
  **/
846
- Requested: GenericPalletEvent<Rv, 'Preimage', 'Requested', { hash: H256 }>;
806
+ Requested: GenericPalletEvent<'Preimage', 'Requested', { hash: H256 }>;
847
807
 
848
808
  /**
849
809
  * A preimage has ben cleared.
850
810
  **/
851
- Cleared: GenericPalletEvent<Rv, 'Preimage', 'Cleared', { hash: H256 }>;
811
+ Cleared: GenericPalletEvent<'Preimage', 'Cleared', { hash: H256 }>;
852
812
 
853
813
  /**
854
814
  * Generic pallet event
855
815
  **/
856
- [prop: string]: GenericPalletEvent<Rv>;
816
+ [prop: string]: GenericPalletEvent;
857
817
  };
858
818
  /**
859
819
  * Pallet `Uniques`'s events
@@ -862,33 +822,27 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
862
822
  /**
863
823
  * A `collection` was created.
864
824
  **/
865
- Created: GenericPalletEvent<
866
- Rv,
867
- 'Uniques',
868
- 'Created',
869
- { collection: bigint; creator: AccountId32; owner: AccountId32 }
870
- >;
825
+ Created: GenericPalletEvent<'Uniques', 'Created', { collection: bigint; creator: AccountId32; owner: AccountId32 }>;
871
826
 
872
827
  /**
873
828
  * A `collection` was force-created.
874
829
  **/
875
- ForceCreated: GenericPalletEvent<Rv, 'Uniques', 'ForceCreated', { collection: bigint; owner: AccountId32 }>;
830
+ ForceCreated: GenericPalletEvent<'Uniques', 'ForceCreated', { collection: bigint; owner: AccountId32 }>;
876
831
 
877
832
  /**
878
833
  * A `collection` was destroyed.
879
834
  **/
880
- Destroyed: GenericPalletEvent<Rv, 'Uniques', 'Destroyed', { collection: bigint }>;
835
+ Destroyed: GenericPalletEvent<'Uniques', 'Destroyed', { collection: bigint }>;
881
836
 
882
837
  /**
883
838
  * An `item` was issued.
884
839
  **/
885
- Issued: GenericPalletEvent<Rv, 'Uniques', 'Issued', { collection: bigint; item: bigint; owner: AccountId32 }>;
840
+ Issued: GenericPalletEvent<'Uniques', 'Issued', { collection: bigint; item: bigint; owner: AccountId32 }>;
886
841
 
887
842
  /**
888
843
  * An `item` was transferred.
889
844
  **/
890
845
  Transferred: GenericPalletEvent<
891
- Rv,
892
846
  'Uniques',
893
847
  'Transferred',
894
848
  { collection: bigint; item: bigint; from: AccountId32; to: AccountId32 }
@@ -897,38 +851,37 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
897
851
  /**
898
852
  * An `item` was destroyed.
899
853
  **/
900
- Burned: GenericPalletEvent<Rv, 'Uniques', 'Burned', { collection: bigint; item: bigint; owner: AccountId32 }>;
854
+ Burned: GenericPalletEvent<'Uniques', 'Burned', { collection: bigint; item: bigint; owner: AccountId32 }>;
901
855
 
902
856
  /**
903
857
  * Some `item` was frozen.
904
858
  **/
905
- Frozen: GenericPalletEvent<Rv, 'Uniques', 'Frozen', { collection: bigint; item: bigint }>;
859
+ Frozen: GenericPalletEvent<'Uniques', 'Frozen', { collection: bigint; item: bigint }>;
906
860
 
907
861
  /**
908
862
  * Some `item` was thawed.
909
863
  **/
910
- Thawed: GenericPalletEvent<Rv, 'Uniques', 'Thawed', { collection: bigint; item: bigint }>;
864
+ Thawed: GenericPalletEvent<'Uniques', 'Thawed', { collection: bigint; item: bigint }>;
911
865
 
912
866
  /**
913
867
  * Some `collection` was frozen.
914
868
  **/
915
- CollectionFrozen: GenericPalletEvent<Rv, 'Uniques', 'CollectionFrozen', { collection: bigint }>;
869
+ CollectionFrozen: GenericPalletEvent<'Uniques', 'CollectionFrozen', { collection: bigint }>;
916
870
 
917
871
  /**
918
872
  * Some `collection` was thawed.
919
873
  **/
920
- CollectionThawed: GenericPalletEvent<Rv, 'Uniques', 'CollectionThawed', { collection: bigint }>;
874
+ CollectionThawed: GenericPalletEvent<'Uniques', 'CollectionThawed', { collection: bigint }>;
921
875
 
922
876
  /**
923
877
  * The owner changed.
924
878
  **/
925
- OwnerChanged: GenericPalletEvent<Rv, 'Uniques', 'OwnerChanged', { collection: bigint; newOwner: AccountId32 }>;
879
+ OwnerChanged: GenericPalletEvent<'Uniques', 'OwnerChanged', { collection: bigint; newOwner: AccountId32 }>;
926
880
 
927
881
  /**
928
882
  * The management team changed.
929
883
  **/
930
884
  TeamChanged: GenericPalletEvent<
931
- Rv,
932
885
  'Uniques',
933
886
  'TeamChanged',
934
887
  { collection: bigint; issuer: AccountId32; admin: AccountId32; freezer: AccountId32 }
@@ -939,7 +892,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
939
892
  * a `delegate`.
940
893
  **/
941
894
  ApprovedTransfer: GenericPalletEvent<
942
- Rv,
943
895
  'Uniques',
944
896
  'ApprovedTransfer',
945
897
  { collection: bigint; item: bigint; owner: AccountId32; delegate: AccountId32 }
@@ -950,7 +902,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
950
902
  * `collection` was cancelled by its `owner`.
951
903
  **/
952
904
  ApprovalCancelled: GenericPalletEvent<
953
- Rv,
954
905
  'Uniques',
955
906
  'ApprovalCancelled',
956
907
  { collection: bigint; item: bigint; owner: AccountId32; delegate: AccountId32 }
@@ -959,13 +910,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
959
910
  /**
960
911
  * A `collection` has had its attributes changed by the `Force` origin.
961
912
  **/
962
- ItemStatusChanged: GenericPalletEvent<Rv, 'Uniques', 'ItemStatusChanged', { collection: bigint }>;
913
+ ItemStatusChanged: GenericPalletEvent<'Uniques', 'ItemStatusChanged', { collection: bigint }>;
963
914
 
964
915
  /**
965
916
  * New metadata has been set for a `collection`.
966
917
  **/
967
918
  CollectionMetadataSet: GenericPalletEvent<
968
- Rv,
969
919
  'Uniques',
970
920
  'CollectionMetadataSet',
971
921
  { collection: bigint; data: Bytes; isFrozen: boolean }
@@ -974,13 +924,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
974
924
  /**
975
925
  * Metadata has been cleared for a `collection`.
976
926
  **/
977
- CollectionMetadataCleared: GenericPalletEvent<Rv, 'Uniques', 'CollectionMetadataCleared', { collection: bigint }>;
927
+ CollectionMetadataCleared: GenericPalletEvent<'Uniques', 'CollectionMetadataCleared', { collection: bigint }>;
978
928
 
979
929
  /**
980
930
  * New metadata has been set for an item.
981
931
  **/
982
932
  MetadataSet: GenericPalletEvent<
983
- Rv,
984
933
  'Uniques',
985
934
  'MetadataSet',
986
935
  { collection: bigint; item: bigint; data: Bytes; isFrozen: boolean }
@@ -989,23 +938,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
989
938
  /**
990
939
  * Metadata has been cleared for an item.
991
940
  **/
992
- MetadataCleared: GenericPalletEvent<Rv, 'Uniques', 'MetadataCleared', { collection: bigint; item: bigint }>;
941
+ MetadataCleared: GenericPalletEvent<'Uniques', 'MetadataCleared', { collection: bigint; item: bigint }>;
993
942
 
994
943
  /**
995
944
  * Metadata has been cleared for an item.
996
945
  **/
997
- Redeposited: GenericPalletEvent<
998
- Rv,
999
- 'Uniques',
1000
- 'Redeposited',
1001
- { collection: bigint; successfulItems: Array<bigint> }
1002
- >;
946
+ Redeposited: GenericPalletEvent<'Uniques', 'Redeposited', { collection: bigint; successfulItems: Array<bigint> }>;
1003
947
 
1004
948
  /**
1005
949
  * New attribute metadata has been set for a `collection` or `item`.
1006
950
  **/
1007
951
  AttributeSet: GenericPalletEvent<
1008
- Rv,
1009
952
  'Uniques',
1010
953
  'AttributeSet',
1011
954
  { collection: bigint; maybeItem?: bigint | undefined; key: Bytes; value: Bytes }
@@ -1015,7 +958,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1015
958
  * Attribute metadata has been cleared for a `collection` or `item`.
1016
959
  **/
1017
960
  AttributeCleared: GenericPalletEvent<
1018
- Rv,
1019
961
  'Uniques',
1020
962
  'AttributeCleared',
1021
963
  { collection: bigint; maybeItem?: bigint | undefined; key: Bytes }
@@ -1025,7 +967,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1025
967
  * Ownership acceptance has changed for an account.
1026
968
  **/
1027
969
  OwnershipAcceptanceChanged: GenericPalletEvent<
1028
- Rv,
1029
970
  'Uniques',
1030
971
  'OwnershipAcceptanceChanged',
1031
972
  { who: AccountId32; maybeCollection?: bigint | undefined }
@@ -1035,7 +976,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1035
976
  * Max supply has been set for a collection.
1036
977
  **/
1037
978
  CollectionMaxSupplySet: GenericPalletEvent<
1038
- Rv,
1039
979
  'Uniques',
1040
980
  'CollectionMaxSupplySet',
1041
981
  { collection: bigint; maxSupply: number }
@@ -1045,7 +985,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1045
985
  * The price was set for the instance.
1046
986
  **/
1047
987
  ItemPriceSet: GenericPalletEvent<
1048
- Rv,
1049
988
  'Uniques',
1050
989
  'ItemPriceSet',
1051
990
  { collection: bigint; item: bigint; price: bigint; whitelistedBuyer?: AccountId32 | undefined }
@@ -1054,13 +993,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1054
993
  /**
1055
994
  * The price for the instance was removed.
1056
995
  **/
1057
- ItemPriceRemoved: GenericPalletEvent<Rv, 'Uniques', 'ItemPriceRemoved', { collection: bigint; item: bigint }>;
996
+ ItemPriceRemoved: GenericPalletEvent<'Uniques', 'ItemPriceRemoved', { collection: bigint; item: bigint }>;
1058
997
 
1059
998
  /**
1060
999
  * An item was bought.
1061
1000
  **/
1062
1001
  ItemBought: GenericPalletEvent<
1063
- Rv,
1064
1002
  'Uniques',
1065
1003
  'ItemBought',
1066
1004
  { collection: bigint; item: bigint; price: bigint; seller: AccountId32; buyer: AccountId32 }
@@ -1069,7 +1007,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1069
1007
  /**
1070
1008
  * Generic pallet event
1071
1009
  **/
1072
- [prop: string]: GenericPalletEvent<Rv>;
1010
+ [prop: string]: GenericPalletEvent;
1073
1011
  };
1074
1012
  /**
1075
1013
  * Pallet `Identity`'s events
@@ -1078,23 +1016,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1078
1016
  /**
1079
1017
  * A name was set or reset (which will remove all judgements).
1080
1018
  **/
1081
- IdentitySet: GenericPalletEvent<Rv, 'Identity', 'IdentitySet', { who: AccountId32 }>;
1019
+ IdentitySet: GenericPalletEvent<'Identity', 'IdentitySet', { who: AccountId32 }>;
1082
1020
 
1083
1021
  /**
1084
1022
  * A name was cleared, and the given balance returned.
1085
1023
  **/
1086
- IdentityCleared: GenericPalletEvent<Rv, 'Identity', 'IdentityCleared', { who: AccountId32; deposit: bigint }>;
1024
+ IdentityCleared: GenericPalletEvent<'Identity', 'IdentityCleared', { who: AccountId32; deposit: bigint }>;
1087
1025
 
1088
1026
  /**
1089
1027
  * A name was removed and the given balance slashed.
1090
1028
  **/
1091
- IdentityKilled: GenericPalletEvent<Rv, 'Identity', 'IdentityKilled', { who: AccountId32; deposit: bigint }>;
1029
+ IdentityKilled: GenericPalletEvent<'Identity', 'IdentityKilled', { who: AccountId32; deposit: bigint }>;
1092
1030
 
1093
1031
  /**
1094
1032
  * A judgement was asked from a registrar.
1095
1033
  **/
1096
1034
  JudgementRequested: GenericPalletEvent<
1097
- Rv,
1098
1035
  'Identity',
1099
1036
  'JudgementRequested',
1100
1037
  { who: AccountId32; registrarIndex: number }
@@ -1104,7 +1041,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1104
1041
  * A judgement request was retracted.
1105
1042
  **/
1106
1043
  JudgementUnrequested: GenericPalletEvent<
1107
- Rv,
1108
1044
  'Identity',
1109
1045
  'JudgementUnrequested',
1110
1046
  { who: AccountId32; registrarIndex: number }
@@ -1113,23 +1049,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1113
1049
  /**
1114
1050
  * A judgement was given by a registrar.
1115
1051
  **/
1116
- JudgementGiven: GenericPalletEvent<
1117
- Rv,
1118
- 'Identity',
1119
- 'JudgementGiven',
1120
- { target: AccountId32; registrarIndex: number }
1121
- >;
1052
+ JudgementGiven: GenericPalletEvent<'Identity', 'JudgementGiven', { target: AccountId32; registrarIndex: number }>;
1122
1053
 
1123
1054
  /**
1124
1055
  * A registrar was added.
1125
1056
  **/
1126
- RegistrarAdded: GenericPalletEvent<Rv, 'Identity', 'RegistrarAdded', { registrarIndex: number }>;
1057
+ RegistrarAdded: GenericPalletEvent<'Identity', 'RegistrarAdded', { registrarIndex: number }>;
1127
1058
 
1128
1059
  /**
1129
1060
  * A sub-identity was added to an identity and the deposit paid.
1130
1061
  **/
1131
1062
  SubIdentityAdded: GenericPalletEvent<
1132
- Rv,
1133
1063
  'Identity',
1134
1064
  'SubIdentityAdded',
1135
1065
  { sub: AccountId32; main: AccountId32; deposit: bigint }
@@ -1139,7 +1069,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1139
1069
  * A sub-identity was removed from an identity and the deposit freed.
1140
1070
  **/
1141
1071
  SubIdentityRemoved: GenericPalletEvent<
1142
- Rv,
1143
1072
  'Identity',
1144
1073
  'SubIdentityRemoved',
1145
1074
  { sub: AccountId32; main: AccountId32; deposit: bigint }
@@ -1150,7 +1079,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1150
1079
  * main identity account to the sub-identity account.
1151
1080
  **/
1152
1081
  SubIdentityRevoked: GenericPalletEvent<
1153
- Rv,
1154
1082
  'Identity',
1155
1083
  'SubIdentityRevoked',
1156
1084
  { sub: AccountId32; main: AccountId32; deposit: bigint }
@@ -1159,23 +1087,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1159
1087
  /**
1160
1088
  * A username authority was added.
1161
1089
  **/
1162
- AuthorityAdded: GenericPalletEvent<Rv, 'Identity', 'AuthorityAdded', { authority: AccountId32 }>;
1090
+ AuthorityAdded: GenericPalletEvent<'Identity', 'AuthorityAdded', { authority: AccountId32 }>;
1163
1091
 
1164
1092
  /**
1165
1093
  * A username authority was removed.
1166
1094
  **/
1167
- AuthorityRemoved: GenericPalletEvent<Rv, 'Identity', 'AuthorityRemoved', { authority: AccountId32 }>;
1095
+ AuthorityRemoved: GenericPalletEvent<'Identity', 'AuthorityRemoved', { authority: AccountId32 }>;
1168
1096
 
1169
1097
  /**
1170
1098
  * A username was set for `who`.
1171
1099
  **/
1172
- UsernameSet: GenericPalletEvent<Rv, 'Identity', 'UsernameSet', { who: AccountId32; username: Bytes }>;
1100
+ UsernameSet: GenericPalletEvent<'Identity', 'UsernameSet', { who: AccountId32; username: Bytes }>;
1173
1101
 
1174
1102
  /**
1175
1103
  * A username was queued, but `who` must accept it prior to `expiration`.
1176
1104
  **/
1177
1105
  UsernameQueued: GenericPalletEvent<
1178
- Rv,
1179
1106
  'Identity',
1180
1107
  'UsernameQueued',
1181
1108
  { who: AccountId32; username: Bytes; expiration: number }
@@ -1184,19 +1111,18 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1184
1111
  /**
1185
1112
  * A queued username passed its expiration without being claimed and was removed.
1186
1113
  **/
1187
- PreapprovalExpired: GenericPalletEvent<Rv, 'Identity', 'PreapprovalExpired', { whose: AccountId32 }>;
1114
+ PreapprovalExpired: GenericPalletEvent<'Identity', 'PreapprovalExpired', { whose: AccountId32 }>;
1188
1115
 
1189
1116
  /**
1190
1117
  * A username was set as a primary and can be looked up from `who`.
1191
1118
  **/
1192
- PrimaryUsernameSet: GenericPalletEvent<Rv, 'Identity', 'PrimaryUsernameSet', { who: AccountId32; username: Bytes }>;
1119
+ PrimaryUsernameSet: GenericPalletEvent<'Identity', 'PrimaryUsernameSet', { who: AccountId32; username: Bytes }>;
1193
1120
 
1194
1121
  /**
1195
1122
  * A dangling username (as in, a username corresponding to an account that has removed its
1196
1123
  * identity) has been removed.
1197
1124
  **/
1198
1125
  DanglingUsernameRemoved: GenericPalletEvent<
1199
- Rv,
1200
1126
  'Identity',
1201
1127
  'DanglingUsernameRemoved',
1202
1128
  { who: AccountId32; username: Bytes }
@@ -1205,7 +1131,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1205
1131
  /**
1206
1132
  * Generic pallet event
1207
1133
  **/
1208
- [prop: string]: GenericPalletEvent<Rv>;
1134
+ [prop: string]: GenericPalletEvent;
1209
1135
  };
1210
1136
  /**
1211
1137
  * Pallet `Multisig`'s events
@@ -1215,7 +1141,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1215
1141
  * A new multisig operation has begun.
1216
1142
  **/
1217
1143
  NewMultisig: GenericPalletEvent<
1218
- Rv,
1219
1144
  'Multisig',
1220
1145
  'NewMultisig',
1221
1146
  { approving: AccountId32; multisig: AccountId32; callHash: FixedBytes<32> }
@@ -1225,7 +1150,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1225
1150
  * A multisig operation has been approved by someone.
1226
1151
  **/
1227
1152
  MultisigApproval: GenericPalletEvent<
1228
- Rv,
1229
1153
  'Multisig',
1230
1154
  'MultisigApproval',
1231
1155
  { approving: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
@@ -1235,7 +1159,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1235
1159
  * A multisig operation has been executed.
1236
1160
  **/
1237
1161
  MultisigExecuted: GenericPalletEvent<
1238
- Rv,
1239
1162
  'Multisig',
1240
1163
  'MultisigExecuted',
1241
1164
  {
@@ -1251,7 +1174,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1251
1174
  * A multisig operation has been cancelled.
1252
1175
  **/
1253
1176
  MultisigCancelled: GenericPalletEvent<
1254
- Rv,
1255
1177
  'Multisig',
1256
1178
  'MultisigCancelled',
1257
1179
  { cancelling: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
@@ -1260,7 +1182,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1260
1182
  /**
1261
1183
  * Generic pallet event
1262
1184
  **/
1263
- [prop: string]: GenericPalletEvent<Rv>;
1185
+ [prop: string]: GenericPalletEvent;
1264
1186
  };
1265
1187
  /**
1266
1188
  * Pallet `StateTrieMigration`'s events
@@ -1271,7 +1193,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1271
1193
  * `compute`.
1272
1194
  **/
1273
1195
  Migrated: GenericPalletEvent<
1274
- Rv,
1275
1196
  'StateTrieMigration',
1276
1197
  'Migrated',
1277
1198
  { top: number; child: number; compute: PalletStateTrieMigrationMigrationCompute }
@@ -1280,22 +1201,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1280
1201
  /**
1281
1202
  * Some account got slashed by the given amount.
1282
1203
  **/
1283
- Slashed: GenericPalletEvent<Rv, 'StateTrieMigration', 'Slashed', { who: AccountId32; amount: bigint }>;
1204
+ Slashed: GenericPalletEvent<'StateTrieMigration', 'Slashed', { who: AccountId32; amount: bigint }>;
1284
1205
 
1285
1206
  /**
1286
1207
  * The auto migration task finished.
1287
1208
  **/
1288
- AutoMigrationFinished: GenericPalletEvent<Rv, 'StateTrieMigration', 'AutoMigrationFinished', null>;
1209
+ AutoMigrationFinished: GenericPalletEvent<'StateTrieMigration', 'AutoMigrationFinished', null>;
1289
1210
 
1290
1211
  /**
1291
1212
  * Migration got halted due to an error or miss-configuration.
1292
1213
  **/
1293
- Halted: GenericPalletEvent<Rv, 'StateTrieMigration', 'Halted', { error: PalletStateTrieMigrationError }>;
1214
+ Halted: GenericPalletEvent<'StateTrieMigration', 'Halted', { error: PalletStateTrieMigrationError }>;
1294
1215
 
1295
1216
  /**
1296
1217
  * Generic pallet event
1297
1218
  **/
1298
- [prop: string]: GenericPalletEvent<Rv>;
1219
+ [prop: string]: GenericPalletEvent;
1299
1220
  };
1300
1221
  /**
1301
1222
  * Pallet `ConvictionVoting`'s events
@@ -1304,18 +1225,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1304
1225
  /**
1305
1226
  * An account has delegated their vote to another account. \[who, target\]
1306
1227
  **/
1307
- Delegated: GenericPalletEvent<Rv, 'ConvictionVoting', 'Delegated', [AccountId32, AccountId32]>;
1228
+ Delegated: GenericPalletEvent<'ConvictionVoting', 'Delegated', [AccountId32, AccountId32]>;
1308
1229
 
1309
1230
  /**
1310
1231
  * An \[account\] has cancelled a previous delegation operation.
1311
1232
  **/
1312
- Undelegated: GenericPalletEvent<Rv, 'ConvictionVoting', 'Undelegated', AccountId32>;
1233
+ Undelegated: GenericPalletEvent<'ConvictionVoting', 'Undelegated', AccountId32>;
1313
1234
 
1314
1235
  /**
1315
1236
  * An account that has voted
1316
1237
  **/
1317
1238
  Voted: GenericPalletEvent<
1318
- Rv,
1319
1239
  'ConvictionVoting',
1320
1240
  'Voted',
1321
1241
  { who: AccountId32; vote: PalletConvictionVotingVoteAccountVote }
@@ -1325,7 +1245,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1325
1245
  * A vote that been removed
1326
1246
  **/
1327
1247
  VoteRemoved: GenericPalletEvent<
1328
- Rv,
1329
1248
  'ConvictionVoting',
1330
1249
  'VoteRemoved',
1331
1250
  { who: AccountId32; vote: PalletConvictionVotingVoteAccountVote }
@@ -1334,7 +1253,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1334
1253
  /**
1335
1254
  * Generic pallet event
1336
1255
  **/
1337
- [prop: string]: GenericPalletEvent<Rv>;
1256
+ [prop: string]: GenericPalletEvent;
1338
1257
  };
1339
1258
  /**
1340
1259
  * Pallet `Referenda`'s events
@@ -1344,7 +1263,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1344
1263
  * A referendum has been submitted.
1345
1264
  **/
1346
1265
  Submitted: GenericPalletEvent<
1347
- Rv,
1348
1266
  'Referenda',
1349
1267
  'Submitted',
1350
1268
  {
@@ -1369,7 +1287,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1369
1287
  * The decision deposit has been placed.
1370
1288
  **/
1371
1289
  DecisionDepositPlaced: GenericPalletEvent<
1372
- Rv,
1373
1290
  'Referenda',
1374
1291
  'DecisionDepositPlaced',
1375
1292
  {
@@ -1394,7 +1311,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1394
1311
  * The decision deposit has been refunded.
1395
1312
  **/
1396
1313
  DecisionDepositRefunded: GenericPalletEvent<
1397
- Rv,
1398
1314
  'Referenda',
1399
1315
  'DecisionDepositRefunded',
1400
1316
  {
@@ -1419,7 +1335,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1419
1335
  * A deposit has been slashed.
1420
1336
  **/
1421
1337
  DepositSlashed: GenericPalletEvent<
1422
- Rv,
1423
1338
  'Referenda',
1424
1339
  'DepositSlashed',
1425
1340
  {
@@ -1439,7 +1354,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1439
1354
  * A referendum has moved into the deciding phase.
1440
1355
  **/
1441
1356
  DecisionStarted: GenericPalletEvent<
1442
- Rv,
1443
1357
  'Referenda',
1444
1358
  'DecisionStarted',
1445
1359
  {
@@ -1465,7 +1379,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1465
1379
  }
1466
1380
  >;
1467
1381
  ConfirmStarted: GenericPalletEvent<
1468
- Rv,
1469
1382
  'Referenda',
1470
1383
  'ConfirmStarted',
1471
1384
  {
@@ -1476,7 +1389,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1476
1389
  }
1477
1390
  >;
1478
1391
  ConfirmAborted: GenericPalletEvent<
1479
- Rv,
1480
1392
  'Referenda',
1481
1393
  'ConfirmAborted',
1482
1394
  {
@@ -1491,7 +1403,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1491
1403
  * A referendum has ended its confirmation phase and is ready for approval.
1492
1404
  **/
1493
1405
  Confirmed: GenericPalletEvent<
1494
- Rv,
1495
1406
  'Referenda',
1496
1407
  'Confirmed',
1497
1408
  {
@@ -1511,7 +1422,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1511
1422
  * A referendum has been approved and its proposal has been scheduled.
1512
1423
  **/
1513
1424
  Approved: GenericPalletEvent<
1514
- Rv,
1515
1425
  'Referenda',
1516
1426
  'Approved',
1517
1427
  {
@@ -1526,7 +1436,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1526
1436
  * A proposal has been rejected by referendum.
1527
1437
  **/
1528
1438
  Rejected: GenericPalletEvent<
1529
- Rv,
1530
1439
  'Referenda',
1531
1440
  'Rejected',
1532
1441
  {
@@ -1546,7 +1455,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1546
1455
  * A referendum has been timed out without being decided.
1547
1456
  **/
1548
1457
  TimedOut: GenericPalletEvent<
1549
- Rv,
1550
1458
  'Referenda',
1551
1459
  'TimedOut',
1552
1460
  {
@@ -1566,7 +1474,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1566
1474
  * A referendum has been cancelled.
1567
1475
  **/
1568
1476
  Cancelled: GenericPalletEvent<
1569
- Rv,
1570
1477
  'Referenda',
1571
1478
  'Cancelled',
1572
1479
  {
@@ -1586,7 +1493,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1586
1493
  * A referendum has been killed.
1587
1494
  **/
1588
1495
  Killed: GenericPalletEvent<
1589
- Rv,
1590
1496
  'Referenda',
1591
1497
  'Killed',
1592
1498
  {
@@ -1606,7 +1512,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1606
1512
  * The submission deposit has been refunded.
1607
1513
  **/
1608
1514
  SubmissionDepositRefunded: GenericPalletEvent<
1609
- Rv,
1610
1515
  'Referenda',
1611
1516
  'SubmissionDepositRefunded',
1612
1517
  {
@@ -1631,7 +1536,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1631
1536
  * Metadata for a referendum has been set.
1632
1537
  **/
1633
1538
  MetadataSet: GenericPalletEvent<
1634
- Rv,
1635
1539
  'Referenda',
1636
1540
  'MetadataSet',
1637
1541
  {
@@ -1651,7 +1555,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1651
1555
  * Metadata for a referendum has been cleared.
1652
1556
  **/
1653
1557
  MetadataCleared: GenericPalletEvent<
1654
- Rv,
1655
1558
  'Referenda',
1656
1559
  'MetadataCleared',
1657
1560
  {
@@ -1670,16 +1573,15 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1670
1573
  /**
1671
1574
  * Generic pallet event
1672
1575
  **/
1673
- [prop: string]: GenericPalletEvent<Rv>;
1576
+ [prop: string]: GenericPalletEvent;
1674
1577
  };
1675
1578
  /**
1676
1579
  * Pallet `Whitelist`'s events
1677
1580
  **/
1678
1581
  whitelist: {
1679
- CallWhitelisted: GenericPalletEvent<Rv, 'Whitelist', 'CallWhitelisted', { callHash: H256 }>;
1680
- WhitelistedCallRemoved: GenericPalletEvent<Rv, 'Whitelist', 'WhitelistedCallRemoved', { callHash: H256 }>;
1582
+ CallWhitelisted: GenericPalletEvent<'Whitelist', 'CallWhitelisted', { callHash: H256 }>;
1583
+ WhitelistedCallRemoved: GenericPalletEvent<'Whitelist', 'WhitelistedCallRemoved', { callHash: H256 }>;
1681
1584
  WhitelistedCallDispatched: GenericPalletEvent<
1682
- Rv,
1683
1585
  'Whitelist',
1684
1586
  'WhitelistedCallDispatched',
1685
1587
  { callHash: H256; result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo> }
@@ -1688,7 +1590,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1688
1590
  /**
1689
1591
  * Generic pallet event
1690
1592
  **/
1691
- [prop: string]: GenericPalletEvent<Rv>;
1593
+ [prop: string]: GenericPalletEvent;
1692
1594
  };
1693
1595
  /**
1694
1596
  * Pallet `RelayChainInfo`'s events
@@ -1699,7 +1601,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1699
1601
  * [ Parachain block number, Relaychain Block number ]
1700
1602
  **/
1701
1603
  CurrentBlockNumbers: GenericPalletEvent<
1702
- Rv,
1703
1604
  'RelayChainInfo',
1704
1605
  'CurrentBlockNumbers',
1705
1606
  { parachainBlockNumber: number; relaychainBlockNumber: number }
@@ -1708,7 +1609,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1708
1609
  /**
1709
1610
  * Generic pallet event
1710
1611
  **/
1711
- [prop: string]: GenericPalletEvent<Rv>;
1612
+ [prop: string]: GenericPalletEvent;
1712
1613
  };
1713
1614
  /**
1714
1615
  * Pallet `Scheduler`'s events
@@ -1717,18 +1618,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1717
1618
  /**
1718
1619
  * Scheduled some task.
1719
1620
  **/
1720
- Scheduled: GenericPalletEvent<Rv, 'Scheduler', 'Scheduled', { when: number; index: number }>;
1621
+ Scheduled: GenericPalletEvent<'Scheduler', 'Scheduled', { when: number; index: number }>;
1721
1622
 
1722
1623
  /**
1723
1624
  * Canceled some task.
1724
1625
  **/
1725
- Canceled: GenericPalletEvent<Rv, 'Scheduler', 'Canceled', { when: number; index: number }>;
1626
+ Canceled: GenericPalletEvent<'Scheduler', 'Canceled', { when: number; index: number }>;
1726
1627
 
1727
1628
  /**
1728
1629
  * Dispatched some task.
1729
1630
  **/
1730
1631
  Dispatched: GenericPalletEvent<
1731
- Rv,
1732
1632
  'Scheduler',
1733
1633
  'Dispatched',
1734
1634
  { task: [number, number]; id?: FixedBytes<32> | undefined; result: Result<[], DispatchError> }
@@ -1738,7 +1638,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1738
1638
  * Set a retry configuration for some task.
1739
1639
  **/
1740
1640
  RetrySet: GenericPalletEvent<
1741
- Rv,
1742
1641
  'Scheduler',
1743
1642
  'RetrySet',
1744
1643
  { task: [number, number]; id?: FixedBytes<32> | undefined; period: number; retries: number }
@@ -1748,7 +1647,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1748
1647
  * Cancel a retry configuration for some task.
1749
1648
  **/
1750
1649
  RetryCancelled: GenericPalletEvent<
1751
- Rv,
1752
1650
  'Scheduler',
1753
1651
  'RetryCancelled',
1754
1652
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1758,7 +1656,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1758
1656
  * The call for the provided hash was not found so the task has been aborted.
1759
1657
  **/
1760
1658
  CallUnavailable: GenericPalletEvent<
1761
- Rv,
1762
1659
  'Scheduler',
1763
1660
  'CallUnavailable',
1764
1661
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1768,7 +1665,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1768
1665
  * The given task was unable to be renewed since the agenda is full at that block.
1769
1666
  **/
1770
1667
  PeriodicFailed: GenericPalletEvent<
1771
- Rv,
1772
1668
  'Scheduler',
1773
1669
  'PeriodicFailed',
1774
1670
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1779,7 +1675,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1779
1675
  * was not enough weight to reschedule it.
1780
1676
  **/
1781
1677
  RetryFailed: GenericPalletEvent<
1782
- Rv,
1783
1678
  'Scheduler',
1784
1679
  'RetryFailed',
1785
1680
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1789,7 +1684,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1789
1684
  * The given task can never be executed since it is overweight.
1790
1685
  **/
1791
1686
  PermanentlyOverweight: GenericPalletEvent<
1792
- Rv,
1793
1687
  'Scheduler',
1794
1688
  'PermanentlyOverweight',
1795
1689
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -1798,7 +1692,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1798
1692
  /**
1799
1693
  * Generic pallet event
1800
1694
  **/
1801
- [prop: string]: GenericPalletEvent<Rv>;
1695
+ [prop: string]: GenericPalletEvent;
1802
1696
  };
1803
1697
  /**
1804
1698
  * Pallet `ParachainSystem`'s events
@@ -1807,13 +1701,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1807
1701
  /**
1808
1702
  * The validation function has been scheduled to apply.
1809
1703
  **/
1810
- ValidationFunctionStored: GenericPalletEvent<Rv, 'ParachainSystem', 'ValidationFunctionStored', null>;
1704
+ ValidationFunctionStored: GenericPalletEvent<'ParachainSystem', 'ValidationFunctionStored', null>;
1811
1705
 
1812
1706
  /**
1813
1707
  * The validation function was applied as of the contained relay chain block number.
1814
1708
  **/
1815
1709
  ValidationFunctionApplied: GenericPalletEvent<
1816
- Rv,
1817
1710
  'ParachainSystem',
1818
1711
  'ValidationFunctionApplied',
1819
1712
  { relayChainBlockNum: number }
@@ -1822,18 +1715,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1822
1715
  /**
1823
1716
  * The relay-chain aborted the upgrade process.
1824
1717
  **/
1825
- ValidationFunctionDiscarded: GenericPalletEvent<Rv, 'ParachainSystem', 'ValidationFunctionDiscarded', null>;
1718
+ ValidationFunctionDiscarded: GenericPalletEvent<'ParachainSystem', 'ValidationFunctionDiscarded', null>;
1826
1719
 
1827
1720
  /**
1828
1721
  * Some downward messages have been received and will be processed.
1829
1722
  **/
1830
- DownwardMessagesReceived: GenericPalletEvent<Rv, 'ParachainSystem', 'DownwardMessagesReceived', { count: number }>;
1723
+ DownwardMessagesReceived: GenericPalletEvent<'ParachainSystem', 'DownwardMessagesReceived', { count: number }>;
1831
1724
 
1832
1725
  /**
1833
1726
  * Downward messages were processed using the given weight.
1834
1727
  **/
1835
1728
  DownwardMessagesProcessed: GenericPalletEvent<
1836
- Rv,
1837
1729
  'ParachainSystem',
1838
1730
  'DownwardMessagesProcessed',
1839
1731
  { weightUsed: SpWeightsWeightV2Weight; dmqHead: H256 }
@@ -1843,7 +1735,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1843
1735
  * An upward message was sent to the relay chain.
1844
1736
  **/
1845
1737
  UpwardMessageSent: GenericPalletEvent<
1846
- Rv,
1847
1738
  'ParachainSystem',
1848
1739
  'UpwardMessageSent',
1849
1740
  { messageHash?: FixedBytes<32> | undefined }
@@ -1852,7 +1743,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1852
1743
  /**
1853
1744
  * Generic pallet event
1854
1745
  **/
1855
- [prop: string]: GenericPalletEvent<Rv>;
1746
+ [prop: string]: GenericPalletEvent;
1856
1747
  };
1857
1748
  /**
1858
1749
  * Pallet `PolkadotXcm`'s events
@@ -1861,13 +1752,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1861
1752
  /**
1862
1753
  * Execution of an XCM message was attempted.
1863
1754
  **/
1864
- Attempted: GenericPalletEvent<Rv, 'PolkadotXcm', 'Attempted', { outcome: StagingXcmV4TraitsOutcome }>;
1755
+ Attempted: GenericPalletEvent<'PolkadotXcm', 'Attempted', { outcome: StagingXcmV4TraitsOutcome }>;
1865
1756
 
1866
1757
  /**
1867
1758
  * A XCM message was sent.
1868
1759
  **/
1869
1760
  Sent: GenericPalletEvent<
1870
- Rv,
1871
1761
  'PolkadotXcm',
1872
1762
  'Sent',
1873
1763
  {
@@ -1884,7 +1774,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1884
1774
  * because the query timed out.
1885
1775
  **/
1886
1776
  UnexpectedResponse: GenericPalletEvent<
1887
- Rv,
1888
1777
  'PolkadotXcm',
1889
1778
  'UnexpectedResponse',
1890
1779
  { origin: StagingXcmV4Location; queryId: bigint }
@@ -1895,7 +1784,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1895
1784
  * no registered notification call.
1896
1785
  **/
1897
1786
  ResponseReady: GenericPalletEvent<
1898
- Rv,
1899
1787
  'PolkadotXcm',
1900
1788
  'ResponseReady',
1901
1789
  { queryId: bigint; response: StagingXcmV4Response }
@@ -1906,7 +1794,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1906
1794
  * been dispatched and executed successfully.
1907
1795
  **/
1908
1796
  Notified: GenericPalletEvent<
1909
- Rv,
1910
1797
  'PolkadotXcm',
1911
1798
  'Notified',
1912
1799
  { queryId: bigint; palletIndex: number; callIndex: number }
@@ -1918,7 +1805,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1918
1805
  * originally budgeted by this runtime for the query result.
1919
1806
  **/
1920
1807
  NotifyOverweight: GenericPalletEvent<
1921
- Rv,
1922
1808
  'PolkadotXcm',
1923
1809
  'NotifyOverweight',
1924
1810
  {
@@ -1935,7 +1821,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1935
1821
  * dispatching the notification call.
1936
1822
  **/
1937
1823
  NotifyDispatchError: GenericPalletEvent<
1938
- Rv,
1939
1824
  'PolkadotXcm',
1940
1825
  'NotifyDispatchError',
1941
1826
  { queryId: bigint; palletIndex: number; callIndex: number }
@@ -1947,7 +1832,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1947
1832
  * is not `(origin, QueryId, Response)`.
1948
1833
  **/
1949
1834
  NotifyDecodeFailed: GenericPalletEvent<
1950
- Rv,
1951
1835
  'PolkadotXcm',
1952
1836
  'NotifyDecodeFailed',
1953
1837
  { queryId: bigint; palletIndex: number; callIndex: number }
@@ -1959,7 +1843,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1959
1843
  * be received and acted upon.
1960
1844
  **/
1961
1845
  InvalidResponder: GenericPalletEvent<
1962
- Rv,
1963
1846
  'PolkadotXcm',
1964
1847
  'InvalidResponder',
1965
1848
  { origin: StagingXcmV4Location; queryId: bigint; expectedLocation?: StagingXcmV4Location | undefined }
@@ -1975,7 +1858,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1975
1858
  * needed.
1976
1859
  **/
1977
1860
  InvalidResponderVersion: GenericPalletEvent<
1978
- Rv,
1979
1861
  'PolkadotXcm',
1980
1862
  'InvalidResponderVersion',
1981
1863
  { origin: StagingXcmV4Location; queryId: bigint }
@@ -1984,13 +1866,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1984
1866
  /**
1985
1867
  * Received query response has been read and removed.
1986
1868
  **/
1987
- ResponseTaken: GenericPalletEvent<Rv, 'PolkadotXcm', 'ResponseTaken', { queryId: bigint }>;
1869
+ ResponseTaken: GenericPalletEvent<'PolkadotXcm', 'ResponseTaken', { queryId: bigint }>;
1988
1870
 
1989
1871
  /**
1990
1872
  * Some assets have been placed in an asset trap.
1991
1873
  **/
1992
1874
  AssetsTrapped: GenericPalletEvent<
1993
- Rv,
1994
1875
  'PolkadotXcm',
1995
1876
  'AssetsTrapped',
1996
1877
  { hash: H256; origin: StagingXcmV4Location; assets: XcmVersionedAssets }
@@ -2002,7 +1883,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2002
1883
  * The cost of sending it (borne by the chain) is included.
2003
1884
  **/
2004
1885
  VersionChangeNotified: GenericPalletEvent<
2005
- Rv,
2006
1886
  'PolkadotXcm',
2007
1887
  'VersionChangeNotified',
2008
1888
  { destination: StagingXcmV4Location; result: number; cost: StagingXcmV4AssetAssets; messageId: FixedBytes<32> }
@@ -2013,7 +1893,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2013
1893
  * automatic notification or a manual intervention.
2014
1894
  **/
2015
1895
  SupportedVersionChanged: GenericPalletEvent<
2016
- Rv,
2017
1896
  'PolkadotXcm',
2018
1897
  'SupportedVersionChanged',
2019
1898
  { location: StagingXcmV4Location; version: number }
@@ -2024,7 +1903,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2024
1903
  * sending the notification to it.
2025
1904
  **/
2026
1905
  NotifyTargetSendFail: GenericPalletEvent<
2027
- Rv,
2028
1906
  'PolkadotXcm',
2029
1907
  'NotifyTargetSendFail',
2030
1908
  { location: StagingXcmV4Location; queryId: bigint; error: XcmV3TraitsError }
@@ -2035,7 +1913,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2035
1913
  * migrating the location to our new XCM format.
2036
1914
  **/
2037
1915
  NotifyTargetMigrationFail: GenericPalletEvent<
2038
- Rv,
2039
1916
  'PolkadotXcm',
2040
1917
  'NotifyTargetMigrationFail',
2041
1918
  { location: XcmVersionedLocation; queryId: bigint }
@@ -2051,7 +1928,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2051
1928
  * needed.
2052
1929
  **/
2053
1930
  InvalidQuerierVersion: GenericPalletEvent<
2054
- Rv,
2055
1931
  'PolkadotXcm',
2056
1932
  'InvalidQuerierVersion',
2057
1933
  { origin: StagingXcmV4Location; queryId: bigint }
@@ -2063,7 +1939,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2063
1939
  * be received and acted upon.
2064
1940
  **/
2065
1941
  InvalidQuerier: GenericPalletEvent<
2066
- Rv,
2067
1942
  'PolkadotXcm',
2068
1943
  'InvalidQuerier',
2069
1944
  {
@@ -2079,7 +1954,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2079
1954
  * A version information message is sent to them and its cost is included.
2080
1955
  **/
2081
1956
  VersionNotifyStarted: GenericPalletEvent<
2082
- Rv,
2083
1957
  'PolkadotXcm',
2084
1958
  'VersionNotifyStarted',
2085
1959
  { destination: StagingXcmV4Location; cost: StagingXcmV4AssetAssets; messageId: FixedBytes<32> }
@@ -2089,7 +1963,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2089
1963
  * We have requested that a remote chain send us XCM version change notifications.
2090
1964
  **/
2091
1965
  VersionNotifyRequested: GenericPalletEvent<
2092
- Rv,
2093
1966
  'PolkadotXcm',
2094
1967
  'VersionNotifyRequested',
2095
1968
  { destination: StagingXcmV4Location; cost: StagingXcmV4AssetAssets; messageId: FixedBytes<32> }
@@ -2100,7 +1973,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2100
1973
  * notifications.
2101
1974
  **/
2102
1975
  VersionNotifyUnrequested: GenericPalletEvent<
2103
- Rv,
2104
1976
  'PolkadotXcm',
2105
1977
  'VersionNotifyUnrequested',
2106
1978
  { destination: StagingXcmV4Location; cost: StagingXcmV4AssetAssets; messageId: FixedBytes<32> }
@@ -2110,7 +1982,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2110
1982
  * Fees were paid from a location for an operation (often for using `SendXcm`).
2111
1983
  **/
2112
1984
  FeesPaid: GenericPalletEvent<
2113
- Rv,
2114
1985
  'PolkadotXcm',
2115
1986
  'FeesPaid',
2116
1987
  { paying: StagingXcmV4Location; fees: StagingXcmV4AssetAssets }
@@ -2120,7 +1991,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2120
1991
  * Some assets have been claimed from an asset trap
2121
1992
  **/
2122
1993
  AssetsClaimed: GenericPalletEvent<
2123
- Rv,
2124
1994
  'PolkadotXcm',
2125
1995
  'AssetsClaimed',
2126
1996
  { hash: H256; origin: StagingXcmV4Location; assets: XcmVersionedAssets }
@@ -2129,12 +1999,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2129
1999
  /**
2130
2000
  * A XCM version migration finished.
2131
2001
  **/
2132
- VersionMigrationFinished: GenericPalletEvent<Rv, 'PolkadotXcm', 'VersionMigrationFinished', { version: number }>;
2002
+ VersionMigrationFinished: GenericPalletEvent<'PolkadotXcm', 'VersionMigrationFinished', { version: number }>;
2133
2003
 
2134
2004
  /**
2135
2005
  * Generic pallet event
2136
2006
  **/
2137
- [prop: string]: GenericPalletEvent<Rv>;
2007
+ [prop: string]: GenericPalletEvent;
2138
2008
  };
2139
2009
  /**
2140
2010
  * Pallet `CumulusXcm`'s events
@@ -2144,29 +2014,24 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2144
2014
  * Downward message is invalid XCM.
2145
2015
  * \[ id \]
2146
2016
  **/
2147
- InvalidFormat: GenericPalletEvent<Rv, 'CumulusXcm', 'InvalidFormat', FixedBytes<32>>;
2017
+ InvalidFormat: GenericPalletEvent<'CumulusXcm', 'InvalidFormat', FixedBytes<32>>;
2148
2018
 
2149
2019
  /**
2150
2020
  * Downward message is unsupported version of XCM.
2151
2021
  * \[ id \]
2152
2022
  **/
2153
- UnsupportedVersion: GenericPalletEvent<Rv, 'CumulusXcm', 'UnsupportedVersion', FixedBytes<32>>;
2023
+ UnsupportedVersion: GenericPalletEvent<'CumulusXcm', 'UnsupportedVersion', FixedBytes<32>>;
2154
2024
 
2155
2025
  /**
2156
2026
  * Downward message executed with the given outcome.
2157
2027
  * \[ id, outcome \]
2158
2028
  **/
2159
- ExecutedDownward: GenericPalletEvent<
2160
- Rv,
2161
- 'CumulusXcm',
2162
- 'ExecutedDownward',
2163
- [FixedBytes<32>, StagingXcmV4TraitsOutcome]
2164
- >;
2029
+ ExecutedDownward: GenericPalletEvent<'CumulusXcm', 'ExecutedDownward', [FixedBytes<32>, StagingXcmV4TraitsOutcome]>;
2165
2030
 
2166
2031
  /**
2167
2032
  * Generic pallet event
2168
2033
  **/
2169
- [prop: string]: GenericPalletEvent<Rv>;
2034
+ [prop: string]: GenericPalletEvent;
2170
2035
  };
2171
2036
  /**
2172
2037
  * Pallet `XcmpQueue`'s events
@@ -2175,12 +2040,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2175
2040
  /**
2176
2041
  * An HRMP message was sent to a sibling parachain.
2177
2042
  **/
2178
- XcmpMessageSent: GenericPalletEvent<Rv, 'XcmpQueue', 'XcmpMessageSent', { messageHash: FixedBytes<32> }>;
2043
+ XcmpMessageSent: GenericPalletEvent<'XcmpQueue', 'XcmpMessageSent', { messageHash: FixedBytes<32> }>;
2179
2044
 
2180
2045
  /**
2181
2046
  * Generic pallet event
2182
2047
  **/
2183
- [prop: string]: GenericPalletEvent<Rv>;
2048
+ [prop: string]: GenericPalletEvent;
2184
2049
  };
2185
2050
  /**
2186
2051
  * Pallet `MessageQueue`'s events
@@ -2190,7 +2055,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2190
2055
  * Message discarded due to an error in the `MessageProcessor` (usually a format error).
2191
2056
  **/
2192
2057
  ProcessingFailed: GenericPalletEvent<
2193
- Rv,
2194
2058
  'MessageQueue',
2195
2059
  'ProcessingFailed',
2196
2060
  {
@@ -2218,7 +2082,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2218
2082
  * Message is processed.
2219
2083
  **/
2220
2084
  Processed: GenericPalletEvent<
2221
- Rv,
2222
2085
  'MessageQueue',
2223
2086
  'Processed',
2224
2087
  {
@@ -2253,7 +2116,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2253
2116
  * Message placed in overweight queue.
2254
2117
  **/
2255
2118
  OverweightEnqueued: GenericPalletEvent<
2256
- Rv,
2257
2119
  'MessageQueue',
2258
2120
  'OverweightEnqueued',
2259
2121
  {
@@ -2283,7 +2145,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2283
2145
  * This page was reaped.
2284
2146
  **/
2285
2147
  PageReaped: GenericPalletEvent<
2286
- Rv,
2287
2148
  'MessageQueue',
2288
2149
  'PageReaped',
2289
2150
  {
@@ -2302,7 +2163,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2302
2163
  /**
2303
2164
  * Generic pallet event
2304
2165
  **/
2305
- [prop: string]: GenericPalletEvent<Rv>;
2166
+ [prop: string]: GenericPalletEvent;
2306
2167
  };
2307
2168
  /**
2308
2169
  * Pallet `AssetRegistry`'s events
@@ -2312,7 +2173,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2312
2173
  * Asset was registered.
2313
2174
  **/
2314
2175
  Registered: GenericPalletEvent<
2315
- Rv,
2316
2176
  'AssetRegistry',
2317
2177
  'Registered',
2318
2178
  { assetId: number; assetName: Bytes; assetType: PalletAssetRegistryAssetType }
@@ -2322,7 +2182,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2322
2182
  * Asset was updated.
2323
2183
  **/
2324
2184
  Updated: GenericPalletEvent<
2325
- Rv,
2326
2185
  'AssetRegistry',
2327
2186
  'Updated',
2328
2187
  {
@@ -2338,7 +2197,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2338
2197
  * Metadata set for an asset.
2339
2198
  **/
2340
2199
  MetadataSet: GenericPalletEvent<
2341
- Rv,
2342
2200
  'AssetRegistry',
2343
2201
  'MetadataSet',
2344
2202
  { assetId: number; symbol: Bytes; decimals: number }
@@ -2348,7 +2206,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2348
2206
  * Native location set for an asset.
2349
2207
  **/
2350
2208
  LocationSet: GenericPalletEvent<
2351
- Rv,
2352
2209
  'AssetRegistry',
2353
2210
  'LocationSet',
2354
2211
  { assetId: number; location: BasiliskRuntimeXcmAssetLocation }
@@ -2357,7 +2214,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2357
2214
  /**
2358
2215
  * Generic pallet event
2359
2216
  **/
2360
- [prop: string]: GenericPalletEvent<Rv>;
2217
+ [prop: string]: GenericPalletEvent;
2361
2218
  };
2362
2219
  /**
2363
2220
  * Pallet `XYK`'s events
@@ -2367,7 +2224,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2367
2224
  * New liquidity was provided to the pool.
2368
2225
  **/
2369
2226
  LiquidityAdded: GenericPalletEvent<
2370
- Rv,
2371
2227
  'XYK',
2372
2228
  'LiquidityAdded',
2373
2229
  { who: AccountId32; assetA: number; assetB: number; amountA: bigint; amountB: bigint }
@@ -2377,7 +2233,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2377
2233
  * Liquidity was removed from the pool.
2378
2234
  **/
2379
2235
  LiquidityRemoved: GenericPalletEvent<
2380
- Rv,
2381
2236
  'XYK',
2382
2237
  'LiquidityRemoved',
2383
2238
  { who: AccountId32; assetA: number; assetB: number; shares: bigint }
@@ -2387,7 +2242,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2387
2242
  * Pool was created.
2388
2243
  **/
2389
2244
  PoolCreated: GenericPalletEvent<
2390
- Rv,
2391
2245
  'XYK',
2392
2246
  'PoolCreated',
2393
2247
  {
@@ -2404,7 +2258,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2404
2258
  * Pool was destroyed.
2405
2259
  **/
2406
2260
  PoolDestroyed: GenericPalletEvent<
2407
- Rv,
2408
2261
  'XYK',
2409
2262
  'PoolDestroyed',
2410
2263
  { who: AccountId32; assetA: number; assetB: number; shareToken: number; pool: AccountId32 }
@@ -2415,7 +2268,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2415
2268
  * Deprecated. Replaced by pallet_broadcast::Swapped
2416
2269
  **/
2417
2270
  SellExecuted: GenericPalletEvent<
2418
- Rv,
2419
2271
  'XYK',
2420
2272
  'SellExecuted',
2421
2273
  {
@@ -2435,7 +2287,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2435
2287
  * Deprecated. Replaced by pallet_broadcast::Swapped
2436
2288
  **/
2437
2289
  BuyExecuted: GenericPalletEvent<
2438
- Rv,
2439
2290
  'XYK',
2440
2291
  'BuyExecuted',
2441
2292
  {
@@ -2453,7 +2304,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2453
2304
  /**
2454
2305
  * Generic pallet event
2455
2306
  **/
2456
- [prop: string]: GenericPalletEvent<Rv>;
2307
+ [prop: string]: GenericPalletEvent;
2457
2308
  };
2458
2309
  /**
2459
2310
  * Pallet `Duster`'s events
@@ -2462,22 +2313,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2462
2313
  /**
2463
2314
  * Account dusted.
2464
2315
  **/
2465
- Dusted: GenericPalletEvent<Rv, 'Duster', 'Dusted', { who: AccountId32; amount: bigint }>;
2316
+ Dusted: GenericPalletEvent<'Duster', 'Dusted', { who: AccountId32; amount: bigint }>;
2466
2317
 
2467
2318
  /**
2468
2319
  * Account added to non-dustable list.
2469
2320
  **/
2470
- Added: GenericPalletEvent<Rv, 'Duster', 'Added', { who: AccountId32 }>;
2321
+ Added: GenericPalletEvent<'Duster', 'Added', { who: AccountId32 }>;
2471
2322
 
2472
2323
  /**
2473
2324
  * Account removed from non-dustable list.
2474
2325
  **/
2475
- Removed: GenericPalletEvent<Rv, 'Duster', 'Removed', { who: AccountId32 }>;
2326
+ Removed: GenericPalletEvent<'Duster', 'Removed', { who: AccountId32 }>;
2476
2327
 
2477
2328
  /**
2478
2329
  * Generic pallet event
2479
2330
  **/
2480
- [prop: string]: GenericPalletEvent<Rv>;
2331
+ [prop: string]: GenericPalletEvent;
2481
2332
  };
2482
2333
  /**
2483
2334
  * Pallet `LBP`'s events
@@ -2486,18 +2337,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2486
2337
  /**
2487
2338
  * Pool was created by the `CreatePool` origin.
2488
2339
  **/
2489
- PoolCreated: GenericPalletEvent<Rv, 'LBP', 'PoolCreated', { pool: AccountId32; data: PalletLbpPool }>;
2340
+ PoolCreated: GenericPalletEvent<'LBP', 'PoolCreated', { pool: AccountId32; data: PalletLbpPool }>;
2490
2341
 
2491
2342
  /**
2492
2343
  * Pool data were updated.
2493
2344
  **/
2494
- PoolUpdated: GenericPalletEvent<Rv, 'LBP', 'PoolUpdated', { pool: AccountId32; data: PalletLbpPool }>;
2345
+ PoolUpdated: GenericPalletEvent<'LBP', 'PoolUpdated', { pool: AccountId32; data: PalletLbpPool }>;
2495
2346
 
2496
2347
  /**
2497
2348
  * New liquidity was provided to the pool.
2498
2349
  **/
2499
2350
  LiquidityAdded: GenericPalletEvent<
2500
- Rv,
2501
2351
  'LBP',
2502
2352
  'LiquidityAdded',
2503
2353
  { who: AccountId32; assetA: number; assetB: number; amountA: bigint; amountB: bigint }
@@ -2507,7 +2357,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2507
2357
  * Liquidity was removed from the pool and the pool was destroyed.
2508
2358
  **/
2509
2359
  LiquidityRemoved: GenericPalletEvent<
2510
- Rv,
2511
2360
  'LBP',
2512
2361
  'LiquidityRemoved',
2513
2362
  { who: AccountId32; assetA: number; assetB: number; amountA: bigint; amountB: bigint }
@@ -2518,7 +2367,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2518
2367
  * Deprecated. Replaced by pallet_broadcast::Swapped
2519
2368
  **/
2520
2369
  SellExecuted: GenericPalletEvent<
2521
- Rv,
2522
2370
  'LBP',
2523
2371
  'SellExecuted',
2524
2372
  {
@@ -2537,7 +2385,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2537
2385
  * Deprecated. Replaced by pallet_broadcast::Swapped
2538
2386
  **/
2539
2387
  BuyExecuted: GenericPalletEvent<
2540
- Rv,
2541
2388
  'LBP',
2542
2389
  'BuyExecuted',
2543
2390
  {
@@ -2554,7 +2401,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2554
2401
  /**
2555
2402
  * Generic pallet event
2556
2403
  **/
2557
- [prop: string]: GenericPalletEvent<Rv>;
2404
+ [prop: string]: GenericPalletEvent;
2558
2405
  };
2559
2406
  /**
2560
2407
  * Pallet `NFT`'s events
@@ -2564,7 +2411,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2564
2411
  * A collection was created
2565
2412
  **/
2566
2413
  CollectionCreated: GenericPalletEvent<
2567
- Rv,
2568
2414
  'NFT',
2569
2415
  'CollectionCreated',
2570
2416
  { owner: AccountId32; collectionId: bigint; collectionType: PalletNftCollectionType; metadata: Bytes }
@@ -2574,7 +2420,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2574
2420
  * An item was minted
2575
2421
  **/
2576
2422
  ItemMinted: GenericPalletEvent<
2577
- Rv,
2578
2423
  'NFT',
2579
2424
  'ItemMinted',
2580
2425
  { owner: AccountId32; collectionId: bigint; itemId: bigint; metadata: Bytes }
@@ -2584,7 +2429,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2584
2429
  * An item was transferred
2585
2430
  **/
2586
2431
  ItemTransferred: GenericPalletEvent<
2587
- Rv,
2588
2432
  'NFT',
2589
2433
  'ItemTransferred',
2590
2434
  { from: AccountId32; to: AccountId32; collectionId: bigint; itemId: bigint }
@@ -2593,27 +2437,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2593
2437
  /**
2594
2438
  * An item was burned
2595
2439
  **/
2596
- ItemBurned: GenericPalletEvent<
2597
- Rv,
2598
- 'NFT',
2599
- 'ItemBurned',
2600
- { owner: AccountId32; collectionId: bigint; itemId: bigint }
2601
- >;
2440
+ ItemBurned: GenericPalletEvent<'NFT', 'ItemBurned', { owner: AccountId32; collectionId: bigint; itemId: bigint }>;
2602
2441
 
2603
2442
  /**
2604
2443
  * A collection was destroyed
2605
2444
  **/
2606
- CollectionDestroyed: GenericPalletEvent<
2607
- Rv,
2608
- 'NFT',
2609
- 'CollectionDestroyed',
2610
- { owner: AccountId32; collectionId: bigint }
2611
- >;
2445
+ CollectionDestroyed: GenericPalletEvent<'NFT', 'CollectionDestroyed', { owner: AccountId32; collectionId: bigint }>;
2612
2446
 
2613
2447
  /**
2614
2448
  * Generic pallet event
2615
2449
  **/
2616
- [prop: string]: GenericPalletEvent<Rv>;
2450
+ [prop: string]: GenericPalletEvent;
2617
2451
  };
2618
2452
  /**
2619
2453
  * Pallet `Marketplace`'s events
@@ -2623,7 +2457,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2623
2457
  * The price for a token was updated
2624
2458
  **/
2625
2459
  TokenPriceUpdated: GenericPalletEvent<
2626
- Rv,
2627
2460
  'Marketplace',
2628
2461
  'TokenPriceUpdated',
2629
2462
  { who: AccountId32; collection: bigint; item: bigint; price?: bigint | undefined }
@@ -2633,7 +2466,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2633
2466
  * Token was sold to a new owner
2634
2467
  **/
2635
2468
  TokenSold: GenericPalletEvent<
2636
- Rv,
2637
2469
  'Marketplace',
2638
2470
  'TokenSold',
2639
2471
  { owner: AccountId32; buyer: AccountId32; collection: bigint; item: bigint; price: bigint }
@@ -2643,7 +2475,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2643
2475
  * Offer was placed on a token
2644
2476
  **/
2645
2477
  OfferPlaced: GenericPalletEvent<
2646
- Rv,
2647
2478
  'Marketplace',
2648
2479
  'OfferPlaced',
2649
2480
  { who: AccountId32; collection: bigint; item: bigint; amount: bigint; expires: number }
@@ -2653,7 +2484,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2653
2484
  * Offer was withdrawn
2654
2485
  **/
2655
2486
  OfferWithdrawn: GenericPalletEvent<
2656
- Rv,
2657
2487
  'Marketplace',
2658
2488
  'OfferWithdrawn',
2659
2489
  { who: AccountId32; collection: bigint; item: bigint }
@@ -2663,7 +2493,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2663
2493
  * Offer was accepted
2664
2494
  **/
2665
2495
  OfferAccepted: GenericPalletEvent<
2666
- Rv,
2667
2496
  'Marketplace',
2668
2497
  'OfferAccepted',
2669
2498
  { who: AccountId32; collection: bigint; item: bigint; amount: bigint; maker: AccountId32 }
@@ -2673,7 +2502,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2673
2502
  * Royalty hs been paid to the author
2674
2503
  **/
2675
2504
  RoyaltyPaid: GenericPalletEvent<
2676
- Rv,
2677
2505
  'Marketplace',
2678
2506
  'RoyaltyPaid',
2679
2507
  { collection: bigint; item: bigint; author: AccountId32; royalty: number; royaltyAmount: bigint }
@@ -2683,7 +2511,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2683
2511
  * Marketplace data has been added
2684
2512
  **/
2685
2513
  RoyaltyAdded: GenericPalletEvent<
2686
- Rv,
2687
2514
  'Marketplace',
2688
2515
  'RoyaltyAdded',
2689
2516
  { collection: bigint; item: bigint; author: AccountId32; royalty: number }
@@ -2692,7 +2519,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2692
2519
  /**
2693
2520
  * Generic pallet event
2694
2521
  **/
2695
- [prop: string]: GenericPalletEvent<Rv>;
2522
+ [prop: string]: GenericPalletEvent;
2696
2523
  };
2697
2524
  /**
2698
2525
  * Pallet `TransactionPause`'s events
@@ -2702,7 +2529,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2702
2529
  * Paused transaction
2703
2530
  **/
2704
2531
  TransactionPaused: GenericPalletEvent<
2705
- Rv,
2706
2532
  'TransactionPause',
2707
2533
  'TransactionPaused',
2708
2534
  { palletNameBytes: Bytes; functionNameBytes: Bytes }
@@ -2712,7 +2538,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2712
2538
  * Unpaused transaction
2713
2539
  **/
2714
2540
  TransactionUnpaused: GenericPalletEvent<
2715
- Rv,
2716
2541
  'TransactionPause',
2717
2542
  'TransactionUnpaused',
2718
2543
  { palletNameBytes: Bytes; functionNameBytes: Bytes }
@@ -2721,7 +2546,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2721
2546
  /**
2722
2547
  * Generic pallet event
2723
2548
  **/
2724
- [prop: string]: GenericPalletEvent<Rv>;
2549
+ [prop: string]: GenericPalletEvent;
2725
2550
  };
2726
2551
  /**
2727
2552
  * Pallet `Router`'s events
@@ -2731,7 +2556,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2731
2556
  * The route with trades has been successfully executed
2732
2557
  **/
2733
2558
  Executed: GenericPalletEvent<
2734
- Rv,
2735
2559
  'Router',
2736
2560
  'Executed',
2737
2561
  { assetIn: number; assetOut: number; amountIn: bigint; amountOut: bigint; eventId: number }
@@ -2740,12 +2564,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2740
2564
  /**
2741
2565
  * The route with trades has been successfully executed
2742
2566
  **/
2743
- RouteUpdated: GenericPalletEvent<Rv, 'Router', 'RouteUpdated', { assetIds: Array<number> }>;
2567
+ RouteUpdated: GenericPalletEvent<'Router', 'RouteUpdated', { assetIds: Array<number> }>;
2744
2568
 
2745
2569
  /**
2746
2570
  * Generic pallet event
2747
2571
  **/
2748
- [prop: string]: GenericPalletEvent<Rv>;
2572
+ [prop: string]: GenericPalletEvent;
2749
2573
  };
2750
2574
  /**
2751
2575
  * Pallet `XYKLiquidityMining`'s events
@@ -2755,7 +2579,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2755
2579
  * New global farm was created.
2756
2580
  **/
2757
2581
  GlobalFarmCreated: GenericPalletEvent<
2758
- Rv,
2759
2582
  'XYKLiquidityMining',
2760
2583
  'GlobalFarmCreated',
2761
2584
  {
@@ -2777,7 +2600,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2777
2600
  * Global farm's `price_adjustment` was updated.
2778
2601
  **/
2779
2602
  GlobalFarmUpdated: GenericPalletEvent<
2780
- Rv,
2781
2603
  'XYKLiquidityMining',
2782
2604
  'GlobalFarmUpdated',
2783
2605
  { id: number; priceAdjustment: FixedU128 }
@@ -2787,7 +2609,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2787
2609
  * New yield farm was added into the farm.
2788
2610
  **/
2789
2611
  YieldFarmCreated: GenericPalletEvent<
2790
- Rv,
2791
2612
  'XYKLiquidityMining',
2792
2613
  'YieldFarmCreated',
2793
2614
  {
@@ -2803,7 +2624,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2803
2624
  * Global farm was terminated.
2804
2625
  **/
2805
2626
  GlobalFarmTerminated: GenericPalletEvent<
2806
- Rv,
2807
2627
  'XYKLiquidityMining',
2808
2628
  'GlobalFarmTerminated',
2809
2629
  { globalFarmId: number; who: AccountId32; rewardCurrency: number; undistributedRewards: bigint }
@@ -2813,7 +2633,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2813
2633
  * New LP tokens was deposited.
2814
2634
  **/
2815
2635
  SharesDeposited: GenericPalletEvent<
2816
- Rv,
2817
2636
  'XYKLiquidityMining',
2818
2637
  'SharesDeposited',
2819
2638
  {
@@ -2830,7 +2649,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2830
2649
  * LP token was redeposited for a new yield farm entry
2831
2650
  **/
2832
2651
  SharesRedeposited: GenericPalletEvent<
2833
- Rv,
2834
2652
  'XYKLiquidityMining',
2835
2653
  'SharesRedeposited',
2836
2654
  {
@@ -2847,7 +2665,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2847
2665
  * Rewards was claimed.
2848
2666
  **/
2849
2667
  RewardClaimed: GenericPalletEvent<
2850
- Rv,
2851
2668
  'XYKLiquidityMining',
2852
2669
  'RewardClaimed',
2853
2670
  {
@@ -2864,7 +2681,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2864
2681
  * LP tokens was withdrawn.
2865
2682
  **/
2866
2683
  SharesWithdrawn: GenericPalletEvent<
2867
- Rv,
2868
2684
  'XYKLiquidityMining',
2869
2685
  'SharesWithdrawn',
2870
2686
  {
@@ -2881,7 +2697,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2881
2697
  * Yield farm for asset pair was stopped.
2882
2698
  **/
2883
2699
  YieldFarmStopped: GenericPalletEvent<
2884
- Rv,
2885
2700
  'XYKLiquidityMining',
2886
2701
  'YieldFarmStopped',
2887
2702
  { globalFarmId: number; yieldFarmId: number; who: AccountId32; assetPair: PalletXykAssetPair }
@@ -2891,7 +2706,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2891
2706
  * Yield farm for asset pair was resumed.
2892
2707
  **/
2893
2708
  YieldFarmResumed: GenericPalletEvent<
2894
- Rv,
2895
2709
  'XYKLiquidityMining',
2896
2710
  'YieldFarmResumed',
2897
2711
  {
@@ -2907,7 +2721,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2907
2721
  * Yield farm was terminated from global farm.
2908
2722
  **/
2909
2723
  YieldFarmTerminated: GenericPalletEvent<
2910
- Rv,
2911
2724
  'XYKLiquidityMining',
2912
2725
  'YieldFarmTerminated',
2913
2726
  { globalFarmId: number; yieldFarmId: number; who: AccountId32; assetPair: PalletXykAssetPair }
@@ -2917,7 +2730,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2917
2730
  * Yield farm multiplier was updated.
2918
2731
  **/
2919
2732
  YieldFarmUpdated: GenericPalletEvent<
2920
- Rv,
2921
2733
  'XYKLiquidityMining',
2922
2734
  'YieldFarmUpdated',
2923
2735
  {
@@ -2933,7 +2745,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2933
2745
  * NFT representing deposit has been destroyed
2934
2746
  **/
2935
2747
  DepositDestroyed: GenericPalletEvent<
2936
- Rv,
2937
2748
  'XYKLiquidityMining',
2938
2749
  'DepositDestroyed',
2939
2750
  { who: AccountId32; depositId: bigint }
@@ -2942,7 +2753,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2942
2753
  /**
2943
2754
  * Generic pallet event
2944
2755
  **/
2945
- [prop: string]: GenericPalletEvent<Rv>;
2756
+ [prop: string]: GenericPalletEvent;
2946
2757
  };
2947
2758
  /**
2948
2759
  * Pallet `XYKWarehouseLM`'s events
@@ -2952,7 +2763,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2952
2763
  * Global farm accumulated reward per share was updated.
2953
2764
  **/
2954
2765
  GlobalFarmAccRPZUpdated: GenericPalletEvent<
2955
- Rv,
2956
2766
  'XYKWarehouseLM',
2957
2767
  'GlobalFarmAccRPZUpdated',
2958
2768
  { globalFarmId: number; accumulatedRpz: FixedU128; totalSharesZ: bigint }
@@ -2962,7 +2772,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2962
2772
  * Yield farm accumulated reward per valued share was updated.
2963
2773
  **/
2964
2774
  YieldFarmAccRPVSUpdated: GenericPalletEvent<
2965
- Rv,
2966
2775
  'XYKWarehouseLM',
2967
2776
  'YieldFarmAccRPVSUpdated',
2968
2777
  { globalFarmId: number; yieldFarmId: number; accumulatedRpvs: FixedU128; totalValuedShares: bigint }
@@ -2971,12 +2780,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2971
2780
  /**
2972
2781
  * Global farm has no more rewards to distribute in the moment.
2973
2782
  **/
2974
- AllRewardsDistributed: GenericPalletEvent<Rv, 'XYKWarehouseLM', 'AllRewardsDistributed', { globalFarmId: number }>;
2783
+ AllRewardsDistributed: GenericPalletEvent<'XYKWarehouseLM', 'AllRewardsDistributed', { globalFarmId: number }>;
2975
2784
 
2976
2785
  /**
2977
2786
  * Generic pallet event
2978
2787
  **/
2979
- [prop: string]: GenericPalletEvent<Rv>;
2788
+ [prop: string]: GenericPalletEvent;
2980
2789
  };
2981
2790
  /**
2982
2791
  * Pallet `CollatorRewards`'s events
@@ -2986,7 +2795,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2986
2795
  * Collator was rewarded.
2987
2796
  **/
2988
2797
  CollatorRewarded: GenericPalletEvent<
2989
- Rv,
2990
2798
  'CollatorRewards',
2991
2799
  'CollatorRewarded',
2992
2800
  { who: AccountId32; amount: bigint; currency: number }
@@ -2995,7 +2803,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
2995
2803
  /**
2996
2804
  * Generic pallet event
2997
2805
  **/
2998
- [prop: string]: GenericPalletEvent<Rv>;
2806
+ [prop: string]: GenericPalletEvent;
2999
2807
  };
3000
2808
  /**
3001
2809
  * Pallet `Broadcast`'s events
@@ -3005,7 +2813,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3005
2813
  * Trade executed.
3006
2814
  **/
3007
2815
  Swapped: GenericPalletEvent<
3008
- Rv,
3009
2816
  'Broadcast',
3010
2817
  'Swapped',
3011
2818
  {
@@ -3023,7 +2830,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3023
2830
  /**
3024
2831
  * Generic pallet event
3025
2832
  **/
3026
- [prop: string]: GenericPalletEvent<Rv>;
2833
+ [prop: string]: GenericPalletEvent;
3027
2834
  };
3028
2835
  /**
3029
2836
  * Pallet `EmaOracle`'s events
@@ -3033,7 +2840,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3033
2840
  * Oracle was added to the whitelist.
3034
2841
  **/
3035
2842
  AddedToWhitelist: GenericPalletEvent<
3036
- Rv,
3037
2843
  'EmaOracle',
3038
2844
  'AddedToWhitelist',
3039
2845
  { source: FixedBytes<8>; assets: [number, number] }
@@ -3043,7 +2849,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3043
2849
  * Oracle was removed from the whitelist.
3044
2850
  **/
3045
2851
  RemovedFromWhitelist: GenericPalletEvent<
3046
- Rv,
3047
2852
  'EmaOracle',
3048
2853
  'RemovedFromWhitelist',
3049
2854
  { source: FixedBytes<8>; assets: [number, number] }
@@ -3052,7 +2857,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3052
2857
  /**
3053
2858
  * Generic pallet event
3054
2859
  **/
3055
- [prop: string]: GenericPalletEvent<Rv>;
2860
+ [prop: string]: GenericPalletEvent;
3056
2861
  };
3057
2862
  /**
3058
2863
  * Pallet `Currencies`'s events
@@ -3062,7 +2867,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3062
2867
  * Currency transfer success.
3063
2868
  **/
3064
2869
  Transferred: GenericPalletEvent<
3065
- Rv,
3066
2870
  'Currencies',
3067
2871
  'Transferred',
3068
2872
  { currencyId: number; from: AccountId32; to: AccountId32; amount: bigint }
@@ -3072,7 +2876,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3072
2876
  * Update balance success.
3073
2877
  **/
3074
2878
  BalanceUpdated: GenericPalletEvent<
3075
- Rv,
3076
2879
  'Currencies',
3077
2880
  'BalanceUpdated',
3078
2881
  { currencyId: number; who: AccountId32; amount: bigint }
@@ -3081,27 +2884,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3081
2884
  /**
3082
2885
  * Deposit success.
3083
2886
  **/
3084
- Deposited: GenericPalletEvent<
3085
- Rv,
3086
- 'Currencies',
3087
- 'Deposited',
3088
- { currencyId: number; who: AccountId32; amount: bigint }
3089
- >;
2887
+ Deposited: GenericPalletEvent<'Currencies', 'Deposited', { currencyId: number; who: AccountId32; amount: bigint }>;
3090
2888
 
3091
2889
  /**
3092
2890
  * Withdraw success.
3093
2891
  **/
3094
- Withdrawn: GenericPalletEvent<
3095
- Rv,
3096
- 'Currencies',
3097
- 'Withdrawn',
3098
- { currencyId: number; who: AccountId32; amount: bigint }
3099
- >;
2892
+ Withdrawn: GenericPalletEvent<'Currencies', 'Withdrawn', { currencyId: number; who: AccountId32; amount: bigint }>;
3100
2893
 
3101
2894
  /**
3102
2895
  * Generic pallet event
3103
2896
  **/
3104
- [prop: string]: GenericPalletEvent<Rv>;
2897
+ [prop: string]: GenericPalletEvent;
3105
2898
  };
3106
2899
  /**
3107
2900
  * Pallet `Tokens`'s events
@@ -3110,19 +2903,18 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3110
2903
  /**
3111
2904
  * An account was created with some free balance.
3112
2905
  **/
3113
- Endowed: GenericPalletEvent<Rv, 'Tokens', 'Endowed', { currencyId: number; who: AccountId32; amount: bigint }>;
2906
+ Endowed: GenericPalletEvent<'Tokens', 'Endowed', { currencyId: number; who: AccountId32; amount: bigint }>;
3114
2907
 
3115
2908
  /**
3116
2909
  * An account was removed whose balance was non-zero but below
3117
2910
  * ExistentialDeposit, resulting in an outright loss.
3118
2911
  **/
3119
- DustLost: GenericPalletEvent<Rv, 'Tokens', 'DustLost', { currencyId: number; who: AccountId32; amount: bigint }>;
2912
+ DustLost: GenericPalletEvent<'Tokens', 'DustLost', { currencyId: number; who: AccountId32; amount: bigint }>;
3120
2913
 
3121
2914
  /**
3122
2915
  * Transfer succeeded.
3123
2916
  **/
3124
2917
  Transfer: GenericPalletEvent<
3125
- Rv,
3126
2918
  'Tokens',
3127
2919
  'Transfer',
3128
2920
  { currencyId: number; from: AccountId32; to: AccountId32; amount: bigint }
@@ -3131,24 +2923,18 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3131
2923
  /**
3132
2924
  * Some balance was reserved (moved from free to reserved).
3133
2925
  **/
3134
- Reserved: GenericPalletEvent<Rv, 'Tokens', 'Reserved', { currencyId: number; who: AccountId32; amount: bigint }>;
2926
+ Reserved: GenericPalletEvent<'Tokens', 'Reserved', { currencyId: number; who: AccountId32; amount: bigint }>;
3135
2927
 
3136
2928
  /**
3137
2929
  * Some balance was unreserved (moved from reserved to free).
3138
2930
  **/
3139
- Unreserved: GenericPalletEvent<
3140
- Rv,
3141
- 'Tokens',
3142
- 'Unreserved',
3143
- { currencyId: number; who: AccountId32; amount: bigint }
3144
- >;
2931
+ Unreserved: GenericPalletEvent<'Tokens', 'Unreserved', { currencyId: number; who: AccountId32; amount: bigint }>;
3145
2932
 
3146
2933
  /**
3147
2934
  * Some reserved balance was repatriated (moved from reserved to
3148
2935
  * another account).
3149
2936
  **/
3150
2937
  ReserveRepatriated: GenericPalletEvent<
3151
- Rv,
3152
2938
  'Tokens',
3153
2939
  'ReserveRepatriated',
3154
2940
  {
@@ -3164,7 +2950,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3164
2950
  * A balance was set by root.
3165
2951
  **/
3166
2952
  BalanceSet: GenericPalletEvent<
3167
- Rv,
3168
2953
  'Tokens',
3169
2954
  'BalanceSet',
3170
2955
  { currencyId: number; who: AccountId32; free: bigint; reserved: bigint }
@@ -3173,18 +2958,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3173
2958
  /**
3174
2959
  * The total issuance of an currency has been set
3175
2960
  **/
3176
- TotalIssuanceSet: GenericPalletEvent<Rv, 'Tokens', 'TotalIssuanceSet', { currencyId: number; amount: bigint }>;
2961
+ TotalIssuanceSet: GenericPalletEvent<'Tokens', 'TotalIssuanceSet', { currencyId: number; amount: bigint }>;
3177
2962
 
3178
2963
  /**
3179
2964
  * Some balances were withdrawn (e.g. pay for transaction fee)
3180
2965
  **/
3181
- Withdrawn: GenericPalletEvent<Rv, 'Tokens', 'Withdrawn', { currencyId: number; who: AccountId32; amount: bigint }>;
2966
+ Withdrawn: GenericPalletEvent<'Tokens', 'Withdrawn', { currencyId: number; who: AccountId32; amount: bigint }>;
3182
2967
 
3183
2968
  /**
3184
2969
  * Some balances were slashed (e.g. due to mis-behavior)
3185
2970
  **/
3186
2971
  Slashed: GenericPalletEvent<
3187
- Rv,
3188
2972
  'Tokens',
3189
2973
  'Slashed',
3190
2974
  { currencyId: number; who: AccountId32; freeAmount: bigint; reservedAmount: bigint }
@@ -3193,13 +2977,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3193
2977
  /**
3194
2978
  * Deposited some balance into an account
3195
2979
  **/
3196
- Deposited: GenericPalletEvent<Rv, 'Tokens', 'Deposited', { currencyId: number; who: AccountId32; amount: bigint }>;
2980
+ Deposited: GenericPalletEvent<'Tokens', 'Deposited', { currencyId: number; who: AccountId32; amount: bigint }>;
3197
2981
 
3198
2982
  /**
3199
2983
  * Some funds are locked
3200
2984
  **/
3201
2985
  LockSet: GenericPalletEvent<
3202
- Rv,
3203
2986
  'Tokens',
3204
2987
  'LockSet',
3205
2988
  { lockId: FixedBytes<8>; currencyId: number; who: AccountId32; amount: bigint }
@@ -3209,7 +2992,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3209
2992
  * Some locked funds were unlocked
3210
2993
  **/
3211
2994
  LockRemoved: GenericPalletEvent<
3212
- Rv,
3213
2995
  'Tokens',
3214
2996
  'LockRemoved',
3215
2997
  { lockId: FixedBytes<8>; currencyId: number; who: AccountId32 }
@@ -3218,19 +3000,19 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3218
3000
  /**
3219
3001
  * Some free balance was locked.
3220
3002
  **/
3221
- Locked: GenericPalletEvent<Rv, 'Tokens', 'Locked', { currencyId: number; who: AccountId32; amount: bigint }>;
3003
+ Locked: GenericPalletEvent<'Tokens', 'Locked', { currencyId: number; who: AccountId32; amount: bigint }>;
3222
3004
 
3223
3005
  /**
3224
3006
  * Some locked balance was freed.
3225
3007
  **/
3226
- Unlocked: GenericPalletEvent<Rv, 'Tokens', 'Unlocked', { currencyId: number; who: AccountId32; amount: bigint }>;
3227
- Issued: GenericPalletEvent<Rv, 'Tokens', 'Issued', { currencyId: number; amount: bigint }>;
3228
- Rescinded: GenericPalletEvent<Rv, 'Tokens', 'Rescinded', { currencyId: number; amount: bigint }>;
3008
+ Unlocked: GenericPalletEvent<'Tokens', 'Unlocked', { currencyId: number; who: AccountId32; amount: bigint }>;
3009
+ Issued: GenericPalletEvent<'Tokens', 'Issued', { currencyId: number; amount: bigint }>;
3010
+ Rescinded: GenericPalletEvent<'Tokens', 'Rescinded', { currencyId: number; amount: bigint }>;
3229
3011
 
3230
3012
  /**
3231
3013
  * Generic pallet event
3232
3014
  **/
3233
- [prop: string]: GenericPalletEvent<Rv>;
3015
+ [prop: string]: GenericPalletEvent;
3234
3016
  };
3235
3017
  /**
3236
3018
  * Pallet `OrmlXcm`'s events
@@ -3239,12 +3021,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3239
3021
  /**
3240
3022
  * XCM message sent. \[to, message\]
3241
3023
  **/
3242
- Sent: GenericPalletEvent<Rv, 'OrmlXcm', 'Sent', { to: StagingXcmV4Location; message: StagingXcmV4Xcm }>;
3024
+ Sent: GenericPalletEvent<'OrmlXcm', 'Sent', { to: StagingXcmV4Location; message: StagingXcmV4Xcm }>;
3243
3025
 
3244
3026
  /**
3245
3027
  * Generic pallet event
3246
3028
  **/
3247
- [prop: string]: GenericPalletEvent<Rv>;
3029
+ [prop: string]: GenericPalletEvent;
3248
3030
  };
3249
3031
  /**
3250
3032
  * Pallet `XTokens`'s events
@@ -3254,7 +3036,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3254
3036
  * Transferred `Asset` with fee.
3255
3037
  **/
3256
3038
  TransferredAssets: GenericPalletEvent<
3257
- Rv,
3258
3039
  'XTokens',
3259
3040
  'TransferredAssets',
3260
3041
  { sender: AccountId32; assets: StagingXcmV4AssetAssets; fee: StagingXcmV4Asset; dest: StagingXcmV4Location }
@@ -3263,7 +3044,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3263
3044
  /**
3264
3045
  * Generic pallet event
3265
3046
  **/
3266
- [prop: string]: GenericPalletEvent<Rv>;
3047
+ [prop: string]: GenericPalletEvent;
3267
3048
  };
3268
3049
  /**
3269
3050
  * Pallet `UnknownTokens`'s events
@@ -3273,7 +3054,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3273
3054
  * Deposit success.
3274
3055
  **/
3275
3056
  Deposited: GenericPalletEvent<
3276
- Rv,
3277
3057
  'UnknownTokens',
3278
3058
  'Deposited',
3279
3059
  { asset: StagingXcmV4Asset; who: StagingXcmV4Location }
@@ -3283,7 +3063,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3283
3063
  * Withdraw success.
3284
3064
  **/
3285
3065
  Withdrawn: GenericPalletEvent<
3286
- Rv,
3287
3066
  'UnknownTokens',
3288
3067
  'Withdrawn',
3289
3068
  { asset: StagingXcmV4Asset; who: StagingXcmV4Location }
@@ -3292,6 +3071,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
3292
3071
  /**
3293
3072
  * Generic pallet event
3294
3073
  **/
3295
- [prop: string]: GenericPalletEvent<Rv>;
3074
+ [prop: string]: GenericPalletEvent;
3296
3075
  };
3297
3076
  }