@dedot/chaintypes 0.0.1-alpha.100

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 (105) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +5 -0
  3. package/aleph/consts.d.ts +676 -0
  4. package/aleph/errors.d.ts +1054 -0
  5. package/aleph/events.d.ts +1201 -0
  6. package/aleph/index.d.ts +27 -0
  7. package/aleph/json-rpc.d.ts +85 -0
  8. package/aleph/query.d.ts +1573 -0
  9. package/aleph/runtime.d.ts +596 -0
  10. package/aleph/tx.d.ts +3440 -0
  11. package/aleph/types.d.ts +3951 -0
  12. package/astar/consts.d.ts +737 -0
  13. package/astar/errors.d.ts +1508 -0
  14. package/astar/events.d.ts +1878 -0
  15. package/astar/index.d.ts +27 -0
  16. package/astar/json-rpc.d.ts +131 -0
  17. package/astar/query.d.ts +1851 -0
  18. package/astar/runtime.d.ts +803 -0
  19. package/astar/tx.d.ts +4516 -0
  20. package/astar/types.d.ts +6141 -0
  21. package/index.d.ts +11 -0
  22. package/index.js +1 -0
  23. package/index.ts +11 -0
  24. package/kusama/consts.d.ts +1578 -0
  25. package/kusama/errors.d.ts +3152 -0
  26. package/kusama/events.d.ts +3579 -0
  27. package/kusama/index.d.ts +27 -0
  28. package/kusama/json-rpc.d.ts +103 -0
  29. package/kusama/query.d.ts +4229 -0
  30. package/kusama/runtime.d.ts +1196 -0
  31. package/kusama/tx.d.ts +9040 -0
  32. package/kusama/types.d.ts +11369 -0
  33. package/kusamaAssetHub/consts.d.ts +759 -0
  34. package/kusamaAssetHub/errors.d.ts +1494 -0
  35. package/kusamaAssetHub/events.d.ts +2491 -0
  36. package/kusamaAssetHub/index.d.ts +27 -0
  37. package/kusamaAssetHub/json-rpc.d.ts +89 -0
  38. package/kusamaAssetHub/query.d.ts +1662 -0
  39. package/kusamaAssetHub/runtime.d.ts +555 -0
  40. package/kusamaAssetHub/tx.d.ts +6192 -0
  41. package/kusamaAssetHub/types.d.ts +6831 -0
  42. package/moonbeam/consts.d.ts +1010 -0
  43. package/moonbeam/errors.d.ts +1932 -0
  44. package/moonbeam/events.d.ts +2928 -0
  45. package/moonbeam/index.d.ts +27 -0
  46. package/moonbeam/json-rpc.d.ts +137 -0
  47. package/moonbeam/query.d.ts +2282 -0
  48. package/moonbeam/runtime.d.ts +724 -0
  49. package/moonbeam/tx.d.ts +6222 -0
  50. package/moonbeam/types.d.ts +8165 -0
  51. package/package.json +25 -0
  52. package/polkadot/consts.d.ts +1313 -0
  53. package/polkadot/errors.d.ts +2575 -0
  54. package/polkadot/events.d.ts +2757 -0
  55. package/polkadot/index.d.ts +27 -0
  56. package/polkadot/json-rpc.d.ts +103 -0
  57. package/polkadot/query.d.ts +3693 -0
  58. package/polkadot/runtime.d.ts +1196 -0
  59. package/polkadot/tx.d.ts +7706 -0
  60. package/polkadot/types.d.ts +9893 -0
  61. package/polkadotAssetHub/consts.d.ts +724 -0
  62. package/polkadotAssetHub/errors.d.ts +1465 -0
  63. package/polkadotAssetHub/events.d.ts +2462 -0
  64. package/polkadotAssetHub/index.d.ts +27 -0
  65. package/polkadotAssetHub/json-rpc.d.ts +89 -0
  66. package/polkadotAssetHub/query.d.ts +1640 -0
  67. package/polkadotAssetHub/runtime.d.ts +558 -0
  68. package/polkadotAssetHub/tx.d.ts +6121 -0
  69. package/polkadotAssetHub/types.d.ts +6739 -0
  70. package/rococo/consts.d.ts +1423 -0
  71. package/rococo/errors.d.ts +2783 -0
  72. package/rococo/events.d.ts +3361 -0
  73. package/rococo/index.d.ts +27 -0
  74. package/rococo/json-rpc.d.ts +103 -0
  75. package/rococo/query.d.ts +3561 -0
  76. package/rococo/runtime.d.ts +1257 -0
  77. package/rococo/tx.d.ts +10721 -0
  78. package/rococo/types.d.ts +14828 -0
  79. package/rococoAssetHub/consts.d.ts +787 -0
  80. package/rococoAssetHub/errors.d.ts +1523 -0
  81. package/rococoAssetHub/events.d.ts +2517 -0
  82. package/rococoAssetHub/index.d.ts +27 -0
  83. package/rococoAssetHub/json-rpc.d.ts +89 -0
  84. package/rococoAssetHub/query.d.ts +1682 -0
  85. package/rococoAssetHub/runtime.d.ts +704 -0
  86. package/rococoAssetHub/tx.d.ts +9013 -0
  87. package/rococoAssetHub/types.d.ts +12352 -0
  88. package/substrate/consts.d.ts +2223 -0
  89. package/substrate/errors.d.ts +4023 -0
  90. package/substrate/events.d.ts +5430 -0
  91. package/substrate/index.d.ts +27 -0
  92. package/substrate/json-rpc.d.ts +101 -0
  93. package/substrate/query.d.ts +4083 -0
  94. package/substrate/runtime.d.ts +971 -0
  95. package/substrate/tx.d.ts +12501 -0
  96. package/substrate/types.d.ts +13380 -0
  97. package/westendAssetHub/consts.d.ts +787 -0
  98. package/westendAssetHub/errors.d.ts +1523 -0
  99. package/westendAssetHub/events.d.ts +2477 -0
  100. package/westendAssetHub/index.d.ts +27 -0
  101. package/westendAssetHub/json-rpc.d.ts +89 -0
  102. package/westendAssetHub/query.d.ts +1656 -0
  103. package/westendAssetHub/runtime.d.ts +652 -0
  104. package/westendAssetHub/tx.d.ts +8984 -0
  105. package/westendAssetHub/types.d.ts +12292 -0
@@ -0,0 +1,1201 @@
1
+ // Generated by @dedot/codegen
2
+
3
+ import type { GenericChainEvents, GenericPalletEvent, RpcVersion } from 'dedot/types';
4
+ import type { DispatchInfo, DispatchError, AccountId32, H256, FixedBytes, Result, Perbill, Bytes } from 'dedot/codecs';
5
+ import type {
6
+ FrameSupportTokensMiscBalanceStatus,
7
+ PalletStakingRewardDestination,
8
+ PalletStakingValidatorPrefs,
9
+ PalletStakingForcing,
10
+ PrimitivesAppPublic,
11
+ PrimitivesVersionChange,
12
+ PrimitivesCommitteeSeats,
13
+ PalletMultisigTimepoint,
14
+ PalletContractsOrigin,
15
+ PalletNominationPoolsPoolState,
16
+ PalletNominationPoolsCommissionChangeRate,
17
+ PrimitivesBanConfig,
18
+ PrimitivesBanInfo,
19
+ AlephRuntimeProxyType,
20
+ } from './types';
21
+
22
+ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<Rv> {
23
+ /**
24
+ * Pallet `System`'s events
25
+ **/
26
+ system: {
27
+ /**
28
+ * An extrinsic completed successfully.
29
+ **/
30
+ ExtrinsicSuccess: GenericPalletEvent<Rv, 'System', 'ExtrinsicSuccess', { dispatchInfo: DispatchInfo }>;
31
+
32
+ /**
33
+ * An extrinsic failed.
34
+ **/
35
+ ExtrinsicFailed: GenericPalletEvent<
36
+ Rv,
37
+ 'System',
38
+ 'ExtrinsicFailed',
39
+ { dispatchError: DispatchError; dispatchInfo: DispatchInfo }
40
+ >;
41
+
42
+ /**
43
+ * `:code` was updated.
44
+ **/
45
+ CodeUpdated: GenericPalletEvent<Rv, 'System', 'CodeUpdated', null>;
46
+
47
+ /**
48
+ * A new account was created.
49
+ **/
50
+ NewAccount: GenericPalletEvent<Rv, 'System', 'NewAccount', { account: AccountId32 }>;
51
+
52
+ /**
53
+ * An account was reaped.
54
+ **/
55
+ KilledAccount: GenericPalletEvent<Rv, 'System', 'KilledAccount', { account: AccountId32 }>;
56
+
57
+ /**
58
+ * On on-chain remark happened.
59
+ **/
60
+ Remarked: GenericPalletEvent<Rv, 'System', 'Remarked', { sender: AccountId32; hash: H256 }>;
61
+
62
+ /**
63
+ * Generic pallet event
64
+ **/
65
+ [prop: string]: GenericPalletEvent<Rv>;
66
+ };
67
+ /**
68
+ * Pallet `Scheduler`'s events
69
+ **/
70
+ scheduler: {
71
+ /**
72
+ * Scheduled some task.
73
+ **/
74
+ Scheduled: GenericPalletEvent<Rv, 'Scheduler', 'Scheduled', { when: number; index: number }>;
75
+
76
+ /**
77
+ * Canceled some task.
78
+ **/
79
+ Canceled: GenericPalletEvent<Rv, 'Scheduler', 'Canceled', { when: number; index: number }>;
80
+
81
+ /**
82
+ * Dispatched some task.
83
+ **/
84
+ Dispatched: GenericPalletEvent<
85
+ Rv,
86
+ 'Scheduler',
87
+ 'Dispatched',
88
+ { task: [number, number]; id?: FixedBytes<32> | undefined; result: Result<[], DispatchError> }
89
+ >;
90
+
91
+ /**
92
+ * The call for the provided hash was not found so the task has been aborted.
93
+ **/
94
+ CallUnavailable: GenericPalletEvent<
95
+ Rv,
96
+ 'Scheduler',
97
+ 'CallUnavailable',
98
+ { task: [number, number]; id?: FixedBytes<32> | undefined }
99
+ >;
100
+
101
+ /**
102
+ * The given task was unable to be renewed since the agenda is full at that block.
103
+ **/
104
+ PeriodicFailed: GenericPalletEvent<
105
+ Rv,
106
+ 'Scheduler',
107
+ 'PeriodicFailed',
108
+ { task: [number, number]; id?: FixedBytes<32> | undefined }
109
+ >;
110
+
111
+ /**
112
+ * The given task can never be executed since it is overweight.
113
+ **/
114
+ PermanentlyOverweight: GenericPalletEvent<
115
+ Rv,
116
+ 'Scheduler',
117
+ 'PermanentlyOverweight',
118
+ { task: [number, number]; id?: FixedBytes<32> | undefined }
119
+ >;
120
+
121
+ /**
122
+ * Generic pallet event
123
+ **/
124
+ [prop: string]: GenericPalletEvent<Rv>;
125
+ };
126
+ /**
127
+ * Pallet `Balances`'s events
128
+ **/
129
+ balances: {
130
+ /**
131
+ * An account was created with some free balance.
132
+ **/
133
+ Endowed: GenericPalletEvent<Rv, 'Balances', 'Endowed', { account: AccountId32; freeBalance: bigint }>;
134
+
135
+ /**
136
+ * An account was removed whose balance was non-zero but below ExistentialDeposit,
137
+ * resulting in an outright loss.
138
+ **/
139
+ DustLost: GenericPalletEvent<Rv, 'Balances', 'DustLost', { account: AccountId32; amount: bigint }>;
140
+
141
+ /**
142
+ * Transfer succeeded.
143
+ **/
144
+ Transfer: GenericPalletEvent<Rv, 'Balances', 'Transfer', { from: AccountId32; to: AccountId32; amount: bigint }>;
145
+
146
+ /**
147
+ * A balance was set by root.
148
+ **/
149
+ BalanceSet: GenericPalletEvent<Rv, 'Balances', 'BalanceSet', { who: AccountId32; free: bigint }>;
150
+
151
+ /**
152
+ * Some balance was reserved (moved from free to reserved).
153
+ **/
154
+ Reserved: GenericPalletEvent<Rv, 'Balances', 'Reserved', { who: AccountId32; amount: bigint }>;
155
+
156
+ /**
157
+ * Some balance was unreserved (moved from reserved to free).
158
+ **/
159
+ Unreserved: GenericPalletEvent<Rv, 'Balances', 'Unreserved', { who: AccountId32; amount: bigint }>;
160
+
161
+ /**
162
+ * Some balance was moved from the reserve of the first account to the second account.
163
+ * Final argument indicates the destination balance type.
164
+ **/
165
+ ReserveRepatriated: GenericPalletEvent<
166
+ Rv,
167
+ 'Balances',
168
+ 'ReserveRepatriated',
169
+ { from: AccountId32; to: AccountId32; amount: bigint; destinationStatus: FrameSupportTokensMiscBalanceStatus }
170
+ >;
171
+
172
+ /**
173
+ * Some amount was deposited (e.g. for transaction fees).
174
+ **/
175
+ Deposit: GenericPalletEvent<Rv, 'Balances', 'Deposit', { who: AccountId32; amount: bigint }>;
176
+
177
+ /**
178
+ * Some amount was withdrawn from the account (e.g. for transaction fees).
179
+ **/
180
+ Withdraw: GenericPalletEvent<Rv, 'Balances', 'Withdraw', { who: AccountId32; amount: bigint }>;
181
+
182
+ /**
183
+ * Some amount was removed from the account (e.g. for misbehavior).
184
+ **/
185
+ Slashed: GenericPalletEvent<Rv, 'Balances', 'Slashed', { who: AccountId32; amount: bigint }>;
186
+
187
+ /**
188
+ * Some amount was minted into an account.
189
+ **/
190
+ Minted: GenericPalletEvent<Rv, 'Balances', 'Minted', { who: AccountId32; amount: bigint }>;
191
+
192
+ /**
193
+ * Some amount was burned from an account.
194
+ **/
195
+ Burned: GenericPalletEvent<Rv, 'Balances', 'Burned', { who: AccountId32; amount: bigint }>;
196
+
197
+ /**
198
+ * Some amount was suspended from an account (it can be restored later).
199
+ **/
200
+ Suspended: GenericPalletEvent<Rv, 'Balances', 'Suspended', { who: AccountId32; amount: bigint }>;
201
+
202
+ /**
203
+ * Some amount was restored into an account.
204
+ **/
205
+ Restored: GenericPalletEvent<Rv, 'Balances', 'Restored', { who: AccountId32; amount: bigint }>;
206
+
207
+ /**
208
+ * An account was upgraded.
209
+ **/
210
+ Upgraded: GenericPalletEvent<Rv, 'Balances', 'Upgraded', { who: AccountId32 }>;
211
+
212
+ /**
213
+ * Total issuance was increased by `amount`, creating a credit to be balanced.
214
+ **/
215
+ Issued: GenericPalletEvent<Rv, 'Balances', 'Issued', { amount: bigint }>;
216
+
217
+ /**
218
+ * Total issuance was decreased by `amount`, creating a debt to be balanced.
219
+ **/
220
+ Rescinded: GenericPalletEvent<Rv, 'Balances', 'Rescinded', { amount: bigint }>;
221
+
222
+ /**
223
+ * Some balance was locked.
224
+ **/
225
+ Locked: GenericPalletEvent<Rv, 'Balances', 'Locked', { who: AccountId32; amount: bigint }>;
226
+
227
+ /**
228
+ * Some balance was unlocked.
229
+ **/
230
+ Unlocked: GenericPalletEvent<Rv, 'Balances', 'Unlocked', { who: AccountId32; amount: bigint }>;
231
+
232
+ /**
233
+ * Some balance was frozen.
234
+ **/
235
+ Frozen: GenericPalletEvent<Rv, 'Balances', 'Frozen', { who: AccountId32; amount: bigint }>;
236
+
237
+ /**
238
+ * Some balance was thawed.
239
+ **/
240
+ Thawed: GenericPalletEvent<Rv, 'Balances', 'Thawed', { who: AccountId32; amount: bigint }>;
241
+
242
+ /**
243
+ * Generic pallet event
244
+ **/
245
+ [prop: string]: GenericPalletEvent<Rv>;
246
+ };
247
+ /**
248
+ * Pallet `TransactionPayment`'s events
249
+ **/
250
+ transactionPayment: {
251
+ /**
252
+ * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
253
+ * has been paid by `who`.
254
+ **/
255
+ TransactionFeePaid: GenericPalletEvent<
256
+ Rv,
257
+ 'TransactionPayment',
258
+ 'TransactionFeePaid',
259
+ { who: AccountId32; actualFee: bigint; tip: bigint }
260
+ >;
261
+
262
+ /**
263
+ * Generic pallet event
264
+ **/
265
+ [prop: string]: GenericPalletEvent<Rv>;
266
+ };
267
+ /**
268
+ * Pallet `Staking`'s events
269
+ **/
270
+ staking: {
271
+ /**
272
+ * The era payout has been set; the first balance is the validator-payout; the second is
273
+ * the remainder from the maximum amount of reward.
274
+ **/
275
+ EraPaid: GenericPalletEvent<
276
+ Rv,
277
+ 'Staking',
278
+ 'EraPaid',
279
+ { eraIndex: number; validatorPayout: bigint; remainder: bigint }
280
+ >;
281
+
282
+ /**
283
+ * The nominator has been rewarded by this amount to this destination.
284
+ **/
285
+ Rewarded: GenericPalletEvent<
286
+ Rv,
287
+ 'Staking',
288
+ 'Rewarded',
289
+ { stash: AccountId32; dest: PalletStakingRewardDestination; amount: bigint }
290
+ >;
291
+
292
+ /**
293
+ * A staker (validator or nominator) has been slashed by the given amount.
294
+ **/
295
+ Slashed: GenericPalletEvent<Rv, 'Staking', 'Slashed', { staker: AccountId32; amount: bigint }>;
296
+
297
+ /**
298
+ * A slash for the given validator, for the given percentage of their stake, at the given
299
+ * era as been reported.
300
+ **/
301
+ SlashReported: GenericPalletEvent<
302
+ Rv,
303
+ 'Staking',
304
+ 'SlashReported',
305
+ { validator: AccountId32; fraction: Perbill; slashEra: number }
306
+ >;
307
+
308
+ /**
309
+ * An old slashing report from a prior era was discarded because it could
310
+ * not be processed.
311
+ **/
312
+ OldSlashingReportDiscarded: GenericPalletEvent<
313
+ Rv,
314
+ 'Staking',
315
+ 'OldSlashingReportDiscarded',
316
+ { sessionIndex: number }
317
+ >;
318
+
319
+ /**
320
+ * A new set of stakers was elected.
321
+ **/
322
+ StakersElected: GenericPalletEvent<Rv, 'Staking', 'StakersElected', null>;
323
+
324
+ /**
325
+ * An account has bonded this amount. \[stash, amount\]
326
+ *
327
+ * NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably,
328
+ * it will not be emitted for staking rewards when they are added to stake.
329
+ **/
330
+ Bonded: GenericPalletEvent<Rv, 'Staking', 'Bonded', { stash: AccountId32; amount: bigint }>;
331
+
332
+ /**
333
+ * An account has unbonded this amount.
334
+ **/
335
+ Unbonded: GenericPalletEvent<Rv, 'Staking', 'Unbonded', { stash: AccountId32; amount: bigint }>;
336
+
337
+ /**
338
+ * An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance`
339
+ * from the unlocking queue.
340
+ **/
341
+ Withdrawn: GenericPalletEvent<Rv, 'Staking', 'Withdrawn', { stash: AccountId32; amount: bigint }>;
342
+
343
+ /**
344
+ * A nominator has been kicked from a validator.
345
+ **/
346
+ Kicked: GenericPalletEvent<Rv, 'Staking', 'Kicked', { nominator: AccountId32; stash: AccountId32 }>;
347
+
348
+ /**
349
+ * The election failed. No new era is planned.
350
+ **/
351
+ StakingElectionFailed: GenericPalletEvent<Rv, 'Staking', 'StakingElectionFailed', null>;
352
+
353
+ /**
354
+ * An account has stopped participating as either a validator or nominator.
355
+ **/
356
+ Chilled: GenericPalletEvent<Rv, 'Staking', 'Chilled', { stash: AccountId32 }>;
357
+
358
+ /**
359
+ * The stakers' rewards are getting paid.
360
+ **/
361
+ PayoutStarted: GenericPalletEvent<
362
+ Rv,
363
+ 'Staking',
364
+ 'PayoutStarted',
365
+ { eraIndex: number; validatorStash: AccountId32 }
366
+ >;
367
+
368
+ /**
369
+ * A validator has set their preferences.
370
+ **/
371
+ ValidatorPrefsSet: GenericPalletEvent<
372
+ Rv,
373
+ 'Staking',
374
+ 'ValidatorPrefsSet',
375
+ { stash: AccountId32; prefs: PalletStakingValidatorPrefs }
376
+ >;
377
+
378
+ /**
379
+ * Voters size limit reached.
380
+ **/
381
+ SnapshotVotersSizeExceeded: GenericPalletEvent<Rv, 'Staking', 'SnapshotVotersSizeExceeded', { size: number }>;
382
+
383
+ /**
384
+ * Targets size limit reached.
385
+ **/
386
+ SnapshotTargetsSizeExceeded: GenericPalletEvent<Rv, 'Staking', 'SnapshotTargetsSizeExceeded', { size: number }>;
387
+
388
+ /**
389
+ * A new force era mode was set.
390
+ **/
391
+ ForceEra: GenericPalletEvent<Rv, 'Staking', 'ForceEra', { mode: PalletStakingForcing }>;
392
+
393
+ /**
394
+ * Generic pallet event
395
+ **/
396
+ [prop: string]: GenericPalletEvent<Rv>;
397
+ };
398
+ /**
399
+ * Pallet `Session`'s events
400
+ **/
401
+ session: {
402
+ /**
403
+ * New session has happened. Note that the argument is the session index, not the
404
+ * block number as the type might suggest.
405
+ **/
406
+ NewSession: GenericPalletEvent<Rv, 'Session', 'NewSession', { sessionIndex: number }>;
407
+
408
+ /**
409
+ * Generic pallet event
410
+ **/
411
+ [prop: string]: GenericPalletEvent<Rv>;
412
+ };
413
+ /**
414
+ * Pallet `Aleph`'s events
415
+ **/
416
+ aleph: {
417
+ ChangeEmergencyFinalizer: GenericPalletEvent<Rv, 'Aleph', 'ChangeEmergencyFinalizer', PrimitivesAppPublic>;
418
+ ScheduleFinalityVersionChange: GenericPalletEvent<
419
+ Rv,
420
+ 'Aleph',
421
+ 'ScheduleFinalityVersionChange',
422
+ PrimitivesVersionChange
423
+ >;
424
+ FinalityVersionChange: GenericPalletEvent<Rv, 'Aleph', 'FinalityVersionChange', PrimitivesVersionChange>;
425
+
426
+ /**
427
+ * Generic pallet event
428
+ **/
429
+ [prop: string]: GenericPalletEvent<Rv>;
430
+ };
431
+ /**
432
+ * Pallet `Elections`'s events
433
+ **/
434
+ elections: {
435
+ /**
436
+ * Committee for the next era has changed
437
+ **/
438
+ ChangeValidators: GenericPalletEvent<
439
+ Rv,
440
+ 'Elections',
441
+ 'ChangeValidators',
442
+ [Array<AccountId32>, Array<AccountId32>, PrimitivesCommitteeSeats]
443
+ >;
444
+
445
+ /**
446
+ * Generic pallet event
447
+ **/
448
+ [prop: string]: GenericPalletEvent<Rv>;
449
+ };
450
+ /**
451
+ * Pallet `Treasury`'s events
452
+ **/
453
+ treasury: {
454
+ /**
455
+ * New proposal.
456
+ **/
457
+ Proposed: GenericPalletEvent<Rv, 'Treasury', 'Proposed', { proposalIndex: number }>;
458
+
459
+ /**
460
+ * We have ended a spend period and will now allocate funds.
461
+ **/
462
+ Spending: GenericPalletEvent<Rv, 'Treasury', 'Spending', { budgetRemaining: bigint }>;
463
+
464
+ /**
465
+ * Some funds have been allocated.
466
+ **/
467
+ Awarded: GenericPalletEvent<
468
+ Rv,
469
+ 'Treasury',
470
+ 'Awarded',
471
+ { proposalIndex: number; award: bigint; account: AccountId32 }
472
+ >;
473
+
474
+ /**
475
+ * A proposal was rejected; funds were slashed.
476
+ **/
477
+ Rejected: GenericPalletEvent<Rv, 'Treasury', 'Rejected', { proposalIndex: number; slashed: bigint }>;
478
+
479
+ /**
480
+ * Some of our funds have been burnt.
481
+ **/
482
+ Burnt: GenericPalletEvent<Rv, 'Treasury', 'Burnt', { burntFunds: bigint }>;
483
+
484
+ /**
485
+ * Spending has finished; this is the amount that rolls over until next spend.
486
+ **/
487
+ Rollover: GenericPalletEvent<Rv, 'Treasury', 'Rollover', { rolloverBalance: bigint }>;
488
+
489
+ /**
490
+ * Some funds have been deposited.
491
+ **/
492
+ Deposit: GenericPalletEvent<Rv, 'Treasury', 'Deposit', { value: bigint }>;
493
+
494
+ /**
495
+ * A new spend proposal has been approved.
496
+ **/
497
+ SpendApproved: GenericPalletEvent<
498
+ Rv,
499
+ 'Treasury',
500
+ 'SpendApproved',
501
+ { proposalIndex: number; amount: bigint; beneficiary: AccountId32 }
502
+ >;
503
+
504
+ /**
505
+ * The inactive funds of the pallet have been updated.
506
+ **/
507
+ UpdatedInactive: GenericPalletEvent<
508
+ Rv,
509
+ 'Treasury',
510
+ 'UpdatedInactive',
511
+ { reactivated: bigint; deactivated: bigint }
512
+ >;
513
+
514
+ /**
515
+ * Generic pallet event
516
+ **/
517
+ [prop: string]: GenericPalletEvent<Rv>;
518
+ };
519
+ /**
520
+ * Pallet `Vesting`'s events
521
+ **/
522
+ vesting: {
523
+ /**
524
+ * The amount vested has been updated. This could indicate a change in funds available.
525
+ * The balance given is the amount which is left unvested (and thus locked).
526
+ **/
527
+ VestingUpdated: GenericPalletEvent<Rv, 'Vesting', 'VestingUpdated', { account: AccountId32; unvested: bigint }>;
528
+
529
+ /**
530
+ * An \[account\] has become fully vested.
531
+ **/
532
+ VestingCompleted: GenericPalletEvent<Rv, 'Vesting', 'VestingCompleted', { account: AccountId32 }>;
533
+
534
+ /**
535
+ * Generic pallet event
536
+ **/
537
+ [prop: string]: GenericPalletEvent<Rv>;
538
+ };
539
+ /**
540
+ * Pallet `Utility`'s events
541
+ **/
542
+ utility: {
543
+ /**
544
+ * Batch of dispatches did not complete fully. Index of first failing dispatch given, as
545
+ * well as the error.
546
+ **/
547
+ BatchInterrupted: GenericPalletEvent<Rv, 'Utility', 'BatchInterrupted', { index: number; error: DispatchError }>;
548
+
549
+ /**
550
+ * Batch of dispatches completed fully with no error.
551
+ **/
552
+ BatchCompleted: GenericPalletEvent<Rv, 'Utility', 'BatchCompleted', null>;
553
+
554
+ /**
555
+ * Batch of dispatches completed but has errors.
556
+ **/
557
+ BatchCompletedWithErrors: GenericPalletEvent<Rv, 'Utility', 'BatchCompletedWithErrors', null>;
558
+
559
+ /**
560
+ * A single item within a Batch of dispatches has completed with no error.
561
+ **/
562
+ ItemCompleted: GenericPalletEvent<Rv, 'Utility', 'ItemCompleted', null>;
563
+
564
+ /**
565
+ * A single item within a Batch of dispatches has completed with error.
566
+ **/
567
+ ItemFailed: GenericPalletEvent<Rv, 'Utility', 'ItemFailed', { error: DispatchError }>;
568
+
569
+ /**
570
+ * A call was dispatched.
571
+ **/
572
+ DispatchedAs: GenericPalletEvent<Rv, 'Utility', 'DispatchedAs', { result: Result<[], DispatchError> }>;
573
+
574
+ /**
575
+ * Generic pallet event
576
+ **/
577
+ [prop: string]: GenericPalletEvent<Rv>;
578
+ };
579
+ /**
580
+ * Pallet `Multisig`'s events
581
+ **/
582
+ multisig: {
583
+ /**
584
+ * A new multisig operation has begun.
585
+ **/
586
+ NewMultisig: GenericPalletEvent<
587
+ Rv,
588
+ 'Multisig',
589
+ 'NewMultisig',
590
+ { approving: AccountId32; multisig: AccountId32; callHash: FixedBytes<32> }
591
+ >;
592
+
593
+ /**
594
+ * A multisig operation has been approved by someone.
595
+ **/
596
+ MultisigApproval: GenericPalletEvent<
597
+ Rv,
598
+ 'Multisig',
599
+ 'MultisigApproval',
600
+ { approving: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
601
+ >;
602
+
603
+ /**
604
+ * A multisig operation has been executed.
605
+ **/
606
+ MultisigExecuted: GenericPalletEvent<
607
+ Rv,
608
+ 'Multisig',
609
+ 'MultisigExecuted',
610
+ {
611
+ approving: AccountId32;
612
+ timepoint: PalletMultisigTimepoint;
613
+ multisig: AccountId32;
614
+ callHash: FixedBytes<32>;
615
+ result: Result<[], DispatchError>;
616
+ }
617
+ >;
618
+
619
+ /**
620
+ * A multisig operation has been cancelled.
621
+ **/
622
+ MultisigCancelled: GenericPalletEvent<
623
+ Rv,
624
+ 'Multisig',
625
+ 'MultisigCancelled',
626
+ { cancelling: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
627
+ >;
628
+
629
+ /**
630
+ * Generic pallet event
631
+ **/
632
+ [prop: string]: GenericPalletEvent<Rv>;
633
+ };
634
+ /**
635
+ * Pallet `Sudo`'s events
636
+ **/
637
+ sudo: {
638
+ /**
639
+ * A sudo call just took place.
640
+ **/
641
+ Sudid: GenericPalletEvent<
642
+ Rv,
643
+ 'Sudo',
644
+ 'Sudid',
645
+ {
646
+ /**
647
+ * The result of the call made by the sudo user.
648
+ **/
649
+ sudoResult: Result<[], DispatchError>;
650
+ }
651
+ >;
652
+
653
+ /**
654
+ * The sudo key has been updated.
655
+ **/
656
+ KeyChanged: GenericPalletEvent<
657
+ Rv,
658
+ 'Sudo',
659
+ 'KeyChanged',
660
+ {
661
+ /**
662
+ * The old sudo key if one was previously set.
663
+ **/
664
+ oldSudoer?: AccountId32 | undefined;
665
+ }
666
+ >;
667
+
668
+ /**
669
+ * A [sudo_as](Pallet::sudo_as) call just took place.
670
+ **/
671
+ SudoAsDone: GenericPalletEvent<
672
+ Rv,
673
+ 'Sudo',
674
+ 'SudoAsDone',
675
+ {
676
+ /**
677
+ * The result of the call made by the sudo user.
678
+ **/
679
+ sudoResult: Result<[], DispatchError>;
680
+ }
681
+ >;
682
+
683
+ /**
684
+ * Generic pallet event
685
+ **/
686
+ [prop: string]: GenericPalletEvent<Rv>;
687
+ };
688
+ /**
689
+ * Pallet `Contracts`'s events
690
+ **/
691
+ contracts: {
692
+ /**
693
+ * Contract deployed by address at the specified address.
694
+ **/
695
+ Instantiated: GenericPalletEvent<Rv, 'Contracts', 'Instantiated', { deployer: AccountId32; contract: AccountId32 }>;
696
+
697
+ /**
698
+ * Contract has been removed.
699
+ *
700
+ * # Note
701
+ *
702
+ * The only way for a contract to be removed and emitting this event is by calling
703
+ * `seal_terminate`.
704
+ **/
705
+ Terminated: GenericPalletEvent<
706
+ Rv,
707
+ 'Contracts',
708
+ 'Terminated',
709
+ {
710
+ /**
711
+ * The contract that was terminated.
712
+ **/
713
+ contract: AccountId32;
714
+
715
+ /**
716
+ * The account that received the contracts remaining balance
717
+ **/
718
+ beneficiary: AccountId32;
719
+ }
720
+ >;
721
+
722
+ /**
723
+ * Code with the specified hash has been stored.
724
+ **/
725
+ CodeStored: GenericPalletEvent<
726
+ Rv,
727
+ 'Contracts',
728
+ 'CodeStored',
729
+ { codeHash: H256; depositHeld: bigint; uploader: AccountId32 }
730
+ >;
731
+
732
+ /**
733
+ * A custom event emitted by the contract.
734
+ **/
735
+ ContractEmitted: GenericPalletEvent<
736
+ Rv,
737
+ 'Contracts',
738
+ 'ContractEmitted',
739
+ {
740
+ /**
741
+ * The contract that emitted the event.
742
+ **/
743
+ contract: AccountId32;
744
+
745
+ /**
746
+ * Data supplied by the contract. Metadata generated during contract compilation
747
+ * is needed to decode it.
748
+ **/
749
+ data: Bytes;
750
+ }
751
+ >;
752
+
753
+ /**
754
+ * A code with the specified hash was removed.
755
+ **/
756
+ CodeRemoved: GenericPalletEvent<
757
+ Rv,
758
+ 'Contracts',
759
+ 'CodeRemoved',
760
+ { codeHash: H256; depositReleased: bigint; remover: AccountId32 }
761
+ >;
762
+
763
+ /**
764
+ * A contract's code was updated.
765
+ **/
766
+ ContractCodeUpdated: GenericPalletEvent<
767
+ Rv,
768
+ 'Contracts',
769
+ 'ContractCodeUpdated',
770
+ {
771
+ /**
772
+ * The contract that has been updated.
773
+ **/
774
+ contract: AccountId32;
775
+
776
+ /**
777
+ * New code hash that was set for the contract.
778
+ **/
779
+ newCodeHash: H256;
780
+
781
+ /**
782
+ * Previous code hash of the contract.
783
+ **/
784
+ oldCodeHash: H256;
785
+ }
786
+ >;
787
+
788
+ /**
789
+ * A contract was called either by a plain account or another contract.
790
+ *
791
+ * # Note
792
+ *
793
+ * Please keep in mind that like all events this is only emitted for successful
794
+ * calls. This is because on failure all storage changes including events are
795
+ * rolled back.
796
+ **/
797
+ Called: GenericPalletEvent<
798
+ Rv,
799
+ 'Contracts',
800
+ 'Called',
801
+ {
802
+ /**
803
+ * The caller of the `contract`.
804
+ **/
805
+ caller: PalletContractsOrigin;
806
+
807
+ /**
808
+ * The contract that was called.
809
+ **/
810
+ contract: AccountId32;
811
+ }
812
+ >;
813
+
814
+ /**
815
+ * A contract delegate called a code hash.
816
+ *
817
+ * # Note
818
+ *
819
+ * Please keep in mind that like all events this is only emitted for successful
820
+ * calls. This is because on failure all storage changes including events are
821
+ * rolled back.
822
+ **/
823
+ DelegateCalled: GenericPalletEvent<
824
+ Rv,
825
+ 'Contracts',
826
+ 'DelegateCalled',
827
+ {
828
+ /**
829
+ * The contract that performed the delegate call and hence in whose context
830
+ * the `code_hash` is executed.
831
+ **/
832
+ contract: AccountId32;
833
+
834
+ /**
835
+ * The code hash that was delegate called.
836
+ **/
837
+ codeHash: H256;
838
+ }
839
+ >;
840
+
841
+ /**
842
+ * Some funds have been transferred and held as storage deposit.
843
+ **/
844
+ StorageDepositTransferredAndHeld: GenericPalletEvent<
845
+ Rv,
846
+ 'Contracts',
847
+ 'StorageDepositTransferredAndHeld',
848
+ { from: AccountId32; to: AccountId32; amount: bigint }
849
+ >;
850
+
851
+ /**
852
+ * Some storage deposit funds have been transferred and released.
853
+ **/
854
+ StorageDepositTransferredAndReleased: GenericPalletEvent<
855
+ Rv,
856
+ 'Contracts',
857
+ 'StorageDepositTransferredAndReleased',
858
+ { from: AccountId32; to: AccountId32; amount: bigint }
859
+ >;
860
+
861
+ /**
862
+ * Generic pallet event
863
+ **/
864
+ [prop: string]: GenericPalletEvent<Rv>;
865
+ };
866
+ /**
867
+ * Pallet `NominationPools`'s events
868
+ **/
869
+ nominationPools: {
870
+ /**
871
+ * A pool has been created.
872
+ **/
873
+ Created: GenericPalletEvent<Rv, 'NominationPools', 'Created', { depositor: AccountId32; poolId: number }>;
874
+
875
+ /**
876
+ * A member has became bonded in a pool.
877
+ **/
878
+ Bonded: GenericPalletEvent<
879
+ Rv,
880
+ 'NominationPools',
881
+ 'Bonded',
882
+ { member: AccountId32; poolId: number; bonded: bigint; joined: boolean }
883
+ >;
884
+
885
+ /**
886
+ * A payout has been made to a member.
887
+ **/
888
+ PaidOut: GenericPalletEvent<
889
+ Rv,
890
+ 'NominationPools',
891
+ 'PaidOut',
892
+ { member: AccountId32; poolId: number; payout: bigint }
893
+ >;
894
+
895
+ /**
896
+ * A member has unbonded from their pool.
897
+ *
898
+ * - `balance` is the corresponding balance of the number of points that has been
899
+ * requested to be unbonded (the argument of the `unbond` transaction) from the bonded
900
+ * pool.
901
+ * - `points` is the number of points that are issued as a result of `balance` being
902
+ * dissolved into the corresponding unbonding pool.
903
+ * - `era` is the era in which the balance will be unbonded.
904
+ * In the absence of slashing, these values will match. In the presence of slashing, the
905
+ * number of points that are issued in the unbonding pool will be less than the amount
906
+ * requested to be unbonded.
907
+ **/
908
+ Unbonded: GenericPalletEvent<
909
+ Rv,
910
+ 'NominationPools',
911
+ 'Unbonded',
912
+ { member: AccountId32; poolId: number; balance: bigint; points: bigint; era: number }
913
+ >;
914
+
915
+ /**
916
+ * A member has withdrawn from their pool.
917
+ *
918
+ * The given number of `points` have been dissolved in return of `balance`.
919
+ *
920
+ * Similar to `Unbonded` event, in the absence of slashing, the ratio of point to balance
921
+ * will be 1.
922
+ **/
923
+ Withdrawn: GenericPalletEvent<
924
+ Rv,
925
+ 'NominationPools',
926
+ 'Withdrawn',
927
+ { member: AccountId32; poolId: number; balance: bigint; points: bigint }
928
+ >;
929
+
930
+ /**
931
+ * A pool has been destroyed.
932
+ **/
933
+ Destroyed: GenericPalletEvent<Rv, 'NominationPools', 'Destroyed', { poolId: number }>;
934
+
935
+ /**
936
+ * The state of a pool has changed
937
+ **/
938
+ StateChanged: GenericPalletEvent<
939
+ Rv,
940
+ 'NominationPools',
941
+ 'StateChanged',
942
+ { poolId: number; newState: PalletNominationPoolsPoolState }
943
+ >;
944
+
945
+ /**
946
+ * A member has been removed from a pool.
947
+ *
948
+ * The removal can be voluntary (withdrawn all unbonded funds) or involuntary (kicked).
949
+ **/
950
+ MemberRemoved: GenericPalletEvent<Rv, 'NominationPools', 'MemberRemoved', { poolId: number; member: AccountId32 }>;
951
+
952
+ /**
953
+ * The roles of a pool have been updated to the given new roles. Note that the depositor
954
+ * can never change.
955
+ **/
956
+ RolesUpdated: GenericPalletEvent<
957
+ Rv,
958
+ 'NominationPools',
959
+ 'RolesUpdated',
960
+ { root?: AccountId32 | undefined; bouncer?: AccountId32 | undefined; nominator?: AccountId32 | undefined }
961
+ >;
962
+
963
+ /**
964
+ * The active balance of pool `pool_id` has been slashed to `balance`.
965
+ **/
966
+ PoolSlashed: GenericPalletEvent<Rv, 'NominationPools', 'PoolSlashed', { poolId: number; balance: bigint }>;
967
+
968
+ /**
969
+ * The unbond pool at `era` of pool `pool_id` has been slashed to `balance`.
970
+ **/
971
+ UnbondingPoolSlashed: GenericPalletEvent<
972
+ Rv,
973
+ 'NominationPools',
974
+ 'UnbondingPoolSlashed',
975
+ { poolId: number; era: number; balance: bigint }
976
+ >;
977
+
978
+ /**
979
+ * A pool's commission setting has been changed.
980
+ **/
981
+ PoolCommissionUpdated: GenericPalletEvent<
982
+ Rv,
983
+ 'NominationPools',
984
+ 'PoolCommissionUpdated',
985
+ { poolId: number; current?: [Perbill, AccountId32] | undefined }
986
+ >;
987
+
988
+ /**
989
+ * A pool's maximum commission setting has been changed.
990
+ **/
991
+ PoolMaxCommissionUpdated: GenericPalletEvent<
992
+ Rv,
993
+ 'NominationPools',
994
+ 'PoolMaxCommissionUpdated',
995
+ { poolId: number; maxCommission: Perbill }
996
+ >;
997
+
998
+ /**
999
+ * A pool's commission `change_rate` has been changed.
1000
+ **/
1001
+ PoolCommissionChangeRateUpdated: GenericPalletEvent<
1002
+ Rv,
1003
+ 'NominationPools',
1004
+ 'PoolCommissionChangeRateUpdated',
1005
+ { poolId: number; changeRate: PalletNominationPoolsCommissionChangeRate }
1006
+ >;
1007
+
1008
+ /**
1009
+ * Pool commission has been claimed.
1010
+ **/
1011
+ PoolCommissionClaimed: GenericPalletEvent<
1012
+ Rv,
1013
+ 'NominationPools',
1014
+ 'PoolCommissionClaimed',
1015
+ { poolId: number; commission: bigint }
1016
+ >;
1017
+
1018
+ /**
1019
+ * Generic pallet event
1020
+ **/
1021
+ [prop: string]: GenericPalletEvent<Rv>;
1022
+ };
1023
+ /**
1024
+ * Pallet `Identity`'s events
1025
+ **/
1026
+ identity: {
1027
+ /**
1028
+ * A name was set or reset (which will remove all judgements).
1029
+ **/
1030
+ IdentitySet: GenericPalletEvent<Rv, 'Identity', 'IdentitySet', { who: AccountId32 }>;
1031
+
1032
+ /**
1033
+ * A name was cleared, and the given balance returned.
1034
+ **/
1035
+ IdentityCleared: GenericPalletEvent<Rv, 'Identity', 'IdentityCleared', { who: AccountId32; deposit: bigint }>;
1036
+
1037
+ /**
1038
+ * A name was removed and the given balance slashed.
1039
+ **/
1040
+ IdentityKilled: GenericPalletEvent<Rv, 'Identity', 'IdentityKilled', { who: AccountId32; deposit: bigint }>;
1041
+
1042
+ /**
1043
+ * A judgement was asked from a registrar.
1044
+ **/
1045
+ JudgementRequested: GenericPalletEvent<
1046
+ Rv,
1047
+ 'Identity',
1048
+ 'JudgementRequested',
1049
+ { who: AccountId32; registrarIndex: number }
1050
+ >;
1051
+
1052
+ /**
1053
+ * A judgement request was retracted.
1054
+ **/
1055
+ JudgementUnrequested: GenericPalletEvent<
1056
+ Rv,
1057
+ 'Identity',
1058
+ 'JudgementUnrequested',
1059
+ { who: AccountId32; registrarIndex: number }
1060
+ >;
1061
+
1062
+ /**
1063
+ * A judgement was given by a registrar.
1064
+ **/
1065
+ JudgementGiven: GenericPalletEvent<
1066
+ Rv,
1067
+ 'Identity',
1068
+ 'JudgementGiven',
1069
+ { target: AccountId32; registrarIndex: number }
1070
+ >;
1071
+
1072
+ /**
1073
+ * A registrar was added.
1074
+ **/
1075
+ RegistrarAdded: GenericPalletEvent<Rv, 'Identity', 'RegistrarAdded', { registrarIndex: number }>;
1076
+
1077
+ /**
1078
+ * A sub-identity was added to an identity and the deposit paid.
1079
+ **/
1080
+ SubIdentityAdded: GenericPalletEvent<
1081
+ Rv,
1082
+ 'Identity',
1083
+ 'SubIdentityAdded',
1084
+ { sub: AccountId32; main: AccountId32; deposit: bigint }
1085
+ >;
1086
+
1087
+ /**
1088
+ * A sub-identity was removed from an identity and the deposit freed.
1089
+ **/
1090
+ SubIdentityRemoved: GenericPalletEvent<
1091
+ Rv,
1092
+ 'Identity',
1093
+ 'SubIdentityRemoved',
1094
+ { sub: AccountId32; main: AccountId32; deposit: bigint }
1095
+ >;
1096
+
1097
+ /**
1098
+ * A sub-identity was cleared, and the given deposit repatriated from the
1099
+ * main identity account to the sub-identity account.
1100
+ **/
1101
+ SubIdentityRevoked: GenericPalletEvent<
1102
+ Rv,
1103
+ 'Identity',
1104
+ 'SubIdentityRevoked',
1105
+ { sub: AccountId32; main: AccountId32; deposit: bigint }
1106
+ >;
1107
+
1108
+ /**
1109
+ * Generic pallet event
1110
+ **/
1111
+ [prop: string]: GenericPalletEvent<Rv>;
1112
+ };
1113
+ /**
1114
+ * Pallet `CommitteeManagement`'s events
1115
+ **/
1116
+ committeeManagement: {
1117
+ /**
1118
+ * Ban thresholds for the next era has changed
1119
+ **/
1120
+ SetBanConfig: GenericPalletEvent<Rv, 'CommitteeManagement', 'SetBanConfig', PrimitivesBanConfig>;
1121
+
1122
+ /**
1123
+ * Validators have been banned from the committee
1124
+ **/
1125
+ BanValidators: GenericPalletEvent<
1126
+ Rv,
1127
+ 'CommitteeManagement',
1128
+ 'BanValidators',
1129
+ Array<[AccountId32, PrimitivesBanInfo]>
1130
+ >;
1131
+
1132
+ /**
1133
+ * Generic pallet event
1134
+ **/
1135
+ [prop: string]: GenericPalletEvent<Rv>;
1136
+ };
1137
+ /**
1138
+ * Pallet `Proxy`'s events
1139
+ **/
1140
+ proxy: {
1141
+ /**
1142
+ * A proxy was executed correctly, with the given.
1143
+ **/
1144
+ ProxyExecuted: GenericPalletEvent<Rv, 'Proxy', 'ProxyExecuted', { result: Result<[], DispatchError> }>;
1145
+
1146
+ /**
1147
+ * A pure account has been created by new proxy with given
1148
+ * disambiguation index and proxy type.
1149
+ **/
1150
+ PureCreated: GenericPalletEvent<
1151
+ Rv,
1152
+ 'Proxy',
1153
+ 'PureCreated',
1154
+ { pure: AccountId32; who: AccountId32; proxyType: AlephRuntimeProxyType; disambiguationIndex: number }
1155
+ >;
1156
+
1157
+ /**
1158
+ * An announcement was placed to make a call in the future.
1159
+ **/
1160
+ Announced: GenericPalletEvent<Rv, 'Proxy', 'Announced', { real: AccountId32; proxy: AccountId32; callHash: H256 }>;
1161
+
1162
+ /**
1163
+ * A proxy was added.
1164
+ **/
1165
+ ProxyAdded: GenericPalletEvent<
1166
+ Rv,
1167
+ 'Proxy',
1168
+ 'ProxyAdded',
1169
+ { delegator: AccountId32; delegatee: AccountId32; proxyType: AlephRuntimeProxyType; delay: number }
1170
+ >;
1171
+
1172
+ /**
1173
+ * A proxy was removed.
1174
+ **/
1175
+ ProxyRemoved: GenericPalletEvent<
1176
+ Rv,
1177
+ 'Proxy',
1178
+ 'ProxyRemoved',
1179
+ { delegator: AccountId32; delegatee: AccountId32; proxyType: AlephRuntimeProxyType; delay: number }
1180
+ >;
1181
+
1182
+ /**
1183
+ * Generic pallet event
1184
+ **/
1185
+ [prop: string]: GenericPalletEvent<Rv>;
1186
+ };
1187
+ /**
1188
+ * Pallet `Operations`'s events
1189
+ **/
1190
+ operations: {
1191
+ /**
1192
+ * An account has fixed its consumers counter underflow
1193
+ **/
1194
+ ConsumersUnderflowFixed: GenericPalletEvent<Rv, 'Operations', 'ConsumersUnderflowFixed', { who: AccountId32 }>;
1195
+
1196
+ /**
1197
+ * Generic pallet event
1198
+ **/
1199
+ [prop: string]: GenericPalletEvent<Rv>;
1200
+ };
1201
+ }