@pezkuwi/api-augment 16.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/README.md +3 -0
  2. package/build/base.d.ts +2 -0
  3. package/build/bundle.d.ts +2 -0
  4. package/build/index.d.ts +2 -0
  5. package/build/packageDetect.d.ts +1 -0
  6. package/build/packageInfo.d.ts +6 -0
  7. package/build/substrate/consts.d.ts +1876 -0
  8. package/build/substrate/errors.d.ts +3865 -0
  9. package/build/substrate/events.d.ts +4702 -0
  10. package/build/substrate/index.d.ts +8 -0
  11. package/build/substrate/query.d.ts +2767 -0
  12. package/build/substrate/registry.d.ts +1 -0
  13. package/build/substrate/runtime.d.ts +741 -0
  14. package/build/substrate/tx.d.ts +10869 -0
  15. package/package.json +32 -0
  16. package/src/assetHubKusama/consts.ts +1308 -0
  17. package/src/assetHubKusama/errors.ts +2779 -0
  18. package/src/assetHubKusama/events.ts +2296 -0
  19. package/src/assetHubKusama/index.ts +11 -0
  20. package/src/assetHubKusama/query.ts +2193 -0
  21. package/src/assetHubKusama/registry.ts +4 -0
  22. package/src/assetHubKusama/runtime.ts +518 -0
  23. package/src/assetHubKusama/tx.ts +6890 -0
  24. package/src/assetHubPolkadot/consts.ts +1125 -0
  25. package/src/assetHubPolkadot/errors.ts +2360 -0
  26. package/src/assetHubPolkadot/events.ts +2129 -0
  27. package/src/assetHubPolkadot/index.ts +11 -0
  28. package/src/assetHubPolkadot/query.ts +2002 -0
  29. package/src/assetHubPolkadot/registry.ts +4 -0
  30. package/src/assetHubPolkadot/runtime.ts +443 -0
  31. package/src/assetHubPolkadot/tx.ts +6242 -0
  32. package/src/base.ts +6 -0
  33. package/src/bundle.ts +6 -0
  34. package/src/index.ts +6 -0
  35. package/src/kusama/consts.ts +1035 -0
  36. package/src/kusama/errors.ts +2436 -0
  37. package/src/kusama/events.ts +1791 -0
  38. package/src/kusama/index.ts +11 -0
  39. package/src/kusama/query.ts +2505 -0
  40. package/src/kusama/registry.ts +6 -0
  41. package/src/kusama/runtime.ts +610 -0
  42. package/src/kusama/tx.ts +4725 -0
  43. package/src/mod.ts +4 -0
  44. package/src/packageDetect.ts +14 -0
  45. package/src/packageInfo.ts +6 -0
  46. package/src/polkadot/consts.ts +949 -0
  47. package/src/polkadot/errors.ts +2156 -0
  48. package/src/polkadot/events.ts +1600 -0
  49. package/src/polkadot/index.ts +11 -0
  50. package/src/polkadot/query.ts +2357 -0
  51. package/src/polkadot/registry.ts +5 -0
  52. package/src/polkadot/runtime.ts +621 -0
  53. package/src/polkadot/tx.ts +4240 -0
  54. package/src/substrate/consts.ts +1884 -0
  55. package/src/substrate/errors.ts +3873 -0
  56. package/src/substrate/events.ts +2889 -0
  57. package/src/substrate/index.ts +11 -0
  58. package/src/substrate/query.ts +2734 -0
  59. package/src/substrate/registry.ts +4 -0
  60. package/src/substrate/runtime.ts +593 -0
  61. package/src/substrate/tx.ts +8208 -0
  62. package/tsconfig.assetHubKusama.json +22 -0
  63. package/tsconfig.assetHubPolkadot.json +22 -0
  64. package/tsconfig.build.json +23 -0
  65. package/tsconfig.build.tsbuildinfo +1 -0
  66. package/tsconfig.kusama.json +22 -0
  67. package/tsconfig.polkadot.json +22 -0
@@ -0,0 +1,2889 @@
1
+ // Auto-generated via `yarn polkadot-types-from-chain`, do not edit
2
+ /* eslint-disable */
3
+
4
+ // import type lookup before we augment - in some environments
5
+ // this is required to allow for ambient/previous definitions
6
+ import '@polkadot/api-base/types/events';
7
+
8
+ import type { ApiTypes, AugmentedEvent } from '@pezkuwi/api-base/types';
9
+ import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec';
10
+ import type { ITuple } from '@pezkuwi/types-codec/types';
11
+ import type { AccountId32, H160, H256, Perbill, Permill, Perquintill } from '@pezkuwi/types/interfaces/runtime';
12
+ import type { FrameSupportDispatchPostDispatchInfo, FrameSupportMessagesProcessMessageError, FrameSupportPreimagesBounded, FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensMiscBalanceStatus, FrameSystemDispatchEventInfo, KitchensinkRuntimeOriginCaller, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, PalletAllianceCid, PalletAllianceUnscrupulousItem, PalletBrokerCoretimeInterfaceCoreAssignment, PalletBrokerRegionId, PalletBrokerScheduleItem, PalletContractsOrigin, PalletConvictionVotingTally, PalletConvictionVotingVoteAccountVote, PalletCoreFellowshipParamsTypeU128, PalletCoreFellowshipWish, PalletDemocracyMetadataOwner, PalletDemocracyVoteAccountVote, PalletDemocracyVoteThreshold, PalletElectionProviderMultiPhaseElectionCompute, PalletElectionProviderMultiPhasePhase, PalletImOnlineSr25519AppSr25519Public, PalletMultisigTimepoint, PalletNftsAttributeNamespace, PalletNftsPalletAttributes, PalletNftsPriceWithDirection, PalletNominationPoolsClaimPermission, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsPoolState, PalletProxyDepositKind, PalletRankedCollectiveTally, PalletRankedCollectiveVoteRecord, PalletSafeModeExitReason, PalletSocietyGroupParams, PalletStakingForcing, PalletStakingRewardDestination, PalletStakingValidatorPrefs, PalletStateTrieMigrationError, PalletStateTrieMigrationMigrationCompute, SpConsensusGrandpaAppPublic, SpNposElectionsElectionScore, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpStatementStoreStatement, SpWeightsWeightV2Weight } from '@pezkuwi/types/lookup';
13
+
14
+ export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;
15
+
16
+ declare module '@polkadot/api-base/types/events' {
17
+ interface AugmentedEvents<ApiType extends ApiTypes> {
18
+ alliance: {
19
+ /**
20
+ * Alliance disbanded. Includes number deleted members and unreserved deposits.
21
+ **/
22
+ AllianceDisbanded: AugmentedEvent<ApiType, [fellowMembers: u32, allyMembers: u32, unreserved: u32], { fellowMembers: u32, allyMembers: u32, unreserved: u32 }>;
23
+ /**
24
+ * An ally has been elevated to Fellow.
25
+ **/
26
+ AllyElevated: AugmentedEvent<ApiType, [ally: AccountId32], { ally: AccountId32 }>;
27
+ /**
28
+ * A new announcement has been proposed.
29
+ **/
30
+ Announced: AugmentedEvent<ApiType, [announcement: PalletAllianceCid], { announcement: PalletAllianceCid }>;
31
+ /**
32
+ * An on-chain announcement has been removed.
33
+ **/
34
+ AnnouncementRemoved: AugmentedEvent<ApiType, [announcement: PalletAllianceCid], { announcement: PalletAllianceCid }>;
35
+ /**
36
+ * A Fellow abdicated their voting rights. They are now an Ally.
37
+ **/
38
+ FellowAbdicated: AugmentedEvent<ApiType, [fellow: AccountId32], { fellow: AccountId32 }>;
39
+ /**
40
+ * A member has been kicked out with its deposit slashed.
41
+ **/
42
+ MemberKicked: AugmentedEvent<ApiType, [member: AccountId32, slashed: Option<u128>], { member: AccountId32, slashed: Option<u128> }>;
43
+ /**
44
+ * A member has retired with its deposit unreserved.
45
+ **/
46
+ MemberRetired: AugmentedEvent<ApiType, [member: AccountId32, unreserved: Option<u128>], { member: AccountId32, unreserved: Option<u128> }>;
47
+ /**
48
+ * A member gave retirement notice and their retirement period started.
49
+ **/
50
+ MemberRetirementPeriodStarted: AugmentedEvent<ApiType, [member: AccountId32], { member: AccountId32 }>;
51
+ /**
52
+ * Some accounts have been initialized as members (fellows/allies).
53
+ **/
54
+ MembersInitialized: AugmentedEvent<ApiType, [fellows: Vec<AccountId32>, allies: Vec<AccountId32>], { fellows: Vec<AccountId32>, allies: Vec<AccountId32> }>;
55
+ /**
56
+ * An account has been added as an Ally and reserved its deposit.
57
+ **/
58
+ NewAllyJoined: AugmentedEvent<ApiType, [ally: AccountId32, nominator: Option<AccountId32>, reserved: Option<u128>], { ally: AccountId32, nominator: Option<AccountId32>, reserved: Option<u128> }>;
59
+ /**
60
+ * A new rule has been set.
61
+ **/
62
+ NewRuleSet: AugmentedEvent<ApiType, [rule: PalletAllianceCid], { rule: PalletAllianceCid }>;
63
+ /**
64
+ * Accounts or websites have been added into the list of unscrupulous items.
65
+ **/
66
+ UnscrupulousItemAdded: AugmentedEvent<ApiType, [items: Vec<PalletAllianceUnscrupulousItem>], { items: Vec<PalletAllianceUnscrupulousItem> }>;
67
+ /**
68
+ * Accounts or websites have been removed from the list of unscrupulous items.
69
+ **/
70
+ UnscrupulousItemRemoved: AugmentedEvent<ApiType, [items: Vec<PalletAllianceUnscrupulousItem>], { items: Vec<PalletAllianceUnscrupulousItem> }>;
71
+ /**
72
+ * Generic event
73
+ **/
74
+ [key: string]: AugmentedEvent<ApiType>;
75
+ };
76
+ allianceMotion: {
77
+ /**
78
+ * A motion was approved by the required threshold.
79
+ **/
80
+ Approved: AugmentedEvent<ApiType, [proposalHash: H256], { proposalHash: H256 }>;
81
+ /**
82
+ * A proposal was closed because its threshold was reached or after its duration was up.
83
+ **/
84
+ Closed: AugmentedEvent<ApiType, [proposalHash: H256, yes: u32, no: u32], { proposalHash: H256, yes: u32, no: u32 }>;
85
+ /**
86
+ * A motion was not approved by the required threshold.
87
+ **/
88
+ Disapproved: AugmentedEvent<ApiType, [proposalHash: H256], { proposalHash: H256 }>;
89
+ /**
90
+ * A motion was executed; result will be `Ok` if it returned without error.
91
+ **/
92
+ Executed: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, SpRuntimeDispatchError>], { proposalHash: H256, result: Result<Null, SpRuntimeDispatchError> }>;
93
+ /**
94
+ * A proposal was killed.
95
+ **/
96
+ Killed: AugmentedEvent<ApiType, [proposalHash: H256], { proposalHash: H256 }>;
97
+ /**
98
+ * A single member did some action; result will be `Ok` if it returned without error.
99
+ **/
100
+ MemberExecuted: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, SpRuntimeDispatchError>], { proposalHash: H256, result: Result<Null, SpRuntimeDispatchError> }>;
101
+ /**
102
+ * Some cost for storing a proposal was burned.
103
+ **/
104
+ ProposalCostBurned: AugmentedEvent<ApiType, [proposalHash: H256, who: AccountId32], { proposalHash: H256, who: AccountId32 }>;
105
+ /**
106
+ * Some cost for storing a proposal was released.
107
+ **/
108
+ ProposalCostReleased: AugmentedEvent<ApiType, [proposalHash: H256, who: AccountId32], { proposalHash: H256, who: AccountId32 }>;
109
+ /**
110
+ * A motion (given hash) has been proposed (by given account) with a threshold (given
111
+ * `MemberCount`).
112
+ **/
113
+ Proposed: AugmentedEvent<ApiType, [account: AccountId32, proposalIndex: u32, proposalHash: H256, threshold: u32], { account: AccountId32, proposalIndex: u32, proposalHash: H256, threshold: u32 }>;
114
+ /**
115
+ * A motion (given hash) has been voted on by given account, leaving
116
+ * a tally (yes votes and no votes given respectively as `MemberCount`).
117
+ **/
118
+ Voted: AugmentedEvent<ApiType, [account: AccountId32, proposalHash: H256, voted: bool, yes: u32, no: u32], { account: AccountId32, proposalHash: H256, voted: bool, yes: u32, no: u32 }>;
119
+ /**
120
+ * Generic event
121
+ **/
122
+ [key: string]: AugmentedEvent<ApiType>;
123
+ };
124
+ assetConversion: {
125
+ /**
126
+ * A successful call of the `AddLiquidity` extrinsic will create this event.
127
+ **/
128
+ LiquidityAdded: AugmentedEvent<ApiType, [who: AccountId32, mintTo: AccountId32, poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128], { who: AccountId32, mintTo: AccountId32, poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128 }>;
129
+ /**
130
+ * A successful call of the `RemoveLiquidity` extrinsic will create this event.
131
+ **/
132
+ LiquidityRemoved: AugmentedEvent<ApiType, [who: AccountId32, withdrawTo: AccountId32, poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: Permill], { who: AccountId32, withdrawTo: AccountId32, poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: Permill }>;
133
+ /**
134
+ * A successful call of the `CreatePool` extrinsic will create this event.
135
+ **/
136
+ PoolCreated: AugmentedEvent<ApiType, [creator: AccountId32, poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>, poolAccount: AccountId32, lpToken: u32], { creator: AccountId32, poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>, poolAccount: AccountId32, lpToken: u32 }>;
137
+ /**
138
+ * Assets have been converted from one to another.
139
+ **/
140
+ SwapCreditExecuted: AugmentedEvent<ApiType, [amountIn: u128, amountOut: u128, path: Vec<ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, u128]>>], { amountIn: u128, amountOut: u128, path: Vec<ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, u128]>> }>;
141
+ /**
142
+ * Assets have been converted from one to another. Both `SwapExactTokenForToken`
143
+ * and `SwapTokenForExactToken` will generate this event.
144
+ **/
145
+ SwapExecuted: AugmentedEvent<ApiType, [who: AccountId32, sendTo: AccountId32, amountIn: u128, amountOut: u128, path: Vec<ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, u128]>>], { who: AccountId32, sendTo: AccountId32, amountIn: u128, amountOut: u128, path: Vec<ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, u128]>> }>;
146
+ /**
147
+ * Pool has been touched in order to fulfill operational requirements.
148
+ **/
149
+ Touched: AugmentedEvent<ApiType, [poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>, who: AccountId32], { poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>, who: AccountId32 }>;
150
+ /**
151
+ * Generic event
152
+ **/
153
+ [key: string]: AugmentedEvent<ApiType>;
154
+ };
155
+ assetConversionMigration: {
156
+ /**
157
+ * Indicates that a pool has been migrated to the new account ID.
158
+ **/
159
+ MigratedToNewAccount: AugmentedEvent<ApiType, [poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>, priorAccount: AccountId32, newAccount: AccountId32], { poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>, priorAccount: AccountId32, newAccount: AccountId32 }>;
160
+ /**
161
+ * Generic event
162
+ **/
163
+ [key: string]: AugmentedEvent<ApiType>;
164
+ };
165
+ assetConversionTxPayment: {
166
+ /**
167
+ * A swap of the refund in native currency back to asset failed.
168
+ **/
169
+ AssetRefundFailed: AugmentedEvent<ApiType, [nativeAmountKept: u128], { nativeAmountKept: u128 }>;
170
+ /**
171
+ * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
172
+ * has been paid by `who` in an asset `asset_id`.
173
+ **/
174
+ AssetTxFeePaid: AugmentedEvent<ApiType, [who: AccountId32, actualFee: u128, tip: u128, assetId: FrameSupportTokensFungibleUnionOfNativeOrWithId], { who: AccountId32, actualFee: u128, tip: u128, assetId: FrameSupportTokensFungibleUnionOfNativeOrWithId }>;
175
+ /**
176
+ * Generic event
177
+ **/
178
+ [key: string]: AugmentedEvent<ApiType>;
179
+ };
180
+ assetRate: {
181
+ AssetRateCreated: AugmentedEvent<ApiType, [assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId, rate: u128], { assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId, rate: u128 }>;
182
+ AssetRateRemoved: AugmentedEvent<ApiType, [assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId], { assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId }>;
183
+ AssetRateUpdated: AugmentedEvent<ApiType, [assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId, old: u128, new_: u128], { assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId, old: u128, new_: u128 }>;
184
+ /**
185
+ * Generic event
186
+ **/
187
+ [key: string]: AugmentedEvent<ApiType>;
188
+ };
189
+ assetRewards: {
190
+ /**
191
+ * A pool admin was modified.
192
+ **/
193
+ PoolAdminModified: AugmentedEvent<ApiType, [poolId: u32, newAdmin: AccountId32], { poolId: u32, newAdmin: AccountId32 }>;
194
+ /**
195
+ * A pool information was cleared after it's completion.
196
+ **/
197
+ PoolCleanedUp: AugmentedEvent<ApiType, [poolId: u32], { poolId: u32 }>;
198
+ /**
199
+ * A new reward pool was created.
200
+ **/
201
+ PoolCreated: AugmentedEvent<ApiType, [creator: AccountId32, poolId: u32, stakedAssetId: FrameSupportTokensFungibleUnionOfNativeOrWithId, rewardAssetId: FrameSupportTokensFungibleUnionOfNativeOrWithId, rewardRatePerBlock: u128, expiryBlock: u32, admin: AccountId32], { creator: AccountId32, poolId: u32, stakedAssetId: FrameSupportTokensFungibleUnionOfNativeOrWithId, rewardAssetId: FrameSupportTokensFungibleUnionOfNativeOrWithId, rewardRatePerBlock: u128, expiryBlock: u32, admin: AccountId32 }>;
202
+ /**
203
+ * A pool expiry block was modified by the admin.
204
+ **/
205
+ PoolExpiryBlockModified: AugmentedEvent<ApiType, [poolId: u32, newExpiryBlock: u32], { poolId: u32, newExpiryBlock: u32 }>;
206
+ /**
207
+ * A pool reward rate was modified by the admin.
208
+ **/
209
+ PoolRewardRateModified: AugmentedEvent<ApiType, [poolId: u32, newRewardRatePerBlock: u128], { poolId: u32, newRewardRatePerBlock: u128 }>;
210
+ /**
211
+ * An account harvested some rewards.
212
+ **/
213
+ RewardsHarvested: AugmentedEvent<ApiType, [caller: AccountId32, staker: AccountId32, poolId: u32, amount: u128], { caller: AccountId32, staker: AccountId32, poolId: u32, amount: u128 }>;
214
+ /**
215
+ * An account staked some tokens in a pool.
216
+ **/
217
+ Staked: AugmentedEvent<ApiType, [staker: AccountId32, poolId: u32, amount: u128], { staker: AccountId32, poolId: u32, amount: u128 }>;
218
+ /**
219
+ * An account unstaked some tokens from a pool.
220
+ **/
221
+ Unstaked: AugmentedEvent<ApiType, [caller: AccountId32, staker: AccountId32, poolId: u32, amount: u128], { caller: AccountId32, staker: AccountId32, poolId: u32, amount: u128 }>;
222
+ /**
223
+ * Generic event
224
+ **/
225
+ [key: string]: AugmentedEvent<ApiType>;
226
+ };
227
+ assets: {
228
+ /**
229
+ * Accounts were destroyed for given asset.
230
+ **/
231
+ AccountsDestroyed: AugmentedEvent<ApiType, [assetId: u32, accountsDestroyed: u32, accountsRemaining: u32], { assetId: u32, accountsDestroyed: u32, accountsRemaining: u32 }>;
232
+ /**
233
+ * An approval for account `delegate` was cancelled by `owner`.
234
+ **/
235
+ ApprovalCancelled: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32, delegate: AccountId32], { assetId: u32, owner: AccountId32, delegate: AccountId32 }>;
236
+ /**
237
+ * Approvals were destroyed for given asset.
238
+ **/
239
+ ApprovalsDestroyed: AugmentedEvent<ApiType, [assetId: u32, approvalsDestroyed: u32, approvalsRemaining: u32], { assetId: u32, approvalsDestroyed: u32, approvalsRemaining: u32 }>;
240
+ /**
241
+ * (Additional) funds have been approved for transfer to a destination account.
242
+ **/
243
+ ApprovedTransfer: AugmentedEvent<ApiType, [assetId: u32, source: AccountId32, delegate: AccountId32, amount: u128], { assetId: u32, source: AccountId32, delegate: AccountId32, amount: u128 }>;
244
+ /**
245
+ * Some asset `asset_id` was frozen.
246
+ **/
247
+ AssetFrozen: AugmentedEvent<ApiType, [assetId: u32], { assetId: u32 }>;
248
+ /**
249
+ * The min_balance of an asset has been updated by the asset owner.
250
+ **/
251
+ AssetMinBalanceChanged: AugmentedEvent<ApiType, [assetId: u32, newMinBalance: u128], { assetId: u32, newMinBalance: u128 }>;
252
+ /**
253
+ * An asset has had its attributes changed by the `Force` origin.
254
+ **/
255
+ AssetStatusChanged: AugmentedEvent<ApiType, [assetId: u32], { assetId: u32 }>;
256
+ /**
257
+ * Some asset `asset_id` was thawed.
258
+ **/
259
+ AssetThawed: AugmentedEvent<ApiType, [assetId: u32], { assetId: u32 }>;
260
+ /**
261
+ * Some account `who` was blocked.
262
+ **/
263
+ Blocked: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32], { assetId: u32, who: AccountId32 }>;
264
+ /**
265
+ * Some assets were destroyed.
266
+ **/
267
+ Burned: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32, balance: u128], { assetId: u32, owner: AccountId32, balance: u128 }>;
268
+ /**
269
+ * Some asset class was created.
270
+ **/
271
+ Created: AugmentedEvent<ApiType, [assetId: u32, creator: AccountId32, owner: AccountId32], { assetId: u32, creator: AccountId32, owner: AccountId32 }>;
272
+ /**
273
+ * Some assets were deposited (e.g. for transaction fees).
274
+ **/
275
+ Deposited: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32, amount: u128], { assetId: u32, who: AccountId32, amount: u128 }>;
276
+ /**
277
+ * An asset class was destroyed.
278
+ **/
279
+ Destroyed: AugmentedEvent<ApiType, [assetId: u32], { assetId: u32 }>;
280
+ /**
281
+ * An asset class is in the process of being destroyed.
282
+ **/
283
+ DestructionStarted: AugmentedEvent<ApiType, [assetId: u32], { assetId: u32 }>;
284
+ /**
285
+ * Some asset class was force-created.
286
+ **/
287
+ ForceCreated: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32], { assetId: u32, owner: AccountId32 }>;
288
+ /**
289
+ * Some account `who` was frozen.
290
+ **/
291
+ Frozen: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32], { assetId: u32, who: AccountId32 }>;
292
+ /**
293
+ * Some assets were issued.
294
+ **/
295
+ Issued: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32, amount: u128], { assetId: u32, owner: AccountId32, amount: u128 }>;
296
+ /**
297
+ * Metadata has been cleared for an asset.
298
+ **/
299
+ MetadataCleared: AugmentedEvent<ApiType, [assetId: u32], { assetId: u32 }>;
300
+ /**
301
+ * New metadata has been set for an asset.
302
+ **/
303
+ MetadataSet: AugmentedEvent<ApiType, [assetId: u32, name: Bytes, symbol_: Bytes, decimals: u8, isFrozen: bool], { assetId: u32, name: Bytes, symbol: Bytes, decimals: u8, isFrozen: bool }>;
304
+ /**
305
+ * The owner changed.
306
+ **/
307
+ OwnerChanged: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32], { assetId: u32, owner: AccountId32 }>;
308
+ /**
309
+ * The management team changed.
310
+ **/
311
+ TeamChanged: AugmentedEvent<ApiType, [assetId: u32, issuer: AccountId32, admin: AccountId32, freezer: AccountId32], { assetId: u32, issuer: AccountId32, admin: AccountId32, freezer: AccountId32 }>;
312
+ /**
313
+ * Some account `who` was thawed.
314
+ **/
315
+ Thawed: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32], { assetId: u32, who: AccountId32 }>;
316
+ /**
317
+ * Some account `who` was created with a deposit from `depositor`.
318
+ **/
319
+ Touched: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32, depositor: AccountId32], { assetId: u32, who: AccountId32, depositor: AccountId32 }>;
320
+ /**
321
+ * Some assets were transferred.
322
+ **/
323
+ Transferred: AugmentedEvent<ApiType, [assetId: u32, from: AccountId32, to: AccountId32, amount: u128], { assetId: u32, from: AccountId32, to: AccountId32, amount: u128 }>;
324
+ /**
325
+ * An `amount` was transferred in its entirety from `owner` to `destination` by
326
+ * the approved `delegate`.
327
+ **/
328
+ TransferredApproved: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32, delegate: AccountId32, destination: AccountId32, amount: u128], { assetId: u32, owner: AccountId32, delegate: AccountId32, destination: AccountId32, amount: u128 }>;
329
+ /**
330
+ * Some assets were withdrawn from the account (e.g. for transaction fees).
331
+ **/
332
+ Withdrawn: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32, amount: u128], { assetId: u32, who: AccountId32, amount: u128 }>;
333
+ /**
334
+ * Generic event
335
+ **/
336
+ [key: string]: AugmentedEvent<ApiType>;
337
+ };
338
+ assetsFreezer: {
339
+ Frozen: AugmentedEvent<ApiType, [who: AccountId32, assetId: u32, amount: u128], { who: AccountId32, assetId: u32, amount: u128 }>;
340
+ Thawed: AugmentedEvent<ApiType, [who: AccountId32, assetId: u32, amount: u128], { who: AccountId32, assetId: u32, amount: u128 }>;
341
+ /**
342
+ * Generic event
343
+ **/
344
+ [key: string]: AugmentedEvent<ApiType>;
345
+ };
346
+ balances: {
347
+ /**
348
+ * A balance was set by root.
349
+ **/
350
+ BalanceSet: AugmentedEvent<ApiType, [who: AccountId32, free: u128], { who: AccountId32, free: u128 }>;
351
+ /**
352
+ * Some amount was burned from an account.
353
+ **/
354
+ Burned: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
355
+ /**
356
+ * Some amount was deposited (e.g. for transaction fees).
357
+ **/
358
+ Deposit: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
359
+ /**
360
+ * An account was removed whose balance was non-zero but below ExistentialDeposit,
361
+ * resulting in an outright loss.
362
+ **/
363
+ DustLost: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], { account: AccountId32, amount: u128 }>;
364
+ /**
365
+ * An account was created with some free balance.
366
+ **/
367
+ Endowed: AugmentedEvent<ApiType, [account: AccountId32, freeBalance: u128], { account: AccountId32, freeBalance: u128 }>;
368
+ /**
369
+ * Some balance was frozen.
370
+ **/
371
+ Frozen: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
372
+ /**
373
+ * Total issuance was increased by `amount`, creating a credit to be balanced.
374
+ **/
375
+ Issued: AugmentedEvent<ApiType, [amount: u128], { amount: u128 }>;
376
+ /**
377
+ * Some balance was locked.
378
+ **/
379
+ Locked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
380
+ /**
381
+ * Some amount was minted into an account.
382
+ **/
383
+ Minted: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
384
+ /**
385
+ * Total issuance was decreased by `amount`, creating a debt to be balanced.
386
+ **/
387
+ Rescinded: AugmentedEvent<ApiType, [amount: u128], { amount: u128 }>;
388
+ /**
389
+ * Some balance was reserved (moved from free to reserved).
390
+ **/
391
+ Reserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
392
+ /**
393
+ * Some balance was moved from the reserve of the first account to the second account.
394
+ * Final argument indicates the destination balance type.
395
+ **/
396
+ ReserveRepatriated: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus], { from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus }>;
397
+ /**
398
+ * Some amount was restored into an account.
399
+ **/
400
+ Restored: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
401
+ /**
402
+ * Some amount was removed from the account (e.g. for misbehavior).
403
+ **/
404
+ Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
405
+ /**
406
+ * Some amount was suspended from an account (it can be restored later).
407
+ **/
408
+ Suspended: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
409
+ /**
410
+ * Some balance was thawed.
411
+ **/
412
+ Thawed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
413
+ /**
414
+ * The `TotalIssuance` was forcefully changed.
415
+ **/
416
+ TotalIssuanceForced: AugmentedEvent<ApiType, [old: u128, new_: u128], { old: u128, new_: u128 }>;
417
+ /**
418
+ * Transfer succeeded.
419
+ **/
420
+ Transfer: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], { from: AccountId32, to: AccountId32, amount: u128 }>;
421
+ /**
422
+ * Some balance was unlocked.
423
+ **/
424
+ Unlocked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
425
+ /**
426
+ * Some balance was unreserved (moved from reserved to free).
427
+ **/
428
+ Unreserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
429
+ /**
430
+ * An account was upgraded.
431
+ **/
432
+ Upgraded: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;
433
+ /**
434
+ * Some amount was withdrawn from the account (e.g. for transaction fees).
435
+ **/
436
+ Withdraw: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
437
+ /**
438
+ * Generic event
439
+ **/
440
+ [key: string]: AugmentedEvent<ApiType>;
441
+ };
442
+ bounties: {
443
+ /**
444
+ * A bounty is approved.
445
+ **/
446
+ BountyApproved: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
447
+ /**
448
+ * A bounty is awarded to a beneficiary.
449
+ **/
450
+ BountyAwarded: AugmentedEvent<ApiType, [index: u32, beneficiary: AccountId32], { index: u32, beneficiary: AccountId32 }>;
451
+ /**
452
+ * A bounty proposal is funded and became active.
453
+ **/
454
+ BountyBecameActive: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
455
+ /**
456
+ * A bounty is cancelled.
457
+ **/
458
+ BountyCanceled: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
459
+ /**
460
+ * A bounty is claimed by beneficiary.
461
+ **/
462
+ BountyClaimed: AugmentedEvent<ApiType, [index: u32, payout: u128, beneficiary: AccountId32], { index: u32, payout: u128, beneficiary: AccountId32 }>;
463
+ /**
464
+ * A bounty expiry is extended.
465
+ **/
466
+ BountyExtended: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
467
+ /**
468
+ * New bounty proposal.
469
+ **/
470
+ BountyProposed: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
471
+ /**
472
+ * A bounty proposal was rejected; funds were slashed.
473
+ **/
474
+ BountyRejected: AugmentedEvent<ApiType, [index: u32, bond: u128], { index: u32, bond: u128 }>;
475
+ /**
476
+ * A bounty curator is accepted.
477
+ **/
478
+ CuratorAccepted: AugmentedEvent<ApiType, [bountyId: u32, curator: AccountId32], { bountyId: u32, curator: AccountId32 }>;
479
+ /**
480
+ * A bounty curator is proposed.
481
+ **/
482
+ CuratorProposed: AugmentedEvent<ApiType, [bountyId: u32, curator: AccountId32], { bountyId: u32, curator: AccountId32 }>;
483
+ /**
484
+ * A bounty curator is unassigned.
485
+ **/
486
+ CuratorUnassigned: AugmentedEvent<ApiType, [bountyId: u32], { bountyId: u32 }>;
487
+ /**
488
+ * Generic event
489
+ **/
490
+ [key: string]: AugmentedEvent<ApiType>;
491
+ };
492
+ broker: {
493
+ /**
494
+ * A Region has been assigned to a particular task.
495
+ **/
496
+ Assigned: AugmentedEvent<ApiType, [regionId: PalletBrokerRegionId, duration: u32, task: u32], { regionId: PalletBrokerRegionId, duration: u32, task: u32 }>;
497
+ /**
498
+ * An assignment has been removed from the workplan.
499
+ **/
500
+ AssignmentRemoved: AugmentedEvent<ApiType, [regionId: PalletBrokerRegionId], { regionId: PalletBrokerRegionId }>;
501
+ AutoRenewalDisabled: AugmentedEvent<ApiType, [core: u16, task: u32], { core: u16, task: u32 }>;
502
+ AutoRenewalEnabled: AugmentedEvent<ApiType, [core: u16, task: u32], { core: u16, task: u32 }>;
503
+ /**
504
+ * Failed to auto-renew a core, likely due to the payer account not being sufficiently
505
+ * funded.
506
+ **/
507
+ AutoRenewalFailed: AugmentedEvent<ApiType, [core: u16, payer: Option<AccountId32>], { core: u16, payer: Option<AccountId32> }>;
508
+ /**
509
+ * The auto-renewal limit has been reached upon renewing cores.
510
+ *
511
+ * This should never happen, given that enable_auto_renew checks for this before enabling
512
+ * auto-renewal.
513
+ **/
514
+ AutoRenewalLimitReached: AugmentedEvent<ApiType, []>;
515
+ /**
516
+ * Some historical Instantaneous Core Pool Revenue is ready for payout claims.
517
+ **/
518
+ ClaimsReady: AugmentedEvent<ApiType, [when: u32, systemPayout: u128, privatePayout: u128], { when: u32, systemPayout: u128, privatePayout: u128 }>;
519
+ /**
520
+ * Some historical Instantaneous Core Pool contribution record has been dropped.
521
+ **/
522
+ ContributionDropped: AugmentedEvent<ApiType, [regionId: PalletBrokerRegionId], { regionId: PalletBrokerRegionId }>;
523
+ /**
524
+ * A Core has been assigned to one or more tasks and/or the Pool on the Relay-chain.
525
+ **/
526
+ CoreAssigned: AugmentedEvent<ApiType, [core: u16, when: u32, assignment: Vec<ITuple<[PalletBrokerCoretimeInterfaceCoreAssignment, u16]>>], { core: u16, when: u32, assignment: Vec<ITuple<[PalletBrokerCoretimeInterfaceCoreAssignment, u16]>> }>;
527
+ /**
528
+ * The number of cores available for scheduling has changed.
529
+ **/
530
+ CoreCountChanged: AugmentedEvent<ApiType, [coreCount: u16], { coreCount: u16 }>;
531
+ /**
532
+ * A new number of cores has been requested.
533
+ **/
534
+ CoreCountRequested: AugmentedEvent<ApiType, [coreCount: u16], { coreCount: u16 }>;
535
+ /**
536
+ * Some Instantaneous Coretime Pool credit has been purchased.
537
+ **/
538
+ CreditPurchased: AugmentedEvent<ApiType, [who: AccountId32, beneficiary: AccountId32, amount: u128], { who: AccountId32, beneficiary: AccountId32, amount: u128 }>;
539
+ /**
540
+ * Some historical Instantaneous Core Pool payment record has been dropped.
541
+ **/
542
+ HistoryDropped: AugmentedEvent<ApiType, [when: u32, revenue: u128], { when: u32, revenue: u128 }>;
543
+ /**
544
+ * Some historical Instantaneous Core Pool payment record has been ignored because the
545
+ * timeslice was already known. Governance may need to intervene.
546
+ **/
547
+ HistoryIgnored: AugmentedEvent<ApiType, [when: u32, revenue: u128], { when: u32, revenue: u128 }>;
548
+ /**
549
+ * Some historical Instantaneous Core Pool payment record has been initialized.
550
+ **/
551
+ HistoryInitialized: AugmentedEvent<ApiType, [when: u32, privatePoolSize: u32, systemPoolSize: u32], { when: u32, privatePoolSize: u32, systemPoolSize: u32 }>;
552
+ /**
553
+ * A Region has been converted into two overlapping Regions each of lesser regularity.
554
+ **/
555
+ Interlaced: AugmentedEvent<ApiType, [oldRegionId: PalletBrokerRegionId, newRegionIds: ITuple<[PalletBrokerRegionId, PalletBrokerRegionId]>], { oldRegionId: PalletBrokerRegionId, newRegionIds: ITuple<[PalletBrokerRegionId, PalletBrokerRegionId]> }>;
556
+ /**
557
+ * A new lease has been created.
558
+ **/
559
+ Leased: AugmentedEvent<ApiType, [task: u32, until: u32], { task: u32, until: u32 }>;
560
+ /**
561
+ * A lease is about to end.
562
+ **/
563
+ LeaseEnding: AugmentedEvent<ApiType, [task: u32, when: u32], { task: u32, when: u32 }>;
564
+ /**
565
+ * A lease has been removed.
566
+ **/
567
+ LeaseRemoved: AugmentedEvent<ApiType, [task: u32], { task: u32 }>;
568
+ /**
569
+ * A Region has been split into two non-overlapping Regions.
570
+ **/
571
+ Partitioned: AugmentedEvent<ApiType, [oldRegionId: PalletBrokerRegionId, newRegionIds: ITuple<[PalletBrokerRegionId, PalletBrokerRegionId]>], { oldRegionId: PalletBrokerRegionId, newRegionIds: ITuple<[PalletBrokerRegionId, PalletBrokerRegionId]> }>;
572
+ /**
573
+ * A Region has been added to the Instantaneous Coretime Pool.
574
+ **/
575
+ Pooled: AugmentedEvent<ApiType, [regionId: PalletBrokerRegionId, duration: u32], { regionId: PalletBrokerRegionId, duration: u32 }>;
576
+ /**
577
+ * Some historical Instantaneous Core Pool payment record has been dropped.
578
+ **/
579
+ PotentialRenewalDropped: AugmentedEvent<ApiType, [when: u32, core: u16], { when: u32, core: u16 }>;
580
+ /**
581
+ * A Region of Bulk Coretime has been purchased.
582
+ **/
583
+ Purchased: AugmentedEvent<ApiType, [who: AccountId32, regionId: PalletBrokerRegionId, price: u128, duration: u32], { who: AccountId32, regionId: PalletBrokerRegionId, price: u128, duration: u32 }>;
584
+ /**
585
+ * A Region has been dropped due to being out of date.
586
+ **/
587
+ RegionDropped: AugmentedEvent<ApiType, [regionId: PalletBrokerRegionId, duration: u32], { regionId: PalletBrokerRegionId, duration: u32 }>;
588
+ /**
589
+ * The workload of a core has become renewable.
590
+ **/
591
+ Renewable: AugmentedEvent<ApiType, [core: u16, price: u128, begin: u32, workload: Vec<PalletBrokerScheduleItem>], { core: u16, price: u128, begin: u32, workload: Vec<PalletBrokerScheduleItem> }>;
592
+ /**
593
+ * A workload has been renewed.
594
+ **/
595
+ Renewed: AugmentedEvent<ApiType, [who: AccountId32, price: u128, oldCore: u16, core: u16, begin: u32, duration: u32, workload: Vec<PalletBrokerScheduleItem>], { who: AccountId32, price: u128, oldCore: u16, core: u16, begin: u32, duration: u32, workload: Vec<PalletBrokerScheduleItem> }>;
596
+ /**
597
+ * A reservation for a workload has been cancelled.
598
+ **/
599
+ ReservationCancelled: AugmentedEvent<ApiType, [index: u32, workload: Vec<PalletBrokerScheduleItem>], { index: u32, workload: Vec<PalletBrokerScheduleItem> }>;
600
+ /**
601
+ * There is a new reservation for a workload.
602
+ **/
603
+ ReservationMade: AugmentedEvent<ApiType, [index: u32, workload: Vec<PalletBrokerScheduleItem>], { index: u32, workload: Vec<PalletBrokerScheduleItem> }>;
604
+ /**
605
+ * The act of claiming revenue has begun.
606
+ **/
607
+ RevenueClaimBegun: AugmentedEvent<ApiType, [region: PalletBrokerRegionId, maxTimeslices: u32], { region: PalletBrokerRegionId, maxTimeslices: u32 }>;
608
+ /**
609
+ * A particular timeslice has a non-zero claim.
610
+ **/
611
+ RevenueClaimItem: AugmentedEvent<ApiType, [when: u32, amount: u128], { when: u32, amount: u128 }>;
612
+ /**
613
+ * A revenue claim has (possibly only in part) been paid.
614
+ **/
615
+ RevenueClaimPaid: AugmentedEvent<ApiType, [who: AccountId32, amount: u128, next: Option<PalletBrokerRegionId>], { who: AccountId32, amount: u128, next: Option<PalletBrokerRegionId> }>;
616
+ /**
617
+ * A new sale has been initialized.
618
+ **/
619
+ SaleInitialized: AugmentedEvent<ApiType, [saleStart: u32, leadinLength: u32, startPrice: u128, endPrice: u128, regionBegin: u32, regionEnd: u32, idealCoresSold: u16, coresOffered: u16], { saleStart: u32, leadinLength: u32, startPrice: u128, endPrice: u128, regionBegin: u32, regionEnd: u32, idealCoresSold: u16, coresOffered: u16 }>;
620
+ /**
621
+ * The sale rotation has been started and a new sale is imminent.
622
+ **/
623
+ SalesStarted: AugmentedEvent<ApiType, [price: u128, coreCount: u16], { price: u128, coreCount: u16 }>;
624
+ /**
625
+ * Ownership of a Region has been transferred.
626
+ **/
627
+ Transferred: AugmentedEvent<ApiType, [regionId: PalletBrokerRegionId, duration: u32, oldOwner: Option<AccountId32>, owner: Option<AccountId32>], { regionId: PalletBrokerRegionId, duration: u32, oldOwner: Option<AccountId32>, owner: Option<AccountId32> }>;
628
+ /**
629
+ * Generic event
630
+ **/
631
+ [key: string]: AugmentedEvent<ApiType>;
632
+ };
633
+ childBounties: {
634
+ /**
635
+ * A child-bounty is added.
636
+ **/
637
+ Added: AugmentedEvent<ApiType, [index: u32, childIndex: u32], { index: u32, childIndex: u32 }>;
638
+ /**
639
+ * A child-bounty is awarded to a beneficiary.
640
+ **/
641
+ Awarded: AugmentedEvent<ApiType, [index: u32, childIndex: u32, beneficiary: AccountId32], { index: u32, childIndex: u32, beneficiary: AccountId32 }>;
642
+ /**
643
+ * A child-bounty is cancelled.
644
+ **/
645
+ Canceled: AugmentedEvent<ApiType, [index: u32, childIndex: u32], { index: u32, childIndex: u32 }>;
646
+ /**
647
+ * A child-bounty is claimed by beneficiary.
648
+ **/
649
+ Claimed: AugmentedEvent<ApiType, [index: u32, childIndex: u32, payout: u128, beneficiary: AccountId32], { index: u32, childIndex: u32, payout: u128, beneficiary: AccountId32 }>;
650
+ /**
651
+ * Generic event
652
+ **/
653
+ [key: string]: AugmentedEvent<ApiType>;
654
+ };
655
+ contracts: {
656
+ /**
657
+ * A contract was called either by a plain account or another contract.
658
+ *
659
+ * # Note
660
+ *
661
+ * Please keep in mind that like all events this is only emitted for successful
662
+ * calls. This is because on failure all storage changes including events are
663
+ * rolled back.
664
+ **/
665
+ Called: AugmentedEvent<ApiType, [caller: PalletContractsOrigin, contract: AccountId32], { caller: PalletContractsOrigin, contract: AccountId32 }>;
666
+ /**
667
+ * A code with the specified hash was removed.
668
+ **/
669
+ CodeRemoved: AugmentedEvent<ApiType, [codeHash: H256, depositReleased: u128, remover: AccountId32], { codeHash: H256, depositReleased: u128, remover: AccountId32 }>;
670
+ /**
671
+ * Code with the specified hash has been stored.
672
+ **/
673
+ CodeStored: AugmentedEvent<ApiType, [codeHash: H256, depositHeld: u128, uploader: AccountId32], { codeHash: H256, depositHeld: u128, uploader: AccountId32 }>;
674
+ /**
675
+ * A contract's code was updated.
676
+ **/
677
+ ContractCodeUpdated: AugmentedEvent<ApiType, [contract: AccountId32, newCodeHash: H256, oldCodeHash: H256], { contract: AccountId32, newCodeHash: H256, oldCodeHash: H256 }>;
678
+ /**
679
+ * A custom event emitted by the contract.
680
+ **/
681
+ ContractEmitted: AugmentedEvent<ApiType, [contract: AccountId32, data: Bytes], { contract: AccountId32, data: Bytes }>;
682
+ /**
683
+ * A contract delegate called a code hash.
684
+ *
685
+ * # Note
686
+ *
687
+ * Please keep in mind that like all events this is only emitted for successful
688
+ * calls. This is because on failure all storage changes including events are
689
+ * rolled back.
690
+ **/
691
+ DelegateCalled: AugmentedEvent<ApiType, [contract: AccountId32, codeHash: H256], { contract: AccountId32, codeHash: H256 }>;
692
+ /**
693
+ * Contract deployed by address at the specified address.
694
+ **/
695
+ Instantiated: AugmentedEvent<ApiType, [deployer: AccountId32, contract: AccountId32], { deployer: AccountId32, contract: AccountId32 }>;
696
+ /**
697
+ * Some funds have been transferred and held as storage deposit.
698
+ **/
699
+ StorageDepositTransferredAndHeld: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], { from: AccountId32, to: AccountId32, amount: u128 }>;
700
+ /**
701
+ * Some storage deposit funds have been transferred and released.
702
+ **/
703
+ StorageDepositTransferredAndReleased: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], { from: AccountId32, to: AccountId32, amount: u128 }>;
704
+ /**
705
+ * Contract has been removed.
706
+ *
707
+ * # Note
708
+ *
709
+ * The only way for a contract to be removed and emitting this event is by calling
710
+ * `seal_terminate`.
711
+ **/
712
+ Terminated: AugmentedEvent<ApiType, [contract: AccountId32, beneficiary: AccountId32], { contract: AccountId32, beneficiary: AccountId32 }>;
713
+ /**
714
+ * Generic event
715
+ **/
716
+ [key: string]: AugmentedEvent<ApiType>;
717
+ };
718
+ convictionVoting: {
719
+ /**
720
+ * An account has delegated their vote to another account. \[who, target\]
721
+ **/
722
+ Delegated: AugmentedEvent<ApiType, [AccountId32, AccountId32]>;
723
+ /**
724
+ * An \[account\] has cancelled a previous delegation operation.
725
+ **/
726
+ Undelegated: AugmentedEvent<ApiType, [AccountId32]>;
727
+ /**
728
+ * An account has voted
729
+ **/
730
+ Voted: AugmentedEvent<ApiType, [who: AccountId32, vote: PalletConvictionVotingVoteAccountVote], { who: AccountId32, vote: PalletConvictionVotingVoteAccountVote }>;
731
+ /**
732
+ * A vote has been removed
733
+ **/
734
+ VoteRemoved: AugmentedEvent<ApiType, [who: AccountId32, vote: PalletConvictionVotingVoteAccountVote], { who: AccountId32, vote: PalletConvictionVotingVoteAccountVote }>;
735
+ /**
736
+ * The lockup period of a conviction vote expired, and the funds have been unlocked.
737
+ **/
738
+ VoteUnlocked: AugmentedEvent<ApiType, [who: AccountId32, class_: u16], { who: AccountId32, class: u16 }>;
739
+ /**
740
+ * Generic event
741
+ **/
742
+ [key: string]: AugmentedEvent<ApiType>;
743
+ };
744
+ coreFellowship: {
745
+ /**
746
+ * Member activity flag has been set.
747
+ **/
748
+ ActiveChanged: AugmentedEvent<ApiType, [who: AccountId32, isActive: bool], { who: AccountId32, isActive: bool }>;
749
+ /**
750
+ * Member has been demoted to the given (non-zero) rank.
751
+ **/
752
+ Demoted: AugmentedEvent<ApiType, [who: AccountId32, toRank: u16], { who: AccountId32, toRank: u16 }>;
753
+ /**
754
+ * Some submitted evidence was judged and removed. There may or may not have been a change
755
+ * to the rank, but in any case, `last_proof` is reset.
756
+ **/
757
+ EvidenceJudged: AugmentedEvent<ApiType, [who: AccountId32, wish: PalletCoreFellowshipWish, evidence: Bytes, oldRank: u16, newRank: Option<u16>], { who: AccountId32, wish: PalletCoreFellowshipWish, evidence: Bytes, oldRank: u16, newRank: Option<u16> }>;
758
+ /**
759
+ * Pre-ranked account has been inducted at their current rank.
760
+ **/
761
+ Imported: AugmentedEvent<ApiType, [who: AccountId32, rank: u16], { who: AccountId32, rank: u16 }>;
762
+ /**
763
+ * Member has begun being tracked in this pallet.
764
+ **/
765
+ Inducted: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;
766
+ /**
767
+ * Member has been removed from being tracked in this pallet (i.e. because rank is now
768
+ * zero).
769
+ **/
770
+ Offboarded: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;
771
+ /**
772
+ * Parameters for the pallet have changed.
773
+ **/
774
+ ParamsChanged: AugmentedEvent<ApiType, [params: PalletCoreFellowshipParamsTypeU128], { params: PalletCoreFellowshipParamsTypeU128 }>;
775
+ /**
776
+ * Member has been promoted to the given rank.
777
+ **/
778
+ Promoted: AugmentedEvent<ApiType, [who: AccountId32, toRank: u16], { who: AccountId32, toRank: u16 }>;
779
+ /**
780
+ * Member has been proven at their current rank, postponing auto-demotion.
781
+ **/
782
+ Proven: AugmentedEvent<ApiType, [who: AccountId32, atRank: u16], { who: AccountId32, atRank: u16 }>;
783
+ /**
784
+ * Member has stated evidence of their efforts their request for rank.
785
+ **/
786
+ Requested: AugmentedEvent<ApiType, [who: AccountId32, wish: PalletCoreFellowshipWish], { who: AccountId32, wish: PalletCoreFellowshipWish }>;
787
+ /**
788
+ * A member had its AccountId swapped.
789
+ **/
790
+ Swapped: AugmentedEvent<ApiType, [who: AccountId32, newWho: AccountId32], { who: AccountId32, newWho: AccountId32 }>;
791
+ /**
792
+ * Generic event
793
+ **/
794
+ [key: string]: AugmentedEvent<ApiType>;
795
+ };
796
+ council: {
797
+ /**
798
+ * A motion was approved by the required threshold.
799
+ **/
800
+ Approved: AugmentedEvent<ApiType, [proposalHash: H256], { proposalHash: H256 }>;
801
+ /**
802
+ * A proposal was closed because its threshold was reached or after its duration was up.
803
+ **/
804
+ Closed: AugmentedEvent<ApiType, [proposalHash: H256, yes: u32, no: u32], { proposalHash: H256, yes: u32, no: u32 }>;
805
+ /**
806
+ * A motion was not approved by the required threshold.
807
+ **/
808
+ Disapproved: AugmentedEvent<ApiType, [proposalHash: H256], { proposalHash: H256 }>;
809
+ /**
810
+ * A motion was executed; result will be `Ok` if it returned without error.
811
+ **/
812
+ Executed: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, SpRuntimeDispatchError>], { proposalHash: H256, result: Result<Null, SpRuntimeDispatchError> }>;
813
+ /**
814
+ * A proposal was killed.
815
+ **/
816
+ Killed: AugmentedEvent<ApiType, [proposalHash: H256], { proposalHash: H256 }>;
817
+ /**
818
+ * A single member did some action; result will be `Ok` if it returned without error.
819
+ **/
820
+ MemberExecuted: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, SpRuntimeDispatchError>], { proposalHash: H256, result: Result<Null, SpRuntimeDispatchError> }>;
821
+ /**
822
+ * Some cost for storing a proposal was burned.
823
+ **/
824
+ ProposalCostBurned: AugmentedEvent<ApiType, [proposalHash: H256, who: AccountId32], { proposalHash: H256, who: AccountId32 }>;
825
+ /**
826
+ * Some cost for storing a proposal was released.
827
+ **/
828
+ ProposalCostReleased: AugmentedEvent<ApiType, [proposalHash: H256, who: AccountId32], { proposalHash: H256, who: AccountId32 }>;
829
+ /**
830
+ * A motion (given hash) has been proposed (by given account) with a threshold (given
831
+ * `MemberCount`).
832
+ **/
833
+ Proposed: AugmentedEvent<ApiType, [account: AccountId32, proposalIndex: u32, proposalHash: H256, threshold: u32], { account: AccountId32, proposalIndex: u32, proposalHash: H256, threshold: u32 }>;
834
+ /**
835
+ * A motion (given hash) has been voted on by given account, leaving
836
+ * a tally (yes votes and no votes given respectively as `MemberCount`).
837
+ **/
838
+ Voted: AugmentedEvent<ApiType, [account: AccountId32, proposalHash: H256, voted: bool, yes: u32, no: u32], { account: AccountId32, proposalHash: H256, voted: bool, yes: u32, no: u32 }>;
839
+ /**
840
+ * Generic event
841
+ **/
842
+ [key: string]: AugmentedEvent<ApiType>;
843
+ };
844
+ delegatedStaking: {
845
+ /**
846
+ * Funds delegated by a delegator.
847
+ **/
848
+ Delegated: AugmentedEvent<ApiType, [agent: AccountId32, delegator: AccountId32, amount: u128], { agent: AccountId32, delegator: AccountId32, amount: u128 }>;
849
+ /**
850
+ * Unclaimed delegation funds migrated to delegator.
851
+ **/
852
+ MigratedDelegation: AugmentedEvent<ApiType, [agent: AccountId32, delegator: AccountId32, amount: u128], { agent: AccountId32, delegator: AccountId32, amount: u128 }>;
853
+ /**
854
+ * Funds released to a delegator.
855
+ **/
856
+ Released: AugmentedEvent<ApiType, [agent: AccountId32, delegator: AccountId32, amount: u128], { agent: AccountId32, delegator: AccountId32, amount: u128 }>;
857
+ /**
858
+ * Funds slashed from a delegator.
859
+ **/
860
+ Slashed: AugmentedEvent<ApiType, [agent: AccountId32, delegator: AccountId32, amount: u128], { agent: AccountId32, delegator: AccountId32, amount: u128 }>;
861
+ /**
862
+ * Generic event
863
+ **/
864
+ [key: string]: AugmentedEvent<ApiType>;
865
+ };
866
+ democracy: {
867
+ /**
868
+ * A proposal_hash has been blacklisted permanently.
869
+ **/
870
+ Blacklisted: AugmentedEvent<ApiType, [proposalHash: H256], { proposalHash: H256 }>;
871
+ /**
872
+ * A referendum has been cancelled.
873
+ **/
874
+ Cancelled: AugmentedEvent<ApiType, [refIndex: u32], { refIndex: u32 }>;
875
+ /**
876
+ * An account has delegated their vote to another account.
877
+ **/
878
+ Delegated: AugmentedEvent<ApiType, [who: AccountId32, target: AccountId32], { who: AccountId32, target: AccountId32 }>;
879
+ /**
880
+ * An external proposal has been tabled.
881
+ **/
882
+ ExternalTabled: AugmentedEvent<ApiType, []>;
883
+ /**
884
+ * Metadata for a proposal or a referendum has been cleared.
885
+ **/
886
+ MetadataCleared: AugmentedEvent<ApiType, [owner: PalletDemocracyMetadataOwner, hash_: H256], { owner: PalletDemocracyMetadataOwner, hash_: H256 }>;
887
+ /**
888
+ * Metadata for a proposal or a referendum has been set.
889
+ **/
890
+ MetadataSet: AugmentedEvent<ApiType, [owner: PalletDemocracyMetadataOwner, hash_: H256], { owner: PalletDemocracyMetadataOwner, hash_: H256 }>;
891
+ /**
892
+ * Metadata has been transferred to new owner.
893
+ **/
894
+ MetadataTransferred: AugmentedEvent<ApiType, [prevOwner: PalletDemocracyMetadataOwner, owner: PalletDemocracyMetadataOwner, hash_: H256], { prevOwner: PalletDemocracyMetadataOwner, owner: PalletDemocracyMetadataOwner, hash_: H256 }>;
895
+ /**
896
+ * A proposal has been rejected by referendum.
897
+ **/
898
+ NotPassed: AugmentedEvent<ApiType, [refIndex: u32], { refIndex: u32 }>;
899
+ /**
900
+ * A proposal has been approved by referendum.
901
+ **/
902
+ Passed: AugmentedEvent<ApiType, [refIndex: u32], { refIndex: u32 }>;
903
+ /**
904
+ * A proposal got canceled.
905
+ **/
906
+ ProposalCanceled: AugmentedEvent<ApiType, [propIndex: u32], { propIndex: u32 }>;
907
+ /**
908
+ * A motion has been proposed by a public account.
909
+ **/
910
+ Proposed: AugmentedEvent<ApiType, [proposalIndex: u32, deposit: u128], { proposalIndex: u32, deposit: u128 }>;
911
+ /**
912
+ * An account has seconded a proposal
913
+ **/
914
+ Seconded: AugmentedEvent<ApiType, [seconder: AccountId32, propIndex: u32], { seconder: AccountId32, propIndex: u32 }>;
915
+ /**
916
+ * A referendum has begun.
917
+ **/
918
+ Started: AugmentedEvent<ApiType, [refIndex: u32, threshold: PalletDemocracyVoteThreshold], { refIndex: u32, threshold: PalletDemocracyVoteThreshold }>;
919
+ /**
920
+ * A public proposal has been tabled for referendum vote.
921
+ **/
922
+ Tabled: AugmentedEvent<ApiType, [proposalIndex: u32, deposit: u128], { proposalIndex: u32, deposit: u128 }>;
923
+ /**
924
+ * An account has cancelled a previous delegation operation.
925
+ **/
926
+ Undelegated: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;
927
+ /**
928
+ * An external proposal has been vetoed.
929
+ **/
930
+ Vetoed: AugmentedEvent<ApiType, [who: AccountId32, proposalHash: H256, until: u32], { who: AccountId32, proposalHash: H256, until: u32 }>;
931
+ /**
932
+ * An account has voted in a referendum
933
+ **/
934
+ Voted: AugmentedEvent<ApiType, [voter: AccountId32, refIndex: u32, vote: PalletDemocracyVoteAccountVote], { voter: AccountId32, refIndex: u32, vote: PalletDemocracyVoteAccountVote }>;
935
+ /**
936
+ * Generic event
937
+ **/
938
+ [key: string]: AugmentedEvent<ApiType>;
939
+ };
940
+ electionProviderMultiPhase: {
941
+ /**
942
+ * An election failed.
943
+ *
944
+ * Not much can be said about which computes failed in the process.
945
+ **/
946
+ ElectionFailed: AugmentedEvent<ApiType, []>;
947
+ /**
948
+ * The election has been finalized, with the given computation and score.
949
+ **/
950
+ ElectionFinalized: AugmentedEvent<ApiType, [compute: PalletElectionProviderMultiPhaseElectionCompute, score: SpNposElectionsElectionScore], { compute: PalletElectionProviderMultiPhaseElectionCompute, score: SpNposElectionsElectionScore }>;
951
+ /**
952
+ * There was a phase transition in a given round.
953
+ **/
954
+ PhaseTransitioned: AugmentedEvent<ApiType, [from: PalletElectionProviderMultiPhasePhase, to: PalletElectionProviderMultiPhasePhase, round: u32], { from: PalletElectionProviderMultiPhasePhase, to: PalletElectionProviderMultiPhasePhase, round: u32 }>;
955
+ /**
956
+ * An account has been rewarded for their signed submission being finalized.
957
+ **/
958
+ Rewarded: AugmentedEvent<ApiType, [account: AccountId32, value: u128], { account: AccountId32, value: u128 }>;
959
+ /**
960
+ * An account has been slashed for submitting an invalid signed submission.
961
+ **/
962
+ Slashed: AugmentedEvent<ApiType, [account: AccountId32, value: u128], { account: AccountId32, value: u128 }>;
963
+ /**
964
+ * A solution was stored with the given compute.
965
+ *
966
+ * The `origin` indicates the origin of the solution. If `origin` is `Some(AccountId)`,
967
+ * the stored solution was submitted in the signed phase by a miner with the `AccountId`.
968
+ * Otherwise, the solution was stored either during the unsigned phase or by
969
+ * `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make
970
+ * room for this one.
971
+ **/
972
+ SolutionStored: AugmentedEvent<ApiType, [compute: PalletElectionProviderMultiPhaseElectionCompute, origin: Option<AccountId32>, prevEjected: bool], { compute: PalletElectionProviderMultiPhaseElectionCompute, origin: Option<AccountId32>, prevEjected: bool }>;
973
+ /**
974
+ * Generic event
975
+ **/
976
+ [key: string]: AugmentedEvent<ApiType>;
977
+ };
978
+ elections: {
979
+ /**
980
+ * A candidate was slashed by amount due to failing to obtain a seat as member or
981
+ * runner-up.
982
+ *
983
+ * Note that old members and runners-up are also candidates.
984
+ **/
985
+ CandidateSlashed: AugmentedEvent<ApiType, [candidate: AccountId32, amount: u128], { candidate: AccountId32, amount: u128 }>;
986
+ /**
987
+ * Internal error happened while trying to perform election.
988
+ **/
989
+ ElectionError: AugmentedEvent<ApiType, []>;
990
+ /**
991
+ * No (or not enough) candidates existed for this round. This is different from
992
+ * `NewTerm(\[\])`. See the description of `NewTerm`.
993
+ **/
994
+ EmptyTerm: AugmentedEvent<ApiType, []>;
995
+ /**
996
+ * A member has been removed. This should always be followed by either `NewTerm` or
997
+ * `EmptyTerm`.
998
+ **/
999
+ MemberKicked: AugmentedEvent<ApiType, [member: AccountId32], { member: AccountId32 }>;
1000
+ /**
1001
+ * A new term with new_members. This indicates that enough candidates existed to run
1002
+ * the election, not that enough have been elected. The inner value must be examined
1003
+ * for this purpose. A `NewTerm(\[\])` indicates that some candidates got their bond
1004
+ * slashed and none were elected, whilst `EmptyTerm` means that no candidates existed to
1005
+ * begin with.
1006
+ **/
1007
+ NewTerm: AugmentedEvent<ApiType, [newMembers: Vec<ITuple<[AccountId32, u128]>>], { newMembers: Vec<ITuple<[AccountId32, u128]>> }>;
1008
+ /**
1009
+ * Someone has renounced their candidacy.
1010
+ **/
1011
+ Renounced: AugmentedEvent<ApiType, [candidate: AccountId32], { candidate: AccountId32 }>;
1012
+ /**
1013
+ * A seat holder was slashed by amount by being forcefully removed from the set.
1014
+ **/
1015
+ SeatHolderSlashed: AugmentedEvent<ApiType, [seatHolder: AccountId32, amount: u128], { seatHolder: AccountId32, amount: u128 }>;
1016
+ /**
1017
+ * Generic event
1018
+ **/
1019
+ [key: string]: AugmentedEvent<ApiType>;
1020
+ };
1021
+ fastUnstake: {
1022
+ /**
1023
+ * A batch was partially checked for the given eras, but the process did not finish.
1024
+ **/
1025
+ BatchChecked: AugmentedEvent<ApiType, [eras: Vec<u32>], { eras: Vec<u32> }>;
1026
+ /**
1027
+ * A batch of a given size was terminated.
1028
+ *
1029
+ * This is always follows by a number of `Unstaked` or `Slashed` events, marking the end
1030
+ * of the batch. A new batch will be created upon next block.
1031
+ **/
1032
+ BatchFinished: AugmentedEvent<ApiType, [size_: u32], { size_: u32 }>;
1033
+ /**
1034
+ * An internal error happened. Operations will be paused now.
1035
+ **/
1036
+ InternalError: AugmentedEvent<ApiType, []>;
1037
+ /**
1038
+ * A staker was slashed for requesting fast-unstake whilst being exposed.
1039
+ **/
1040
+ Slashed: AugmentedEvent<ApiType, [stash: AccountId32, amount: u128], { stash: AccountId32, amount: u128 }>;
1041
+ /**
1042
+ * A staker was unstaked.
1043
+ **/
1044
+ Unstaked: AugmentedEvent<ApiType, [stash: AccountId32, result: Result<Null, SpRuntimeDispatchError>], { stash: AccountId32, result: Result<Null, SpRuntimeDispatchError> }>;
1045
+ /**
1046
+ * Generic event
1047
+ **/
1048
+ [key: string]: AugmentedEvent<ApiType>;
1049
+ };
1050
+ glutton: {
1051
+ /**
1052
+ * The block length limit has been updated.
1053
+ **/
1054
+ BlockLengthLimitSet: AugmentedEvent<ApiType, [blockLength: u64], { blockLength: u64 }>;
1055
+ /**
1056
+ * The computation limit has been updated.
1057
+ **/
1058
+ ComputationLimitSet: AugmentedEvent<ApiType, [compute: u64], { compute: u64 }>;
1059
+ /**
1060
+ * The pallet has been (re)initialized.
1061
+ **/
1062
+ PalletInitialized: AugmentedEvent<ApiType, [reinit: bool], { reinit: bool }>;
1063
+ /**
1064
+ * The storage limit has been updated.
1065
+ **/
1066
+ StorageLimitSet: AugmentedEvent<ApiType, [storage: u64], { storage: u64 }>;
1067
+ /**
1068
+ * Generic event
1069
+ **/
1070
+ [key: string]: AugmentedEvent<ApiType>;
1071
+ };
1072
+ grandpa: {
1073
+ /**
1074
+ * New authority set has been applied.
1075
+ **/
1076
+ NewAuthorities: AugmentedEvent<ApiType, [authoritySet: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>], { authoritySet: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>> }>;
1077
+ /**
1078
+ * Current authority set has been paused.
1079
+ **/
1080
+ Paused: AugmentedEvent<ApiType, []>;
1081
+ /**
1082
+ * Current authority set has been resumed.
1083
+ **/
1084
+ Resumed: AugmentedEvent<ApiType, []>;
1085
+ /**
1086
+ * Generic event
1087
+ **/
1088
+ [key: string]: AugmentedEvent<ApiType>;
1089
+ };
1090
+ identity: {
1091
+ /**
1092
+ * A username authority was added.
1093
+ **/
1094
+ AuthorityAdded: AugmentedEvent<ApiType, [authority: AccountId32], { authority: AccountId32 }>;
1095
+ /**
1096
+ * A username authority was removed.
1097
+ **/
1098
+ AuthorityRemoved: AugmentedEvent<ApiType, [authority: AccountId32], { authority: AccountId32 }>;
1099
+ /**
1100
+ * A dangling username (as in, a username corresponding to an account that has removed its
1101
+ * identity) has been removed.
1102
+ **/
1103
+ DanglingUsernameRemoved: AugmentedEvent<ApiType, [who: AccountId32, username: Bytes], { who: AccountId32, username: Bytes }>;
1104
+ /**
1105
+ * A name was cleared, and the given balance returned.
1106
+ **/
1107
+ IdentityCleared: AugmentedEvent<ApiType, [who: AccountId32, deposit: u128], { who: AccountId32, deposit: u128 }>;
1108
+ /**
1109
+ * A name was removed and the given balance slashed.
1110
+ **/
1111
+ IdentityKilled: AugmentedEvent<ApiType, [who: AccountId32, deposit: u128], { who: AccountId32, deposit: u128 }>;
1112
+ /**
1113
+ * A name was set or reset (which will remove all judgements).
1114
+ **/
1115
+ IdentitySet: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;
1116
+ /**
1117
+ * A judgement was given by a registrar.
1118
+ **/
1119
+ JudgementGiven: AugmentedEvent<ApiType, [target: AccountId32, registrarIndex: u32], { target: AccountId32, registrarIndex: u32 }>;
1120
+ /**
1121
+ * A judgement was asked from a registrar.
1122
+ **/
1123
+ JudgementRequested: AugmentedEvent<ApiType, [who: AccountId32, registrarIndex: u32], { who: AccountId32, registrarIndex: u32 }>;
1124
+ /**
1125
+ * A judgement request was retracted.
1126
+ **/
1127
+ JudgementUnrequested: AugmentedEvent<ApiType, [who: AccountId32, registrarIndex: u32], { who: AccountId32, registrarIndex: u32 }>;
1128
+ /**
1129
+ * A queued username passed its expiration without being claimed and was removed.
1130
+ **/
1131
+ PreapprovalExpired: AugmentedEvent<ApiType, [whose: AccountId32], { whose: AccountId32 }>;
1132
+ /**
1133
+ * A username was set as a primary and can be looked up from `who`.
1134
+ **/
1135
+ PrimaryUsernameSet: AugmentedEvent<ApiType, [who: AccountId32, username: Bytes], { who: AccountId32, username: Bytes }>;
1136
+ /**
1137
+ * A registrar was added.
1138
+ **/
1139
+ RegistrarAdded: AugmentedEvent<ApiType, [registrarIndex: u32], { registrarIndex: u32 }>;
1140
+ /**
1141
+ * An account's sub-identities were set (in bulk).
1142
+ **/
1143
+ SubIdentitiesSet: AugmentedEvent<ApiType, [main: AccountId32, numberOfSubs: u32, newDeposit: u128], { main: AccountId32, numberOfSubs: u32, newDeposit: u128 }>;
1144
+ /**
1145
+ * A sub-identity was added to an identity and the deposit paid.
1146
+ **/
1147
+ SubIdentityAdded: AugmentedEvent<ApiType, [sub: AccountId32, main: AccountId32, deposit: u128], { sub: AccountId32, main: AccountId32, deposit: u128 }>;
1148
+ /**
1149
+ * A sub-identity was removed from an identity and the deposit freed.
1150
+ **/
1151
+ SubIdentityRemoved: AugmentedEvent<ApiType, [sub: AccountId32, main: AccountId32, deposit: u128], { sub: AccountId32, main: AccountId32, deposit: u128 }>;
1152
+ /**
1153
+ * A given sub-account's associated name was changed by its super-identity.
1154
+ **/
1155
+ SubIdentityRenamed: AugmentedEvent<ApiType, [sub: AccountId32, main: AccountId32], { sub: AccountId32, main: AccountId32 }>;
1156
+ /**
1157
+ * A sub-identity was cleared, and the given deposit repatriated from the
1158
+ * main identity account to the sub-identity account.
1159
+ **/
1160
+ SubIdentityRevoked: AugmentedEvent<ApiType, [sub: AccountId32, main: AccountId32, deposit: u128], { sub: AccountId32, main: AccountId32, deposit: u128 }>;
1161
+ /**
1162
+ * A username has been killed.
1163
+ **/
1164
+ UsernameKilled: AugmentedEvent<ApiType, [username: Bytes], { username: Bytes }>;
1165
+ /**
1166
+ * A username was queued, but `who` must accept it prior to `expiration`.
1167
+ **/
1168
+ UsernameQueued: AugmentedEvent<ApiType, [who: AccountId32, username: Bytes, expiration: u32], { who: AccountId32, username: Bytes, expiration: u32 }>;
1169
+ /**
1170
+ * A username has been removed.
1171
+ **/
1172
+ UsernameRemoved: AugmentedEvent<ApiType, [username: Bytes], { username: Bytes }>;
1173
+ /**
1174
+ * A username was set for `who`.
1175
+ **/
1176
+ UsernameSet: AugmentedEvent<ApiType, [who: AccountId32, username: Bytes], { who: AccountId32, username: Bytes }>;
1177
+ /**
1178
+ * A username has been unbound.
1179
+ **/
1180
+ UsernameUnbound: AugmentedEvent<ApiType, [username: Bytes], { username: Bytes }>;
1181
+ /**
1182
+ * Generic event
1183
+ **/
1184
+ [key: string]: AugmentedEvent<ApiType>;
1185
+ };
1186
+ imOnline: {
1187
+ /**
1188
+ * At the end of the session, no offence was committed.
1189
+ **/
1190
+ AllGood: AugmentedEvent<ApiType, []>;
1191
+ /**
1192
+ * A new heartbeat was received from `AuthorityId`.
1193
+ **/
1194
+ HeartbeatReceived: AugmentedEvent<ApiType, [authorityId: PalletImOnlineSr25519AppSr25519Public], { authorityId: PalletImOnlineSr25519AppSr25519Public }>;
1195
+ /**
1196
+ * At the end of the session, at least one validator was found to be offline.
1197
+ **/
1198
+ SomeOffline: AugmentedEvent<ApiType, [offline: Vec<ITuple<[AccountId32, Null]>>], { offline: Vec<ITuple<[AccountId32, Null]>> }>;
1199
+ /**
1200
+ * Generic event
1201
+ **/
1202
+ [key: string]: AugmentedEvent<ApiType>;
1203
+ };
1204
+ indices: {
1205
+ /**
1206
+ * A deposit to reserve an index has been poked/reconsidered.
1207
+ **/
1208
+ DepositPoked: AugmentedEvent<ApiType, [who: AccountId32, index: u32, oldDeposit: u128, newDeposit: u128], { who: AccountId32, index: u32, oldDeposit: u128, newDeposit: u128 }>;
1209
+ /**
1210
+ * A account index was assigned.
1211
+ **/
1212
+ IndexAssigned: AugmentedEvent<ApiType, [who: AccountId32, index: u32], { who: AccountId32, index: u32 }>;
1213
+ /**
1214
+ * A account index has been freed up (unassigned).
1215
+ **/
1216
+ IndexFreed: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
1217
+ /**
1218
+ * A account index has been frozen to its current account ID.
1219
+ **/
1220
+ IndexFrozen: AugmentedEvent<ApiType, [index: u32, who: AccountId32], { index: u32, who: AccountId32 }>;
1221
+ /**
1222
+ * Generic event
1223
+ **/
1224
+ [key: string]: AugmentedEvent<ApiType>;
1225
+ };
1226
+ lottery: {
1227
+ /**
1228
+ * A new set of calls have been set!
1229
+ **/
1230
+ CallsUpdated: AugmentedEvent<ApiType, []>;
1231
+ /**
1232
+ * A lottery has been started!
1233
+ **/
1234
+ LotteryStarted: AugmentedEvent<ApiType, []>;
1235
+ /**
1236
+ * A ticket has been bought!
1237
+ **/
1238
+ TicketBought: AugmentedEvent<ApiType, [who: AccountId32, callIndex: ITuple<[u8, u8]>], { who: AccountId32, callIndex: ITuple<[u8, u8]> }>;
1239
+ /**
1240
+ * A winner has been chosen!
1241
+ **/
1242
+ Winner: AugmentedEvent<ApiType, [winner: AccountId32, lotteryBalance: u128], { winner: AccountId32, lotteryBalance: u128 }>;
1243
+ /**
1244
+ * Generic event
1245
+ **/
1246
+ [key: string]: AugmentedEvent<ApiType>;
1247
+ };
1248
+ messageQueue: {
1249
+ /**
1250
+ * Message placed in overweight queue.
1251
+ **/
1252
+ OverweightEnqueued: AugmentedEvent<ApiType, [id: U8aFixed, origin: u32, pageIndex: u32, messageIndex: u32], { id: U8aFixed, origin: u32, pageIndex: u32, messageIndex: u32 }>;
1253
+ /**
1254
+ * This page was reaped.
1255
+ **/
1256
+ PageReaped: AugmentedEvent<ApiType, [origin: u32, index: u32], { origin: u32, index: u32 }>;
1257
+ /**
1258
+ * Message is processed.
1259
+ **/
1260
+ Processed: AugmentedEvent<ApiType, [id: H256, origin: u32, weightUsed: SpWeightsWeightV2Weight, success: bool], { id: H256, origin: u32, weightUsed: SpWeightsWeightV2Weight, success: bool }>;
1261
+ /**
1262
+ * Message discarded due to an error in the `MessageProcessor` (usually a format error).
1263
+ **/
1264
+ ProcessingFailed: AugmentedEvent<ApiType, [id: H256, origin: u32, error: FrameSupportMessagesProcessMessageError], { id: H256, origin: u32, error: FrameSupportMessagesProcessMessageError }>;
1265
+ /**
1266
+ * Generic event
1267
+ **/
1268
+ [key: string]: AugmentedEvent<ApiType>;
1269
+ };
1270
+ metaTx: {
1271
+ /**
1272
+ * A meta transaction has been dispatched.
1273
+ *
1274
+ * Contains the dispatch result of the meta transaction along with post-dispatch
1275
+ * information.
1276
+ **/
1277
+ Dispatched: AugmentedEvent<ApiType, [result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo>], { result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo> }>;
1278
+ /**
1279
+ * Generic event
1280
+ **/
1281
+ [key: string]: AugmentedEvent<ApiType>;
1282
+ };
1283
+ multiBlockMigrations: {
1284
+ /**
1285
+ * The set of historical migrations has been cleared.
1286
+ **/
1287
+ HistoricCleared: AugmentedEvent<ApiType, [nextCursor: Option<Bytes>], { nextCursor: Option<Bytes> }>;
1288
+ /**
1289
+ * A migration progressed.
1290
+ **/
1291
+ MigrationAdvanced: AugmentedEvent<ApiType, [index: u32, took: u32], { index: u32, took: u32 }>;
1292
+ /**
1293
+ * A Migration completed.
1294
+ **/
1295
+ MigrationCompleted: AugmentedEvent<ApiType, [index: u32, took: u32], { index: u32, took: u32 }>;
1296
+ /**
1297
+ * A Migration failed.
1298
+ *
1299
+ * This implies that the whole upgrade failed and governance intervention is required.
1300
+ **/
1301
+ MigrationFailed: AugmentedEvent<ApiType, [index: u32, took: u32], { index: u32, took: u32 }>;
1302
+ /**
1303
+ * A migration was skipped since it was already executed in the past.
1304
+ **/
1305
+ MigrationSkipped: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
1306
+ /**
1307
+ * The current runtime upgrade completed.
1308
+ *
1309
+ * This implies that all of its migrations completed successfully as well.
1310
+ **/
1311
+ UpgradeCompleted: AugmentedEvent<ApiType, []>;
1312
+ /**
1313
+ * Runtime upgrade failed.
1314
+ *
1315
+ * This is very bad and will require governance intervention.
1316
+ **/
1317
+ UpgradeFailed: AugmentedEvent<ApiType, []>;
1318
+ /**
1319
+ * A Runtime upgrade started.
1320
+ *
1321
+ * Its end is indicated by `UpgradeCompleted` or `UpgradeFailed`.
1322
+ **/
1323
+ UpgradeStarted: AugmentedEvent<ApiType, [migrations: u32], { migrations: u32 }>;
1324
+ /**
1325
+ * Generic event
1326
+ **/
1327
+ [key: string]: AugmentedEvent<ApiType>;
1328
+ };
1329
+ multisig: {
1330
+ /**
1331
+ * The deposit for a multisig operation has been updated/poked.
1332
+ **/
1333
+ DepositPoked: AugmentedEvent<ApiType, [who: AccountId32, callHash: U8aFixed, oldDeposit: u128, newDeposit: u128], { who: AccountId32, callHash: U8aFixed, oldDeposit: u128, newDeposit: u128 }>;
1334
+ /**
1335
+ * A multisig operation has been approved by someone.
1336
+ **/
1337
+ MultisigApproval: AugmentedEvent<ApiType, [approving: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed], { approving: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed }>;
1338
+ /**
1339
+ * A multisig operation has been cancelled.
1340
+ **/
1341
+ MultisigCancelled: AugmentedEvent<ApiType, [cancelling: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed], { cancelling: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed }>;
1342
+ /**
1343
+ * A multisig operation has been executed.
1344
+ **/
1345
+ MultisigExecuted: AugmentedEvent<ApiType, [approving: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed, result: Result<Null, SpRuntimeDispatchError>], { approving: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed, result: Result<Null, SpRuntimeDispatchError> }>;
1346
+ /**
1347
+ * A new multisig operation has begun.
1348
+ **/
1349
+ NewMultisig: AugmentedEvent<ApiType, [approving: AccountId32, multisig: AccountId32, callHash: U8aFixed], { approving: AccountId32, multisig: AccountId32, callHash: U8aFixed }>;
1350
+ /**
1351
+ * Generic event
1352
+ **/
1353
+ [key: string]: AugmentedEvent<ApiType>;
1354
+ };
1355
+ nftFractionalization: {
1356
+ /**
1357
+ * An NFT was successfully fractionalized.
1358
+ **/
1359
+ NftFractionalized: AugmentedEvent<ApiType, [nftCollection: u32, nft: u32, fractions: u128, asset: u32, beneficiary: AccountId32], { nftCollection: u32, nft: u32, fractions: u128, asset: u32, beneficiary: AccountId32 }>;
1360
+ /**
1361
+ * An NFT was successfully returned back.
1362
+ **/
1363
+ NftUnified: AugmentedEvent<ApiType, [nftCollection: u32, nft: u32, asset: u32, beneficiary: AccountId32], { nftCollection: u32, nft: u32, asset: u32, beneficiary: AccountId32 }>;
1364
+ /**
1365
+ * Generic event
1366
+ **/
1367
+ [key: string]: AugmentedEvent<ApiType>;
1368
+ };
1369
+ nfts: {
1370
+ /**
1371
+ * All approvals of an item got cancelled.
1372
+ **/
1373
+ AllApprovalsCancelled: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32], { collection: u32, item: u32, owner: AccountId32 }>;
1374
+ /**
1375
+ * An approval for a `delegate` account to transfer the `item` of an item
1376
+ * `collection` was cancelled by its `owner`.
1377
+ **/
1378
+ ApprovalCancelled: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32, delegate: AccountId32], { collection: u32, item: u32, owner: AccountId32, delegate: AccountId32 }>;
1379
+ /**
1380
+ * Attribute metadata has been cleared for a `collection` or `item`.
1381
+ **/
1382
+ AttributeCleared: AugmentedEvent<ApiType, [collection: u32, maybeItem: Option<u32>, key: Bytes, namespace: PalletNftsAttributeNamespace], { collection: u32, maybeItem: Option<u32>, key: Bytes, namespace: PalletNftsAttributeNamespace }>;
1383
+ /**
1384
+ * New attribute metadata has been set for a `collection` or `item`.
1385
+ **/
1386
+ AttributeSet: AugmentedEvent<ApiType, [collection: u32, maybeItem: Option<u32>, key: Bytes, value: Bytes, namespace: PalletNftsAttributeNamespace], { collection: u32, maybeItem: Option<u32>, key: Bytes, value: Bytes, namespace: PalletNftsAttributeNamespace }>;
1387
+ /**
1388
+ * An `item` was destroyed.
1389
+ **/
1390
+ Burned: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32], { collection: u32, item: u32, owner: AccountId32 }>;
1391
+ /**
1392
+ * A `collection` has had its config changed by the `Force` origin.
1393
+ **/
1394
+ CollectionConfigChanged: AugmentedEvent<ApiType, [collection: u32], { collection: u32 }>;
1395
+ /**
1396
+ * Some `collection` was locked.
1397
+ **/
1398
+ CollectionLocked: AugmentedEvent<ApiType, [collection: u32], { collection: u32 }>;
1399
+ /**
1400
+ * Max supply has been set for a collection.
1401
+ **/
1402
+ CollectionMaxSupplySet: AugmentedEvent<ApiType, [collection: u32, maxSupply: u32], { collection: u32, maxSupply: u32 }>;
1403
+ /**
1404
+ * Metadata has been cleared for a `collection`.
1405
+ **/
1406
+ CollectionMetadataCleared: AugmentedEvent<ApiType, [collection: u32], { collection: u32 }>;
1407
+ /**
1408
+ * New metadata has been set for a `collection`.
1409
+ **/
1410
+ CollectionMetadataSet: AugmentedEvent<ApiType, [collection: u32, data: Bytes], { collection: u32, data: Bytes }>;
1411
+ /**
1412
+ * Mint settings for a collection had changed.
1413
+ **/
1414
+ CollectionMintSettingsUpdated: AugmentedEvent<ApiType, [collection: u32], { collection: u32 }>;
1415
+ /**
1416
+ * A `collection` was created.
1417
+ **/
1418
+ Created: AugmentedEvent<ApiType, [collection: u32, creator: AccountId32, owner: AccountId32], { collection: u32, creator: AccountId32, owner: AccountId32 }>;
1419
+ /**
1420
+ * A `collection` was destroyed.
1421
+ **/
1422
+ Destroyed: AugmentedEvent<ApiType, [collection: u32], { collection: u32 }>;
1423
+ /**
1424
+ * A `collection` was force-created.
1425
+ **/
1426
+ ForceCreated: AugmentedEvent<ApiType, [collection: u32, owner: AccountId32], { collection: u32, owner: AccountId32 }>;
1427
+ /**
1428
+ * An `item` was issued.
1429
+ **/
1430
+ Issued: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32], { collection: u32, item: u32, owner: AccountId32 }>;
1431
+ /**
1432
+ * A new approval to modify item attributes was added.
1433
+ **/
1434
+ ItemAttributesApprovalAdded: AugmentedEvent<ApiType, [collection: u32, item: u32, delegate: AccountId32], { collection: u32, item: u32, delegate: AccountId32 }>;
1435
+ /**
1436
+ * A new approval to modify item attributes was removed.
1437
+ **/
1438
+ ItemAttributesApprovalRemoved: AugmentedEvent<ApiType, [collection: u32, item: u32, delegate: AccountId32], { collection: u32, item: u32, delegate: AccountId32 }>;
1439
+ /**
1440
+ * An item was bought.
1441
+ **/
1442
+ ItemBought: AugmentedEvent<ApiType, [collection: u32, item: u32, price: u128, seller: AccountId32, buyer: AccountId32], { collection: u32, item: u32, price: u128, seller: AccountId32, buyer: AccountId32 }>;
1443
+ /**
1444
+ * Metadata has been cleared for an item.
1445
+ **/
1446
+ ItemMetadataCleared: AugmentedEvent<ApiType, [collection: u32, item: u32], { collection: u32, item: u32 }>;
1447
+ /**
1448
+ * New metadata has been set for an item.
1449
+ **/
1450
+ ItemMetadataSet: AugmentedEvent<ApiType, [collection: u32, item: u32, data: Bytes], { collection: u32, item: u32, data: Bytes }>;
1451
+ /**
1452
+ * The price for the item was removed.
1453
+ **/
1454
+ ItemPriceRemoved: AugmentedEvent<ApiType, [collection: u32, item: u32], { collection: u32, item: u32 }>;
1455
+ /**
1456
+ * The price was set for the item.
1457
+ **/
1458
+ ItemPriceSet: AugmentedEvent<ApiType, [collection: u32, item: u32, price: u128, whitelistedBuyer: Option<AccountId32>], { collection: u32, item: u32, price: u128, whitelistedBuyer: Option<AccountId32> }>;
1459
+ /**
1460
+ * `item` metadata or attributes were locked.
1461
+ **/
1462
+ ItemPropertiesLocked: AugmentedEvent<ApiType, [collection: u32, item: u32, lockMetadata: bool, lockAttributes: bool], { collection: u32, item: u32, lockMetadata: bool, lockAttributes: bool }>;
1463
+ /**
1464
+ * An `item` became non-transferable.
1465
+ **/
1466
+ ItemTransferLocked: AugmentedEvent<ApiType, [collection: u32, item: u32], { collection: u32, item: u32 }>;
1467
+ /**
1468
+ * An `item` became transferable.
1469
+ **/
1470
+ ItemTransferUnlocked: AugmentedEvent<ApiType, [collection: u32, item: u32], { collection: u32, item: u32 }>;
1471
+ /**
1472
+ * Event gets emitted when the `NextCollectionId` gets incremented.
1473
+ **/
1474
+ NextCollectionIdIncremented: AugmentedEvent<ApiType, [nextId: Option<u32>], { nextId: Option<u32> }>;
1475
+ /**
1476
+ * The owner changed.
1477
+ **/
1478
+ OwnerChanged: AugmentedEvent<ApiType, [collection: u32, newOwner: AccountId32], { collection: u32, newOwner: AccountId32 }>;
1479
+ /**
1480
+ * Ownership acceptance has changed for an account.
1481
+ **/
1482
+ OwnershipAcceptanceChanged: AugmentedEvent<ApiType, [who: AccountId32, maybeCollection: Option<u32>], { who: AccountId32, maybeCollection: Option<u32> }>;
1483
+ /**
1484
+ * A new attribute in the `Pallet` namespace was set for the `collection` or an `item`
1485
+ * within that `collection`.
1486
+ **/
1487
+ PalletAttributeSet: AugmentedEvent<ApiType, [collection: u32, item: Option<u32>, attribute: PalletNftsPalletAttributes, value: Bytes], { collection: u32, item: Option<u32>, attribute: PalletNftsPalletAttributes, value: Bytes }>;
1488
+ /**
1489
+ * New attributes have been set for an `item` of the `collection`.
1490
+ **/
1491
+ PreSignedAttributesSet: AugmentedEvent<ApiType, [collection: u32, item: u32, namespace: PalletNftsAttributeNamespace], { collection: u32, item: u32, namespace: PalletNftsAttributeNamespace }>;
1492
+ /**
1493
+ * The deposit for a set of `item`s within a `collection` has been updated.
1494
+ **/
1495
+ Redeposited: AugmentedEvent<ApiType, [collection: u32, successfulItems: Vec<u32>], { collection: u32, successfulItems: Vec<u32> }>;
1496
+ /**
1497
+ * The swap was cancelled.
1498
+ **/
1499
+ SwapCancelled: AugmentedEvent<ApiType, [offeredCollection: u32, offeredItem: u32, desiredCollection: u32, desiredItem: Option<u32>, price: Option<PalletNftsPriceWithDirection>, deadline: u32], { offeredCollection: u32, offeredItem: u32, desiredCollection: u32, desiredItem: Option<u32>, price: Option<PalletNftsPriceWithDirection>, deadline: u32 }>;
1500
+ /**
1501
+ * The swap has been claimed.
1502
+ **/
1503
+ SwapClaimed: AugmentedEvent<ApiType, [sentCollection: u32, sentItem: u32, sentItemOwner: AccountId32, receivedCollection: u32, receivedItem: u32, receivedItemOwner: AccountId32, price: Option<PalletNftsPriceWithDirection>, deadline: u32], { sentCollection: u32, sentItem: u32, sentItemOwner: AccountId32, receivedCollection: u32, receivedItem: u32, receivedItemOwner: AccountId32, price: Option<PalletNftsPriceWithDirection>, deadline: u32 }>;
1504
+ /**
1505
+ * An `item` swap intent was created.
1506
+ **/
1507
+ SwapCreated: AugmentedEvent<ApiType, [offeredCollection: u32, offeredItem: u32, desiredCollection: u32, desiredItem: Option<u32>, price: Option<PalletNftsPriceWithDirection>, deadline: u32], { offeredCollection: u32, offeredItem: u32, desiredCollection: u32, desiredItem: Option<u32>, price: Option<PalletNftsPriceWithDirection>, deadline: u32 }>;
1508
+ /**
1509
+ * The management team changed.
1510
+ **/
1511
+ TeamChanged: AugmentedEvent<ApiType, [collection: u32, issuer: Option<AccountId32>, admin: Option<AccountId32>, freezer: Option<AccountId32>], { collection: u32, issuer: Option<AccountId32>, admin: Option<AccountId32>, freezer: Option<AccountId32> }>;
1512
+ /**
1513
+ * A tip was sent.
1514
+ **/
1515
+ TipSent: AugmentedEvent<ApiType, [collection: u32, item: u32, sender: AccountId32, receiver: AccountId32, amount: u128], { collection: u32, item: u32, sender: AccountId32, receiver: AccountId32, amount: u128 }>;
1516
+ /**
1517
+ * An `item` of a `collection` has been approved by the `owner` for transfer by
1518
+ * a `delegate`.
1519
+ **/
1520
+ TransferApproved: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32, delegate: AccountId32, deadline: Option<u32>], { collection: u32, item: u32, owner: AccountId32, delegate: AccountId32, deadline: Option<u32> }>;
1521
+ /**
1522
+ * An `item` was transferred.
1523
+ **/
1524
+ Transferred: AugmentedEvent<ApiType, [collection: u32, item: u32, from: AccountId32, to: AccountId32], { collection: u32, item: u32, from: AccountId32, to: AccountId32 }>;
1525
+ /**
1526
+ * Generic event
1527
+ **/
1528
+ [key: string]: AugmentedEvent<ApiType>;
1529
+ };
1530
+ nis: {
1531
+ /**
1532
+ * A bid was dropped from a queue because of another, more substantial, bid was present.
1533
+ **/
1534
+ BidDropped: AugmentedEvent<ApiType, [who: AccountId32, amount: u128, duration: u32], { who: AccountId32, amount: u128, duration: u32 }>;
1535
+ /**
1536
+ * A bid was successfully placed.
1537
+ **/
1538
+ BidPlaced: AugmentedEvent<ApiType, [who: AccountId32, amount: u128, duration: u32], { who: AccountId32, amount: u128, duration: u32 }>;
1539
+ /**
1540
+ * A bid was successfully removed (before being accepted).
1541
+ **/
1542
+ BidRetracted: AugmentedEvent<ApiType, [who: AccountId32, amount: u128, duration: u32], { who: AccountId32, amount: u128, duration: u32 }>;
1543
+ /**
1544
+ * An automatic funding of the deficit was made.
1545
+ **/
1546
+ Funded: AugmentedEvent<ApiType, [deficit: u128], { deficit: u128 }>;
1547
+ /**
1548
+ * A bid was accepted. The balance may not be released until expiry.
1549
+ **/
1550
+ Issued: AugmentedEvent<ApiType, [index: u32, expiry: u32, who: AccountId32, proportion: Perquintill, amount: u128], { index: u32, expiry: u32, who: AccountId32, proportion: Perquintill, amount: u128 }>;
1551
+ /**
1552
+ * An receipt has been (at least partially) thawed.
1553
+ **/
1554
+ Thawed: AugmentedEvent<ApiType, [index: u32, who: AccountId32, proportion: Perquintill, amount: u128, dropped: bool], { index: u32, who: AccountId32, proportion: Perquintill, amount: u128, dropped: bool }>;
1555
+ /**
1556
+ * A receipt was transferred.
1557
+ **/
1558
+ Transferred: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, index: u32], { from: AccountId32, to: AccountId32, index: u32 }>;
1559
+ /**
1560
+ * Generic event
1561
+ **/
1562
+ [key: string]: AugmentedEvent<ApiType>;
1563
+ };
1564
+ nominationPools: {
1565
+ /**
1566
+ * A member has became bonded in a pool.
1567
+ **/
1568
+ Bonded: AugmentedEvent<ApiType, [member: AccountId32, poolId: u32, bonded: u128, joined: bool], { member: AccountId32, poolId: u32, bonded: u128, joined: bool }>;
1569
+ /**
1570
+ * A pool has been created.
1571
+ **/
1572
+ Created: AugmentedEvent<ApiType, [depositor: AccountId32, poolId: u32], { depositor: AccountId32, poolId: u32 }>;
1573
+ /**
1574
+ * A pool has been destroyed.
1575
+ **/
1576
+ Destroyed: AugmentedEvent<ApiType, [poolId: u32], { poolId: u32 }>;
1577
+ /**
1578
+ * Global parameters regulating nomination pools have been updated.
1579
+ **/
1580
+ GlobalParamsUpdated: AugmentedEvent<ApiType, [minJoinBond: u128, minCreateBond: u128, maxPools: Option<u32>, maxMembers: Option<u32>, maxMembersPerPool: Option<u32>, globalMaxCommission: Option<Perbill>], { minJoinBond: u128, minCreateBond: u128, maxPools: Option<u32>, maxMembers: Option<u32>, maxMembersPerPool: Option<u32>, globalMaxCommission: Option<Perbill> }>;
1581
+ /**
1582
+ * A pool member's claim permission has been updated.
1583
+ **/
1584
+ MemberClaimPermissionUpdated: AugmentedEvent<ApiType, [member: AccountId32, permission: PalletNominationPoolsClaimPermission], { member: AccountId32, permission: PalletNominationPoolsClaimPermission }>;
1585
+ /**
1586
+ * A member has been removed from a pool.
1587
+ *
1588
+ * The removal can be voluntary (withdrawn all unbonded funds) or involuntary (kicked).
1589
+ * Any funds that are still delegated (i.e. dangling delegation) are released and are
1590
+ * represented by `released_balance`.
1591
+ **/
1592
+ MemberRemoved: AugmentedEvent<ApiType, [poolId: u32, member: AccountId32, releasedBalance: u128], { poolId: u32, member: AccountId32, releasedBalance: u128 }>;
1593
+ /**
1594
+ * A pool's metadata was updated.
1595
+ **/
1596
+ MetadataUpdated: AugmentedEvent<ApiType, [poolId: u32, caller: AccountId32], { poolId: u32, caller: AccountId32 }>;
1597
+ /**
1598
+ * Topped up deficit in frozen ED of the reward pool.
1599
+ **/
1600
+ MinBalanceDeficitAdjusted: AugmentedEvent<ApiType, [poolId: u32, amount: u128], { poolId: u32, amount: u128 }>;
1601
+ /**
1602
+ * Claimed excess frozen ED of af the reward pool.
1603
+ **/
1604
+ MinBalanceExcessAdjusted: AugmentedEvent<ApiType, [poolId: u32, amount: u128], { poolId: u32, amount: u128 }>;
1605
+ /**
1606
+ * A payout has been made to a member.
1607
+ **/
1608
+ PaidOut: AugmentedEvent<ApiType, [member: AccountId32, poolId: u32, payout: u128], { member: AccountId32, poolId: u32, payout: u128 }>;
1609
+ /**
1610
+ * A pool's commission `change_rate` has been changed.
1611
+ **/
1612
+ PoolCommissionChangeRateUpdated: AugmentedEvent<ApiType, [poolId: u32, changeRate: PalletNominationPoolsCommissionChangeRate], { poolId: u32, changeRate: PalletNominationPoolsCommissionChangeRate }>;
1613
+ /**
1614
+ * Pool commission has been claimed.
1615
+ **/
1616
+ PoolCommissionClaimed: AugmentedEvent<ApiType, [poolId: u32, commission: u128], { poolId: u32, commission: u128 }>;
1617
+ /**
1618
+ * Pool commission claim permission has been updated.
1619
+ **/
1620
+ PoolCommissionClaimPermissionUpdated: AugmentedEvent<ApiType, [poolId: u32, permission: Option<PalletNominationPoolsCommissionClaimPermission>], { poolId: u32, permission: Option<PalletNominationPoolsCommissionClaimPermission> }>;
1621
+ /**
1622
+ * A pool's commission setting has been changed.
1623
+ **/
1624
+ PoolCommissionUpdated: AugmentedEvent<ApiType, [poolId: u32, current: Option<ITuple<[Perbill, AccountId32]>>], { poolId: u32, current: Option<ITuple<[Perbill, AccountId32]>> }>;
1625
+ /**
1626
+ * A pool's maximum commission setting has been changed.
1627
+ **/
1628
+ PoolMaxCommissionUpdated: AugmentedEvent<ApiType, [poolId: u32, maxCommission: Perbill], { poolId: u32, maxCommission: Perbill }>;
1629
+ /**
1630
+ * A pool's nominating account (or the pool's root account) has nominated a validator set
1631
+ * on behalf of the pool.
1632
+ **/
1633
+ PoolNominationMade: AugmentedEvent<ApiType, [poolId: u32, caller: AccountId32], { poolId: u32, caller: AccountId32 }>;
1634
+ /**
1635
+ * The pool is chilled i.e. no longer nominating.
1636
+ **/
1637
+ PoolNominatorChilled: AugmentedEvent<ApiType, [poolId: u32, caller: AccountId32], { poolId: u32, caller: AccountId32 }>;
1638
+ /**
1639
+ * The active balance of pool `pool_id` has been slashed to `balance`.
1640
+ **/
1641
+ PoolSlashed: AugmentedEvent<ApiType, [poolId: u32, balance: u128], { poolId: u32, balance: u128 }>;
1642
+ /**
1643
+ * The roles of a pool have been updated to the given new roles. Note that the depositor
1644
+ * can never change.
1645
+ **/
1646
+ RolesUpdated: AugmentedEvent<ApiType, [root: Option<AccountId32>, bouncer: Option<AccountId32>, nominator: Option<AccountId32>], { root: Option<AccountId32>, bouncer: Option<AccountId32>, nominator: Option<AccountId32> }>;
1647
+ /**
1648
+ * The state of a pool has changed
1649
+ **/
1650
+ StateChanged: AugmentedEvent<ApiType, [poolId: u32, newState: PalletNominationPoolsPoolState], { poolId: u32, newState: PalletNominationPoolsPoolState }>;
1651
+ /**
1652
+ * A member has unbonded from their pool.
1653
+ *
1654
+ * - `balance` is the corresponding balance of the number of points that has been
1655
+ * requested to be unbonded (the argument of the `unbond` transaction) from the bonded
1656
+ * pool.
1657
+ * - `points` is the number of points that are issued as a result of `balance` being
1658
+ * dissolved into the corresponding unbonding pool.
1659
+ * - `era` is the era in which the balance will be unbonded.
1660
+ * In the absence of slashing, these values will match. In the presence of slashing, the
1661
+ * number of points that are issued in the unbonding pool will be less than the amount
1662
+ * requested to be unbonded.
1663
+ **/
1664
+ Unbonded: AugmentedEvent<ApiType, [member: AccountId32, poolId: u32, balance: u128, points: u128, era: u32], { member: AccountId32, poolId: u32, balance: u128, points: u128, era: u32 }>;
1665
+ /**
1666
+ * The unbond pool at `era` of pool `pool_id` has been slashed to `balance`.
1667
+ **/
1668
+ UnbondingPoolSlashed: AugmentedEvent<ApiType, [poolId: u32, era: u32, balance: u128], { poolId: u32, era: u32, balance: u128 }>;
1669
+ /**
1670
+ * A member has withdrawn from their pool.
1671
+ *
1672
+ * The given number of `points` have been dissolved in return of `balance`.
1673
+ *
1674
+ * Similar to `Unbonded` event, in the absence of slashing, the ratio of point to balance
1675
+ * will be 1.
1676
+ **/
1677
+ Withdrawn: AugmentedEvent<ApiType, [member: AccountId32, poolId: u32, balance: u128, points: u128], { member: AccountId32, poolId: u32, balance: u128, points: u128 }>;
1678
+ /**
1679
+ * Generic event
1680
+ **/
1681
+ [key: string]: AugmentedEvent<ApiType>;
1682
+ };
1683
+ offences: {
1684
+ /**
1685
+ * There is an offence reported of the given `kind` happened at the `session_index` and
1686
+ * (kind-specific) time slot. This event is not deposited for duplicate slashes.
1687
+ * \[kind, timeslot\].
1688
+ **/
1689
+ Offence: AugmentedEvent<ApiType, [kind: U8aFixed, timeslot: Bytes], { kind: U8aFixed, timeslot: Bytes }>;
1690
+ /**
1691
+ * Generic event
1692
+ **/
1693
+ [key: string]: AugmentedEvent<ApiType>;
1694
+ };
1695
+ parameters: {
1696
+ /**
1697
+ * A Parameter was set.
1698
+ *
1699
+ * Is also emitted when the value was not changed.
1700
+ **/
1701
+ Updated: AugmentedEvent<ApiType, [key: KitchensinkRuntimeRuntimeParametersKey, oldValue: Option<KitchensinkRuntimeRuntimeParametersValue>, newValue: Option<KitchensinkRuntimeRuntimeParametersValue>], { key: KitchensinkRuntimeRuntimeParametersKey, oldValue: Option<KitchensinkRuntimeRuntimeParametersValue>, newValue: Option<KitchensinkRuntimeRuntimeParametersValue> }>;
1702
+ /**
1703
+ * Generic event
1704
+ **/
1705
+ [key: string]: AugmentedEvent<ApiType>;
1706
+ };
1707
+ poolAssets: {
1708
+ /**
1709
+ * Accounts were destroyed for given asset.
1710
+ **/
1711
+ AccountsDestroyed: AugmentedEvent<ApiType, [assetId: u32, accountsDestroyed: u32, accountsRemaining: u32], { assetId: u32, accountsDestroyed: u32, accountsRemaining: u32 }>;
1712
+ /**
1713
+ * An approval for account `delegate` was cancelled by `owner`.
1714
+ **/
1715
+ ApprovalCancelled: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32, delegate: AccountId32], { assetId: u32, owner: AccountId32, delegate: AccountId32 }>;
1716
+ /**
1717
+ * Approvals were destroyed for given asset.
1718
+ **/
1719
+ ApprovalsDestroyed: AugmentedEvent<ApiType, [assetId: u32, approvalsDestroyed: u32, approvalsRemaining: u32], { assetId: u32, approvalsDestroyed: u32, approvalsRemaining: u32 }>;
1720
+ /**
1721
+ * (Additional) funds have been approved for transfer to a destination account.
1722
+ **/
1723
+ ApprovedTransfer: AugmentedEvent<ApiType, [assetId: u32, source: AccountId32, delegate: AccountId32, amount: u128], { assetId: u32, source: AccountId32, delegate: AccountId32, amount: u128 }>;
1724
+ /**
1725
+ * Some asset `asset_id` was frozen.
1726
+ **/
1727
+ AssetFrozen: AugmentedEvent<ApiType, [assetId: u32], { assetId: u32 }>;
1728
+ /**
1729
+ * The min_balance of an asset has been updated by the asset owner.
1730
+ **/
1731
+ AssetMinBalanceChanged: AugmentedEvent<ApiType, [assetId: u32, newMinBalance: u128], { assetId: u32, newMinBalance: u128 }>;
1732
+ /**
1733
+ * An asset has had its attributes changed by the `Force` origin.
1734
+ **/
1735
+ AssetStatusChanged: AugmentedEvent<ApiType, [assetId: u32], { assetId: u32 }>;
1736
+ /**
1737
+ * Some asset `asset_id` was thawed.
1738
+ **/
1739
+ AssetThawed: AugmentedEvent<ApiType, [assetId: u32], { assetId: u32 }>;
1740
+ /**
1741
+ * Some account `who` was blocked.
1742
+ **/
1743
+ Blocked: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32], { assetId: u32, who: AccountId32 }>;
1744
+ /**
1745
+ * Some assets were destroyed.
1746
+ **/
1747
+ Burned: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32, balance: u128], { assetId: u32, owner: AccountId32, balance: u128 }>;
1748
+ /**
1749
+ * Some asset class was created.
1750
+ **/
1751
+ Created: AugmentedEvent<ApiType, [assetId: u32, creator: AccountId32, owner: AccountId32], { assetId: u32, creator: AccountId32, owner: AccountId32 }>;
1752
+ /**
1753
+ * Some assets were deposited (e.g. for transaction fees).
1754
+ **/
1755
+ Deposited: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32, amount: u128], { assetId: u32, who: AccountId32, amount: u128 }>;
1756
+ /**
1757
+ * An asset class was destroyed.
1758
+ **/
1759
+ Destroyed: AugmentedEvent<ApiType, [assetId: u32], { assetId: u32 }>;
1760
+ /**
1761
+ * An asset class is in the process of being destroyed.
1762
+ **/
1763
+ DestructionStarted: AugmentedEvent<ApiType, [assetId: u32], { assetId: u32 }>;
1764
+ /**
1765
+ * Some asset class was force-created.
1766
+ **/
1767
+ ForceCreated: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32], { assetId: u32, owner: AccountId32 }>;
1768
+ /**
1769
+ * Some account `who` was frozen.
1770
+ **/
1771
+ Frozen: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32], { assetId: u32, who: AccountId32 }>;
1772
+ /**
1773
+ * Some assets were issued.
1774
+ **/
1775
+ Issued: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32, amount: u128], { assetId: u32, owner: AccountId32, amount: u128 }>;
1776
+ /**
1777
+ * Metadata has been cleared for an asset.
1778
+ **/
1779
+ MetadataCleared: AugmentedEvent<ApiType, [assetId: u32], { assetId: u32 }>;
1780
+ /**
1781
+ * New metadata has been set for an asset.
1782
+ **/
1783
+ MetadataSet: AugmentedEvent<ApiType, [assetId: u32, name: Bytes, symbol_: Bytes, decimals: u8, isFrozen: bool], { assetId: u32, name: Bytes, symbol: Bytes, decimals: u8, isFrozen: bool }>;
1784
+ /**
1785
+ * The owner changed.
1786
+ **/
1787
+ OwnerChanged: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32], { assetId: u32, owner: AccountId32 }>;
1788
+ /**
1789
+ * The management team changed.
1790
+ **/
1791
+ TeamChanged: AugmentedEvent<ApiType, [assetId: u32, issuer: AccountId32, admin: AccountId32, freezer: AccountId32], { assetId: u32, issuer: AccountId32, admin: AccountId32, freezer: AccountId32 }>;
1792
+ /**
1793
+ * Some account `who` was thawed.
1794
+ **/
1795
+ Thawed: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32], { assetId: u32, who: AccountId32 }>;
1796
+ /**
1797
+ * Some account `who` was created with a deposit from `depositor`.
1798
+ **/
1799
+ Touched: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32, depositor: AccountId32], { assetId: u32, who: AccountId32, depositor: AccountId32 }>;
1800
+ /**
1801
+ * Some assets were transferred.
1802
+ **/
1803
+ Transferred: AugmentedEvent<ApiType, [assetId: u32, from: AccountId32, to: AccountId32, amount: u128], { assetId: u32, from: AccountId32, to: AccountId32, amount: u128 }>;
1804
+ /**
1805
+ * An `amount` was transferred in its entirety from `owner` to `destination` by
1806
+ * the approved `delegate`.
1807
+ **/
1808
+ TransferredApproved: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32, delegate: AccountId32, destination: AccountId32, amount: u128], { assetId: u32, owner: AccountId32, delegate: AccountId32, destination: AccountId32, amount: u128 }>;
1809
+ /**
1810
+ * Some assets were withdrawn from the account (e.g. for transaction fees).
1811
+ **/
1812
+ Withdrawn: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32, amount: u128], { assetId: u32, who: AccountId32, amount: u128 }>;
1813
+ /**
1814
+ * Generic event
1815
+ **/
1816
+ [key: string]: AugmentedEvent<ApiType>;
1817
+ };
1818
+ pov: {
1819
+ TestEvent: AugmentedEvent<ApiType, []>;
1820
+ /**
1821
+ * Generic event
1822
+ **/
1823
+ [key: string]: AugmentedEvent<ApiType>;
1824
+ };
1825
+ preimage: {
1826
+ /**
1827
+ * A preimage has ben cleared.
1828
+ **/
1829
+ Cleared: AugmentedEvent<ApiType, [hash_: H256], { hash_: H256 }>;
1830
+ /**
1831
+ * A preimage has been noted.
1832
+ **/
1833
+ Noted: AugmentedEvent<ApiType, [hash_: H256], { hash_: H256 }>;
1834
+ /**
1835
+ * A preimage has been requested.
1836
+ **/
1837
+ Requested: AugmentedEvent<ApiType, [hash_: H256], { hash_: H256 }>;
1838
+ /**
1839
+ * Generic event
1840
+ **/
1841
+ [key: string]: AugmentedEvent<ApiType>;
1842
+ };
1843
+ proxy: {
1844
+ /**
1845
+ * An announcement was placed to make a call in the future.
1846
+ **/
1847
+ Announced: AugmentedEvent<ApiType, [real: AccountId32, proxy: AccountId32, callHash: H256], { real: AccountId32, proxy: AccountId32, callHash: H256 }>;
1848
+ /**
1849
+ * A deposit stored for proxies or announcements was poked / updated.
1850
+ **/
1851
+ DepositPoked: AugmentedEvent<ApiType, [who: AccountId32, kind: PalletProxyDepositKind, oldDeposit: u128, newDeposit: u128], { who: AccountId32, kind: PalletProxyDepositKind, oldDeposit: u128, newDeposit: u128 }>;
1852
+ /**
1853
+ * A proxy was added.
1854
+ **/
1855
+ ProxyAdded: AugmentedEvent<ApiType, [delegator: AccountId32, delegatee: AccountId32, proxyType: KitchensinkRuntimeProxyType, delay: u32], { delegator: AccountId32, delegatee: AccountId32, proxyType: KitchensinkRuntimeProxyType, delay: u32 }>;
1856
+ /**
1857
+ * A proxy was executed correctly, with the given.
1858
+ **/
1859
+ ProxyExecuted: AugmentedEvent<ApiType, [result: Result<Null, SpRuntimeDispatchError>], { result: Result<Null, SpRuntimeDispatchError> }>;
1860
+ /**
1861
+ * A proxy was removed.
1862
+ **/
1863
+ ProxyRemoved: AugmentedEvent<ApiType, [delegator: AccountId32, delegatee: AccountId32, proxyType: KitchensinkRuntimeProxyType, delay: u32], { delegator: AccountId32, delegatee: AccountId32, proxyType: KitchensinkRuntimeProxyType, delay: u32 }>;
1864
+ /**
1865
+ * A pure account has been created by new proxy with given
1866
+ * disambiguation index and proxy type.
1867
+ **/
1868
+ PureCreated: AugmentedEvent<ApiType, [pure: AccountId32, who: AccountId32, proxyType: KitchensinkRuntimeProxyType, disambiguationIndex: u16], { pure: AccountId32, who: AccountId32, proxyType: KitchensinkRuntimeProxyType, disambiguationIndex: u16 }>;
1869
+ /**
1870
+ * Generic event
1871
+ **/
1872
+ [key: string]: AugmentedEvent<ApiType>;
1873
+ };
1874
+ rankedCollective: {
1875
+ /**
1876
+ * A member `who` has been added.
1877
+ **/
1878
+ MemberAdded: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;
1879
+ /**
1880
+ * The member `who` had their `AccountId` changed to `new_who`.
1881
+ **/
1882
+ MemberExchanged: AugmentedEvent<ApiType, [who: AccountId32, newWho: AccountId32], { who: AccountId32, newWho: AccountId32 }>;
1883
+ /**
1884
+ * The member `who` of given `rank` has been removed from the collective.
1885
+ **/
1886
+ MemberRemoved: AugmentedEvent<ApiType, [who: AccountId32, rank: u16], { who: AccountId32, rank: u16 }>;
1887
+ /**
1888
+ * The member `who`se rank has been changed to the given `rank`.
1889
+ **/
1890
+ RankChanged: AugmentedEvent<ApiType, [who: AccountId32, rank: u16], { who: AccountId32, rank: u16 }>;
1891
+ /**
1892
+ * The member `who` has voted for the `poll` with the given `vote` leading to an updated
1893
+ * `tally`.
1894
+ **/
1895
+ Voted: AugmentedEvent<ApiType, [who: AccountId32, poll: u32, vote: PalletRankedCollectiveVoteRecord, tally: PalletRankedCollectiveTally], { who: AccountId32, poll: u32, vote: PalletRankedCollectiveVoteRecord, tally: PalletRankedCollectiveTally }>;
1896
+ /**
1897
+ * Generic event
1898
+ **/
1899
+ [key: string]: AugmentedEvent<ApiType>;
1900
+ };
1901
+ rankedPolls: {
1902
+ /**
1903
+ * A referendum has been approved and its proposal has been scheduled.
1904
+ **/
1905
+ Approved: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
1906
+ /**
1907
+ * A referendum has been cancelled.
1908
+ **/
1909
+ Cancelled: AugmentedEvent<ApiType, [index: u32, tally: PalletRankedCollectiveTally], { index: u32, tally: PalletRankedCollectiveTally }>;
1910
+ ConfirmAborted: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
1911
+ /**
1912
+ * A referendum has ended its confirmation phase and is ready for approval.
1913
+ **/
1914
+ Confirmed: AugmentedEvent<ApiType, [index: u32, tally: PalletRankedCollectiveTally], { index: u32, tally: PalletRankedCollectiveTally }>;
1915
+ ConfirmStarted: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
1916
+ /**
1917
+ * The decision deposit has been placed.
1918
+ **/
1919
+ DecisionDepositPlaced: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], { index: u32, who: AccountId32, amount: u128 }>;
1920
+ /**
1921
+ * The decision deposit has been refunded.
1922
+ **/
1923
+ DecisionDepositRefunded: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], { index: u32, who: AccountId32, amount: u128 }>;
1924
+ /**
1925
+ * A referendum has moved into the deciding phase.
1926
+ **/
1927
+ DecisionStarted: AugmentedEvent<ApiType, [index: u32, track: u16, proposal: FrameSupportPreimagesBounded, tally: PalletRankedCollectiveTally], { index: u32, track: u16, proposal: FrameSupportPreimagesBounded, tally: PalletRankedCollectiveTally }>;
1928
+ /**
1929
+ * A deposit has been slashed.
1930
+ **/
1931
+ DepositSlashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
1932
+ /**
1933
+ * A referendum has been killed.
1934
+ **/
1935
+ Killed: AugmentedEvent<ApiType, [index: u32, tally: PalletRankedCollectiveTally], { index: u32, tally: PalletRankedCollectiveTally }>;
1936
+ /**
1937
+ * Metadata for a referendum has been cleared.
1938
+ **/
1939
+ MetadataCleared: AugmentedEvent<ApiType, [index: u32, hash_: H256], { index: u32, hash_: H256 }>;
1940
+ /**
1941
+ * Metadata for a referendum has been set.
1942
+ **/
1943
+ MetadataSet: AugmentedEvent<ApiType, [index: u32, hash_: H256], { index: u32, hash_: H256 }>;
1944
+ /**
1945
+ * A proposal has been rejected by referendum.
1946
+ **/
1947
+ Rejected: AugmentedEvent<ApiType, [index: u32, tally: PalletRankedCollectiveTally], { index: u32, tally: PalletRankedCollectiveTally }>;
1948
+ /**
1949
+ * The submission deposit has been refunded.
1950
+ **/
1951
+ SubmissionDepositRefunded: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], { index: u32, who: AccountId32, amount: u128 }>;
1952
+ /**
1953
+ * A referendum has been submitted.
1954
+ **/
1955
+ Submitted: AugmentedEvent<ApiType, [index: u32, track: u16, proposal: FrameSupportPreimagesBounded], { index: u32, track: u16, proposal: FrameSupportPreimagesBounded }>;
1956
+ /**
1957
+ * A referendum has been timed out without being decided.
1958
+ **/
1959
+ TimedOut: AugmentedEvent<ApiType, [index: u32, tally: PalletRankedCollectiveTally], { index: u32, tally: PalletRankedCollectiveTally }>;
1960
+ /**
1961
+ * Generic event
1962
+ **/
1963
+ [key: string]: AugmentedEvent<ApiType>;
1964
+ };
1965
+ recovery: {
1966
+ /**
1967
+ * Lost account has been successfully recovered by rescuer account.
1968
+ **/
1969
+ AccountRecovered: AugmentedEvent<ApiType, [lostAccount: AccountId32, rescuerAccount: AccountId32], { lostAccount: AccountId32, rescuerAccount: AccountId32 }>;
1970
+ /**
1971
+ * A recovery process for lost account by rescuer account has been closed.
1972
+ **/
1973
+ RecoveryClosed: AugmentedEvent<ApiType, [lostAccount: AccountId32, rescuerAccount: AccountId32], { lostAccount: AccountId32, rescuerAccount: AccountId32 }>;
1974
+ /**
1975
+ * A recovery process has been set up for an account.
1976
+ **/
1977
+ RecoveryCreated: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;
1978
+ /**
1979
+ * A recovery process has been initiated for lost account by rescuer account.
1980
+ **/
1981
+ RecoveryInitiated: AugmentedEvent<ApiType, [lostAccount: AccountId32, rescuerAccount: AccountId32], { lostAccount: AccountId32, rescuerAccount: AccountId32 }>;
1982
+ /**
1983
+ * A recovery process has been removed for an account.
1984
+ **/
1985
+ RecoveryRemoved: AugmentedEvent<ApiType, [lostAccount: AccountId32], { lostAccount: AccountId32 }>;
1986
+ /**
1987
+ * A recovery process for lost account by rescuer account has been vouched for by sender.
1988
+ **/
1989
+ RecoveryVouched: AugmentedEvent<ApiType, [lostAccount: AccountId32, rescuerAccount: AccountId32, sender: AccountId32], { lostAccount: AccountId32, rescuerAccount: AccountId32, sender: AccountId32 }>;
1990
+ /**
1991
+ * Generic event
1992
+ **/
1993
+ [key: string]: AugmentedEvent<ApiType>;
1994
+ };
1995
+ referenda: {
1996
+ /**
1997
+ * A referendum has been approved and its proposal has been scheduled.
1998
+ **/
1999
+ Approved: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
2000
+ /**
2001
+ * A referendum has been cancelled.
2002
+ **/
2003
+ Cancelled: AugmentedEvent<ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32, tally: PalletConvictionVotingTally }>;
2004
+ ConfirmAborted: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
2005
+ /**
2006
+ * A referendum has ended its confirmation phase and is ready for approval.
2007
+ **/
2008
+ Confirmed: AugmentedEvent<ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32, tally: PalletConvictionVotingTally }>;
2009
+ ConfirmStarted: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
2010
+ /**
2011
+ * The decision deposit has been placed.
2012
+ **/
2013
+ DecisionDepositPlaced: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], { index: u32, who: AccountId32, amount: u128 }>;
2014
+ /**
2015
+ * The decision deposit has been refunded.
2016
+ **/
2017
+ DecisionDepositRefunded: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], { index: u32, who: AccountId32, amount: u128 }>;
2018
+ /**
2019
+ * A referendum has moved into the deciding phase.
2020
+ **/
2021
+ DecisionStarted: AugmentedEvent<ApiType, [index: u32, track: u16, proposal: FrameSupportPreimagesBounded, tally: PalletConvictionVotingTally], { index: u32, track: u16, proposal: FrameSupportPreimagesBounded, tally: PalletConvictionVotingTally }>;
2022
+ /**
2023
+ * A deposit has been slashed.
2024
+ **/
2025
+ DepositSlashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
2026
+ /**
2027
+ * A referendum has been killed.
2028
+ **/
2029
+ Killed: AugmentedEvent<ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32, tally: PalletConvictionVotingTally }>;
2030
+ /**
2031
+ * Metadata for a referendum has been cleared.
2032
+ **/
2033
+ MetadataCleared: AugmentedEvent<ApiType, [index: u32, hash_: H256], { index: u32, hash_: H256 }>;
2034
+ /**
2035
+ * Metadata for a referendum has been set.
2036
+ **/
2037
+ MetadataSet: AugmentedEvent<ApiType, [index: u32, hash_: H256], { index: u32, hash_: H256 }>;
2038
+ /**
2039
+ * A proposal has been rejected by referendum.
2040
+ **/
2041
+ Rejected: AugmentedEvent<ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32, tally: PalletConvictionVotingTally }>;
2042
+ /**
2043
+ * The submission deposit has been refunded.
2044
+ **/
2045
+ SubmissionDepositRefunded: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], { index: u32, who: AccountId32, amount: u128 }>;
2046
+ /**
2047
+ * A referendum has been submitted.
2048
+ **/
2049
+ Submitted: AugmentedEvent<ApiType, [index: u32, track: u16, proposal: FrameSupportPreimagesBounded], { index: u32, track: u16, proposal: FrameSupportPreimagesBounded }>;
2050
+ /**
2051
+ * A referendum has been timed out without being decided.
2052
+ **/
2053
+ TimedOut: AugmentedEvent<ApiType, [index: u32, tally: PalletConvictionVotingTally], { index: u32, tally: PalletConvictionVotingTally }>;
2054
+ /**
2055
+ * Generic event
2056
+ **/
2057
+ [key: string]: AugmentedEvent<ApiType>;
2058
+ };
2059
+ remark: {
2060
+ /**
2061
+ * Stored data off chain.
2062
+ **/
2063
+ Stored: AugmentedEvent<ApiType, [sender: AccountId32, contentHash: H256], { sender: AccountId32, contentHash: H256 }>;
2064
+ /**
2065
+ * Generic event
2066
+ **/
2067
+ [key: string]: AugmentedEvent<ApiType>;
2068
+ };
2069
+ revive: {
2070
+ /**
2071
+ * A custom event emitted by the contract.
2072
+ **/
2073
+ ContractEmitted: AugmentedEvent<ApiType, [contract: H160, data: Bytes, topics: Vec<H256>], { contract: H160, data: Bytes, topics: Vec<H256> }>;
2074
+ /**
2075
+ * Generic event
2076
+ **/
2077
+ [key: string]: AugmentedEvent<ApiType>;
2078
+ };
2079
+ rootTesting: {
2080
+ /**
2081
+ * Event dispatched when the trigger_defensive extrinsic is called.
2082
+ **/
2083
+ DefensiveTestCall: AugmentedEvent<ApiType, []>;
2084
+ /**
2085
+ * Generic event
2086
+ **/
2087
+ [key: string]: AugmentedEvent<ApiType>;
2088
+ };
2089
+ safeMode: {
2090
+ /**
2091
+ * Could not hold funds for entering or extending the safe-mode.
2092
+ *
2093
+ * This error comes from the underlying `Currency`.
2094
+ **/
2095
+ CannotDeposit: AugmentedEvent<ApiType, []>;
2096
+ /**
2097
+ * Could not release funds for entering or extending the safe-mode.
2098
+ *
2099
+ * This error comes from the underlying `Currency`.
2100
+ **/
2101
+ CannotRelease: AugmentedEvent<ApiType, []>;
2102
+ /**
2103
+ * An account reserved funds for either entering or extending the safe-mode.
2104
+ **/
2105
+ DepositPlaced: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], { account: AccountId32, amount: u128 }>;
2106
+ /**
2107
+ * An account had a reserve released that was reserved.
2108
+ **/
2109
+ DepositReleased: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], { account: AccountId32, amount: u128 }>;
2110
+ /**
2111
+ * An account had reserve slashed that was reserved.
2112
+ **/
2113
+ DepositSlashed: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], { account: AccountId32, amount: u128 }>;
2114
+ /**
2115
+ * The safe-mode was entered until inclusively this block.
2116
+ **/
2117
+ Entered: AugmentedEvent<ApiType, [until: u32], { until: u32 }>;
2118
+ /**
2119
+ * Exited the safe-mode for a specific reason.
2120
+ **/
2121
+ Exited: AugmentedEvent<ApiType, [reason: PalletSafeModeExitReason], { reason: PalletSafeModeExitReason }>;
2122
+ /**
2123
+ * The safe-mode was extended until inclusively this block.
2124
+ **/
2125
+ Extended: AugmentedEvent<ApiType, [until: u32], { until: u32 }>;
2126
+ /**
2127
+ * Generic event
2128
+ **/
2129
+ [key: string]: AugmentedEvent<ApiType>;
2130
+ };
2131
+ salary: {
2132
+ /**
2133
+ * The next cycle begins.
2134
+ **/
2135
+ CycleStarted: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
2136
+ /**
2137
+ * A member is inducted into the payroll.
2138
+ **/
2139
+ Inducted: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;
2140
+ /**
2141
+ * A payment happened.
2142
+ **/
2143
+ Paid: AugmentedEvent<ApiType, [who: AccountId32, beneficiary: AccountId32, amount: u128, id: Null], { who: AccountId32, beneficiary: AccountId32, amount: u128, id: Null }>;
2144
+ /**
2145
+ * A member registered for a payout.
2146
+ **/
2147
+ Registered: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
2148
+ /**
2149
+ * A member swapped their account.
2150
+ **/
2151
+ Swapped: AugmentedEvent<ApiType, [who: AccountId32, newWho: AccountId32], { who: AccountId32, newWho: AccountId32 }>;
2152
+ /**
2153
+ * Generic event
2154
+ **/
2155
+ [key: string]: AugmentedEvent<ApiType>;
2156
+ };
2157
+ scheduler: {
2158
+ /**
2159
+ * Agenda is incomplete from `when`.
2160
+ **/
2161
+ AgendaIncomplete: AugmentedEvent<ApiType, [when: u32], { when: u32 }>;
2162
+ /**
2163
+ * The call for the provided hash was not found so the task has been aborted.
2164
+ **/
2165
+ CallUnavailable: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed> }>;
2166
+ /**
2167
+ * Canceled some task.
2168
+ **/
2169
+ Canceled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;
2170
+ /**
2171
+ * Dispatched some task.
2172
+ **/
2173
+ Dispatched: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>, result: Result<Null, SpRuntimeDispatchError>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed>, result: Result<Null, SpRuntimeDispatchError> }>;
2174
+ /**
2175
+ * The given task was unable to be renewed since the agenda is full at that block.
2176
+ **/
2177
+ PeriodicFailed: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed> }>;
2178
+ /**
2179
+ * The given task can never be executed since it is overweight.
2180
+ **/
2181
+ PermanentlyOverweight: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed> }>;
2182
+ /**
2183
+ * Cancel a retry configuration for some task.
2184
+ **/
2185
+ RetryCancelled: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed> }>;
2186
+ /**
2187
+ * The given task was unable to be retried since the agenda is full at that block or there
2188
+ * was not enough weight to reschedule it.
2189
+ **/
2190
+ RetryFailed: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed> }>;
2191
+ /**
2192
+ * Set a retry configuration for some task.
2193
+ **/
2194
+ RetrySet: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>, period: u32, retries: u8], { task: ITuple<[u32, u32]>, id: Option<U8aFixed>, period: u32, retries: u8 }>;
2195
+ /**
2196
+ * Scheduled some task.
2197
+ **/
2198
+ Scheduled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;
2199
+ /**
2200
+ * Generic event
2201
+ **/
2202
+ [key: string]: AugmentedEvent<ApiType>;
2203
+ };
2204
+ session: {
2205
+ /**
2206
+ * New session has happened. Note that the argument is the session index, not the
2207
+ * block number as the type might suggest.
2208
+ **/
2209
+ NewSession: AugmentedEvent<ApiType, [sessionIndex: u32], { sessionIndex: u32 }>;
2210
+ /**
2211
+ * Validator has been disabled.
2212
+ **/
2213
+ ValidatorDisabled: AugmentedEvent<ApiType, [validator: AccountId32], { validator: AccountId32 }>;
2214
+ /**
2215
+ * Validator has been re-enabled.
2216
+ **/
2217
+ ValidatorReenabled: AugmentedEvent<ApiType, [validator: AccountId32], { validator: AccountId32 }>;
2218
+ /**
2219
+ * Generic event
2220
+ **/
2221
+ [key: string]: AugmentedEvent<ApiType>;
2222
+ };
2223
+ skipFeelessPayment: {
2224
+ /**
2225
+ * A transaction fee was skipped.
2226
+ **/
2227
+ FeeSkipped: AugmentedEvent<ApiType, [origin: KitchensinkRuntimeOriginCaller], { origin: KitchensinkRuntimeOriginCaller }>;
2228
+ /**
2229
+ * Generic event
2230
+ **/
2231
+ [key: string]: AugmentedEvent<ApiType>;
2232
+ };
2233
+ society: {
2234
+ /**
2235
+ * A candidate was dropped (due to an excess of bids in the system).
2236
+ **/
2237
+ AutoUnbid: AugmentedEvent<ApiType, [candidate: AccountId32], { candidate: AccountId32 }>;
2238
+ /**
2239
+ * A membership bid just happened. The given account is the candidate's ID and their offer
2240
+ * is the second.
2241
+ **/
2242
+ Bid: AugmentedEvent<ApiType, [candidateId: AccountId32, offer: u128], { candidateId: AccountId32, offer: u128 }>;
2243
+ /**
2244
+ * A candidate has been suspended
2245
+ **/
2246
+ CandidateSuspended: AugmentedEvent<ApiType, [candidate: AccountId32], { candidate: AccountId32 }>;
2247
+ /**
2248
+ * A member has been challenged
2249
+ **/
2250
+ Challenged: AugmentedEvent<ApiType, [member: AccountId32], { member: AccountId32 }>;
2251
+ /**
2252
+ * A vote has been placed for a defending member
2253
+ **/
2254
+ DefenderVote: AugmentedEvent<ApiType, [voter: AccountId32, vote: bool], { voter: AccountId32, vote: bool }>;
2255
+ /**
2256
+ * Some funds were deposited into the society account.
2257
+ **/
2258
+ Deposit: AugmentedEvent<ApiType, [value: u128], { value: u128 }>;
2259
+ /**
2260
+ * A \[member\] got elevated to \[rank\].
2261
+ **/
2262
+ Elevated: AugmentedEvent<ApiType, [member: AccountId32, rank: u32], { member: AccountId32, rank: u32 }>;
2263
+ /**
2264
+ * The society is founded by the given identity.
2265
+ **/
2266
+ Founded: AugmentedEvent<ApiType, [founder: AccountId32], { founder: AccountId32 }>;
2267
+ /**
2268
+ * A group of candidates have been inducted. The batch's primary is the first value, the
2269
+ * batch in full is the second.
2270
+ **/
2271
+ Inducted: AugmentedEvent<ApiType, [primary: AccountId32, candidates: Vec<AccountId32>], { primary: AccountId32, candidates: Vec<AccountId32> }>;
2272
+ /**
2273
+ * A member has been suspended
2274
+ **/
2275
+ MemberSuspended: AugmentedEvent<ApiType, [member: AccountId32], { member: AccountId32 }>;
2276
+ /**
2277
+ * A new set of \[params\] has been set for the group.
2278
+ **/
2279
+ NewParams: AugmentedEvent<ApiType, [params: PalletSocietyGroupParams], { params: PalletSocietyGroupParams }>;
2280
+ /**
2281
+ * A suspended member has been judged.
2282
+ **/
2283
+ SuspendedMemberJudgement: AugmentedEvent<ApiType, [who: AccountId32, judged: bool], { who: AccountId32, judged: bool }>;
2284
+ /**
2285
+ * A candidate was dropped (by their request).
2286
+ **/
2287
+ Unbid: AugmentedEvent<ApiType, [candidate: AccountId32], { candidate: AccountId32 }>;
2288
+ /**
2289
+ * Society is unfounded.
2290
+ **/
2291
+ Unfounded: AugmentedEvent<ApiType, [founder: AccountId32], { founder: AccountId32 }>;
2292
+ /**
2293
+ * A candidate was dropped (by request of who vouched for them).
2294
+ **/
2295
+ Unvouch: AugmentedEvent<ApiType, [candidate: AccountId32], { candidate: AccountId32 }>;
2296
+ /**
2297
+ * A vote has been placed
2298
+ **/
2299
+ Vote: AugmentedEvent<ApiType, [candidate: AccountId32, voter: AccountId32, vote: bool], { candidate: AccountId32, voter: AccountId32, vote: bool }>;
2300
+ /**
2301
+ * A membership bid just happened by vouching. The given account is the candidate's ID and
2302
+ * their offer is the second. The vouching party is the third.
2303
+ **/
2304
+ Vouch: AugmentedEvent<ApiType, [candidateId: AccountId32, offer: u128, vouching: AccountId32], { candidateId: AccountId32, offer: u128, vouching: AccountId32 }>;
2305
+ /**
2306
+ * Generic event
2307
+ **/
2308
+ [key: string]: AugmentedEvent<ApiType>;
2309
+ };
2310
+ staking: {
2311
+ /**
2312
+ * An account has bonded this amount. \[stash, amount\]
2313
+ *
2314
+ * NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably,
2315
+ * it will not be emitted for staking rewards when they are added to stake.
2316
+ **/
2317
+ Bonded: AugmentedEvent<ApiType, [stash: AccountId32, amount: u128], { stash: AccountId32, amount: u128 }>;
2318
+ /**
2319
+ * An account has stopped participating as either a validator or nominator.
2320
+ **/
2321
+ Chilled: AugmentedEvent<ApiType, [stash: AccountId32], { stash: AccountId32 }>;
2322
+ /**
2323
+ * Report of a controller batch deprecation.
2324
+ **/
2325
+ ControllerBatchDeprecated: AugmentedEvent<ApiType, [failures: u32], { failures: u32 }>;
2326
+ /**
2327
+ * Staking balance migrated from locks to holds, with any balance that could not be held
2328
+ * is force withdrawn.
2329
+ **/
2330
+ CurrencyMigrated: AugmentedEvent<ApiType, [stash: AccountId32, forceWithdraw: u128], { stash: AccountId32, forceWithdraw: u128 }>;
2331
+ /**
2332
+ * The era payout has been set; the first balance is the validator-payout; the second is
2333
+ * the remainder from the maximum amount of reward.
2334
+ **/
2335
+ EraPaid: AugmentedEvent<ApiType, [eraIndex: u32, validatorPayout: u128, remainder: u128], { eraIndex: u32, validatorPayout: u128, remainder: u128 }>;
2336
+ /**
2337
+ * A new force era mode was set.
2338
+ **/
2339
+ ForceEra: AugmentedEvent<ApiType, [mode: PalletStakingForcing], { mode: PalletStakingForcing }>;
2340
+ /**
2341
+ * A nominator has been kicked from a validator.
2342
+ **/
2343
+ Kicked: AugmentedEvent<ApiType, [nominator: AccountId32, stash: AccountId32], { nominator: AccountId32, stash: AccountId32 }>;
2344
+ /**
2345
+ * An old slashing report from a prior era was discarded because it could
2346
+ * not be processed.
2347
+ **/
2348
+ OldSlashingReportDiscarded: AugmentedEvent<ApiType, [sessionIndex: u32], { sessionIndex: u32 }>;
2349
+ /**
2350
+ * A Page of stakers rewards are getting paid. `next` is `None` if all pages are claimed.
2351
+ **/
2352
+ PayoutStarted: AugmentedEvent<ApiType, [eraIndex: u32, validatorStash: AccountId32, page: u32, next: Option<u32>], { eraIndex: u32, validatorStash: AccountId32, page: u32, next: Option<u32> }>;
2353
+ /**
2354
+ * The nominator has been rewarded by this amount to this destination.
2355
+ **/
2356
+ Rewarded: AugmentedEvent<ApiType, [stash: AccountId32, dest: PalletStakingRewardDestination, amount: u128], { stash: AccountId32, dest: PalletStakingRewardDestination, amount: u128 }>;
2357
+ /**
2358
+ * A staker (validator or nominator) has been slashed by the given amount.
2359
+ **/
2360
+ Slashed: AugmentedEvent<ApiType, [staker: AccountId32, amount: u128], { staker: AccountId32, amount: u128 }>;
2361
+ /**
2362
+ * A slash for the given validator, for the given percentage of their stake, at the given
2363
+ * era as been reported.
2364
+ **/
2365
+ SlashReported: AugmentedEvent<ApiType, [validator: AccountId32, fraction: Perbill, slashEra: u32], { validator: AccountId32, fraction: Perbill, slashEra: u32 }>;
2366
+ /**
2367
+ * Targets size limit reached.
2368
+ **/
2369
+ SnapshotTargetsSizeExceeded: AugmentedEvent<ApiType, [size_: u32], { size_: u32 }>;
2370
+ /**
2371
+ * Voters size limit reached.
2372
+ **/
2373
+ SnapshotVotersSizeExceeded: AugmentedEvent<ApiType, [size_: u32], { size_: u32 }>;
2374
+ /**
2375
+ * A new set of stakers was elected.
2376
+ **/
2377
+ StakersElected: AugmentedEvent<ApiType, []>;
2378
+ /**
2379
+ * The election failed. No new era is planned.
2380
+ **/
2381
+ StakingElectionFailed: AugmentedEvent<ApiType, []>;
2382
+ /**
2383
+ * An account has unbonded this amount.
2384
+ **/
2385
+ Unbonded: AugmentedEvent<ApiType, [stash: AccountId32, amount: u128], { stash: AccountId32, amount: u128 }>;
2386
+ /**
2387
+ * A validator has set their preferences.
2388
+ **/
2389
+ ValidatorPrefsSet: AugmentedEvent<ApiType, [stash: AccountId32, prefs: PalletStakingValidatorPrefs], { stash: AccountId32, prefs: PalletStakingValidatorPrefs }>;
2390
+ /**
2391
+ * An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance`
2392
+ * from the unlocking queue.
2393
+ **/
2394
+ Withdrawn: AugmentedEvent<ApiType, [stash: AccountId32, amount: u128], { stash: AccountId32, amount: u128 }>;
2395
+ /**
2396
+ * Generic event
2397
+ **/
2398
+ [key: string]: AugmentedEvent<ApiType>;
2399
+ };
2400
+ statement: {
2401
+ /**
2402
+ * A new statement is submitted
2403
+ **/
2404
+ NewStatement: AugmentedEvent<ApiType, [account: AccountId32, statement: SpStatementStoreStatement], { account: AccountId32, statement: SpStatementStoreStatement }>;
2405
+ /**
2406
+ * Generic event
2407
+ **/
2408
+ [key: string]: AugmentedEvent<ApiType>;
2409
+ };
2410
+ stateTrieMigration: {
2411
+ /**
2412
+ * The auto migration task finished.
2413
+ **/
2414
+ AutoMigrationFinished: AugmentedEvent<ApiType, []>;
2415
+ /**
2416
+ * Migration got halted due to an error or miss-configuration.
2417
+ **/
2418
+ Halted: AugmentedEvent<ApiType, [error: PalletStateTrieMigrationError], { error: PalletStateTrieMigrationError }>;
2419
+ /**
2420
+ * Given number of `(top, child)` keys were migrated respectively, with the given
2421
+ * `compute`.
2422
+ **/
2423
+ Migrated: AugmentedEvent<ApiType, [top: u32, child: u32, compute: PalletStateTrieMigrationMigrationCompute], { top: u32, child: u32, compute: PalletStateTrieMigrationMigrationCompute }>;
2424
+ /**
2425
+ * Some account got slashed by the given amount.
2426
+ **/
2427
+ Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
2428
+ /**
2429
+ * Generic event
2430
+ **/
2431
+ [key: string]: AugmentedEvent<ApiType>;
2432
+ };
2433
+ sudo: {
2434
+ /**
2435
+ * The sudo key has been updated.
2436
+ **/
2437
+ KeyChanged: AugmentedEvent<ApiType, [old: Option<AccountId32>, new_: AccountId32], { old: Option<AccountId32>, new_: AccountId32 }>;
2438
+ /**
2439
+ * The key was permanently removed.
2440
+ **/
2441
+ KeyRemoved: AugmentedEvent<ApiType, []>;
2442
+ /**
2443
+ * A sudo call just took place.
2444
+ **/
2445
+ Sudid: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;
2446
+ /**
2447
+ * A [sudo_as](Pallet::sudo_as) call just took place.
2448
+ **/
2449
+ SudoAsDone: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], { sudoResult: Result<Null, SpRuntimeDispatchError> }>;
2450
+ /**
2451
+ * Generic event
2452
+ **/
2453
+ [key: string]: AugmentedEvent<ApiType>;
2454
+ };
2455
+ system: {
2456
+ /**
2457
+ * `:code` was updated.
2458
+ **/
2459
+ CodeUpdated: AugmentedEvent<ApiType, []>;
2460
+ /**
2461
+ * An extrinsic failed.
2462
+ **/
2463
+ ExtrinsicFailed: AugmentedEvent<ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSystemDispatchEventInfo], { dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSystemDispatchEventInfo }>;
2464
+ /**
2465
+ * An extrinsic completed successfully.
2466
+ **/
2467
+ ExtrinsicSuccess: AugmentedEvent<ApiType, [dispatchInfo: FrameSystemDispatchEventInfo], { dispatchInfo: FrameSystemDispatchEventInfo }>;
2468
+ /**
2469
+ * An account was reaped.
2470
+ **/
2471
+ KilledAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;
2472
+ /**
2473
+ * A new account was created.
2474
+ **/
2475
+ NewAccount: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;
2476
+ /**
2477
+ * An invalid authorized upgrade was rejected while trying to apply it.
2478
+ **/
2479
+ RejectedInvalidAuthorizedUpgrade: AugmentedEvent<ApiType, [codeHash: H256, error: SpRuntimeDispatchError], { codeHash: H256, error: SpRuntimeDispatchError }>;
2480
+ /**
2481
+ * On on-chain remark happened.
2482
+ **/
2483
+ Remarked: AugmentedEvent<ApiType, [sender: AccountId32, hash_: H256], { sender: AccountId32, hash_: H256 }>;
2484
+ /**
2485
+ * An upgrade was authorized.
2486
+ **/
2487
+ UpgradeAuthorized: AugmentedEvent<ApiType, [codeHash: H256, checkVersion: bool], { codeHash: H256, checkVersion: bool }>;
2488
+ /**
2489
+ * Generic event
2490
+ **/
2491
+ [key: string]: AugmentedEvent<ApiType>;
2492
+ };
2493
+ technicalCommittee: {
2494
+ /**
2495
+ * A motion was approved by the required threshold.
2496
+ **/
2497
+ Approved: AugmentedEvent<ApiType, [proposalHash: H256], { proposalHash: H256 }>;
2498
+ /**
2499
+ * A proposal was closed because its threshold was reached or after its duration was up.
2500
+ **/
2501
+ Closed: AugmentedEvent<ApiType, [proposalHash: H256, yes: u32, no: u32], { proposalHash: H256, yes: u32, no: u32 }>;
2502
+ /**
2503
+ * A motion was not approved by the required threshold.
2504
+ **/
2505
+ Disapproved: AugmentedEvent<ApiType, [proposalHash: H256], { proposalHash: H256 }>;
2506
+ /**
2507
+ * A motion was executed; result will be `Ok` if it returned without error.
2508
+ **/
2509
+ Executed: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, SpRuntimeDispatchError>], { proposalHash: H256, result: Result<Null, SpRuntimeDispatchError> }>;
2510
+ /**
2511
+ * A proposal was killed.
2512
+ **/
2513
+ Killed: AugmentedEvent<ApiType, [proposalHash: H256], { proposalHash: H256 }>;
2514
+ /**
2515
+ * A single member did some action; result will be `Ok` if it returned without error.
2516
+ **/
2517
+ MemberExecuted: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, SpRuntimeDispatchError>], { proposalHash: H256, result: Result<Null, SpRuntimeDispatchError> }>;
2518
+ /**
2519
+ * Some cost for storing a proposal was burned.
2520
+ **/
2521
+ ProposalCostBurned: AugmentedEvent<ApiType, [proposalHash: H256, who: AccountId32], { proposalHash: H256, who: AccountId32 }>;
2522
+ /**
2523
+ * Some cost for storing a proposal was released.
2524
+ **/
2525
+ ProposalCostReleased: AugmentedEvent<ApiType, [proposalHash: H256, who: AccountId32], { proposalHash: H256, who: AccountId32 }>;
2526
+ /**
2527
+ * A motion (given hash) has been proposed (by given account) with a threshold (given
2528
+ * `MemberCount`).
2529
+ **/
2530
+ Proposed: AugmentedEvent<ApiType, [account: AccountId32, proposalIndex: u32, proposalHash: H256, threshold: u32], { account: AccountId32, proposalIndex: u32, proposalHash: H256, threshold: u32 }>;
2531
+ /**
2532
+ * A motion (given hash) has been voted on by given account, leaving
2533
+ * a tally (yes votes and no votes given respectively as `MemberCount`).
2534
+ **/
2535
+ Voted: AugmentedEvent<ApiType, [account: AccountId32, proposalHash: H256, voted: bool, yes: u32, no: u32], { account: AccountId32, proposalHash: H256, voted: bool, yes: u32, no: u32 }>;
2536
+ /**
2537
+ * Generic event
2538
+ **/
2539
+ [key: string]: AugmentedEvent<ApiType>;
2540
+ };
2541
+ technicalMembership: {
2542
+ /**
2543
+ * Phantom member, never used.
2544
+ **/
2545
+ Dummy: AugmentedEvent<ApiType, []>;
2546
+ /**
2547
+ * One of the members' keys changed.
2548
+ **/
2549
+ KeyChanged: AugmentedEvent<ApiType, []>;
2550
+ /**
2551
+ * The given member was added; see the transaction for who.
2552
+ **/
2553
+ MemberAdded: AugmentedEvent<ApiType, []>;
2554
+ /**
2555
+ * The given member was removed; see the transaction for who.
2556
+ **/
2557
+ MemberRemoved: AugmentedEvent<ApiType, []>;
2558
+ /**
2559
+ * The membership was reset; see the transaction for who the new set is.
2560
+ **/
2561
+ MembersReset: AugmentedEvent<ApiType, []>;
2562
+ /**
2563
+ * Two members were swapped; see the transaction for who.
2564
+ **/
2565
+ MembersSwapped: AugmentedEvent<ApiType, []>;
2566
+ /**
2567
+ * Generic event
2568
+ **/
2569
+ [key: string]: AugmentedEvent<ApiType>;
2570
+ };
2571
+ tips: {
2572
+ /**
2573
+ * A new tip suggestion has been opened.
2574
+ **/
2575
+ NewTip: AugmentedEvent<ApiType, [tipHash: H256], { tipHash: H256 }>;
2576
+ /**
2577
+ * A tip suggestion has been closed.
2578
+ **/
2579
+ TipClosed: AugmentedEvent<ApiType, [tipHash: H256, who: AccountId32, payout: u128], { tipHash: H256, who: AccountId32, payout: u128 }>;
2580
+ /**
2581
+ * A tip suggestion has reached threshold and is closing.
2582
+ **/
2583
+ TipClosing: AugmentedEvent<ApiType, [tipHash: H256], { tipHash: H256 }>;
2584
+ /**
2585
+ * A tip suggestion has been retracted.
2586
+ **/
2587
+ TipRetracted: AugmentedEvent<ApiType, [tipHash: H256], { tipHash: H256 }>;
2588
+ /**
2589
+ * A tip suggestion has been slashed.
2590
+ **/
2591
+ TipSlashed: AugmentedEvent<ApiType, [tipHash: H256, finder: AccountId32, deposit: u128], { tipHash: H256, finder: AccountId32, deposit: u128 }>;
2592
+ /**
2593
+ * Generic event
2594
+ **/
2595
+ [key: string]: AugmentedEvent<ApiType>;
2596
+ };
2597
+ transactionPayment: {
2598
+ /**
2599
+ * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
2600
+ * has been paid by `who`.
2601
+ **/
2602
+ TransactionFeePaid: AugmentedEvent<ApiType, [who: AccountId32, actualFee: u128, tip: u128], { who: AccountId32, actualFee: u128, tip: u128 }>;
2603
+ /**
2604
+ * Generic event
2605
+ **/
2606
+ [key: string]: AugmentedEvent<ApiType>;
2607
+ };
2608
+ transactionStorage: {
2609
+ /**
2610
+ * Storage proof was successfully checked.
2611
+ **/
2612
+ ProofChecked: AugmentedEvent<ApiType, []>;
2613
+ /**
2614
+ * Renewed data under specified index.
2615
+ **/
2616
+ Renewed: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
2617
+ /**
2618
+ * Stored data under specified index.
2619
+ **/
2620
+ Stored: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
2621
+ /**
2622
+ * Generic event
2623
+ **/
2624
+ [key: string]: AugmentedEvent<ApiType>;
2625
+ };
2626
+ treasury: {
2627
+ /**
2628
+ * A new asset spend proposal has been approved.
2629
+ **/
2630
+ AssetSpendApproved: AugmentedEvent<ApiType, [index: u32, assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId, amount: u128, beneficiary: AccountId32, validFrom: u32, expireAt: u32], { index: u32, assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId, amount: u128, beneficiary: AccountId32, validFrom: u32, expireAt: u32 }>;
2631
+ /**
2632
+ * An approved spend was voided.
2633
+ **/
2634
+ AssetSpendVoided: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
2635
+ /**
2636
+ * Some funds have been allocated.
2637
+ **/
2638
+ Awarded: AugmentedEvent<ApiType, [proposalIndex: u32, award: u128, account: AccountId32], { proposalIndex: u32, award: u128, account: AccountId32 }>;
2639
+ /**
2640
+ * Some of our funds have been burnt.
2641
+ **/
2642
+ Burnt: AugmentedEvent<ApiType, [burntFunds: u128], { burntFunds: u128 }>;
2643
+ /**
2644
+ * Some funds have been deposited.
2645
+ **/
2646
+ Deposit: AugmentedEvent<ApiType, [value: u128], { value: u128 }>;
2647
+ /**
2648
+ * A payment happened.
2649
+ **/
2650
+ Paid: AugmentedEvent<ApiType, [index: u32, paymentId: Null], { index: u32, paymentId: Null }>;
2651
+ /**
2652
+ * A payment failed and can be retried.
2653
+ **/
2654
+ PaymentFailed: AugmentedEvent<ApiType, [index: u32, paymentId: Null], { index: u32, paymentId: Null }>;
2655
+ /**
2656
+ * Spending has finished; this is the amount that rolls over until next spend.
2657
+ **/
2658
+ Rollover: AugmentedEvent<ApiType, [rolloverBalance: u128], { rolloverBalance: u128 }>;
2659
+ /**
2660
+ * A new spend proposal has been approved.
2661
+ **/
2662
+ SpendApproved: AugmentedEvent<ApiType, [proposalIndex: u32, amount: u128, beneficiary: AccountId32], { proposalIndex: u32, amount: u128, beneficiary: AccountId32 }>;
2663
+ /**
2664
+ * We have ended a spend period and will now allocate funds.
2665
+ **/
2666
+ Spending: AugmentedEvent<ApiType, [budgetRemaining: u128], { budgetRemaining: u128 }>;
2667
+ /**
2668
+ * A spend was processed and removed from the storage. It might have been successfully
2669
+ * paid or it may have expired.
2670
+ **/
2671
+ SpendProcessed: AugmentedEvent<ApiType, [index: u32], { index: u32 }>;
2672
+ /**
2673
+ * The inactive funds of the pallet have been updated.
2674
+ **/
2675
+ UpdatedInactive: AugmentedEvent<ApiType, [reactivated: u128, deactivated: u128], { reactivated: u128, deactivated: u128 }>;
2676
+ /**
2677
+ * Generic event
2678
+ **/
2679
+ [key: string]: AugmentedEvent<ApiType>;
2680
+ };
2681
+ txPause: {
2682
+ /**
2683
+ * This pallet, or a specific call is now paused.
2684
+ **/
2685
+ CallPaused: AugmentedEvent<ApiType, [fullName: ITuple<[Bytes, Bytes]>], { fullName: ITuple<[Bytes, Bytes]> }>;
2686
+ /**
2687
+ * This pallet, or a specific call is now unpaused.
2688
+ **/
2689
+ CallUnpaused: AugmentedEvent<ApiType, [fullName: ITuple<[Bytes, Bytes]>], { fullName: ITuple<[Bytes, Bytes]> }>;
2690
+ /**
2691
+ * Generic event
2692
+ **/
2693
+ [key: string]: AugmentedEvent<ApiType>;
2694
+ };
2695
+ uniques: {
2696
+ /**
2697
+ * An approval for a `delegate` account to transfer the `item` of an item
2698
+ * `collection` was cancelled by its `owner`.
2699
+ **/
2700
+ ApprovalCancelled: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32, delegate: AccountId32], { collection: u32, item: u32, owner: AccountId32, delegate: AccountId32 }>;
2701
+ /**
2702
+ * An `item` of a `collection` has been approved by the `owner` for transfer by
2703
+ * a `delegate`.
2704
+ **/
2705
+ ApprovedTransfer: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32, delegate: AccountId32], { collection: u32, item: u32, owner: AccountId32, delegate: AccountId32 }>;
2706
+ /**
2707
+ * Attribute metadata has been cleared for a `collection` or `item`.
2708
+ **/
2709
+ AttributeCleared: AugmentedEvent<ApiType, [collection: u32, maybeItem: Option<u32>, key: Bytes], { collection: u32, maybeItem: Option<u32>, key: Bytes }>;
2710
+ /**
2711
+ * New attribute metadata has been set for a `collection` or `item`.
2712
+ **/
2713
+ AttributeSet: AugmentedEvent<ApiType, [collection: u32, maybeItem: Option<u32>, key: Bytes, value: Bytes], { collection: u32, maybeItem: Option<u32>, key: Bytes, value: Bytes }>;
2714
+ /**
2715
+ * An `item` was destroyed.
2716
+ **/
2717
+ Burned: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32], { collection: u32, item: u32, owner: AccountId32 }>;
2718
+ /**
2719
+ * Some `collection` was frozen.
2720
+ **/
2721
+ CollectionFrozen: AugmentedEvent<ApiType, [collection: u32], { collection: u32 }>;
2722
+ /**
2723
+ * Max supply has been set for a collection.
2724
+ **/
2725
+ CollectionMaxSupplySet: AugmentedEvent<ApiType, [collection: u32, maxSupply: u32], { collection: u32, maxSupply: u32 }>;
2726
+ /**
2727
+ * Metadata has been cleared for a `collection`.
2728
+ **/
2729
+ CollectionMetadataCleared: AugmentedEvent<ApiType, [collection: u32], { collection: u32 }>;
2730
+ /**
2731
+ * New metadata has been set for a `collection`.
2732
+ **/
2733
+ CollectionMetadataSet: AugmentedEvent<ApiType, [collection: u32, data: Bytes, isFrozen: bool], { collection: u32, data: Bytes, isFrozen: bool }>;
2734
+ /**
2735
+ * Some `collection` was thawed.
2736
+ **/
2737
+ CollectionThawed: AugmentedEvent<ApiType, [collection: u32], { collection: u32 }>;
2738
+ /**
2739
+ * A `collection` was created.
2740
+ **/
2741
+ Created: AugmentedEvent<ApiType, [collection: u32, creator: AccountId32, owner: AccountId32], { collection: u32, creator: AccountId32, owner: AccountId32 }>;
2742
+ /**
2743
+ * A `collection` was destroyed.
2744
+ **/
2745
+ Destroyed: AugmentedEvent<ApiType, [collection: u32], { collection: u32 }>;
2746
+ /**
2747
+ * A `collection` was force-created.
2748
+ **/
2749
+ ForceCreated: AugmentedEvent<ApiType, [collection: u32, owner: AccountId32], { collection: u32, owner: AccountId32 }>;
2750
+ /**
2751
+ * Some `item` was frozen.
2752
+ **/
2753
+ Frozen: AugmentedEvent<ApiType, [collection: u32, item: u32], { collection: u32, item: u32 }>;
2754
+ /**
2755
+ * An `item` was issued.
2756
+ **/
2757
+ Issued: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32], { collection: u32, item: u32, owner: AccountId32 }>;
2758
+ /**
2759
+ * An item was bought.
2760
+ **/
2761
+ ItemBought: AugmentedEvent<ApiType, [collection: u32, item: u32, price: u128, seller: AccountId32, buyer: AccountId32], { collection: u32, item: u32, price: u128, seller: AccountId32, buyer: AccountId32 }>;
2762
+ /**
2763
+ * The price for the instance was removed.
2764
+ **/
2765
+ ItemPriceRemoved: AugmentedEvent<ApiType, [collection: u32, item: u32], { collection: u32, item: u32 }>;
2766
+ /**
2767
+ * The price was set for the instance.
2768
+ **/
2769
+ ItemPriceSet: AugmentedEvent<ApiType, [collection: u32, item: u32, price: u128, whitelistedBuyer: Option<AccountId32>], { collection: u32, item: u32, price: u128, whitelistedBuyer: Option<AccountId32> }>;
2770
+ /**
2771
+ * A `collection` has had its attributes changed by the `Force` origin.
2772
+ **/
2773
+ ItemStatusChanged: AugmentedEvent<ApiType, [collection: u32], { collection: u32 }>;
2774
+ /**
2775
+ * Metadata has been cleared for an item.
2776
+ **/
2777
+ MetadataCleared: AugmentedEvent<ApiType, [collection: u32, item: u32], { collection: u32, item: u32 }>;
2778
+ /**
2779
+ * New metadata has been set for an item.
2780
+ **/
2781
+ MetadataSet: AugmentedEvent<ApiType, [collection: u32, item: u32, data: Bytes, isFrozen: bool], { collection: u32, item: u32, data: Bytes, isFrozen: bool }>;
2782
+ /**
2783
+ * The owner changed.
2784
+ **/
2785
+ OwnerChanged: AugmentedEvent<ApiType, [collection: u32, newOwner: AccountId32], { collection: u32, newOwner: AccountId32 }>;
2786
+ /**
2787
+ * Ownership acceptance has changed for an account.
2788
+ **/
2789
+ OwnershipAcceptanceChanged: AugmentedEvent<ApiType, [who: AccountId32, maybeCollection: Option<u32>], { who: AccountId32, maybeCollection: Option<u32> }>;
2790
+ /**
2791
+ * Metadata has been cleared for an item.
2792
+ **/
2793
+ Redeposited: AugmentedEvent<ApiType, [collection: u32, successfulItems: Vec<u32>], { collection: u32, successfulItems: Vec<u32> }>;
2794
+ /**
2795
+ * The management team changed.
2796
+ **/
2797
+ TeamChanged: AugmentedEvent<ApiType, [collection: u32, issuer: AccountId32, admin: AccountId32, freezer: AccountId32], { collection: u32, issuer: AccountId32, admin: AccountId32, freezer: AccountId32 }>;
2798
+ /**
2799
+ * Some `item` was thawed.
2800
+ **/
2801
+ Thawed: AugmentedEvent<ApiType, [collection: u32, item: u32], { collection: u32, item: u32 }>;
2802
+ /**
2803
+ * An `item` was transferred.
2804
+ **/
2805
+ Transferred: AugmentedEvent<ApiType, [collection: u32, item: u32, from: AccountId32, to: AccountId32], { collection: u32, item: u32, from: AccountId32, to: AccountId32 }>;
2806
+ /**
2807
+ * Generic event
2808
+ **/
2809
+ [key: string]: AugmentedEvent<ApiType>;
2810
+ };
2811
+ utility: {
2812
+ /**
2813
+ * Batch of dispatches completed fully with no error.
2814
+ **/
2815
+ BatchCompleted: AugmentedEvent<ApiType, []>;
2816
+ /**
2817
+ * Batch of dispatches completed but has errors.
2818
+ **/
2819
+ BatchCompletedWithErrors: AugmentedEvent<ApiType, []>;
2820
+ /**
2821
+ * Batch of dispatches did not complete fully. Index of first failing dispatch given, as
2822
+ * well as the error.
2823
+ **/
2824
+ BatchInterrupted: AugmentedEvent<ApiType, [index: u32, error: SpRuntimeDispatchError], { index: u32, error: SpRuntimeDispatchError }>;
2825
+ /**
2826
+ * A call was dispatched.
2827
+ **/
2828
+ DispatchedAs: AugmentedEvent<ApiType, [result: Result<Null, SpRuntimeDispatchError>], { result: Result<Null, SpRuntimeDispatchError> }>;
2829
+ /**
2830
+ * The fallback call was dispatched.
2831
+ **/
2832
+ IfElseFallbackCalled: AugmentedEvent<ApiType, [mainError: SpRuntimeDispatchError], { mainError: SpRuntimeDispatchError }>;
2833
+ /**
2834
+ * Main call was dispatched.
2835
+ **/
2836
+ IfElseMainSuccess: AugmentedEvent<ApiType, []>;
2837
+ /**
2838
+ * A single item within a Batch of dispatches has completed with no error.
2839
+ **/
2840
+ ItemCompleted: AugmentedEvent<ApiType, []>;
2841
+ /**
2842
+ * A single item within a Batch of dispatches has completed with error.
2843
+ **/
2844
+ ItemFailed: AugmentedEvent<ApiType, [error: SpRuntimeDispatchError], { error: SpRuntimeDispatchError }>;
2845
+ /**
2846
+ * Generic event
2847
+ **/
2848
+ [key: string]: AugmentedEvent<ApiType>;
2849
+ };
2850
+ vesting: {
2851
+ /**
2852
+ * An \[account\] has become fully vested.
2853
+ **/
2854
+ VestingCompleted: AugmentedEvent<ApiType, [account: AccountId32], { account: AccountId32 }>;
2855
+ /**
2856
+ * The amount vested has been updated. This could indicate a change in funds available.
2857
+ * The balance given is the amount which is left unvested (and thus locked).
2858
+ **/
2859
+ VestingUpdated: AugmentedEvent<ApiType, [account: AccountId32, unvested: u128], { account: AccountId32, unvested: u128 }>;
2860
+ /**
2861
+ * Generic event
2862
+ **/
2863
+ [key: string]: AugmentedEvent<ApiType>;
2864
+ };
2865
+ voterList: {
2866
+ /**
2867
+ * Moved an account from one bag to another.
2868
+ **/
2869
+ Rebagged: AugmentedEvent<ApiType, [who: AccountId32, from: u64, to: u64], { who: AccountId32, from: u64, to: u64 }>;
2870
+ /**
2871
+ * Updated the score of some account to the given amount.
2872
+ **/
2873
+ ScoreUpdated: AugmentedEvent<ApiType, [who: AccountId32, newScore: u64], { who: AccountId32, newScore: u64 }>;
2874
+ /**
2875
+ * Generic event
2876
+ **/
2877
+ [key: string]: AugmentedEvent<ApiType>;
2878
+ };
2879
+ whitelist: {
2880
+ CallWhitelisted: AugmentedEvent<ApiType, [callHash: H256], { callHash: H256 }>;
2881
+ WhitelistedCallDispatched: AugmentedEvent<ApiType, [callHash: H256, result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo>], { callHash: H256, result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo> }>;
2882
+ WhitelistedCallRemoved: AugmentedEvent<ApiType, [callHash: H256], { callHash: H256 }>;
2883
+ /**
2884
+ * Generic event
2885
+ **/
2886
+ [key: string]: AugmentedEvent<ApiType>;
2887
+ };
2888
+ } // AugmentedEvents
2889
+ } // declare module