@dedot/chaintypes 0.0.1-alpha.22

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