@dedot/chaintypes 0.0.1-alpha.8 → 0.0.1-alpha.80

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 (298) hide show
  1. package/README.md +3 -1
  2. package/aleph/consts.d.ts +675 -532
  3. package/aleph/errors.d.ts +1053 -821
  4. package/aleph/events.d.ts +1144 -940
  5. package/aleph/index.d.ts +19 -11
  6. package/aleph/json-rpc.d.ts +85 -0
  7. package/aleph/query.d.ts +1572 -1270
  8. package/aleph/runtime.d.ts +595 -409
  9. package/aleph/tx.d.ts +3439 -2205
  10. package/aleph/types.d.ts +3756 -5365
  11. package/astar/consts.d.ts +694 -678
  12. package/astar/errors.d.ts +1468 -1316
  13. package/astar/events.d.ts +1745 -1630
  14. package/astar/index.d.ts +19 -11
  15. package/astar/json-rpc.d.ts +82 -0
  16. package/astar/query.d.ts +1761 -1473
  17. package/astar/runtime.d.ts +769 -261
  18. package/astar/tx.d.ts +4423 -4809
  19. package/astar/types.d.ts +6088 -12266
  20. package/index.d.ts +1 -0
  21. package/index.ts +11 -0
  22. package/kusama/consts.d.ts +1577 -1426
  23. package/kusama/errors.d.ts +3151 -2493
  24. package/kusama/events.d.ts +3323 -2704
  25. package/kusama/index.d.ts +19 -11
  26. package/kusama/json-rpc.d.ts +103 -0
  27. package/kusama/query.d.ts +4228 -3250
  28. package/kusama/runtime.d.ts +1195 -843
  29. package/kusama/tx.d.ts +9039 -6013
  30. package/kusama/types.d.ts +10866 -15400
  31. package/kusamaAssetHub/consts.d.ts +758 -631
  32. package/kusamaAssetHub/errors.d.ts +1493 -1163
  33. package/kusamaAssetHub/events.d.ts +2369 -2040
  34. package/kusamaAssetHub/index.d.ts +19 -11
  35. package/kusamaAssetHub/json-rpc.d.ts +89 -0
  36. package/kusamaAssetHub/query.d.ts +1661 -1300
  37. package/kusamaAssetHub/runtime.d.ts +554 -401
  38. package/kusamaAssetHub/tx.d.ts +6191 -4216
  39. package/kusamaAssetHub/types.d.ts +6551 -10138
  40. package/moonbeam/consts.d.ts +1022 -960
  41. package/moonbeam/errors.d.ts +1938 -1796
  42. package/moonbeam/events.d.ts +2832 -2685
  43. package/moonbeam/index.d.ts +19 -11
  44. package/moonbeam/json-rpc.d.ts +137 -0
  45. package/moonbeam/query.d.ts +2396 -2026
  46. package/moonbeam/runtime.d.ts +686 -505
  47. package/moonbeam/tx.d.ts +6368 -5204
  48. package/moonbeam/types.d.ts +7782 -12033
  49. package/package.json +8 -16
  50. package/polkadot/consts.d.ts +1312 -1159
  51. package/polkadot/errors.d.ts +2574 -2019
  52. package/polkadot/events.d.ts +2591 -2069
  53. package/polkadot/index.d.ts +19 -11
  54. package/polkadot/json-rpc.d.ts +103 -0
  55. package/polkadot/query.d.ts +3692 -2810
  56. package/polkadot/runtime.d.ts +1195 -843
  57. package/polkadot/tx.d.ts +7705 -5008
  58. package/polkadot/types.d.ts +9490 -13326
  59. package/polkadotAssetHub/consts.d.ts +723 -523
  60. package/polkadotAssetHub/errors.d.ts +1464 -924
  61. package/polkadotAssetHub/events.d.ts +2346 -1671
  62. package/polkadotAssetHub/index.d.ts +19 -11
  63. package/polkadotAssetHub/json-rpc.d.ts +89 -0
  64. package/polkadotAssetHub/query.d.ts +1639 -1221
  65. package/polkadotAssetHub/runtime.d.ts +557 -358
  66. package/polkadotAssetHub/tx.d.ts +6120 -3491
  67. package/polkadotAssetHub/types.d.ts +6474 -8899
  68. package/rococo/consts.d.ts +1423 -0
  69. package/rococo/errors.d.ts +2783 -0
  70. package/rococo/events.d.ts +3361 -0
  71. package/rococo/index.d.ts +27 -0
  72. package/rococo/json-rpc.d.ts +103 -0
  73. package/rococo/query.d.ts +3535 -0
  74. package/rococo/runtime.d.ts +1217 -0
  75. package/rococo/tx.d.ts +10657 -0
  76. package/rococo/types.d.ts +14776 -0
  77. package/rococoAssetHub/consts.d.ts +820 -657
  78. package/rococoAssetHub/errors.d.ts +1567 -1230
  79. package/rococoAssetHub/events.d.ts +2382 -2040
  80. package/rococoAssetHub/index.d.ts +19 -11
  81. package/rococoAssetHub/json-rpc.d.ts +89 -0
  82. package/rococoAssetHub/query.d.ts +1694 -1268
  83. package/rococoAssetHub/runtime.d.ts +578 -427
  84. package/rococoAssetHub/tx.d.ts +9171 -4306
  85. package/rococoAssetHub/types.d.ts +12252 -10796
  86. package/substrate/consts.d.ts +2222 -1970
  87. package/substrate/errors.d.ts +4022 -3336
  88. package/substrate/events.d.ts +4924 -4271
  89. package/substrate/index.d.ts +19 -11
  90. package/substrate/json-rpc.d.ts +101 -0
  91. package/substrate/query.d.ts +4082 -3349
  92. package/substrate/runtime.d.ts +970 -707
  93. package/substrate/tx.d.ts +12500 -8799
  94. package/substrate/types.d.ts +12809 -19761
  95. package/westendAssetHub/consts.d.ts +786 -657
  96. package/westendAssetHub/errors.d.ts +1522 -1230
  97. package/westendAssetHub/events.d.ts +2345 -2040
  98. package/westendAssetHub/index.d.ts +19 -11
  99. package/westendAssetHub/json-rpc.d.ts +89 -0
  100. package/westendAssetHub/query.d.ts +1655 -1268
  101. package/westendAssetHub/runtime.d.ts +651 -455
  102. package/westendAssetHub/tx.d.ts +8983 -4306
  103. package/westendAssetHub/types.d.ts +12027 -10797
  104. package/aleph/consts.js +0 -2
  105. package/aleph/errors.js +0 -2
  106. package/aleph/events.js +0 -2
  107. package/aleph/index.js +0 -3
  108. package/aleph/query.js +0 -2
  109. package/aleph/rpc.d.ts +0 -575
  110. package/aleph/rpc.js +0 -2
  111. package/aleph/runtime.js +0 -2
  112. package/aleph/tx.js +0 -2
  113. package/aleph/types.js +0 -2
  114. package/astar/consts.js +0 -2
  115. package/astar/errors.js +0 -2
  116. package/astar/events.js +0 -2
  117. package/astar/index.js +0 -3
  118. package/astar/query.js +0 -2
  119. package/astar/rpc.d.ts +0 -775
  120. package/astar/rpc.js +0 -2
  121. package/astar/runtime.js +0 -2
  122. package/astar/tx.js +0 -2
  123. package/astar/types.js +0 -2
  124. package/cjs/aleph/consts.js +0 -3
  125. package/cjs/aleph/errors.js +0 -3
  126. package/cjs/aleph/events.js +0 -3
  127. package/cjs/aleph/index.js +0 -19
  128. package/cjs/aleph/query.js +0 -3
  129. package/cjs/aleph/rpc.js +0 -3
  130. package/cjs/aleph/runtime.js +0 -3
  131. package/cjs/aleph/tx.js +0 -3
  132. package/cjs/aleph/types.js +0 -3
  133. package/cjs/astar/consts.js +0 -3
  134. package/cjs/astar/errors.js +0 -3
  135. package/cjs/astar/events.js +0 -3
  136. package/cjs/astar/index.js +0 -19
  137. package/cjs/astar/query.js +0 -3
  138. package/cjs/astar/rpc.js +0 -3
  139. package/cjs/astar/runtime.js +0 -3
  140. package/cjs/astar/tx.js +0 -3
  141. package/cjs/astar/types.js +0 -3
  142. package/cjs/index.js +0 -2
  143. package/cjs/kusama/consts.js +0 -3
  144. package/cjs/kusama/errors.js +0 -3
  145. package/cjs/kusama/events.js +0 -3
  146. package/cjs/kusama/index.js +0 -19
  147. package/cjs/kusama/query.js +0 -3
  148. package/cjs/kusama/rpc.js +0 -3
  149. package/cjs/kusama/runtime.js +0 -3
  150. package/cjs/kusama/tx.js +0 -3
  151. package/cjs/kusama/types.js +0 -3
  152. package/cjs/kusamaAssetHub/consts.js +0 -3
  153. package/cjs/kusamaAssetHub/errors.js +0 -3
  154. package/cjs/kusamaAssetHub/events.js +0 -3
  155. package/cjs/kusamaAssetHub/index.js +0 -19
  156. package/cjs/kusamaAssetHub/query.js +0 -3
  157. package/cjs/kusamaAssetHub/rpc.js +0 -3
  158. package/cjs/kusamaAssetHub/runtime.js +0 -3
  159. package/cjs/kusamaAssetHub/tx.js +0 -3
  160. package/cjs/kusamaAssetHub/types.js +0 -3
  161. package/cjs/moonbeam/consts.js +0 -3
  162. package/cjs/moonbeam/errors.js +0 -3
  163. package/cjs/moonbeam/events.js +0 -3
  164. package/cjs/moonbeam/index.js +0 -19
  165. package/cjs/moonbeam/query.js +0 -3
  166. package/cjs/moonbeam/rpc.js +0 -3
  167. package/cjs/moonbeam/runtime.js +0 -3
  168. package/cjs/moonbeam/tx.js +0 -3
  169. package/cjs/moonbeam/types.js +0 -3
  170. package/cjs/package.json +0 -1
  171. package/cjs/packageInfo.js +0 -5
  172. package/cjs/polkadot/consts.js +0 -3
  173. package/cjs/polkadot/errors.js +0 -3
  174. package/cjs/polkadot/events.js +0 -3
  175. package/cjs/polkadot/index.js +0 -19
  176. package/cjs/polkadot/query.js +0 -3
  177. package/cjs/polkadot/rpc.js +0 -3
  178. package/cjs/polkadot/runtime.js +0 -3
  179. package/cjs/polkadot/tx.js +0 -3
  180. package/cjs/polkadot/types.js +0 -3
  181. package/cjs/polkadotAssetHub/consts.js +0 -3
  182. package/cjs/polkadotAssetHub/errors.js +0 -3
  183. package/cjs/polkadotAssetHub/events.js +0 -3
  184. package/cjs/polkadotAssetHub/index.js +0 -19
  185. package/cjs/polkadotAssetHub/query.js +0 -3
  186. package/cjs/polkadotAssetHub/rpc.js +0 -3
  187. package/cjs/polkadotAssetHub/runtime.js +0 -3
  188. package/cjs/polkadotAssetHub/tx.js +0 -3
  189. package/cjs/polkadotAssetHub/types.js +0 -3
  190. package/cjs/rococoAssetHub/consts.js +0 -3
  191. package/cjs/rococoAssetHub/errors.js +0 -3
  192. package/cjs/rococoAssetHub/events.js +0 -3
  193. package/cjs/rococoAssetHub/index.js +0 -19
  194. package/cjs/rococoAssetHub/query.js +0 -3
  195. package/cjs/rococoAssetHub/rpc.js +0 -3
  196. package/cjs/rococoAssetHub/runtime.js +0 -3
  197. package/cjs/rococoAssetHub/tx.js +0 -3
  198. package/cjs/rococoAssetHub/types.js +0 -3
  199. package/cjs/substrate/consts.js +0 -3
  200. package/cjs/substrate/errors.js +0 -3
  201. package/cjs/substrate/events.js +0 -3
  202. package/cjs/substrate/index.js +0 -19
  203. package/cjs/substrate/query.js +0 -3
  204. package/cjs/substrate/rpc.js +0 -3
  205. package/cjs/substrate/runtime.js +0 -3
  206. package/cjs/substrate/tx.js +0 -3
  207. package/cjs/substrate/types.js +0 -3
  208. package/cjs/westendAssetHub/consts.js +0 -3
  209. package/cjs/westendAssetHub/errors.js +0 -3
  210. package/cjs/westendAssetHub/events.js +0 -3
  211. package/cjs/westendAssetHub/index.js +0 -19
  212. package/cjs/westendAssetHub/query.js +0 -3
  213. package/cjs/westendAssetHub/rpc.js +0 -3
  214. package/cjs/westendAssetHub/runtime.js +0 -3
  215. package/cjs/westendAssetHub/tx.js +0 -3
  216. package/cjs/westendAssetHub/types.js +0 -3
  217. package/kusama/consts.js +0 -2
  218. package/kusama/errors.js +0 -2
  219. package/kusama/events.js +0 -2
  220. package/kusama/index.js +0 -3
  221. package/kusama/query.js +0 -2
  222. package/kusama/rpc.d.ts +0 -726
  223. package/kusama/rpc.js +0 -2
  224. package/kusama/runtime.js +0 -2
  225. package/kusama/tx.js +0 -2
  226. package/kusama/types.js +0 -2
  227. package/kusamaAssetHub/consts.js +0 -2
  228. package/kusamaAssetHub/errors.js +0 -2
  229. package/kusamaAssetHub/events.js +0 -2
  230. package/kusamaAssetHub/index.js +0 -3
  231. package/kusamaAssetHub/query.js +0 -2
  232. package/kusamaAssetHub/rpc.d.ts +0 -590
  233. package/kusamaAssetHub/rpc.js +0 -2
  234. package/kusamaAssetHub/runtime.js +0 -2
  235. package/kusamaAssetHub/tx.js +0 -2
  236. package/kusamaAssetHub/types.js +0 -2
  237. package/moonbeam/consts.js +0 -2
  238. package/moonbeam/errors.js +0 -2
  239. package/moonbeam/events.js +0 -2
  240. package/moonbeam/index.js +0 -3
  241. package/moonbeam/query.js +0 -2
  242. package/moonbeam/rpc.d.ts +0 -809
  243. package/moonbeam/rpc.js +0 -2
  244. package/moonbeam/runtime.js +0 -2
  245. package/moonbeam/tx.js +0 -2
  246. package/moonbeam/types.js +0 -2
  247. package/packageInfo.d.ts +0 -4
  248. package/packageInfo.js +0 -2
  249. package/polkadot/consts.js +0 -2
  250. package/polkadot/errors.js +0 -2
  251. package/polkadot/events.js +0 -2
  252. package/polkadot/index.js +0 -3
  253. package/polkadot/query.js +0 -2
  254. package/polkadot/rpc.d.ts +0 -726
  255. package/polkadot/rpc.js +0 -2
  256. package/polkadot/runtime.js +0 -2
  257. package/polkadot/tx.js +0 -2
  258. package/polkadot/types.js +0 -2
  259. package/polkadotAssetHub/consts.js +0 -2
  260. package/polkadotAssetHub/errors.js +0 -2
  261. package/polkadotAssetHub/events.js +0 -2
  262. package/polkadotAssetHub/index.js +0 -3
  263. package/polkadotAssetHub/query.js +0 -2
  264. package/polkadotAssetHub/rpc.d.ts +0 -590
  265. package/polkadotAssetHub/rpc.js +0 -2
  266. package/polkadotAssetHub/runtime.js +0 -2
  267. package/polkadotAssetHub/tx.js +0 -2
  268. package/polkadotAssetHub/types.js +0 -2
  269. package/rococoAssetHub/consts.js +0 -2
  270. package/rococoAssetHub/errors.js +0 -2
  271. package/rococoAssetHub/events.js +0 -2
  272. package/rococoAssetHub/index.js +0 -3
  273. package/rococoAssetHub/query.js +0 -2
  274. package/rococoAssetHub/rpc.d.ts +0 -590
  275. package/rococoAssetHub/rpc.js +0 -2
  276. package/rococoAssetHub/runtime.js +0 -2
  277. package/rococoAssetHub/tx.js +0 -2
  278. package/rococoAssetHub/types.js +0 -2
  279. package/substrate/consts.js +0 -2
  280. package/substrate/errors.js +0 -2
  281. package/substrate/events.js +0 -2
  282. package/substrate/index.js +0 -3
  283. package/substrate/query.js +0 -2
  284. package/substrate/rpc.d.ts +0 -718
  285. package/substrate/rpc.js +0 -2
  286. package/substrate/runtime.js +0 -2
  287. package/substrate/tx.js +0 -2
  288. package/substrate/types.js +0 -2
  289. package/westendAssetHub/consts.js +0 -2
  290. package/westendAssetHub/errors.js +0 -2
  291. package/westendAssetHub/events.js +0 -2
  292. package/westendAssetHub/index.js +0 -3
  293. package/westendAssetHub/query.js +0 -2
  294. package/westendAssetHub/rpc.d.ts +0 -590
  295. package/westendAssetHub/rpc.js +0 -2
  296. package/westendAssetHub/runtime.js +0 -2
  297. package/westendAssetHub/tx.js +0 -2
  298. package/westendAssetHub/types.js +0 -2
@@ -1,524 +1,724 @@
1
- import type { GenericChainConsts } from '@dedot/types';
2
- import type { RuntimeVersion } from '@dedot/codecs';
3
- import type { FrameSystemLimitsBlockWeights, FrameSystemLimitsBlockLength, SpWeightsRuntimeDbWeight, PalletNftsBitFlagsPalletFeature } from './types';
4
- export interface ChainConsts extends GenericChainConsts {
5
- /**
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 holds that can exist on an account at any time.
104
- **/
105
- maxHolds: number;
106
- /**
107
- * The maximum number of individual freeze locks that can exist on an account at any time.
108
- **/
109
- maxFreezes: number;
110
- /**
111
- * Generic pallet constant
112
- **/
113
- [name: string]: any;
114
- };
115
- /**
116
- * Pallet `TransactionPayment`'s constants
117
- **/
118
- transactionPayment: {
119
- /**
120
- * A fee mulitplier for `Operational` extrinsics to compute "virtual tip" to boost their
121
- * `priority`
122
- *
123
- * This value is multipled by the `final_fee` to obtain a "virtual tip" that is later
124
- * added to a tip component in regular `priority` calculations.
125
- * It means that a `Normal` transaction can front-run a similarly-sized `Operational`
126
- * extrinsic (with no tip), by including a tip value greater than the virtual tip.
127
- *
128
- * ```rust,ignore
129
- * // For `Normal`
130
- * let priority = priority_calc(tip);
131
- *
132
- * // For `Operational`
133
- * let virtual_tip = (inclusion_fee + tip) * OperationalFeeMultiplier;
134
- * let priority = priority_calc(tip + virtual_tip);
135
- * ```
136
- *
137
- * Note that since we use `final_fee` the multiplier applies also to the regular `tip`
138
- * sent with the transaction. So, not only does the transaction get a priority bump based
139
- * on the `inclusion_fee`, but we also amplify the impact of tips applied to `Operational`
140
- * transactions.
141
- **/
142
- operationalFeeMultiplier: number;
143
- /**
144
- * Generic pallet constant
145
- **/
146
- [name: string]: any;
147
- };
148
- /**
149
- * Pallet `AssetTxPayment`'s constants
150
- **/
151
- assetTxPayment: {
152
- /**
153
- * Generic pallet constant
154
- **/
155
- [name: string]: any;
156
- };
157
- /**
158
- * Pallet `Authorship`'s constants
159
- **/
160
- authorship: {
161
- /**
162
- * Generic pallet constant
163
- **/
164
- [name: string]: any;
165
- };
166
- /**
167
- * Pallet `CollatorSelection`'s constants
168
- **/
169
- collatorSelection: {
170
- /**
171
- * Generic pallet constant
172
- **/
173
- [name: string]: any;
174
- };
175
- /**
176
- * Pallet `Session`'s constants
177
- **/
178
- session: {
179
- /**
180
- * Generic pallet constant
181
- **/
182
- [name: string]: any;
183
- };
184
- /**
185
- * Pallet `Aura`'s constants
186
- **/
187
- aura: {
188
- /**
189
- * Generic pallet constant
190
- **/
191
- [name: string]: any;
192
- };
193
- /**
194
- * Pallet `AuraExt`'s constants
195
- **/
196
- auraExt: {
197
- /**
198
- * Generic pallet constant
199
- **/
200
- [name: string]: any;
201
- };
202
- /**
203
- * Pallet `XcmpQueue`'s constants
204
- **/
205
- xcmpQueue: {
206
- /**
207
- * Generic pallet constant
208
- **/
209
- [name: string]: any;
210
- };
211
- /**
212
- * Pallet `PolkadotXcm`'s constants
213
- **/
214
- polkadotXcm: {
215
- /**
216
- * Generic pallet constant
217
- **/
218
- [name: string]: any;
219
- };
220
- /**
221
- * Pallet `CumulusXcm`'s constants
222
- **/
223
- cumulusXcm: {
224
- /**
225
- * Generic pallet constant
226
- **/
227
- [name: string]: any;
228
- };
229
- /**
230
- * Pallet `DmpQueue`'s constants
231
- **/
232
- dmpQueue: {
233
- /**
234
- * Generic pallet constant
235
- **/
236
- [name: string]: any;
237
- };
238
- /**
239
- * Pallet `ToKusamaXcmRouter`'s constants
240
- **/
241
- toKusamaXcmRouter: {
242
- /**
243
- * Generic pallet constant
244
- **/
245
- [name: string]: any;
246
- };
247
- /**
248
- * Pallet `Utility`'s constants
249
- **/
250
- utility: {
251
- /**
252
- * The limit on the number of batched calls.
253
- **/
254
- batchedCallsLimit: number;
255
- /**
256
- * Generic pallet constant
257
- **/
258
- [name: string]: any;
259
- };
260
- /**
261
- * Pallet `Multisig`'s constants
262
- **/
263
- multisig: {
264
- /**
265
- * The base amount of currency needed to reserve for creating a multisig execution or to
266
- * store a dispatch call for later.
267
- *
268
- * This is held for an additional storage item whose value size is
269
- * `4 + sizeof((BlockNumber, Balance, AccountId))` bytes and whose key size is
270
- * `32 + sizeof(AccountId)` bytes.
271
- **/
272
- depositBase: bigint;
273
- /**
274
- * The amount of currency needed per unit threshold when creating a multisig execution.
275
- *
276
- * This is held for adding 32 bytes more into a pre-existing storage value.
277
- **/
278
- depositFactor: bigint;
279
- /**
280
- * The maximum amount of signatories allowed in the multisig.
281
- **/
282
- maxSignatories: number;
283
- /**
284
- * Generic pallet constant
285
- **/
286
- [name: string]: any;
287
- };
288
- /**
289
- * Pallet `Proxy`'s constants
290
- **/
291
- proxy: {
292
- /**
293
- * The base amount of currency needed to reserve for creating a proxy.
294
- *
295
- * This is held for an additional storage item whose value size is
296
- * `sizeof(Balance)` bytes and whose key size is `sizeof(AccountId)` bytes.
297
- **/
298
- proxyDepositBase: bigint;
299
- /**
300
- * The amount of currency needed per proxy added.
301
- *
302
- * This is held for adding 32 bytes plus an instance of `ProxyType` more into a
303
- * pre-existing storage value. Thus, when configuring `ProxyDepositFactor` one should take
304
- * into account `32 + proxy_type.encode().len()` bytes of data.
305
- **/
306
- proxyDepositFactor: bigint;
307
- /**
308
- * The maximum amount of proxies allowed for a single account.
309
- **/
310
- maxProxies: number;
311
- /**
312
- * The maximum amount of time-delayed announcements that are allowed to be pending.
313
- **/
314
- maxPending: number;
315
- /**
316
- * The base amount of currency needed to reserve for creating an announcement.
317
- *
318
- * This is held when a new storage item holding a `Balance` is created (typically 16
319
- * bytes).
320
- **/
321
- announcementDepositBase: bigint;
322
- /**
323
- * The amount of currency needed per announcement made.
324
- *
325
- * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes)
326
- * into a pre-existing storage value.
327
- **/
328
- announcementDepositFactor: bigint;
329
- /**
330
- * Generic pallet constant
331
- **/
332
- [name: string]: any;
333
- };
334
- /**
335
- * Pallet `Assets`'s constants
336
- **/
337
- assets: {
338
- /**
339
- * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call.
340
- *
341
- * Must be configured to result in a weight that makes each call fit in a block.
342
- **/
343
- removeItemsLimit: number;
344
- /**
345
- * The basic amount of funds that must be reserved for an asset.
346
- **/
347
- assetDeposit: bigint;
348
- /**
349
- * The amount of funds that must be reserved for a non-provider asset account to be
350
- * maintained.
351
- **/
352
- assetAccountDeposit: bigint;
353
- /**
354
- * The basic amount of funds that must be reserved when adding metadata to your asset.
355
- **/
356
- metadataDepositBase: bigint;
357
- /**
358
- * The additional funds that must be reserved for the number of bytes you store in your
359
- * metadata.
360
- **/
361
- metadataDepositPerByte: bigint;
362
- /**
363
- * The amount of funds that must be reserved when creating a new approval.
364
- **/
365
- approvalDeposit: bigint;
366
- /**
367
- * The maximum length of a name or symbol stored on-chain.
368
- **/
369
- stringLimit: number;
370
- /**
371
- * Generic pallet constant
372
- **/
373
- [name: string]: any;
374
- };
375
- /**
376
- * Pallet `Uniques`'s constants
377
- **/
378
- uniques: {
379
- /**
380
- * The basic amount of funds that must be reserved for collection.
381
- **/
382
- collectionDeposit: bigint;
383
- /**
384
- * The basic amount of funds that must be reserved for an item.
385
- **/
386
- itemDeposit: bigint;
387
- /**
388
- * The basic amount of funds that must be reserved when adding metadata to your item.
389
- **/
390
- metadataDepositBase: bigint;
391
- /**
392
- * The basic amount of funds that must be reserved when adding an attribute to an item.
393
- **/
394
- attributeDepositBase: bigint;
395
- /**
396
- * The additional funds that must be reserved for the number of bytes store in metadata,
397
- * either "normal" metadata or attribute metadata.
398
- **/
399
- depositPerByte: bigint;
400
- /**
401
- * The maximum length of data stored on-chain.
402
- **/
403
- stringLimit: number;
404
- /**
405
- * The maximum length of an attribute key.
406
- **/
407
- keyLimit: number;
408
- /**
409
- * The maximum length of an attribute value.
410
- **/
411
- valueLimit: number;
412
- /**
413
- * Generic pallet constant
414
- **/
415
- [name: string]: any;
416
- };
417
- /**
418
- * Pallet `Nfts`'s constants
419
- **/
420
- nfts: {
421
- /**
422
- * The basic amount of funds that must be reserved for collection.
423
- **/
424
- collectionDeposit: bigint;
425
- /**
426
- * The basic amount of funds that must be reserved for an item.
427
- **/
428
- itemDeposit: bigint;
429
- /**
430
- * The basic amount of funds that must be reserved when adding metadata to your item.
431
- **/
432
- metadataDepositBase: bigint;
433
- /**
434
- * The basic amount of funds that must be reserved when adding an attribute to an item.
435
- **/
436
- attributeDepositBase: bigint;
437
- /**
438
- * The additional funds that must be reserved for the number of bytes store in metadata,
439
- * either "normal" metadata or attribute metadata.
440
- **/
441
- depositPerByte: bigint;
442
- /**
443
- * The maximum length of data stored on-chain.
444
- **/
445
- stringLimit: number;
446
- /**
447
- * The maximum length of an attribute key.
448
- **/
449
- keyLimit: number;
450
- /**
451
- * The maximum length of an attribute value.
452
- **/
453
- valueLimit: number;
454
- /**
455
- * The maximum approvals an item could have.
456
- **/
457
- approvalsLimit: number;
458
- /**
459
- * The maximum attributes approvals an item could have.
460
- **/
461
- itemAttributesApprovalsLimit: number;
462
- /**
463
- * The max number of tips a user could send.
464
- **/
465
- maxTips: number;
466
- /**
467
- * The max duration in blocks for deadlines.
468
- **/
469
- maxDeadlineDuration: number;
470
- /**
471
- * The max number of attributes a user could set per call.
472
- **/
473
- maxAttributesPerCall: number;
474
- /**
475
- * Disables some of pallet's features.
476
- **/
477
- features: PalletNftsBitFlagsPalletFeature;
478
- /**
479
- * Generic pallet constant
480
- **/
481
- [name: string]: any;
482
- };
483
- /**
484
- * Pallet `ForeignAssets`'s constants
485
- **/
486
- foreignAssets: {
487
- /**
488
- * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call.
489
- *
490
- * Must be configured to result in a weight that makes each call fit in a block.
491
- **/
492
- removeItemsLimit: number;
493
- /**
494
- * The basic amount of funds that must be reserved for an asset.
495
- **/
496
- assetDeposit: bigint;
497
- /**
498
- * The amount of funds that must be reserved for a non-provider asset account to be
499
- * maintained.
500
- **/
501
- assetAccountDeposit: bigint;
502
- /**
503
- * The basic amount of funds that must be reserved when adding metadata to your asset.
504
- **/
505
- metadataDepositBase: bigint;
506
- /**
507
- * The additional funds that must be reserved for the number of bytes you store in your
508
- * metadata.
509
- **/
510
- metadataDepositPerByte: bigint;
511
- /**
512
- * The amount of funds that must be reserved when creating a new approval.
513
- **/
514
- approvalDeposit: bigint;
515
- /**
516
- * The maximum length of a name or symbol stored on-chain.
517
- **/
518
- stringLimit: number;
519
- /**
520
- * Generic pallet constant
521
- **/
522
- [name: string]: any;
523
- };
1
+ // Generated by @dedot/codegen
2
+
3
+ import type { GenericChainConsts, RpcVersion } from 'dedot/types';
4
+ import type { RuntimeVersion, Permill } from 'dedot/codecs';
5
+ import type {
6
+ FrameSystemLimitsBlockWeights,
7
+ FrameSystemLimitsBlockLength,
8
+ SpWeightsRuntimeDbWeight,
9
+ SpWeightsWeightV2Weight,
10
+ PalletNftsBitFlagsPalletFeature,
11
+ StagingXcmV3MultilocationMultiLocation,
12
+ FrameSupportPalletId,
13
+ } from './types';
14
+
15
+ export interface ChainConsts<Rv extends RpcVersion> extends GenericChainConsts<Rv> {
16
+ /**
17
+ * Pallet `System`'s constants
18
+ **/
19
+ system: {
20
+ /**
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 `DmpQueue`'s constants
259
+ **/
260
+ dmpQueue: {
261
+ /**
262
+ * Generic pallet constant
263
+ **/
264
+ [name: string]: any;
265
+ };
266
+ /**
267
+ * Pallet `ToKusamaXcmRouter`'s constants
268
+ **/
269
+ toKusamaXcmRouter: {
270
+ /**
271
+ * Generic pallet constant
272
+ **/
273
+ [name: string]: any;
274
+ };
275
+ /**
276
+ * Pallet `MessageQueue`'s constants
277
+ **/
278
+ messageQueue: {
279
+ /**
280
+ * The size of the page; this implies the maximum message size which can be sent.
281
+ *
282
+ * A good value depends on the expected message sizes, their weights, the weight that is
283
+ * available for processing them and the maximal needed message size. The maximal message
284
+ * size is slightly lower than this as defined by [`MaxMessageLenOf`].
285
+ **/
286
+ heapSize: number;
287
+
288
+ /**
289
+ * The maximum number of stale pages (i.e. of overweight messages) allowed before culling
290
+ * can happen. Once there are more stale pages than this, then historical pages may be
291
+ * dropped, even if they contain unprocessed overweight messages.
292
+ **/
293
+ maxStale: number;
294
+
295
+ /**
296
+ * The amount of weight (if any) which should be provided to the message queue for
297
+ * servicing enqueued items.
298
+ *
299
+ * This may be legitimately `None` in the case that you will call
300
+ * `ServiceQueues::service_queues` manually.
301
+ **/
302
+ serviceWeight: SpWeightsWeightV2Weight | undefined;
303
+
304
+ /**
305
+ * Generic pallet constant
306
+ **/
307
+ [name: string]: any;
308
+ };
309
+ /**
310
+ * Pallet `Utility`'s constants
311
+ **/
312
+ utility: {
313
+ /**
314
+ * The limit on the number of batched calls.
315
+ **/
316
+ batchedCallsLimit: number;
317
+
318
+ /**
319
+ * Generic pallet constant
320
+ **/
321
+ [name: string]: any;
322
+ };
323
+ /**
324
+ * Pallet `Multisig`'s constants
325
+ **/
326
+ multisig: {
327
+ /**
328
+ * The base amount of currency needed to reserve for creating a multisig execution or to
329
+ * store a dispatch call for later.
330
+ *
331
+ * This is held for an additional storage item whose value size is
332
+ * `4 + sizeof((BlockNumber, Balance, AccountId))` bytes and whose key size is
333
+ * `32 + sizeof(AccountId)` bytes.
334
+ **/
335
+ depositBase: bigint;
336
+
337
+ /**
338
+ * The amount of currency needed per unit threshold when creating a multisig execution.
339
+ *
340
+ * This is held for adding 32 bytes more into a pre-existing storage value.
341
+ **/
342
+ depositFactor: bigint;
343
+
344
+ /**
345
+ * The maximum amount of signatories allowed in the multisig.
346
+ **/
347
+ maxSignatories: number;
348
+
349
+ /**
350
+ * Generic pallet constant
351
+ **/
352
+ [name: string]: any;
353
+ };
354
+ /**
355
+ * Pallet `Proxy`'s constants
356
+ **/
357
+ proxy: {
358
+ /**
359
+ * The base amount of currency needed to reserve for creating a proxy.
360
+ *
361
+ * This is held for an additional storage item whose value size is
362
+ * `sizeof(Balance)` bytes and whose key size is `sizeof(AccountId)` bytes.
363
+ **/
364
+ proxyDepositBase: bigint;
365
+
366
+ /**
367
+ * The amount of currency needed per proxy added.
368
+ *
369
+ * This is held for adding 32 bytes plus an instance of `ProxyType` more into a
370
+ * pre-existing storage value. Thus, when configuring `ProxyDepositFactor` one should take
371
+ * into account `32 + proxy_type.encode().len()` bytes of data.
372
+ **/
373
+ proxyDepositFactor: bigint;
374
+
375
+ /**
376
+ * The maximum amount of proxies allowed for a single account.
377
+ **/
378
+ maxProxies: number;
379
+
380
+ /**
381
+ * The maximum amount of time-delayed announcements that are allowed to be pending.
382
+ **/
383
+ maxPending: number;
384
+
385
+ /**
386
+ * The base amount of currency needed to reserve for creating an announcement.
387
+ *
388
+ * This is held when a new storage item holding a `Balance` is created (typically 16
389
+ * bytes).
390
+ **/
391
+ announcementDepositBase: bigint;
392
+
393
+ /**
394
+ * The amount of currency needed per announcement made.
395
+ *
396
+ * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes)
397
+ * into a pre-existing storage value.
398
+ **/
399
+ announcementDepositFactor: bigint;
400
+
401
+ /**
402
+ * Generic pallet constant
403
+ **/
404
+ [name: string]: any;
405
+ };
406
+ /**
407
+ * Pallet `Assets`'s constants
408
+ **/
409
+ assets: {
410
+ /**
411
+ * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call.
412
+ *
413
+ * Must be configured to result in a weight that makes each call fit in a block.
414
+ **/
415
+ removeItemsLimit: number;
416
+
417
+ /**
418
+ * The basic amount of funds that must be reserved for an asset.
419
+ **/
420
+ assetDeposit: bigint;
421
+
422
+ /**
423
+ * The amount of funds that must be reserved for a non-provider asset account to be
424
+ * maintained.
425
+ **/
426
+ assetAccountDeposit: bigint;
427
+
428
+ /**
429
+ * The basic amount of funds that must be reserved when adding metadata to your asset.
430
+ **/
431
+ metadataDepositBase: bigint;
432
+
433
+ /**
434
+ * The additional funds that must be reserved for the number of bytes you store in your
435
+ * metadata.
436
+ **/
437
+ metadataDepositPerByte: bigint;
438
+
439
+ /**
440
+ * The amount of funds that must be reserved when creating a new approval.
441
+ **/
442
+ approvalDeposit: bigint;
443
+
444
+ /**
445
+ * The maximum length of a name or symbol stored on-chain.
446
+ **/
447
+ stringLimit: number;
448
+
449
+ /**
450
+ * Generic pallet constant
451
+ **/
452
+ [name: string]: any;
453
+ };
454
+ /**
455
+ * Pallet `Uniques`'s constants
456
+ **/
457
+ uniques: {
458
+ /**
459
+ * The basic amount of funds that must be reserved for collection.
460
+ **/
461
+ collectionDeposit: bigint;
462
+
463
+ /**
464
+ * The basic amount of funds that must be reserved for an item.
465
+ **/
466
+ itemDeposit: bigint;
467
+
468
+ /**
469
+ * The basic amount of funds that must be reserved when adding metadata to your item.
470
+ **/
471
+ metadataDepositBase: bigint;
472
+
473
+ /**
474
+ * The basic amount of funds that must be reserved when adding an attribute to an item.
475
+ **/
476
+ attributeDepositBase: bigint;
477
+
478
+ /**
479
+ * The additional funds that must be reserved for the number of bytes store in metadata,
480
+ * either "normal" metadata or attribute metadata.
481
+ **/
482
+ depositPerByte: bigint;
483
+
484
+ /**
485
+ * The maximum length of data stored on-chain.
486
+ **/
487
+ stringLimit: number;
488
+
489
+ /**
490
+ * The maximum length of an attribute key.
491
+ **/
492
+ keyLimit: number;
493
+
494
+ /**
495
+ * The maximum length of an attribute value.
496
+ **/
497
+ valueLimit: number;
498
+
499
+ /**
500
+ * Generic pallet constant
501
+ **/
502
+ [name: string]: any;
503
+ };
504
+ /**
505
+ * Pallet `Nfts`'s constants
506
+ **/
507
+ nfts: {
508
+ /**
509
+ * The basic amount of funds that must be reserved for collection.
510
+ **/
511
+ collectionDeposit: bigint;
512
+
513
+ /**
514
+ * The basic amount of funds that must be reserved for an item.
515
+ **/
516
+ itemDeposit: bigint;
517
+
518
+ /**
519
+ * The basic amount of funds that must be reserved when adding metadata to your item.
520
+ **/
521
+ metadataDepositBase: bigint;
522
+
523
+ /**
524
+ * The basic amount of funds that must be reserved when adding an attribute to an item.
525
+ **/
526
+ attributeDepositBase: bigint;
527
+
528
+ /**
529
+ * The additional funds that must be reserved for the number of bytes store in metadata,
530
+ * either "normal" metadata or attribute metadata.
531
+ **/
532
+ depositPerByte: bigint;
533
+
534
+ /**
535
+ * The maximum length of data stored on-chain.
536
+ **/
537
+ stringLimit: number;
538
+
539
+ /**
540
+ * The maximum length of an attribute key.
541
+ **/
542
+ keyLimit: number;
543
+
544
+ /**
545
+ * The maximum length of an attribute value.
546
+ **/
547
+ valueLimit: number;
548
+
549
+ /**
550
+ * The maximum approvals an item could have.
551
+ **/
552
+ approvalsLimit: number;
553
+
554
+ /**
555
+ * The maximum attributes approvals an item could have.
556
+ **/
557
+ itemAttributesApprovalsLimit: number;
558
+
559
+ /**
560
+ * The max number of tips a user could send.
561
+ **/
562
+ maxTips: number;
563
+
564
+ /**
565
+ * The max duration in blocks for deadlines.
566
+ **/
567
+ maxDeadlineDuration: number;
568
+
569
+ /**
570
+ * The max number of attributes a user could set per call.
571
+ **/
572
+ maxAttributesPerCall: number;
573
+
574
+ /**
575
+ * Disables some of pallet's features.
576
+ **/
577
+ features: PalletNftsBitFlagsPalletFeature;
578
+
579
+ /**
580
+ * Generic pallet constant
581
+ **/
582
+ [name: string]: any;
583
+ };
584
+ /**
585
+ * Pallet `ForeignAssets`'s constants
586
+ **/
587
+ foreignAssets: {
588
+ /**
589
+ * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call.
590
+ *
591
+ * Must be configured to result in a weight that makes each call fit in a block.
592
+ **/
593
+ removeItemsLimit: number;
594
+
595
+ /**
596
+ * The basic amount of funds that must be reserved for an asset.
597
+ **/
598
+ assetDeposit: bigint;
599
+
600
+ /**
601
+ * The amount of funds that must be reserved for a non-provider asset account to be
602
+ * maintained.
603
+ **/
604
+ assetAccountDeposit: bigint;
605
+
606
+ /**
607
+ * The basic amount of funds that must be reserved when adding metadata to your asset.
608
+ **/
609
+ metadataDepositBase: bigint;
610
+
611
+ /**
612
+ * The additional funds that must be reserved for the number of bytes you store in your
613
+ * metadata.
614
+ **/
615
+ metadataDepositPerByte: bigint;
616
+
617
+ /**
618
+ * The amount of funds that must be reserved when creating a new approval.
619
+ **/
620
+ approvalDeposit: bigint;
621
+
622
+ /**
623
+ * The maximum length of a name or symbol stored on-chain.
624
+ **/
625
+ stringLimit: number;
626
+
627
+ /**
628
+ * Generic pallet constant
629
+ **/
630
+ [name: string]: any;
631
+ };
632
+ /**
633
+ * Pallet `PoolAssets`'s constants
634
+ **/
635
+ poolAssets: {
636
+ /**
637
+ * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call.
638
+ *
639
+ * Must be configured to result in a weight that makes each call fit in a block.
640
+ **/
641
+ removeItemsLimit: number;
642
+
643
+ /**
644
+ * The basic amount of funds that must be reserved for an asset.
645
+ **/
646
+ assetDeposit: bigint;
647
+
648
+ /**
649
+ * The amount of funds that must be reserved for a non-provider asset account to be
650
+ * maintained.
651
+ **/
652
+ assetAccountDeposit: bigint;
653
+
654
+ /**
655
+ * The basic amount of funds that must be reserved when adding metadata to your asset.
656
+ **/
657
+ metadataDepositBase: bigint;
658
+
659
+ /**
660
+ * The additional funds that must be reserved for the number of bytes you store in your
661
+ * metadata.
662
+ **/
663
+ metadataDepositPerByte: bigint;
664
+
665
+ /**
666
+ * The amount of funds that must be reserved when creating a new approval.
667
+ **/
668
+ approvalDeposit: bigint;
669
+
670
+ /**
671
+ * The maximum length of a name or symbol stored on-chain.
672
+ **/
673
+ stringLimit: number;
674
+
675
+ /**
676
+ * Generic pallet constant
677
+ **/
678
+ [name: string]: any;
679
+ };
680
+ /**
681
+ * Pallet `AssetConversion`'s constants
682
+ **/
683
+ assetConversion: {
684
+ /**
685
+ * A % the liquidity providers will take of every swap. Represents 10ths of a percent.
686
+ **/
687
+ lpFee: number;
688
+
689
+ /**
690
+ * A one-time fee to setup the pool.
691
+ **/
692
+ poolSetupFee: bigint;
693
+
694
+ /**
695
+ * Asset class from [`Config::Assets`] used to pay the [`Config::PoolSetupFee`].
696
+ **/
697
+ poolSetupFeeAsset: StagingXcmV3MultilocationMultiLocation;
698
+
699
+ /**
700
+ * A fee to withdraw the liquidity.
701
+ **/
702
+ liquidityWithdrawalFee: Permill;
703
+
704
+ /**
705
+ * The minimum LP token amount that could be minted. Ameliorates rounding errors.
706
+ **/
707
+ mintMinLiquidity: bigint;
708
+
709
+ /**
710
+ * The max number of hops in a swap.
711
+ **/
712
+ maxSwapPathLength: number;
713
+
714
+ /**
715
+ * The pallet's id, used for deriving its sovereign account ID.
716
+ **/
717
+ palletId: FrameSupportPalletId;
718
+
719
+ /**
720
+ * Generic pallet constant
721
+ **/
722
+ [name: string]: any;
723
+ };
524
724
  }