@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
package/aleph/events.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  // Generated by dedot cli
2
2
 
3
- import type { GenericChainEvents, GenericPalletEvent, RpcVersion } from 'dedot/types';
3
+ import type { GenericChainEvents, GenericPalletEvent } from 'dedot/types';
4
4
  import type { DispatchInfo, DispatchError, AccountId32, H256, FixedBytes, Result, Perbill, Bytes } from 'dedot/codecs';
5
5
  import type {
6
6
  FrameSupportTokensMiscBalanceStatus,
@@ -22,7 +22,7 @@ import type {
22
22
  PalletSafeModeExitReason,
23
23
  } from './types.js';
24
24
 
25
- export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<Rv> {
25
+ export interface ChainEvents extends GenericChainEvents {
26
26
  /**
27
27
  * Pallet `System`'s events
28
28
  **/
@@ -30,13 +30,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
30
30
  /**
31
31
  * An extrinsic completed successfully.
32
32
  **/
33
- ExtrinsicSuccess: GenericPalletEvent<Rv, 'System', 'ExtrinsicSuccess', { dispatchInfo: DispatchInfo }>;
33
+ ExtrinsicSuccess: GenericPalletEvent<'System', 'ExtrinsicSuccess', { dispatchInfo: DispatchInfo }>;
34
34
 
35
35
  /**
36
36
  * An extrinsic failed.
37
37
  **/
38
38
  ExtrinsicFailed: GenericPalletEvent<
39
- Rv,
40
39
  'System',
41
40
  'ExtrinsicFailed',
42
41
  { dispatchError: DispatchError; dispatchInfo: DispatchInfo }
@@ -45,32 +44,32 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
45
44
  /**
46
45
  * `:code` was updated.
47
46
  **/
48
- CodeUpdated: GenericPalletEvent<Rv, 'System', 'CodeUpdated', null>;
47
+ CodeUpdated: GenericPalletEvent<'System', 'CodeUpdated', null>;
49
48
 
50
49
  /**
51
50
  * A new account was created.
52
51
  **/
53
- NewAccount: GenericPalletEvent<Rv, 'System', 'NewAccount', { account: AccountId32 }>;
52
+ NewAccount: GenericPalletEvent<'System', 'NewAccount', { account: AccountId32 }>;
54
53
 
55
54
  /**
56
55
  * An account was reaped.
57
56
  **/
58
- KilledAccount: GenericPalletEvent<Rv, 'System', 'KilledAccount', { account: AccountId32 }>;
57
+ KilledAccount: GenericPalletEvent<'System', 'KilledAccount', { account: AccountId32 }>;
59
58
 
60
59
  /**
61
60
  * On on-chain remark happened.
62
61
  **/
63
- Remarked: GenericPalletEvent<Rv, 'System', 'Remarked', { sender: AccountId32; hash: H256 }>;
62
+ Remarked: GenericPalletEvent<'System', 'Remarked', { sender: AccountId32; hash: H256 }>;
64
63
 
65
64
  /**
66
65
  * An upgrade was authorized.
67
66
  **/
68
- UpgradeAuthorized: GenericPalletEvent<Rv, 'System', 'UpgradeAuthorized', { codeHash: H256; checkVersion: boolean }>;
67
+ UpgradeAuthorized: GenericPalletEvent<'System', 'UpgradeAuthorized', { codeHash: H256; checkVersion: boolean }>;
69
68
 
70
69
  /**
71
70
  * Generic pallet event
72
71
  **/
73
- [prop: string]: GenericPalletEvent<Rv>;
72
+ [prop: string]: GenericPalletEvent;
74
73
  };
75
74
  /**
76
75
  * Pallet `Scheduler`'s events
@@ -79,18 +78,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
79
78
  /**
80
79
  * Scheduled some task.
81
80
  **/
82
- Scheduled: GenericPalletEvent<Rv, 'Scheduler', 'Scheduled', { when: number; index: number }>;
81
+ Scheduled: GenericPalletEvent<'Scheduler', 'Scheduled', { when: number; index: number }>;
83
82
 
84
83
  /**
85
84
  * Canceled some task.
86
85
  **/
87
- Canceled: GenericPalletEvent<Rv, 'Scheduler', 'Canceled', { when: number; index: number }>;
86
+ Canceled: GenericPalletEvent<'Scheduler', 'Canceled', { when: number; index: number }>;
88
87
 
89
88
  /**
90
89
  * Dispatched some task.
91
90
  **/
92
91
  Dispatched: GenericPalletEvent<
93
- Rv,
94
92
  'Scheduler',
95
93
  'Dispatched',
96
94
  { task: [number, number]; id?: FixedBytes<32> | undefined; result: Result<[], DispatchError> }
@@ -100,7 +98,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
100
98
  * The call for the provided hash was not found so the task has been aborted.
101
99
  **/
102
100
  CallUnavailable: GenericPalletEvent<
103
- Rv,
104
101
  'Scheduler',
105
102
  'CallUnavailable',
106
103
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -110,7 +107,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
110
107
  * The given task was unable to be renewed since the agenda is full at that block.
111
108
  **/
112
109
  PeriodicFailed: GenericPalletEvent<
113
- Rv,
114
110
  'Scheduler',
115
111
  'PeriodicFailed',
116
112
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -120,7 +116,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
120
116
  * The given task can never be executed since it is overweight.
121
117
  **/
122
118
  PermanentlyOverweight: GenericPalletEvent<
123
- Rv,
124
119
  'Scheduler',
125
120
  'PermanentlyOverweight',
126
121
  { task: [number, number]; id?: FixedBytes<32> | undefined }
@@ -129,7 +124,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
129
124
  /**
130
125
  * Generic pallet event
131
126
  **/
132
- [prop: string]: GenericPalletEvent<Rv>;
127
+ [prop: string]: GenericPalletEvent;
133
128
  };
134
129
  /**
135
130
  * Pallet `Balances`'s events
@@ -138,40 +133,39 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
138
133
  /**
139
134
  * An account was created with some free balance.
140
135
  **/
141
- Endowed: GenericPalletEvent<Rv, 'Balances', 'Endowed', { account: AccountId32; freeBalance: bigint }>;
136
+ Endowed: GenericPalletEvent<'Balances', 'Endowed', { account: AccountId32; freeBalance: bigint }>;
142
137
 
143
138
  /**
144
139
  * An account was removed whose balance was non-zero but below ExistentialDeposit,
145
140
  * resulting in an outright loss.
146
141
  **/
147
- DustLost: GenericPalletEvent<Rv, 'Balances', 'DustLost', { account: AccountId32; amount: bigint }>;
142
+ DustLost: GenericPalletEvent<'Balances', 'DustLost', { account: AccountId32; amount: bigint }>;
148
143
 
149
144
  /**
150
145
  * Transfer succeeded.
151
146
  **/
152
- Transfer: GenericPalletEvent<Rv, 'Balances', 'Transfer', { from: AccountId32; to: AccountId32; amount: bigint }>;
147
+ Transfer: GenericPalletEvent<'Balances', 'Transfer', { from: AccountId32; to: AccountId32; amount: bigint }>;
153
148
 
154
149
  /**
155
150
  * A balance was set by root.
156
151
  **/
157
- BalanceSet: GenericPalletEvent<Rv, 'Balances', 'BalanceSet', { who: AccountId32; free: bigint }>;
152
+ BalanceSet: GenericPalletEvent<'Balances', 'BalanceSet', { who: AccountId32; free: bigint }>;
158
153
 
159
154
  /**
160
155
  * Some balance was reserved (moved from free to reserved).
161
156
  **/
162
- Reserved: GenericPalletEvent<Rv, 'Balances', 'Reserved', { who: AccountId32; amount: bigint }>;
157
+ Reserved: GenericPalletEvent<'Balances', 'Reserved', { who: AccountId32; amount: bigint }>;
163
158
 
164
159
  /**
165
160
  * Some balance was unreserved (moved from reserved to free).
166
161
  **/
167
- Unreserved: GenericPalletEvent<Rv, 'Balances', 'Unreserved', { who: AccountId32; amount: bigint }>;
162
+ Unreserved: GenericPalletEvent<'Balances', 'Unreserved', { who: AccountId32; amount: bigint }>;
168
163
 
169
164
  /**
170
165
  * Some balance was moved from the reserve of the first account to the second account.
171
166
  * Final argument indicates the destination balance type.
172
167
  **/
173
168
  ReserveRepatriated: GenericPalletEvent<
174
- Rv,
175
169
  'Balances',
176
170
  'ReserveRepatriated',
177
171
  { from: AccountId32; to: AccountId32; amount: bigint; destinationStatus: FrameSupportTokensMiscBalanceStatus }
@@ -180,77 +174,77 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
180
174
  /**
181
175
  * Some amount was deposited (e.g. for transaction fees).
182
176
  **/
183
- Deposit: GenericPalletEvent<Rv, 'Balances', 'Deposit', { who: AccountId32; amount: bigint }>;
177
+ Deposit: GenericPalletEvent<'Balances', 'Deposit', { who: AccountId32; amount: bigint }>;
184
178
 
185
179
  /**
186
180
  * Some amount was withdrawn from the account (e.g. for transaction fees).
187
181
  **/
188
- Withdraw: GenericPalletEvent<Rv, 'Balances', 'Withdraw', { who: AccountId32; amount: bigint }>;
182
+ Withdraw: GenericPalletEvent<'Balances', 'Withdraw', { who: AccountId32; amount: bigint }>;
189
183
 
190
184
  /**
191
185
  * Some amount was removed from the account (e.g. for misbehavior).
192
186
  **/
193
- Slashed: GenericPalletEvent<Rv, 'Balances', 'Slashed', { who: AccountId32; amount: bigint }>;
187
+ Slashed: GenericPalletEvent<'Balances', 'Slashed', { who: AccountId32; amount: bigint }>;
194
188
 
195
189
  /**
196
190
  * Some amount was minted into an account.
197
191
  **/
198
- Minted: GenericPalletEvent<Rv, 'Balances', 'Minted', { who: AccountId32; amount: bigint }>;
192
+ Minted: GenericPalletEvent<'Balances', 'Minted', { who: AccountId32; amount: bigint }>;
199
193
 
200
194
  /**
201
195
  * Some amount was burned from an account.
202
196
  **/
203
- Burned: GenericPalletEvent<Rv, 'Balances', 'Burned', { who: AccountId32; amount: bigint }>;
197
+ Burned: GenericPalletEvent<'Balances', 'Burned', { who: AccountId32; amount: bigint }>;
204
198
 
205
199
  /**
206
200
  * Some amount was suspended from an account (it can be restored later).
207
201
  **/
208
- Suspended: GenericPalletEvent<Rv, 'Balances', 'Suspended', { who: AccountId32; amount: bigint }>;
202
+ Suspended: GenericPalletEvent<'Balances', 'Suspended', { who: AccountId32; amount: bigint }>;
209
203
 
210
204
  /**
211
205
  * Some amount was restored into an account.
212
206
  **/
213
- Restored: GenericPalletEvent<Rv, 'Balances', 'Restored', { who: AccountId32; amount: bigint }>;
207
+ Restored: GenericPalletEvent<'Balances', 'Restored', { who: AccountId32; amount: bigint }>;
214
208
 
215
209
  /**
216
210
  * An account was upgraded.
217
211
  **/
218
- Upgraded: GenericPalletEvent<Rv, 'Balances', 'Upgraded', { who: AccountId32 }>;
212
+ Upgraded: GenericPalletEvent<'Balances', 'Upgraded', { who: AccountId32 }>;
219
213
 
220
214
  /**
221
215
  * Total issuance was increased by `amount`, creating a credit to be balanced.
222
216
  **/
223
- Issued: GenericPalletEvent<Rv, 'Balances', 'Issued', { amount: bigint }>;
217
+ Issued: GenericPalletEvent<'Balances', 'Issued', { amount: bigint }>;
224
218
 
225
219
  /**
226
220
  * Total issuance was decreased by `amount`, creating a debt to be balanced.
227
221
  **/
228
- Rescinded: GenericPalletEvent<Rv, 'Balances', 'Rescinded', { amount: bigint }>;
222
+ Rescinded: GenericPalletEvent<'Balances', 'Rescinded', { amount: bigint }>;
229
223
 
230
224
  /**
231
225
  * Some balance was locked.
232
226
  **/
233
- Locked: GenericPalletEvent<Rv, 'Balances', 'Locked', { who: AccountId32; amount: bigint }>;
227
+ Locked: GenericPalletEvent<'Balances', 'Locked', { who: AccountId32; amount: bigint }>;
234
228
 
235
229
  /**
236
230
  * Some balance was unlocked.
237
231
  **/
238
- Unlocked: GenericPalletEvent<Rv, 'Balances', 'Unlocked', { who: AccountId32; amount: bigint }>;
232
+ Unlocked: GenericPalletEvent<'Balances', 'Unlocked', { who: AccountId32; amount: bigint }>;
239
233
 
240
234
  /**
241
235
  * Some balance was frozen.
242
236
  **/
243
- Frozen: GenericPalletEvent<Rv, 'Balances', 'Frozen', { who: AccountId32; amount: bigint }>;
237
+ Frozen: GenericPalletEvent<'Balances', 'Frozen', { who: AccountId32; amount: bigint }>;
244
238
 
245
239
  /**
246
240
  * Some balance was thawed.
247
241
  **/
248
- Thawed: GenericPalletEvent<Rv, 'Balances', 'Thawed', { who: AccountId32; amount: bigint }>;
242
+ Thawed: GenericPalletEvent<'Balances', 'Thawed', { who: AccountId32; amount: bigint }>;
249
243
 
250
244
  /**
251
245
  * Generic pallet event
252
246
  **/
253
- [prop: string]: GenericPalletEvent<Rv>;
247
+ [prop: string]: GenericPalletEvent;
254
248
  };
255
249
  /**
256
250
  * Pallet `TransactionPayment`'s events
@@ -261,7 +255,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
261
255
  * has been paid by `who`.
262
256
  **/
263
257
  TransactionFeePaid: GenericPalletEvent<
264
- Rv,
265
258
  'TransactionPayment',
266
259
  'TransactionFeePaid',
267
260
  { who: AccountId32; actualFee: bigint; tip: bigint }
@@ -270,7 +263,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
270
263
  /**
271
264
  * Generic pallet event
272
265
  **/
273
- [prop: string]: GenericPalletEvent<Rv>;
266
+ [prop: string]: GenericPalletEvent;
274
267
  };
275
268
  /**
276
269
  * Pallet `Staking`'s events
@@ -280,18 +273,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
280
273
  * The era payout has been set; the first balance is the validator-payout; the second is
281
274
  * the remainder from the maximum amount of reward.
282
275
  **/
283
- EraPaid: GenericPalletEvent<
284
- Rv,
285
- 'Staking',
286
- 'EraPaid',
287
- { eraIndex: number; validatorPayout: bigint; remainder: bigint }
288
- >;
276
+ EraPaid: GenericPalletEvent<'Staking', 'EraPaid', { eraIndex: number; validatorPayout: bigint; remainder: bigint }>;
289
277
 
290
278
  /**
291
279
  * The nominator has been rewarded by this amount to this destination.
292
280
  **/
293
281
  Rewarded: GenericPalletEvent<
294
- Rv,
295
282
  'Staking',
296
283
  'Rewarded',
297
284
  { stash: AccountId32; dest: PalletStakingRewardDestination; amount: bigint }
@@ -300,14 +287,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
300
287
  /**
301
288
  * A staker (validator or nominator) has been slashed by the given amount.
302
289
  **/
303
- Slashed: GenericPalletEvent<Rv, 'Staking', 'Slashed', { staker: AccountId32; amount: bigint }>;
290
+ Slashed: GenericPalletEvent<'Staking', 'Slashed', { staker: AccountId32; amount: bigint }>;
304
291
 
305
292
  /**
306
293
  * A slash for the given validator, for the given percentage of their stake, at the given
307
294
  * era as been reported.
308
295
  **/
309
296
  SlashReported: GenericPalletEvent<
310
- Rv,
311
297
  'Staking',
312
298
  'SlashReported',
313
299
  { validator: AccountId32; fraction: Perbill; slashEra: number }
@@ -317,17 +303,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
317
303
  * An old slashing report from a prior era was discarded because it could
318
304
  * not be processed.
319
305
  **/
320
- OldSlashingReportDiscarded: GenericPalletEvent<
321
- Rv,
322
- 'Staking',
323
- 'OldSlashingReportDiscarded',
324
- { sessionIndex: number }
325
- >;
306
+ OldSlashingReportDiscarded: GenericPalletEvent<'Staking', 'OldSlashingReportDiscarded', { sessionIndex: number }>;
326
307
 
327
308
  /**
328
309
  * A new set of stakers was elected.
329
310
  **/
330
- StakersElected: GenericPalletEvent<Rv, 'Staking', 'StakersElected', null>;
311
+ StakersElected: GenericPalletEvent<'Staking', 'StakersElected', null>;
331
312
 
332
313
  /**
333
314
  * An account has bonded this amount. \[stash, amount\]
@@ -335,49 +316,43 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
335
316
  * NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably,
336
317
  * it will not be emitted for staking rewards when they are added to stake.
337
318
  **/
338
- Bonded: GenericPalletEvent<Rv, 'Staking', 'Bonded', { stash: AccountId32; amount: bigint }>;
319
+ Bonded: GenericPalletEvent<'Staking', 'Bonded', { stash: AccountId32; amount: bigint }>;
339
320
 
340
321
  /**
341
322
  * An account has unbonded this amount.
342
323
  **/
343
- Unbonded: GenericPalletEvent<Rv, 'Staking', 'Unbonded', { stash: AccountId32; amount: bigint }>;
324
+ Unbonded: GenericPalletEvent<'Staking', 'Unbonded', { stash: AccountId32; amount: bigint }>;
344
325
 
345
326
  /**
346
327
  * An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance`
347
328
  * from the unlocking queue.
348
329
  **/
349
- Withdrawn: GenericPalletEvent<Rv, 'Staking', 'Withdrawn', { stash: AccountId32; amount: bigint }>;
330
+ Withdrawn: GenericPalletEvent<'Staking', 'Withdrawn', { stash: AccountId32; amount: bigint }>;
350
331
 
351
332
  /**
352
333
  * A nominator has been kicked from a validator.
353
334
  **/
354
- Kicked: GenericPalletEvent<Rv, 'Staking', 'Kicked', { nominator: AccountId32; stash: AccountId32 }>;
335
+ Kicked: GenericPalletEvent<'Staking', 'Kicked', { nominator: AccountId32; stash: AccountId32 }>;
355
336
 
356
337
  /**
357
338
  * The election failed. No new era is planned.
358
339
  **/
359
- StakingElectionFailed: GenericPalletEvent<Rv, 'Staking', 'StakingElectionFailed', null>;
340
+ StakingElectionFailed: GenericPalletEvent<'Staking', 'StakingElectionFailed', null>;
360
341
 
361
342
  /**
362
343
  * An account has stopped participating as either a validator or nominator.
363
344
  **/
364
- Chilled: GenericPalletEvent<Rv, 'Staking', 'Chilled', { stash: AccountId32 }>;
345
+ Chilled: GenericPalletEvent<'Staking', 'Chilled', { stash: AccountId32 }>;
365
346
 
366
347
  /**
367
348
  * The stakers' rewards are getting paid.
368
349
  **/
369
- PayoutStarted: GenericPalletEvent<
370
- Rv,
371
- 'Staking',
372
- 'PayoutStarted',
373
- { eraIndex: number; validatorStash: AccountId32 }
374
- >;
350
+ PayoutStarted: GenericPalletEvent<'Staking', 'PayoutStarted', { eraIndex: number; validatorStash: AccountId32 }>;
375
351
 
376
352
  /**
377
353
  * A validator has set their preferences.
378
354
  **/
379
355
  ValidatorPrefsSet: GenericPalletEvent<
380
- Rv,
381
356
  'Staking',
382
357
  'ValidatorPrefsSet',
383
358
  { stash: AccountId32; prefs: PalletStakingValidatorPrefs }
@@ -386,22 +361,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
386
361
  /**
387
362
  * Voters size limit reached.
388
363
  **/
389
- SnapshotVotersSizeExceeded: GenericPalletEvent<Rv, 'Staking', 'SnapshotVotersSizeExceeded', { size: number }>;
364
+ SnapshotVotersSizeExceeded: GenericPalletEvent<'Staking', 'SnapshotVotersSizeExceeded', { size: number }>;
390
365
 
391
366
  /**
392
367
  * Targets size limit reached.
393
368
  **/
394
- SnapshotTargetsSizeExceeded: GenericPalletEvent<Rv, 'Staking', 'SnapshotTargetsSizeExceeded', { size: number }>;
369
+ SnapshotTargetsSizeExceeded: GenericPalletEvent<'Staking', 'SnapshotTargetsSizeExceeded', { size: number }>;
395
370
 
396
371
  /**
397
372
  * A new force era mode was set.
398
373
  **/
399
- ForceEra: GenericPalletEvent<Rv, 'Staking', 'ForceEra', { mode: PalletStakingForcing }>;
374
+ ForceEra: GenericPalletEvent<'Staking', 'ForceEra', { mode: PalletStakingForcing }>;
400
375
 
401
376
  /**
402
377
  * Generic pallet event
403
378
  **/
404
- [prop: string]: GenericPalletEvent<Rv>;
379
+ [prop: string]: GenericPalletEvent;
405
380
  };
406
381
  /**
407
382
  * Pallet `Session`'s events
@@ -411,31 +386,30 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
411
386
  * New session has happened. Note that the argument is the session index, not the
412
387
  * block number as the type might suggest.
413
388
  **/
414
- NewSession: GenericPalletEvent<Rv, 'Session', 'NewSession', { sessionIndex: number }>;
389
+ NewSession: GenericPalletEvent<'Session', 'NewSession', { sessionIndex: number }>;
415
390
 
416
391
  /**
417
392
  * Generic pallet event
418
393
  **/
419
- [prop: string]: GenericPalletEvent<Rv>;
394
+ [prop: string]: GenericPalletEvent;
420
395
  };
421
396
  /**
422
397
  * Pallet `Aleph`'s events
423
398
  **/
424
399
  aleph: {
425
- ChangeEmergencyFinalizer: GenericPalletEvent<Rv, 'Aleph', 'ChangeEmergencyFinalizer', PrimitivesAppPublic>;
400
+ ChangeEmergencyFinalizer: GenericPalletEvent<'Aleph', 'ChangeEmergencyFinalizer', PrimitivesAppPublic>;
426
401
  ScheduleFinalityVersionChange: GenericPalletEvent<
427
- Rv,
428
402
  'Aleph',
429
403
  'ScheduleFinalityVersionChange',
430
404
  PrimitivesVersionChange
431
405
  >;
432
- FinalityVersionChange: GenericPalletEvent<Rv, 'Aleph', 'FinalityVersionChange', PrimitivesVersionChange>;
433
- InflationParametersChange: GenericPalletEvent<Rv, 'Aleph', 'InflationParametersChange', [bigint, bigint]>;
406
+ FinalityVersionChange: GenericPalletEvent<'Aleph', 'FinalityVersionChange', PrimitivesVersionChange>;
407
+ InflationParametersChange: GenericPalletEvent<'Aleph', 'InflationParametersChange', [bigint, bigint]>;
434
408
 
435
409
  /**
436
410
  * Generic pallet event
437
411
  **/
438
- [prop: string]: GenericPalletEvent<Rv>;
412
+ [prop: string]: GenericPalletEvent;
439
413
  };
440
414
  /**
441
415
  * Pallet `Elections`'s events
@@ -445,7 +419,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
445
419
  * Committee for the next era has changed
446
420
  **/
447
421
  ChangeValidators: GenericPalletEvent<
448
- Rv,
449
422
  'Elections',
450
423
  'ChangeValidators',
451
424
  [Array<AccountId32>, Array<AccountId32>, PrimitivesCommitteeSeats]
@@ -454,7 +427,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
454
427
  /**
455
428
  * Generic pallet event
456
429
  **/
457
- [prop: string]: GenericPalletEvent<Rv>;
430
+ [prop: string]: GenericPalletEvent;
458
431
  };
459
432
  /**
460
433
  * Pallet `Treasury`'s events
@@ -463,48 +436,42 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
463
436
  /**
464
437
  * New proposal.
465
438
  **/
466
- Proposed: GenericPalletEvent<Rv, 'Treasury', 'Proposed', { proposalIndex: number }>;
439
+ Proposed: GenericPalletEvent<'Treasury', 'Proposed', { proposalIndex: number }>;
467
440
 
468
441
  /**
469
442
  * We have ended a spend period and will now allocate funds.
470
443
  **/
471
- Spending: GenericPalletEvent<Rv, 'Treasury', 'Spending', { budgetRemaining: bigint }>;
444
+ Spending: GenericPalletEvent<'Treasury', 'Spending', { budgetRemaining: bigint }>;
472
445
 
473
446
  /**
474
447
  * Some funds have been allocated.
475
448
  **/
476
- Awarded: GenericPalletEvent<
477
- Rv,
478
- 'Treasury',
479
- 'Awarded',
480
- { proposalIndex: number; award: bigint; account: AccountId32 }
481
- >;
449
+ Awarded: GenericPalletEvent<'Treasury', 'Awarded', { proposalIndex: number; award: bigint; account: AccountId32 }>;
482
450
 
483
451
  /**
484
452
  * A proposal was rejected; funds were slashed.
485
453
  **/
486
- Rejected: GenericPalletEvent<Rv, 'Treasury', 'Rejected', { proposalIndex: number; slashed: bigint }>;
454
+ Rejected: GenericPalletEvent<'Treasury', 'Rejected', { proposalIndex: number; slashed: bigint }>;
487
455
 
488
456
  /**
489
457
  * Some of our funds have been burnt.
490
458
  **/
491
- Burnt: GenericPalletEvent<Rv, 'Treasury', 'Burnt', { burntFunds: bigint }>;
459
+ Burnt: GenericPalletEvent<'Treasury', 'Burnt', { burntFunds: bigint }>;
492
460
 
493
461
  /**
494
462
  * Spending has finished; this is the amount that rolls over until next spend.
495
463
  **/
496
- Rollover: GenericPalletEvent<Rv, 'Treasury', 'Rollover', { rolloverBalance: bigint }>;
464
+ Rollover: GenericPalletEvent<'Treasury', 'Rollover', { rolloverBalance: bigint }>;
497
465
 
498
466
  /**
499
467
  * Some funds have been deposited.
500
468
  **/
501
- Deposit: GenericPalletEvent<Rv, 'Treasury', 'Deposit', { value: bigint }>;
469
+ Deposit: GenericPalletEvent<'Treasury', 'Deposit', { value: bigint }>;
502
470
 
503
471
  /**
504
472
  * A new spend proposal has been approved.
505
473
  **/
506
474
  SpendApproved: GenericPalletEvent<
507
- Rv,
508
475
  'Treasury',
509
476
  'SpendApproved',
510
477
  { proposalIndex: number; amount: bigint; beneficiary: AccountId32 }
@@ -513,18 +480,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
513
480
  /**
514
481
  * The inactive funds of the pallet have been updated.
515
482
  **/
516
- UpdatedInactive: GenericPalletEvent<
517
- Rv,
518
- 'Treasury',
519
- 'UpdatedInactive',
520
- { reactivated: bigint; deactivated: bigint }
521
- >;
483
+ UpdatedInactive: GenericPalletEvent<'Treasury', 'UpdatedInactive', { reactivated: bigint; deactivated: bigint }>;
522
484
 
523
485
  /**
524
486
  * A new asset spend proposal has been approved.
525
487
  **/
526
488
  AssetSpendApproved: GenericPalletEvent<
527
- Rv,
528
489
  'Treasury',
529
490
  'AssetSpendApproved',
530
491
  { index: number; assetKind: []; amount: bigint; beneficiary: AccountId32; validFrom: number; expireAt: number }
@@ -533,28 +494,28 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
533
494
  /**
534
495
  * An approved spend was voided.
535
496
  **/
536
- AssetSpendVoided: GenericPalletEvent<Rv, 'Treasury', 'AssetSpendVoided', { index: number }>;
497
+ AssetSpendVoided: GenericPalletEvent<'Treasury', 'AssetSpendVoided', { index: number }>;
537
498
 
538
499
  /**
539
500
  * A payment happened.
540
501
  **/
541
- Paid: GenericPalletEvent<Rv, 'Treasury', 'Paid', { index: number; paymentId: [] }>;
502
+ Paid: GenericPalletEvent<'Treasury', 'Paid', { index: number; paymentId: [] }>;
542
503
 
543
504
  /**
544
505
  * A payment failed and can be retried.
545
506
  **/
546
- PaymentFailed: GenericPalletEvent<Rv, 'Treasury', 'PaymentFailed', { index: number; paymentId: [] }>;
507
+ PaymentFailed: GenericPalletEvent<'Treasury', 'PaymentFailed', { index: number; paymentId: [] }>;
547
508
 
548
509
  /**
549
510
  * A spend was processed and removed from the storage. It might have been successfully
550
511
  * paid or it may have expired.
551
512
  **/
552
- SpendProcessed: GenericPalletEvent<Rv, 'Treasury', 'SpendProcessed', { index: number }>;
513
+ SpendProcessed: GenericPalletEvent<'Treasury', 'SpendProcessed', { index: number }>;
553
514
 
554
515
  /**
555
516
  * Generic pallet event
556
517
  **/
557
- [prop: string]: GenericPalletEvent<Rv>;
518
+ [prop: string]: GenericPalletEvent;
558
519
  };
559
520
  /**
560
521
  * Pallet `Vesting`'s events
@@ -564,17 +525,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
564
525
  * The amount vested has been updated. This could indicate a change in funds available.
565
526
  * The balance given is the amount which is left unvested (and thus locked).
566
527
  **/
567
- VestingUpdated: GenericPalletEvent<Rv, 'Vesting', 'VestingUpdated', { account: AccountId32; unvested: bigint }>;
528
+ VestingUpdated: GenericPalletEvent<'Vesting', 'VestingUpdated', { account: AccountId32; unvested: bigint }>;
568
529
 
569
530
  /**
570
531
  * An \[account\] has become fully vested.
571
532
  **/
572
- VestingCompleted: GenericPalletEvent<Rv, 'Vesting', 'VestingCompleted', { account: AccountId32 }>;
533
+ VestingCompleted: GenericPalletEvent<'Vesting', 'VestingCompleted', { account: AccountId32 }>;
573
534
 
574
535
  /**
575
536
  * Generic pallet event
576
537
  **/
577
- [prop: string]: GenericPalletEvent<Rv>;
538
+ [prop: string]: GenericPalletEvent;
578
539
  };
579
540
  /**
580
541
  * Pallet `Utility`'s events
@@ -584,37 +545,37 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
584
545
  * Batch of dispatches did not complete fully. Index of first failing dispatch given, as
585
546
  * well as the error.
586
547
  **/
587
- BatchInterrupted: GenericPalletEvent<Rv, 'Utility', 'BatchInterrupted', { index: number; error: DispatchError }>;
548
+ BatchInterrupted: GenericPalletEvent<'Utility', 'BatchInterrupted', { index: number; error: DispatchError }>;
588
549
 
589
550
  /**
590
551
  * Batch of dispatches completed fully with no error.
591
552
  **/
592
- BatchCompleted: GenericPalletEvent<Rv, 'Utility', 'BatchCompleted', null>;
553
+ BatchCompleted: GenericPalletEvent<'Utility', 'BatchCompleted', null>;
593
554
 
594
555
  /**
595
556
  * Batch of dispatches completed but has errors.
596
557
  **/
597
- BatchCompletedWithErrors: GenericPalletEvent<Rv, 'Utility', 'BatchCompletedWithErrors', null>;
558
+ BatchCompletedWithErrors: GenericPalletEvent<'Utility', 'BatchCompletedWithErrors', null>;
598
559
 
599
560
  /**
600
561
  * A single item within a Batch of dispatches has completed with no error.
601
562
  **/
602
- ItemCompleted: GenericPalletEvent<Rv, 'Utility', 'ItemCompleted', null>;
563
+ ItemCompleted: GenericPalletEvent<'Utility', 'ItemCompleted', null>;
603
564
 
604
565
  /**
605
566
  * A single item within a Batch of dispatches has completed with error.
606
567
  **/
607
- ItemFailed: GenericPalletEvent<Rv, 'Utility', 'ItemFailed', { error: DispatchError }>;
568
+ ItemFailed: GenericPalletEvent<'Utility', 'ItemFailed', { error: DispatchError }>;
608
569
 
609
570
  /**
610
571
  * A call was dispatched.
611
572
  **/
612
- DispatchedAs: GenericPalletEvent<Rv, 'Utility', 'DispatchedAs', { result: Result<[], DispatchError> }>;
573
+ DispatchedAs: GenericPalletEvent<'Utility', 'DispatchedAs', { result: Result<[], DispatchError> }>;
613
574
 
614
575
  /**
615
576
  * Generic pallet event
616
577
  **/
617
- [prop: string]: GenericPalletEvent<Rv>;
578
+ [prop: string]: GenericPalletEvent;
618
579
  };
619
580
  /**
620
581
  * Pallet `Multisig`'s events
@@ -624,7 +585,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
624
585
  * A new multisig operation has begun.
625
586
  **/
626
587
  NewMultisig: GenericPalletEvent<
627
- Rv,
628
588
  'Multisig',
629
589
  'NewMultisig',
630
590
  { approving: AccountId32; multisig: AccountId32; callHash: FixedBytes<32> }
@@ -634,7 +594,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
634
594
  * A multisig operation has been approved by someone.
635
595
  **/
636
596
  MultisigApproval: GenericPalletEvent<
637
- Rv,
638
597
  'Multisig',
639
598
  'MultisigApproval',
640
599
  { approving: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
@@ -644,7 +603,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
644
603
  * A multisig operation has been executed.
645
604
  **/
646
605
  MultisigExecuted: GenericPalletEvent<
647
- Rv,
648
606
  'Multisig',
649
607
  'MultisigExecuted',
650
608
  {
@@ -660,7 +618,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
660
618
  * A multisig operation has been cancelled.
661
619
  **/
662
620
  MultisigCancelled: GenericPalletEvent<
663
- Rv,
664
621
  'Multisig',
665
622
  'MultisigCancelled',
666
623
  { cancelling: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
@@ -669,7 +626,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
669
626
  /**
670
627
  * Generic pallet event
671
628
  **/
672
- [prop: string]: GenericPalletEvent<Rv>;
629
+ [prop: string]: GenericPalletEvent;
673
630
  };
674
631
  /**
675
632
  * Pallet `Sudo`'s events
@@ -679,7 +636,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
679
636
  * A sudo call just took place.
680
637
  **/
681
638
  Sudid: GenericPalletEvent<
682
- Rv,
683
639
  'Sudo',
684
640
  'Sudid',
685
641
  {
@@ -694,7 +650,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
694
650
  * The sudo key has been updated.
695
651
  **/
696
652
  KeyChanged: GenericPalletEvent<
697
- Rv,
698
653
  'Sudo',
699
654
  'KeyChanged',
700
655
  {
@@ -713,13 +668,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
713
668
  /**
714
669
  * The key was permanently removed.
715
670
  **/
716
- KeyRemoved: GenericPalletEvent<Rv, 'Sudo', 'KeyRemoved', null>;
671
+ KeyRemoved: GenericPalletEvent<'Sudo', 'KeyRemoved', null>;
717
672
 
718
673
  /**
719
674
  * A [sudo_as](Pallet::sudo_as) call just took place.
720
675
  **/
721
676
  SudoAsDone: GenericPalletEvent<
722
- Rv,
723
677
  'Sudo',
724
678
  'SudoAsDone',
725
679
  {
@@ -733,7 +687,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
733
687
  /**
734
688
  * Generic pallet event
735
689
  **/
736
- [prop: string]: GenericPalletEvent<Rv>;
690
+ [prop: string]: GenericPalletEvent;
737
691
  };
738
692
  /**
739
693
  * Pallet `Contracts`'s events
@@ -742,7 +696,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
742
696
  /**
743
697
  * Contract deployed by address at the specified address.
744
698
  **/
745
- Instantiated: GenericPalletEvent<Rv, 'Contracts', 'Instantiated', { deployer: AccountId32; contract: AccountId32 }>;
699
+ Instantiated: GenericPalletEvent<'Contracts', 'Instantiated', { deployer: AccountId32; contract: AccountId32 }>;
746
700
 
747
701
  /**
748
702
  * Contract has been removed.
@@ -753,7 +707,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
753
707
  * `seal_terminate`.
754
708
  **/
755
709
  Terminated: GenericPalletEvent<
756
- Rv,
757
710
  'Contracts',
758
711
  'Terminated',
759
712
  {
@@ -773,7 +726,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
773
726
  * Code with the specified hash has been stored.
774
727
  **/
775
728
  CodeStored: GenericPalletEvent<
776
- Rv,
777
729
  'Contracts',
778
730
  'CodeStored',
779
731
  { codeHash: H256; depositHeld: bigint; uploader: AccountId32 }
@@ -783,7 +735,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
783
735
  * A custom event emitted by the contract.
784
736
  **/
785
737
  ContractEmitted: GenericPalletEvent<
786
- Rv,
787
738
  'Contracts',
788
739
  'ContractEmitted',
789
740
  {
@@ -804,7 +755,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
804
755
  * A code with the specified hash was removed.
805
756
  **/
806
757
  CodeRemoved: GenericPalletEvent<
807
- Rv,
808
758
  'Contracts',
809
759
  'CodeRemoved',
810
760
  { codeHash: H256; depositReleased: bigint; remover: AccountId32 }
@@ -814,7 +764,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
814
764
  * A contract's code was updated.
815
765
  **/
816
766
  ContractCodeUpdated: GenericPalletEvent<
817
- Rv,
818
767
  'Contracts',
819
768
  'ContractCodeUpdated',
820
769
  {
@@ -845,7 +794,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
845
794
  * rolled back.
846
795
  **/
847
796
  Called: GenericPalletEvent<
848
- Rv,
849
797
  'Contracts',
850
798
  'Called',
851
799
  {
@@ -871,7 +819,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
871
819
  * rolled back.
872
820
  **/
873
821
  DelegateCalled: GenericPalletEvent<
874
- Rv,
875
822
  'Contracts',
876
823
  'DelegateCalled',
877
824
  {
@@ -892,7 +839,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
892
839
  * Some funds have been transferred and held as storage deposit.
893
840
  **/
894
841
  StorageDepositTransferredAndHeld: GenericPalletEvent<
895
- Rv,
896
842
  'Contracts',
897
843
  'StorageDepositTransferredAndHeld',
898
844
  { from: AccountId32; to: AccountId32; amount: bigint }
@@ -902,7 +848,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
902
848
  * Some storage deposit funds have been transferred and released.
903
849
  **/
904
850
  StorageDepositTransferredAndReleased: GenericPalletEvent<
905
- Rv,
906
851
  'Contracts',
907
852
  'StorageDepositTransferredAndReleased',
908
853
  { from: AccountId32; to: AccountId32; amount: bigint }
@@ -911,7 +856,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
911
856
  /**
912
857
  * Generic pallet event
913
858
  **/
914
- [prop: string]: GenericPalletEvent<Rv>;
859
+ [prop: string]: GenericPalletEvent;
915
860
  };
916
861
  /**
917
862
  * Pallet `NominationPools`'s events
@@ -920,13 +865,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
920
865
  /**
921
866
  * A pool has been created.
922
867
  **/
923
- Created: GenericPalletEvent<Rv, 'NominationPools', 'Created', { depositor: AccountId32; poolId: number }>;
868
+ Created: GenericPalletEvent<'NominationPools', 'Created', { depositor: AccountId32; poolId: number }>;
924
869
 
925
870
  /**
926
871
  * A member has became bonded in a pool.
927
872
  **/
928
873
  Bonded: GenericPalletEvent<
929
- Rv,
930
874
  'NominationPools',
931
875
  'Bonded',
932
876
  { member: AccountId32; poolId: number; bonded: bigint; joined: boolean }
@@ -935,12 +879,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
935
879
  /**
936
880
  * A payout has been made to a member.
937
881
  **/
938
- PaidOut: GenericPalletEvent<
939
- Rv,
940
- 'NominationPools',
941
- 'PaidOut',
942
- { member: AccountId32; poolId: number; payout: bigint }
943
- >;
882
+ PaidOut: GenericPalletEvent<'NominationPools', 'PaidOut', { member: AccountId32; poolId: number; payout: bigint }>;
944
883
 
945
884
  /**
946
885
  * A member has unbonded from their pool.
@@ -956,7 +895,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
956
895
  * requested to be unbonded.
957
896
  **/
958
897
  Unbonded: GenericPalletEvent<
959
- Rv,
960
898
  'NominationPools',
961
899
  'Unbonded',
962
900
  { member: AccountId32; poolId: number; balance: bigint; points: bigint; era: number }
@@ -971,7 +909,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
971
909
  * will be 1.
972
910
  **/
973
911
  Withdrawn: GenericPalletEvent<
974
- Rv,
975
912
  'NominationPools',
976
913
  'Withdrawn',
977
914
  { member: AccountId32; poolId: number; balance: bigint; points: bigint }
@@ -980,13 +917,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
980
917
  /**
981
918
  * A pool has been destroyed.
982
919
  **/
983
- Destroyed: GenericPalletEvent<Rv, 'NominationPools', 'Destroyed', { poolId: number }>;
920
+ Destroyed: GenericPalletEvent<'NominationPools', 'Destroyed', { poolId: number }>;
984
921
 
985
922
  /**
986
923
  * The state of a pool has changed
987
924
  **/
988
925
  StateChanged: GenericPalletEvent<
989
- Rv,
990
926
  'NominationPools',
991
927
  'StateChanged',
992
928
  { poolId: number; newState: PalletNominationPoolsPoolState }
@@ -997,14 +933,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
997
933
  *
998
934
  * The removal can be voluntary (withdrawn all unbonded funds) or involuntary (kicked).
999
935
  **/
1000
- MemberRemoved: GenericPalletEvent<Rv, 'NominationPools', 'MemberRemoved', { poolId: number; member: AccountId32 }>;
936
+ MemberRemoved: GenericPalletEvent<'NominationPools', 'MemberRemoved', { poolId: number; member: AccountId32 }>;
1001
937
 
1002
938
  /**
1003
939
  * The roles of a pool have been updated to the given new roles. Note that the depositor
1004
940
  * can never change.
1005
941
  **/
1006
942
  RolesUpdated: GenericPalletEvent<
1007
- Rv,
1008
943
  'NominationPools',
1009
944
  'RolesUpdated',
1010
945
  { root?: AccountId32 | undefined; bouncer?: AccountId32 | undefined; nominator?: AccountId32 | undefined }
@@ -1013,13 +948,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1013
948
  /**
1014
949
  * The active balance of pool `pool_id` has been slashed to `balance`.
1015
950
  **/
1016
- PoolSlashed: GenericPalletEvent<Rv, 'NominationPools', 'PoolSlashed', { poolId: number; balance: bigint }>;
951
+ PoolSlashed: GenericPalletEvent<'NominationPools', 'PoolSlashed', { poolId: number; balance: bigint }>;
1017
952
 
1018
953
  /**
1019
954
  * The unbond pool at `era` of pool `pool_id` has been slashed to `balance`.
1020
955
  **/
1021
956
  UnbondingPoolSlashed: GenericPalletEvent<
1022
- Rv,
1023
957
  'NominationPools',
1024
958
  'UnbondingPoolSlashed',
1025
959
  { poolId: number; era: number; balance: bigint }
@@ -1029,7 +963,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1029
963
  * A pool's commission setting has been changed.
1030
964
  **/
1031
965
  PoolCommissionUpdated: GenericPalletEvent<
1032
- Rv,
1033
966
  'NominationPools',
1034
967
  'PoolCommissionUpdated',
1035
968
  { poolId: number; current?: [Perbill, AccountId32] | undefined }
@@ -1039,7 +972,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1039
972
  * A pool's maximum commission setting has been changed.
1040
973
  **/
1041
974
  PoolMaxCommissionUpdated: GenericPalletEvent<
1042
- Rv,
1043
975
  'NominationPools',
1044
976
  'PoolMaxCommissionUpdated',
1045
977
  { poolId: number; maxCommission: Perbill }
@@ -1049,7 +981,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1049
981
  * A pool's commission `change_rate` has been changed.
1050
982
  **/
1051
983
  PoolCommissionChangeRateUpdated: GenericPalletEvent<
1052
- Rv,
1053
984
  'NominationPools',
1054
985
  'PoolCommissionChangeRateUpdated',
1055
986
  { poolId: number; changeRate: PalletNominationPoolsCommissionChangeRate }
@@ -1059,7 +990,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1059
990
  * Pool commission claim permission has been updated.
1060
991
  **/
1061
992
  PoolCommissionClaimPermissionUpdated: GenericPalletEvent<
1062
- Rv,
1063
993
  'NominationPools',
1064
994
  'PoolCommissionClaimPermissionUpdated',
1065
995
  { poolId: number; permission?: PalletNominationPoolsCommissionClaimPermission | undefined }
@@ -1069,7 +999,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1069
999
  * Pool commission has been claimed.
1070
1000
  **/
1071
1001
  PoolCommissionClaimed: GenericPalletEvent<
1072
- Rv,
1073
1002
  'NominationPools',
1074
1003
  'PoolCommissionClaimed',
1075
1004
  { poolId: number; commission: bigint }
@@ -1079,7 +1008,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1079
1008
  * Topped up deficit in frozen ED of the reward pool.
1080
1009
  **/
1081
1010
  MinBalanceDeficitAdjusted: GenericPalletEvent<
1082
- Rv,
1083
1011
  'NominationPools',
1084
1012
  'MinBalanceDeficitAdjusted',
1085
1013
  { poolId: number; amount: bigint }
@@ -1089,7 +1017,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1089
1017
  * Claimed excess frozen ED of af the reward pool.
1090
1018
  **/
1091
1019
  MinBalanceExcessAdjusted: GenericPalletEvent<
1092
- Rv,
1093
1020
  'NominationPools',
1094
1021
  'MinBalanceExcessAdjusted',
1095
1022
  { poolId: number; amount: bigint }
@@ -1098,7 +1025,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1098
1025
  /**
1099
1026
  * Generic pallet event
1100
1027
  **/
1101
- [prop: string]: GenericPalletEvent<Rv>;
1028
+ [prop: string]: GenericPalletEvent;
1102
1029
  };
1103
1030
  /**
1104
1031
  * Pallet `Identity`'s events
@@ -1107,23 +1034,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1107
1034
  /**
1108
1035
  * A name was set or reset (which will remove all judgements).
1109
1036
  **/
1110
- IdentitySet: GenericPalletEvent<Rv, 'Identity', 'IdentitySet', { who: AccountId32 }>;
1037
+ IdentitySet: GenericPalletEvent<'Identity', 'IdentitySet', { who: AccountId32 }>;
1111
1038
 
1112
1039
  /**
1113
1040
  * A name was cleared, and the given balance returned.
1114
1041
  **/
1115
- IdentityCleared: GenericPalletEvent<Rv, 'Identity', 'IdentityCleared', { who: AccountId32; deposit: bigint }>;
1042
+ IdentityCleared: GenericPalletEvent<'Identity', 'IdentityCleared', { who: AccountId32; deposit: bigint }>;
1116
1043
 
1117
1044
  /**
1118
1045
  * A name was removed and the given balance slashed.
1119
1046
  **/
1120
- IdentityKilled: GenericPalletEvent<Rv, 'Identity', 'IdentityKilled', { who: AccountId32; deposit: bigint }>;
1047
+ IdentityKilled: GenericPalletEvent<'Identity', 'IdentityKilled', { who: AccountId32; deposit: bigint }>;
1121
1048
 
1122
1049
  /**
1123
1050
  * A judgement was asked from a registrar.
1124
1051
  **/
1125
1052
  JudgementRequested: GenericPalletEvent<
1126
- Rv,
1127
1053
  'Identity',
1128
1054
  'JudgementRequested',
1129
1055
  { who: AccountId32; registrarIndex: number }
@@ -1133,7 +1059,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1133
1059
  * A judgement request was retracted.
1134
1060
  **/
1135
1061
  JudgementUnrequested: GenericPalletEvent<
1136
- Rv,
1137
1062
  'Identity',
1138
1063
  'JudgementUnrequested',
1139
1064
  { who: AccountId32; registrarIndex: number }
@@ -1142,23 +1067,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1142
1067
  /**
1143
1068
  * A judgement was given by a registrar.
1144
1069
  **/
1145
- JudgementGiven: GenericPalletEvent<
1146
- Rv,
1147
- 'Identity',
1148
- 'JudgementGiven',
1149
- { target: AccountId32; registrarIndex: number }
1150
- >;
1070
+ JudgementGiven: GenericPalletEvent<'Identity', 'JudgementGiven', { target: AccountId32; registrarIndex: number }>;
1151
1071
 
1152
1072
  /**
1153
1073
  * A registrar was added.
1154
1074
  **/
1155
- RegistrarAdded: GenericPalletEvent<Rv, 'Identity', 'RegistrarAdded', { registrarIndex: number }>;
1075
+ RegistrarAdded: GenericPalletEvent<'Identity', 'RegistrarAdded', { registrarIndex: number }>;
1156
1076
 
1157
1077
  /**
1158
1078
  * A sub-identity was added to an identity and the deposit paid.
1159
1079
  **/
1160
1080
  SubIdentityAdded: GenericPalletEvent<
1161
- Rv,
1162
1081
  'Identity',
1163
1082
  'SubIdentityAdded',
1164
1083
  { sub: AccountId32; main: AccountId32; deposit: bigint }
@@ -1168,7 +1087,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1168
1087
  * A sub-identity was removed from an identity and the deposit freed.
1169
1088
  **/
1170
1089
  SubIdentityRemoved: GenericPalletEvent<
1171
- Rv,
1172
1090
  'Identity',
1173
1091
  'SubIdentityRemoved',
1174
1092
  { sub: AccountId32; main: AccountId32; deposit: bigint }
@@ -1179,7 +1097,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1179
1097
  * main identity account to the sub-identity account.
1180
1098
  **/
1181
1099
  SubIdentityRevoked: GenericPalletEvent<
1182
- Rv,
1183
1100
  'Identity',
1184
1101
  'SubIdentityRevoked',
1185
1102
  { sub: AccountId32; main: AccountId32; deposit: bigint }
@@ -1188,23 +1105,22 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1188
1105
  /**
1189
1106
  * A username authority was added.
1190
1107
  **/
1191
- AuthorityAdded: GenericPalletEvent<Rv, 'Identity', 'AuthorityAdded', { authority: AccountId32 }>;
1108
+ AuthorityAdded: GenericPalletEvent<'Identity', 'AuthorityAdded', { authority: AccountId32 }>;
1192
1109
 
1193
1110
  /**
1194
1111
  * A username authority was removed.
1195
1112
  **/
1196
- AuthorityRemoved: GenericPalletEvent<Rv, 'Identity', 'AuthorityRemoved', { authority: AccountId32 }>;
1113
+ AuthorityRemoved: GenericPalletEvent<'Identity', 'AuthorityRemoved', { authority: AccountId32 }>;
1197
1114
 
1198
1115
  /**
1199
1116
  * A username was set for `who`.
1200
1117
  **/
1201
- UsernameSet: GenericPalletEvent<Rv, 'Identity', 'UsernameSet', { who: AccountId32; username: Bytes }>;
1118
+ UsernameSet: GenericPalletEvent<'Identity', 'UsernameSet', { who: AccountId32; username: Bytes }>;
1202
1119
 
1203
1120
  /**
1204
1121
  * A username was queued, but `who` must accept it prior to `expiration`.
1205
1122
  **/
1206
1123
  UsernameQueued: GenericPalletEvent<
1207
- Rv,
1208
1124
  'Identity',
1209
1125
  'UsernameQueued',
1210
1126
  { who: AccountId32; username: Bytes; expiration: number }
@@ -1213,19 +1129,18 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1213
1129
  /**
1214
1130
  * A queued username passed its expiration without being claimed and was removed.
1215
1131
  **/
1216
- PreapprovalExpired: GenericPalletEvent<Rv, 'Identity', 'PreapprovalExpired', { whose: AccountId32 }>;
1132
+ PreapprovalExpired: GenericPalletEvent<'Identity', 'PreapprovalExpired', { whose: AccountId32 }>;
1217
1133
 
1218
1134
  /**
1219
1135
  * A username was set as a primary and can be looked up from `who`.
1220
1136
  **/
1221
- PrimaryUsernameSet: GenericPalletEvent<Rv, 'Identity', 'PrimaryUsernameSet', { who: AccountId32; username: Bytes }>;
1137
+ PrimaryUsernameSet: GenericPalletEvent<'Identity', 'PrimaryUsernameSet', { who: AccountId32; username: Bytes }>;
1222
1138
 
1223
1139
  /**
1224
1140
  * A dangling username (as in, a username corresponding to an account that has removed its
1225
1141
  * identity) has been removed.
1226
1142
  **/
1227
1143
  DanglingUsernameRemoved: GenericPalletEvent<
1228
- Rv,
1229
1144
  'Identity',
1230
1145
  'DanglingUsernameRemoved',
1231
1146
  { who: AccountId32; username: Bytes }
@@ -1234,7 +1149,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1234
1149
  /**
1235
1150
  * Generic pallet event
1236
1151
  **/
1237
- [prop: string]: GenericPalletEvent<Rv>;
1152
+ [prop: string]: GenericPalletEvent;
1238
1153
  };
1239
1154
  /**
1240
1155
  * Pallet `CommitteeManagement`'s events
@@ -1243,13 +1158,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1243
1158
  /**
1244
1159
  * Ban thresholds for the next era has changed
1245
1160
  **/
1246
- SetBanConfig: GenericPalletEvent<Rv, 'CommitteeManagement', 'SetBanConfig', PrimitivesProductionBanConfig>;
1161
+ SetBanConfig: GenericPalletEvent<'CommitteeManagement', 'SetBanConfig', PrimitivesProductionBanConfig>;
1247
1162
 
1248
1163
  /**
1249
1164
  * Ban thresholds for the next era has changed
1250
1165
  **/
1251
1166
  SetFinalityBanConfig: GenericPalletEvent<
1252
- Rv,
1253
1167
  'CommitteeManagement',
1254
1168
  'SetFinalityBanConfig',
1255
1169
  PrimitivesFinalityBanConfig
@@ -1258,17 +1172,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1258
1172
  /**
1259
1173
  * Validators have been banned from the committee
1260
1174
  **/
1261
- BanValidators: GenericPalletEvent<
1262
- Rv,
1263
- 'CommitteeManagement',
1264
- 'BanValidators',
1265
- Array<[AccountId32, PrimitivesBanInfo]>
1266
- >;
1175
+ BanValidators: GenericPalletEvent<'CommitteeManagement', 'BanValidators', Array<[AccountId32, PrimitivesBanInfo]>>;
1267
1176
 
1268
1177
  /**
1269
1178
  * Generic pallet event
1270
1179
  **/
1271
- [prop: string]: GenericPalletEvent<Rv>;
1180
+ [prop: string]: GenericPalletEvent;
1272
1181
  };
1273
1182
  /**
1274
1183
  * Pallet `Proxy`'s events
@@ -1277,14 +1186,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1277
1186
  /**
1278
1187
  * A proxy was executed correctly, with the given.
1279
1188
  **/
1280
- ProxyExecuted: GenericPalletEvent<Rv, 'Proxy', 'ProxyExecuted', { result: Result<[], DispatchError> }>;
1189
+ ProxyExecuted: GenericPalletEvent<'Proxy', 'ProxyExecuted', { result: Result<[], DispatchError> }>;
1281
1190
 
1282
1191
  /**
1283
1192
  * A pure account has been created by new proxy with given
1284
1193
  * disambiguation index and proxy type.
1285
1194
  **/
1286
1195
  PureCreated: GenericPalletEvent<
1287
- Rv,
1288
1196
  'Proxy',
1289
1197
  'PureCreated',
1290
1198
  { pure: AccountId32; who: AccountId32; proxyType: AlephRuntimeProxyType; disambiguationIndex: number }
@@ -1293,13 +1201,12 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1293
1201
  /**
1294
1202
  * An announcement was placed to make a call in the future.
1295
1203
  **/
1296
- Announced: GenericPalletEvent<Rv, 'Proxy', 'Announced', { real: AccountId32; proxy: AccountId32; callHash: H256 }>;
1204
+ Announced: GenericPalletEvent<'Proxy', 'Announced', { real: AccountId32; proxy: AccountId32; callHash: H256 }>;
1297
1205
 
1298
1206
  /**
1299
1207
  * A proxy was added.
1300
1208
  **/
1301
1209
  ProxyAdded: GenericPalletEvent<
1302
- Rv,
1303
1210
  'Proxy',
1304
1211
  'ProxyAdded',
1305
1212
  { delegator: AccountId32; delegatee: AccountId32; proxyType: AlephRuntimeProxyType; delay: number }
@@ -1309,7 +1216,6 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1309
1216
  * A proxy was removed.
1310
1217
  **/
1311
1218
  ProxyRemoved: GenericPalletEvent<
1312
- Rv,
1313
1219
  'Proxy',
1314
1220
  'ProxyRemoved',
1315
1221
  { delegator: AccountId32; delegatee: AccountId32; proxyType: AlephRuntimeProxyType; delay: number }
@@ -1318,7 +1224,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1318
1224
  /**
1319
1225
  * Generic pallet event
1320
1226
  **/
1321
- [prop: string]: GenericPalletEvent<Rv>;
1227
+ [prop: string]: GenericPalletEvent;
1322
1228
  };
1323
1229
  /**
1324
1230
  * Pallet `SafeMode`'s events
@@ -1327,51 +1233,51 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1327
1233
  /**
1328
1234
  * The safe-mode was entered until inclusively this block.
1329
1235
  **/
1330
- Entered: GenericPalletEvent<Rv, 'SafeMode', 'Entered', { until: number }>;
1236
+ Entered: GenericPalletEvent<'SafeMode', 'Entered', { until: number }>;
1331
1237
 
1332
1238
  /**
1333
1239
  * The safe-mode was extended until inclusively this block.
1334
1240
  **/
1335
- Extended: GenericPalletEvent<Rv, 'SafeMode', 'Extended', { until: number }>;
1241
+ Extended: GenericPalletEvent<'SafeMode', 'Extended', { until: number }>;
1336
1242
 
1337
1243
  /**
1338
1244
  * Exited the safe-mode for a specific reason.
1339
1245
  **/
1340
- Exited: GenericPalletEvent<Rv, 'SafeMode', 'Exited', { reason: PalletSafeModeExitReason }>;
1246
+ Exited: GenericPalletEvent<'SafeMode', 'Exited', { reason: PalletSafeModeExitReason }>;
1341
1247
 
1342
1248
  /**
1343
1249
  * An account reserved funds for either entering or extending the safe-mode.
1344
1250
  **/
1345
- DepositPlaced: GenericPalletEvent<Rv, 'SafeMode', 'DepositPlaced', { account: AccountId32; amount: bigint }>;
1251
+ DepositPlaced: GenericPalletEvent<'SafeMode', 'DepositPlaced', { account: AccountId32; amount: bigint }>;
1346
1252
 
1347
1253
  /**
1348
1254
  * An account had a reserve released that was reserved.
1349
1255
  **/
1350
- DepositReleased: GenericPalletEvent<Rv, 'SafeMode', 'DepositReleased', { account: AccountId32; amount: bigint }>;
1256
+ DepositReleased: GenericPalletEvent<'SafeMode', 'DepositReleased', { account: AccountId32; amount: bigint }>;
1351
1257
 
1352
1258
  /**
1353
1259
  * An account had reserve slashed that was reserved.
1354
1260
  **/
1355
- DepositSlashed: GenericPalletEvent<Rv, 'SafeMode', 'DepositSlashed', { account: AccountId32; amount: bigint }>;
1261
+ DepositSlashed: GenericPalletEvent<'SafeMode', 'DepositSlashed', { account: AccountId32; amount: bigint }>;
1356
1262
 
1357
1263
  /**
1358
1264
  * Could not hold funds for entering or extending the safe-mode.
1359
1265
  *
1360
1266
  * This error comes from the underlying `Currency`.
1361
1267
  **/
1362
- CannotDeposit: GenericPalletEvent<Rv, 'SafeMode', 'CannotDeposit', null>;
1268
+ CannotDeposit: GenericPalletEvent<'SafeMode', 'CannotDeposit', null>;
1363
1269
 
1364
1270
  /**
1365
1271
  * Could not release funds for entering or extending the safe-mode.
1366
1272
  *
1367
1273
  * This error comes from the underlying `Currency`.
1368
1274
  **/
1369
- CannotRelease: GenericPalletEvent<Rv, 'SafeMode', 'CannotRelease', null>;
1275
+ CannotRelease: GenericPalletEvent<'SafeMode', 'CannotRelease', null>;
1370
1276
 
1371
1277
  /**
1372
1278
  * Generic pallet event
1373
1279
  **/
1374
- [prop: string]: GenericPalletEvent<Rv>;
1280
+ [prop: string]: GenericPalletEvent;
1375
1281
  };
1376
1282
  /**
1377
1283
  * Pallet `TxPause`'s events
@@ -1380,17 +1286,17 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1380
1286
  /**
1381
1287
  * This pallet, or a specific call is now paused.
1382
1288
  **/
1383
- CallPaused: GenericPalletEvent<Rv, 'TxPause', 'CallPaused', { fullName: [Bytes, Bytes] }>;
1289
+ CallPaused: GenericPalletEvent<'TxPause', 'CallPaused', { fullName: [Bytes, Bytes] }>;
1384
1290
 
1385
1291
  /**
1386
1292
  * This pallet, or a specific call is now unpaused.
1387
1293
  **/
1388
- CallUnpaused: GenericPalletEvent<Rv, 'TxPause', 'CallUnpaused', { fullName: [Bytes, Bytes] }>;
1294
+ CallUnpaused: GenericPalletEvent<'TxPause', 'CallUnpaused', { fullName: [Bytes, Bytes] }>;
1389
1295
 
1390
1296
  /**
1391
1297
  * Generic pallet event
1392
1298
  **/
1393
- [prop: string]: GenericPalletEvent<Rv>;
1299
+ [prop: string]: GenericPalletEvent;
1394
1300
  };
1395
1301
  /**
1396
1302
  * Pallet `Operations`'s events
@@ -1399,26 +1305,16 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
1399
1305
  /**
1400
1306
  * A consumers counter was incremented for an account
1401
1307
  **/
1402
- ConsumersCounterIncremented: GenericPalletEvent<
1403
- Rv,
1404
- 'Operations',
1405
- 'ConsumersCounterIncremented',
1406
- { who: AccountId32 }
1407
- >;
1308
+ ConsumersCounterIncremented: GenericPalletEvent<'Operations', 'ConsumersCounterIncremented', { who: AccountId32 }>;
1408
1309
 
1409
1310
  /**
1410
1311
  * A consumers counter was decremented for an account
1411
1312
  **/
1412
- ConsumersCounterDecremented: GenericPalletEvent<
1413
- Rv,
1414
- 'Operations',
1415
- 'ConsumersCounterDecremented',
1416
- { who: AccountId32 }
1417
- >;
1313
+ ConsumersCounterDecremented: GenericPalletEvent<'Operations', 'ConsumersCounterDecremented', { who: AccountId32 }>;
1418
1314
 
1419
1315
  /**
1420
1316
  * Generic pallet event
1421
1317
  **/
1422
- [prop: string]: GenericPalletEvent<Rv>;
1318
+ [prop: string]: GenericPalletEvent;
1423
1319
  };
1424
1320
  }