@dedot/chaintypes 0.0.1-next.0 → 0.0.1-next.3

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 (96) hide show
  1. package/aleph/consts.d.ts +595 -0
  2. package/aleph/errors.d.ts +985 -0
  3. package/aleph/events.d.ts +984 -0
  4. package/aleph/index.d.ts +22 -0
  5. package/aleph/query.d.ts +1480 -0
  6. package/aleph/rpc.d.ts +727 -0
  7. package/aleph/runtime.d.ts +545 -0
  8. package/aleph/tx.d.ts +2668 -0
  9. package/aleph/types.d.ts +3646 -0
  10. package/astar/consts.d.ts +758 -0
  11. package/astar/errors.d.ts +1580 -0
  12. package/astar/events.d.ts +1788 -0
  13. package/astar/index.d.ts +22 -0
  14. package/astar/query.d.ts +1759 -0
  15. package/astar/rpc.d.ts +974 -0
  16. package/astar/runtime.d.ts +314 -0
  17. package/astar/tx.d.ts +5478 -0
  18. package/astar/types.d.ts +9078 -0
  19. package/index.ts +10 -0
  20. package/kusama/consts.d.ts +1578 -0
  21. package/kusama/errors.d.ts +2999 -0
  22. package/kusama/events.d.ts +3233 -0
  23. package/kusama/index.d.ts +22 -0
  24. package/kusama/query.d.ts +3831 -0
  25. package/kusama/rpc.d.ts +904 -0
  26. package/kusama/runtime.d.ts +1134 -0
  27. package/kusama/tx.d.ts +7077 -0
  28. package/kusama/types.d.ts +10710 -0
  29. package/kusamaAssetHub/consts.d.ts +719 -0
  30. package/kusamaAssetHub/errors.d.ts +1409 -0
  31. package/kusamaAssetHub/events.d.ts +2251 -0
  32. package/kusamaAssetHub/index.d.ts +22 -0
  33. package/kusamaAssetHub/query.d.ts +1554 -0
  34. package/kusamaAssetHub/rpc.d.ts +746 -0
  35. package/kusamaAssetHub/runtime.d.ts +514 -0
  36. package/kusamaAssetHub/tx.d.ts +5055 -0
  37. package/kusamaAssetHub/types.d.ts +6385 -0
  38. package/moonbeam/consts.d.ts +1080 -0
  39. package/moonbeam/errors.d.ts +2135 -0
  40. package/moonbeam/events.d.ts +3091 -0
  41. package/moonbeam/index.d.ts +22 -0
  42. package/moonbeam/query.d.ts +2394 -0
  43. package/moonbeam/rpc.d.ts +1015 -0
  44. package/moonbeam/runtime.d.ts +669 -0
  45. package/moonbeam/tx.d.ts +6156 -0
  46. package/moonbeam/types.d.ts +8045 -0
  47. package/package.json +9 -8
  48. package/packageInfo.ts +3 -0
  49. package/polkadot/consts.d.ts +1277 -0
  50. package/polkadot/errors.d.ts +2424 -0
  51. package/polkadot/events.d.ts +2457 -0
  52. package/polkadot/index.d.ts +22 -0
  53. package/polkadot/query.d.ts +3322 -0
  54. package/polkadot/rpc.d.ts +904 -0
  55. package/polkadot/runtime.d.ts +1134 -0
  56. package/polkadot/tx.d.ts +5913 -0
  57. package/polkadot/types.d.ts +9181 -0
  58. package/polkadotAssetHub/consts.d.ts +591 -0
  59. package/polkadotAssetHub/errors.d.ts +1119 -0
  60. package/polkadotAssetHub/events.d.ts +1855 -0
  61. package/polkadotAssetHub/index.d.ts +22 -0
  62. package/polkadotAssetHub/query.d.ts +1460 -0
  63. package/polkadotAssetHub/rpc.d.ts +746 -0
  64. package/polkadotAssetHub/runtime.d.ts +451 -0
  65. package/polkadotAssetHub/tx.d.ts +4189 -0
  66. package/polkadotAssetHub/types.d.ts +5539 -0
  67. package/rococoAssetHub/consts.d.ts +750 -0
  68. package/rococoAssetHub/errors.d.ts +1494 -0
  69. package/rococoAssetHub/events.d.ts +2252 -0
  70. package/rococoAssetHub/index.d.ts +22 -0
  71. package/rococoAssetHub/query.d.ts +1516 -0
  72. package/rococoAssetHub/rpc.d.ts +746 -0
  73. package/rococoAssetHub/runtime.d.ts +542 -0
  74. package/rococoAssetHub/tx.d.ts +5169 -0
  75. package/rococoAssetHub/types.d.ts +6751 -0
  76. package/substrate/consts.d.ts +2223 -0
  77. package/substrate/errors.d.ts +4023 -0
  78. package/substrate/events.d.ts +5107 -0
  79. package/substrate/index.d.ts +22 -0
  80. package/substrate/query.d.ts +3890 -0
  81. package/substrate/rpc.d.ts +894 -0
  82. package/substrate/runtime.d.ts +941 -0
  83. package/substrate/tx.d.ts +10391 -0
  84. package/substrate/types.d.ts +13380 -0
  85. package/westendAssetHub/consts.d.ts +750 -0
  86. package/westendAssetHub/errors.d.ts +1494 -0
  87. package/westendAssetHub/events.d.ts +2252 -0
  88. package/westendAssetHub/index.d.ts +22 -0
  89. package/westendAssetHub/query.d.ts +1516 -0
  90. package/westendAssetHub/rpc.d.ts +746 -0
  91. package/westendAssetHub/runtime.d.ts +581 -0
  92. package/westendAssetHub/tx.d.ts +5169 -0
  93. package/westendAssetHub/types.d.ts +6750 -0
  94. package/cjs/index.js +0 -2
  95. package/cjs/package.json +0 -1
  96. package/cjs/packageInfo.js +0 -5
@@ -0,0 +1,595 @@
1
+ // Generated by @dedot/codegen
2
+
3
+ import type { GenericChainConsts } from '@dedot/types';
4
+ import type { RuntimeVersion, Permill } from '@dedot/codecs';
5
+ import type {
6
+ FrameSystemLimitsBlockWeights,
7
+ FrameSystemLimitsBlockLength,
8
+ SpWeightsRuntimeDbWeight,
9
+ SpWeightsWeightV2Weight,
10
+ FrameSupportPalletId,
11
+ PalletContractsSchedule,
12
+ } from './types';
13
+
14
+ export interface ChainConsts extends GenericChainConsts {
15
+ /**
16
+ * Pallet `System`'s constants
17
+ **/
18
+ system: {
19
+ /**
20
+ * Block & extrinsics weights: base values and limits.
21
+ **/
22
+ blockWeights: FrameSystemLimitsBlockWeights;
23
+
24
+ /**
25
+ * The maximum length of a block (in bytes).
26
+ **/
27
+ blockLength: FrameSystemLimitsBlockLength;
28
+
29
+ /**
30
+ * Maximum number of block number to block hash mappings to keep (oldest pruned first).
31
+ **/
32
+ blockHashCount: number;
33
+
34
+ /**
35
+ * The weight of runtime database operations the runtime can invoke.
36
+ **/
37
+ dbWeight: SpWeightsRuntimeDbWeight;
38
+
39
+ /**
40
+ * Get the chain's current version.
41
+ **/
42
+ version: RuntimeVersion;
43
+
44
+ /**
45
+ * The designated SS58 prefix of this chain.
46
+ *
47
+ * This replaces the "ss58Format" property declared in the chain spec. Reason is
48
+ * that the runtime should know about the prefix in order to make use of it as
49
+ * an identifier of the chain.
50
+ **/
51
+ ss58Prefix: number;
52
+
53
+ /**
54
+ * Generic pallet constant
55
+ **/
56
+ [name: string]: any;
57
+ };
58
+ /**
59
+ * Pallet `RandomnessCollectiveFlip`'s constants
60
+ **/
61
+ randomnessCollectiveFlip: {
62
+ /**
63
+ * Generic pallet constant
64
+ **/
65
+ [name: string]: any;
66
+ };
67
+ /**
68
+ * Pallet `Scheduler`'s constants
69
+ **/
70
+ scheduler: {
71
+ /**
72
+ * The maximum weight that may be scheduled per block for any dispatchables.
73
+ **/
74
+ maximumWeight: SpWeightsWeightV2Weight;
75
+
76
+ /**
77
+ * The maximum number of scheduled calls in the queue for a single block.
78
+ *
79
+ * NOTE:
80
+ * + Dependent pallets' benchmarks might require a higher limit for the setting. Set a
81
+ * higher limit under `runtime-benchmarks` feature.
82
+ **/
83
+ maxScheduledPerBlock: number;
84
+
85
+ /**
86
+ * Generic pallet constant
87
+ **/
88
+ [name: string]: any;
89
+ };
90
+ /**
91
+ * Pallet `Aura`'s constants
92
+ **/
93
+ aura: {
94
+ /**
95
+ * Generic pallet constant
96
+ **/
97
+ [name: string]: any;
98
+ };
99
+ /**
100
+ * Pallet `Timestamp`'s constants
101
+ **/
102
+ timestamp: {
103
+ /**
104
+ * The minimum period between blocks. Beware that this is different to the *expected*
105
+ * period that the block production apparatus provides. Your chosen consensus system will
106
+ * generally work with this to determine a sensible block time. e.g. For Aura, it will be
107
+ * double this period on default settings.
108
+ **/
109
+ minimumPeriod: bigint;
110
+
111
+ /**
112
+ * Generic pallet constant
113
+ **/
114
+ [name: string]: any;
115
+ };
116
+ /**
117
+ * Pallet `Balances`'s constants
118
+ **/
119
+ balances: {
120
+ /**
121
+ * The minimum amount required to keep an account open. MUST BE GREATER THAN ZERO!
122
+ *
123
+ * If you *really* need it to be zero, you can enable the feature `insecure_zero_ed` for
124
+ * this pallet. However, you do so at your own risk: this will open up a major DoS vector.
125
+ * In case you have multiple sources of provider references, you may also get unexpected
126
+ * behaviour if you set this to zero.
127
+ *
128
+ * Bottom line: Do yourself a favour and make it at least one!
129
+ **/
130
+ existentialDeposit: bigint;
131
+
132
+ /**
133
+ * The maximum number of locks that should exist on an account.
134
+ * Not strictly enforced, but used for weight estimation.
135
+ **/
136
+ maxLocks: number;
137
+
138
+ /**
139
+ * The maximum number of named reserves that can exist on an account.
140
+ **/
141
+ maxReserves: number;
142
+
143
+ /**
144
+ * The maximum number of holds that can exist on an account at any time.
145
+ **/
146
+ maxHolds: number;
147
+
148
+ /**
149
+ * The maximum number of individual freeze locks that can exist on an account at any time.
150
+ **/
151
+ maxFreezes: number;
152
+
153
+ /**
154
+ * Generic pallet constant
155
+ **/
156
+ [name: string]: any;
157
+ };
158
+ /**
159
+ * Pallet `TransactionPayment`'s constants
160
+ **/
161
+ transactionPayment: {
162
+ /**
163
+ * A fee mulitplier for `Operational` extrinsics to compute "virtual tip" to boost their
164
+ * `priority`
165
+ *
166
+ * This value is multipled by the `final_fee` to obtain a "virtual tip" that is later
167
+ * added to a tip component in regular `priority` calculations.
168
+ * It means that a `Normal` transaction can front-run a similarly-sized `Operational`
169
+ * extrinsic (with no tip), by including a tip value greater than the virtual tip.
170
+ *
171
+ * ```rust,ignore
172
+ * // For `Normal`
173
+ * let priority = priority_calc(tip);
174
+ *
175
+ * // For `Operational`
176
+ * let virtual_tip = (inclusion_fee + tip) * OperationalFeeMultiplier;
177
+ * let priority = priority_calc(tip + virtual_tip);
178
+ * ```
179
+ *
180
+ * Note that since we use `final_fee` the multiplier applies also to the regular `tip`
181
+ * sent with the transaction. So, not only does the transaction get a priority bump based
182
+ * on the `inclusion_fee`, but we also amplify the impact of tips applied to `Operational`
183
+ * transactions.
184
+ **/
185
+ operationalFeeMultiplier: number;
186
+
187
+ /**
188
+ * Generic pallet constant
189
+ **/
190
+ [name: string]: any;
191
+ };
192
+ /**
193
+ * Pallet `Authorship`'s constants
194
+ **/
195
+ authorship: {
196
+ /**
197
+ * Generic pallet constant
198
+ **/
199
+ [name: string]: any;
200
+ };
201
+ /**
202
+ * Pallet `Staking`'s constants
203
+ **/
204
+ staking: {
205
+ /**
206
+ * Maximum number of nominations per nominator.
207
+ **/
208
+ maxNominations: number;
209
+
210
+ /**
211
+ * Number of eras to keep in history.
212
+ *
213
+ * Following information is kept for eras in `[current_era -
214
+ * HistoryDepth, current_era]`: `ErasStakers`, `ErasStakersClipped`,
215
+ * `ErasValidatorPrefs`, `ErasValidatorReward`, `ErasRewardPoints`,
216
+ * `ErasTotalStake`, `ErasStartSessionIndex`,
217
+ * `StakingLedger.claimed_rewards`.
218
+ *
219
+ * Must be more than the number of eras delayed by session.
220
+ * I.e. active era must always be in history. I.e. `active_era >
221
+ * current_era - history_depth` must be guaranteed.
222
+ *
223
+ * If migrating an existing pallet from storage value to config value,
224
+ * this should be set to same value or greater as in storage.
225
+ *
226
+ * Note: `HistoryDepth` is used as the upper bound for the `BoundedVec`
227
+ * item `StakingLedger.claimed_rewards`. Setting this value lower than
228
+ * the existing value can lead to inconsistencies in the
229
+ * `StakingLedger` and will need to be handled properly in a migration.
230
+ * The test `reducing_history_depth_abrupt` shows this effect.
231
+ **/
232
+ historyDepth: number;
233
+
234
+ /**
235
+ * Number of sessions per era.
236
+ **/
237
+ sessionsPerEra: number;
238
+
239
+ /**
240
+ * Number of eras that staked funds must remain bonded for.
241
+ **/
242
+ bondingDuration: number;
243
+
244
+ /**
245
+ * Number of eras that slashes are deferred by, after computation.
246
+ *
247
+ * This should be less than the bonding duration. Set to 0 if slashes
248
+ * should be applied immediately, without opportunity for intervention.
249
+ **/
250
+ slashDeferDuration: number;
251
+
252
+ /**
253
+ * The maximum number of nominators rewarded for each validator.
254
+ *
255
+ * For each validator only the `$MaxNominatorRewardedPerValidator` biggest stakers can
256
+ * claim their reward. This used to limit the i/o cost for the nominator payout.
257
+ **/
258
+ maxNominatorRewardedPerValidator: number;
259
+
260
+ /**
261
+ * The maximum number of `unlocking` chunks a [`StakingLedger`] can
262
+ * have. Effectively determines how many unique eras a staker may be
263
+ * unbonding in.
264
+ *
265
+ * Note: `MaxUnlockingChunks` is used as the upper bound for the
266
+ * `BoundedVec` item `StakingLedger.unlocking`. Setting this value
267
+ * lower than the existing value can lead to inconsistencies in the
268
+ * `StakingLedger` and will need to be handled properly in a runtime
269
+ * migration. The test `reducing_max_unlocking_chunks_abrupt` shows
270
+ * this effect.
271
+ **/
272
+ maxUnlockingChunks: number;
273
+
274
+ /**
275
+ * Generic pallet constant
276
+ **/
277
+ [name: string]: any;
278
+ };
279
+ /**
280
+ * Pallet `History`'s constants
281
+ **/
282
+ history: {
283
+ /**
284
+ * Generic pallet constant
285
+ **/
286
+ [name: string]: any;
287
+ };
288
+ /**
289
+ * Pallet `Session`'s constants
290
+ **/
291
+ session: {
292
+ /**
293
+ * Generic pallet constant
294
+ **/
295
+ [name: string]: any;
296
+ };
297
+ /**
298
+ * Pallet `Aleph`'s constants
299
+ **/
300
+ aleph: {
301
+ /**
302
+ * Generic pallet constant
303
+ **/
304
+ [name: string]: any;
305
+ };
306
+ /**
307
+ * Pallet `Elections`'s constants
308
+ **/
309
+ elections: {
310
+ /**
311
+ * The maximum number of winners that can be elected by this `ElectionProvider`
312
+ * implementation.
313
+ *
314
+ * Note: This must always be greater or equal to `T::DataProvider::desired_targets()`.
315
+ **/
316
+ maxWinners: number;
317
+
318
+ /**
319
+ * Generic pallet constant
320
+ **/
321
+ [name: string]: any;
322
+ };
323
+ /**
324
+ * Pallet `Treasury`'s constants
325
+ **/
326
+ treasury: {
327
+ /**
328
+ * Fraction of a proposal's value that should be bonded in order to place the proposal.
329
+ * An accepted proposal gets these back. A rejected proposal does not.
330
+ **/
331
+ proposalBond: Permill;
332
+
333
+ /**
334
+ * Minimum amount of funds that should be placed in a deposit for making a proposal.
335
+ **/
336
+ proposalBondMinimum: bigint;
337
+
338
+ /**
339
+ * Maximum amount of funds that should be placed in a deposit for making a proposal.
340
+ **/
341
+ proposalBondMaximum: bigint | undefined;
342
+
343
+ /**
344
+ * Period between successive spends.
345
+ **/
346
+ spendPeriod: number;
347
+
348
+ /**
349
+ * Percentage of spare funds (if any) that are burnt per spend period.
350
+ **/
351
+ burn: Permill;
352
+
353
+ /**
354
+ * The treasury's pallet id, used for deriving its sovereign account ID.
355
+ **/
356
+ palletId: FrameSupportPalletId;
357
+
358
+ /**
359
+ * The maximum number of approvals that can wait in the spending queue.
360
+ *
361
+ * NOTE: This parameter is also used within the Bounties Pallet extension if enabled.
362
+ **/
363
+ maxApprovals: number;
364
+
365
+ /**
366
+ * Generic pallet constant
367
+ **/
368
+ [name: string]: any;
369
+ };
370
+ /**
371
+ * Pallet `Vesting`'s constants
372
+ **/
373
+ vesting: {
374
+ /**
375
+ * The minimum amount transferred to call `vested_transfer`.
376
+ **/
377
+ minVestedTransfer: bigint;
378
+ maxVestingSchedules: number;
379
+
380
+ /**
381
+ * Generic pallet constant
382
+ **/
383
+ [name: string]: any;
384
+ };
385
+ /**
386
+ * Pallet `Utility`'s constants
387
+ **/
388
+ utility: {
389
+ /**
390
+ * The limit on the number of batched calls.
391
+ **/
392
+ batchedCallsLimit: number;
393
+
394
+ /**
395
+ * Generic pallet constant
396
+ **/
397
+ [name: string]: any;
398
+ };
399
+ /**
400
+ * Pallet `Multisig`'s constants
401
+ **/
402
+ multisig: {
403
+ /**
404
+ * The base amount of currency needed to reserve for creating a multisig execution or to
405
+ * store a dispatch call for later.
406
+ *
407
+ * This is held for an additional storage item whose value size is
408
+ * `4 + sizeof((BlockNumber, Balance, AccountId))` bytes and whose key size is
409
+ * `32 + sizeof(AccountId)` bytes.
410
+ **/
411
+ depositBase: bigint;
412
+
413
+ /**
414
+ * The amount of currency needed per unit threshold when creating a multisig execution.
415
+ *
416
+ * This is held for adding 32 bytes more into a pre-existing storage value.
417
+ **/
418
+ depositFactor: bigint;
419
+
420
+ /**
421
+ * The maximum amount of signatories allowed in the multisig.
422
+ **/
423
+ maxSignatories: number;
424
+
425
+ /**
426
+ * Generic pallet constant
427
+ **/
428
+ [name: string]: any;
429
+ };
430
+ /**
431
+ * Pallet `Sudo`'s constants
432
+ **/
433
+ sudo: {
434
+ /**
435
+ * Generic pallet constant
436
+ **/
437
+ [name: string]: any;
438
+ };
439
+ /**
440
+ * Pallet `Contracts`'s constants
441
+ **/
442
+ contracts: {
443
+ /**
444
+ * Cost schedule and limits.
445
+ **/
446
+ schedule: PalletContractsSchedule;
447
+
448
+ /**
449
+ * The amount of balance a caller has to pay for each byte of storage.
450
+ *
451
+ * # Note
452
+ *
453
+ * Changing this value for an existing chain might need a storage migration.
454
+ **/
455
+ depositPerByte: bigint;
456
+
457
+ /**
458
+ * Fallback value to limit the storage deposit if it's not being set by the caller.
459
+ **/
460
+ defaultDepositLimit: bigint;
461
+
462
+ /**
463
+ * The amount of balance a caller has to pay for each storage item.
464
+ *
465
+ * # Note
466
+ *
467
+ * Changing this value for an existing chain might need a storage migration.
468
+ **/
469
+ depositPerItem: bigint;
470
+
471
+ /**
472
+ * The maximum length of a contract code in bytes.
473
+ *
474
+ * The value should be chosen carefully taking into the account the overall memory limit
475
+ * your runtime has, as well as the [maximum allowed callstack
476
+ * depth](#associatedtype.CallStack). Look into the `integrity_test()` for some insights.
477
+ **/
478
+ maxCodeLen: number;
479
+
480
+ /**
481
+ * The maximum allowable length in bytes for storage keys.
482
+ **/
483
+ maxStorageKeyLen: number;
484
+
485
+ /**
486
+ * Make contract callable functions marked as `#[unstable]` available.
487
+ *
488
+ * Contracts that use `#[unstable]` functions won't be able to be uploaded unless
489
+ * this is set to `true`. This is only meant for testnets and dev nodes in order to
490
+ * experiment with new features.
491
+ *
492
+ * # Warning
493
+ *
494
+ * Do **not** set to `true` on productions chains.
495
+ **/
496
+ unsafeUnstableInterface: boolean;
497
+
498
+ /**
499
+ * The maximum length of the debug buffer in bytes.
500
+ **/
501
+ maxDebugBufferLen: number;
502
+
503
+ /**
504
+ * Generic pallet constant
505
+ **/
506
+ [name: string]: any;
507
+ };
508
+ /**
509
+ * Pallet `NominationPools`'s constants
510
+ **/
511
+ nominationPools: {
512
+ /**
513
+ * The nomination pool's pallet id.
514
+ **/
515
+ palletId: FrameSupportPalletId;
516
+
517
+ /**
518
+ * The maximum pool points-to-balance ratio that an `open` pool can have.
519
+ *
520
+ * This is important in the event slashing takes place and the pool's points-to-balance
521
+ * ratio becomes disproportional.
522
+ *
523
+ * Moreover, this relates to the `RewardCounter` type as well, as the arithmetic operations
524
+ * are a function of number of points, and by setting this value to e.g. 10, you ensure
525
+ * that the total number of points in the system are at most 10 times the total_issuance of
526
+ * the chain, in the absolute worse case.
527
+ *
528
+ * For a value of 10, the threshold would be a pool points-to-balance ratio of 10:1.
529
+ * Such a scenario would also be the equivalent of the pool being 90% slashed.
530
+ **/
531
+ maxPointsToBalance: number;
532
+
533
+ /**
534
+ * Generic pallet constant
535
+ **/
536
+ [name: string]: any;
537
+ };
538
+ /**
539
+ * Pallet `Identity`'s constants
540
+ **/
541
+ identity: {
542
+ /**
543
+ * The amount held on deposit for a registered identity
544
+ **/
545
+ basicDeposit: bigint;
546
+
547
+ /**
548
+ * The amount held on deposit per additional field for a registered identity.
549
+ **/
550
+ fieldDeposit: bigint;
551
+
552
+ /**
553
+ * The amount held on deposit for a registered subaccount. This should account for the fact
554
+ * that one storage item's value will increase by the size of an account ID, and there will
555
+ * be another trie item whose value is the size of an account ID plus 32 bytes.
556
+ **/
557
+ subAccountDeposit: bigint;
558
+
559
+ /**
560
+ * The maximum number of sub-accounts allowed per identified account.
561
+ **/
562
+ maxSubAccounts: number;
563
+
564
+ /**
565
+ * Maximum number of additional fields that may be stored in an ID. Needed to bound the I/O
566
+ * required to access an identity, but can be pretty high.
567
+ **/
568
+ maxAdditionalFields: number;
569
+
570
+ /**
571
+ * Maxmimum number of registrars allowed in the system. Needed to bound the complexity
572
+ * of, e.g., updating judgements.
573
+ **/
574
+ maxRegistrars: number;
575
+
576
+ /**
577
+ * Generic pallet constant
578
+ **/
579
+ [name: string]: any;
580
+ };
581
+ /**
582
+ * Pallet `CommitteeManagement`'s constants
583
+ **/
584
+ committeeManagement: {
585
+ /**
586
+ * Nr of blocks in the session.
587
+ **/
588
+ sessionPeriod: number;
589
+
590
+ /**
591
+ * Generic pallet constant
592
+ **/
593
+ [name: string]: any;
594
+ };
595
+ }