@pezkuwi/api-augment 16.5.5

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 (67) hide show
  1. package/README.md +3 -0
  2. package/build/base.d.ts +2 -0
  3. package/build/bundle.d.ts +2 -0
  4. package/build/index.d.ts +2 -0
  5. package/build/packageDetect.d.ts +1 -0
  6. package/build/packageInfo.d.ts +6 -0
  7. package/build/substrate/consts.d.ts +1876 -0
  8. package/build/substrate/errors.d.ts +3865 -0
  9. package/build/substrate/events.d.ts +4702 -0
  10. package/build/substrate/index.d.ts +8 -0
  11. package/build/substrate/query.d.ts +2767 -0
  12. package/build/substrate/registry.d.ts +1 -0
  13. package/build/substrate/runtime.d.ts +741 -0
  14. package/build/substrate/tx.d.ts +10869 -0
  15. package/package.json +32 -0
  16. package/src/assetHubKusama/consts.ts +1308 -0
  17. package/src/assetHubKusama/errors.ts +2779 -0
  18. package/src/assetHubKusama/events.ts +2296 -0
  19. package/src/assetHubKusama/index.ts +11 -0
  20. package/src/assetHubKusama/query.ts +2193 -0
  21. package/src/assetHubKusama/registry.ts +4 -0
  22. package/src/assetHubKusama/runtime.ts +518 -0
  23. package/src/assetHubKusama/tx.ts +6890 -0
  24. package/src/assetHubPolkadot/consts.ts +1125 -0
  25. package/src/assetHubPolkadot/errors.ts +2360 -0
  26. package/src/assetHubPolkadot/events.ts +2129 -0
  27. package/src/assetHubPolkadot/index.ts +11 -0
  28. package/src/assetHubPolkadot/query.ts +2002 -0
  29. package/src/assetHubPolkadot/registry.ts +4 -0
  30. package/src/assetHubPolkadot/runtime.ts +443 -0
  31. package/src/assetHubPolkadot/tx.ts +6242 -0
  32. package/src/base.ts +6 -0
  33. package/src/bundle.ts +6 -0
  34. package/src/index.ts +6 -0
  35. package/src/kusama/consts.ts +1035 -0
  36. package/src/kusama/errors.ts +2436 -0
  37. package/src/kusama/events.ts +1791 -0
  38. package/src/kusama/index.ts +11 -0
  39. package/src/kusama/query.ts +2505 -0
  40. package/src/kusama/registry.ts +6 -0
  41. package/src/kusama/runtime.ts +610 -0
  42. package/src/kusama/tx.ts +4725 -0
  43. package/src/mod.ts +4 -0
  44. package/src/packageDetect.ts +14 -0
  45. package/src/packageInfo.ts +6 -0
  46. package/src/polkadot/consts.ts +949 -0
  47. package/src/polkadot/errors.ts +2156 -0
  48. package/src/polkadot/events.ts +1600 -0
  49. package/src/polkadot/index.ts +11 -0
  50. package/src/polkadot/query.ts +2357 -0
  51. package/src/polkadot/registry.ts +5 -0
  52. package/src/polkadot/runtime.ts +621 -0
  53. package/src/polkadot/tx.ts +4240 -0
  54. package/src/substrate/consts.ts +1884 -0
  55. package/src/substrate/errors.ts +3873 -0
  56. package/src/substrate/events.ts +2889 -0
  57. package/src/substrate/index.ts +11 -0
  58. package/src/substrate/query.ts +2734 -0
  59. package/src/substrate/registry.ts +4 -0
  60. package/src/substrate/runtime.ts +593 -0
  61. package/src/substrate/tx.ts +8208 -0
  62. package/tsconfig.assetHubKusama.json +22 -0
  63. package/tsconfig.assetHubPolkadot.json +22 -0
  64. package/tsconfig.build.json +23 -0
  65. package/tsconfig.build.tsbuildinfo +1 -0
  66. package/tsconfig.kusama.json +22 -0
  67. package/tsconfig.polkadot.json +22 -0
@@ -0,0 +1,1600 @@
1
+ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit
2
+ /* eslint-disable */
3
+
4
+ // import type lookup before we augment - in some environments
5
+ // this is required to allow for ambient/previous definitions
6
+ import '@polkadot/api-base/types/events';
7
+
8
+ import type { ApiTypes, AugmentedEvent } from '@pezkuwi/api-base/types';
9
+ import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec';
10
+ import type { ITuple } from '@pezkuwi/types-codec/types';
11
+ import type { EthereumAddress } from '@pezkuwi/types/interfaces/eth';
12
+ import type { AccountId32, H256, Perbill } from '@pezkuwi/types/interfaces/runtime';
13
+ import type { FrameSupportDispatchPostDispatchInfo, FrameSupportMessagesProcessMessageError, FrameSupportPreimagesBounded, FrameSupportTokensMiscBalanceStatus, FrameSystemDispatchEventInfo, PalletBalancesUnexpectedKind, PalletConvictionVotingTally, PalletConvictionVotingVoteAccountVote, PalletElectionProviderMultiPhaseElectionCompute, PalletElectionProviderMultiPhasePhase, PalletMultisigTimepoint, PalletNominationPoolsClaimPermission, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsPoolState, PalletProxyDepositKind, PalletRcMigratorMigrationSettings, PalletRcMigratorMigrationStage, PalletRcMigratorQueuePriority, PalletStakingAsyncAhClientUnexpectedKind, PalletStakingForcing, PalletStakingRewardDestination, PalletStakingValidatorPrefs, PalletStateTrieMigrationError, PalletStateTrieMigrationMigrationCompute, PolkadotParachainPrimitivesPrimitivesHrmpChannelId, PolkadotPrimitivesVstagingCandidateReceiptV2, PolkadotRuntimeCommonImplsVersionedLocatableAsset, PolkadotRuntimeConstantsProxyProxyType, PolkadotRuntimeParachainsDisputesDisputeLocation, PolkadotRuntimeParachainsDisputesDisputeResult, PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, SpConsensusGrandpaAppPublic, SpNposElectionsElectionScore, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpWeightsWeightV2Weight, StagingXcmV5AssetAssets, StagingXcmV5Location, StagingXcmV5Response, StagingXcmV5TraitsOutcome, StagingXcmV5Xcm, XcmV3MaybeErrorCode, XcmV3TraitsSendError, XcmV5TraitsError, XcmVersionedAssets, XcmVersionedLocation } from '@pezkuwi/types/lookup';
14
+
15
+ export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;
16
+
17
+ declare module '@polkadot/api-base/types/events' {
18
+ interface AugmentedEvents<ApiType extends ApiTypes> {
19
+ assetRate: {
20
+ AssetRateCreated: AugmentedEvent<ApiType, [assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset, rate: u128], { assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset, rate: u128 }>;
21
+ AssetRateRemoved: AugmentedEvent<ApiType, [assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset], { assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset }>;
22
+ AssetRateUpdated: AugmentedEvent<ApiType, [assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset, old: u128, new_: u128], { assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset, old: u128, new_: u128 }>;
23
+ /**
24
+ * Generic event
25
+ **/
26
+ [key: string]: AugmentedEvent<ApiType>;
27
+ };
28
+ auctions: {
29
+ /**
30
+ * An auction ended. All funds become unreserved.
31
+ **/
32
+ AuctionClosed: AugmentedEvent<ApiType, [auctionIndex: u32], { auctionIndex: u32 }>;
33
+ /**
34
+ * An auction started. Provides its index and the block number where it will begin to
35
+ * close and the first lease period of the quadruplet that is auctioned.
36
+ **/
37
+ AuctionStarted: AugmentedEvent<ApiType, [auctionIndex: u32, leasePeriod: u32, ending: u32], { auctionIndex: u32, leasePeriod: u32, ending: u32 }>;
38
+ /**
39
+ * A new bid has been accepted as the current winner.
40
+ **/
41
+ BidAccepted: AugmentedEvent<ApiType, [bidder: AccountId32, paraId: u32, amount: u128, firstSlot: u32, lastSlot: u32], { bidder: AccountId32, paraId: u32, amount: u128, firstSlot: u32, lastSlot: u32 }>;
42
+ /**
43
+ * Someone attempted to lease the same slot twice for a parachain. The amount is held in
44
+ * reserve but no parachain slot has been leased.
45
+ **/
46
+ ReserveConfiscated: AugmentedEvent<ApiType, [paraId: u32, leaser: AccountId32, amount: u128], { paraId: u32, leaser: AccountId32, amount: u128 }>;
47
+ /**
48
+ * Funds were reserved for a winning bid. First balance is the extra amount reserved.
49
+ * Second is the total.
50
+ **/
51
+ Reserved: AugmentedEvent<ApiType, [bidder: AccountId32, extraReserved: u128, totalAmount: u128], { bidder: AccountId32, extraReserved: u128, totalAmount: u128 }>;
52
+ /**
53
+ * Funds were unreserved since bidder is no longer active. `[bidder, amount]`
54
+ **/
55
+ Unreserved: AugmentedEvent<ApiType, [bidder: AccountId32, amount: u128], { bidder: AccountId32, amount: u128 }>;
56
+ /**
57
+ * The winning offset was chosen for an auction. This will map into the `Winning` storage
58
+ * map.
59
+ **/
60
+ WinningOffset: AugmentedEvent<ApiType, [auctionIndex: u32, blockNumber: u32], { auctionIndex: u32, blockNumber: u32 }>;
61
+ /**
62
+ * Generic event
63
+ **/
64
+ [key: string]: AugmentedEvent<ApiType>;
65
+ };
66
+ balances: {
67
+ /**
68
+ * A balance was set by root.
69
+ **/
70
+ BalanceSet: AugmentedEvent<ApiType, [who: AccountId32, free: u128], { who: AccountId32, free: u128 }>;
71
+ /**
72
+ * Some amount was burned from an account.
73
+ **/
74
+ Burned: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
75
+ /**
76
+ * Some amount was deposited (e.g. for transaction fees).
77
+ **/
78
+ Deposit: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
79
+ /**
80
+ * An account was removed whose balance was non-zero but below ExistentialDeposit,
81
+ * resulting in an outright loss.
82
+ **/
83
+ DustLost: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], { account: AccountId32, amount: u128 }>;
84
+ /**
85
+ * An account was created with some free balance.
86
+ **/
87
+ Endowed: AugmentedEvent<ApiType, [account: AccountId32, freeBalance: u128], { account: AccountId32, freeBalance: u128 }>;
88
+ /**
89
+ * Some balance was frozen.
90
+ **/
91
+ Frozen: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
92
+ /**
93
+ * Total issuance was increased by `amount`, creating a credit to be balanced.
94
+ **/
95
+ Issued: AugmentedEvent<ApiType, [amount: u128], { amount: u128 }>;
96
+ /**
97
+ * Some balance was locked.
98
+ **/
99
+ Locked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
100
+ /**
101
+ * Some amount was minted into an account.
102
+ **/
103
+ Minted: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
104
+ /**
105
+ * Total issuance was decreased by `amount`, creating a debt to be balanced.
106
+ **/
107
+ Rescinded: AugmentedEvent<ApiType, [amount: u128], { amount: u128 }>;
108
+ /**
109
+ * Some balance was reserved (moved from free to reserved).
110
+ **/
111
+ Reserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
112
+ /**
113
+ * Some balance was moved from the reserve of the first account to the second account.
114
+ * Final argument indicates the destination balance type.
115
+ **/
116
+ ReserveRepatriated: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus], { from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus }>;
117
+ /**
118
+ * Some amount was restored into an account.
119
+ **/
120
+ Restored: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
121
+ /**
122
+ * Some amount was removed from the account (e.g. for misbehavior).
123
+ **/
124
+ Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
125
+ /**
126
+ * Some amount was suspended from an account (it can be restored later).
127
+ **/
128
+ Suspended: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
129
+ /**
130
+ * Some balance was thawed.
131
+ **/
132
+ Thawed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
133
+ /**
134
+ * The `TotalIssuance` was forcefully changed.
135
+ **/
136
+ TotalIssuanceForced: AugmentedEvent<ApiType, [old: u128, new_: u128], { old: u128, new_: u128 }>;
137
+ /**
138
+ * Transfer succeeded.
139
+ **/
140
+ Transfer: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], { from: AccountId32, to: AccountId32, amount: u128 }>;
141
+ /**
142
+ * An unexpected/defensive event was triggered.
143
+ **/
144
+ Unexpected: AugmentedEvent<ApiType, [PalletBalancesUnexpectedKind]>;
145
+ /**
146
+ * Some balance was unlocked.
147
+ **/
148
+ Unlocked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
149
+ /**
150
+ * Some balance was unreserved (moved from reserved to free).
151
+ **/
152
+ Unreserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
153
+ /**
154
+ * An account was upgraded.
155
+ **/
156
+ Upgraded: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;
157
+ /**
158
+ * Some amount was withdrawn from the account (e.g. for transaction fees).
159
+ **/
160
+ Withdraw: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
161
+ /**
162
+ * Generic event
163
+ **/
164
+ [key: string]: AugmentedEvent<ApiType>;
165
+ };
166
+ bounties: {
167
+ /**
168
+ * A bounty is approved.
169
+ **/
170
+ BountyApproved: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
171
+ /**
172
+ * A bounty is awarded to a beneficiary.
173
+ **/
174
+ BountyAwarded: AugmentedEvent<ApiType, [index: u32, beneficiary: AccountId32], { index: u32, beneficiary: AccountId32 }>;
175
+ /**
176
+ * A bounty proposal is funded and became active.
177
+ **/
178
+ BountyBecameActive: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
179
+ /**
180
+ * A bounty is cancelled.
181
+ **/
182
+ BountyCanceled: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
183
+ /**
184
+ * A bounty is claimed by beneficiary.
185
+ **/
186
+ BountyClaimed: AugmentedEvent<ApiType, [index: u32, payout: u128, beneficiary: AccountId32], { index: u32, payout: u128, beneficiary: AccountId32 }>;
187
+ /**
188
+ * A bounty expiry is extended.
189
+ **/
190
+ BountyExtended: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
191
+ /**
192
+ * New bounty proposal.
193
+ **/
194
+ BountyProposed: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
195
+ /**
196
+ * A bounty proposal was rejected; funds were slashed.
197
+ **/
198
+ BountyRejected: AugmentedEvent<ApiType, [index: u32, bond: u128], { index: u32, bond: u128 }>;
199
+ /**
200
+ * A bounty curator is accepted.
201
+ **/
202
+ CuratorAccepted: AugmentedEvent<ApiType, [bountyId: u32, curator: AccountId32], { bountyId: u32, curator: AccountId32 }>;
203
+ /**
204
+ * A bounty curator is proposed.
205
+ **/
206
+ CuratorProposed: AugmentedEvent<ApiType, [bountyId: u32, curator: AccountId32], { bountyId: u32, curator: AccountId32 }>;
207
+ /**
208
+ * A bounty curator is unassigned.
209
+ **/
210
+ CuratorUnassigned: AugmentedEvent<ApiType, [bountyId: u32], { bountyId: u32 }>;
211
+ /**
212
+ * A bounty deposit has been poked.
213
+ **/
214
+ DepositPoked: AugmentedEvent<ApiType, [bountyId: u32, proposer: AccountId32, oldDeposit: u128, newDeposit: u128], { bountyId: u32, proposer: AccountId32, oldDeposit: u128, newDeposit: u128 }>;
215
+ /**
216
+ * Generic event
217
+ **/
218
+ [key: string]: AugmentedEvent<ApiType>;
219
+ };
220
+ childBounties: {
221
+ /**
222
+ * A child-bounty is added.
223
+ **/
224
+ Added: AugmentedEvent<ApiType, [index: u32, childIndex: u32], { index: u32, childIndex: u32 }>;
225
+ /**
226
+ * A child-bounty is awarded to a beneficiary.
227
+ **/
228
+ Awarded: AugmentedEvent<ApiType, [index: u32, childIndex: u32, beneficiary: AccountId32], { index: u32, childIndex: u32, beneficiary: AccountId32 }>;
229
+ /**
230
+ * A child-bounty is cancelled.
231
+ **/
232
+ Canceled: AugmentedEvent<ApiType, [index: u32, childIndex: u32], { index: u32, childIndex: u32 }>;
233
+ /**
234
+ * A child-bounty is claimed by beneficiary.
235
+ **/
236
+ Claimed: AugmentedEvent<ApiType, [index: u32, childIndex: u32, payout: u128, beneficiary: AccountId32], { index: u32, childIndex: u32, payout: u128, beneficiary: AccountId32 }>;
237
+ /**
238
+ * Generic event
239
+ **/
240
+ [key: string]: AugmentedEvent<ApiType>;
241
+ };
242
+ claims: {
243
+ /**
244
+ * Someone claimed some DOTs.
245
+ **/
246
+ Claimed: AugmentedEvent<ApiType, [who: AccountId32, ethereumAddress: EthereumAddress, amount: u128], { who: AccountId32, ethereumAddress: EthereumAddress, amount: u128 }>;
247
+ /**
248
+ * Generic event
249
+ **/
250
+ [key: string]: AugmentedEvent<ApiType>;
251
+ };
252
+ convictionVoting: {
253
+ /**
254
+ * An account has delegated their vote to another account. \[who, target\]
255
+ **/
256
+ Delegated: AugmentedEvent<ApiType, [AccountId32, AccountId32]>;
257
+ /**
258
+ * An \[account\] has cancelled a previous delegation operation.
259
+ **/
260
+ Undelegated: AugmentedEvent<ApiType, [AccountId32]>;
261
+ /**
262
+ * An account has voted
263
+ **/
264
+ Voted: AugmentedEvent<ApiType, [who: AccountId32, vote: PalletConvictionVotingVoteAccountVote], { who: AccountId32, vote: PalletConvictionVotingVoteAccountVote }>;
265
+ /**
266
+ * A vote has been removed
267
+ **/
268
+ VoteRemoved: AugmentedEvent<ApiType, [who: AccountId32, vote: PalletConvictionVotingVoteAccountVote], { who: AccountId32, vote: PalletConvictionVotingVoteAccountVote }>;
269
+ /**
270
+ * The lockup period of a conviction vote expired, and the funds have been unlocked.
271
+ **/
272
+ VoteUnlocked: AugmentedEvent<ApiType, [who: AccountId32, class_: u16], { who: AccountId32, class: u16 }>;
273
+ /**
274
+ * Generic event
275
+ **/
276
+ [key: string]: AugmentedEvent<ApiType>;
277
+ };
278
+ coretime: {
279
+ /**
280
+ * A core has received a new assignment from the broker chain.
281
+ **/
282
+ CoreAssigned: AugmentedEvent<ApiType, [core: u32], { core: u32 }>;
283
+ /**
284
+ * The broker chain has asked for revenue information for a specific block.
285
+ **/
286
+ RevenueInfoRequested: AugmentedEvent<ApiType, [when: u32], { when: u32 }>;
287
+ /**
288
+ * Generic event
289
+ **/
290
+ [key: string]: AugmentedEvent<ApiType>;
291
+ };
292
+ crowdloan: {
293
+ /**
294
+ * A parachain has been moved to `NewRaise`
295
+ **/
296
+ AddedToNewRaise: AugmentedEvent<ApiType, [paraId: u32], { paraId: u32 }>;
297
+ /**
298
+ * All loans in a fund have been refunded.
299
+ **/
300
+ AllRefunded: AugmentedEvent<ApiType, [paraId: u32], { paraId: u32 }>;
301
+ /**
302
+ * Contributed to a crowd sale.
303
+ **/
304
+ Contributed: AugmentedEvent<ApiType, [who: AccountId32, fundIndex: u32, amount: u128], { who: AccountId32, fundIndex: u32, amount: u128 }>;
305
+ /**
306
+ * Create a new crowdloaning campaign.
307
+ **/
308
+ Created: AugmentedEvent<ApiType, [paraId: u32], { paraId: u32 }>;
309
+ /**
310
+ * Fund is dissolved.
311
+ **/
312
+ Dissolved: AugmentedEvent<ApiType, [paraId: u32], { paraId: u32 }>;
313
+ /**
314
+ * The configuration to a crowdloan has been edited.
315
+ **/
316
+ Edited: AugmentedEvent<ApiType, [paraId: u32], { paraId: u32 }>;
317
+ /**
318
+ * The result of trying to submit a new bid to the Slots pallet.
319
+ **/
320
+ HandleBidResult: AugmentedEvent<ApiType, [paraId: u32, result: Result<Null, SpRuntimeDispatchError>], { paraId: u32, result: Result<Null, SpRuntimeDispatchError> }>;
321
+ /**
322
+ * A memo has been updated.
323
+ **/
324
+ MemoUpdated: AugmentedEvent<ApiType, [who: AccountId32, paraId: u32, memo: Bytes], { who: AccountId32, paraId: u32, memo: Bytes }>;
325
+ /**
326
+ * The loans in a fund have been partially dissolved, i.e. there are some left
327
+ * over child keys that still need to be killed.
328
+ **/
329
+ PartiallyRefunded: AugmentedEvent<ApiType, [paraId: u32], { paraId: u32 }>;
330
+ /**
331
+ * Withdrew full balance of a contributor.
332
+ **/
333
+ Withdrew: AugmentedEvent<ApiType, [who: AccountId32, fundIndex: u32, amount: u128], { who: AccountId32, fundIndex: u32, amount: u128 }>;
334
+ /**
335
+ * Generic event
336
+ **/
337
+ [key: string]: AugmentedEvent<ApiType>;
338
+ };
339
+ delegatedStaking: {
340
+ /**
341
+ * Funds delegated by a delegator.
342
+ **/
343
+ Delegated: AugmentedEvent<ApiType, [agent: AccountId32, delegator: AccountId32, amount: u128], { agent: AccountId32, delegator: AccountId32, amount: u128 }>;
344
+ /**
345
+ * Unclaimed delegation funds migrated to delegator.
346
+ **/
347
+ MigratedDelegation: AugmentedEvent<ApiType, [agent: AccountId32, delegator: AccountId32, amount: u128], { agent: AccountId32, delegator: AccountId32, amount: u128 }>;
348
+ /**
349
+ * Funds released to a delegator.
350
+ **/
351
+ Released: AugmentedEvent<ApiType, [agent: AccountId32, delegator: AccountId32, amount: u128], { agent: AccountId32, delegator: AccountId32, amount: u128 }>;
352
+ /**
353
+ * Funds slashed from a delegator.
354
+ **/
355
+ Slashed: AugmentedEvent<ApiType, [agent: AccountId32, delegator: AccountId32, amount: u128], { agent: AccountId32, delegator: AccountId32, amount: u128 }>;
356
+ /**
357
+ * Generic event
358
+ **/
359
+ [key: string]: AugmentedEvent<ApiType>;
360
+ };
361
+ electionProviderMultiPhase: {
362
+ /**
363
+ * An election failed.
364
+ *
365
+ * Not much can be said about which computes failed in the process.
366
+ **/
367
+ ElectionFailed: AugmentedEvent<ApiType, []>;
368
+ /**
369
+ * The election has been finalized, with the given computation and score.
370
+ **/
371
+ ElectionFinalized: AugmentedEvent<ApiType, [compute: PalletElectionProviderMultiPhaseElectionCompute, score: SpNposElectionsElectionScore], { compute: PalletElectionProviderMultiPhaseElectionCompute, score: SpNposElectionsElectionScore }>;
372
+ /**
373
+ * There was a phase transition in a given round.
374
+ **/
375
+ PhaseTransitioned: AugmentedEvent<ApiType, [from: PalletElectionProviderMultiPhasePhase, to: PalletElectionProviderMultiPhasePhase, round: u32], { from: PalletElectionProviderMultiPhasePhase, to: PalletElectionProviderMultiPhasePhase, round: u32 }>;
376
+ /**
377
+ * An account has been rewarded for their signed submission being finalized.
378
+ **/
379
+ Rewarded: AugmentedEvent<ApiType, [account: AccountId32, value: u128], { account: AccountId32, value: u128 }>;
380
+ /**
381
+ * An account has been slashed for submitting an invalid signed submission.
382
+ **/
383
+ Slashed: AugmentedEvent<ApiType, [account: AccountId32, value: u128], { account: AccountId32, value: u128 }>;
384
+ /**
385
+ * A solution was stored with the given compute.
386
+ *
387
+ * The `origin` indicates the origin of the solution. If `origin` is `Some(AccountId)`,
388
+ * the stored solution was submitted in the signed phase by a miner with the `AccountId`.
389
+ * Otherwise, the solution was stored either during the unsigned phase or by
390
+ * `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make
391
+ * room for this one.
392
+ **/
393
+ SolutionStored: AugmentedEvent<ApiType, [compute: PalletElectionProviderMultiPhaseElectionCompute, origin: Option<AccountId32>, prevEjected: bool], { compute: PalletElectionProviderMultiPhaseElectionCompute, origin: Option<AccountId32>, prevEjected: bool }>;
394
+ /**
395
+ * Generic event
396
+ **/
397
+ [key: string]: AugmentedEvent<ApiType>;
398
+ };
399
+ fastUnstake: {
400
+ /**
401
+ * A batch was partially checked for the given eras, but the process did not finish.
402
+ **/
403
+ BatchChecked: AugmentedEvent<ApiType, [eras: Vec<u32>], { eras: Vec<u32> }>;
404
+ /**
405
+ * A batch of a given size was terminated.
406
+ *
407
+ * This is always follows by a number of `Unstaked` or `Slashed` events, marking the end
408
+ * of the batch. A new batch will be created upon next block.
409
+ **/
410
+ BatchFinished: AugmentedEvent<ApiType, [size_: u32], { size_: u32 }>;
411
+ /**
412
+ * An internal error happened. Operations will be paused now.
413
+ **/
414
+ InternalError: AugmentedEvent<ApiType, []>;
415
+ /**
416
+ * A staker was slashed for requesting fast-unstake whilst being exposed.
417
+ **/
418
+ Slashed: AugmentedEvent<ApiType, [stash: AccountId32, amount: u128], { stash: AccountId32, amount: u128 }>;
419
+ /**
420
+ * A staker was unstaked.
421
+ **/
422
+ Unstaked: AugmentedEvent<ApiType, [stash: AccountId32, result: Result<Null, SpRuntimeDispatchError>], { stash: AccountId32, result: Result<Null, SpRuntimeDispatchError> }>;
423
+ /**
424
+ * Generic event
425
+ **/
426
+ [key: string]: AugmentedEvent<ApiType>;
427
+ };
428
+ grandpa: {
429
+ /**
430
+ * New authority set has been applied.
431
+ **/
432
+ NewAuthorities: AugmentedEvent<ApiType, [authoritySet: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>], { authoritySet: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>> }>;
433
+ /**
434
+ * Current authority set has been paused.
435
+ **/
436
+ Paused: AugmentedEvent<ApiType, []>;
437
+ /**
438
+ * Current authority set has been resumed.
439
+ **/
440
+ Resumed: AugmentedEvent<ApiType, []>;
441
+ /**
442
+ * Generic event
443
+ **/
444
+ [key: string]: AugmentedEvent<ApiType>;
445
+ };
446
+ historical: {
447
+ /**
448
+ * The merkle roots of up to this session index were pruned
449
+ **/
450
+ RootsPruned: AugmentedEvent<ApiType, [upTo: u32], { upTo: u32 }>;
451
+ /**
452
+ * The merkle root of the validators of the said session were stored
453
+ **/
454
+ RootStored: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
455
+ /**
456
+ * Generic event
457
+ **/
458
+ [key: string]: AugmentedEvent<ApiType>;
459
+ };
460
+ hrmp: {
461
+ /**
462
+ * HRMP channel closed.
463
+ **/
464
+ ChannelClosed: AugmentedEvent<ApiType, [byParachain: u32, channelId: PolkadotParachainPrimitivesPrimitivesHrmpChannelId], { byParachain: u32, channelId: PolkadotParachainPrimitivesPrimitivesHrmpChannelId }>;
465
+ /**
466
+ * An HRMP channel was opened via Root origin.
467
+ **/
468
+ HrmpChannelForceOpened: AugmentedEvent<ApiType, [sender: u32, recipient: u32, proposedMaxCapacity: u32, proposedMaxMessageSize: u32], { sender: u32, recipient: u32, proposedMaxCapacity: u32, proposedMaxMessageSize: u32 }>;
469
+ /**
470
+ * An HRMP channel was opened with a system chain.
471
+ **/
472
+ HrmpSystemChannelOpened: AugmentedEvent<ApiType, [sender: u32, recipient: u32, proposedMaxCapacity: u32, proposedMaxMessageSize: u32], { sender: u32, recipient: u32, proposedMaxCapacity: u32, proposedMaxMessageSize: u32 }>;
473
+ /**
474
+ * Open HRMP channel accepted.
475
+ **/
476
+ OpenChannelAccepted: AugmentedEvent<ApiType, [sender: u32, recipient: u32], { sender: u32, recipient: u32 }>;
477
+ /**
478
+ * An HRMP channel request sent by the receiver was canceled by either party.
479
+ **/
480
+ OpenChannelCanceled: AugmentedEvent<ApiType, [byParachain: u32, channelId: PolkadotParachainPrimitivesPrimitivesHrmpChannelId], { byParachain: u32, channelId: PolkadotParachainPrimitivesPrimitivesHrmpChannelId }>;
481
+ /**
482
+ * An HRMP channel's deposits were updated.
483
+ **/
484
+ OpenChannelDepositsUpdated: AugmentedEvent<ApiType, [sender: u32, recipient: u32], { sender: u32, recipient: u32 }>;
485
+ /**
486
+ * Open HRMP channel requested.
487
+ **/
488
+ OpenChannelRequested: AugmentedEvent<ApiType, [sender: u32, recipient: u32, proposedMaxCapacity: u32, proposedMaxMessageSize: u32], { sender: u32, recipient: u32, proposedMaxCapacity: u32, proposedMaxMessageSize: u32 }>;
489
+ /**
490
+ * Generic event
491
+ **/
492
+ [key: string]: AugmentedEvent<ApiType>;
493
+ };
494
+ indices: {
495
+ /**
496
+ * A deposit to reserve an index has been poked/reconsidered.
497
+ **/
498
+ DepositPoked: AugmentedEvent<ApiType, [who: AccountId32, index: u32, oldDeposit: u128, newDeposit: u128], { who: AccountId32, index: u32, oldDeposit: u128, newDeposit: u128 }>;
499
+ /**
500
+ * A account index was assigned.
501
+ **/
502
+ IndexAssigned: AugmentedEvent<ApiType, [who: AccountId32, index: u32], { who: AccountId32, index: u32 }>;
503
+ /**
504
+ * A account index has been freed up (unassigned).
505
+ **/
506
+ IndexFreed: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
507
+ /**
508
+ * A account index has been frozen to its current account ID.
509
+ **/
510
+ IndexFrozen: AugmentedEvent<ApiType, [index: u32, who: AccountId32], { index: u32, who: AccountId32 }>;
511
+ /**
512
+ * Generic event
513
+ **/
514
+ [key: string]: AugmentedEvent<ApiType>;
515
+ };
516
+ messageQueue: {
517
+ /**
518
+ * Message placed in overweight queue.
519
+ **/
520
+ OverweightEnqueued: AugmentedEvent<ApiType, [id: U8aFixed, origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, pageIndex: u32, messageIndex: u32], { id: U8aFixed, origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, pageIndex: u32, messageIndex: u32 }>;
521
+ /**
522
+ * This page was reaped.
523
+ **/
524
+ PageReaped: AugmentedEvent<ApiType, [origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, index: u32], { origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, index: u32 }>;
525
+ /**
526
+ * Message is processed.
527
+ **/
528
+ Processed: AugmentedEvent<ApiType, [id: H256, origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, weightUsed: SpWeightsWeightV2Weight, success: bool], { id: H256, origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, weightUsed: SpWeightsWeightV2Weight, success: bool }>;
529
+ /**
530
+ * Message discarded due to an error in the `MessageProcessor` (usually a format error).
531
+ **/
532
+ ProcessingFailed: AugmentedEvent<ApiType, [id: H256, origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, error: FrameSupportMessagesProcessMessageError], { id: H256, origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin, error: FrameSupportMessagesProcessMessageError }>;
533
+ /**
534
+ * Generic event
535
+ **/
536
+ [key: string]: AugmentedEvent<ApiType>;
537
+ };
538
+ multisig: {
539
+ /**
540
+ * The deposit for a multisig operation has been updated/poked.
541
+ **/
542
+ DepositPoked: AugmentedEvent<ApiType, [who: AccountId32, callHash: U8aFixed, oldDeposit: u128, newDeposit: u128], { who: AccountId32, callHash: U8aFixed, oldDeposit: u128, newDeposit: u128 }>;
543
+ /**
544
+ * A multisig operation has been approved by someone.
545
+ **/
546
+ MultisigApproval: AugmentedEvent<ApiType, [approving: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed], { approving: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed }>;
547
+ /**
548
+ * A multisig operation has been cancelled.
549
+ **/
550
+ MultisigCancelled: AugmentedEvent<ApiType, [cancelling: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed], { cancelling: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed }>;
551
+ /**
552
+ * A multisig operation has been executed.
553
+ **/
554
+ MultisigExecuted: AugmentedEvent<ApiType, [approving: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed, result: Result<Null, SpRuntimeDispatchError>], { approving: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed, result: Result<Null, SpRuntimeDispatchError> }>;
555
+ /**
556
+ * A new multisig operation has begun.
557
+ **/
558
+ NewMultisig: AugmentedEvent<ApiType, [approving: AccountId32, multisig: AccountId32, callHash: U8aFixed], { approving: AccountId32, multisig: AccountId32, callHash: U8aFixed }>;
559
+ /**
560
+ * Generic event
561
+ **/
562
+ [key: string]: AugmentedEvent<ApiType>;
563
+ };
564
+ nominationPools: {
565
+ /**
566
+ * A member has became bonded in a pool.
567
+ **/
568
+ Bonded: AugmentedEvent<ApiType, [member: AccountId32, poolId: u32, bonded: u128, joined: bool], { member: AccountId32, poolId: u32, bonded: u128, joined: bool }>;
569
+ /**
570
+ * A pool has been created.
571
+ **/
572
+ Created: AugmentedEvent<ApiType, [depositor: AccountId32, poolId: u32], { depositor: AccountId32, poolId: u32 }>;
573
+ /**
574
+ * A pool has been destroyed.
575
+ **/
576
+ Destroyed: AugmentedEvent<ApiType, [poolId: u32], { poolId: u32 }>;
577
+ /**
578
+ * Global parameters regulating nomination pools have been updated.
579
+ **/
580
+ GlobalParamsUpdated: AugmentedEvent<ApiType, [minJoinBond: u128, minCreateBond: u128, maxPools: Option<u32>, maxMembers: Option<u32>, maxMembersPerPool: Option<u32>, globalMaxCommission: Option<Perbill>], { minJoinBond: u128, minCreateBond: u128, maxPools: Option<u32>, maxMembers: Option<u32>, maxMembersPerPool: Option<u32>, globalMaxCommission: Option<Perbill> }>;
581
+ /**
582
+ * A pool member's claim permission has been updated.
583
+ **/
584
+ MemberClaimPermissionUpdated: AugmentedEvent<ApiType, [member: AccountId32, permission: PalletNominationPoolsClaimPermission], { member: AccountId32, permission: PalletNominationPoolsClaimPermission }>;
585
+ /**
586
+ * A member has been removed from a pool.
587
+ *
588
+ * The removal can be voluntary (withdrawn all unbonded funds) or involuntary (kicked).
589
+ * Any funds that are still delegated (i.e. dangling delegation) are released and are
590
+ * represented by `released_balance`.
591
+ **/
592
+ MemberRemoved: AugmentedEvent<ApiType, [poolId: u32, member: AccountId32, releasedBalance: u128], { poolId: u32, member: AccountId32, releasedBalance: u128 }>;
593
+ /**
594
+ * A pool's metadata was updated.
595
+ **/
596
+ MetadataUpdated: AugmentedEvent<ApiType, [poolId: u32, caller: AccountId32], { poolId: u32, caller: AccountId32 }>;
597
+ /**
598
+ * Topped up deficit in frozen ED of the reward pool.
599
+ **/
600
+ MinBalanceDeficitAdjusted: AugmentedEvent<ApiType, [poolId: u32, amount: u128], { poolId: u32, amount: u128 }>;
601
+ /**
602
+ * Claimed excess frozen ED of af the reward pool.
603
+ **/
604
+ MinBalanceExcessAdjusted: AugmentedEvent<ApiType, [poolId: u32, amount: u128], { poolId: u32, amount: u128 }>;
605
+ /**
606
+ * A payout has been made to a member.
607
+ **/
608
+ PaidOut: AugmentedEvent<ApiType, [member: AccountId32, poolId: u32, payout: u128], { member: AccountId32, poolId: u32, payout: u128 }>;
609
+ /**
610
+ * A pool's commission `change_rate` has been changed.
611
+ **/
612
+ PoolCommissionChangeRateUpdated: AugmentedEvent<ApiType, [poolId: u32, changeRate: PalletNominationPoolsCommissionChangeRate], { poolId: u32, changeRate: PalletNominationPoolsCommissionChangeRate }>;
613
+ /**
614
+ * Pool commission has been claimed.
615
+ **/
616
+ PoolCommissionClaimed: AugmentedEvent<ApiType, [poolId: u32, commission: u128], { poolId: u32, commission: u128 }>;
617
+ /**
618
+ * Pool commission claim permission has been updated.
619
+ **/
620
+ PoolCommissionClaimPermissionUpdated: AugmentedEvent<ApiType, [poolId: u32, permission: Option<PalletNominationPoolsCommissionClaimPermission>], { poolId: u32, permission: Option<PalletNominationPoolsCommissionClaimPermission> }>;
621
+ /**
622
+ * A pool's commission setting has been changed.
623
+ **/
624
+ PoolCommissionUpdated: AugmentedEvent<ApiType, [poolId: u32, current: Option<ITuple<[Perbill, AccountId32]>>], { poolId: u32, current: Option<ITuple<[Perbill, AccountId32]>> }>;
625
+ /**
626
+ * A pool's maximum commission setting has been changed.
627
+ **/
628
+ PoolMaxCommissionUpdated: AugmentedEvent<ApiType, [poolId: u32, maxCommission: Perbill], { poolId: u32, maxCommission: Perbill }>;
629
+ /**
630
+ * A pool's nominating account (or the pool's root account) has nominated a validator set
631
+ * on behalf of the pool.
632
+ **/
633
+ PoolNominationMade: AugmentedEvent<ApiType, [poolId: u32, caller: AccountId32], { poolId: u32, caller: AccountId32 }>;
634
+ /**
635
+ * The pool is chilled i.e. no longer nominating.
636
+ **/
637
+ PoolNominatorChilled: AugmentedEvent<ApiType, [poolId: u32, caller: AccountId32], { poolId: u32, caller: AccountId32 }>;
638
+ /**
639
+ * The active balance of pool `pool_id` has been slashed to `balance`.
640
+ **/
641
+ PoolSlashed: AugmentedEvent<ApiType, [poolId: u32, balance: u128], { poolId: u32, balance: u128 }>;
642
+ /**
643
+ * The roles of a pool have been updated to the given new roles. Note that the depositor
644
+ * can never change.
645
+ **/
646
+ RolesUpdated: AugmentedEvent<ApiType, [root: Option<AccountId32>, bouncer: Option<AccountId32>, nominator: Option<AccountId32>], { root: Option<AccountId32>, bouncer: Option<AccountId32>, nominator: Option<AccountId32> }>;
647
+ /**
648
+ * The state of a pool has changed
649
+ **/
650
+ StateChanged: AugmentedEvent<ApiType, [poolId: u32, newState: PalletNominationPoolsPoolState], { poolId: u32, newState: PalletNominationPoolsPoolState }>;
651
+ /**
652
+ * A member has unbonded from their pool.
653
+ *
654
+ * - `balance` is the corresponding balance of the number of points that has been
655
+ * requested to be unbonded (the argument of the `unbond` transaction) from the bonded
656
+ * pool.
657
+ * - `points` is the number of points that are issued as a result of `balance` being
658
+ * dissolved into the corresponding unbonding pool.
659
+ * - `era` is the era in which the balance will be unbonded.
660
+ * In the absence of slashing, these values will match. In the presence of slashing, the
661
+ * number of points that are issued in the unbonding pool will be less than the amount
662
+ * requested to be unbonded.
663
+ **/
664
+ Unbonded: AugmentedEvent<ApiType, [member: AccountId32, poolId: u32, balance: u128, points: u128, era: u32], { member: AccountId32, poolId: u32, balance: u128, points: u128, era: u32 }>;
665
+ /**
666
+ * The unbond pool at `era` of pool `pool_id` has been slashed to `balance`.
667
+ **/
668
+ UnbondingPoolSlashed: AugmentedEvent<ApiType, [poolId: u32, era: u32, balance: u128], { poolId: u32, era: u32, balance: u128 }>;
669
+ /**
670
+ * A member has withdrawn from their pool.
671
+ *
672
+ * The given number of `points` have been dissolved in return of `balance`.
673
+ *
674
+ * Similar to `Unbonded` event, in the absence of slashing, the ratio of point to balance
675
+ * will be 1.
676
+ **/
677
+ Withdrawn: AugmentedEvent<ApiType, [member: AccountId32, poolId: u32, balance: u128, points: u128], { member: AccountId32, poolId: u32, balance: u128, points: u128 }>;
678
+ /**
679
+ * Generic event
680
+ **/
681
+ [key: string]: AugmentedEvent<ApiType>;
682
+ };
683
+ offences: {
684
+ /**
685
+ * There is an offence reported of the given `kind` happened at the `session_index` and
686
+ * (kind-specific) time slot. This event is not deposited for duplicate slashes.
687
+ * \[kind, timeslot\].
688
+ **/
689
+ Offence: AugmentedEvent<ApiType, [kind: U8aFixed, timeslot: Bytes], { kind: U8aFixed, timeslot: Bytes }>;
690
+ /**
691
+ * Generic event
692
+ **/
693
+ [key: string]: AugmentedEvent<ApiType>;
694
+ };
695
+ onDemand: {
696
+ /**
697
+ * An account was given credits.
698
+ **/
699
+ AccountCredited: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
700
+ /**
701
+ * An order was placed at some spot price amount by orderer ordered_by
702
+ **/
703
+ OnDemandOrderPlaced: AugmentedEvent<ApiType, [paraId: u32, spotPrice: u128, orderedBy: AccountId32], { paraId: u32, spotPrice: u128, orderedBy: AccountId32 }>;
704
+ /**
705
+ * The value of the spot price has likely changed
706
+ **/
707
+ SpotPriceSet: AugmentedEvent<ApiType, [spotPrice: u128], { spotPrice: u128 }>;
708
+ /**
709
+ * Generic event
710
+ **/
711
+ [key: string]: AugmentedEvent<ApiType>;
712
+ };
713
+ paraInclusion: {
714
+ /**
715
+ * A candidate was backed. `[candidate, head_data]`
716
+ **/
717
+ CandidateBacked: AugmentedEvent<ApiType, [PolkadotPrimitivesVstagingCandidateReceiptV2, Bytes, u32, u32]>;
718
+ /**
719
+ * A candidate was included. `[candidate, head_data]`
720
+ **/
721
+ CandidateIncluded: AugmentedEvent<ApiType, [PolkadotPrimitivesVstagingCandidateReceiptV2, Bytes, u32, u32]>;
722
+ /**
723
+ * A candidate timed out. `[candidate, head_data]`
724
+ **/
725
+ CandidateTimedOut: AugmentedEvent<ApiType, [PolkadotPrimitivesVstagingCandidateReceiptV2, Bytes, u32]>;
726
+ /**
727
+ * Some upward messages have been received and will be processed.
728
+ **/
729
+ UpwardMessagesReceived: AugmentedEvent<ApiType, [from: u32, count: u32], { from: u32, count: u32 }>;
730
+ /**
731
+ * Generic event
732
+ **/
733
+ [key: string]: AugmentedEvent<ApiType>;
734
+ };
735
+ paras: {
736
+ /**
737
+ * A para has been queued to execute pending actions. `para_id`
738
+ **/
739
+ ActionQueued: AugmentedEvent<ApiType, [u32, u32]>;
740
+ /**
741
+ * A new code hash has been authorized for a Para.
742
+ **/
743
+ CodeAuthorized: AugmentedEvent<ApiType, [paraId: u32, codeHash: H256, expireAt: u32], { paraId: u32, codeHash: H256, expireAt: u32 }>;
744
+ /**
745
+ * A code upgrade has been scheduled for a Para. `para_id`
746
+ **/
747
+ CodeUpgradeScheduled: AugmentedEvent<ApiType, [u32]>;
748
+ /**
749
+ * Current code has been updated for a Para. `para_id`
750
+ **/
751
+ CurrentCodeUpdated: AugmentedEvent<ApiType, [u32]>;
752
+ /**
753
+ * Current head has been updated for a Para. `para_id`
754
+ **/
755
+ CurrentHeadUpdated: AugmentedEvent<ApiType, [u32]>;
756
+ /**
757
+ * A new head has been noted for a Para. `para_id`
758
+ **/
759
+ NewHeadNoted: AugmentedEvent<ApiType, [u32]>;
760
+ /**
761
+ * The given validation code was accepted by the PVF pre-checking vote.
762
+ * `code_hash` `para_id`
763
+ **/
764
+ PvfCheckAccepted: AugmentedEvent<ApiType, [H256, u32]>;
765
+ /**
766
+ * The given validation code was rejected by the PVF pre-checking vote.
767
+ * `code_hash` `para_id`
768
+ **/
769
+ PvfCheckRejected: AugmentedEvent<ApiType, [H256, u32]>;
770
+ /**
771
+ * The given para either initiated or subscribed to a PVF check for the given validation
772
+ * code. `code_hash` `para_id`
773
+ **/
774
+ PvfCheckStarted: AugmentedEvent<ApiType, [H256, u32]>;
775
+ /**
776
+ * The upgrade cooldown was removed.
777
+ **/
778
+ UpgradeCooldownRemoved: AugmentedEvent<ApiType, [paraId: u32], { paraId: u32 }>;
779
+ /**
780
+ * Generic event
781
+ **/
782
+ [key: string]: AugmentedEvent<ApiType>;
783
+ };
784
+ parasDisputes: {
785
+ /**
786
+ * A dispute has concluded for or against a candidate.
787
+ * `\[para id, candidate hash, dispute result\]`
788
+ **/
789
+ DisputeConcluded: AugmentedEvent<ApiType, [H256, PolkadotRuntimeParachainsDisputesDisputeResult]>;
790
+ /**
791
+ * A dispute has been initiated. \[candidate hash, dispute location\]
792
+ **/
793
+ DisputeInitiated: AugmentedEvent<ApiType, [H256, PolkadotRuntimeParachainsDisputesDisputeLocation]>;
794
+ /**
795
+ * A dispute has concluded with supermajority against a candidate.
796
+ * Block authors should no longer build on top of this head and should
797
+ * instead revert the block at the given height. This should be the
798
+ * number of the child of the last known valid block in the chain.
799
+ **/
800
+ Revert: AugmentedEvent<ApiType, [u32]>;
801
+ /**
802
+ * Generic event
803
+ **/
804
+ [key: string]: AugmentedEvent<ApiType>;
805
+ };
806
+ preimage: {
807
+ /**
808
+ * A preimage has ben cleared.
809
+ **/
810
+ Cleared: AugmentedEvent<ApiType, [hash_: H256], { hash_: H256 }>;
811
+ /**
812
+ * A preimage has been noted.
813
+ **/
814
+ Noted: AugmentedEvent<ApiType, [hash_: H256], { hash_: H256 }>;
815
+ /**
816
+ * A preimage has been requested.
817
+ **/
818
+ Requested: AugmentedEvent<ApiType, [hash_: H256], { hash_: H256 }>;
819
+ /**
820
+ * Generic event
821
+ **/
822
+ [key: string]: AugmentedEvent<ApiType>;
823
+ };
824
+ proxy: {
825
+ /**
826
+ * An announcement was placed to make a call in the future.
827
+ **/
828
+ Announced: AugmentedEvent<ApiType, [real: AccountId32, proxy: AccountId32, callHash: H256], { real: AccountId32, proxy: AccountId32, callHash: H256 }>;
829
+ /**
830
+ * A deposit stored for proxies or announcements was poked / updated.
831
+ **/
832
+ DepositPoked: AugmentedEvent<ApiType, [who: AccountId32, kind: PalletProxyDepositKind, oldDeposit: u128, newDeposit: u128], { who: AccountId32, kind: PalletProxyDepositKind, oldDeposit: u128, newDeposit: u128 }>;
833
+ /**
834
+ * A proxy was added.
835
+ **/
836
+ ProxyAdded: AugmentedEvent<ApiType, [delegator: AccountId32, delegatee: AccountId32, proxyType: PolkadotRuntimeConstantsProxyProxyType, delay: u32], { delegator: AccountId32, delegatee: AccountId32, proxyType: PolkadotRuntimeConstantsProxyProxyType, delay: u32 }>;
837
+ /**
838
+ * A proxy was executed correctly, with the given.
839
+ **/
840
+ ProxyExecuted: AugmentedEvent<ApiType, [result: Result<Null, SpRuntimeDispatchError>], { result: Result<Null, SpRuntimeDispatchError> }>;
841
+ /**
842
+ * A proxy was removed.
843
+ **/
844
+ ProxyRemoved: AugmentedEvent<ApiType, [delegator: AccountId32, delegatee: AccountId32, proxyType: PolkadotRuntimeConstantsProxyProxyType, delay: u32], { delegator: AccountId32, delegatee: AccountId32, proxyType: PolkadotRuntimeConstantsProxyProxyType, delay: u32 }>;
845
+ /**
846
+ * A pure account has been created by new proxy with given
847
+ * disambiguation index and proxy type.
848
+ **/
849
+ PureCreated: AugmentedEvent<ApiType, [pure: AccountId32, who: AccountId32, proxyType: PolkadotRuntimeConstantsProxyProxyType, disambiguationIndex: u16], { pure: AccountId32, who: AccountId32, proxyType: PolkadotRuntimeConstantsProxyProxyType, disambiguationIndex: u16 }>;
850
+ /**
851
+ * A pure proxy was killed by its spawner.
852
+ **/
853
+ PureKilled: AugmentedEvent<ApiType, [pure: AccountId32, spawner: AccountId32, proxyType: PolkadotRuntimeConstantsProxyProxyType, disambiguationIndex: u16], { pure: AccountId32, spawner: AccountId32, proxyType: PolkadotRuntimeConstantsProxyProxyType, disambiguationIndex: u16 }>;
854
+ /**
855
+ * Generic event
856
+ **/
857
+ [key: string]: AugmentedEvent<ApiType>;
858
+ };
859
+ rcMigrator: {
860
+ /**
861
+ * The accounts to be preserved on Relay Chain were set.
862
+ **/
863
+ AccountsPreserved: AugmentedEvent<ApiType, [accounts: Vec<AccountId32>], { accounts: Vec<AccountId32> }>;
864
+ /**
865
+ * The AH UMP queue priority config was set.
866
+ **/
867
+ AhUmpQueuePriorityConfigSet: AugmentedEvent<ApiType, [old: PalletRcMigratorQueuePriority, new_: PalletRcMigratorQueuePriority], { old: PalletRcMigratorQueuePriority, new_: PalletRcMigratorQueuePriority }>;
868
+ /**
869
+ * Whether the AH UMP queue was prioritized for the next block.
870
+ **/
871
+ AhUmpQueuePrioritySet: AugmentedEvent<ApiType, [prioritized: bool, cycleBlock: u32, cyclePeriod: u32], { prioritized: bool, cycleBlock: u32, cyclePeriod: u32 }>;
872
+ /**
873
+ * The Asset Hub Migration finished.
874
+ *
875
+ * This event is equivalent to `StageTransition { new: MigrationDone, .. }` but is easier
876
+ * to understand. The finishing is immediate and affects all events happening
877
+ * afterwards.
878
+ **/
879
+ AssetHubMigrationFinished: AugmentedEvent<ApiType, []>;
880
+ /**
881
+ * The Asset Hub Migration started and is active until `AssetHubMigrationFinished` is
882
+ * emitted.
883
+ *
884
+ * This event is equivalent to `StageTransition { new: Initializing, .. }` but is easier
885
+ * to understand. The activation is immediate and affects all events happening
886
+ * afterwards.
887
+ **/
888
+ AssetHubMigrationStarted: AugmentedEvent<ApiType, []>;
889
+ /**
890
+ * The canceller account id was set.
891
+ **/
892
+ CancellerSet: AugmentedEvent<ApiType, [old: Option<AccountId32>, new_: Option<AccountId32>], { old: Option<AccountId32>, new_: Option<AccountId32> }>;
893
+ /**
894
+ * The manager multisig dispatched something.
895
+ **/
896
+ ManagerMultisigDispatched: AugmentedEvent<ApiType, [res: Result<Null, SpRuntimeDispatchError>], { res: Result<Null, SpRuntimeDispatchError> }>;
897
+ /**
898
+ * The manager multisig received a vote.
899
+ **/
900
+ ManagerMultisigVoted: AugmentedEvent<ApiType, [votes: u32], { votes: u32 }>;
901
+ /**
902
+ * The manager account id was set.
903
+ **/
904
+ ManagerSet: AugmentedEvent<ApiType, [old: Option<AccountId32>, new_: Option<AccountId32>], { old: Option<AccountId32>, new_: Option<AccountId32> }>;
905
+ /**
906
+ * The RC kept balance was consumed.
907
+ **/
908
+ MigratedBalanceConsumed: AugmentedEvent<ApiType, [kept: u128, migrated: u128], { kept: u128, migrated: u128 }>;
909
+ /**
910
+ * The total issuance was recorded.
911
+ **/
912
+ MigratedBalanceRecordSet: AugmentedEvent<ApiType, [kept: u128, migrated: u128], { kept: u128, migrated: u128 }>;
913
+ /**
914
+ * The migration was cancelled.
915
+ **/
916
+ MigrationCancelled: AugmentedEvent<ApiType, []>;
917
+ /**
918
+ * The migration was paused.
919
+ **/
920
+ MigrationPaused: AugmentedEvent<ApiType, [pauseStage: PalletRcMigratorMigrationStage], { pauseStage: PalletRcMigratorMigrationStage }>;
921
+ /**
922
+ * The migration settings were set.
923
+ **/
924
+ MigrationSettingsSet: AugmentedEvent<ApiType, [old: Option<PalletRcMigratorMigrationSettings>, new_: Option<PalletRcMigratorMigrationSettings>], { old: Option<PalletRcMigratorMigrationSettings>, new_: Option<PalletRcMigratorMigrationSettings> }>;
925
+ /**
926
+ * Some pure accounts were indexed for possibly receiving free `Any` proxies.
927
+ **/
928
+ PureAccountsIndexed: AugmentedEvent<ApiType, [numPureAccounts: u32], { numPureAccounts: u32 }>;
929
+ /**
930
+ * A query response has been received.
931
+ **/
932
+ QueryResponseReceived: AugmentedEvent<ApiType, [queryId: u64, response: XcmV3MaybeErrorCode], { queryId: u64, response: XcmV3MaybeErrorCode }>;
933
+ /**
934
+ * A stage transition has occurred.
935
+ **/
936
+ StageTransition: AugmentedEvent<ApiType, [old: PalletRcMigratorMigrationStage, new_: PalletRcMigratorMigrationStage], { old: PalletRcMigratorMigrationStage, new_: PalletRcMigratorMigrationStage }>;
937
+ /**
938
+ * The staking elections were paused.
939
+ **/
940
+ StakingElectionsPaused: AugmentedEvent<ApiType, []>;
941
+ /**
942
+ * The unprocessed message buffer size has been set.
943
+ **/
944
+ UnprocessedMsgBufferSet: AugmentedEvent<ApiType, [new_: u32, old: u32], { new_: u32, old: u32 }>;
945
+ /**
946
+ * A XCM message has been resent.
947
+ **/
948
+ XcmResendAttempt: AugmentedEvent<ApiType, [queryId: u64, sendError: Option<XcmV3TraitsSendError>], { queryId: u64, sendError: Option<XcmV3TraitsSendError> }>;
949
+ /**
950
+ * An XCM message was sent.
951
+ **/
952
+ XcmSent: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, destination: StagingXcmV5Location, message: StagingXcmV5Xcm, messageId: U8aFixed], { origin: StagingXcmV5Location, destination: StagingXcmV5Location, message: StagingXcmV5Xcm, messageId: U8aFixed }>;
953
+ /**
954
+ * Generic event
955
+ **/
956
+ [key: string]: AugmentedEvent<ApiType>;
957
+ };
958
+ referenda: {
959
+ /**
960
+ * A referendum has been approved and its proposal has been scheduled.
961
+ **/
962
+ Approved: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
963
+ /**
964
+ * A referendum has been cancelled.
965
+ **/
966
+ Cancelled: AugmentedEvent<ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32, tally: PalletConvictionVotingTally }>;
967
+ ConfirmAborted: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
968
+ /**
969
+ * A referendum has ended its confirmation phase and is ready for approval.
970
+ **/
971
+ Confirmed: AugmentedEvent<ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32, tally: PalletConvictionVotingTally }>;
972
+ ConfirmStarted: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
973
+ /**
974
+ * The decision deposit has been placed.
975
+ **/
976
+ DecisionDepositPlaced: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], { index: u32, who: AccountId32, amount: u128 }>;
977
+ /**
978
+ * The decision deposit has been refunded.
979
+ **/
980
+ DecisionDepositRefunded: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], { index: u32, who: AccountId32, amount: u128 }>;
981
+ /**
982
+ * A referendum has moved into the deciding phase.
983
+ **/
984
+ DecisionStarted: AugmentedEvent<ApiType, [index: u32, track: u16, proposal: FrameSupportPreimagesBounded, tally: PalletConvictionVotingTally], { index: u32, track: u16, proposal: FrameSupportPreimagesBounded, tally: PalletConvictionVotingTally }>;
985
+ /**
986
+ * A deposit has been slashed.
987
+ **/
988
+ DepositSlashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
989
+ /**
990
+ * A referendum has been killed.
991
+ **/
992
+ Killed: AugmentedEvent<ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32, tally: PalletConvictionVotingTally }>;
993
+ /**
994
+ * Metadata for a referendum has been cleared.
995
+ **/
996
+ MetadataCleared: AugmentedEvent<ApiType, [index: u32, hash_: H256], { index: u32, hash_: H256 }>;
997
+ /**
998
+ * Metadata for a referendum has been set.
999
+ **/
1000
+ MetadataSet: AugmentedEvent<ApiType, [index: u32, hash_: H256], { index: u32, hash_: H256 }>;
1001
+ /**
1002
+ * A proposal has been rejected by referendum.
1003
+ **/
1004
+ Rejected: AugmentedEvent<ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32, tally: PalletConvictionVotingTally }>;
1005
+ /**
1006
+ * The submission deposit has been refunded.
1007
+ **/
1008
+ SubmissionDepositRefunded: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], { index: u32, who: AccountId32, amount: u128 }>;
1009
+ /**
1010
+ * A referendum has been submitted.
1011
+ **/
1012
+ Submitted: AugmentedEvent<ApiType, [index: u32, track: u16, proposal: FrameSupportPreimagesBounded], { index: u32, track: u16, proposal: FrameSupportPreimagesBounded }>;
1013
+ /**
1014
+ * A referendum has been timed out without being decided.
1015
+ **/
1016
+ TimedOut: AugmentedEvent<ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32, tally: PalletConvictionVotingTally }>;
1017
+ /**
1018
+ * Generic event
1019
+ **/
1020
+ [key: string]: AugmentedEvent<ApiType>;
1021
+ };
1022
+ registrar: {
1023
+ Deregistered: AugmentedEvent<ApiType, [paraId: u32], { paraId: u32 }>;
1024
+ Registered: AugmentedEvent<ApiType, [paraId: u32, manager: AccountId32], { paraId: u32, manager: AccountId32 }>;
1025
+ Reserved: AugmentedEvent<ApiType, [paraId: u32, who: AccountId32], { paraId: u32, who: AccountId32 }>;
1026
+ Swapped: AugmentedEvent<ApiType, [paraId: u32, otherId: u32], { paraId: u32, otherId: u32 }>;
1027
+ /**
1028
+ * Generic event
1029
+ **/
1030
+ [key: string]: AugmentedEvent<ApiType>;
1031
+ };
1032
+ scheduler: {
1033
+ /**
1034
+ * Agenda is incomplete from `when`.
1035
+ **/
1036
+ AgendaIncomplete: AugmentedEvent<ApiType, [when: u32], { when: u32 }>;
1037
+ /**
1038
+ * The call for the provided hash was not found so the task has been aborted.
1039
+ **/
1040
+ CallUnavailable: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed> }>;
1041
+ /**
1042
+ * Canceled some task.
1043
+ **/
1044
+ Canceled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;
1045
+ /**
1046
+ * Dispatched some task.
1047
+ **/
1048
+ Dispatched: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>, result: Result<Null, SpRuntimeDispatchError>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed>, result: Result<Null, SpRuntimeDispatchError> }>;
1049
+ /**
1050
+ * The given task was unable to be renewed since the agenda is full at that block.
1051
+ **/
1052
+ PeriodicFailed: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed> }>;
1053
+ /**
1054
+ * The given task can never be executed since it is overweight.
1055
+ **/
1056
+ PermanentlyOverweight: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed> }>;
1057
+ /**
1058
+ * Cancel a retry configuration for some task.
1059
+ **/
1060
+ RetryCancelled: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed> }>;
1061
+ /**
1062
+ * The given task was unable to be retried since the agenda is full at that block or there
1063
+ * was not enough weight to reschedule it.
1064
+ **/
1065
+ RetryFailed: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed> }>;
1066
+ /**
1067
+ * Set a retry configuration for some task.
1068
+ **/
1069
+ RetrySet: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>, period: u32, retries: u8], { task: ITuple<[u32, u32]>, id: Option<U8aFixed>, period: u32, retries: u8 }>;
1070
+ /**
1071
+ * Scheduled some task.
1072
+ **/
1073
+ Scheduled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;
1074
+ /**
1075
+ * Generic event
1076
+ **/
1077
+ [key: string]: AugmentedEvent<ApiType>;
1078
+ };
1079
+ session: {
1080
+ /**
1081
+ * The `NewSession` event in the current block also implies a new validator set to be
1082
+ * queued.
1083
+ **/
1084
+ NewQueued: AugmentedEvent<ApiType, []>;
1085
+ /**
1086
+ * New session has happened. Note that the argument is the session index, not the
1087
+ * block number as the type might suggest.
1088
+ **/
1089
+ NewSession: AugmentedEvent<ApiType, [sessionIndex: u32], { sessionIndex: u32 }>;
1090
+ /**
1091
+ * Validator has been disabled.
1092
+ **/
1093
+ ValidatorDisabled: AugmentedEvent<ApiType, [validator: AccountId32], { validator: AccountId32 }>;
1094
+ /**
1095
+ * Validator has been re-enabled.
1096
+ **/
1097
+ ValidatorReenabled: AugmentedEvent<ApiType, [validator: AccountId32], { validator: AccountId32 }>;
1098
+ /**
1099
+ * Generic event
1100
+ **/
1101
+ [key: string]: AugmentedEvent<ApiType>;
1102
+ };
1103
+ slots: {
1104
+ /**
1105
+ * A para has won the right to a continuous set of lease periods as a parachain.
1106
+ * First balance is any extra amount reserved on top of the para's existing deposit.
1107
+ * Second balance is the total amount reserved.
1108
+ **/
1109
+ Leased: AugmentedEvent<ApiType, [paraId: u32, leaser: AccountId32, periodBegin: u32, periodCount: u32, extraReserved: u128, totalAmount: u128], { paraId: u32, leaser: AccountId32, periodBegin: u32, periodCount: u32, extraReserved: u128, totalAmount: u128 }>;
1110
+ /**
1111
+ * A new `[lease_period]` is beginning.
1112
+ **/
1113
+ NewLeasePeriod: AugmentedEvent<ApiType, [leasePeriod: u32], { leasePeriod: u32 }>;
1114
+ /**
1115
+ * Generic event
1116
+ **/
1117
+ [key: string]: AugmentedEvent<ApiType>;
1118
+ };
1119
+ staking: {
1120
+ /**
1121
+ * An account has bonded this amount. \[stash, amount\]
1122
+ *
1123
+ * NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably,
1124
+ * it will not be emitted for staking rewards when they are added to stake.
1125
+ **/
1126
+ Bonded: AugmentedEvent<ApiType, [stash: AccountId32, amount: u128], { stash: AccountId32, amount: u128 }>;
1127
+ /**
1128
+ * An account has stopped participating as either a validator or nominator.
1129
+ **/
1130
+ Chilled: AugmentedEvent<ApiType, [stash: AccountId32], { stash: AccountId32 }>;
1131
+ /**
1132
+ * Report of a controller batch deprecation.
1133
+ **/
1134
+ ControllerBatchDeprecated: AugmentedEvent<ApiType, [failures: u32], { failures: u32 }>;
1135
+ /**
1136
+ * Staking balance migrated from locks to holds, with any balance that could not be held
1137
+ * is force withdrawn.
1138
+ **/
1139
+ CurrencyMigrated: AugmentedEvent<ApiType, [stash: AccountId32, forceWithdraw: u128], { stash: AccountId32, forceWithdraw: u128 }>;
1140
+ /**
1141
+ * The era payout has been set; the first balance is the validator-payout; the second is
1142
+ * the remainder from the maximum amount of reward.
1143
+ **/
1144
+ EraPaid: AugmentedEvent<ApiType, [eraIndex: u32, validatorPayout: u128, remainder: u128], { eraIndex: u32, validatorPayout: u128, remainder: u128 }>;
1145
+ /**
1146
+ * A new force era mode was set.
1147
+ **/
1148
+ ForceEra: AugmentedEvent<ApiType, [mode: PalletStakingForcing], { mode: PalletStakingForcing }>;
1149
+ /**
1150
+ * A nominator has been kicked from a validator.
1151
+ **/
1152
+ Kicked: AugmentedEvent<ApiType, [nominator: AccountId32, stash: AccountId32], { nominator: AccountId32, stash: AccountId32 }>;
1153
+ /**
1154
+ * An old slashing report from a prior era was discarded because it could
1155
+ * not be processed.
1156
+ **/
1157
+ OldSlashingReportDiscarded: AugmentedEvent<ApiType, [sessionIndex: u32], { sessionIndex: u32 }>;
1158
+ /**
1159
+ * A Page of stakers rewards are getting paid. `next` is `None` if all pages are claimed.
1160
+ **/
1161
+ PayoutStarted: AugmentedEvent<ApiType, [eraIndex: u32, validatorStash: AccountId32, page: u32, next: Option<u32>], { eraIndex: u32, validatorStash: AccountId32, page: u32, next: Option<u32> }>;
1162
+ /**
1163
+ * The nominator has been rewarded by this amount to this destination.
1164
+ **/
1165
+ Rewarded: AugmentedEvent<ApiType, [stash: AccountId32, dest: PalletStakingRewardDestination, amount: u128], { stash: AccountId32, dest: PalletStakingRewardDestination, amount: u128 }>;
1166
+ /**
1167
+ * A staker (validator or nominator) has been slashed by the given amount.
1168
+ **/
1169
+ Slashed: AugmentedEvent<ApiType, [staker: AccountId32, amount: u128], { staker: AccountId32, amount: u128 }>;
1170
+ /**
1171
+ * A slash for the given validator, for the given percentage of their stake, at the given
1172
+ * era as been reported.
1173
+ **/
1174
+ SlashReported: AugmentedEvent<ApiType, [validator: AccountId32, fraction: Perbill, slashEra: u32], { validator: AccountId32, fraction: Perbill, slashEra: u32 }>;
1175
+ /**
1176
+ * Targets size limit reached.
1177
+ **/
1178
+ SnapshotTargetsSizeExceeded: AugmentedEvent<ApiType, [size_: u32], { size_: u32 }>;
1179
+ /**
1180
+ * Voters size limit reached.
1181
+ **/
1182
+ SnapshotVotersSizeExceeded: AugmentedEvent<ApiType, [size_: u32], { size_: u32 }>;
1183
+ /**
1184
+ * A new set of stakers was elected.
1185
+ **/
1186
+ StakersElected: AugmentedEvent<ApiType, []>;
1187
+ /**
1188
+ * The election failed. No new era is planned.
1189
+ **/
1190
+ StakingElectionFailed: AugmentedEvent<ApiType, []>;
1191
+ /**
1192
+ * An account has unbonded this amount.
1193
+ **/
1194
+ Unbonded: AugmentedEvent<ApiType, [stash: AccountId32, amount: u128], { stash: AccountId32, amount: u128 }>;
1195
+ /**
1196
+ * A validator has set their preferences.
1197
+ **/
1198
+ ValidatorPrefsSet: AugmentedEvent<ApiType, [stash: AccountId32, prefs: PalletStakingValidatorPrefs], { stash: AccountId32, prefs: PalletStakingValidatorPrefs }>;
1199
+ /**
1200
+ * An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance`
1201
+ * from the unlocking queue.
1202
+ **/
1203
+ Withdrawn: AugmentedEvent<ApiType, [stash: AccountId32, amount: u128], { stash: AccountId32, amount: u128 }>;
1204
+ /**
1205
+ * Generic event
1206
+ **/
1207
+ [key: string]: AugmentedEvent<ApiType>;
1208
+ };
1209
+ stakingAhClient: {
1210
+ /**
1211
+ * We could not merge, and therefore dropped a buffered message.
1212
+ *
1213
+ * Note that this event is more resembling an error, but we use an event because in this
1214
+ * pallet we need to mutate storage upon some failures.
1215
+ **/
1216
+ CouldNotMergeAndDropped: AugmentedEvent<ApiType, []>;
1217
+ /**
1218
+ * The validator set received is way too small, as per
1219
+ * [`Config::MinimumValidatorSetSize`].
1220
+ **/
1221
+ SetTooSmallAndDropped: AugmentedEvent<ApiType, []>;
1222
+ /**
1223
+ * Something occurred that should never happen under normal operation. Logged as an event
1224
+ * for fail-safe observability.
1225
+ **/
1226
+ Unexpected: AugmentedEvent<ApiType, [PalletStakingAsyncAhClientUnexpectedKind]>;
1227
+ /**
1228
+ * A new validator set has been received.
1229
+ **/
1230
+ ValidatorSetReceived: AugmentedEvent<ApiType, [id: u32, newValidatorSetCount: u32, pruneUpTo: Option<u32>, leftover: bool], { id: u32, newValidatorSetCount: u32, pruneUpTo: Option<u32>, leftover: bool }>;
1231
+ /**
1232
+ * Generic event
1233
+ **/
1234
+ [key: string]: AugmentedEvent<ApiType>;
1235
+ };
1236
+ stateTrieMigration: {
1237
+ /**
1238
+ * The auto migration task finished.
1239
+ **/
1240
+ AutoMigrationFinished: AugmentedEvent<ApiType, []>;
1241
+ /**
1242
+ * Migration got halted due to an error or miss-configuration.
1243
+ **/
1244
+ Halted: AugmentedEvent<ApiType, [error: PalletStateTrieMigrationError], { error: PalletStateTrieMigrationError }>;
1245
+ /**
1246
+ * Given number of `(top, child)` keys were migrated respectively, with the given
1247
+ * `compute`.
1248
+ **/
1249
+ Migrated: AugmentedEvent<ApiType, [top: u32, child: u32, compute: PalletStateTrieMigrationMigrationCompute], { top: u32, child: u32, compute: PalletStateTrieMigrationMigrationCompute }>;
1250
+ /**
1251
+ * Some account got slashed by the given amount.
1252
+ **/
1253
+ Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
1254
+ /**
1255
+ * Generic event
1256
+ **/
1257
+ [key: string]: AugmentedEvent<ApiType>;
1258
+ };
1259
+ system: {
1260
+ /**
1261
+ * `:code` was updated.
1262
+ **/
1263
+ CodeUpdated: AugmentedEvent<ApiType, []>;
1264
+ /**
1265
+ * An extrinsic failed.
1266
+ **/
1267
+ ExtrinsicFailed: AugmentedEvent<ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSystemDispatchEventInfo], { dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSystemDispatchEventInfo }>;
1268
+ /**
1269
+ * An extrinsic completed successfully.
1270
+ **/
1271
+ ExtrinsicSuccess: AugmentedEvent<ApiType, [dispatchInfo: FrameSystemDispatchEventInfo], { dispatchInfo: FrameSystemDispatchEventInfo }>;
1272
+ /**
1273
+ * An account was reaped.
1274
+ **/
1275
+ KilledAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;
1276
+ /**
1277
+ * A new account was created.
1278
+ **/
1279
+ NewAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;
1280
+ /**
1281
+ * An invalid authorized upgrade was rejected while trying to apply it.
1282
+ **/
1283
+ RejectedInvalidAuthorizedUpgrade: AugmentedEvent<ApiType, [codeHash: H256, error: SpRuntimeDispatchError], { codeHash: H256, error: SpRuntimeDispatchError }>;
1284
+ /**
1285
+ * On on-chain remark happened.
1286
+ **/
1287
+ Remarked: AugmentedEvent<ApiType, [sender: AccountId32, hash_: H256], { sender: AccountId32, hash_: H256 }>;
1288
+ /**
1289
+ * An upgrade was authorized.
1290
+ **/
1291
+ UpgradeAuthorized: AugmentedEvent<ApiType, [codeHash: H256, checkVersion: bool], { codeHash: H256, checkVersion: bool }>;
1292
+ /**
1293
+ * Generic event
1294
+ **/
1295
+ [key: string]: AugmentedEvent<ApiType>;
1296
+ };
1297
+ transactionPayment: {
1298
+ /**
1299
+ * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
1300
+ * has been paid by `who`.
1301
+ **/
1302
+ TransactionFeePaid: AugmentedEvent<ApiType, [who: AccountId32, actualFee: u128, tip: u128], { who: AccountId32, actualFee: u128, tip: u128 }>;
1303
+ /**
1304
+ * Generic event
1305
+ **/
1306
+ [key: string]: AugmentedEvent<ApiType>;
1307
+ };
1308
+ treasury: {
1309
+ /**
1310
+ * A new asset spend proposal has been approved.
1311
+ **/
1312
+ AssetSpendApproved: AugmentedEvent<ApiType, [index: u32, assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset, amount: u128, beneficiary: XcmVersionedLocation, validFrom: u32, expireAt: u32], { index: u32, assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset, amount: u128, beneficiary: XcmVersionedLocation, validFrom: u32, expireAt: u32 }>;
1313
+ /**
1314
+ * An approved spend was voided.
1315
+ **/
1316
+ AssetSpendVoided: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
1317
+ /**
1318
+ * Some funds have been allocated.
1319
+ **/
1320
+ Awarded: AugmentedEvent<ApiType, [proposalIndex: u32, award: u128, account: AccountId32], { proposalIndex: u32, award: u128, account: AccountId32 }>;
1321
+ /**
1322
+ * Some of our funds have been burnt.
1323
+ **/
1324
+ Burnt: AugmentedEvent<ApiType, [burntFunds: u128], { burntFunds: u128 }>;
1325
+ /**
1326
+ * Some funds have been deposited.
1327
+ **/
1328
+ Deposit: AugmentedEvent<ApiType, [value: u128], { value: u128 }>;
1329
+ /**
1330
+ * A payment happened.
1331
+ **/
1332
+ Paid: AugmentedEvent<ApiType, [index: u32, paymentId: u64], { index: u32, paymentId: u64 }>;
1333
+ /**
1334
+ * A payment failed and can be retried.
1335
+ **/
1336
+ PaymentFailed: AugmentedEvent<ApiType, [index: u32, paymentId: u64], { index: u32, paymentId: u64 }>;
1337
+ /**
1338
+ * Spending has finished; this is the amount that rolls over until next spend.
1339
+ **/
1340
+ Rollover: AugmentedEvent<ApiType, [rolloverBalance: u128], { rolloverBalance: u128 }>;
1341
+ /**
1342
+ * A new spend proposal has been approved.
1343
+ **/
1344
+ SpendApproved: AugmentedEvent<ApiType, [proposalIndex: u32, amount: u128, beneficiary: AccountId32], { proposalIndex: u32, amount: u128, beneficiary: AccountId32 }>;
1345
+ /**
1346
+ * We have ended a spend period and will now allocate funds.
1347
+ **/
1348
+ Spending: AugmentedEvent<ApiType, [budgetRemaining: u128], { budgetRemaining: u128 }>;
1349
+ /**
1350
+ * A spend was processed and removed from the storage. It might have been successfully
1351
+ * paid or it may have expired.
1352
+ **/
1353
+ SpendProcessed: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
1354
+ /**
1355
+ * The inactive funds of the pallet have been updated.
1356
+ **/
1357
+ UpdatedInactive: AugmentedEvent<ApiType, [reactivated: u128, deactivated: u128], { reactivated: u128, deactivated: u128 }>;
1358
+ /**
1359
+ * Generic event
1360
+ **/
1361
+ [key: string]: AugmentedEvent<ApiType>;
1362
+ };
1363
+ utility: {
1364
+ /**
1365
+ * Batch of dispatches completed fully with no error.
1366
+ **/
1367
+ BatchCompleted: AugmentedEvent<ApiType, []>;
1368
+ /**
1369
+ * Batch of dispatches completed but has errors.
1370
+ **/
1371
+ BatchCompletedWithErrors: AugmentedEvent<ApiType, []>;
1372
+ /**
1373
+ * Batch of dispatches did not complete fully. Index of first failing dispatch given, as
1374
+ * well as the error.
1375
+ **/
1376
+ BatchInterrupted: AugmentedEvent<ApiType, [index: u32, error: SpRuntimeDispatchError], { index: u32, error: SpRuntimeDispatchError }>;
1377
+ /**
1378
+ * A call was dispatched.
1379
+ **/
1380
+ DispatchedAs: AugmentedEvent<ApiType, [result: Result<Null, SpRuntimeDispatchError>], { result: Result<Null, SpRuntimeDispatchError> }>;
1381
+ /**
1382
+ * The fallback call was dispatched.
1383
+ **/
1384
+ IfElseFallbackCalled: AugmentedEvent<ApiType, [mainError: SpRuntimeDispatchError], { mainError: SpRuntimeDispatchError }>;
1385
+ /**
1386
+ * Main call was dispatched.
1387
+ **/
1388
+ IfElseMainSuccess: AugmentedEvent<ApiType, []>;
1389
+ /**
1390
+ * A single item within a Batch of dispatches has completed with no error.
1391
+ **/
1392
+ ItemCompleted: AugmentedEvent<ApiType, []>;
1393
+ /**
1394
+ * A single item within a Batch of dispatches has completed with error.
1395
+ **/
1396
+ ItemFailed: AugmentedEvent<ApiType, [error: SpRuntimeDispatchError], { error: SpRuntimeDispatchError }>;
1397
+ /**
1398
+ * Generic event
1399
+ **/
1400
+ [key: string]: AugmentedEvent<ApiType>;
1401
+ };
1402
+ vesting: {
1403
+ /**
1404
+ * An \[account\] has become fully vested.
1405
+ **/
1406
+ VestingCompleted: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;
1407
+ /**
1408
+ * A vesting schedule has been created.
1409
+ **/
1410
+ VestingCreated: AugmentedEvent<ApiType, [account: AccountId32, scheduleIndex: u32], { account: AccountId32, scheduleIndex: u32 }>;
1411
+ /**
1412
+ * The amount vested has been updated. This could indicate a change in funds available.
1413
+ * The balance given is the amount which is left unvested (and thus locked).
1414
+ **/
1415
+ VestingUpdated: AugmentedEvent<ApiType, [account: AccountId32, unvested: u128], { account: AccountId32, unvested: u128 }>;
1416
+ /**
1417
+ * Generic event
1418
+ **/
1419
+ [key: string]: AugmentedEvent<ApiType>;
1420
+ };
1421
+ voterList: {
1422
+ /**
1423
+ * Moved an account from one bag to another.
1424
+ **/
1425
+ Rebagged: AugmentedEvent<ApiType, [who: AccountId32, from: u64, to: u64], { who: AccountId32, from: u64, to: u64 }>;
1426
+ /**
1427
+ * Updated the score of some account to the given amount.
1428
+ **/
1429
+ ScoreUpdated: AugmentedEvent<ApiType, [who: AccountId32, newScore: u64], { who: AccountId32, newScore: u64 }>;
1430
+ /**
1431
+ * Generic event
1432
+ **/
1433
+ [key: string]: AugmentedEvent<ApiType>;
1434
+ };
1435
+ whitelist: {
1436
+ CallWhitelisted: AugmentedEvent<ApiType, [callHash: H256], { callHash: H256 }>;
1437
+ WhitelistedCallDispatched: AugmentedEvent<ApiType, [callHash: H256, result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo>], { callHash: H256, result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo> }>;
1438
+ WhitelistedCallRemoved: AugmentedEvent<ApiType, [callHash: H256], { callHash: H256 }>;
1439
+ /**
1440
+ * Generic event
1441
+ **/
1442
+ [key: string]: AugmentedEvent<ApiType>;
1443
+ };
1444
+ xcmPallet: {
1445
+ /**
1446
+ * `target` removed alias authorization for `aliaser`.
1447
+ **/
1448
+ AliasAuthorizationRemoved: AugmentedEvent<ApiType, [aliaser: StagingXcmV5Location, target: StagingXcmV5Location], { aliaser: StagingXcmV5Location, target: StagingXcmV5Location }>;
1449
+ /**
1450
+ * An `aliaser` location was authorized by `target` to alias it, authorization valid until
1451
+ * `expiry` block number.
1452
+ **/
1453
+ AliasAuthorized: AugmentedEvent<ApiType, [aliaser: StagingXcmV5Location, target: StagingXcmV5Location, expiry: Option<u64>], { aliaser: StagingXcmV5Location, target: StagingXcmV5Location, expiry: Option<u64> }>;
1454
+ /**
1455
+ * `target` removed all alias authorizations.
1456
+ **/
1457
+ AliasesAuthorizationsRemoved: AugmentedEvent<ApiType, [target: StagingXcmV5Location], { target: StagingXcmV5Location }>;
1458
+ /**
1459
+ * Some assets have been claimed from an asset trap
1460
+ **/
1461
+ AssetsClaimed: AugmentedEvent<ApiType, [hash_: H256, origin: StagingXcmV5Location, assets: XcmVersionedAssets], { hash_: H256, origin: StagingXcmV5Location, assets: XcmVersionedAssets }>;
1462
+ /**
1463
+ * Some assets have been placed in an asset trap.
1464
+ **/
1465
+ AssetsTrapped: AugmentedEvent<ApiType, [hash_: H256, origin: StagingXcmV5Location, assets: XcmVersionedAssets], { hash_: H256, origin: StagingXcmV5Location, assets: XcmVersionedAssets }>;
1466
+ /**
1467
+ * Execution of an XCM message was attempted.
1468
+ **/
1469
+ Attempted: AugmentedEvent<ApiType, [outcome: StagingXcmV5TraitsOutcome], { outcome: StagingXcmV5TraitsOutcome }>;
1470
+ /**
1471
+ * Fees were paid from a location for an operation (often for using `SendXcm`).
1472
+ **/
1473
+ FeesPaid: AugmentedEvent<ApiType, [paying: StagingXcmV5Location, fees: StagingXcmV5AssetAssets], { paying: StagingXcmV5Location, fees: StagingXcmV5AssetAssets }>;
1474
+ /**
1475
+ * Expected query response has been received but the querier location of the response does
1476
+ * not match the expected. The query remains registered for a later, valid, response to
1477
+ * be received and acted upon.
1478
+ **/
1479
+ InvalidQuerier: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, queryId: u64, expectedQuerier: StagingXcmV5Location, maybeActualQuerier: Option<StagingXcmV5Location>], { origin: StagingXcmV5Location, queryId: u64, expectedQuerier: StagingXcmV5Location, maybeActualQuerier: Option<StagingXcmV5Location> }>;
1480
+ /**
1481
+ * Expected query response has been received but the expected querier location placed in
1482
+ * storage by this runtime previously cannot be decoded. The query remains registered.
1483
+ *
1484
+ * This is unexpected (since a location placed in storage in a previously executing
1485
+ * runtime should be readable prior to query timeout) and dangerous since the possibly
1486
+ * valid response will be dropped. Manual governance intervention is probably going to be
1487
+ * needed.
1488
+ **/
1489
+ InvalidQuerierVersion: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, queryId: u64], { origin: StagingXcmV5Location, queryId: u64 }>;
1490
+ /**
1491
+ * Expected query response has been received but the origin location of the response does
1492
+ * not match that expected. The query remains registered for a later, valid, response to
1493
+ * be received and acted upon.
1494
+ **/
1495
+ InvalidResponder: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, queryId: u64, expectedLocation: Option<StagingXcmV5Location>], { origin: StagingXcmV5Location, queryId: u64, expectedLocation: Option<StagingXcmV5Location> }>;
1496
+ /**
1497
+ * Expected query response has been received but the expected origin location placed in
1498
+ * storage by this runtime previously cannot be decoded. The query remains registered.
1499
+ *
1500
+ * This is unexpected (since a location placed in storage in a previously executing
1501
+ * runtime should be readable prior to query timeout) and dangerous since the possibly
1502
+ * valid response will be dropped. Manual governance intervention is probably going to be
1503
+ * needed.
1504
+ **/
1505
+ InvalidResponderVersion: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, queryId: u64], { origin: StagingXcmV5Location, queryId: u64 }>;
1506
+ /**
1507
+ * Query response has been received and query is removed. The registered notification has
1508
+ * been dispatched and executed successfully.
1509
+ **/
1510
+ Notified: AugmentedEvent<ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], { queryId: u64, palletIndex: u8, callIndex: u8 }>;
1511
+ /**
1512
+ * Query response has been received and query is removed. The dispatch was unable to be
1513
+ * decoded into a `Call`; this might be due to dispatch function having a signature which
1514
+ * is not `(origin, QueryId, Response)`.
1515
+ **/
1516
+ NotifyDecodeFailed: AugmentedEvent<ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], { queryId: u64, palletIndex: u8, callIndex: u8 }>;
1517
+ /**
1518
+ * Query response has been received and query is removed. There was a general error with
1519
+ * dispatching the notification call.
1520
+ **/
1521
+ NotifyDispatchError: AugmentedEvent<ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], { queryId: u64, palletIndex: u8, callIndex: u8 }>;
1522
+ /**
1523
+ * Query response has been received and query is removed. The registered notification
1524
+ * could not be dispatched because the dispatch weight is greater than the maximum weight
1525
+ * originally budgeted by this runtime for the query result.
1526
+ **/
1527
+ NotifyOverweight: AugmentedEvent<ApiType, [queryId: u64, palletIndex: u8, callIndex: u8, actualWeight: SpWeightsWeightV2Weight, maxBudgetedWeight: SpWeightsWeightV2Weight], { queryId: u64, palletIndex: u8, callIndex: u8, actualWeight: SpWeightsWeightV2Weight, maxBudgetedWeight: SpWeightsWeightV2Weight }>;
1528
+ /**
1529
+ * A given location which had a version change subscription was dropped owing to an error
1530
+ * migrating the location to our new XCM format.
1531
+ **/
1532
+ NotifyTargetMigrationFail: AugmentedEvent<ApiType, [location: XcmVersionedLocation, queryId: u64], { location: XcmVersionedLocation, queryId: u64 }>;
1533
+ /**
1534
+ * A given location which had a version change subscription was dropped owing to an error
1535
+ * sending the notification to it.
1536
+ **/
1537
+ NotifyTargetSendFail: AugmentedEvent<ApiType, [location: StagingXcmV5Location, queryId: u64, error: XcmV5TraitsError], { location: StagingXcmV5Location, queryId: u64, error: XcmV5TraitsError }>;
1538
+ /**
1539
+ * An XCM message failed to process.
1540
+ **/
1541
+ ProcessXcmError: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, error: XcmV5TraitsError, messageId: U8aFixed], { origin: StagingXcmV5Location, error: XcmV5TraitsError, messageId: U8aFixed }>;
1542
+ /**
1543
+ * Query response has been received and is ready for taking with `take_response`. There is
1544
+ * no registered notification call.
1545
+ **/
1546
+ ResponseReady: AugmentedEvent<ApiType, [queryId: u64, response: StagingXcmV5Response], { queryId: u64, response: StagingXcmV5Response }>;
1547
+ /**
1548
+ * Received query response has been read and removed.
1549
+ **/
1550
+ ResponseTaken: AugmentedEvent<ApiType, [queryId: u64], { queryId: u64 }>;
1551
+ /**
1552
+ * An XCM message failed to send.
1553
+ **/
1554
+ SendFailed: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, destination: StagingXcmV5Location, error: XcmV3TraitsSendError, messageId: U8aFixed], { origin: StagingXcmV5Location, destination: StagingXcmV5Location, error: XcmV3TraitsSendError, messageId: U8aFixed }>;
1555
+ /**
1556
+ * An XCM message was sent.
1557
+ **/
1558
+ Sent: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, destination: StagingXcmV5Location, message: StagingXcmV5Xcm, messageId: U8aFixed], { origin: StagingXcmV5Location, destination: StagingXcmV5Location, message: StagingXcmV5Xcm, messageId: U8aFixed }>;
1559
+ /**
1560
+ * The supported version of a location has been changed. This might be through an
1561
+ * automatic notification or a manual intervention.
1562
+ **/
1563
+ SupportedVersionChanged: AugmentedEvent<ApiType, [location: StagingXcmV5Location, version: u32], { location: StagingXcmV5Location, version: u32 }>;
1564
+ /**
1565
+ * Query response received which does not match a registered query. This may be because a
1566
+ * matching query was never registered, it may be because it is a duplicate response, or
1567
+ * because the query timed out.
1568
+ **/
1569
+ UnexpectedResponse: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, queryId: u64], { origin: StagingXcmV5Location, queryId: u64 }>;
1570
+ /**
1571
+ * An XCM version change notification message has been attempted to be sent.
1572
+ *
1573
+ * The cost of sending it (borne by the chain) is included.
1574
+ **/
1575
+ VersionChangeNotified: AugmentedEvent<ApiType, [destination: StagingXcmV5Location, result: u32, cost: StagingXcmV5AssetAssets, messageId: U8aFixed], { destination: StagingXcmV5Location, result: u32, cost: StagingXcmV5AssetAssets, messageId: U8aFixed }>;
1576
+ /**
1577
+ * A XCM version migration finished.
1578
+ **/
1579
+ VersionMigrationFinished: AugmentedEvent<ApiType, [version: u32], { version: u32 }>;
1580
+ /**
1581
+ * We have requested that a remote chain send us XCM version change notifications.
1582
+ **/
1583
+ VersionNotifyRequested: AugmentedEvent<ApiType, [destination: StagingXcmV5Location, cost: StagingXcmV5AssetAssets, messageId: U8aFixed], { destination: StagingXcmV5Location, cost: StagingXcmV5AssetAssets, messageId: U8aFixed }>;
1584
+ /**
1585
+ * A remote has requested XCM version change notification from us and we have honored it.
1586
+ * A version information message is sent to them and its cost is included.
1587
+ **/
1588
+ VersionNotifyStarted: AugmentedEvent<ApiType, [destination: StagingXcmV5Location, cost: StagingXcmV5AssetAssets, messageId: U8aFixed], { destination: StagingXcmV5Location, cost: StagingXcmV5AssetAssets, messageId: U8aFixed }>;
1589
+ /**
1590
+ * We have requested that a remote chain stops sending us XCM version change
1591
+ * notifications.
1592
+ **/
1593
+ VersionNotifyUnrequested: AugmentedEvent<ApiType, [destination: StagingXcmV5Location, cost: StagingXcmV5AssetAssets, messageId: U8aFixed], { destination: StagingXcmV5Location, cost: StagingXcmV5AssetAssets, messageId: U8aFixed }>;
1594
+ /**
1595
+ * Generic event
1596
+ **/
1597
+ [key: string]: AugmentedEvent<ApiType>;
1598
+ };
1599
+ } // AugmentedEvents
1600
+ } // declare module