@dedot/chaintypes 0.0.1-alpha.22

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