@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
@@ -1,1787 +1,1855 @@
1
+ // Generated by @dedot/codegen
2
+
1
3
  import type { GenericChainEvents, GenericPalletEvent } from '@dedot/types';
2
4
  import type { DispatchInfo, DispatchError, AccountId32, H256, FixedBytes, Result, Bytes } from '@dedot/codecs';
3
- import type { SpWeightsWeightV2Weight, FrameSupportTokensMiscBalanceStatus, XcmV3TraitsError, PolkadotParachainPrimitivesPrimitivesId, XcmV3TraitsOutcome, StagingXcmV3MultilocationMultiLocation, XcmV3Xcm, XcmV3Response, XcmVersionedMultiAssets, XcmV3MultiassetMultiAssets, XcmVersionedMultiLocation, PalletMultisigTimepoint, AssetHubPolkadotRuntimeProxyType, PalletNftsAttributeNamespace, PalletNftsPriceWithDirection, PalletNftsPalletAttributes } from './types';
5
+ import type {
6
+ SpWeightsWeightV2Weight,
7
+ FrameSupportTokensMiscBalanceStatus,
8
+ XcmV3TraitsError,
9
+ PolkadotParachainPrimitivesPrimitivesId,
10
+ XcmV3TraitsOutcome,
11
+ StagingXcmV3MultilocationMultiLocation,
12
+ XcmV3Xcm,
13
+ XcmV3Response,
14
+ XcmVersionedMultiAssets,
15
+ XcmV3MultiassetMultiAssets,
16
+ XcmVersionedMultiLocation,
17
+ PalletMultisigTimepoint,
18
+ AssetHubPolkadotRuntimeProxyType,
19
+ PalletNftsAttributeNamespace,
20
+ PalletNftsPriceWithDirection,
21
+ PalletNftsPalletAttributes,
22
+ } from './types';
23
+
4
24
  export interface ChainEvents extends GenericChainEvents {
25
+ /**
26
+ * Pallet `System`'s events
27
+ **/
28
+ system: {
5
29
  /**
6
- * Pallet `System`'s events
7
- **/
8
- system: {
9
- /**
10
- * An extrinsic completed successfully.
11
- **/
12
- ExtrinsicSuccess: GenericPalletEvent<'System', 'ExtrinsicSuccess', {
13
- dispatchInfo: DispatchInfo;
14
- }>;
15
- /**
16
- * An extrinsic failed.
17
- **/
18
- ExtrinsicFailed: GenericPalletEvent<'System', 'ExtrinsicFailed', {
19
- dispatchError: DispatchError;
20
- dispatchInfo: DispatchInfo;
21
- }>;
22
- /**
23
- * `:code` was updated.
24
- **/
25
- CodeUpdated: GenericPalletEvent<'System', 'CodeUpdated', null>;
26
- /**
27
- * A new account was created.
28
- **/
29
- NewAccount: GenericPalletEvent<'System', 'NewAccount', {
30
- account: AccountId32;
31
- }>;
32
- /**
33
- * An account was reaped.
34
- **/
35
- KilledAccount: GenericPalletEvent<'System', 'KilledAccount', {
36
- account: AccountId32;
37
- }>;
38
- /**
39
- * On on-chain remark happened.
40
- **/
41
- Remarked: GenericPalletEvent<'System', 'Remarked', {
42
- sender: AccountId32;
43
- hash: H256;
44
- }>;
45
- /**
46
- * Generic pallet event
47
- **/
48
- [prop: string]: GenericPalletEvent;
49
- };
50
- /**
51
- * Pallet `ParachainSystem`'s events
52
- **/
53
- parachainSystem: {
54
- /**
55
- * The validation function has been scheduled to apply.
56
- **/
57
- ValidationFunctionStored: GenericPalletEvent<'ParachainSystem', 'ValidationFunctionStored', null>;
58
- /**
59
- * The validation function was applied as of the contained relay chain block number.
60
- **/
61
- ValidationFunctionApplied: GenericPalletEvent<'ParachainSystem', 'ValidationFunctionApplied', {
62
- relayChainBlockNum: number;
63
- }>;
64
- /**
65
- * The relay-chain aborted the upgrade process.
66
- **/
67
- ValidationFunctionDiscarded: GenericPalletEvent<'ParachainSystem', 'ValidationFunctionDiscarded', null>;
68
- /**
69
- * An upgrade has been authorized.
70
- **/
71
- UpgradeAuthorized: GenericPalletEvent<'ParachainSystem', 'UpgradeAuthorized', {
72
- codeHash: H256;
73
- }>;
74
- /**
75
- * Some downward messages have been received and will be processed.
76
- **/
77
- DownwardMessagesReceived: GenericPalletEvent<'ParachainSystem', 'DownwardMessagesReceived', {
78
- count: number;
79
- }>;
80
- /**
81
- * Downward messages were processed using the given weight.
82
- **/
83
- DownwardMessagesProcessed: GenericPalletEvent<'ParachainSystem', 'DownwardMessagesProcessed', {
84
- weightUsed: SpWeightsWeightV2Weight;
85
- dmqHead: H256;
86
- }>;
87
- /**
88
- * An upward message was sent to the relay chain.
89
- **/
90
- UpwardMessageSent: GenericPalletEvent<'ParachainSystem', 'UpwardMessageSent', {
91
- messageHash?: FixedBytes<32> | undefined;
92
- }>;
93
- /**
94
- * Generic pallet event
95
- **/
96
- [prop: string]: GenericPalletEvent;
97
- };
98
- /**
99
- * Pallet `Balances`'s events
100
- **/
101
- balances: {
102
- /**
103
- * An account was created with some free balance.
104
- **/
105
- Endowed: GenericPalletEvent<'Balances', 'Endowed', {
106
- account: AccountId32;
107
- freeBalance: bigint;
108
- }>;
109
- /**
110
- * An account was removed whose balance was non-zero but below ExistentialDeposit,
111
- * resulting in an outright loss.
112
- **/
113
- DustLost: GenericPalletEvent<'Balances', 'DustLost', {
114
- account: AccountId32;
115
- amount: bigint;
116
- }>;
117
- /**
118
- * Transfer succeeded.
119
- **/
120
- Transfer: GenericPalletEvent<'Balances', 'Transfer', {
121
- from: AccountId32;
122
- to: AccountId32;
123
- amount: bigint;
124
- }>;
125
- /**
126
- * A balance was set by root.
127
- **/
128
- BalanceSet: GenericPalletEvent<'Balances', 'BalanceSet', {
129
- who: AccountId32;
130
- free: bigint;
131
- }>;
132
- /**
133
- * Some balance was reserved (moved from free to reserved).
134
- **/
135
- Reserved: GenericPalletEvent<'Balances', 'Reserved', {
136
- who: AccountId32;
137
- amount: bigint;
138
- }>;
139
- /**
140
- * Some balance was unreserved (moved from reserved to free).
141
- **/
142
- Unreserved: GenericPalletEvent<'Balances', 'Unreserved', {
143
- who: AccountId32;
144
- amount: bigint;
145
- }>;
146
- /**
147
- * Some balance was moved from the reserve of the first account to the second account.
148
- * Final argument indicates the destination balance type.
149
- **/
150
- ReserveRepatriated: GenericPalletEvent<'Balances', 'ReserveRepatriated', {
151
- from: AccountId32;
152
- to: AccountId32;
153
- amount: bigint;
154
- destinationStatus: FrameSupportTokensMiscBalanceStatus;
155
- }>;
156
- /**
157
- * Some amount was deposited (e.g. for transaction fees).
158
- **/
159
- Deposit: GenericPalletEvent<'Balances', 'Deposit', {
160
- who: AccountId32;
161
- amount: bigint;
162
- }>;
163
- /**
164
- * Some amount was withdrawn from the account (e.g. for transaction fees).
165
- **/
166
- Withdraw: GenericPalletEvent<'Balances', 'Withdraw', {
167
- who: AccountId32;
168
- amount: bigint;
169
- }>;
170
- /**
171
- * Some amount was removed from the account (e.g. for misbehavior).
172
- **/
173
- Slashed: GenericPalletEvent<'Balances', 'Slashed', {
174
- who: AccountId32;
175
- amount: bigint;
176
- }>;
177
- /**
178
- * Some amount was minted into an account.
179
- **/
180
- Minted: GenericPalletEvent<'Balances', 'Minted', {
181
- who: AccountId32;
182
- amount: bigint;
183
- }>;
184
- /**
185
- * Some amount was burned from an account.
186
- **/
187
- Burned: GenericPalletEvent<'Balances', 'Burned', {
188
- who: AccountId32;
189
- amount: bigint;
190
- }>;
191
- /**
192
- * Some amount was suspended from an account (it can be restored later).
193
- **/
194
- Suspended: GenericPalletEvent<'Balances', 'Suspended', {
195
- who: AccountId32;
196
- amount: bigint;
197
- }>;
198
- /**
199
- * Some amount was restored into an account.
200
- **/
201
- Restored: GenericPalletEvent<'Balances', 'Restored', {
202
- who: AccountId32;
203
- amount: bigint;
204
- }>;
205
- /**
206
- * An account was upgraded.
207
- **/
208
- Upgraded: GenericPalletEvent<'Balances', 'Upgraded', {
209
- who: AccountId32;
210
- }>;
211
- /**
212
- * Total issuance was increased by `amount`, creating a credit to be balanced.
213
- **/
214
- Issued: GenericPalletEvent<'Balances', 'Issued', {
215
- amount: bigint;
216
- }>;
217
- /**
218
- * Total issuance was decreased by `amount`, creating a debt to be balanced.
219
- **/
220
- Rescinded: GenericPalletEvent<'Balances', 'Rescinded', {
221
- amount: bigint;
222
- }>;
223
- /**
224
- * Some balance was locked.
225
- **/
226
- Locked: GenericPalletEvent<'Balances', 'Locked', {
227
- who: AccountId32;
228
- amount: bigint;
229
- }>;
230
- /**
231
- * Some balance was unlocked.
232
- **/
233
- Unlocked: GenericPalletEvent<'Balances', 'Unlocked', {
234
- who: AccountId32;
235
- amount: bigint;
236
- }>;
237
- /**
238
- * Some balance was frozen.
239
- **/
240
- Frozen: GenericPalletEvent<'Balances', 'Frozen', {
241
- who: AccountId32;
242
- amount: bigint;
243
- }>;
244
- /**
245
- * Some balance was thawed.
246
- **/
247
- Thawed: GenericPalletEvent<'Balances', 'Thawed', {
248
- who: AccountId32;
249
- amount: bigint;
250
- }>;
251
- /**
252
- * Generic pallet event
253
- **/
254
- [prop: string]: GenericPalletEvent;
255
- };
256
- /**
257
- * Pallet `TransactionPayment`'s events
258
- **/
259
- transactionPayment: {
260
- /**
261
- * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
262
- * has been paid by `who`.
263
- **/
264
- TransactionFeePaid: GenericPalletEvent<'TransactionPayment', 'TransactionFeePaid', {
265
- who: AccountId32;
266
- actualFee: bigint;
267
- tip: bigint;
268
- }>;
269
- /**
270
- * Generic pallet event
271
- **/
272
- [prop: string]: GenericPalletEvent;
273
- };
274
- /**
275
- * Pallet `AssetTxPayment`'s events
276
- **/
277
- assetTxPayment: {
278
- /**
279
- * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
280
- * has been paid by `who` in an asset `asset_id`.
281
- **/
282
- AssetTxFeePaid: GenericPalletEvent<'AssetTxPayment', 'AssetTxFeePaid', {
283
- who: AccountId32;
284
- actualFee: bigint;
285
- tip: bigint;
286
- assetId?: number | undefined;
287
- }>;
288
- /**
289
- * Generic pallet event
290
- **/
291
- [prop: string]: GenericPalletEvent;
292
- };
293
- /**
294
- * Pallet `CollatorSelection`'s events
295
- **/
296
- collatorSelection: {
297
- /**
298
- * New Invulnerables were set.
299
- **/
300
- NewInvulnerables: GenericPalletEvent<'CollatorSelection', 'NewInvulnerables', {
301
- invulnerables: Array<AccountId32>;
302
- }>;
303
- /**
304
- * A new Invulnerable was added.
305
- **/
306
- InvulnerableAdded: GenericPalletEvent<'CollatorSelection', 'InvulnerableAdded', {
307
- accountId: AccountId32;
308
- }>;
309
- /**
310
- * An Invulnerable was removed.
311
- **/
312
- InvulnerableRemoved: GenericPalletEvent<'CollatorSelection', 'InvulnerableRemoved', {
313
- accountId: AccountId32;
314
- }>;
315
- /**
316
- * The number of desired candidates was set.
317
- **/
318
- NewDesiredCandidates: GenericPalletEvent<'CollatorSelection', 'NewDesiredCandidates', {
319
- desiredCandidates: number;
320
- }>;
321
- /**
322
- * The candidacy bond was set.
323
- **/
324
- NewCandidacyBond: GenericPalletEvent<'CollatorSelection', 'NewCandidacyBond', {
325
- bondAmount: bigint;
326
- }>;
327
- /**
328
- * A new candidate joined.
329
- **/
330
- CandidateAdded: GenericPalletEvent<'CollatorSelection', 'CandidateAdded', {
331
- accountId: AccountId32;
332
- deposit: bigint;
333
- }>;
334
- /**
335
- * A candidate was removed.
336
- **/
337
- CandidateRemoved: GenericPalletEvent<'CollatorSelection', 'CandidateRemoved', {
338
- accountId: AccountId32;
339
- }>;
340
- /**
341
- * An account was unable to be added to the Invulnerables because they did not have keys
342
- * registered. Other Invulnerables may have been set.
343
- **/
344
- InvalidInvulnerableSkipped: GenericPalletEvent<'CollatorSelection', 'InvalidInvulnerableSkipped', {
345
- accountId: AccountId32;
346
- }>;
347
- /**
348
- * Generic pallet event
349
- **/
350
- [prop: string]: GenericPalletEvent;
351
- };
352
- /**
353
- * Pallet `Session`'s events
354
- **/
355
- session: {
356
- /**
357
- * New session has happened. Note that the argument is the session index, not the
358
- * block number as the type might suggest.
359
- **/
360
- NewSession: GenericPalletEvent<'Session', 'NewSession', {
361
- sessionIndex: number;
362
- }>;
363
- /**
364
- * Generic pallet event
365
- **/
366
- [prop: string]: GenericPalletEvent;
367
- };
368
- /**
369
- * Pallet `XcmpQueue`'s events
370
- **/
371
- xcmpQueue: {
372
- /**
373
- * Some XCM was executed ok.
374
- **/
375
- Success: GenericPalletEvent<'XcmpQueue', 'Success', {
376
- messageHash: FixedBytes<32>;
377
- messageId: FixedBytes<32>;
378
- weight: SpWeightsWeightV2Weight;
379
- }>;
380
- /**
381
- * Some XCM failed.
382
- **/
383
- Fail: GenericPalletEvent<'XcmpQueue', 'Fail', {
384
- messageHash: FixedBytes<32>;
385
- messageId: FixedBytes<32>;
386
- error: XcmV3TraitsError;
387
- weight: SpWeightsWeightV2Weight;
388
- }>;
389
- /**
390
- * Bad XCM version used.
391
- **/
392
- BadVersion: GenericPalletEvent<'XcmpQueue', 'BadVersion', {
393
- messageHash: FixedBytes<32>;
394
- }>;
395
- /**
396
- * Bad XCM format used.
397
- **/
398
- BadFormat: GenericPalletEvent<'XcmpQueue', 'BadFormat', {
399
- messageHash: FixedBytes<32>;
400
- }>;
401
- /**
402
- * An HRMP message was sent to a sibling parachain.
403
- **/
404
- XcmpMessageSent: GenericPalletEvent<'XcmpQueue', 'XcmpMessageSent', {
405
- messageHash: FixedBytes<32>;
406
- }>;
407
- /**
408
- * An XCM exceeded the individual message weight budget.
409
- **/
410
- OverweightEnqueued: GenericPalletEvent<'XcmpQueue', 'OverweightEnqueued', {
411
- sender: PolkadotParachainPrimitivesPrimitivesId;
412
- sentAt: number;
413
- index: bigint;
414
- required: SpWeightsWeightV2Weight;
415
- }>;
416
- /**
417
- * An XCM from the overweight queue was executed with the given actual weight used.
418
- **/
419
- OverweightServiced: GenericPalletEvent<'XcmpQueue', 'OverweightServiced', {
420
- index: bigint;
421
- used: SpWeightsWeightV2Weight;
422
- }>;
423
- /**
424
- * Generic pallet event
425
- **/
426
- [prop: string]: GenericPalletEvent;
427
- };
428
- /**
429
- * Pallet `PolkadotXcm`'s events
430
- **/
431
- polkadotXcm: {
432
- /**
433
- * Execution of an XCM message was attempted.
434
- **/
435
- Attempted: GenericPalletEvent<'PolkadotXcm', 'Attempted', {
436
- outcome: XcmV3TraitsOutcome;
437
- }>;
438
- /**
439
- * A XCM message was sent.
440
- **/
441
- Sent: GenericPalletEvent<'PolkadotXcm', 'Sent', {
442
- origin: StagingXcmV3MultilocationMultiLocation;
443
- destination: StagingXcmV3MultilocationMultiLocation;
444
- message: XcmV3Xcm;
445
- messageId: FixedBytes<32>;
446
- }>;
447
- /**
448
- * Query response received which does not match a registered query. This may be because a
449
- * matching query was never registered, it may be because it is a duplicate response, or
450
- * because the query timed out.
451
- **/
452
- UnexpectedResponse: GenericPalletEvent<'PolkadotXcm', 'UnexpectedResponse', {
453
- origin: StagingXcmV3MultilocationMultiLocation;
454
- queryId: bigint;
455
- }>;
456
- /**
457
- * Query response has been received and is ready for taking with `take_response`. There is
458
- * no registered notification call.
459
- **/
460
- ResponseReady: GenericPalletEvent<'PolkadotXcm', 'ResponseReady', {
461
- queryId: bigint;
462
- response: XcmV3Response;
463
- }>;
464
- /**
465
- * Query response has been received and query is removed. The registered notification has
466
- * been dispatched and executed successfully.
467
- **/
468
- Notified: GenericPalletEvent<'PolkadotXcm', 'Notified', {
469
- queryId: bigint;
470
- palletIndex: number;
471
- callIndex: number;
472
- }>;
473
- /**
474
- * Query response has been received and query is removed. The registered notification
475
- * could not be dispatched because the dispatch weight is greater than the maximum weight
476
- * originally budgeted by this runtime for the query result.
477
- **/
478
- NotifyOverweight: GenericPalletEvent<'PolkadotXcm', 'NotifyOverweight', {
479
- queryId: bigint;
480
- palletIndex: number;
481
- callIndex: number;
482
- actualWeight: SpWeightsWeightV2Weight;
483
- maxBudgetedWeight: SpWeightsWeightV2Weight;
484
- }>;
485
- /**
486
- * Query response has been received and query is removed. There was a general error with
487
- * dispatching the notification call.
488
- **/
489
- NotifyDispatchError: GenericPalletEvent<'PolkadotXcm', 'NotifyDispatchError', {
490
- queryId: bigint;
491
- palletIndex: number;
492
- callIndex: number;
493
- }>;
494
- /**
495
- * Query response has been received and query is removed. The dispatch was unable to be
496
- * decoded into a `Call`; this might be due to dispatch function having a signature which
497
- * is not `(origin, QueryId, Response)`.
498
- **/
499
- NotifyDecodeFailed: GenericPalletEvent<'PolkadotXcm', 'NotifyDecodeFailed', {
500
- queryId: bigint;
501
- palletIndex: number;
502
- callIndex: number;
503
- }>;
504
- /**
505
- * Expected query response has been received but the origin location of the response does
506
- * not match that expected. The query remains registered for a later, valid, response to
507
- * be received and acted upon.
508
- **/
509
- InvalidResponder: GenericPalletEvent<'PolkadotXcm', 'InvalidResponder', {
510
- origin: StagingXcmV3MultilocationMultiLocation;
511
- queryId: bigint;
512
- expectedLocation?: StagingXcmV3MultilocationMultiLocation | undefined;
513
- }>;
514
- /**
515
- * Expected query response has been received but the expected origin location placed in
516
- * storage by this runtime previously cannot be decoded. The query remains registered.
517
- *
518
- * This is unexpected (since a location placed in storage in a previously executing
519
- * runtime should be readable prior to query timeout) and dangerous since the possibly
520
- * valid response will be dropped. Manual governance intervention is probably going to be
521
- * needed.
522
- **/
523
- InvalidResponderVersion: GenericPalletEvent<'PolkadotXcm', 'InvalidResponderVersion', {
524
- origin: StagingXcmV3MultilocationMultiLocation;
525
- queryId: bigint;
526
- }>;
527
- /**
528
- * Received query response has been read and removed.
529
- **/
530
- ResponseTaken: GenericPalletEvent<'PolkadotXcm', 'ResponseTaken', {
531
- queryId: bigint;
532
- }>;
533
- /**
534
- * Some assets have been placed in an asset trap.
535
- **/
536
- AssetsTrapped: GenericPalletEvent<'PolkadotXcm', 'AssetsTrapped', {
537
- hash: H256;
538
- origin: StagingXcmV3MultilocationMultiLocation;
539
- assets: XcmVersionedMultiAssets;
540
- }>;
541
- /**
542
- * An XCM version change notification message has been attempted to be sent.
543
- *
544
- * The cost of sending it (borne by the chain) is included.
545
- **/
546
- VersionChangeNotified: GenericPalletEvent<'PolkadotXcm', 'VersionChangeNotified', {
547
- destination: StagingXcmV3MultilocationMultiLocation;
548
- result: number;
549
- cost: XcmV3MultiassetMultiAssets;
550
- messageId: FixedBytes<32>;
551
- }>;
552
- /**
553
- * The supported version of a location has been changed. This might be through an
554
- * automatic notification or a manual intervention.
555
- **/
556
- SupportedVersionChanged: GenericPalletEvent<'PolkadotXcm', 'SupportedVersionChanged', {
557
- location: StagingXcmV3MultilocationMultiLocation;
558
- version: number;
559
- }>;
560
- /**
561
- * A given location which had a version change subscription was dropped owing to an error
562
- * sending the notification to it.
563
- **/
564
- NotifyTargetSendFail: GenericPalletEvent<'PolkadotXcm', 'NotifyTargetSendFail', {
565
- location: StagingXcmV3MultilocationMultiLocation;
566
- queryId: bigint;
567
- error: XcmV3TraitsError;
568
- }>;
569
- /**
570
- * A given location which had a version change subscription was dropped owing to an error
571
- * migrating the location to our new XCM format.
572
- **/
573
- NotifyTargetMigrationFail: GenericPalletEvent<'PolkadotXcm', 'NotifyTargetMigrationFail', {
574
- location: XcmVersionedMultiLocation;
575
- queryId: bigint;
576
- }>;
577
- /**
578
- * Expected query response has been received but the expected querier location placed in
579
- * storage by this runtime previously cannot be decoded. The query remains registered.
580
- *
581
- * This is unexpected (since a location placed in storage in a previously executing
582
- * runtime should be readable prior to query timeout) and dangerous since the possibly
583
- * valid response will be dropped. Manual governance intervention is probably going to be
584
- * needed.
585
- **/
586
- InvalidQuerierVersion: GenericPalletEvent<'PolkadotXcm', 'InvalidQuerierVersion', {
587
- origin: StagingXcmV3MultilocationMultiLocation;
588
- queryId: bigint;
589
- }>;
590
- /**
591
- * Expected query response has been received but the querier location of the response does
592
- * not match the expected. The query remains registered for a later, valid, response to
593
- * be received and acted upon.
594
- **/
595
- InvalidQuerier: GenericPalletEvent<'PolkadotXcm', 'InvalidQuerier', {
596
- origin: StagingXcmV3MultilocationMultiLocation;
597
- queryId: bigint;
598
- expectedQuerier: StagingXcmV3MultilocationMultiLocation;
599
- maybeActualQuerier?: StagingXcmV3MultilocationMultiLocation | undefined;
600
- }>;
601
- /**
602
- * A remote has requested XCM version change notification from us and we have honored it.
603
- * A version information message is sent to them and its cost is included.
604
- **/
605
- VersionNotifyStarted: GenericPalletEvent<'PolkadotXcm', 'VersionNotifyStarted', {
606
- destination: StagingXcmV3MultilocationMultiLocation;
607
- cost: XcmV3MultiassetMultiAssets;
608
- messageId: FixedBytes<32>;
609
- }>;
610
- /**
611
- * We have requested that a remote chain send us XCM version change notifications.
612
- **/
613
- VersionNotifyRequested: GenericPalletEvent<'PolkadotXcm', 'VersionNotifyRequested', {
614
- destination: StagingXcmV3MultilocationMultiLocation;
615
- cost: XcmV3MultiassetMultiAssets;
616
- messageId: FixedBytes<32>;
617
- }>;
618
- /**
619
- * We have requested that a remote chain stops sending us XCM version change
620
- * notifications.
621
- **/
622
- VersionNotifyUnrequested: GenericPalletEvent<'PolkadotXcm', 'VersionNotifyUnrequested', {
623
- destination: StagingXcmV3MultilocationMultiLocation;
624
- cost: XcmV3MultiassetMultiAssets;
625
- messageId: FixedBytes<32>;
626
- }>;
627
- /**
628
- * Fees were paid from a location for an operation (often for using `SendXcm`).
629
- **/
630
- FeesPaid: GenericPalletEvent<'PolkadotXcm', 'FeesPaid', {
631
- paying: StagingXcmV3MultilocationMultiLocation;
632
- fees: XcmV3MultiassetMultiAssets;
633
- }>;
634
- /**
635
- * Some assets have been claimed from an asset trap
636
- **/
637
- AssetsClaimed: GenericPalletEvent<'PolkadotXcm', 'AssetsClaimed', {
638
- hash: H256;
639
- origin: StagingXcmV3MultilocationMultiLocation;
640
- assets: XcmVersionedMultiAssets;
641
- }>;
642
- /**
643
- * Generic pallet event
644
- **/
645
- [prop: string]: GenericPalletEvent;
646
- };
647
- /**
648
- * Pallet `CumulusXcm`'s events
649
- **/
650
- cumulusXcm: {
651
- /**
652
- * Downward message is invalid XCM.
653
- * \[ id \]
654
- **/
655
- InvalidFormat: GenericPalletEvent<'CumulusXcm', 'InvalidFormat', FixedBytes<32>>;
656
- /**
657
- * Downward message is unsupported version of XCM.
658
- * \[ id \]
659
- **/
660
- UnsupportedVersion: GenericPalletEvent<'CumulusXcm', 'UnsupportedVersion', FixedBytes<32>>;
661
- /**
662
- * Downward message executed with the given outcome.
663
- * \[ id, outcome \]
664
- **/
665
- ExecutedDownward: GenericPalletEvent<'CumulusXcm', 'ExecutedDownward', [FixedBytes<32>, XcmV3TraitsOutcome]>;
666
- /**
667
- * Generic pallet event
668
- **/
669
- [prop: string]: GenericPalletEvent;
670
- };
671
- /**
672
- * Pallet `DmpQueue`'s events
673
- **/
674
- dmpQueue: {
675
- /**
676
- * Downward message is invalid XCM.
677
- **/
678
- InvalidFormat: GenericPalletEvent<'DmpQueue', 'InvalidFormat', {
679
- messageHash: FixedBytes<32>;
680
- }>;
681
- /**
682
- * Downward message is unsupported version of XCM.
683
- **/
684
- UnsupportedVersion: GenericPalletEvent<'DmpQueue', 'UnsupportedVersion', {
685
- messageHash: FixedBytes<32>;
686
- }>;
687
- /**
688
- * Downward message executed with the given outcome.
689
- **/
690
- ExecutedDownward: GenericPalletEvent<'DmpQueue', 'ExecutedDownward', {
691
- messageHash: FixedBytes<32>;
692
- messageId: FixedBytes<32>;
693
- outcome: XcmV3TraitsOutcome;
694
- }>;
695
- /**
696
- * The weight limit for handling downward messages was reached.
697
- **/
698
- WeightExhausted: GenericPalletEvent<'DmpQueue', 'WeightExhausted', {
699
- messageHash: FixedBytes<32>;
700
- messageId: FixedBytes<32>;
701
- remainingWeight: SpWeightsWeightV2Weight;
702
- requiredWeight: SpWeightsWeightV2Weight;
703
- }>;
704
- /**
705
- * Downward message is overweight and was placed in the overweight queue.
706
- **/
707
- OverweightEnqueued: GenericPalletEvent<'DmpQueue', 'OverweightEnqueued', {
708
- messageHash: FixedBytes<32>;
709
- messageId: FixedBytes<32>;
710
- overweightIndex: bigint;
711
- requiredWeight: SpWeightsWeightV2Weight;
712
- }>;
713
- /**
714
- * Downward message from the overweight queue was executed.
715
- **/
716
- OverweightServiced: GenericPalletEvent<'DmpQueue', 'OverweightServiced', {
717
- overweightIndex: bigint;
718
- weightUsed: SpWeightsWeightV2Weight;
719
- }>;
720
- /**
721
- * The maximum number of downward messages was reached.
722
- **/
723
- MaxMessagesExhausted: GenericPalletEvent<'DmpQueue', 'MaxMessagesExhausted', {
724
- messageHash: FixedBytes<32>;
725
- }>;
726
- /**
727
- * Generic pallet event
728
- **/
729
- [prop: string]: GenericPalletEvent;
730
- };
731
- /**
732
- * Pallet `Utility`'s events
733
- **/
734
- utility: {
735
- /**
736
- * Batch of dispatches did not complete fully. Index of first failing dispatch given, as
737
- * well as the error.
738
- **/
739
- BatchInterrupted: GenericPalletEvent<'Utility', 'BatchInterrupted', {
740
- index: number;
741
- error: DispatchError;
742
- }>;
743
- /**
744
- * Batch of dispatches completed fully with no error.
745
- **/
746
- BatchCompleted: GenericPalletEvent<'Utility', 'BatchCompleted', null>;
747
- /**
748
- * Batch of dispatches completed but has errors.
749
- **/
750
- BatchCompletedWithErrors: GenericPalletEvent<'Utility', 'BatchCompletedWithErrors', null>;
751
- /**
752
- * A single item within a Batch of dispatches has completed with no error.
753
- **/
754
- ItemCompleted: GenericPalletEvent<'Utility', 'ItemCompleted', null>;
755
- /**
756
- * A single item within a Batch of dispatches has completed with error.
757
- **/
758
- ItemFailed: GenericPalletEvent<'Utility', 'ItemFailed', {
759
- error: DispatchError;
760
- }>;
761
- /**
762
- * A call was dispatched.
763
- **/
764
- DispatchedAs: GenericPalletEvent<'Utility', 'DispatchedAs', {
765
- result: Result<[], DispatchError>;
766
- }>;
767
- /**
768
- * Generic pallet event
769
- **/
770
- [prop: string]: GenericPalletEvent;
771
- };
772
- /**
773
- * Pallet `Multisig`'s events
774
- **/
775
- multisig: {
776
- /**
777
- * A new multisig operation has begun.
778
- **/
779
- NewMultisig: GenericPalletEvent<'Multisig', 'NewMultisig', {
780
- approving: AccountId32;
781
- multisig: AccountId32;
782
- callHash: FixedBytes<32>;
783
- }>;
784
- /**
785
- * A multisig operation has been approved by someone.
786
- **/
787
- MultisigApproval: GenericPalletEvent<'Multisig', 'MultisigApproval', {
788
- approving: AccountId32;
789
- timepoint: PalletMultisigTimepoint;
790
- multisig: AccountId32;
791
- callHash: FixedBytes<32>;
792
- }>;
793
- /**
794
- * A multisig operation has been executed.
795
- **/
796
- MultisigExecuted: GenericPalletEvent<'Multisig', 'MultisigExecuted', {
797
- approving: AccountId32;
798
- timepoint: PalletMultisigTimepoint;
799
- multisig: AccountId32;
800
- callHash: FixedBytes<32>;
801
- result: Result<[], DispatchError>;
802
- }>;
803
- /**
804
- * A multisig operation has been cancelled.
805
- **/
806
- MultisigCancelled: GenericPalletEvent<'Multisig', 'MultisigCancelled', {
807
- cancelling: AccountId32;
808
- timepoint: PalletMultisigTimepoint;
809
- multisig: AccountId32;
810
- callHash: FixedBytes<32>;
811
- }>;
812
- /**
813
- * Generic pallet event
814
- **/
815
- [prop: string]: GenericPalletEvent;
816
- };
817
- /**
818
- * Pallet `Proxy`'s events
819
- **/
820
- proxy: {
821
- /**
822
- * A proxy was executed correctly, with the given.
823
- **/
824
- ProxyExecuted: GenericPalletEvent<'Proxy', 'ProxyExecuted', {
825
- result: Result<[], DispatchError>;
826
- }>;
827
- /**
828
- * A pure account has been created by new proxy with given
829
- * disambiguation index and proxy type.
830
- **/
831
- PureCreated: GenericPalletEvent<'Proxy', 'PureCreated', {
832
- pure: AccountId32;
833
- who: AccountId32;
834
- proxyType: AssetHubPolkadotRuntimeProxyType;
835
- disambiguationIndex: number;
836
- }>;
837
- /**
838
- * An announcement was placed to make a call in the future.
839
- **/
840
- Announced: GenericPalletEvent<'Proxy', 'Announced', {
841
- real: AccountId32;
842
- proxy: AccountId32;
843
- callHash: H256;
844
- }>;
845
- /**
846
- * A proxy was added.
847
- **/
848
- ProxyAdded: GenericPalletEvent<'Proxy', 'ProxyAdded', {
849
- delegator: AccountId32;
850
- delegatee: AccountId32;
851
- proxyType: AssetHubPolkadotRuntimeProxyType;
852
- delay: number;
853
- }>;
854
- /**
855
- * A proxy was removed.
856
- **/
857
- ProxyRemoved: GenericPalletEvent<'Proxy', 'ProxyRemoved', {
858
- delegator: AccountId32;
859
- delegatee: AccountId32;
860
- proxyType: AssetHubPolkadotRuntimeProxyType;
861
- delay: number;
862
- }>;
863
- /**
864
- * Generic pallet event
865
- **/
866
- [prop: string]: GenericPalletEvent;
867
- };
868
- /**
869
- * Pallet `Assets`'s events
870
- **/
871
- assets: {
872
- /**
873
- * Some asset class was created.
874
- **/
875
- Created: GenericPalletEvent<'Assets', 'Created', {
876
- assetId: number;
877
- creator: AccountId32;
878
- owner: AccountId32;
879
- }>;
880
- /**
881
- * Some assets were issued.
882
- **/
883
- Issued: GenericPalletEvent<'Assets', 'Issued', {
884
- assetId: number;
885
- owner: AccountId32;
886
- amount: bigint;
887
- }>;
888
- /**
889
- * Some assets were transferred.
890
- **/
891
- Transferred: GenericPalletEvent<'Assets', 'Transferred', {
892
- assetId: number;
893
- from: AccountId32;
894
- to: AccountId32;
895
- amount: bigint;
896
- }>;
897
- /**
898
- * Some assets were destroyed.
899
- **/
900
- Burned: GenericPalletEvent<'Assets', 'Burned', {
901
- assetId: number;
902
- owner: AccountId32;
903
- balance: bigint;
904
- }>;
905
- /**
906
- * The management team changed.
907
- **/
908
- TeamChanged: GenericPalletEvent<'Assets', 'TeamChanged', {
909
- assetId: number;
910
- issuer: AccountId32;
911
- admin: AccountId32;
912
- freezer: AccountId32;
913
- }>;
914
- /**
915
- * The owner changed.
916
- **/
917
- OwnerChanged: GenericPalletEvent<'Assets', 'OwnerChanged', {
918
- assetId: number;
919
- owner: AccountId32;
920
- }>;
921
- /**
922
- * Some account `who` was frozen.
923
- **/
924
- Frozen: GenericPalletEvent<'Assets', 'Frozen', {
925
- assetId: number;
926
- who: AccountId32;
927
- }>;
928
- /**
929
- * Some account `who` was thawed.
930
- **/
931
- Thawed: GenericPalletEvent<'Assets', 'Thawed', {
932
- assetId: number;
933
- who: AccountId32;
934
- }>;
935
- /**
936
- * Some asset `asset_id` was frozen.
937
- **/
938
- AssetFrozen: GenericPalletEvent<'Assets', 'AssetFrozen', {
939
- assetId: number;
940
- }>;
941
- /**
942
- * Some asset `asset_id` was thawed.
943
- **/
944
- AssetThawed: GenericPalletEvent<'Assets', 'AssetThawed', {
945
- assetId: number;
946
- }>;
947
- /**
948
- * Accounts were destroyed for given asset.
949
- **/
950
- AccountsDestroyed: GenericPalletEvent<'Assets', 'AccountsDestroyed', {
951
- assetId: number;
952
- accountsDestroyed: number;
953
- accountsRemaining: number;
954
- }>;
955
- /**
956
- * Approvals were destroyed for given asset.
957
- **/
958
- ApprovalsDestroyed: GenericPalletEvent<'Assets', 'ApprovalsDestroyed', {
959
- assetId: number;
960
- approvalsDestroyed: number;
961
- approvalsRemaining: number;
962
- }>;
963
- /**
964
- * An asset class is in the process of being destroyed.
965
- **/
966
- DestructionStarted: GenericPalletEvent<'Assets', 'DestructionStarted', {
967
- assetId: number;
968
- }>;
969
- /**
970
- * An asset class was destroyed.
971
- **/
972
- Destroyed: GenericPalletEvent<'Assets', 'Destroyed', {
973
- assetId: number;
974
- }>;
975
- /**
976
- * Some asset class was force-created.
977
- **/
978
- ForceCreated: GenericPalletEvent<'Assets', 'ForceCreated', {
979
- assetId: number;
980
- owner: AccountId32;
981
- }>;
982
- /**
983
- * New metadata has been set for an asset.
984
- **/
985
- MetadataSet: GenericPalletEvent<'Assets', 'MetadataSet', {
986
- assetId: number;
987
- name: Bytes;
988
- symbol: Bytes;
989
- decimals: number;
990
- isFrozen: boolean;
991
- }>;
992
- /**
993
- * Metadata has been cleared for an asset.
994
- **/
995
- MetadataCleared: GenericPalletEvent<'Assets', 'MetadataCleared', {
996
- assetId: number;
997
- }>;
998
- /**
999
- * (Additional) funds have been approved for transfer to a destination account.
1000
- **/
1001
- ApprovedTransfer: GenericPalletEvent<'Assets', 'ApprovedTransfer', {
1002
- assetId: number;
1003
- source: AccountId32;
1004
- delegate: AccountId32;
1005
- amount: bigint;
1006
- }>;
1007
- /**
1008
- * An approval for account `delegate` was cancelled by `owner`.
1009
- **/
1010
- ApprovalCancelled: GenericPalletEvent<'Assets', 'ApprovalCancelled', {
1011
- assetId: number;
1012
- owner: AccountId32;
1013
- delegate: AccountId32;
1014
- }>;
1015
- /**
1016
- * An `amount` was transferred in its entirety from `owner` to `destination` by
1017
- * the approved `delegate`.
1018
- **/
1019
- TransferredApproved: GenericPalletEvent<'Assets', 'TransferredApproved', {
1020
- assetId: number;
1021
- owner: AccountId32;
1022
- delegate: AccountId32;
1023
- destination: AccountId32;
1024
- amount: bigint;
1025
- }>;
1026
- /**
1027
- * An asset has had its attributes changed by the `Force` origin.
1028
- **/
1029
- AssetStatusChanged: GenericPalletEvent<'Assets', 'AssetStatusChanged', {
1030
- assetId: number;
1031
- }>;
1032
- /**
1033
- * The min_balance of an asset has been updated by the asset owner.
1034
- **/
1035
- AssetMinBalanceChanged: GenericPalletEvent<'Assets', 'AssetMinBalanceChanged', {
1036
- assetId: number;
1037
- newMinBalance: bigint;
1038
- }>;
1039
- /**
1040
- * Some account `who` was created with a deposit from `depositor`.
1041
- **/
1042
- Touched: GenericPalletEvent<'Assets', 'Touched', {
1043
- assetId: number;
1044
- who: AccountId32;
1045
- depositor: AccountId32;
1046
- }>;
1047
- /**
1048
- * Some account `who` was blocked.
1049
- **/
1050
- Blocked: GenericPalletEvent<'Assets', 'Blocked', {
1051
- assetId: number;
1052
- who: AccountId32;
1053
- }>;
1054
- /**
1055
- * Generic pallet event
1056
- **/
1057
- [prop: string]: GenericPalletEvent;
1058
- };
1059
- /**
1060
- * Pallet `Uniques`'s events
1061
- **/
1062
- uniques: {
1063
- /**
1064
- * A `collection` was created.
1065
- **/
1066
- Created: GenericPalletEvent<'Uniques', 'Created', {
1067
- collection: number;
1068
- creator: AccountId32;
1069
- owner: AccountId32;
1070
- }>;
1071
- /**
1072
- * A `collection` was force-created.
1073
- **/
1074
- ForceCreated: GenericPalletEvent<'Uniques', 'ForceCreated', {
1075
- collection: number;
1076
- owner: AccountId32;
1077
- }>;
1078
- /**
1079
- * A `collection` was destroyed.
1080
- **/
1081
- Destroyed: GenericPalletEvent<'Uniques', 'Destroyed', {
1082
- collection: number;
1083
- }>;
1084
- /**
1085
- * An `item` was issued.
1086
- **/
1087
- Issued: GenericPalletEvent<'Uniques', 'Issued', {
1088
- collection: number;
1089
- item: number;
1090
- owner: AccountId32;
1091
- }>;
1092
- /**
1093
- * An `item` was transferred.
1094
- **/
1095
- Transferred: GenericPalletEvent<'Uniques', 'Transferred', {
1096
- collection: number;
1097
- item: number;
1098
- from: AccountId32;
1099
- to: AccountId32;
1100
- }>;
1101
- /**
1102
- * An `item` was destroyed.
1103
- **/
1104
- Burned: GenericPalletEvent<'Uniques', 'Burned', {
1105
- collection: number;
1106
- item: number;
1107
- owner: AccountId32;
1108
- }>;
1109
- /**
1110
- * Some `item` was frozen.
1111
- **/
1112
- Frozen: GenericPalletEvent<'Uniques', 'Frozen', {
1113
- collection: number;
1114
- item: number;
1115
- }>;
1116
- /**
1117
- * Some `item` was thawed.
1118
- **/
1119
- Thawed: GenericPalletEvent<'Uniques', 'Thawed', {
1120
- collection: number;
1121
- item: number;
1122
- }>;
1123
- /**
1124
- * Some `collection` was frozen.
1125
- **/
1126
- CollectionFrozen: GenericPalletEvent<'Uniques', 'CollectionFrozen', {
1127
- collection: number;
1128
- }>;
1129
- /**
1130
- * Some `collection` was thawed.
1131
- **/
1132
- CollectionThawed: GenericPalletEvent<'Uniques', 'CollectionThawed', {
1133
- collection: number;
1134
- }>;
1135
- /**
1136
- * The owner changed.
1137
- **/
1138
- OwnerChanged: GenericPalletEvent<'Uniques', 'OwnerChanged', {
1139
- collection: number;
1140
- newOwner: AccountId32;
1141
- }>;
1142
- /**
1143
- * The management team changed.
1144
- **/
1145
- TeamChanged: GenericPalletEvent<'Uniques', 'TeamChanged', {
1146
- collection: number;
1147
- issuer: AccountId32;
1148
- admin: AccountId32;
1149
- freezer: AccountId32;
1150
- }>;
1151
- /**
1152
- * An `item` of a `collection` has been approved by the `owner` for transfer by
1153
- * a `delegate`.
1154
- **/
1155
- ApprovedTransfer: GenericPalletEvent<'Uniques', 'ApprovedTransfer', {
1156
- collection: number;
1157
- item: number;
1158
- owner: AccountId32;
1159
- delegate: AccountId32;
1160
- }>;
1161
- /**
1162
- * An approval for a `delegate` account to transfer the `item` of an item
1163
- * `collection` was cancelled by its `owner`.
1164
- **/
1165
- ApprovalCancelled: GenericPalletEvent<'Uniques', 'ApprovalCancelled', {
1166
- collection: number;
1167
- item: number;
1168
- owner: AccountId32;
1169
- delegate: AccountId32;
1170
- }>;
1171
- /**
1172
- * A `collection` has had its attributes changed by the `Force` origin.
1173
- **/
1174
- ItemStatusChanged: GenericPalletEvent<'Uniques', 'ItemStatusChanged', {
1175
- collection: number;
1176
- }>;
1177
- /**
1178
- * New metadata has been set for a `collection`.
1179
- **/
1180
- CollectionMetadataSet: GenericPalletEvent<'Uniques', 'CollectionMetadataSet', {
1181
- collection: number;
1182
- data: Bytes;
1183
- isFrozen: boolean;
1184
- }>;
1185
- /**
1186
- * Metadata has been cleared for a `collection`.
1187
- **/
1188
- CollectionMetadataCleared: GenericPalletEvent<'Uniques', 'CollectionMetadataCleared', {
1189
- collection: number;
1190
- }>;
1191
- /**
1192
- * New metadata has been set for an item.
1193
- **/
1194
- MetadataSet: GenericPalletEvent<'Uniques', 'MetadataSet', {
1195
- collection: number;
1196
- item: number;
1197
- data: Bytes;
1198
- isFrozen: boolean;
1199
- }>;
1200
- /**
1201
- * Metadata has been cleared for an item.
1202
- **/
1203
- MetadataCleared: GenericPalletEvent<'Uniques', 'MetadataCleared', {
1204
- collection: number;
1205
- item: number;
1206
- }>;
1207
- /**
1208
- * Metadata has been cleared for an item.
1209
- **/
1210
- Redeposited: GenericPalletEvent<'Uniques', 'Redeposited', {
1211
- collection: number;
1212
- successfulItems: Array<number>;
1213
- }>;
1214
- /**
1215
- * New attribute metadata has been set for a `collection` or `item`.
1216
- **/
1217
- AttributeSet: GenericPalletEvent<'Uniques', 'AttributeSet', {
1218
- collection: number;
1219
- maybeItem?: number | undefined;
1220
- key: Bytes;
1221
- value: Bytes;
1222
- }>;
1223
- /**
1224
- * Attribute metadata has been cleared for a `collection` or `item`.
1225
- **/
1226
- AttributeCleared: GenericPalletEvent<'Uniques', 'AttributeCleared', {
1227
- collection: number;
1228
- maybeItem?: number | undefined;
1229
- key: Bytes;
1230
- }>;
1231
- /**
1232
- * Ownership acceptance has changed for an account.
1233
- **/
1234
- OwnershipAcceptanceChanged: GenericPalletEvent<'Uniques', 'OwnershipAcceptanceChanged', {
1235
- who: AccountId32;
1236
- maybeCollection?: number | undefined;
1237
- }>;
1238
- /**
1239
- * Max supply has been set for a collection.
1240
- **/
1241
- CollectionMaxSupplySet: GenericPalletEvent<'Uniques', 'CollectionMaxSupplySet', {
1242
- collection: number;
1243
- maxSupply: number;
1244
- }>;
1245
- /**
1246
- * The price was set for the instance.
1247
- **/
1248
- ItemPriceSet: GenericPalletEvent<'Uniques', 'ItemPriceSet', {
1249
- collection: number;
1250
- item: number;
1251
- price: bigint;
1252
- whitelistedBuyer?: AccountId32 | undefined;
1253
- }>;
1254
- /**
1255
- * The price for the instance was removed.
1256
- **/
1257
- ItemPriceRemoved: GenericPalletEvent<'Uniques', 'ItemPriceRemoved', {
1258
- collection: number;
1259
- item: number;
1260
- }>;
1261
- /**
1262
- * An item was bought.
1263
- **/
1264
- ItemBought: GenericPalletEvent<'Uniques', 'ItemBought', {
1265
- collection: number;
1266
- item: number;
1267
- price: bigint;
1268
- seller: AccountId32;
1269
- buyer: AccountId32;
1270
- }>;
1271
- /**
1272
- * Generic pallet event
1273
- **/
1274
- [prop: string]: GenericPalletEvent;
1275
- };
1276
- /**
1277
- * Pallet `Nfts`'s events
1278
- **/
1279
- nfts: {
1280
- /**
1281
- * A `collection` was created.
1282
- **/
1283
- Created: GenericPalletEvent<'Nfts', 'Created', {
1284
- collection: number;
1285
- creator: AccountId32;
1286
- owner: AccountId32;
1287
- }>;
1288
- /**
1289
- * A `collection` was force-created.
1290
- **/
1291
- ForceCreated: GenericPalletEvent<'Nfts', 'ForceCreated', {
1292
- collection: number;
1293
- owner: AccountId32;
1294
- }>;
1295
- /**
1296
- * A `collection` was destroyed.
1297
- **/
1298
- Destroyed: GenericPalletEvent<'Nfts', 'Destroyed', {
1299
- collection: number;
1300
- }>;
1301
- /**
1302
- * An `item` was issued.
1303
- **/
1304
- Issued: GenericPalletEvent<'Nfts', 'Issued', {
1305
- collection: number;
1306
- item: number;
1307
- owner: AccountId32;
1308
- }>;
1309
- /**
1310
- * An `item` was transferred.
1311
- **/
1312
- Transferred: GenericPalletEvent<'Nfts', 'Transferred', {
1313
- collection: number;
1314
- item: number;
1315
- from: AccountId32;
1316
- to: AccountId32;
1317
- }>;
1318
- /**
1319
- * An `item` was destroyed.
1320
- **/
1321
- Burned: GenericPalletEvent<'Nfts', 'Burned', {
1322
- collection: number;
1323
- item: number;
1324
- owner: AccountId32;
1325
- }>;
1326
- /**
1327
- * An `item` became non-transferable.
1328
- **/
1329
- ItemTransferLocked: GenericPalletEvent<'Nfts', 'ItemTransferLocked', {
1330
- collection: number;
1331
- item: number;
1332
- }>;
1333
- /**
1334
- * An `item` became transferable.
1335
- **/
1336
- ItemTransferUnlocked: GenericPalletEvent<'Nfts', 'ItemTransferUnlocked', {
1337
- collection: number;
1338
- item: number;
1339
- }>;
1340
- /**
1341
- * `item` metadata or attributes were locked.
1342
- **/
1343
- ItemPropertiesLocked: GenericPalletEvent<'Nfts', 'ItemPropertiesLocked', {
1344
- collection: number;
1345
- item: number;
1346
- lockMetadata: boolean;
1347
- lockAttributes: boolean;
1348
- }>;
1349
- /**
1350
- * Some `collection` was locked.
1351
- **/
1352
- CollectionLocked: GenericPalletEvent<'Nfts', 'CollectionLocked', {
1353
- collection: number;
1354
- }>;
1355
- /**
1356
- * The owner changed.
1357
- **/
1358
- OwnerChanged: GenericPalletEvent<'Nfts', 'OwnerChanged', {
1359
- collection: number;
1360
- newOwner: AccountId32;
1361
- }>;
1362
- /**
1363
- * The management team changed.
1364
- **/
1365
- TeamChanged: GenericPalletEvent<'Nfts', 'TeamChanged', {
1366
- collection: number;
1367
- issuer?: AccountId32 | undefined;
1368
- admin?: AccountId32 | undefined;
1369
- freezer?: AccountId32 | undefined;
1370
- }>;
1371
- /**
1372
- * An `item` of a `collection` has been approved by the `owner` for transfer by
1373
- * a `delegate`.
1374
- **/
1375
- TransferApproved: GenericPalletEvent<'Nfts', 'TransferApproved', {
1376
- collection: number;
1377
- item: number;
1378
- owner: AccountId32;
1379
- delegate: AccountId32;
1380
- deadline?: number | undefined;
1381
- }>;
1382
- /**
1383
- * An approval for a `delegate` account to transfer the `item` of an item
1384
- * `collection` was cancelled by its `owner`.
1385
- **/
1386
- ApprovalCancelled: GenericPalletEvent<'Nfts', 'ApprovalCancelled', {
1387
- collection: number;
1388
- item: number;
1389
- owner: AccountId32;
1390
- delegate: AccountId32;
1391
- }>;
1392
- /**
1393
- * All approvals of an item got cancelled.
1394
- **/
1395
- AllApprovalsCancelled: GenericPalletEvent<'Nfts', 'AllApprovalsCancelled', {
1396
- collection: number;
1397
- item: number;
1398
- owner: AccountId32;
1399
- }>;
1400
- /**
1401
- * A `collection` has had its config changed by the `Force` origin.
1402
- **/
1403
- CollectionConfigChanged: GenericPalletEvent<'Nfts', 'CollectionConfigChanged', {
1404
- collection: number;
1405
- }>;
1406
- /**
1407
- * New metadata has been set for a `collection`.
1408
- **/
1409
- CollectionMetadataSet: GenericPalletEvent<'Nfts', 'CollectionMetadataSet', {
1410
- collection: number;
1411
- data: Bytes;
1412
- }>;
1413
- /**
1414
- * Metadata has been cleared for a `collection`.
1415
- **/
1416
- CollectionMetadataCleared: GenericPalletEvent<'Nfts', 'CollectionMetadataCleared', {
1417
- collection: number;
1418
- }>;
1419
- /**
1420
- * New metadata has been set for an item.
1421
- **/
1422
- ItemMetadataSet: GenericPalletEvent<'Nfts', 'ItemMetadataSet', {
1423
- collection: number;
1424
- item: number;
1425
- data: Bytes;
1426
- }>;
1427
- /**
1428
- * Metadata has been cleared for an item.
1429
- **/
1430
- ItemMetadataCleared: GenericPalletEvent<'Nfts', 'ItemMetadataCleared', {
1431
- collection: number;
1432
- item: number;
1433
- }>;
1434
- /**
1435
- * The deposit for a set of `item`s within a `collection` has been updated.
1436
- **/
1437
- Redeposited: GenericPalletEvent<'Nfts', 'Redeposited', {
1438
- collection: number;
1439
- successfulItems: Array<number>;
1440
- }>;
1441
- /**
1442
- * New attribute metadata has been set for a `collection` or `item`.
1443
- **/
1444
- AttributeSet: GenericPalletEvent<'Nfts', 'AttributeSet', {
1445
- collection: number;
1446
- maybeItem?: number | undefined;
1447
- key: Bytes;
1448
- value: Bytes;
1449
- namespace: PalletNftsAttributeNamespace;
1450
- }>;
1451
- /**
1452
- * Attribute metadata has been cleared for a `collection` or `item`.
1453
- **/
1454
- AttributeCleared: GenericPalletEvent<'Nfts', 'AttributeCleared', {
1455
- collection: number;
1456
- maybeItem?: number | undefined;
1457
- key: Bytes;
1458
- namespace: PalletNftsAttributeNamespace;
1459
- }>;
1460
- /**
1461
- * A new approval to modify item attributes was added.
1462
- **/
1463
- ItemAttributesApprovalAdded: GenericPalletEvent<'Nfts', 'ItemAttributesApprovalAdded', {
1464
- collection: number;
1465
- item: number;
1466
- delegate: AccountId32;
1467
- }>;
1468
- /**
1469
- * A new approval to modify item attributes was removed.
1470
- **/
1471
- ItemAttributesApprovalRemoved: GenericPalletEvent<'Nfts', 'ItemAttributesApprovalRemoved', {
1472
- collection: number;
1473
- item: number;
1474
- delegate: AccountId32;
1475
- }>;
1476
- /**
1477
- * Ownership acceptance has changed for an account.
1478
- **/
1479
- OwnershipAcceptanceChanged: GenericPalletEvent<'Nfts', 'OwnershipAcceptanceChanged', {
1480
- who: AccountId32;
1481
- maybeCollection?: number | undefined;
1482
- }>;
1483
- /**
1484
- * Max supply has been set for a collection.
1485
- **/
1486
- CollectionMaxSupplySet: GenericPalletEvent<'Nfts', 'CollectionMaxSupplySet', {
1487
- collection: number;
1488
- maxSupply: number;
1489
- }>;
1490
- /**
1491
- * Mint settings for a collection had changed.
1492
- **/
1493
- CollectionMintSettingsUpdated: GenericPalletEvent<'Nfts', 'CollectionMintSettingsUpdated', {
1494
- collection: number;
1495
- }>;
1496
- /**
1497
- * Event gets emitted when the `NextCollectionId` gets incremented.
1498
- **/
1499
- NextCollectionIdIncremented: GenericPalletEvent<'Nfts', 'NextCollectionIdIncremented', {
1500
- nextId?: number | undefined;
1501
- }>;
1502
- /**
1503
- * The price was set for the item.
1504
- **/
1505
- ItemPriceSet: GenericPalletEvent<'Nfts', 'ItemPriceSet', {
1506
- collection: number;
1507
- item: number;
1508
- price: bigint;
1509
- whitelistedBuyer?: AccountId32 | undefined;
1510
- }>;
1511
- /**
1512
- * The price for the item was removed.
1513
- **/
1514
- ItemPriceRemoved: GenericPalletEvent<'Nfts', 'ItemPriceRemoved', {
1515
- collection: number;
1516
- item: number;
1517
- }>;
1518
- /**
1519
- * An item was bought.
1520
- **/
1521
- ItemBought: GenericPalletEvent<'Nfts', 'ItemBought', {
1522
- collection: number;
1523
- item: number;
1524
- price: bigint;
1525
- seller: AccountId32;
1526
- buyer: AccountId32;
1527
- }>;
1528
- /**
1529
- * A tip was sent.
1530
- **/
1531
- TipSent: GenericPalletEvent<'Nfts', 'TipSent', {
1532
- collection: number;
1533
- item: number;
1534
- sender: AccountId32;
1535
- receiver: AccountId32;
1536
- amount: bigint;
1537
- }>;
1538
- /**
1539
- * An `item` swap intent was created.
1540
- **/
1541
- SwapCreated: GenericPalletEvent<'Nfts', 'SwapCreated', {
1542
- offeredCollection: number;
1543
- offeredItem: number;
1544
- desiredCollection: number;
1545
- desiredItem?: number | undefined;
1546
- price?: PalletNftsPriceWithDirection | undefined;
1547
- deadline: number;
1548
- }>;
1549
- /**
1550
- * The swap was cancelled.
1551
- **/
1552
- SwapCancelled: GenericPalletEvent<'Nfts', 'SwapCancelled', {
1553
- offeredCollection: number;
1554
- offeredItem: number;
1555
- desiredCollection: number;
1556
- desiredItem?: number | undefined;
1557
- price?: PalletNftsPriceWithDirection | undefined;
1558
- deadline: number;
1559
- }>;
1560
- /**
1561
- * The swap has been claimed.
1562
- **/
1563
- SwapClaimed: GenericPalletEvent<'Nfts', 'SwapClaimed', {
1564
- sentCollection: number;
1565
- sentItem: number;
1566
- sentItemOwner: AccountId32;
1567
- receivedCollection: number;
1568
- receivedItem: number;
1569
- receivedItemOwner: AccountId32;
1570
- price?: PalletNftsPriceWithDirection | undefined;
1571
- deadline: number;
1572
- }>;
1573
- /**
1574
- * New attributes have been set for an `item` of the `collection`.
1575
- **/
1576
- PreSignedAttributesSet: GenericPalletEvent<'Nfts', 'PreSignedAttributesSet', {
1577
- collection: number;
1578
- item: number;
1579
- namespace: PalletNftsAttributeNamespace;
1580
- }>;
1581
- /**
1582
- * A new attribute in the `Pallet` namespace was set for the `collection` or an `item`
1583
- * within that `collection`.
1584
- **/
1585
- PalletAttributeSet: GenericPalletEvent<'Nfts', 'PalletAttributeSet', {
1586
- collection: number;
1587
- item?: number | undefined;
1588
- attribute: PalletNftsPalletAttributes;
1589
- value: Bytes;
1590
- }>;
1591
- /**
1592
- * Generic pallet event
1593
- **/
1594
- [prop: string]: GenericPalletEvent;
1595
- };
1596
- /**
1597
- * Pallet `ForeignAssets`'s events
1598
- **/
1599
- foreignAssets: {
1600
- /**
1601
- * Some asset class was created.
1602
- **/
1603
- Created: GenericPalletEvent<'ForeignAssets', 'Created', {
1604
- assetId: StagingXcmV3MultilocationMultiLocation;
1605
- creator: AccountId32;
1606
- owner: AccountId32;
1607
- }>;
1608
- /**
1609
- * Some assets were issued.
1610
- **/
1611
- Issued: GenericPalletEvent<'ForeignAssets', 'Issued', {
1612
- assetId: StagingXcmV3MultilocationMultiLocation;
1613
- owner: AccountId32;
1614
- amount: bigint;
1615
- }>;
1616
- /**
1617
- * Some assets were transferred.
1618
- **/
1619
- Transferred: GenericPalletEvent<'ForeignAssets', 'Transferred', {
1620
- assetId: StagingXcmV3MultilocationMultiLocation;
1621
- from: AccountId32;
1622
- to: AccountId32;
1623
- amount: bigint;
1624
- }>;
1625
- /**
1626
- * Some assets were destroyed.
1627
- **/
1628
- Burned: GenericPalletEvent<'ForeignAssets', 'Burned', {
1629
- assetId: StagingXcmV3MultilocationMultiLocation;
1630
- owner: AccountId32;
1631
- balance: bigint;
1632
- }>;
1633
- /**
1634
- * The management team changed.
1635
- **/
1636
- TeamChanged: GenericPalletEvent<'ForeignAssets', 'TeamChanged', {
1637
- assetId: StagingXcmV3MultilocationMultiLocation;
1638
- issuer: AccountId32;
1639
- admin: AccountId32;
1640
- freezer: AccountId32;
1641
- }>;
1642
- /**
1643
- * The owner changed.
1644
- **/
1645
- OwnerChanged: GenericPalletEvent<'ForeignAssets', 'OwnerChanged', {
1646
- assetId: StagingXcmV3MultilocationMultiLocation;
1647
- owner: AccountId32;
1648
- }>;
1649
- /**
1650
- * Some account `who` was frozen.
1651
- **/
1652
- Frozen: GenericPalletEvent<'ForeignAssets', 'Frozen', {
1653
- assetId: StagingXcmV3MultilocationMultiLocation;
1654
- who: AccountId32;
1655
- }>;
1656
- /**
1657
- * Some account `who` was thawed.
1658
- **/
1659
- Thawed: GenericPalletEvent<'ForeignAssets', 'Thawed', {
1660
- assetId: StagingXcmV3MultilocationMultiLocation;
1661
- who: AccountId32;
1662
- }>;
1663
- /**
1664
- * Some asset `asset_id` was frozen.
1665
- **/
1666
- AssetFrozen: GenericPalletEvent<'ForeignAssets', 'AssetFrozen', {
1667
- assetId: StagingXcmV3MultilocationMultiLocation;
1668
- }>;
1669
- /**
1670
- * Some asset `asset_id` was thawed.
1671
- **/
1672
- AssetThawed: GenericPalletEvent<'ForeignAssets', 'AssetThawed', {
1673
- assetId: StagingXcmV3MultilocationMultiLocation;
1674
- }>;
1675
- /**
1676
- * Accounts were destroyed for given asset.
1677
- **/
1678
- AccountsDestroyed: GenericPalletEvent<'ForeignAssets', 'AccountsDestroyed', {
1679
- assetId: StagingXcmV3MultilocationMultiLocation;
1680
- accountsDestroyed: number;
1681
- accountsRemaining: number;
1682
- }>;
1683
- /**
1684
- * Approvals were destroyed for given asset.
1685
- **/
1686
- ApprovalsDestroyed: GenericPalletEvent<'ForeignAssets', 'ApprovalsDestroyed', {
1687
- assetId: StagingXcmV3MultilocationMultiLocation;
1688
- approvalsDestroyed: number;
1689
- approvalsRemaining: number;
1690
- }>;
1691
- /**
1692
- * An asset class is in the process of being destroyed.
1693
- **/
1694
- DestructionStarted: GenericPalletEvent<'ForeignAssets', 'DestructionStarted', {
1695
- assetId: StagingXcmV3MultilocationMultiLocation;
1696
- }>;
1697
- /**
1698
- * An asset class was destroyed.
1699
- **/
1700
- Destroyed: GenericPalletEvent<'ForeignAssets', 'Destroyed', {
1701
- assetId: StagingXcmV3MultilocationMultiLocation;
1702
- }>;
1703
- /**
1704
- * Some asset class was force-created.
1705
- **/
1706
- ForceCreated: GenericPalletEvent<'ForeignAssets', 'ForceCreated', {
1707
- assetId: StagingXcmV3MultilocationMultiLocation;
1708
- owner: AccountId32;
1709
- }>;
1710
- /**
1711
- * New metadata has been set for an asset.
1712
- **/
1713
- MetadataSet: GenericPalletEvent<'ForeignAssets', 'MetadataSet', {
1714
- assetId: StagingXcmV3MultilocationMultiLocation;
1715
- name: Bytes;
1716
- symbol: Bytes;
1717
- decimals: number;
1718
- isFrozen: boolean;
1719
- }>;
1720
- /**
1721
- * Metadata has been cleared for an asset.
1722
- **/
1723
- MetadataCleared: GenericPalletEvent<'ForeignAssets', 'MetadataCleared', {
1724
- assetId: StagingXcmV3MultilocationMultiLocation;
1725
- }>;
1726
- /**
1727
- * (Additional) funds have been approved for transfer to a destination account.
1728
- **/
1729
- ApprovedTransfer: GenericPalletEvent<'ForeignAssets', 'ApprovedTransfer', {
1730
- assetId: StagingXcmV3MultilocationMultiLocation;
1731
- source: AccountId32;
1732
- delegate: AccountId32;
1733
- amount: bigint;
1734
- }>;
1735
- /**
1736
- * An approval for account `delegate` was cancelled by `owner`.
1737
- **/
1738
- ApprovalCancelled: GenericPalletEvent<'ForeignAssets', 'ApprovalCancelled', {
1739
- assetId: StagingXcmV3MultilocationMultiLocation;
1740
- owner: AccountId32;
1741
- delegate: AccountId32;
1742
- }>;
1743
- /**
1744
- * An `amount` was transferred in its entirety from `owner` to `destination` by
1745
- * the approved `delegate`.
1746
- **/
1747
- TransferredApproved: GenericPalletEvent<'ForeignAssets', 'TransferredApproved', {
1748
- assetId: StagingXcmV3MultilocationMultiLocation;
1749
- owner: AccountId32;
1750
- delegate: AccountId32;
1751
- destination: AccountId32;
1752
- amount: bigint;
1753
- }>;
1754
- /**
1755
- * An asset has had its attributes changed by the `Force` origin.
1756
- **/
1757
- AssetStatusChanged: GenericPalletEvent<'ForeignAssets', 'AssetStatusChanged', {
1758
- assetId: StagingXcmV3MultilocationMultiLocation;
1759
- }>;
1760
- /**
1761
- * The min_balance of an asset has been updated by the asset owner.
1762
- **/
1763
- AssetMinBalanceChanged: GenericPalletEvent<'ForeignAssets', 'AssetMinBalanceChanged', {
1764
- assetId: StagingXcmV3MultilocationMultiLocation;
1765
- newMinBalance: bigint;
1766
- }>;
1767
- /**
1768
- * Some account `who` was created with a deposit from `depositor`.
1769
- **/
1770
- Touched: GenericPalletEvent<'ForeignAssets', 'Touched', {
1771
- assetId: StagingXcmV3MultilocationMultiLocation;
1772
- who: AccountId32;
1773
- depositor: AccountId32;
1774
- }>;
1775
- /**
1776
- * Some account `who` was blocked.
1777
- **/
1778
- Blocked: GenericPalletEvent<'ForeignAssets', 'Blocked', {
1779
- assetId: StagingXcmV3MultilocationMultiLocation;
1780
- who: AccountId32;
1781
- }>;
1782
- /**
1783
- * Generic pallet event
1784
- **/
1785
- [prop: string]: GenericPalletEvent;
1786
- };
30
+ * An extrinsic completed successfully.
31
+ **/
32
+ ExtrinsicSuccess: GenericPalletEvent<'System', 'ExtrinsicSuccess', { dispatchInfo: DispatchInfo }>;
33
+
34
+ /**
35
+ * An extrinsic failed.
36
+ **/
37
+ ExtrinsicFailed: GenericPalletEvent<
38
+ 'System',
39
+ 'ExtrinsicFailed',
40
+ { dispatchError: DispatchError; dispatchInfo: DispatchInfo }
41
+ >;
42
+
43
+ /**
44
+ * `:code` was updated.
45
+ **/
46
+ CodeUpdated: GenericPalletEvent<'System', 'CodeUpdated', null>;
47
+
48
+ /**
49
+ * A new account was created.
50
+ **/
51
+ NewAccount: GenericPalletEvent<'System', 'NewAccount', { account: AccountId32 }>;
52
+
53
+ /**
54
+ * An account was reaped.
55
+ **/
56
+ KilledAccount: GenericPalletEvent<'System', 'KilledAccount', { account: AccountId32 }>;
57
+
58
+ /**
59
+ * On on-chain remark happened.
60
+ **/
61
+ Remarked: GenericPalletEvent<'System', 'Remarked', { sender: AccountId32; hash: H256 }>;
62
+
63
+ /**
64
+ * Generic pallet event
65
+ **/
66
+ [prop: string]: GenericPalletEvent;
67
+ };
68
+ /**
69
+ * Pallet `ParachainSystem`'s events
70
+ **/
71
+ parachainSystem: {
72
+ /**
73
+ * The validation function has been scheduled to apply.
74
+ **/
75
+ ValidationFunctionStored: GenericPalletEvent<'ParachainSystem', 'ValidationFunctionStored', null>;
76
+
77
+ /**
78
+ * The validation function was applied as of the contained relay chain block number.
79
+ **/
80
+ ValidationFunctionApplied: GenericPalletEvent<
81
+ 'ParachainSystem',
82
+ 'ValidationFunctionApplied',
83
+ { relayChainBlockNum: number }
84
+ >;
85
+
86
+ /**
87
+ * The relay-chain aborted the upgrade process.
88
+ **/
89
+ ValidationFunctionDiscarded: GenericPalletEvent<'ParachainSystem', 'ValidationFunctionDiscarded', null>;
90
+
91
+ /**
92
+ * An upgrade has been authorized.
93
+ **/
94
+ UpgradeAuthorized: GenericPalletEvent<'ParachainSystem', 'UpgradeAuthorized', { codeHash: H256 }>;
95
+
96
+ /**
97
+ * Some downward messages have been received and will be processed.
98
+ **/
99
+ DownwardMessagesReceived: GenericPalletEvent<'ParachainSystem', 'DownwardMessagesReceived', { count: number }>;
100
+
101
+ /**
102
+ * Downward messages were processed using the given weight.
103
+ **/
104
+ DownwardMessagesProcessed: GenericPalletEvent<
105
+ 'ParachainSystem',
106
+ 'DownwardMessagesProcessed',
107
+ { weightUsed: SpWeightsWeightV2Weight; dmqHead: H256 }
108
+ >;
109
+
110
+ /**
111
+ * An upward message was sent to the relay chain.
112
+ **/
113
+ UpwardMessageSent: GenericPalletEvent<
114
+ 'ParachainSystem',
115
+ 'UpwardMessageSent',
116
+ { messageHash?: FixedBytes<32> | undefined }
117
+ >;
118
+
119
+ /**
120
+ * Generic pallet event
121
+ **/
122
+ [prop: string]: GenericPalletEvent;
123
+ };
124
+ /**
125
+ * Pallet `Balances`'s events
126
+ **/
127
+ balances: {
128
+ /**
129
+ * An account was created with some free balance.
130
+ **/
131
+ Endowed: GenericPalletEvent<'Balances', 'Endowed', { account: AccountId32; freeBalance: bigint }>;
132
+
133
+ /**
134
+ * An account was removed whose balance was non-zero but below ExistentialDeposit,
135
+ * resulting in an outright loss.
136
+ **/
137
+ DustLost: GenericPalletEvent<'Balances', 'DustLost', { account: AccountId32; amount: bigint }>;
138
+
139
+ /**
140
+ * Transfer succeeded.
141
+ **/
142
+ Transfer: GenericPalletEvent<'Balances', 'Transfer', { from: AccountId32; to: AccountId32; amount: bigint }>;
143
+
144
+ /**
145
+ * A balance was set by root.
146
+ **/
147
+ BalanceSet: GenericPalletEvent<'Balances', 'BalanceSet', { who: AccountId32; free: bigint }>;
148
+
149
+ /**
150
+ * Some balance was reserved (moved from free to reserved).
151
+ **/
152
+ Reserved: GenericPalletEvent<'Balances', 'Reserved', { who: AccountId32; amount: bigint }>;
153
+
154
+ /**
155
+ * Some balance was unreserved (moved from reserved to free).
156
+ **/
157
+ Unreserved: GenericPalletEvent<'Balances', 'Unreserved', { who: AccountId32; amount: bigint }>;
158
+
159
+ /**
160
+ * Some balance was moved from the reserve of the first account to the second account.
161
+ * Final argument indicates the destination balance type.
162
+ **/
163
+ ReserveRepatriated: GenericPalletEvent<
164
+ 'Balances',
165
+ 'ReserveRepatriated',
166
+ { from: AccountId32; to: AccountId32; amount: bigint; destinationStatus: FrameSupportTokensMiscBalanceStatus }
167
+ >;
168
+
169
+ /**
170
+ * Some amount was deposited (e.g. for transaction fees).
171
+ **/
172
+ Deposit: GenericPalletEvent<'Balances', 'Deposit', { who: AccountId32; amount: bigint }>;
173
+
174
+ /**
175
+ * Some amount was withdrawn from the account (e.g. for transaction fees).
176
+ **/
177
+ Withdraw: GenericPalletEvent<'Balances', 'Withdraw', { who: AccountId32; amount: bigint }>;
178
+
179
+ /**
180
+ * Some amount was removed from the account (e.g. for misbehavior).
181
+ **/
182
+ Slashed: GenericPalletEvent<'Balances', 'Slashed', { who: AccountId32; amount: bigint }>;
183
+
184
+ /**
185
+ * Some amount was minted into an account.
186
+ **/
187
+ Minted: GenericPalletEvent<'Balances', 'Minted', { who: AccountId32; amount: bigint }>;
188
+
189
+ /**
190
+ * Some amount was burned from an account.
191
+ **/
192
+ Burned: GenericPalletEvent<'Balances', 'Burned', { who: AccountId32; amount: bigint }>;
193
+
194
+ /**
195
+ * Some amount was suspended from an account (it can be restored later).
196
+ **/
197
+ Suspended: GenericPalletEvent<'Balances', 'Suspended', { who: AccountId32; amount: bigint }>;
198
+
199
+ /**
200
+ * Some amount was restored into an account.
201
+ **/
202
+ Restored: GenericPalletEvent<'Balances', 'Restored', { who: AccountId32; amount: bigint }>;
203
+
204
+ /**
205
+ * An account was upgraded.
206
+ **/
207
+ Upgraded: GenericPalletEvent<'Balances', 'Upgraded', { who: AccountId32 }>;
208
+
209
+ /**
210
+ * Total issuance was increased by `amount`, creating a credit to be balanced.
211
+ **/
212
+ Issued: GenericPalletEvent<'Balances', 'Issued', { amount: bigint }>;
213
+
214
+ /**
215
+ * Total issuance was decreased by `amount`, creating a debt to be balanced.
216
+ **/
217
+ Rescinded: GenericPalletEvent<'Balances', 'Rescinded', { amount: bigint }>;
218
+
219
+ /**
220
+ * Some balance was locked.
221
+ **/
222
+ Locked: GenericPalletEvent<'Balances', 'Locked', { who: AccountId32; amount: bigint }>;
223
+
224
+ /**
225
+ * Some balance was unlocked.
226
+ **/
227
+ Unlocked: GenericPalletEvent<'Balances', 'Unlocked', { who: AccountId32; amount: bigint }>;
228
+
229
+ /**
230
+ * Some balance was frozen.
231
+ **/
232
+ Frozen: GenericPalletEvent<'Balances', 'Frozen', { who: AccountId32; amount: bigint }>;
233
+
234
+ /**
235
+ * Some balance was thawed.
236
+ **/
237
+ Thawed: GenericPalletEvent<'Balances', 'Thawed', { who: AccountId32; amount: bigint }>;
238
+
239
+ /**
240
+ * Generic pallet event
241
+ **/
242
+ [prop: string]: GenericPalletEvent;
243
+ };
244
+ /**
245
+ * Pallet `TransactionPayment`'s events
246
+ **/
247
+ transactionPayment: {
248
+ /**
249
+ * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
250
+ * has been paid by `who`.
251
+ **/
252
+ TransactionFeePaid: GenericPalletEvent<
253
+ 'TransactionPayment',
254
+ 'TransactionFeePaid',
255
+ { who: AccountId32; actualFee: bigint; tip: bigint }
256
+ >;
257
+
258
+ /**
259
+ * Generic pallet event
260
+ **/
261
+ [prop: string]: GenericPalletEvent;
262
+ };
263
+ /**
264
+ * Pallet `AssetTxPayment`'s events
265
+ **/
266
+ assetTxPayment: {
267
+ /**
268
+ * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
269
+ * has been paid by `who` in an asset `asset_id`.
270
+ **/
271
+ AssetTxFeePaid: GenericPalletEvent<
272
+ 'AssetTxPayment',
273
+ 'AssetTxFeePaid',
274
+ { who: AccountId32; actualFee: bigint; tip: bigint; assetId?: number | undefined }
275
+ >;
276
+
277
+ /**
278
+ * Generic pallet event
279
+ **/
280
+ [prop: string]: GenericPalletEvent;
281
+ };
282
+ /**
283
+ * Pallet `CollatorSelection`'s events
284
+ **/
285
+ collatorSelection: {
286
+ /**
287
+ * New Invulnerables were set.
288
+ **/
289
+ NewInvulnerables: GenericPalletEvent<
290
+ 'CollatorSelection',
291
+ 'NewInvulnerables',
292
+ { invulnerables: Array<AccountId32> }
293
+ >;
294
+
295
+ /**
296
+ * A new Invulnerable was added.
297
+ **/
298
+ InvulnerableAdded: GenericPalletEvent<'CollatorSelection', 'InvulnerableAdded', { accountId: AccountId32 }>;
299
+
300
+ /**
301
+ * An Invulnerable was removed.
302
+ **/
303
+ InvulnerableRemoved: GenericPalletEvent<'CollatorSelection', 'InvulnerableRemoved', { accountId: AccountId32 }>;
304
+
305
+ /**
306
+ * The number of desired candidates was set.
307
+ **/
308
+ NewDesiredCandidates: GenericPalletEvent<
309
+ 'CollatorSelection',
310
+ 'NewDesiredCandidates',
311
+ { desiredCandidates: number }
312
+ >;
313
+
314
+ /**
315
+ * The candidacy bond was set.
316
+ **/
317
+ NewCandidacyBond: GenericPalletEvent<'CollatorSelection', 'NewCandidacyBond', { bondAmount: bigint }>;
318
+
319
+ /**
320
+ * A new candidate joined.
321
+ **/
322
+ CandidateAdded: GenericPalletEvent<
323
+ 'CollatorSelection',
324
+ 'CandidateAdded',
325
+ { accountId: AccountId32; deposit: bigint }
326
+ >;
327
+
328
+ /**
329
+ * A candidate was removed.
330
+ **/
331
+ CandidateRemoved: GenericPalletEvent<'CollatorSelection', 'CandidateRemoved', { accountId: AccountId32 }>;
332
+
333
+ /**
334
+ * An account was unable to be added to the Invulnerables because they did not have keys
335
+ * registered. Other Invulnerables may have been set.
336
+ **/
337
+ InvalidInvulnerableSkipped: GenericPalletEvent<
338
+ 'CollatorSelection',
339
+ 'InvalidInvulnerableSkipped',
340
+ { accountId: AccountId32 }
341
+ >;
342
+
343
+ /**
344
+ * Generic pallet event
345
+ **/
346
+ [prop: string]: GenericPalletEvent;
347
+ };
348
+ /**
349
+ * Pallet `Session`'s events
350
+ **/
351
+ session: {
352
+ /**
353
+ * New session has happened. Note that the argument is the session index, not the
354
+ * block number as the type might suggest.
355
+ **/
356
+ NewSession: GenericPalletEvent<'Session', 'NewSession', { sessionIndex: number }>;
357
+
358
+ /**
359
+ * Generic pallet event
360
+ **/
361
+ [prop: string]: GenericPalletEvent;
362
+ };
363
+ /**
364
+ * Pallet `XcmpQueue`'s events
365
+ **/
366
+ xcmpQueue: {
367
+ /**
368
+ * Some XCM was executed ok.
369
+ **/
370
+ Success: GenericPalletEvent<
371
+ 'XcmpQueue',
372
+ 'Success',
373
+ { messageHash: FixedBytes<32>; messageId: FixedBytes<32>; weight: SpWeightsWeightV2Weight }
374
+ >;
375
+
376
+ /**
377
+ * Some XCM failed.
378
+ **/
379
+ Fail: GenericPalletEvent<
380
+ 'XcmpQueue',
381
+ 'Fail',
382
+ {
383
+ messageHash: FixedBytes<32>;
384
+ messageId: FixedBytes<32>;
385
+ error: XcmV3TraitsError;
386
+ weight: SpWeightsWeightV2Weight;
387
+ }
388
+ >;
389
+
390
+ /**
391
+ * Bad XCM version used.
392
+ **/
393
+ BadVersion: GenericPalletEvent<'XcmpQueue', 'BadVersion', { messageHash: FixedBytes<32> }>;
394
+
395
+ /**
396
+ * Bad XCM format used.
397
+ **/
398
+ BadFormat: GenericPalletEvent<'XcmpQueue', 'BadFormat', { messageHash: FixedBytes<32> }>;
399
+
400
+ /**
401
+ * An HRMP message was sent to a sibling parachain.
402
+ **/
403
+ XcmpMessageSent: GenericPalletEvent<'XcmpQueue', 'XcmpMessageSent', { messageHash: FixedBytes<32> }>;
404
+
405
+ /**
406
+ * An XCM exceeded the individual message weight budget.
407
+ **/
408
+ OverweightEnqueued: GenericPalletEvent<
409
+ 'XcmpQueue',
410
+ 'OverweightEnqueued',
411
+ {
412
+ sender: PolkadotParachainPrimitivesPrimitivesId;
413
+ sentAt: number;
414
+ index: bigint;
415
+ required: SpWeightsWeightV2Weight;
416
+ }
417
+ >;
418
+
419
+ /**
420
+ * An XCM from the overweight queue was executed with the given actual weight used.
421
+ **/
422
+ OverweightServiced: GenericPalletEvent<
423
+ 'XcmpQueue',
424
+ 'OverweightServiced',
425
+ { index: bigint; used: SpWeightsWeightV2Weight }
426
+ >;
427
+
428
+ /**
429
+ * Generic pallet event
430
+ **/
431
+ [prop: string]: GenericPalletEvent;
432
+ };
433
+ /**
434
+ * Pallet `PolkadotXcm`'s events
435
+ **/
436
+ polkadotXcm: {
437
+ /**
438
+ * Execution of an XCM message was attempted.
439
+ **/
440
+ Attempted: GenericPalletEvent<'PolkadotXcm', 'Attempted', { outcome: XcmV3TraitsOutcome }>;
441
+
442
+ /**
443
+ * A XCM message was sent.
444
+ **/
445
+ Sent: GenericPalletEvent<
446
+ 'PolkadotXcm',
447
+ 'Sent',
448
+ {
449
+ origin: StagingXcmV3MultilocationMultiLocation;
450
+ destination: StagingXcmV3MultilocationMultiLocation;
451
+ message: XcmV3Xcm;
452
+ messageId: FixedBytes<32>;
453
+ }
454
+ >;
455
+
456
+ /**
457
+ * Query response received which does not match a registered query. This may be because a
458
+ * matching query was never registered, it may be because it is a duplicate response, or
459
+ * because the query timed out.
460
+ **/
461
+ UnexpectedResponse: GenericPalletEvent<
462
+ 'PolkadotXcm',
463
+ 'UnexpectedResponse',
464
+ { origin: StagingXcmV3MultilocationMultiLocation; queryId: bigint }
465
+ >;
466
+
467
+ /**
468
+ * Query response has been received and is ready for taking with `take_response`. There is
469
+ * no registered notification call.
470
+ **/
471
+ ResponseReady: GenericPalletEvent<'PolkadotXcm', 'ResponseReady', { queryId: bigint; response: XcmV3Response }>;
472
+
473
+ /**
474
+ * Query response has been received and query is removed. The registered notification has
475
+ * been dispatched and executed successfully.
476
+ **/
477
+ Notified: GenericPalletEvent<
478
+ 'PolkadotXcm',
479
+ 'Notified',
480
+ { queryId: bigint; palletIndex: number; callIndex: number }
481
+ >;
482
+
483
+ /**
484
+ * Query response has been received and query is removed. The registered notification
485
+ * could not be dispatched because the dispatch weight is greater than the maximum weight
486
+ * originally budgeted by this runtime for the query result.
487
+ **/
488
+ NotifyOverweight: GenericPalletEvent<
489
+ 'PolkadotXcm',
490
+ 'NotifyOverweight',
491
+ {
492
+ queryId: bigint;
493
+ palletIndex: number;
494
+ callIndex: number;
495
+ actualWeight: SpWeightsWeightV2Weight;
496
+ maxBudgetedWeight: SpWeightsWeightV2Weight;
497
+ }
498
+ >;
499
+
500
+ /**
501
+ * Query response has been received and query is removed. There was a general error with
502
+ * dispatching the notification call.
503
+ **/
504
+ NotifyDispatchError: GenericPalletEvent<
505
+ 'PolkadotXcm',
506
+ 'NotifyDispatchError',
507
+ { queryId: bigint; palletIndex: number; callIndex: number }
508
+ >;
509
+
510
+ /**
511
+ * Query response has been received and query is removed. The dispatch was unable to be
512
+ * decoded into a `Call`; this might be due to dispatch function having a signature which
513
+ * is not `(origin, QueryId, Response)`.
514
+ **/
515
+ NotifyDecodeFailed: GenericPalletEvent<
516
+ 'PolkadotXcm',
517
+ 'NotifyDecodeFailed',
518
+ { queryId: bigint; palletIndex: number; callIndex: number }
519
+ >;
520
+
521
+ /**
522
+ * Expected query response has been received but the origin location of the response does
523
+ * not match that expected. The query remains registered for a later, valid, response to
524
+ * be received and acted upon.
525
+ **/
526
+ InvalidResponder: GenericPalletEvent<
527
+ 'PolkadotXcm',
528
+ 'InvalidResponder',
529
+ {
530
+ origin: StagingXcmV3MultilocationMultiLocation;
531
+ queryId: bigint;
532
+ expectedLocation?: StagingXcmV3MultilocationMultiLocation | undefined;
533
+ }
534
+ >;
535
+
536
+ /**
537
+ * Expected query response has been received but the expected origin location placed in
538
+ * storage by this runtime previously cannot be decoded. The query remains registered.
539
+ *
540
+ * This is unexpected (since a location placed in storage in a previously executing
541
+ * runtime should be readable prior to query timeout) and dangerous since the possibly
542
+ * valid response will be dropped. Manual governance intervention is probably going to be
543
+ * needed.
544
+ **/
545
+ InvalidResponderVersion: GenericPalletEvent<
546
+ 'PolkadotXcm',
547
+ 'InvalidResponderVersion',
548
+ { origin: StagingXcmV3MultilocationMultiLocation; queryId: bigint }
549
+ >;
550
+
551
+ /**
552
+ * Received query response has been read and removed.
553
+ **/
554
+ ResponseTaken: GenericPalletEvent<'PolkadotXcm', 'ResponseTaken', { queryId: bigint }>;
555
+
556
+ /**
557
+ * Some assets have been placed in an asset trap.
558
+ **/
559
+ AssetsTrapped: GenericPalletEvent<
560
+ 'PolkadotXcm',
561
+ 'AssetsTrapped',
562
+ { hash: H256; origin: StagingXcmV3MultilocationMultiLocation; assets: XcmVersionedMultiAssets }
563
+ >;
564
+
565
+ /**
566
+ * An XCM version change notification message has been attempted to be sent.
567
+ *
568
+ * The cost of sending it (borne by the chain) is included.
569
+ **/
570
+ VersionChangeNotified: GenericPalletEvent<
571
+ 'PolkadotXcm',
572
+ 'VersionChangeNotified',
573
+ {
574
+ destination: StagingXcmV3MultilocationMultiLocation;
575
+ result: number;
576
+ cost: XcmV3MultiassetMultiAssets;
577
+ messageId: FixedBytes<32>;
578
+ }
579
+ >;
580
+
581
+ /**
582
+ * The supported version of a location has been changed. This might be through an
583
+ * automatic notification or a manual intervention.
584
+ **/
585
+ SupportedVersionChanged: GenericPalletEvent<
586
+ 'PolkadotXcm',
587
+ 'SupportedVersionChanged',
588
+ { location: StagingXcmV3MultilocationMultiLocation; version: number }
589
+ >;
590
+
591
+ /**
592
+ * A given location which had a version change subscription was dropped owing to an error
593
+ * sending the notification to it.
594
+ **/
595
+ NotifyTargetSendFail: GenericPalletEvent<
596
+ 'PolkadotXcm',
597
+ 'NotifyTargetSendFail',
598
+ { location: StagingXcmV3MultilocationMultiLocation; queryId: bigint; error: XcmV3TraitsError }
599
+ >;
600
+
601
+ /**
602
+ * A given location which had a version change subscription was dropped owing to an error
603
+ * migrating the location to our new XCM format.
604
+ **/
605
+ NotifyTargetMigrationFail: GenericPalletEvent<
606
+ 'PolkadotXcm',
607
+ 'NotifyTargetMigrationFail',
608
+ { location: XcmVersionedMultiLocation; queryId: bigint }
609
+ >;
610
+
611
+ /**
612
+ * Expected query response has been received but the expected querier location placed in
613
+ * storage by this runtime previously cannot be decoded. The query remains registered.
614
+ *
615
+ * This is unexpected (since a location placed in storage in a previously executing
616
+ * runtime should be readable prior to query timeout) and dangerous since the possibly
617
+ * valid response will be dropped. Manual governance intervention is probably going to be
618
+ * needed.
619
+ **/
620
+ InvalidQuerierVersion: GenericPalletEvent<
621
+ 'PolkadotXcm',
622
+ 'InvalidQuerierVersion',
623
+ { origin: StagingXcmV3MultilocationMultiLocation; queryId: bigint }
624
+ >;
625
+
626
+ /**
627
+ * Expected query response has been received but the querier location of the response does
628
+ * not match the expected. The query remains registered for a later, valid, response to
629
+ * be received and acted upon.
630
+ **/
631
+ InvalidQuerier: GenericPalletEvent<
632
+ 'PolkadotXcm',
633
+ 'InvalidQuerier',
634
+ {
635
+ origin: StagingXcmV3MultilocationMultiLocation;
636
+ queryId: bigint;
637
+ expectedQuerier: StagingXcmV3MultilocationMultiLocation;
638
+ maybeActualQuerier?: StagingXcmV3MultilocationMultiLocation | undefined;
639
+ }
640
+ >;
641
+
642
+ /**
643
+ * A remote has requested XCM version change notification from us and we have honored it.
644
+ * A version information message is sent to them and its cost is included.
645
+ **/
646
+ VersionNotifyStarted: GenericPalletEvent<
647
+ 'PolkadotXcm',
648
+ 'VersionNotifyStarted',
649
+ {
650
+ destination: StagingXcmV3MultilocationMultiLocation;
651
+ cost: XcmV3MultiassetMultiAssets;
652
+ messageId: FixedBytes<32>;
653
+ }
654
+ >;
655
+
656
+ /**
657
+ * We have requested that a remote chain send us XCM version change notifications.
658
+ **/
659
+ VersionNotifyRequested: GenericPalletEvent<
660
+ 'PolkadotXcm',
661
+ 'VersionNotifyRequested',
662
+ {
663
+ destination: StagingXcmV3MultilocationMultiLocation;
664
+ cost: XcmV3MultiassetMultiAssets;
665
+ messageId: FixedBytes<32>;
666
+ }
667
+ >;
668
+
669
+ /**
670
+ * We have requested that a remote chain stops sending us XCM version change
671
+ * notifications.
672
+ **/
673
+ VersionNotifyUnrequested: GenericPalletEvent<
674
+ 'PolkadotXcm',
675
+ 'VersionNotifyUnrequested',
676
+ {
677
+ destination: StagingXcmV3MultilocationMultiLocation;
678
+ cost: XcmV3MultiassetMultiAssets;
679
+ messageId: FixedBytes<32>;
680
+ }
681
+ >;
682
+
683
+ /**
684
+ * Fees were paid from a location for an operation (often for using `SendXcm`).
685
+ **/
686
+ FeesPaid: GenericPalletEvent<
687
+ 'PolkadotXcm',
688
+ 'FeesPaid',
689
+ { paying: StagingXcmV3MultilocationMultiLocation; fees: XcmV3MultiassetMultiAssets }
690
+ >;
691
+
692
+ /**
693
+ * Some assets have been claimed from an asset trap
694
+ **/
695
+ AssetsClaimed: GenericPalletEvent<
696
+ 'PolkadotXcm',
697
+ 'AssetsClaimed',
698
+ { hash: H256; origin: StagingXcmV3MultilocationMultiLocation; assets: XcmVersionedMultiAssets }
699
+ >;
700
+
701
+ /**
702
+ * Generic pallet event
703
+ **/
704
+ [prop: string]: GenericPalletEvent;
705
+ };
706
+ /**
707
+ * Pallet `CumulusXcm`'s events
708
+ **/
709
+ cumulusXcm: {
710
+ /**
711
+ * Downward message is invalid XCM.
712
+ * \[ id \]
713
+ **/
714
+ InvalidFormat: GenericPalletEvent<'CumulusXcm', 'InvalidFormat', FixedBytes<32>>;
715
+
716
+ /**
717
+ * Downward message is unsupported version of XCM.
718
+ * \[ id \]
719
+ **/
720
+ UnsupportedVersion: GenericPalletEvent<'CumulusXcm', 'UnsupportedVersion', FixedBytes<32>>;
721
+
722
+ /**
723
+ * Downward message executed with the given outcome.
724
+ * \[ id, outcome \]
725
+ **/
726
+ ExecutedDownward: GenericPalletEvent<'CumulusXcm', 'ExecutedDownward', [FixedBytes<32>, XcmV3TraitsOutcome]>;
727
+
728
+ /**
729
+ * Generic pallet event
730
+ **/
731
+ [prop: string]: GenericPalletEvent;
732
+ };
733
+ /**
734
+ * Pallet `DmpQueue`'s events
735
+ **/
736
+ dmpQueue: {
737
+ /**
738
+ * Downward message is invalid XCM.
739
+ **/
740
+ InvalidFormat: GenericPalletEvent<'DmpQueue', 'InvalidFormat', { messageHash: FixedBytes<32> }>;
741
+
742
+ /**
743
+ * Downward message is unsupported version of XCM.
744
+ **/
745
+ UnsupportedVersion: GenericPalletEvent<'DmpQueue', 'UnsupportedVersion', { messageHash: FixedBytes<32> }>;
746
+
747
+ /**
748
+ * Downward message executed with the given outcome.
749
+ **/
750
+ ExecutedDownward: GenericPalletEvent<
751
+ 'DmpQueue',
752
+ 'ExecutedDownward',
753
+ { messageHash: FixedBytes<32>; messageId: FixedBytes<32>; outcome: XcmV3TraitsOutcome }
754
+ >;
755
+
756
+ /**
757
+ * The weight limit for handling downward messages was reached.
758
+ **/
759
+ WeightExhausted: GenericPalletEvent<
760
+ 'DmpQueue',
761
+ 'WeightExhausted',
762
+ {
763
+ messageHash: FixedBytes<32>;
764
+ messageId: FixedBytes<32>;
765
+ remainingWeight: SpWeightsWeightV2Weight;
766
+ requiredWeight: SpWeightsWeightV2Weight;
767
+ }
768
+ >;
769
+
770
+ /**
771
+ * Downward message is overweight and was placed in the overweight queue.
772
+ **/
773
+ OverweightEnqueued: GenericPalletEvent<
774
+ 'DmpQueue',
775
+ 'OverweightEnqueued',
776
+ {
777
+ messageHash: FixedBytes<32>;
778
+ messageId: FixedBytes<32>;
779
+ overweightIndex: bigint;
780
+ requiredWeight: SpWeightsWeightV2Weight;
781
+ }
782
+ >;
783
+
784
+ /**
785
+ * Downward message from the overweight queue was executed.
786
+ **/
787
+ OverweightServiced: GenericPalletEvent<
788
+ 'DmpQueue',
789
+ 'OverweightServiced',
790
+ { overweightIndex: bigint; weightUsed: SpWeightsWeightV2Weight }
791
+ >;
792
+
793
+ /**
794
+ * The maximum number of downward messages was reached.
795
+ **/
796
+ MaxMessagesExhausted: GenericPalletEvent<'DmpQueue', 'MaxMessagesExhausted', { messageHash: FixedBytes<32> }>;
797
+
798
+ /**
799
+ * Generic pallet event
800
+ **/
801
+ [prop: string]: GenericPalletEvent;
802
+ };
803
+ /**
804
+ * Pallet `Utility`'s events
805
+ **/
806
+ utility: {
807
+ /**
808
+ * Batch of dispatches did not complete fully. Index of first failing dispatch given, as
809
+ * well as the error.
810
+ **/
811
+ BatchInterrupted: GenericPalletEvent<'Utility', 'BatchInterrupted', { index: number; error: DispatchError }>;
812
+
813
+ /**
814
+ * Batch of dispatches completed fully with no error.
815
+ **/
816
+ BatchCompleted: GenericPalletEvent<'Utility', 'BatchCompleted', null>;
817
+
818
+ /**
819
+ * Batch of dispatches completed but has errors.
820
+ **/
821
+ BatchCompletedWithErrors: GenericPalletEvent<'Utility', 'BatchCompletedWithErrors', null>;
822
+
823
+ /**
824
+ * A single item within a Batch of dispatches has completed with no error.
825
+ **/
826
+ ItemCompleted: GenericPalletEvent<'Utility', 'ItemCompleted', null>;
827
+
828
+ /**
829
+ * A single item within a Batch of dispatches has completed with error.
830
+ **/
831
+ ItemFailed: GenericPalletEvent<'Utility', 'ItemFailed', { error: DispatchError }>;
832
+
833
+ /**
834
+ * A call was dispatched.
835
+ **/
836
+ DispatchedAs: GenericPalletEvent<'Utility', 'DispatchedAs', { result: Result<[], DispatchError> }>;
837
+
838
+ /**
839
+ * Generic pallet event
840
+ **/
841
+ [prop: string]: GenericPalletEvent;
842
+ };
843
+ /**
844
+ * Pallet `Multisig`'s events
845
+ **/
846
+ multisig: {
847
+ /**
848
+ * A new multisig operation has begun.
849
+ **/
850
+ NewMultisig: GenericPalletEvent<
851
+ 'Multisig',
852
+ 'NewMultisig',
853
+ { approving: AccountId32; multisig: AccountId32; callHash: FixedBytes<32> }
854
+ >;
855
+
856
+ /**
857
+ * A multisig operation has been approved by someone.
858
+ **/
859
+ MultisigApproval: GenericPalletEvent<
860
+ 'Multisig',
861
+ 'MultisigApproval',
862
+ { approving: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
863
+ >;
864
+
865
+ /**
866
+ * A multisig operation has been executed.
867
+ **/
868
+ MultisigExecuted: GenericPalletEvent<
869
+ 'Multisig',
870
+ 'MultisigExecuted',
871
+ {
872
+ approving: AccountId32;
873
+ timepoint: PalletMultisigTimepoint;
874
+ multisig: AccountId32;
875
+ callHash: FixedBytes<32>;
876
+ result: Result<[], DispatchError>;
877
+ }
878
+ >;
879
+
880
+ /**
881
+ * A multisig operation has been cancelled.
882
+ **/
883
+ MultisigCancelled: GenericPalletEvent<
884
+ 'Multisig',
885
+ 'MultisigCancelled',
886
+ { cancelling: AccountId32; timepoint: PalletMultisigTimepoint; multisig: AccountId32; callHash: FixedBytes<32> }
887
+ >;
888
+
889
+ /**
890
+ * Generic pallet event
891
+ **/
892
+ [prop: string]: GenericPalletEvent;
893
+ };
894
+ /**
895
+ * Pallet `Proxy`'s events
896
+ **/
897
+ proxy: {
898
+ /**
899
+ * A proxy was executed correctly, with the given.
900
+ **/
901
+ ProxyExecuted: GenericPalletEvent<'Proxy', 'ProxyExecuted', { result: Result<[], DispatchError> }>;
902
+
903
+ /**
904
+ * A pure account has been created by new proxy with given
905
+ * disambiguation index and proxy type.
906
+ **/
907
+ PureCreated: GenericPalletEvent<
908
+ 'Proxy',
909
+ 'PureCreated',
910
+ { pure: AccountId32; who: AccountId32; proxyType: AssetHubPolkadotRuntimeProxyType; disambiguationIndex: number }
911
+ >;
912
+
913
+ /**
914
+ * An announcement was placed to make a call in the future.
915
+ **/
916
+ Announced: GenericPalletEvent<'Proxy', 'Announced', { real: AccountId32; proxy: AccountId32; callHash: H256 }>;
917
+
918
+ /**
919
+ * A proxy was added.
920
+ **/
921
+ ProxyAdded: GenericPalletEvent<
922
+ 'Proxy',
923
+ 'ProxyAdded',
924
+ { delegator: AccountId32; delegatee: AccountId32; proxyType: AssetHubPolkadotRuntimeProxyType; delay: number }
925
+ >;
926
+
927
+ /**
928
+ * A proxy was removed.
929
+ **/
930
+ ProxyRemoved: GenericPalletEvent<
931
+ 'Proxy',
932
+ 'ProxyRemoved',
933
+ { delegator: AccountId32; delegatee: AccountId32; proxyType: AssetHubPolkadotRuntimeProxyType; delay: number }
934
+ >;
935
+
936
+ /**
937
+ * Generic pallet event
938
+ **/
939
+ [prop: string]: GenericPalletEvent;
940
+ };
941
+ /**
942
+ * Pallet `Assets`'s events
943
+ **/
944
+ assets: {
945
+ /**
946
+ * Some asset class was created.
947
+ **/
948
+ Created: GenericPalletEvent<'Assets', 'Created', { assetId: number; creator: AccountId32; owner: AccountId32 }>;
949
+
950
+ /**
951
+ * Some assets were issued.
952
+ **/
953
+ Issued: GenericPalletEvent<'Assets', 'Issued', { assetId: number; owner: AccountId32; amount: bigint }>;
954
+
955
+ /**
956
+ * Some assets were transferred.
957
+ **/
958
+ Transferred: GenericPalletEvent<
959
+ 'Assets',
960
+ 'Transferred',
961
+ { assetId: number; from: AccountId32; to: AccountId32; amount: bigint }
962
+ >;
963
+
964
+ /**
965
+ * Some assets were destroyed.
966
+ **/
967
+ Burned: GenericPalletEvent<'Assets', 'Burned', { assetId: number; owner: AccountId32; balance: bigint }>;
968
+
969
+ /**
970
+ * The management team changed.
971
+ **/
972
+ TeamChanged: GenericPalletEvent<
973
+ 'Assets',
974
+ 'TeamChanged',
975
+ { assetId: number; issuer: AccountId32; admin: AccountId32; freezer: AccountId32 }
976
+ >;
977
+
978
+ /**
979
+ * The owner changed.
980
+ **/
981
+ OwnerChanged: GenericPalletEvent<'Assets', 'OwnerChanged', { assetId: number; owner: AccountId32 }>;
982
+
983
+ /**
984
+ * Some account `who` was frozen.
985
+ **/
986
+ Frozen: GenericPalletEvent<'Assets', 'Frozen', { assetId: number; who: AccountId32 }>;
987
+
988
+ /**
989
+ * Some account `who` was thawed.
990
+ **/
991
+ Thawed: GenericPalletEvent<'Assets', 'Thawed', { assetId: number; who: AccountId32 }>;
992
+
993
+ /**
994
+ * Some asset `asset_id` was frozen.
995
+ **/
996
+ AssetFrozen: GenericPalletEvent<'Assets', 'AssetFrozen', { assetId: number }>;
997
+
998
+ /**
999
+ * Some asset `asset_id` was thawed.
1000
+ **/
1001
+ AssetThawed: GenericPalletEvent<'Assets', 'AssetThawed', { assetId: number }>;
1002
+
1003
+ /**
1004
+ * Accounts were destroyed for given asset.
1005
+ **/
1006
+ AccountsDestroyed: GenericPalletEvent<
1007
+ 'Assets',
1008
+ 'AccountsDestroyed',
1009
+ { assetId: number; accountsDestroyed: number; accountsRemaining: number }
1010
+ >;
1011
+
1012
+ /**
1013
+ * Approvals were destroyed for given asset.
1014
+ **/
1015
+ ApprovalsDestroyed: GenericPalletEvent<
1016
+ 'Assets',
1017
+ 'ApprovalsDestroyed',
1018
+ { assetId: number; approvalsDestroyed: number; approvalsRemaining: number }
1019
+ >;
1020
+
1021
+ /**
1022
+ * An asset class is in the process of being destroyed.
1023
+ **/
1024
+ DestructionStarted: GenericPalletEvent<'Assets', 'DestructionStarted', { assetId: number }>;
1025
+
1026
+ /**
1027
+ * An asset class was destroyed.
1028
+ **/
1029
+ Destroyed: GenericPalletEvent<'Assets', 'Destroyed', { assetId: number }>;
1030
+
1031
+ /**
1032
+ * Some asset class was force-created.
1033
+ **/
1034
+ ForceCreated: GenericPalletEvent<'Assets', 'ForceCreated', { assetId: number; owner: AccountId32 }>;
1035
+
1036
+ /**
1037
+ * New metadata has been set for an asset.
1038
+ **/
1039
+ MetadataSet: GenericPalletEvent<
1040
+ 'Assets',
1041
+ 'MetadataSet',
1042
+ { assetId: number; name: Bytes; symbol: Bytes; decimals: number; isFrozen: boolean }
1043
+ >;
1044
+
1045
+ /**
1046
+ * Metadata has been cleared for an asset.
1047
+ **/
1048
+ MetadataCleared: GenericPalletEvent<'Assets', 'MetadataCleared', { assetId: number }>;
1049
+
1050
+ /**
1051
+ * (Additional) funds have been approved for transfer to a destination account.
1052
+ **/
1053
+ ApprovedTransfer: GenericPalletEvent<
1054
+ 'Assets',
1055
+ 'ApprovedTransfer',
1056
+ { assetId: number; source: AccountId32; delegate: AccountId32; amount: bigint }
1057
+ >;
1058
+
1059
+ /**
1060
+ * An approval for account `delegate` was cancelled by `owner`.
1061
+ **/
1062
+ ApprovalCancelled: GenericPalletEvent<
1063
+ 'Assets',
1064
+ 'ApprovalCancelled',
1065
+ { assetId: number; owner: AccountId32; delegate: AccountId32 }
1066
+ >;
1067
+
1068
+ /**
1069
+ * An `amount` was transferred in its entirety from `owner` to `destination` by
1070
+ * the approved `delegate`.
1071
+ **/
1072
+ TransferredApproved: GenericPalletEvent<
1073
+ 'Assets',
1074
+ 'TransferredApproved',
1075
+ { assetId: number; owner: AccountId32; delegate: AccountId32; destination: AccountId32; amount: bigint }
1076
+ >;
1077
+
1078
+ /**
1079
+ * An asset has had its attributes changed by the `Force` origin.
1080
+ **/
1081
+ AssetStatusChanged: GenericPalletEvent<'Assets', 'AssetStatusChanged', { assetId: number }>;
1082
+
1083
+ /**
1084
+ * The min_balance of an asset has been updated by the asset owner.
1085
+ **/
1086
+ AssetMinBalanceChanged: GenericPalletEvent<
1087
+ 'Assets',
1088
+ 'AssetMinBalanceChanged',
1089
+ { assetId: number; newMinBalance: bigint }
1090
+ >;
1091
+
1092
+ /**
1093
+ * Some account `who` was created with a deposit from `depositor`.
1094
+ **/
1095
+ Touched: GenericPalletEvent<'Assets', 'Touched', { assetId: number; who: AccountId32; depositor: AccountId32 }>;
1096
+
1097
+ /**
1098
+ * Some account `who` was blocked.
1099
+ **/
1100
+ Blocked: GenericPalletEvent<'Assets', 'Blocked', { assetId: number; who: AccountId32 }>;
1101
+
1102
+ /**
1103
+ * Generic pallet event
1104
+ **/
1105
+ [prop: string]: GenericPalletEvent;
1106
+ };
1107
+ /**
1108
+ * Pallet `Uniques`'s events
1109
+ **/
1110
+ uniques: {
1111
+ /**
1112
+ * A `collection` was created.
1113
+ **/
1114
+ Created: GenericPalletEvent<'Uniques', 'Created', { collection: number; creator: AccountId32; owner: AccountId32 }>;
1115
+
1116
+ /**
1117
+ * A `collection` was force-created.
1118
+ **/
1119
+ ForceCreated: GenericPalletEvent<'Uniques', 'ForceCreated', { collection: number; owner: AccountId32 }>;
1120
+
1121
+ /**
1122
+ * A `collection` was destroyed.
1123
+ **/
1124
+ Destroyed: GenericPalletEvent<'Uniques', 'Destroyed', { collection: number }>;
1125
+
1126
+ /**
1127
+ * An `item` was issued.
1128
+ **/
1129
+ Issued: GenericPalletEvent<'Uniques', 'Issued', { collection: number; item: number; owner: AccountId32 }>;
1130
+
1131
+ /**
1132
+ * An `item` was transferred.
1133
+ **/
1134
+ Transferred: GenericPalletEvent<
1135
+ 'Uniques',
1136
+ 'Transferred',
1137
+ { collection: number; item: number; from: AccountId32; to: AccountId32 }
1138
+ >;
1139
+
1140
+ /**
1141
+ * An `item` was destroyed.
1142
+ **/
1143
+ Burned: GenericPalletEvent<'Uniques', 'Burned', { collection: number; item: number; owner: AccountId32 }>;
1144
+
1145
+ /**
1146
+ * Some `item` was frozen.
1147
+ **/
1148
+ Frozen: GenericPalletEvent<'Uniques', 'Frozen', { collection: number; item: number }>;
1149
+
1150
+ /**
1151
+ * Some `item` was thawed.
1152
+ **/
1153
+ Thawed: GenericPalletEvent<'Uniques', 'Thawed', { collection: number; item: number }>;
1154
+
1155
+ /**
1156
+ * Some `collection` was frozen.
1157
+ **/
1158
+ CollectionFrozen: GenericPalletEvent<'Uniques', 'CollectionFrozen', { collection: number }>;
1159
+
1160
+ /**
1161
+ * Some `collection` was thawed.
1162
+ **/
1163
+ CollectionThawed: GenericPalletEvent<'Uniques', 'CollectionThawed', { collection: number }>;
1164
+
1165
+ /**
1166
+ * The owner changed.
1167
+ **/
1168
+ OwnerChanged: GenericPalletEvent<'Uniques', 'OwnerChanged', { collection: number; newOwner: AccountId32 }>;
1169
+
1170
+ /**
1171
+ * The management team changed.
1172
+ **/
1173
+ TeamChanged: GenericPalletEvent<
1174
+ 'Uniques',
1175
+ 'TeamChanged',
1176
+ { collection: number; issuer: AccountId32; admin: AccountId32; freezer: AccountId32 }
1177
+ >;
1178
+
1179
+ /**
1180
+ * An `item` of a `collection` has been approved by the `owner` for transfer by
1181
+ * a `delegate`.
1182
+ **/
1183
+ ApprovedTransfer: GenericPalletEvent<
1184
+ 'Uniques',
1185
+ 'ApprovedTransfer',
1186
+ { collection: number; item: number; owner: AccountId32; delegate: AccountId32 }
1187
+ >;
1188
+
1189
+ /**
1190
+ * An approval for a `delegate` account to transfer the `item` of an item
1191
+ * `collection` was cancelled by its `owner`.
1192
+ **/
1193
+ ApprovalCancelled: GenericPalletEvent<
1194
+ 'Uniques',
1195
+ 'ApprovalCancelled',
1196
+ { collection: number; item: number; owner: AccountId32; delegate: AccountId32 }
1197
+ >;
1198
+
1199
+ /**
1200
+ * A `collection` has had its attributes changed by the `Force` origin.
1201
+ **/
1202
+ ItemStatusChanged: GenericPalletEvent<'Uniques', 'ItemStatusChanged', { collection: number }>;
1203
+
1204
+ /**
1205
+ * New metadata has been set for a `collection`.
1206
+ **/
1207
+ CollectionMetadataSet: GenericPalletEvent<
1208
+ 'Uniques',
1209
+ 'CollectionMetadataSet',
1210
+ { collection: number; data: Bytes; isFrozen: boolean }
1211
+ >;
1212
+
1213
+ /**
1214
+ * Metadata has been cleared for a `collection`.
1215
+ **/
1216
+ CollectionMetadataCleared: GenericPalletEvent<'Uniques', 'CollectionMetadataCleared', { collection: number }>;
1217
+
1218
+ /**
1219
+ * New metadata has been set for an item.
1220
+ **/
1221
+ MetadataSet: GenericPalletEvent<
1222
+ 'Uniques',
1223
+ 'MetadataSet',
1224
+ { collection: number; item: number; data: Bytes; isFrozen: boolean }
1225
+ >;
1226
+
1227
+ /**
1228
+ * Metadata has been cleared for an item.
1229
+ **/
1230
+ MetadataCleared: GenericPalletEvent<'Uniques', 'MetadataCleared', { collection: number; item: number }>;
1231
+
1232
+ /**
1233
+ * Metadata has been cleared for an item.
1234
+ **/
1235
+ Redeposited: GenericPalletEvent<'Uniques', 'Redeposited', { collection: number; successfulItems: Array<number> }>;
1236
+
1237
+ /**
1238
+ * New attribute metadata has been set for a `collection` or `item`.
1239
+ **/
1240
+ AttributeSet: GenericPalletEvent<
1241
+ 'Uniques',
1242
+ 'AttributeSet',
1243
+ { collection: number; maybeItem?: number | undefined; key: Bytes; value: Bytes }
1244
+ >;
1245
+
1246
+ /**
1247
+ * Attribute metadata has been cleared for a `collection` or `item`.
1248
+ **/
1249
+ AttributeCleared: GenericPalletEvent<
1250
+ 'Uniques',
1251
+ 'AttributeCleared',
1252
+ { collection: number; maybeItem?: number | undefined; key: Bytes }
1253
+ >;
1254
+
1255
+ /**
1256
+ * Ownership acceptance has changed for an account.
1257
+ **/
1258
+ OwnershipAcceptanceChanged: GenericPalletEvent<
1259
+ 'Uniques',
1260
+ 'OwnershipAcceptanceChanged',
1261
+ { who: AccountId32; maybeCollection?: number | undefined }
1262
+ >;
1263
+
1264
+ /**
1265
+ * Max supply has been set for a collection.
1266
+ **/
1267
+ CollectionMaxSupplySet: GenericPalletEvent<
1268
+ 'Uniques',
1269
+ 'CollectionMaxSupplySet',
1270
+ { collection: number; maxSupply: number }
1271
+ >;
1272
+
1273
+ /**
1274
+ * The price was set for the instance.
1275
+ **/
1276
+ ItemPriceSet: GenericPalletEvent<
1277
+ 'Uniques',
1278
+ 'ItemPriceSet',
1279
+ { collection: number; item: number; price: bigint; whitelistedBuyer?: AccountId32 | undefined }
1280
+ >;
1281
+
1282
+ /**
1283
+ * The price for the instance was removed.
1284
+ **/
1285
+ ItemPriceRemoved: GenericPalletEvent<'Uniques', 'ItemPriceRemoved', { collection: number; item: number }>;
1286
+
1287
+ /**
1288
+ * An item was bought.
1289
+ **/
1290
+ ItemBought: GenericPalletEvent<
1291
+ 'Uniques',
1292
+ 'ItemBought',
1293
+ { collection: number; item: number; price: bigint; seller: AccountId32; buyer: AccountId32 }
1294
+ >;
1295
+
1296
+ /**
1297
+ * Generic pallet event
1298
+ **/
1299
+ [prop: string]: GenericPalletEvent;
1300
+ };
1301
+ /**
1302
+ * Pallet `Nfts`'s events
1303
+ **/
1304
+ nfts: {
1305
+ /**
1306
+ * A `collection` was created.
1307
+ **/
1308
+ Created: GenericPalletEvent<'Nfts', 'Created', { collection: number; creator: AccountId32; owner: AccountId32 }>;
1309
+
1310
+ /**
1311
+ * A `collection` was force-created.
1312
+ **/
1313
+ ForceCreated: GenericPalletEvent<'Nfts', 'ForceCreated', { collection: number; owner: AccountId32 }>;
1314
+
1315
+ /**
1316
+ * A `collection` was destroyed.
1317
+ **/
1318
+ Destroyed: GenericPalletEvent<'Nfts', 'Destroyed', { collection: number }>;
1319
+
1320
+ /**
1321
+ * An `item` was issued.
1322
+ **/
1323
+ Issued: GenericPalletEvent<'Nfts', 'Issued', { collection: number; item: number; owner: AccountId32 }>;
1324
+
1325
+ /**
1326
+ * An `item` was transferred.
1327
+ **/
1328
+ Transferred: GenericPalletEvent<
1329
+ 'Nfts',
1330
+ 'Transferred',
1331
+ { collection: number; item: number; from: AccountId32; to: AccountId32 }
1332
+ >;
1333
+
1334
+ /**
1335
+ * An `item` was destroyed.
1336
+ **/
1337
+ Burned: GenericPalletEvent<'Nfts', 'Burned', { collection: number; item: number; owner: AccountId32 }>;
1338
+
1339
+ /**
1340
+ * An `item` became non-transferable.
1341
+ **/
1342
+ ItemTransferLocked: GenericPalletEvent<'Nfts', 'ItemTransferLocked', { collection: number; item: number }>;
1343
+
1344
+ /**
1345
+ * An `item` became transferable.
1346
+ **/
1347
+ ItemTransferUnlocked: GenericPalletEvent<'Nfts', 'ItemTransferUnlocked', { collection: number; item: number }>;
1348
+
1349
+ /**
1350
+ * `item` metadata or attributes were locked.
1351
+ **/
1352
+ ItemPropertiesLocked: GenericPalletEvent<
1353
+ 'Nfts',
1354
+ 'ItemPropertiesLocked',
1355
+ { collection: number; item: number; lockMetadata: boolean; lockAttributes: boolean }
1356
+ >;
1357
+
1358
+ /**
1359
+ * Some `collection` was locked.
1360
+ **/
1361
+ CollectionLocked: GenericPalletEvent<'Nfts', 'CollectionLocked', { collection: number }>;
1362
+
1363
+ /**
1364
+ * The owner changed.
1365
+ **/
1366
+ OwnerChanged: GenericPalletEvent<'Nfts', 'OwnerChanged', { collection: number; newOwner: AccountId32 }>;
1367
+
1368
+ /**
1369
+ * The management team changed.
1370
+ **/
1371
+ TeamChanged: GenericPalletEvent<
1372
+ 'Nfts',
1373
+ 'TeamChanged',
1374
+ {
1375
+ collection: number;
1376
+ issuer?: AccountId32 | undefined;
1377
+ admin?: AccountId32 | undefined;
1378
+ freezer?: AccountId32 | undefined;
1379
+ }
1380
+ >;
1381
+
1382
+ /**
1383
+ * An `item` of a `collection` has been approved by the `owner` for transfer by
1384
+ * a `delegate`.
1385
+ **/
1386
+ TransferApproved: GenericPalletEvent<
1387
+ 'Nfts',
1388
+ 'TransferApproved',
1389
+ { collection: number; item: number; owner: AccountId32; delegate: AccountId32; deadline?: number | undefined }
1390
+ >;
1391
+
1392
+ /**
1393
+ * An approval for a `delegate` account to transfer the `item` of an item
1394
+ * `collection` was cancelled by its `owner`.
1395
+ **/
1396
+ ApprovalCancelled: GenericPalletEvent<
1397
+ 'Nfts',
1398
+ 'ApprovalCancelled',
1399
+ { collection: number; item: number; owner: AccountId32; delegate: AccountId32 }
1400
+ >;
1401
+
1402
+ /**
1403
+ * All approvals of an item got cancelled.
1404
+ **/
1405
+ AllApprovalsCancelled: GenericPalletEvent<
1406
+ 'Nfts',
1407
+ 'AllApprovalsCancelled',
1408
+ { collection: number; item: number; owner: AccountId32 }
1409
+ >;
1410
+
1411
+ /**
1412
+ * A `collection` has had its config changed by the `Force` origin.
1413
+ **/
1414
+ CollectionConfigChanged: GenericPalletEvent<'Nfts', 'CollectionConfigChanged', { collection: number }>;
1415
+
1416
+ /**
1417
+ * New metadata has been set for a `collection`.
1418
+ **/
1419
+ CollectionMetadataSet: GenericPalletEvent<'Nfts', 'CollectionMetadataSet', { collection: number; data: Bytes }>;
1420
+
1421
+ /**
1422
+ * Metadata has been cleared for a `collection`.
1423
+ **/
1424
+ CollectionMetadataCleared: GenericPalletEvent<'Nfts', 'CollectionMetadataCleared', { collection: number }>;
1425
+
1426
+ /**
1427
+ * New metadata has been set for an item.
1428
+ **/
1429
+ ItemMetadataSet: GenericPalletEvent<'Nfts', 'ItemMetadataSet', { collection: number; item: number; data: Bytes }>;
1430
+
1431
+ /**
1432
+ * Metadata has been cleared for an item.
1433
+ **/
1434
+ ItemMetadataCleared: GenericPalletEvent<'Nfts', 'ItemMetadataCleared', { collection: number; item: number }>;
1435
+
1436
+ /**
1437
+ * The deposit for a set of `item`s within a `collection` has been updated.
1438
+ **/
1439
+ Redeposited: GenericPalletEvent<'Nfts', 'Redeposited', { collection: number; successfulItems: Array<number> }>;
1440
+
1441
+ /**
1442
+ * New attribute metadata has been set for a `collection` or `item`.
1443
+ **/
1444
+ AttributeSet: GenericPalletEvent<
1445
+ 'Nfts',
1446
+ 'AttributeSet',
1447
+ {
1448
+ collection: number;
1449
+ maybeItem?: number | undefined;
1450
+ key: Bytes;
1451
+ value: Bytes;
1452
+ namespace: PalletNftsAttributeNamespace;
1453
+ }
1454
+ >;
1455
+
1456
+ /**
1457
+ * Attribute metadata has been cleared for a `collection` or `item`.
1458
+ **/
1459
+ AttributeCleared: GenericPalletEvent<
1460
+ 'Nfts',
1461
+ 'AttributeCleared',
1462
+ { collection: number; maybeItem?: number | undefined; key: Bytes; namespace: PalletNftsAttributeNamespace }
1463
+ >;
1464
+
1465
+ /**
1466
+ * A new approval to modify item attributes was added.
1467
+ **/
1468
+ ItemAttributesApprovalAdded: GenericPalletEvent<
1469
+ 'Nfts',
1470
+ 'ItemAttributesApprovalAdded',
1471
+ { collection: number; item: number; delegate: AccountId32 }
1472
+ >;
1473
+
1474
+ /**
1475
+ * A new approval to modify item attributes was removed.
1476
+ **/
1477
+ ItemAttributesApprovalRemoved: GenericPalletEvent<
1478
+ 'Nfts',
1479
+ 'ItemAttributesApprovalRemoved',
1480
+ { collection: number; item: number; delegate: AccountId32 }
1481
+ >;
1482
+
1483
+ /**
1484
+ * Ownership acceptance has changed for an account.
1485
+ **/
1486
+ OwnershipAcceptanceChanged: GenericPalletEvent<
1487
+ 'Nfts',
1488
+ 'OwnershipAcceptanceChanged',
1489
+ { who: AccountId32; maybeCollection?: number | undefined }
1490
+ >;
1491
+
1492
+ /**
1493
+ * Max supply has been set for a collection.
1494
+ **/
1495
+ CollectionMaxSupplySet: GenericPalletEvent<
1496
+ 'Nfts',
1497
+ 'CollectionMaxSupplySet',
1498
+ { collection: number; maxSupply: number }
1499
+ >;
1500
+
1501
+ /**
1502
+ * Mint settings for a collection had changed.
1503
+ **/
1504
+ CollectionMintSettingsUpdated: GenericPalletEvent<'Nfts', 'CollectionMintSettingsUpdated', { collection: number }>;
1505
+
1506
+ /**
1507
+ * Event gets emitted when the `NextCollectionId` gets incremented.
1508
+ **/
1509
+ NextCollectionIdIncremented: GenericPalletEvent<
1510
+ 'Nfts',
1511
+ 'NextCollectionIdIncremented',
1512
+ { nextId?: number | undefined }
1513
+ >;
1514
+
1515
+ /**
1516
+ * The price was set for the item.
1517
+ **/
1518
+ ItemPriceSet: GenericPalletEvent<
1519
+ 'Nfts',
1520
+ 'ItemPriceSet',
1521
+ { collection: number; item: number; price: bigint; whitelistedBuyer?: AccountId32 | undefined }
1522
+ >;
1523
+
1524
+ /**
1525
+ * The price for the item was removed.
1526
+ **/
1527
+ ItemPriceRemoved: GenericPalletEvent<'Nfts', 'ItemPriceRemoved', { collection: number; item: number }>;
1528
+
1529
+ /**
1530
+ * An item was bought.
1531
+ **/
1532
+ ItemBought: GenericPalletEvent<
1533
+ 'Nfts',
1534
+ 'ItemBought',
1535
+ { collection: number; item: number; price: bigint; seller: AccountId32; buyer: AccountId32 }
1536
+ >;
1537
+
1538
+ /**
1539
+ * A tip was sent.
1540
+ **/
1541
+ TipSent: GenericPalletEvent<
1542
+ 'Nfts',
1543
+ 'TipSent',
1544
+ { collection: number; item: number; sender: AccountId32; receiver: AccountId32; amount: bigint }
1545
+ >;
1546
+
1547
+ /**
1548
+ * An `item` swap intent was created.
1549
+ **/
1550
+ SwapCreated: GenericPalletEvent<
1551
+ 'Nfts',
1552
+ 'SwapCreated',
1553
+ {
1554
+ offeredCollection: number;
1555
+ offeredItem: number;
1556
+ desiredCollection: number;
1557
+ desiredItem?: number | undefined;
1558
+ price?: PalletNftsPriceWithDirection | undefined;
1559
+ deadline: number;
1560
+ }
1561
+ >;
1562
+
1563
+ /**
1564
+ * The swap was cancelled.
1565
+ **/
1566
+ SwapCancelled: GenericPalletEvent<
1567
+ 'Nfts',
1568
+ 'SwapCancelled',
1569
+ {
1570
+ offeredCollection: number;
1571
+ offeredItem: number;
1572
+ desiredCollection: number;
1573
+ desiredItem?: number | undefined;
1574
+ price?: PalletNftsPriceWithDirection | undefined;
1575
+ deadline: number;
1576
+ }
1577
+ >;
1578
+
1579
+ /**
1580
+ * The swap has been claimed.
1581
+ **/
1582
+ SwapClaimed: GenericPalletEvent<
1583
+ 'Nfts',
1584
+ 'SwapClaimed',
1585
+ {
1586
+ sentCollection: number;
1587
+ sentItem: number;
1588
+ sentItemOwner: AccountId32;
1589
+ receivedCollection: number;
1590
+ receivedItem: number;
1591
+ receivedItemOwner: AccountId32;
1592
+ price?: PalletNftsPriceWithDirection | undefined;
1593
+ deadline: number;
1594
+ }
1595
+ >;
1596
+
1597
+ /**
1598
+ * New attributes have been set for an `item` of the `collection`.
1599
+ **/
1600
+ PreSignedAttributesSet: GenericPalletEvent<
1601
+ 'Nfts',
1602
+ 'PreSignedAttributesSet',
1603
+ { collection: number; item: number; namespace: PalletNftsAttributeNamespace }
1604
+ >;
1605
+
1606
+ /**
1607
+ * A new attribute in the `Pallet` namespace was set for the `collection` or an `item`
1608
+ * within that `collection`.
1609
+ **/
1610
+ PalletAttributeSet: GenericPalletEvent<
1611
+ 'Nfts',
1612
+ 'PalletAttributeSet',
1613
+ { collection: number; item?: number | undefined; attribute: PalletNftsPalletAttributes; value: Bytes }
1614
+ >;
1615
+
1616
+ /**
1617
+ * Generic pallet event
1618
+ **/
1619
+ [prop: string]: GenericPalletEvent;
1620
+ };
1621
+ /**
1622
+ * Pallet `ForeignAssets`'s events
1623
+ **/
1624
+ foreignAssets: {
1625
+ /**
1626
+ * Some asset class was created.
1627
+ **/
1628
+ Created: GenericPalletEvent<
1629
+ 'ForeignAssets',
1630
+ 'Created',
1631
+ { assetId: StagingXcmV3MultilocationMultiLocation; creator: AccountId32; owner: AccountId32 }
1632
+ >;
1633
+
1634
+ /**
1635
+ * Some assets were issued.
1636
+ **/
1637
+ Issued: GenericPalletEvent<
1638
+ 'ForeignAssets',
1639
+ 'Issued',
1640
+ { assetId: StagingXcmV3MultilocationMultiLocation; owner: AccountId32; amount: bigint }
1641
+ >;
1642
+
1643
+ /**
1644
+ * Some assets were transferred.
1645
+ **/
1646
+ Transferred: GenericPalletEvent<
1647
+ 'ForeignAssets',
1648
+ 'Transferred',
1649
+ { assetId: StagingXcmV3MultilocationMultiLocation; from: AccountId32; to: AccountId32; amount: bigint }
1650
+ >;
1651
+
1652
+ /**
1653
+ * Some assets were destroyed.
1654
+ **/
1655
+ Burned: GenericPalletEvent<
1656
+ 'ForeignAssets',
1657
+ 'Burned',
1658
+ { assetId: StagingXcmV3MultilocationMultiLocation; owner: AccountId32; balance: bigint }
1659
+ >;
1660
+
1661
+ /**
1662
+ * The management team changed.
1663
+ **/
1664
+ TeamChanged: GenericPalletEvent<
1665
+ 'ForeignAssets',
1666
+ 'TeamChanged',
1667
+ { assetId: StagingXcmV3MultilocationMultiLocation; issuer: AccountId32; admin: AccountId32; freezer: AccountId32 }
1668
+ >;
1669
+
1670
+ /**
1671
+ * The owner changed.
1672
+ **/
1673
+ OwnerChanged: GenericPalletEvent<
1674
+ 'ForeignAssets',
1675
+ 'OwnerChanged',
1676
+ { assetId: StagingXcmV3MultilocationMultiLocation; owner: AccountId32 }
1677
+ >;
1678
+
1679
+ /**
1680
+ * Some account `who` was frozen.
1681
+ **/
1682
+ Frozen: GenericPalletEvent<
1683
+ 'ForeignAssets',
1684
+ 'Frozen',
1685
+ { assetId: StagingXcmV3MultilocationMultiLocation; who: AccountId32 }
1686
+ >;
1687
+
1688
+ /**
1689
+ * Some account `who` was thawed.
1690
+ **/
1691
+ Thawed: GenericPalletEvent<
1692
+ 'ForeignAssets',
1693
+ 'Thawed',
1694
+ { assetId: StagingXcmV3MultilocationMultiLocation; who: AccountId32 }
1695
+ >;
1696
+
1697
+ /**
1698
+ * Some asset `asset_id` was frozen.
1699
+ **/
1700
+ AssetFrozen: GenericPalletEvent<
1701
+ 'ForeignAssets',
1702
+ 'AssetFrozen',
1703
+ { assetId: StagingXcmV3MultilocationMultiLocation }
1704
+ >;
1705
+
1706
+ /**
1707
+ * Some asset `asset_id` was thawed.
1708
+ **/
1709
+ AssetThawed: GenericPalletEvent<
1710
+ 'ForeignAssets',
1711
+ 'AssetThawed',
1712
+ { assetId: StagingXcmV3MultilocationMultiLocation }
1713
+ >;
1714
+
1715
+ /**
1716
+ * Accounts were destroyed for given asset.
1717
+ **/
1718
+ AccountsDestroyed: GenericPalletEvent<
1719
+ 'ForeignAssets',
1720
+ 'AccountsDestroyed',
1721
+ { assetId: StagingXcmV3MultilocationMultiLocation; accountsDestroyed: number; accountsRemaining: number }
1722
+ >;
1723
+
1724
+ /**
1725
+ * Approvals were destroyed for given asset.
1726
+ **/
1727
+ ApprovalsDestroyed: GenericPalletEvent<
1728
+ 'ForeignAssets',
1729
+ 'ApprovalsDestroyed',
1730
+ { assetId: StagingXcmV3MultilocationMultiLocation; approvalsDestroyed: number; approvalsRemaining: number }
1731
+ >;
1732
+
1733
+ /**
1734
+ * An asset class is in the process of being destroyed.
1735
+ **/
1736
+ DestructionStarted: GenericPalletEvent<
1737
+ 'ForeignAssets',
1738
+ 'DestructionStarted',
1739
+ { assetId: StagingXcmV3MultilocationMultiLocation }
1740
+ >;
1741
+
1742
+ /**
1743
+ * An asset class was destroyed.
1744
+ **/
1745
+ Destroyed: GenericPalletEvent<'ForeignAssets', 'Destroyed', { assetId: StagingXcmV3MultilocationMultiLocation }>;
1746
+
1747
+ /**
1748
+ * Some asset class was force-created.
1749
+ **/
1750
+ ForceCreated: GenericPalletEvent<
1751
+ 'ForeignAssets',
1752
+ 'ForceCreated',
1753
+ { assetId: StagingXcmV3MultilocationMultiLocation; owner: AccountId32 }
1754
+ >;
1755
+
1756
+ /**
1757
+ * New metadata has been set for an asset.
1758
+ **/
1759
+ MetadataSet: GenericPalletEvent<
1760
+ 'ForeignAssets',
1761
+ 'MetadataSet',
1762
+ {
1763
+ assetId: StagingXcmV3MultilocationMultiLocation;
1764
+ name: Bytes;
1765
+ symbol: Bytes;
1766
+ decimals: number;
1767
+ isFrozen: boolean;
1768
+ }
1769
+ >;
1770
+
1771
+ /**
1772
+ * Metadata has been cleared for an asset.
1773
+ **/
1774
+ MetadataCleared: GenericPalletEvent<
1775
+ 'ForeignAssets',
1776
+ 'MetadataCleared',
1777
+ { assetId: StagingXcmV3MultilocationMultiLocation }
1778
+ >;
1779
+
1780
+ /**
1781
+ * (Additional) funds have been approved for transfer to a destination account.
1782
+ **/
1783
+ ApprovedTransfer: GenericPalletEvent<
1784
+ 'ForeignAssets',
1785
+ 'ApprovedTransfer',
1786
+ { assetId: StagingXcmV3MultilocationMultiLocation; source: AccountId32; delegate: AccountId32; amount: bigint }
1787
+ >;
1788
+
1789
+ /**
1790
+ * An approval for account `delegate` was cancelled by `owner`.
1791
+ **/
1792
+ ApprovalCancelled: GenericPalletEvent<
1793
+ 'ForeignAssets',
1794
+ 'ApprovalCancelled',
1795
+ { assetId: StagingXcmV3MultilocationMultiLocation; owner: AccountId32; delegate: AccountId32 }
1796
+ >;
1797
+
1798
+ /**
1799
+ * An `amount` was transferred in its entirety from `owner` to `destination` by
1800
+ * the approved `delegate`.
1801
+ **/
1802
+ TransferredApproved: GenericPalletEvent<
1803
+ 'ForeignAssets',
1804
+ 'TransferredApproved',
1805
+ {
1806
+ assetId: StagingXcmV3MultilocationMultiLocation;
1807
+ owner: AccountId32;
1808
+ delegate: AccountId32;
1809
+ destination: AccountId32;
1810
+ amount: bigint;
1811
+ }
1812
+ >;
1813
+
1814
+ /**
1815
+ * An asset has had its attributes changed by the `Force` origin.
1816
+ **/
1817
+ AssetStatusChanged: GenericPalletEvent<
1818
+ 'ForeignAssets',
1819
+ 'AssetStatusChanged',
1820
+ { assetId: StagingXcmV3MultilocationMultiLocation }
1821
+ >;
1822
+
1823
+ /**
1824
+ * The min_balance of an asset has been updated by the asset owner.
1825
+ **/
1826
+ AssetMinBalanceChanged: GenericPalletEvent<
1827
+ 'ForeignAssets',
1828
+ 'AssetMinBalanceChanged',
1829
+ { assetId: StagingXcmV3MultilocationMultiLocation; newMinBalance: bigint }
1830
+ >;
1831
+
1832
+ /**
1833
+ * Some account `who` was created with a deposit from `depositor`.
1834
+ **/
1835
+ Touched: GenericPalletEvent<
1836
+ 'ForeignAssets',
1837
+ 'Touched',
1838
+ { assetId: StagingXcmV3MultilocationMultiLocation; who: AccountId32; depositor: AccountId32 }
1839
+ >;
1840
+
1841
+ /**
1842
+ * Some account `who` was blocked.
1843
+ **/
1844
+ Blocked: GenericPalletEvent<
1845
+ 'ForeignAssets',
1846
+ 'Blocked',
1847
+ { assetId: StagingXcmV3MultilocationMultiLocation; who: AccountId32 }
1848
+ >;
1849
+
1850
+ /**
1851
+ * Generic pallet event
1852
+ **/
1853
+ [prop: string]: GenericPalletEvent;
1854
+ };
1787
1855
  }