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