@dedot/chaintypes 0.0.1-alpha.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (280) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +3 -0
  3. package/aleph/consts.d.ts +533 -0
  4. package/aleph/consts.js +2 -0
  5. package/aleph/errors.d.ts +822 -0
  6. package/aleph/errors.js +2 -0
  7. package/aleph/events.d.ts +997 -0
  8. package/aleph/events.js +2 -0
  9. package/aleph/index.d.ts +19 -0
  10. package/aleph/index.js +3 -0
  11. package/aleph/query.d.ts +1271 -0
  12. package/aleph/query.js +2 -0
  13. package/aleph/rpc.d.ts +575 -0
  14. package/aleph/rpc.js +2 -0
  15. package/aleph/runtime.d.ts +410 -0
  16. package/aleph/runtime.js +2 -0
  17. package/aleph/tx.d.ts +2206 -0
  18. package/aleph/tx.js +2 -0
  19. package/aleph/types.d.ts +5560 -0
  20. package/aleph/types.js +2 -0
  21. package/astar/consts.d.ts +679 -0
  22. package/astar/consts.js +2 -0
  23. package/astar/errors.d.ts +1317 -0
  24. package/astar/errors.js +2 -0
  25. package/astar/events.d.ts +1707 -0
  26. package/astar/events.js +2 -0
  27. package/astar/index.d.ts +19 -0
  28. package/astar/index.js +3 -0
  29. package/astar/query.d.ts +1474 -0
  30. package/astar/query.js +2 -0
  31. package/astar/rpc.d.ts +775 -0
  32. package/astar/rpc.js +2 -0
  33. package/astar/runtime.d.ts +262 -0
  34. package/astar/runtime.js +2 -0
  35. package/astar/tx.d.ts +4810 -0
  36. package/astar/tx.js +2 -0
  37. package/astar/types.d.ts +12338 -0
  38. package/astar/types.js +2 -0
  39. package/cjs/aleph/consts.js +3 -0
  40. package/cjs/aleph/errors.js +3 -0
  41. package/cjs/aleph/events.js +3 -0
  42. package/cjs/aleph/index.js +19 -0
  43. package/cjs/aleph/query.js +3 -0
  44. package/cjs/aleph/rpc.js +3 -0
  45. package/cjs/aleph/runtime.js +3 -0
  46. package/cjs/aleph/tx.js +3 -0
  47. package/cjs/aleph/types.js +3 -0
  48. package/cjs/astar/consts.js +3 -0
  49. package/cjs/astar/errors.js +3 -0
  50. package/cjs/astar/events.js +3 -0
  51. package/cjs/astar/index.js +19 -0
  52. package/cjs/astar/query.js +3 -0
  53. package/cjs/astar/rpc.js +3 -0
  54. package/cjs/astar/runtime.js +3 -0
  55. package/cjs/astar/tx.js +3 -0
  56. package/cjs/astar/types.js +3 -0
  57. package/cjs/index.js +2 -0
  58. package/cjs/kusama/consts.js +3 -0
  59. package/cjs/kusama/errors.js +3 -0
  60. package/cjs/kusama/events.js +3 -0
  61. package/cjs/kusama/index.js +19 -0
  62. package/cjs/kusama/query.js +3 -0
  63. package/cjs/kusama/rpc.js +3 -0
  64. package/cjs/kusama/runtime.js +3 -0
  65. package/cjs/kusama/tx.js +3 -0
  66. package/cjs/kusama/types.js +3 -0
  67. package/cjs/kusamaAssetHub/consts.js +3 -0
  68. package/cjs/kusamaAssetHub/errors.js +3 -0
  69. package/cjs/kusamaAssetHub/events.js +3 -0
  70. package/cjs/kusamaAssetHub/index.js +19 -0
  71. package/cjs/kusamaAssetHub/query.js +3 -0
  72. package/cjs/kusamaAssetHub/rpc.js +3 -0
  73. package/cjs/kusamaAssetHub/runtime.js +3 -0
  74. package/cjs/kusamaAssetHub/tx.js +3 -0
  75. package/cjs/kusamaAssetHub/types.js +3 -0
  76. package/cjs/moonbeam/consts.js +3 -0
  77. package/cjs/moonbeam/errors.js +3 -0
  78. package/cjs/moonbeam/events.js +3 -0
  79. package/cjs/moonbeam/index.js +19 -0
  80. package/cjs/moonbeam/query.js +3 -0
  81. package/cjs/moonbeam/rpc.js +3 -0
  82. package/cjs/moonbeam/runtime.js +3 -0
  83. package/cjs/moonbeam/tx.js +3 -0
  84. package/cjs/moonbeam/types.js +3 -0
  85. package/cjs/package.json +1 -0
  86. package/cjs/packageInfo.js +5 -0
  87. package/cjs/polkadot/consts.js +3 -0
  88. package/cjs/polkadot/errors.js +3 -0
  89. package/cjs/polkadot/events.js +3 -0
  90. package/cjs/polkadot/index.js +19 -0
  91. package/cjs/polkadot/query.js +3 -0
  92. package/cjs/polkadot/rpc.js +3 -0
  93. package/cjs/polkadot/runtime.js +3 -0
  94. package/cjs/polkadot/tx.js +3 -0
  95. package/cjs/polkadot/types.js +3 -0
  96. package/cjs/polkadotAssetHub/consts.js +3 -0
  97. package/cjs/polkadotAssetHub/errors.js +3 -0
  98. package/cjs/polkadotAssetHub/events.js +3 -0
  99. package/cjs/polkadotAssetHub/index.js +19 -0
  100. package/cjs/polkadotAssetHub/query.js +3 -0
  101. package/cjs/polkadotAssetHub/rpc.js +3 -0
  102. package/cjs/polkadotAssetHub/runtime.js +3 -0
  103. package/cjs/polkadotAssetHub/tx.js +3 -0
  104. package/cjs/polkadotAssetHub/types.js +3 -0
  105. package/cjs/rococoAssetHub/consts.js +3 -0
  106. package/cjs/rococoAssetHub/errors.js +3 -0
  107. package/cjs/rococoAssetHub/events.js +3 -0
  108. package/cjs/rococoAssetHub/index.js +19 -0
  109. package/cjs/rococoAssetHub/query.js +3 -0
  110. package/cjs/rococoAssetHub/rpc.js +3 -0
  111. package/cjs/rococoAssetHub/runtime.js +3 -0
  112. package/cjs/rococoAssetHub/tx.js +3 -0
  113. package/cjs/rococoAssetHub/types.js +3 -0
  114. package/cjs/substrate/consts.js +3 -0
  115. package/cjs/substrate/errors.js +3 -0
  116. package/cjs/substrate/events.js +3 -0
  117. package/cjs/substrate/index.js +19 -0
  118. package/cjs/substrate/query.js +3 -0
  119. package/cjs/substrate/rpc.js +3 -0
  120. package/cjs/substrate/runtime.js +3 -0
  121. package/cjs/substrate/tx.js +3 -0
  122. package/cjs/substrate/types.js +3 -0
  123. package/cjs/westendAssetHub/consts.js +3 -0
  124. package/cjs/westendAssetHub/errors.js +3 -0
  125. package/cjs/westendAssetHub/events.js +3 -0
  126. package/cjs/westendAssetHub/index.js +19 -0
  127. package/cjs/westendAssetHub/query.js +3 -0
  128. package/cjs/westendAssetHub/rpc.js +3 -0
  129. package/cjs/westendAssetHub/runtime.js +3 -0
  130. package/cjs/westendAssetHub/tx.js +3 -0
  131. package/cjs/westendAssetHub/types.js +3 -0
  132. package/index.d.ts +5 -0
  133. package/index.js +1 -0
  134. package/kusama/consts.d.ts +1427 -0
  135. package/kusama/consts.js +2 -0
  136. package/kusama/errors.d.ts +2494 -0
  137. package/kusama/errors.js +2 -0
  138. package/kusama/events.d.ts +2960 -0
  139. package/kusama/events.js +2 -0
  140. package/kusama/index.d.ts +19 -0
  141. package/kusama/index.js +3 -0
  142. package/kusama/query.d.ts +3251 -0
  143. package/kusama/query.js +2 -0
  144. package/kusama/rpc.d.ts +726 -0
  145. package/kusama/rpc.js +2 -0
  146. package/kusama/runtime.d.ts +844 -0
  147. package/kusama/runtime.js +2 -0
  148. package/kusama/tx.d.ts +6014 -0
  149. package/kusama/tx.js +2 -0
  150. package/kusama/types.d.ts +15903 -0
  151. package/kusama/types.js +2 -0
  152. package/kusamaAssetHub/consts.d.ts +632 -0
  153. package/kusamaAssetHub/consts.js +2 -0
  154. package/kusamaAssetHub/errors.d.ts +1164 -0
  155. package/kusamaAssetHub/errors.js +2 -0
  156. package/kusamaAssetHub/events.d.ts +2162 -0
  157. package/kusamaAssetHub/events.js +2 -0
  158. package/kusamaAssetHub/index.d.ts +19 -0
  159. package/kusamaAssetHub/index.js +3 -0
  160. package/kusamaAssetHub/query.d.ts +1301 -0
  161. package/kusamaAssetHub/query.js +2 -0
  162. package/kusamaAssetHub/rpc.d.ts +590 -0
  163. package/kusamaAssetHub/rpc.js +2 -0
  164. package/kusamaAssetHub/runtime.d.ts +402 -0
  165. package/kusamaAssetHub/runtime.js +2 -0
  166. package/kusamaAssetHub/tx.d.ts +4217 -0
  167. package/kusamaAssetHub/tx.js +2 -0
  168. package/kusamaAssetHub/types.d.ts +10418 -0
  169. package/kusamaAssetHub/types.js +2 -0
  170. package/moonbeam/consts.d.ts +961 -0
  171. package/moonbeam/consts.js +2 -0
  172. package/moonbeam/errors.d.ts +1797 -0
  173. package/moonbeam/errors.js +2 -0
  174. package/moonbeam/events.d.ts +2840 -0
  175. package/moonbeam/events.js +2 -0
  176. package/moonbeam/index.d.ts +19 -0
  177. package/moonbeam/index.js +3 -0
  178. package/moonbeam/query.d.ts +2027 -0
  179. package/moonbeam/query.js +2 -0
  180. package/moonbeam/rpc.d.ts +809 -0
  181. package/moonbeam/rpc.js +2 -0
  182. package/moonbeam/runtime.d.ts +506 -0
  183. package/moonbeam/runtime.js +2 -0
  184. package/moonbeam/tx.d.ts +5205 -0
  185. package/moonbeam/tx.js +2 -0
  186. package/moonbeam/types.d.ts +12349 -0
  187. package/moonbeam/types.js +2 -0
  188. package/package.json +33 -0
  189. package/packageInfo.d.ts +4 -0
  190. package/packageInfo.js +3 -0
  191. package/polkadot/consts.d.ts +1160 -0
  192. package/polkadot/consts.js +2 -0
  193. package/polkadot/errors.d.ts +2020 -0
  194. package/polkadot/errors.js +2 -0
  195. package/polkadot/events.d.ts +2235 -0
  196. package/polkadot/events.js +2 -0
  197. package/polkadot/index.d.ts +19 -0
  198. package/polkadot/index.js +3 -0
  199. package/polkadot/query.d.ts +2811 -0
  200. package/polkadot/query.js +2 -0
  201. package/polkadot/rpc.d.ts +726 -0
  202. package/polkadot/rpc.js +2 -0
  203. package/polkadot/runtime.d.ts +844 -0
  204. package/polkadot/runtime.js +2 -0
  205. package/polkadot/tx.d.ts +5009 -0
  206. package/polkadot/tx.js +2 -0
  207. package/polkadot/types.d.ts +13729 -0
  208. package/polkadot/types.js +2 -0
  209. package/polkadotAssetHub/consts.d.ts +524 -0
  210. package/polkadotAssetHub/consts.js +2 -0
  211. package/polkadotAssetHub/errors.d.ts +925 -0
  212. package/polkadotAssetHub/errors.js +2 -0
  213. package/polkadotAssetHub/events.d.ts +1787 -0
  214. package/polkadotAssetHub/events.js +2 -0
  215. package/polkadotAssetHub/index.d.ts +19 -0
  216. package/polkadotAssetHub/index.js +3 -0
  217. package/polkadotAssetHub/query.d.ts +1222 -0
  218. package/polkadotAssetHub/query.js +2 -0
  219. package/polkadotAssetHub/rpc.d.ts +590 -0
  220. package/polkadotAssetHub/rpc.js +2 -0
  221. package/polkadotAssetHub/runtime.d.ts +359 -0
  222. package/polkadotAssetHub/runtime.js +2 -0
  223. package/polkadotAssetHub/tx.d.ts +3492 -0
  224. package/polkadotAssetHub/tx.js +2 -0
  225. package/polkadotAssetHub/types.d.ts +9164 -0
  226. package/polkadotAssetHub/types.js +2 -0
  227. package/rococoAssetHub/consts.d.ts +658 -0
  228. package/rococoAssetHub/consts.js +2 -0
  229. package/rococoAssetHub/errors.d.ts +1231 -0
  230. package/rococoAssetHub/errors.js +2 -0
  231. package/rococoAssetHub/events.d.ts +2172 -0
  232. package/rococoAssetHub/events.js +2 -0
  233. package/rococoAssetHub/index.d.ts +19 -0
  234. package/rococoAssetHub/index.js +3 -0
  235. package/rococoAssetHub/query.d.ts +1269 -0
  236. package/rococoAssetHub/query.js +2 -0
  237. package/rococoAssetHub/rpc.d.ts +590 -0
  238. package/rococoAssetHub/rpc.js +2 -0
  239. package/rococoAssetHub/runtime.d.ts +428 -0
  240. package/rococoAssetHub/runtime.js +2 -0
  241. package/rococoAssetHub/tx.d.ts +4307 -0
  242. package/rococoAssetHub/tx.js +2 -0
  243. package/rococoAssetHub/types.d.ts +11066 -0
  244. package/rococoAssetHub/types.js +2 -0
  245. package/substrate/consts.d.ts +1971 -0
  246. package/substrate/consts.js +2 -0
  247. package/substrate/errors.d.ts +3337 -0
  248. package/substrate/errors.js +2 -0
  249. package/substrate/events.d.ts +4777 -0
  250. package/substrate/events.js +2 -0
  251. package/substrate/index.d.ts +19 -0
  252. package/substrate/index.js +3 -0
  253. package/substrate/query.d.ts +3350 -0
  254. package/substrate/query.js +2 -0
  255. package/substrate/rpc.d.ts +718 -0
  256. package/substrate/rpc.js +2 -0
  257. package/substrate/runtime.d.ts +708 -0
  258. package/substrate/runtime.js +2 -0
  259. package/substrate/tx.d.ts +8800 -0
  260. package/substrate/tx.js +2 -0
  261. package/substrate/types.d.ts +20332 -0
  262. package/substrate/types.js +2 -0
  263. package/westendAssetHub/consts.d.ts +658 -0
  264. package/westendAssetHub/consts.js +2 -0
  265. package/westendAssetHub/errors.d.ts +1231 -0
  266. package/westendAssetHub/errors.js +2 -0
  267. package/westendAssetHub/events.d.ts +2172 -0
  268. package/westendAssetHub/events.js +2 -0
  269. package/westendAssetHub/index.d.ts +19 -0
  270. package/westendAssetHub/index.js +3 -0
  271. package/westendAssetHub/query.d.ts +1269 -0
  272. package/westendAssetHub/query.js +2 -0
  273. package/westendAssetHub/rpc.d.ts +590 -0
  274. package/westendAssetHub/rpc.js +2 -0
  275. package/westendAssetHub/runtime.d.ts +456 -0
  276. package/westendAssetHub/runtime.js +2 -0
  277. package/westendAssetHub/tx.d.ts +4307 -0
  278. package/westendAssetHub/tx.js +2 -0
  279. package/westendAssetHub/types.d.ts +11062 -0
  280. package/westendAssetHub/types.js +2 -0
@@ -0,0 +1,1787 @@
1
+ import type { GenericChainEvents, GenericPalletEvent } from '@dedot/types';
2
+ 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';
4
+ export interface ChainEvents extends GenericChainEvents {
5
+ /**
6
+ * Pallet `System`'s events
7
+ **/
8
+ system: {
9
+ /**
10
+ * An extrinsic completed successfully.
11
+ **/
12
+ ExtrinsicSuccess: GenericPalletEvent<'System', 'ExtrinsicSuccess', {
13
+ dispatchInfo: DispatchInfo;
14
+ }>;
15
+ /**
16
+ * An extrinsic failed.
17
+ **/
18
+ ExtrinsicFailed: GenericPalletEvent<'System', 'ExtrinsicFailed', {
19
+ dispatchError: DispatchError;
20
+ dispatchInfo: DispatchInfo;
21
+ }>;
22
+ /**
23
+ * `:code` was updated.
24
+ **/
25
+ CodeUpdated: GenericPalletEvent<'System', 'CodeUpdated', null>;
26
+ /**
27
+ * A new account was created.
28
+ **/
29
+ NewAccount: GenericPalletEvent<'System', 'NewAccount', {
30
+ account: AccountId32;
31
+ }>;
32
+ /**
33
+ * An account was reaped.
34
+ **/
35
+ KilledAccount: GenericPalletEvent<'System', 'KilledAccount', {
36
+ account: AccountId32;
37
+ }>;
38
+ /**
39
+ * On on-chain remark happened.
40
+ **/
41
+ Remarked: GenericPalletEvent<'System', 'Remarked', {
42
+ sender: AccountId32;
43
+ hash: H256;
44
+ }>;
45
+ /**
46
+ * Generic pallet event
47
+ **/
48
+ [prop: string]: GenericPalletEvent;
49
+ };
50
+ /**
51
+ * Pallet `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
+ };
1787
+ }