@dedot/chaintypes 0.265.0 → 0.267.0

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 (51) hide show
  1. package/kusama-asset-hub/consts.d.ts +26 -36
  2. package/kusama-asset-hub/errors.d.ts +50 -105
  3. package/kusama-asset-hub/events.d.ts +93 -229
  4. package/kusama-asset-hub/index.d.ts +1 -1
  5. package/kusama-asset-hub/query.d.ts +114 -112
  6. package/kusama-asset-hub/runtime.d.ts +29 -2
  7. package/kusama-asset-hub/tx.d.ts +32 -683
  8. package/kusama-asset-hub/types.d.ts +592 -1490
  9. package/kusama-asset-hub/view-functions.d.ts +38 -2
  10. package/kusama-people/consts.d.ts +2 -1
  11. package/kusama-people/index.d.ts +1 -1
  12. package/kusama-people/query.d.ts +45 -4
  13. package/kusama-people/runtime.d.ts +6 -2
  14. package/kusama-people/tx.d.ts +22 -13
  15. package/kusama-people/types.d.ts +84 -27
  16. package/kusama-people/view-functions.d.ts +42 -1
  17. package/package.json +2 -2
  18. package/paseo-hydration/consts.d.ts +0 -10
  19. package/paseo-hydration/errors.d.ts +57 -4
  20. package/paseo-hydration/events.d.ts +90 -14
  21. package/paseo-hydration/index.d.ts +1 -1
  22. package/paseo-hydration/query.d.ts +48 -0
  23. package/paseo-hydration/tx.d.ts +344 -1
  24. package/paseo-hydration/types.d.ts +11772 -11274
  25. package/paseo-hydration/view-functions.d.ts +32 -1
  26. package/polkadot/consts.d.ts +0 -9
  27. package/polkadot/errors.d.ts +25 -108
  28. package/polkadot/events.d.ts +0 -308
  29. package/polkadot/index.d.ts +3 -1
  30. package/polkadot/query.d.ts +82 -275
  31. package/polkadot/runtime.d.ts +73 -2
  32. package/polkadot/tx.d.ts +60 -375
  33. package/polkadot/types.d.ts +160 -908
  34. package/polkadot/view-functions.d.ts +0 -1
  35. package/polkadot-asset-hub/consts.d.ts +21 -31
  36. package/polkadot-asset-hub/errors.d.ts +50 -105
  37. package/polkadot-asset-hub/events.d.ts +93 -229
  38. package/polkadot-asset-hub/index.d.ts +1 -1
  39. package/polkadot-asset-hub/query.d.ts +114 -112
  40. package/polkadot-asset-hub/runtime.d.ts +29 -2
  41. package/polkadot-asset-hub/tx.d.ts +32 -647
  42. package/polkadot-asset-hub/types.d.ts +575 -1377
  43. package/polkadot-asset-hub/view-functions.d.ts +38 -2
  44. package/polkadot-people/consts.d.ts +2 -1
  45. package/polkadot-people/events.d.ts +20 -0
  46. package/polkadot-people/index.d.ts +3 -1
  47. package/polkadot-people/query.d.ts +45 -4
  48. package/polkadot-people/runtime.d.ts +6 -2
  49. package/polkadot-people/tx.d.ts +22 -13
  50. package/polkadot-people/types.d.ts +104 -28
  51. package/polkadot-people/view-functions.d.ts +38 -1
@@ -72,8 +72,7 @@ export type PolkadotRuntimeRuntimeCall =
72
72
  | { pallet: 'XcmPallet'; palletCall: PalletXcmCall }
73
73
  | { pallet: 'MessageQueue'; palletCall: PalletMessageQueueCall }
74
74
  | { pallet: 'AssetRate'; palletCall: PalletAssetRateCall }
75
- | { pallet: 'Beefy'; palletCall: PalletBeefyCall }
76
- | { pallet: 'RcMigrator'; palletCall: PalletRcMigratorCall };
75
+ | { pallet: 'Beefy'; palletCall: PalletBeefyCall };
77
76
 
78
77
  export type PolkadotRuntimeRuntimeCallLike =
79
78
  | { pallet: 'System'; palletCall: FrameSystemCallLike }
@@ -121,8 +120,7 @@ export type PolkadotRuntimeRuntimeCallLike =
121
120
  | { pallet: 'XcmPallet'; palletCall: PalletXcmCallLike }
122
121
  | { pallet: 'MessageQueue'; palletCall: PalletMessageQueueCallLike }
123
122
  | { pallet: 'AssetRate'; palletCall: PalletAssetRateCallLike }
124
- | { pallet: 'Beefy'; palletCall: PalletBeefyCallLike }
125
- | { pallet: 'RcMigrator'; palletCall: PalletRcMigratorCallLike };
123
+ | { pallet: 'Beefy'; palletCall: PalletBeefyCallLike };
126
124
 
127
125
  /**
128
126
  * Contains a variant per dispatchable extrinsic that this pallet has.
@@ -288,7 +286,10 @@ export type PalletSchedulerCall =
288
286
  };
289
287
  }
290
288
  /**
291
- * Cancel an anonymously scheduled task.
289
+ * Cancel a scheduled task (named or anonymous), by providing the block it is scheduled for
290
+ * execution in, as well as the index of the task in that block's agenda.
291
+ *
292
+ * In the case of a named task, it will remove it from the lookup table as well.
292
293
  **/
293
294
  | { name: 'Cancel'; params: { when: number; index: number } }
294
295
  /**
@@ -346,6 +347,8 @@ export type PalletSchedulerCall =
346
347
  * clones of the original task. Their retry configuration will be derived from the
347
348
  * original task's configuration, but will have a lower value for `remaining` than the
348
349
  * original `total_retries`.
350
+ *
351
+ * This call **cannot** be used to set a retry configuration for a named task.
349
352
  **/
350
353
  | { name: 'SetRetry'; params: { task: [number, number]; retries: number; period: number } }
351
354
  /**
@@ -361,6 +364,8 @@ export type PalletSchedulerCall =
361
364
  * clones of the original task. Their retry configuration will be derived from the
362
365
  * original task's configuration, but will have a lower value for `remaining` than the
363
366
  * original `total_retries`.
367
+ *
368
+ * This is the only way to set a retry configuration for a named task.
364
369
  **/
365
370
  | { name: 'SetRetryNamed'; params: { id: FixedBytes<32>; retries: number; period: number } }
366
371
  /**
@@ -386,7 +391,10 @@ export type PalletSchedulerCallLike =
386
391
  };
387
392
  }
388
393
  /**
389
- * Cancel an anonymously scheduled task.
394
+ * Cancel a scheduled task (named or anonymous), by providing the block it is scheduled for
395
+ * execution in, as well as the index of the task in that block's agenda.
396
+ *
397
+ * In the case of a named task, it will remove it from the lookup table as well.
390
398
  **/
391
399
  | { name: 'Cancel'; params: { when: number; index: number } }
392
400
  /**
@@ -444,6 +452,8 @@ export type PalletSchedulerCallLike =
444
452
  * clones of the original task. Their retry configuration will be derived from the
445
453
  * original task's configuration, but will have a lower value for `remaining` than the
446
454
  * original `total_retries`.
455
+ *
456
+ * This call **cannot** be used to set a retry configuration for a named task.
447
457
  **/
448
458
  | { name: 'SetRetry'; params: { task: [number, number]; retries: number; period: number } }
449
459
  /**
@@ -459,6 +469,8 @@ export type PalletSchedulerCallLike =
459
469
  * clones of the original task. Their retry configuration will be derived from the
460
470
  * original task's configuration, but will have a lower value for `remaining` than the
461
471
  * original `total_retries`.
472
+ *
473
+ * This is the only way to set a retry configuration for a named task.
462
474
  **/
463
475
  | { name: 'SetRetryNamed'; params: { id: FixedBytes<32>; retries: number; period: number } }
464
476
  /**
@@ -1453,7 +1465,7 @@ export type PalletStakingPalletCall =
1453
1465
  *
1454
1466
  * If a validator has more than [`Config::MaxExposurePageSize`] nominators backing
1455
1467
  * them, then the list of nominators is paged, with each page being capped at
1456
- * [`Config::MaxExposurePageSize`.] If a validator has more than one page of nominators,
1468
+ * [`Config::MaxExposurePageSize`]. If a validator has more than one page of nominators,
1457
1469
  * the call needs to be made for each page separately in order for all the nominators
1458
1470
  * backing a validator to receive the reward. The nominators are not sorted across pages
1459
1471
  * and so it should not be assumed the highest staker would be on the topmost page and vice
@@ -1936,7 +1948,7 @@ export type PalletStakingPalletCallLike =
1936
1948
  *
1937
1949
  * If a validator has more than [`Config::MaxExposurePageSize`] nominators backing
1938
1950
  * them, then the list of nominators is paged, with each page being capped at
1939
- * [`Config::MaxExposurePageSize`.] If a validator has more than one page of nominators,
1951
+ * [`Config::MaxExposurePageSize`]. If a validator has more than one page of nominators,
1940
1952
  * the call needs to be made for each page separately in order for all the nominators
1941
1953
  * backing a validator to receive the reward. The nominators are not sorted across pages
1942
1954
  * and so it should not be assumed the highest staker would be on the topmost page and vice
@@ -2050,14 +2062,16 @@ export type PalletStakingUnlockChunk = { value: bigint; era: number };
2050
2062
  export type PalletSessionCall =
2051
2063
  /**
2052
2064
  * Sets the session key(s) of the function caller to `keys`.
2065
+ *
2053
2066
  * Allows an account to set its session key prior to becoming a validator.
2054
2067
  * This doesn't take effect until the next session.
2055
2068
  *
2056
- * The dispatch origin of this function must be signed.
2057
- *
2058
- * ## Complexity
2059
- * - `O(1)`. Actual cost depends on the number of length of `T::Keys::key_ids()` which is
2060
- * fixed.
2069
+ * - `origin`: The dispatch origin of this function must be signed.
2070
+ * - `keys`: The new session keys to set. These are the public keys of all sessions keys
2071
+ * setup in the runtime.
2072
+ * - `proof`: The proof that `origin` has access to the private keys of `keys`. See
2073
+ * [`impl_opaque_keys`](sp_runtime::impl_opaque_keys) for more information about the
2074
+ * proof format.
2061
2075
  **/
2062
2076
  | { name: 'SetKeys'; params: { keys: PolkadotRuntimeSessionKeys; proof: Bytes } }
2063
2077
  /**
@@ -2069,24 +2083,22 @@ export type PalletSessionCall =
2069
2083
  * convertible to a validator ID using the chain's typical addressing system (this usually
2070
2084
  * means being a controller account) or directly convertible into a validator ID (which
2071
2085
  * usually means being a stash account).
2072
- *
2073
- * ## Complexity
2074
- * - `O(1)` in number of key types. Actual cost depends on the number of length of
2075
- * `T::Keys::key_ids()` which is fixed.
2076
2086
  **/
2077
2087
  | { name: 'PurgeKeys' };
2078
2088
 
2079
2089
  export type PalletSessionCallLike =
2080
2090
  /**
2081
2091
  * Sets the session key(s) of the function caller to `keys`.
2092
+ *
2082
2093
  * Allows an account to set its session key prior to becoming a validator.
2083
2094
  * This doesn't take effect until the next session.
2084
2095
  *
2085
- * The dispatch origin of this function must be signed.
2086
- *
2087
- * ## Complexity
2088
- * - `O(1)`. Actual cost depends on the number of length of `T::Keys::key_ids()` which is
2089
- * fixed.
2096
+ * - `origin`: The dispatch origin of this function must be signed.
2097
+ * - `keys`: The new session keys to set. These are the public keys of all sessions keys
2098
+ * setup in the runtime.
2099
+ * - `proof`: The proof that `origin` has access to the private keys of `keys`. See
2100
+ * [`impl_opaque_keys`](sp_runtime::impl_opaque_keys) for more information about the
2101
+ * proof format.
2090
2102
  **/
2091
2103
  | { name: 'SetKeys'; params: { keys: PolkadotRuntimeSessionKeys; proof: BytesLike } }
2092
2104
  /**
@@ -2098,10 +2110,6 @@ export type PalletSessionCallLike =
2098
2110
  * convertible to a validator ID using the chain's typical addressing system (this usually
2099
2111
  * means being a controller account) or directly convertible into a validator ID (which
2100
2112
  * usually means being a stash account).
2101
- *
2102
- * ## Complexity
2103
- * - `O(1)` in number of key types. Actual cost depends on the number of length of
2104
- * `T::Keys::key_ids()` which is fixed.
2105
2113
  **/
2106
2114
  | { name: 'PurgeKeys' };
2107
2115
 
@@ -4327,7 +4335,9 @@ export type PalletMultisigCall =
4327
4335
  * Register approval for a dispatch to be made from a deterministic composite account if
4328
4336
  * approved by a total of `threshold - 1` of `other_signatories`.
4329
4337
  *
4330
- * If there are enough, then dispatch the call.
4338
+ * **If the approval threshold is met (including the sender's approval), this will
4339
+ * immediately execute the call.** This is the only way to execute a multisig call -
4340
+ * `approve_as_multi` will never trigger execution.
4331
4341
  *
4332
4342
  * Payment: `DepositBase` will be reserved if this is the first approval, plus
4333
4343
  * `threshold` times `DepositFactor`. It is returned once this dispatch happens or
@@ -4343,8 +4353,9 @@ export type PalletMultisigCall =
4343
4353
  * transaction index) of the first approval transaction.
4344
4354
  * - `call`: The call to be executed.
4345
4355
  *
4346
- * NOTE: Unless this is the final approval, you will generally want to use
4347
- * `approve_as_multi` instead, since it only requires a hash of the call.
4356
+ * NOTE: For intermediate approvals (not the final approval), you should generally use
4357
+ * `approve_as_multi` instead, since it only requires a hash of the call and is more
4358
+ * efficient.
4348
4359
  *
4349
4360
  * Result is equivalent to the dispatched result if `threshold` is exactly `1`. Otherwise
4350
4361
  * on success, result is `Ok` and the result from the interior call, if it was executed,
@@ -4378,6 +4389,13 @@ export type PalletMultisigCall =
4378
4389
  * Register approval for a dispatch to be made from a deterministic composite account if
4379
4390
  * approved by a total of `threshold - 1` of `other_signatories`.
4380
4391
  *
4392
+ * **This function will NEVER execute the call, even if the approval threshold is
4393
+ * reached.** It only registers approval. To actually execute the call, `as_multi` must
4394
+ * be called with the full call data by any of the signatories.
4395
+ *
4396
+ * This function is more efficient than `as_multi` for intermediate approvals since it
4397
+ * only requires the call hash, not the full call data.
4398
+ *
4381
4399
  * Payment: `DepositBase` will be reserved if this is the first approval, plus
4382
4400
  * `threshold` times `DepositFactor`. It is returned once this dispatch happens or
4383
4401
  * is cancelled.
@@ -4392,7 +4410,8 @@ export type PalletMultisigCall =
4392
4410
  * transaction index) of the first approval transaction.
4393
4411
  * - `call_hash`: The hash of the call to be executed.
4394
4412
  *
4395
- * NOTE: If this is the final approval, you will want to use `as_multi` instead.
4413
+ * NOTE: To execute the call after approvals are gathered, any signatory must call
4414
+ * `as_multi` with the full call data. This function cannot execute the call.
4396
4415
  *
4397
4416
  * ## Complexity
4398
4417
  * - `O(S)`.
@@ -4491,7 +4510,9 @@ export type PalletMultisigCallLike =
4491
4510
  * Register approval for a dispatch to be made from a deterministic composite account if
4492
4511
  * approved by a total of `threshold - 1` of `other_signatories`.
4493
4512
  *
4494
- * If there are enough, then dispatch the call.
4513
+ * **If the approval threshold is met (including the sender's approval), this will
4514
+ * immediately execute the call.** This is the only way to execute a multisig call -
4515
+ * `approve_as_multi` will never trigger execution.
4495
4516
  *
4496
4517
  * Payment: `DepositBase` will be reserved if this is the first approval, plus
4497
4518
  * `threshold` times `DepositFactor`. It is returned once this dispatch happens or
@@ -4507,8 +4528,9 @@ export type PalletMultisigCallLike =
4507
4528
  * transaction index) of the first approval transaction.
4508
4529
  * - `call`: The call to be executed.
4509
4530
  *
4510
- * NOTE: Unless this is the final approval, you will generally want to use
4511
- * `approve_as_multi` instead, since it only requires a hash of the call.
4531
+ * NOTE: For intermediate approvals (not the final approval), you should generally use
4532
+ * `approve_as_multi` instead, since it only requires a hash of the call and is more
4533
+ * efficient.
4512
4534
  *
4513
4535
  * Result is equivalent to the dispatched result if `threshold` is exactly `1`. Otherwise
4514
4536
  * on success, result is `Ok` and the result from the interior call, if it was executed,
@@ -4542,6 +4564,13 @@ export type PalletMultisigCallLike =
4542
4564
  * Register approval for a dispatch to be made from a deterministic composite account if
4543
4565
  * approved by a total of `threshold - 1` of `other_signatories`.
4544
4566
  *
4567
+ * **This function will NEVER execute the call, even if the approval threshold is
4568
+ * reached.** It only registers approval. To actually execute the call, `as_multi` must
4569
+ * be called with the full call data by any of the signatories.
4570
+ *
4571
+ * This function is more efficient than `as_multi` for intermediate approvals since it
4572
+ * only requires the call hash, not the full call data.
4573
+ *
4545
4574
  * Payment: `DepositBase` will be reserved if this is the first approval, plus
4546
4575
  * `threshold` times `DepositFactor`. It is returned once this dispatch happens or
4547
4576
  * is cancelled.
@@ -4556,7 +4585,8 @@ export type PalletMultisigCallLike =
4556
4585
  * transaction index) of the first approval transaction.
4557
4586
  * - `call_hash`: The hash of the call to be executed.
4558
4587
  *
4559
- * NOTE: If this is the final approval, you will want to use `as_multi` instead.
4588
+ * NOTE: To execute the call after approvals are gathered, any signatory must call
4589
+ * `as_multi` with the full call data. This function cannot execute the call.
4560
4590
  *
4561
4591
  * ## Complexity
4562
4592
  * - `O(S)`.
@@ -6686,7 +6716,11 @@ export type PolkadotRuntimeParachainsConfigurationPalletCall =
6686
6716
  /**
6687
6717
  * Set scheduler-params.
6688
6718
  **/
6689
- | { name: 'SetSchedulerParams'; params: { new: PolkadotPrimitivesV9SchedulerParams } };
6719
+ | { name: 'SetSchedulerParams'; params: { new: PolkadotPrimitivesVstagingSchedulerParams } }
6720
+ /**
6721
+ * Set the maximum relay parent session age.
6722
+ **/
6723
+ | { name: 'SetMaxRelayParentSessionAge'; params: { new: number } };
6690
6724
 
6691
6725
  export type PolkadotRuntimeParachainsConfigurationPalletCallLike =
6692
6726
  /**
@@ -6882,7 +6916,11 @@ export type PolkadotRuntimeParachainsConfigurationPalletCallLike =
6882
6916
  /**
6883
6917
  * Set scheduler-params.
6884
6918
  **/
6885
- | { name: 'SetSchedulerParams'; params: { new: PolkadotPrimitivesV9SchedulerParams } };
6919
+ | { name: 'SetSchedulerParams'; params: { new: PolkadotPrimitivesVstagingSchedulerParams } }
6920
+ /**
6921
+ * Set the maximum relay parent session age.
6922
+ **/
6923
+ | { name: 'SetMaxRelayParentSessionAge'; params: { new: number } };
6886
6924
 
6887
6925
  export type PolkadotPrimitivesV9AsyncBackingAsyncBackingParams = {
6888
6926
  maxCandidateDepth: number;
@@ -6898,26 +6936,27 @@ export type PolkadotPrimitivesV9ExecutorParamsExecutorParam =
6898
6936
  | { type: 'PrecheckingMaxMemory'; value: bigint }
6899
6937
  | { type: 'PvfPrepTimeout'; value: [PolkadotPrimitivesV9PvfPrepKind, bigint] }
6900
6938
  | { type: 'PvfExecTimeout'; value: [PolkadotPrimitivesV9PvfExecKind, bigint] }
6901
- | { type: 'WasmExtBulkMemory' };
6939
+ | { type: 'WasmExtBulkMemory' }
6940
+ | { type: 'EnabledHostFunction'; value: PolkadotPrimitivesV9ExecutorParamsExecutorHostFunction };
6902
6941
 
6903
6942
  export type PolkadotPrimitivesV9PvfPrepKind = 'Precheck' | 'Prepare';
6904
6943
 
6905
6944
  export type PolkadotPrimitivesV9PvfExecKind = 'Backing' | 'Approval';
6906
6945
 
6946
+ export type PolkadotPrimitivesV9ExecutorParamsExecutorHostFunction = 'EccRfc163';
6947
+
6907
6948
  export type PolkadotPrimitivesV9ApprovalVotingParams = { maxApprovalCoalesceCount: number };
6908
6949
 
6909
- export type PolkadotPrimitivesV9SchedulerParams = {
6950
+ export type PolkadotPrimitivesVstagingSchedulerParams = {
6910
6951
  groupRotationFrequency: number;
6911
6952
  parasAvailabilityPeriod: number;
6912
6953
  maxValidatorsPerCore?: number | undefined;
6913
6954
  lookahead: number;
6914
6955
  numCores: number;
6915
- maxAvailabilityTimeouts: number;
6916
6956
  onDemandQueueMaxSize: number;
6917
6957
  onDemandTargetQueueUtilization: Perbill;
6918
6958
  onDemandFeeVariability: Perbill;
6919
6959
  onDemandBaseFee: bigint;
6920
- ttl: number;
6921
6960
  };
6922
6961
 
6923
6962
  /**
@@ -6984,20 +7023,20 @@ export type PolkadotPrimitivesV9CommittedCandidateReceiptV2 = {
6984
7023
  export type PolkadotPrimitivesV9CandidateDescriptorV2 = {
6985
7024
  paraId: PolkadotParachainPrimitivesPrimitivesId;
6986
7025
  relayParent: H256;
6987
- version: PolkadotPrimitivesV9InternalVersion;
7026
+ version: number;
6988
7027
  coreIndex: number;
6989
7028
  sessionIndex: number;
6990
- reserved1: FixedBytes<25>;
7029
+ schedulingSessionOffset: number;
7030
+ reserved1: FixedBytes<24>;
6991
7031
  persistedValidationDataHash: H256;
6992
7032
  povHash: H256;
6993
7033
  erasureRoot: H256;
6994
- reserved2: FixedBytes<64>;
7034
+ schedulingParent: H256;
7035
+ reserved2: FixedBytes<32>;
6995
7036
  paraHead: H256;
6996
7037
  validationCodeHash: PolkadotParachainPrimitivesPrimitivesValidationCodeHash;
6997
7038
  };
6998
7039
 
6999
- export type PolkadotPrimitivesV9InternalVersion = number;
7000
-
7001
7040
  export type PolkadotParachainPrimitivesPrimitivesValidationCodeHash = H256;
7002
7041
 
7003
7042
  export type PolkadotPrimitivesV9CandidateCommitments = {
@@ -8444,7 +8483,7 @@ export type SpRuntimeMultiSignature =
8444
8483
  | { type: 'Eth'; value: FixedBytes<65> };
8445
8484
 
8446
8485
  /**
8447
- * Contains a variant per dispatchable extrinsic that this pallet has.
8486
+ * Extrinsics to be called by the Coretime chain.
8448
8487
  **/
8449
8488
  export type PolkadotRuntimeParachainsCoretimePalletCall =
8450
8489
  /**
@@ -8481,7 +8520,7 @@ export type PolkadotRuntimeParachainsCoretimePalletCall =
8481
8520
  core: number;
8482
8521
  begin: number;
8483
8522
  assignment: Array<
8484
- [PalletBrokerCoretimeInterfaceCoreAssignment, PolkadotRuntimeParachainsAssignerCoretimePartsOf57600]
8523
+ [PalletBrokerCoretimeInterfaceCoreAssignment, PolkadotRuntimeParachainsSchedulerAssignerCoretimePartsOf57600]
8485
8524
  >;
8486
8525
  endHint?: number | undefined;
8487
8526
  };
@@ -8522,7 +8561,7 @@ export type PolkadotRuntimeParachainsCoretimePalletCallLike =
8522
8561
  core: number;
8523
8562
  begin: number;
8524
8563
  assignment: Array<
8525
- [PalletBrokerCoretimeInterfaceCoreAssignment, PolkadotRuntimeParachainsAssignerCoretimePartsOf57600]
8564
+ [PalletBrokerCoretimeInterfaceCoreAssignment, PolkadotRuntimeParachainsSchedulerAssignerCoretimePartsOf57600]
8526
8565
  >;
8527
8566
  endHint?: number | undefined;
8528
8567
  };
@@ -8533,7 +8572,7 @@ export type PalletBrokerCoretimeInterfaceCoreAssignment =
8533
8572
  | { type: 'Pool' }
8534
8573
  | { type: 'Task'; value: number };
8535
8574
 
8536
- export type PolkadotRuntimeParachainsAssignerCoretimePartsOf57600 = number;
8575
+ export type PolkadotRuntimeParachainsSchedulerAssignerCoretimePartsOf57600 = number;
8537
8576
 
8538
8577
  /**
8539
8578
  * Contains a variant per dispatchable extrinsic that this pallet has.
@@ -10286,460 +10325,7 @@ export type SpMmrPrimitivesAncestryProof = {
10286
10325
 
10287
10326
  export type SpConsensusBeefyFutureBlockVotingProof = { vote: SpConsensusBeefyVoteMessage };
10288
10327
 
10289
- /**
10290
- * Contains a variant per dispatchable extrinsic that this pallet has.
10291
- **/
10292
- export type PalletRcMigratorCall =
10293
- /**
10294
- * Set the migration stage.
10295
- *
10296
- * This call is intended for emergency use only and is guarded by the
10297
- * [`Config::AdminOrigin`].
10298
- **/
10299
- | { name: 'ForceSetStage'; params: { stage: PalletRcMigratorMigrationStage } }
10300
- /**
10301
- * Schedule the migration to start at a given moment.
10302
- *
10303
- * ### Parameters:
10304
- * - `start`: The block number at which the migration will start. `DispatchTime` calculated
10305
- * at the moment of the extrinsic execution.
10306
- * - `warm_up`: Duration or timepoint that will be used to prepare for the migration. Calls
10307
- * are filtered during this period. It is intended to give enough time for UMP and DMP
10308
- * queues to empty. `DispatchTime` calculated at the moment of the transition to the
10309
- * warm-up stage.
10310
- * - `cool_off`: The block number at which the post migration cool-off period will end. The
10311
- * `DispatchTime` calculated at the moment of the transition to the cool-off stage.
10312
- * - `unsafe_ignore_staking_lock_check`: ONLY FOR TESTING. Ignore the check whether the
10313
- * scheduled time point is far enough in the future.
10314
- *
10315
- * Note: If the staking election for next era is already complete, and the next
10316
- * validator set is queued in `pallet-session`, we want to avoid starting the data
10317
- * migration at this point as it can lead to some missed validator rewards. To address
10318
- * this, we stop staking election at the start of migration and must wait atleast 1
10319
- * session (set via warm_up) before starting the data migration.
10320
- *
10321
- * Read [`MigrationStage::Scheduled`] documentation for more details.
10322
- **/
10323
- | {
10324
- name: 'ScheduleMigration';
10325
- params: {
10326
- start: FrameSupportScheduleDispatchTime;
10327
- warmUp: FrameSupportScheduleDispatchTime;
10328
- coolOff: FrameSupportScheduleDispatchTime;
10329
- unsafeIgnoreStakingLockCheck: boolean;
10330
- };
10331
- }
10332
- /**
10333
- * Start the data migration.
10334
- *
10335
- * This is typically called by the Asset Hub to indicate it's readiness to receive the
10336
- * migration data.
10337
- **/
10338
- | { name: 'StartDataMigration' }
10339
- /**
10340
- * Receive a query response from the Asset Hub for a previously sent xcm message.
10341
- **/
10342
- | { name: 'ReceiveQueryResponse'; params: { queryId: bigint; response: StagingXcmV5Response } }
10343
- /**
10344
- * Resend a previously sent and unconfirmed XCM message.
10345
- **/
10346
- | { name: 'ResendXcm'; params: { queryId: bigint } }
10347
- /**
10348
- * Set the unprocessed message buffer size.
10349
- *
10350
- * `None` means to use the configuration value.
10351
- **/
10352
- | { name: 'SetUnprocessedMsgBuffer'; params: { new?: number | undefined } }
10353
- /**
10354
- * Set the AH UMP queue priority configuration.
10355
- *
10356
- * Can only be called by the `AdminOrigin`.
10357
- **/
10358
- | { name: 'SetAhUmpQueuePriority'; params: { new: PalletRcMigratorQueuePriority } }
10359
- /**
10360
- * Set the manager account id.
10361
- *
10362
- * The manager has the similar to [`Config::AdminOrigin`] privileges except that it
10363
- * can not set the manager account id via `set_manager` call.
10364
- **/
10365
- | { name: 'SetManager'; params: { new?: AccountId32 | undefined } }
10366
- /**
10367
- * XCM send call identical to the [`pallet_xcm::Pallet::send`] call but with the
10368
- * [Config::SendXcm] router which will be able to send messages to the Asset Hub during
10369
- * the migration.
10370
- **/
10371
- | { name: 'SendXcmMessage'; params: { dest: XcmVersionedLocation; message: XcmVersionedXcm } }
10372
- /**
10373
- * Set the accounts to be preserved on Relay Chain during the migration.
10374
- *
10375
- * The accounts must have no consumers references.
10376
- **/
10377
- | { name: 'PreserveAccounts'; params: { accounts: Array<AccountId32> } }
10378
- /**
10379
- * Set the canceller account id.
10380
- *
10381
- * The canceller can only stop scheduled migration.
10382
- **/
10383
- | { name: 'SetCanceller'; params: { new?: AccountId32 | undefined } }
10384
- /**
10385
- * Pause the migration.
10386
- **/
10387
- | { name: 'PauseMigration' }
10388
- /**
10389
- * Cancel the migration.
10390
- *
10391
- * Migration can only be cancelled if it is in the [`MigrationStage::Scheduled`] state.
10392
- **/
10393
- | { name: 'CancelMigration' }
10394
- /**
10395
- * Vote on behalf of any of the members in `MultisigMembers`.
10396
- *
10397
- * Unsigned extrinsic, requiring the `payload` to be signed.
10398
- *
10399
- * Upon each call, a new entry is created in `ManagerMultisigs` map the `payload.call` to
10400
- * be dispatched. Once `MultisigThreshold` is reached, the entire map is deleted, and we
10401
- * move on to the next round.
10402
- *
10403
- * The round system ensures that signatures from older round cannot be reused.
10404
- **/
10405
- | {
10406
- name: 'VoteManagerMultisig';
10407
- params: { payload: PalletRcMigratorManagerMultisigVote; sig: SpRuntimeMultiSignature };
10408
- }
10409
- /**
10410
- * Set the migration settings. Can only be done by admin or manager.
10411
- **/
10412
- | { name: 'SetSettings'; params: { settings?: PalletRcMigratorMigrationSettings | undefined } };
10413
-
10414
- export type PalletRcMigratorCallLike =
10415
- /**
10416
- * Set the migration stage.
10417
- *
10418
- * This call is intended for emergency use only and is guarded by the
10419
- * [`Config::AdminOrigin`].
10420
- **/
10421
- | { name: 'ForceSetStage'; params: { stage: PalletRcMigratorMigrationStage } }
10422
- /**
10423
- * Schedule the migration to start at a given moment.
10424
- *
10425
- * ### Parameters:
10426
- * - `start`: The block number at which the migration will start. `DispatchTime` calculated
10427
- * at the moment of the extrinsic execution.
10428
- * - `warm_up`: Duration or timepoint that will be used to prepare for the migration. Calls
10429
- * are filtered during this period. It is intended to give enough time for UMP and DMP
10430
- * queues to empty. `DispatchTime` calculated at the moment of the transition to the
10431
- * warm-up stage.
10432
- * - `cool_off`: The block number at which the post migration cool-off period will end. The
10433
- * `DispatchTime` calculated at the moment of the transition to the cool-off stage.
10434
- * - `unsafe_ignore_staking_lock_check`: ONLY FOR TESTING. Ignore the check whether the
10435
- * scheduled time point is far enough in the future.
10436
- *
10437
- * Note: If the staking election for next era is already complete, and the next
10438
- * validator set is queued in `pallet-session`, we want to avoid starting the data
10439
- * migration at this point as it can lead to some missed validator rewards. To address
10440
- * this, we stop staking election at the start of migration and must wait atleast 1
10441
- * session (set via warm_up) before starting the data migration.
10442
- *
10443
- * Read [`MigrationStage::Scheduled`] documentation for more details.
10444
- **/
10445
- | {
10446
- name: 'ScheduleMigration';
10447
- params: {
10448
- start: FrameSupportScheduleDispatchTime;
10449
- warmUp: FrameSupportScheduleDispatchTime;
10450
- coolOff: FrameSupportScheduleDispatchTime;
10451
- unsafeIgnoreStakingLockCheck: boolean;
10452
- };
10453
- }
10454
- /**
10455
- * Start the data migration.
10456
- *
10457
- * This is typically called by the Asset Hub to indicate it's readiness to receive the
10458
- * migration data.
10459
- **/
10460
- | { name: 'StartDataMigration' }
10461
- /**
10462
- * Receive a query response from the Asset Hub for a previously sent xcm message.
10463
- **/
10464
- | { name: 'ReceiveQueryResponse'; params: { queryId: bigint; response: StagingXcmV5Response } }
10465
- /**
10466
- * Resend a previously sent and unconfirmed XCM message.
10467
- **/
10468
- | { name: 'ResendXcm'; params: { queryId: bigint } }
10469
- /**
10470
- * Set the unprocessed message buffer size.
10471
- *
10472
- * `None` means to use the configuration value.
10473
- **/
10474
- | { name: 'SetUnprocessedMsgBuffer'; params: { new?: number | undefined } }
10475
- /**
10476
- * Set the AH UMP queue priority configuration.
10477
- *
10478
- * Can only be called by the `AdminOrigin`.
10479
- **/
10480
- | { name: 'SetAhUmpQueuePriority'; params: { new: PalletRcMigratorQueuePriority } }
10481
- /**
10482
- * Set the manager account id.
10483
- *
10484
- * The manager has the similar to [`Config::AdminOrigin`] privileges except that it
10485
- * can not set the manager account id via `set_manager` call.
10486
- **/
10487
- | { name: 'SetManager'; params: { new?: AccountId32Like | undefined } }
10488
- /**
10489
- * XCM send call identical to the [`pallet_xcm::Pallet::send`] call but with the
10490
- * [Config::SendXcm] router which will be able to send messages to the Asset Hub during
10491
- * the migration.
10492
- **/
10493
- | { name: 'SendXcmMessage'; params: { dest: XcmVersionedLocation; message: XcmVersionedXcm } }
10494
- /**
10495
- * Set the accounts to be preserved on Relay Chain during the migration.
10496
- *
10497
- * The accounts must have no consumers references.
10498
- **/
10499
- | { name: 'PreserveAccounts'; params: { accounts: Array<AccountId32Like> } }
10500
- /**
10501
- * Set the canceller account id.
10502
- *
10503
- * The canceller can only stop scheduled migration.
10504
- **/
10505
- | { name: 'SetCanceller'; params: { new?: AccountId32Like | undefined } }
10506
- /**
10507
- * Pause the migration.
10508
- **/
10509
- | { name: 'PauseMigration' }
10510
- /**
10511
- * Cancel the migration.
10512
- *
10513
- * Migration can only be cancelled if it is in the [`MigrationStage::Scheduled`] state.
10514
- **/
10515
- | { name: 'CancelMigration' }
10516
- /**
10517
- * Vote on behalf of any of the members in `MultisigMembers`.
10518
- *
10519
- * Unsigned extrinsic, requiring the `payload` to be signed.
10520
- *
10521
- * Upon each call, a new entry is created in `ManagerMultisigs` map the `payload.call` to
10522
- * be dispatched. Once `MultisigThreshold` is reached, the entire map is deleted, and we
10523
- * move on to the next round.
10524
- *
10525
- * The round system ensures that signatures from older round cannot be reused.
10526
- **/
10527
- | {
10528
- name: 'VoteManagerMultisig';
10529
- params: { payload: PalletRcMigratorManagerMultisigVote; sig: SpRuntimeMultiSignature };
10530
- }
10531
- /**
10532
- * Set the migration settings. Can only be done by admin or manager.
10533
- **/
10534
- | { name: 'SetSettings'; params: { settings?: PalletRcMigratorMigrationSettings | undefined } };
10535
-
10536
- export type PalletRcMigratorMigrationStage =
10537
- | { type: 'Pending' }
10538
- | { type: 'MigrationPaused' }
10539
- | { type: 'Scheduled'; value: { start: number } }
10540
- | { type: 'WaitingForAh' }
10541
- | { type: 'WarmUp'; value: { endAt: number } }
10542
- | { type: 'Starting' }
10543
- | { type: 'PureProxyCandidatesMigrationInit' }
10544
- | { type: 'AccountsMigrationInit' }
10545
- | { type: 'AccountsMigrationOngoing'; value: { lastKey?: AccountId32 | undefined } }
10546
- | { type: 'AccountsMigrationDone' }
10547
- | { type: 'MultisigMigrationInit' }
10548
- | { type: 'MultisigMigrationOngoing'; value: { lastKey?: [AccountId32, FixedBytes<32>] | undefined } }
10549
- | { type: 'MultisigMigrationDone' }
10550
- | { type: 'ClaimsMigrationInit' }
10551
- | { type: 'ClaimsMigrationOngoing'; value: { currentKey?: PalletRcMigratorClaimsClaimsStage | undefined } }
10552
- | { type: 'ClaimsMigrationDone' }
10553
- | { type: 'ProxyMigrationInit' }
10554
- | { type: 'ProxyMigrationProxies'; value: { lastKey?: AccountId32 | undefined } }
10555
- | { type: 'ProxyMigrationAnnouncements'; value: { lastKey?: AccountId32 | undefined } }
10556
- | { type: 'ProxyMigrationDone' }
10557
- | { type: 'PreimageMigrationInit' }
10558
- | { type: 'PreimageMigrationChunksOngoing'; value: { lastKey?: [[H256, number], number] | undefined } }
10559
- | { type: 'PreimageMigrationChunksDone' }
10560
- | { type: 'PreimageMigrationRequestStatusOngoing'; value: { nextKey?: H256 | undefined } }
10561
- | { type: 'PreimageMigrationRequestStatusDone' }
10562
- | { type: 'PreimageMigrationLegacyRequestStatusInit' }
10563
- | { type: 'PreimageMigrationLegacyRequestStatusOngoing'; value: { nextKey?: H256 | undefined } }
10564
- | { type: 'PreimageMigrationLegacyRequestStatusDone' }
10565
- | { type: 'PreimageMigrationDone' }
10566
- | { type: 'NomPoolsMigrationInit' }
10567
- | { type: 'NomPoolsMigrationOngoing'; value: { nextKey?: PalletRcMigratorStakingNomPoolsNomPoolsStage | undefined } }
10568
- | { type: 'NomPoolsMigrationDone' }
10569
- | { type: 'VestingMigrationInit' }
10570
- | { type: 'VestingMigrationOngoing'; value: { nextKey?: AccountId32 | undefined } }
10571
- | { type: 'VestingMigrationDone' }
10572
- | { type: 'DelegatedStakingMigrationInit' }
10573
- | {
10574
- type: 'DelegatedStakingMigrationOngoing';
10575
- value: { nextKey?: PalletRcMigratorStakingDelegatedStakingDelegatedStakingStage | undefined };
10576
- }
10577
- | { type: 'DelegatedStakingMigrationDone' }
10578
- | { type: 'IndicesMigrationInit' }
10579
- | { type: 'IndicesMigrationOngoing'; value: { nextKey?: [] | undefined } }
10580
- | { type: 'IndicesMigrationDone' }
10581
- | { type: 'ReferendaMigrationInit' }
10582
- | { type: 'ReferendaMigrationOngoing'; value: { lastKey?: PalletRcMigratorReferendaReferendaStage | undefined } }
10583
- | { type: 'ReferendaMigrationDone' }
10584
- | { type: 'BagsListMigrationInit' }
10585
- | { type: 'BagsListMigrationOngoing'; value: { nextKey?: PalletRcMigratorStakingBagsListBagsListStage | undefined } }
10586
- | { type: 'BagsListMigrationDone' }
10587
- | { type: 'SchedulerMigrationInit' }
10588
- | { type: 'SchedulerMigrationOngoing'; value: { lastKey?: PalletRcMigratorSchedulerSchedulerStage | undefined } }
10589
- | { type: 'SchedulerAgendaMigrationOngoing'; value: { lastKey?: number | undefined } }
10590
- | { type: 'SchedulerMigrationDone' }
10591
- | { type: 'ConvictionVotingMigrationInit' }
10592
- | {
10593
- type: 'ConvictionVotingMigrationOngoing';
10594
- value: { lastKey?: PalletRcMigratorConvictionVotingConvictionVotingStage | undefined };
10595
- }
10596
- | { type: 'ConvictionVotingMigrationDone' }
10597
- | { type: 'BountiesMigrationInit' }
10598
- | { type: 'BountiesMigrationOngoing'; value: { lastKey?: PalletRcMigratorBountiesBountiesStage | undefined } }
10599
- | { type: 'BountiesMigrationDone' }
10600
- | { type: 'ChildBountiesMigrationInit' }
10601
- | {
10602
- type: 'ChildBountiesMigrationOngoing';
10603
- value: { lastKey?: PalletRcMigratorChildBountiesChildBountiesStage | undefined };
10604
- }
10605
- | { type: 'ChildBountiesMigrationDone' }
10606
- | { type: 'AssetRateMigrationInit' }
10607
- | {
10608
- type: 'AssetRateMigrationOngoing';
10609
- value: { lastKey?: PolkadotRuntimeCommonImplsVersionedLocatableAsset | undefined };
10610
- }
10611
- | { type: 'AssetRateMigrationDone' }
10612
- | { type: 'CrowdloanMigrationInit' }
10613
- | { type: 'CrowdloanMigrationOngoing'; value: { lastKey?: PalletRcMigratorCrowdloanCrowdloanStage | undefined } }
10614
- | { type: 'CrowdloanMigrationDone' }
10615
- | { type: 'TreasuryMigrationInit' }
10616
- | { type: 'TreasuryMigrationOngoing'; value: { lastKey?: PalletRcMigratorTreasuryTreasuryStage | undefined } }
10617
- | { type: 'TreasuryMigrationDone' }
10618
- | { type: 'StakingMigrationInit' }
10619
- | { type: 'StakingMigrationOngoing'; value: { nextKey?: PalletRcMigratorStakingStakingImplStakingStage | undefined } }
10620
- | { type: 'StakingMigrationDone' }
10621
- | { type: 'CoolOff'; value: { endAt: number } }
10622
- | { type: 'SignalMigrationFinish' }
10623
- | { type: 'MigrationDone' };
10624
-
10625
- export type PalletRcMigratorClaimsClaimsStage =
10626
- | { type: 'StorageValues' }
10627
- | { type: 'Claims'; value?: EthereumAddress | undefined }
10628
- | { type: 'Vesting'; value?: EthereumAddress | undefined }
10629
- | { type: 'Signing'; value?: EthereumAddress | undefined }
10630
- | { type: 'Preclaims'; value?: AccountId32 | undefined }
10631
- | { type: 'Finished' };
10632
-
10633
- export type PalletRcMigratorStakingNomPoolsNomPoolsStage =
10634
- | { type: 'StorageValues' }
10635
- | { type: 'PoolMembers'; value?: AccountId32 | undefined }
10636
- | { type: 'BondedPools'; value?: number | undefined }
10637
- | { type: 'RewardPools'; value?: number | undefined }
10638
- | { type: 'SubPoolsStorage'; value?: number | undefined }
10639
- | { type: 'Metadata'; value?: number | undefined }
10640
- | { type: 'ReversePoolIdLookup'; value?: AccountId32 | undefined }
10641
- | { type: 'ClaimPermissions'; value?: AccountId32 | undefined }
10642
- | { type: 'Finished' };
10643
-
10644
- export type PalletRcMigratorStakingDelegatedStakingDelegatedStakingStage =
10645
- | { type: 'Delegators'; value?: AccountId32 | undefined }
10646
- | { type: 'Agents'; value?: AccountId32 | undefined }
10647
- | { type: 'Finished' };
10648
-
10649
- export type PalletRcMigratorReferendaReferendaStage =
10650
- | { type: 'StorageValues' }
10651
- | { type: 'Metadata'; value?: number | undefined }
10652
- | { type: 'ReferendumInfo'; value?: number | undefined };
10653
-
10654
- export type PalletRcMigratorStakingBagsListBagsListStage =
10655
- | { type: 'ListNodes'; value?: AccountId32 | undefined }
10656
- | { type: 'ListBags'; value?: bigint | undefined }
10657
- | { type: 'Finished' };
10658
-
10659
- export type PalletRcMigratorSchedulerSchedulerStage =
10660
- | { type: 'IncompleteSince' }
10661
- | { type: 'Retries'; value?: [number, number] | undefined }
10662
- | { type: 'Lookup'; value?: FixedBytes<32> | undefined }
10663
- | { type: 'Finished' };
10664
-
10665
- export type PalletRcMigratorConvictionVotingConvictionVotingStage =
10666
- | { type: 'VotingFor'; value?: [AccountId32, number] | undefined }
10667
- | { type: 'ClassLocksFor'; value?: AccountId32 | undefined }
10668
- | { type: 'Finished' };
10669
-
10670
- export type PalletRcMigratorBountiesBountiesStage =
10671
- | { type: 'BountyCount' }
10672
- | { type: 'BountyApprovals' }
10673
- | { type: 'BountyDescriptions'; value: { lastKey?: number | undefined } }
10674
- | { type: 'Bounties'; value: { lastKey?: number | undefined } }
10675
- | { type: 'Finished' };
10676
-
10677
- export type PalletRcMigratorChildBountiesChildBountiesStage =
10678
- | { type: 'ChildBountyCount' }
10679
- | { type: 'ParentChildBounties'; value: { parentId?: number | undefined } }
10680
- | { type: 'ParentTotalChildBounties'; value: { parentId?: number | undefined } }
10681
- | { type: 'ChildBounties'; value: { ids?: [number, number] | undefined } }
10682
- | { type: 'ChildBountyDescriptionsV1'; value: { ids?: [number, number] | undefined } }
10683
- | { type: 'V0ToV1ChildBountyIds'; value: { childId?: number | undefined } }
10684
- | { type: 'ChildrenCuratorFees'; value: { childId?: number | undefined } }
10685
- | { type: 'Finished' };
10686
-
10687
- export type PalletRcMigratorCrowdloanCrowdloanStage =
10688
- | { type: 'Setup' }
10689
- | { type: 'LeaseReserve'; value: { lastKey?: PolkadotParachainPrimitivesPrimitivesId | undefined } }
10690
- | { type: 'CrowdloanContribution'; value: { lastKey?: PolkadotParachainPrimitivesPrimitivesId | undefined } }
10691
- | { type: 'CrowdloanReserve' }
10692
- | { type: 'Finished' };
10693
-
10694
- export type PalletRcMigratorTreasuryTreasuryStage =
10695
- | { type: 'ProposalCount' }
10696
- | { type: 'Proposals'; value?: number | undefined }
10697
- | { type: 'Approvals' }
10698
- | { type: 'SpendCount' }
10699
- | { type: 'Spends'; value?: number | undefined }
10700
- | { type: 'LastSpendPeriod' }
10701
- | { type: 'Funds' }
10702
- | { type: 'Finished' };
10703
-
10704
- export type PalletRcMigratorStakingStakingImplStakingStage =
10705
- | { type: 'Values' }
10706
- | { type: 'Invulnerables' }
10707
- | { type: 'Bonded'; value?: AccountId32 | undefined }
10708
- | { type: 'Ledger'; value?: AccountId32 | undefined }
10709
- | { type: 'Payee'; value?: AccountId32 | undefined }
10710
- | { type: 'Validators'; value?: AccountId32 | undefined }
10711
- | { type: 'Nominators'; value?: AccountId32 | undefined }
10712
- | { type: 'VirtualStakers'; value?: AccountId32 | undefined }
10713
- | { type: 'ErasStakersOverview'; value?: [number, AccountId32] | undefined }
10714
- | { type: 'ErasStakersPaged'; value?: [number, AccountId32, number] | undefined }
10715
- | { type: 'ClaimedRewards'; value?: [number, AccountId32] | undefined }
10716
- | { type: 'ErasValidatorPrefs'; value?: [number, AccountId32] | undefined }
10717
- | { type: 'ErasValidatorReward'; value?: number | undefined }
10718
- | { type: 'ErasRewardPoints'; value?: number | undefined }
10719
- | { type: 'ErasTotalStake'; value?: number | undefined }
10720
- | { type: 'UnappliedSlashes'; value?: number | undefined }
10721
- | { type: 'BondedEras' }
10722
- | { type: 'ValidatorSlashInEra'; value?: [number, AccountId32] | undefined }
10723
- | { type: 'NominatorSlashInEra'; value?: [number, AccountId32] | undefined }
10724
- | { type: 'SlashingSpans'; value?: AccountId32 | undefined }
10725
- | { type: 'SpanSlash'; value?: [AccountId32, number] | undefined }
10726
- | { type: 'Finished' };
10727
-
10728
- export type PalletRcMigratorQueuePriority =
10729
- | { type: 'Config' }
10730
- | { type: 'OverrideConfig'; value: [number, number] }
10731
- | { type: 'Disabled' };
10732
-
10733
- export type PalletRcMigratorManagerMultisigVote = {
10734
- who: SpRuntimeMultiSigner;
10735
- call: PolkadotRuntimeRuntimeCall;
10736
- round: number;
10737
- };
10738
-
10739
- export type PalletRcMigratorMigrationSettings = {
10740
- maxAccountsPerBlock?: number | undefined;
10741
- maxItemsPerBlock?: number | undefined;
10742
- };
10328
+ export type FrameSystemExtensionsAuthorizeCall = {};
10743
10329
 
10744
10330
  export type FrameSystemExtensionsCheckNonZeroSender = {};
10745
10331
 
@@ -10830,8 +10416,7 @@ export type PolkadotRuntimeRuntimeEvent =
10830
10416
  | { pallet: 'StateTrieMigration'; palletEvent: PalletStateTrieMigrationEvent }
10831
10417
  | { pallet: 'XcmPallet'; palletEvent: PalletXcmEvent }
10832
10418
  | { pallet: 'MessageQueue'; palletEvent: PalletMessageQueueEvent }
10833
- | { pallet: 'AssetRate'; palletEvent: PalletAssetRateEvent }
10834
- | { pallet: 'RcMigrator'; palletEvent: PalletRcMigratorEvent };
10419
+ | { pallet: 'AssetRate'; palletEvent: PalletAssetRateEvent };
10835
10420
 
10836
10421
  /**
10837
10422
  * Event for the System pallet.
@@ -13131,260 +12716,6 @@ export type PalletAssetRateEvent =
13131
12716
  data: { assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset; old: FixedU128; new: FixedU128 };
13132
12717
  };
13133
12718
 
13134
- /**
13135
- * The `Event` enum of this pallet
13136
- **/
13137
- export type PalletRcMigratorEvent =
13138
- /**
13139
- * A stage transition has occurred.
13140
- **/
13141
- | {
13142
- name: 'StageTransition';
13143
- data: {
13144
- /**
13145
- * The old stage before the transition.
13146
- **/
13147
- old: PalletRcMigratorMigrationStage;
13148
-
13149
- /**
13150
- * The new stage after the transition.
13151
- **/
13152
- new: PalletRcMigratorMigrationStage;
13153
- };
13154
- }
13155
- /**
13156
- * The Asset Hub Migration started and is active until `AssetHubMigrationFinished` is
13157
- * emitted.
13158
- *
13159
- * This event is equivalent to `StageTransition { new: Initializing, .. }` but is easier
13160
- * to understand. The activation is immediate and affects all events happening
13161
- * afterwards.
13162
- **/
13163
- | { name: 'AssetHubMigrationStarted' }
13164
- /**
13165
- * The Asset Hub Migration finished.
13166
- *
13167
- * This event is equivalent to `StageTransition { new: MigrationDone, .. }` but is easier
13168
- * to understand. The finishing is immediate and affects all events happening
13169
- * afterwards.
13170
- **/
13171
- | { name: 'AssetHubMigrationFinished' }
13172
- /**
13173
- * A query response has been received.
13174
- **/
13175
- | {
13176
- name: 'QueryResponseReceived';
13177
- data: {
13178
- /**
13179
- * The query ID.
13180
- **/
13181
- queryId: bigint;
13182
-
13183
- /**
13184
- * The response.
13185
- **/
13186
- response: XcmV3MaybeErrorCode;
13187
- };
13188
- }
13189
- /**
13190
- * A XCM message has been resent.
13191
- **/
13192
- | {
13193
- name: 'XcmResendAttempt';
13194
- data: {
13195
- /**
13196
- * The query ID.
13197
- **/
13198
- queryId: bigint;
13199
-
13200
- /**
13201
- * The error message.
13202
- **/
13203
- sendError?: XcmV3TraitsSendError | undefined;
13204
- };
13205
- }
13206
- /**
13207
- * The unprocessed message buffer size has been set.
13208
- **/
13209
- | {
13210
- name: 'UnprocessedMsgBufferSet';
13211
- data: {
13212
- /**
13213
- * The new size.
13214
- **/
13215
- new: number;
13216
-
13217
- /**
13218
- * The old size.
13219
- **/
13220
- old: number;
13221
- };
13222
- }
13223
- /**
13224
- * Whether the AH UMP queue was prioritized for the next block.
13225
- **/
13226
- | {
13227
- name: 'AhUmpQueuePrioritySet';
13228
- data: {
13229
- /**
13230
- * Indicates if AH UMP queue was successfully set as priority.
13231
- * If `false`, it means we're in the round-robin phase of our priority pattern
13232
- * (see [`Config::AhUmpQueuePriorityPattern`]), where no queue gets priority.
13233
- **/
13234
- prioritized: boolean;
13235
-
13236
- /**
13237
- * Current block number within the pattern cycle (1 to period).
13238
- **/
13239
- cycleBlock: number;
13240
-
13241
- /**
13242
- * Total number of blocks in the pattern cycle
13243
- **/
13244
- cyclePeriod: number;
13245
- };
13246
- }
13247
- /**
13248
- * The AH UMP queue priority config was set.
13249
- **/
13250
- | {
13251
- name: 'AhUmpQueuePriorityConfigSet';
13252
- data: {
13253
- /**
13254
- * The old priority pattern.
13255
- **/
13256
- old: PalletRcMigratorQueuePriority;
13257
-
13258
- /**
13259
- * The new priority pattern.
13260
- **/
13261
- new: PalletRcMigratorQueuePriority;
13262
- };
13263
- }
13264
- /**
13265
- * The total issuance was recorded.
13266
- **/
13267
- | { name: 'MigratedBalanceRecordSet'; data: { kept: bigint; migrated: bigint } }
13268
- /**
13269
- * The RC kept balance was consumed.
13270
- **/
13271
- | { name: 'MigratedBalanceConsumed'; data: { kept: bigint; migrated: bigint } }
13272
- /**
13273
- * The manager account id was set.
13274
- **/
13275
- | {
13276
- name: 'ManagerSet';
13277
- data: {
13278
- /**
13279
- * The old manager account id.
13280
- **/
13281
- old?: AccountId32 | undefined;
13282
-
13283
- /**
13284
- * The new manager account id.
13285
- **/
13286
- new?: AccountId32 | undefined;
13287
- };
13288
- }
13289
- /**
13290
- * An XCM message was sent.
13291
- **/
13292
- | {
13293
- name: 'XcmSent';
13294
- data: {
13295
- origin: StagingXcmV5Location;
13296
- destination: StagingXcmV5Location;
13297
- message: StagingXcmV5Xcm;
13298
- messageId: FixedBytes<32>;
13299
- };
13300
- }
13301
- /**
13302
- * The staking elections were paused.
13303
- **/
13304
- | { name: 'StakingElectionsPaused' }
13305
- /**
13306
- * The accounts to be preserved on Relay Chain were set.
13307
- **/
13308
- | {
13309
- name: 'AccountsPreserved';
13310
- data: {
13311
- /**
13312
- * The accounts that will be preserved.
13313
- **/
13314
- accounts: Array<AccountId32>;
13315
- };
13316
- }
13317
- /**
13318
- * The canceller account id was set.
13319
- **/
13320
- | {
13321
- name: 'CancellerSet';
13322
- data: {
13323
- /**
13324
- * The old canceller account id.
13325
- **/
13326
- old?: AccountId32 | undefined;
13327
-
13328
- /**
13329
- * The new canceller account id.
13330
- **/
13331
- new?: AccountId32 | undefined;
13332
- };
13333
- }
13334
- /**
13335
- * The migration was paused.
13336
- **/
13337
- | {
13338
- name: 'MigrationPaused';
13339
- data: {
13340
- /**
13341
- * The stage at which the migration was paused.
13342
- **/
13343
- pauseStage: PalletRcMigratorMigrationStage;
13344
- };
13345
- }
13346
- /**
13347
- * The migration was cancelled.
13348
- **/
13349
- | { name: 'MigrationCancelled' }
13350
- /**
13351
- * Some pure accounts were indexed for possibly receiving free `Any` proxies.
13352
- **/
13353
- | {
13354
- name: 'PureAccountsIndexed';
13355
- data: {
13356
- /**
13357
- * The number of indexed pure accounts.
13358
- **/
13359
- numPureAccounts: number;
13360
- };
13361
- }
13362
- /**
13363
- * The manager multisig dispatched something.
13364
- **/
13365
- | { name: 'ManagerMultisigDispatched'; data: { res: Result<[], DispatchError> } }
13366
- /**
13367
- * The manager multisig received a vote.
13368
- **/
13369
- | { name: 'ManagerMultisigVoted'; data: { votes: number } }
13370
- /**
13371
- * The migration settings were set.
13372
- **/
13373
- | {
13374
- name: 'MigrationSettingsSet';
13375
- data: {
13376
- /**
13377
- * The old migration settings.
13378
- **/
13379
- old?: PalletRcMigratorMigrationSettings | undefined;
13380
-
13381
- /**
13382
- * The new migration settings.
13383
- **/
13384
- new?: PalletRcMigratorMigrationSettings | undefined;
13385
- };
13386
- };
13387
-
13388
12719
  export type FrameSystemLastRuntimeUpgradeInfo = { specVersion: number; specName: string };
13389
12720
 
13390
12721
  export type FrameSystemCodeUpgradeAuthorization = { codeHash: H256; checkVersion: boolean };
@@ -13408,7 +12739,10 @@ export type FrameSystemLimitsWeightsPerClass = {
13408
12739
  reserved?: SpWeightsWeightV2Weight | undefined;
13409
12740
  };
13410
12741
 
13411
- export type FrameSystemLimitsBlockLength = { max: FrameSupportDispatchPerDispatchClassU32 };
12742
+ export type FrameSystemLimitsBlockLength = {
12743
+ max: FrameSupportDispatchPerDispatchClassU32;
12744
+ maxHeaderSize?: number | undefined;
12745
+ };
13412
12746
 
13413
12747
  export type FrameSupportDispatchPerDispatchClassU32 = { normal: number; operational: number; mandatory: number };
13414
12748
 
@@ -15012,7 +14346,8 @@ export type PolkadotRuntimeParachainsConfigurationHostConfiguration = {
15012
14346
  minimumBackingVotes: number;
15013
14347
  nodeFeatures: BitSequence;
15014
14348
  approvalVotingParams: PolkadotPrimitivesV9ApprovalVotingParams;
15015
- schedulerParams: PolkadotPrimitivesV9SchedulerParams;
14349
+ schedulerParams: PolkadotPrimitivesVstagingSchedulerParams;
14350
+ maxRelayParentSessionAge: number;
15016
14351
  };
15017
14352
 
15018
14353
  /**
@@ -15024,17 +14359,18 @@ export type PolkadotRuntimeParachainsConfigurationPalletError =
15024
14359
  **/
15025
14360
  'InvalidNewValue';
15026
14361
 
15027
- export type PolkadotRuntimeParachainsSharedAllowedRelayParentsTracker = {
15028
- buffer: Array<PolkadotRuntimeParachainsSharedRelayParentInfo>;
14362
+ export type PolkadotRuntimeParachainsSharedAllowedSchedulingParentsTracker = {
14363
+ buffer: Array<PolkadotRuntimeParachainsSharedSchedulingParentInfo>;
15029
14364
  latestNumber: number;
15030
14365
  };
15031
14366
 
15032
- export type PolkadotRuntimeParachainsSharedRelayParentInfo = {
15033
- relayParent: H256;
15034
- stateRoot: H256;
14367
+ export type PolkadotRuntimeParachainsSharedSchedulingParentInfo = {
14368
+ schedulingParent: H256;
15035
14369
  claimQueue: Array<[PolkadotParachainPrimitivesPrimitivesId, Array<[number, Array<PolkadotPrimitivesV9CoreIndex>]>]>;
15036
14370
  };
15037
14371
 
14372
+ export type PolkadotPrimitivesVstagingRelayParentInfo = { number: number; stateRoot: H256 };
14373
+
15038
14374
  export type PolkadotRuntimeParachainsInclusionCandidatePendingAvailability = {
15039
14375
  core: PolkadotPrimitivesV9CoreIndex;
15040
14376
  hash: PolkadotCorePrimitivesCandidateHash;
@@ -15076,9 +14412,13 @@ export type PolkadotRuntimeParachainsInclusionPalletError =
15076
14412
  * not recent enough or it didn't advance based on the last parachain block.
15077
14413
  **/
15078
14414
  | 'DisallowedRelayParent'
14415
+ /**
14416
+ * The candidate's scheduling-parent was not allowed.
14417
+ **/
14418
+ | 'DisallowedSchedulingParent'
15079
14419
  /**
15080
14420
  * Failed to compute group index for the core: either it's out of bounds
15081
- * or the relay parent doesn't belong to the current session.
14421
+ * or the scheduling parent doesn't belong to the current session.
15082
14422
  **/
15083
14423
  | 'InvalidAssignment'
15084
14424
  /**
@@ -15157,12 +14497,47 @@ export type PolkadotRuntimeParachainsParasInherentPalletError =
15157
14497
  **/
15158
14498
  | 'UnscheduledCandidate';
15159
14499
 
15160
- export type PolkadotRuntimeParachainsSchedulerCommonAssignment =
15161
- | {
15162
- type: 'Pool';
15163
- value: { paraId: PolkadotParachainPrimitivesPrimitivesId; coreIndex: PolkadotPrimitivesV9CoreIndex };
15164
- }
15165
- | { type: 'Bulk'; value: PolkadotParachainPrimitivesPrimitivesId };
14500
+ export type PolkadotRuntimeParachainsSchedulerAssignerCoretimeSchedule = {
14501
+ assignments: Array<
14502
+ [PalletBrokerCoretimeInterfaceCoreAssignment, PolkadotRuntimeParachainsSchedulerAssignerCoretimePartsOf57600]
14503
+ >;
14504
+ endHint?: number | undefined;
14505
+ nextSchedule?: number | undefined;
14506
+ };
14507
+
14508
+ export type PolkadotRuntimeParachainsSchedulerAssignerCoretimeCoreDescriptor = {
14509
+ queue?: PolkadotRuntimeParachainsSchedulerAssignerCoretimeQueueDescriptor | undefined;
14510
+ currentWork?: PolkadotRuntimeParachainsSchedulerAssignerCoretimeWorkState | undefined;
14511
+ };
14512
+
14513
+ export type PolkadotRuntimeParachainsSchedulerAssignerCoretimeQueueDescriptor = { first: number; last: number };
14514
+
14515
+ export type PolkadotRuntimeParachainsSchedulerAssignerCoretimeWorkState = {
14516
+ assignments: Array<
14517
+ [PalletBrokerCoretimeInterfaceCoreAssignment, PolkadotRuntimeParachainsSchedulerAssignerCoretimeAssignmentState]
14518
+ >;
14519
+ endHint?: number | undefined;
14520
+ pos: number;
14521
+ step: PolkadotRuntimeParachainsSchedulerAssignerCoretimePartsOf57600;
14522
+ };
14523
+
14524
+ export type PolkadotRuntimeParachainsSchedulerAssignerCoretimeAssignmentState = {
14525
+ ratio: PolkadotRuntimeParachainsSchedulerAssignerCoretimePartsOf57600;
14526
+ remaining: PolkadotRuntimeParachainsSchedulerAssignerCoretimePartsOf57600;
14527
+ };
14528
+
14529
+ /**
14530
+ * The `Error` enum of this pallet.
14531
+ **/
14532
+ export type PolkadotRuntimeParachainsSchedulerPalletError =
14533
+ /**
14534
+ * assign_core was called with no assignments.
14535
+ **/
14536
+ | 'AssignmentsEmpty'
14537
+ /**
14538
+ * assign_core with non allowed insertion.
14539
+ **/
14540
+ | 'DisallowedInsert';
15166
14541
 
15167
14542
  export type PolkadotRuntimeParachainsParasPvfCheckActiveVoteState = {
15168
14543
  votesAccept: BitSequence;
@@ -15503,29 +14878,18 @@ export type PolkadotRuntimeParachainsDisputesSlashingPalletError =
15503
14878
  **/
15504
14879
  | 'DuplicateSlashingReport';
15505
14880
 
15506
- export type PolkadotRuntimeParachainsOnDemandTypesCoreAffinityCount = {
15507
- coreIndex: PolkadotPrimitivesV9CoreIndex;
15508
- count: number;
15509
- };
15510
-
15511
- export type PolkadotRuntimeParachainsOnDemandTypesQueueStatusType = {
14881
+ export type PolkadotRuntimeParachainsOnDemandOrderStatus = {
15512
14882
  traffic: FixedU128;
15513
- nextIndex: PolkadotRuntimeParachainsOnDemandTypesQueueIndex;
15514
- smallestIndex: PolkadotRuntimeParachainsOnDemandTypesQueueIndex;
15515
- freedIndices: BinaryHeap;
14883
+ queue: PolkadotRuntimeParachainsOnDemandOrderQueue;
15516
14884
  };
15517
14885
 
15518
- export type PolkadotRuntimeParachainsOnDemandTypesQueueIndex = number;
15519
-
15520
- export type BinaryHeap = Array<PolkadotRuntimeParachainsOnDemandTypesReverseQueueIndex>;
15521
-
15522
- export type PolkadotRuntimeParachainsOnDemandTypesReverseQueueIndex = number;
15523
-
15524
- export type BinaryHeapEnqueuedOrder = Array<PolkadotRuntimeParachainsOnDemandTypesEnqueuedOrder>;
14886
+ export type PolkadotRuntimeParachainsOnDemandOrderQueue = {
14887
+ queue: Array<PolkadotRuntimeParachainsOnDemandEnqueuedOrder>;
14888
+ };
15525
14889
 
15526
- export type PolkadotRuntimeParachainsOnDemandTypesEnqueuedOrder = {
14890
+ export type PolkadotRuntimeParachainsOnDemandEnqueuedOrder = {
15527
14891
  paraId: PolkadotParachainPrimitivesPrimitivesId;
15528
- idx: PolkadotRuntimeParachainsOnDemandTypesQueueIndex;
14892
+ orderedAt: number;
15529
14893
  };
15530
14894
 
15531
14895
  /**
@@ -15546,46 +14910,6 @@ export type PolkadotRuntimeParachainsOnDemandPalletError =
15546
14910
  **/
15547
14911
  | 'InsufficientCredits';
15548
14912
 
15549
- export type PolkadotRuntimeParachainsAssignerCoretimeSchedule = {
15550
- assignments: Array<
15551
- [PalletBrokerCoretimeInterfaceCoreAssignment, PolkadotRuntimeParachainsAssignerCoretimePartsOf57600]
15552
- >;
15553
- endHint?: number | undefined;
15554
- nextSchedule?: number | undefined;
15555
- };
15556
-
15557
- export type PolkadotRuntimeParachainsAssignerCoretimeCoreDescriptor = {
15558
- queue?: PolkadotRuntimeParachainsAssignerCoretimeQueueDescriptor | undefined;
15559
- currentWork?: PolkadotRuntimeParachainsAssignerCoretimeWorkState | undefined;
15560
- };
15561
-
15562
- export type PolkadotRuntimeParachainsAssignerCoretimeQueueDescriptor = { first: number; last: number };
15563
-
15564
- export type PolkadotRuntimeParachainsAssignerCoretimeWorkState = {
15565
- assignments: Array<
15566
- [PalletBrokerCoretimeInterfaceCoreAssignment, PolkadotRuntimeParachainsAssignerCoretimeAssignmentState]
15567
- >;
15568
- endHint?: number | undefined;
15569
- pos: number;
15570
- step: PolkadotRuntimeParachainsAssignerCoretimePartsOf57600;
15571
- };
15572
-
15573
- export type PolkadotRuntimeParachainsAssignerCoretimeAssignmentState = {
15574
- ratio: PolkadotRuntimeParachainsAssignerCoretimePartsOf57600;
15575
- remaining: PolkadotRuntimeParachainsAssignerCoretimePartsOf57600;
15576
- };
15577
-
15578
- /**
15579
- * The `Error` enum of this pallet.
15580
- **/
15581
- export type PolkadotRuntimeParachainsAssignerCoretimePalletError =
15582
- | 'AssignmentsEmpty'
15583
- /**
15584
- * assign_core is only allowed to append new assignments at the end of already existing
15585
- * ones or update the last entry.
15586
- **/
15587
- | 'DisallowedInsert';
15588
-
15589
14913
  export type PolkadotRuntimeCommonParasRegistrarParaInfo = {
15590
14914
  manager: AccountId32;
15591
14915
  deposit: bigint;
@@ -16170,89 +15494,15 @@ export type PalletBeefyError =
16170
15494
 
16171
15495
  export type SpConsensusBeefyMmrBeefyAuthoritySet = { id: bigint; len: number; keysetCommitment: H256 };
16172
15496
 
16173
- export type PalletRcMigratorAccountsAccountState =
15497
+ export type PalletRcMigratorAccountState =
16174
15498
  | { type: 'Migrate' }
16175
15499
  | { type: 'Preserve' }
16176
15500
  | { type: 'Part'; value: { free: bigint; reserved: bigint; consumers: number } };
16177
15501
 
16178
- export type PalletRcMigratorAccountsMigratedBalances = { kept: bigint; migrated: bigint };
16179
-
16180
15502
  /**
16181
15503
  * The `Error` enum of this pallet.
16182
15504
  **/
16183
- export type PalletRcMigratorError =
16184
- | 'Unreachable'
16185
- | 'OutOfWeight'
16186
- /**
16187
- * Failed to send XCM message to AH.
16188
- **/
16189
- | 'XcmError'
16190
- /**
16191
- * Failed to withdraw account from RC for migration to AH.
16192
- **/
16193
- | 'FailedToWithdrawAccount'
16194
- /**
16195
- * Indicates that the specified block number is in the past.
16196
- **/
16197
- | 'PastBlockNumber'
16198
- /**
16199
- * Indicates that there is not enough time for staking to lock.
16200
- *
16201
- * Schedule the migration at least two sessions before the current era ends.
16202
- **/
16203
- | 'EraEndsTooSoon'
16204
- /**
16205
- * Balance accounting overflow.
16206
- **/
16207
- | 'BalanceOverflow'
16208
- /**
16209
- * Balance accounting underflow.
16210
- **/
16211
- | 'BalanceUnderflow'
16212
- /**
16213
- * The query response is invalid.
16214
- **/
16215
- | 'InvalidQueryResponse'
16216
- /**
16217
- * The xcm query was not found.
16218
- **/
16219
- | 'QueryNotFound'
16220
- /**
16221
- * Failed to send XCM message.
16222
- **/
16223
- | 'XcmSendError'
16224
- /**
16225
- * The migration stage is not reachable from the current stage.
16226
- **/
16227
- | 'UnreachableStage'
16228
- /**
16229
- * Invalid parameter.
16230
- **/
16231
- | 'InvalidParameter'
16232
- /**
16233
- * The AH UMP queue priority configuration is already set.
16234
- **/
16235
- | 'AhUmpQueuePriorityAlreadySet'
16236
- /**
16237
- * The account is referenced by some other pallet. It might have freezes or holds.
16238
- **/
16239
- | 'AccountReferenced'
16240
- /**
16241
- * The XCM version is invalid.
16242
- **/
16243
- | 'BadXcmVersion'
16244
- /**
16245
- * The origin is invalid.
16246
- **/
16247
- | 'InvalidOrigin'
16248
- /**
16249
- * The stage transition is invalid.
16250
- **/
16251
- | 'InvalidStageTransition'
16252
- /**
16253
- * Unsigned validation failed.
16254
- **/
16255
- | 'UnsignedValidationFailed';
15505
+ export type PalletRcMigratorError = null;
16256
15506
 
16257
15507
  export type SpRuntimeBlockLazyBlock = { header: Header; extrinsics: Array<SpRuntimeOpaqueExtrinsic> };
16258
15508
 
@@ -16461,6 +15711,8 @@ export type SpConsensusBabeEpoch = {
16461
15711
 
16462
15712
  export type SpConsensusBabeOpaqueKeyOwnershipProof = Bytes;
16463
15713
 
15714
+ export type SpSessionRuntimeApiOpaqueGeneratedSessionKeys = { keys: Bytes; proof: Bytes };
15715
+
16464
15716
  export type FrameSupportViewFunctionsViewFunctionId = { prefix: FixedBytes<16>; suffix: FixedBytes<16> };
16465
15717
 
16466
15718
  export type FrameSupportViewFunctionsViewFunctionDispatchError =
@@ -16536,12 +15788,12 @@ export type PolkadotRuntimeRuntimeError =
16536
15788
  | { pallet: 'Configuration'; palletError: PolkadotRuntimeParachainsConfigurationPalletError }
16537
15789
  | { pallet: 'ParaInclusion'; palletError: PolkadotRuntimeParachainsInclusionPalletError }
16538
15790
  | { pallet: 'ParaInherent'; palletError: PolkadotRuntimeParachainsParasInherentPalletError }
15791
+ | { pallet: 'ParaScheduler'; palletError: PolkadotRuntimeParachainsSchedulerPalletError }
16539
15792
  | { pallet: 'Paras'; palletError: PolkadotRuntimeParachainsParasPalletError }
16540
15793
  | { pallet: 'Hrmp'; palletError: PolkadotRuntimeParachainsHrmpPalletError }
16541
15794
  | { pallet: 'ParasDisputes'; palletError: PolkadotRuntimeParachainsDisputesPalletError }
16542
15795
  | { pallet: 'ParasSlashing'; palletError: PolkadotRuntimeParachainsDisputesSlashingPalletError }
16543
15796
  | { pallet: 'OnDemand'; palletError: PolkadotRuntimeParachainsOnDemandPalletError }
16544
- | { pallet: 'CoretimeAssignmentProvider'; palletError: PolkadotRuntimeParachainsAssignerCoretimePalletError }
16545
15797
  | { pallet: 'Registrar'; palletError: PolkadotRuntimeCommonParasRegistrarPalletError }
16546
15798
  | { pallet: 'Slots'; palletError: PolkadotRuntimeCommonSlotsPalletError }
16547
15799
  | { pallet: 'Auctions'; palletError: PolkadotRuntimeCommonAuctionsPalletError }