@pezkuwi/api-augment 16.5.5 → 16.5.6

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 (180) hide show
  1. package/LICENSE +201 -0
  2. package/assetHubDicle/consts.js +2 -0
  3. package/assetHubDicle/errors.js +2 -0
  4. package/assetHubDicle/events.js +2 -0
  5. package/assetHubDicle/query.js +2 -0
  6. package/assetHubDicle/registry.js +1 -0
  7. package/assetHubDicle/runtime.js +2 -0
  8. package/assetHubDicle/tx.js +2 -0
  9. package/assetHubPezkuwi/consts.js +2 -0
  10. package/assetHubPezkuwi/errors.js +2 -0
  11. package/assetHubPezkuwi/events.js +2 -0
  12. package/{src/assetHubKusama/index.ts → assetHubPezkuwi/index.js} +0 -3
  13. package/assetHubPezkuwi/query.js +2 -0
  14. package/assetHubPezkuwi/registry.js +1 -0
  15. package/assetHubPezkuwi/runtime.js +2 -0
  16. package/assetHubPezkuwi/tx.js +2 -0
  17. package/base.js +2 -0
  18. package/{build/substrate → bizinikiwi}/consts.d.ts +31 -31
  19. package/bizinikiwi/consts.js +2 -0
  20. package/{build/substrate → bizinikiwi}/errors.d.ts +2 -2
  21. package/bizinikiwi/errors.js +2 -0
  22. package/{build/substrate → bizinikiwi}/events.d.ts +236 -236
  23. package/bizinikiwi/events.js +2 -0
  24. package/{src/kusama/index.ts → bizinikiwi/index.d.ts} +0 -3
  25. package/{src/assetHubPolkadot/index.ts → bizinikiwi/index.js} +0 -3
  26. package/{build/substrate → bizinikiwi}/query.d.ts +194 -194
  27. package/bizinikiwi/query.js +2 -0
  28. package/bizinikiwi/registry.d.ts +1 -0
  29. package/bizinikiwi/registry.js +1 -0
  30. package/{build/substrate → bizinikiwi}/runtime.d.ts +64 -220
  31. package/bizinikiwi/runtime.js +2 -0
  32. package/{build/substrate → bizinikiwi}/tx.d.ts +160 -870
  33. package/bizinikiwi/tx.js +2 -0
  34. package/{build/bundle.d.ts → bundle.d.ts} +1 -1
  35. package/bundle.js +2 -0
  36. package/cjs/assetHubDicle/consts.js +4 -0
  37. package/cjs/assetHubDicle/errors.js +4 -0
  38. package/cjs/assetHubDicle/events.js +4 -0
  39. package/cjs/assetHubDicle/index.js +10 -0
  40. package/cjs/assetHubDicle/query.js +4 -0
  41. package/cjs/assetHubDicle/registry.js +3 -0
  42. package/cjs/assetHubDicle/runtime.js +4 -0
  43. package/cjs/assetHubDicle/tx.js +4 -0
  44. package/cjs/assetHubPezkuwi/consts.js +4 -0
  45. package/cjs/assetHubPezkuwi/errors.js +4 -0
  46. package/cjs/assetHubPezkuwi/events.js +4 -0
  47. package/cjs/assetHubPezkuwi/index.js +10 -0
  48. package/cjs/assetHubPezkuwi/query.js +4 -0
  49. package/cjs/assetHubPezkuwi/registry.js +3 -0
  50. package/cjs/assetHubPezkuwi/runtime.js +4 -0
  51. package/cjs/assetHubPezkuwi/tx.js +4 -0
  52. package/cjs/base.d.ts +2 -0
  53. package/cjs/base.js +4 -0
  54. package/cjs/bizinikiwi/consts.d.ts +1876 -0
  55. package/cjs/bizinikiwi/consts.js +4 -0
  56. package/cjs/bizinikiwi/errors.d.ts +3865 -0
  57. package/cjs/bizinikiwi/errors.js +4 -0
  58. package/cjs/bizinikiwi/events.d.ts +4702 -0
  59. package/cjs/bizinikiwi/events.js +4 -0
  60. package/cjs/bizinikiwi/index.d.ts +8 -0
  61. package/cjs/bizinikiwi/index.js +10 -0
  62. package/cjs/bizinikiwi/query.d.ts +2767 -0
  63. package/cjs/bizinikiwi/query.js +4 -0
  64. package/cjs/bizinikiwi/registry.d.ts +1 -0
  65. package/cjs/bizinikiwi/registry.js +3 -0
  66. package/cjs/bizinikiwi/runtime.d.ts +585 -0
  67. package/cjs/bizinikiwi/runtime.js +4 -0
  68. package/cjs/bizinikiwi/tx.d.ts +10159 -0
  69. package/cjs/bizinikiwi/tx.js +4 -0
  70. package/cjs/bundle.d.ts +2 -0
  71. package/cjs/bundle.js +6 -0
  72. package/cjs/dicle/consts.js +4 -0
  73. package/cjs/dicle/errors.js +4 -0
  74. package/cjs/dicle/events.js +4 -0
  75. package/cjs/dicle/query.js +4 -0
  76. package/cjs/dicle/runtime.js +4 -0
  77. package/cjs/dicle/tx.js +4 -0
  78. package/cjs/index.js +5 -0
  79. package/cjs/package.json +3 -0
  80. package/cjs/packageDetect.js +8 -0
  81. package/cjs/packageInfo.js +4 -0
  82. package/cjs/pezkuwi/consts.d.ts +941 -0
  83. package/cjs/pezkuwi/consts.js +4 -0
  84. package/cjs/pezkuwi/errors.d.ts +2148 -0
  85. package/cjs/pezkuwi/errors.js +4 -0
  86. package/cjs/pezkuwi/events.d.ts +2473 -0
  87. package/cjs/pezkuwi/events.js +4 -0
  88. package/cjs/pezkuwi/index.d.ts +8 -0
  89. package/cjs/pezkuwi/index.js +10 -0
  90. package/cjs/pezkuwi/query.d.ts +2400 -0
  91. package/cjs/pezkuwi/query.js +4 -0
  92. package/cjs/pezkuwi/registry.d.ts +2 -0
  93. package/cjs/pezkuwi/registry.js +4 -0
  94. package/cjs/pezkuwi/runtime.d.ts +655 -0
  95. package/cjs/pezkuwi/runtime.js +4 -0
  96. package/cjs/pezkuwi/tx.d.ts +4954 -0
  97. package/cjs/pezkuwi/tx.js +4 -0
  98. package/dicle/consts.js +2 -0
  99. package/dicle/errors.js +2 -0
  100. package/dicle/events.js +2 -0
  101. package/dicle/query.js +2 -0
  102. package/dicle/runtime.js +2 -0
  103. package/dicle/tx.js +2 -0
  104. package/index.d.ts +2 -0
  105. package/index.js +2 -0
  106. package/package.json +437 -9
  107. package/packageDetect.d.ts +1 -0
  108. package/{src/packageDetect.ts → packageDetect.js} +0 -8
  109. package/packageInfo.d.ts +6 -0
  110. package/packageInfo.js +1 -0
  111. package/pezkuwi/consts.d.ts +941 -0
  112. package/pezkuwi/consts.js +2 -0
  113. package/pezkuwi/errors.d.ts +2148 -0
  114. package/pezkuwi/errors.js +2 -0
  115. package/pezkuwi/events.d.ts +2473 -0
  116. package/pezkuwi/events.js +2 -0
  117. package/pezkuwi/index.d.ts +8 -0
  118. package/pezkuwi/index.js +8 -0
  119. package/pezkuwi/query.d.ts +2400 -0
  120. package/pezkuwi/query.js +2 -0
  121. package/pezkuwi/registry.d.ts +2 -0
  122. package/pezkuwi/registry.js +2 -0
  123. package/pezkuwi/runtime.d.ts +655 -0
  124. package/pezkuwi/runtime.js +2 -0
  125. package/pezkuwi/tx.d.ts +4954 -0
  126. package/pezkuwi/tx.js +2 -0
  127. package/build/substrate/registry.d.ts +0 -1
  128. package/src/assetHubKusama/consts.ts +0 -1308
  129. package/src/assetHubKusama/errors.ts +0 -2779
  130. package/src/assetHubKusama/events.ts +0 -2296
  131. package/src/assetHubKusama/query.ts +0 -2193
  132. package/src/assetHubKusama/registry.ts +0 -4
  133. package/src/assetHubKusama/runtime.ts +0 -518
  134. package/src/assetHubKusama/tx.ts +0 -6890
  135. package/src/assetHubPolkadot/consts.ts +0 -1125
  136. package/src/assetHubPolkadot/errors.ts +0 -2360
  137. package/src/assetHubPolkadot/events.ts +0 -2129
  138. package/src/assetHubPolkadot/query.ts +0 -2002
  139. package/src/assetHubPolkadot/registry.ts +0 -4
  140. package/src/assetHubPolkadot/runtime.ts +0 -443
  141. package/src/assetHubPolkadot/tx.ts +0 -6242
  142. package/src/base.ts +0 -6
  143. package/src/bundle.ts +0 -6
  144. package/src/index.ts +0 -6
  145. package/src/kusama/consts.ts +0 -1035
  146. package/src/kusama/errors.ts +0 -2436
  147. package/src/kusama/events.ts +0 -1791
  148. package/src/kusama/query.ts +0 -2505
  149. package/src/kusama/registry.ts +0 -6
  150. package/src/kusama/runtime.ts +0 -610
  151. package/src/kusama/tx.ts +0 -4725
  152. package/src/mod.ts +0 -4
  153. package/src/packageInfo.ts +0 -6
  154. package/src/polkadot/consts.ts +0 -949
  155. package/src/polkadot/errors.ts +0 -2156
  156. package/src/polkadot/events.ts +0 -1600
  157. package/src/polkadot/index.ts +0 -11
  158. package/src/polkadot/query.ts +0 -2357
  159. package/src/polkadot/registry.ts +0 -5
  160. package/src/polkadot/runtime.ts +0 -621
  161. package/src/polkadot/tx.ts +0 -4240
  162. package/src/substrate/consts.ts +0 -1884
  163. package/src/substrate/errors.ts +0 -3873
  164. package/src/substrate/events.ts +0 -2889
  165. package/src/substrate/index.ts +0 -11
  166. package/src/substrate/query.ts +0 -2734
  167. package/src/substrate/registry.ts +0 -4
  168. package/src/substrate/runtime.ts +0 -593
  169. package/src/substrate/tx.ts +0 -8208
  170. package/tsconfig.assetHubKusama.json +0 -22
  171. package/tsconfig.assetHubPolkadot.json +0 -22
  172. package/tsconfig.build.json +0 -23
  173. package/tsconfig.build.tsbuildinfo +0 -1
  174. package/tsconfig.kusama.json +0 -22
  175. package/tsconfig.polkadot.json +0 -22
  176. /package/{build/substrate/index.d.ts → assetHubDicle/index.js} +0 -0
  177. /package/{build/base.d.ts → base.d.ts} +0 -0
  178. /package/{build → cjs}/index.d.ts +0 -0
  179. /package/{build → cjs}/packageDetect.d.ts +0 -0
  180. /package/{build → cjs}/packageInfo.d.ts +0 -0
@@ -0,0 +1,2473 @@
1
+ import '@pezkuwi/api-base/types/events';
2
+ import type { ApiTypes, AugmentedEvent } from '@pezkuwi/api-base/types';
3
+ import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec';
4
+ import type { ITuple } from '@pezkuwi/types-codec/types';
5
+ import type { AccountId32, H256, Perbill } from '@pezkuwi/types/interfaces/runtime';
6
+ import type { PezframeSupportDispatchPostDispatchInfo, PezframeSupportMessagesProcessMessageError, PezframeSupportPreimagesBounded, PezframeSupportTokensMiscBalanceStatus, PezframeSystemDispatchEventInfo, PezkuwiPrimitivesVstagingCandidateReceiptV2, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeConstantsProxyProxyType, PezkuwiRuntimeTeyrchainsDisputesDisputeLocation, PezkuwiRuntimeTeyrchainsDisputesDisputeResult, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBalancesUnexpectedKind, PezpalletConvictionVotingTally, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiPhaseElectionCompute, PezpalletElectionProviderMultiPhasePhase, PezpalletMultisigTimepoint, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsPoolState, PezpalletProxyDepositKind, PezpalletRcMigratorMigrationSettings, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletStakingAsyncAhClientUnexpectedKind, PezpalletStakingForcing, PezpalletStakingRewardDestination, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationError, PezpalletStateTrieMigrationMigrationCompute, PezspConsensusGrandpaAppPublic, PezspNposElectionsElectionScore, PezspRuntimeDispatchError, PezspRuntimeDispatchErrorWithPostInfo, PezspWeightsWeightV2Weight, StagingXcmV5AssetAssets, StagingXcmV5Location, StagingXcmV5Response, StagingXcmV5TraitsOutcome, StagingXcmV5Xcm, XcmV3MaybeErrorCode, XcmV3TraitsSendError, XcmV5TraitsError, XcmVersionedAssets, XcmVersionedLocation } from '@pezkuwi/types/lookup';
7
+ export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;
8
+ declare module '@pezkuwi/api-base/types/events' {
9
+ interface AugmentedEvents<ApiType extends ApiTypes> {
10
+ assetRate: {
11
+ AssetRateCreated: AugmentedEvent<ApiType, [assetKind: PezkuwiRuntimeCommonImplsVersionedLocatableAsset, rate: u128], {
12
+ assetKind: PezkuwiRuntimeCommonImplsVersionedLocatableAsset;
13
+ rate: u128;
14
+ }>;
15
+ AssetRateRemoved: AugmentedEvent<ApiType, [assetKind: PezkuwiRuntimeCommonImplsVersionedLocatableAsset], {
16
+ assetKind: PezkuwiRuntimeCommonImplsVersionedLocatableAsset;
17
+ }>;
18
+ AssetRateUpdated: AugmentedEvent<ApiType, [assetKind: PezkuwiRuntimeCommonImplsVersionedLocatableAsset, old: u128, new_: u128], {
19
+ assetKind: PezkuwiRuntimeCommonImplsVersionedLocatableAsset;
20
+ old: u128;
21
+ new_: u128;
22
+ }>;
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], {
33
+ auctionIndex: u32;
34
+ }>;
35
+ /**
36
+ * An auction started. Provides its index and the block number where it will begin to
37
+ * close and the first lease period of the quadruplet that is auctioned.
38
+ **/
39
+ AuctionStarted: AugmentedEvent<ApiType, [auctionIndex: u32, leasePeriod: u32, ending: u32], {
40
+ auctionIndex: u32;
41
+ leasePeriod: u32;
42
+ ending: u32;
43
+ }>;
44
+ /**
45
+ * A new bid has been accepted as the current winner.
46
+ **/
47
+ BidAccepted: AugmentedEvent<ApiType, [bidder: AccountId32, paraId: u32, amount: u128, firstSlot: u32, lastSlot: u32], {
48
+ bidder: AccountId32;
49
+ paraId: u32;
50
+ amount: u128;
51
+ firstSlot: u32;
52
+ lastSlot: u32;
53
+ }>;
54
+ /**
55
+ * Someone attempted to lease the same slot twice for a parachain. The amount is held in
56
+ * reserve but no parachain slot has been leased.
57
+ **/
58
+ ReserveConfiscated: AugmentedEvent<ApiType, [paraId: u32, leaser: AccountId32, amount: u128], {
59
+ paraId: u32;
60
+ leaser: AccountId32;
61
+ amount: u128;
62
+ }>;
63
+ /**
64
+ * Funds were reserved for a winning bid. First balance is the extra amount reserved.
65
+ * Second is the total.
66
+ **/
67
+ Reserved: AugmentedEvent<ApiType, [bidder: AccountId32, extraReserved: u128, totalAmount: u128], {
68
+ bidder: AccountId32;
69
+ extraReserved: u128;
70
+ totalAmount: u128;
71
+ }>;
72
+ /**
73
+ * Funds were unreserved since bidder is no longer active. `[bidder, amount]`
74
+ **/
75
+ Unreserved: AugmentedEvent<ApiType, [bidder: AccountId32, amount: u128], {
76
+ bidder: AccountId32;
77
+ amount: u128;
78
+ }>;
79
+ /**
80
+ * The winning offset was chosen for an auction. This will map into the `Winning` storage
81
+ * map.
82
+ **/
83
+ WinningOffset: AugmentedEvent<ApiType, [auctionIndex: u32, blockNumber: u32], {
84
+ auctionIndex: u32;
85
+ blockNumber: u32;
86
+ }>;
87
+ /**
88
+ * Generic event
89
+ **/
90
+ [key: string]: AugmentedEvent<ApiType>;
91
+ };
92
+ balances: {
93
+ /**
94
+ * A balance was set by root.
95
+ **/
96
+ BalanceSet: AugmentedEvent<ApiType, [who: AccountId32, free: u128], {
97
+ who: AccountId32;
98
+ free: u128;
99
+ }>;
100
+ /**
101
+ * Some amount was burned from an account.
102
+ **/
103
+ Burned: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
104
+ who: AccountId32;
105
+ amount: u128;
106
+ }>;
107
+ /**
108
+ * Some amount was deposited (e.g. for transaction fees).
109
+ **/
110
+ Deposit: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
111
+ who: AccountId32;
112
+ amount: u128;
113
+ }>;
114
+ /**
115
+ * An account was removed whose balance was non-zero but below ExistentialDeposit,
116
+ * resulting in an outright loss.
117
+ **/
118
+ DustLost: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], {
119
+ account: AccountId32;
120
+ amount: u128;
121
+ }>;
122
+ /**
123
+ * An account was created with some free balance.
124
+ **/
125
+ Endowed: AugmentedEvent<ApiType, [account: AccountId32, freeBalance: u128], {
126
+ account: AccountId32;
127
+ freeBalance: u128;
128
+ }>;
129
+ /**
130
+ * Some balance was frozen.
131
+ **/
132
+ Frozen: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
133
+ who: AccountId32;
134
+ amount: u128;
135
+ }>;
136
+ /**
137
+ * Total issuance was increased by `amount`, creating a credit to be balanced.
138
+ **/
139
+ Issued: AugmentedEvent<ApiType, [amount: u128], {
140
+ amount: u128;
141
+ }>;
142
+ /**
143
+ * Some balance was locked.
144
+ **/
145
+ Locked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
146
+ who: AccountId32;
147
+ amount: u128;
148
+ }>;
149
+ /**
150
+ * Some amount was minted into an account.
151
+ **/
152
+ Minted: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
153
+ who: AccountId32;
154
+ amount: u128;
155
+ }>;
156
+ /**
157
+ * Total issuance was decreased by `amount`, creating a debt to be balanced.
158
+ **/
159
+ Rescinded: AugmentedEvent<ApiType, [amount: u128], {
160
+ amount: u128;
161
+ }>;
162
+ /**
163
+ * Some balance was reserved (moved from free to reserved).
164
+ **/
165
+ Reserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
166
+ who: AccountId32;
167
+ amount: u128;
168
+ }>;
169
+ /**
170
+ * Some balance was moved from the reserve of the first account to the second account.
171
+ * Final argument indicates the destination balance type.
172
+ **/
173
+ ReserveRepatriated: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128, destinationStatus: PezframeSupportTokensMiscBalanceStatus], {
174
+ from: AccountId32;
175
+ to: AccountId32;
176
+ amount: u128;
177
+ destinationStatus: PezframeSupportTokensMiscBalanceStatus;
178
+ }>;
179
+ /**
180
+ * Some amount was restored into an account.
181
+ **/
182
+ Restored: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
183
+ who: AccountId32;
184
+ amount: u128;
185
+ }>;
186
+ /**
187
+ * Some amount was removed from the account (e.g. for misbehavior).
188
+ **/
189
+ Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
190
+ who: AccountId32;
191
+ amount: u128;
192
+ }>;
193
+ /**
194
+ * Some amount was suspended from an account (it can be restored later).
195
+ **/
196
+ Suspended: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
197
+ who: AccountId32;
198
+ amount: u128;
199
+ }>;
200
+ /**
201
+ * Some balance was thawed.
202
+ **/
203
+ Thawed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
204
+ who: AccountId32;
205
+ amount: u128;
206
+ }>;
207
+ /**
208
+ * The `TotalIssuance` was forcefully changed.
209
+ **/
210
+ TotalIssuanceForced: AugmentedEvent<ApiType, [old: u128, new_: u128], {
211
+ old: u128;
212
+ new_: u128;
213
+ }>;
214
+ /**
215
+ * Transfer succeeded.
216
+ **/
217
+ Transfer: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], {
218
+ from: AccountId32;
219
+ to: AccountId32;
220
+ amount: u128;
221
+ }>;
222
+ /**
223
+ * An unexpected/defensive event was triggered.
224
+ **/
225
+ Unexpected: AugmentedEvent<ApiType, [PezpalletBalancesUnexpectedKind]>;
226
+ /**
227
+ * Some balance was unlocked.
228
+ **/
229
+ Unlocked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
230
+ who: AccountId32;
231
+ amount: u128;
232
+ }>;
233
+ /**
234
+ * Some balance was unreserved (moved from reserved to free).
235
+ **/
236
+ Unreserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
237
+ who: AccountId32;
238
+ amount: u128;
239
+ }>;
240
+ /**
241
+ * An account was upgraded.
242
+ **/
243
+ Upgraded: AugmentedEvent<ApiType, [who: AccountId32], {
244
+ who: AccountId32;
245
+ }>;
246
+ /**
247
+ * Some amount was withdrawn from the account (e.g. for transaction fees).
248
+ **/
249
+ Withdraw: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
250
+ who: AccountId32;
251
+ amount: u128;
252
+ }>;
253
+ /**
254
+ * Generic event
255
+ **/
256
+ [key: string]: AugmentedEvent<ApiType>;
257
+ };
258
+ bounties: {
259
+ /**
260
+ * A bounty is approved.
261
+ **/
262
+ BountyApproved: AugmentedEvent<ApiType, [index: u32], {
263
+ index: u32;
264
+ }>;
265
+ /**
266
+ * A bounty is awarded to a beneficiary.
267
+ **/
268
+ BountyAwarded: AugmentedEvent<ApiType, [index: u32, beneficiary: AccountId32], {
269
+ index: u32;
270
+ beneficiary: AccountId32;
271
+ }>;
272
+ /**
273
+ * A bounty proposal is funded and became active.
274
+ **/
275
+ BountyBecameActive: AugmentedEvent<ApiType, [index: u32], {
276
+ index: u32;
277
+ }>;
278
+ /**
279
+ * A bounty is cancelled.
280
+ **/
281
+ BountyCanceled: AugmentedEvent<ApiType, [index: u32], {
282
+ index: u32;
283
+ }>;
284
+ /**
285
+ * A bounty is claimed by beneficiary.
286
+ **/
287
+ BountyClaimed: AugmentedEvent<ApiType, [index: u32, payout: u128, beneficiary: AccountId32], {
288
+ index: u32;
289
+ payout: u128;
290
+ beneficiary: AccountId32;
291
+ }>;
292
+ /**
293
+ * A bounty expiry is extended.
294
+ **/
295
+ BountyExtended: AugmentedEvent<ApiType, [index: u32], {
296
+ index: u32;
297
+ }>;
298
+ /**
299
+ * New bounty proposal.
300
+ **/
301
+ BountyProposed: AugmentedEvent<ApiType, [index: u32], {
302
+ index: u32;
303
+ }>;
304
+ /**
305
+ * A bounty proposal was rejected; funds were slashed.
306
+ **/
307
+ BountyRejected: AugmentedEvent<ApiType, [index: u32, bond: u128], {
308
+ index: u32;
309
+ bond: u128;
310
+ }>;
311
+ /**
312
+ * A bounty curator is accepted.
313
+ **/
314
+ CuratorAccepted: AugmentedEvent<ApiType, [bountyId: u32, curator: AccountId32], {
315
+ bountyId: u32;
316
+ curator: AccountId32;
317
+ }>;
318
+ /**
319
+ * A bounty curator is proposed.
320
+ **/
321
+ CuratorProposed: AugmentedEvent<ApiType, [bountyId: u32, curator: AccountId32], {
322
+ bountyId: u32;
323
+ curator: AccountId32;
324
+ }>;
325
+ /**
326
+ * A bounty curator is unassigned.
327
+ **/
328
+ CuratorUnassigned: AugmentedEvent<ApiType, [bountyId: u32], {
329
+ bountyId: u32;
330
+ }>;
331
+ /**
332
+ * A bounty deposit has been poked.
333
+ **/
334
+ DepositPoked: AugmentedEvent<ApiType, [bountyId: u32, proposer: AccountId32, oldDeposit: u128, newDeposit: u128], {
335
+ bountyId: u32;
336
+ proposer: AccountId32;
337
+ oldDeposit: u128;
338
+ newDeposit: u128;
339
+ }>;
340
+ /**
341
+ * Generic event
342
+ **/
343
+ [key: string]: AugmentedEvent<ApiType>;
344
+ };
345
+ childBounties: {
346
+ /**
347
+ * A child-bounty is added.
348
+ **/
349
+ Added: AugmentedEvent<ApiType, [index: u32, childIndex: u32], {
350
+ index: u32;
351
+ childIndex: u32;
352
+ }>;
353
+ /**
354
+ * A child-bounty is awarded to a beneficiary.
355
+ **/
356
+ Awarded: AugmentedEvent<ApiType, [index: u32, childIndex: u32, beneficiary: AccountId32], {
357
+ index: u32;
358
+ childIndex: u32;
359
+ beneficiary: AccountId32;
360
+ }>;
361
+ /**
362
+ * A child-bounty is cancelled.
363
+ **/
364
+ Canceled: AugmentedEvent<ApiType, [index: u32, childIndex: u32], {
365
+ index: u32;
366
+ childIndex: u32;
367
+ }>;
368
+ /**
369
+ * A child-bounty is claimed by beneficiary.
370
+ **/
371
+ Claimed: AugmentedEvent<ApiType, [index: u32, childIndex: u32, payout: u128, beneficiary: AccountId32], {
372
+ index: u32;
373
+ childIndex: u32;
374
+ payout: u128;
375
+ beneficiary: AccountId32;
376
+ }>;
377
+ /**
378
+ * Generic event
379
+ **/
380
+ [key: string]: AugmentedEvent<ApiType>;
381
+ };
382
+ claims: {
383
+ /**
384
+ * Someone claimed some DOTs.
385
+ **/
386
+ Claimed: AugmentedEvent<ApiType, [who: AccountId32, ethereumAddress: PezkuwiRuntimeCommonClaimsEthereumAddress, amount: u128], {
387
+ who: AccountId32;
388
+ ethereumAddress: PezkuwiRuntimeCommonClaimsEthereumAddress;
389
+ amount: u128;
390
+ }>;
391
+ /**
392
+ * Generic event
393
+ **/
394
+ [key: string]: AugmentedEvent<ApiType>;
395
+ };
396
+ convictionVoting: {
397
+ /**
398
+ * An account has delegated their vote to another account. \[who, target\]
399
+ **/
400
+ Delegated: AugmentedEvent<ApiType, [AccountId32, AccountId32]>;
401
+ /**
402
+ * An \[account\] has cancelled a previous delegation operation.
403
+ **/
404
+ Undelegated: AugmentedEvent<ApiType, [AccountId32]>;
405
+ /**
406
+ * An account has voted
407
+ **/
408
+ Voted: AugmentedEvent<ApiType, [who: AccountId32, vote: PezpalletConvictionVotingVoteAccountVote], {
409
+ who: AccountId32;
410
+ vote: PezpalletConvictionVotingVoteAccountVote;
411
+ }>;
412
+ /**
413
+ * A vote has been removed
414
+ **/
415
+ VoteRemoved: AugmentedEvent<ApiType, [who: AccountId32, vote: PezpalletConvictionVotingVoteAccountVote], {
416
+ who: AccountId32;
417
+ vote: PezpalletConvictionVotingVoteAccountVote;
418
+ }>;
419
+ /**
420
+ * The lockup period of a conviction vote expired, and the funds have been unlocked.
421
+ **/
422
+ VoteUnlocked: AugmentedEvent<ApiType, [who: AccountId32, class_: u16], {
423
+ who: AccountId32;
424
+ class: u16;
425
+ }>;
426
+ /**
427
+ * Generic event
428
+ **/
429
+ [key: string]: AugmentedEvent<ApiType>;
430
+ };
431
+ coretime: {
432
+ /**
433
+ * A core has received a new assignment from the broker chain.
434
+ **/
435
+ CoreAssigned: AugmentedEvent<ApiType, [core: u32], {
436
+ core: u32;
437
+ }>;
438
+ /**
439
+ * The broker chain has asked for revenue information for a specific block.
440
+ **/
441
+ RevenueInfoRequested: AugmentedEvent<ApiType, [when: u32], {
442
+ when: u32;
443
+ }>;
444
+ /**
445
+ * Generic event
446
+ **/
447
+ [key: string]: AugmentedEvent<ApiType>;
448
+ };
449
+ crowdloan: {
450
+ /**
451
+ * A parachain has been moved to `NewRaise`
452
+ **/
453
+ AddedToNewRaise: AugmentedEvent<ApiType, [paraId: u32], {
454
+ paraId: u32;
455
+ }>;
456
+ /**
457
+ * All loans in a fund have been refunded.
458
+ **/
459
+ AllRefunded: AugmentedEvent<ApiType, [paraId: u32], {
460
+ paraId: u32;
461
+ }>;
462
+ /**
463
+ * Contributed to a crowd sale.
464
+ **/
465
+ Contributed: AugmentedEvent<ApiType, [who: AccountId32, fundIndex: u32, amount: u128], {
466
+ who: AccountId32;
467
+ fundIndex: u32;
468
+ amount: u128;
469
+ }>;
470
+ /**
471
+ * Create a new crowdloaning campaign.
472
+ **/
473
+ Created: AugmentedEvent<ApiType, [paraId: u32], {
474
+ paraId: u32;
475
+ }>;
476
+ /**
477
+ * Fund is dissolved.
478
+ **/
479
+ Dissolved: AugmentedEvent<ApiType, [paraId: u32], {
480
+ paraId: u32;
481
+ }>;
482
+ /**
483
+ * The configuration to a crowdloan has been edited.
484
+ **/
485
+ Edited: AugmentedEvent<ApiType, [paraId: u32], {
486
+ paraId: u32;
487
+ }>;
488
+ /**
489
+ * The result of trying to submit a new bid to the Slots pallet.
490
+ **/
491
+ HandleBidResult: AugmentedEvent<ApiType, [paraId: u32, result: Result<Null, PezspRuntimeDispatchError>], {
492
+ paraId: u32;
493
+ result: Result<Null, PezspRuntimeDispatchError>;
494
+ }>;
495
+ /**
496
+ * A memo has been updated.
497
+ **/
498
+ MemoUpdated: AugmentedEvent<ApiType, [who: AccountId32, paraId: u32, memo: Bytes], {
499
+ who: AccountId32;
500
+ paraId: u32;
501
+ memo: Bytes;
502
+ }>;
503
+ /**
504
+ * The loans in a fund have been partially dissolved, i.e. there are some left
505
+ * over child keys that still need to be killed.
506
+ **/
507
+ PartiallyRefunded: AugmentedEvent<ApiType, [paraId: u32], {
508
+ paraId: u32;
509
+ }>;
510
+ /**
511
+ * Withdrew full balance of a contributor.
512
+ **/
513
+ Withdrew: AugmentedEvent<ApiType, [who: AccountId32, fundIndex: u32, amount: u128], {
514
+ who: AccountId32;
515
+ fundIndex: u32;
516
+ amount: u128;
517
+ }>;
518
+ /**
519
+ * Generic event
520
+ **/
521
+ [key: string]: AugmentedEvent<ApiType>;
522
+ };
523
+ delegatedStaking: {
524
+ /**
525
+ * Funds delegated by a delegator.
526
+ **/
527
+ Delegated: AugmentedEvent<ApiType, [agent: AccountId32, delegator: AccountId32, amount: u128], {
528
+ agent: AccountId32;
529
+ delegator: AccountId32;
530
+ amount: u128;
531
+ }>;
532
+ /**
533
+ * Unclaimed delegation funds migrated to delegator.
534
+ **/
535
+ MigratedDelegation: AugmentedEvent<ApiType, [agent: AccountId32, delegator: AccountId32, amount: u128], {
536
+ agent: AccountId32;
537
+ delegator: AccountId32;
538
+ amount: u128;
539
+ }>;
540
+ /**
541
+ * Funds released to a delegator.
542
+ **/
543
+ Released: AugmentedEvent<ApiType, [agent: AccountId32, delegator: AccountId32, amount: u128], {
544
+ agent: AccountId32;
545
+ delegator: AccountId32;
546
+ amount: u128;
547
+ }>;
548
+ /**
549
+ * Funds slashed from a delegator.
550
+ **/
551
+ Slashed: AugmentedEvent<ApiType, [agent: AccountId32, delegator: AccountId32, amount: u128], {
552
+ agent: AccountId32;
553
+ delegator: AccountId32;
554
+ amount: u128;
555
+ }>;
556
+ /**
557
+ * Generic event
558
+ **/
559
+ [key: string]: AugmentedEvent<ApiType>;
560
+ };
561
+ electionProviderMultiPhase: {
562
+ /**
563
+ * An election failed.
564
+ *
565
+ * Not much can be said about which computes failed in the process.
566
+ **/
567
+ ElectionFailed: AugmentedEvent<ApiType, []>;
568
+ /**
569
+ * The election has been finalized, with the given computation and score.
570
+ **/
571
+ ElectionFinalized: AugmentedEvent<ApiType, [compute: PezpalletElectionProviderMultiPhaseElectionCompute, score: PezspNposElectionsElectionScore], {
572
+ compute: PezpalletElectionProviderMultiPhaseElectionCompute;
573
+ score: PezspNposElectionsElectionScore;
574
+ }>;
575
+ /**
576
+ * There was a phase transition in a given round.
577
+ **/
578
+ PhaseTransitioned: AugmentedEvent<ApiType, [from: PezpalletElectionProviderMultiPhasePhase, to: PezpalletElectionProviderMultiPhasePhase, round: u32], {
579
+ from: PezpalletElectionProviderMultiPhasePhase;
580
+ to: PezpalletElectionProviderMultiPhasePhase;
581
+ round: u32;
582
+ }>;
583
+ /**
584
+ * An account has been rewarded for their signed submission being finalized.
585
+ **/
586
+ Rewarded: AugmentedEvent<ApiType, [account: AccountId32, value: u128], {
587
+ account: AccountId32;
588
+ value: u128;
589
+ }>;
590
+ /**
591
+ * An account has been slashed for submitting an invalid signed submission.
592
+ **/
593
+ Slashed: AugmentedEvent<ApiType, [account: AccountId32, value: u128], {
594
+ account: AccountId32;
595
+ value: u128;
596
+ }>;
597
+ /**
598
+ * A solution was stored with the given compute.
599
+ *
600
+ * The `origin` indicates the origin of the solution. If `origin` is `Some(AccountId)`,
601
+ * the stored solution was submitted in the signed phase by a miner with the `AccountId`.
602
+ * Otherwise, the solution was stored either during the unsigned phase or by
603
+ * `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make
604
+ * room for this one.
605
+ **/
606
+ SolutionStored: AugmentedEvent<ApiType, [compute: PezpalletElectionProviderMultiPhaseElectionCompute, origin: Option<AccountId32>, prevEjected: bool], {
607
+ compute: PezpalletElectionProviderMultiPhaseElectionCompute;
608
+ origin: Option<AccountId32>;
609
+ prevEjected: bool;
610
+ }>;
611
+ /**
612
+ * Generic event
613
+ **/
614
+ [key: string]: AugmentedEvent<ApiType>;
615
+ };
616
+ fastUnstake: {
617
+ /**
618
+ * A batch was partially checked for the given eras, but the process did not finish.
619
+ **/
620
+ BatchChecked: AugmentedEvent<ApiType, [eras: Vec<u32>], {
621
+ eras: Vec<u32>;
622
+ }>;
623
+ /**
624
+ * A batch of a given size was terminated.
625
+ *
626
+ * This is always follows by a number of `Unstaked` or `Slashed` events, marking the end
627
+ * of the batch. A new batch will be created upon next block.
628
+ **/
629
+ BatchFinished: AugmentedEvent<ApiType, [size_: u32], {
630
+ size_: u32;
631
+ }>;
632
+ /**
633
+ * An internal error happened. Operations will be paused now.
634
+ **/
635
+ InternalError: AugmentedEvent<ApiType, []>;
636
+ /**
637
+ * A staker was slashed for requesting fast-unstake whilst being exposed.
638
+ **/
639
+ Slashed: AugmentedEvent<ApiType, [stash: AccountId32, amount: u128], {
640
+ stash: AccountId32;
641
+ amount: u128;
642
+ }>;
643
+ /**
644
+ * A staker was unstaked.
645
+ **/
646
+ Unstaked: AugmentedEvent<ApiType, [stash: AccountId32, result: Result<Null, PezspRuntimeDispatchError>], {
647
+ stash: AccountId32;
648
+ result: Result<Null, PezspRuntimeDispatchError>;
649
+ }>;
650
+ /**
651
+ * Generic event
652
+ **/
653
+ [key: string]: AugmentedEvent<ApiType>;
654
+ };
655
+ grandpa: {
656
+ /**
657
+ * New authority set has been applied.
658
+ **/
659
+ NewAuthorities: AugmentedEvent<ApiType, [authoritySet: Vec<ITuple<[PezspConsensusGrandpaAppPublic, u64]>>], {
660
+ authoritySet: Vec<ITuple<[PezspConsensusGrandpaAppPublic, u64]>>;
661
+ }>;
662
+ /**
663
+ * Current authority set has been paused.
664
+ **/
665
+ Paused: AugmentedEvent<ApiType, []>;
666
+ /**
667
+ * Current authority set has been resumed.
668
+ **/
669
+ Resumed: AugmentedEvent<ApiType, []>;
670
+ /**
671
+ * Generic event
672
+ **/
673
+ [key: string]: AugmentedEvent<ApiType>;
674
+ };
675
+ historical: {
676
+ /**
677
+ * The merkle roots of up to this session index were pruned
678
+ **/
679
+ RootsPruned: AugmentedEvent<ApiType, [upTo: u32], {
680
+ upTo: u32;
681
+ }>;
682
+ /**
683
+ * The merkle root of the validators of the said session were stored
684
+ **/
685
+ RootStored: AugmentedEvent<ApiType, [index: u32], {
686
+ index: u32;
687
+ }>;
688
+ /**
689
+ * Generic event
690
+ **/
691
+ [key: string]: AugmentedEvent<ApiType>;
692
+ };
693
+ hrmp: {
694
+ /**
695
+ * HRMP channel closed.
696
+ **/
697
+ ChannelClosed: AugmentedEvent<ApiType, [byParachain: u32, channelId: PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId], {
698
+ byParachain: u32;
699
+ channelId: PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId;
700
+ }>;
701
+ /**
702
+ * An HRMP channel was opened via Root origin.
703
+ **/
704
+ HrmpChannelForceOpened: AugmentedEvent<ApiType, [sender: u32, recipient: u32, proposedMaxCapacity: u32, proposedMaxMessageSize: u32], {
705
+ sender: u32;
706
+ recipient: u32;
707
+ proposedMaxCapacity: u32;
708
+ proposedMaxMessageSize: u32;
709
+ }>;
710
+ /**
711
+ * An HRMP channel was opened with a system chain.
712
+ **/
713
+ HrmpSystemChannelOpened: AugmentedEvent<ApiType, [sender: u32, recipient: u32, proposedMaxCapacity: u32, proposedMaxMessageSize: u32], {
714
+ sender: u32;
715
+ recipient: u32;
716
+ proposedMaxCapacity: u32;
717
+ proposedMaxMessageSize: u32;
718
+ }>;
719
+ /**
720
+ * Open HRMP channel accepted.
721
+ **/
722
+ OpenChannelAccepted: AugmentedEvent<ApiType, [sender: u32, recipient: u32], {
723
+ sender: u32;
724
+ recipient: u32;
725
+ }>;
726
+ /**
727
+ * An HRMP channel request sent by the receiver was canceled by either party.
728
+ **/
729
+ OpenChannelCanceled: AugmentedEvent<ApiType, [byParachain: u32, channelId: PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId], {
730
+ byParachain: u32;
731
+ channelId: PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId;
732
+ }>;
733
+ /**
734
+ * An HRMP channel's deposits were updated.
735
+ **/
736
+ OpenChannelDepositsUpdated: AugmentedEvent<ApiType, [sender: u32, recipient: u32], {
737
+ sender: u32;
738
+ recipient: u32;
739
+ }>;
740
+ /**
741
+ * Open HRMP channel requested.
742
+ **/
743
+ OpenChannelRequested: AugmentedEvent<ApiType, [sender: u32, recipient: u32, proposedMaxCapacity: u32, proposedMaxMessageSize: u32], {
744
+ sender: u32;
745
+ recipient: u32;
746
+ proposedMaxCapacity: u32;
747
+ proposedMaxMessageSize: u32;
748
+ }>;
749
+ /**
750
+ * Generic event
751
+ **/
752
+ [key: string]: AugmentedEvent<ApiType>;
753
+ };
754
+ indices: {
755
+ /**
756
+ * A deposit to reserve an index has been poked/reconsidered.
757
+ **/
758
+ DepositPoked: AugmentedEvent<ApiType, [who: AccountId32, index: u32, oldDeposit: u128, newDeposit: u128], {
759
+ who: AccountId32;
760
+ index: u32;
761
+ oldDeposit: u128;
762
+ newDeposit: u128;
763
+ }>;
764
+ /**
765
+ * A account index was assigned.
766
+ **/
767
+ IndexAssigned: AugmentedEvent<ApiType, [who: AccountId32, index: u32], {
768
+ who: AccountId32;
769
+ index: u32;
770
+ }>;
771
+ /**
772
+ * A account index has been freed up (unassigned).
773
+ **/
774
+ IndexFreed: AugmentedEvent<ApiType, [index: u32], {
775
+ index: u32;
776
+ }>;
777
+ /**
778
+ * A account index has been frozen to its current account ID.
779
+ **/
780
+ IndexFrozen: AugmentedEvent<ApiType, [index: u32, who: AccountId32], {
781
+ index: u32;
782
+ who: AccountId32;
783
+ }>;
784
+ /**
785
+ * Generic event
786
+ **/
787
+ [key: string]: AugmentedEvent<ApiType>;
788
+ };
789
+ messageQueue: {
790
+ /**
791
+ * Message placed in overweight queue.
792
+ **/
793
+ OverweightEnqueued: AugmentedEvent<ApiType, [id: U8aFixed, origin: PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, pageIndex: u32, messageIndex: u32], {
794
+ id: U8aFixed;
795
+ origin: PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin;
796
+ pageIndex: u32;
797
+ messageIndex: u32;
798
+ }>;
799
+ /**
800
+ * This page was reaped.
801
+ **/
802
+ PageReaped: AugmentedEvent<ApiType, [origin: PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, index: u32], {
803
+ origin: PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin;
804
+ index: u32;
805
+ }>;
806
+ /**
807
+ * Message is processed.
808
+ **/
809
+ Processed: AugmentedEvent<ApiType, [id: H256, origin: PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, weightUsed: PezspWeightsWeightV2Weight, success: bool], {
810
+ id: H256;
811
+ origin: PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin;
812
+ weightUsed: PezspWeightsWeightV2Weight;
813
+ success: bool;
814
+ }>;
815
+ /**
816
+ * Message discarded due to an error in the `MessageProcessor` (usually a format error).
817
+ **/
818
+ ProcessingFailed: AugmentedEvent<ApiType, [id: H256, origin: PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, error: PezframeSupportMessagesProcessMessageError], {
819
+ id: H256;
820
+ origin: PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin;
821
+ error: PezframeSupportMessagesProcessMessageError;
822
+ }>;
823
+ /**
824
+ * Generic event
825
+ **/
826
+ [key: string]: AugmentedEvent<ApiType>;
827
+ };
828
+ multisig: {
829
+ /**
830
+ * The deposit for a multisig operation has been updated/poked.
831
+ **/
832
+ DepositPoked: AugmentedEvent<ApiType, [who: AccountId32, callHash: U8aFixed, oldDeposit: u128, newDeposit: u128], {
833
+ who: AccountId32;
834
+ callHash: U8aFixed;
835
+ oldDeposit: u128;
836
+ newDeposit: u128;
837
+ }>;
838
+ /**
839
+ * A multisig operation has been approved by someone.
840
+ **/
841
+ MultisigApproval: AugmentedEvent<ApiType, [approving: AccountId32, timepoint: PezpalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed], {
842
+ approving: AccountId32;
843
+ timepoint: PezpalletMultisigTimepoint;
844
+ multisig: AccountId32;
845
+ callHash: U8aFixed;
846
+ }>;
847
+ /**
848
+ * A multisig operation has been cancelled.
849
+ **/
850
+ MultisigCancelled: AugmentedEvent<ApiType, [cancelling: AccountId32, timepoint: PezpalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed], {
851
+ cancelling: AccountId32;
852
+ timepoint: PezpalletMultisigTimepoint;
853
+ multisig: AccountId32;
854
+ callHash: U8aFixed;
855
+ }>;
856
+ /**
857
+ * A multisig operation has been executed.
858
+ **/
859
+ MultisigExecuted: AugmentedEvent<ApiType, [approving: AccountId32, timepoint: PezpalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed, result: Result<Null, PezspRuntimeDispatchError>], {
860
+ approving: AccountId32;
861
+ timepoint: PezpalletMultisigTimepoint;
862
+ multisig: AccountId32;
863
+ callHash: U8aFixed;
864
+ result: Result<Null, PezspRuntimeDispatchError>;
865
+ }>;
866
+ /**
867
+ * A new multisig operation has begun.
868
+ **/
869
+ NewMultisig: AugmentedEvent<ApiType, [approving: AccountId32, multisig: AccountId32, callHash: U8aFixed], {
870
+ approving: AccountId32;
871
+ multisig: AccountId32;
872
+ callHash: U8aFixed;
873
+ }>;
874
+ /**
875
+ * Generic event
876
+ **/
877
+ [key: string]: AugmentedEvent<ApiType>;
878
+ };
879
+ nominationPools: {
880
+ /**
881
+ * A member has became bonded in a pool.
882
+ **/
883
+ Bonded: AugmentedEvent<ApiType, [member: AccountId32, poolId: u32, bonded: u128, joined: bool], {
884
+ member: AccountId32;
885
+ poolId: u32;
886
+ bonded: u128;
887
+ joined: bool;
888
+ }>;
889
+ /**
890
+ * A pool has been created.
891
+ **/
892
+ Created: AugmentedEvent<ApiType, [depositor: AccountId32, poolId: u32], {
893
+ depositor: AccountId32;
894
+ poolId: u32;
895
+ }>;
896
+ /**
897
+ * A pool has been destroyed.
898
+ **/
899
+ Destroyed: AugmentedEvent<ApiType, [poolId: u32], {
900
+ poolId: u32;
901
+ }>;
902
+ /**
903
+ * Global parameters regulating nomination pools have been updated.
904
+ **/
905
+ GlobalParamsUpdated: AugmentedEvent<ApiType, [minJoinBond: u128, minCreateBond: u128, maxPools: Option<u32>, maxMembers: Option<u32>, maxMembersPerPool: Option<u32>, globalMaxCommission: Option<Perbill>], {
906
+ minJoinBond: u128;
907
+ minCreateBond: u128;
908
+ maxPools: Option<u32>;
909
+ maxMembers: Option<u32>;
910
+ maxMembersPerPool: Option<u32>;
911
+ globalMaxCommission: Option<Perbill>;
912
+ }>;
913
+ /**
914
+ * A pool member's claim permission has been updated.
915
+ **/
916
+ MemberClaimPermissionUpdated: AugmentedEvent<ApiType, [member: AccountId32, permission: PezpalletNominationPoolsClaimPermission], {
917
+ member: AccountId32;
918
+ permission: PezpalletNominationPoolsClaimPermission;
919
+ }>;
920
+ /**
921
+ * A member has been removed from a pool.
922
+ *
923
+ * The removal can be voluntary (withdrawn all unbonded funds) or involuntary (kicked).
924
+ * Any funds that are still delegated (i.e. dangling delegation) are released and are
925
+ * represented by `released_balance`.
926
+ **/
927
+ MemberRemoved: AugmentedEvent<ApiType, [poolId: u32, member: AccountId32, releasedBalance: u128], {
928
+ poolId: u32;
929
+ member: AccountId32;
930
+ releasedBalance: u128;
931
+ }>;
932
+ /**
933
+ * A pool's metadata was updated.
934
+ **/
935
+ MetadataUpdated: AugmentedEvent<ApiType, [poolId: u32, caller: AccountId32], {
936
+ poolId: u32;
937
+ caller: AccountId32;
938
+ }>;
939
+ /**
940
+ * Topped up deficit in frozen ED of the reward pool.
941
+ **/
942
+ MinBalanceDeficitAdjusted: AugmentedEvent<ApiType, [poolId: u32, amount: u128], {
943
+ poolId: u32;
944
+ amount: u128;
945
+ }>;
946
+ /**
947
+ * Claimed excess frozen ED of af the reward pool.
948
+ **/
949
+ MinBalanceExcessAdjusted: AugmentedEvent<ApiType, [poolId: u32, amount: u128], {
950
+ poolId: u32;
951
+ amount: u128;
952
+ }>;
953
+ /**
954
+ * A payout has been made to a member.
955
+ **/
956
+ PaidOut: AugmentedEvent<ApiType, [member: AccountId32, poolId: u32, payout: u128], {
957
+ member: AccountId32;
958
+ poolId: u32;
959
+ payout: u128;
960
+ }>;
961
+ /**
962
+ * A pool's commission `change_rate` has been changed.
963
+ **/
964
+ PoolCommissionChangeRateUpdated: AugmentedEvent<ApiType, [poolId: u32, changeRate: PezpalletNominationPoolsCommissionChangeRate], {
965
+ poolId: u32;
966
+ changeRate: PezpalletNominationPoolsCommissionChangeRate;
967
+ }>;
968
+ /**
969
+ * Pool commission has been claimed.
970
+ **/
971
+ PoolCommissionClaimed: AugmentedEvent<ApiType, [poolId: u32, commission: u128], {
972
+ poolId: u32;
973
+ commission: u128;
974
+ }>;
975
+ /**
976
+ * Pool commission claim permission has been updated.
977
+ **/
978
+ PoolCommissionClaimPermissionUpdated: AugmentedEvent<ApiType, [poolId: u32, permission: Option<PezpalletNominationPoolsCommissionClaimPermission>], {
979
+ poolId: u32;
980
+ permission: Option<PezpalletNominationPoolsCommissionClaimPermission>;
981
+ }>;
982
+ /**
983
+ * A pool's commission setting has been changed.
984
+ **/
985
+ PoolCommissionUpdated: AugmentedEvent<ApiType, [poolId: u32, current: Option<ITuple<[Perbill, AccountId32]>>], {
986
+ poolId: u32;
987
+ current: Option<ITuple<[Perbill, AccountId32]>>;
988
+ }>;
989
+ /**
990
+ * A pool's maximum commission setting has been changed.
991
+ **/
992
+ PoolMaxCommissionUpdated: AugmentedEvent<ApiType, [poolId: u32, maxCommission: Perbill], {
993
+ poolId: u32;
994
+ maxCommission: Perbill;
995
+ }>;
996
+ /**
997
+ * A pool's nominating account (or the pool's root account) has nominated a validator set
998
+ * on behalf of the pool.
999
+ **/
1000
+ PoolNominationMade: AugmentedEvent<ApiType, [poolId: u32, caller: AccountId32], {
1001
+ poolId: u32;
1002
+ caller: AccountId32;
1003
+ }>;
1004
+ /**
1005
+ * The pool is chilled i.e. no longer nominating.
1006
+ **/
1007
+ PoolNominatorChilled: AugmentedEvent<ApiType, [poolId: u32, caller: AccountId32], {
1008
+ poolId: u32;
1009
+ caller: AccountId32;
1010
+ }>;
1011
+ /**
1012
+ * The active balance of pool `pool_id` has been slashed to `balance`.
1013
+ **/
1014
+ PoolSlashed: AugmentedEvent<ApiType, [poolId: u32, balance: u128], {
1015
+ poolId: u32;
1016
+ balance: u128;
1017
+ }>;
1018
+ /**
1019
+ * The roles of a pool have been updated to the given new roles. Note that the depositor
1020
+ * can never change.
1021
+ **/
1022
+ RolesUpdated: AugmentedEvent<ApiType, [root: Option<AccountId32>, bouncer: Option<AccountId32>, nominator: Option<AccountId32>], {
1023
+ root: Option<AccountId32>;
1024
+ bouncer: Option<AccountId32>;
1025
+ nominator: Option<AccountId32>;
1026
+ }>;
1027
+ /**
1028
+ * The state of a pool has changed
1029
+ **/
1030
+ StateChanged: AugmentedEvent<ApiType, [poolId: u32, newState: PezpalletNominationPoolsPoolState], {
1031
+ poolId: u32;
1032
+ newState: PezpalletNominationPoolsPoolState;
1033
+ }>;
1034
+ /**
1035
+ * A member has unbonded from their pool.
1036
+ *
1037
+ * - `balance` is the corresponding balance of the number of points that has been
1038
+ * requested to be unbonded (the argument of the `unbond` transaction) from the bonded
1039
+ * pool.
1040
+ * - `points` is the number of points that are issued as a result of `balance` being
1041
+ * dissolved into the corresponding unbonding pool.
1042
+ * - `era` is the era in which the balance will be unbonded.
1043
+ * In the absence of slashing, these values will match. In the presence of slashing, the
1044
+ * number of points that are issued in the unbonding pool will be less than the amount
1045
+ * requested to be unbonded.
1046
+ **/
1047
+ Unbonded: AugmentedEvent<ApiType, [member: AccountId32, poolId: u32, balance: u128, points: u128, era: u32], {
1048
+ member: AccountId32;
1049
+ poolId: u32;
1050
+ balance: u128;
1051
+ points: u128;
1052
+ era: u32;
1053
+ }>;
1054
+ /**
1055
+ * The unbond pool at `era` of pool `pool_id` has been slashed to `balance`.
1056
+ **/
1057
+ UnbondingPoolSlashed: AugmentedEvent<ApiType, [poolId: u32, era: u32, balance: u128], {
1058
+ poolId: u32;
1059
+ era: u32;
1060
+ balance: u128;
1061
+ }>;
1062
+ /**
1063
+ * A member has withdrawn from their pool.
1064
+ *
1065
+ * The given number of `points` have been dissolved in return of `balance`.
1066
+ *
1067
+ * Similar to `Unbonded` event, in the absence of slashing, the ratio of point to balance
1068
+ * will be 1.
1069
+ **/
1070
+ Withdrawn: AugmentedEvent<ApiType, [member: AccountId32, poolId: u32, balance: u128, points: u128], {
1071
+ member: AccountId32;
1072
+ poolId: u32;
1073
+ balance: u128;
1074
+ points: u128;
1075
+ }>;
1076
+ /**
1077
+ * Generic event
1078
+ **/
1079
+ [key: string]: AugmentedEvent<ApiType>;
1080
+ };
1081
+ offences: {
1082
+ /**
1083
+ * There is an offence reported of the given `kind` happened at the `session_index` and
1084
+ * (kind-specific) time slot. This event is not deposited for duplicate slashes.
1085
+ * \[kind, timeslot\].
1086
+ **/
1087
+ Offence: AugmentedEvent<ApiType, [kind: U8aFixed, timeslot: Bytes], {
1088
+ kind: U8aFixed;
1089
+ timeslot: Bytes;
1090
+ }>;
1091
+ /**
1092
+ * Generic event
1093
+ **/
1094
+ [key: string]: AugmentedEvent<ApiType>;
1095
+ };
1096
+ onDemand: {
1097
+ /**
1098
+ * An account was given credits.
1099
+ **/
1100
+ AccountCredited: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
1101
+ who: AccountId32;
1102
+ amount: u128;
1103
+ }>;
1104
+ /**
1105
+ * An order was placed at some spot price amount by orderer ordered_by
1106
+ **/
1107
+ OnDemandOrderPlaced: AugmentedEvent<ApiType, [paraId: u32, spotPrice: u128, orderedBy: AccountId32], {
1108
+ paraId: u32;
1109
+ spotPrice: u128;
1110
+ orderedBy: AccountId32;
1111
+ }>;
1112
+ /**
1113
+ * The value of the spot price has likely changed
1114
+ **/
1115
+ SpotPriceSet: AugmentedEvent<ApiType, [spotPrice: u128], {
1116
+ spotPrice: u128;
1117
+ }>;
1118
+ /**
1119
+ * Generic event
1120
+ **/
1121
+ [key: string]: AugmentedEvent<ApiType>;
1122
+ };
1123
+ paraInclusion: {
1124
+ /**
1125
+ * A candidate was backed. `[candidate, head_data]`
1126
+ **/
1127
+ CandidateBacked: AugmentedEvent<ApiType, [PezkuwiPrimitivesVstagingCandidateReceiptV2, Bytes, u32, u32]>;
1128
+ /**
1129
+ * A candidate was included. `[candidate, head_data]`
1130
+ **/
1131
+ CandidateIncluded: AugmentedEvent<ApiType, [PezkuwiPrimitivesVstagingCandidateReceiptV2, Bytes, u32, u32]>;
1132
+ /**
1133
+ * A candidate timed out. `[candidate, head_data]`
1134
+ **/
1135
+ CandidateTimedOut: AugmentedEvent<ApiType, [PezkuwiPrimitivesVstagingCandidateReceiptV2, Bytes, u32]>;
1136
+ /**
1137
+ * Some upward messages have been received and will be processed.
1138
+ **/
1139
+ UpwardMessagesReceived: AugmentedEvent<ApiType, [from: u32, count: u32], {
1140
+ from: u32;
1141
+ count: u32;
1142
+ }>;
1143
+ /**
1144
+ * Generic event
1145
+ **/
1146
+ [key: string]: AugmentedEvent<ApiType>;
1147
+ };
1148
+ paras: {
1149
+ /**
1150
+ * A para has been queued to execute pending actions. `para_id`
1151
+ **/
1152
+ ActionQueued: AugmentedEvent<ApiType, [u32, u32]>;
1153
+ /**
1154
+ * A new code hash has been authorized for a Para.
1155
+ **/
1156
+ CodeAuthorized: AugmentedEvent<ApiType, [paraId: u32, codeHash: H256, expireAt: u32], {
1157
+ paraId: u32;
1158
+ codeHash: H256;
1159
+ expireAt: u32;
1160
+ }>;
1161
+ /**
1162
+ * A code upgrade has been scheduled for a Para. `para_id`
1163
+ **/
1164
+ CodeUpgradeScheduled: AugmentedEvent<ApiType, [u32]>;
1165
+ /**
1166
+ * Current code has been updated for a Para. `para_id`
1167
+ **/
1168
+ CurrentCodeUpdated: AugmentedEvent<ApiType, [u32]>;
1169
+ /**
1170
+ * Current head has been updated for a Para. `para_id`
1171
+ **/
1172
+ CurrentHeadUpdated: AugmentedEvent<ApiType, [u32]>;
1173
+ /**
1174
+ * A new head has been noted for a Para. `para_id`
1175
+ **/
1176
+ NewHeadNoted: AugmentedEvent<ApiType, [u32]>;
1177
+ /**
1178
+ * The given validation code was accepted by the PVF pre-checking vote.
1179
+ * `code_hash` `para_id`
1180
+ **/
1181
+ PvfCheckAccepted: AugmentedEvent<ApiType, [H256, u32]>;
1182
+ /**
1183
+ * The given validation code was rejected by the PVF pre-checking vote.
1184
+ * `code_hash` `para_id`
1185
+ **/
1186
+ PvfCheckRejected: AugmentedEvent<ApiType, [H256, u32]>;
1187
+ /**
1188
+ * The given para either initiated or subscribed to a PVF check for the given validation
1189
+ * code. `code_hash` `para_id`
1190
+ **/
1191
+ PvfCheckStarted: AugmentedEvent<ApiType, [H256, u32]>;
1192
+ /**
1193
+ * The upgrade cooldown was removed.
1194
+ **/
1195
+ UpgradeCooldownRemoved: AugmentedEvent<ApiType, [paraId: u32], {
1196
+ paraId: u32;
1197
+ }>;
1198
+ /**
1199
+ * Generic event
1200
+ **/
1201
+ [key: string]: AugmentedEvent<ApiType>;
1202
+ };
1203
+ parasDisputes: {
1204
+ /**
1205
+ * A dispute has concluded for or against a candidate.
1206
+ * `\[para id, candidate hash, dispute result\]`
1207
+ **/
1208
+ DisputeConcluded: AugmentedEvent<ApiType, [H256, PezkuwiRuntimeTeyrchainsDisputesDisputeResult]>;
1209
+ /**
1210
+ * A dispute has been initiated. \[candidate hash, dispute location\]
1211
+ **/
1212
+ DisputeInitiated: AugmentedEvent<ApiType, [H256, PezkuwiRuntimeTeyrchainsDisputesDisputeLocation]>;
1213
+ /**
1214
+ * A dispute has concluded with supermajority against a candidate.
1215
+ * Block authors should no longer build on top of this head and should
1216
+ * instead revert the block at the given height. This should be the
1217
+ * number of the child of the last known valid block in the chain.
1218
+ **/
1219
+ Revert: AugmentedEvent<ApiType, [u32]>;
1220
+ /**
1221
+ * Generic event
1222
+ **/
1223
+ [key: string]: AugmentedEvent<ApiType>;
1224
+ };
1225
+ preimage: {
1226
+ /**
1227
+ * A preimage has ben cleared.
1228
+ **/
1229
+ Cleared: AugmentedEvent<ApiType, [hash_: H256], {
1230
+ hash_: H256;
1231
+ }>;
1232
+ /**
1233
+ * A preimage has been noted.
1234
+ **/
1235
+ Noted: AugmentedEvent<ApiType, [hash_: H256], {
1236
+ hash_: H256;
1237
+ }>;
1238
+ /**
1239
+ * A preimage has been requested.
1240
+ **/
1241
+ Requested: AugmentedEvent<ApiType, [hash_: H256], {
1242
+ hash_: H256;
1243
+ }>;
1244
+ /**
1245
+ * Generic event
1246
+ **/
1247
+ [key: string]: AugmentedEvent<ApiType>;
1248
+ };
1249
+ proxy: {
1250
+ /**
1251
+ * An announcement was placed to make a call in the future.
1252
+ **/
1253
+ Announced: AugmentedEvent<ApiType, [real: AccountId32, proxy: AccountId32, callHash: H256], {
1254
+ real: AccountId32;
1255
+ proxy: AccountId32;
1256
+ callHash: H256;
1257
+ }>;
1258
+ /**
1259
+ * A deposit stored for proxies or announcements was poked / updated.
1260
+ **/
1261
+ DepositPoked: AugmentedEvent<ApiType, [who: AccountId32, kind: PezpalletProxyDepositKind, oldDeposit: u128, newDeposit: u128], {
1262
+ who: AccountId32;
1263
+ kind: PezpalletProxyDepositKind;
1264
+ oldDeposit: u128;
1265
+ newDeposit: u128;
1266
+ }>;
1267
+ /**
1268
+ * A proxy was added.
1269
+ **/
1270
+ ProxyAdded: AugmentedEvent<ApiType, [delegator: AccountId32, delegatee: AccountId32, proxyType: PezkuwiRuntimeConstantsProxyProxyType, delay: u32], {
1271
+ delegator: AccountId32;
1272
+ delegatee: AccountId32;
1273
+ proxyType: PezkuwiRuntimeConstantsProxyProxyType;
1274
+ delay: u32;
1275
+ }>;
1276
+ /**
1277
+ * A proxy was executed correctly, with the given.
1278
+ **/
1279
+ ProxyExecuted: AugmentedEvent<ApiType, [result: Result<Null, PezspRuntimeDispatchError>], {
1280
+ result: Result<Null, PezspRuntimeDispatchError>;
1281
+ }>;
1282
+ /**
1283
+ * A proxy was removed.
1284
+ **/
1285
+ ProxyRemoved: AugmentedEvent<ApiType, [delegator: AccountId32, delegatee: AccountId32, proxyType: PezkuwiRuntimeConstantsProxyProxyType, delay: u32], {
1286
+ delegator: AccountId32;
1287
+ delegatee: AccountId32;
1288
+ proxyType: PezkuwiRuntimeConstantsProxyProxyType;
1289
+ delay: u32;
1290
+ }>;
1291
+ /**
1292
+ * A pure account has been created by new proxy with given
1293
+ * disambiguation index and proxy type.
1294
+ **/
1295
+ PureCreated: AugmentedEvent<ApiType, [pure: AccountId32, who: AccountId32, proxyType: PezkuwiRuntimeConstantsProxyProxyType, disambiguationIndex: u16], {
1296
+ pure: AccountId32;
1297
+ who: AccountId32;
1298
+ proxyType: PezkuwiRuntimeConstantsProxyProxyType;
1299
+ disambiguationIndex: u16;
1300
+ }>;
1301
+ /**
1302
+ * A pure proxy was killed by its spawner.
1303
+ **/
1304
+ PureKilled: AugmentedEvent<ApiType, [pure: AccountId32, spawner: AccountId32, proxyType: PezkuwiRuntimeConstantsProxyProxyType, disambiguationIndex: u16], {
1305
+ pure: AccountId32;
1306
+ spawner: AccountId32;
1307
+ proxyType: PezkuwiRuntimeConstantsProxyProxyType;
1308
+ disambiguationIndex: u16;
1309
+ }>;
1310
+ /**
1311
+ * Generic event
1312
+ **/
1313
+ [key: string]: AugmentedEvent<ApiType>;
1314
+ };
1315
+ rcMigrator: {
1316
+ /**
1317
+ * The accounts to be preserved on Relay Chain were set.
1318
+ **/
1319
+ AccountsPreserved: AugmentedEvent<ApiType, [accounts: Vec<AccountId32>], {
1320
+ accounts: Vec<AccountId32>;
1321
+ }>;
1322
+ /**
1323
+ * The AH UMP queue priority config was set.
1324
+ **/
1325
+ AhUmpQueuePriorityConfigSet: AugmentedEvent<ApiType, [old: PezpalletRcMigratorQueuePriority, new_: PezpalletRcMigratorQueuePriority], {
1326
+ old: PezpalletRcMigratorQueuePriority;
1327
+ new_: PezpalletRcMigratorQueuePriority;
1328
+ }>;
1329
+ /**
1330
+ * Whether the AH UMP queue was prioritized for the next block.
1331
+ **/
1332
+ AhUmpQueuePrioritySet: AugmentedEvent<ApiType, [prioritized: bool, cycleBlock: u32, cyclePeriod: u32], {
1333
+ prioritized: bool;
1334
+ cycleBlock: u32;
1335
+ cyclePeriod: u32;
1336
+ }>;
1337
+ /**
1338
+ * The Asset Hub Migration finished.
1339
+ *
1340
+ * This event is equivalent to `StageTransition { new: MigrationDone, .. }` but is easier
1341
+ * to understand. The finishing is immediate and affects all events happening
1342
+ * afterwards.
1343
+ **/
1344
+ AssetHubMigrationFinished: AugmentedEvent<ApiType, []>;
1345
+ /**
1346
+ * The Asset Hub Migration started and is active until `AssetHubMigrationFinished` is
1347
+ * emitted.
1348
+ *
1349
+ * This event is equivalent to `StageTransition { new: Initializing, .. }` but is easier
1350
+ * to understand. The activation is immediate and affects all events happening
1351
+ * afterwards.
1352
+ **/
1353
+ AssetHubMigrationStarted: AugmentedEvent<ApiType, []>;
1354
+ /**
1355
+ * The canceller account id was set.
1356
+ **/
1357
+ CancellerSet: AugmentedEvent<ApiType, [old: Option<AccountId32>, new_: Option<AccountId32>], {
1358
+ old: Option<AccountId32>;
1359
+ new_: Option<AccountId32>;
1360
+ }>;
1361
+ /**
1362
+ * The manager multisig dispatched something.
1363
+ **/
1364
+ ManagerMultisigDispatched: AugmentedEvent<ApiType, [res: Result<Null, PezspRuntimeDispatchError>], {
1365
+ res: Result<Null, PezspRuntimeDispatchError>;
1366
+ }>;
1367
+ /**
1368
+ * The manager multisig received a vote.
1369
+ **/
1370
+ ManagerMultisigVoted: AugmentedEvent<ApiType, [votes: u32], {
1371
+ votes: u32;
1372
+ }>;
1373
+ /**
1374
+ * The manager account id was set.
1375
+ **/
1376
+ ManagerSet: AugmentedEvent<ApiType, [old: Option<AccountId32>, new_: Option<AccountId32>], {
1377
+ old: Option<AccountId32>;
1378
+ new_: Option<AccountId32>;
1379
+ }>;
1380
+ /**
1381
+ * The RC kept balance was consumed.
1382
+ **/
1383
+ MigratedBalanceConsumed: AugmentedEvent<ApiType, [kept: u128, migrated: u128], {
1384
+ kept: u128;
1385
+ migrated: u128;
1386
+ }>;
1387
+ /**
1388
+ * The total issuance was recorded.
1389
+ **/
1390
+ MigratedBalanceRecordSet: AugmentedEvent<ApiType, [kept: u128, migrated: u128], {
1391
+ kept: u128;
1392
+ migrated: u128;
1393
+ }>;
1394
+ /**
1395
+ * The migration was cancelled.
1396
+ **/
1397
+ MigrationCancelled: AugmentedEvent<ApiType, []>;
1398
+ /**
1399
+ * The migration was paused.
1400
+ **/
1401
+ MigrationPaused: AugmentedEvent<ApiType, [pauseStage: PezpalletRcMigratorMigrationStage], {
1402
+ pauseStage: PezpalletRcMigratorMigrationStage;
1403
+ }>;
1404
+ /**
1405
+ * The migration settings were set.
1406
+ **/
1407
+ MigrationSettingsSet: AugmentedEvent<ApiType, [old: Option<PezpalletRcMigratorMigrationSettings>, new_: Option<PezpalletRcMigratorMigrationSettings>], {
1408
+ old: Option<PezpalletRcMigratorMigrationSettings>;
1409
+ new_: Option<PezpalletRcMigratorMigrationSettings>;
1410
+ }>;
1411
+ /**
1412
+ * Some pure accounts were indexed for possibly receiving free `Any` proxies.
1413
+ **/
1414
+ PureAccountsIndexed: AugmentedEvent<ApiType, [numPureAccounts: u32], {
1415
+ numPureAccounts: u32;
1416
+ }>;
1417
+ /**
1418
+ * A query response has been received.
1419
+ **/
1420
+ QueryResponseReceived: AugmentedEvent<ApiType, [queryId: u64, response: XcmV3MaybeErrorCode], {
1421
+ queryId: u64;
1422
+ response: XcmV3MaybeErrorCode;
1423
+ }>;
1424
+ /**
1425
+ * A stage transition has occurred.
1426
+ **/
1427
+ StageTransition: AugmentedEvent<ApiType, [old: PezpalletRcMigratorMigrationStage, new_: PezpalletRcMigratorMigrationStage], {
1428
+ old: PezpalletRcMigratorMigrationStage;
1429
+ new_: PezpalletRcMigratorMigrationStage;
1430
+ }>;
1431
+ /**
1432
+ * The staking elections were paused.
1433
+ **/
1434
+ StakingElectionsPaused: AugmentedEvent<ApiType, []>;
1435
+ /**
1436
+ * The unprocessed message buffer size has been set.
1437
+ **/
1438
+ UnprocessedMsgBufferSet: AugmentedEvent<ApiType, [new_: u32, old: u32], {
1439
+ new_: u32;
1440
+ old: u32;
1441
+ }>;
1442
+ /**
1443
+ * A XCM message has been resent.
1444
+ **/
1445
+ XcmResendAttempt: AugmentedEvent<ApiType, [queryId: u64, sendError: Option<XcmV3TraitsSendError>], {
1446
+ queryId: u64;
1447
+ sendError: Option<XcmV3TraitsSendError>;
1448
+ }>;
1449
+ /**
1450
+ * An XCM message was sent.
1451
+ **/
1452
+ XcmSent: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, destination: StagingXcmV5Location, message: StagingXcmV5Xcm, messageId: U8aFixed], {
1453
+ origin: StagingXcmV5Location;
1454
+ destination: StagingXcmV5Location;
1455
+ message: StagingXcmV5Xcm;
1456
+ messageId: U8aFixed;
1457
+ }>;
1458
+ /**
1459
+ * Generic event
1460
+ **/
1461
+ [key: string]: AugmentedEvent<ApiType>;
1462
+ };
1463
+ referenda: {
1464
+ /**
1465
+ * A referendum has been approved and its proposal has been scheduled.
1466
+ **/
1467
+ Approved: AugmentedEvent<ApiType, [index: u32], {
1468
+ index: u32;
1469
+ }>;
1470
+ /**
1471
+ * A referendum has been cancelled.
1472
+ **/
1473
+ Cancelled: AugmentedEvent<ApiType, [index: u32, tally: PezpalletConvictionVotingTally], {
1474
+ index: u32;
1475
+ tally: PezpalletConvictionVotingTally;
1476
+ }>;
1477
+ ConfirmAborted: AugmentedEvent<ApiType, [index: u32], {
1478
+ index: u32;
1479
+ }>;
1480
+ /**
1481
+ * A referendum has ended its confirmation phase and is ready for approval.
1482
+ **/
1483
+ Confirmed: AugmentedEvent<ApiType, [index: u32, tally: PezpalletConvictionVotingTally], {
1484
+ index: u32;
1485
+ tally: PezpalletConvictionVotingTally;
1486
+ }>;
1487
+ ConfirmStarted: AugmentedEvent<ApiType, [index: u32], {
1488
+ index: u32;
1489
+ }>;
1490
+ /**
1491
+ * The decision deposit has been placed.
1492
+ **/
1493
+ DecisionDepositPlaced: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], {
1494
+ index: u32;
1495
+ who: AccountId32;
1496
+ amount: u128;
1497
+ }>;
1498
+ /**
1499
+ * The decision deposit has been refunded.
1500
+ **/
1501
+ DecisionDepositRefunded: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], {
1502
+ index: u32;
1503
+ who: AccountId32;
1504
+ amount: u128;
1505
+ }>;
1506
+ /**
1507
+ * A referendum has moved into the deciding phase.
1508
+ **/
1509
+ DecisionStarted: AugmentedEvent<ApiType, [index: u32, track: u16, proposal: PezframeSupportPreimagesBounded, tally: PezpalletConvictionVotingTally], {
1510
+ index: u32;
1511
+ track: u16;
1512
+ proposal: PezframeSupportPreimagesBounded;
1513
+ tally: PezpalletConvictionVotingTally;
1514
+ }>;
1515
+ /**
1516
+ * A deposit has been slashed.
1517
+ **/
1518
+ DepositSlashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
1519
+ who: AccountId32;
1520
+ amount: u128;
1521
+ }>;
1522
+ /**
1523
+ * A referendum has been killed.
1524
+ **/
1525
+ Killed: AugmentedEvent<ApiType, [index: u32, tally: PezpalletConvictionVotingTally], {
1526
+ index: u32;
1527
+ tally: PezpalletConvictionVotingTally;
1528
+ }>;
1529
+ /**
1530
+ * Metadata for a referendum has been cleared.
1531
+ **/
1532
+ MetadataCleared: AugmentedEvent<ApiType, [index: u32, hash_: H256], {
1533
+ index: u32;
1534
+ hash_: H256;
1535
+ }>;
1536
+ /**
1537
+ * Metadata for a referendum has been set.
1538
+ **/
1539
+ MetadataSet: AugmentedEvent<ApiType, [index: u32, hash_: H256], {
1540
+ index: u32;
1541
+ hash_: H256;
1542
+ }>;
1543
+ /**
1544
+ * A proposal has been rejected by referendum.
1545
+ **/
1546
+ Rejected: AugmentedEvent<ApiType, [index: u32, tally: PezpalletConvictionVotingTally], {
1547
+ index: u32;
1548
+ tally: PezpalletConvictionVotingTally;
1549
+ }>;
1550
+ /**
1551
+ * The submission deposit has been refunded.
1552
+ **/
1553
+ SubmissionDepositRefunded: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], {
1554
+ index: u32;
1555
+ who: AccountId32;
1556
+ amount: u128;
1557
+ }>;
1558
+ /**
1559
+ * A referendum has been submitted.
1560
+ **/
1561
+ Submitted: AugmentedEvent<ApiType, [index: u32, track: u16, proposal: PezframeSupportPreimagesBounded], {
1562
+ index: u32;
1563
+ track: u16;
1564
+ proposal: PezframeSupportPreimagesBounded;
1565
+ }>;
1566
+ /**
1567
+ * A referendum has been timed out without being decided.
1568
+ **/
1569
+ TimedOut: AugmentedEvent<ApiType, [index: u32, tally: PezpalletConvictionVotingTally], {
1570
+ index: u32;
1571
+ tally: PezpalletConvictionVotingTally;
1572
+ }>;
1573
+ /**
1574
+ * Generic event
1575
+ **/
1576
+ [key: string]: AugmentedEvent<ApiType>;
1577
+ };
1578
+ registrar: {
1579
+ Deregistered: AugmentedEvent<ApiType, [paraId: u32], {
1580
+ paraId: u32;
1581
+ }>;
1582
+ Registered: AugmentedEvent<ApiType, [paraId: u32, manager: AccountId32], {
1583
+ paraId: u32;
1584
+ manager: AccountId32;
1585
+ }>;
1586
+ Reserved: AugmentedEvent<ApiType, [paraId: u32, who: AccountId32], {
1587
+ paraId: u32;
1588
+ who: AccountId32;
1589
+ }>;
1590
+ Swapped: AugmentedEvent<ApiType, [paraId: u32, otherId: u32], {
1591
+ paraId: u32;
1592
+ otherId: u32;
1593
+ }>;
1594
+ /**
1595
+ * Generic event
1596
+ **/
1597
+ [key: string]: AugmentedEvent<ApiType>;
1598
+ };
1599
+ scheduler: {
1600
+ /**
1601
+ * Agenda is incomplete from `when`.
1602
+ **/
1603
+ AgendaIncomplete: AugmentedEvent<ApiType, [when: u32], {
1604
+ when: u32;
1605
+ }>;
1606
+ /**
1607
+ * The call for the provided hash was not found so the task has been aborted.
1608
+ **/
1609
+ CallUnavailable: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], {
1610
+ task: ITuple<[u32, u32]>;
1611
+ id: Option<U8aFixed>;
1612
+ }>;
1613
+ /**
1614
+ * Canceled some task.
1615
+ **/
1616
+ Canceled: AugmentedEvent<ApiType, [when: u32, index: u32], {
1617
+ when: u32;
1618
+ index: u32;
1619
+ }>;
1620
+ /**
1621
+ * Dispatched some task.
1622
+ **/
1623
+ Dispatched: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>, result: Result<Null, PezspRuntimeDispatchError>], {
1624
+ task: ITuple<[u32, u32]>;
1625
+ id: Option<U8aFixed>;
1626
+ result: Result<Null, PezspRuntimeDispatchError>;
1627
+ }>;
1628
+ /**
1629
+ * The given task was unable to be renewed since the agenda is full at that block.
1630
+ **/
1631
+ PeriodicFailed: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], {
1632
+ task: ITuple<[u32, u32]>;
1633
+ id: Option<U8aFixed>;
1634
+ }>;
1635
+ /**
1636
+ * The given task can never be executed since it is overweight.
1637
+ **/
1638
+ PermanentlyOverweight: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], {
1639
+ task: ITuple<[u32, u32]>;
1640
+ id: Option<U8aFixed>;
1641
+ }>;
1642
+ /**
1643
+ * Cancel a retry configuration for some task.
1644
+ **/
1645
+ RetryCancelled: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], {
1646
+ task: ITuple<[u32, u32]>;
1647
+ id: Option<U8aFixed>;
1648
+ }>;
1649
+ /**
1650
+ * The given task was unable to be retried since the agenda is full at that block or there
1651
+ * was not enough weight to reschedule it.
1652
+ **/
1653
+ RetryFailed: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], {
1654
+ task: ITuple<[u32, u32]>;
1655
+ id: Option<U8aFixed>;
1656
+ }>;
1657
+ /**
1658
+ * Set a retry configuration for some task.
1659
+ **/
1660
+ RetrySet: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>, period: u32, retries: u8], {
1661
+ task: ITuple<[u32, u32]>;
1662
+ id: Option<U8aFixed>;
1663
+ period: u32;
1664
+ retries: u8;
1665
+ }>;
1666
+ /**
1667
+ * Scheduled some task.
1668
+ **/
1669
+ Scheduled: AugmentedEvent<ApiType, [when: u32, index: u32], {
1670
+ when: u32;
1671
+ index: u32;
1672
+ }>;
1673
+ /**
1674
+ * Generic event
1675
+ **/
1676
+ [key: string]: AugmentedEvent<ApiType>;
1677
+ };
1678
+ session: {
1679
+ /**
1680
+ * The `NewSession` event in the current block also implies a new validator set to be
1681
+ * queued.
1682
+ **/
1683
+ NewQueued: AugmentedEvent<ApiType, []>;
1684
+ /**
1685
+ * New session has happened. Note that the argument is the session index, not the
1686
+ * block number as the type might suggest.
1687
+ **/
1688
+ NewSession: AugmentedEvent<ApiType, [sessionIndex: u32], {
1689
+ sessionIndex: u32;
1690
+ }>;
1691
+ /**
1692
+ * Validator has been disabled.
1693
+ **/
1694
+ ValidatorDisabled: AugmentedEvent<ApiType, [validator: AccountId32], {
1695
+ validator: AccountId32;
1696
+ }>;
1697
+ /**
1698
+ * Validator has been re-enabled.
1699
+ **/
1700
+ ValidatorReenabled: AugmentedEvent<ApiType, [validator: AccountId32], {
1701
+ validator: AccountId32;
1702
+ }>;
1703
+ /**
1704
+ * Generic event
1705
+ **/
1706
+ [key: string]: AugmentedEvent<ApiType>;
1707
+ };
1708
+ slots: {
1709
+ /**
1710
+ * A para has won the right to a continuous set of lease periods as a parachain.
1711
+ * First balance is any extra amount reserved on top of the para's existing deposit.
1712
+ * Second balance is the total amount reserved.
1713
+ **/
1714
+ Leased: AugmentedEvent<ApiType, [paraId: u32, leaser: AccountId32, periodBegin: u32, periodCount: u32, extraReserved: u128, totalAmount: u128], {
1715
+ paraId: u32;
1716
+ leaser: AccountId32;
1717
+ periodBegin: u32;
1718
+ periodCount: u32;
1719
+ extraReserved: u128;
1720
+ totalAmount: u128;
1721
+ }>;
1722
+ /**
1723
+ * A new `[lease_period]` is beginning.
1724
+ **/
1725
+ NewLeasePeriod: AugmentedEvent<ApiType, [leasePeriod: u32], {
1726
+ leasePeriod: u32;
1727
+ }>;
1728
+ /**
1729
+ * Generic event
1730
+ **/
1731
+ [key: string]: AugmentedEvent<ApiType>;
1732
+ };
1733
+ staking: {
1734
+ /**
1735
+ * An account has bonded this amount. \[stash, amount\]
1736
+ *
1737
+ * NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably,
1738
+ * it will not be emitted for staking rewards when they are added to stake.
1739
+ **/
1740
+ Bonded: AugmentedEvent<ApiType, [stash: AccountId32, amount: u128], {
1741
+ stash: AccountId32;
1742
+ amount: u128;
1743
+ }>;
1744
+ /**
1745
+ * An account has stopped participating as either a validator or nominator.
1746
+ **/
1747
+ Chilled: AugmentedEvent<ApiType, [stash: AccountId32], {
1748
+ stash: AccountId32;
1749
+ }>;
1750
+ /**
1751
+ * Report of a controller batch deprecation.
1752
+ **/
1753
+ ControllerBatchDeprecated: AugmentedEvent<ApiType, [failures: u32], {
1754
+ failures: u32;
1755
+ }>;
1756
+ /**
1757
+ * Staking balance migrated from locks to holds, with any balance that could not be held
1758
+ * is force withdrawn.
1759
+ **/
1760
+ CurrencyMigrated: AugmentedEvent<ApiType, [stash: AccountId32, forceWithdraw: u128], {
1761
+ stash: AccountId32;
1762
+ forceWithdraw: u128;
1763
+ }>;
1764
+ /**
1765
+ * The era payout has been set; the first balance is the validator-payout; the second is
1766
+ * the remainder from the maximum amount of reward.
1767
+ **/
1768
+ EraPaid: AugmentedEvent<ApiType, [eraIndex: u32, validatorPayout: u128, remainder: u128], {
1769
+ eraIndex: u32;
1770
+ validatorPayout: u128;
1771
+ remainder: u128;
1772
+ }>;
1773
+ /**
1774
+ * A new force era mode was set.
1775
+ **/
1776
+ ForceEra: AugmentedEvent<ApiType, [mode: PezpalletStakingForcing], {
1777
+ mode: PezpalletStakingForcing;
1778
+ }>;
1779
+ /**
1780
+ * A nominator has been kicked from a validator.
1781
+ **/
1782
+ Kicked: AugmentedEvent<ApiType, [nominator: AccountId32, stash: AccountId32], {
1783
+ nominator: AccountId32;
1784
+ stash: AccountId32;
1785
+ }>;
1786
+ /**
1787
+ * An old slashing report from a prior era was discarded because it could
1788
+ * not be processed.
1789
+ **/
1790
+ OldSlashingReportDiscarded: AugmentedEvent<ApiType, [sessionIndex: u32], {
1791
+ sessionIndex: u32;
1792
+ }>;
1793
+ /**
1794
+ * A Page of stakers rewards are getting paid. `next` is `None` if all pages are claimed.
1795
+ **/
1796
+ PayoutStarted: AugmentedEvent<ApiType, [eraIndex: u32, validatorStash: AccountId32, page: u32, next: Option<u32>], {
1797
+ eraIndex: u32;
1798
+ validatorStash: AccountId32;
1799
+ page: u32;
1800
+ next: Option<u32>;
1801
+ }>;
1802
+ /**
1803
+ * The nominator has been rewarded by this amount to this destination.
1804
+ **/
1805
+ Rewarded: AugmentedEvent<ApiType, [stash: AccountId32, dest: PezpalletStakingRewardDestination, amount: u128], {
1806
+ stash: AccountId32;
1807
+ dest: PezpalletStakingRewardDestination;
1808
+ amount: u128;
1809
+ }>;
1810
+ /**
1811
+ * A staker (validator or nominator) has been slashed by the given amount.
1812
+ **/
1813
+ Slashed: AugmentedEvent<ApiType, [staker: AccountId32, amount: u128], {
1814
+ staker: AccountId32;
1815
+ amount: u128;
1816
+ }>;
1817
+ /**
1818
+ * A slash for the given validator, for the given percentage of their stake, at the given
1819
+ * era as been reported.
1820
+ **/
1821
+ SlashReported: AugmentedEvent<ApiType, [validator: AccountId32, fraction: Perbill, slashEra: u32], {
1822
+ validator: AccountId32;
1823
+ fraction: Perbill;
1824
+ slashEra: u32;
1825
+ }>;
1826
+ /**
1827
+ * Targets size limit reached.
1828
+ **/
1829
+ SnapshotTargetsSizeExceeded: AugmentedEvent<ApiType, [size_: u32], {
1830
+ size_: u32;
1831
+ }>;
1832
+ /**
1833
+ * Voters size limit reached.
1834
+ **/
1835
+ SnapshotVotersSizeExceeded: AugmentedEvent<ApiType, [size_: u32], {
1836
+ size_: u32;
1837
+ }>;
1838
+ /**
1839
+ * A new set of stakers was elected.
1840
+ **/
1841
+ StakersElected: AugmentedEvent<ApiType, []>;
1842
+ /**
1843
+ * The election failed. No new era is planned.
1844
+ **/
1845
+ StakingElectionFailed: AugmentedEvent<ApiType, []>;
1846
+ /**
1847
+ * An account has unbonded this amount.
1848
+ **/
1849
+ Unbonded: AugmentedEvent<ApiType, [stash: AccountId32, amount: u128], {
1850
+ stash: AccountId32;
1851
+ amount: u128;
1852
+ }>;
1853
+ /**
1854
+ * A validator has set their preferences.
1855
+ **/
1856
+ ValidatorPrefsSet: AugmentedEvent<ApiType, [stash: AccountId32, prefs: PezpalletStakingValidatorPrefs], {
1857
+ stash: AccountId32;
1858
+ prefs: PezpalletStakingValidatorPrefs;
1859
+ }>;
1860
+ /**
1861
+ * An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance`
1862
+ * from the unlocking queue.
1863
+ **/
1864
+ Withdrawn: AugmentedEvent<ApiType, [stash: AccountId32, amount: u128], {
1865
+ stash: AccountId32;
1866
+ amount: u128;
1867
+ }>;
1868
+ /**
1869
+ * Generic event
1870
+ **/
1871
+ [key: string]: AugmentedEvent<ApiType>;
1872
+ };
1873
+ stakingAhClient: {
1874
+ /**
1875
+ * We could not merge, and therefore dropped a buffered message.
1876
+ *
1877
+ * Note that this event is more resembling an error, but we use an event because in this
1878
+ * pallet we need to mutate storage upon some failures.
1879
+ **/
1880
+ CouldNotMergeAndDropped: AugmentedEvent<ApiType, []>;
1881
+ /**
1882
+ * The validator set received is way too small, as per
1883
+ * [`Config::MinimumValidatorSetSize`].
1884
+ **/
1885
+ SetTooSmallAndDropped: AugmentedEvent<ApiType, []>;
1886
+ /**
1887
+ * Something occurred that should never happen under normal operation. Logged as an event
1888
+ * for fail-safe observability.
1889
+ **/
1890
+ Unexpected: AugmentedEvent<ApiType, [PezpalletStakingAsyncAhClientUnexpectedKind]>;
1891
+ /**
1892
+ * A new validator set has been received.
1893
+ **/
1894
+ ValidatorSetReceived: AugmentedEvent<ApiType, [id: u32, newValidatorSetCount: u32, pruneUpTo: Option<u32>, leftover: bool], {
1895
+ id: u32;
1896
+ newValidatorSetCount: u32;
1897
+ pruneUpTo: Option<u32>;
1898
+ leftover: bool;
1899
+ }>;
1900
+ /**
1901
+ * Generic event
1902
+ **/
1903
+ [key: string]: AugmentedEvent<ApiType>;
1904
+ };
1905
+ stateTrieMigration: {
1906
+ /**
1907
+ * The auto migration task finished.
1908
+ **/
1909
+ AutoMigrationFinished: AugmentedEvent<ApiType, []>;
1910
+ /**
1911
+ * Migration got halted due to an error or miss-configuration.
1912
+ **/
1913
+ Halted: AugmentedEvent<ApiType, [error: PezpalletStateTrieMigrationError], {
1914
+ error: PezpalletStateTrieMigrationError;
1915
+ }>;
1916
+ /**
1917
+ * Given number of `(top, child)` keys were migrated respectively, with the given
1918
+ * `compute`.
1919
+ **/
1920
+ Migrated: AugmentedEvent<ApiType, [top: u32, child: u32, compute: PezpalletStateTrieMigrationMigrationCompute], {
1921
+ top: u32;
1922
+ child: u32;
1923
+ compute: PezpalletStateTrieMigrationMigrationCompute;
1924
+ }>;
1925
+ /**
1926
+ * Some account got slashed by the given amount.
1927
+ **/
1928
+ Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
1929
+ who: AccountId32;
1930
+ amount: u128;
1931
+ }>;
1932
+ /**
1933
+ * Generic event
1934
+ **/
1935
+ [key: string]: AugmentedEvent<ApiType>;
1936
+ };
1937
+ system: {
1938
+ /**
1939
+ * `:code` was updated.
1940
+ **/
1941
+ CodeUpdated: AugmentedEvent<ApiType, []>;
1942
+ /**
1943
+ * An extrinsic failed.
1944
+ **/
1945
+ ExtrinsicFailed: AugmentedEvent<ApiType, [dispatchError: PezspRuntimeDispatchError, dispatchInfo: PezframeSystemDispatchEventInfo], {
1946
+ dispatchError: PezspRuntimeDispatchError;
1947
+ dispatchInfo: PezframeSystemDispatchEventInfo;
1948
+ }>;
1949
+ /**
1950
+ * An extrinsic completed successfully.
1951
+ **/
1952
+ ExtrinsicSuccess: AugmentedEvent<ApiType, [dispatchInfo: PezframeSystemDispatchEventInfo], {
1953
+ dispatchInfo: PezframeSystemDispatchEventInfo;
1954
+ }>;
1955
+ /**
1956
+ * An account was reaped.
1957
+ **/
1958
+ KilledAccount: AugmentedEvent<ApiType, [account: AccountId32], {
1959
+ account: AccountId32;
1960
+ }>;
1961
+ /**
1962
+ * A new account was created.
1963
+ **/
1964
+ NewAccount: AugmentedEvent<ApiType, [account: AccountId32], {
1965
+ account: AccountId32;
1966
+ }>;
1967
+ /**
1968
+ * An invalid authorized upgrade was rejected while trying to apply it.
1969
+ **/
1970
+ RejectedInvalidAuthorizedUpgrade: AugmentedEvent<ApiType, [codeHash: H256, error: PezspRuntimeDispatchError], {
1971
+ codeHash: H256;
1972
+ error: PezspRuntimeDispatchError;
1973
+ }>;
1974
+ /**
1975
+ * On on-chain remark happened.
1976
+ **/
1977
+ Remarked: AugmentedEvent<ApiType, [sender: AccountId32, hash_: H256], {
1978
+ sender: AccountId32;
1979
+ hash_: H256;
1980
+ }>;
1981
+ /**
1982
+ * An upgrade was authorized.
1983
+ **/
1984
+ UpgradeAuthorized: AugmentedEvent<ApiType, [codeHash: H256, checkVersion: bool], {
1985
+ codeHash: H256;
1986
+ checkVersion: bool;
1987
+ }>;
1988
+ /**
1989
+ * Generic event
1990
+ **/
1991
+ [key: string]: AugmentedEvent<ApiType>;
1992
+ };
1993
+ transactionPayment: {
1994
+ /**
1995
+ * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
1996
+ * has been paid by `who`.
1997
+ **/
1998
+ TransactionFeePaid: AugmentedEvent<ApiType, [who: AccountId32, actualFee: u128, tip: u128], {
1999
+ who: AccountId32;
2000
+ actualFee: u128;
2001
+ tip: u128;
2002
+ }>;
2003
+ /**
2004
+ * Generic event
2005
+ **/
2006
+ [key: string]: AugmentedEvent<ApiType>;
2007
+ };
2008
+ treasury: {
2009
+ /**
2010
+ * A new asset spend proposal has been approved.
2011
+ **/
2012
+ AssetSpendApproved: AugmentedEvent<ApiType, [index: u32, assetKind: PezkuwiRuntimeCommonImplsVersionedLocatableAsset, amount: u128, beneficiary: XcmVersionedLocation, validFrom: u32, expireAt: u32], {
2013
+ index: u32;
2014
+ assetKind: PezkuwiRuntimeCommonImplsVersionedLocatableAsset;
2015
+ amount: u128;
2016
+ beneficiary: XcmVersionedLocation;
2017
+ validFrom: u32;
2018
+ expireAt: u32;
2019
+ }>;
2020
+ /**
2021
+ * An approved spend was voided.
2022
+ **/
2023
+ AssetSpendVoided: AugmentedEvent<ApiType, [index: u32], {
2024
+ index: u32;
2025
+ }>;
2026
+ /**
2027
+ * Some funds have been allocated.
2028
+ **/
2029
+ Awarded: AugmentedEvent<ApiType, [proposalIndex: u32, award: u128, account: AccountId32], {
2030
+ proposalIndex: u32;
2031
+ award: u128;
2032
+ account: AccountId32;
2033
+ }>;
2034
+ /**
2035
+ * Some of our funds have been burnt.
2036
+ **/
2037
+ Burnt: AugmentedEvent<ApiType, [burntFunds: u128], {
2038
+ burntFunds: u128;
2039
+ }>;
2040
+ /**
2041
+ * Some funds have been deposited.
2042
+ **/
2043
+ Deposit: AugmentedEvent<ApiType, [value: u128], {
2044
+ value: u128;
2045
+ }>;
2046
+ /**
2047
+ * A payment happened.
2048
+ **/
2049
+ Paid: AugmentedEvent<ApiType, [index: u32, paymentId: u64], {
2050
+ index: u32;
2051
+ paymentId: u64;
2052
+ }>;
2053
+ /**
2054
+ * A payment failed and can be retried.
2055
+ **/
2056
+ PaymentFailed: AugmentedEvent<ApiType, [index: u32, paymentId: u64], {
2057
+ index: u32;
2058
+ paymentId: u64;
2059
+ }>;
2060
+ /**
2061
+ * Spending has finished; this is the amount that rolls over until next spend.
2062
+ **/
2063
+ Rollover: AugmentedEvent<ApiType, [rolloverBalance: u128], {
2064
+ rolloverBalance: u128;
2065
+ }>;
2066
+ /**
2067
+ * A new spend proposal has been approved.
2068
+ **/
2069
+ SpendApproved: AugmentedEvent<ApiType, [proposalIndex: u32, amount: u128, beneficiary: AccountId32], {
2070
+ proposalIndex: u32;
2071
+ amount: u128;
2072
+ beneficiary: AccountId32;
2073
+ }>;
2074
+ /**
2075
+ * We have ended a spend period and will now allocate funds.
2076
+ **/
2077
+ Spending: AugmentedEvent<ApiType, [budgetRemaining: u128], {
2078
+ budgetRemaining: u128;
2079
+ }>;
2080
+ /**
2081
+ * A spend was processed and removed from the storage. It might have been successfully
2082
+ * paid or it may have expired.
2083
+ **/
2084
+ SpendProcessed: AugmentedEvent<ApiType, [index: u32], {
2085
+ index: u32;
2086
+ }>;
2087
+ /**
2088
+ * The inactive funds of the pallet have been updated.
2089
+ **/
2090
+ UpdatedInactive: AugmentedEvent<ApiType, [reactivated: u128, deactivated: u128], {
2091
+ reactivated: u128;
2092
+ deactivated: u128;
2093
+ }>;
2094
+ /**
2095
+ * Generic event
2096
+ **/
2097
+ [key: string]: AugmentedEvent<ApiType>;
2098
+ };
2099
+ utility: {
2100
+ /**
2101
+ * Batch of dispatches completed fully with no error.
2102
+ **/
2103
+ BatchCompleted: AugmentedEvent<ApiType, []>;
2104
+ /**
2105
+ * Batch of dispatches completed but has errors.
2106
+ **/
2107
+ BatchCompletedWithErrors: AugmentedEvent<ApiType, []>;
2108
+ /**
2109
+ * Batch of dispatches did not complete fully. Index of first failing dispatch given, as
2110
+ * well as the error.
2111
+ **/
2112
+ BatchInterrupted: AugmentedEvent<ApiType, [index: u32, error: PezspRuntimeDispatchError], {
2113
+ index: u32;
2114
+ error: PezspRuntimeDispatchError;
2115
+ }>;
2116
+ /**
2117
+ * A call was dispatched.
2118
+ **/
2119
+ DispatchedAs: AugmentedEvent<ApiType, [result: Result<Null, PezspRuntimeDispatchError>], {
2120
+ result: Result<Null, PezspRuntimeDispatchError>;
2121
+ }>;
2122
+ /**
2123
+ * The fallback call was dispatched.
2124
+ **/
2125
+ IfElseFallbackCalled: AugmentedEvent<ApiType, [mainError: PezspRuntimeDispatchError], {
2126
+ mainError: PezspRuntimeDispatchError;
2127
+ }>;
2128
+ /**
2129
+ * Main call was dispatched.
2130
+ **/
2131
+ IfElseMainSuccess: AugmentedEvent<ApiType, []>;
2132
+ /**
2133
+ * A single item within a Batch of dispatches has completed with no error.
2134
+ **/
2135
+ ItemCompleted: AugmentedEvent<ApiType, []>;
2136
+ /**
2137
+ * A single item within a Batch of dispatches has completed with error.
2138
+ **/
2139
+ ItemFailed: AugmentedEvent<ApiType, [error: PezspRuntimeDispatchError], {
2140
+ error: PezspRuntimeDispatchError;
2141
+ }>;
2142
+ /**
2143
+ * Generic event
2144
+ **/
2145
+ [key: string]: AugmentedEvent<ApiType>;
2146
+ };
2147
+ vesting: {
2148
+ /**
2149
+ * An \[account\] has become fully vested.
2150
+ **/
2151
+ VestingCompleted: AugmentedEvent<ApiType, [account: AccountId32], {
2152
+ account: AccountId32;
2153
+ }>;
2154
+ /**
2155
+ * A vesting schedule has been created.
2156
+ **/
2157
+ VestingCreated: AugmentedEvent<ApiType, [account: AccountId32, scheduleIndex: u32], {
2158
+ account: AccountId32;
2159
+ scheduleIndex: u32;
2160
+ }>;
2161
+ /**
2162
+ * The amount vested has been updated. This could indicate a change in funds available.
2163
+ * The balance given is the amount which is left unvested (and thus locked).
2164
+ **/
2165
+ VestingUpdated: AugmentedEvent<ApiType, [account: AccountId32, unvested: u128], {
2166
+ account: AccountId32;
2167
+ unvested: u128;
2168
+ }>;
2169
+ /**
2170
+ * Generic event
2171
+ **/
2172
+ [key: string]: AugmentedEvent<ApiType>;
2173
+ };
2174
+ voterList: {
2175
+ /**
2176
+ * Moved an account from one bag to another.
2177
+ **/
2178
+ Rebagged: AugmentedEvent<ApiType, [who: AccountId32, from: u64, to: u64], {
2179
+ who: AccountId32;
2180
+ from: u64;
2181
+ to: u64;
2182
+ }>;
2183
+ /**
2184
+ * Updated the score of some account to the given amount.
2185
+ **/
2186
+ ScoreUpdated: AugmentedEvent<ApiType, [who: AccountId32, newScore: u64], {
2187
+ who: AccountId32;
2188
+ newScore: u64;
2189
+ }>;
2190
+ /**
2191
+ * Generic event
2192
+ **/
2193
+ [key: string]: AugmentedEvent<ApiType>;
2194
+ };
2195
+ whitelist: {
2196
+ CallWhitelisted: AugmentedEvent<ApiType, [callHash: H256], {
2197
+ callHash: H256;
2198
+ }>;
2199
+ WhitelistedCallDispatched: AugmentedEvent<ApiType, [callHash: H256, result: Result<PezframeSupportDispatchPostDispatchInfo, PezspRuntimeDispatchErrorWithPostInfo>], {
2200
+ callHash: H256;
2201
+ result: Result<PezframeSupportDispatchPostDispatchInfo, PezspRuntimeDispatchErrorWithPostInfo>;
2202
+ }>;
2203
+ WhitelistedCallRemoved: AugmentedEvent<ApiType, [callHash: H256], {
2204
+ callHash: H256;
2205
+ }>;
2206
+ /**
2207
+ * Generic event
2208
+ **/
2209
+ [key: string]: AugmentedEvent<ApiType>;
2210
+ };
2211
+ xcmPallet: {
2212
+ /**
2213
+ * `target` removed alias authorization for `aliaser`.
2214
+ **/
2215
+ AliasAuthorizationRemoved: AugmentedEvent<ApiType, [aliaser: StagingXcmV5Location, target: StagingXcmV5Location], {
2216
+ aliaser: StagingXcmV5Location;
2217
+ target: StagingXcmV5Location;
2218
+ }>;
2219
+ /**
2220
+ * An `aliaser` location was authorized by `target` to alias it, authorization valid until
2221
+ * `expiry` block number.
2222
+ **/
2223
+ AliasAuthorized: AugmentedEvent<ApiType, [aliaser: StagingXcmV5Location, target: StagingXcmV5Location, expiry: Option<u64>], {
2224
+ aliaser: StagingXcmV5Location;
2225
+ target: StagingXcmV5Location;
2226
+ expiry: Option<u64>;
2227
+ }>;
2228
+ /**
2229
+ * `target` removed all alias authorizations.
2230
+ **/
2231
+ AliasesAuthorizationsRemoved: AugmentedEvent<ApiType, [target: StagingXcmV5Location], {
2232
+ target: StagingXcmV5Location;
2233
+ }>;
2234
+ /**
2235
+ * Some assets have been claimed from an asset trap
2236
+ **/
2237
+ AssetsClaimed: AugmentedEvent<ApiType, [hash_: H256, origin: StagingXcmV5Location, assets: XcmVersionedAssets], {
2238
+ hash_: H256;
2239
+ origin: StagingXcmV5Location;
2240
+ assets: XcmVersionedAssets;
2241
+ }>;
2242
+ /**
2243
+ * Some assets have been placed in an asset trap.
2244
+ **/
2245
+ AssetsTrapped: AugmentedEvent<ApiType, [hash_: H256, origin: StagingXcmV5Location, assets: XcmVersionedAssets], {
2246
+ hash_: H256;
2247
+ origin: StagingXcmV5Location;
2248
+ assets: XcmVersionedAssets;
2249
+ }>;
2250
+ /**
2251
+ * Execution of an XCM message was attempted.
2252
+ **/
2253
+ Attempted: AugmentedEvent<ApiType, [outcome: StagingXcmV5TraitsOutcome], {
2254
+ outcome: StagingXcmV5TraitsOutcome;
2255
+ }>;
2256
+ /**
2257
+ * Fees were paid from a location for an operation (often for using `SendXcm`).
2258
+ **/
2259
+ FeesPaid: AugmentedEvent<ApiType, [paying: StagingXcmV5Location, fees: StagingXcmV5AssetAssets], {
2260
+ paying: StagingXcmV5Location;
2261
+ fees: StagingXcmV5AssetAssets;
2262
+ }>;
2263
+ /**
2264
+ * Expected query response has been received but the querier location of the response does
2265
+ * not match the expected. The query remains registered for a later, valid, response to
2266
+ * be received and acted upon.
2267
+ **/
2268
+ InvalidQuerier: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, queryId: u64, expectedQuerier: StagingXcmV5Location, maybeActualQuerier: Option<StagingXcmV5Location>], {
2269
+ origin: StagingXcmV5Location;
2270
+ queryId: u64;
2271
+ expectedQuerier: StagingXcmV5Location;
2272
+ maybeActualQuerier: Option<StagingXcmV5Location>;
2273
+ }>;
2274
+ /**
2275
+ * Expected query response has been received but the expected querier location placed in
2276
+ * storage by this runtime previously cannot be decoded. The query remains registered.
2277
+ *
2278
+ * This is unexpected (since a location placed in storage in a previously executing
2279
+ * runtime should be readable prior to query timeout) and dangerous since the possibly
2280
+ * valid response will be dropped. Manual governance intervention is probably going to be
2281
+ * needed.
2282
+ **/
2283
+ InvalidQuerierVersion: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, queryId: u64], {
2284
+ origin: StagingXcmV5Location;
2285
+ queryId: u64;
2286
+ }>;
2287
+ /**
2288
+ * Expected query response has been received but the origin location of the response does
2289
+ * not match that expected. The query remains registered for a later, valid, response to
2290
+ * be received and acted upon.
2291
+ **/
2292
+ InvalidResponder: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, queryId: u64, expectedLocation: Option<StagingXcmV5Location>], {
2293
+ origin: StagingXcmV5Location;
2294
+ queryId: u64;
2295
+ expectedLocation: Option<StagingXcmV5Location>;
2296
+ }>;
2297
+ /**
2298
+ * Expected query response has been received but the expected origin location placed in
2299
+ * storage by this runtime previously cannot be decoded. The query remains registered.
2300
+ *
2301
+ * This is unexpected (since a location placed in storage in a previously executing
2302
+ * runtime should be readable prior to query timeout) and dangerous since the possibly
2303
+ * valid response will be dropped. Manual governance intervention is probably going to be
2304
+ * needed.
2305
+ **/
2306
+ InvalidResponderVersion: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, queryId: u64], {
2307
+ origin: StagingXcmV5Location;
2308
+ queryId: u64;
2309
+ }>;
2310
+ /**
2311
+ * Query response has been received and query is removed. The registered notification has
2312
+ * been dispatched and executed successfully.
2313
+ **/
2314
+ Notified: AugmentedEvent<ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], {
2315
+ queryId: u64;
2316
+ palletIndex: u8;
2317
+ callIndex: u8;
2318
+ }>;
2319
+ /**
2320
+ * Query response has been received and query is removed. The dispatch was unable to be
2321
+ * decoded into a `Call`; this might be due to dispatch function having a signature which
2322
+ * is not `(origin, QueryId, Response)`.
2323
+ **/
2324
+ NotifyDecodeFailed: AugmentedEvent<ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], {
2325
+ queryId: u64;
2326
+ palletIndex: u8;
2327
+ callIndex: u8;
2328
+ }>;
2329
+ /**
2330
+ * Query response has been received and query is removed. There was a general error with
2331
+ * dispatching the notification call.
2332
+ **/
2333
+ NotifyDispatchError: AugmentedEvent<ApiType, [queryId: u64, palletIndex: u8, callIndex: u8], {
2334
+ queryId: u64;
2335
+ palletIndex: u8;
2336
+ callIndex: u8;
2337
+ }>;
2338
+ /**
2339
+ * Query response has been received and query is removed. The registered notification
2340
+ * could not be dispatched because the dispatch weight is greater than the maximum weight
2341
+ * originally budgeted by this runtime for the query result.
2342
+ **/
2343
+ NotifyOverweight: AugmentedEvent<ApiType, [queryId: u64, palletIndex: u8, callIndex: u8, actualWeight: PezspWeightsWeightV2Weight, maxBudgetedWeight: PezspWeightsWeightV2Weight], {
2344
+ queryId: u64;
2345
+ palletIndex: u8;
2346
+ callIndex: u8;
2347
+ actualWeight: PezspWeightsWeightV2Weight;
2348
+ maxBudgetedWeight: PezspWeightsWeightV2Weight;
2349
+ }>;
2350
+ /**
2351
+ * A given location which had a version change subscription was dropped owing to an error
2352
+ * migrating the location to our new XCM format.
2353
+ **/
2354
+ NotifyTargetMigrationFail: AugmentedEvent<ApiType, [location: XcmVersionedLocation, queryId: u64], {
2355
+ location: XcmVersionedLocation;
2356
+ queryId: u64;
2357
+ }>;
2358
+ /**
2359
+ * A given location which had a version change subscription was dropped owing to an error
2360
+ * sending the notification to it.
2361
+ **/
2362
+ NotifyTargetSendFail: AugmentedEvent<ApiType, [location: StagingXcmV5Location, queryId: u64, error: XcmV5TraitsError], {
2363
+ location: StagingXcmV5Location;
2364
+ queryId: u64;
2365
+ error: XcmV5TraitsError;
2366
+ }>;
2367
+ /**
2368
+ * An XCM message failed to process.
2369
+ **/
2370
+ ProcessXcmError: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, error: XcmV5TraitsError, messageId: U8aFixed], {
2371
+ origin: StagingXcmV5Location;
2372
+ error: XcmV5TraitsError;
2373
+ messageId: U8aFixed;
2374
+ }>;
2375
+ /**
2376
+ * Query response has been received and is ready for taking with `take_response`. There is
2377
+ * no registered notification call.
2378
+ **/
2379
+ ResponseReady: AugmentedEvent<ApiType, [queryId: u64, response: StagingXcmV5Response], {
2380
+ queryId: u64;
2381
+ response: StagingXcmV5Response;
2382
+ }>;
2383
+ /**
2384
+ * Received query response has been read and removed.
2385
+ **/
2386
+ ResponseTaken: AugmentedEvent<ApiType, [queryId: u64], {
2387
+ queryId: u64;
2388
+ }>;
2389
+ /**
2390
+ * An XCM message failed to send.
2391
+ **/
2392
+ SendFailed: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, destination: StagingXcmV5Location, error: XcmV3TraitsSendError, messageId: U8aFixed], {
2393
+ origin: StagingXcmV5Location;
2394
+ destination: StagingXcmV5Location;
2395
+ error: XcmV3TraitsSendError;
2396
+ messageId: U8aFixed;
2397
+ }>;
2398
+ /**
2399
+ * An XCM message was sent.
2400
+ **/
2401
+ Sent: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, destination: StagingXcmV5Location, message: StagingXcmV5Xcm, messageId: U8aFixed], {
2402
+ origin: StagingXcmV5Location;
2403
+ destination: StagingXcmV5Location;
2404
+ message: StagingXcmV5Xcm;
2405
+ messageId: U8aFixed;
2406
+ }>;
2407
+ /**
2408
+ * The supported version of a location has been changed. This might be through an
2409
+ * automatic notification or a manual intervention.
2410
+ **/
2411
+ SupportedVersionChanged: AugmentedEvent<ApiType, [location: StagingXcmV5Location, version: u32], {
2412
+ location: StagingXcmV5Location;
2413
+ version: u32;
2414
+ }>;
2415
+ /**
2416
+ * Query response received which does not match a registered query. This may be because a
2417
+ * matching query was never registered, it may be because it is a duplicate response, or
2418
+ * because the query timed out.
2419
+ **/
2420
+ UnexpectedResponse: AugmentedEvent<ApiType, [origin: StagingXcmV5Location, queryId: u64], {
2421
+ origin: StagingXcmV5Location;
2422
+ queryId: u64;
2423
+ }>;
2424
+ /**
2425
+ * An XCM version change notification message has been attempted to be sent.
2426
+ *
2427
+ * The cost of sending it (borne by the chain) is included.
2428
+ **/
2429
+ VersionChangeNotified: AugmentedEvent<ApiType, [destination: StagingXcmV5Location, result: u32, cost: StagingXcmV5AssetAssets, messageId: U8aFixed], {
2430
+ destination: StagingXcmV5Location;
2431
+ result: u32;
2432
+ cost: StagingXcmV5AssetAssets;
2433
+ messageId: U8aFixed;
2434
+ }>;
2435
+ /**
2436
+ * A XCM version migration finished.
2437
+ **/
2438
+ VersionMigrationFinished: AugmentedEvent<ApiType, [version: u32], {
2439
+ version: u32;
2440
+ }>;
2441
+ /**
2442
+ * We have requested that a remote chain send us XCM version change notifications.
2443
+ **/
2444
+ VersionNotifyRequested: AugmentedEvent<ApiType, [destination: StagingXcmV5Location, cost: StagingXcmV5AssetAssets, messageId: U8aFixed], {
2445
+ destination: StagingXcmV5Location;
2446
+ cost: StagingXcmV5AssetAssets;
2447
+ messageId: U8aFixed;
2448
+ }>;
2449
+ /**
2450
+ * A remote has requested XCM version change notification from us and we have honored it.
2451
+ * A version information message is sent to them and its cost is included.
2452
+ **/
2453
+ VersionNotifyStarted: AugmentedEvent<ApiType, [destination: StagingXcmV5Location, cost: StagingXcmV5AssetAssets, messageId: U8aFixed], {
2454
+ destination: StagingXcmV5Location;
2455
+ cost: StagingXcmV5AssetAssets;
2456
+ messageId: U8aFixed;
2457
+ }>;
2458
+ /**
2459
+ * We have requested that a remote chain stops sending us XCM version change
2460
+ * notifications.
2461
+ **/
2462
+ VersionNotifyUnrequested: AugmentedEvent<ApiType, [destination: StagingXcmV5Location, cost: StagingXcmV5AssetAssets, messageId: U8aFixed], {
2463
+ destination: StagingXcmV5Location;
2464
+ cost: StagingXcmV5AssetAssets;
2465
+ messageId: U8aFixed;
2466
+ }>;
2467
+ /**
2468
+ * Generic event
2469
+ **/
2470
+ [key: string]: AugmentedEvent<ApiType>;
2471
+ };
2472
+ }
2473
+ }