@dedot/chaintypes 0.0.1-alpha.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +5 -0
- package/aleph/consts.d.ts +676 -0
- package/aleph/errors.d.ts +1054 -0
- package/aleph/events.d.ts +1201 -0
- package/aleph/index.d.ts +27 -0
- package/aleph/json-rpc.d.ts +85 -0
- package/aleph/query.d.ts +1573 -0
- package/aleph/runtime.d.ts +596 -0
- package/aleph/tx.d.ts +3440 -0
- package/aleph/types.d.ts +3951 -0
- package/astar/consts.d.ts +737 -0
- package/astar/errors.d.ts +1508 -0
- package/astar/events.d.ts +1878 -0
- package/astar/index.d.ts +27 -0
- package/astar/json-rpc.d.ts +131 -0
- package/astar/query.d.ts +1851 -0
- package/astar/runtime.d.ts +803 -0
- package/astar/tx.d.ts +4516 -0
- package/astar/types.d.ts +6141 -0
- package/index.d.ts +11 -0
- package/index.js +1 -0
- package/index.ts +11 -0
- package/kusama/consts.d.ts +1578 -0
- package/kusama/errors.d.ts +3152 -0
- package/kusama/events.d.ts +3579 -0
- package/kusama/index.d.ts +27 -0
- package/kusama/json-rpc.d.ts +103 -0
- package/kusama/query.d.ts +4229 -0
- package/kusama/runtime.d.ts +1196 -0
- package/kusama/tx.d.ts +9040 -0
- package/kusama/types.d.ts +11369 -0
- package/kusamaAssetHub/consts.d.ts +759 -0
- package/kusamaAssetHub/errors.d.ts +1494 -0
- package/kusamaAssetHub/events.d.ts +2491 -0
- package/kusamaAssetHub/index.d.ts +27 -0
- package/kusamaAssetHub/json-rpc.d.ts +89 -0
- package/kusamaAssetHub/query.d.ts +1662 -0
- package/kusamaAssetHub/runtime.d.ts +555 -0
- package/kusamaAssetHub/tx.d.ts +6192 -0
- package/kusamaAssetHub/types.d.ts +6831 -0
- package/moonbeam/consts.d.ts +1010 -0
- package/moonbeam/errors.d.ts +1932 -0
- package/moonbeam/events.d.ts +2928 -0
- package/moonbeam/index.d.ts +27 -0
- package/moonbeam/json-rpc.d.ts +137 -0
- package/moonbeam/query.d.ts +2282 -0
- package/moonbeam/runtime.d.ts +724 -0
- package/moonbeam/tx.d.ts +6222 -0
- package/moonbeam/types.d.ts +8165 -0
- package/package.json +25 -0
- package/polkadot/consts.d.ts +1313 -0
- package/polkadot/errors.d.ts +2575 -0
- package/polkadot/events.d.ts +2757 -0
- package/polkadot/index.d.ts +27 -0
- package/polkadot/json-rpc.d.ts +103 -0
- package/polkadot/query.d.ts +3693 -0
- package/polkadot/runtime.d.ts +1196 -0
- package/polkadot/tx.d.ts +7706 -0
- package/polkadot/types.d.ts +9893 -0
- package/polkadotAssetHub/consts.d.ts +724 -0
- package/polkadotAssetHub/errors.d.ts +1465 -0
- package/polkadotAssetHub/events.d.ts +2462 -0
- package/polkadotAssetHub/index.d.ts +27 -0
- package/polkadotAssetHub/json-rpc.d.ts +89 -0
- package/polkadotAssetHub/query.d.ts +1640 -0
- package/polkadotAssetHub/runtime.d.ts +558 -0
- package/polkadotAssetHub/tx.d.ts +6121 -0
- package/polkadotAssetHub/types.d.ts +6739 -0
- package/rococo/consts.d.ts +1423 -0
- package/rococo/errors.d.ts +2783 -0
- package/rococo/events.d.ts +3361 -0
- package/rococo/index.d.ts +27 -0
- package/rococo/json-rpc.d.ts +103 -0
- package/rococo/query.d.ts +3561 -0
- package/rococo/runtime.d.ts +1257 -0
- package/rococo/tx.d.ts +10721 -0
- package/rococo/types.d.ts +14828 -0
- package/rococoAssetHub/consts.d.ts +787 -0
- package/rococoAssetHub/errors.d.ts +1523 -0
- package/rococoAssetHub/events.d.ts +2517 -0
- package/rococoAssetHub/index.d.ts +27 -0
- package/rococoAssetHub/json-rpc.d.ts +89 -0
- package/rococoAssetHub/query.d.ts +1682 -0
- package/rococoAssetHub/runtime.d.ts +704 -0
- package/rococoAssetHub/tx.d.ts +9013 -0
- package/rococoAssetHub/types.d.ts +12352 -0
- package/substrate/consts.d.ts +2223 -0
- package/substrate/errors.d.ts +4023 -0
- package/substrate/events.d.ts +5430 -0
- package/substrate/index.d.ts +27 -0
- package/substrate/json-rpc.d.ts +101 -0
- package/substrate/query.d.ts +4083 -0
- package/substrate/runtime.d.ts +971 -0
- package/substrate/tx.d.ts +12501 -0
- package/substrate/types.d.ts +13380 -0
- package/westendAssetHub/consts.d.ts +787 -0
- package/westendAssetHub/errors.d.ts +1523 -0
- package/westendAssetHub/events.d.ts +2477 -0
- package/westendAssetHub/index.d.ts +27 -0
- package/westendAssetHub/json-rpc.d.ts +89 -0
- package/westendAssetHub/query.d.ts +1656 -0
- package/westendAssetHub/runtime.d.ts +652 -0
- package/westendAssetHub/tx.d.ts +8984 -0
- package/westendAssetHub/types.d.ts +12292 -0
|
@@ -0,0 +1,3361 @@
|
|
|
1
|
+
// Generated by @dedot/codegen
|
|
2
|
+
|
|
3
|
+
import type { GenericChainEvents, GenericPalletEvent, RpcVersion } from 'dedot/types';
|
|
4
|
+
import type {
|
|
5
|
+
DispatchInfo,
|
|
6
|
+
DispatchError,
|
|
7
|
+
AccountId32,
|
|
8
|
+
H256,
|
|
9
|
+
FixedBytes,
|
|
10
|
+
Bytes,
|
|
11
|
+
Result,
|
|
12
|
+
EthereumAddress,
|
|
13
|
+
FixedU128,
|
|
14
|
+
Perquintill,
|
|
15
|
+
} from 'dedot/codecs';
|
|
16
|
+
import type {
|
|
17
|
+
FrameSupportTokensMiscBalanceStatus,
|
|
18
|
+
RococoRuntimeRuntimeParametersKey,
|
|
19
|
+
RococoRuntimeRuntimeParametersValue,
|
|
20
|
+
SpConsensusGrandpaAppPublic,
|
|
21
|
+
PolkadotRuntimeCommonImplsVersionedLocatableAsset,
|
|
22
|
+
XcmVersionedLocation,
|
|
23
|
+
FrameSupportPreimagesBounded,
|
|
24
|
+
PalletConvictionVotingTally,
|
|
25
|
+
PalletRankedCollectiveVoteRecord,
|
|
26
|
+
PalletRankedCollectiveTally,
|
|
27
|
+
FrameSupportDispatchPostDispatchInfo,
|
|
28
|
+
SpRuntimeDispatchErrorWithPostInfo,
|
|
29
|
+
PalletSocietyGroupParams,
|
|
30
|
+
RococoRuntimeProxyType,
|
|
31
|
+
PalletMultisigTimepoint,
|
|
32
|
+
PolkadotPrimitivesV7CandidateReceipt,
|
|
33
|
+
PolkadotParachainPrimitivesPrimitivesHeadData,
|
|
34
|
+
PolkadotPrimitivesV7CoreIndex,
|
|
35
|
+
PolkadotPrimitivesV7GroupIndex,
|
|
36
|
+
PolkadotParachainPrimitivesPrimitivesId,
|
|
37
|
+
PolkadotParachainPrimitivesPrimitivesValidationCodeHash,
|
|
38
|
+
PolkadotParachainPrimitivesPrimitivesHrmpChannelId,
|
|
39
|
+
PolkadotCorePrimitivesCandidateHash,
|
|
40
|
+
PolkadotRuntimeParachainsDisputesDisputeLocation,
|
|
41
|
+
PolkadotRuntimeParachainsDisputesDisputeResult,
|
|
42
|
+
PolkadotRuntimeParachainsInclusionAggregateMessageOrigin,
|
|
43
|
+
FrameSupportMessagesProcessMessageError,
|
|
44
|
+
SpWeightsWeightV2Weight,
|
|
45
|
+
StagingXcmV4TraitsOutcome,
|
|
46
|
+
StagingXcmV4Location,
|
|
47
|
+
StagingXcmV4Xcm,
|
|
48
|
+
StagingXcmV4Response,
|
|
49
|
+
XcmVersionedAssets,
|
|
50
|
+
StagingXcmV4AssetAssets,
|
|
51
|
+
XcmV3TraitsError,
|
|
52
|
+
PalletStateTrieMigrationMigrationCompute,
|
|
53
|
+
PalletStateTrieMigrationError,
|
|
54
|
+
} from './types';
|
|
55
|
+
|
|
56
|
+
export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<Rv> {
|
|
57
|
+
/**
|
|
58
|
+
* Pallet `System`'s events
|
|
59
|
+
**/
|
|
60
|
+
system: {
|
|
61
|
+
/**
|
|
62
|
+
* An extrinsic completed successfully.
|
|
63
|
+
**/
|
|
64
|
+
ExtrinsicSuccess: GenericPalletEvent<Rv, 'System', 'ExtrinsicSuccess', { dispatchInfo: DispatchInfo }>;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* An extrinsic failed.
|
|
68
|
+
**/
|
|
69
|
+
ExtrinsicFailed: GenericPalletEvent<
|
|
70
|
+
Rv,
|
|
71
|
+
'System',
|
|
72
|
+
'ExtrinsicFailed',
|
|
73
|
+
{ dispatchError: DispatchError; dispatchInfo: DispatchInfo }
|
|
74
|
+
>;
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* `:code` was updated.
|
|
78
|
+
**/
|
|
79
|
+
CodeUpdated: GenericPalletEvent<Rv, 'System', 'CodeUpdated', null>;
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* A new account was created.
|
|
83
|
+
**/
|
|
84
|
+
NewAccount: GenericPalletEvent<Rv, 'System', 'NewAccount', { account: AccountId32 }>;
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* An account was reaped.
|
|
88
|
+
**/
|
|
89
|
+
KilledAccount: GenericPalletEvent<Rv, 'System', 'KilledAccount', { account: AccountId32 }>;
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* On on-chain remark happened.
|
|
93
|
+
**/
|
|
94
|
+
Remarked: GenericPalletEvent<Rv, 'System', 'Remarked', { sender: AccountId32; hash: H256 }>;
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* An upgrade was authorized.
|
|
98
|
+
**/
|
|
99
|
+
UpgradeAuthorized: GenericPalletEvent<Rv, 'System', 'UpgradeAuthorized', { codeHash: H256; checkVersion: boolean }>;
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Generic pallet event
|
|
103
|
+
**/
|
|
104
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
105
|
+
};
|
|
106
|
+
/**
|
|
107
|
+
* Pallet `Indices`'s events
|
|
108
|
+
**/
|
|
109
|
+
indices: {
|
|
110
|
+
/**
|
|
111
|
+
* A account index was assigned.
|
|
112
|
+
**/
|
|
113
|
+
IndexAssigned: GenericPalletEvent<Rv, 'Indices', 'IndexAssigned', { who: AccountId32; index: number }>;
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* A account index has been freed up (unassigned).
|
|
117
|
+
**/
|
|
118
|
+
IndexFreed: GenericPalletEvent<Rv, 'Indices', 'IndexFreed', { index: number }>;
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* A account index has been frozen to its current account ID.
|
|
122
|
+
**/
|
|
123
|
+
IndexFrozen: GenericPalletEvent<Rv, 'Indices', 'IndexFrozen', { index: number; who: AccountId32 }>;
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* Generic pallet event
|
|
127
|
+
**/
|
|
128
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* Pallet `Balances`'s events
|
|
132
|
+
**/
|
|
133
|
+
balances: {
|
|
134
|
+
/**
|
|
135
|
+
* An account was created with some free balance.
|
|
136
|
+
**/
|
|
137
|
+
Endowed: GenericPalletEvent<Rv, 'Balances', 'Endowed', { account: AccountId32; freeBalance: bigint }>;
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* An account was removed whose balance was non-zero but below ExistentialDeposit,
|
|
141
|
+
* resulting in an outright loss.
|
|
142
|
+
**/
|
|
143
|
+
DustLost: GenericPalletEvent<Rv, 'Balances', 'DustLost', { account: AccountId32; amount: bigint }>;
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* Transfer succeeded.
|
|
147
|
+
**/
|
|
148
|
+
Transfer: GenericPalletEvent<Rv, 'Balances', 'Transfer', { from: AccountId32; to: AccountId32; amount: bigint }>;
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* A balance was set by root.
|
|
152
|
+
**/
|
|
153
|
+
BalanceSet: GenericPalletEvent<Rv, 'Balances', 'BalanceSet', { who: AccountId32; free: bigint }>;
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* Some balance was reserved (moved from free to reserved).
|
|
157
|
+
**/
|
|
158
|
+
Reserved: GenericPalletEvent<Rv, 'Balances', 'Reserved', { who: AccountId32; amount: bigint }>;
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* Some balance was unreserved (moved from reserved to free).
|
|
162
|
+
**/
|
|
163
|
+
Unreserved: GenericPalletEvent<Rv, 'Balances', 'Unreserved', { who: AccountId32; amount: bigint }>;
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* Some balance was moved from the reserve of the first account to the second account.
|
|
167
|
+
* Final argument indicates the destination balance type.
|
|
168
|
+
**/
|
|
169
|
+
ReserveRepatriated: GenericPalletEvent<
|
|
170
|
+
Rv,
|
|
171
|
+
'Balances',
|
|
172
|
+
'ReserveRepatriated',
|
|
173
|
+
{ from: AccountId32; to: AccountId32; amount: bigint; destinationStatus: FrameSupportTokensMiscBalanceStatus }
|
|
174
|
+
>;
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* Some amount was deposited (e.g. for transaction fees).
|
|
178
|
+
**/
|
|
179
|
+
Deposit: GenericPalletEvent<Rv, 'Balances', 'Deposit', { who: AccountId32; amount: bigint }>;
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Some amount was withdrawn from the account (e.g. for transaction fees).
|
|
183
|
+
**/
|
|
184
|
+
Withdraw: GenericPalletEvent<Rv, 'Balances', 'Withdraw', { who: AccountId32; amount: bigint }>;
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* Some amount was removed from the account (e.g. for misbehavior).
|
|
188
|
+
**/
|
|
189
|
+
Slashed: GenericPalletEvent<Rv, 'Balances', 'Slashed', { who: AccountId32; amount: bigint }>;
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* Some amount was minted into an account.
|
|
193
|
+
**/
|
|
194
|
+
Minted: GenericPalletEvent<Rv, 'Balances', 'Minted', { who: AccountId32; amount: bigint }>;
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Some amount was burned from an account.
|
|
198
|
+
**/
|
|
199
|
+
Burned: GenericPalletEvent<Rv, 'Balances', 'Burned', { who: AccountId32; amount: bigint }>;
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* Some amount was suspended from an account (it can be restored later).
|
|
203
|
+
**/
|
|
204
|
+
Suspended: GenericPalletEvent<Rv, 'Balances', 'Suspended', { who: AccountId32; amount: bigint }>;
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* Some amount was restored into an account.
|
|
208
|
+
**/
|
|
209
|
+
Restored: GenericPalletEvent<Rv, 'Balances', 'Restored', { who: AccountId32; amount: bigint }>;
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* An account was upgraded.
|
|
213
|
+
**/
|
|
214
|
+
Upgraded: GenericPalletEvent<Rv, 'Balances', 'Upgraded', { who: AccountId32 }>;
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* Total issuance was increased by `amount`, creating a credit to be balanced.
|
|
218
|
+
**/
|
|
219
|
+
Issued: GenericPalletEvent<Rv, 'Balances', 'Issued', { amount: bigint }>;
|
|
220
|
+
|
|
221
|
+
/**
|
|
222
|
+
* Total issuance was decreased by `amount`, creating a debt to be balanced.
|
|
223
|
+
**/
|
|
224
|
+
Rescinded: GenericPalletEvent<Rv, 'Balances', 'Rescinded', { amount: bigint }>;
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* Some balance was locked.
|
|
228
|
+
**/
|
|
229
|
+
Locked: GenericPalletEvent<Rv, 'Balances', 'Locked', { who: AccountId32; amount: bigint }>;
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* Some balance was unlocked.
|
|
233
|
+
**/
|
|
234
|
+
Unlocked: GenericPalletEvent<Rv, 'Balances', 'Unlocked', { who: AccountId32; amount: bigint }>;
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* Some balance was frozen.
|
|
238
|
+
**/
|
|
239
|
+
Frozen: GenericPalletEvent<Rv, 'Balances', 'Frozen', { who: AccountId32; amount: bigint }>;
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* Some balance was thawed.
|
|
243
|
+
**/
|
|
244
|
+
Thawed: GenericPalletEvent<Rv, 'Balances', 'Thawed', { who: AccountId32; amount: bigint }>;
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* The `TotalIssuance` was forcefully changed.
|
|
248
|
+
**/
|
|
249
|
+
TotalIssuanceForced: GenericPalletEvent<Rv, 'Balances', 'TotalIssuanceForced', { old: bigint; new: bigint }>;
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* Generic pallet event
|
|
253
|
+
**/
|
|
254
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
255
|
+
};
|
|
256
|
+
/**
|
|
257
|
+
* Pallet `Parameters`'s events
|
|
258
|
+
**/
|
|
259
|
+
parameters: {
|
|
260
|
+
/**
|
|
261
|
+
* A Parameter was set.
|
|
262
|
+
*
|
|
263
|
+
* Is also emitted when the value was not changed.
|
|
264
|
+
**/
|
|
265
|
+
Updated: GenericPalletEvent<
|
|
266
|
+
Rv,
|
|
267
|
+
'Parameters',
|
|
268
|
+
'Updated',
|
|
269
|
+
{
|
|
270
|
+
/**
|
|
271
|
+
* The key that was updated.
|
|
272
|
+
**/
|
|
273
|
+
key: RococoRuntimeRuntimeParametersKey;
|
|
274
|
+
|
|
275
|
+
/**
|
|
276
|
+
* The old value before this call.
|
|
277
|
+
**/
|
|
278
|
+
oldValue?: RococoRuntimeRuntimeParametersValue | undefined;
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* The new value after this call.
|
|
282
|
+
**/
|
|
283
|
+
newValue?: RococoRuntimeRuntimeParametersValue | undefined;
|
|
284
|
+
}
|
|
285
|
+
>;
|
|
286
|
+
|
|
287
|
+
/**
|
|
288
|
+
* Generic pallet event
|
|
289
|
+
**/
|
|
290
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
291
|
+
};
|
|
292
|
+
/**
|
|
293
|
+
* Pallet `TransactionPayment`'s events
|
|
294
|
+
**/
|
|
295
|
+
transactionPayment: {
|
|
296
|
+
/**
|
|
297
|
+
* A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
|
|
298
|
+
* has been paid by `who`.
|
|
299
|
+
**/
|
|
300
|
+
TransactionFeePaid: GenericPalletEvent<
|
|
301
|
+
Rv,
|
|
302
|
+
'TransactionPayment',
|
|
303
|
+
'TransactionFeePaid',
|
|
304
|
+
{ who: AccountId32; actualFee: bigint; tip: bigint }
|
|
305
|
+
>;
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* Generic pallet event
|
|
309
|
+
**/
|
|
310
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
311
|
+
};
|
|
312
|
+
/**
|
|
313
|
+
* Pallet `Offences`'s events
|
|
314
|
+
**/
|
|
315
|
+
offences: {
|
|
316
|
+
/**
|
|
317
|
+
* There is an offence reported of the given `kind` happened at the `session_index` and
|
|
318
|
+
* (kind-specific) time slot. This event is not deposited for duplicate slashes.
|
|
319
|
+
* \[kind, timeslot\].
|
|
320
|
+
**/
|
|
321
|
+
Offence: GenericPalletEvent<Rv, 'Offences', 'Offence', { kind: FixedBytes<16>; timeslot: Bytes }>;
|
|
322
|
+
|
|
323
|
+
/**
|
|
324
|
+
* Generic pallet event
|
|
325
|
+
**/
|
|
326
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
327
|
+
};
|
|
328
|
+
/**
|
|
329
|
+
* Pallet `Session`'s events
|
|
330
|
+
**/
|
|
331
|
+
session: {
|
|
332
|
+
/**
|
|
333
|
+
* New session has happened. Note that the argument is the session index, not the
|
|
334
|
+
* block number as the type might suggest.
|
|
335
|
+
**/
|
|
336
|
+
NewSession: GenericPalletEvent<Rv, 'Session', 'NewSession', { sessionIndex: number }>;
|
|
337
|
+
|
|
338
|
+
/**
|
|
339
|
+
* Generic pallet event
|
|
340
|
+
**/
|
|
341
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
342
|
+
};
|
|
343
|
+
/**
|
|
344
|
+
* Pallet `Grandpa`'s events
|
|
345
|
+
**/
|
|
346
|
+
grandpa: {
|
|
347
|
+
/**
|
|
348
|
+
* New authority set has been applied.
|
|
349
|
+
**/
|
|
350
|
+
NewAuthorities: GenericPalletEvent<
|
|
351
|
+
Rv,
|
|
352
|
+
'Grandpa',
|
|
353
|
+
'NewAuthorities',
|
|
354
|
+
{ authoritySet: Array<[SpConsensusGrandpaAppPublic, bigint]> }
|
|
355
|
+
>;
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* Current authority set has been paused.
|
|
359
|
+
**/
|
|
360
|
+
Paused: GenericPalletEvent<Rv, 'Grandpa', 'Paused', null>;
|
|
361
|
+
|
|
362
|
+
/**
|
|
363
|
+
* Current authority set has been resumed.
|
|
364
|
+
**/
|
|
365
|
+
Resumed: GenericPalletEvent<Rv, 'Grandpa', 'Resumed', null>;
|
|
366
|
+
|
|
367
|
+
/**
|
|
368
|
+
* Generic pallet event
|
|
369
|
+
**/
|
|
370
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
371
|
+
};
|
|
372
|
+
/**
|
|
373
|
+
* Pallet `Treasury`'s events
|
|
374
|
+
**/
|
|
375
|
+
treasury: {
|
|
376
|
+
/**
|
|
377
|
+
* New proposal.
|
|
378
|
+
**/
|
|
379
|
+
Proposed: GenericPalletEvent<Rv, 'Treasury', 'Proposed', { proposalIndex: number }>;
|
|
380
|
+
|
|
381
|
+
/**
|
|
382
|
+
* We have ended a spend period and will now allocate funds.
|
|
383
|
+
**/
|
|
384
|
+
Spending: GenericPalletEvent<Rv, 'Treasury', 'Spending', { budgetRemaining: bigint }>;
|
|
385
|
+
|
|
386
|
+
/**
|
|
387
|
+
* Some funds have been allocated.
|
|
388
|
+
**/
|
|
389
|
+
Awarded: GenericPalletEvent<
|
|
390
|
+
Rv,
|
|
391
|
+
'Treasury',
|
|
392
|
+
'Awarded',
|
|
393
|
+
{ proposalIndex: number; award: bigint; account: AccountId32 }
|
|
394
|
+
>;
|
|
395
|
+
|
|
396
|
+
/**
|
|
397
|
+
* A proposal was rejected; funds were slashed.
|
|
398
|
+
**/
|
|
399
|
+
Rejected: GenericPalletEvent<Rv, 'Treasury', 'Rejected', { proposalIndex: number; slashed: bigint }>;
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* Some of our funds have been burnt.
|
|
403
|
+
**/
|
|
404
|
+
Burnt: GenericPalletEvent<Rv, 'Treasury', 'Burnt', { burntFunds: bigint }>;
|
|
405
|
+
|
|
406
|
+
/**
|
|
407
|
+
* Spending has finished; this is the amount that rolls over until next spend.
|
|
408
|
+
**/
|
|
409
|
+
Rollover: GenericPalletEvent<Rv, 'Treasury', 'Rollover', { rolloverBalance: bigint }>;
|
|
410
|
+
|
|
411
|
+
/**
|
|
412
|
+
* Some funds have been deposited.
|
|
413
|
+
**/
|
|
414
|
+
Deposit: GenericPalletEvent<Rv, 'Treasury', 'Deposit', { value: bigint }>;
|
|
415
|
+
|
|
416
|
+
/**
|
|
417
|
+
* A new spend proposal has been approved.
|
|
418
|
+
**/
|
|
419
|
+
SpendApproved: GenericPalletEvent<
|
|
420
|
+
Rv,
|
|
421
|
+
'Treasury',
|
|
422
|
+
'SpendApproved',
|
|
423
|
+
{ proposalIndex: number; amount: bigint; beneficiary: AccountId32 }
|
|
424
|
+
>;
|
|
425
|
+
|
|
426
|
+
/**
|
|
427
|
+
* The inactive funds of the pallet have been updated.
|
|
428
|
+
**/
|
|
429
|
+
UpdatedInactive: GenericPalletEvent<
|
|
430
|
+
Rv,
|
|
431
|
+
'Treasury',
|
|
432
|
+
'UpdatedInactive',
|
|
433
|
+
{ reactivated: bigint; deactivated: bigint }
|
|
434
|
+
>;
|
|
435
|
+
|
|
436
|
+
/**
|
|
437
|
+
* A new asset spend proposal has been approved.
|
|
438
|
+
**/
|
|
439
|
+
AssetSpendApproved: GenericPalletEvent<
|
|
440
|
+
Rv,
|
|
441
|
+
'Treasury',
|
|
442
|
+
'AssetSpendApproved',
|
|
443
|
+
{
|
|
444
|
+
index: number;
|
|
445
|
+
assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset;
|
|
446
|
+
amount: bigint;
|
|
447
|
+
beneficiary: XcmVersionedLocation;
|
|
448
|
+
validFrom: number;
|
|
449
|
+
expireAt: number;
|
|
450
|
+
}
|
|
451
|
+
>;
|
|
452
|
+
|
|
453
|
+
/**
|
|
454
|
+
* An approved spend was voided.
|
|
455
|
+
**/
|
|
456
|
+
AssetSpendVoided: GenericPalletEvent<Rv, 'Treasury', 'AssetSpendVoided', { index: number }>;
|
|
457
|
+
|
|
458
|
+
/**
|
|
459
|
+
* A payment happened.
|
|
460
|
+
**/
|
|
461
|
+
Paid: GenericPalletEvent<Rv, 'Treasury', 'Paid', { index: number; paymentId: bigint }>;
|
|
462
|
+
|
|
463
|
+
/**
|
|
464
|
+
* A payment failed and can be retried.
|
|
465
|
+
**/
|
|
466
|
+
PaymentFailed: GenericPalletEvent<Rv, 'Treasury', 'PaymentFailed', { index: number; paymentId: bigint }>;
|
|
467
|
+
|
|
468
|
+
/**
|
|
469
|
+
* A spend was processed and removed from the storage. It might have been successfully
|
|
470
|
+
* paid or it may have expired.
|
|
471
|
+
**/
|
|
472
|
+
SpendProcessed: GenericPalletEvent<Rv, 'Treasury', 'SpendProcessed', { index: number }>;
|
|
473
|
+
|
|
474
|
+
/**
|
|
475
|
+
* Generic pallet event
|
|
476
|
+
**/
|
|
477
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
478
|
+
};
|
|
479
|
+
/**
|
|
480
|
+
* Pallet `ConvictionVoting`'s events
|
|
481
|
+
**/
|
|
482
|
+
convictionVoting: {
|
|
483
|
+
/**
|
|
484
|
+
* An account has delegated their vote to another account. \[who, target\]
|
|
485
|
+
**/
|
|
486
|
+
Delegated: GenericPalletEvent<Rv, 'ConvictionVoting', 'Delegated', [AccountId32, AccountId32]>;
|
|
487
|
+
|
|
488
|
+
/**
|
|
489
|
+
* An \[account\] has cancelled a previous delegation operation.
|
|
490
|
+
**/
|
|
491
|
+
Undelegated: GenericPalletEvent<Rv, 'ConvictionVoting', 'Undelegated', AccountId32>;
|
|
492
|
+
|
|
493
|
+
/**
|
|
494
|
+
* Generic pallet event
|
|
495
|
+
**/
|
|
496
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
497
|
+
};
|
|
498
|
+
/**
|
|
499
|
+
* Pallet `Referenda`'s events
|
|
500
|
+
**/
|
|
501
|
+
referenda: {
|
|
502
|
+
/**
|
|
503
|
+
* A referendum has been submitted.
|
|
504
|
+
**/
|
|
505
|
+
Submitted: GenericPalletEvent<
|
|
506
|
+
Rv,
|
|
507
|
+
'Referenda',
|
|
508
|
+
'Submitted',
|
|
509
|
+
{
|
|
510
|
+
/**
|
|
511
|
+
* Index of the referendum.
|
|
512
|
+
**/
|
|
513
|
+
index: number;
|
|
514
|
+
|
|
515
|
+
/**
|
|
516
|
+
* The track (and by extension proposal dispatch origin) of this referendum.
|
|
517
|
+
**/
|
|
518
|
+
track: number;
|
|
519
|
+
|
|
520
|
+
/**
|
|
521
|
+
* The proposal for the referendum.
|
|
522
|
+
**/
|
|
523
|
+
proposal: FrameSupportPreimagesBounded;
|
|
524
|
+
}
|
|
525
|
+
>;
|
|
526
|
+
|
|
527
|
+
/**
|
|
528
|
+
* The decision deposit has been placed.
|
|
529
|
+
**/
|
|
530
|
+
DecisionDepositPlaced: GenericPalletEvent<
|
|
531
|
+
Rv,
|
|
532
|
+
'Referenda',
|
|
533
|
+
'DecisionDepositPlaced',
|
|
534
|
+
{
|
|
535
|
+
/**
|
|
536
|
+
* Index of the referendum.
|
|
537
|
+
**/
|
|
538
|
+
index: number;
|
|
539
|
+
|
|
540
|
+
/**
|
|
541
|
+
* The account who placed the deposit.
|
|
542
|
+
**/
|
|
543
|
+
who: AccountId32;
|
|
544
|
+
|
|
545
|
+
/**
|
|
546
|
+
* The amount placed by the account.
|
|
547
|
+
**/
|
|
548
|
+
amount: bigint;
|
|
549
|
+
}
|
|
550
|
+
>;
|
|
551
|
+
|
|
552
|
+
/**
|
|
553
|
+
* The decision deposit has been refunded.
|
|
554
|
+
**/
|
|
555
|
+
DecisionDepositRefunded: GenericPalletEvent<
|
|
556
|
+
Rv,
|
|
557
|
+
'Referenda',
|
|
558
|
+
'DecisionDepositRefunded',
|
|
559
|
+
{
|
|
560
|
+
/**
|
|
561
|
+
* Index of the referendum.
|
|
562
|
+
**/
|
|
563
|
+
index: number;
|
|
564
|
+
|
|
565
|
+
/**
|
|
566
|
+
* The account who placed the deposit.
|
|
567
|
+
**/
|
|
568
|
+
who: AccountId32;
|
|
569
|
+
|
|
570
|
+
/**
|
|
571
|
+
* The amount placed by the account.
|
|
572
|
+
**/
|
|
573
|
+
amount: bigint;
|
|
574
|
+
}
|
|
575
|
+
>;
|
|
576
|
+
|
|
577
|
+
/**
|
|
578
|
+
* A deposit has been slashed.
|
|
579
|
+
**/
|
|
580
|
+
DepositSlashed: GenericPalletEvent<
|
|
581
|
+
Rv,
|
|
582
|
+
'Referenda',
|
|
583
|
+
'DepositSlashed',
|
|
584
|
+
{
|
|
585
|
+
/**
|
|
586
|
+
* The account who placed the deposit.
|
|
587
|
+
**/
|
|
588
|
+
who: AccountId32;
|
|
589
|
+
|
|
590
|
+
/**
|
|
591
|
+
* The amount placed by the account.
|
|
592
|
+
**/
|
|
593
|
+
amount: bigint;
|
|
594
|
+
}
|
|
595
|
+
>;
|
|
596
|
+
|
|
597
|
+
/**
|
|
598
|
+
* A referendum has moved into the deciding phase.
|
|
599
|
+
**/
|
|
600
|
+
DecisionStarted: GenericPalletEvent<
|
|
601
|
+
Rv,
|
|
602
|
+
'Referenda',
|
|
603
|
+
'DecisionStarted',
|
|
604
|
+
{
|
|
605
|
+
/**
|
|
606
|
+
* Index of the referendum.
|
|
607
|
+
**/
|
|
608
|
+
index: number;
|
|
609
|
+
|
|
610
|
+
/**
|
|
611
|
+
* The track (and by extension proposal dispatch origin) of this referendum.
|
|
612
|
+
**/
|
|
613
|
+
track: number;
|
|
614
|
+
|
|
615
|
+
/**
|
|
616
|
+
* The proposal for the referendum.
|
|
617
|
+
**/
|
|
618
|
+
proposal: FrameSupportPreimagesBounded;
|
|
619
|
+
|
|
620
|
+
/**
|
|
621
|
+
* The current tally of votes in this referendum.
|
|
622
|
+
**/
|
|
623
|
+
tally: PalletConvictionVotingTally;
|
|
624
|
+
}
|
|
625
|
+
>;
|
|
626
|
+
ConfirmStarted: GenericPalletEvent<
|
|
627
|
+
Rv,
|
|
628
|
+
'Referenda',
|
|
629
|
+
'ConfirmStarted',
|
|
630
|
+
{
|
|
631
|
+
/**
|
|
632
|
+
* Index of the referendum.
|
|
633
|
+
**/
|
|
634
|
+
index: number;
|
|
635
|
+
}
|
|
636
|
+
>;
|
|
637
|
+
ConfirmAborted: GenericPalletEvent<
|
|
638
|
+
Rv,
|
|
639
|
+
'Referenda',
|
|
640
|
+
'ConfirmAborted',
|
|
641
|
+
{
|
|
642
|
+
/**
|
|
643
|
+
* Index of the referendum.
|
|
644
|
+
**/
|
|
645
|
+
index: number;
|
|
646
|
+
}
|
|
647
|
+
>;
|
|
648
|
+
|
|
649
|
+
/**
|
|
650
|
+
* A referendum has ended its confirmation phase and is ready for approval.
|
|
651
|
+
**/
|
|
652
|
+
Confirmed: GenericPalletEvent<
|
|
653
|
+
Rv,
|
|
654
|
+
'Referenda',
|
|
655
|
+
'Confirmed',
|
|
656
|
+
{
|
|
657
|
+
/**
|
|
658
|
+
* Index of the referendum.
|
|
659
|
+
**/
|
|
660
|
+
index: number;
|
|
661
|
+
|
|
662
|
+
/**
|
|
663
|
+
* The final tally of votes in this referendum.
|
|
664
|
+
**/
|
|
665
|
+
tally: PalletConvictionVotingTally;
|
|
666
|
+
}
|
|
667
|
+
>;
|
|
668
|
+
|
|
669
|
+
/**
|
|
670
|
+
* A referendum has been approved and its proposal has been scheduled.
|
|
671
|
+
**/
|
|
672
|
+
Approved: GenericPalletEvent<
|
|
673
|
+
Rv,
|
|
674
|
+
'Referenda',
|
|
675
|
+
'Approved',
|
|
676
|
+
{
|
|
677
|
+
/**
|
|
678
|
+
* Index of the referendum.
|
|
679
|
+
**/
|
|
680
|
+
index: number;
|
|
681
|
+
}
|
|
682
|
+
>;
|
|
683
|
+
|
|
684
|
+
/**
|
|
685
|
+
* A proposal has been rejected by referendum.
|
|
686
|
+
**/
|
|
687
|
+
Rejected: GenericPalletEvent<
|
|
688
|
+
Rv,
|
|
689
|
+
'Referenda',
|
|
690
|
+
'Rejected',
|
|
691
|
+
{
|
|
692
|
+
/**
|
|
693
|
+
* Index of the referendum.
|
|
694
|
+
**/
|
|
695
|
+
index: number;
|
|
696
|
+
|
|
697
|
+
/**
|
|
698
|
+
* The final tally of votes in this referendum.
|
|
699
|
+
**/
|
|
700
|
+
tally: PalletConvictionVotingTally;
|
|
701
|
+
}
|
|
702
|
+
>;
|
|
703
|
+
|
|
704
|
+
/**
|
|
705
|
+
* A referendum has been timed out without being decided.
|
|
706
|
+
**/
|
|
707
|
+
TimedOut: GenericPalletEvent<
|
|
708
|
+
Rv,
|
|
709
|
+
'Referenda',
|
|
710
|
+
'TimedOut',
|
|
711
|
+
{
|
|
712
|
+
/**
|
|
713
|
+
* Index of the referendum.
|
|
714
|
+
**/
|
|
715
|
+
index: number;
|
|
716
|
+
|
|
717
|
+
/**
|
|
718
|
+
* The final tally of votes in this referendum.
|
|
719
|
+
**/
|
|
720
|
+
tally: PalletConvictionVotingTally;
|
|
721
|
+
}
|
|
722
|
+
>;
|
|
723
|
+
|
|
724
|
+
/**
|
|
725
|
+
* A referendum has been cancelled.
|
|
726
|
+
**/
|
|
727
|
+
Cancelled: GenericPalletEvent<
|
|
728
|
+
Rv,
|
|
729
|
+
'Referenda',
|
|
730
|
+
'Cancelled',
|
|
731
|
+
{
|
|
732
|
+
/**
|
|
733
|
+
* Index of the referendum.
|
|
734
|
+
**/
|
|
735
|
+
index: number;
|
|
736
|
+
|
|
737
|
+
/**
|
|
738
|
+
* The final tally of votes in this referendum.
|
|
739
|
+
**/
|
|
740
|
+
tally: PalletConvictionVotingTally;
|
|
741
|
+
}
|
|
742
|
+
>;
|
|
743
|
+
|
|
744
|
+
/**
|
|
745
|
+
* A referendum has been killed.
|
|
746
|
+
**/
|
|
747
|
+
Killed: GenericPalletEvent<
|
|
748
|
+
Rv,
|
|
749
|
+
'Referenda',
|
|
750
|
+
'Killed',
|
|
751
|
+
{
|
|
752
|
+
/**
|
|
753
|
+
* Index of the referendum.
|
|
754
|
+
**/
|
|
755
|
+
index: number;
|
|
756
|
+
|
|
757
|
+
/**
|
|
758
|
+
* The final tally of votes in this referendum.
|
|
759
|
+
**/
|
|
760
|
+
tally: PalletConvictionVotingTally;
|
|
761
|
+
}
|
|
762
|
+
>;
|
|
763
|
+
|
|
764
|
+
/**
|
|
765
|
+
* The submission deposit has been refunded.
|
|
766
|
+
**/
|
|
767
|
+
SubmissionDepositRefunded: GenericPalletEvent<
|
|
768
|
+
Rv,
|
|
769
|
+
'Referenda',
|
|
770
|
+
'SubmissionDepositRefunded',
|
|
771
|
+
{
|
|
772
|
+
/**
|
|
773
|
+
* Index of the referendum.
|
|
774
|
+
**/
|
|
775
|
+
index: number;
|
|
776
|
+
|
|
777
|
+
/**
|
|
778
|
+
* The account who placed the deposit.
|
|
779
|
+
**/
|
|
780
|
+
who: AccountId32;
|
|
781
|
+
|
|
782
|
+
/**
|
|
783
|
+
* The amount placed by the account.
|
|
784
|
+
**/
|
|
785
|
+
amount: bigint;
|
|
786
|
+
}
|
|
787
|
+
>;
|
|
788
|
+
|
|
789
|
+
/**
|
|
790
|
+
* Metadata for a referendum has been set.
|
|
791
|
+
**/
|
|
792
|
+
MetadataSet: GenericPalletEvent<
|
|
793
|
+
Rv,
|
|
794
|
+
'Referenda',
|
|
795
|
+
'MetadataSet',
|
|
796
|
+
{
|
|
797
|
+
/**
|
|
798
|
+
* Index of the referendum.
|
|
799
|
+
**/
|
|
800
|
+
index: number;
|
|
801
|
+
|
|
802
|
+
/**
|
|
803
|
+
* Preimage hash.
|
|
804
|
+
**/
|
|
805
|
+
hash: H256;
|
|
806
|
+
}
|
|
807
|
+
>;
|
|
808
|
+
|
|
809
|
+
/**
|
|
810
|
+
* Metadata for a referendum has been cleared.
|
|
811
|
+
**/
|
|
812
|
+
MetadataCleared: GenericPalletEvent<
|
|
813
|
+
Rv,
|
|
814
|
+
'Referenda',
|
|
815
|
+
'MetadataCleared',
|
|
816
|
+
{
|
|
817
|
+
/**
|
|
818
|
+
* Index of the referendum.
|
|
819
|
+
**/
|
|
820
|
+
index: number;
|
|
821
|
+
|
|
822
|
+
/**
|
|
823
|
+
* Preimage hash.
|
|
824
|
+
**/
|
|
825
|
+
hash: H256;
|
|
826
|
+
}
|
|
827
|
+
>;
|
|
828
|
+
|
|
829
|
+
/**
|
|
830
|
+
* Generic pallet event
|
|
831
|
+
**/
|
|
832
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
833
|
+
};
|
|
834
|
+
/**
|
|
835
|
+
* Pallet `FellowshipCollective`'s events
|
|
836
|
+
**/
|
|
837
|
+
fellowshipCollective: {
|
|
838
|
+
/**
|
|
839
|
+
* A member `who` has been added.
|
|
840
|
+
**/
|
|
841
|
+
MemberAdded: GenericPalletEvent<Rv, 'FellowshipCollective', 'MemberAdded', { who: AccountId32 }>;
|
|
842
|
+
|
|
843
|
+
/**
|
|
844
|
+
* The member `who`se rank has been changed to the given `rank`.
|
|
845
|
+
**/
|
|
846
|
+
RankChanged: GenericPalletEvent<Rv, 'FellowshipCollective', 'RankChanged', { who: AccountId32; rank: number }>;
|
|
847
|
+
|
|
848
|
+
/**
|
|
849
|
+
* The member `who` of given `rank` has been removed from the collective.
|
|
850
|
+
**/
|
|
851
|
+
MemberRemoved: GenericPalletEvent<Rv, 'FellowshipCollective', 'MemberRemoved', { who: AccountId32; rank: number }>;
|
|
852
|
+
|
|
853
|
+
/**
|
|
854
|
+
* The member `who` has voted for the `poll` with the given `vote` leading to an updated
|
|
855
|
+
* `tally`.
|
|
856
|
+
**/
|
|
857
|
+
Voted: GenericPalletEvent<
|
|
858
|
+
Rv,
|
|
859
|
+
'FellowshipCollective',
|
|
860
|
+
'Voted',
|
|
861
|
+
{ who: AccountId32; poll: number; vote: PalletRankedCollectiveVoteRecord; tally: PalletRankedCollectiveTally }
|
|
862
|
+
>;
|
|
863
|
+
|
|
864
|
+
/**
|
|
865
|
+
* The member `who` had their `AccountId` changed to `new_who`.
|
|
866
|
+
**/
|
|
867
|
+
MemberExchanged: GenericPalletEvent<
|
|
868
|
+
Rv,
|
|
869
|
+
'FellowshipCollective',
|
|
870
|
+
'MemberExchanged',
|
|
871
|
+
{ who: AccountId32; newWho: AccountId32 }
|
|
872
|
+
>;
|
|
873
|
+
|
|
874
|
+
/**
|
|
875
|
+
* Generic pallet event
|
|
876
|
+
**/
|
|
877
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
878
|
+
};
|
|
879
|
+
/**
|
|
880
|
+
* Pallet `FellowshipReferenda`'s events
|
|
881
|
+
**/
|
|
882
|
+
fellowshipReferenda: {
|
|
883
|
+
/**
|
|
884
|
+
* A referendum has been submitted.
|
|
885
|
+
**/
|
|
886
|
+
Submitted: GenericPalletEvent<
|
|
887
|
+
Rv,
|
|
888
|
+
'FellowshipReferenda',
|
|
889
|
+
'Submitted',
|
|
890
|
+
{
|
|
891
|
+
/**
|
|
892
|
+
* Index of the referendum.
|
|
893
|
+
**/
|
|
894
|
+
index: number;
|
|
895
|
+
|
|
896
|
+
/**
|
|
897
|
+
* The track (and by extension proposal dispatch origin) of this referendum.
|
|
898
|
+
**/
|
|
899
|
+
track: number;
|
|
900
|
+
|
|
901
|
+
/**
|
|
902
|
+
* The proposal for the referendum.
|
|
903
|
+
**/
|
|
904
|
+
proposal: FrameSupportPreimagesBounded;
|
|
905
|
+
}
|
|
906
|
+
>;
|
|
907
|
+
|
|
908
|
+
/**
|
|
909
|
+
* The decision deposit has been placed.
|
|
910
|
+
**/
|
|
911
|
+
DecisionDepositPlaced: GenericPalletEvent<
|
|
912
|
+
Rv,
|
|
913
|
+
'FellowshipReferenda',
|
|
914
|
+
'DecisionDepositPlaced',
|
|
915
|
+
{
|
|
916
|
+
/**
|
|
917
|
+
* Index of the referendum.
|
|
918
|
+
**/
|
|
919
|
+
index: number;
|
|
920
|
+
|
|
921
|
+
/**
|
|
922
|
+
* The account who placed the deposit.
|
|
923
|
+
**/
|
|
924
|
+
who: AccountId32;
|
|
925
|
+
|
|
926
|
+
/**
|
|
927
|
+
* The amount placed by the account.
|
|
928
|
+
**/
|
|
929
|
+
amount: bigint;
|
|
930
|
+
}
|
|
931
|
+
>;
|
|
932
|
+
|
|
933
|
+
/**
|
|
934
|
+
* The decision deposit has been refunded.
|
|
935
|
+
**/
|
|
936
|
+
DecisionDepositRefunded: GenericPalletEvent<
|
|
937
|
+
Rv,
|
|
938
|
+
'FellowshipReferenda',
|
|
939
|
+
'DecisionDepositRefunded',
|
|
940
|
+
{
|
|
941
|
+
/**
|
|
942
|
+
* Index of the referendum.
|
|
943
|
+
**/
|
|
944
|
+
index: number;
|
|
945
|
+
|
|
946
|
+
/**
|
|
947
|
+
* The account who placed the deposit.
|
|
948
|
+
**/
|
|
949
|
+
who: AccountId32;
|
|
950
|
+
|
|
951
|
+
/**
|
|
952
|
+
* The amount placed by the account.
|
|
953
|
+
**/
|
|
954
|
+
amount: bigint;
|
|
955
|
+
}
|
|
956
|
+
>;
|
|
957
|
+
|
|
958
|
+
/**
|
|
959
|
+
* A deposit has been slashed.
|
|
960
|
+
**/
|
|
961
|
+
DepositSlashed: GenericPalletEvent<
|
|
962
|
+
Rv,
|
|
963
|
+
'FellowshipReferenda',
|
|
964
|
+
'DepositSlashed',
|
|
965
|
+
{
|
|
966
|
+
/**
|
|
967
|
+
* The account who placed the deposit.
|
|
968
|
+
**/
|
|
969
|
+
who: AccountId32;
|
|
970
|
+
|
|
971
|
+
/**
|
|
972
|
+
* The amount placed by the account.
|
|
973
|
+
**/
|
|
974
|
+
amount: bigint;
|
|
975
|
+
}
|
|
976
|
+
>;
|
|
977
|
+
|
|
978
|
+
/**
|
|
979
|
+
* A referendum has moved into the deciding phase.
|
|
980
|
+
**/
|
|
981
|
+
DecisionStarted: GenericPalletEvent<
|
|
982
|
+
Rv,
|
|
983
|
+
'FellowshipReferenda',
|
|
984
|
+
'DecisionStarted',
|
|
985
|
+
{
|
|
986
|
+
/**
|
|
987
|
+
* Index of the referendum.
|
|
988
|
+
**/
|
|
989
|
+
index: number;
|
|
990
|
+
|
|
991
|
+
/**
|
|
992
|
+
* The track (and by extension proposal dispatch origin) of this referendum.
|
|
993
|
+
**/
|
|
994
|
+
track: number;
|
|
995
|
+
|
|
996
|
+
/**
|
|
997
|
+
* The proposal for the referendum.
|
|
998
|
+
**/
|
|
999
|
+
proposal: FrameSupportPreimagesBounded;
|
|
1000
|
+
|
|
1001
|
+
/**
|
|
1002
|
+
* The current tally of votes in this referendum.
|
|
1003
|
+
**/
|
|
1004
|
+
tally: PalletRankedCollectiveTally;
|
|
1005
|
+
}
|
|
1006
|
+
>;
|
|
1007
|
+
ConfirmStarted: GenericPalletEvent<
|
|
1008
|
+
Rv,
|
|
1009
|
+
'FellowshipReferenda',
|
|
1010
|
+
'ConfirmStarted',
|
|
1011
|
+
{
|
|
1012
|
+
/**
|
|
1013
|
+
* Index of the referendum.
|
|
1014
|
+
**/
|
|
1015
|
+
index: number;
|
|
1016
|
+
}
|
|
1017
|
+
>;
|
|
1018
|
+
ConfirmAborted: GenericPalletEvent<
|
|
1019
|
+
Rv,
|
|
1020
|
+
'FellowshipReferenda',
|
|
1021
|
+
'ConfirmAborted',
|
|
1022
|
+
{
|
|
1023
|
+
/**
|
|
1024
|
+
* Index of the referendum.
|
|
1025
|
+
**/
|
|
1026
|
+
index: number;
|
|
1027
|
+
}
|
|
1028
|
+
>;
|
|
1029
|
+
|
|
1030
|
+
/**
|
|
1031
|
+
* A referendum has ended its confirmation phase and is ready for approval.
|
|
1032
|
+
**/
|
|
1033
|
+
Confirmed: GenericPalletEvent<
|
|
1034
|
+
Rv,
|
|
1035
|
+
'FellowshipReferenda',
|
|
1036
|
+
'Confirmed',
|
|
1037
|
+
{
|
|
1038
|
+
/**
|
|
1039
|
+
* Index of the referendum.
|
|
1040
|
+
**/
|
|
1041
|
+
index: number;
|
|
1042
|
+
|
|
1043
|
+
/**
|
|
1044
|
+
* The final tally of votes in this referendum.
|
|
1045
|
+
**/
|
|
1046
|
+
tally: PalletRankedCollectiveTally;
|
|
1047
|
+
}
|
|
1048
|
+
>;
|
|
1049
|
+
|
|
1050
|
+
/**
|
|
1051
|
+
* A referendum has been approved and its proposal has been scheduled.
|
|
1052
|
+
**/
|
|
1053
|
+
Approved: GenericPalletEvent<
|
|
1054
|
+
Rv,
|
|
1055
|
+
'FellowshipReferenda',
|
|
1056
|
+
'Approved',
|
|
1057
|
+
{
|
|
1058
|
+
/**
|
|
1059
|
+
* Index of the referendum.
|
|
1060
|
+
**/
|
|
1061
|
+
index: number;
|
|
1062
|
+
}
|
|
1063
|
+
>;
|
|
1064
|
+
|
|
1065
|
+
/**
|
|
1066
|
+
* A proposal has been rejected by referendum.
|
|
1067
|
+
**/
|
|
1068
|
+
Rejected: GenericPalletEvent<
|
|
1069
|
+
Rv,
|
|
1070
|
+
'FellowshipReferenda',
|
|
1071
|
+
'Rejected',
|
|
1072
|
+
{
|
|
1073
|
+
/**
|
|
1074
|
+
* Index of the referendum.
|
|
1075
|
+
**/
|
|
1076
|
+
index: number;
|
|
1077
|
+
|
|
1078
|
+
/**
|
|
1079
|
+
* The final tally of votes in this referendum.
|
|
1080
|
+
**/
|
|
1081
|
+
tally: PalletRankedCollectiveTally;
|
|
1082
|
+
}
|
|
1083
|
+
>;
|
|
1084
|
+
|
|
1085
|
+
/**
|
|
1086
|
+
* A referendum has been timed out without being decided.
|
|
1087
|
+
**/
|
|
1088
|
+
TimedOut: GenericPalletEvent<
|
|
1089
|
+
Rv,
|
|
1090
|
+
'FellowshipReferenda',
|
|
1091
|
+
'TimedOut',
|
|
1092
|
+
{
|
|
1093
|
+
/**
|
|
1094
|
+
* Index of the referendum.
|
|
1095
|
+
**/
|
|
1096
|
+
index: number;
|
|
1097
|
+
|
|
1098
|
+
/**
|
|
1099
|
+
* The final tally of votes in this referendum.
|
|
1100
|
+
**/
|
|
1101
|
+
tally: PalletRankedCollectiveTally;
|
|
1102
|
+
}
|
|
1103
|
+
>;
|
|
1104
|
+
|
|
1105
|
+
/**
|
|
1106
|
+
* A referendum has been cancelled.
|
|
1107
|
+
**/
|
|
1108
|
+
Cancelled: GenericPalletEvent<
|
|
1109
|
+
Rv,
|
|
1110
|
+
'FellowshipReferenda',
|
|
1111
|
+
'Cancelled',
|
|
1112
|
+
{
|
|
1113
|
+
/**
|
|
1114
|
+
* Index of the referendum.
|
|
1115
|
+
**/
|
|
1116
|
+
index: number;
|
|
1117
|
+
|
|
1118
|
+
/**
|
|
1119
|
+
* The final tally of votes in this referendum.
|
|
1120
|
+
**/
|
|
1121
|
+
tally: PalletRankedCollectiveTally;
|
|
1122
|
+
}
|
|
1123
|
+
>;
|
|
1124
|
+
|
|
1125
|
+
/**
|
|
1126
|
+
* A referendum has been killed.
|
|
1127
|
+
**/
|
|
1128
|
+
Killed: GenericPalletEvent<
|
|
1129
|
+
Rv,
|
|
1130
|
+
'FellowshipReferenda',
|
|
1131
|
+
'Killed',
|
|
1132
|
+
{
|
|
1133
|
+
/**
|
|
1134
|
+
* Index of the referendum.
|
|
1135
|
+
**/
|
|
1136
|
+
index: number;
|
|
1137
|
+
|
|
1138
|
+
/**
|
|
1139
|
+
* The final tally of votes in this referendum.
|
|
1140
|
+
**/
|
|
1141
|
+
tally: PalletRankedCollectiveTally;
|
|
1142
|
+
}
|
|
1143
|
+
>;
|
|
1144
|
+
|
|
1145
|
+
/**
|
|
1146
|
+
* The submission deposit has been refunded.
|
|
1147
|
+
**/
|
|
1148
|
+
SubmissionDepositRefunded: GenericPalletEvent<
|
|
1149
|
+
Rv,
|
|
1150
|
+
'FellowshipReferenda',
|
|
1151
|
+
'SubmissionDepositRefunded',
|
|
1152
|
+
{
|
|
1153
|
+
/**
|
|
1154
|
+
* Index of the referendum.
|
|
1155
|
+
**/
|
|
1156
|
+
index: number;
|
|
1157
|
+
|
|
1158
|
+
/**
|
|
1159
|
+
* The account who placed the deposit.
|
|
1160
|
+
**/
|
|
1161
|
+
who: AccountId32;
|
|
1162
|
+
|
|
1163
|
+
/**
|
|
1164
|
+
* The amount placed by the account.
|
|
1165
|
+
**/
|
|
1166
|
+
amount: bigint;
|
|
1167
|
+
}
|
|
1168
|
+
>;
|
|
1169
|
+
|
|
1170
|
+
/**
|
|
1171
|
+
* Metadata for a referendum has been set.
|
|
1172
|
+
**/
|
|
1173
|
+
MetadataSet: GenericPalletEvent<
|
|
1174
|
+
Rv,
|
|
1175
|
+
'FellowshipReferenda',
|
|
1176
|
+
'MetadataSet',
|
|
1177
|
+
{
|
|
1178
|
+
/**
|
|
1179
|
+
* Index of the referendum.
|
|
1180
|
+
**/
|
|
1181
|
+
index: number;
|
|
1182
|
+
|
|
1183
|
+
/**
|
|
1184
|
+
* Preimage hash.
|
|
1185
|
+
**/
|
|
1186
|
+
hash: H256;
|
|
1187
|
+
}
|
|
1188
|
+
>;
|
|
1189
|
+
|
|
1190
|
+
/**
|
|
1191
|
+
* Metadata for a referendum has been cleared.
|
|
1192
|
+
**/
|
|
1193
|
+
MetadataCleared: GenericPalletEvent<
|
|
1194
|
+
Rv,
|
|
1195
|
+
'FellowshipReferenda',
|
|
1196
|
+
'MetadataCleared',
|
|
1197
|
+
{
|
|
1198
|
+
/**
|
|
1199
|
+
* Index of the referendum.
|
|
1200
|
+
**/
|
|
1201
|
+
index: number;
|
|
1202
|
+
|
|
1203
|
+
/**
|
|
1204
|
+
* Preimage hash.
|
|
1205
|
+
**/
|
|
1206
|
+
hash: H256;
|
|
1207
|
+
}
|
|
1208
|
+
>;
|
|
1209
|
+
|
|
1210
|
+
/**
|
|
1211
|
+
* Generic pallet event
|
|
1212
|
+
**/
|
|
1213
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
1214
|
+
};
|
|
1215
|
+
/**
|
|
1216
|
+
* Pallet `Whitelist`'s events
|
|
1217
|
+
**/
|
|
1218
|
+
whitelist: {
|
|
1219
|
+
CallWhitelisted: GenericPalletEvent<Rv, 'Whitelist', 'CallWhitelisted', { callHash: H256 }>;
|
|
1220
|
+
WhitelistedCallRemoved: GenericPalletEvent<Rv, 'Whitelist', 'WhitelistedCallRemoved', { callHash: H256 }>;
|
|
1221
|
+
WhitelistedCallDispatched: GenericPalletEvent<
|
|
1222
|
+
Rv,
|
|
1223
|
+
'Whitelist',
|
|
1224
|
+
'WhitelistedCallDispatched',
|
|
1225
|
+
{ callHash: H256; result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo> }
|
|
1226
|
+
>;
|
|
1227
|
+
|
|
1228
|
+
/**
|
|
1229
|
+
* Generic pallet event
|
|
1230
|
+
**/
|
|
1231
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
1232
|
+
};
|
|
1233
|
+
/**
|
|
1234
|
+
* Pallet `Claims`'s events
|
|
1235
|
+
**/
|
|
1236
|
+
claims: {
|
|
1237
|
+
/**
|
|
1238
|
+
* Someone claimed some DOTs.
|
|
1239
|
+
**/
|
|
1240
|
+
Claimed: GenericPalletEvent<
|
|
1241
|
+
Rv,
|
|
1242
|
+
'Claims',
|
|
1243
|
+
'Claimed',
|
|
1244
|
+
{ who: AccountId32; ethereumAddress: EthereumAddress; amount: bigint }
|
|
1245
|
+
>;
|
|
1246
|
+
|
|
1247
|
+
/**
|
|
1248
|
+
* Generic pallet event
|
|
1249
|
+
**/
|
|
1250
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
1251
|
+
};
|
|
1252
|
+
/**
|
|
1253
|
+
* Pallet `Utility`'s events
|
|
1254
|
+
**/
|
|
1255
|
+
utility: {
|
|
1256
|
+
/**
|
|
1257
|
+
* Batch of dispatches did not complete fully. Index of first failing dispatch given, as
|
|
1258
|
+
* well as the error.
|
|
1259
|
+
**/
|
|
1260
|
+
BatchInterrupted: GenericPalletEvent<Rv, 'Utility', 'BatchInterrupted', { index: number; error: DispatchError }>;
|
|
1261
|
+
|
|
1262
|
+
/**
|
|
1263
|
+
* Batch of dispatches completed fully with no error.
|
|
1264
|
+
**/
|
|
1265
|
+
BatchCompleted: GenericPalletEvent<Rv, 'Utility', 'BatchCompleted', null>;
|
|
1266
|
+
|
|
1267
|
+
/**
|
|
1268
|
+
* Batch of dispatches completed but has errors.
|
|
1269
|
+
**/
|
|
1270
|
+
BatchCompletedWithErrors: GenericPalletEvent<Rv, 'Utility', 'BatchCompletedWithErrors', null>;
|
|
1271
|
+
|
|
1272
|
+
/**
|
|
1273
|
+
* A single item within a Batch of dispatches has completed with no error.
|
|
1274
|
+
**/
|
|
1275
|
+
ItemCompleted: GenericPalletEvent<Rv, 'Utility', 'ItemCompleted', null>;
|
|
1276
|
+
|
|
1277
|
+
/**
|
|
1278
|
+
* A single item within a Batch of dispatches has completed with error.
|
|
1279
|
+
**/
|
|
1280
|
+
ItemFailed: GenericPalletEvent<Rv, 'Utility', 'ItemFailed', { error: DispatchError }>;
|
|
1281
|
+
|
|
1282
|
+
/**
|
|
1283
|
+
* A call was dispatched.
|
|
1284
|
+
**/
|
|
1285
|
+
DispatchedAs: GenericPalletEvent<Rv, 'Utility', 'DispatchedAs', { result: Result<[], DispatchError> }>;
|
|
1286
|
+
|
|
1287
|
+
/**
|
|
1288
|
+
* Generic pallet event
|
|
1289
|
+
**/
|
|
1290
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
1291
|
+
};
|
|
1292
|
+
/**
|
|
1293
|
+
* Pallet `Identity`'s events
|
|
1294
|
+
**/
|
|
1295
|
+
identity: {
|
|
1296
|
+
/**
|
|
1297
|
+
* A name was set or reset (which will remove all judgements).
|
|
1298
|
+
**/
|
|
1299
|
+
IdentitySet: GenericPalletEvent<Rv, 'Identity', 'IdentitySet', { who: AccountId32 }>;
|
|
1300
|
+
|
|
1301
|
+
/**
|
|
1302
|
+
* A name was cleared, and the given balance returned.
|
|
1303
|
+
**/
|
|
1304
|
+
IdentityCleared: GenericPalletEvent<Rv, 'Identity', 'IdentityCleared', { who: AccountId32; deposit: bigint }>;
|
|
1305
|
+
|
|
1306
|
+
/**
|
|
1307
|
+
* A name was removed and the given balance slashed.
|
|
1308
|
+
**/
|
|
1309
|
+
IdentityKilled: GenericPalletEvent<Rv, 'Identity', 'IdentityKilled', { who: AccountId32; deposit: bigint }>;
|
|
1310
|
+
|
|
1311
|
+
/**
|
|
1312
|
+
* A judgement was asked from a registrar.
|
|
1313
|
+
**/
|
|
1314
|
+
JudgementRequested: GenericPalletEvent<
|
|
1315
|
+
Rv,
|
|
1316
|
+
'Identity',
|
|
1317
|
+
'JudgementRequested',
|
|
1318
|
+
{ who: AccountId32; registrarIndex: number }
|
|
1319
|
+
>;
|
|
1320
|
+
|
|
1321
|
+
/**
|
|
1322
|
+
* A judgement request was retracted.
|
|
1323
|
+
**/
|
|
1324
|
+
JudgementUnrequested: GenericPalletEvent<
|
|
1325
|
+
Rv,
|
|
1326
|
+
'Identity',
|
|
1327
|
+
'JudgementUnrequested',
|
|
1328
|
+
{ who: AccountId32; registrarIndex: number }
|
|
1329
|
+
>;
|
|
1330
|
+
|
|
1331
|
+
/**
|
|
1332
|
+
* A judgement was given by a registrar.
|
|
1333
|
+
**/
|
|
1334
|
+
JudgementGiven: GenericPalletEvent<
|
|
1335
|
+
Rv,
|
|
1336
|
+
'Identity',
|
|
1337
|
+
'JudgementGiven',
|
|
1338
|
+
{ target: AccountId32; registrarIndex: number }
|
|
1339
|
+
>;
|
|
1340
|
+
|
|
1341
|
+
/**
|
|
1342
|
+
* A registrar was added.
|
|
1343
|
+
**/
|
|
1344
|
+
RegistrarAdded: GenericPalletEvent<Rv, 'Identity', 'RegistrarAdded', { registrarIndex: number }>;
|
|
1345
|
+
|
|
1346
|
+
/**
|
|
1347
|
+
* A sub-identity was added to an identity and the deposit paid.
|
|
1348
|
+
**/
|
|
1349
|
+
SubIdentityAdded: GenericPalletEvent<
|
|
1350
|
+
Rv,
|
|
1351
|
+
'Identity',
|
|
1352
|
+
'SubIdentityAdded',
|
|
1353
|
+
{ sub: AccountId32; main: AccountId32; deposit: bigint }
|
|
1354
|
+
>;
|
|
1355
|
+
|
|
1356
|
+
/**
|
|
1357
|
+
* A sub-identity was removed from an identity and the deposit freed.
|
|
1358
|
+
**/
|
|
1359
|
+
SubIdentityRemoved: GenericPalletEvent<
|
|
1360
|
+
Rv,
|
|
1361
|
+
'Identity',
|
|
1362
|
+
'SubIdentityRemoved',
|
|
1363
|
+
{ sub: AccountId32; main: AccountId32; deposit: bigint }
|
|
1364
|
+
>;
|
|
1365
|
+
|
|
1366
|
+
/**
|
|
1367
|
+
* A sub-identity was cleared, and the given deposit repatriated from the
|
|
1368
|
+
* main identity account to the sub-identity account.
|
|
1369
|
+
**/
|
|
1370
|
+
SubIdentityRevoked: GenericPalletEvent<
|
|
1371
|
+
Rv,
|
|
1372
|
+
'Identity',
|
|
1373
|
+
'SubIdentityRevoked',
|
|
1374
|
+
{ sub: AccountId32; main: AccountId32; deposit: bigint }
|
|
1375
|
+
>;
|
|
1376
|
+
|
|
1377
|
+
/**
|
|
1378
|
+
* A username authority was added.
|
|
1379
|
+
**/
|
|
1380
|
+
AuthorityAdded: GenericPalletEvent<Rv, 'Identity', 'AuthorityAdded', { authority: AccountId32 }>;
|
|
1381
|
+
|
|
1382
|
+
/**
|
|
1383
|
+
* A username authority was removed.
|
|
1384
|
+
**/
|
|
1385
|
+
AuthorityRemoved: GenericPalletEvent<Rv, 'Identity', 'AuthorityRemoved', { authority: AccountId32 }>;
|
|
1386
|
+
|
|
1387
|
+
/**
|
|
1388
|
+
* A username was set for `who`.
|
|
1389
|
+
**/
|
|
1390
|
+
UsernameSet: GenericPalletEvent<Rv, 'Identity', 'UsernameSet', { who: AccountId32; username: Bytes }>;
|
|
1391
|
+
|
|
1392
|
+
/**
|
|
1393
|
+
* A username was queued, but `who` must accept it prior to `expiration`.
|
|
1394
|
+
**/
|
|
1395
|
+
UsernameQueued: GenericPalletEvent<
|
|
1396
|
+
Rv,
|
|
1397
|
+
'Identity',
|
|
1398
|
+
'UsernameQueued',
|
|
1399
|
+
{ who: AccountId32; username: Bytes; expiration: number }
|
|
1400
|
+
>;
|
|
1401
|
+
|
|
1402
|
+
/**
|
|
1403
|
+
* A queued username passed its expiration without being claimed and was removed.
|
|
1404
|
+
**/
|
|
1405
|
+
PreapprovalExpired: GenericPalletEvent<Rv, 'Identity', 'PreapprovalExpired', { whose: AccountId32 }>;
|
|
1406
|
+
|
|
1407
|
+
/**
|
|
1408
|
+
* A username was set as a primary and can be looked up from `who`.
|
|
1409
|
+
**/
|
|
1410
|
+
PrimaryUsernameSet: GenericPalletEvent<Rv, 'Identity', 'PrimaryUsernameSet', { who: AccountId32; username: Bytes }>;
|
|
1411
|
+
|
|
1412
|
+
/**
|
|
1413
|
+
* A dangling username (as in, a username corresponding to an account that has removed its
|
|
1414
|
+
* identity) has been removed.
|
|
1415
|
+
**/
|
|
1416
|
+
DanglingUsernameRemoved: GenericPalletEvent<
|
|
1417
|
+
Rv,
|
|
1418
|
+
'Identity',
|
|
1419
|
+
'DanglingUsernameRemoved',
|
|
1420
|
+
{ who: AccountId32; username: Bytes }
|
|
1421
|
+
>;
|
|
1422
|
+
|
|
1423
|
+
/**
|
|
1424
|
+
* Generic pallet event
|
|
1425
|
+
**/
|
|
1426
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
1427
|
+
};
|
|
1428
|
+
/**
|
|
1429
|
+
* Pallet `Society`'s events
|
|
1430
|
+
**/
|
|
1431
|
+
society: {
|
|
1432
|
+
/**
|
|
1433
|
+
* The society is founded by the given identity.
|
|
1434
|
+
**/
|
|
1435
|
+
Founded: GenericPalletEvent<Rv, 'Society', 'Founded', { founder: AccountId32 }>;
|
|
1436
|
+
|
|
1437
|
+
/**
|
|
1438
|
+
* A membership bid just happened. The given account is the candidate's ID and their offer
|
|
1439
|
+
* is the second.
|
|
1440
|
+
**/
|
|
1441
|
+
Bid: GenericPalletEvent<Rv, 'Society', 'Bid', { candidateId: AccountId32; offer: bigint }>;
|
|
1442
|
+
|
|
1443
|
+
/**
|
|
1444
|
+
* A membership bid just happened by vouching. The given account is the candidate's ID and
|
|
1445
|
+
* their offer is the second. The vouching party is the third.
|
|
1446
|
+
**/
|
|
1447
|
+
Vouch: GenericPalletEvent<
|
|
1448
|
+
Rv,
|
|
1449
|
+
'Society',
|
|
1450
|
+
'Vouch',
|
|
1451
|
+
{ candidateId: AccountId32; offer: bigint; vouching: AccountId32 }
|
|
1452
|
+
>;
|
|
1453
|
+
|
|
1454
|
+
/**
|
|
1455
|
+
* A candidate was dropped (due to an excess of bids in the system).
|
|
1456
|
+
**/
|
|
1457
|
+
AutoUnbid: GenericPalletEvent<Rv, 'Society', 'AutoUnbid', { candidate: AccountId32 }>;
|
|
1458
|
+
|
|
1459
|
+
/**
|
|
1460
|
+
* A candidate was dropped (by their request).
|
|
1461
|
+
**/
|
|
1462
|
+
Unbid: GenericPalletEvent<Rv, 'Society', 'Unbid', { candidate: AccountId32 }>;
|
|
1463
|
+
|
|
1464
|
+
/**
|
|
1465
|
+
* A candidate was dropped (by request of who vouched for them).
|
|
1466
|
+
**/
|
|
1467
|
+
Unvouch: GenericPalletEvent<Rv, 'Society', 'Unvouch', { candidate: AccountId32 }>;
|
|
1468
|
+
|
|
1469
|
+
/**
|
|
1470
|
+
* A group of candidates have been inducted. The batch's primary is the first value, the
|
|
1471
|
+
* batch in full is the second.
|
|
1472
|
+
**/
|
|
1473
|
+
Inducted: GenericPalletEvent<Rv, 'Society', 'Inducted', { primary: AccountId32; candidates: Array<AccountId32> }>;
|
|
1474
|
+
|
|
1475
|
+
/**
|
|
1476
|
+
* A suspended member has been judged.
|
|
1477
|
+
**/
|
|
1478
|
+
SuspendedMemberJudgement: GenericPalletEvent<
|
|
1479
|
+
Rv,
|
|
1480
|
+
'Society',
|
|
1481
|
+
'SuspendedMemberJudgement',
|
|
1482
|
+
{ who: AccountId32; judged: boolean }
|
|
1483
|
+
>;
|
|
1484
|
+
|
|
1485
|
+
/**
|
|
1486
|
+
* A candidate has been suspended
|
|
1487
|
+
**/
|
|
1488
|
+
CandidateSuspended: GenericPalletEvent<Rv, 'Society', 'CandidateSuspended', { candidate: AccountId32 }>;
|
|
1489
|
+
|
|
1490
|
+
/**
|
|
1491
|
+
* A member has been suspended
|
|
1492
|
+
**/
|
|
1493
|
+
MemberSuspended: GenericPalletEvent<Rv, 'Society', 'MemberSuspended', { member: AccountId32 }>;
|
|
1494
|
+
|
|
1495
|
+
/**
|
|
1496
|
+
* A member has been challenged
|
|
1497
|
+
**/
|
|
1498
|
+
Challenged: GenericPalletEvent<Rv, 'Society', 'Challenged', { member: AccountId32 }>;
|
|
1499
|
+
|
|
1500
|
+
/**
|
|
1501
|
+
* A vote has been placed
|
|
1502
|
+
**/
|
|
1503
|
+
Vote: GenericPalletEvent<Rv, 'Society', 'Vote', { candidate: AccountId32; voter: AccountId32; vote: boolean }>;
|
|
1504
|
+
|
|
1505
|
+
/**
|
|
1506
|
+
* A vote has been placed for a defending member
|
|
1507
|
+
**/
|
|
1508
|
+
DefenderVote: GenericPalletEvent<Rv, 'Society', 'DefenderVote', { voter: AccountId32; vote: boolean }>;
|
|
1509
|
+
|
|
1510
|
+
/**
|
|
1511
|
+
* A new set of \[params\] has been set for the group.
|
|
1512
|
+
**/
|
|
1513
|
+
NewParams: GenericPalletEvent<Rv, 'Society', 'NewParams', { params: PalletSocietyGroupParams }>;
|
|
1514
|
+
|
|
1515
|
+
/**
|
|
1516
|
+
* Society is unfounded.
|
|
1517
|
+
**/
|
|
1518
|
+
Unfounded: GenericPalletEvent<Rv, 'Society', 'Unfounded', { founder: AccountId32 }>;
|
|
1519
|
+
|
|
1520
|
+
/**
|
|
1521
|
+
* Some funds were deposited into the society account.
|
|
1522
|
+
**/
|
|
1523
|
+
Deposit: GenericPalletEvent<Rv, 'Society', 'Deposit', { value: bigint }>;
|
|
1524
|
+
|
|
1525
|
+
/**
|
|
1526
|
+
* A \[member\] got elevated to \[rank\].
|
|
1527
|
+
**/
|
|
1528
|
+
Elevated: GenericPalletEvent<Rv, 'Society', 'Elevated', { member: AccountId32; rank: number }>;
|
|
1529
|
+
|
|
1530
|
+
/**
|
|
1531
|
+
* Generic pallet event
|
|
1532
|
+
**/
|
|
1533
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
1534
|
+
};
|
|
1535
|
+
/**
|
|
1536
|
+
* Pallet `Recovery`'s events
|
|
1537
|
+
**/
|
|
1538
|
+
recovery: {
|
|
1539
|
+
/**
|
|
1540
|
+
* A recovery process has been set up for an account.
|
|
1541
|
+
**/
|
|
1542
|
+
RecoveryCreated: GenericPalletEvent<Rv, 'Recovery', 'RecoveryCreated', { account: AccountId32 }>;
|
|
1543
|
+
|
|
1544
|
+
/**
|
|
1545
|
+
* A recovery process has been initiated for lost account by rescuer account.
|
|
1546
|
+
**/
|
|
1547
|
+
RecoveryInitiated: GenericPalletEvent<
|
|
1548
|
+
Rv,
|
|
1549
|
+
'Recovery',
|
|
1550
|
+
'RecoveryInitiated',
|
|
1551
|
+
{ lostAccount: AccountId32; rescuerAccount: AccountId32 }
|
|
1552
|
+
>;
|
|
1553
|
+
|
|
1554
|
+
/**
|
|
1555
|
+
* A recovery process for lost account by rescuer account has been vouched for by sender.
|
|
1556
|
+
**/
|
|
1557
|
+
RecoveryVouched: GenericPalletEvent<
|
|
1558
|
+
Rv,
|
|
1559
|
+
'Recovery',
|
|
1560
|
+
'RecoveryVouched',
|
|
1561
|
+
{ lostAccount: AccountId32; rescuerAccount: AccountId32; sender: AccountId32 }
|
|
1562
|
+
>;
|
|
1563
|
+
|
|
1564
|
+
/**
|
|
1565
|
+
* A recovery process for lost account by rescuer account has been closed.
|
|
1566
|
+
**/
|
|
1567
|
+
RecoveryClosed: GenericPalletEvent<
|
|
1568
|
+
Rv,
|
|
1569
|
+
'Recovery',
|
|
1570
|
+
'RecoveryClosed',
|
|
1571
|
+
{ lostAccount: AccountId32; rescuerAccount: AccountId32 }
|
|
1572
|
+
>;
|
|
1573
|
+
|
|
1574
|
+
/**
|
|
1575
|
+
* Lost account has been successfully recovered by rescuer account.
|
|
1576
|
+
**/
|
|
1577
|
+
AccountRecovered: GenericPalletEvent<
|
|
1578
|
+
Rv,
|
|
1579
|
+
'Recovery',
|
|
1580
|
+
'AccountRecovered',
|
|
1581
|
+
{ lostAccount: AccountId32; rescuerAccount: AccountId32 }
|
|
1582
|
+
>;
|
|
1583
|
+
|
|
1584
|
+
/**
|
|
1585
|
+
* A recovery process has been removed for an account.
|
|
1586
|
+
**/
|
|
1587
|
+
RecoveryRemoved: GenericPalletEvent<Rv, 'Recovery', 'RecoveryRemoved', { lostAccount: AccountId32 }>;
|
|
1588
|
+
|
|
1589
|
+
/**
|
|
1590
|
+
* Generic pallet event
|
|
1591
|
+
**/
|
|
1592
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
1593
|
+
};
|
|
1594
|
+
/**
|
|
1595
|
+
* Pallet `Vesting`'s events
|
|
1596
|
+
**/
|
|
1597
|
+
vesting: {
|
|
1598
|
+
/**
|
|
1599
|
+
* The amount vested has been updated. This could indicate a change in funds available.
|
|
1600
|
+
* The balance given is the amount which is left unvested (and thus locked).
|
|
1601
|
+
**/
|
|
1602
|
+
VestingUpdated: GenericPalletEvent<Rv, 'Vesting', 'VestingUpdated', { account: AccountId32; unvested: bigint }>;
|
|
1603
|
+
|
|
1604
|
+
/**
|
|
1605
|
+
* An \[account\] has become fully vested.
|
|
1606
|
+
**/
|
|
1607
|
+
VestingCompleted: GenericPalletEvent<Rv, 'Vesting', 'VestingCompleted', { account: AccountId32 }>;
|
|
1608
|
+
|
|
1609
|
+
/**
|
|
1610
|
+
* Generic pallet event
|
|
1611
|
+
**/
|
|
1612
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
1613
|
+
};
|
|
1614
|
+
/**
|
|
1615
|
+
* Pallet `Scheduler`'s events
|
|
1616
|
+
**/
|
|
1617
|
+
scheduler: {
|
|
1618
|
+
/**
|
|
1619
|
+
* Scheduled some task.
|
|
1620
|
+
**/
|
|
1621
|
+
Scheduled: GenericPalletEvent<Rv, 'Scheduler', 'Scheduled', { when: number; index: number }>;
|
|
1622
|
+
|
|
1623
|
+
/**
|
|
1624
|
+
* Canceled some task.
|
|
1625
|
+
**/
|
|
1626
|
+
Canceled: GenericPalletEvent<Rv, 'Scheduler', 'Canceled', { when: number; index: number }>;
|
|
1627
|
+
|
|
1628
|
+
/**
|
|
1629
|
+
* Dispatched some task.
|
|
1630
|
+
**/
|
|
1631
|
+
Dispatched: GenericPalletEvent<
|
|
1632
|
+
Rv,
|
|
1633
|
+
'Scheduler',
|
|
1634
|
+
'Dispatched',
|
|
1635
|
+
{ task: [number, number]; id?: FixedBytes<32> | undefined; result: Result<[], DispatchError> }
|
|
1636
|
+
>;
|
|
1637
|
+
|
|
1638
|
+
/**
|
|
1639
|
+
* Set a retry configuration for some task.
|
|
1640
|
+
**/
|
|
1641
|
+
RetrySet: GenericPalletEvent<
|
|
1642
|
+
Rv,
|
|
1643
|
+
'Scheduler',
|
|
1644
|
+
'RetrySet',
|
|
1645
|
+
{ task: [number, number]; id?: FixedBytes<32> | undefined; period: number; retries: number }
|
|
1646
|
+
>;
|
|
1647
|
+
|
|
1648
|
+
/**
|
|
1649
|
+
* Cancel a retry configuration for some task.
|
|
1650
|
+
**/
|
|
1651
|
+
RetryCancelled: GenericPalletEvent<
|
|
1652
|
+
Rv,
|
|
1653
|
+
'Scheduler',
|
|
1654
|
+
'RetryCancelled',
|
|
1655
|
+
{ task: [number, number]; id?: FixedBytes<32> | undefined }
|
|
1656
|
+
>;
|
|
1657
|
+
|
|
1658
|
+
/**
|
|
1659
|
+
* The call for the provided hash was not found so the task has been aborted.
|
|
1660
|
+
**/
|
|
1661
|
+
CallUnavailable: GenericPalletEvent<
|
|
1662
|
+
Rv,
|
|
1663
|
+
'Scheduler',
|
|
1664
|
+
'CallUnavailable',
|
|
1665
|
+
{ task: [number, number]; id?: FixedBytes<32> | undefined }
|
|
1666
|
+
>;
|
|
1667
|
+
|
|
1668
|
+
/**
|
|
1669
|
+
* The given task was unable to be renewed since the agenda is full at that block.
|
|
1670
|
+
**/
|
|
1671
|
+
PeriodicFailed: GenericPalletEvent<
|
|
1672
|
+
Rv,
|
|
1673
|
+
'Scheduler',
|
|
1674
|
+
'PeriodicFailed',
|
|
1675
|
+
{ task: [number, number]; id?: FixedBytes<32> | undefined }
|
|
1676
|
+
>;
|
|
1677
|
+
|
|
1678
|
+
/**
|
|
1679
|
+
* The given task was unable to be retried since the agenda is full at that block or there
|
|
1680
|
+
* was not enough weight to reschedule it.
|
|
1681
|
+
**/
|
|
1682
|
+
RetryFailed: GenericPalletEvent<
|
|
1683
|
+
Rv,
|
|
1684
|
+
'Scheduler',
|
|
1685
|
+
'RetryFailed',
|
|
1686
|
+
{ task: [number, number]; id?: FixedBytes<32> | undefined }
|
|
1687
|
+
>;
|
|
1688
|
+
|
|
1689
|
+
/**
|
|
1690
|
+
* The given task can never be executed since it is overweight.
|
|
1691
|
+
**/
|
|
1692
|
+
PermanentlyOverweight: GenericPalletEvent<
|
|
1693
|
+
Rv,
|
|
1694
|
+
'Scheduler',
|
|
1695
|
+
'PermanentlyOverweight',
|
|
1696
|
+
{ task: [number, number]; id?: FixedBytes<32> | undefined }
|
|
1697
|
+
>;
|
|
1698
|
+
|
|
1699
|
+
/**
|
|
1700
|
+
* Generic pallet event
|
|
1701
|
+
**/
|
|
1702
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
1703
|
+
};
|
|
1704
|
+
/**
|
|
1705
|
+
* Pallet `Proxy`'s events
|
|
1706
|
+
**/
|
|
1707
|
+
proxy: {
|
|
1708
|
+
/**
|
|
1709
|
+
* A proxy was executed correctly, with the given.
|
|
1710
|
+
**/
|
|
1711
|
+
ProxyExecuted: GenericPalletEvent<Rv, 'Proxy', 'ProxyExecuted', { result: Result<[], DispatchError> }>;
|
|
1712
|
+
|
|
1713
|
+
/**
|
|
1714
|
+
* A pure account has been created by new proxy with given
|
|
1715
|
+
* disambiguation index and proxy type.
|
|
1716
|
+
**/
|
|
1717
|
+
PureCreated: GenericPalletEvent<
|
|
1718
|
+
Rv,
|
|
1719
|
+
'Proxy',
|
|
1720
|
+
'PureCreated',
|
|
1721
|
+
{ pure: AccountId32; who: AccountId32; proxyType: RococoRuntimeProxyType; disambiguationIndex: number }
|
|
1722
|
+
>;
|
|
1723
|
+
|
|
1724
|
+
/**
|
|
1725
|
+
* An announcement was placed to make a call in the future.
|
|
1726
|
+
**/
|
|
1727
|
+
Announced: GenericPalletEvent<Rv, 'Proxy', 'Announced', { real: AccountId32; proxy: AccountId32; callHash: H256 }>;
|
|
1728
|
+
|
|
1729
|
+
/**
|
|
1730
|
+
* A proxy was added.
|
|
1731
|
+
**/
|
|
1732
|
+
ProxyAdded: GenericPalletEvent<
|
|
1733
|
+
Rv,
|
|
1734
|
+
'Proxy',
|
|
1735
|
+
'ProxyAdded',
|
|
1736
|
+
{ delegator: AccountId32; delegatee: AccountId32; proxyType: RococoRuntimeProxyType; delay: number }
|
|
1737
|
+
>;
|
|
1738
|
+
|
|
1739
|
+
/**
|
|
1740
|
+
* A proxy was removed.
|
|
1741
|
+
**/
|
|
1742
|
+
ProxyRemoved: GenericPalletEvent<
|
|
1743
|
+
Rv,
|
|
1744
|
+
'Proxy',
|
|
1745
|
+
'ProxyRemoved',
|
|
1746
|
+
{ delegator: AccountId32; delegatee: AccountId32; proxyType: RococoRuntimeProxyType; delay: number }
|
|
1747
|
+
>;
|
|
1748
|
+
|
|
1749
|
+
/**
|
|
1750
|
+
* Generic pallet event
|
|
1751
|
+
**/
|
|
1752
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
1753
|
+
};
|
|
1754
|
+
/**
|
|
1755
|
+
* Pallet `Multisig`'s events
|
|
1756
|
+
**/
|
|
1757
|
+
multisig: {
|
|
1758
|
+
/**
|
|
1759
|
+
* A new multisig operation has begun.
|
|
1760
|
+
**/
|
|
1761
|
+
NewMultisig: GenericPalletEvent<
|
|
1762
|
+
Rv,
|
|
1763
|
+
'Multisig',
|
|
1764
|
+
'NewMultisig',
|
|
1765
|
+
{ approving: AccountId32; multisig: AccountId32; callHash: FixedBytes<32> }
|
|
1766
|
+
>;
|
|
1767
|
+
|
|
1768
|
+
/**
|
|
1769
|
+
* A multisig operation has been approved by someone.
|
|
1770
|
+
**/
|
|
1771
|
+
MultisigApproval: GenericPalletEvent<
|
|
1772
|
+
Rv,
|
|
1773
|
+
'Multisig',
|
|
1774
|
+
'MultisigApproval',
|
|
1775
|
+
{ approving: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
|
|
1776
|
+
>;
|
|
1777
|
+
|
|
1778
|
+
/**
|
|
1779
|
+
* A multisig operation has been executed.
|
|
1780
|
+
**/
|
|
1781
|
+
MultisigExecuted: GenericPalletEvent<
|
|
1782
|
+
Rv,
|
|
1783
|
+
'Multisig',
|
|
1784
|
+
'MultisigExecuted',
|
|
1785
|
+
{
|
|
1786
|
+
approving: AccountId32;
|
|
1787
|
+
timepoint: PalletMultisigTimepoint;
|
|
1788
|
+
multisig: AccountId32;
|
|
1789
|
+
callHash: FixedBytes<32>;
|
|
1790
|
+
result: Result<[], DispatchError>;
|
|
1791
|
+
}
|
|
1792
|
+
>;
|
|
1793
|
+
|
|
1794
|
+
/**
|
|
1795
|
+
* A multisig operation has been cancelled.
|
|
1796
|
+
**/
|
|
1797
|
+
MultisigCancelled: GenericPalletEvent<
|
|
1798
|
+
Rv,
|
|
1799
|
+
'Multisig',
|
|
1800
|
+
'MultisigCancelled',
|
|
1801
|
+
{ cancelling: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
|
|
1802
|
+
>;
|
|
1803
|
+
|
|
1804
|
+
/**
|
|
1805
|
+
* Generic pallet event
|
|
1806
|
+
**/
|
|
1807
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
1808
|
+
};
|
|
1809
|
+
/**
|
|
1810
|
+
* Pallet `Preimage`'s events
|
|
1811
|
+
**/
|
|
1812
|
+
preimage: {
|
|
1813
|
+
/**
|
|
1814
|
+
* A preimage has been noted.
|
|
1815
|
+
**/
|
|
1816
|
+
Noted: GenericPalletEvent<Rv, 'Preimage', 'Noted', { hash: H256 }>;
|
|
1817
|
+
|
|
1818
|
+
/**
|
|
1819
|
+
* A preimage has been requested.
|
|
1820
|
+
**/
|
|
1821
|
+
Requested: GenericPalletEvent<Rv, 'Preimage', 'Requested', { hash: H256 }>;
|
|
1822
|
+
|
|
1823
|
+
/**
|
|
1824
|
+
* A preimage has ben cleared.
|
|
1825
|
+
**/
|
|
1826
|
+
Cleared: GenericPalletEvent<Rv, 'Preimage', 'Cleared', { hash: H256 }>;
|
|
1827
|
+
|
|
1828
|
+
/**
|
|
1829
|
+
* Generic pallet event
|
|
1830
|
+
**/
|
|
1831
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
1832
|
+
};
|
|
1833
|
+
/**
|
|
1834
|
+
* Pallet `AssetRate`'s events
|
|
1835
|
+
**/
|
|
1836
|
+
assetRate: {
|
|
1837
|
+
AssetRateCreated: GenericPalletEvent<
|
|
1838
|
+
Rv,
|
|
1839
|
+
'AssetRate',
|
|
1840
|
+
'AssetRateCreated',
|
|
1841
|
+
{ assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset; rate: FixedU128 }
|
|
1842
|
+
>;
|
|
1843
|
+
AssetRateRemoved: GenericPalletEvent<
|
|
1844
|
+
Rv,
|
|
1845
|
+
'AssetRate',
|
|
1846
|
+
'AssetRateRemoved',
|
|
1847
|
+
{ assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset }
|
|
1848
|
+
>;
|
|
1849
|
+
AssetRateUpdated: GenericPalletEvent<
|
|
1850
|
+
Rv,
|
|
1851
|
+
'AssetRate',
|
|
1852
|
+
'AssetRateUpdated',
|
|
1853
|
+
{ assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset; old: FixedU128; new: FixedU128 }
|
|
1854
|
+
>;
|
|
1855
|
+
|
|
1856
|
+
/**
|
|
1857
|
+
* Generic pallet event
|
|
1858
|
+
**/
|
|
1859
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
1860
|
+
};
|
|
1861
|
+
/**
|
|
1862
|
+
* Pallet `Bounties`'s events
|
|
1863
|
+
**/
|
|
1864
|
+
bounties: {
|
|
1865
|
+
/**
|
|
1866
|
+
* New bounty proposal.
|
|
1867
|
+
**/
|
|
1868
|
+
BountyProposed: GenericPalletEvent<Rv, 'Bounties', 'BountyProposed', { index: number }>;
|
|
1869
|
+
|
|
1870
|
+
/**
|
|
1871
|
+
* A bounty proposal was rejected; funds were slashed.
|
|
1872
|
+
**/
|
|
1873
|
+
BountyRejected: GenericPalletEvent<Rv, 'Bounties', 'BountyRejected', { index: number; bond: bigint }>;
|
|
1874
|
+
|
|
1875
|
+
/**
|
|
1876
|
+
* A bounty proposal is funded and became active.
|
|
1877
|
+
**/
|
|
1878
|
+
BountyBecameActive: GenericPalletEvent<Rv, 'Bounties', 'BountyBecameActive', { index: number }>;
|
|
1879
|
+
|
|
1880
|
+
/**
|
|
1881
|
+
* A bounty is awarded to a beneficiary.
|
|
1882
|
+
**/
|
|
1883
|
+
BountyAwarded: GenericPalletEvent<Rv, 'Bounties', 'BountyAwarded', { index: number; beneficiary: AccountId32 }>;
|
|
1884
|
+
|
|
1885
|
+
/**
|
|
1886
|
+
* A bounty is claimed by beneficiary.
|
|
1887
|
+
**/
|
|
1888
|
+
BountyClaimed: GenericPalletEvent<
|
|
1889
|
+
Rv,
|
|
1890
|
+
'Bounties',
|
|
1891
|
+
'BountyClaimed',
|
|
1892
|
+
{ index: number; payout: bigint; beneficiary: AccountId32 }
|
|
1893
|
+
>;
|
|
1894
|
+
|
|
1895
|
+
/**
|
|
1896
|
+
* A bounty is cancelled.
|
|
1897
|
+
**/
|
|
1898
|
+
BountyCanceled: GenericPalletEvent<Rv, 'Bounties', 'BountyCanceled', { index: number }>;
|
|
1899
|
+
|
|
1900
|
+
/**
|
|
1901
|
+
* A bounty expiry is extended.
|
|
1902
|
+
**/
|
|
1903
|
+
BountyExtended: GenericPalletEvent<Rv, 'Bounties', 'BountyExtended', { index: number }>;
|
|
1904
|
+
|
|
1905
|
+
/**
|
|
1906
|
+
* A bounty is approved.
|
|
1907
|
+
**/
|
|
1908
|
+
BountyApproved: GenericPalletEvent<Rv, 'Bounties', 'BountyApproved', { index: number }>;
|
|
1909
|
+
|
|
1910
|
+
/**
|
|
1911
|
+
* A bounty curator is proposed.
|
|
1912
|
+
**/
|
|
1913
|
+
CuratorProposed: GenericPalletEvent<Rv, 'Bounties', 'CuratorProposed', { bountyId: number; curator: AccountId32 }>;
|
|
1914
|
+
|
|
1915
|
+
/**
|
|
1916
|
+
* A bounty curator is unassigned.
|
|
1917
|
+
**/
|
|
1918
|
+
CuratorUnassigned: GenericPalletEvent<Rv, 'Bounties', 'CuratorUnassigned', { bountyId: number }>;
|
|
1919
|
+
|
|
1920
|
+
/**
|
|
1921
|
+
* A bounty curator is accepted.
|
|
1922
|
+
**/
|
|
1923
|
+
CuratorAccepted: GenericPalletEvent<Rv, 'Bounties', 'CuratorAccepted', { bountyId: number; curator: AccountId32 }>;
|
|
1924
|
+
|
|
1925
|
+
/**
|
|
1926
|
+
* Generic pallet event
|
|
1927
|
+
**/
|
|
1928
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
1929
|
+
};
|
|
1930
|
+
/**
|
|
1931
|
+
* Pallet `ChildBounties`'s events
|
|
1932
|
+
**/
|
|
1933
|
+
childBounties: {
|
|
1934
|
+
/**
|
|
1935
|
+
* A child-bounty is added.
|
|
1936
|
+
**/
|
|
1937
|
+
Added: GenericPalletEvent<Rv, 'ChildBounties', 'Added', { index: number; childIndex: number }>;
|
|
1938
|
+
|
|
1939
|
+
/**
|
|
1940
|
+
* A child-bounty is awarded to a beneficiary.
|
|
1941
|
+
**/
|
|
1942
|
+
Awarded: GenericPalletEvent<
|
|
1943
|
+
Rv,
|
|
1944
|
+
'ChildBounties',
|
|
1945
|
+
'Awarded',
|
|
1946
|
+
{ index: number; childIndex: number; beneficiary: AccountId32 }
|
|
1947
|
+
>;
|
|
1948
|
+
|
|
1949
|
+
/**
|
|
1950
|
+
* A child-bounty is claimed by beneficiary.
|
|
1951
|
+
**/
|
|
1952
|
+
Claimed: GenericPalletEvent<
|
|
1953
|
+
Rv,
|
|
1954
|
+
'ChildBounties',
|
|
1955
|
+
'Claimed',
|
|
1956
|
+
{ index: number; childIndex: number; payout: bigint; beneficiary: AccountId32 }
|
|
1957
|
+
>;
|
|
1958
|
+
|
|
1959
|
+
/**
|
|
1960
|
+
* A child-bounty is cancelled.
|
|
1961
|
+
**/
|
|
1962
|
+
Canceled: GenericPalletEvent<Rv, 'ChildBounties', 'Canceled', { index: number; childIndex: number }>;
|
|
1963
|
+
|
|
1964
|
+
/**
|
|
1965
|
+
* Generic pallet event
|
|
1966
|
+
**/
|
|
1967
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
1968
|
+
};
|
|
1969
|
+
/**
|
|
1970
|
+
* Pallet `Nis`'s events
|
|
1971
|
+
**/
|
|
1972
|
+
nis: {
|
|
1973
|
+
/**
|
|
1974
|
+
* A bid was successfully placed.
|
|
1975
|
+
**/
|
|
1976
|
+
BidPlaced: GenericPalletEvent<Rv, 'Nis', 'BidPlaced', { who: AccountId32; amount: bigint; duration: number }>;
|
|
1977
|
+
|
|
1978
|
+
/**
|
|
1979
|
+
* A bid was successfully removed (before being accepted).
|
|
1980
|
+
**/
|
|
1981
|
+
BidRetracted: GenericPalletEvent<Rv, 'Nis', 'BidRetracted', { who: AccountId32; amount: bigint; duration: number }>;
|
|
1982
|
+
|
|
1983
|
+
/**
|
|
1984
|
+
* A bid was dropped from a queue because of another, more substantial, bid was present.
|
|
1985
|
+
**/
|
|
1986
|
+
BidDropped: GenericPalletEvent<Rv, 'Nis', 'BidDropped', { who: AccountId32; amount: bigint; duration: number }>;
|
|
1987
|
+
|
|
1988
|
+
/**
|
|
1989
|
+
* A bid was accepted. The balance may not be released until expiry.
|
|
1990
|
+
**/
|
|
1991
|
+
Issued: GenericPalletEvent<
|
|
1992
|
+
Rv,
|
|
1993
|
+
'Nis',
|
|
1994
|
+
'Issued',
|
|
1995
|
+
{
|
|
1996
|
+
/**
|
|
1997
|
+
* The identity of the receipt.
|
|
1998
|
+
**/
|
|
1999
|
+
index: number;
|
|
2000
|
+
|
|
2001
|
+
/**
|
|
2002
|
+
* The block number at which the receipt may be thawed.
|
|
2003
|
+
**/
|
|
2004
|
+
expiry: number;
|
|
2005
|
+
|
|
2006
|
+
/**
|
|
2007
|
+
* The owner of the receipt.
|
|
2008
|
+
**/
|
|
2009
|
+
who: AccountId32;
|
|
2010
|
+
|
|
2011
|
+
/**
|
|
2012
|
+
* The proportion of the effective total issuance which the receipt represents.
|
|
2013
|
+
**/
|
|
2014
|
+
proportion: Perquintill;
|
|
2015
|
+
|
|
2016
|
+
/**
|
|
2017
|
+
* The amount of funds which were debited from the owner.
|
|
2018
|
+
**/
|
|
2019
|
+
amount: bigint;
|
|
2020
|
+
}
|
|
2021
|
+
>;
|
|
2022
|
+
|
|
2023
|
+
/**
|
|
2024
|
+
* An receipt has been (at least partially) thawed.
|
|
2025
|
+
**/
|
|
2026
|
+
Thawed: GenericPalletEvent<
|
|
2027
|
+
Rv,
|
|
2028
|
+
'Nis',
|
|
2029
|
+
'Thawed',
|
|
2030
|
+
{
|
|
2031
|
+
/**
|
|
2032
|
+
* The identity of the receipt.
|
|
2033
|
+
**/
|
|
2034
|
+
index: number;
|
|
2035
|
+
|
|
2036
|
+
/**
|
|
2037
|
+
* The owner.
|
|
2038
|
+
**/
|
|
2039
|
+
who: AccountId32;
|
|
2040
|
+
|
|
2041
|
+
/**
|
|
2042
|
+
* The proportion of the effective total issuance by which the owner was debited.
|
|
2043
|
+
**/
|
|
2044
|
+
proportion: Perquintill;
|
|
2045
|
+
|
|
2046
|
+
/**
|
|
2047
|
+
* The amount by which the owner was credited.
|
|
2048
|
+
**/
|
|
2049
|
+
amount: bigint;
|
|
2050
|
+
|
|
2051
|
+
/**
|
|
2052
|
+
* If `true` then the receipt is done.
|
|
2053
|
+
**/
|
|
2054
|
+
dropped: boolean;
|
|
2055
|
+
}
|
|
2056
|
+
>;
|
|
2057
|
+
|
|
2058
|
+
/**
|
|
2059
|
+
* An automatic funding of the deficit was made.
|
|
2060
|
+
**/
|
|
2061
|
+
Funded: GenericPalletEvent<Rv, 'Nis', 'Funded', { deficit: bigint }>;
|
|
2062
|
+
|
|
2063
|
+
/**
|
|
2064
|
+
* A receipt was transferred.
|
|
2065
|
+
**/
|
|
2066
|
+
Transferred: GenericPalletEvent<Rv, 'Nis', 'Transferred', { from: AccountId32; to: AccountId32; index: number }>;
|
|
2067
|
+
|
|
2068
|
+
/**
|
|
2069
|
+
* Generic pallet event
|
|
2070
|
+
**/
|
|
2071
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
2072
|
+
};
|
|
2073
|
+
/**
|
|
2074
|
+
* Pallet `NisCounterpartBalances`'s events
|
|
2075
|
+
**/
|
|
2076
|
+
nisCounterpartBalances: {
|
|
2077
|
+
/**
|
|
2078
|
+
* An account was created with some free balance.
|
|
2079
|
+
**/
|
|
2080
|
+
Endowed: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'Endowed', { account: AccountId32; freeBalance: bigint }>;
|
|
2081
|
+
|
|
2082
|
+
/**
|
|
2083
|
+
* An account was removed whose balance was non-zero but below ExistentialDeposit,
|
|
2084
|
+
* resulting in an outright loss.
|
|
2085
|
+
**/
|
|
2086
|
+
DustLost: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'DustLost', { account: AccountId32; amount: bigint }>;
|
|
2087
|
+
|
|
2088
|
+
/**
|
|
2089
|
+
* Transfer succeeded.
|
|
2090
|
+
**/
|
|
2091
|
+
Transfer: GenericPalletEvent<
|
|
2092
|
+
Rv,
|
|
2093
|
+
'NisCounterpartBalances',
|
|
2094
|
+
'Transfer',
|
|
2095
|
+
{ from: AccountId32; to: AccountId32; amount: bigint }
|
|
2096
|
+
>;
|
|
2097
|
+
|
|
2098
|
+
/**
|
|
2099
|
+
* A balance was set by root.
|
|
2100
|
+
**/
|
|
2101
|
+
BalanceSet: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'BalanceSet', { who: AccountId32; free: bigint }>;
|
|
2102
|
+
|
|
2103
|
+
/**
|
|
2104
|
+
* Some balance was reserved (moved from free to reserved).
|
|
2105
|
+
**/
|
|
2106
|
+
Reserved: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'Reserved', { who: AccountId32; amount: bigint }>;
|
|
2107
|
+
|
|
2108
|
+
/**
|
|
2109
|
+
* Some balance was unreserved (moved from reserved to free).
|
|
2110
|
+
**/
|
|
2111
|
+
Unreserved: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'Unreserved', { who: AccountId32; amount: bigint }>;
|
|
2112
|
+
|
|
2113
|
+
/**
|
|
2114
|
+
* Some balance was moved from the reserve of the first account to the second account.
|
|
2115
|
+
* Final argument indicates the destination balance type.
|
|
2116
|
+
**/
|
|
2117
|
+
ReserveRepatriated: GenericPalletEvent<
|
|
2118
|
+
Rv,
|
|
2119
|
+
'NisCounterpartBalances',
|
|
2120
|
+
'ReserveRepatriated',
|
|
2121
|
+
{ from: AccountId32; to: AccountId32; amount: bigint; destinationStatus: FrameSupportTokensMiscBalanceStatus }
|
|
2122
|
+
>;
|
|
2123
|
+
|
|
2124
|
+
/**
|
|
2125
|
+
* Some amount was deposited (e.g. for transaction fees).
|
|
2126
|
+
**/
|
|
2127
|
+
Deposit: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'Deposit', { who: AccountId32; amount: bigint }>;
|
|
2128
|
+
|
|
2129
|
+
/**
|
|
2130
|
+
* Some amount was withdrawn from the account (e.g. for transaction fees).
|
|
2131
|
+
**/
|
|
2132
|
+
Withdraw: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'Withdraw', { who: AccountId32; amount: bigint }>;
|
|
2133
|
+
|
|
2134
|
+
/**
|
|
2135
|
+
* Some amount was removed from the account (e.g. for misbehavior).
|
|
2136
|
+
**/
|
|
2137
|
+
Slashed: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'Slashed', { who: AccountId32; amount: bigint }>;
|
|
2138
|
+
|
|
2139
|
+
/**
|
|
2140
|
+
* Some amount was minted into an account.
|
|
2141
|
+
**/
|
|
2142
|
+
Minted: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'Minted', { who: AccountId32; amount: bigint }>;
|
|
2143
|
+
|
|
2144
|
+
/**
|
|
2145
|
+
* Some amount was burned from an account.
|
|
2146
|
+
**/
|
|
2147
|
+
Burned: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'Burned', { who: AccountId32; amount: bigint }>;
|
|
2148
|
+
|
|
2149
|
+
/**
|
|
2150
|
+
* Some amount was suspended from an account (it can be restored later).
|
|
2151
|
+
**/
|
|
2152
|
+
Suspended: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'Suspended', { who: AccountId32; amount: bigint }>;
|
|
2153
|
+
|
|
2154
|
+
/**
|
|
2155
|
+
* Some amount was restored into an account.
|
|
2156
|
+
**/
|
|
2157
|
+
Restored: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'Restored', { who: AccountId32; amount: bigint }>;
|
|
2158
|
+
|
|
2159
|
+
/**
|
|
2160
|
+
* An account was upgraded.
|
|
2161
|
+
**/
|
|
2162
|
+
Upgraded: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'Upgraded', { who: AccountId32 }>;
|
|
2163
|
+
|
|
2164
|
+
/**
|
|
2165
|
+
* Total issuance was increased by `amount`, creating a credit to be balanced.
|
|
2166
|
+
**/
|
|
2167
|
+
Issued: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'Issued', { amount: bigint }>;
|
|
2168
|
+
|
|
2169
|
+
/**
|
|
2170
|
+
* Total issuance was decreased by `amount`, creating a debt to be balanced.
|
|
2171
|
+
**/
|
|
2172
|
+
Rescinded: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'Rescinded', { amount: bigint }>;
|
|
2173
|
+
|
|
2174
|
+
/**
|
|
2175
|
+
* Some balance was locked.
|
|
2176
|
+
**/
|
|
2177
|
+
Locked: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'Locked', { who: AccountId32; amount: bigint }>;
|
|
2178
|
+
|
|
2179
|
+
/**
|
|
2180
|
+
* Some balance was unlocked.
|
|
2181
|
+
**/
|
|
2182
|
+
Unlocked: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'Unlocked', { who: AccountId32; amount: bigint }>;
|
|
2183
|
+
|
|
2184
|
+
/**
|
|
2185
|
+
* Some balance was frozen.
|
|
2186
|
+
**/
|
|
2187
|
+
Frozen: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'Frozen', { who: AccountId32; amount: bigint }>;
|
|
2188
|
+
|
|
2189
|
+
/**
|
|
2190
|
+
* Some balance was thawed.
|
|
2191
|
+
**/
|
|
2192
|
+
Thawed: GenericPalletEvent<Rv, 'NisCounterpartBalances', 'Thawed', { who: AccountId32; amount: bigint }>;
|
|
2193
|
+
|
|
2194
|
+
/**
|
|
2195
|
+
* The `TotalIssuance` was forcefully changed.
|
|
2196
|
+
**/
|
|
2197
|
+
TotalIssuanceForced: GenericPalletEvent<
|
|
2198
|
+
Rv,
|
|
2199
|
+
'NisCounterpartBalances',
|
|
2200
|
+
'TotalIssuanceForced',
|
|
2201
|
+
{ old: bigint; new: bigint }
|
|
2202
|
+
>;
|
|
2203
|
+
|
|
2204
|
+
/**
|
|
2205
|
+
* Generic pallet event
|
|
2206
|
+
**/
|
|
2207
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
2208
|
+
};
|
|
2209
|
+
/**
|
|
2210
|
+
* Pallet `ParaInclusion`'s events
|
|
2211
|
+
**/
|
|
2212
|
+
paraInclusion: {
|
|
2213
|
+
/**
|
|
2214
|
+
* A candidate was backed. `[candidate, head_data]`
|
|
2215
|
+
**/
|
|
2216
|
+
CandidateBacked: GenericPalletEvent<
|
|
2217
|
+
Rv,
|
|
2218
|
+
'ParaInclusion',
|
|
2219
|
+
'CandidateBacked',
|
|
2220
|
+
[
|
|
2221
|
+
PolkadotPrimitivesV7CandidateReceipt,
|
|
2222
|
+
PolkadotParachainPrimitivesPrimitivesHeadData,
|
|
2223
|
+
PolkadotPrimitivesV7CoreIndex,
|
|
2224
|
+
PolkadotPrimitivesV7GroupIndex,
|
|
2225
|
+
]
|
|
2226
|
+
>;
|
|
2227
|
+
|
|
2228
|
+
/**
|
|
2229
|
+
* A candidate was included. `[candidate, head_data]`
|
|
2230
|
+
**/
|
|
2231
|
+
CandidateIncluded: GenericPalletEvent<
|
|
2232
|
+
Rv,
|
|
2233
|
+
'ParaInclusion',
|
|
2234
|
+
'CandidateIncluded',
|
|
2235
|
+
[
|
|
2236
|
+
PolkadotPrimitivesV7CandidateReceipt,
|
|
2237
|
+
PolkadotParachainPrimitivesPrimitivesHeadData,
|
|
2238
|
+
PolkadotPrimitivesV7CoreIndex,
|
|
2239
|
+
PolkadotPrimitivesV7GroupIndex,
|
|
2240
|
+
]
|
|
2241
|
+
>;
|
|
2242
|
+
|
|
2243
|
+
/**
|
|
2244
|
+
* A candidate timed out. `[candidate, head_data]`
|
|
2245
|
+
**/
|
|
2246
|
+
CandidateTimedOut: GenericPalletEvent<
|
|
2247
|
+
Rv,
|
|
2248
|
+
'ParaInclusion',
|
|
2249
|
+
'CandidateTimedOut',
|
|
2250
|
+
[
|
|
2251
|
+
PolkadotPrimitivesV7CandidateReceipt,
|
|
2252
|
+
PolkadotParachainPrimitivesPrimitivesHeadData,
|
|
2253
|
+
PolkadotPrimitivesV7CoreIndex,
|
|
2254
|
+
]
|
|
2255
|
+
>;
|
|
2256
|
+
|
|
2257
|
+
/**
|
|
2258
|
+
* Some upward messages have been received and will be processed.
|
|
2259
|
+
**/
|
|
2260
|
+
UpwardMessagesReceived: GenericPalletEvent<
|
|
2261
|
+
Rv,
|
|
2262
|
+
'ParaInclusion',
|
|
2263
|
+
'UpwardMessagesReceived',
|
|
2264
|
+
{ from: PolkadotParachainPrimitivesPrimitivesId; count: number }
|
|
2265
|
+
>;
|
|
2266
|
+
|
|
2267
|
+
/**
|
|
2268
|
+
* Generic pallet event
|
|
2269
|
+
**/
|
|
2270
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
2271
|
+
};
|
|
2272
|
+
/**
|
|
2273
|
+
* Pallet `Paras`'s events
|
|
2274
|
+
**/
|
|
2275
|
+
paras: {
|
|
2276
|
+
/**
|
|
2277
|
+
* Current code has been updated for a Para. `para_id`
|
|
2278
|
+
**/
|
|
2279
|
+
CurrentCodeUpdated: GenericPalletEvent<Rv, 'Paras', 'CurrentCodeUpdated', PolkadotParachainPrimitivesPrimitivesId>;
|
|
2280
|
+
|
|
2281
|
+
/**
|
|
2282
|
+
* Current head has been updated for a Para. `para_id`
|
|
2283
|
+
**/
|
|
2284
|
+
CurrentHeadUpdated: GenericPalletEvent<Rv, 'Paras', 'CurrentHeadUpdated', PolkadotParachainPrimitivesPrimitivesId>;
|
|
2285
|
+
|
|
2286
|
+
/**
|
|
2287
|
+
* A code upgrade has been scheduled for a Para. `para_id`
|
|
2288
|
+
**/
|
|
2289
|
+
CodeUpgradeScheduled: GenericPalletEvent<
|
|
2290
|
+
Rv,
|
|
2291
|
+
'Paras',
|
|
2292
|
+
'CodeUpgradeScheduled',
|
|
2293
|
+
PolkadotParachainPrimitivesPrimitivesId
|
|
2294
|
+
>;
|
|
2295
|
+
|
|
2296
|
+
/**
|
|
2297
|
+
* A new head has been noted for a Para. `para_id`
|
|
2298
|
+
**/
|
|
2299
|
+
NewHeadNoted: GenericPalletEvent<Rv, 'Paras', 'NewHeadNoted', PolkadotParachainPrimitivesPrimitivesId>;
|
|
2300
|
+
|
|
2301
|
+
/**
|
|
2302
|
+
* A para has been queued to execute pending actions. `para_id`
|
|
2303
|
+
**/
|
|
2304
|
+
ActionQueued: GenericPalletEvent<Rv, 'Paras', 'ActionQueued', [PolkadotParachainPrimitivesPrimitivesId, number]>;
|
|
2305
|
+
|
|
2306
|
+
/**
|
|
2307
|
+
* The given para either initiated or subscribed to a PVF check for the given validation
|
|
2308
|
+
* code. `code_hash` `para_id`
|
|
2309
|
+
**/
|
|
2310
|
+
PvfCheckStarted: GenericPalletEvent<
|
|
2311
|
+
Rv,
|
|
2312
|
+
'Paras',
|
|
2313
|
+
'PvfCheckStarted',
|
|
2314
|
+
[PolkadotParachainPrimitivesPrimitivesValidationCodeHash, PolkadotParachainPrimitivesPrimitivesId]
|
|
2315
|
+
>;
|
|
2316
|
+
|
|
2317
|
+
/**
|
|
2318
|
+
* The given validation code was accepted by the PVF pre-checking vote.
|
|
2319
|
+
* `code_hash` `para_id`
|
|
2320
|
+
**/
|
|
2321
|
+
PvfCheckAccepted: GenericPalletEvent<
|
|
2322
|
+
Rv,
|
|
2323
|
+
'Paras',
|
|
2324
|
+
'PvfCheckAccepted',
|
|
2325
|
+
[PolkadotParachainPrimitivesPrimitivesValidationCodeHash, PolkadotParachainPrimitivesPrimitivesId]
|
|
2326
|
+
>;
|
|
2327
|
+
|
|
2328
|
+
/**
|
|
2329
|
+
* The given validation code was rejected by the PVF pre-checking vote.
|
|
2330
|
+
* `code_hash` `para_id`
|
|
2331
|
+
**/
|
|
2332
|
+
PvfCheckRejected: GenericPalletEvent<
|
|
2333
|
+
Rv,
|
|
2334
|
+
'Paras',
|
|
2335
|
+
'PvfCheckRejected',
|
|
2336
|
+
[PolkadotParachainPrimitivesPrimitivesValidationCodeHash, PolkadotParachainPrimitivesPrimitivesId]
|
|
2337
|
+
>;
|
|
2338
|
+
|
|
2339
|
+
/**
|
|
2340
|
+
* Generic pallet event
|
|
2341
|
+
**/
|
|
2342
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
2343
|
+
};
|
|
2344
|
+
/**
|
|
2345
|
+
* Pallet `Hrmp`'s events
|
|
2346
|
+
**/
|
|
2347
|
+
hrmp: {
|
|
2348
|
+
/**
|
|
2349
|
+
* Open HRMP channel requested.
|
|
2350
|
+
**/
|
|
2351
|
+
OpenChannelRequested: GenericPalletEvent<
|
|
2352
|
+
Rv,
|
|
2353
|
+
'Hrmp',
|
|
2354
|
+
'OpenChannelRequested',
|
|
2355
|
+
{
|
|
2356
|
+
sender: PolkadotParachainPrimitivesPrimitivesId;
|
|
2357
|
+
recipient: PolkadotParachainPrimitivesPrimitivesId;
|
|
2358
|
+
proposedMaxCapacity: number;
|
|
2359
|
+
proposedMaxMessageSize: number;
|
|
2360
|
+
}
|
|
2361
|
+
>;
|
|
2362
|
+
|
|
2363
|
+
/**
|
|
2364
|
+
* An HRMP channel request sent by the receiver was canceled by either party.
|
|
2365
|
+
**/
|
|
2366
|
+
OpenChannelCanceled: GenericPalletEvent<
|
|
2367
|
+
Rv,
|
|
2368
|
+
'Hrmp',
|
|
2369
|
+
'OpenChannelCanceled',
|
|
2370
|
+
{
|
|
2371
|
+
byParachain: PolkadotParachainPrimitivesPrimitivesId;
|
|
2372
|
+
channelId: PolkadotParachainPrimitivesPrimitivesHrmpChannelId;
|
|
2373
|
+
}
|
|
2374
|
+
>;
|
|
2375
|
+
|
|
2376
|
+
/**
|
|
2377
|
+
* Open HRMP channel accepted.
|
|
2378
|
+
**/
|
|
2379
|
+
OpenChannelAccepted: GenericPalletEvent<
|
|
2380
|
+
Rv,
|
|
2381
|
+
'Hrmp',
|
|
2382
|
+
'OpenChannelAccepted',
|
|
2383
|
+
{ sender: PolkadotParachainPrimitivesPrimitivesId; recipient: PolkadotParachainPrimitivesPrimitivesId }
|
|
2384
|
+
>;
|
|
2385
|
+
|
|
2386
|
+
/**
|
|
2387
|
+
* HRMP channel closed.
|
|
2388
|
+
**/
|
|
2389
|
+
ChannelClosed: GenericPalletEvent<
|
|
2390
|
+
Rv,
|
|
2391
|
+
'Hrmp',
|
|
2392
|
+
'ChannelClosed',
|
|
2393
|
+
{
|
|
2394
|
+
byParachain: PolkadotParachainPrimitivesPrimitivesId;
|
|
2395
|
+
channelId: PolkadotParachainPrimitivesPrimitivesHrmpChannelId;
|
|
2396
|
+
}
|
|
2397
|
+
>;
|
|
2398
|
+
|
|
2399
|
+
/**
|
|
2400
|
+
* An HRMP channel was opened via Root origin.
|
|
2401
|
+
**/
|
|
2402
|
+
HrmpChannelForceOpened: GenericPalletEvent<
|
|
2403
|
+
Rv,
|
|
2404
|
+
'Hrmp',
|
|
2405
|
+
'HrmpChannelForceOpened',
|
|
2406
|
+
{
|
|
2407
|
+
sender: PolkadotParachainPrimitivesPrimitivesId;
|
|
2408
|
+
recipient: PolkadotParachainPrimitivesPrimitivesId;
|
|
2409
|
+
proposedMaxCapacity: number;
|
|
2410
|
+
proposedMaxMessageSize: number;
|
|
2411
|
+
}
|
|
2412
|
+
>;
|
|
2413
|
+
|
|
2414
|
+
/**
|
|
2415
|
+
* An HRMP channel was opened with a system chain.
|
|
2416
|
+
**/
|
|
2417
|
+
HrmpSystemChannelOpened: GenericPalletEvent<
|
|
2418
|
+
Rv,
|
|
2419
|
+
'Hrmp',
|
|
2420
|
+
'HrmpSystemChannelOpened',
|
|
2421
|
+
{
|
|
2422
|
+
sender: PolkadotParachainPrimitivesPrimitivesId;
|
|
2423
|
+
recipient: PolkadotParachainPrimitivesPrimitivesId;
|
|
2424
|
+
proposedMaxCapacity: number;
|
|
2425
|
+
proposedMaxMessageSize: number;
|
|
2426
|
+
}
|
|
2427
|
+
>;
|
|
2428
|
+
|
|
2429
|
+
/**
|
|
2430
|
+
* An HRMP channel's deposits were updated.
|
|
2431
|
+
**/
|
|
2432
|
+
OpenChannelDepositsUpdated: GenericPalletEvent<
|
|
2433
|
+
Rv,
|
|
2434
|
+
'Hrmp',
|
|
2435
|
+
'OpenChannelDepositsUpdated',
|
|
2436
|
+
{ sender: PolkadotParachainPrimitivesPrimitivesId; recipient: PolkadotParachainPrimitivesPrimitivesId }
|
|
2437
|
+
>;
|
|
2438
|
+
|
|
2439
|
+
/**
|
|
2440
|
+
* Generic pallet event
|
|
2441
|
+
**/
|
|
2442
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
2443
|
+
};
|
|
2444
|
+
/**
|
|
2445
|
+
* Pallet `ParasDisputes`'s events
|
|
2446
|
+
**/
|
|
2447
|
+
parasDisputes: {
|
|
2448
|
+
/**
|
|
2449
|
+
* A dispute has been initiated. \[candidate hash, dispute location\]
|
|
2450
|
+
**/
|
|
2451
|
+
DisputeInitiated: GenericPalletEvent<
|
|
2452
|
+
Rv,
|
|
2453
|
+
'ParasDisputes',
|
|
2454
|
+
'DisputeInitiated',
|
|
2455
|
+
[PolkadotCorePrimitivesCandidateHash, PolkadotRuntimeParachainsDisputesDisputeLocation]
|
|
2456
|
+
>;
|
|
2457
|
+
|
|
2458
|
+
/**
|
|
2459
|
+
* A dispute has concluded for or against a candidate.
|
|
2460
|
+
* `\[para id, candidate hash, dispute result\]`
|
|
2461
|
+
**/
|
|
2462
|
+
DisputeConcluded: GenericPalletEvent<
|
|
2463
|
+
Rv,
|
|
2464
|
+
'ParasDisputes',
|
|
2465
|
+
'DisputeConcluded',
|
|
2466
|
+
[PolkadotCorePrimitivesCandidateHash, PolkadotRuntimeParachainsDisputesDisputeResult]
|
|
2467
|
+
>;
|
|
2468
|
+
|
|
2469
|
+
/**
|
|
2470
|
+
* A dispute has concluded with supermajority against a candidate.
|
|
2471
|
+
* Block authors should no longer build on top of this head and should
|
|
2472
|
+
* instead revert the block at the given height. This should be the
|
|
2473
|
+
* number of the child of the last known valid block in the chain.
|
|
2474
|
+
**/
|
|
2475
|
+
Revert: GenericPalletEvent<Rv, 'ParasDisputes', 'Revert', number>;
|
|
2476
|
+
|
|
2477
|
+
/**
|
|
2478
|
+
* Generic pallet event
|
|
2479
|
+
**/
|
|
2480
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
2481
|
+
};
|
|
2482
|
+
/**
|
|
2483
|
+
* Pallet `MessageQueue`'s events
|
|
2484
|
+
**/
|
|
2485
|
+
messageQueue: {
|
|
2486
|
+
/**
|
|
2487
|
+
* Message discarded due to an error in the `MessageProcessor` (usually a format error).
|
|
2488
|
+
**/
|
|
2489
|
+
ProcessingFailed: GenericPalletEvent<
|
|
2490
|
+
Rv,
|
|
2491
|
+
'MessageQueue',
|
|
2492
|
+
'ProcessingFailed',
|
|
2493
|
+
{
|
|
2494
|
+
/**
|
|
2495
|
+
* The `blake2_256` hash of the message.
|
|
2496
|
+
**/
|
|
2497
|
+
id: H256;
|
|
2498
|
+
|
|
2499
|
+
/**
|
|
2500
|
+
* The queue of the message.
|
|
2501
|
+
**/
|
|
2502
|
+
origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin;
|
|
2503
|
+
|
|
2504
|
+
/**
|
|
2505
|
+
* The error that occurred.
|
|
2506
|
+
*
|
|
2507
|
+
* This error is pretty opaque. More fine-grained errors need to be emitted as events
|
|
2508
|
+
* by the `MessageProcessor`.
|
|
2509
|
+
**/
|
|
2510
|
+
error: FrameSupportMessagesProcessMessageError;
|
|
2511
|
+
}
|
|
2512
|
+
>;
|
|
2513
|
+
|
|
2514
|
+
/**
|
|
2515
|
+
* Message is processed.
|
|
2516
|
+
**/
|
|
2517
|
+
Processed: GenericPalletEvent<
|
|
2518
|
+
Rv,
|
|
2519
|
+
'MessageQueue',
|
|
2520
|
+
'Processed',
|
|
2521
|
+
{
|
|
2522
|
+
/**
|
|
2523
|
+
* The `blake2_256` hash of the message.
|
|
2524
|
+
**/
|
|
2525
|
+
id: H256;
|
|
2526
|
+
|
|
2527
|
+
/**
|
|
2528
|
+
* The queue of the message.
|
|
2529
|
+
**/
|
|
2530
|
+
origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin;
|
|
2531
|
+
|
|
2532
|
+
/**
|
|
2533
|
+
* How much weight was used to process the message.
|
|
2534
|
+
**/
|
|
2535
|
+
weightUsed: SpWeightsWeightV2Weight;
|
|
2536
|
+
|
|
2537
|
+
/**
|
|
2538
|
+
* Whether the message was processed.
|
|
2539
|
+
*
|
|
2540
|
+
* Note that this does not mean that the underlying `MessageProcessor` was internally
|
|
2541
|
+
* successful. It *solely* means that the MQ pallet will treat this as a success
|
|
2542
|
+
* condition and discard the message. Any internal error needs to be emitted as events
|
|
2543
|
+
* by the `MessageProcessor`.
|
|
2544
|
+
**/
|
|
2545
|
+
success: boolean;
|
|
2546
|
+
}
|
|
2547
|
+
>;
|
|
2548
|
+
|
|
2549
|
+
/**
|
|
2550
|
+
* Message placed in overweight queue.
|
|
2551
|
+
**/
|
|
2552
|
+
OverweightEnqueued: GenericPalletEvent<
|
|
2553
|
+
Rv,
|
|
2554
|
+
'MessageQueue',
|
|
2555
|
+
'OverweightEnqueued',
|
|
2556
|
+
{
|
|
2557
|
+
/**
|
|
2558
|
+
* The `blake2_256` hash of the message.
|
|
2559
|
+
**/
|
|
2560
|
+
id: FixedBytes<32>;
|
|
2561
|
+
|
|
2562
|
+
/**
|
|
2563
|
+
* The queue of the message.
|
|
2564
|
+
**/
|
|
2565
|
+
origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin;
|
|
2566
|
+
|
|
2567
|
+
/**
|
|
2568
|
+
* The page of the message.
|
|
2569
|
+
**/
|
|
2570
|
+
pageIndex: number;
|
|
2571
|
+
|
|
2572
|
+
/**
|
|
2573
|
+
* The index of the message within the page.
|
|
2574
|
+
**/
|
|
2575
|
+
messageIndex: number;
|
|
2576
|
+
}
|
|
2577
|
+
>;
|
|
2578
|
+
|
|
2579
|
+
/**
|
|
2580
|
+
* This page was reaped.
|
|
2581
|
+
**/
|
|
2582
|
+
PageReaped: GenericPalletEvent<
|
|
2583
|
+
Rv,
|
|
2584
|
+
'MessageQueue',
|
|
2585
|
+
'PageReaped',
|
|
2586
|
+
{
|
|
2587
|
+
/**
|
|
2588
|
+
* The queue of the page.
|
|
2589
|
+
**/
|
|
2590
|
+
origin: PolkadotRuntimeParachainsInclusionAggregateMessageOrigin;
|
|
2591
|
+
|
|
2592
|
+
/**
|
|
2593
|
+
* The index of the page.
|
|
2594
|
+
**/
|
|
2595
|
+
index: number;
|
|
2596
|
+
}
|
|
2597
|
+
>;
|
|
2598
|
+
|
|
2599
|
+
/**
|
|
2600
|
+
* Generic pallet event
|
|
2601
|
+
**/
|
|
2602
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
2603
|
+
};
|
|
2604
|
+
/**
|
|
2605
|
+
* Pallet `OnDemandAssignmentProvider`'s events
|
|
2606
|
+
**/
|
|
2607
|
+
onDemandAssignmentProvider: {
|
|
2608
|
+
/**
|
|
2609
|
+
* An order was placed at some spot price amount.
|
|
2610
|
+
**/
|
|
2611
|
+
OnDemandOrderPlaced: GenericPalletEvent<
|
|
2612
|
+
Rv,
|
|
2613
|
+
'OnDemandAssignmentProvider',
|
|
2614
|
+
'OnDemandOrderPlaced',
|
|
2615
|
+
{ paraId: PolkadotParachainPrimitivesPrimitivesId; spotPrice: bigint }
|
|
2616
|
+
>;
|
|
2617
|
+
|
|
2618
|
+
/**
|
|
2619
|
+
* The value of the spot traffic multiplier changed.
|
|
2620
|
+
**/
|
|
2621
|
+
SpotTrafficSet: GenericPalletEvent<Rv, 'OnDemandAssignmentProvider', 'SpotTrafficSet', { traffic: FixedU128 }>;
|
|
2622
|
+
|
|
2623
|
+
/**
|
|
2624
|
+
* Generic pallet event
|
|
2625
|
+
**/
|
|
2626
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
2627
|
+
};
|
|
2628
|
+
/**
|
|
2629
|
+
* Pallet `Registrar`'s events
|
|
2630
|
+
**/
|
|
2631
|
+
registrar: {
|
|
2632
|
+
Registered: GenericPalletEvent<
|
|
2633
|
+
Rv,
|
|
2634
|
+
'Registrar',
|
|
2635
|
+
'Registered',
|
|
2636
|
+
{ paraId: PolkadotParachainPrimitivesPrimitivesId; manager: AccountId32 }
|
|
2637
|
+
>;
|
|
2638
|
+
Deregistered: GenericPalletEvent<
|
|
2639
|
+
Rv,
|
|
2640
|
+
'Registrar',
|
|
2641
|
+
'Deregistered',
|
|
2642
|
+
{ paraId: PolkadotParachainPrimitivesPrimitivesId }
|
|
2643
|
+
>;
|
|
2644
|
+
Reserved: GenericPalletEvent<
|
|
2645
|
+
Rv,
|
|
2646
|
+
'Registrar',
|
|
2647
|
+
'Reserved',
|
|
2648
|
+
{ paraId: PolkadotParachainPrimitivesPrimitivesId; who: AccountId32 }
|
|
2649
|
+
>;
|
|
2650
|
+
Swapped: GenericPalletEvent<
|
|
2651
|
+
Rv,
|
|
2652
|
+
'Registrar',
|
|
2653
|
+
'Swapped',
|
|
2654
|
+
{ paraId: PolkadotParachainPrimitivesPrimitivesId; otherId: PolkadotParachainPrimitivesPrimitivesId }
|
|
2655
|
+
>;
|
|
2656
|
+
|
|
2657
|
+
/**
|
|
2658
|
+
* Generic pallet event
|
|
2659
|
+
**/
|
|
2660
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
2661
|
+
};
|
|
2662
|
+
/**
|
|
2663
|
+
* Pallet `Slots`'s events
|
|
2664
|
+
**/
|
|
2665
|
+
slots: {
|
|
2666
|
+
/**
|
|
2667
|
+
* A new `[lease_period]` is beginning.
|
|
2668
|
+
**/
|
|
2669
|
+
NewLeasePeriod: GenericPalletEvent<Rv, 'Slots', 'NewLeasePeriod', { leasePeriod: number }>;
|
|
2670
|
+
|
|
2671
|
+
/**
|
|
2672
|
+
* A para has won the right to a continuous set of lease periods as a parachain.
|
|
2673
|
+
* First balance is any extra amount reserved on top of the para's existing deposit.
|
|
2674
|
+
* Second balance is the total amount reserved.
|
|
2675
|
+
**/
|
|
2676
|
+
Leased: GenericPalletEvent<
|
|
2677
|
+
Rv,
|
|
2678
|
+
'Slots',
|
|
2679
|
+
'Leased',
|
|
2680
|
+
{
|
|
2681
|
+
paraId: PolkadotParachainPrimitivesPrimitivesId;
|
|
2682
|
+
leaser: AccountId32;
|
|
2683
|
+
periodBegin: number;
|
|
2684
|
+
periodCount: number;
|
|
2685
|
+
extraReserved: bigint;
|
|
2686
|
+
totalAmount: bigint;
|
|
2687
|
+
}
|
|
2688
|
+
>;
|
|
2689
|
+
|
|
2690
|
+
/**
|
|
2691
|
+
* Generic pallet event
|
|
2692
|
+
**/
|
|
2693
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
2694
|
+
};
|
|
2695
|
+
/**
|
|
2696
|
+
* Pallet `Auctions`'s events
|
|
2697
|
+
**/
|
|
2698
|
+
auctions: {
|
|
2699
|
+
/**
|
|
2700
|
+
* An auction started. Provides its index and the block number where it will begin to
|
|
2701
|
+
* close and the first lease period of the quadruplet that is auctioned.
|
|
2702
|
+
**/
|
|
2703
|
+
AuctionStarted: GenericPalletEvent<
|
|
2704
|
+
Rv,
|
|
2705
|
+
'Auctions',
|
|
2706
|
+
'AuctionStarted',
|
|
2707
|
+
{ auctionIndex: number; leasePeriod: number; ending: number }
|
|
2708
|
+
>;
|
|
2709
|
+
|
|
2710
|
+
/**
|
|
2711
|
+
* An auction ended. All funds become unreserved.
|
|
2712
|
+
**/
|
|
2713
|
+
AuctionClosed: GenericPalletEvent<Rv, 'Auctions', 'AuctionClosed', { auctionIndex: number }>;
|
|
2714
|
+
|
|
2715
|
+
/**
|
|
2716
|
+
* Funds were reserved for a winning bid. First balance is the extra amount reserved.
|
|
2717
|
+
* Second is the total.
|
|
2718
|
+
**/
|
|
2719
|
+
Reserved: GenericPalletEvent<
|
|
2720
|
+
Rv,
|
|
2721
|
+
'Auctions',
|
|
2722
|
+
'Reserved',
|
|
2723
|
+
{ bidder: AccountId32; extraReserved: bigint; totalAmount: bigint }
|
|
2724
|
+
>;
|
|
2725
|
+
|
|
2726
|
+
/**
|
|
2727
|
+
* Funds were unreserved since bidder is no longer active. `[bidder, amount]`
|
|
2728
|
+
**/
|
|
2729
|
+
Unreserved: GenericPalletEvent<Rv, 'Auctions', 'Unreserved', { bidder: AccountId32; amount: bigint }>;
|
|
2730
|
+
|
|
2731
|
+
/**
|
|
2732
|
+
* Someone attempted to lease the same slot twice for a parachain. The amount is held in
|
|
2733
|
+
* reserve but no parachain slot has been leased.
|
|
2734
|
+
**/
|
|
2735
|
+
ReserveConfiscated: GenericPalletEvent<
|
|
2736
|
+
Rv,
|
|
2737
|
+
'Auctions',
|
|
2738
|
+
'ReserveConfiscated',
|
|
2739
|
+
{ paraId: PolkadotParachainPrimitivesPrimitivesId; leaser: AccountId32; amount: bigint }
|
|
2740
|
+
>;
|
|
2741
|
+
|
|
2742
|
+
/**
|
|
2743
|
+
* A new bid has been accepted as the current winner.
|
|
2744
|
+
**/
|
|
2745
|
+
BidAccepted: GenericPalletEvent<
|
|
2746
|
+
Rv,
|
|
2747
|
+
'Auctions',
|
|
2748
|
+
'BidAccepted',
|
|
2749
|
+
{
|
|
2750
|
+
bidder: AccountId32;
|
|
2751
|
+
paraId: PolkadotParachainPrimitivesPrimitivesId;
|
|
2752
|
+
amount: bigint;
|
|
2753
|
+
firstSlot: number;
|
|
2754
|
+
lastSlot: number;
|
|
2755
|
+
}
|
|
2756
|
+
>;
|
|
2757
|
+
|
|
2758
|
+
/**
|
|
2759
|
+
* The winning offset was chosen for an auction. This will map into the `Winning` storage
|
|
2760
|
+
* map.
|
|
2761
|
+
**/
|
|
2762
|
+
WinningOffset: GenericPalletEvent<Rv, 'Auctions', 'WinningOffset', { auctionIndex: number; blockNumber: number }>;
|
|
2763
|
+
|
|
2764
|
+
/**
|
|
2765
|
+
* Generic pallet event
|
|
2766
|
+
**/
|
|
2767
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
2768
|
+
};
|
|
2769
|
+
/**
|
|
2770
|
+
* Pallet `Crowdloan`'s events
|
|
2771
|
+
**/
|
|
2772
|
+
crowdloan: {
|
|
2773
|
+
/**
|
|
2774
|
+
* Create a new crowdloaning campaign.
|
|
2775
|
+
**/
|
|
2776
|
+
Created: GenericPalletEvent<Rv, 'Crowdloan', 'Created', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
|
|
2777
|
+
|
|
2778
|
+
/**
|
|
2779
|
+
* Contributed to a crowd sale.
|
|
2780
|
+
**/
|
|
2781
|
+
Contributed: GenericPalletEvent<
|
|
2782
|
+
Rv,
|
|
2783
|
+
'Crowdloan',
|
|
2784
|
+
'Contributed',
|
|
2785
|
+
{ who: AccountId32; fundIndex: PolkadotParachainPrimitivesPrimitivesId; amount: bigint }
|
|
2786
|
+
>;
|
|
2787
|
+
|
|
2788
|
+
/**
|
|
2789
|
+
* Withdrew full balance of a contributor.
|
|
2790
|
+
**/
|
|
2791
|
+
Withdrew: GenericPalletEvent<
|
|
2792
|
+
Rv,
|
|
2793
|
+
'Crowdloan',
|
|
2794
|
+
'Withdrew',
|
|
2795
|
+
{ who: AccountId32; fundIndex: PolkadotParachainPrimitivesPrimitivesId; amount: bigint }
|
|
2796
|
+
>;
|
|
2797
|
+
|
|
2798
|
+
/**
|
|
2799
|
+
* The loans in a fund have been partially dissolved, i.e. there are some left
|
|
2800
|
+
* over child keys that still need to be killed.
|
|
2801
|
+
**/
|
|
2802
|
+
PartiallyRefunded: GenericPalletEvent<
|
|
2803
|
+
Rv,
|
|
2804
|
+
'Crowdloan',
|
|
2805
|
+
'PartiallyRefunded',
|
|
2806
|
+
{ paraId: PolkadotParachainPrimitivesPrimitivesId }
|
|
2807
|
+
>;
|
|
2808
|
+
|
|
2809
|
+
/**
|
|
2810
|
+
* All loans in a fund have been refunded.
|
|
2811
|
+
**/
|
|
2812
|
+
AllRefunded: GenericPalletEvent<
|
|
2813
|
+
Rv,
|
|
2814
|
+
'Crowdloan',
|
|
2815
|
+
'AllRefunded',
|
|
2816
|
+
{ paraId: PolkadotParachainPrimitivesPrimitivesId }
|
|
2817
|
+
>;
|
|
2818
|
+
|
|
2819
|
+
/**
|
|
2820
|
+
* Fund is dissolved.
|
|
2821
|
+
**/
|
|
2822
|
+
Dissolved: GenericPalletEvent<Rv, 'Crowdloan', 'Dissolved', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
|
|
2823
|
+
|
|
2824
|
+
/**
|
|
2825
|
+
* The result of trying to submit a new bid to the Slots pallet.
|
|
2826
|
+
**/
|
|
2827
|
+
HandleBidResult: GenericPalletEvent<
|
|
2828
|
+
Rv,
|
|
2829
|
+
'Crowdloan',
|
|
2830
|
+
'HandleBidResult',
|
|
2831
|
+
{ paraId: PolkadotParachainPrimitivesPrimitivesId; result: Result<[], DispatchError> }
|
|
2832
|
+
>;
|
|
2833
|
+
|
|
2834
|
+
/**
|
|
2835
|
+
* The configuration to a crowdloan has been edited.
|
|
2836
|
+
**/
|
|
2837
|
+
Edited: GenericPalletEvent<Rv, 'Crowdloan', 'Edited', { paraId: PolkadotParachainPrimitivesPrimitivesId }>;
|
|
2838
|
+
|
|
2839
|
+
/**
|
|
2840
|
+
* A memo has been updated.
|
|
2841
|
+
**/
|
|
2842
|
+
MemoUpdated: GenericPalletEvent<
|
|
2843
|
+
Rv,
|
|
2844
|
+
'Crowdloan',
|
|
2845
|
+
'MemoUpdated',
|
|
2846
|
+
{ who: AccountId32; paraId: PolkadotParachainPrimitivesPrimitivesId; memo: Bytes }
|
|
2847
|
+
>;
|
|
2848
|
+
|
|
2849
|
+
/**
|
|
2850
|
+
* A parachain has been moved to `NewRaise`
|
|
2851
|
+
**/
|
|
2852
|
+
AddedToNewRaise: GenericPalletEvent<
|
|
2853
|
+
Rv,
|
|
2854
|
+
'Crowdloan',
|
|
2855
|
+
'AddedToNewRaise',
|
|
2856
|
+
{ paraId: PolkadotParachainPrimitivesPrimitivesId }
|
|
2857
|
+
>;
|
|
2858
|
+
|
|
2859
|
+
/**
|
|
2860
|
+
* Generic pallet event
|
|
2861
|
+
**/
|
|
2862
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
2863
|
+
};
|
|
2864
|
+
/**
|
|
2865
|
+
* Pallet `Coretime`'s events
|
|
2866
|
+
**/
|
|
2867
|
+
coretime: {
|
|
2868
|
+
/**
|
|
2869
|
+
* The broker chain has asked for revenue information for a specific block.
|
|
2870
|
+
**/
|
|
2871
|
+
RevenueInfoRequested: GenericPalletEvent<Rv, 'Coretime', 'RevenueInfoRequested', { when: number }>;
|
|
2872
|
+
|
|
2873
|
+
/**
|
|
2874
|
+
* A core has received a new assignment from the broker chain.
|
|
2875
|
+
**/
|
|
2876
|
+
CoreAssigned: GenericPalletEvent<Rv, 'Coretime', 'CoreAssigned', { core: PolkadotPrimitivesV7CoreIndex }>;
|
|
2877
|
+
|
|
2878
|
+
/**
|
|
2879
|
+
* Generic pallet event
|
|
2880
|
+
**/
|
|
2881
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
2882
|
+
};
|
|
2883
|
+
/**
|
|
2884
|
+
* Pallet `XcmPallet`'s events
|
|
2885
|
+
**/
|
|
2886
|
+
xcmPallet: {
|
|
2887
|
+
/**
|
|
2888
|
+
* Execution of an XCM message was attempted.
|
|
2889
|
+
**/
|
|
2890
|
+
Attempted: GenericPalletEvent<Rv, 'XcmPallet', 'Attempted', { outcome: StagingXcmV4TraitsOutcome }>;
|
|
2891
|
+
|
|
2892
|
+
/**
|
|
2893
|
+
* A XCM message was sent.
|
|
2894
|
+
**/
|
|
2895
|
+
Sent: GenericPalletEvent<
|
|
2896
|
+
Rv,
|
|
2897
|
+
'XcmPallet',
|
|
2898
|
+
'Sent',
|
|
2899
|
+
{
|
|
2900
|
+
origin: StagingXcmV4Location;
|
|
2901
|
+
destination: StagingXcmV4Location;
|
|
2902
|
+
message: StagingXcmV4Xcm;
|
|
2903
|
+
messageId: FixedBytes<32>;
|
|
2904
|
+
}
|
|
2905
|
+
>;
|
|
2906
|
+
|
|
2907
|
+
/**
|
|
2908
|
+
* Query response received which does not match a registered query. This may be because a
|
|
2909
|
+
* matching query was never registered, it may be because it is a duplicate response, or
|
|
2910
|
+
* because the query timed out.
|
|
2911
|
+
**/
|
|
2912
|
+
UnexpectedResponse: GenericPalletEvent<
|
|
2913
|
+
Rv,
|
|
2914
|
+
'XcmPallet',
|
|
2915
|
+
'UnexpectedResponse',
|
|
2916
|
+
{ origin: StagingXcmV4Location; queryId: bigint }
|
|
2917
|
+
>;
|
|
2918
|
+
|
|
2919
|
+
/**
|
|
2920
|
+
* Query response has been received and is ready for taking with `take_response`. There is
|
|
2921
|
+
* no registered notification call.
|
|
2922
|
+
**/
|
|
2923
|
+
ResponseReady: GenericPalletEvent<
|
|
2924
|
+
Rv,
|
|
2925
|
+
'XcmPallet',
|
|
2926
|
+
'ResponseReady',
|
|
2927
|
+
{ queryId: bigint; response: StagingXcmV4Response }
|
|
2928
|
+
>;
|
|
2929
|
+
|
|
2930
|
+
/**
|
|
2931
|
+
* Query response has been received and query is removed. The registered notification has
|
|
2932
|
+
* been dispatched and executed successfully.
|
|
2933
|
+
**/
|
|
2934
|
+
Notified: GenericPalletEvent<
|
|
2935
|
+
Rv,
|
|
2936
|
+
'XcmPallet',
|
|
2937
|
+
'Notified',
|
|
2938
|
+
{ queryId: bigint; palletIndex: number; callIndex: number }
|
|
2939
|
+
>;
|
|
2940
|
+
|
|
2941
|
+
/**
|
|
2942
|
+
* Query response has been received and query is removed. The registered notification
|
|
2943
|
+
* could not be dispatched because the dispatch weight is greater than the maximum weight
|
|
2944
|
+
* originally budgeted by this runtime for the query result.
|
|
2945
|
+
**/
|
|
2946
|
+
NotifyOverweight: GenericPalletEvent<
|
|
2947
|
+
Rv,
|
|
2948
|
+
'XcmPallet',
|
|
2949
|
+
'NotifyOverweight',
|
|
2950
|
+
{
|
|
2951
|
+
queryId: bigint;
|
|
2952
|
+
palletIndex: number;
|
|
2953
|
+
callIndex: number;
|
|
2954
|
+
actualWeight: SpWeightsWeightV2Weight;
|
|
2955
|
+
maxBudgetedWeight: SpWeightsWeightV2Weight;
|
|
2956
|
+
}
|
|
2957
|
+
>;
|
|
2958
|
+
|
|
2959
|
+
/**
|
|
2960
|
+
* Query response has been received and query is removed. There was a general error with
|
|
2961
|
+
* dispatching the notification call.
|
|
2962
|
+
**/
|
|
2963
|
+
NotifyDispatchError: GenericPalletEvent<
|
|
2964
|
+
Rv,
|
|
2965
|
+
'XcmPallet',
|
|
2966
|
+
'NotifyDispatchError',
|
|
2967
|
+
{ queryId: bigint; palletIndex: number; callIndex: number }
|
|
2968
|
+
>;
|
|
2969
|
+
|
|
2970
|
+
/**
|
|
2971
|
+
* Query response has been received and query is removed. The dispatch was unable to be
|
|
2972
|
+
* decoded into a `Call`; this might be due to dispatch function having a signature which
|
|
2973
|
+
* is not `(origin, QueryId, Response)`.
|
|
2974
|
+
**/
|
|
2975
|
+
NotifyDecodeFailed: GenericPalletEvent<
|
|
2976
|
+
Rv,
|
|
2977
|
+
'XcmPallet',
|
|
2978
|
+
'NotifyDecodeFailed',
|
|
2979
|
+
{ queryId: bigint; palletIndex: number; callIndex: number }
|
|
2980
|
+
>;
|
|
2981
|
+
|
|
2982
|
+
/**
|
|
2983
|
+
* Expected query response has been received but the origin location of the response does
|
|
2984
|
+
* not match that expected. The query remains registered for a later, valid, response to
|
|
2985
|
+
* be received and acted upon.
|
|
2986
|
+
**/
|
|
2987
|
+
InvalidResponder: GenericPalletEvent<
|
|
2988
|
+
Rv,
|
|
2989
|
+
'XcmPallet',
|
|
2990
|
+
'InvalidResponder',
|
|
2991
|
+
{ origin: StagingXcmV4Location; queryId: bigint; expectedLocation?: StagingXcmV4Location | undefined }
|
|
2992
|
+
>;
|
|
2993
|
+
|
|
2994
|
+
/**
|
|
2995
|
+
* Expected query response has been received but the expected origin location placed in
|
|
2996
|
+
* storage by this runtime previously cannot be decoded. The query remains registered.
|
|
2997
|
+
*
|
|
2998
|
+
* This is unexpected (since a location placed in storage in a previously executing
|
|
2999
|
+
* runtime should be readable prior to query timeout) and dangerous since the possibly
|
|
3000
|
+
* valid response will be dropped. Manual governance intervention is probably going to be
|
|
3001
|
+
* needed.
|
|
3002
|
+
**/
|
|
3003
|
+
InvalidResponderVersion: GenericPalletEvent<
|
|
3004
|
+
Rv,
|
|
3005
|
+
'XcmPallet',
|
|
3006
|
+
'InvalidResponderVersion',
|
|
3007
|
+
{ origin: StagingXcmV4Location; queryId: bigint }
|
|
3008
|
+
>;
|
|
3009
|
+
|
|
3010
|
+
/**
|
|
3011
|
+
* Received query response has been read and removed.
|
|
3012
|
+
**/
|
|
3013
|
+
ResponseTaken: GenericPalletEvent<Rv, 'XcmPallet', 'ResponseTaken', { queryId: bigint }>;
|
|
3014
|
+
|
|
3015
|
+
/**
|
|
3016
|
+
* Some assets have been placed in an asset trap.
|
|
3017
|
+
**/
|
|
3018
|
+
AssetsTrapped: GenericPalletEvent<
|
|
3019
|
+
Rv,
|
|
3020
|
+
'XcmPallet',
|
|
3021
|
+
'AssetsTrapped',
|
|
3022
|
+
{ hash: H256; origin: StagingXcmV4Location; assets: XcmVersionedAssets }
|
|
3023
|
+
>;
|
|
3024
|
+
|
|
3025
|
+
/**
|
|
3026
|
+
* An XCM version change notification message has been attempted to be sent.
|
|
3027
|
+
*
|
|
3028
|
+
* The cost of sending it (borne by the chain) is included.
|
|
3029
|
+
**/
|
|
3030
|
+
VersionChangeNotified: GenericPalletEvent<
|
|
3031
|
+
Rv,
|
|
3032
|
+
'XcmPallet',
|
|
3033
|
+
'VersionChangeNotified',
|
|
3034
|
+
{ destination: StagingXcmV4Location; result: number; cost: StagingXcmV4AssetAssets; messageId: FixedBytes<32> }
|
|
3035
|
+
>;
|
|
3036
|
+
|
|
3037
|
+
/**
|
|
3038
|
+
* The supported version of a location has been changed. This might be through an
|
|
3039
|
+
* automatic notification or a manual intervention.
|
|
3040
|
+
**/
|
|
3041
|
+
SupportedVersionChanged: GenericPalletEvent<
|
|
3042
|
+
Rv,
|
|
3043
|
+
'XcmPallet',
|
|
3044
|
+
'SupportedVersionChanged',
|
|
3045
|
+
{ location: StagingXcmV4Location; version: number }
|
|
3046
|
+
>;
|
|
3047
|
+
|
|
3048
|
+
/**
|
|
3049
|
+
* A given location which had a version change subscription was dropped owing to an error
|
|
3050
|
+
* sending the notification to it.
|
|
3051
|
+
**/
|
|
3052
|
+
NotifyTargetSendFail: GenericPalletEvent<
|
|
3053
|
+
Rv,
|
|
3054
|
+
'XcmPallet',
|
|
3055
|
+
'NotifyTargetSendFail',
|
|
3056
|
+
{ location: StagingXcmV4Location; queryId: bigint; error: XcmV3TraitsError }
|
|
3057
|
+
>;
|
|
3058
|
+
|
|
3059
|
+
/**
|
|
3060
|
+
* A given location which had a version change subscription was dropped owing to an error
|
|
3061
|
+
* migrating the location to our new XCM format.
|
|
3062
|
+
**/
|
|
3063
|
+
NotifyTargetMigrationFail: GenericPalletEvent<
|
|
3064
|
+
Rv,
|
|
3065
|
+
'XcmPallet',
|
|
3066
|
+
'NotifyTargetMigrationFail',
|
|
3067
|
+
{ location: XcmVersionedLocation; queryId: bigint }
|
|
3068
|
+
>;
|
|
3069
|
+
|
|
3070
|
+
/**
|
|
3071
|
+
* Expected query response has been received but the expected querier location placed in
|
|
3072
|
+
* storage by this runtime previously cannot be decoded. The query remains registered.
|
|
3073
|
+
*
|
|
3074
|
+
* This is unexpected (since a location placed in storage in a previously executing
|
|
3075
|
+
* runtime should be readable prior to query timeout) and dangerous since the possibly
|
|
3076
|
+
* valid response will be dropped. Manual governance intervention is probably going to be
|
|
3077
|
+
* needed.
|
|
3078
|
+
**/
|
|
3079
|
+
InvalidQuerierVersion: GenericPalletEvent<
|
|
3080
|
+
Rv,
|
|
3081
|
+
'XcmPallet',
|
|
3082
|
+
'InvalidQuerierVersion',
|
|
3083
|
+
{ origin: StagingXcmV4Location; queryId: bigint }
|
|
3084
|
+
>;
|
|
3085
|
+
|
|
3086
|
+
/**
|
|
3087
|
+
* Expected query response has been received but the querier location of the response does
|
|
3088
|
+
* not match the expected. The query remains registered for a later, valid, response to
|
|
3089
|
+
* be received and acted upon.
|
|
3090
|
+
**/
|
|
3091
|
+
InvalidQuerier: GenericPalletEvent<
|
|
3092
|
+
Rv,
|
|
3093
|
+
'XcmPallet',
|
|
3094
|
+
'InvalidQuerier',
|
|
3095
|
+
{
|
|
3096
|
+
origin: StagingXcmV4Location;
|
|
3097
|
+
queryId: bigint;
|
|
3098
|
+
expectedQuerier: StagingXcmV4Location;
|
|
3099
|
+
maybeActualQuerier?: StagingXcmV4Location | undefined;
|
|
3100
|
+
}
|
|
3101
|
+
>;
|
|
3102
|
+
|
|
3103
|
+
/**
|
|
3104
|
+
* A remote has requested XCM version change notification from us and we have honored it.
|
|
3105
|
+
* A version information message is sent to them and its cost is included.
|
|
3106
|
+
**/
|
|
3107
|
+
VersionNotifyStarted: GenericPalletEvent<
|
|
3108
|
+
Rv,
|
|
3109
|
+
'XcmPallet',
|
|
3110
|
+
'VersionNotifyStarted',
|
|
3111
|
+
{ destination: StagingXcmV4Location; cost: StagingXcmV4AssetAssets; messageId: FixedBytes<32> }
|
|
3112
|
+
>;
|
|
3113
|
+
|
|
3114
|
+
/**
|
|
3115
|
+
* We have requested that a remote chain send us XCM version change notifications.
|
|
3116
|
+
**/
|
|
3117
|
+
VersionNotifyRequested: GenericPalletEvent<
|
|
3118
|
+
Rv,
|
|
3119
|
+
'XcmPallet',
|
|
3120
|
+
'VersionNotifyRequested',
|
|
3121
|
+
{ destination: StagingXcmV4Location; cost: StagingXcmV4AssetAssets; messageId: FixedBytes<32> }
|
|
3122
|
+
>;
|
|
3123
|
+
|
|
3124
|
+
/**
|
|
3125
|
+
* We have requested that a remote chain stops sending us XCM version change
|
|
3126
|
+
* notifications.
|
|
3127
|
+
**/
|
|
3128
|
+
VersionNotifyUnrequested: GenericPalletEvent<
|
|
3129
|
+
Rv,
|
|
3130
|
+
'XcmPallet',
|
|
3131
|
+
'VersionNotifyUnrequested',
|
|
3132
|
+
{ destination: StagingXcmV4Location; cost: StagingXcmV4AssetAssets; messageId: FixedBytes<32> }
|
|
3133
|
+
>;
|
|
3134
|
+
|
|
3135
|
+
/**
|
|
3136
|
+
* Fees were paid from a location for an operation (often for using `SendXcm`).
|
|
3137
|
+
**/
|
|
3138
|
+
FeesPaid: GenericPalletEvent<
|
|
3139
|
+
Rv,
|
|
3140
|
+
'XcmPallet',
|
|
3141
|
+
'FeesPaid',
|
|
3142
|
+
{ paying: StagingXcmV4Location; fees: StagingXcmV4AssetAssets }
|
|
3143
|
+
>;
|
|
3144
|
+
|
|
3145
|
+
/**
|
|
3146
|
+
* Some assets have been claimed from an asset trap
|
|
3147
|
+
**/
|
|
3148
|
+
AssetsClaimed: GenericPalletEvent<
|
|
3149
|
+
Rv,
|
|
3150
|
+
'XcmPallet',
|
|
3151
|
+
'AssetsClaimed',
|
|
3152
|
+
{ hash: H256; origin: StagingXcmV4Location; assets: XcmVersionedAssets }
|
|
3153
|
+
>;
|
|
3154
|
+
|
|
3155
|
+
/**
|
|
3156
|
+
* A XCM version migration finished.
|
|
3157
|
+
**/
|
|
3158
|
+
VersionMigrationFinished: GenericPalletEvent<Rv, 'XcmPallet', 'VersionMigrationFinished', { version: number }>;
|
|
3159
|
+
|
|
3160
|
+
/**
|
|
3161
|
+
* Generic pallet event
|
|
3162
|
+
**/
|
|
3163
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
3164
|
+
};
|
|
3165
|
+
/**
|
|
3166
|
+
* Pallet `IdentityMigrator`'s events
|
|
3167
|
+
**/
|
|
3168
|
+
identityMigrator: {
|
|
3169
|
+
/**
|
|
3170
|
+
* The identity and all sub accounts were reaped for `who`.
|
|
3171
|
+
**/
|
|
3172
|
+
IdentityReaped: GenericPalletEvent<Rv, 'IdentityMigrator', 'IdentityReaped', { who: AccountId32 }>;
|
|
3173
|
+
|
|
3174
|
+
/**
|
|
3175
|
+
* The deposits held for `who` were updated. `identity` is the new deposit held for
|
|
3176
|
+
* identity info, and `subs` is the new deposit held for the sub-accounts.
|
|
3177
|
+
**/
|
|
3178
|
+
DepositUpdated: GenericPalletEvent<
|
|
3179
|
+
Rv,
|
|
3180
|
+
'IdentityMigrator',
|
|
3181
|
+
'DepositUpdated',
|
|
3182
|
+
{ who: AccountId32; identity: bigint; subs: bigint }
|
|
3183
|
+
>;
|
|
3184
|
+
|
|
3185
|
+
/**
|
|
3186
|
+
* Generic pallet event
|
|
3187
|
+
**/
|
|
3188
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
3189
|
+
};
|
|
3190
|
+
/**
|
|
3191
|
+
* Pallet `AssignedSlots`'s events
|
|
3192
|
+
**/
|
|
3193
|
+
assignedSlots: {
|
|
3194
|
+
/**
|
|
3195
|
+
* A parachain was assigned a permanent parachain slot
|
|
3196
|
+
**/
|
|
3197
|
+
PermanentSlotAssigned: GenericPalletEvent<
|
|
3198
|
+
Rv,
|
|
3199
|
+
'AssignedSlots',
|
|
3200
|
+
'PermanentSlotAssigned',
|
|
3201
|
+
PolkadotParachainPrimitivesPrimitivesId
|
|
3202
|
+
>;
|
|
3203
|
+
|
|
3204
|
+
/**
|
|
3205
|
+
* A parachain was assigned a temporary parachain slot
|
|
3206
|
+
**/
|
|
3207
|
+
TemporarySlotAssigned: GenericPalletEvent<
|
|
3208
|
+
Rv,
|
|
3209
|
+
'AssignedSlots',
|
|
3210
|
+
'TemporarySlotAssigned',
|
|
3211
|
+
PolkadotParachainPrimitivesPrimitivesId
|
|
3212
|
+
>;
|
|
3213
|
+
|
|
3214
|
+
/**
|
|
3215
|
+
* The maximum number of permanent slots has been changed
|
|
3216
|
+
**/
|
|
3217
|
+
MaxPermanentSlotsChanged: GenericPalletEvent<Rv, 'AssignedSlots', 'MaxPermanentSlotsChanged', { slots: number }>;
|
|
3218
|
+
|
|
3219
|
+
/**
|
|
3220
|
+
* The maximum number of temporary slots has been changed
|
|
3221
|
+
**/
|
|
3222
|
+
MaxTemporarySlotsChanged: GenericPalletEvent<Rv, 'AssignedSlots', 'MaxTemporarySlotsChanged', { slots: number }>;
|
|
3223
|
+
|
|
3224
|
+
/**
|
|
3225
|
+
* Generic pallet event
|
|
3226
|
+
**/
|
|
3227
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
3228
|
+
};
|
|
3229
|
+
/**
|
|
3230
|
+
* Pallet `ValidatorManager`'s events
|
|
3231
|
+
**/
|
|
3232
|
+
validatorManager: {
|
|
3233
|
+
/**
|
|
3234
|
+
* New validators were added to the set.
|
|
3235
|
+
**/
|
|
3236
|
+
ValidatorsRegistered: GenericPalletEvent<Rv, 'ValidatorManager', 'ValidatorsRegistered', Array<AccountId32>>;
|
|
3237
|
+
|
|
3238
|
+
/**
|
|
3239
|
+
* Validators were removed from the set.
|
|
3240
|
+
**/
|
|
3241
|
+
ValidatorsDeregistered: GenericPalletEvent<Rv, 'ValidatorManager', 'ValidatorsDeregistered', Array<AccountId32>>;
|
|
3242
|
+
|
|
3243
|
+
/**
|
|
3244
|
+
* Generic pallet event
|
|
3245
|
+
**/
|
|
3246
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
3247
|
+
};
|
|
3248
|
+
/**
|
|
3249
|
+
* Pallet `StateTrieMigration`'s events
|
|
3250
|
+
**/
|
|
3251
|
+
stateTrieMigration: {
|
|
3252
|
+
/**
|
|
3253
|
+
* Given number of `(top, child)` keys were migrated respectively, with the given
|
|
3254
|
+
* `compute`.
|
|
3255
|
+
**/
|
|
3256
|
+
Migrated: GenericPalletEvent<
|
|
3257
|
+
Rv,
|
|
3258
|
+
'StateTrieMigration',
|
|
3259
|
+
'Migrated',
|
|
3260
|
+
{ top: number; child: number; compute: PalletStateTrieMigrationMigrationCompute }
|
|
3261
|
+
>;
|
|
3262
|
+
|
|
3263
|
+
/**
|
|
3264
|
+
* Some account got slashed by the given amount.
|
|
3265
|
+
**/
|
|
3266
|
+
Slashed: GenericPalletEvent<Rv, 'StateTrieMigration', 'Slashed', { who: AccountId32; amount: bigint }>;
|
|
3267
|
+
|
|
3268
|
+
/**
|
|
3269
|
+
* The auto migration task finished.
|
|
3270
|
+
**/
|
|
3271
|
+
AutoMigrationFinished: GenericPalletEvent<Rv, 'StateTrieMigration', 'AutoMigrationFinished', null>;
|
|
3272
|
+
|
|
3273
|
+
/**
|
|
3274
|
+
* Migration got halted due to an error or miss-configuration.
|
|
3275
|
+
**/
|
|
3276
|
+
Halted: GenericPalletEvent<Rv, 'StateTrieMigration', 'Halted', { error: PalletStateTrieMigrationError }>;
|
|
3277
|
+
|
|
3278
|
+
/**
|
|
3279
|
+
* Generic pallet event
|
|
3280
|
+
**/
|
|
3281
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
3282
|
+
};
|
|
3283
|
+
/**
|
|
3284
|
+
* Pallet `RootTesting`'s events
|
|
3285
|
+
**/
|
|
3286
|
+
rootTesting: {
|
|
3287
|
+
/**
|
|
3288
|
+
* Event dispatched when the trigger_defensive extrinsic is called.
|
|
3289
|
+
**/
|
|
3290
|
+
DefensiveTestCall: GenericPalletEvent<Rv, 'RootTesting', 'DefensiveTestCall', undefined>;
|
|
3291
|
+
|
|
3292
|
+
/**
|
|
3293
|
+
* Generic pallet event
|
|
3294
|
+
**/
|
|
3295
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
3296
|
+
};
|
|
3297
|
+
/**
|
|
3298
|
+
* Pallet `Sudo`'s events
|
|
3299
|
+
**/
|
|
3300
|
+
sudo: {
|
|
3301
|
+
/**
|
|
3302
|
+
* A sudo call just took place.
|
|
3303
|
+
**/
|
|
3304
|
+
Sudid: GenericPalletEvent<
|
|
3305
|
+
Rv,
|
|
3306
|
+
'Sudo',
|
|
3307
|
+
'Sudid',
|
|
3308
|
+
{
|
|
3309
|
+
/**
|
|
3310
|
+
* The result of the call made by the sudo user.
|
|
3311
|
+
**/
|
|
3312
|
+
sudoResult: Result<[], DispatchError>;
|
|
3313
|
+
}
|
|
3314
|
+
>;
|
|
3315
|
+
|
|
3316
|
+
/**
|
|
3317
|
+
* The sudo key has been updated.
|
|
3318
|
+
**/
|
|
3319
|
+
KeyChanged: GenericPalletEvent<
|
|
3320
|
+
Rv,
|
|
3321
|
+
'Sudo',
|
|
3322
|
+
'KeyChanged',
|
|
3323
|
+
{
|
|
3324
|
+
/**
|
|
3325
|
+
* The old sudo key (if one was previously set).
|
|
3326
|
+
**/
|
|
3327
|
+
old?: AccountId32 | undefined;
|
|
3328
|
+
|
|
3329
|
+
/**
|
|
3330
|
+
* The new sudo key (if one was set).
|
|
3331
|
+
**/
|
|
3332
|
+
new: AccountId32;
|
|
3333
|
+
}
|
|
3334
|
+
>;
|
|
3335
|
+
|
|
3336
|
+
/**
|
|
3337
|
+
* The key was permanently removed.
|
|
3338
|
+
**/
|
|
3339
|
+
KeyRemoved: GenericPalletEvent<Rv, 'Sudo', 'KeyRemoved', null>;
|
|
3340
|
+
|
|
3341
|
+
/**
|
|
3342
|
+
* A [sudo_as](Pallet::sudo_as) call just took place.
|
|
3343
|
+
**/
|
|
3344
|
+
SudoAsDone: GenericPalletEvent<
|
|
3345
|
+
Rv,
|
|
3346
|
+
'Sudo',
|
|
3347
|
+
'SudoAsDone',
|
|
3348
|
+
{
|
|
3349
|
+
/**
|
|
3350
|
+
* The result of the call made by the sudo user.
|
|
3351
|
+
**/
|
|
3352
|
+
sudoResult: Result<[], DispatchError>;
|
|
3353
|
+
}
|
|
3354
|
+
>;
|
|
3355
|
+
|
|
3356
|
+
/**
|
|
3357
|
+
* Generic pallet event
|
|
3358
|
+
**/
|
|
3359
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
3360
|
+
};
|
|
3361
|
+
}
|