@dedot/chaintypes 0.0.1-alpha.24 → 0.0.1-alpha.26

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 (277) hide show
  1. package/aleph/consts.d.ts +590 -528
  2. package/aleph/errors.d.ts +981 -818
  3. package/aleph/events.d.ts +924 -937
  4. package/aleph/index.d.ts +11 -8
  5. package/aleph/query.d.ts +1477 -1268
  6. package/aleph/rpc.d.ts +725 -573
  7. package/aleph/runtime.d.ts +541 -406
  8. package/aleph/tx.d.ts +2664 -2202
  9. package/aleph/types.d.ts +3474 -5388
  10. package/astar/consts.d.ts +753 -674
  11. package/astar/errors.d.ts +1576 -1313
  12. package/astar/events.d.ts +1709 -1628
  13. package/astar/index.d.ts +11 -8
  14. package/astar/query.d.ts +1756 -1471
  15. package/astar/rpc.d.ts +972 -773
  16. package/astar/runtime.d.ts +310 -258
  17. package/astar/tx.d.ts +5474 -4806
  18. package/astar/types.d.ts +8848 -12108
  19. package/index.ts +10 -0
  20. package/kusama/consts.d.ts +1573 -1422
  21. package/kusama/errors.d.ts +2995 -2490
  22. package/kusama/events.d.ts +2996 -2723
  23. package/kusama/index.d.ts +11 -8
  24. package/kusama/query.d.ts +3828 -3248
  25. package/kusama/rpc.d.ts +902 -724
  26. package/kusama/runtime.d.ts +1130 -840
  27. package/kusama/tx.d.ts +7073 -6010
  28. package/kusama/types.d.ts +10151 -15344
  29. package/kusamaAssetHub/consts.d.ts +714 -627
  30. package/kusamaAssetHub/errors.d.ts +1405 -1160
  31. package/kusamaAssetHub/events.d.ts +2149 -2060
  32. package/kusamaAssetHub/index.d.ts +11 -8
  33. package/kusamaAssetHub/query.d.ts +1551 -1298
  34. package/kusamaAssetHub/rpc.d.ts +744 -588
  35. package/kusamaAssetHub/runtime.d.ts +510 -398
  36. package/kusamaAssetHub/tx.d.ts +5050 -4212
  37. package/kusamaAssetHub/types.d.ts +5976 -10009
  38. package/moonbeam/consts.d.ts +1075 -956
  39. package/moonbeam/errors.d.ts +2131 -1793
  40. package/moonbeam/events.d.ts +2932 -2681
  41. package/moonbeam/index.d.ts +11 -8
  42. package/moonbeam/query.d.ts +2391 -2024
  43. package/moonbeam/rpc.d.ts +1013 -807
  44. package/moonbeam/runtime.d.ts +665 -502
  45. package/moonbeam/tx.d.ts +6152 -5201
  46. package/moonbeam/types.d.ts +7731 -12035
  47. package/package.json +9 -8
  48. package/packageInfo.js +1 -1
  49. package/packageInfo.ts +3 -0
  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/rococoAssetHub/consts.d.ts +745 -653
  69. package/rococoAssetHub/errors.d.ts +1490 -1227
  70. package/rococoAssetHub/events.d.ts +2127 -2047
  71. package/rococoAssetHub/index.d.ts +11 -8
  72. package/rococoAssetHub/query.d.ts +1513 -1266
  73. package/rococoAssetHub/rpc.d.ts +744 -588
  74. package/rococoAssetHub/runtime.d.ts +538 -424
  75. package/rococoAssetHub/tx.d.ts +5164 -4302
  76. package/rococoAssetHub/types.d.ts +6321 -10636
  77. package/substrate/consts.d.ts +2218 -1966
  78. package/substrate/errors.d.ts +4019 -3333
  79. package/substrate/events.d.ts +4585 -4255
  80. package/substrate/index.d.ts +11 -8
  81. package/substrate/query.d.ts +3887 -3347
  82. package/substrate/rpc.d.ts +892 -716
  83. package/substrate/runtime.d.ts +937 -704
  84. package/substrate/tx.d.ts +10387 -8796
  85. package/substrate/types.d.ts +12809 -19761
  86. package/westendAssetHub/consts.d.ts +745 -653
  87. package/westendAssetHub/errors.d.ts +1490 -1227
  88. package/westendAssetHub/events.d.ts +2127 -2047
  89. package/westendAssetHub/index.d.ts +11 -8
  90. package/westendAssetHub/query.d.ts +1513 -1266
  91. package/westendAssetHub/rpc.d.ts +744 -588
  92. package/westendAssetHub/runtime.d.ts +577 -452
  93. package/westendAssetHub/tx.d.ts +5164 -4302
  94. package/westendAssetHub/types.d.ts +6321 -10633
  95. package/aleph/consts.js +0 -2
  96. package/aleph/errors.js +0 -2
  97. package/aleph/events.js +0 -2
  98. package/aleph/index.js +0 -3
  99. package/aleph/query.js +0 -2
  100. package/aleph/rpc.js +0 -2
  101. package/aleph/runtime.js +0 -2
  102. package/aleph/tx.js +0 -2
  103. package/aleph/types.js +0 -2
  104. package/astar/consts.js +0 -2
  105. package/astar/errors.js +0 -2
  106. package/astar/events.js +0 -2
  107. package/astar/index.js +0 -3
  108. package/astar/query.js +0 -2
  109. package/astar/rpc.js +0 -2
  110. package/astar/runtime.js +0 -2
  111. package/astar/tx.js +0 -2
  112. package/astar/types.js +0 -2
  113. package/cjs/aleph/consts.js +0 -3
  114. package/cjs/aleph/errors.js +0 -3
  115. package/cjs/aleph/events.js +0 -3
  116. package/cjs/aleph/index.js +0 -19
  117. package/cjs/aleph/query.js +0 -3
  118. package/cjs/aleph/rpc.js +0 -3
  119. package/cjs/aleph/runtime.js +0 -3
  120. package/cjs/aleph/tx.js +0 -3
  121. package/cjs/aleph/types.js +0 -3
  122. package/cjs/astar/consts.js +0 -3
  123. package/cjs/astar/errors.js +0 -3
  124. package/cjs/astar/events.js +0 -3
  125. package/cjs/astar/index.js +0 -19
  126. package/cjs/astar/query.js +0 -3
  127. package/cjs/astar/rpc.js +0 -3
  128. package/cjs/astar/runtime.js +0 -3
  129. package/cjs/astar/tx.js +0 -3
  130. package/cjs/astar/types.js +0 -3
  131. package/cjs/index.js +0 -2
  132. package/cjs/kusama/consts.js +0 -3
  133. package/cjs/kusama/errors.js +0 -3
  134. package/cjs/kusama/events.js +0 -3
  135. package/cjs/kusama/index.js +0 -19
  136. package/cjs/kusama/query.js +0 -3
  137. package/cjs/kusama/rpc.js +0 -3
  138. package/cjs/kusama/runtime.js +0 -3
  139. package/cjs/kusama/tx.js +0 -3
  140. package/cjs/kusama/types.js +0 -3
  141. package/cjs/kusamaAssetHub/consts.js +0 -3
  142. package/cjs/kusamaAssetHub/errors.js +0 -3
  143. package/cjs/kusamaAssetHub/events.js +0 -3
  144. package/cjs/kusamaAssetHub/index.js +0 -19
  145. package/cjs/kusamaAssetHub/query.js +0 -3
  146. package/cjs/kusamaAssetHub/rpc.js +0 -3
  147. package/cjs/kusamaAssetHub/runtime.js +0 -3
  148. package/cjs/kusamaAssetHub/tx.js +0 -3
  149. package/cjs/kusamaAssetHub/types.js +0 -3
  150. package/cjs/moonbeam/consts.js +0 -3
  151. package/cjs/moonbeam/errors.js +0 -3
  152. package/cjs/moonbeam/events.js +0 -3
  153. package/cjs/moonbeam/index.js +0 -19
  154. package/cjs/moonbeam/query.js +0 -3
  155. package/cjs/moonbeam/rpc.js +0 -3
  156. package/cjs/moonbeam/runtime.js +0 -3
  157. package/cjs/moonbeam/tx.js +0 -3
  158. package/cjs/moonbeam/types.js +0 -3
  159. package/cjs/package.json +0 -1
  160. package/cjs/packageInfo.js +0 -5
  161. package/cjs/polkadot/consts.js +0 -3
  162. package/cjs/polkadot/errors.js +0 -3
  163. package/cjs/polkadot/events.js +0 -3
  164. package/cjs/polkadot/index.js +0 -19
  165. package/cjs/polkadot/query.js +0 -3
  166. package/cjs/polkadot/rpc.js +0 -3
  167. package/cjs/polkadot/runtime.js +0 -3
  168. package/cjs/polkadot/tx.js +0 -3
  169. package/cjs/polkadot/types.js +0 -3
  170. package/cjs/polkadotAssetHub/consts.js +0 -3
  171. package/cjs/polkadotAssetHub/errors.js +0 -3
  172. package/cjs/polkadotAssetHub/events.js +0 -3
  173. package/cjs/polkadotAssetHub/index.js +0 -19
  174. package/cjs/polkadotAssetHub/query.js +0 -3
  175. package/cjs/polkadotAssetHub/rpc.js +0 -3
  176. package/cjs/polkadotAssetHub/runtime.js +0 -3
  177. package/cjs/polkadotAssetHub/tx.js +0 -3
  178. package/cjs/polkadotAssetHub/types.js +0 -3
  179. package/cjs/rococoAssetHub/consts.js +0 -3
  180. package/cjs/rococoAssetHub/errors.js +0 -3
  181. package/cjs/rococoAssetHub/events.js +0 -3
  182. package/cjs/rococoAssetHub/index.js +0 -19
  183. package/cjs/rococoAssetHub/query.js +0 -3
  184. package/cjs/rococoAssetHub/rpc.js +0 -3
  185. package/cjs/rococoAssetHub/runtime.js +0 -3
  186. package/cjs/rococoAssetHub/tx.js +0 -3
  187. package/cjs/rococoAssetHub/types.js +0 -3
  188. package/cjs/substrate/consts.js +0 -3
  189. package/cjs/substrate/errors.js +0 -3
  190. package/cjs/substrate/events.js +0 -3
  191. package/cjs/substrate/index.js +0 -19
  192. package/cjs/substrate/query.js +0 -3
  193. package/cjs/substrate/rpc.js +0 -3
  194. package/cjs/substrate/runtime.js +0 -3
  195. package/cjs/substrate/tx.js +0 -3
  196. package/cjs/substrate/types.js +0 -3
  197. package/cjs/westendAssetHub/consts.js +0 -3
  198. package/cjs/westendAssetHub/errors.js +0 -3
  199. package/cjs/westendAssetHub/events.js +0 -3
  200. package/cjs/westendAssetHub/index.js +0 -19
  201. package/cjs/westendAssetHub/query.js +0 -3
  202. package/cjs/westendAssetHub/rpc.js +0 -3
  203. package/cjs/westendAssetHub/runtime.js +0 -3
  204. package/cjs/westendAssetHub/tx.js +0 -3
  205. package/cjs/westendAssetHub/types.js +0 -3
  206. package/kusama/consts.js +0 -2
  207. package/kusama/errors.js +0 -2
  208. package/kusama/events.js +0 -2
  209. package/kusama/index.js +0 -3
  210. package/kusama/query.js +0 -2
  211. package/kusama/rpc.js +0 -2
  212. package/kusama/runtime.js +0 -2
  213. package/kusama/tx.js +0 -2
  214. package/kusama/types.js +0 -2
  215. package/kusamaAssetHub/consts.js +0 -2
  216. package/kusamaAssetHub/errors.js +0 -2
  217. package/kusamaAssetHub/events.js +0 -2
  218. package/kusamaAssetHub/index.js +0 -3
  219. package/kusamaAssetHub/query.js +0 -2
  220. package/kusamaAssetHub/rpc.js +0 -2
  221. package/kusamaAssetHub/runtime.js +0 -2
  222. package/kusamaAssetHub/tx.js +0 -2
  223. package/kusamaAssetHub/types.js +0 -2
  224. package/moonbeam/consts.js +0 -2
  225. package/moonbeam/errors.js +0 -2
  226. package/moonbeam/events.js +0 -2
  227. package/moonbeam/index.js +0 -3
  228. package/moonbeam/query.js +0 -2
  229. package/moonbeam/rpc.js +0 -2
  230. package/moonbeam/runtime.js +0 -2
  231. package/moonbeam/tx.js +0 -2
  232. package/moonbeam/types.js +0 -2
  233. package/polkadot/consts.js +0 -2
  234. package/polkadot/errors.js +0 -2
  235. package/polkadot/events.js +0 -2
  236. package/polkadot/index.js +0 -3
  237. package/polkadot/query.js +0 -2
  238. package/polkadot/rpc.js +0 -2
  239. package/polkadot/runtime.js +0 -2
  240. package/polkadot/tx.js +0 -2
  241. package/polkadot/types.js +0 -2
  242. package/polkadotAssetHub/consts.js +0 -2
  243. package/polkadotAssetHub/errors.js +0 -2
  244. package/polkadotAssetHub/events.js +0 -2
  245. package/polkadotAssetHub/index.js +0 -3
  246. package/polkadotAssetHub/query.js +0 -2
  247. package/polkadotAssetHub/rpc.js +0 -2
  248. package/polkadotAssetHub/runtime.js +0 -2
  249. package/polkadotAssetHub/tx.js +0 -2
  250. package/polkadotAssetHub/types.js +0 -2
  251. package/rococoAssetHub/consts.js +0 -2
  252. package/rococoAssetHub/errors.js +0 -2
  253. package/rococoAssetHub/events.js +0 -2
  254. package/rococoAssetHub/index.js +0 -3
  255. package/rococoAssetHub/query.js +0 -2
  256. package/rococoAssetHub/rpc.js +0 -2
  257. package/rococoAssetHub/runtime.js +0 -2
  258. package/rococoAssetHub/tx.js +0 -2
  259. package/rococoAssetHub/types.js +0 -2
  260. package/substrate/consts.js +0 -2
  261. package/substrate/errors.js +0 -2
  262. package/substrate/events.js +0 -2
  263. package/substrate/index.js +0 -3
  264. package/substrate/query.js +0 -2
  265. package/substrate/rpc.js +0 -2
  266. package/substrate/runtime.js +0 -2
  267. package/substrate/tx.js +0 -2
  268. package/substrate/types.js +0 -2
  269. package/westendAssetHub/consts.js +0 -2
  270. package/westendAssetHub/errors.js +0 -2
  271. package/westendAssetHub/events.js +0 -2
  272. package/westendAssetHub/index.js +0 -3
  273. package/westendAssetHub/query.js +0 -2
  274. package/westendAssetHub/rpc.js +0 -2
  275. package/westendAssetHub/runtime.js +0 -2
  276. package/westendAssetHub/tx.js +0 -2
  277. package/westendAssetHub/types.js +0 -2
@@ -1,658 +1,750 @@
1
+ // Generated by @dedot/codegen
2
+
1
3
  import type { GenericChainConsts } from '@dedot/types';
2
4
  import type { RuntimeVersion, Bytes, Permill } from '@dedot/codecs';
3
- import type { FrameSystemLimitsBlockWeights, FrameSystemLimitsBlockLength, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, PalletNftsBitFlagsPalletFeature, FrameSupportPalletId, StagingXcmV3MultilocationMultiLocation } from './types';
5
+ import type {
6
+ FrameSystemLimitsBlockWeights,
7
+ FrameSystemLimitsBlockLength,
8
+ SpWeightsRuntimeDbWeight,
9
+ SpWeightsWeightV2Weight,
10
+ PalletNftsBitFlagsPalletFeature,
11
+ FrameSupportPalletId,
12
+ StagingXcmV3MultilocationMultiLocation,
13
+ } from './types';
14
+
4
15
  export interface ChainConsts extends GenericChainConsts {
16
+ /**
17
+ * Pallet `System`'s constants
18
+ **/
19
+ system: {
5
20
  /**
6
- * Pallet `System`'s constants
7
- **/
8
- system: {
9
- /**
10
- * Block & extrinsics weights: base values and limits.
11
- **/
12
- blockWeights: FrameSystemLimitsBlockWeights;
13
- /**
14
- * The maximum length of a block (in bytes).
15
- **/
16
- blockLength: FrameSystemLimitsBlockLength;
17
- /**
18
- * Maximum number of block number to block hash mappings to keep (oldest pruned first).
19
- **/
20
- blockHashCount: number;
21
- /**
22
- * The weight of runtime database operations the runtime can invoke.
23
- **/
24
- dbWeight: SpWeightsRuntimeDbWeight;
25
- /**
26
- * Get the chain's current version.
27
- **/
28
- version: RuntimeVersion;
29
- /**
30
- * The designated SS58 prefix of this chain.
31
- *
32
- * This replaces the "ss58Format" property declared in the chain spec. Reason is
33
- * that the runtime should know about the prefix in order to make use of it as
34
- * an identifier of the chain.
35
- **/
36
- ss58Prefix: number;
37
- /**
38
- * Generic pallet constant
39
- **/
40
- [name: string]: any;
41
- };
42
- /**
43
- * Pallet `ParachainSystem`'s constants
44
- **/
45
- parachainSystem: {
46
- /**
47
- * Generic pallet constant
48
- **/
49
- [name: string]: any;
50
- };
51
- /**
52
- * Pallet `Timestamp`'s constants
53
- **/
54
- timestamp: {
55
- /**
56
- * The minimum period between blocks.
57
- *
58
- * Be aware that this is different to the *expected* period that the block production
59
- * apparatus provides. Your chosen consensus system will generally work with this to
60
- * determine a sensible block time. For example, in the Aura pallet it will be double this
61
- * period on default settings.
62
- **/
63
- minimumPeriod: bigint;
64
- /**
65
- * Generic pallet constant
66
- **/
67
- [name: string]: any;
68
- };
69
- /**
70
- * Pallet `ParachainInfo`'s constants
71
- **/
72
- parachainInfo: {
73
- /**
74
- * Generic pallet constant
75
- **/
76
- [name: string]: any;
77
- };
78
- /**
79
- * Pallet `Balances`'s constants
80
- **/
81
- balances: {
82
- /**
83
- * The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO!
84
- *
85
- * If you *really* need it to be zero, you can enable the feature `insecure_zero_ed` for
86
- * this pallet. However, you do so at your own risk: this will open up a major DoS vector.
87
- * In case you have multiple sources of provider references, you may also get unexpected
88
- * behaviour if you set this to zero.
89
- *
90
- * Bottom line: Do yourself a favour and make it at least one!
91
- **/
92
- existentialDeposit: bigint;
93
- /**
94
- * The maximum number of locks that should exist on an account.
95
- * Not strictly enforced, but used for weight estimation.
96
- **/
97
- maxLocks: number;
98
- /**
99
- * The maximum number of named reserves that can exist on an account.
100
- **/
101
- maxReserves: number;
102
- /**
103
- * The maximum number of individual freeze locks that can exist on an account at any time.
104
- **/
105
- maxFreezes: number;
106
- /**
107
- * Generic pallet constant
108
- **/
109
- [name: string]: any;
110
- };
111
- /**
112
- * Pallet `TransactionPayment`'s constants
113
- **/
114
- transactionPayment: {
115
- /**
116
- * A fee multiplier for `Operational` extrinsics to compute "virtual tip" to boost their
117
- * `priority`
118
- *
119
- * This value is multiplied by the `final_fee` to obtain a "virtual tip" that is later
120
- * added to a tip component in regular `priority` calculations.
121
- * It means that a `Normal` transaction can front-run a similarly-sized `Operational`
122
- * extrinsic (with no tip), by including a tip value greater than the virtual tip.
123
- *
124
- * ```rust,ignore
125
- * // For `Normal`
126
- * let priority = priority_calc(tip);
127
- *
128
- * // For `Operational`
129
- * let virtual_tip = (inclusion_fee + tip) * OperationalFeeMultiplier;
130
- * let priority = priority_calc(tip + virtual_tip);
131
- * ```
132
- *
133
- * Note that since we use `final_fee` the multiplier applies also to the regular `tip`
134
- * sent with the transaction. So, not only does the transaction get a priority bump based
135
- * on the `inclusion_fee`, but we also amplify the impact of tips applied to `Operational`
136
- * transactions.
137
- **/
138
- operationalFeeMultiplier: number;
139
- /**
140
- * Generic pallet constant
141
- **/
142
- [name: string]: any;
143
- };
144
- /**
145
- * Pallet `AssetTxPayment`'s constants
146
- **/
147
- assetTxPayment: {
148
- /**
149
- * Generic pallet constant
150
- **/
151
- [name: string]: any;
152
- };
153
- /**
154
- * Pallet `Authorship`'s constants
155
- **/
156
- authorship: {
157
- /**
158
- * Generic pallet constant
159
- **/
160
- [name: string]: any;
161
- };
162
- /**
163
- * Pallet `CollatorSelection`'s constants
164
- **/
165
- collatorSelection: {
166
- /**
167
- * Generic pallet constant
168
- **/
169
- [name: string]: any;
170
- };
171
- /**
172
- * Pallet `Session`'s constants
173
- **/
174
- session: {
175
- /**
176
- * Generic pallet constant
177
- **/
178
- [name: string]: any;
179
- };
180
- /**
181
- * Pallet `Aura`'s constants
182
- **/
183
- aura: {
184
- /**
185
- * Generic pallet constant
186
- **/
187
- [name: string]: any;
188
- };
189
- /**
190
- * Pallet `AuraExt`'s constants
191
- **/
192
- auraExt: {
193
- /**
194
- * Generic pallet constant
195
- **/
196
- [name: string]: any;
197
- };
198
- /**
199
- * Pallet `XcmpQueue`'s constants
200
- **/
201
- xcmpQueue: {
202
- /**
203
- * The maximum number of inbound XCMP channels that can be suspended simultaneously.
204
- *
205
- * Any further channel suspensions will fail and messages may get dropped without further
206
- * notice. Choosing a high value (1000) is okay; the trade-off that is described in
207
- * [`InboundXcmpSuspended`] still applies at that scale.
208
- **/
209
- maxInboundSuspended: number;
210
- /**
211
- * Generic pallet constant
212
- **/
213
- [name: string]: any;
214
- };
215
- /**
216
- * Pallet `PolkadotXcm`'s constants
217
- **/
218
- polkadotXcm: {
219
- /**
220
- * Generic pallet constant
221
- **/
222
- [name: string]: any;
223
- };
224
- /**
225
- * Pallet `CumulusXcm`'s constants
226
- **/
227
- cumulusXcm: {
228
- /**
229
- * Generic pallet constant
230
- **/
231
- [name: string]: any;
232
- };
233
- /**
234
- * Pallet `MessageQueue`'s constants
235
- **/
236
- messageQueue: {
237
- /**
238
- * The size of the page; this implies the maximum message size which can be sent.
239
- *
240
- * A good value depends on the expected message sizes, their weights, the weight that is
241
- * available for processing them and the maximal needed message size. The maximal message
242
- * size is slightly lower than this as defined by [`MaxMessageLenOf`].
243
- **/
244
- heapSize: number;
245
- /**
246
- * The maximum number of stale pages (i.e. of overweight messages) allowed before culling
247
- * can happen. Once there are more stale pages than this, then historical pages may be
248
- * dropped, even if they contain unprocessed overweight messages.
249
- **/
250
- maxStale: number;
251
- /**
252
- * The amount of weight (if any) which should be provided to the message queue for
253
- * servicing enqueued items.
254
- *
255
- * This may be legitimately `None` in the case that you will call
256
- * `ServiceQueues::service_queues` manually.
257
- **/
258
- serviceWeight: SpWeightsWeightV2Weight | undefined;
259
- /**
260
- * Generic pallet constant
261
- **/
262
- [name: string]: any;
263
- };
264
- /**
265
- * Pallet `Utility`'s constants
266
- **/
267
- utility: {
268
- /**
269
- * The limit on the number of batched calls.
270
- **/
271
- batchedCallsLimit: number;
272
- /**
273
- * Generic pallet constant
274
- **/
275
- [name: string]: any;
276
- };
277
- /**
278
- * Pallet `Multisig`'s constants
279
- **/
280
- multisig: {
281
- /**
282
- * The base amount of currency needed to reserve for creating a multisig execution or to
283
- * store a dispatch call for later.
284
- *
285
- * This is held for an additional storage item whose value size is
286
- * `4 + sizeof((BlockNumber, Balance, AccountId))` bytes and whose key size is
287
- * `32 + sizeof(AccountId)` bytes.
288
- **/
289
- depositBase: bigint;
290
- /**
291
- * The amount of currency needed per unit threshold when creating a multisig execution.
292
- *
293
- * This is held for adding 32 bytes more into a pre-existing storage value.
294
- **/
295
- depositFactor: bigint;
296
- /**
297
- * The maximum amount of signatories allowed in the multisig.
298
- **/
299
- maxSignatories: number;
300
- /**
301
- * Generic pallet constant
302
- **/
303
- [name: string]: any;
304
- };
305
- /**
306
- * Pallet `Proxy`'s constants
307
- **/
308
- proxy: {
309
- /**
310
- * The base amount of currency needed to reserve for creating a proxy.
311
- *
312
- * This is held for an additional storage item whose value size is
313
- * `sizeof(Balance)` bytes and whose key size is `sizeof(AccountId)` bytes.
314
- **/
315
- proxyDepositBase: bigint;
316
- /**
317
- * The amount of currency needed per proxy added.
318
- *
319
- * This is held for adding 32 bytes plus an instance of `ProxyType` more into a
320
- * pre-existing storage value. Thus, when configuring `ProxyDepositFactor` one should take
321
- * into account `32 + proxy_type.encode().len()` bytes of data.
322
- **/
323
- proxyDepositFactor: bigint;
324
- /**
325
- * The maximum amount of proxies allowed for a single account.
326
- **/
327
- maxProxies: number;
328
- /**
329
- * The maximum amount of time-delayed announcements that are allowed to be pending.
330
- **/
331
- maxPending: number;
332
- /**
333
- * The base amount of currency needed to reserve for creating an announcement.
334
- *
335
- * This is held when a new storage item holding a `Balance` is created (typically 16
336
- * bytes).
337
- **/
338
- announcementDepositBase: bigint;
339
- /**
340
- * The amount of currency needed per announcement made.
341
- *
342
- * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes)
343
- * into a pre-existing storage value.
344
- **/
345
- announcementDepositFactor: bigint;
346
- /**
347
- * Generic pallet constant
348
- **/
349
- [name: string]: any;
350
- };
351
- /**
352
- * Pallet `ToWestendXcmRouter`'s constants
353
- **/
354
- toWestendXcmRouter: {
355
- /**
356
- * Generic pallet constant
357
- **/
358
- [name: string]: any;
359
- };
360
- /**
361
- * Pallet `Assets`'s constants
362
- **/
363
- assets: {
364
- /**
365
- * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call.
366
- *
367
- * Must be configured to result in a weight that makes each call fit in a block.
368
- **/
369
- removeItemsLimit: number;
370
- /**
371
- * The basic amount of funds that must be reserved for an asset.
372
- **/
373
- assetDeposit: bigint;
374
- /**
375
- * The amount of funds that must be reserved for a non-provider asset account to be
376
- * maintained.
377
- **/
378
- assetAccountDeposit: bigint;
379
- /**
380
- * The basic amount of funds that must be reserved when adding metadata to your asset.
381
- **/
382
- metadataDepositBase: bigint;
383
- /**
384
- * The additional funds that must be reserved for the number of bytes you store in your
385
- * metadata.
386
- **/
387
- metadataDepositPerByte: bigint;
388
- /**
389
- * The amount of funds that must be reserved when creating a new approval.
390
- **/
391
- approvalDeposit: bigint;
392
- /**
393
- * The maximum length of a name or symbol stored on-chain.
394
- **/
395
- stringLimit: number;
396
- /**
397
- * Generic pallet constant
398
- **/
399
- [name: string]: any;
400
- };
401
- /**
402
- * Pallet `Uniques`'s constants
403
- **/
404
- uniques: {
405
- /**
406
- * The basic amount of funds that must be reserved for collection.
407
- **/
408
- collectionDeposit: bigint;
409
- /**
410
- * The basic amount of funds that must be reserved for an item.
411
- **/
412
- itemDeposit: bigint;
413
- /**
414
- * The basic amount of funds that must be reserved when adding metadata to your item.
415
- **/
416
- metadataDepositBase: bigint;
417
- /**
418
- * The basic amount of funds that must be reserved when adding an attribute to an item.
419
- **/
420
- attributeDepositBase: bigint;
421
- /**
422
- * The additional funds that must be reserved for the number of bytes store in metadata,
423
- * either "normal" metadata or attribute metadata.
424
- **/
425
- depositPerByte: bigint;
426
- /**
427
- * The maximum length of data stored on-chain.
428
- **/
429
- stringLimit: number;
430
- /**
431
- * The maximum length of an attribute key.
432
- **/
433
- keyLimit: number;
434
- /**
435
- * The maximum length of an attribute value.
436
- **/
437
- valueLimit: number;
438
- /**
439
- * Generic pallet constant
440
- **/
441
- [name: string]: any;
442
- };
443
- /**
444
- * Pallet `Nfts`'s constants
445
- **/
446
- nfts: {
447
- /**
448
- * The basic amount of funds that must be reserved for collection.
449
- **/
450
- collectionDeposit: bigint;
451
- /**
452
- * The basic amount of funds that must be reserved for an item.
453
- **/
454
- itemDeposit: bigint;
455
- /**
456
- * The basic amount of funds that must be reserved when adding metadata to your item.
457
- **/
458
- metadataDepositBase: bigint;
459
- /**
460
- * The basic amount of funds that must be reserved when adding an attribute to an item.
461
- **/
462
- attributeDepositBase: bigint;
463
- /**
464
- * The additional funds that must be reserved for the number of bytes store in metadata,
465
- * either "normal" metadata or attribute metadata.
466
- **/
467
- depositPerByte: bigint;
468
- /**
469
- * The maximum length of data stored on-chain.
470
- **/
471
- stringLimit: number;
472
- /**
473
- * The maximum length of an attribute key.
474
- **/
475
- keyLimit: number;
476
- /**
477
- * The maximum length of an attribute value.
478
- **/
479
- valueLimit: number;
480
- /**
481
- * The maximum approvals an item could have.
482
- **/
483
- approvalsLimit: number;
484
- /**
485
- * The maximum attributes approvals an item could have.
486
- **/
487
- itemAttributesApprovalsLimit: number;
488
- /**
489
- * The max number of tips a user could send.
490
- **/
491
- maxTips: number;
492
- /**
493
- * The max duration in blocks for deadlines.
494
- **/
495
- maxDeadlineDuration: number;
496
- /**
497
- * The max number of attributes a user could set per call.
498
- **/
499
- maxAttributesPerCall: number;
500
- /**
501
- * Disables some of pallet's features.
502
- **/
503
- features: PalletNftsBitFlagsPalletFeature;
504
- /**
505
- * Generic pallet constant
506
- **/
507
- [name: string]: any;
508
- };
509
- /**
510
- * Pallet `ForeignAssets`'s constants
511
- **/
512
- foreignAssets: {
513
- /**
514
- * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call.
515
- *
516
- * Must be configured to result in a weight that makes each call fit in a block.
517
- **/
518
- removeItemsLimit: number;
519
- /**
520
- * The basic amount of funds that must be reserved for an asset.
521
- **/
522
- assetDeposit: bigint;
523
- /**
524
- * The amount of funds that must be reserved for a non-provider asset account to be
525
- * maintained.
526
- **/
527
- assetAccountDeposit: bigint;
528
- /**
529
- * The basic amount of funds that must be reserved when adding metadata to your asset.
530
- **/
531
- metadataDepositBase: bigint;
532
- /**
533
- * The additional funds that must be reserved for the number of bytes you store in your
534
- * metadata.
535
- **/
536
- metadataDepositPerByte: bigint;
537
- /**
538
- * The amount of funds that must be reserved when creating a new approval.
539
- **/
540
- approvalDeposit: bigint;
541
- /**
542
- * The maximum length of a name or symbol stored on-chain.
543
- **/
544
- stringLimit: number;
545
- /**
546
- * Generic pallet constant
547
- **/
548
- [name: string]: any;
549
- };
550
- /**
551
- * Pallet `NftFractionalization`'s constants
552
- **/
553
- nftFractionalization: {
554
- /**
555
- * The deposit paid by the user locking an NFT. The deposit is returned to the original NFT
556
- * owner when the asset is unified and the NFT is unlocked.
557
- **/
558
- deposit: bigint;
559
- /**
560
- * The pallet's id, used for deriving its sovereign account ID.
561
- **/
562
- palletId: FrameSupportPalletId;
563
- /**
564
- * The newly created asset's symbol.
565
- **/
566
- newAssetSymbol: Bytes;
567
- /**
568
- * The newly created asset's name.
569
- **/
570
- newAssetName: Bytes;
571
- /**
572
- * The maximum length of a name or symbol stored on-chain.
573
- **/
574
- stringLimit: number;
575
- /**
576
- * Generic pallet constant
577
- **/
578
- [name: string]: any;
579
- };
580
- /**
581
- * Pallet `PoolAssets`'s constants
582
- **/
583
- poolAssets: {
584
- /**
585
- * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call.
586
- *
587
- * Must be configured to result in a weight that makes each call fit in a block.
588
- **/
589
- removeItemsLimit: number;
590
- /**
591
- * The basic amount of funds that must be reserved for an asset.
592
- **/
593
- assetDeposit: bigint;
594
- /**
595
- * The amount of funds that must be reserved for a non-provider asset account to be
596
- * maintained.
597
- **/
598
- assetAccountDeposit: bigint;
599
- /**
600
- * The basic amount of funds that must be reserved when adding metadata to your asset.
601
- **/
602
- metadataDepositBase: bigint;
603
- /**
604
- * The additional funds that must be reserved for the number of bytes you store in your
605
- * metadata.
606
- **/
607
- metadataDepositPerByte: bigint;
608
- /**
609
- * The amount of funds that must be reserved when creating a new approval.
610
- **/
611
- approvalDeposit: bigint;
612
- /**
613
- * The maximum length of a name or symbol stored on-chain.
614
- **/
615
- stringLimit: number;
616
- /**
617
- * Generic pallet constant
618
- **/
619
- [name: string]: any;
620
- };
621
- /**
622
- * Pallet `AssetConversion`'s constants
623
- **/
624
- assetConversion: {
625
- /**
626
- * A % the liquidity providers will take of every swap. Represents 10ths of a percent.
627
- **/
628
- lpFee: number;
629
- /**
630
- * A one-time fee to setup the pool.
631
- **/
632
- poolSetupFee: bigint;
633
- /**
634
- * Asset class from [`Config::Assets`] used to pay the [`Config::PoolSetupFee`].
635
- **/
636
- poolSetupFeeAsset: StagingXcmV3MultilocationMultiLocation;
637
- /**
638
- * A fee to withdraw the liquidity.
639
- **/
640
- liquidityWithdrawalFee: Permill;
641
- /**
642
- * The minimum LP token amount that could be minted. Ameliorates rounding errors.
643
- **/
644
- mintMinLiquidity: bigint;
645
- /**
646
- * The max number of hops in a swap.
647
- **/
648
- maxSwapPathLength: number;
649
- /**
650
- * The pallet's id, used for deriving its sovereign account ID.
651
- **/
652
- palletId: FrameSupportPalletId;
653
- /**
654
- * Generic pallet constant
655
- **/
656
- [name: string]: any;
657
- };
21
+ * Block & extrinsics weights: base values and limits.
22
+ **/
23
+ blockWeights: FrameSystemLimitsBlockWeights;
24
+
25
+ /**
26
+ * The maximum length of a block (in bytes).
27
+ **/
28
+ blockLength: FrameSystemLimitsBlockLength;
29
+
30
+ /**
31
+ * Maximum number of block number to block hash mappings to keep (oldest pruned first).
32
+ **/
33
+ blockHashCount: number;
34
+
35
+ /**
36
+ * The weight of runtime database operations the runtime can invoke.
37
+ **/
38
+ dbWeight: SpWeightsRuntimeDbWeight;
39
+
40
+ /**
41
+ * Get the chain's current version.
42
+ **/
43
+ version: RuntimeVersion;
44
+
45
+ /**
46
+ * The designated SS58 prefix of this chain.
47
+ *
48
+ * This replaces the "ss58Format" property declared in the chain spec. Reason is
49
+ * that the runtime should know about the prefix in order to make use of it as
50
+ * an identifier of the chain.
51
+ **/
52
+ ss58Prefix: number;
53
+
54
+ /**
55
+ * Generic pallet constant
56
+ **/
57
+ [name: string]: any;
58
+ };
59
+ /**
60
+ * Pallet `ParachainSystem`'s constants
61
+ **/
62
+ parachainSystem: {
63
+ /**
64
+ * Generic pallet constant
65
+ **/
66
+ [name: string]: any;
67
+ };
68
+ /**
69
+ * Pallet `Timestamp`'s constants
70
+ **/
71
+ timestamp: {
72
+ /**
73
+ * The minimum period between blocks.
74
+ *
75
+ * Be aware that this is different to the *expected* period that the block production
76
+ * apparatus provides. Your chosen consensus system will generally work with this to
77
+ * determine a sensible block time. For example, in the Aura pallet it will be double this
78
+ * period on default settings.
79
+ **/
80
+ minimumPeriod: bigint;
81
+
82
+ /**
83
+ * Generic pallet constant
84
+ **/
85
+ [name: string]: any;
86
+ };
87
+ /**
88
+ * Pallet `ParachainInfo`'s constants
89
+ **/
90
+ parachainInfo: {
91
+ /**
92
+ * Generic pallet constant
93
+ **/
94
+ [name: string]: any;
95
+ };
96
+ /**
97
+ * Pallet `Balances`'s constants
98
+ **/
99
+ balances: {
100
+ /**
101
+ * The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO!
102
+ *
103
+ * If you *really* need it to be zero, you can enable the feature `insecure_zero_ed` for
104
+ * this pallet. However, you do so at your own risk: this will open up a major DoS vector.
105
+ * In case you have multiple sources of provider references, you may also get unexpected
106
+ * behaviour if you set this to zero.
107
+ *
108
+ * Bottom line: Do yourself a favour and make it at least one!
109
+ **/
110
+ existentialDeposit: bigint;
111
+
112
+ /**
113
+ * The maximum number of locks that should exist on an account.
114
+ * Not strictly enforced, but used for weight estimation.
115
+ **/
116
+ maxLocks: number;
117
+
118
+ /**
119
+ * The maximum number of named reserves that can exist on an account.
120
+ **/
121
+ maxReserves: number;
122
+
123
+ /**
124
+ * The maximum number of individual freeze locks that can exist on an account at any time.
125
+ **/
126
+ maxFreezes: number;
127
+
128
+ /**
129
+ * Generic pallet constant
130
+ **/
131
+ [name: string]: any;
132
+ };
133
+ /**
134
+ * Pallet `TransactionPayment`'s constants
135
+ **/
136
+ transactionPayment: {
137
+ /**
138
+ * A fee multiplier for `Operational` extrinsics to compute "virtual tip" to boost their
139
+ * `priority`
140
+ *
141
+ * This value is multiplied by the `final_fee` to obtain a "virtual tip" that is later
142
+ * added to a tip component in regular `priority` calculations.
143
+ * It means that a `Normal` transaction can front-run a similarly-sized `Operational`
144
+ * extrinsic (with no tip), by including a tip value greater than the virtual tip.
145
+ *
146
+ * ```rust,ignore
147
+ * // For `Normal`
148
+ * let priority = priority_calc(tip);
149
+ *
150
+ * // For `Operational`
151
+ * let virtual_tip = (inclusion_fee + tip) * OperationalFeeMultiplier;
152
+ * let priority = priority_calc(tip + virtual_tip);
153
+ * ```
154
+ *
155
+ * Note that since we use `final_fee` the multiplier applies also to the regular `tip`
156
+ * sent with the transaction. So, not only does the transaction get a priority bump based
157
+ * on the `inclusion_fee`, but we also amplify the impact of tips applied to `Operational`
158
+ * transactions.
159
+ **/
160
+ operationalFeeMultiplier: number;
161
+
162
+ /**
163
+ * Generic pallet constant
164
+ **/
165
+ [name: string]: any;
166
+ };
167
+ /**
168
+ * Pallet `AssetTxPayment`'s constants
169
+ **/
170
+ assetTxPayment: {
171
+ /**
172
+ * Generic pallet constant
173
+ **/
174
+ [name: string]: any;
175
+ };
176
+ /**
177
+ * Pallet `Authorship`'s constants
178
+ **/
179
+ authorship: {
180
+ /**
181
+ * Generic pallet constant
182
+ **/
183
+ [name: string]: any;
184
+ };
185
+ /**
186
+ * Pallet `CollatorSelection`'s constants
187
+ **/
188
+ collatorSelection: {
189
+ /**
190
+ * Generic pallet constant
191
+ **/
192
+ [name: string]: any;
193
+ };
194
+ /**
195
+ * Pallet `Session`'s constants
196
+ **/
197
+ session: {
198
+ /**
199
+ * Generic pallet constant
200
+ **/
201
+ [name: string]: any;
202
+ };
203
+ /**
204
+ * Pallet `Aura`'s constants
205
+ **/
206
+ aura: {
207
+ /**
208
+ * Generic pallet constant
209
+ **/
210
+ [name: string]: any;
211
+ };
212
+ /**
213
+ * Pallet `AuraExt`'s constants
214
+ **/
215
+ auraExt: {
216
+ /**
217
+ * Generic pallet constant
218
+ **/
219
+ [name: string]: any;
220
+ };
221
+ /**
222
+ * Pallet `XcmpQueue`'s constants
223
+ **/
224
+ xcmpQueue: {
225
+ /**
226
+ * The maximum number of inbound XCMP channels that can be suspended simultaneously.
227
+ *
228
+ * Any further channel suspensions will fail and messages may get dropped without further
229
+ * notice. Choosing a high value (1000) is okay; the trade-off that is described in
230
+ * [`InboundXcmpSuspended`] still applies at that scale.
231
+ **/
232
+ maxInboundSuspended: number;
233
+
234
+ /**
235
+ * Generic pallet constant
236
+ **/
237
+ [name: string]: any;
238
+ };
239
+ /**
240
+ * Pallet `PolkadotXcm`'s constants
241
+ **/
242
+ polkadotXcm: {
243
+ /**
244
+ * Generic pallet constant
245
+ **/
246
+ [name: string]: any;
247
+ };
248
+ /**
249
+ * Pallet `CumulusXcm`'s constants
250
+ **/
251
+ cumulusXcm: {
252
+ /**
253
+ * Generic pallet constant
254
+ **/
255
+ [name: string]: any;
256
+ };
257
+ /**
258
+ * Pallet `MessageQueue`'s constants
259
+ **/
260
+ messageQueue: {
261
+ /**
262
+ * The size of the page; this implies the maximum message size which can be sent.
263
+ *
264
+ * A good value depends on the expected message sizes, their weights, the weight that is
265
+ * available for processing them and the maximal needed message size. The maximal message
266
+ * size is slightly lower than this as defined by [`MaxMessageLenOf`].
267
+ **/
268
+ heapSize: number;
269
+
270
+ /**
271
+ * The maximum number of stale pages (i.e. of overweight messages) allowed before culling
272
+ * can happen. Once there are more stale pages than this, then historical pages may be
273
+ * dropped, even if they contain unprocessed overweight messages.
274
+ **/
275
+ maxStale: number;
276
+
277
+ /**
278
+ * The amount of weight (if any) which should be provided to the message queue for
279
+ * servicing enqueued items.
280
+ *
281
+ * This may be legitimately `None` in the case that you will call
282
+ * `ServiceQueues::service_queues` manually.
283
+ **/
284
+ serviceWeight: SpWeightsWeightV2Weight | undefined;
285
+
286
+ /**
287
+ * Generic pallet constant
288
+ **/
289
+ [name: string]: any;
290
+ };
291
+ /**
292
+ * Pallet `Utility`'s constants
293
+ **/
294
+ utility: {
295
+ /**
296
+ * The limit on the number of batched calls.
297
+ **/
298
+ batchedCallsLimit: number;
299
+
300
+ /**
301
+ * Generic pallet constant
302
+ **/
303
+ [name: string]: any;
304
+ };
305
+ /**
306
+ * Pallet `Multisig`'s constants
307
+ **/
308
+ multisig: {
309
+ /**
310
+ * The base amount of currency needed to reserve for creating a multisig execution or to
311
+ * store a dispatch call for later.
312
+ *
313
+ * This is held for an additional storage item whose value size is
314
+ * `4 + sizeof((BlockNumber, Balance, AccountId))` bytes and whose key size is
315
+ * `32 + sizeof(AccountId)` bytes.
316
+ **/
317
+ depositBase: bigint;
318
+
319
+ /**
320
+ * The amount of currency needed per unit threshold when creating a multisig execution.
321
+ *
322
+ * This is held for adding 32 bytes more into a pre-existing storage value.
323
+ **/
324
+ depositFactor: bigint;
325
+
326
+ /**
327
+ * The maximum amount of signatories allowed in the multisig.
328
+ **/
329
+ maxSignatories: number;
330
+
331
+ /**
332
+ * Generic pallet constant
333
+ **/
334
+ [name: string]: any;
335
+ };
336
+ /**
337
+ * Pallet `Proxy`'s constants
338
+ **/
339
+ proxy: {
340
+ /**
341
+ * The base amount of currency needed to reserve for creating a proxy.
342
+ *
343
+ * This is held for an additional storage item whose value size is
344
+ * `sizeof(Balance)` bytes and whose key size is `sizeof(AccountId)` bytes.
345
+ **/
346
+ proxyDepositBase: bigint;
347
+
348
+ /**
349
+ * The amount of currency needed per proxy added.
350
+ *
351
+ * This is held for adding 32 bytes plus an instance of `ProxyType` more into a
352
+ * pre-existing storage value. Thus, when configuring `ProxyDepositFactor` one should take
353
+ * into account `32 + proxy_type.encode().len()` bytes of data.
354
+ **/
355
+ proxyDepositFactor: bigint;
356
+
357
+ /**
358
+ * The maximum amount of proxies allowed for a single account.
359
+ **/
360
+ maxProxies: number;
361
+
362
+ /**
363
+ * The maximum amount of time-delayed announcements that are allowed to be pending.
364
+ **/
365
+ maxPending: number;
366
+
367
+ /**
368
+ * The base amount of currency needed to reserve for creating an announcement.
369
+ *
370
+ * This is held when a new storage item holding a `Balance` is created (typically 16
371
+ * bytes).
372
+ **/
373
+ announcementDepositBase: bigint;
374
+
375
+ /**
376
+ * The amount of currency needed per announcement made.
377
+ *
378
+ * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes)
379
+ * into a pre-existing storage value.
380
+ **/
381
+ announcementDepositFactor: bigint;
382
+
383
+ /**
384
+ * Generic pallet constant
385
+ **/
386
+ [name: string]: any;
387
+ };
388
+ /**
389
+ * Pallet `ToWestendXcmRouter`'s constants
390
+ **/
391
+ toWestendXcmRouter: {
392
+ /**
393
+ * Generic pallet constant
394
+ **/
395
+ [name: string]: any;
396
+ };
397
+ /**
398
+ * Pallet `Assets`'s constants
399
+ **/
400
+ assets: {
401
+ /**
402
+ * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call.
403
+ *
404
+ * Must be configured to result in a weight that makes each call fit in a block.
405
+ **/
406
+ removeItemsLimit: number;
407
+
408
+ /**
409
+ * The basic amount of funds that must be reserved for an asset.
410
+ **/
411
+ assetDeposit: bigint;
412
+
413
+ /**
414
+ * The amount of funds that must be reserved for a non-provider asset account to be
415
+ * maintained.
416
+ **/
417
+ assetAccountDeposit: bigint;
418
+
419
+ /**
420
+ * The basic amount of funds that must be reserved when adding metadata to your asset.
421
+ **/
422
+ metadataDepositBase: bigint;
423
+
424
+ /**
425
+ * The additional funds that must be reserved for the number of bytes you store in your
426
+ * metadata.
427
+ **/
428
+ metadataDepositPerByte: bigint;
429
+
430
+ /**
431
+ * The amount of funds that must be reserved when creating a new approval.
432
+ **/
433
+ approvalDeposit: bigint;
434
+
435
+ /**
436
+ * The maximum length of a name or symbol stored on-chain.
437
+ **/
438
+ stringLimit: number;
439
+
440
+ /**
441
+ * Generic pallet constant
442
+ **/
443
+ [name: string]: any;
444
+ };
445
+ /**
446
+ * Pallet `Uniques`'s constants
447
+ **/
448
+ uniques: {
449
+ /**
450
+ * The basic amount of funds that must be reserved for collection.
451
+ **/
452
+ collectionDeposit: bigint;
453
+
454
+ /**
455
+ * The basic amount of funds that must be reserved for an item.
456
+ **/
457
+ itemDeposit: bigint;
458
+
459
+ /**
460
+ * The basic amount of funds that must be reserved when adding metadata to your item.
461
+ **/
462
+ metadataDepositBase: bigint;
463
+
464
+ /**
465
+ * The basic amount of funds that must be reserved when adding an attribute to an item.
466
+ **/
467
+ attributeDepositBase: bigint;
468
+
469
+ /**
470
+ * The additional funds that must be reserved for the number of bytes store in metadata,
471
+ * either "normal" metadata or attribute metadata.
472
+ **/
473
+ depositPerByte: bigint;
474
+
475
+ /**
476
+ * The maximum length of data stored on-chain.
477
+ **/
478
+ stringLimit: number;
479
+
480
+ /**
481
+ * The maximum length of an attribute key.
482
+ **/
483
+ keyLimit: number;
484
+
485
+ /**
486
+ * The maximum length of an attribute value.
487
+ **/
488
+ valueLimit: number;
489
+
490
+ /**
491
+ * Generic pallet constant
492
+ **/
493
+ [name: string]: any;
494
+ };
495
+ /**
496
+ * Pallet `Nfts`'s constants
497
+ **/
498
+ nfts: {
499
+ /**
500
+ * The basic amount of funds that must be reserved for collection.
501
+ **/
502
+ collectionDeposit: bigint;
503
+
504
+ /**
505
+ * The basic amount of funds that must be reserved for an item.
506
+ **/
507
+ itemDeposit: bigint;
508
+
509
+ /**
510
+ * The basic amount of funds that must be reserved when adding metadata to your item.
511
+ **/
512
+ metadataDepositBase: bigint;
513
+
514
+ /**
515
+ * The basic amount of funds that must be reserved when adding an attribute to an item.
516
+ **/
517
+ attributeDepositBase: bigint;
518
+
519
+ /**
520
+ * The additional funds that must be reserved for the number of bytes store in metadata,
521
+ * either "normal" metadata or attribute metadata.
522
+ **/
523
+ depositPerByte: bigint;
524
+
525
+ /**
526
+ * The maximum length of data stored on-chain.
527
+ **/
528
+ stringLimit: number;
529
+
530
+ /**
531
+ * The maximum length of an attribute key.
532
+ **/
533
+ keyLimit: number;
534
+
535
+ /**
536
+ * The maximum length of an attribute value.
537
+ **/
538
+ valueLimit: number;
539
+
540
+ /**
541
+ * The maximum approvals an item could have.
542
+ **/
543
+ approvalsLimit: number;
544
+
545
+ /**
546
+ * The maximum attributes approvals an item could have.
547
+ **/
548
+ itemAttributesApprovalsLimit: number;
549
+
550
+ /**
551
+ * The max number of tips a user could send.
552
+ **/
553
+ maxTips: number;
554
+
555
+ /**
556
+ * The max duration in blocks for deadlines.
557
+ **/
558
+ maxDeadlineDuration: number;
559
+
560
+ /**
561
+ * The max number of attributes a user could set per call.
562
+ **/
563
+ maxAttributesPerCall: number;
564
+
565
+ /**
566
+ * Disables some of pallet's features.
567
+ **/
568
+ features: PalletNftsBitFlagsPalletFeature;
569
+
570
+ /**
571
+ * Generic pallet constant
572
+ **/
573
+ [name: string]: any;
574
+ };
575
+ /**
576
+ * Pallet `ForeignAssets`'s constants
577
+ **/
578
+ foreignAssets: {
579
+ /**
580
+ * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call.
581
+ *
582
+ * Must be configured to result in a weight that makes each call fit in a block.
583
+ **/
584
+ removeItemsLimit: number;
585
+
586
+ /**
587
+ * The basic amount of funds that must be reserved for an asset.
588
+ **/
589
+ assetDeposit: bigint;
590
+
591
+ /**
592
+ * The amount of funds that must be reserved for a non-provider asset account to be
593
+ * maintained.
594
+ **/
595
+ assetAccountDeposit: bigint;
596
+
597
+ /**
598
+ * The basic amount of funds that must be reserved when adding metadata to your asset.
599
+ **/
600
+ metadataDepositBase: bigint;
601
+
602
+ /**
603
+ * The additional funds that must be reserved for the number of bytes you store in your
604
+ * metadata.
605
+ **/
606
+ metadataDepositPerByte: bigint;
607
+
608
+ /**
609
+ * The amount of funds that must be reserved when creating a new approval.
610
+ **/
611
+ approvalDeposit: bigint;
612
+
613
+ /**
614
+ * The maximum length of a name or symbol stored on-chain.
615
+ **/
616
+ stringLimit: number;
617
+
618
+ /**
619
+ * Generic pallet constant
620
+ **/
621
+ [name: string]: any;
622
+ };
623
+ /**
624
+ * Pallet `NftFractionalization`'s constants
625
+ **/
626
+ nftFractionalization: {
627
+ /**
628
+ * The deposit paid by the user locking an NFT. The deposit is returned to the original NFT
629
+ * owner when the asset is unified and the NFT is unlocked.
630
+ **/
631
+ deposit: bigint;
632
+
633
+ /**
634
+ * The pallet's id, used for deriving its sovereign account ID.
635
+ **/
636
+ palletId: FrameSupportPalletId;
637
+
638
+ /**
639
+ * The newly created asset's symbol.
640
+ **/
641
+ newAssetSymbol: Bytes;
642
+
643
+ /**
644
+ * The newly created asset's name.
645
+ **/
646
+ newAssetName: Bytes;
647
+
648
+ /**
649
+ * The maximum length of a name or symbol stored on-chain.
650
+ **/
651
+ stringLimit: number;
652
+
653
+ /**
654
+ * Generic pallet constant
655
+ **/
656
+ [name: string]: any;
657
+ };
658
+ /**
659
+ * Pallet `PoolAssets`'s constants
660
+ **/
661
+ poolAssets: {
662
+ /**
663
+ * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call.
664
+ *
665
+ * Must be configured to result in a weight that makes each call fit in a block.
666
+ **/
667
+ removeItemsLimit: number;
668
+
669
+ /**
670
+ * The basic amount of funds that must be reserved for an asset.
671
+ **/
672
+ assetDeposit: bigint;
673
+
674
+ /**
675
+ * The amount of funds that must be reserved for a non-provider asset account to be
676
+ * maintained.
677
+ **/
678
+ assetAccountDeposit: bigint;
679
+
680
+ /**
681
+ * The basic amount of funds that must be reserved when adding metadata to your asset.
682
+ **/
683
+ metadataDepositBase: bigint;
684
+
685
+ /**
686
+ * The additional funds that must be reserved for the number of bytes you store in your
687
+ * metadata.
688
+ **/
689
+ metadataDepositPerByte: bigint;
690
+
691
+ /**
692
+ * The amount of funds that must be reserved when creating a new approval.
693
+ **/
694
+ approvalDeposit: bigint;
695
+
696
+ /**
697
+ * The maximum length of a name or symbol stored on-chain.
698
+ **/
699
+ stringLimit: number;
700
+
701
+ /**
702
+ * Generic pallet constant
703
+ **/
704
+ [name: string]: any;
705
+ };
706
+ /**
707
+ * Pallet `AssetConversion`'s constants
708
+ **/
709
+ assetConversion: {
710
+ /**
711
+ * A % the liquidity providers will take of every swap. Represents 10ths of a percent.
712
+ **/
713
+ lpFee: number;
714
+
715
+ /**
716
+ * A one-time fee to setup the pool.
717
+ **/
718
+ poolSetupFee: bigint;
719
+
720
+ /**
721
+ * Asset class from [`Config::Assets`] used to pay the [`Config::PoolSetupFee`].
722
+ **/
723
+ poolSetupFeeAsset: StagingXcmV3MultilocationMultiLocation;
724
+
725
+ /**
726
+ * A fee to withdraw the liquidity.
727
+ **/
728
+ liquidityWithdrawalFee: Permill;
729
+
730
+ /**
731
+ * The minimum LP token amount that could be minted. Ameliorates rounding errors.
732
+ **/
733
+ mintMinLiquidity: bigint;
734
+
735
+ /**
736
+ * The max number of hops in a swap.
737
+ **/
738
+ maxSwapPathLength: number;
739
+
740
+ /**
741
+ * The pallet's id, used for deriving its sovereign account ID.
742
+ **/
743
+ palletId: FrameSupportPalletId;
744
+
745
+ /**
746
+ * Generic pallet constant
747
+ **/
748
+ [name: string]: any;
749
+ };
658
750
  }