@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,524 +1,591 @@
1
+ // Generated by @dedot/codegen
2
+
1
3
  import type { GenericChainConsts } from '@dedot/types';
2
4
  import type { RuntimeVersion } from '@dedot/codecs';
3
- import type { FrameSystemLimitsBlockWeights, FrameSystemLimitsBlockLength, SpWeightsRuntimeDbWeight, PalletNftsBitFlagsPalletFeature } from './types';
5
+ import type {
6
+ FrameSystemLimitsBlockWeights,
7
+ FrameSystemLimitsBlockLength,
8
+ SpWeightsRuntimeDbWeight,
9
+ PalletNftsBitFlagsPalletFeature,
10
+ } from './types';
11
+
4
12
  export interface ChainConsts extends GenericChainConsts {
13
+ /**
14
+ * Pallet `System`'s constants
15
+ **/
16
+ system: {
5
17
  /**
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
- };
18
+ * Block & extrinsics weights: base values and limits.
19
+ **/
20
+ blockWeights: FrameSystemLimitsBlockWeights;
21
+
22
+ /**
23
+ * The maximum length of a block (in bytes).
24
+ **/
25
+ blockLength: FrameSystemLimitsBlockLength;
26
+
27
+ /**
28
+ * Maximum number of block number to block hash mappings to keep (oldest pruned first).
29
+ **/
30
+ blockHashCount: number;
31
+
32
+ /**
33
+ * The weight of runtime database operations the runtime can invoke.
34
+ **/
35
+ dbWeight: SpWeightsRuntimeDbWeight;
36
+
37
+ /**
38
+ * Get the chain's current version.
39
+ **/
40
+ version: RuntimeVersion;
41
+
42
+ /**
43
+ * The designated SS58 prefix of this chain.
44
+ *
45
+ * This replaces the "ss58Format" property declared in the chain spec. Reason is
46
+ * that the runtime should know about the prefix in order to make use of it as
47
+ * an identifier of the chain.
48
+ **/
49
+ ss58Prefix: number;
50
+
51
+ /**
52
+ * Generic pallet constant
53
+ **/
54
+ [name: string]: any;
55
+ };
56
+ /**
57
+ * Pallet `ParachainSystem`'s constants
58
+ **/
59
+ parachainSystem: {
60
+ /**
61
+ * Generic pallet constant
62
+ **/
63
+ [name: string]: any;
64
+ };
65
+ /**
66
+ * Pallet `Timestamp`'s constants
67
+ **/
68
+ timestamp: {
69
+ /**
70
+ * The minimum period between blocks.
71
+ *
72
+ * Be aware that this is different to the *expected* period that the block production
73
+ * apparatus provides. Your chosen consensus system will generally work with this to
74
+ * determine a sensible block time. For example, in the Aura pallet it will be double this
75
+ * period on default settings.
76
+ **/
77
+ minimumPeriod: bigint;
78
+
79
+ /**
80
+ * Generic pallet constant
81
+ **/
82
+ [name: string]: any;
83
+ };
84
+ /**
85
+ * Pallet `ParachainInfo`'s constants
86
+ **/
87
+ parachainInfo: {
88
+ /**
89
+ * Generic pallet constant
90
+ **/
91
+ [name: string]: any;
92
+ };
93
+ /**
94
+ * Pallet `Balances`'s constants
95
+ **/
96
+ balances: {
97
+ /**
98
+ * The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO!
99
+ *
100
+ * If you *really* need it to be zero, you can enable the feature `insecure_zero_ed` for
101
+ * this pallet. However, you do so at your own risk: this will open up a major DoS vector.
102
+ * In case you have multiple sources of provider references, you may also get unexpected
103
+ * behaviour if you set this to zero.
104
+ *
105
+ * Bottom line: Do yourself a favour and make it at least one!
106
+ **/
107
+ existentialDeposit: bigint;
108
+
109
+ /**
110
+ * The maximum number of locks that should exist on an account.
111
+ * Not strictly enforced, but used for weight estimation.
112
+ **/
113
+ maxLocks: number;
114
+
115
+ /**
116
+ * The maximum number of named reserves that can exist on an account.
117
+ **/
118
+ maxReserves: number;
119
+
120
+ /**
121
+ * The maximum number of holds that can exist on an account at any time.
122
+ **/
123
+ maxHolds: number;
124
+
125
+ /**
126
+ * The maximum number of individual freeze locks that can exist on an account at any time.
127
+ **/
128
+ maxFreezes: number;
129
+
130
+ /**
131
+ * Generic pallet constant
132
+ **/
133
+ [name: string]: any;
134
+ };
135
+ /**
136
+ * Pallet `TransactionPayment`'s constants
137
+ **/
138
+ transactionPayment: {
139
+ /**
140
+ * A fee mulitplier for `Operational` extrinsics to compute "virtual tip" to boost their
141
+ * `priority`
142
+ *
143
+ * This value is multipled by the `final_fee` to obtain a "virtual tip" that is later
144
+ * added to a tip component in regular `priority` calculations.
145
+ * It means that a `Normal` transaction can front-run a similarly-sized `Operational`
146
+ * extrinsic (with no tip), by including a tip value greater than the virtual tip.
147
+ *
148
+ * ```rust,ignore
149
+ * // For `Normal`
150
+ * let priority = priority_calc(tip);
151
+ *
152
+ * // For `Operational`
153
+ * let virtual_tip = (inclusion_fee + tip) * OperationalFeeMultiplier;
154
+ * let priority = priority_calc(tip + virtual_tip);
155
+ * ```
156
+ *
157
+ * Note that since we use `final_fee` the multiplier applies also to the regular `tip`
158
+ * sent with the transaction. So, not only does the transaction get a priority bump based
159
+ * on the `inclusion_fee`, but we also amplify the impact of tips applied to `Operational`
160
+ * transactions.
161
+ **/
162
+ operationalFeeMultiplier: number;
163
+
164
+ /**
165
+ * Generic pallet constant
166
+ **/
167
+ [name: string]: any;
168
+ };
169
+ /**
170
+ * Pallet `AssetTxPayment`'s constants
171
+ **/
172
+ assetTxPayment: {
173
+ /**
174
+ * Generic pallet constant
175
+ **/
176
+ [name: string]: any;
177
+ };
178
+ /**
179
+ * Pallet `Authorship`'s constants
180
+ **/
181
+ authorship: {
182
+ /**
183
+ * Generic pallet constant
184
+ **/
185
+ [name: string]: any;
186
+ };
187
+ /**
188
+ * Pallet `CollatorSelection`'s constants
189
+ **/
190
+ collatorSelection: {
191
+ /**
192
+ * Generic pallet constant
193
+ **/
194
+ [name: string]: any;
195
+ };
196
+ /**
197
+ * Pallet `Session`'s constants
198
+ **/
199
+ session: {
200
+ /**
201
+ * Generic pallet constant
202
+ **/
203
+ [name: string]: any;
204
+ };
205
+ /**
206
+ * Pallet `Aura`'s constants
207
+ **/
208
+ aura: {
209
+ /**
210
+ * Generic pallet constant
211
+ **/
212
+ [name: string]: any;
213
+ };
214
+ /**
215
+ * Pallet `AuraExt`'s constants
216
+ **/
217
+ auraExt: {
218
+ /**
219
+ * Generic pallet constant
220
+ **/
221
+ [name: string]: any;
222
+ };
223
+ /**
224
+ * Pallet `XcmpQueue`'s constants
225
+ **/
226
+ xcmpQueue: {
227
+ /**
228
+ * Generic pallet constant
229
+ **/
230
+ [name: string]: any;
231
+ };
232
+ /**
233
+ * Pallet `PolkadotXcm`'s constants
234
+ **/
235
+ polkadotXcm: {
236
+ /**
237
+ * Generic pallet constant
238
+ **/
239
+ [name: string]: any;
240
+ };
241
+ /**
242
+ * Pallet `CumulusXcm`'s constants
243
+ **/
244
+ cumulusXcm: {
245
+ /**
246
+ * Generic pallet constant
247
+ **/
248
+ [name: string]: any;
249
+ };
250
+ /**
251
+ * Pallet `DmpQueue`'s constants
252
+ **/
253
+ dmpQueue: {
254
+ /**
255
+ * Generic pallet constant
256
+ **/
257
+ [name: string]: any;
258
+ };
259
+ /**
260
+ * Pallet `ToKusamaXcmRouter`'s constants
261
+ **/
262
+ toKusamaXcmRouter: {
263
+ /**
264
+ * Generic pallet constant
265
+ **/
266
+ [name: string]: any;
267
+ };
268
+ /**
269
+ * Pallet `Utility`'s constants
270
+ **/
271
+ utility: {
272
+ /**
273
+ * The limit on the number of batched calls.
274
+ **/
275
+ batchedCallsLimit: number;
276
+
277
+ /**
278
+ * Generic pallet constant
279
+ **/
280
+ [name: string]: any;
281
+ };
282
+ /**
283
+ * Pallet `Multisig`'s constants
284
+ **/
285
+ multisig: {
286
+ /**
287
+ * The base amount of currency needed to reserve for creating a multisig execution or to
288
+ * store a dispatch call for later.
289
+ *
290
+ * This is held for an additional storage item whose value size is
291
+ * `4 + sizeof((BlockNumber, Balance, AccountId))` bytes and whose key size is
292
+ * `32 + sizeof(AccountId)` bytes.
293
+ **/
294
+ depositBase: bigint;
295
+
296
+ /**
297
+ * The amount of currency needed per unit threshold when creating a multisig execution.
298
+ *
299
+ * This is held for adding 32 bytes more into a pre-existing storage value.
300
+ **/
301
+ depositFactor: bigint;
302
+
303
+ /**
304
+ * The maximum amount of signatories allowed in the multisig.
305
+ **/
306
+ maxSignatories: number;
307
+
308
+ /**
309
+ * Generic pallet constant
310
+ **/
311
+ [name: string]: any;
312
+ };
313
+ /**
314
+ * Pallet `Proxy`'s constants
315
+ **/
316
+ proxy: {
317
+ /**
318
+ * The base amount of currency needed to reserve for creating a proxy.
319
+ *
320
+ * This is held for an additional storage item whose value size is
321
+ * `sizeof(Balance)` bytes and whose key size is `sizeof(AccountId)` bytes.
322
+ **/
323
+ proxyDepositBase: bigint;
324
+
325
+ /**
326
+ * The amount of currency needed per proxy added.
327
+ *
328
+ * This is held for adding 32 bytes plus an instance of `ProxyType` more into a
329
+ * pre-existing storage value. Thus, when configuring `ProxyDepositFactor` one should take
330
+ * into account `32 + proxy_type.encode().len()` bytes of data.
331
+ **/
332
+ proxyDepositFactor: bigint;
333
+
334
+ /**
335
+ * The maximum amount of proxies allowed for a single account.
336
+ **/
337
+ maxProxies: number;
338
+
339
+ /**
340
+ * The maximum amount of time-delayed announcements that are allowed to be pending.
341
+ **/
342
+ maxPending: number;
343
+
344
+ /**
345
+ * The base amount of currency needed to reserve for creating an announcement.
346
+ *
347
+ * This is held when a new storage item holding a `Balance` is created (typically 16
348
+ * bytes).
349
+ **/
350
+ announcementDepositBase: bigint;
351
+
352
+ /**
353
+ * The amount of currency needed per announcement made.
354
+ *
355
+ * This is held for adding an `AccountId`, `Hash` and `BlockNumber` (typically 68 bytes)
356
+ * into a pre-existing storage value.
357
+ **/
358
+ announcementDepositFactor: bigint;
359
+
360
+ /**
361
+ * Generic pallet constant
362
+ **/
363
+ [name: string]: any;
364
+ };
365
+ /**
366
+ * Pallet `Assets`'s constants
367
+ **/
368
+ assets: {
369
+ /**
370
+ * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call.
371
+ *
372
+ * Must be configured to result in a weight that makes each call fit in a block.
373
+ **/
374
+ removeItemsLimit: number;
375
+
376
+ /**
377
+ * The basic amount of funds that must be reserved for an asset.
378
+ **/
379
+ assetDeposit: bigint;
380
+
381
+ /**
382
+ * The amount of funds that must be reserved for a non-provider asset account to be
383
+ * maintained.
384
+ **/
385
+ assetAccountDeposit: bigint;
386
+
387
+ /**
388
+ * The basic amount of funds that must be reserved when adding metadata to your asset.
389
+ **/
390
+ metadataDepositBase: bigint;
391
+
392
+ /**
393
+ * The additional funds that must be reserved for the number of bytes you store in your
394
+ * metadata.
395
+ **/
396
+ metadataDepositPerByte: bigint;
397
+
398
+ /**
399
+ * The amount of funds that must be reserved when creating a new approval.
400
+ **/
401
+ approvalDeposit: bigint;
402
+
403
+ /**
404
+ * The maximum length of a name or symbol stored on-chain.
405
+ **/
406
+ stringLimit: number;
407
+
408
+ /**
409
+ * Generic pallet constant
410
+ **/
411
+ [name: string]: any;
412
+ };
413
+ /**
414
+ * Pallet `Uniques`'s constants
415
+ **/
416
+ uniques: {
417
+ /**
418
+ * The basic amount of funds that must be reserved for collection.
419
+ **/
420
+ collectionDeposit: bigint;
421
+
422
+ /**
423
+ * The basic amount of funds that must be reserved for an item.
424
+ **/
425
+ itemDeposit: bigint;
426
+
427
+ /**
428
+ * The basic amount of funds that must be reserved when adding metadata to your item.
429
+ **/
430
+ metadataDepositBase: bigint;
431
+
432
+ /**
433
+ * The basic amount of funds that must be reserved when adding an attribute to an item.
434
+ **/
435
+ attributeDepositBase: bigint;
436
+
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
+ /**
444
+ * The maximum length of data stored on-chain.
445
+ **/
446
+ stringLimit: number;
447
+
448
+ /**
449
+ * The maximum length of an attribute key.
450
+ **/
451
+ keyLimit: number;
452
+
453
+ /**
454
+ * The maximum length of an attribute value.
455
+ **/
456
+ valueLimit: number;
457
+
458
+ /**
459
+ * Generic pallet constant
460
+ **/
461
+ [name: string]: any;
462
+ };
463
+ /**
464
+ * Pallet `Nfts`'s constants
465
+ **/
466
+ nfts: {
467
+ /**
468
+ * The basic amount of funds that must be reserved for collection.
469
+ **/
470
+ collectionDeposit: bigint;
471
+
472
+ /**
473
+ * The basic amount of funds that must be reserved for an item.
474
+ **/
475
+ itemDeposit: bigint;
476
+
477
+ /**
478
+ * The basic amount of funds that must be reserved when adding metadata to your item.
479
+ **/
480
+ metadataDepositBase: bigint;
481
+
482
+ /**
483
+ * The basic amount of funds that must be reserved when adding an attribute to an item.
484
+ **/
485
+ attributeDepositBase: bigint;
486
+
487
+ /**
488
+ * The additional funds that must be reserved for the number of bytes store in metadata,
489
+ * either "normal" metadata or attribute metadata.
490
+ **/
491
+ depositPerByte: bigint;
492
+
493
+ /**
494
+ * The maximum length of data stored on-chain.
495
+ **/
496
+ stringLimit: number;
497
+
498
+ /**
499
+ * The maximum length of an attribute key.
500
+ **/
501
+ keyLimit: number;
502
+
503
+ /**
504
+ * The maximum length of an attribute value.
505
+ **/
506
+ valueLimit: number;
507
+
508
+ /**
509
+ * The maximum approvals an item could have.
510
+ **/
511
+ approvalsLimit: number;
512
+
513
+ /**
514
+ * The maximum attributes approvals an item could have.
515
+ **/
516
+ itemAttributesApprovalsLimit: number;
517
+
518
+ /**
519
+ * The max number of tips a user could send.
520
+ **/
521
+ maxTips: number;
522
+
523
+ /**
524
+ * The max duration in blocks for deadlines.
525
+ **/
526
+ maxDeadlineDuration: number;
527
+
528
+ /**
529
+ * The max number of attributes a user could set per call.
530
+ **/
531
+ maxAttributesPerCall: number;
532
+
533
+ /**
534
+ * Disables some of pallet's features.
535
+ **/
536
+ features: PalletNftsBitFlagsPalletFeature;
537
+
538
+ /**
539
+ * Generic pallet constant
540
+ **/
541
+ [name: string]: any;
542
+ };
543
+ /**
544
+ * Pallet `ForeignAssets`'s constants
545
+ **/
546
+ foreignAssets: {
547
+ /**
548
+ * Max number of items to destroy per `destroy_accounts` and `destroy_approvals` call.
549
+ *
550
+ * Must be configured to result in a weight that makes each call fit in a block.
551
+ **/
552
+ removeItemsLimit: number;
553
+
554
+ /**
555
+ * The basic amount of funds that must be reserved for an asset.
556
+ **/
557
+ assetDeposit: bigint;
558
+
559
+ /**
560
+ * The amount of funds that must be reserved for a non-provider asset account to be
561
+ * maintained.
562
+ **/
563
+ assetAccountDeposit: bigint;
564
+
565
+ /**
566
+ * The basic amount of funds that must be reserved when adding metadata to your asset.
567
+ **/
568
+ metadataDepositBase: bigint;
569
+
570
+ /**
571
+ * The additional funds that must be reserved for the number of bytes you store in your
572
+ * metadata.
573
+ **/
574
+ metadataDepositPerByte: bigint;
575
+
576
+ /**
577
+ * The amount of funds that must be reserved when creating a new approval.
578
+ **/
579
+ approvalDeposit: bigint;
580
+
581
+ /**
582
+ * The maximum length of a name or symbol stored on-chain.
583
+ **/
584
+ stringLimit: number;
585
+
586
+ /**
587
+ * Generic pallet constant
588
+ **/
589
+ [name: string]: any;
590
+ };
524
591
  }