@dedot/chaintypes 0.0.1-alpha.4 → 0.0.1-alpha.40

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